*:not(i) {
    font-family: IBM Plex Sans !important;
}
a {
    color: #0f62fe;
}
a:active, a:active:visited, a:active:visited:hover {
    color: #161616;
    text-decoration: underline;
}
a:visited:hover {
    color: #0043ce;
}

a:visited {
    color: #0f62fe;
}
a:focus {
    text-decoration: underline;
}
a:hover {
    color: #0043ce;
    text-decoration: underline;
}
input[disabled].wigzo-primary-inputField {
    cursor: not-allowed;
    background: grey !important;
}
*.main-app-container{
    color: #161616;
}
.dashboard p{
    color: #161616;
}
/*.col-md-12, .col-lg-12,
.col-md-4, .col-lg-4,
.col-md-8, .col-lg-8,
.col-md-6, .col-lg-6 {
    padding: 0;
}*/
.main-app-container{
    height: 100%;
}
.add-account:focus{
    font-weight: 700;

}
.dropdown-menu{
    overflow-x: hidden;
    max-height: 200px;
    background: white;
}

/*Dashboad CSS*/
.main-app-container.dashboard{
    /*height: calc(100vh - 101px);*/
    display: flex;
    flex-direction: column;
}
.main-app-container.dashboard > div{
    height: 50%;
    padding: 30px;
}
.main-app-container .container-head{
    display: flex;
    justify-content: space-between;
}
.main-app-container .container-head h6 {
    font-size: 16px;
    font-weight: 600;
}
.main-app-container .graph-container{
    height: 260px;
}
.main-app-container.dashboard .tabs-holder{
    display: flex;
    justify-content: space-between;
    /*align-items: flex-end;*/
    top: 1.4rem;
    flex-direction: column;
    /*max-height: 300px;*/
}
.main-app-container.dashboard .wigzo-no-margin{
    font-size: 50px;
    font-weight: 100;
    margin: 0px;
}
.main-app-container.dashboard .wigzo-tabs{
    width: 70%;
    display: flex;
    /*justify-content: space-evenly;*/
    padding: 0 35px;
}
.data-container{
 /*   display: flex;
    flex-wrap: wrap;*/
    height: 100%;
}
.data-container .stats-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1.5rem;
    min-height: 11rem;
    justify-content: space-between;
}
.data-container .graph-container{
    width: 60%;
}
.data-container .stats-container > div:nth-child(n+1){
    display: flex;
    justify-content: space-between;
}
.data-container .stats-container > div > div:nth-child(2) {
    padding-left: 1.1rem;
}
.data-container .stats-container > div > div {
    display: flex;
    flex-direction: column;
}
.data-container .stats-container > div > div > p {
    font-size: 14px;
    margin-bottom: 1.4rem;
}
.data-container .stats-container > div > div > span {
    font-size: 26px;
}
/*Tabs CSS starts here*/
.wigzo-tabs span{
    padding: 10px;
    cursor: pointer;
    width: 100px;
    text-align: center;
}
.wigzo-tabs span.active{
    border-bottom: 2px solid #0F62FE;
}

    /*Wigzo dropdown*/
    .mt-20{
        margin-top: 20px;
    }
.wigzo-dropdown-holder .wigzo-dropdown-label{
    font-size: 0.75rem !important;
    color: #525252 !important;
    margin: 0 0 .5rem !important;
    letter-spacing: 0.32px !important;
    font-weight: normal !important;
}

.wigzo-dropdown-holder .ui.selection.dropdown, .wigzo-dropdown-holder .wigzo-primary-dropdown {
    border-bottom: 1px solid #8d8d8d;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: #f3f3f3;
    padding: 0.78571429em 3em 0.78571429em 1em;
    min-width: 9.6rem;
}
.wigzo-dropdown-holder .ui.selection.dropdown:hover {
    background: #e5e5e5;
}
.wigzo-dropdown-holder .ui.selection.dropdown:focus .menu {
    border-color: #0f62fe;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-top-width: 1px !important;
    border-radius: 0;

}
.wigzo-dropdown-holder .ui.selection.active.dropdown .menu {
    border-color: #0f62fe;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.wigzo-dropdown-holder .ui.selection.dropdown .menu > .item {
    border-top: 0;
    padding: 0 1rem !important;
}
.wigzo-dropdown-holder .ui.selection.dropdown .menu > .item:active {
    background-color: #e0e0e0;
}

