*:not(i) {
    font-family: Montserrat !important;
    letter-spacing: normal;
}
.page-content-wrapper{
    background: #f8f8fb;
}
@media (min-width: 992px){
    body.page-container-bg-solid .page-content-wrapper {
        background: #f8f8fb;
    }
}
a {
    color: #599BFF;
    outline: none!important;
    text-decoration: none!important;
    font-size: 14px !important;
}
a:active, a:active:visited, a:active:visited:hover {
    color: #4458b8;
    text-decoration: underline;
}
a:visited:hover {
    color: #4458b8;
}

a:visited {
    color: #599BFF;
}
a:focus {
    text-decoration: underline;
}
p{
    color: #495057;
}
.dashboard p{
    color: #495463;
}
h1, h2, h3, h4, h5, h6 {
    color: #495057;
}
.help-block {
    font-size: .8125rem;
    color: #495057;
    font-family: Montserrat !important;
    margin-top: 5px;
    padding-bottom: 13px;
    font-weight: 600;
}
.error-block {
    font-size: .8125rem;
    letter-spacing: normal;
    color: red;
}
.skote-head-title{
    font-weight: 600 !important;
    font-size: 16px!important;
    color: #495057 !important;
}

.sidebar-user-info{
    display: flex;
    align-items: center;
    /*background: rgb(216 216 216 / 10%);*/
    margin: 30px 20px 10px;
    padding: 14px 0;
    border-radius: 3px;
    cursor: pointer;
}
.sidebar-user-info img{
    height: 35px;
    width: 35px;
    border-radius: 50px;
    margin-right: 12px;
}
.sidebar-user-info span{
    text-transform: capitalize;
    font-size: 15px;
    color: #ffffff;
}
/* Skote buttons */

.mkt-primary-btn{
    color: #fff !important;
    background-color: #599BFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #599BFF !important;
    padding: 0.437rem 0.85rem  !important;
    font-size: 14px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s;
}
.mkt-primary-btn:hover,
.mkt-primary-btn:focus,
.mkt-primary-btn:active{
    background-color: #4565D5 !important;
    border-color: 1px solid #4565D5 !important;
}
.mkt-primary-btn:disabled{
    color: #7e7e7e!important;
    background: #d2d2d2!important;
    border-color: #d2d2d2 !important;
    cursor: not-allowed!important;
}
.mkt-primary-btn > svg,
.mkt-secondary-btn > svg,
.mkt-tertiary-btn > svg,
.mkt-green-btn > svg,
.mkt-red-btn > svg{
    position: relative;
    left: 0rem;
    flex-shrink: 0;
    width: 19px;
    height: 19px;
    float: left;
    margin-left: .5rem;
}
.mkt-primary-btn > i,
.mkt-secondary-btn > i,
.mkt-tertiary-btn > i,
.mkt-green-btn > i,
.mkt-red-btn > i{
    float: left !important;
    margin-left: .5rem !important;
    margin-right: 0 !important;
    font-size: 16px !important;
}
.push-header > a > i {
    font-size: 16px !important;
    margin-left: 0.5em !important;
    margin-right: 0 !important;
}

/*Secondary btn*/
.mkt-secondary-btn{
    color: #fff !important;
    background-color: #495463;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #495463;
    padding: 0.437rem 0.85rem ;
    font-size: 14px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s;
}

.mkt-secondary-btn:hover,
.mkt-secondary-btn:focus,
.mkt-secondary-btn:active{
    background-color: #414B58;
    border-color: 1px solid #414B58; !important;
    outline: 0;
}
.mkt-secondary-btn:disabled{
    color: #7e7e7e!important;
    background: #d2d2d2!important;
    border-color: #d2d2d2;
    cursor: not-allowed!important;
}


/*Tertiary button*/
.mkt-tertiary-btn {
    color: #ffffff !important;
    background-color: #3BC193 !important;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #3BC193;
    padding: 0.437rem 0.85rem  !important;
    font-size: 14px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s;
}
.mkt-tertiary-btn:hover,
.mkt-tertiary-btn:focus,
.mkt-tertiary-btn:active{
    background: #66C5B2;
    border: 1px solid #66C5B2;
}
.mkt-tertiary-btn:disabled,
.mkt-red-btn:disabled{
    color: #7e7e7e;
    background: #d2d2d2;
    border-color: #d2d2d2;
    cursor: not-allowed;
}
.mkt-tertiary-btn:hover icon-gallery-modal a::after{
    color: #ffffff !important;
}

/*Green btn*/
.mkt-green-btn{
    color: #fff !important;
    background-color: #34c38f;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #34c38f;
    padding: 0.437rem 0.85rem ;
    font-size: 14px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s;
}
.mkt-green-btn:focus,
.mkt-green-btn:active{
    background-color: #2a9c72;
    border-color: 1px solid #2a9c72 !important;
    outline: 0;
}
.mkt-green-btn:active:focus{
    box-shadow: 0 0 0 0.15rem rgb(82 204 160 / 50);
}

/*Red btn*/
.mkt-red-btn{
    color: #fff !important;
    background-color: #FE6958 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #FE6958 !important;
    padding: 0.437rem 0.85rem  !important;
    font-size: 14px;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s;
}
.mkt-red-btn:hover,
.mkt-red-btn:focus,
.mkt-red-btn:active{
    background-color: #ed5153 !important;
    border-color: 1px solid #ed5153 !important;
}

