
.a-select select[data-v-3bdbac72] {
     font-size: 14px;
}
.a-select label.col-form-label[data-v-3bdbac72] {
     color: #383A3D;
     margin-left: 5px;
     font-weight: 500;
     font-size: 13px;
}
.a-select select[data-v-3bdbac72]:hover {
     border-width: 2px;
     border-color: #383A3D;
}
.a-select select[data-v-3bdbac72]:active,
 .a-select select[data-v-3bdbac72]:focus {
     border-width: 2px;
     border-color: #2D599E;
}
.a-select label.a-assistive-text[data-v-3bdbac72] {
     display: block;
     font-size: 12px;
     font-weight: 500;
     margin-top: 4px;
     margin-left: 10px;
}
.a-select select:focus~label.a-assistive-text[data-v-3bdbac72],
 .a-select select:active~label.a-assistive-text[data-v-3bdbac72] {
     color: #2D599E;
}
.a-select select.is-invalid[data-v-3bdbac72] {
     border-color: #DC3C40;
     border-width: 2px;
}
.a-select select.is-invalid~label.a-assistive-text[data-v-3bdbac72],
 .a-select select.is-invalid:focus~label.a-assistive-text[data-v-3bdbac72],
 .a-select select.is-invalid:active~label.a-assistive-text[data-v-3bdbac72] {
     color: #DC3C40;
}
.a-select select.is-warning[data-v-3bdbac72] {
     border-color: #ffc107;
     border-width: 2px;
}
.a-select select.is-warning~label.a-assistive-text[data-v-3bdbac72],
 .a-select select.is-warning:focus~label.a-assistive-text[data-v-3bdbac72],
 .a-select select.is-warning~label.a-assistive-text[data-v-3bdbac72] {
     color: #ffc107;
}
.a-select .search-select[data-v-3bdbac72] {
     position: relative;
}
.a-select .search-select-options-con[data-v-3bdbac72] {
     position: absolute;
     width: 100%;
     z-index: 4;
     top: 100%;
     font-size: 12px;
     min-height: 0;
     /* max-height: 154px; */
     overflow: auto;
     background: #fff;
     -webkit-box-shadow: 0px 2px 6px #00000017;
             box-shadow: 0px 2px 6px #00000017;
}
.a-select .search-select-options[data-v-3bdbac72] {
     padding: 10px 12px;
     display: block;
     color: #1a1a1a;
}
.a-select .search-select-options.active[data-v-3bdbac72] {
     background: #2D599E;
     color: #ffff;
}
.a-select .multi-select[data-v-3bdbac72] {
     position: relative;
}
.a-select .multi-select-btn-con[data-v-3bdbac72] {
     position: absolute;
     right: 0;
     bottom: -3px;
}
.a-select .multi-select-btn-con a[data-v-3bdbac72] {
     -webkit-transition: opacity 0.5s ease;
     transition: opacity 0.5s ease;
     display: inline-block;
     width: 40px;
     opacity: 1;
}
.a-select .multi-select-btn-con a[data-v-3bdbac72]:hover {
     opacity: 0.7;
}
.a-select .multi-select-btn-con img[data-v-3bdbac72] {
     width: 100%;
}
.a-select .multi-select-options-con[data-v-3bdbac72] {
     position: absolute;
     width: 100%;
     z-index: 4;
     top: 100%;
     font-size: 12px;
     min-height: 0;
     max-height: 200px;
     overflow: auto;
     background: #fff;
     -webkit-box-shadow: 0px 2px 6px #00000017;
             box-shadow: 0px 2px 6px #00000017;
     padding: 10px 20px 5px;
}
.focused[data-v-3bdbac72] {
     padding-right: 86px;
}
.custom-chip-textfield[data-v-3bdbac72] {
     font-size: 14px;
     width: 100%;
     height: 38px;
     padding: 1.25px 5px;
     overflow: auto;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     background-color: #ffffff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: 0.25rem;
     -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
             box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
     -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
     z-index: 1;
}
.custom-chip-textfield.placeholder-css[data-v-3bdbac72] {
     height: auto;
     padding: 0.375rem 0.75rem;
}
.custom-chip-textfield input[data-v-3bdbac72] {
     -webkit-box-flex: 1;
         -ms-flex: 1;
             flex: 1;
     border: 1px;
     width: 100%;
}
.custom-chip-textfield input[data-v-3bdbac72]:active, .custom-chip-textfield input[data-v-3bdbac72]:focus {
     -webkit-box-shadow: none;
             box-shadow: none;
     outline: none;
}
.custom-chip-textfield[data-v-3bdbac72]:hover {
     border-width: 2px;
     border-color: #383A3D;
}
.custom-chip-textfield[data-v-3bdbac72]:focus-within {
     border-width: 2px;
     border-color: #2D599E;
}
.custom-chip-textfield:focus-within ~ label.a-assistive-text[data-v-3bdbac72]{
     color: #2D599E;
}
.custom-chip-textfield.is-invalid[data-v-3bdbac72] {
     border-color: #DC3C40;
     border-width: 2px;
}
.custom-chip-textfield.is-invalid ~ label.a-assistive-text[data-v-3bdbac72],
 .custom-chip-textfield.is-invalid:focus-within ~ label.a-assistive-text[data-v-3bdbac72] {
     color: #DC3C40;
}
.custom-chip-textfield.is-warning[data-v-3bdbac72] {
     border-color: #ffc107;
     border-width: 2px;
}
.custom-chip-textfield.is-warning ~ label.a-assistive-text[data-v-3bdbac72],
 .custom-chip-textfield.is-warning:focus-within ~ label.a-assistive-text[data-v-3bdbac72] {
     color: #ffc107;
}
.custom-chip-textfield input[data-v-3bdbac72]:disabled, .custom-chip-textfield input[readonly][data-v-3bdbac72] {
     background-color: transparent;
}
.custom-chip-textfield.disabled[data-v-3bdbac72]:before, .custom-chip-textfield.readonly[data-v-3bdbac72]:before {
     content:"";
     position: absolute;
     height: 100%;
     width: 100%;
     background-color: #c8cacc;
     opacity: 0.3;
     top: 0;
     left:0;
}
.lr[data-v-3bdbac72] {  /* Lower Right */
     position: absolute;
     width   : 16px;
     height  : 16px;
     right   : 0;
     top     : 39px;
}
.err-invalid[data-v-3bdbac72]{
     border: #DC3C40 2px solid
}
.err-invalid[data-v-3bdbac72]:focus-within{
     border: #DC3C40 2px solid
}
select.invalid-state[data-v-3bdbac72]{
     border-color: #DC3C40;
     border-width: 2px;
     background-image: none;
     padding-right: 0.75rem;
     background-repeat: none;
     background-position: initial;
     background-size: initial;
}
.enforcement-trend .custom-chip-textfield.placeholder-css[data-v-3bdbac72] {
     padding: 0 0.75rem;
}
.enforcement-trend.focused[data-v-3bdbac72] {
     padding-right: 30px;
}
.enforcement-trend .custom-chip-textfield[data-v-3bdbac72] {
     width: 195px;
}
.enforcement-trend .a-chip[data-v-3bdbac72] {
     margin-right: 1.45%;
     padding: 5px 16px;
     font-size: 12px;
}
.enforcement-trend .multi-select-btn-con[data-v-3bdbac72] {
     bottom: initial;
     top: 50%;
     right: -36px;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
}
.enforcement-trend .multi-select-btn-con a[data-v-3bdbac72] {
     width: 30px;
}

 /*
 * ADMIN VARIATIONS
 */