.wigzo-dropdown-holder .ui.selection.dropdown .menu > .item:hover {
    background-color: #e5e5e5;
}
.wigzo-dropdown-holder .ui.selection.dropdown .menu > .item > p {
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.675rem 0;
}
.wigzo-dropdown-holder .ui.dropdown:not(.button) > .default.text, .ui.default.dropdown:not(.button) > .text {
    color: #161616;
}

.wigzo-dropdown-holder .ui-select-container .ui-select-match .form-control,
.wigzo-dropdown-holder > select{
    width: 100% !important;
    min-height: 36px !important;
    border-bottom: 1px solid #8d8d8d !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    background: #f3f3f3 !important;
    padding: 0.78571429em 3em 0.78571429em 1em !important;
    min-width: 4.6rem !important;
}
/*.ui-select-container > .ui-select-choices {
    border: 1px solid #0f62fe !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
    top: 2.6rem !important;
}*/
/*.ui-select-bootstrap .ui-select-choices-row.active>a  {
    border-bottom: 1px solid #e0e0e0 !important;
}*/

    /*Wigzo Input field*/
.wigzo-primary-inputField {
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1.125rem !important;
    letter-spacing: 0.16px !important;
    outline: 2px solid transparent !important;
    outline-offset: -2px !important;
    background-color: #f4f4f4 !important;
    width: 100% !important;
    height: 3rem !important;
    padding: 0.5rem 1rem !important;
    color: #161616 !important;
    border: none !important;
    border-bottom: 1px solid #8d8d8d !important;
    -webkit-transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9) !important;
    transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9) !important;
    border-radius: 0 !important;
}
.wigzo-primary-inputField.wigzo-input-error{
    outline: none;
    border-bottom:  1px solid rgb(218, 30, 40)!important;
    color: rgb(218, 30, 40)!important;
}
.wigzo-primary-inputField.wigzo-input-error:focus, .wigzo-primary-inputField.wigzo-input-error:active{
    outline: 2px solid rgb(218, 30, 40)!important;
    outline-offset: -2px;
}
.wigzo-primary-inputField:focus, .wigzo-primary-inputField:active {
    outline: 2px solid #0f62fe !important;
    outline-offset: -2px !important;
}
.wigzo-primary-inputField::placeholder {
    color: #8d8d8d;
}
textarea.wigzo-primary-inputField {
    resize: none;
}
textarea.wigzo-primary-inputField.emoji-enabled{
    padding-right: 50px !important;
}
    /*Wigzo new Buttons*/

.wigzo-primary-btn {
    background: #0f62fe !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    box-sizing: border-box !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    display: flex;
    align-items: center !important;
    justify-content: left !important;
    flex-shrink: 0 !important;
    min-height: 3rem !important;
    padding: calc(1rem - 3px) 60px calc(1rem - 3px) 12px !important;
    border-radius: 0 !important;
    text-align: left !important;
    text-decoration: none !important;
    transition: all 70ms cubic-bezier(0,0,.38,.9) !important;
    outline: none !important;
    position: relative !important;
    max-width: 25rem !important;
    min-width: 114px;
    /*margin: 0 10px;*/
}
.wigzo-primary-btn:hover {
    color: #ffffff !important;
    background: #0353e9 !important;
}
.wigzo-primary-btn:active {
    background: #002d9c !important;
}
.wigzo-primary-btn:focus {
    border-color: #0f62fe !important;
    box-shadow: inset 0 0 0 1px #0f62fe,inset 0 0 0 2px #fff !important;
}
.wigzo-primary-btn:disabled{
    color: #8d8d8d!important;
    background: #c6c6c6!important;
    border-color: #c6c6c6;
    cursor: not-allowed!important;
}
.wigzo-primary-btn > svg{
    position: absolute !important;
    right: 1rem !important;
    flex-shrink: 0 !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    top: 0.75rem !important;
}
.wigzo-primary-btn > i {
    position: absolute !important;
    right: 1rem !important;
}

    /*Secndary button*/
