html body {
  font-family: 'Poppins', sans-serif;
font-size: 14px;
  /*overflow-x: hidden !important;  */
}
html{
overflow-x: hidden;
  scroll-behavior: smooth;
}
.main-content{
  overflow: hidden;
}
::placeholder{
  font-size: 12px !important;
}
option{
  font-size: 12px !important;
}
*:focus {
    outline: none !important;
    box-shadow: none !important;
}
h1{
        font-size: 36px;
        font-weight: bold;
}

h2{
    font-size: 32px;
}
h3 {
    font-size: 26px;
}
h4{
    font-size:22px;
}
h5 {
    font-size: 20px;
}
h6{
    font-size: 14px;
}
/*a {
    color: #fb9201 ;
    cursor: pointer;
}*/
a:hover {
    text-decoration: none;
}
.btn, .contact-form input[type="submit"]{
   transition: all 0.5s;
    /*box-shadow:0px 0 0 #1a70a9  inset;*/
        background-color:#4892FE;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    color: #fff;
    padding: 12px 15px !important;
    border:0px solid #4892FE;
    width: 180px;

}
.form-btn{
  width: 100% !important;
}
.btn:hover{
  box-shadow: 0px 0px 15px #4892FE;
    transition: all 0.5s;
    color: #fff;
}
.small-btn{
  width: auto !important;
  padding: 10px 14px !important;
  min-width: 150px;

}
.clear-field{
  border: 0px !important;
    justify-content: center;
    color: #4892fe;
    font-weight: bold;
    background: #fff !important;
}
.x-small-btn{
  width: auto !important;
  padding: 7px 14px !important;
  min-width: auto !important;
  font-size: 12px;

}
.small-btn.bg_success:hover{
  box-shadow: 0px 0px 15px #00A389;
}
.btn.bg_danger:hover{
  box-shadow: 0px 0px 15px #FE4848;
}
.btn-transparent{
    border:1px solid transparent;
}
.btn-transparent:hover{
   background: transparent;
box-shadow:0 0 0 50px rgba(0,0,0,0.0)  inset;
border-color: #fff;
}
.btn-blue{
box-shadow:0px 0 0 #f04d22  inset;
}
.btn-blue:hover{
   box-shadow:0 0 0 50px #f04d22  inset;   
}
ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}
 p{
     font-size: 16px;
}
p{
    color: #000;
}
img {
    max-width: 100%;
}
.btn_small{
    font-size: 16px !important;
}
/*.form-control{
    background: #f8f8f8;
    border:1px solid #e8e8e8;
    border-radius:5px;
    font-size: 14px;
    padding: 8px 24px;
    height: auto;
    font-size: 14px;
}*/
label{
    font-weight: 400;
    color: #2f2f2f;
    font-size: 18px;
}
.height_40{
  height: 40px;
}
.btlr_10{
      border-top-left-radius: 10px;
}
.btrr_10{
      border-top-right-radius: 10px;
}
.bblr_10{
      border-bottom-left-radius: 10px;
}
.bbrr_10{
      border-bottom-right-radius: 10px;
}
.fontawesome,
.fontawesome option {
    font-family: "Font Awesome 5 Pro";
}
.bg_blue{
  background-color: #4892FE;
}
.bg_success{
  background-color: #00A389;
}
.bg_orange{
  background-color: #FA9D2A;
}
.bg_purple{
  background-color: #b53db5;
}
.bg_danger{
  background-color: #FE4848;
}
.color_success{
  color:#00A389;
}
.color_blue{
    color: #1B76D9;
}
.color_light_blue{
  color: #1275BC;
}
.color_dark_blue{
    color: #114580;
}
.bg_light_gray{
  background-color: #fbfbfb;
}
.bg_gray{
    background-color: #F8F8F8;
}
.bg_dark_gray{
  background-color: #E6E6E6;
}
.color_gray{
  color:  #404040;
}

.bg_dark_blue{
  background-color: #262262 !important;
}

