body{
  font-size: 14px;
  padding-top: 64px;
}

h1, h2, h3, h4, h5, h6{
  padding: 0;
  margin: 0;
}

p{
  margin: 0;
  padding: 0;
}

a{
  color: #ffffff;
  text-decoration: none;
  transition: 0.4s;
  outline: none;
}

a:hover{
  color: #343434;
}

table tr th{
  font-size: 14px;
  font-weight: 500;
}

table tr td{
  font-weight: 400;
  color: #4e4e4e;
}

.form-control{
  height: auto;
  font-size: 13px;
  border: #c7c7c7 1px solid;
}

.form-control:focus{
  box-shadow: none;
  border: #1EA366 1px solid;
}

.custom-select:focus{
  box-shadow: none;
  border: #1EA366 1px solid;
}

label{
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 4px 0;
  padding: 0;
}

.oppo-green-bg {
  background-color: #1EA366;
  background-image: linear-gradient(#1EA366, #1A8E59);
  top: 0;
  z-index: 9999;
}

.navbar{
  position: fixed;
  width: 100%;
}

.login-blade.oppo-green-bg {
  background: url(/story_images/login-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  width: 100%;
}

a{
  color: #1EA366;
  color: inherit;
}
.md-form input.form-control[type="datetime-local"] ~ label {
  transform: translateY(-140%);
  font-size: .8rem;
  }

#frameModal .modal-body{
  padding: 0
}

#frameModal .modal-body iframe{
  width: 100%;
  border: 0px
}
#toast-error ,#toast-success{
  position: absolute;
  z-index: 99999;
  right: 5px;
  top: 5px
}
#toast-error .toast-header{
  background: red;
  color: #ffffff
}

#toast-success .toast-header{
background: green;
color: #ffffff
}

/* ------- Bonus section start here ------- */

.table_group table tr td{
  border: none;
  padding: 0;
}

.table_group table tr td label{
  margin: 7px 10px 0 0;
}

.action_anchor a {
	margin: 10px 4px 0 0 !important;
	font-size: 13px !important;
	padding: .5rem .6rem !important;
}

.page_head{
  font-size: 30px;
  font-weight: 500;
  margin: 10px 0 10px 0;
}

.search_sec{
  justify-content: end;
  margin-bottom: 20px;
}

.search_sec label{
  margin-right: 10px;
  display: inline-block;
}

.search_sec .form-control{
  margin-right: 10px;
}

.search_sec {
	background: #e1e1e1;
  padding: 10px;
  display: block;
  text-align: right;
}

.count_sec {
	background: #e1e1e1;
	padding: 7px 10px;
	margin: 0 10px;
	text-align: center;
	font-weight: 600;
	border-radius: 4px;
}

.btn-dark-green {
  background-color: #1EA366 !important;
  color: #fff !important;
}

.btn{
  color: #fff !important;
}

.btn:hover{
  background: #c7c7c7 !important;
  color: #343434 !important;
}

.navbar .dropdown-menu {
  padding: 0;
}

.navbar .dropdown-menu a {
  font-size: 14px;
  border-bottom: #ddd 1px solid;
  transition: 0.4s;
  display: block;
}

.navbar .dropdown-menu a:hover{
  background: #dddddd;
}

.dropdown-divider {
  display: none;
}

.form-group.table_group{
  margin: 10px 0 0 0;
}

.pagination {
	text-align: right;
	display: inline-block;
	float: right;
	margin: 10px 0 10px 0;
	border: #ddd 1px solid;
	background: #eeeeee;
}

.pagination li{
  display: inline-block;
  border-right: #ddd 1px solid;
}

.pagination .page-item .page-link{
  overflow: inherit;
}

.pagination .page-item.active .page-link{
  background: #1EA366;
  box-shadow: none;
}

.pagination .page-item.active:hover .page-link{
  background: #1EA366;
}

.btn.btn-yellow{
  color: #343434 !important;
}

.modal-dialog .modal-content .modal-header{
  background: #1EA366;
  color: #fff;
}

.modal-dialog .modal-content .modal-header h5{
  font-weight: 500;
}

.modal-dialog .modal-content .button-holder .btn.btn-primary{
  background: #1EA366 !important;
  color: #ffffff !important;
}

.modal-dialog .modal-content .button-holder .btn.btn-primary:hover{
  background: #c7c7c7 !important;
  color: #343434 !important;
}

.modal-dialog .modal-content .btn.btn-secondary{
  background: #f00000 !important;
  color: #ffffff !important;
}