.wigzo-secondary-btn {
    background: #393939 !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    box-sizing: border-box !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    display: flex;
    align-items: center !important;
    justify-content: left !important;
    flex-shrink: 0 !important;
    min-height: 3rem !important;
    padding: calc(1rem - 3px) 60px calc(1rem - 3px) 12px !important;
    border-radius: 0 !important;
    text-align: left !important;
    text-decoration: none !important;
    transition: all 70ms cubic-bezier(0,0,.38,.9) !important;
    outline: none !important;
    position: relative !important;
    max-width: 25rem !important;
    margin: 0;
}
.wigzo-secondary-btn:hover {
    color: #ffffff !important;
    background: #4c4c4c !important;
}
.wigzo-secondary-btn > svg{
    position: absolute !important;
    right: 1rem !important;
    flex-shrink: 0 !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    top: 0.7rem !important;
}
.wigzo-secondary-btn > i {
    position: absolute !important;
    right: 1rem !important;
}

    /*Tertiary button*/
.wigzo-tertiary-btn {
    background: #ffffff !important;
    border: 1px solid #0f62fe !important;
    color: #0f62fe !important;
    box-sizing: border-box !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    display: flex;
    align-items: center !important;
    justify-content: left !important;
    flex-shrink: 0 !important;
    min-height: 3rem !important;
    padding: calc(1rem - 3px) 60px calc(1rem - 3px) 12px;
    border-radius: 0 !important;
    text-align: left !important;
    text-decoration: none !important;
    transition: all 70ms cubic-bezier(0,0,.38,.9) !important;
    outline: none !important;
    position: relative !important;
    max-width: 25rem !important;
    margin: 0;
}
.wigzo-tertiary-btn:hover {
    color: #ffffff !important;
    background: #0f62fe !important;
}
.wigzo-tertiary-btn > svg{
    position: absolute !important;
    right: 1rem !important;
    flex-shrink: 0 !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    top: 0.7rem !important;
    fill: currentColor !important;
}
.wigzo-tertiary-btn > i {
    position: absolute !important;
    right: 1rem !important;
}
.wigzo-tertiary-btn:disabled {
    cursor: not-allowed!important;opacity: .6;
}
.wigzo-tertiary-btn:disabled:hover{
    background: #ffffff !important;
    border: 1px solid #0f62fe !important;
    color: #0f62fe !important;
    cursor: not-allowed!important;
}
    /*Green btn*/
.wigzo-green-btn {
    background: #ffffff !important;
    border: 1px solid #24A148 !important;
    color: #24A148 !important;
    box-sizing: border-box !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    display: flex;
    align-items: center !important;
    justify-content: left !important;
    flex-shrink: 0 !important;
    min-height: 3rem !important;
    padding: calc(1rem - 3px) 60px calc(1rem - 3px) 12px !important;
    border-radius: 0 !important;
    text-align: left !important;
    text-decoration: none !important;
    transition: all 70ms cubic-bezier(0,0,.38,.9) !important;
    outline: none !important;
    position: relative !important;
    max-width: 25rem !important;
    margin: 0;
}
.wigzo-green-btn:hover {
    color: #ffffff !important;
    background: #24A148 !important;
}
.wigzo-green-btn:focus {
    border-color: #24A148 !important;
    box-shadow: inset 0 0 0 1px #24A148,inset 0 0 0 2px #fff !important;
}
.wigzo-green-btn > svg{
    position: absolute !important;
    right: 1rem !important;
    flex-shrink: 0 !important;
    width: 1.1rem !important;
    height: 1.1rem !important;
    top: 0.9rem !important;
    fill: currentColor !important;
}
.wigzo-green-btn > i {
    position: absolute !important;
    right: 1rem !important;
}


    /*Authentication pages*/