.cursor_pointer{
    cursor: pointer !important;
}
.border_1px{
    border:1px solid #e8e8e8 !important;
}
.border_btm{
    border-bottom:1px solid #e8e8e8 !important;
}
.border_color{
    border-color: #d3d3d3 !important;;
}
.radius_10{
    border-radius: 10px;
}
.radius_15{
  border-radius: 15px;
}
.radius_6{
    border-radius: 6px;
}
.radius_0{
    border-radius: 0px;
}
.font_22{
    font-size: 22px;
}
.font_12{
    font-size: 12px;
}
.font_16{
    font-size: 16px !important;
}
.font_18{
    font-size: 18px !important;
}
.font_20{
    font-size: 20px;
}
.font_14{
    font-size: 14px;
}
.font_22{
    font-size:22px;
}
.font_24{
    font-size: 24px;
}
.font_28{
    font-size: 28px;
}
.font_30{
    font-size: 30px;
}
.font_10{
    font-size: 10px;
}
.weight_400{
    font-weight: 400;
}
.weight_500{
    font-weight: 500 !important;
}
.weight_bold{
    font-weight: 700;
}
.line_height_30{
    line-height: 30px;
}
.select_wrap {
    position: relative;
}
.select_wrap select{
    -webkit-appearance:none;
}
.weight_600{
    font-weight: 600;
}
.success-msg{
    background: rgba(28,167,90,0.2);
    border: 1px solid #1f6e0f;
    border-radius: 5px;
   
}
.success-msg p{
  color: #1f6e0f; 
}
/*.roboto-family{
  font-family: 'Roboto', sans-serif;
}*/
/*--------start main dashboard styling------*/
.left-col{
    width:300px ;
    background-color:#fff;
    min-height: 950px;
    /*position: fixed;*/
}
.right-col{
    width: calc(100% - 300px);
    background-color: #f9f9f9;
    margin-left: auto;
}
.logo{
       height: 90px;
    width: 60%;
}
/*.logos{
  height: 300px;
  overflow-y: scroll;
}*/
.lines-icon{
   height: 16px;
    margin-left: 10px;
}

.menu{
    flex-direction: column;
}

.profile-img{
    height: 35px;
}
.profile-div{
  height: 40px;
  width: 40px;
  /*background-color: #876CB8;*/
  border-radius: 6px;
      display: flex;
    align-items: center;
    justify-content: center;
}
.search-bar .input-group{
      background: #EDEDED;
    padding: 5px !important;
    border-radius: 5px;
    margin-top: 24px;
}
.search-bar input{
    background:transparent;
    border:0px;
    font-size: 12px;
}

.search-bar button{
    border:0px;
    background:transparent;
}
.search-bar input:focus{
    background:transparent;
}
.search-bar button i{
    color: #646464;
}

.profile-col button::after{
    display: none;
}
.menu ul{
  display: none;
  padding-left: 20px;
}
.menu-child ul li a.child-active{
  color: #00A389 !important;
}
.menu ul li a{
margin-bottom: 5px !important;
}
.menu li a{
  position: relative;
}
.top-menu{
 box-shadow: 24px -5px 28px lightgrey;
    position: fixed;
    width: calc(100% - 300px);
    z-index: 111;
}
.main-content{
  padding-top: 100px;
  padding-bottom: 100px;
}
.menu li{
  margin: 5px 0px !important;
}
.menu-parent a:not(:only-child):after { position: absolute; right: 20px; content: "+"; top: 9px; font-size: 20px; font-family: 'FontAwesome 5'; font-weight: bold;}
.menu-parent .active>a:not(:only-child):after { content: "_"; top: 0px; font-size: 20px; font-family: 'FontAwesome 5'; font-weight: bold;}