.gui-admin .a-select select[data-v-3bdbac72]:active,
 .gui-admin .a-select select[data-v-3bdbac72]:focus {
     border-width: 2px;
     border-color:  #480048;
}
.gui-admin .a-select select:focus~label.a-assistive-text[data-v-3bdbac72],
 .gui-admin .a-select select:active~label.a-assistive-text[data-v-3bdbac72] {
     color: #480048;
}
.gui-admin .a-select .search-select-options.active[data-v-3bdbac72] {
     background: #480048;
     color: #ffff;
}
.gui-admin .custom-chip-textfield[data-v-3bdbac72]:focus-within {
     border-width: 2px;
     border-color: #480048;
}
.gui-admin .custom-chip-textfield:focus-within ~ label.a-assistive-text[data-v-3bdbac72] {
     color: #480048;
}
.a-textfield input.is-invalid[data-v-3bdbac72]{
     border-color: #DC3C40;
     border-width: 2px;
     background-image: none;
     padding-right: 0.75rem;
     background-repeat: none;
     background-position: initial;
     background-size: initial;
}
.a-textfield input.is-invalid~label.a-assistive-text[data-v-3bdbac72],
 .a-textfield input.is-invalid:focus~label.a-assistive-text[data-v-3bdbac72],
 .a-textfield input.is-invalid:active~label.a-assistive-text[data-v-3bdbac72]{
     color: #DC3C40;
}
 /* props selectClass */