.modal-dialog .modal-content .btn.btn-secondary:hover{
  background: #c7c7c7 !important;
  color: #343434 !important;
}

.setting_section .form-group{
  border-bottom: #dddddd 1px solid;
  margin: 20px 0;
  padding-bottom: 20px;
}

textarea{
  resize: none;
}

/* .status_control .form-control-sm{
  padding: 0;
} */

.cmn-grp .form-control{
  padding: .25rem .5rem;
}

.form-row .bg-light{
  min-height: 200px;
}

.number-input.number-input button::before, .number-input.number-input button::after{
  top: 0;
}

.logo_sec img{
  width: 40px;
  height: auto;
}

.md-form label{
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 4px 0;
  padding: 0;
  color: #212529;
}

.varientForModal .md-form label{
  position: relative;
  margin-bottom: 13px;
}

.varientForModal .md-form label.active{
  transform: translateY(0);
}

.navbar .navbar-toggler {
  padding: 0;
}

.navbar-toggler-icon{
  font-size: 31px;
  height: auto;
  color: #fff;
}

.count_sec{
  display: none;
}

#loginModel .modal-footer{
  background: rgba(221, 221, 221, 0.7);
  box-shadow: inset 0 5px 10px -6px #8e8e8e;
}

#loginModel .modal-body{
  padding: 0;
}

#loginModel .modal-body h1 {
	background: rgba(60, 178, 174, 0.4);
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	padding: 13px;
	color: #18a6a1;
	text-transform: uppercase;
	border-bottom: #3cb2ae 1px solid;
}

#loginModel .modal-dialog .modal-content {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 30px;
	overflow: hidden;
}

#loginModel .modal-dialog-centered {
	background: url(/story_images/logo.png) center center no-repeat;
	background-size: 450px !important;
}

#loginModel .md-form.input-group .form-control{
  border-bottom: #18a6a1 1px solid;
}

#loginModel .md-form.input-group .input-group-text.md-addon {
	border: none;
	background-color: #18a6a1;
	font-weight: 500;
	color: #ffffff;
}

#loginModel .btn.oppo-green-bg{
  background: #18a6a1;
}

#loginModel .modal-footer a{
  font-weight: 600;
}

#loginModel .modal-body .p-3 {
	background: url(/story_images/logo.png) top 5px right 5px no-repeat;
	background-size: 40px !important;
}

/* ------- Forget Password Start ------- */

#loginDialog .modal-footer{
  background: rgba(221, 221, 221, 0.7);
  box-shadow: 0 5px 10px -6px #8e8e8e;
}

#loginDialog .modal-body{
  padding: 0;
}

#loginDialog .modal-body h1 {
	background: rgba(60, 178, 174, 0.4);
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	padding: 13px;
	color: #18a6a1;
	text-transform: uppercase;
	border-bottom: #3cb2ae 1px solid;
}

#loginDialog .modal-dialog .modal-content {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 30px;
	overflow: hidden;
}

#loginDialog .modal-dialog-centered {
	background: url(/story_images/logo.png) center center no-repeat;
	background-size: 450px !important;
}

#loginDialog .md-form.input-group .form-control{
  border-bottom: #18a6a1 1px solid;
}

#loginDialog .md-form.input-group .input-group-text.md-addon {
	border: none;
	background-color: #18a6a1;
	font-weight: 500;
	color: #ffffff;
}

#loginDialog .btn.oppo-green-bg{
  background: #18a6a1;
}

#loginDialog .modal-footer a{
  font-weight: 600;
}

#loginDialog .modal-body .p-3 {
	background: url(/story_images/logo.png) top right 7px no-repeat;
	background-size: 40px !important;
}
.dasBody h6{
  font-weight: 500;
  font-size: 18px;
  padding: 10px 14px;
  border-bottom: #dddddd 1px solid;
}

.dasBody span{
  font-size: 13px;
  display: inline-block;
}

.dasBody span.dealer_code{
  font-weight: 500;
  padding: 4px 14px;
  background: #eeeeee;
  display: block;
  border-bottom: #dddddd 1px solid;
}

.sales_target_bar {
	border-radius: 14px;
	overflow: hidden;
	line-height: 14px;
  font-size: 12px;
  position: relative;
  text-align: right;
  padding-right: 4px;
  height: 10px;
}

.start_point{
  position: relative;
  z-index: 9;
  float: left;
  padding-left: 4px;
}

.status_container{
  padding: 10px 14px;
}

