body {
    background: #FAF9FF;
    font-family: 'Roboto', Helvetica, sans-serif;
    text-transform: uppercase!important;
}

body .text-capitalize {
    text-transform: capitalize!important;
}

body .text-small {
    text-transform: lowercase!important;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.flex-container-column.double-deck .select2-container--default .select2-selection--multiple::-webkit-scrollbar {
    display: none;
}

.flex-container-column.double-deck .select2-container--default .select2-selection--multiple, .noscrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

p {
    color: #000;
}

a {
    color: #783d8e;
}

a:hover, a:hover p {
    color: #bba4e1;
}

.m-b-0 {
    margin-bottom: 0;
}

.btn.disabled, .btn[disabled], fieldset.disabled .btn, .form-control.disabled+span {
    opacity: 0.3;
    pointer-events: none;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.page-inner {
    background: none !important;
}

.hide {
    display: none;
}

.bg-primary {
    background-color: #783d8e;
    transition: all 0.3s ease-in;
}

.bg-primary:hover, .bg-primary:active, .bg-primary:focus {
    background-color: #af96da!important;
}

.bg-secondary {
    background: #bba4e1;
}

.input-group .btn {
    padding: 6px 12px;
}

.btn-main {
    background: #783d8e;
    border: none;
    padding: 7px 15px;
    color: #FFF;
    border-radius: 5px;
    transition: background 0.3s ease-in;
}

.btn-main:focus, .btn-main:active, .btn-main:hover {
    background: #783d8e;
    border: none;
    color: #fff;
}

.btn-secondary {
    background: #f7b7a3;
    color: #000;
}

.btn-secondary:focus,.btn-secondary:active, .btn-secondary:hover {
    background: #f7b7a3;
    color: #000;
}

.btn-full {
    width: 100%;
    height: 175px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .1);
}

.btn-secondary:hover {
    background: #ea5f89;
}

.btn-primary, .btn-primary:hover {
    border-color: #783d8e;
    color: #fff;
}

.btn-primary.disabled {
    background-color: #783d8e;
    border-color: #783d8e;
    pointer-events: none;
}

.marginer {
    margin-top: 20px;
}

.navbar, .page-content {
    background: none;
}

.pointer {
    cursor: pointer;
}

.navbar-nav.navbar-right {
    margin: 10px 0 0;
}

.tooltip>.tooltip-inner {
    border-radius: 5px;
    padding: 10px;
}

li.dropdown>span {
    padding: 21px 15px 0;
    display: inline-block;
}

li.dropdown>i {
    padding: 18px 15px 0;
    font-size: 24px
}

.page-horizontal-bar.page-sidebar-fixed.page-header-fixed.compact-menu .page-inner {
    padding: 0;
}

.page-header-title {
    display: inline-block;
    padding: 0 18px;
}

.page-header-title h1 {
    font-size: 1.5em;
    margin: 30px 0 0;
}

#main-wrapper {
    margin-bottom: 60px;
    min-height: 80vh;
}

.panel {
    margin-bottom: 20px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .1);
    border-radius: 4px;
    border: none!important;
}

.irs-with-grid {
    height: 60px;
    width: 95%;
    margin: 0 auto;
}

.form-control.add-on-input {
    border-radius: 5px 0 0 5px;
}

.dataTables_wrapper {
    padding: 20px 10px;
}

.dataTables_wrapper .dataTables_filter {
    display: none;
}

.table-small td, .table-small th {
    font-size: 0.8em;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px 15px 15px 5px !important;
}

.table>thead>tr>th {
    padding: 10px 15px 10px 5px !important;
}

#mstbrand {
    width: 100% !important;
}

.highcharts-container {
    width: 100% !important;
}

.highcharts-root {
    width: 100% !important;
}

.panel-top {
    margin-bottom: 0;
}

.panel .panel-heading {
    text-transform: uppercase;
}

.panel-chart .panel-body {
    padding: 10px !important;
}

.panel-chart .panel-accordion a, .panel-group .panel-heading .panel-title>a:after {
    display: none;
}

.panel-chart .panel-accordion span {
    color: #FFF;
    float: right;
    margin-right: 25px;
}

.badge {
    border-radius: 4px !important;
    margin-left: 5px;
}

.text-white {
    color: #fff;
}

.color-1 {
    background: #af96da;
}

.color-2 {
    background: #bba4e1;
}

.color-3 {
    background: #c7b1e9;
}

.color-4 {
    background: #d3bff0;
}

.color-5 {
    background: #dfcef8;
}

.color-running {
    background: #B6D7A8;
    color: #535353;
}

.color-completed {
    background: #009E0F;
    color: #fff;
}

.flex-container-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-container-column.flex-container-9>div {
    width: calc(100% / 9);
}

.flex-container-column.flex-container-8>div {
    width: calc(100% / 8);
}

.flex-container-column.flex-container-7>div {
    width: calc(100% / 7);
}

.flex-container-column.flex-container-6>div {
    width: calc(100% / 6);
}

.flex-container-column.flex-container-4>div {
    width: calc(100% / 5);
}

.flex-container-column.flex-container-4>div {
    width: calc(100% / 4);
}

.flex-container-column.flex-container-3>div {
    width: calc(94% / 3);
}

.flex-container-column.flex-container-2>div {
    width: calc(94% / 2);
}

.flex-container-column.flex-container-1>div {
    width: calc(94%);
}

.flex-container-column.flex-container-padding {
    justify-content: flex-start;
}

.flex-container-column.flex-container-padding>div {
    padding: 10px;
}