.a-select .with-icon-caret-up[data-v-3bdbac72] {
     appearance: none;
     -moz-appearance: none;
     -webkit-appearance: none;
     padding-right: 30px;
     border-radius: .25rem !important;
}
.a-select .else-icon[data-v-3bdbac72] {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     left: initial;
     right: 0;
     padding-right: 15px;
     z-index: 3;
     pointer-events: none;
}
.else-icon[data-v-3bdbac72] {
     font-size: 16px;
}

 /* no margin bottom */
.no-margin-bottom[data-v-3bdbac72] {
     margin-bottom: 0px !important;
}


.col-form-label[data-v-7e10cd71] {
    color: #383A3D;
    margin-left: 5px;
    font-weight: 500 !important;
    font-size: 13px;
}
.custom-btn[data-v-7e10cd71] {
    position: relative;
    background-color: white;
    border-color: #DEDEDF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 38px;
}
.custom-btn[data-v-7e10cd71]:hover{
    border-width: 2px;
    border-color: #383A3D;
}
.custom-btn[data-v-7e10cd71]:active,
  .custom-btn[data-v-7e10cd71]:focus{
    border-width: 2px;
    border-color: #2D599E;
}
.dropdown-container[data-v-7e10cd71] {
    position: relative;
    width: 100%;
}
.custom-dropdown[data-v-7e10cd71] {
    max-height: 200px; 
    overflow-y: auto; 
    border-radius: 5px;
    border: 1px solid #DEDEDF;
    padding: 5px 0;
    z-index: 1;
}
.dropdown-item[data-v-7e10cd71] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    padding: 8px 12px;
}
.dropdown-item[data-v-7e10cd71]:hover {
  background-color: #2D599E;
  color: white;
}
.dropdown-item.active[data-v-7e10cd71] {
  background-color: transparent !important;
  color: inherit !important;
}
.dropdown-item.active[data-v-7e10cd71]:hover {
  background-color: #2D599E !important;
  color: white !important;
}
.option-icon[data-v-7e10cd71] {
  width: 14px;
  height: 13px;
  border-radius: 50%;
}
.dropdown-item:hover .option-icon[data-v-7e10cd71],
.dropdown-item.active:hover .option-icon[data-v-7e10cd71] {
    -webkit-filter: brightness(0) invert(1) !important;
            filter: brightness(0) invert(1) !important;
}
.dropdown-item.active .option-icon[data-v-7e10cd71] {
    -webkit-filter: none !important;
            filter: none !important;
}
.status-icon-active[data-v-7e10cd71]{
    width: 10px;
    height: 10px;
    background-color: #29A24F;
    border-radius: 50%;
    border: 1px solid #DE4A4D3B;
}
.status-icon-inactive[data-v-7e10cd71]{
    width: 10px;
    height: 10px;
    background-color: #D23438AF;
    border-radius: 50%;
    border: 1px solid #D23438;
}
.dropdown-separator[data-v-7e10cd71] {
    margin: 0.5rem 0;
    border: 0;
    height: 1px;
    background-color: #e0e0e0;
    pointer-events: none;
}
.option-text-group[data-v-7e10cd71]{
  text-transform: uppercase;
  font-size: 9px;
}
  

/*
*   SIDEBAR
*/

/* Start of sub button for Add new Listing */
.sub-buttons-add-new-listing[data-v-1ce768d6] {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;

        font-size: 14px;
        letter-spacing: 0.24px;

        padding-left: 30px;

        color: #53606D;
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
}
.circle-bullet[data-v-1ce768d6] {
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #53606D;
}
.sub-buttons-item[data-v-1ce768d6] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 8px;
}
.sub-buttons-item:hover .circle-bullet[data-v-1ce768d6] {
        background: #3E88DA;
}
.sub-buttons-item:hover p[data-v-1ce768d6] {
        color: #3E88DA;
}
.sub-buttons-item p[data-v-1ce768d6] {
        cursor: pointer;
}
.add-btn[data-v-1ce768d6] {
        transition: .3s ease;
        -webkit-transition: .3s ease;
        overflow: hidden;
        max-height: 58px;
}
    /* .add-btn.clicked {
        max-height: 1000px;
    } */