.sales_target_bar span {
  display: inline-block;
  text-align: right;
  padding-right: 4px;
  position: absolute;
  left: 0;
  top: 0;
 
}

.dasBody .panel-body .row{
  margin: 0;
}

.wall_coin {
	padding: 4px 14px;
	text-align: center;
  /* background: rgba(19, 145, 24, 0.7); */
  background: #ddd;
}

.wall_coin img {
	width: 30px;
	height: auto;
	float: left;
	box-shadow: inset 0 0 12px 0 #e8e8e8;
	border-radius: 50%;
	background: #bd8c00;
	margin: 5px 0 0 0;
}

.wall_coin span {
	font-weight: 500;
	font-size: 20px;
	float: left;
	margin: 7px 0 0 7px;
	color: #343434;
}

.last_sales_date {
  background: #d1d1d1;
	/* background: rgba(19, 145, 24, 0.5); */
	padding: 4px 14px;
}

.last_sales_date p{
  font-weight: 500;
}

.last_sales_date p span {
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 40px;
}

.dasBody{
  padding: 0;
}

.active_status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
}

.active_status .active-green{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #16c216;
  display: inline-block;
}

.active_status .deactive-red{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  display: inline-block;
}

.achieved_section{
  border: #1EA366 1px solid;
  border-radius: 3px;
  padding: 10px;
  margin: 6px 0 0 0;
  background: #f7f7f7;
}

.achieved_section .percentage{
  border-right: #1EA366 1px solid;
}

.achieved_section .col-sm-3:last-child .percentage{
  border: none;
}

.achieved_section .percentage p{
  font-size: 13px;
  font-weight: 500;
}

.achieved_section .percentage span.circle_span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.achieved_section .percentage span.circle_span.red{
  background: red;
}

.achieved_section .percentage span.circle_span.yellow{
  background: yellow;
}

.achieved_section .percentage span.circle_span.green{
  background: green;
}

.red{
  background: red;
  height: 10px;
}
.yellow{
  background: yellow;
  height: 10px;
}
.green{
  background: green;
  height: 10px;
}

.heading_a{
  font-weight: 600;
  text-align: right;
}

.status_title{
  background: #343434;
  color: #ffffff;
  font-size: 13px;
  padding: 4px 7px;
  border-radius: 3px;
  display:none;
  position: absolute;
  top: 30px;
  right: 0;
}

.active_status:hover .status_title{
  display: block;
}

.content_img img{
  width: 100%;
  height: auto;
}

.month_section{
  border: #dddddd 1px solid;
  border-radius: 40px;
  padding: 4px;
  margin: 3px 0 0 0;
  text-align: center;
}

.month_section span{
  display: inline-block;
  font-weight: 600;
  text-align: center;
  line-height: 37px;
}

.month_num{
  text-align: center;
  width: 200px;
  font-size: 16px;
}

.prev_arw {
	float: left;
	width: 37px;
	font-size: 20px;
	background: #4caf50;
	color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	height: 37px;
	line-height: 35px;
}

.next_arw{
  float: right;
  width: 37px;
	font-size: 20px;
	background: #4caf50;
	color: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	height: 37px;
	line-height: 35px;
}

.month_section span.default{
  background: #dddddd;
  color: #343434;
  pointer-events: none;
}

.dealer_status{
  position: relative;
}

.date_code{
  float: left;
  margin: 7px 0 10px 0;
}

.action_anchor{
  margin-bottom: 10px;
}

.last_date_update {
	float: right;
	font-weight: 400;
	margin: 4px 0 0 0;
}

.star-color i{
  color: rgb(247, 189, 0);
}

.msg_count {
	float: right;
	width: 28px;
	background: #4caf50;
	height: 28px;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 12px;
	border-radius: 50%;
	line-height: 28px;
	font-weight: 400;
}
table tr.selected{
  background: #e7e7e7;
}

.preview_img{
  margin-bottom: 5px;
  border: #4caf50 1px solid;
  padding: 2px;
  min-height: 50px;
}

.area_joining_section{
  font-weight: 500;
  padding: 4px 14px;
  display: block;
  border-bottom: #dddddd 1px solid;
}

.msg_row {
	display: flex;
	flex-direction: row;
	box-shadow: none;
	border: #dddddd 1px solid;
	border-radius: 0;
  margin-bottom: -1px;
  transition: 0.2s;
}

.msg_row:hover {
	box-shadow: inset 1px 0 0 #dadce0,inset -1px 0 0 #dadce0,0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
	border: none;
  transform: scale(1.01);
  background: #eeeeee;
}