/*Input field*/
.mkt-primary-inputField{
    font-family: Montserrat !important;
    display: block;
    width: 100%;
    padding: .537rem .75rem !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #000000 !important;
    background-color: #fff;
    background-clip: padding-box !important;
    border: 1px solid #e2e2e2 !important;
    -webkit-appearance: 1px solid #e2e2e2 !important;
    -moz-appearance: 1px solid #e2e2e2 !important;
    appearance: 1px solid #e2e2e2 !important;
    border-radius: 5px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0px 0px 5px #0000000d;
}
.mkt-primary-inputField.mkt-input-error{
    outline: none;
    border-bottom:  1px solid #F03228!important;
    color: #F03228!important;
}
.mkt-primary-inputField.mkt-input-error:focus, .mkt-primary-inputField.mkt-input-error:active{
    border: 1px solid #F03228!important;
    outline-offset: unset;
}
.mkt-primary-inputField:focus, .mkt-primary-inputField:active {
    border: 1px solid #599BFF !important;
    outline-offset: unset !important;
    outline: none !important;
}
.mkt-primary-inputField::placeholder {
    color: #e2e2e2;
}
.mkt-primary-inputField.skote-round::-webkit-scrollbar {
    width: 0;
    position: absolute;
}
.mkt-primary-inputField.skote-round{
    border-radius: .25rem !important;
    height: 2.575rem !important;
    border: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
textarea.mkt-primary-inputField{
    resize: none;
}
.mkt-primary-inputField + i,
.mkt-primary-inputField ~ i,
.mkt-primary-inputField + svg,
.mkt-primary-inputField ~ svg{
    color: #599BFF;
    fill: #599BFF;
}
/*Dropdown*/

.mkt-dropdown-holder .ui-select-container .ui-select-match .form-control, .mkt-dropdown-holder>select,
.mkt-dropdown-holder .ui-select-container .ui-select-match .form-control{
    width: 100%!important;
    min-height: 36px!important;
    border-radius: .25rem !important;
    display: flex;
    align-items: center;
    min-width: 4.6rem!important;
    font-weight: 400;
    line-height: 1.5;
    color: #599BFF !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e2e2 !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .47rem .75rem !important;
    padding-right: 1.5rem !important;
    font-size: 14px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mkt-dropdown-holder .ui-select-container .ui-select-match .form-control, .mkt-dropdown-holder>select,
.mkt-dropdown-holder .ui-select-container .ui-select-match .form-control .text-muted,
.mkt-dropdown-holder .ui-select-container .ui-select-match .form-control .ui-select-match-text{
    color: #000000 !important;
    display: flex;
    justify-content: center;
}
.ui-select-container > .ui-select-choices::-webkit-scrollbar,
.joint-paper-scroller::-webkit-scrollbar,
.joint-stencil>.content::-webkit-scrollbar,
#rappid-inspector-container > div:nth-child(2)::-webkit-scrollbar,
.table-scrollable::-webkit-scrollbar,
scrollbar .scrollbar-thumb, [scrollbar] .scrollbar-thumb, [data-scrollbar] .scrollbar-thumb{
    width: 5px;
    background: rgba(0,0,0,0.3);
}
.mkt-dropdown-holder .mkt-dropdown-label{
    font-size: 0.75rem !important;
    color: #495057 !important;
    margin: 0 0 .5rem !important;
    letter-spacing: 0.32px !important;
    font-weight: normal !important;
}

.mkt-dropdown-holder .ui.selection.dropdown, .mkt-dropdown-holder .mkt-primary-dropdown {
    border-bottom: 1px solid #8d8d8d;
    border-radius: 0;
    background: #599BFF;
    padding: 0.78571429em 3em 0.78571429em 1em;
    min-width: 9.6rem;
}
.mkt-dropdown-holder .ui.selection.dropdown:hover {
    background: #e5e5e5;
}
.mkt-dropdown-holder .ui.selection.dropdown:focus .menu {
    border-color: #599BFF;
    box-shadow: 0px 5px 10px #00000026;
    border-top-width: 1px !important;
    border-radius: 0;

}
.mkt-dropdown-holder .ui.selection.active.dropdown .menu {
    border-color: #599BFF;
    box-shadow: 0px 5px 10px #00000026;
}
.mkt-dropdown-holder .ui.selection.dropdown .menu > .item {
    border-top: 0;
    padding: 0 1rem !important;
}
.mkt-dropdown-holder .ui.selection.dropdown .menu > .item:active {
    background-color: #e0e0e0;
}

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



.ui-select-container > .ui-select-choices {
    box-shadow: 0px 5px 10px #00000026 !important;
    min-width: 10rem;
    padding: .5rem 0;
    font-size: .8125rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #F3F5F7;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.15) !important;
    border-radius: .25rem;
}
.ui-select-bootstrap>.ui-select-choices{
    margin-top: -7px;
}
.ui-select-choices .ui-select-choices-row{
    padding: unset;
}
.ui-select-bootstrap .ui-select-choices-row.active>a  {
    border-bottom: 0px solid #e0e0e0 !important;
    background-color: #F3F5F7 !important;
    color: #000000 !important;
}
.ui-select-choices .ui-select-choices-row a:hover {
    background: #599BFF !important;
    color: #ffffff !important;
}
.ui-select-choices .ui-select-choices-row .ui-select-choices-row-inner {
    color: #000000 !important;
    font-size: 014px !important;
    background-color: #F3F5F7 !important;
}
.ui-select-choices .ui-select-choices-row:hover {
    background: #e5e5e5 !important;
}
.ui-select-container > input {
    width: 100% !important;
    min-height: 36px !important;
    border-radius: .25rem !important;
    min-width: 4.6rem!important;
    font-weight: 400;
    line-height: 1.5;
    color: #599BFF !important;
    background-color: #ffffff !important;
    border: 1px solid #599BFF !important;
    outline: 0 !important;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .47rem .75rem !important;
    font-size: 14px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ui-select-container > input::-webkit-input-placeholder {
    color: #ffffff !important;
}
.ui-select-container > input:-ms-input-placeholder {
    color: #ffffff !important;
}
.ui-select-container > input:-moz-placeholder {
    color: #ffffff !important;
}
.ui-select-bootstrap .ui-select-toggle{
    border-bottom: none;
    border-radius: .25rem !important;
}
.ui-select-bootstrap .ui-select-toggle>.caret{
    color: #599BFF !important;
}


    /* Tabs */

.skote-tabs-holder {
    height: unset !important;
    background: none !important;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border: unset;
    margin-top: 15px;
}

.skote-tabs-holder > div > div {
    display: flex;
    justify-content: center;
    flex-basis: 0;
    flex-grow: 1;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    background: unset !important;
    border: 0;
    border-radius: .25rem !important;
    color: #495057 !important;
    fill: #495057 !important;
    padding: .575rem 1rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.skote-tabs-holder > div:first-child {
    display: flex;
    width: 45%;
}
.skote-tabs-holder > div > div > span {
    padding: unset !important;
    color: #495057 !important;
    border-left: transparent !important;
}
.skote-tabs-holder > div > div.active > span{
    color: #ffffff !important;
}
.skote-tabs-holder > div > div:first-child > span i {
    color: #5bd754;
}
.skote-tabs-holder > div > div:nth-child(2) > span svg {
    color: #0084ff;
}
.skote-tabs-holder > div > div:nth-child(3) > span i {
    color: #3f9688;
}
.skote-tabs-holder > div > div:nth-child(4) > span i {
    color: #0084ff;
}
.skote-tabs-holder >  div > div:nth-child(5) > span i {
    color: #833ab4;
}
.skote-tabs-holder > div > div.active{
    background: #599BFF !important;
}
.skote-tabs-holder > div > div.active > span i {
    color: #fff !important;
    fill: #fff !important;
}
.skote-tabs-holder > div > div > span i{
    font-size: 18px;
}
.skote-tabs-holder > div > div > span svg{
    width: 18px;
    height: 18px;
}

/*Mkt Toggle buttom*/

/*.mkt-primary-toggle {
    width: 2.6rem !important;
    height: 1.5rem !important;
}*/
.mkt-primary-toggle .toggleslider{
    background-color: #d2d2d2;
    /*border: 1px solid rgba(0,0,0,.25);*/
}
.mkt-primary-toggle > input:active + .toggleslider, .mkt-primary-toggle > input:focus + .toggleslider, .mkt-primary-toggle input:checked + .toggleslider {
    /*border-color: #599BFF;*/
    outline: 0;/*
    box-shadow: 0 0 0 0.15rem rgb(85 110 230 / 25%);*/
}
.mkt-primary-toggle .toggleslider:before{
    background-color: #ffffff;
    bottom: 2px;
    width: 12px !important;
    height: 12px !important;
    left: 2px !important;
}
.mkt-primary-toggle > input:checked + .toggleslider:before{
    background-color: #ffffff;
}
.mkt-primary-toggle > input:checked + .toggleslider {
    background-color: #599BFF;
}
.mkt-toggle-holder .help-inline.switch.switch-disabled, .mkt-toggle-holder .help-inline.switch.switch-enabled {
    margin-top: 0.4rem !important;
    color: #525252!important;
}

    /*Authentication pages*/
.login-container{
    background-image: url(/assets/oceanicons/OceanDashboardBackground.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.login-container .page-content {
    width: 100%;
}
.ocean-logo-container {
    height: 60px;;
    margin-bottom: 30px;
    width: 100%;
}
.ocean-login-logo {
    height: 60px;
    display: flex;
    justify-content: center;
}
.ocean-login-logo > img {
    height: 60px
}
.login-container .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.login-container form {
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 40.8%;
}
.login-container .login-form, .login-container .registration-form {
    background: #fff;
    box-shadow: 0px 5px 10px #00000026;
    border-radius: 8px;
    padding: 28px 42px;
    width: 100%;
    max-width: 590px;
}
.login-title{
    font-weight: 600;
    font-size: 41px;
    color: #495463;
    line-height: 50px;
    margin-top: 32px;
    margin-bottom: 39px;
    text-align: center;
}
.login-label {
    font-size: 17px;
    font-weight: 600;
    color: #495463;
    margin-bottom: 10px;
}
/*Conversation css*/
.beta-badge {
    background: #34c38f !important;
    color: #fff;
    padding: 5px;
    font-size: 9px !important;
    font-weight: 700;
    line-height: 4px !important;
    letter-spacing: 0.32px;
    top: -8px;
    right: 0;
    position: absolute;
    border-radius: 10px !important;
    text-transform: uppercase;
}
.conversation-leftSide .conversation-list .conversation {
    padding: 14px 16px !important;
    border-bottom: 1px solid #eff2f7 !important;
    color: #495463 !important;
}
.conversation-leftSide .conversation-list .conversation:hover,
.conversation-leftSide .conversation-list .conversation.active{
    background: #599bff40 !important;
    border-radius: 4px;
}
.conversation-leftSide .conversation-list .conversation > div .user-image {
    height: 2.3rem !important;
    width: 2.3rem !important;
    background: rgba(85,110,230,.25) !important;
    color: #599BFF !important;
    font-size: .8125rem !important;
    font-weight: 600;
    padding-top: unset !important;
    top: .8rem !important;
    position: relative;
}
.conversation-leftSide .conversation-list .conversation > div .user-name {
    color: #495057 !important;
    margin-left: 1rem !important;
    text-transform: capitalize;
}
.conversation-leftSide .conversation-list .conversation > div .created-date{
    color: #495463 !important;
}
.conversation-leftSide .conversation-list .conversation .userList-message{
    color: #495463 !important;
    top: -.2rem;
}
.conversation-main-holder .conversation-leftSide .panel-search > form > i{
    left: 9px !important;
}
.conversation-main-holder .conversation-chats{
    padding: 0 !important;
}
.conversation-main-holder .conversation-chats > div:first-child {
    padding: 1rem !important;
    border-bottom: 1px solid #eff2f7 !important;
}
.conversation-main-holder .conversation-chats > div:first-child h3 {
    color: #495057 !important;
    font-size: 15px !important;
    text-transform: capitalize;
}
.conversation-main-holder .conversation-rightSide{
    background: #fff !important;
}
.conversation-chats .conversation-messages{
    padding: 1rem !important;
}
.conversation-chats .conversation-messages .message-box > div{
    padding: 5px 15px 15px 15px!important;
    margin: 0 0 24px 0.5rem !important;
    background: rgba(85,110,230,.1) !important;
    color: #495057 !important;
    font-size: 1rem !important;
}
.conversation-chats .conversation-messages .message-box.inbound {
    border-radius: 8px 8px 8px 0 !important;
}
.conversation-chats .conversation-messages .message-box.outbound {
    border-radius: 8px 8px 0 8px !important
}
.conversation-chats .conversation-textbox {
    /*height: 15% !important;*/
    /*padding: 1rem;*/
    border-top: 1px solid #eff2f7;
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.notification-badge{
    height: 18px !important;
    background: #f46a6a !important;
    font-size: 10px !important;
    position: absolute !important;
    top: 8px;
    right: 0;
}
.conversation-user-info{
}
.conversation-user-info-header{
    padding: 1.5rem;
    border-bottom: 1px solid #eff2f7 !important;
    display: flex;
}
.conversation-user-info-header > span{
    cursor: pointer;
    position: relative;
    left: 0;
    float: left;
    font-size: 20px;
    color: #495057 !important;
}
.conversation-user-info-header > h3{
    color: #495057 !important;
    font-size: 15px !important;
    line-height: 21px;
    text-transform: capitalize;
    margin: 0 auto;
}
.conversation-user-info .conversation > div .user-image .user-avatar{
    height: 65px !important;
    width: 65px !important;
    font-size: 1.8rem !important;
    background: rgba(85,110,230,.25) !important;
    color: #599BFF !important;
}
.conversation-user-info .conversation > div{
    padding-top: 1.5rem;
}
.conversation-user-info .conversation > div .user-name,
.customer-profile-info .info p:nth-child(2){
    color: #495057 !important;
}
.conversation-customer-stats .state-container > div > i {
    font-size: 20px;
}
.conversation-user-info .profile-info > div:first-child{
    color: inherit !important;
}
.conversation-customer-stats{
    background: #f8f8fb !important;
}
.customer-profile-info .info p:first-child{
    color: inherit !important;
}
.live-chat-config-section > div > h4 {
    font-size: 16px;
}
.content-switcher{
    display: flex;
    justify-content: center;
    width: 60%;
}
.content-switcher .switcher{
    width: 100%;
    padding: 8px 15px !important;
    border-radius: 0;
    border: none;
    min-height: 2.5rem;
    background: #ffffff;
    font-size: 14px;
    text-align: center;
}
.content-switcher .switcher:first-child{
    border-bottom-left-radius: .25rem;border-top-left-radius: .25rem;
}
.content-switcher .switcher:last-child{
    border-bottom-right-radius: .25rem;border-top-right-radius: .25rem;
}
.content-switcher .switcher:focus{
    outline: none;
}
.content-switcher .switcher.switcher-selected{
    color: #fff;background-color: #599BFF;
}
.live-chat-confif-footer{
    padding-right: 5px;
}
.no-keyword > h4 {
    font-size: 18px;
    line-height: 20px;
    color: #495057;
}
.conversation-keyword-table .keyword-row .keyword-rule-cell p, .conversation-keyword-table .keyword-row .keyword-reply-cell p, .conversation-keyword-table .keyword-row .keyword-action-cell p {
    font-size: 14px;
    color: #495057;
}

/* Broadcast css */
.broadcast-breadcrumbs{
    display: flex;
    align-items: center;
}
.broadcast-breadcrumbs > span{
    font-size: 25px;
    margin: 0 40px;
}
.broadcast-accordion-body .broadcast-huge-radio-holder{
    margin-bottom: 1.5rem;
}
.broadcast-channels-container > .radio-button {
    margin-bottom: 10px;
}
/*.broadcast-huge-radio-holder{
    flex-direction: column;
}*/
/*.broadcast-huge-radio-holder > h4 {
    margin-bottom: 20px;
}*/
.broadcast-accordion-body {
    padding: 20px 40px;
}
#skoteBroadcastContent .radio-button__huge{
    position: relative;
    width: 100%;
    min-width: 13rem;
    max-width: 17rem;
    min-height: unset;
    padding: 0.5em 1.25em 0.5em 1em;
    border: 1px solid #599BFF;
    background: #fff;
    border-radius: 0.25rem;
    cursor: pointer;
    height: 40px;
}
#skoteBroadcastContent input[type="radio"]:checked + .radio-button__huge {
border: 2px solid #599BFF !important;
background: #599BFF;
}
#skoteBroadcastContent input[type="radio"]:checked + .radio-button__huge .radio-button__heading,
#skoteBroadcastContent input[type="radio"]:checked + .radio-button__huge i,
#skoteBroadcastContent input[type="radio"]:checked + .radio-button__huge svg {
color: #fff;
fill: #fff;
}
#skoteBroadcastContent input[type="radio"]:checked + .radio-button__huge .radio-icon:before {
color: #599BFF !important;
}
.radio-button__heading{
color: #599BFF;
font-size: 13px !important;
}
/* When the radio button is checked, add a purple background */
.broadcast-checkbox input:checked ~ .broadcast-checkmark {
    background-color: #599BFF !important;
}
#skoteBroadcastContent .radio-button__huge p {
    color: #495057 !important;
}
/*.integration-alert {
    bottom: 14% !important;
}*/
.magiclink-animate-switch h4{
    font-size: 18px !important;
    line-height: 26px !important;
}
.magiclink-animate-switch h4,
.broadcast-info p,
.broadcast-checkbox{
    color: #495057 !important;
    margin-bottom: 10px;
}
.broadcast-intro-holder{
    height: 50px;
}
.broadcast-intro-holder h4{
    font-size: 20px!important;
    /*margin-bottom: 2.612em;*/
    color: #495057 !important;
}
.broadcast-intro-holder span {
    font-size: 15px !important;
    color: #495463 !important;
}
#skoteBroadcastContent .radio-button__huge:hover {
    border: 1px solid #599BFF;
}
#skoteBroadcastContent .radio-button__huge svg,
#skoteBroadcastContent .radio-button__huge i {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 75px;
    height: auto;
    margin-right: 6px;
    width: 20px;
    font-size: 20px;
    color: #599BFF;
    fill: #599BFF;
}
/*.radio-button__description{
    font-size: 14px !important;
}*/
.broadcast-checkmark{
    background-color: #fff !important;
    border: 1px solid #00000040;
}
.broadcast-checkbox .broadcast-checkmark:after {
    top: 4px !important;
    left: 4px !important;
}
.broadcast-type-icon i {
    font-size: 18px;
}
.broadcast-table-section{
    background: #ffffff;
    padding: 1.25rem;
    border-radius: 5px;
}
.broadcast-table-section::-webkit-scrollbar,
.table-scrollable::-webkit-scrollbar,
.fixed-inner::-webkit-scrollbar{
    width: 5px;
}
.broadcast-table-row{
    padding: .75rem 0;
    border-bottom: 1px solid #eff2f7;
}
.broadcast-table-row .broadcast-name-cell h4,
.broadcast-table-row .broadcast-campaign-details .broadcast-revenue h6,
.broadcast-table-row .broadcast-campaign-details .broadcast-ctr h6,
.broadcast-table-row .broadcast-campaign-details .broadcast-cvr h6,
.broadcast-table-row .broadcast-campaign-details .broadcast-clicked h6,
.broadcast-table-row .broadcast-campaign-details .broadcast-delivered h6{
    font-size: 14px !important;
    color: #495057 !important;
    font-weight: 400 !important;
}
.broadcast-table-row .broadcast-name-cell p,
.broadcast-table-row .broadcast-campaign-details .broadcast-revenue p,
.broadcast-table-row .broadcast-campaign-details .broadcast-ctr p,
.broadcast-table-row .broadcast-campaign-details .broadcast-cvr p,
.broadcast-table-row .broadcast-campaign-details .broadcast-clicked p,
.broadcast-table-row .broadcast-campaign-details .broadcast-delivered p{
    font-size: 14px !important;
    color: #495057 !important;
    font-weight: 600;
}
.broadcast-table-row .broadcast-campaign-details .broadcast-revenue h4,
.broadcast-table-row .broadcast-campaign-details .broadcast-ctr h4,
.broadcast-table-row .broadcast-campaign-details .broadcast-cvr h4,
.broadcast-table-row .broadcast-campaign-details .broadcast-clicked h4,
.broadcast-table-row .broadcast-campaign-details .broadcast-delivered h4{
    font-size: 14px !important;
    color: #495057 !important;
}
.magic-link-footer{
    position: fixed;
    top: unset;
    bottom: 0;
    width: 100%;
    background: #f3f3f3;
    z-index: 5;
    right: 0;
    left: 0;
    padding-right: 30px;
}
.estimate-reach-count > div:first-child {
    padding: 11px 9px;
    width: 50%;
    background: #EEEEEE;
    border: 1px solid #D5DFE6;
    border-radius: 7px;
}
.estimate-reach-count > div:first-child > p {
    margin-bottom: 24px;
    color: #495463;
    font-size: 12px;
}
.estimate-reach-count > div:first-child > span:nth-child(2),
.estimate-reach-count > div:first-child > span:nth-child(3){
    font-size: 25px;
    color: #495463;
}

