.box-loader {
    background: linear-gradient(90deg,#f9f9f9 8%,#f0f0f0 18%,#f9f9f9 33%);
    background-size: 936px auto;
    position: relative;
    animation: gradAnim 1s linear infinite;
    min-height: 34px;
}
@keyframes gradAnim {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
.m-0{
    margin: 0px;
}
.text-dark{
    color: #000!important;
}
.text-ngrey{
    color: #666666!important;
}
.text-nblue{
    color: #2DA0E5!important;
}
.text-white{
    color: #fff!important;
}
.text-nPurple{
    color: #5B38BE!important;
}
.border-nPurple{
    border-color: #5B38BE!important;
}
.text-underline{
    text-decoration: underline;
}
.bg-nlgrey{
    background-color: #EBEBEB!important;
}
.bg-nlPurple
{
    background-color: #E8E0FF!important;
}
.bg-dark{
    background-color: #000!important;
}
.nbtn{
    padding: 6px 16px;
    border-radius: 8px;
}
.btn-nprimary{
    background-color: #2DA0E5;
    border-color: #2DA0E5;
    color: #fff;
}
.btn-nprimary:hover{
    /*background-color: #fff;
    border-color: #2DA0E5;
    border-radius: 2px solid #2DA0E5;*/
    color: #fff!important;
}
.btn-nprimary:focus, 
.btn-nprimary:active {
  color: white; 
  outline: none;
}
.btn-nprimary-outline{
    background-color: #fff;
    border:1px solid #2DA0E5!important;
    color: #2DA0E5;
}
.btn-nprimary-outline:hover{
    color: #2DA0E5!important;
}
.btn-nprimary-outline:focus, 
.btn-nprimary-outline:active {
  color: #2DA0E5; 
  outline: none;
}
.btn-nsecoundry-outline{
    background-color: #fff;
    border:1px solid #C9C9C9!important;
    color: #000;
}
.btn-nprimary-outline:hover{
    color: #000!important;
}
.btn-nprimary-outline:focus, 
.btn-nprimary-outline:active {
  color: #000; 
  outline: none;
}
.mt-4{
    margin-top: 4px;
}
.mb-4{
    margin-bottom: 4px;
}
.mt-12{
    margin-top: 12px;
} 
.mt-16{
    margin-top: 16px;
}
.mt-6{
    margin-top: 6px;
}
.mb-6{
    margin-bottom: 6px;
}
.mb-12{
    margin-bottom: 12px;
}
.mb-0{
    margin-bottom: 0px!important;
}
.ml-6{
    margin-left: 6px;
}
.pt-12
{
    padding-top: 12px;
}
.pt-8{
    padding-top: 8px;
}
.pt-10{
    padding-top: 10px;
}
.pt-14{
    padding-top: 14px;
}
.pt-18{
    padding-top: 18px;
}
.pt-6{
    padding-top: 6px;
}
.pb-6{
    padding-bottom: 6px;
}
.pb-12{
    padding-bottom: 12px;
}
.pb-26{
    padding-bottom: 26px!important;
}
.pl-12{
    padding-left: 12px;
}
.pl-30{
    padding-left: 30px;
}
.pr-12{
    padding-right: 12px;
}
.w-100{
    width: 100%;
}
.w-30px{
    width: 30px;
}
.w-68px{
    width: 68px;
}
.valign-top{
    vertical-align: top;
}
.border{
    border: 1px solid #C9C9C9;
}
.rounded-8{
    border-radius: 8px!important;
}
.rounded-4{
    border-radius: 4px!important;
}
.ntag{
    border: 1px solid #C9C9C9;
    padding: 4px 6px;
    border-radius: 16px;
}
.p-12{
    padding: 12px;
}
.p-6{
    padding: 6px!important;
}
.pl-12{
    padding-left: 12px;
}
.pr-12{
    padding-right: 12px;
}
.pl-4{
    padding-left: 4px;
}
.nhr{
    border: none;
    height: 1px;
    background-color: #C9C9C9;
}
.fw-1{
    font-weight: 1!important;
}
.fw-700{
    font-weight: 700;
}
.location-tbl{
    width: 100%;
}
.location-tbl td{
    width: 20%;
}
.fs-24{
    font-size:24px!important;
}
.fs-18{
    font-size:18px!important;
}
.fs-14{
    font-size:14px!important;
}
.fs-12{
    font-size:12px!important;
}

.left_view::-webkit-scrollbar {
    width: 8px;            }

.left_view::-webkit-scrollbar-track {
    background-color: #F2F2F2;
    border-radius: 5px;
}

.left_view::-webkit-scrollbar-thumb {
    background-color: #C9C9C9;
    border-radius: 5px;
}

.left_view::-webkit-scrollbar-thumb:hover {
    background-color: #A8A8A8;
}
.preferredArea .dropdown-toggle {
    width: 210px!important;
}
.bootstrap-select.btn-group .dropdown-menu { 
    max-width: 210px!important; 
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  min-width: 100%!important;
}

.customMultiSelect .bs-searchbox{
    border-bottom: 1px solid #eee!important;
}
.customMultiSelect .bs-searchbox input{
    border:0px!important;
}
.customMultiSelect .bs-actionsbox{
    background-color: #F7F7F7 !important;
    padding: 10px 8px!important;
    border-bottom: 1px solid #eee!important;
}  
.bg-dwColor{
    background-color: #F7F7F7 !important;
} 
.customMultiSelect .dropdown-menu{
    border-radius: 12px;
    padding: 0px;
}
.customMultiSelect .dropdown-menu .inner{
    background-color: #F7F7F7!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}
.customMultiSelect .dropdown-menu .inner a{
    background-color: #F7F7F7!important;
    color: #000!important;
}
.customMultiSelect .dropdown-menu .inner a:hover{
    color: #000!important;
}
.customMultiSelect .dropdown-menu .inner .selected a{
    color: #000!important;
}
.customMultiSelect .dropdown-menu .inner .selected a:hover{
    color: #000!important;
}
.customMultiSelect .dropdown-menu .inner::-webkit-scrollbar {
    width: 8px;            }

.customMultiSelect .dropdown-menu .inner::-webkit-scrollbar-track {
    background-color: #F2F2F2;
    border-radius: 5px;
}

.customMultiSelect .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background-color: #C9C9C9;
    border-radius: 5px;
}

.customMultiSelect .dropdown-menu .inner::-webkit-scrollbar-thumb:hover {
    background-color: #A8A8A8;
}
.customMultiSelectTag {
    background-color: #E4F3FC;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 4px;
    color: #2E6E9E;
}
.customMultiSelect .fa-check-square-o{
    color: #2DA0E5;
}
.industires_limitMsg{
    padding: 6px 12px;
}


.keywordsDDdiv{
    min-height: 200px;
    border: 1px solid #d2d6de;
    border-radius: 8px;
    width: 100%;
    margin-top: 6px;
    background-color: #F7F7F7 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.keywordsSearch{
    border-bottom:1px solid #d2d6de;
    padding:6px 12px;
    border-top-right-radius:8px;
    border-top-left-radius:8px;
    background-color:#fff;
}
.keywordsSearch input {
    border: none;
    outline: none;
    width: 100%;
    background-color: #fff;
}
.keywordsSearch input:focus {
    border: none;
    outline: none; 
    background-color: #fff;
}
.keywordsSugesstions{
    padding: 6px 12px;
    line-height: 24px;
    height: 178px;
    overflow-y: scroll;
}
.keywordsSugesstions::-webkit-scrollbar {
    width: 8px;            }

.keywordsSugesstions::-webkit-scrollbar-track {
    background-color: #F2F2F2;
    border-radius: 5px;
}

.keywordsSugesstions::-webkit-scrollbar-thumb {
    background-color: #C9C9C9;
    border-radius: 5px;
}

.keywordsSugesstions::-webkit-scrollbar-thumb:hover {
    background-color: #A8A8A8;
}
.selectedkeywordcheck{
    color:#2DA0E5;
}
.cursor_pointer{
    cursor:pointer;
}
.keywords_limitMsg{
    padding: 8px 12px 4px;
}

.nloader {
    width: 28px; 
    height: 28px;
    border: 3px solid #ccc;
    border-top: 3px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.alert-primary{
    background-color:#E4F3FC;
    color:#2E6E9E;
    border-color:#2E6E9E;
}
.alert-nwarning{
    background-color:#FFF6E6;
    color:#A35200;
    border-color:#FFDD8F;
}
.alert-nsuccess{
    background-color:rgba(0, 166, 85, 0.1);
    color:#00a65a;
    border-color:#00a65a;
}
.border-danger{
    border-color: #D31414!important;
}
.text-ndanger{
    color: #D31414;
}
.position_relative{
    position: relative;
}
.position_absolute{
    position: absolute;
}
.char_count_input
{
    position: absolute;
    top: 6px;
    right: 6px;
}
.valign-middle{
    vertical-align: middle;
}

.nloader2 {
    width: 14px; 
    height: 14px;
    border: 2px solid #ccc;
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: inline-block;
}

.mapLoader{
    min-height: 230px!important;
}
.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    moz-opacity: 0.80;
    opacity: 0.80;
    filter: alpha(opacity=80);
    border-radius: 4px;
    padding: 6px;
    z-index: 1000;
    max-width: 200px;
    margin: 12px;
    display: none;
    color: #232323;
}

.zoomReset{
    position: absolute;
    top: 5px;
    left: 6px;
    border: 1px solid #C9C9C9;
    padding: 0px 8px;
    border-radius: 6px;
    color: #C9C9C9;
    cursor: pointer;
}
.zoomIn{
    position: absolute;
    top: 32px;
    left: 6px;
    border: 1px solid #C9C9C9;
    padding: 0px 7px;
    border-radius: 6px;
    color: #C9C9C9;
    cursor: pointer;
}
.zoomOut{
    position: absolute;
    top: 60px;
    left: 6px;
    border: 1px solid #C9C9C9;
    padding: 0px 7px;
    border-radius: 6px;
    color: #C9C9C9;
    cursor: pointer;
}
.mapContainer .map{
    position: relative;
}
.w-59{
    width: 59px!important;
}
.odash-btn-primary {
    background-color: #4aa3df;
    color: white;
    border: 1px solid #4aa3df;
}
.odash-opt-border {
    border: 2px solid #4aa3df !important;
}
.marketingHeaderBox{
    padding: 2px 15px 8px 15px;
    margin-right: auto;
    margin-left: auto;
    position: fixed; 
    top: 58px;
    right: 15px; 
    width: calc(100% - 92px);
    z-index: 1000;
    background-color: white;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    transition: width 0.4s ease;
}
.publicmarketingHeaderBox{
    padding: 2px 15px 8px 15px;
    margin-top:58px;
}
.selectEventsLoader{
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 16px;
}
.eventSuggestions{
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 4px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.eventOptions{
    cursor: pointer!important;
    padding:6px
}
.eventOptions:hover{
    background-color: #ccc;
}
.dot1 {
    height: 80px;
    width: 80px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
}
.dot2 {
    height: 68px;
    width: 68px;
    background-color: #faf8f8;
    border-radius: 50%;
    margin-top: 6px;
    display: table;
}
.inner-dot-text{
    font-size: 36px;
    display: table-cell;
    vertical-align: middle;
}
.downStrip-orange .triangle-down {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 34px solid orange;
    position:relative;
}
.downStrip-orange .squar{
    width:80px;
    height:60px;
    background:orange;
}
.downStrip-primary .triangle-down {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 34px solid #4aa3df;
    position:relative;
}
.rank-angle {
position: absolute;
right: 19px;
bottom: 12px;
}
.downStrip-primary .squar{
    width:80px;
    height:60px;
    background:#4aa3df;
}
.triangle-down-inner-1{
    position:absolute;
    top: -44px;
    left: -5px!important;
    color: #17ff95;
}
.triangle-down-inner-2{
    position:absolute;
    top: -52px;
    left: -5px!important;
    color: #ff2d29;
}
.triangle-down-inner-text{
    position: absolute;
    top: -36px;
    left: -45px;
}
.global-rank-updown{
    position: absolute;
    right: 14px;
    top: 62px;
}
.global-rank-down-text{
    margin-top:-6px;
}
.global-rank-up-text{
    margin-top:-14px;
}
.bg-primary{
    background-color: #4aa3df;
}

.text-white{
    color:#fff;
}
.rank-card-question{
    position: absolute; 
    right: 10px; 
    top: 0;
    font-size:15px;
    z-index: 11;
}
.mt-2{
    margin-top:2px!important;
}
.mb-2{
    margin-bottom:2px!important;
}
.boxShadow{
    box-shadow: 0px 0px 4px #C9C9C9;   
}
.bg-sky{
    background-color: #E4F3FC!important;
}
.bg-redsky{
    background-color: #ffd3d3!important;
}
.rounded-ltb-8{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.rounded-rtb-8{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.rounded-lt-8{
    border-top-left-radius: 8px;
}
.rounded-rt-8{
    border-top-right-radius: 8px;
}
@media screen and (max-width: 480px) 
{
	.rank-card-question{
        right: 8px; 
        font-size:16px;
        z-index: 11;
    }
    .global-rank-updown{
        right: 8px;
        top: 66px;
    }
    .pr-05{
        padding-right: 15px;
    }
}

/* .slider-ticks {
  position: relative;
  margin-top: 10px;
}
.slider-ticks span {
  position: absolute;
  font-size: 12px;
  transform: translateX(-50%);
} */

.range-slider-container{
    padding:18px 12px 32px 12px;
}
.range-slider-container .range-slider{
    display:flex;
}
.range-slider-container .range-slider .steps{
    border: 2px solid #ccc;
    width: 25%;
    position: relative;
}
.border-radius-r-4{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.border-radius-l-4{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.range-slider-container .range-slider .circle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 76%;
    left: -12px;
    transform: translateY(-50%);
    box-shadow: 0px 0px 4px #ccc;
    cursor: pointer;
}
.opacity-0{
    opacity: 0;
}
.opacity-1{
    opacity: 1;
}
.range-slider-container .range-slider .circleLast{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 76%;
    right: -12px;
    transform: translateY(-50%);
    box-shadow: 0px 0px 4px #ccc;
    cursor: pointer;
}
.range-slider-container .range-slider .value{
    position: absolute;
    top: 14px;
    left: -12px;
    cursor: pointer;
}
.range-slider-container .range-slider .valueLast{
    position: absolute;
    top: 14px;
    right: -12px;
    cursor: pointer;
}