.icon_msg{
  width: 5%;
  text-align: center;
}

.date_msg {
	width: 25%;
	margin-right: 10px;
	background: #eee;
}

.title_tag{
  width: 40%;
}

/* 
.msg_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
} */

.msg_row a{
  display: block;
}

.msg_frame iframe {
	border: #dddddd 1px solid;
	width: 45vw;
	height: 87vh;
	position: fixed;
	right: 16px;
	top: 75px;
}

.msg_overflow{
  overflow-y: scroll;
  height: 65vh;
  margin-bottom: 20px;
}
.msg_overflow .d-flex > div{
  max-width: 60%;
}
.msg_head{
  font-weight: 600;
}

.sender_name{
  width: 31%;
  text-align: left;
}

/*Loader css*/
.overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 1051;
  position: fixed;
  top: 0;
}
.lds-grid {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 47%;
  left: 47%;
  z-index: 1052;
}
.lds-grid div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1EA366;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/*------ Responsive section start here ------*/

@media (min-width:980px) and (max-width:1300px){
  #loginModel .modal-dialog-centered {background-size: 410px !important;}

}
@media (min-width:768px) and (max-width:979px){
  #loginModel .modal-dialog-centered {background-size: 410px !important;}
  .heading_a {font-weight: 600; text-align: left;}
  .dashboard_section .col-sm-3 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
  .dashboard_section .col-sm-7 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
  .dashboard_section .col-sm-5 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
  .dashboard_section .achieved_section{margin-bottom: 20px;}
  .dashboard_section .achieved_section .col-sm-3 {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
  .achieved_section .percentage {border-right: #1EA366 1px solid; border-bottom: none; padding-bottom: 0; margin-top: 0;}
  .dashboard_section .col-sm-4 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
}
@media only screen and (max-width:767px){
  .navbar .dropdown-menu {padding: 0; width: 100%;}
  .action_anchor a {margin: 0 0 10px 0 !important; padding: 10px 13px !important;}
  .table_group table tr td {display: inline-table; text-align: left; margin: 0 0 10px 0; width: 100%;}
  .count_sec {margin: 0;}
  .search_sec {text-align: center;}
  .search_sec .form-control {margin-right: 0; float: none; margin-bottom: 10px;}
  .overflowTable{overflow-x: scroll;}
  .search_sec label {display: block; text-align: left;}
  .setting_section .offset-2{margin-left: 0;}
  .number-input.number-input {margin: 0;}
  #welcomeimg{width: 100%; margin: 20px 0 20px 0;}
  #loginModel .modal-dialog-centered {background-size: 301px !important;}
  .wall_coin {display: flex; justify-content: center;}
  .heading_a {font-weight: 600; text-align: left;}
  .achieved_section .percentage {border-right: none; border-bottom: #1EA366 1px solid; padding-bottom: 10px; margin-top: 10px;}
  .action_anchor{margin-bottom: 0;}
}

@media only screen and (min-width:576px) and (max-width:767px){
  .navbar .dropdown-menu {padding: 0; width: 100%;}
  .action_anchor a {margin: 0 0 10px 0 !important; padding: 10px 13px !important;}
  .table_group table tr td {display: inline-table; text-align: left; margin: 0 0 10px 0; width: 100%;}
  .count_sec {margin: 0;}
  .search_sec {text-align: center;}
  .search_sec .form-control {margin-right: 0; float: none; margin-bottom: 10px; width: 100%;}
  .overflowTable{overflow-x: scroll;}
  .search_sec label {display: block; text-align: left;}
  .setting_section .offset-2{margin-left: 0;}
  .number-input.number-input {margin: 0;}
  #welcomeimg{width: 100%; margin: 20px 0 20px 0;}
  #loginModel .modal-dialog-centered {background-size: 410px !important;}
  .dashboard_section .col-sm-3 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
  .dashboard_section .col-sm-7 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
  .dashboard_section .col-sm-5 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
  .dashboard_section .achieved_section{margin-bottom: 20px;}
  .dashboard_section .achieved_section .col-sm-3 {-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
  .achieved_section .percentage {border-right: #1EA366 1px solid; border-bottom: none; padding-bottom: 0; margin-top: 0;}
  .dashboard_section .col-sm-4 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
  .month_num {width: 163px;}
  .wall_coin {display: block;}
}

@media only screen and (min-width:480px) and (max-width:767px){
}