/* Sweet Alert */
.sweet-alert{
    border-radius: 5px !important;
    padding: 1.25rem !important;
}
.sweet-alert h2{
    color: #595959 !important;
    font-size: 20px !important;
    font-weight: 600;
    word-wrap: break-word;
    margin: 0 !important;
}
.sweet-alert p {
    padding: 0 1.6em !important;
    color: #545454 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    word-wrap: break-word;
}
.sa-button-container{
    margin-top: 1rem !important;
    justify-content: center !important;
}
.sweet-alert button {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #2778c4;
    color: #fff;
    font-size: 1.0625em;
    margin: .3125em;
    padding: .625em 1.1em;
    box-shadow: none;
    font-weight: 500;
}
.sweet-alert button {
    border: 0 !important;
    border-radius: .25em !important;
    background-color: #2778c4 !important;
    font-size: 1.3625em !important;
    margin: .3125em !important;
    padding: .625em 1.1em !important;
    box-shadow: none;
    font-weight: 600 !important;
    min-height: 3.31rem !important;
    width: auto !important;
}
.sweet-alert button.cancel {
    background-color: #f46a6a !important;
    width: auto;
}
.sweet-alert button:active,
.sweet-alert button:hover{
    background-color: #2778c4 !important;
    background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)) !important;
}
.sweet-alert button.cancel:active,
.sweet-alert button.cancel:hover{
    background-color: #f46a6a !important;
    background-image: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)) !important;
}
.sweet-alert button:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgb(100 150 200 / 50%) !important;
}
.sweet-alert .sa-confirm-button-container{
    width: auto !important;
}