.add-btn.hasClicked[data-v-1ce768d6] {
        max-height: 140px;
        overflow: visible;
        -webkit-transition-delay: .3s ease;
                transition-delay: .3s ease;
        -webkit-animation: 1s delay-overflow-1ce768d6;
                animation: 1s delay-overflow-1ce768d6;
}
@-webkit-keyframes delay-overflow-1ce768d6 {
from { overflow: hidden;
}
}
@keyframes delay-overflow-1ce768d6 {
from { overflow: hidden;
}
}
/* End of sub button for Add new Listing */
.a-sidebar[data-v-1ce768d6] {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        /* box-shadow: 0px 2px 6px #00000017; */
        -webkit-transition: left 0.3s ease, width 0.3s ease;
        transition: left 0.3s ease, width 0.3s ease;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        width: 60px;
        opacity: 1;
        left: 0;
        top: 0;
}
.a-sidebar #artemis-logo[data-v-1ce768d6]:focus {
        outline: none;
}
.nav-sidebar .nav-link p[data-v-1ce768d6] {
        vertical-align: middle;
}
.a-sidebar.toggled[data-v-1ce768d6],
    .a-sidebar.toggled[data-v-1ce768d6]:hover {
        width: 256px;
}
.a-sidebar .nav-item a[data-v-1ce768d6] {
        white-space: nowrap;
}
.a-sidebar ul li > ul .nav-item .nav-link[data-v-1ce768d6] {
        font-size: smaller;
        padding-left: 30px !important;
}
.a-sidebar ul li > ul li > ul .nav-item .nav-link[data-v-1ce768d6] {
        padding-left: 40px !important;
}
.a-sidebar .nav-item img.nav-icon[data-v-1ce768d6] {
        height: 20px;
        width: 20px;
}
.a-sidebar.toggled .nav-item img.nav-icon[data-v-1ce768d6] {
        margin-right: 22px;
}

    /* .gui-admin .a-sidebar ul {
        overflow:hidden;
    } */
