*: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;
}
*.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%;
}
/*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 {
    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;
}

    /*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;
    margin: 0;
}
.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 !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-tertiary-btn:hover {
    color: #ffffff !important;
    background: #0f62fe !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-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;
}


    /*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-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;
    padding: 10px;
}
.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 .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;
}
.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%;
}

.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;
}