/*=============================
  Theme Name: ----------------.
  Author: Mrh Ripon
  Support: mrhripon98@gmail.com
  Description: --------------.
  Version: 1.0
==============================*/


/* Base Css Start  */

@font-face {
    font-family: sfRegular;
    src: url(../fonts/SF-Compact-Text-Regular.otf)
}

@font-face {
    font-family: sfMedium;
    src: url(../fonts/SF-Compact-Text-Medium.otf)
}

@font-face {
    font-family: sfBold;
    src: url(../fonts/SF-UI-Display-Bold.otf)
}

@font-face {
    font-family: sfSemiBold;
    src: url(../fonts/SF-Compact-Text-Semibold.otf)
}

@font-face {
    font-family: sfBlack;
    src: url(../fonts/SF-UI-Display-Black.otf)
}

html {
    font-size: 62.5%;
}

body {
    font-family: sfRegular;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    background-color: #F9F9F9;
}

.fix {
    overflow: hidden;
}

p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sfBlack;
    font-weight: 700;
    color: #333;
    margin-top: 0px;
}

h2 {
    font-size: 3.6rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

span,
a {
    display: inline-block;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}


/* Base Css End */


/* offCanvasMenu css start */

.offCanvasMenu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 99999999;
    transform: translateX(300px);
    transition: .5s;
}

.offCanvasMenu.active {
    transform: translateX(0);
}

.mobileMenu {
    padding-left: 20px;
    padding-top: 50px;
    padding-right: 20px;
}

.mobileMenu li {
    border-bottom: 1px solid #cabfbf66;
    margin-bottom: 7px;
    padding-bottom: 6px;
}

.mobileMenu li a {
    color: #403b3b;
    font-size: 14px;
    transition: .3s;
    position: relative;
}

.off-canvas-overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    transition: .5s;
}

.off-canvas-overlay.active {
    opacity: .5;
    visibility: visible;
}

.close-MobileMenu {
    position: absolute;
    top: 8px;
    left: 20px;
    color: #403b3b;
    font-size: 26px;
    cursor: pointer;
}

.notifications::after {
    color: #fff;
}

.read-more.text-right {
    margin-top: 20px;
}

.mobile-bar i {
    color: #333;
    font-size: 23px;
    cursor: pointer;
    margin-top: 3px;
}

.mobile-bar {
    display: none;
}

.page-title {
    display: flex;
    align-items: center;
}

.mobile-bar {
    margin-right: 10px;
}

.close-sdBar {
    position: absolute;
    right: 20px;
    top: 28px;
    background: #8C52E8;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}


/* offCanvasMenu menu css end */


/* sideBar Css Start  */

.sideBar {
    position: fixed;
    width: 250px;
    height: 100%;
    padding: 20px;
    z-index: 1;
    background: #fff;
    box-shadow: 4px 0 20px 0px #91898945;
}

.verticleMenu li a {
    color: #AAAAAA;
    font-size: 16px;
    display: inline-block;
    font-family: sfRegular;
}

.verticleMenu li {
    display: block;
    margin-bottom: 14px;
}

.verticleMenu li a span.img {
    width: 25px;
    text-align: center;
}

.logo {
    color: #212121;
    font-size: 25px;
    display: block;
    margin-bottom: 30px;
}

.logo:hover {
    color: #212121;
}

.logo strong {
    font-family: sfBold;
}

.lnk-statsu {
    display: inline-block;
    background: #E2E2E2;
    font-size: 14px;
    width: 20px;
    height: 20px;
    color: #333;
    text-align: center;
    border-radius: 5px;
}

.verticleMenu li ul.submenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.lnk-statsu.unseen {
    background: #8C52E8;
    color: #fff;
}

.verticleMenu li ul.submenu {
    padding-left: 40px;
}

.verticleMenu li ul.submenu li {
    margin-bottom: 8px;
}

.verticleMenu li ul.submenu li:first-child {
    margin-top: 10px;
}

.verticleMenu li ul.submenu li:last-child {
    margin-bottom: 0;
}

.verticleMenu li a[aria-expanded="true"] i {
    color: #000000;
    /* transform: rotateZ(180deg); */
}

.verticleMenu li a[aria-expanded="false"] i {
    transform: rotateZ(270deg);
}

.verticleMenu li ul.submenu li.active a,
.verticleMenu li ul.submenu li a:hover {
    color: #8C52E8;
    font-weight: 800 !important;
}


/* sideBar Css End */


/* mainContent Css Start  */

.mainContent {
    margin-left: 250px;
}

.mainContent-inner {
    padding-left: 30px;
    padding-right: 30px;
}

.header-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
}