.a-sidebar .brand-link[data-v-1ce768d6] {
        height: 57px;
}
.a-sidebar.toggled .brand-link .brand-image[data-v-1ce768d6] {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        margin-left: initial;
        margin-top: .5px;
}
.a-sidebar:not(.toggled) .brand-image[data-v-1ce768d6] {
        margin: -1px auto;
        float: none;
        display: block;
}
.a-sidebar .brand-text[data-v-1ce768d6] {
        letter-spacing: 3.6px;
        font-weight: 500;
        color: #3E88DA;
}
.a-sidebar .sidebar[data-v-1ce768d6] {
        padding: 0;
        overflow-x: hidden;
        height: calc(100vh - 3.7rem);
}
.a-sidebar .nav-item[data-v-1ce768d6] {
        width: 100%;
}
.a-sidebar .nav-item .nav-link[data-v-1ce768d6] {
        font-size: 14px;
        border-left: 5px solid transparent;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
}
.a-sidebar .nav-item .nav-link[data-v-1ce768d6],
    .a-sidebar .nav-item .nav-link ul li .nav-link[data-v-1ce768d6],
    .a-sidebar .nav-item .nav-link[data-v-1ce768d6] {
        width: 93%;
        border-radius: 0 20px 20px 0;
}
.a-sidebar .nav-item .nav-link[data-v-1ce768d6]:hover,
    .a-sidebar .nav-item .nav-link ul li .nav-link[data-v-1ce768d6]:hover,
    .a-sidebar .nav-item.active .nav-link[data-v-1ce768d6]{
        border-color: #0F9AEE;
        background: #EAF0FCFC !important;
        color: #3E88DA !important;
}
.a-sidebar .nav-item .nav-link:hover ul li .nav-link[data-v-1ce768d6],
    .a-sidebar .nav-item.active ul.lawfirm-options li .nav-link[data-v-1ce768d6] {
        border-color: transparent;
        background: #ffff !important;
        color: #383A3D !important;
}
.a-sidebar .nav-item.search-item .nav-link[data-v-1ce768d6]:hover,
    .a-sidebar .nav-item.search-item .nav-link ul li .nav-link[data-v-1ce768d6]:hover,
    .a-sidebar .nav-item.search-item.active .nav-link[data-v-1ce768d6] {
        border-color: transparent;
        background: transparent !important;
        color: inherit !important;
}
.a-sidebar .nav-item.active ul.lawfirm-options li.sub-active .nav-link[data-v-1ce768d6],
    .a-sidebar .nav-item ul.lawfirm-options li .nav-link[data-v-1ce768d6]:hover {
        width: 85%;
        border-color: #0F9AEE;
        background: #c4d5f8fc !important;
        color: #3E88DA !important;
}
.a-sidebar.toggled .nav-item.search-item .nav-link[data-v-1ce768d6],
    .a-sidebar.toggled .nav-item.search-item .nav-link ul li .nav-link[data-v-1ce768d6],
    .a-sidebar.toggled .nav-item.search-item.active .nav-link[data-v-1ce768d6] {
        padding-bottom: 3px;
        padding-top: 3px;
}
.a-sidebar .nav-item .nav-icon[data-v-1ce768d6] {
        margin-right: 13px;
        position: relative;
}
.a-sidebar .nav-item .assign-campaign-bg[data-v-1ce768d6] {
        display: none;
}
.a-sidebar .nav-item .qa-has-auto-capture[data-v-1ce768d6] {
        display: none;
}
.a-sidebar .nav-item.assigned-indicator .assign-campaign-bg[data-v-1ce768d6] {
        position: absolute;
        width: 46px !important;
        height: 46px !important;
        display: block;
        z-index: 0;
        top: 51%;
        -webkit-transform: translate(-50%);
        transform: translateY(-50%);
        left: 3px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
}
.a-sidebar .nav-item.qa-has-auto-capture .qa-auto-capture-bg[data-v-1ce768d6] {
        height: 25px;
        width: 25px;
        border: 2px solid #3E88DA;
        border-radius: 100%;
        position: absolute;
        top: -1%;
        -webkit-transform: translate(-18%, 46%);
                transform: translate(-18%, 46%);
}
.a-sidebar .nav-item.assigned-indicator .assign-campaign-bg.hovered[data-v-1ce768d6] {
        top: 49%;
}
.a-sidebar .nav-item.assigned-indicator[data-v-1ce768d6] {
        background: #E9EFFB;
}
.a-sidebar .nav-item:hover .nav-icon[data-v-1ce768d6] {
        color: #0F9AEE;
}
.a-sidebar .nav-link[data-v-1ce768d6] {
        padding-bottom: 13px;
        padding-top: 13px;
        color: #383A3D;
        border-radius: 0;
        font-weight: 500;
        font-size: 16px;
}
.a-sidebar .a-nav-sub .nav-link[data-v-1ce768d6] {
        /* padding-left: 60px; */
        padding-left: 20px;
        font-weight: 400;
        font-size: 14px;
}
.a-sidebar-header[data-v-1ce768d6] {
        color: #515365;
        font-size: 24px;
        font-weight: 500;
}
.a-sidebar-filter[data-v-1ce768d6] {
        width: 323px;
}
.a-sidebar-filter-header[data-v-1ce768d6] {
        text-transform: uppercase;
        font-weight: 500;
        color: #515365;
        font-size: 12px;
}
.a-nav-filter-item[data-v-1ce768d6] {
        padding-bottom: 11px;
        padding-top: 11px;
        padding-left: 39px;
        font-size: 14px;
        font-weight: 400;
}
.a-nav-filter-item input[type="radio"][data-v-1ce768d6] {
        border: 1px solid #515365;
        background: transparent;
}
.sidebar-trigger[data-v-1ce768d6] {
        position: fixed;
        height: 100vh;
        width: 20px;
        z-index: 11;
        left: 0;
        top: 0;
}
.nav-sidebar .nav-link > .right[data-v-1ce768d6], .nav-sidebar .nav-link > p > .right[data-v-1ce768d6] {
        top: 1rem;
}
#campaigns-con[data-v-1ce768d6] {
        margin-top: 9px;
        height: calc(100vh - 225px);
        overflow-y: auto;
}
#campaigns-con.with-counterfeit[data-v-1ce768d6], #campaigns-con.with-dashboard[data-v-1ce768d6] {
        /* 
            with campaigns
            height: calc(100vh - 274px); 
        */
        height: calc(100vh - 230px);
}

    /* 
    *   AUTO CAPTURE and DASHBOARD
    *   GUI VER
    *   GUI CM
    */
.gui-ver #campaigns-con.with-counterfeit .add-btn.hasClicked[data-v-1ce768d6] {
        height: calc(100vh - 308px);
}
.gui-cm #campaigns-con.with-counterfeit.with-dashboard[data-v-1ce768d6] {
        height: calc(100vh - 281px);
}
#campaigns-con.with-task[data-v-1ce768d6] {
        /* 
            with campaigns
            height: calc(100vh - 308px);
        */
        /* height: calc(100vh - 257px); */
        height: calc(100vh - 308px);
}

    /*  308px - from original Add New Listing 
    *   Added 78px for the new Add New Listing (with sub-button)
    */
