@font-face {
    font-family: Nunito;
    src: url(../fonts/Nunito.ttf);
}
html, body {
    background: #ffffff;
}
body {
    background: #fafafa;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #333333;
}
#spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.spinner > div > div {
    position: absolute;
    border-radius: 50%;
}
.spinner > div > div:nth-child(1) {
    top: 15px;
    left: 15px;
    width: 70px;
    height: 70px;
    background: #333f48;
}
.spinner > div > div:nth-child(2) {
    top: 19.900000000000002px;
    left: 39.5px;
    width: 21px;
    height: 21px;
    background: #ffbe3c;
    animation: spinner 1s linear infinite;
    transform-origin: 10.5px 30.099999999999998px;
}
.spinner-disk {
    width: 88px;
    height: 88px;
    display: inline-block;
    overflow: hidden;
}
.spinner {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.88);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.spinner div {
    box-sizing: content-box;
}
.clear {
    clear: both;
}
input, select, textarea {
    font-family: 'Nunito', sans-serif;
}
textarea {
    resize: none;
}
ul, h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    color: #333f48;
    text-decoration: underline;
}
a:hover {
    color: #192025;
}
.form-control, .form-control:focus, .input-group .form-control, .input-group .form-control:focus {
    outline: 0 none;
    box-shadow: none !important;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    height: inherit;
    min-height: inherit;
    font-size: 14px;
    padding: .375rem .75rem;
}
.input-group-text {
    font-size: inherit;
    border-color: #bbbbbb;
    height: inherit !important;
}
.guest_window {
    flex: 1;
}
.guest-logo-header {
    text-align: center;
    position: relative;
}
.guest-logo-header img {
    max-width: 250px;
}
.guest-logo-header .version {
    position: absolute;
    top: -1px;
    right: -1px;
    color: #333333;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    padding: 8px 3px;
    border-radius:50%;
}
.signin-text {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.signin-text h5 {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.guest_window .form-control, .guest_window .input-group .form-control {
    padding: 10px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group:last-child {
    /*    margin: 0;*/
}
.form-group label {
    margin-bottom: 5px;
    font-weight: 600;
}
.form-check label {
    font-weight: normal;
}
.btn {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
}
.btn-sm {
    font-size: 14px;
}
.btn-default, .btn-default:focus {
    color: #333f48;
    background: #ffbe3c;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-default:hover{
    color: #333f48;
    background: #edb139;
    border-color: #edb139;
}
.btn-default.default-2, .btn-default.default-2:focus {
    background: #333f48;
}
.msgButton.btn {
    min-width: 60px;
}
label.error {
    font-size: 13px;
    margin: 3px 0 0;
    font-weight: 700;
    color: #ff0000;
}
.header {
    width: 100%;
    clear: both;
    position: fixed;
    top: 0;
    z-index: 20;
    background: #fff;
    box-shadow: 0 1px 0 #ccc;
    left: 0;
    min-height: 46px;
}
#main-menu-toggle {
    width: 56px;
    background: #F8F8F8;
    border: 0 none;
    height: 46px;
    color: #555;
    float: left;
}
#main-menu-toggle .navbar-icon {
    font-size: 14px;
    line-height: 46px;
}
#main-menu-toggle .navbar-icon {
    left: 20px;
    margin: -23px 0 0 0;
    padding: 0;
    position: absolute;
    z-index: 1035;
    -webkit-transition: all .2s;
    transition: all .2s
}
#main-menu-toggle .navbar-icon:after {
    content: "\f0da";
    display: block;
    font-size: 10px;
    line-height: 46px;
    position: absolute;
    right: -8px;
    top: 0
}
#main-menu-toggle .navbar-icon {
    left: 26px
}
#main-menu-toggle .navbar-icon:after {
    content: "\f0d9";
    right: 16px
}
#main-menu-toggle .hide-menu-text {
    left: 51px;
    line-height: 46px;
    margin-top: -23px;
    opacity: 0;
    position: absolute;
    z-index: 1035
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 11px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 2px;
    background: none;
    border: 0 none;
    right: 0;
}
.navbar-toggle {
    background: none;
    border: none;
    font-size: 11px;
    margin: 0;
    outline: 0 !important;
    padding: 0 17px;
    position: absolute;
    text-align: center;
    top: 0 !important;
    right: 0;
    z-index: 1033;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #555;
    line-height: inherit;
    display: none;
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .navbar-icon {
    font-size: 14px;
    line-height: 46px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}
.fa-bars:before {
    content: "\f0c9"
}
.hide-menu-text {
    display: none;
}
.body_container {
    max-width: 100%;
    clear: both;
    position: relative;
    overflow: hidden;
}
.header .logo {
    float: left;
    font-size: 1.2em;
    line-height: 46px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.header .logo.login {
    line-height: 85px;
    color: #fff;
}
.header a:hover {
    text-decoration: none;
}
.acc_info {
    float: right;
}
.acc_info a {
    padding: 0 10px 0 10px;
    margin-left: 5px;
    float: right;
    font-size: 11px;
    line-height: 22px;
    text-decoration: none;
    position: relative;
    z-index: 9;
    background: #c4d1da url(../images/bg_acc_info.gif) repeat-x left top;
    color: #064468;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.acc_info a:hover {
    background: #fff;
    color: #000;
}
.acc_info span {
    line-height: 9px;
    padding: 0 2px;
    font-size: 7.6pt;
    background: #d81c03;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.topnav ul {
    list-style-type: none;
    border-left: 1px solid #F1F1F1;
    float: left;
}
.topnav ul li {
    float: left;
    position: relative;
    border-right: 1px solid #F1F1F1;
}
.topnav ul li a {
    display: block;
    text-decoration: none;
    padding: 0 15px;
    min-height: 46px;
    line-height: 45px;
    transition: all 0.2s ease 0s;
    color: #555;
}
.topnav ul li a.active {
    background: #f8f8f8;
    border-bottom: 1px solid #0E70AF;
}
.topnav ul li a:hover {
    background: #f8f8f8;
}
.topnav ul li a img {
    vertical-align: middle;
    margin-top: 7px;
}
.header .right {
    float: right;
    margin: 0 16px 0 0;
}
.header .right-navbar-nav {
    float: right;
    padding: 0;
}
.header .right-navbar-nav > li {
    float: left;
    position: relative;
    border-left: 1px solid #F1F1F1;
}
.header .right-navbar-nav > li > a {
    color: #555;
    height: 46px;
    transition: all 0.2s ease 0s;
    line-height: 46px;
    text-align: center;
    position: relative;
    padding: 0 15px;
    display: block;
    text-decoration: none;
    min-width: 150px;
}
.right-navbar-nav .dropdown-menu {
    background: #FFFFFF;
    top: 100%;
    right: 0;
    left: auto;
    border: 1px solid #CCCCCC;
    position: absolute;
    z-index: 1000;
    font-size: inherit;
}
.dropdown-item {
    text-decoration: none;
}
.let_content {
    width: 240px;
    float: left;
    position: fixed;
    top: 46px;
    z-index: 10;
    transition: all 0.5s ease 0s;
}
#main-menu-bg {
    display: block;
    transition: all 0.5s ease 0s;
    height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 240px;
    border-right: 1px solid #cccccc;
    background: #ffffff;
}
.content {
    margin-left: 240px;
    padding: 20px 20px 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}
.mmc .content {
    margin-left: 55px
}
.hide {
    display: none;
}
.logo_entp {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
}
.logo_entp img {
    vertical-align: middle;
    max-width: 100%;
    box-shadow: 0 0 3px #FFFFFF;
}
.dl_stat {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
}
.dl_stat ul {
    list-style-type: none;
}
.dl_stat ul li {
    clear: both;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
}
.dl_stat img {
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}
.left_nav {
    width: 100%;
    height: calc(100vh - 213px);
}
.left_nav h6 {
    font-weight: normal;
}
.left_nav h6.nobt {
    border-top: 0;
}
.left_nav h6 img {
    vertical-align: middle;
    float: left;
    margin-right: 10px;
}
.left_nav ul {
    display: block;
}
.left_nav ul li a {
    display: block;
    line-height: 20px;
    padding: 15px;
    text-decoration: none;
}
.left_nav ul li a.selectd {
    color: #000;
}
.left_nav a {
    color: #000000;
    position: relative;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}
.left_nav ul.navigation > li.mm-dropdown > a{
    color: #000000;
}
#main-menu .mm-dropdown > ul > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}
#main-menu .mm-dropdown > ul {
    display: none;
    margin-left: 25px;
    margin-top: -10px;
}
#main-menu .mm-dropdown > ul ul {
    margin-top: 0;
}
#main-menu ul li.mmc-title {
    display: none;
}
.let_content .mm-dropdown {
    position: relative;
    cursor: pointer;
}
.let_content .navigation > .mm-dropdown {
    border-bottom: 1px solid #cccccc;
}
.let_content h6 > a {
    padding: 10px 30px 0 10px;
    display: block;
}
.let_content .mm-dropdown.has-sub > a:before {
    content: "\f105";
    display: block;
    font-family: 'FontAwesome', sans-serif;
    font-size: 12px;
    line-height: 10px;
    height: 10px;
    width: 10px;
    right: 14px;
    top: 22px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.let_content .mm-dropdown.has-sub.subChild > a:before {
    top: 14px;
}
.let_content .mm-dropdown.open > a:before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.let_content .mm-dropdown.open > a:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.let_content .mm-dropdown.active > a {
    font-weight: 700;
}
.let_content .active > a .menu-icon {
    color: #ffbe3c;
}
.left_nav a span {
    display: inline;
}
.left_nav .menu-icon {
    display: inline-block;
    margin-right: 5px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 14px;
}
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}
.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}
.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important
}
.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none
}
.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}
.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}
.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}
.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    min-height: 10px
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #a2adb7;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}
.custom-scroll {
    height: 100%
}