/* Alerts*/
.mkt-custom-alert {
    color: #916c2e;
    background-color: #fcf0db;
    border: 1px solid #fbe9c9;
    position: relative;
    padding: .25rem 1.25rem !important;
    margin-bottom: 1rem;
    border-radius: .25rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 45px !important;
}
.mkt-custom-alert > .pricing-alert-info-icon{
    display: none;
}
.mkt-custom-alert h4,
.mkt-custom-alert.blue-alert  span{
    font-size: 14px !important;
    color: #916c2e !important;
    margin-bottom: 0;
}

.mkt-custom-alert ul li span{
    font-weight: 400;
    font-size: .875rem;
    color: #161616;
    margin-bottom: 1px;
    line-height: 1.125rem;
}
.mkt-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: 45px;
    min-width: 45px;
    transition: outline .11s,background-color .11s;
}
.mkt-custom-alert button:focus {
    outline: 0;
}
.mkt-custom-alert button svg{
    fill: #6e767e !important;
}
.mkt-custom-alert .mkt-alerts {
    display: flex;
    justify-content: space-between;
    margin-left: 5px;
}
.mkt-custom-alert.blue-alert{
    background-color: #dcedfc !important;
    border: 1px solid #cbe4fb !important;
}
.mkt-custom-alert.blue-alert  h4,
.mkt-custom-alert.blue-alert  span{
    color: #306391 !important;
}