#campaigns-con.with-task.auto-capture[data-v-1ce768d6] {
        /* 
            with campaigns
            height: calc(100vh - 386px);
        */
        /* height: calc(100vh - 337px); */
        height: calc(100vh - 366px);
}
#campaigns-con.with-task.auto-capture-qa[data-v-1ce768d6] {
        height: calc(100vh - 366px);
}
#campaigns-con.with-dashboard.with-task.with-counterfeit.auto-capture-qa[data-v-1ce768d6] {
        height: calc(100vh - 307px);
}

    /*  308px - from original Add New Listing 
    *   Added 78px for the new Add New Listing (with sub-button)
    */
#campaigns-con.client[data-v-1ce768d6] {
        /* 
            with campaigns
            height: calc(100vh - 274px); 
        */
        height: calc(100vh - 224px);
}
#campaigns-con.with-dashboard.client[data-v-1ce768d6] {
        height: calc(100vh - 275px);
}
#campaigns-con.with-dashboard.with-task.client[data-v-1ce768d6] {
        height: calc(100vh - 310px);
}
#campaigns-con.with-dashboard.auto-capture-qa[data-v-1ce768d6] {
        height: calc(100vh - 275px);
}
.campaign-icon .nav-link[data-v-1ce768d6] {
        padding-left: 18px !important;
}
.campaign-icon img[data-v-1ce768d6] {
        height: 16px !important; 
        width: 16px !important;
        border-radius: 100%;
}

    /* .nav-item.assigned-indicator .nav-link {
        background: #DC3C40;
    } */

    /* .nav-item img.assigned-indicator {
        position: absolute;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        right: 11px;
        top: 26%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .nav-item .nav-link img.assigned-indicator.hovered {
        top: 45%;
    } */
.sidebar-badge[data-v-1ce768d6] {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
}
.sidebar-badge.hovered[data-v-1ce768d6] {
        top: 17px;
}

    /* .in-holiday-theme .a-sidebar .brand-link {
        background: #F9D9C3;
    } */
.in-holiday-theme .a-sidebar .brand-text[data-v-1ce768d6] {
        color: #e3707f;
        font-style: italic;
}
.in-holiday-theme .a-sidebar .brand-link .snow-container[data-v-1ce768d6] {
        height: 56px;
        width: 100%;
        position: absolute;
        /* overflow: hidden; */
        top: 0;
        left: 0;
}

    /* Nav Disabled */
    /* .nav-sidebar > .nav-item:disabled {
        opacity: .5 !important;
        border: 1px solid red !important;
    } */
.a-sidebar .nav-item.disabled[data-v-1ce768d6] {
        opacity: .5;
}
    /* .a-sidebar .nav-item .nav-link:disabled,
    .a-sidebar .nav-item .nav-link ul li .nav-link:disabled {
        opacity: .5 !important;
        border: 1px solid red;
    } */

    /* .gui-admin .in-holiday-theme .a-sidebar .brand-link {
        background: #F4CCC0;
    } */

    /*
    *   CM VARIATION
    */
.gui-cm .a-sidebar .brand-text[data-v-1ce768d6] {
            font-size: 16px;
            letter-spacing: 3px;
}
    /*
    *   END CM VARIATION
    */
        
    /*
    *   ADMIN VARIATION
    */
.gui-admin .a-sidebar .brand-text[data-v-1ce768d6] {
        font-size: 16px;
        letter-spacing: 3.2px;
        color: #480048;
}
.gui-admin .a-sidebar .nav-item .nav-link[data-v-1ce768d6]:hover,
    .gui-admin .a-sidebar .nav-item .nav-link ul li .nav-link[data-v-1ce768d6]:hover {
        border-color: #480048;
        background: #f3e4f3 !important;
        color: #480048 !important;
}
.disabled-div[data-v-1ce768d6] {
        pointer-events: none !important;
        opacity: 0.4 !important;
}
    /*
*   END OF SIDEBAR
*/
ul.nav.nav-treeview[data-v-1ce768d6]:has(.a-link-status-sub-status-management),
    ul.nav.nav-treeview[data-v-1ce768d6]:has(.a-link-status-status-override) {
        height: auto !important;
}