.login-container .page-content {
    width: 47%;
    height: auto;
    top: 3.55rem;
    position: relative;
}
@media only screen and (max-width: 425px){
    .login-rightSide{
        visibility: hidden;
    }
    .login-container .login-form {
        padding: 0 52px 32px 12px !important;
    }
}
.login-rightSide {
    background: none;
    border: 0;
    box-sizing: border-box;
    width: 53%;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-right: 0;
    display: flex;
    top: 3.55rem;
}
.login-container .login-form {
    width: 400px;
    max-width: 400px;
    padding: 0 32px 32px 32px;
    background: none;
    text-align: left;
    /* box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12) !important; */
    /* box-shadow: 0px 4px 38px rgba(22, 21, 55, 0.06), 0px 0px 21px rgba(22, 21, 55, 0.03) !important; */
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border: 0;
    border-radius: 7px;
    z-index: 10;
}
.login-container .login-form, .login-container .registration-form {
    margin: 3% 5% 1.2% 10%;
}
.login-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #172B4D;
    margin-bottom: 0;
}
.login-options {
    margin: 15px 0;
}
.btn-shopify {
    color: #0F61FD !important;
    background-color: none;
    background: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9.8px 0px;
    padding-right: 8px;
    border-radius: 0px;
    font-weight: 100;
    border: 1.4px solid #0F61FD;
    text-align: left;
}
.btn-shopify:hover{
    text-decoration: none;
}
.login-header{
    position: fixed;
    z-index: 996;
    box-shadow: none;
    height: 50px !important;
    background-color: #161616 !important;
    border-bottom: 2px solid #6b6b6b85 !important;
    padding: 0 0 0 20px !important;
    min-height: 3.55rem !important;
    width: 100%;
}
.login-logo {
    height: 50px;
    display: flex;
    align-items: center;
    left: 1rem;
    position: relative;
    float: left;
}
.login-logo > img {
    height: 30px;
}
.login-form .create-account span{
    color: #525252;
}
.login-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: #525252;
}
.wigzo-dropdown-holder .remove-field{
    width: auto;
    position: absolute;
    right: 0;
    font-size: 10px;
    color: #525252;
    letter-spacing: 0.32px;
    cursor: pointer;
    text-decoration: underline;
}

