
.a-container {
    position: relative;
    min-height: 100vh;
    padding-top: 0;
    width: 100%;
}
.a-container.grey-bg {
    background: #F6F7FB;
}
.a-navcon {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
}
.titlebar-con {
    position: fixed;
    width: 100%;
    padding-top: 56px;
    z-index: 3;
    background: #FFFFFF;
}
.campaigns-list {
    height: 350px;
    overflow: auto;
}
.welcome-trigger {
    position: fixed;
    z-index: -2;
    top: 0;
}
.welcome-con {
    position: relative;
    text-align: left;
    padding: 55px 327px 0 15px;
}
.welcome-con h5 {
    font-weight: 500 !important;
    color: #515365;
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 41px;
}
.welcome-con h5 span {
    font-weight: 400 !important;
    color: #383A3D;
    font-size: 16px;
    display: block;
    margin-top: 28px;
}
.welcome-con h5 strong {
    font-weight: 400 !important;
}
.welcome-con img {
    position: absolute;
    right: 20px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.a-navbar-nav button.btn-qualified {
    color: #29ABA2;
    border-color:#29ABA2;
}
.a-navbar-nav button.btn-qualified:hover {
    color: #ffff;
    background: #29ABA2;
}
.line-through {
    text-decoration: line-through;
}
.cursor-pointer {
    cursor: pointer;
}
/**
*@override vue-toastification default style
**/
.Vue-Toastification__toast--default {
    background-color: #ffffff !important;
    color: #1a1a1a !important;
}
.Vue-Toastification__toast--default > .Vue-Toastification__progress-bar {
    background-color: #3e88da;
}
.Vue-Toastification__toast--default > .Vue-Toastification__close-button {
    color: #3e88da;
}
.Vue-Toastification__toast {
    max-width: 450px;
}


/* .a-dialog {
    display: block; /* remove in production
    position: relative /* remove in production 
} */
.a-dialog-content[data-v-72aedaae] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 1px 2px #00000029;
            box-shadow: 0px 1px 2px #00000029;
    border: 1px solid #5153655E;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    padding: 35px;
    opacity: 1;
}
.a-dialog-header[data-v-72aedaae] {
    color: #515365;
    font-weight: 400;
    font-size: 24px;
}
.modal[data-v-72aedaae]::before {
    content:"";
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.success-confirmation img[data-v-72aedaae] {
    width: 180px;
    height: auto;
    top: -25px;
    position: absolute;
}