/*
*   SIDEBAR
*/
.a-sidebar[data-v-ffc54968] {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        -webkit-box-shadow: 0px 2px 6px #00000017;
                box-shadow: 0px 2px 6px #00000017;
        -webkit-transition: left 0.3s ease, width 0.3s ease;
        transition: left 0.3s ease, width 0.3s ease;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        width: 256px;
        left: -256px;
        opacity: 1;
        top: 0;
}
.a-sidebar #artemis-logo[data-v-ffc54968]:focus {
        outline: none;
}
.a-sidebar.toggled[data-v-ffc54968],
    .a-sidebar.toggled[data-v-ffc54968]:hover {
        left: 0;
}
.a-sidebar .brand-text[data-v-ffc54968] {
        letter-spacing: 3.6px;
        font-weight: 500;
        color: #3E88DA;
}
.a-sidebar .brand-link .brand-image[data-v-ffc54968] {
        margin-left: initial;
}
.a-sidebar .sidebar[data-v-ffc54968] {
        padding: 0;
        overflow-x: hidden;
}
.a-sidebar .nav-item[data-v-ffc54968] {
        width: 100%;
}
.a-sidebar .nav-item .nav-link[data-v-ffc54968] {
        font-size: 14px;
        border-left: 5px solid transparent;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
}
.a-sidebar .nav-item .nav-link:hover ul li .nav-link[data-v-ffc54968] {
        border-color: transparent;
        background: #ffff !important;
        color: #383A3D !important;
}
.a-sidebar .nav-item .nav-link[data-v-ffc54968]:hover,
    .a-sidebar .nav-item .nav-link ul li .nav-link[data-v-ffc54968]:hover,
    .a-sidebar .nav-item.active .nav-link[data-v-ffc54968] {
        border-color: #0F9AEE;
        background: #EAF0FCFC !important;
        color: #3E88DA !important;
}
.a-sidebar .nav-item .nav-icon[data-v-ffc54968] {
        margin-right: 13px;
}
.a-sidebar .nav-item:hover .nav-icon[data-v-ffc54968] {
        color: #0F9AEE;
}
.a-sidebar .nav-link[data-v-ffc54968] {
        padding-bottom: 13px;
        padding-top: 13px;
        color: #383A3D;
        border-radius: 0;
        font-weight: 500;
        font-size: 16px;
}
.a-sidebar .a-nav-sub .nav-link[data-v-ffc54968] {
        /* padding-left: 60px; */
        padding-left: 20px;
        font-weight: 400;
        font-size: 14px;
}
.a-sidebar-header[data-v-ffc54968] {
        color: #515365;
        font-size: 24px;
        font-weight: 500;
}
.a-sidebar-filter[data-v-ffc54968] {
        width: 323px;
}
.a-sidebar-filter-header[data-v-ffc54968] {
        text-transform: uppercase;
        font-weight: 500;
        color: #515365;
        font-size: 12px;
}
.a-nav-filter-item[data-v-ffc54968] {
        padding-bottom: 11px;
        padding-top: 11px;
        padding-left: 39px;
        font-size: 14px;
        font-weight: 400;
}
.a-nav-filter-item input[type="radio"][data-v-ffc54968] {
        border: 1px solid #515365;
        background: transparent;
}
.sidebar-trigger[data-v-ffc54968] {
        position: fixed;
        height: 100vh;
        width: 20px;
        z-index: 11;
        left: 0;
        top: 0;
}
.nav-sidebar .nav-link > .right[data-v-ffc54968], .nav-sidebar .nav-link > p > .right[data-v-ffc54968] {
        top: 1rem;
}
#campaigns-con[data-v-ffc54968] {
        height: calc(100vh - 240px);
        overflow-y: auto;
}
#campaigns-con.with-task[data-v-ffc54968] {
        height: calc(100vh - 332px);
}

    /*
    *   ADMIN VARIATION
    */
.gui-admin .a-sidebar[data-v-ffc54968] {
        left: 0;
        width: 60px;
        overflow-x: hidden;
}
.gui-admin .a-sidebar.toggled[data-v-ffc54968],
    .gui-admin .a-sidebar.toggled[data-v-ffc54968]:hover {
        width: 256px;
}
.gui-admin .a-sidebar .brand-text[data-v-ffc54968] {
        font-size: 16px;
        letter-spacing: 3.2px;
        color: #480048;
}
.gui-admin .a-sidebar .nav-item a[data-v-ffc54968] {
        white-space: nowrap;
}
.gui-admin .a-sidebar .nav-item .nav-link[data-v-ffc54968]:hover,
    .gui-admin .a-sidebar .nav-item .nav-link ul li .nav-link[data-v-ffc54968]:hover {
        border-color: #480048;
        background: #f3e4f3 !important;
        color: #480048 !important;
}
.gui-admin .a-sidebar ul li > ul .nav-item .nav-link[data-v-ffc54968] {
        font-size: smaller;
        padding-left: 30px !important;
}
.gui-admin .a-sidebar ul li > ul li > ul .nav-item .nav-link[data-v-ffc54968] {
        padding-left: 40px !important;
}
.gui-admin .a-sidebar .nav-item img.nav-icon[data-v-ffc54968] {
        height: 20px;
        width: 20px;
}
.gui-admin .a-sidebar.toggled .nav-item img.nav-icon[data-v-ffc54968] {
        margin-right: 22px;
}

    /* .gui-admin .a-sidebar ul {
        overflow:hidden;
    } */