/*FLOWS*/
.flows-inspector-box{
    padding: 0px 9px 9px 9px;
    border: 1px solid #161616;
}
.flows-inspector-box .box-header{
    height: 2em;
    background: #161616;
    color: white;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding: 0 10px;
    margin: 0 -10px;
    margin-bottom: 10px;
}
.wigzo-label-sm{
    font-size: 10px;
    margin-top: 5px;
    text-decoration: underline;
    cursor: pointer;
}
.inspector-footer{
    position: absolute;
    bottom: 10px;
    right: 20px;
}
/*FLOWS CUSTOM MODAL*/
.flows-custom-modal-container{
    position: fixed;
    top: 0;left: 0;bottom: 0;right: 0;
    background: rgba(0,0,0,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.flows-custom-modal-container .flows-custom-modal{
    margin: 0 auto;
    width: 30vw;
    max-height: 440px;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
}
.flows-custom-modal .custom-modal-header{
    height: 3em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-left: 1rem;
}
.flows-custom-modal .custom-modal-header span{
    color: #161616;
    font-size: 1.25em;
    font-weight: 400;
    text-transform: capitalize;
}
.flows-custom-modal .custom-modal-header .close-btn{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: .75em;
}
.flows-custom-modal .custom-modal-header .close-btn:hover{
    background: #e5e5e5;
    transition: all .1s ease-in-out;
}
.flows-custom-modal .custom-modal-body{
    height: 100%;
    overflow: auto;
    min-height: 350px;
    max-height: 350px;
    padding: 10px;
    overflow-x: hidden;
}
.flows-custom-modal .custom-modal-body::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.flows-custom-modal .custom-modal-footer{
    display: flex;justify-content: center;
}
.flows-custom-modal .custom-modal-footer .wigzo-primary-btn{
    height: 4em;padding-top: 1rem!important;padding-bottom: 2rem!important;flex: 0 1 50%;font-size: .875rem;
}
.flows-custom-modal .custom-modal-footer .wigzo-primary-btn:first-child{
     background: #393939 !important;
}
.flows-custom-modal .custom-modal-footer .wigzo-primary-btn:first-child:hover{
    background: #4c4c4c!important;
}
.wigzo-dropdown-holder .wigzo-input-helper{
    display: flex;justify-content: flex-end;
}
.wigzo-dropdown-holder .wigzo-input-error-block{
    display: flex;justify-content: flex-end;
}
.wigzo-dropdown-holder .wigzo-input-error-block span{
    color: rgb(218, 30, 40);
    font-size: 11px;
}

/*FLOWS CUSTOM MODAL ENDS*/
/*Checkbox*/
/* Style the checkmark/indicator */
/*
.checkbox-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
.wigzo-checkbox-wrapper{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-items: flex-start;
}
.wigzo-checkbox-wrapper .hidden-checkbox{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    visibility: inherit;
    white-space: nowrap;
}
.wigzo-checkbox-wrapper .hidden-checkbox:disabled + .wigzo-checkbox-label {
    cursor: not-allowed;
}
.wigzo-checkbox-wrapper .wigzo-checkbox-label{
    box-sizing: border-box;
    margin: 0;
    border: 0;
    font-family: inherit;
    vertical-align: initial;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .16px;
    position: relative;
    display: flex;
    cursor: pointer;
    min-height: 1.5rem;
    -webkit-user-select: none;
    user-select: none;
    padding: 2px 0 0 1.25rem;
}
.wigzo-checkbox-wrapper .hidden-checkbox:checked + .wigzo-checkbox-label::before{
    background-color: #161616;
    border-color: #161616;
    border-width: 1px;
}
.wigzo-checkbox-wrapper .hidden-checkbox + .wigzo-checkbox-label::after{
    content: "";
    position: absolute;
    left: .375rem;
    top: .5rem;
    width: .5625rem;
    height: .3125rem;
    background: none;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    /*transform: scale(0) rotate(-45deg);*/
    transform-origin: bottom right;
    margin-top: -.1875rem;
}
.wigzo-checkbox-wrapper .wigzo-checkbox-label::after{
    transform: scale(1) rotate(-45deg);
}
.wigzo-checkbox-wrapper .wigzo-checkbox-label::before{
    content: "";
    width: 1rem;
    height: 1rem;
    margin: .125rem;
    position: absolute;
    left: 0;
    top: .125rem;
    background-color: initial;
    border: 1px solid #161616;
    border-radius: 1px;
}
.wigzo-checkbox-wrapper .wigzo-checkbox-label-text{
    color: #525252;
    padding-left: .375em;
}

/*wigzo notification box*/
.inspector-notification-holder{
    position: absolute;
    padding: 0 6px;
    bottom: 60px;
}
.wigzo-notification-box{
    border-left: 3px solid #da1e28;
    padding: 15px;
    background: #fff1f1;
    position: relative;
}
.wigzo-notification-box .notification-icon{
    position: absolute;
}
.wigzo-notification-box h3{
    font-size: .875rem;
    margin-bottom: 5px;
    color: #161616;
    margin-left: 30px;
    margin-top: 2px;
}
.wigzo-notification-box ul li{
    font-size: .875rem;
    margin: 0;
    color: #161616;
}

/*Notification Animation*/
/*
#wigzo-notification-handler {
    -moz-animation: hideNotification 0s ease-in 10s forwards;
    !* Firefox *!
    -webkit-animation: hideNotification 0s ease-in 10s forwards;
    !* Safari and Chrome *!
    -o-animation: hideNotification 0s ease-in 10s forwards;
    !* Opera *!
    animation: hideNotification 0s ease-in 10s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes hideNotification {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}*/
    /*Wigzo Toggle buttom*/

.wigzo-primary-toggle {
    width: 2.6rem !important;
    height: 1.5rem !important;
}
.wigzo-primary-toggle > input:active + .toggleslider, .wigzo-primary-toggle > input:focus + .toggleslider, .wigzo-primary-toggle input:checked + .toggleslider {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0f62fe !important;
}
.wigzo-primary-toggle .toggleslider:before {
    width: 14px !important;
    height: 14px !important;
}
.wigzo-primary-toggle > input:checked + .toggleslider {
    background-color: #24a148;
}
.wigzo-toggle-holder .help-inline.switch.switch-disabled, .wigzo-toggle-holder .help-inline.switch.switch-enabled {
    margin-top: 0.4rem !important;
    color: #525252!important;
}

.overall-detail-boxes {
    display: flex;
    margin-bottom: 35px;
}
.overall-detail-boxes > div {
    padding: 26px 20px;
    width: 20%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5px;
}
.overall-detail-boxes > div > div > p {
    color: #525252;
    margin-bottom: 2px;
    font-size: 12px;
}
.overall-detail-boxes > div > div > h2 {
    color: #161616;
    font-size: 28px;
    margin-top: 10px;
}
.overall-detail-boxes > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #e0e0e0;;
}
.empty-state{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    width: 50%;
}
.empty-state h1 {
    font-size: 28px;
    margin: 30px 0 10px 0px;
    font-weight: 600;
}
.empty-state h4 {
    font-size: 16px;
    margin: 0 0 30px 0;
}

    /*Custom alert*/