.table-entries-select-holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
    padding: .5rem 0;
    position: sticky;
    top: -18px;
    background: #fff;
}
.table-entries-select-holder .form-group{
    display: flex;
    align-items: center;
}
.table-entries-select-holder p,
.table-entries-select-holder label{
    font-size: 14px;
    margin: 6;
    color: #495057;
}
.table-entries-select-holder select{
    display: block;
    width: 100% !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e2e2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem !important;
    font-size: .7809375rem;
    border-radius: .2rem !important;
    margin-right: .5rem!important;
    margin-left: .5rem!important;
}
.table-entries-select-holder select:focus{
    outline: none;
}

/*pagination*/
.pagination{
    display: flex;
    justify-content: flex-end;
}
.pagination li>a, .pagination li>span {
    border-radius: 4px!important;
    font-size: 12px !important;
    line-height: 32px;
    margin: 0 13px!important;
    border: 0px !important;
    width: 22px;
    height: 22px !important;
    min-height: 22px;
    padding: 0 !important;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #495463 !important;
    background-color: #fff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}
.pagination li:first-child > a,
.pagination li:last-child > a {
    font-size: 24px !important;
    font-weight: 600;
    color: #495463 !important;
}
.pagination .active > a, .pagination .active > a:hover {
    z-index: 3;
    color: #fff !important;
    background-color: #599BFF !important;
    border-color: #599BFF !important;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #4458b8 !important;
    background-color: #eff2f7 !important;
}
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(85 110 230 / 25%) !important;
}
.custom-table-footer-holder{
    height: 65px !important;
}