.gui-admin .a-sidebar .brand-link[data-v-ffc54968] {
        min-height: 57px;
}
.gui-admin .a-sidebar:not(.toggled) .brand-image[data-v-ffc54968] {
        margin: -1px auto;
        float: none;
        display: block;
}

    /*
*   END OF SIDEBAR
*/


.a-snackbar[data-v-2583f47b] {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 6px 10px #00000029;
          box-shadow: 0px 6px 10px #00000029;
  padding: 13px 40px 13px 72px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  border-radius: 4px;
  text-align: left;
  max-width: 420px;
  font-size: 14px;
  cursor: pointer;
  position: fixed;
  display: table;
  color: #fff;
  bottom: 20px;
  height: 68px;
  z-index: 10051;
  left: 30px;
}
.a-snackbar.notification[data-v-2583f47b] {
  width: 420px;
  height: 88px;
  padding-left: 80px;
}
.a-snackbar i[data-v-2583f47b] {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 32px;
  left: 20px;
  top: 50%;
}
.a-snackbar img[data-v-2583f47b] {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 48px;
  left: 15px;
  top: 50%;
}
.a-snackbar-text[data-v-2583f47b] {
  display: table-cell;
  vertical-align: middle;
}
.a-snackbar-text h5[data-v-2583f47b] {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #515365;
}
.a-snackbar-text .snackbar-details[data-v-2583f47b] {
  margin-top: 3px;
}
.a-snackbar.default[data-v-2583f47b],
.a-snackbar.notification[data-v-2583f47b] {
  color: #1a1a1a;
}
.a-snackbar.success[data-v-2583f47b] {
  background: #28a745 0% 0% no-repeat padding-box;
}

/* .a-snackbar.info {
        background: #3E88DA 0% 0% no-repeat padding-box;
    }

    .a-snackbar.invalid {
        background: #DC3C40 0% 0% no-repeat padding-box;
    }

    .a-snackbar.warning {
        background: #f79500 0% 0% no-repeat padding-box;
    } */
.a-snackbar2.success[data-v-2583f47b],
.a-snackbar2.invalid[data-v-2583f47b],
.a-snackbar2.info[data-v-2583f47b],
.a-snackbar2.warning[data-v-2583f47b],
.a-snackbar2.empty[data-v-2583f47b] {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 6px 10px #00000029;
          box-shadow: 0px 6px 10px #00000029;
  border-radius: 20px;
  text-align: center;
  width: 372px;
  min-height: 350px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  font-size: 14px;
  cursor: pointer;
  position: fixed;
  color: #000000;
  z-index: 10051;
  left: 40%;
  top: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.snackbar-detail-header.success[data-v-2583f47b] {
  font: normal normal bold 20px/21px Roboto;
  letter-spacing: 0.36px;
  color: #79bd9a;
}
.snackbar-detail-header.invalid[data-v-2583f47b] {
  font: normal normal bold 20px/21px Roboto;
  letter-spacing: 0.36px;
  color: #dc3c40;
}
.snackbar-detail-header.empty[data-v-2583f47b] {
  font: normal normal bold 20px/21px Roboto;
  letter-spacing: 0.36px;
  color: #dc3c40;
}
.snackbar-detail-header.warning[data-v-2583f47b] {
  font: normal normal bold 20px/21px Roboto;
  letter-spacing: 0.36px;
  color: #f0b7a8;
}
.snackbar-detail-header.info[data-v-2583f47b] {
  font: normal normal bold 20px/21px Roboto;
  letter-spacing: 0.36px;
  color: #6eb4f9;
}
.snackbar-detail-message[data-v-2583f47b] {
  font: normal normal normal 14px/18px Roboto;
  letter-spacing: 0.22px;
  color: #515365;
  padding: 10px;
}
.warning[data-v-2583f47b] {
  position: inherit;
  left: 29px;
}

