:root {
	--primary: #EA5C23;
    --primary_dark: #ef8138;
    --secondery: #000000 ;
    --secondery_light: #6e7ddb ;
	--primary_blue  : #14546f;
    --blue2:  #2a2c97;
	--light : #f9f9f9;
    --dark_text: #27272a;
    --back    : #e8e8e8;
    --white:    #fff;
}
body {
	font-family: Catamaran, sans-serif;
	font-size: 16px;
    line-height: 1;
    color: var(--dark_text);
}

.account-pages {
    min-height: 100vh;
}
.main-content{
    margin-left: 0;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 500px){
    .main-content{
        padding-right: 0;
        padding-left: 0;
    }
}
.dashboard-col{
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 20%;
    padding-left: 12px;
    padding-right: 12px;
}

.chart{
    background: #fff;
    padding: 10px 6px;
    height: 520px !important;
    width: 100% !important;
}
.app-wrapper {
    border-radius: 3px;
    margin-top: 10px;
  }
  .app-wrapper .chartWrap {
    position: relative;
    width: 100%;
    margin-top: 12px;
    padding: 0;
    background: #fff;
  }
  .app-wrapper .chartWrap svg{
    display: block;
    margin: 0 auto;
    width: 280px !important;
  }
  @media (max-width: 1199px){
    .app-wrapper .chartWrap svg{
        width: auto !important;
      }
  }
  .highcharts-title {
    font-size: 25px !important;
    font-weight: 700 !important;
    font-family: Catamaran, sans-serif;
}
  .app-wrapper .chartWrap #onFeedChart {
    height: 100%;
  }
  .app-wrapper .chartWrap #photoUploadChart {
    height: 100%;
  }
  .app-wrapper .chartWrap .highcharts-container {
    max-height: 290px;
  }

  @media (max-width: 992px){
  .page-content {
    padding: 90px 0;
    }
  }
  .graph-full{
    margin: 20px auto;
    background: #fff;
    padding: 15px;
}
.select-option{
    display: flex;
    justify-content: end;
}
/* top menu */
.navbar-light .navbar-toggler {
    height: 40px;
}
.top-menu .nav-item .nav-link {
    padding: 0 10px;
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    color: var(--dark_text);
    font-weight: 500;
}
.top-menu .nav-item .nav-link.active {
    color: var(--primary_dark);
}
.top-menu .dropdown-menu{
border-bottom: 3px solid #000 !important;
}
.top-menu .dropdown-item {
display: block;
width: 100%;
padding: 8px 15px ;
font-size: 16px;
font-weight: 600;
color: var(--dark_text);
text-align: inherit;
background-color: transparent;
border: 0;
}
@media (max-width: 1300px){
    .top-menu .nav-item .nav-link {
        padding: 0 8px;
        font-size: 14px;
    }
}
@media (max-width: 1199px){
    .navbar-collapse.top-menu {
        position: absolute;
        top: 100%;
        background: #e8e8e8;
        width: 100%;
        left: 0;
        padding: 10px;
    }
    .top-menu .nav-item .nav-link {
        padding: 8px;
    }
    .dashboard-col {
        max-width: 25%;
    }
}
@media (max-width: 1045px){
    .dashboard-col {
        min-width: 33%;
    }
}
@media (max-width: 992px){
    .dashboard-col {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (max-width: 780px){
.dashboard-col {
    min-width: 50%;
    padding-left: 1px;
    padding-right: 14px;
}
}
@media (max-width: 530px){
    .dashboard-col {
        min-width: 100%;
    }
    }
/* top menu */




/* merchant */
.badge-info{
    background: var(--primary_blue) !important;
    padding: 4px 6px;
    font-size: 12px;
}
.head-icon{
    background: linear-gradient(var(--primary), var(--primary_dark));
    border: 1px solid var(--primary);
    padding: 6px;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
}
.head-icon:hover{
    color: #fff;
}
@media (max-width: 1199px){
    .head-icon{
        margin-right: 12px;
        margin-left: 4px;
    }
}
@media (max-width: 575px){
    .head-icon{
        margin-right: 8px;
    }
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.top-logo{
    display: block !important;
}
@media (max-width: 992px){
.navbar-brand-box {
    padding: 0;
}
}
@media (max-width: 992px){
table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #d3d3d3 !important;
}
table.dataTable>tbody>tr.child ul.dtr-details {
    display: block !important;
    text-align: left;
}
}
body[data-sidebar=dark] .navbar-brand-box {
    width: auto;
    background: #fff;
    max-height: 70px;
}
body[data-sidebar=dark] .vertical-menu {
    background: #000000;
}
div.dataTables_wrapper div.dataTables_length label {
    font-size: 16px;
    font-weight: 500 !important;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 500 !important;
    font-size: 16px;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 250px;
    height: 30px;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #ea5c23;
    background-color: #ea5c23;
}
div.dataTables_wrapper div.dataTables_length select {
    height: 30px;
}
body[data-sidebar=dark] .mm-active .active {
    color: #fff!important;
    background-color: #242424;
}
/* dashboard */
.page-content {
    padding: calc(70px + 24px) calc(24px / 2) 30px calc(24px / 2);
}
.mini-stat-img{
    padding: 20px 24px;
    border-radius: 10px;
}
.dashboard-col:nth-child(1) .mini-stat-img{
    background: #eb5c24;
}
.dashboard-col:nth-child(2) .mini-stat-img{
    background: #14546f;
}
.dashboard-col:nth-child(3) .mini-stat-img{
    background: #ea5c25;
}
.dashboard-col:nth-child(4) .mini-stat-img{
    background:  #14546f;
}
.dashboard-col:nth-child(5) .mini-stat-img{
    background: #eb5c24;
}
.page-title-box h2{
    font-size: 20px;
    font-weight: 600;
    color: var(--secondery);
}
.mini-stat-img h6{
    font-weight: 400;
}
.mini-stat-img span{
    font-size: 28px;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
}
.mini-stat-img i{
    font-size: 28px;
}
#sidebar-menu ul li a {
    font-size: 15px;
}

/* dashboard */
/* team */
.page-item.active .page-link{
    background-color: var(--primary);
    border-color: var(--primary);
}
.custom-select-sm {
    font-size: 0.9rem;
    font-weight: 600;
}
/* team */
/* profile */
.profile-heading{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary_blue);
}
 label {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.form-control,.form-control:disabled, .form-control[readonly], .form-control:focus{
    font-size: 15px;
    font-weight: 500;
    border: 0;
    background: #f3f3f3;
    height: 45px;
}

.custom-validation {
    border: 1px solid #e5e5e5;
    padding: 30px;
}
.custom-validation .form-group {
    margin-bottom: 1.5rem;
}
.profile-form {
    border: 1px solid #e5e5e5;
    padding: 45px;
}
.profile-form .form-group {
    margin-bottom: 1.5rem;
}
@media (max-width: 991px){
    .profile-form {
        padding: 30px;
    }
}
@media (max-width: 767px){
    .profile-form {
        padding: 22px;
    }
}
@media (max-width: 430px){
    .profile-form {
        padding: 8px;
    }
}
/* profile */
.merchant-heading{
    font-size: 20px;
    font-weight: 600;
    color: var(--secondery);
    padding-bottom: 4px;
}
.page-link{
    color: var(--primary);
}
.page-link:hover{
    color: var(--primary);
}
.merchant-btn{
    background: var(--primary);
    color: var(--light);
    height: 36px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}
.merchant-btn2{
    background: var(--primary_blue);
    color: var(--light);
    height: 36px;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
}
.merchant-submit{
    background: var(--primary);
    color: var(--light);
    height: 44px;
    width: 94px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}
.merchant-back{
    background: #e4e4e4;
    color: var(--secondery);
    height: 36px;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
}
.merchant-option{
    background: var(--primary);
    color: var(--light);
    border-radius: 20px;
    padding: 2px 6px;
    font-size: 14px;
}
.merchant-option2{
    /* background: var(--primary_blue); */
    background: var(--primary);
    color: var(--light);
    border-radius: 20px;
    padding: 2px 6px;
    font-size: 14px;
}
.merchant-option3{
    /* background: var(--primary_dark); */
    background: var(--primary);
    color: var(--light);
    border-radius: 20px;
    padding: 2px 6px;
    font-size: 14px;
}
.merchant-btn:hover, .merchant-btn2:hover, .merchant-option:hover, .merchant-option2:hover, .merchant-option3:hover{
    color: #fff;
}
.btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.badge-success{
    background-color: #50c756;
    padding: 4px 6px;
    font-size: 12px;
}
input[switch]:checked+label {
    background-color: var(--primary);
}
.merchant-table thead th{
    background: var(--primary);
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    padding: 16px 5px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.merchant-table tbody td{
    font-size: 13px;
    font-weight: 500;
    color: var(--secondery);
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    background: #f3f3f3;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff !important;
}
.dataTables_info {
    font-size: 14px;
    font-weight: 500;
}
label.badge {
    margin: 0;
}
span.group-span-filestyle.input-group-btn {
    margin-left: 10px;
}
.select2-selection {
    min-height: 45px !important;
}
.select2-selection.select2-selection--multiple {
    font-size: 15px !important;
    font-weight: 500 !important;
    border: 0 !important;
    background: #f3f3f3 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 4px 4px 4px 20px !important;
}
.select2-container .select2-search--inline .select2-search__field{
    padding: 4px 8px !important;
    margin-top: 10px !important;
}
input[switch]+label:before {
    font-weight: 800;
    font-size: 10px;
    top: -1px;
}
/* merchant */

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #fff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #eaeaeb;
      color: #272727;
  }
  .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-radius: 4px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
      border-color: #f77750;
      border-width: 2px;
  }
  .select2-container--default .select2-selection--multiple {
      border-width: 2px;
  }
  .select2-container--open .select2-dropdown--below {
      
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  }
  .select2-selection .select2-selection--multiple:after {
      content: 'hhghgh';
  }
  /* select with icons badges single*/
  .select-icon .select2-selection__placeholder .badge {
      display: none;
  }
  .select-icon .placeholder {
  /* 	display: none; */
  }
  .select-icon .select2-results__option:before,
  .select-icon .select2-results__option[aria-selected=true]:before {
      display: none !important;
      /* content: "" !important; */
  }
  .select-icon  .select2-search--dropdown {
      display: none;
  }

.parsley-errors-list>li {
    color: #e50c30;
}
label.error {
    color: var(--primary);
}


footer.footer {
    position: relative;
    left: 0;
    color: #000;
    font-weight: 600;
}