.menu li a.active{
    color: #000 !important;
}
.menu li a .icon{
height: 35px;
    width: 35px;
   
    background-color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu li a.active img, .menu li a.active i{
  /*background-color: #4892FE;*/
  border-radius: 4px;
 filter: brightness(0) invert(1);
}
.menu li a.active .icon{
   background-color: #4892FE;
}
.vertical-border{
height: 40px;
    background-color:#efefef;
    width: 1px;
    position: absolute;
    right: 53px;
    z-index: 1;
} 
.menu li a{
    /*padding-left: 50px;*/
    border-left: 5px solid transparent !important;
    border-radius: 0px !important;
    border-top:0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important; 
    font-size: 14px;
    color: #969B9F !important;
    /*margin-bottom: 20px;*/
    display: flex;
    align-items: center;
}
.top-img {
  background-image: url("../images/top-img.png");
  padding-top: 50px 0px 0px 10px;
  border-radius: 15px;
  background-size: cover;
  align-items: center;
}
.gmnoprint{
  display: none !important;
}
.menu li a img{
    padding: 6px 8px;
    height: 30px;
}
.menu{
  /*height: 84%;*/
  position: relative;
}
.bottom-ul{
  /*position: absolute;*/
  /*bottom: 120px;*/
  width:100%;
  /*z-index: 1111;*/
  padding-top: 70px !important;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4892FE; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00a389; 
}

.logout-div{
  width: 215px;
    margin: auto;
    background: #f7f9f8;
    margin-top: -40px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.bell-icon {
    height: 20px;
    right: 37px;
    position: absolute;
    margin-top: -10px;

}
.notification{
background-color: #FE4848;
    border-radius: 4px;
    right: 2px;
    margin-top: -14px;
    position: absolute;
    padding: 1px 3px;
    text-align: center;
}
.notification-dropdown .dropdown-toggle::after{
display: none;
}

.notification-dropdown .dropdown-menu{
    left: -180px !important;
    margin-top: 5px !important;
    min-width: 16rem;
    padding: 0px  !important;
    border:0px;
    box-shadow: 0px 0px 22px #f1f1f1;
    width: 350px;

}
.notify-btm-btns{
  display: flex;
}
.notify-btm-btns a{
  width: 50%;
  text-align: center;
  font-size: 12px;
  color: #fff !important;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  padding: 10px;
  background: #00A389;
  border-right: 1px solid #fff;
}
.notification-dropdown .notify-inner-div{
      max-height: 350px;
    overflow-y: scroll; 
}
.notification-dropdown li a{
  display: flex;
  align-items: center;
  font-size: 12px;

}
.notification-dropdown li{
  display: flex;
  align-items: center;
    padding: 10px;
}
.notification-dropdown li:hover{
  background: #f9f9f9;
}
.notification-dropdown .nav-item i{
      left: -30px !important;
    position: absolute !important;

  font-size: 18px !important;
}
.notification-dropdown .dropdown-menu i{
  font-size: 14px !important;
  left: 0px !important;
  position: relative !important;
}
.notification-dropdown a{
  color: #969B9F ;
}
.notify-icon{
  background: transparent !important;
  color: #4892FE !important;
  width: 20px !important;
}
.notify-icon, .unread_icon {
  width: 17px !important;
  margin-left: auto;
}
.notification-dropdown li a span{
  width:calc(100% - 60px);
}
.notification-dropdown li .notify{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
}
.notification-dropdown li .date{
  font-size: 10px;
  color: #969B9F;
  margin-bottom: 0px;
}
.notification-dropdown li a i{
  height: 30px;
  width: 30px;
  background: #4892FE;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
}
.notification-dropdown .dropdown-item, .profile-dropdown1 .dropdown-item{
  display: flex;
  align-items: center;
  padding: 5px 10px !important;
  font-size: 12px;
  /*border-bottom: 1px solid #f1f1f1;*/
}
.profile-dropdown1  .dropdown-menu{
    padding: 0px  !important;
    border:0px;
    box-shadow: 0px 0px 22px #f1f1f1;
}

.notification-dropdown .dropdown-item img{
  background: #fff;
  border-radius: 100%;
  border:1px solid lightgray;
  height: 30px;
  width: 30px;
  padding: 3px;
  object-fit: contain;
  margin-right: 10px;
}
.map-dropdown-btn{
  font-size: 12px !important;
  color: #000;
  padding-right: 28px !important;
  border-left: 1px solid #EDEDED !important;
}
.map-searchbar .input-group{
  padding:0px !important;
  height: 42px;
  align-items: center;
  display: flex;
  line-height: 40px;
  background: #fff !important;
  border:1px solid #EDEDED !important;
  margin-bottom: 30px;
  margin-top: 0px !important;
  border-radius: 6px;
}
select {
  font-size: 12px !important;
  height: 40px !important;
}
.business-searchbar.map-searchbar .input-group{
  border:0px !important;
}
#creditCard-modal input[type="text"], .users-form input[type="text"], .users-form input[type="email"], input[type="text"]{
        font-size: 12px !important;
    border: 1px solid #EDEDED !important;
    height: 40px;
    border-radius: 6px;
}
.packages-cards a.btn{
  width: auto !important;
}
.select2-container--default .select2-selection--multiple ::placeholder, .location-searchbar ::placeholder{
  color: #4892FE;
  font-size: 12px;
}
.select2-selection__choice{
  font-size: 12px !important;
}
.select2-container--default .select2-selection--multiple, .city-select-box .select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center;
  font-size: 12px !important;
  border: 1px solid #EDEDED !important;
  height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  margin-top: 0px !important;
}
.select2-container .select2-search--inline .select2-search__field{
  margin-top: 0px !important;
}
.city-select-box .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #646464 !important;
}
.map-searchbar label{
  font-weight: 500;
  font-size: 13px;
}
.map-searchbar input[type="text"]{
  border:0px !important;
}
.city-searchbar .input-group-append{
  height: 100%;
  margin-top: -4px !important;
}
.map-searchbar ::placeholder{
  color: #646464;
}
.city-searchbar .map-dropdown-btn{
height: 42px;
}
.city-searchbar .map-dropdown-btn::after{
  margin-top: -2px !important;
}
.map-dropdown-btn::after{
  font-size: 20px;
  margin-top: 17px;
  margin-right: 10px;
  position: absolute;
}
.increasing-order{
    color: #fff;
    background: rgb(33,42,105);
background: linear-gradient(90deg, rgba(33,42,105,1) 0%, rgba(37,34,98,1) 34%, rgba(18,68,127,1) 100%, rgba(27,52,113,1) 100%, rgba(9,9,121,1) 100%);
padding: 30px 15px 20px 15px;
}
.increasing-order h3{
    font-size: 20px;
    font-weight: bold;
}
.increasing-order p{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}