.flex-container-column.flex-container-margin>div {
    margin: 0 1%;
}

.flex-container-column.flex-start {
    justify-content: flex-start;
}

.flex-container-column.flex-start>div {
    margin-right: 10px;
}

.flex-container-column>div .btn {
    width: 100%;
    border-radius: 4px !important;
}

.flex-container-column.double-deck>div {
    margin-right: 30px;
}

.flex-container-column.double-deck>div .col-md-6, .flex-container-column.double-deck>div .col-md-12 {
    padding-right: 0;
}

.flex-container-column.double-deck>div:last-child .col-md-6, .flex-container-column.double-deck>div:last-child .col-md-12 {
    padding-right: 10px;
}

.flex-container-column.double-deck>div:last-child {
    margin-right: 0;
}

.flex-container-column.double-deck>div .form-control {
    padding: 0 !important;
}

.flex-container-column.double-deck>div>* {
    margin-bottom: 10px;
}

.flex-container-column.double-deck .select2-selection {
    padding: 1px 5px !important;
}

.flex-container-column.double-deck .select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.disabled-picker,
.disabled-picker + .input-group-addon {
    opacity: 0.3;
    pointer-events: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle,
input.form-control{
    text-transform: uppercase!important;
}

input.form-control.text-small {
    text-transform: lowercase!important;
}

.flex-container-column.double-deck .select2-container--default .select2-selection--multiple {
    height: 34px!important;
    overflow: scroll;
}

.flex-container-column.double-deck .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
}

.flex-container-column.double-deck .dropdown-menu.age-group {
    min-width: 100%;
    padding: 20px 5px;
}

.dropdown.bootstrap-select.input-group-btn.form-control.bs3 {
    padding: 0!important;
    border-radius: 4px;
}

.form-control.date-picker {
    border-radius: 4px;
}

input[type='checkbox']{
    cursor: pointer;
    margin: 0;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-left: 0;
}

label {
    text-transform: uppercase;
}

.checkbox-inline, .radio-inline {
    margin-bottom: 10px;
    padding-left: 10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.copyright {
    text-align: right;
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-collapse .row {
    padding: 10px 0;
    border-bottom: 1px dotted #e2e2e2;
}

.panel-collapse .row:last-child {
    border-bottom: none;
}

#canvasMap {
    border-radius: 4px;
}

/* Plugin Overrides */

.irs--flat .irs-bar, .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single, .irs--flat .irs-handle>i:first-child {
    background-color: #af96da;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: #af96da;
}

.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
    background-color: #bba4e1;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
    cursor: text;
    padding: 7px 12px;
    height: auto!important;
}

.select2-container--default .select2-selection--single {
    padding: 2px 10px !important;
}

.select2-search__field::placeholder {
    color: #999;
    font-size: 14px;
}

.select2-hidden-accessible {
    display: none!important
}

.dropdown-menu.open{
    min-width: 100%!important;
}

#oohDetailModal .btn.dropdown-toggle.btn-default{
    border-radius: 4px 0 0 4px !important;
}

table.dataTable tbody tr {
    cursor: pointer;
}

.ooh-details-window {
    padding: 10px;
}

.ooh-details-window h4 {
    margin-top: 0;
    font-size: 1.25em;
}

.ooh-details-window h3 {
    margin-bottom: 10px;
}

.ooh-details-window p {
    line-height: 120%;
}

.ooh-details-window img {
    margin-top: 15px;
    width: 100%;
}

.ooh-details-window i {
    color: #ffd700
}

.gm-style .gm-style-iw-c {
    max-width: 600px!important;
    padding: 12px !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style .gm-style-iw-d, .gm-style .gm-style-iw-d>div {
    width: 100%;
}

.swal2-popup {
    width: 50em;
    padding: 30px;
}

.swal2-popup .swal2-header {
    font-size: 1.75em;
}

.swal2-popup .swal2-content, .swal2-popup .swal2-actions {
    font-size: 1.5em;
}

.panel .ooh-details-window h5 {
    margin-top: 0;
    padding: 0;
}

/* table.dataTable tbody tr:hover td {
    font-weight: 500;
} */

.hover-underscored:hover {
    text-decoration: underline;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    font-size: 1.2em;
    color: #ffd700;
}

.stars-outer::before {
    content: "\f006 \f006 \f006 \f006 \f006";
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #ffd700;
}

#markers {
    margin: 0px 20px;
    bottom: 70px;
}

.campaign-reco .row {
    display: flex;
}

.campaign-reco .row .flex-container-column {
    height: 100%;
}

/** SPINNER CREATION **/

.loading-component {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid #af96da;
    border-radius: 50%;
    border-top-color: #783d8e;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
  }

  .loader.small {
    width: 30px;
    height: 30px;
    border: 4px solid #af96da;
    border-top-color: #783d8e;
    margin: 15px auto;
  }

  .loading-component .loader-txt p{
    font-size: 10px;
    color: #848484;
  }
  
  @keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  .uppercase{
    text-transform: uppercase;
  }
  
  .text-left{
    text-align: left !important;
  }
@media (max-width: 1440px) {
    body, p {
        font-size: 12px;
    }
    .campaign-reco .campaign-details-tabs .panel .panel-heading {
        font-size: 10px;
        top: 14px!important;
    }
    .campaign-details-tabs .panel .panel-body {
        padding: 10px;
    }
    .gm-style .gm-style-iw-c {
        max-width: 600px!important;
    }
    .page-title h3 {
        font-size: 18px;
    }
}

@media (min-width: 1080px) {
    #main-wrapper {
        min-height: 83vh;
    }
}