 .card-bg-1{
            background-color:#E5EAE9! important ;
            color: #333! important;
        }
        
        
    
 
        
 
@media (min-width: 1024px) {
  .ghost {
    display: none;
  }
}
        
    
   
        .style1
        {
            height: 19px;
        }
        .thai-btn
        {
            margin-top: 20px;
        }
        .thai-btn .btn
        {
            margin-right: 20px;
            width: 215x;
        }
        
        
        .status  {
          border-style: dotted;
          
        }
        .monthly-cuttoff{
            
           border-style: solid;
           color:#79215F;
        }
        .card-bg-1{
            background-color: #E5EAE9! important;
            color: #333! important;
        }
        
		
		
.wizard-steps-container {
  position: relative;
  margin: 0 30px;
}
.wizard-steps-container .progress-bar-container {
  left: 20px;
  right: 20px;
  position: absolute;
  height: 12px;
  background-color: #ECECEC;
  top: 50%;
  transform: translateY(-50%);
}
.wizard-steps-container .progress-bar-container .progress-bar {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: var (--newwth);
  background-color: #0E6CB5;
  transition: width 900ms ease;
}

.steps {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.steps .step {
  height: 40px;
  width: 40px;
  background-color: #ECECEC;
  border-radius: 50%;
  position: relative;
}
.steps .step.done, .steps .step.active {
  background-color: #F5B041;
}
.steps .step.active:after {
  content: "";
  height: 16px;
  width: 16px;
  background-color: #ECECEC;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.steps .step .label {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-bottom: 4px;
  text-align: center;
}

 .text{
  text-transform: uppercase;
}

 .style1
        {
            height: 19px;
        }
        .thai-btn
        {
            margin-top: 20px;
        }
        .thai-btn .btn
        {
            margin-right: 20px;
            width: 215x;
        }
        
        
        .status  {
          border-style: dotted;
          
        }
        .monthly-cuttoff{
            
           border-style: solid;
           color:#79215F;
        }
        .card-bg-1{
            background-color: #E5EAE9! important;
            color: #333! important;
        }
        
		
		
.wizard-steps-container {
  position: relative;
  margin: 0 30px;
}
.wizard-steps-container .progress-bar-container {
  left: 20px;
  right: 20px;
  position: absolute;
  height: 12px;
  background-color: #ECECEC;
  top: 50%;
  transform: translateY(-50%);
}
.wizard-steps-container .progress-bar-container .progress-bar {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: var (--newwth);
  background-color: #0E6CB5;
  transition: width 900ms ease;
}

.steps {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.steps .step {
  height: 40px;
  width: 40px;
  background-color: #ECECEC;
  border-radius: 50%;
  position: relative;
}
.steps .step.done, .steps .step.active {
  background-color: #F5B041;
}
.steps .step.active:after {
  content: "";
  height: 16px;
  width: 16px;
  background-color: #ECECEC;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.steps .step .label {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-bottom: 4px;
  text-align: center;
}

 .text{
  text-transform: uppercase;
}

    .form-inline1 {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
    }
    
    /* Add some margins for each label */
    .form-inline1 label {
      margin: 5px 5px 5px 0;
    }
    
    /* Style the input fields */
    .form-inline1 > input,select,button {
      vertical-align: middle;
      margin: 5px 5px 5px 0;
      padding: 5px;
      background-color: #fff;
      border: 1px solid #ddd;
    }
    
    
    .form-inline1 > a input,select,button {
      vertical-align: middle;
      margin: 5px 5px 5px 0;
      padding: 5px;
      background-color: #fff;
      border: 1px solid #ddd;
    }
    
    /* Style the submit button */
    /*.form-inline1 button {
      padding: 10px 20px;
      background-color: dodgerblue;
      border: 1px solid #ddd;
      color: white;
    }*/
    
    
    
    .form-inline1 button:hover {
      background-color: royalblue;
    }
    
    /* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
    @media (max-width: 800px) {
      .form-inline1 input {
        margin: 5px 0;
        width:100%;
      }
    
      .form-inline1 {
        flex-direction: column;
        align-items: stretch;
      }
    }


/**
 * Panels
 */
/*** General styles ***/
.panel {
  box-shadow: none;
}
.panel-heading {
  border-bottom:1px;
}
.panel-title {
  font-size: 17px;
}
.panel-title > small {
  font-size: .75em;
  color: #999999;
}
.panel-body *:first-child {
  margin-top: 0;
  
}
.corner{
    border-radius: 15px;
}
.panel-footer {
  border-top: 0;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.07);
}

/**
 * Profile
 */
/*** Profile: Header  ***/
.profile__avatar {
  text-center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 20px;
  margin-top: 4px;
  overflow: hidden;
}
/*table {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
}*/
@media (min-width: 768px) {
  .profile__avatar {
   
    width: 120px;
    height: 120px;
   
  }
}
.profile__avatar > img {
   
  width: 100%;
  height: 100%;
}
.profile__header {
 
}
.profile__header p {
  margin: 20px 0;
}
/*** Profile: Table ***/
@media (min-width: 992px) {
  .profile__table tbody th {
    width: 200px;
  }
}
/*** Profile: Recent activity ***/
.profile-comments__item {
  position: relative;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.profile-comments__item:last-child {
  border-bottom: 0;
}
.profile-comments__item:hover,
.profile-comments__item:focus {
  background-color: #f5f5f5;
}
 hr{
       border: 1px solid #232524; 
                margin: 0;
                width: 295%;
                 border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            } 
            hr:last-child {
display: none;
}

.balance{
    margin-left:10px;
    color:black;

}
.profile-comments__item:hover .profile-comments__controls,
.profile-comments__item:focus .profile-comments__controls {
  visibility: visible;
}
.profile-comments__controls {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  visibility: hidden;
}
.profile-comments__controls > a {
  display: inline-block;
  padding: 2px;
  color: #999999;
}
.profile-comments__controls > a:hover,
.profile-comments__controls > a:focus {
  color: #333333;
}
/*.profile-comments__avatar {
  display: block;
  float: left;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}*/
.profile-comments__avatar > img {
  width: 100%;
  height: auto;
  
}
.profile-comments__body {
  overflow: hidden;
 
}
.profile-comments__sender {
  color: #333333;
  font-weight: 500;
  margin: 5px 0;
}
.profile-comments__sender > small {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
@media (max-width: 767px) {
  .profile-comments__sender > small {
    display: block;
    margin: 5px 0 10px;
  }
}
.profile-comments__content {
  color: #999999;
}
/*** Profile: Contact ***/
.profile__contact-btn {
  padding: 12px 20px;
  margin-bottom: 20px;
}
.profile__contact-hr {
  position: relative;
  border-color: rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}
.profile__contact-hr:before {
  content: "OR";
  display: block;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f5f5f5;
  color: #c6c6cc;
}
.profile__contact-info-item {
  margin-bottom: 30px;
}
.profile__contact-info-item:before,
.profile__contact-info-item:after {
  content: " ";
  display: table;
}
.profile__contact-info-item:after {
  clear: both;
}
.profile__contact-info-item:before,
.profile__contact-info-item:after {
  content: " ";
  display: table;
}
.profile__contact-info-item:after {
  clear: both;
}
.profile__contact-info-icon {
  float: left;
  font-size: 18px;
  color: #999999;
}
.profile__contact-info-body {
  overflow: hidden;
  padding-left: 20px;
  color: #999999;
}
.profile__contact-info-body a {
  color: #999999;
}
.profile__contact-info-body a:hover,
.profile__contact-info-body a:focus {
  color: #999999;
  text-decoration: none;
}
.profile__contact-info-heading {
  margin-top: 2px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #999999;
}
.pie-chart {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
			#4e79a7 0,
			#4e79a7 38%,
			#f28e2c 0,
			#f28e2c 61%,
			#e15759 0,
			#e15759 77%,
			#76b7b2 0,
			#76b7b2 87%,
			#59a14f 0,
			#59a14f 93%,
			#edc949 0,
			#edc949 100%
	);
	position: relative;
	width: 500px;
	min-height: 350px;
	margin: 0;
	outline: 1px solid #ccc;
}
.pie-chart h2 {
	position: absolute;
	margin: 1rem;
}
.pie-chart cite {
	position: absolute;
	bottom: 0;
	font-size: 80%;
	padding: 1rem;
	color: gray;
}
.pie-chart figcaption {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: smaller;
	text-align: right;
}
.pie-chart span:after {
	display: inline-block;
	content: "";
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.4em;
	height: 0.8em;
	border-radius: 0.2em;
	background: currentColor;
}
#chart_wrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow:hidden;
}

#chart_div {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}


.separator {
                    display: flex;
                    align-items: center;
                    text-align: center;
                }
                .separator::before, .separator::after {
                    content: '';
                    flex: 2;
                    border-bottom: 1px solid #000;
                }
                .separator::before {
                    margin-right: .40em;
                }
                .separator::after {
                    margin-left: .40em;
                }
                
                @media screen and (max-width: 600px) {
  #title_message {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}   

@media (min-width: 1024px) {
  .ghost {
    display: none;
  }
}


/*********09/14/2021*************/

input.input_user_panel, span.input_user_panel, select.select_user_panel {
    font-size: 16px;
    font-weight: 400;
    height: 35px;
    margin-bottom: 24px;
    border: 1px solid #eaeaea;
    transition: all 0.7s ease-in-out;
    padding: 7px;
    margin: 5px 5px 5px 0;
    border-radius: 4px;
}
span.input_user_panel{
    background-color: #fff;
}
input.reset_user_panel_button, a.reset_user_panel_button {
    font-size: 18px;
    padding: 2px 10px;
    color: #fff;
    background: #b7abab;
    border: none;
  margin-right: 10px;
}
.card_line_user_panel {
    background: #dedede;
    padding: 10px;
}
@media screen and (max-width:940px) {
    input.input_user_panel, span.input_user_panel, select.select_user_panel, .card_line_user_panel, input.reset_user_panel_button, a.reset_user_panel_button{
      width: 100%;
    }
    input.reset_user_panel_button, a.reset_user_panel_button{
        margin-bottom: 10px;
       text-align: center;
    }

}