/*start multiselect dropdown style*/
.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    height: 0;
    right: 15px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer;
}

.select2-container--open .select2-selection--multiple:before {
content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #000 transparent;
    border-width: 0 5px 9px 5px;
    height: 0;
    right: 13px;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%;
    width: 0;
    cursor: pointer;
}
.main-keywords  ::placeholder{
  color: #646464 !important;
}

/*start */

.client-tabs li a.active{
  background-color: #262262 !important;
}
.client-tabs li a{
  border-radius: 0px !important;
  width: 130px;
  padding: 5px !important;
  text-align: center;
  font-size: 14px !important;
  font-weight: bold;
  background-color: #1275BC !important;
  color: #fff !important;
  border-right: 1px solid #F6F6F6;
} 
.line-chart-dropdown .select2-container--default .select2-selection--single{
  background-color: #fff !important;
  border-radius: 30px !important;
  font-size: 12px;
  border-color: #EDEDED !important;
  padding: 0px 10px !important;
  font-weight: 600;
  /*width: 200px;*/
}
input{
  /*color: #4892FE !important;*/
}
 .competitor-serachbar .select2-container--default .select2-selection--single{
  border:0px  ;
  height: 40px;
  border-radius: 6px !important;
  display: flex;
  align-items: center;
}
.competitor-serachbar .select2-container--default .select2-selection--single .select2-selection__arrow b{
      border-color: #000 transparent transparent transparent;
     border-width: 9px 5px 0 5px;
    
}

.simple-select i{
    z-index: 1;
    align-items: center;
    margin-right: 8px;
}
#example1_filter{
  display: none;
}
.simple-select select{
  border:0px ;
  border-radius: 6px;
  font-size: 12px;
  height: 40px;
  background-color: #fff;
  padding: 0px 10px;/*
  -webkit-appearance: none;
  -moz-appearance: none;*/
  position: relative;
  width: 120px;
}
.competitor-serachbar .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
      border-color: transparent transparent #000 transparent;
    border-width: 0 6px 10px 5px;
}
.competitor-serachbar .select2-container--default .select2-selection--single .select2-selection__rendered{
color: #4892FE;
font-size: 12px;
}

