
/*
*   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 - 224px);
}

    /* 
    *   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;
}