.page-title h1 {
    color: #333;
    font-size: 28px;
    font-family: sfRegular;
    margin: 0;
}

.header-u li a {
    color: #212121;
    font-size: 17px;
}

.header-u li a i {
    vertical-align: middle;
    margin-left: 10px;
}

.header-u li {
    /*display: ; */
    position: relative;
}

.header-u li ul.submenu {
    position: absolute;
    width: 150px;
    background: #fff;
    right: 0;
    top: 100%;
    box-shadow: 0 0 5px #9789896b;
    border-radius: 5px;
    padding: 10px;
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    z-index: 5;
}

.header-u li ul.submenu li {
    margin: 2px 0;
}

.header-u li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
}

.header-u li ul.submenu::after {
    position: absolute;
    right: 10px;
    border-width: 8px;
    border-style: solid;
    content: '';
    border-color: #fff;
    top: -7px;
    box-shadow: -3px -3px 3px 0px #86808026;
    transform: rotateZ(45deg);
    z-index: 0;
}

.header-u li ul.submenu li a {
    font-size: 14px;
    color: #000;
    display: inline-block;
    transition: .3s;
    font-weight: 500;
}

.header-u li ul.submenu li a:hover {
    color: #8C52E8;
}

.header-u ul li ul.submenu li {
    margin-left: 0;
    display: block;
}


/* query wrap css start  */

.input-wrap input {
    border: 1px solid #E0E0E0;
    height: 45px;
    width: 100%;
    color: #75757D;
    font-size: 14px;
    padding-left: 15px;
    border-radius: 5px;
}

.queryWrap {
    display: grid;
    grid-template-columns: 80% 20%;
    margin-bottom: 30px;
}

.queryWrap4 {
    display: grid;
    grid-template-columns: 95% 5%;
    margin-bottom: 30px;
}