.competitor-serachbar .select2-selection__arrow{
  height: 40px !important;
  margin-right: 10px !important;
}
.select2-dropdown{
  border-color: #dedede !important;
}
.select2-results__option{
  font-size: 12px !important;
}
.line-chart-dropdown .select2.select2-container.select2-container--default{
  width: auto !important;
}
.competitor-table tr{
  background-color: #fff ;
}
.competitor-table thead tr{
    border-radius: 10px;
    overflow: hidden;
}
 .dataTables_info{
    border-right: 1px solid gray;
    padding-right: 10px;
}
.competitor-table thead tr:nth-child(1){
  background-color:#4892FE !important;
}
.dataTables_length select{
      width: 70px;
    margin: 0px 10px 0px 10px;
    border-radius: 6px;
    border-color: #EDEDED !important;
    height: 35px;
}
.competitor-table td{
  font-size: 10px;
}
.competitor-table thead th{
  border:0px !important;
  font-weight: lighter !important;
  font-size: 12px !important;
      vertical-align: middle;
}
 .dataTables_paginate{
    background: #fff;
    padding: 5px 0px;
    border-radius: 10px;
    text-align: center;
    margin-left: auto;
}
/*.dataTables_length{
  float: right;
}
*/
 .competitor-table th{
  background-color: #4892FE !important;
  color: #fff;

}
.dataTables_paginate .paginate_button{
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius:5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  cursor: pointer;
  color: #000;
}
 .dataTables_paginate .paginate_button.current{
  background-color: #4892FE  !important;
  color: #fff;
 }
.heading h4{
  font-size: 20px;
  font-weight: bold;
  color: #114580;
}

label{
  font-size: 14px;
}
.add-client-space{
      position: absolute;
    bottom: 4px;
    right: 15px;
}
 canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    height: 120px !important;
  }
.back{
    background: #114580 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back a{
  color: white !important;
}
.dropdown-menu{
  margin-top: 0px !important;
}
#donutchart{
  height: 280px;
}
.profile-dropdown.show{
    left: -30px !important;
    margin-top: 10px !important;
}
.progress .progress-bar{
  border-radius: 50px;
}
.progress{
  height: 10px;
}
.color-div{
  height: 35px;
  width: 35px;
  border-radius: 6px;
  background-color: #C4C4C4;
}
./*matric-section h6, .competitor-table td, .competitor-table th, select, .select2, .select2-results__options li, button, .menu li a, .report-tab-ul li{
font-family: 'Roboto', sans-serif; 
}*/
/*start tabs style*/
.report-tab-ul{
  background-color: #fff;
  height: 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  justify-content: space-between;
}
.report-tab-ul li{
  font-size: 12px;
  display: flex;
  align-items: center;
  height: 100%;
}
.report-tab-ul li a{
  color:#b5b5b5;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 3px solid transparent;
  border-radius: 0px !important;
}
.report-tab-ul li .nav-link.active{
  border-color: #4892FE;
  background-color: transparent;
  color: #000;
}
.competitor-serachbar .select2.select2-container.select2-container--default{
  width: 100% !important;
}
 #map {
        height: 400px;
}
.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-duration: .8s;
}
@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}
.open-btn, #close-btn, .hidden-icon{
  display: none;
}
.form-col{
  padding: 0px 150px;
  display: flex;
  align-items: center;
  background-color: #f9f9f9
}
.form-inner-col{
  width: 100%;
}
.form-inner-col input[type="email"], .form-inner-col input[type="password"]{
  border-radius: 4px !important;
  border-color: #EDEDED  !important;
  font-size: 12px;
  height: 40px;
}
.form-inner-col ::placeholder{
  font-size: 12px;
}
   
.form-inner-col .input-group-text {
   border-color: #EDEDED  !important;
   background: #fff;
}
.forgot-form{
  width: 450px;
  margin: auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}