.wigzo-custom-alert *{
    letter-spacing: .16px !important;
    font-size: 0.875rem !important;
}
.wigzo-custom-alert a {
    color: #0062ff !important;
}
.wigzo-custom-alert a:hover {
    text-decoration: underline;
}
.wigzo-custom-alert{
    background-color: #fdf6dd!important;
    border-left:3px solid #f1c21b !important;
    border: 1px solid rgba(253, 209, 58, 0.3);
    padding: 0px 15px 0px 44px;
    position: relative;
    border-radius: 0;
    border-bottom: 0;
    border-right: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 48px;
    margin-bottom: 1rem;
}
.wigzo-custom-alert .pricing-alert-info-icon{
    position: absolute;
    left:11px;
    color: #f1c21b;
    top: 13px;
}
.wigzo-custom-alert ul{
    padding-left: 15px;
}
.wigzo-custom-alert ul li{
    color:#EEC200;
    padding-left: 4px;
}
.wigzo-custom-alert h4{
    font-weight: 600;
    color: #161616;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.625rem;
    margin-right: 5px;
}
.wigzo-custom-alert ul li span{
    font-weight: 400;
    font-size: .875rem;
    color: #161616;
    margin-bottom: 1px;
    line-height: 1.125rem;
}
.wigzo-custom-alert button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    margin-left: auto;
    padding: 0;
    height: 100%;
    width: 48px;
    min-width: 48px;
    transition: outline .11s,background-color .11s;
}
.wigzo-custom-alert button:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px;
}
.wigzo-custom-alert .wigzo-alerts {
    display: flex;
    justify-content: space-between;
    width: 72%;
}
.wigzo-custom-alert.blue-alert {
    background-color: #edf5ff !important;
    border-left: 3px solid #0043ce !important;
    border: 1px solid rgba(5, 74, 218, 0.3);
}

.whatsapp-intro-holder > h3 {
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.16px;
    margin-bottom: 21px;
}
.whatsapp-intro-holder > div{
    border-left: 3px solid  #0043CE;
    display: flex;
    padding-left: 21px;
    margin-bottom: 40px;
}
.whatsapp-intro-holder > div > svg  {
    margin-right: 15px;
}
.whatsapp-intro-holder > div > span{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.16px;
    color: #161616;
}
h2.headtext{
    font-size: 28px;
    margin-bottom: .612em;
    color: #161616;
}
span.headtext{
    font-size: 15px;
    color: #393939;
}
.content-switcher{
    display: flex;justify-content: center;width: 100%;
}
.content-switcher .switcher{
    /*width: 50%;padding: 8px 10px!important;width: 50%;*/
    width: 50%;padding: 8px 15px !important;text-align: left;border-radius: 0;border: none;min-height: 3rem;
    background: #f4f4f4;font-size: .875rem;
}
.content-switcher .switcher:first-child{
    border-bottom-left-radius: 5px;border-top-left-radius: 5px;
}
.content-switcher .switcher:last-child{
    border-bottom-right-radius: 5px;border-top-right-radius: 5px;
}
.content-switcher .switcher:hover{
    color: #161616;background: #e5e5e5;z-index: 3;
}
.content-switcher .switcher:focus{
    border-color: #0f62fe;box-shadow: inset 0 0 0 2px #0f62fe,inset 0 0 0 3px #fff;
}
.content-switcher .switcher.switcher-selected{
    color: #fff;background-color: #161616;
}