.push-header{
    background: transparent !important;
    height: 50px;
    margin-top: 30px;
}
.push-header-tabs{
    background: transparent !important;
    height: 35px !important;
}
.push-header-tabs .push-tab a{
    font-size: 14px !important;
    padding: 0px 25px !important;
    color: #495057;
}
.push-header-tabs .push-tab {
    height: 30px;
}
.active-push-tab {
    border-bottom: 2px solid #599BFF;
    color: #599BFF!important;
}
.push-header h1{
    text-transform: capitalize !important;
    font-size: 20px!important;
    color: #001737 !important;
    margin-bottom: 0;
}
.widget-panel{
    background: transparent !important;
    min-height: 120px !important;
}
.widget-panel .num{
    font-size: 20px !important;
    line-height: 30px !important;
    height: 30px !important;
    color: #495057 !important;
}
.widget-panel .subtxt{
    color: #495057 !important;
}
.overview-strip{
    top: -4 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #212529 !important;
    padding-bottom: 0 !important;
    letter-spacing: 0px;
}
.table.table-striped thead tr th {
    background: #ffffff;
    color: #0041A5 !important;
}
.push-report-table thead tr th{
    text-transform: capitalize !important;
}
.push-report-table thead tr th,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td{
    font-size: 15px !important;
    letter-spacing: normal !important;
    color: #495057 !important;
    padding: .8rem 2rem !important;
}
.table > tbody > tr > th, .table > tbody > tr > td{
    font-weight: 400 !important;
}
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    font-weight: bold !important;
}
.push-header-tabs .push-tab a:hover {
    border-bottom: 0px solid #0052CC !important;
    color: #495057 !important;
}
.big-wigdet span.title, .dashboard-panel span.title{
    font-size: 14px !important;
    color: #495057;
    text-transform: capitalize;
}
.list-inline>li > a > svg {
    fill: #495057;
    width: 22px;
}
.list-inline>li{
    margin-right: 10px;
}
.list-inline>li>a>i,
.list-inline>li>i{
    color: #495057;
    font-size: 21px;
    top: -4px;
    position: relative;
}
.table > tbody > tr > td > a > i,
.table > tfoot > tr > td > a > i{
    color: #599BFF;
    font-size: 21px;
    top: -4px;
    position: relative;
}
#segmentation-captured-data {
    float: right;
    color: #495057;
    background-color: #ffffff;
    border-color: #e2e2e2;
}

.big-wigdet {
    box-shadow: none;
    border: none;
}
.control-label {
    color: #495057 !important;
    font-weight: bold !important;
}
.custom-dropdown:focus{
    outline: none;
}

/*Whatsapp css*/
.whatsapp-intro-holder  h3{
    font-weight: 600 !important;
    font-size: 16px!important;
    /*margin-bottom: 2.612em;*/
    color: #495057 !important;
}
.whatsapp-intro-holder > div{
    display: flex;
    margin-bottom: 40px;
}
.whatsapp-intro-holder > div > svg  {
    margin-right: 15px;
}
.whatsapp-intro-holder > div > span{
    color: #495057;
}


/*Automation css*/

