﻿
element.style {
}
.viribuz-container {
    background: #6941C6;
}
ul.inner-menu {
    list-style-type: none;
    font-size: 30px;
    text-align: center;
    padding: 0;
}
ul.inner-menu a {
    color: white;
    padding: 0px 15px;
}
ul.inner-menu a:hover {
    color: whitesmoke;
    background: #895def;
    border-radius: 5px;
}
ul.inner-menu a.active {
    background: #5c36b5;
    border-radius: 5px;
    padding-top: 5px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6941c6;
    --bs-btn-border-color: #6941c6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #790bd7;
    --bs-btn-hover-border-color: #600aca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5c36b5;
    --bs-btn-active-border-color: #5f0abe;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6941c6;
    --bs-btn-disabled-border-color: #6941c6;
}
.btn-purple:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.modal-content {
    border-radius: 0px !important;
}
.form-control, .form-select {
    border-radius: 0px !important;
}
.form-select{
    cursor:pointer;
}
.form-control:focus, .form-select:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #5004db;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(215 201 225 / 25%);
    border-radius: 0px;
}
.btn {
    border-radius: 2px;
}
.dataTables_wrapper {
    margin-top: 25px;
}
.dataTables_wrapper tr {
    background: #F9FAFB;
}
table.dataTable td, table.dataTable th {
    padding: 10px;
}
.dataTables_wrapper > div:nth-child(1) {
    margin-bottom: 20px;
}
.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #880dfd;
    border-color: #9a0dfd;
}
.page-link {
    color: #6b0dfd;
}
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #880dfd;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #450aca;
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: #500ee4;
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #760dfd;
    --bs-pagination-active-border-color: #5f02a4;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}
.btn-outline-primary {
    --bs-btn-color: #6f00e9;
    --bs-btn-border-color: #591ee5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6118ef;
    --bs-btn-hover-border-color: #6329f1;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #510afb;
    --bs-btn-active-border-color: #531ef3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5c20ed;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4b18ed;
    --bs-gradient: none;
}
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
    min-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:38px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 15px;
    padding-right: 15px;
    color: #6941C6;
    color: #6941C6;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #6941C6;
    color: #6941C6;
}
span.badge.bg-Admin {
    background: #f9f5ff;
    padding: 5px 20px;
    color: #6941C6 !important;
    border: 1px solid #6941C6;
}
span.badge.bg-User {
    background: #ECFDF3;
    padding: 5px 20px;
    color: #027948 !important;
    border: 1px solid #027948;
}
span.badge.badge-primary {
    background: #f7f4ff;
    margin: 0px 2px;
    border: #6941C6 1px solid;
    color: #6941C6;
}
span.badge.badge-success {
    background: #f4fff6;
    margin: 0px 2px;
    border: #94dba9 1px solid;
    color: #2d973b;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #6941c6;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1e6ff;
    border: 1px solid #7800fb;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #6941C6 1px;
}
.update-button-wrapper{
    display:none;
}
table tbody tr:hover {
    background-color: #faf8ff;
}
.bg-gradient-primary{
    background-image: linear-gradient(180deg,#6941C6 0%,#5b26b9 100%);
}
ul.inner-menu a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.menu-title {
    font-size: 15px;
    padding: 10px;
}

sidebar li {
    padding: 0px 10px;
}

a.my-account-menu img {
    width: 30px;
}

a.my-account-menu {
    text-decoration: none;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    border-radius: 5px;
}

a.my-account-menu:hover {
    background: #895DEF;
}

.logo-wrapper {
    text-align: center;
}

button.toggle-sidebar-btn {
    border: 2px solid #6941C6;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    margin: auto 0;
    color: #6941C6;
    right: -15px;
}
sidebar.bg-purple.minimize {
    width: 80px;
    transition: width .5s;
}
main.bg-purple.minimize {
    margin-left: 80px;
    transition: margin-left .5s;
}
sidebar.bg-purple.minimize .menu-title {
    display: none;
}
sidebar.bg-purple.minimize ul.inner-menu a {
    padding: 10px 15px;
}

.logo-wrapper, .menus {
    padding: 15px;
}

.menus {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.btn-profile {
    font-size: 20px;
    border-radius: 50%;
}

.btn-logout {
    display: block;
    padding: 0px 15px;
    background-color: transparent;
    border: 0px;
    color: white;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}
.nav-tabs .nav-link {
    color: #959595;
}
.btn-logout:hover {
    background: #895DEF;
    color: white;
}

sidebar {
    position: fixed;
    top: 0px;
    width: 230px;
    height: 100vh;
    z-index: 9;
}
sidebar.minimize .btn-logout {
    justify-content: center;
}
sidebar.minimize .btn-logout, sidebar.minimize a.my-account-menu {
    justify-content: center;
    padding: 10px 15px;
}
a.btn.btn-light.btn-profile.my-account-menu {
    background: transparent;
    border: 0;
}
a.btn.btn-light.btn-profile.my-account-menu:hover {
    color: whitesmoke;
    background: #895def;
    border-radius: 5px;
}
.btn-profile.my-account-menu iconify-icon {
    font-size: 25px;
}
body.Login .viribuz-container {
    background: white;
}
#viribuzToggle {
    display: none;
}

.toggle {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition-duration: .5s;
}

.bars {
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 4px;
}

#bar2 {
    transition-duration: .8s;
}