.table-entries-select-holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.list-inline>li>a>i, .list-inline>li>i {
    color: #495057;
    font-size: 21px;
    top: -4px;
    position: relative;
}

/*Broadcast css*/
#broadcast-form .magiclink-animate-switch h4{
    font-size: 18px;
    line-height: 26px;
    color: #161616;
}
.broadcast-huge-radio-holder > h4 {
    margin-bottom: 20px;
}
#broadcast-form .magic-link-footer{
    position: fixed;
    top: unset;
    bottom: 0;
    width: 80%;
    background: #ffffff ;
    z-index: 5;
    height: 77px;
    padding-top: 0;
}
#broadcast-form input[type="radio"]:checked + .radio-button__huge .radio-button__heading,
#broadcast-form input[type="radio"]:checked + .radio-button__huge i,
#broadcast-form input[type="radio"]:checked + .radio-button__huge svg {
    color: #fff;
    fill: #fff;
}
#loader {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 3.55rem;
}
#loader > div{
    display: flex;
    flex-direction: column;
    margin: -2rem 0 0 -18rem;
}
#loader > div > i {
    color: #0f62fe;
    font-size: 3.5rem;
    margin-bottom: 1.8rem;
}
/*Image preview overlay*/

.image-preview-overlay {
    position: absolute;
    bottom: 100%;
    left: 10%;
    right: 0;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
    width: 80%;
    height:0;
    top: 0;
    transition: all .2s ease-in-out;
    border-radius: 0 0 10px 10px;
}

