@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body {
  font-size: .875rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #666;
  font-weight: 400;
  background-color: #ececed;
}

h1, 
h2, 
h3,
h4,
h5,
h6{
  font-weight: 600;
  color: #333;
}
h1{
  font-size: 24px;
}
h2{
  font-size: 22px;
}
h3{
  font-size: 20px;
}
h4{
  font-size: 18px;
}
h5{
  font-size: 16px;
}
h6{
  font-size: 14px;
}
h1 a, 
h2 a, 
h3 a,
h4 a,
h5 a,
h6 a{
  color: #333;
}
a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2d77bd;
  text-decoration: none;
}
/* login */
.login-wrap .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
.login-wrap .container-fluid .row{
  margin-right: 0;
  margin-left: 0;

}
.login-wrap [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.login-main{
  padding: 20px;
  min-height: 100vh;
  display: table;
  width: 100%;
}
.login-logo{
  width: 120px;
  height: auto;
  margin:  0 auto 30px auto;
  display: block;
}
.login-main label{
  margin-bottom: 4px;
}
.login-main .form-group{
  margin-bottom: 20px;
}
.main-right{
  color: #fff;
  background-color: #2e499d;
  background-image:url('../img/trans-bg.png');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  display: none;
}
.logo-content{
  display: table-cell;
  vertical-align: middle;
}
.login-info{
  display: table;
  min-height: 100vh;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;

}
.login-info h2{
  font-size: 30px;
  color: #fff;
}
.vertical-content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* header*/
.header{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
}
.header-lf{
  width: 260px;
  position: static;
  padding: 5px 20px;
}
.hamburger{
  margin-top: 6px;
  float: right;
  color: #333;
  font-size: 20px;
}


.logo img{
 height: 40px;
 width: auto;
}
.header-rt{
  width: calc( 100% - 260px );
  position: relative !important;
  padding: 5px 20px;

}
.header .form-control{
  border: none;
  padding: 0;
}
.header .form-control:focus{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .navbar{
  padding: 0;
}
.header .profile-pic{
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header .navbar-nav a{
  color: #666;
  position: relative;
  font-size: 18px;
}
.header .navbar-nav .dropdown-menu a{
  font-size: 14px;
}
.header .navbar-nav a .label{
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  background: #2d77bd;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  padding: 2px 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header .dropdown-toggle::after{
  border: none;
}
.nav-link.dropdown-toggle{
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-light .navbar-toggler{
  border: none;
  padding: 0;
  color: #333;
  margin-top: 5px;
}
.navbar-light .navbar-toggler:focus{
  outline: 0;
}
.mini-sidebar .header-lf{
  width: 100px;
  padding-right: 0;
  padding-left: 20px;
}
.mini-sidebar .header-rt,
.mini-sidebar .main{
  width: calc( 100% - 100px );
}
.mini-sidebar .logo img{
  width: 40px;
  height: auto;
  margin-top: 5px;

}
.mini-sidebar .profile-info .profile-pic{
  float: none;
  margin: 0 auto;
}
.mini-sidebar .profile-info-text,
.mini-sidebar .menu .nav-label,
.mini-sidebar .menu .has-arrow:after{
  display: none;
}
.mini-sidebar .sidebar{
  width: 100px;

}

.mini-sidebar .menu i{
  font-size: 20px;
}
.mini-sidebar .menu ul{
  padding-left: 0;
}
.mini-sidebar .menu li{
  text-align: center;
}
.mini-sidebar .menu ul{
  position: absolute;
  left: 100px;
  margin-top: -50px;
}
.mini-sidebar .menu ul li{
  text-align: left;
}

.small-view .header-lf,
.small-view .sidebar{
  display: none;
}
.small-view .header-rt,
.small-view .main{
  width: 100%;
}
.small-view.mini-sidebar .header-lf,
.small-view.mini-sidebar .sidebar{
  width: 100px;
  display: block;
  }
 .small-view.mini-sidebar .header-rt,
.small-view.mini-sidebar .main{
  width: calc( 100% - 100px );
}
/* main-container */
.main-container{
  width: 100%;
  overflow-x: hidden;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
/* sidebar */
.sidebar{
  background-color: #383c40;
  z-index: 10;
  position: static;
  width: 260px;
}
.profile-info{
  padding: 30px 20px;
  margin-bottom:  10px;
  background: #2d78be url("../img/profile-info-bg.jpg") no-repeat left bottom;
}
.profile-info .profile-pic{
  margin-right: 10px;
  float: left;
}
.profile-info .profile-pic img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.profile-info-text{
  overflow: hidden;
  color: #fff;
}
.profile-info-text a{
  color: #fff;
  font-weight: 600;
  display: block;
}


.menu,
.menu ul{
  list-style-type: none;
  margin-bottom: 0;

}
.menu{
  padding-left: 0;
}
.menu a{
  display: block;
  padding: 10px 20px;
  color: #ddd;
}
.menu a:hover{
  color: #fff;
}
.menu i{
  margin-right: 5px;
}
.menu ul{
  padding-left: 15px;
  background-color: #33363a;
}
.menu ul a{
  color: #ccc;
}



/* main */

.main{
  min-height: calc( 100vh - 50px );
  position: relative;
  width: 100%;
  width: calc( 100% - 260px );
  padding: 20px 20px 40px 20px;
  flex-shrink: 1;
}
.page-header{
  color: #fff;
  background: #2d77bd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.page-title{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
}
.breadcrumb{
  background-color: transparent;
  float: left;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0;
  width: 100%;

}
.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before{
  color: #fff;
}
.breadcrumb-item.active{
  color: #eee;
}

.card-box{
  margin-bottom: 20px;
  padding: 20px;
  background-color: #2d77bd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.card-box h5{
  color: #fff;
}
.indicator{
  margin-top: 34px;
}
.num{
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  float: right;
}
.ct-series-a .ct-slice-pie{
  fill: #28a745;
}
.ct-series-b .ct-slice-pie{
  fill: #ffc107;
}
.ct-series-c .ct-slice-pie{
  fill: #17a2b8;
}
.ct-series-d .ct-slice-pie{
  fill: #dc3545;
}

.level{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 6px;
  color: #fff;
  font-size: 12px;
}
.progress{
  height: 6px;
}
.chart-wrap{
  width: 100px;
  float: right;
}
.card-box-chart{
  font-size: 12px;
  line-height: 1;
}
.card-box-chart h5{
  display: inline-block;
}
.ct-chart{
  margin-top: -28px;
  margin-right: -10px;
}
.chart-list{
  margin-bottom: 0;
}
.chart-list li{
  color: #fff;
  margin-bottom: 2px;
}
.ct-label{
  color: #fff;
  fill: #fff;
}
.color-box{
  height: 12px;
  width: 15px;
  margin-right: 5px;
  display: inline-block;
}
.card{
 -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
 -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
 margin-bottom: 20px;
}
.card-header .card-title{
  margin-bottom: 0;
  display: inline-block;
  line-height: 2;
  font-size: 16px;
}
.card-header .btn{
  float: right;
}
.thead-primary{
  background-color: #2d77bd;
  color: #fff;
  font-weight: 400;
}
.table-bordered .thead-primary th{
  border: none;
}
th{
  font-weight: 600;
}
.tbl a{
  color: #666;
  padding: 0 5px;

}

.tbl a:hover{
  color: #2d77bd;
}
.page-item.active .page-link {
  background-color: #2d77bd;
  border-color: #2d77bd;
}
.list{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list li{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.list li:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list li p{
  font-size: 12px;
  margin-bottom: 0;
}
.list-default,
.list-default li:last-child{
 margin-bottom: 0;
}
.list-default li{
  margin-bottom: 10px;
}

.list-default .highlight{
  font-weight: 600;
  margin-right: 5px;
}
.campaign-tab{
  background-color: #ececed;
}
.campaign-tab a{
  color: #666;
}
/* footer */
.footer{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  background-color: #fff;
}
.footer p{
  margin-bottom: 0;
}


.default-list li{
  padding-bottom: 10px;
}
.default-list li .label{
  width: 100%;
  font-weight: 600;
  display: inline-block;
}
.default-list li:last-child{
  padding-bottom: 0;
}

.advance-search{
  padding: 20px 20px 0 20px;
  background-color: #68a8e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.daily-sales{
  position: relative;
}
.daily-sales svg{
  height: 300px !important;
}
.sale-represent{
  position: absolute;
  top: 0;
  background: #fff;
  padding:  10px;
  right: 0;
}
.bg-camp-1{
  background-color: #f4c63d;
}
.bg-camp-2{
  background-color: #f05b4f;
}
.bg-camp-3{
  background-color: #d70206;
}
.list-todo li{
  margin-bottom: 10px;
  position: relative;
}
.list-todo li:last-child{
  margin-bottom: 0;
}
.list-todo li a{
  color: #666;
}
.todo-form{
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 20px;
  display: none;
  position: absolute;
  top:  0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.show-todo{
  display: block;
}
.todo-form textarea.form-control{
  border: none;
  padding: 0;
}
.todo-form textarea.form-control:focus{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* plan edit */
.add-option{
  position: relative;
  padding: 7px 30px 7px 7px;
  border: 1px solid #ced4da;
  margin-right: 4px;
  margin-bottom:  4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  float: left;

}
.close-icon{
  position:  absolute;
  top: 7px;
  right: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background: red;
  color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;

}

/* product */
.cover-box{
 border: 1px solid #ced4da;
 padding: 20px;
 margin-bottom: 10px;
 position:  relative;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
.cover-action{
  position: absolute;
  top: 10px;
  right:  10px;
  z-index: 1;
  width: 70px;
  display: none;
}
.cover-action a{
  display: inline-block;
}

.cover-box:hover .cover-action{
  display: block;
}

.rt-box-part{
  overflow: visible;
  display: block;
}
.rt-box-item{
  display: block;
}
.req{
  color: #ff0000;
}
.lf-no-radius{
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* miscellaneous */
.row{
  margin-right: -10px;
  margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  padding-right: 10px;
  padding-left: 10px;
}
label{
  margin-bottom: 4px;
}
.form-control{
  font-size: .875rem;
}
.form-control:focus{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn{
  font-size: 14px;
}
.btn-primary,
.bg-primary,
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link{
  background-color: #2d77bd !important;
  border-color: #2d77bd !important;
}
.form-group{
  margin-bottom: 10px;
}

.form-group .error {
  color:red
}

.modal-content{
  background-color: #ececed;
}
.modal-header{
  background-color: #2d77bd;
  padding: 10px 20px;
}
.modal-title,
.close{
  color: #fff;
}

.modal-header .close{
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem -1rem auto;
  opacity: 0.9;
  font-weight: 400;
}
.modal-header .close:focus{
  outline: none;
}
.card.bg-primary .card-title{
  color: #fff;
}

.input-group-text{
  padding: 0;
  background-color:  transparent;

}
.input-group-text .form-control{
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  height: 33px;
  padding-left: 5px;
  padding-right: 5px;
}


/* vendors */
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after{
  margin-left: 0;
  font-size: inherit;
}
.select2-container--default .select2-selection--single{
  border-color: #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 35px;
}
.select2-container .select2-selection--single{
  height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 4px;
  right:  4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #666;
  padding-left: .75rem;
  padding-right: .75rem;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #2d77bd;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
  outline-color: #666;
}
.select2-container--default .select2-selection--single{
  outline-color: #ced4da;
}
.select2-container{
  width: 100% !important; 
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
  border-color: #ced4da;
}
@media (min-width: 1200px) { 
    .login-main{
    padding: 40px 60px;
  }
 }
@media (min-width: 992px) { 
  .login-main{
    padding: 40px 30px;
  }
  .login-info h2{
  font-size: 38px;
}
 }

@media (min-width: 768px) { 

}



@media (min-width: 576px) {
   .breadcrumb{
    margin-top: 0;
    float: right;
    width: inherit;
  }
  .main-right{
    display: block;
  }

  .default-list li .label{
  width: 220px;
}
.rt-box-part {
    overflow: hidden;
  }
}

.errorMessage {
  color:red
}

.hiddenfield {
  display:none;
}