.query-lf {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.query-lf4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.input-wrap {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #75757D;
}

.input-wrap .nice-select {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    color: #75757D;
    font-size: 15px;
}

.box-btn {
    border: 1px solid #8C52E8;
    padding: 8px 16px;
    border-radius: 5px;
    height: 45px;
    line-height: 25px;
    color: #8C52E8;
    font-size: 15px;
}

.box-btn-blue {
    border: 1px solid #0000ff;
    padding: 8px 16px;
    border-radius: 5px;
    height: 45px;
    line-height: 25px;
    color: #0000ff;
    font-size: 15px;
}

.box-btn-blue:hover {
    border: 1px solid #ff0000;
    padding: 8px 16px;
    border-radius: 5px;
    height: 45px;
    line-height: 25px;
    color: #ff0000;
    font-size: 15px;
}

.box-btn img {
    width: 15px;
}

.query-lr {
    text-align: right;
}


/* query wrap css end */

.common-table-wrap {
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

.common-table {
    width: 100%;
}

.common-table thead th {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-family: sfRegular;
    padding: 16px 5px;
}

.common-table tbody tr:nth-child(2n+1) {
    background: #FAFAFA;
}

.common-table tbody td {
    padding: 16px 5px;
    color: #333333;
    font-size: 15px;
}

.common-table tr td:first-child {
    text-align: left;
}

.common-table thead tr th:first-child {
    padding-left: 12px;
    text-align: left;
}

.common-table thead tr th:last-child {
    padding-right: 15px;
}

.common-table tbody tr td:first-child {
    padding-left: 15px;
}

.common-table tbody tr:last-child td {
    padding-bottom: 20px;
}

.section-title {
    color: #75757D;
    font-size: 14px;
    font-family: sfBold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.chart-img-wrap {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
}

.chart-img img {
    max-width: 100%;
    width: 100%;
}

.caller-id {
    background: #8C52E8;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}


/* mainContent Css End */


/* datepicker css start  */

.wrapper {
    max-width: 100%;
    padding: 0 0.5rem;
}

label {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 0.5rem;
    color: #B0BEC5;
    border: 1px solid #ECEFF1;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
}

.wrapper input {
    display: block;
    border: 0;
    border-radius: 5px;
    line-height: 1.5rem;
    padding: 0;
    font-size: 14px;
    color: #75757D;
    width: 100%;
    height: 44px;
    padding-left: 35px;
}

input:focus {
    outline: none;
}

#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
    width: 240px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #75757D;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #75757D;
    font-size: 14px;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #8C52E8;
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a>span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    font-size: 14px;
    font-weight: 500;
}

.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

.date-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.date-wrap .wrapper {
    padding: 0;
    position: relative;
}

.date-wrap label {
    padding: 0;
    border: 0;
    margin: 0;
}

.ui-datepicker-calendar {
    width: 100%;
}

.cal-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

.date-wrap .wrapper:not(:last-child) input {
    /*border-radius: ;*/
    border-right: 1px solid #E0E0E0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* datepicker css end */


/* sms-log page css start  */

.date-wrap.style-2 input {
    padding-left: 15px;
}


/* sms-log page css end */


/* m-campign page css start  */

.action-icon {
    border: 1px solid #8C52E8;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    background: transparent;
    padding: 0;
    cursor: pointer;
    margin: 0 2px;
}

.common-table.campaign tbody tr td:last-child {
    width: 230px;
}

.common-table.campaign.number tbody tr td:last-child {
    width: 45px;
}


/* m-campign page css end */


/* s-sw page css start  */

.para-blk p {
    font-size: 15px;
    margin-bottom: 10px;
}

.showing-img img {
    max-width: 100%;
    width: 100%;
}

.showing-step h4 {
    color: #333333;
    font-size: 14px;
    font-family: sfMedium;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.showing-step {
    margin-top: 35px;
}

.para-blk.two a {
    font-size: 14px;
    color: #2667CE;
}

.para-blk.two p {
    margin-bottom: 0;
}


/* s-sw page css end */


/* s-password page css start  */

.input-wrap.p label {
    color: #333333;
    font-size: 14px;
    font-family: sfMedium;
    border: 0;
    margin-bottom: 8px;
    padding: 0;
}

.input-wrap.p {
    margin-bottom: 30px;
}

.password-form {
    max-width: 800px;
}

.input-wrap.p button {
    background: #8C52E8;
    color: #fff;
}

.input-wrap.p a {
    color: #8C52E8;
    font-size: 15px;
    font-family: sfMedium;
    display: inline-block;
    margin-left: 15px;
}


/* s-password page css end */

.btn-light:hover {
    color: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

label {
    color: #333333;
    font-size: 14px;
    font-family: sfMedium;
    border: 0;
    margin-bottom: 2px;
    padding: 0;
    line-height: 45px;
}

.row.form-group {
    margin-bottom: 30px;
}

.password-form {
    max-width: 800px;
}

.row.form-group {}

.row.form-group a {
    color: #8C52E8;
    font-size: 15px;
    font-family: sfMedium;
    display: inline-block;
    margin-left: 15px;
}


/* s-password page css end */

.btn-light:hover {
    color: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

select.form-control,
input.form-control {
    border: 1px solid #E0E0E0;
    height: 45px !important;
    width: 100% !important;
    color: #75757D;
    font-size: 14px !important;
    padding-left: 15px;
    border-radius: 5px;
}

.input-wrap.p button {
    background: #8C52E8;
    color: #fff;
}


/*    radio Button */

label.form-check-label {
    margin-right: 15px;
    line-height: 32px;
}

input.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #999;
    transition: 0.2s all linear;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.checkbox-item input.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 0%;
    border: 2px solid #999;
    transition: 0.2s all linear;
    margin-right: 5px;
    position: relative;
    top: 0px;
}

input.form-check-input:checked {
    border: 6px solid #8C52E8;
}

.page-item.active .page-link,
.page-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px !important;
    border-color: #8C52E8 !important;
}

.page-item.active .page-link {
    background-color: #8C52E8 !important;
    color: #ffffff !important;
}

.page-link {
    color: #8C52E8 !important;
}

p {
    padding: 10px !important;
}

audio {
    width: 50px !important;
}

.date-style {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.border-right {
    border-right: 1px solid #E0E0E0;
}

.badge-purpul {
    color: #fff;
    background-color: #8C52E8;
}

.btn-purpul {
    color: #fff;
    background-color: #8C52E8;
    font-size: 12px;
    border: 1px solid #8C52E8;
}

.btn-outline-purpul {
    color: #8C52E8;
    border-color: #8C52E8;
}

.select2-search-choice-close {
    margin-left: 3px !important;
    margin-top: 3px !important;
}

.select2-search-choice {
    background: #8C52E8 !important;
    border-color: #8C52E8 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
}

.norecord {
    font-size: 18px !important;
}

.norecord p {
    font-size: 18px !important;
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .date-style {
        margin: 0 15px;
    }
    button.box-btn {
        margin-top: 2%;
    }
    div.dashboard-box-btn {
        margin-top: 2% !important;
        margin-right: 13% !important;
    }
    a.box-btn {
        margin-top: 2%;
    }
    button.download {
        margin-left: 2% !important;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .date-style {
        margin: 0 15px;
    }
    button.box-btn {
        margin-top: 2%;
    }
    div.dashboard-box-btn {
        margin-top: 2% !important;
        margin-right: 13% !important;
    }
    a.box-btn {
        margin-top: 2%;
    }
    button.download {
        margin-left: 2%;
    }
}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    button.box-btn {
        margin-top: 2%;
    }
    div.dashboard-box-btn {
        margin-top: 2% !important;
        margin-right: 13% !important;
    }
    a.box-btn {
        margin-top: 2%;
    }
    button.download {
        margin-left: 2%;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

@charset "UTF-8";
@font-face {
    font-family: "bcFont";
    src: url("dist/fonts/bcFont.eot");
    src: url("dist/fonts/bcFont.eot?#iefix") format("eot"), url("dist/fonts/bcFont.woff2") format("woff2"), url("dist/fonts/bcFont.woff") format("woff"), url("dist/fonts/bcFont.ttf") format("truetype"), url("dist/fonts/bcFont.svg#bcFont") format("svg");
}

.icon-bars:before {
    font-family: "bcFont";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.icon-bars:before {
    content: "";
}

@font-face {
    font-family: 'sfbold';
    src: url("../../dist/fonts/sf/System San Francisco Display Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'sfregular';
    src: url("../../dist/fonts/sf/System San Francisco Display Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'sfthin';
    src: url("../../dist/fonts/sf/System San Francisco Display Thin.ttf") format("truetype");
}

@font-face {
    font-family: 'sfultralight';
    src: url("../../dist/fonts/sf/System San Francisco Display Ultralight.ttf") format("truetype");
}

@font-face {
    font-family: 'sfsemibold';
    src: url("../../dist/fonts/sf/SFProText-Semibold.ttf") format("truetype");
}

@font-face {
    font-family: 'sfcompactdisplaymedium';
    src: url("../../dist/fonts/sf/SF-Compact-Display-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'sfprotextmedium';
    src: url("../../dist/fonts/sf/SFProText-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'sfprotextregular';
    src: url("../../dist/fonts/sf/SFProText-Regular.ttf") format("truetype");
}

body {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden;
    letter-spacing: .03em;
    font-family: 'sfsemibold';
}

.box-shadow {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
}

.uppercase {
    text-transform: uppercase !important;
}

.justification {
    text-align: justify !important;
}

.text-center {
    text-align: center !important;
}

.menu--toggle {
    margin-right: 20px;
    align-self: center;
    width: 30px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.menu--toggle:hover {
    cursor: pointer;
}

.menu--toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: black;
    border-radius: 20px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu--toggle span:nth-child(1) {
    top: 0px;
}

.menu--toggle span:nth-child(2),
.menu--toggle span:nth-child(3) {
    top: 9px;
}

.menu--toggle span:nth-child(4) {
    top: 18px;
}

.menu--toggle.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.menu--toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu--toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu--toggle.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.bc--main-container .sidebar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
    width: 100%;
    background: white;
    box-shadow: 3px -1px 6px 0px rgba(0, 0, 0, 0.18);
    min-width: 275px;
    font-family: 'sfcompactdisplaymedium';
}

.bc--main-container .sidebar .sidebar-header {
    margin-bottom: 56px;
    margin-top: 38px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.bc--main-container .sidebar .sidebar-header .logo {
    width: 183px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

.toast-message {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .bc--main-container .sidebar .sidebar-header .logo {
        width: 270px;
        height: 90px;
    }
}

@media (max-width: 450px) {
    .bc--main-container .sidebar .sidebar-header .logo {
        width: 183px;
        height: 60px;
    }
}

.bc--main-container .sidebar .sidebar-header .nav-menu {
    align-self: center;
    display: none;
}

@media (max-width: 767px) {
    .bc--main-container .sidebar .sidebar-header .nav-menu {
        position: absolute;
        right: 15px;
        display: block;
    }
}

.bc--main-container .sidebar .sidebar-menu {
    margin: 0 auto;
    max-width: 225px;
}

.bc--main-container .sidebar .sidebar-menu ul {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.bc--main-container .sidebar .sidebar-menu ul li .parent {
    padding: 10px 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.bc--main-container .sidebar .sidebar-menu ul li .parent .spacer {
    align-self: center;
    width: 10px;
    height: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-right: 15px;
}

.bc--main-container .sidebar .sidebar-menu ul li .parent .spacer.rotated {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bc--main-container .sidebar .sidebar-menu ul li .parent a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.bc--main-container .sidebar .sidebar-menu ul li .parent a p {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #9b9eac;
    margin: 0 5px;
}

.bc--main-container .sidebar .sidebar-menu ul li .parent a p:hover {
    font-weight: 800;
    color: #8c52e8;
}

.bc--main-container .sidebar .sidebar-menu ul li .parent a img {
    align-self: center;
    width: 19px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}

.bc--main-container .sidebar .sidebar-menu ul li .parent a.noicon {
    margin-left: 25px;
}

.bc--main-container .sidebar .sidebar-menu ul li .parent a:hover {
    font-weight: 800 !important;
    color: #8c52e8 !important;
}

.bc--main-container .sidebar .sidebar-menu ul li .parent.active a p {
    color: #8c52e8 !important;
    font-weight: 700;
}

.bc--main-container .sidebar .sidebar-menu ul li ul a {
    text-decoration: none;
}

.bc--main-container .sidebar .sidebar-menu ul li ul a li {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    padding: 8px 0px;
    color: #9b9eac;
    margin-left: 45px;
}

.bc--main-container .sidebar .sidebar-menu ul li ul a li:hover {
    font-weight: 800 !important;
    color: #8c52e8 !important;
}

.bc--main-container .sidebar .sidebar-menu ul.closed {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 0;
}

@media (max-width: 991px) {
    .bc--main-container .sidebar .sidebar-menu {
        min-width: unset;
    }
}

@media (max-width: 767px) {
    .bc--main-container .sidebar .sidebar-menu {
        display: none;
    }
    .bc--main-container .sidebar .sidebar-menu.opened {
        display: block;
    }
}

.bc--main-container .main-content {
    margin: 30px auto 0;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.bc--main-container .main-content h1 {
    margin: 10px 0px;
    font-weight: normal;
    font-size: 28px;
    text-align: left;
    color: #323232;
}

@media (max-width: 767px) {
    .bc--main-container .main-content h1 {
        text-align: center !important;
        margin: 10px auto;
    }
}

.bc--main-container .main-content .section-stats {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bc--main-container .main-content .section-stats .box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin: 20px 5px;
    min-width: 325px;
    min-height: 225px;
    height: 191px;
    border-radius: 5px;
    background: #fff;
}

@media (max-width: 1360px) {
    .bc--main-container .main-content .section-stats .box {
        min-width: 275px;
    }
}

@media (max-width: 1200px) {
    .bc--main-container .main-content .section-stats .box {
        min-width: 300px;
    }
}

@media (max-width: 991px) {
    .bc--main-container .main-content .section-stats .box {
        min-width: 250px;
    }
}

@media (max-width: 912px) {
    .bc--main-container .main-content .section-stats .box {
        min-width: 100%;
    }
}

.bc--main-container .main-content .section-stats .box .head {
    min-height: 48px;
    margin-bottom: 10px;
    font-family: 'sfprotextmedium';
}

.bc--main-container .main-content .section-stats .box .head h2 {
    text-transform: uppercase;
    color: #9b9eac;
    width: 239px;
    height: 24px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin: 0;
}

.bc--main-container .main-content .section-stats .box .head span {
    color: #9b9eac;
    width: 239px;
    height: 24px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
}

.bc--main-container .main-content .section-stats .box p {
    margin: 0;
    padding: 0;
    color: #323232 !important;
    font-weight: normal;
    font-size: 48px;
    line-height: 50px;
    text-align: left;
    font-family: 'sfprotextmedium';
}

.bc--main-container .main-content .section-stats .box p span {
    font-size: 24px;
    margin-left: 35px;
    font-weight: normal;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    color: #323232;
}

.bc--main-container .main-content .section-stats .box a button {
    font-family: 'sfprotextmedium';
    width: 100%;
    border-radius: 10px;
    border: 1px solid #8c52e8;
    height: 50px;
    background: #fff;
    color: #8c52e8;
    margin-top: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    height: 44px;
    border-radius: 5px;
    background: transparent;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02);
}

.bc--main-container .main-content .section-stats .box a button:hover {
    color: #fff;
    background: #8c52e8;
}

.bc--main-container .main-content .section-stats .box img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.bc--main-container .main-content .section-actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 30px 5px;
}

.bc--main-container .main-content .section-actions .button {
    font-family: 'sfprotextmedium';
    align-self: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    background: #8c52e8;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 8px;
    height: 44px;
}

@media (max-width: 991px) {
    .bc--main-container .main-content .section-actions .button {
        margin: 10px 5px;
    }
}

.bc--main-container .main-content .section-actions .button img {
    align-self: center;
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}

.bc--main-container .main-content .section-actions .button p {
    align-self: center;
    margin: 0;
    padding: 0;
    color: white;
}

.bc--main-container .main-content .section-calls {
    margin: 10px auto;
    margin-bottom: 50px;
    width: 100%;
    margin: auto 5px;
}

.bc--main-container .main-content .section-calls h2 {
    padding: 20px 35px;
    text-transform: uppercase;
    color: #8c52e8;
    font-size: 24px;
    font-weight: 800;
    margin-top: 10px;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

.bc--main-container .main-content .section-calls .table {
    max-height: 470px !important;
    overflow-y: scroll;
    font-family: 'sfprotextregular';
    width: 100%;
}

.bc--main-container .main-content .section-calls .table .call-table {
    width: 100%;
}

.bc--main-container .main-content .section-calls .table .call-table tr th {
    color: #9b9eac;
    padding: 24px;
    border: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.bc--main-container .main-content .section-calls .table .call-table tr td {
    padding: 24px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #20253a;
}


/*# sourceMappingURL=../../dist/maps/main.css.map */