/*Broadcast v2*/
.broadcast-breadcrumbs{
    display: flex;
    align-items: center;
}
.broadcast-breadcrumbs > span{
    font-size: 25px;
    margin: 0 40px;
}
.broadcast-channels-container{
    display: flex;
    flex-wrap: wrap;
}
.broadcast-channels-container > .radio-button {
    margin-bottom: 15px;
}
.email-preview-container{
    padding-left: 20px;
    max-height: 55vh;
    overflow: scroll;
    width: fit-content;
}
/*BROADCAST CUSTOM TABLE*/
.broadcast-table-box{
    background: white;margin-top: 20px;border: 1px solid #F2F2F2;border-radius: 10px 10px 0px 0px;
    height: auto;display: flex;flex-direction: column;overflow: hidden;
}
.broadcast-custom-table{
    overflow: auto;height: auto;
}
.broadcast-custom-table .broadcast-head{
    background: #EFEFEF;padding: 10px 0;display: flex;align-items: center;height: 50px;
    position: sticky;
    top: 0;z-index: 9;
}
.broadcast-head-cell > p{
    color: #161616;font-size: clamp(15px, 0.8vw,16px);font-weight: 600;
}
.broadcast-custom-table .broadcast-body .broadcast-body-row{
    padding: 15px 0;display: flex;align-items: center;border-bottom: 1px solid #D9D9D9;;
}
.broadcast-custom-table .broadcast-body{
    position: relative;min-height: 300px;
}
.broadcast-custom-table .broadcast-head .broadcast-head-cell.small{
    width: 9%!important;
}
.broadcast-custom-table .broadcast-head .broadcast-head-cell.small.unsubscribers > p{
    width: 100%!important;text-overflow: ellipsis!important;white-space: nowrap!important;overflow: hidden!important;
}
.broadcast-custom-table .broadcast-head .broadcast-head-cell,
.broadcast-custom-table .broadcast-body .broadcast-body-cell {
    width: 10%;padding: 0 10px;display: flex;align-items: flex-start;flex-direction: column;justify-content: center;
}
.broadcast-custom-table .broadcast-body .broadcast-body-cell > h5{
    margin-bottom: 2px;color: #000000;font-size: clamp(14px, 0.7vw, 16px);
}
.broadcast-custom-table .broadcast-body .broadcast-body-cell > p{
    color: #525252;
    font-size: clamp(13px, .6vw, 13px);
}
.broadcast-custom-table .broadcast-head .broadcast-head-cell.name.small{
    width: 31%!important;
}
.broadcast-custom-table .broadcast-head .broadcast-head-cell.name,
.broadcast-custom-table .broadcast-body .broadcast-body-row .broadcast-body-cell.name{
    width: 35%;
}
.broadcast-custom-table .broadcast-body .broadcast-body-row .broadcast-body-cell{
    background: white;
}
.broadcast-custom-table .broadcast-head .broadcast-head-cell.action,
.broadcast-custom-table .broadcast-body .broadcast-body-cell.action{
    width: 15%;
}
.broadcast-custom-table .broadcast-body{
    background: white;
}
.broadcast-body-cell.name > div:nth-child(2) > a,
.broadcast-body-cell.name > div:nth-child(2) > a:hover,
.broadcast-body-cell.name > div:nth-child(2) > a:active{
    color: #868FA0;font-size: clamp(12px, .6vw, 14px);
}
.broadcast-body-cell.name{
    flex-direction: column;
    align-items: flex-start!important;
}
.broadcast-body-cell.name > div:first-child{
    width: 100%;display: flex;align-items: center!important;
}
.broadcast-body-cell.name > div:first-child > h4{
    margin: 0;white-space: nowrap;width: auto;text-overflow: ellipsis;overflow: hidden;font-size: clamp(14px, 1vw, 16px);
}
.broadcast-body-cell.name > div > .status-tag{
    font-size: clamp(10px, .5vw, 10px);font-weight: 600;text-transform: capitalize;position: relative;top: 0px;border-radius: 13px;height: 20px;
    display: flex;justify-content: center;padding: 0 10px;align-items: center;margin-left: 10px;
}
.title-header{
    box-shadow: 2px 2px 4px 0px #B1C7FF4A;
    padding: 0 15px 30px 30px;
    border-radius: 10px;
}
.title-header > h2{
    margin-bottom: 10px;
}
.w-flex{
    display: flex;
}
.w-justify-content-center{
    justify-content: center;
}
.w-align-items-center{
    align-items: center;
}
.w-align-items-start{
    align-items: start;
}
.w-flex-column{
    flex-direction: column;
}
.w-justify-content-between{
    justify-content: space-between;
}
.w-justify-content-start{
    justify-content: start;
}
.w-justify-content-end{
    justify-content: flex-end;
}
.w-date-holder{
    display: flex; align-items: center;position: relative
}
.w-flex-wrap{
    flex-wrap: wrap!important;
}
.w-flex-no-wrap{
    flex-wrap: nowrap!important;
}
.wp-10{
    padding: 10px;
}
.broadcast-table-utils{
    display: flex;align-items: center;justify-content: space-between;
}
#broadcast-date-picker-el{
    display: grid;grid-template-columns: 1fr 1fr;width: 100%;padding-right: 10px;
}
#broadcast-date-picker-el > div{
    position: relative;
}
#broadcast-date-picker-el > div:first-child > i{
    position: absolute;left: 5px;top: 13px;color: #929292;
}
#broadcast-date-picker-el > div:first-child > input {
    padding-left: 30px!important;
}
.broadcast-pagination-container > select{
    margin-right: 5px;margin-bottom: 0;background: white;border: 1px solid #C6CDD4;height: 32px;
    padding: 0 5px;color: #666;
}
.broadcast-pagination-container > label{
    margin-right: 5px;margin-bottom: 0;color: #6C6C6C;font-size: clamp(15px, .6vw, 15px);
}
/*#broadcast-date-picker-el > button{
    margin-left: .5vw;
}
#broadcast-date-picker-el > i{
    font-size: 1.2vw!important;cursor: pointer;margin-right: .2vw;
    margin-left: .5vw;color: #598BF5;

}
#broadcast-date-picker-el > div{
    max-width: 350px;width: 100%;position: relative;margin-right: .5vw;
}
#broadcast-date-picker-el > div > i{
    position: absolute;top: 29%;color: #929292;left: 2%;

}*/
#broadcast-date-picker-el > div > input{
    border: 1px solid #CACACA;outline: none;padding: 5px;height: 38px;border-radius: 5px;margin-right: .5vw;padding-left: 30px;
}