.forgot-pass-col{
  height: 100vh
}
.login-btn {
  background-color: transparent;
  border:1px solid #4892FE;
  color: #4892FE;
  margin-top: 10px;
}
.login-btn:hover{
  box-shadow: 0px 0px 0px transparent;
  background-color:#4892FE;
  color: #4892FE;
}
.credits-dropdown{
    transform: none !important;
    width: 200px;
    font-size: 12px;
    margin-top: 42px !important;
    padding: 0px !important;
    border: 0px;
    box-shadow: 0px 0px 22px #f1f1f1;
    /*transition: all 0.5s;*/

}/*
.credits-dropdown.show{
   transition: all 0.5s;
}*/
.brightness-dropdown .select2-search--dropdown {
  display: none !important ;  
}
.packages-cards li{
  font-size: 12px !important;
}
.modal.show{
  display: flex !important;
  align-items: center;
}
.modal-dialog .modal-content{
  border-radius: 15px;

}
.competitor-table .btn{
  width: auto;
  padding: 5px 10px !important;
  border:0px !important;
   margin-right: 5px !important;
   color: #fff !important;
}
.competitor-table .btn.bg_orange:hover{
 background-color: #FA9D2A !important;
 color: #fff !important;
}
.competitor-table .btn.bg_success:hover{
 background-color: #00A389 !important;
 color: #fff !important;
}
.competitor-table .btn.bg_blue:hover{
 background-color: #4892FE !important;
 color: #fff !important;
}
.competitor-table .btn.bg_danger:hover{
 background-color:#FE4848 !important;
 color: #fff !important;
}
.users-table th, .users-table td{
  font-size: 12px !important;
  vertical-align: middle;
}
table th, table td{
  padding: 0.5rem !important;
  vertical-align: middle !important;
}
.table a {
  color: #00A389 !important;
}
.users-table th{
  font-size: 12px;
}
.plans-table tr td:nth-child(1){
  font-weight: bold;
}
.plans-table tr td:nth-child(2), .plans-table tr td:nth-child(3), .plans-table tr td:nth-child(4), .plans-table tr td:nth-child(5), .plans-table tr th:nth-child(2), .plans-table tr th:nth-child(3), .plans-table tr th:nth-child(4), .plans-table tr th:nth-child(5){
text-align: center;
}
.users-table thead tr:nth-child(2) th{
  background-color:transparent !important; 
}
.users-table input, .table th select{
    padding: 0px 5px !important;
    height: 35px !important;
    align-items: center;
    display: flex;
    /*line-height: 40px;*/
    background: #fff !important;
    border: 1px solid #EDEDED ;
    margin-top: 0px !important;
    font-size:12px;
    color:black;
    border-radius: 4px;
}
.users-table thead th{
border-bottom:0px !important;
}

.check-icon {
  width: 80px;
}

/*start calendar style*/
.fc-prev-button, .fc-next-button, .fc-today-button, .fc-dayGridMonth-button, .fc-timeGridWeek-button, .fc-timeGridDay-button{
  height: 30px;
  width: auto;
  padding:0px 10px !important;
  margin-left: 0px !important;
  margin-bottom: 10px !important;
}
.card-widget .card-footer{
  min-height: 150px;
}
.reports-table td{
font-size: 12px !important;
}
/*start user dashboard style*/
.small-box .icon {
    color: rgba(0,0,0,.15);
    z-index: 0;
}
.small-box>.inner {
    padding: 10px;
}
.small-box .icon>i {
    font-size: 50px;
    position: absolute;
    left: 15px;
    top: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
}
.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box:hover .icon>i{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.small-box>.small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    height: 43px;
}
.badge {
    display: inline-block;
    color: #fff;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.card-header>.card-tools {
    float: right;
    margin-right: -0.625rem;
}
.btn-tool {
    background-color: transparent;
    color: rgba(31,45,61,.8);
    font-size: .875rem;
    margin: -0.75rem 0;
    padding: 0.25rem 0.5rem;
}
.img-size-32 {
    width: 32px;
}
.img-circle {
    border-radius: 50%;
}
.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}
.actions-col .btn{
  height:30px !important ;
  width:30px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  color: #fff !important;
}
.actions-col .btn:hover{
  box-shadow: 0px 0px 0px transparent !important;
}
.actions-col .actions-inner-div{
  display:flex;
}
.order_footer {
  display: flex;
  align-items: center;
}
.dataTables_length label{
  margin-bottom: 0px !important;
}
.scan-specification-row{
  border: 1px solid #EDEDED !important;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 15px;
}
.scan-specification-row a{
  color: #00A389;
  text-decoration: underline;
}
table.dataTable thead th.sorting:after{
  padding-top: 0px !important;
}
.addOns-table td{
  vertical-align: middle;
  font-size: 12px;
}
.addOns-table tr td:nth-child(1){
  font-weight: bold;
}
.addOns-table tr td:nth-child(3){
  color: #00A389;
  font-weight: 600;
}
.addOns-table-card{
  padding: 20px;
  box-shadow: 0px 0px 20px #e7e5e5;
  border-radius: 10px;
}
.addOns-table thead th{
  border:0px !important;
}
.rating li{
  list-style: none;
  display: inline-block;
}
.rating li i.filled{
  color: orange;
}
.selectize-control {
    border: 0px;
    padding: 0px !important;
}
.selectize-control .selectize-input  {
    border: 1px solid #EDEDED !important;
    border-radius: 6px;
    padding: 0px 10px !important;
    box-shadow:0px 0px 0px transparent !important;
}
.selectize-control .selectize-input input{
margin:0px !important;
min-height:40px !important;
height:auto !important;
border:0px !important;
}
.selectize-control.multi .selectize-input.items.has-items{
border: 1px solid #EDEDED !important;
padding: 0px 10px !important;
min-height: 45px !important;
}
.notification p{
  font-size: 10px;
  margin-bottom: 0px;
  color: #fff;
}
.msg-box{
  background: #fff;
  box-shadow: 0px 0px 20px #efefef;
  padding: 0px 30px 50px 30px;
  text-align: center;
  border-radius: 10px;
}
.msg-card .card-title{
  background: #efefef;
}
.main-keywords .select2-purple{
  display:flex;
}
.main-keywords .select2-purple .vertical-border{
  height:45px !important;
  right:113px !important;
  display: none;
}
.main-keywords .select2-selection.select2-selection--multiple{
  height:100% !important;
}
.competitor-serachbar select{
  height:45px !important;
}
.competitor-serachbar  .vertical-border{
 height:45px !important;
 right:40px;
}