#bar1, #bar3 {
    width: 70%;
}

#viribuzToggle:checked + .toggle .bars {
    position: absolute;
    transition-duration: .5s;
}

#viribuzToggle:checked + .toggle #bar2 {
    transform: scaleX(0);
    transition-duration: .5s;
}

#viribuzToggle:checked + .toggle #bar1 {
    width: 100%;
    transform: rotate(45deg);
    transition-duration: .5s;
}

#viribuzToggle:checked + .toggle #bar3 {
    width: 100%;
    transform: rotate(-45deg);
    transition-duration: .5s;
}

#viribuzToggle:checked + .toggle {
    transition-duration: .5s;
    transform: rotate(180deg);
}

.mobile-sidebar {
    display: none;
}
nav {
    display: none;
}
.text-primary {
    color: #6941c6 !important;
}
.dz-success-mark svg path {
    fill: #6941c6 !important;
}
.loader {
    overflow: visible;
    padding: 20px;
    display: flex;
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    background: #ffffff85;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.logo {
    fill: none;
    stroke-dasharray: 20px;
    stroke: #6941C6;
    animation: load 5s infinite linear;
}

.stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
button.badge.badge-primary {
    background: #F7F4FF !important;
    color: #6941C6;
    border: 1px solid #6941C6;
}
.__moreTagsWrapper {
    display: none;
}
#account-filtering{
    margin-left:10px;
    position:relative;
}
@keyframes load {
    0% {
        stroke-dashoffset: 0px;
    }

    100% {
        stroke-dashoffset: 200px;
    }
}
@media only screen and (max-width:767px) {
    .overflow-x-scroll-sm {
        overflow-x: scroll !important;
    }
    body .AdminLogin main {
        background: white !important;
        padding: 0;
        padding: 10px;
    }
    sidebar{
        display:none;
    }
    nav ul {
        display: flex;
        list-style-type: none;
        justify-content: space-between;
        margin-bottom: 0;
        padding: 15px;
    }
    main {
        margin: 0;
        padding: 70px 0 0 0;
    }
    main > .content {
        border-radius: 0;
        padding: 15px !important;

    }
    select#Campaigns, select#Firms {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .mobile-sidebar {
        position: fixed;
        top: 60px;
        height: 100%;
        width: 100%;
        background: #6941c6;
        z-index: 9;
    }
    .mobile-sidebar ul.inner-menu {
        padding: 15px;
        flex-direction: column;
    }
    .mobile-sidebar li {
        width: 100%;
    }
    nav ul {
        position: fixed;
        height: 70px;
        background: #6941c6;
        width: 100%;
        z-index: 9;
    }
    .menus {
        bottom: 70px;
    }
    .stats-col .card {
        padding: 10px 7px !important;
        font-size: 13px;
    }
    .dataTables_filter, .dataTables_length {
        float: left;
        margin-top: 10px;
    }
    nav {
        display: block;
    }
}
span.accountFilterIndicator {
    position: absolute;
    height: 25px;
    width: 25px;
    background: #e19200;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    border: 1px solid #d38b05;
    font-size: 51px !important;
    top: -10px;
    right: -10px;
}
.offcanvas-backdrop.show {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.2px);
    -webkit-backdrop-filter: blur(8.2px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.select2-container--disabled span#select2-Firms-container, .select2-container--disabled span#select2-Campaigns-container,
.select2-container--disabled span#select2-MRFirms-container, .select2-container--disabled span#select2-MRCampaigns-container {
    background: #5b5b5b !important;
    background-color: #9b9b9b !important;
}
.no-access-page img {
    max-width: 100%;
    width: 600px;
}
.content-404 {
    color: #E02335;
}
.no-access-page {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #6941c6 !important;
}
.daterangepicker td.in-range {
    background-color: #f3ebf8 !important;
}