.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: #495057;
    margin-bottom: 2px;
    font-size: 12px;
}
.overall-detail-boxes > div > div > h2 {
    color: #495057;
    font-size: 22px;
    margin-top: 10px;
}
.overall-detail-boxes > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #e0e0e0;;
}
.flow-table-holder{
    background: #ffffff;
    padding: 0 25px;
    overflow: scroll;
    overflow-y: hidden;
}
.flow-table-row{
    border-bottom: 1px solid #eff2f7;
}
.flow-table-holder .flow-campaigns-type {
    width: 10%;
}
.flow-campaigns-type p,
.flow-campaigns-details p{
    font-size: 14px !important;
    color: #0041A5 !important;
    font-weight: 600;
}
.flow-table-holder .flow-campaigns-details {
    width: 90%;
}
.flow-table-holder .flow-campaigns-details > div p:first-child {
    width: 12rem;
}
.flow-table-holder .flow-campaigns-details > div p,
.flow-table-holder .flow-campaigns-details > div > div{
    min-width: 12%;
    padding: 0 1rem;
    white-space: nowrap;
}
.flow-table-holder .flow-campaigns-details > div > div:first-child {
    width: 12rem !important;
}
.spinner-border {
    display: inline-block;
    color: #599BFF !important;
    width: 2.8rem;
    height: 2.8rem;
    vertical-align: text-bottom;
    border: 0.3em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spin .75s linear infinite;
    animation: spin .75s linear infinite;
    margin: 0 auto;
    margin-bottom: 10px;
}
.mkt-dropdown-holder .remove-field {
    width: auto;
    position: absolute;
    right: 0;
    font-size: 10px;
    color: #495057;
    letter-spacing: .32px;
    cursor: pointer;
    text-decoration: underline;
}
/*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;
    display: flex;
    flex-direction: column;
    position: relative;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f6f6f6;
    border-radius: .4rem;
    outline: 0;
}
.flows-custom-modal .custom-modal-header{
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #eff2f7;
    border-top-left-radius: calc(.4rem - 1px);
    border-top-right-radius: calc(.4rem - 1px);
}
.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: 320px;
    max-height: 320px;
    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;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1.1rem;
    border-top: 1px solid #eff2f7;
    border-bottom-right-radius: calc(.4rem - 1px);
    border-bottom-left-radius: calc(.4rem - 1px);
}
.flows-custom-modal .custom-modal-footer .mkt-primary-btn{
    margin-left: .5rem;
}
.flows-custom-modal .custom-modal-footer .mkt-primary-btn:first-child{
    color: #000 !important;
    background-color: #eff2f7 !important;
    border-color: #eff2f7 !important;
}
.flows-custom-modal .custom-modal-footer .mkt-primary-btn:first-child:hover{
    color: #000 !important;
    background-color: #f1f4f8 !important;
    border-color: #f1f3f8 !important;
}
.mkt-dropdown-holder .mkt-input-helper{
    display: flex;justify-content: flex-end;
}
.mkt-dropdown-holder .mkt-input-error-block{
    display: flex;justify-content: flex-end;
}
.mkt-dropdown-holder .mkt-input-error-block span{
    color: #F03228;
    font-size: 11px;
}

/*mkt notification box*/
.inspector-notification-holder{
    position: absolute;
    padding: 0 6px;
    bottom: 60px;
}
.mkt-notification-box{
    border: 1px solid #fcd2d2;
    padding: 15px;
    background: #fde1e1;
    position: relative;
}
.mkt-notification-box .notification-icon{
    position: absolute;
}
.mkt-notification-box h3{
    font-size: .875rem;
    margin-bottom: 5px;
    color: #924040;
    margin-left: 30px;
    margin-top: 2px;
}
.mkt-notification-box ul li{
    font-size: .875rem;
    margin: 0;
    color: #924040;
}
.inspector-footer {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
#rappid-paper-container {
    height: calc(100vh - 72px) !important;
}
/*  Inspector  */
#rappid-inspector-container {
    height: calc(100vh - 72px) !important;
}
/*  Stencil  */
#rappid-stencil-container {
    height: calc(100vh - 72px) !important;
}
.empty-state{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.empty-state h1 {
    margin: 30px 0 10px 0px;
    font-weight: 600;
}
.empty-state h4 {
    font-size: 16px;
    margin: 0 0 30px 0;
}

.overall-report-strip{
    background: transparent;
}
.overall-report-strip div:nth-child(3) select, .overall-report-strip div:nth-child(3) a{
    color: none !important;
}
.panel-tools .icon{
    background: transparent !important;
}
/*Checkbox*/
.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #599BFF;
    border: 2px solid #599BFF;
}
.checkbox label::before {
    width: 14px;
    height: 14px;
    border: 2px solid #599BFF;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: -2px;
    margin-left: -20.5px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 10px;
    color: #ffffff;
}
.checkbox label.control-label::after {
    top: 4px;
    left: -0.5px;
}
.radio label::before{
    border: 2px solid #599BFF;
}
.radio label::after {
    width: 9px;
    height: 9px;
    left: 4px;
    top: 5px;
    background-color: #599BFF;
}
.radio label.control-label::after {
    top: 10px;
}
input[type="radio"]:checked + label:before {
    border: 2px solid #599BFF;
}
.notification_title,
.notification_description{
    color: #495057;
}
/*tags input*/
tags-input .tags{
    border: 1px solid #e2e2e2 !important;
}

    /*Head Text*/
h1.headtext,
h2.headtext,
h3.headtext{
    color: #495057;
}
.panel-title {
    color: #495057;
}
.step-count {
    background: #599BFF;
}

 /*COlor picker*/
.form-control,
.input-group-btn.left-btn,
.input-group-btn.right-btn{
    color: #000000 !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 2px !important;
}
.input-group-btn.right-btn,
#editor-container .editor-container .input-group-btn.right-btn{
    background: #e8edf2 !important;
    padding: 0 10px;
}
.editor .intent-color-txt {
    border-radius: 2px !important;
    border: 1px solid #e2e2e2 !important;
}
.form-control.intent-color-txt {
    font-size: 12px;
    padding: 9px !important;
}
.intent-color-show{
    width: 20px;
    height: 20px;
}
.cohorts-intro-holder > div > h4{
    font-weight: 600 !important;
    font-size: 16px!important;
    color: #495057 !important;
    text-transform: uppercase !important;
}
.advance-options-div,
.android-push-container,
.richpush-footer{
    background: transparent;
}