.business-select-box .selectize-input {
  height:45px;
  margin-top:-4px;
  background: transparent !important;
}
.input-group.business-select-box{
 border:0px !important; 
}
.business-select-box .selectize-dropdown{
  max-height: 200px;
    /*height: 200px;*/
    padding: 0px;
  z-index:111111 !important;
}
.business-select-box  .selectize-dropdown-content{
  z-index:1111111;
  background:#efefef !important;
}
table.dataTable thead th:nth-child(1).sorting:after, table.dataTable thead th:nth-child(1).sorting_asc:after, table.dataTable thead th:nth-child(1).sorting_desc:after, table.dataTable thead th.sorting:after{
    content:"" !important;
}
table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after{
  content: "" !important;
}
table.dataTable thead .sorting_desc{
    background-image:url("../images/sort_desc.png");
    height:7px;
    background-repeat: no-repeat;
    background-position: right;
    /*font-size: 10px !important;*/

}
table.dataTable thead .sorting_asc{
 background-image:url("../images/sort_asc.png");
     height:7px;
       background-repeat: no-repeat;
    background-position: right;
    font-size: 10px !important;
}
table.dataTable thead .sorting{
   background-image:url("../images/sort_both.png");
     height:7px;
    background-repeat: no-repeat;
    background-position: right;
    /*font-size: 10px !important;*/
}
table.dataTable thead th{
  font-size: 12px !important;
  font-weight: 600 !important;
}
.main-keywords label, .competitor-serachbar label{
  font-weight: 500 !important;
}
.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
     color: #fff !important; 
    border: 0 solid #cacaca;
    margin-top: 10px !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #4892fe !important;
}
.daterangepicker .drp-buttons .btn {
    padding: 6px 11px !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: 5px;
}
.drp-selected {
    float: left !important;
    padding-top: 10px !important;
}
@media only screen and (min-width:1200px){
  .container {
    max-width: 100% !important  ; 
  }
}
  @media only screen and (max-width: 1200px){
    .left-col{
      width:200px ;
    }
    .right-col{
   width: calc(100% - 200px) ;
    }
  }
  @media only screen and (max-width: 1024px){
    .top-menu{
          width: calc(100% - 211px);

    }
    .order_footer {
      flex-wrap: wrap;
      height: auto;
    }
    .order_footer_wrap{
      height: auto !important;
    }
    .dataTables_paginate{
      width: auto;
      margin-right: auto;
      margin-top: 15px;
    }
  }
  @media only screen and (max-width: 992px){
    .form-col{
      padding: 20px 30px !important;
    }
    .container{
      width: 100% !important;
      max-width: 100% !important;
    }
    .client-tabs li a{
      width: 90px;
    }
    .bottom-ul{
  width: 87%;
}
  }