.mmc .logo_entp, .mmc .dl_stat {
    display: none;
}
.mmc .let_content, .mmc #main-menu-bg {
    width: 56px;
}
.mmc .simplebar-mask {
    overflow: unset;
}
.mmc .simplebar-content-wrapper {
    overflow: unset !important;
}
.mmc #main-menu > ul > li > a span {
    display: none;
}
.mmc #main-menu > ul > li > ul {
    position: absolute;
    min-width: 200px;
    background: #ffffff;
    left: 56px;
    top: 0;
    margin: 0;
    box-shadow: 0 0 5px 1px #cccccc;
}
.mmc #main-menu ul.navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}
.mmc .let_content .mm-dropdown > a:before, .let_content h6 a > a:before {
    right: 6px;
}
.mmc #main-menu-toggle .navbar-icon, .mme.mmc #main-menu-toggle .navbar-icon {
    left: 20px
}
.mmc #main-menu-toggle .navbar-icon:after, .mme.mmc #main-menu-toggle .navbar-icon:after {
    content: "\f0da";
    right: -8px
}
.main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon, .main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
    left: 26px
}
.mmc #main-menu .mm-dropdown > ul > li > a {
    padding: 6px 14px;
}
.mmc #main-menu ul li.mmc-title {
    display: block;
    padding: 12px 14px 13px 14px;
    background: #181b1f;
}
.breadcrumb.breadcrumb-page {
    border-radius: 0;
    border-bottom: 1px solid #E9E9E9;
}
.breadcrumb {
    margin: 40px 0 15px;
    padding: 0 0 10px 0;
    position: relative;
    font-size: 13px;
}
.mmc .breadcrumb {
    margin-top: 0;
}
.breadcrumb li + li:before {
    content: "\f054";
    font-family: 'FontAwesome', sans-serif;
    font-size: 7px;
    display: inline-block;
    line-height: 8px;
    top: -1px;
    left: -1px;
    position: relative;
    padding: 0;
    height: 8px;
    width: 15px;
    text-align: center
}
.breadcrumb li, .breadcrumb li a {
    line-height: 18px;
    height: 18px
}
.breadcrumb li.active {
    padding-left: 16px;
    position: relative
}
.breadcrumb li.active:before {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0
}
.breadcrumb li.active, .breadcrumb li.active a {
    color: #555;
    text-decoration: none
}
.breadcrumb-label {
    float: left;
    line-height: 18px;
    height: 18px;
    margin: 1px 0 -1px 0
}
.breadcrumb > li {
    display: inline-block;
}
.heading {
    padding: 0 0 15px 0;
}
.heading h2 {
    font-size: 18px;
}
.heading.flex {
    display: flex;
    justify-content: space-between;
}
.card-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-weight: 700;
    background: rgba(3, 58, 99, .2);
}
.card-header > div i {
    margin-right: 5px;
}
.card-body {
    padding: 15px;
}
.card-links {
    display: flex;
}
.card-links a {
    margin-right: 10px;
}
.card-dashboard {
    max-height: 340px;
}
.card-dashboard .card-body {
    overflow: auto;
    height: 300px;
}
.card-dashboard .card-header {
    font-size: 15px;
}
.table {
    background: #ffffff;
    margin-bottom: 0 !important;
    font-size: inherit;
}
.table th {
    background: #333f48;
    color: #ffffff;
    font-weight: normal;
    white-space: nowrap;
}
.table > thead {
    vertical-align: middle;
}
.main_head {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-bottom: 0 none;
    color: #666666;
    display: flex;
}
.main_head div + div {
    margin: 0 0 0 10px;
}
.main_head div + div:before {
    content: '/';
    padding-right: 10px;
}
.table-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-top: 0 none;
    color: #666666;
}
.page-link {
    color: #333f48;
    padding: .25rem .8rem;
    text-decoration: none;
}
.active > .page-link, .page-link.active {
    background: #ffbe3c;
    border-color: #ffbe3c;
    color: #ffffff;
}
@media (max-width: 850px) {
    .header .topnav_cont {
        display: none;
        clear: both;
        background: #fff;
    }
    .topnav ul, .topnav ul li {
        float: none;
    }
    .table-footer {
        display: block;
        text-align: center;
    }
    .table-footer .pagination {
        justify-content: center;
        margin-top: 15px;
    }
    .navbar-toggle {
        display:block;
    }
    .header .topnav_cont {
        display:none;
        clear:both;
        background:#fff;
    }
    .topnav ul,
    .topnav ul li {
        float:none;
    }
    .topnav ul li a {
        border-top:1px solid #F1F1F1;
    }
    .header .right {
        display:none;
        float:none;
    }
    .header .right-navbar-nav {
        float:none;
    }
    .header .right-navbar-nav > li {
        float:none;
        display: block;
        width: 100%;
    }
    .header .right-navbar-nav > li > a {
        text-align:left;
        border-top:1px solid #F1F1F1;
    }
    .header .right-navbar-nav > li > a .nav-icon.fa-bullhorn {
        float:left;
        margin-right:8px;
    }
    .right-navbar-nav .nav-icon-btn > a .small-screen-text {
        display:block;
        float:left;
    }
    .right-navbar-nav .dropdown.open > a:after {
        content:"\f077"
    }
    .right-navbar-nav .dropdown.open > a {
        background:#F6F6F6;
    }
    .right-navbar-nav .dropdown-menu {
        position:relative;
        float:none;
        border:0 none;
        margin:0;
        padding:0;
    }
    .right-navbar-nav .dropdown-menu li a {
        line-height:42px;
        border-top:1px solid #F1F1F1;
        color:#555;
        display: block
    }
    .dropdown-divider {
        display: none;
    }
    .header ul li a:hover {
        background:#f8f8f8;
    }
    .body_container {
        margin-top:46px;
    }
}
.campaign-stats {
    padding: 7px;
}
.campaign-stats ul {
    display: flex;
    justify-content: space-between;
}
.campaign-stats ul li {
    text-align: center;
}
.campaign-stats ul li span {
    display: block;
    font-size: 20px
}
.slick-prev:before, .slick-next:before {
    color: #222222;
}
.next-campaign-stats p {
    margin: 0;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.next-campaign-stats p + p {
    border-top: 1px solid #e5e5e5;
    padding: 7px 0;
}
.carousel-control {
    font-size: 13px;
    display: inline-flex;
    gap: 1px;
}
.carousel-control .prev, .carousel-control .next {
    cursor: pointer;
    border: 1px solid #E9E9E9;
    padding: 1px 7px 0;
    border-radius: 3px;
}
.carousel-control .prev:hover, .carousel-control .next:hover {
    background: #E9E9E9;
    color: #111111;
}
.carousel-control i {
    margin: 0 !important;
    line-height: unset;
}
.form-area {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #fafafa;
    border-radius: 3px;
    box-shadow: 0 0 3px #cccccc;
}
.form-area + .form-area {
    margin-top: 20px;
}
.form-group .text-muted {
    font-size: 13px;
    margin-top: 3px;
}
.form-area-header {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.upload-area, .upload-area-supp {
    background: #fbfbfb;
    border: 2px dotted #e0dfdf;
    color: #666666;
    padding: 20px;
    position: relative;
    text-align: center;
}
.upload-area i, .upload-area-supp i {
    display: block;
}
.upload-area input, .upload-area-supp input {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.upload-area h5, .upload-area-supp h5 {
    font-size: 16px;
    margin: 10px 0 0;
}
.upload-area p, .upload-area-supp p{
    margin: 5px 0 0;
}
.upload-area-rm-file, .upload-area-rm-file_supp {
    position: absolute;
    top: -2px;
    right: -2px;
    border: 2px dotted #e0dfdf;
    color: #ff0000;
    padding: 10px;
    background: #ffffff;
    cursor: pointer;
}
.form-button-group {
    border-top: 2px solid #f5f5f5;
    padding: 15px 0 0;
    margin: 30px 0 0;
    text-align: center;
}
input[type="radio"], input[type="checkbox"] {
    box-shadow: none;
}
input[type="radio"]:checked, input[type="checkbox"]:checked {
    box-shadow: none;
    border: 0 none;
    background-color: #333f48 !important;
}
.form-check-input[type=radio]:after {
    background-color: #fff !important;
}
.form-check-input[type=checkbox]:checked:after {
    margin-left: 0.35rem;
    margin-top: 0px;
}
.form-check-input:checked:focus:before, .form-check-input:focus:before {
    box-shadow: none;
}
table td a + a {
    margin: 0 0 0 5px;
}
table td a + a:before {
    content: '|';
    padding-right: 5px;
}
.row-group .form-group:first-child button {
    display: none;
}
.list-group-item {
    padding: 5px;
    color: inherit;
}
.access-rights {
    background: #fcfcfc;
    padding: 10px;
    margin-bottom: 20px;
}
.access-right-parent {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
    font-size: 15px;
}
.access-right-parent .form-check-input {
    width: 1.2em;
    height: 1.2em;
}
div.msgBox
{
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 1050;
    width: 430px;
    min-height:160px;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.9;
    z-index:999;
}
div.msgBoxTitle
{
    padding: 10px 0;
    font-size: 15pt;
    color: #248e8e;
    width: 100%;
    border-bottom: 1px solid #248e8e;
}
div.msgBoxImage
{
    margin:20px 5px 0 5px;
    display:inline-block;
    float:left;
    height:75px;
    width:75px;
}
div.msgBoxContent
{
    margin:15px 0;
    display:inline-block;

}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}
div.msgBoxContent span
{
    color: #333333;
}
div.msgBoxContentIEOld
{
    font-size:11pt;
    margin:0 3px 6px 3px;
    display:inline-block;
    float:left;
    height:90px;
    width:319px;
    position: relative;
}
div.msgBoxContentIEOld p
{
    padding:0;
    margin:0;
    position: absolute;
    top: 50%;
}
div.msgBoxContentIEOld span
{
    position: relative;
    top: -50%;
}
div.msgBoxButtons {
    text-align: center;
    margin-bottom: 15px;
}
.column-group {
    background: #ffffff;
    padding: 20px;
    margin: 0 0 20px;
    box-shadow: 0 0 5px #e5e5e5;
}
.column-group h3 {
    font-size: 20px;
}
.column-group p{
    margin: 5px 0 0;
}
.approval-row {
    border: 1px solid #E9E9E9;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.approval-row:nth-child(even) {
    background: #fcfcfc;
}
.approval-row + .approval-row {
    margin: 15px 0 0;
}
.approval-row p {
    margin: 0;
}
.approval-row small {
    display: block;
}
.approval-row p, .approval-row small {
    margin: 3px 0 0;
}
.approval-btns button {
    margin-left: 5px;
}
.dropdown-menu {
    font-size: inherit;
}
.multiple_dates .input-group:nth-child(1) button, .multiple_dates .input-group:nth-child(2) button {
    display: none;
}
.appurlhelp {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appurlhelpinner {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.closeappurlhelp {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    z-index: 10;
    cursor: pointer;
    line-height: 0;
}
.template-editor {
    cursor: pointer;
}
.campaign_grid .table-responsive > table {
    min-height: 250px;
}
.multiselect-native-select .btn-group {
    display: block;
}
.multiselect-native-select .btn-group > .multiselect {
    padding: 7px
}
.dropdown-menu.show_ {
    min-width: 100%;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
}
.multiselect-native-select .form-check {
    margin: 0;
}
.multiselect-native-select .form-check label {
    margin: 0;
}
.multiselect-native-select .dropdown-item {
    white-space: normal;
}
.smscounts {
    background: #ffbe3c;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    font-size: 11px;
    padding: 3px 5px;
    line-height: initial;
}

.wt-txt {
    text-transform:lowercase;
}
.btn-group, .btn-group-vertical {
    box-shadow: none !important;
}
.alert {
    padding: 10px;
}
.alert-custom {
    background: #e3ebf7;
}
ul.pagination {
    justify-content: center;
}
.sms-counter.border, .sms-counter-area.border-top {
    border-color: #bbbbbb !important;
    overflow: hidden;
}
.box-block {
    border: 1px solid #e5e5e5;
    margin-top: 25px;
    padding: 10px;
    border-radius: .25rem;
}
.box-block h5 {
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* The device with borders */
.smartphone {
    position: relative;
    width: 361px;
    height: auto;
    margin: auto;
    border: 16px black solid;
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-radius: 36px;
}

/* The horizontal line on the top of the device */
.smartphone:before {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .contentdata {
    width: 329px;
    height: 502px;
    background: white;
}
.smartphone .wa-header-type {
    font-size: 147px;
    align-content: center;
    padding-left: 79px;
    background-color: #ccc;
    width: 325px;
    margin: 2px 2px 5px 2px;
}

.contentdata .footer-text-div{ margin-left: 5px; word-break: break-all; word-break: break-word}
.contentdata .body-text-div{margin-left: 5px; word-break: break-all; word-break: break-word}
.contentdata .header-text-div{margin-left: 5px; word-break: break-all; word-break: break-word}
.smartphone .button {text-align: center;}

.msgwordbreak { word-break: break-all; }
.dashbord-style {width: 100%;height: 220px; margin-top: 2.5cm; margin-left: 3.5cm;}
.dashbord-flex {flex: none}
.custom-filed {text-align: right; background-color: transparent; text-decoration: none;}
.campaign-reject {color:#880101;  position: relative; cursor: pointer;}
.pictor-video {width: 150px}
.pictor-drop-div {margin-bottom: 5px}
.group-expired {color:red;}
.voice-no-data-avail {margin:20px;  padding-top:20px; font-weight: bold;}
.preview-class {word-break: break-all; word-break: break-word;}
.camp-sample-file {float:right; cursor: pointer;}
.valid-data-file {font-size:24px}
.wa-header-type {font-size:330px}
.wa-header-media {width: 200px;}
.wa-header-font {font-size:100px}
.wa-preview-text {word-break: break-all; word-break: break-word}

.btn-close {
	background: none;
}
.btn-close:after {
	content: '\f00d';
	font-family: 'FontAwesome', sans-serif;
	font-weight: 700;
}
.box-block-custom {
    border: 1px solid #e5e5e5;
    padding: 16px;
    border-radius: .25rem;
    margin: 10px 10px 0px 10px;
}
.box-block-custom h5 {
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.error-div {
    margin-left:10px;
}
.wa-preview-header-type {
    font-size: 118px;
    padding-left: 140px;
    background-color: #ccc;
    width: 409px;
}
.sticky-section_1 {
    position: fixed;
    top: 50px;
    width: 50%;
    margin-left: 530px;
}
.disabledCheck {
  position: relative;
  pointer-events: none;
}

.suppression-style{margin-top:10px}
.suppression-check{padding-left: 10px; margin-bottom: 28px;}
.dash-campname{padding-left: 10px;word-break: break-all; word-break: break-word}
.camp-name-wrap{word-break: break-all; word-break: break-word}
table td.camp-name-wrap-td{overflow-wrap: break-word; max-width:225px}