/*exitintent css*/
.widget-panel .bottom-section{
    bottom: -12px;
}
.page-content-wrapper #top-nav{
    top: 70px;
}
.breadcrumb.custom-breadcrumb li:hover, .breadcrumb.custom-breadcrumb li.active {
    background: #4458b8;
}
.breadcrumb.custom-breadcrumb li a:before {
    border-color: transparent transparent transparent #4458b8;
}
.breadcrumb.custom-breadcrumb li.active .bread-title:before {
    background: #fff;
}
.breadcrumb.custom-breadcrumb li.active .bread-title:after{
    background: #4458b8;
}
.breadcrumb.custom-breadcrumb li .bread-title span {
    color: #495057;
    font-weight: 600;
}
.breadcrumb.custom-breadcrumb li.done .bread-title:before {
    background: #fff;
}
.breadcrumb.custom-breadcrumb li.done .bread-title:after {
    top: 1px;
    color: #4458b8;
}
.panel-bottom h4{
    color: #495057;
    font-weight: 600 !important;
    font-size: 13.5px;
}
.template-container{
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    border: 0px solid #f6f6f6;
}
#editor-container .editor-container,
#editor-container .editor-container .editor,
#editor-container .editor-container .tabbable-line .nav-tabs > li > a, .nav-pills > li.active > a,
#editor-container .editor-container .tabbable-line .nav-tabs > li > a, .nav-pills > li > a{
    background: #f8f8fb;
    color: #495057;
}
#editor-container .editor-container .tabbable-line .nav-tabs > li > a, .nav-pills > li.active > a {
    border-bottom: 2px solid #599BFF !important;
    color: #599BFF!important;
}
#editor-container .editor-container .tabbable-line .nav>li>a:focus, .nav>li>a:hover {
    color: #495057;
    background: #f8f8fb;
    box-shadow: none;
}
#editor-container .editor-container .tabbable-line .nav-tabs > li > a, .nav-pills > li > a{
    font-weight: 400;
}
.page-content-wrapper #exit-intent-body #editor-container,
#step3 #target-campaign-fixed-btn{
    top: 120px;
}
    /*extintent accordians */
.editor-frame .panel-group .panel.panel-default .panel-heading ,
.editor-frame .panel-group .panel.panel-default .panel-heading {
    background: rgba(0,0,0,.03);
    border-radius: 7px;
}
.editor-frame .panel-group .panel.panel-default .panel-heading .panel-title > a > span > p,
.editor-frame .panel-group .panel.panel-default .panel-heading .panel-title > a > span > p{
    color: #599BFF;
}
.editor-frame .panel-group .panel.panel-default ,
.editor-frame .panel-group .panel.panel-default {
    border: 0px solid #161616;
    background: #f8f8fb;
}
.editor-frame  .panel-default > .panel-heading + .panel-collapse .panel-body{
    border-top: 0px;
    background: #ffffff;
    border-radius: 7px;
}
#editor-container .editor-container .btn.btn-colorpicker > svg{
    fill: #495057;
}
.editor .btn.btn-reset {
    right: 7px;
    color: #599BFF !important;
    border-radius: 2px !important;
    border: 1px solid #599BFF;
    top: 3px;
}
    /*Tabs*/
#editor-container .editor-container .btn-outline.btn-default,
#editor-container .editor-container .btn-outline.btn-default.active,
#editor-container .editor-container .btn-outline.btn-default:active,
#editor-container .editor-container .btn-outline.btn-default:focus,
#editor-container .editor-container .btn-outline.btn-default:hover,
#editor-container .editor-container .open>.dropdown-toggle.btn-outline.btn-default{
    color: #495057;
    background-color: transparent;
    border: 0px solid #f3f3f3 !important;
    font-weight: 600;
    border-radius: .25rem;
}
#editor-container .editor-container .btn.btn-default.selected-group-button {
    background-color: #599BFF;
    color: #ffffff;
}
#step2-actions {
    background: #f8f8fb;
}

 /*Integration css*/
.custom-nav-pills>div.active-tab {
    /*background: #f8f8fb;*/
    color: #599BFF;
    border-bottom: 2px solid #599BFF;
    font-weight: 400;
}
.custom-nav-pills>div {
    padding: 0px 1rem;
    height: 25px;
    font-size: 0.8vw;
    color: #495057;
    font-weight: 400;
    margin-left: 1px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    letter-spacing: 0;
    border-bottom: 0px solid #e0e0e0;
}
.tab-content{
    background: #f8f8fb;
}
h4.rulehead{
    font-weight: 600;
    color: #495057;
}
.integration-alert {
    font-size: 0.8vw;
    color: #495057;
    line-height: 2vh;
}
pre.prettyprint{
    background: #ffffff;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 0.8vw;
    color: #495057;
    font-weight: 600;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
    font-size: 0.7vw;
    color: #495057;
}
.bs-wizard > .bs-wizard-step.true {
    border-left: 2px solid #599BFF;
}
.bs-wizard > .bs-wizard-step.true .bs-wizard-stepnum {
    color: #599BFF;
}
.bs-wizard > .bs-wizard-step.true > .bs-wizard-dot:after {
    background: #599BFF;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #ffffff;
}
.skote-tabs-holder .fixed-inner .table-theme-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.skote-table.push-report-table thead tr th,
.skote-table.table > thead > tr > th,
.skote-table.table > tbody > tr > th,
.skote-table.table > tfoot > tr > th,
.skote-table.table > thead > tr > td,
.skote-table.table > tbody > tr > td,
.skote-table.table > tfoot > tr > td{
    white-space: nowrap;
    padding: .75rem 2rem !important;
    border-bottom: 1px solid #e0e0e0 !important;
}
.skote-table.push-report-table thead tr th:first-child,
.skote-table.table > thead > tr > th:first-child,
.skote-table.table > tbody > tr > th:first-child,
.skote-table.table > tfoot > tr > th:first-child,
.skote-table.table > thead > tr > td:first-child,
.skote-table.table > tbody > tr > td:first-child,
.skote-table.table > tfoot > tr > td:first-child {
    padding-left: 0 !important;
}
.skote-table.push-report-table thead tr th:last-child,
.skote-table.table > thead > tr > th:last-child,
.skote-table.table > tbody > tr > th:last-child,
.skote-table.table > tfoot > tr > th:last-child,
.skote-table.table > thead > tr > td:last-child,
.skote-table.table > tbody > tr > td:last-child,
.skote-table.table > tfoot > tr > td:last-child {
    padding-right: 0 !important;
}
.skote-tabs{
    height: 38px;display: flex;justify-content: flex-start;margin-top: 15px;padding: 0 30px;
}
.skote-tabs > div {
    min-width: 94px;padding: 0 30px;height: 100%;display: flex;align-items: center;justify-content: center;color: black;cursor: pointer;
}
.skote-tabs > div.mkt-primary-btn > a:hover{
    color: white;
}
.skote-tabs > div > a{
    color: inherit;font-weight: normal;font-size: 14px!important;
}