@media only screen and (max-width: 768px){
    table{
    table-layout: fixed;
  }
  .users-table td:nth-child(1),   .users-table th:nth-child(1){
  width: 50px !important;
  padding: 0px;
  padding-left: 5px;
}
.users-table td:nth-child(2), .users-table th:nth-child(2){
  width: 100px !important;
}
.users-table td:nth-child(3), .users-table th:nth-child(3){
  width: 150px !important;
}
.users-table td:nth-child(4), .users-table th:nth-child(4){
  width: 150px !important;
}
.users-table td:nth-child(5), .users-table th:nth-child(5){
  width: 150px !important;
}
.users-table td:nth-child(6), .users-table th:nth-child(6){
  width: 200px !important;
}

 .hidden-icon{
  display: block;
 }
 .logout-div{
    background-color: transparent;
  }
  #donutChart{
    margin: 50px 0px !important;
  }
  .logout-div{
    width: auto;
  }
  .hidden-text{
    display: none;
  }
  h3{
    font-size: 16px !important;
  }
  h4{
    font-size: 14px !important;
  }
  td, th{
    font-size: 12px !important;
  }
  .left-col li a span{
    /*display: none !important;*/
  }
   .left-col li a i{
    font-size: 17px; 
    padding-right: 0px !important;
   }
     .left-col li a{
      padding: 0px 11px;
     }
 
    .logo {
    height: 50px;
    width: 85%;
    margin-left: 5px !important;
}
.lines-icon {
    height: 10px;
    margin-left: 22px;
    margin-top: -10px;
}
.top-menu .bell-icon{
  padding-right: 2px !important;
  padding-top: 5px !important;
  font-size: 10px;
}
.top-menu .input-group{
  padding: 5px !important;
}
.top-menu .dropdown{
  padding-top: 0px !important;
  font-size: 10px;
}
.profile-img {
    height: 30px;
}
::placeholder{
  font-size: 10px !important;
}

.bottom-ul{
  width: 70%;
}
.top-img .text-col{
  padding-top: 0px !important;
}
.logos {
    height: auto;
    overflow-y: auto;
}

}

@media only screen and (max-width: 576px){
  .notification-dropdown .dropdown-menu{
    left: -5px !important;
  }
  .main-content{
    padding-top: 150px;
  }
  .forgot-form{
    width: 95%;
    padding: 20px 10px;
  }
  .bottom-ul{
    display: none;
  }
   .open-btn{
    background-color: #fff;
    border:1px solid lightgray;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: gray;
    left: 15px;
    position: absolute;

  }
  .logos{
    padding-top: 10px !important;
  }
  #close-btn{
color: #fff;
    font-size: 15px;
    width: 30px;
    margin-left: auto;
    display: flex;
    height: 30px;
    background: #4892fe;
    align-items: center;
    justify-content: center;
  }
  .left-col{
    position: fixed !important;
    z-index: 1111;
    width: 0 ;
    overflow: hidden;
    height: 100%;
  }
  .right-col{
    width: 100% !important;
  }
  .report-tab-ul{
    height: auto;
  }
  .report-tab-ul li{
    font-size: 10px;
    /*margin: 10px 0px;*/
  }
  .report-tab-ul li a{
    padding: 10px 5px;
  }
   .top-img{
    flex-direction: column-reverse;
  }
 
  .top-menu{
    flex-direction: column-reverse;
    width: 100%;
    padding-bottom: 0px !important;
  }
  .top-menu .small-btn{
    margin-top: 10px !important;
    font-size: 14px !important;
    padding-left: 0px !important;
    width: 100% !important;
    text-align: center;
    border-top: 1px solid lightgray;
  }
  .line-chart-dropdown-row{
    flex-wrap: wrap;
  }
  .line-chart-dropdown{
    width: 100%;
    margin-bottom: 20px;
  }
 .line-chart-dropdown .select2-container--default .select2-selection--single{
  width: 120px !important;
  }
  .top-menu{
    margin-right: 0px !important;
  }
  .top-img h5{
    font-size: 16px;
  }
  .top-img p{
    font-size: 10px;
  }
.simple-select select,  .simple-select-btn{
    font-size: 9px;
    height: 25px;
    width: 112px;
    margin-bottom: 10px;
}
  .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0px 10px 0px 5px !important;
    font-size: 8px !important;
  }
  .line-chart-dropdown-row{
    flex-wrap: wrap;
  }
  table tr img {
    height: 30px;
}

  .heading .btn{
    padding: 3px 5px !important;
  }
  label{
    font-size: 12px !important;
  }    td, th{
    font-size: 10px !important;
    line-height: 15px !important;
    line-height: 12px !important;
  }
  .btn{
   width: auto !important;
   padding: 6px 12px !important;
  }


}
