

body, .content-wrapper{
  background-color: #f5f7f7; !important;
}

body.home-page{
  background-color: #08585A !important;
}
.home-content-wraper{
   display: flex;
   align-items: center;
   /* justify-content: center; */
   min-height: 100vh;
}
.home-content-top{
   max-width: 432px;
   width: 100%;
   display: inline-block;
   text-align: left;
   letter-spacing: 0em;
    text-align: left;
    color: #FAFAFA;
}
.home-content-top h1{
  font-family: Roboto;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;  
}
.home-content-top p{
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}
.home-content-img img{
  width: 100%;
  max-width: 647.31px;
}
.form-area{
  width:100%;
  max-width: 450px;
  background: #FAFAFA;
  padding: 30px 20px;
  text-align: left;
  border-radius: 20px;
  box-shadow: 2px 2px 2px 4px #66A5AD;
  display: inline-block;
  margin-bottom: 20px;
}
.form-area > form{
  padding: 20px;
}
.form-area h2{
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  text-align: center;
}
.form-area img{
  max-height: 28px;
  margin-right: 10px;
}
.form-selector{
  padding: 0px 20px;
  display: flex;
}
.form-selector button{
  /* color: #08585A; */
  border: none;
  padding: 2px 10px;
  margin: 2px;
  background-color: #FFF;
  color:000;
  /* border-radius: 10px; */
  background: linear-gradient(to bottom, #FFF, #f2f6f7, #e6eff0, #b5d4d8 );
}
.form-selector button:hover{
  background: #b7dee3;
  color:000;
}
.form-selector button.active{
  background: linear-gradient(to bottom, #FFF, #d9e8ea, #b5d4d8 );
  font-size: 20px;
  color:#000;
  flex: 1;
}


.main-sidebar{
  background: linear-gradient(90deg, #013B45 0%, #265C65 49.73%, #138396 100%);
  color: #FAFAFA;
  border: 2px solid #3A686F;


  

}


.sidebar .nav-link{
  color: #FAFAFA !important;
  font-size: 14px;
}

.user-panel{
  border: 1px dotted #999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
.user-panel .image{
  position: relative;
}
.user-panel img{
  width: 100px;
  /* height: 100px; */
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background-color: #999;
  display: inline-block;
}
.user-panel .image a{
  position: absolute;
  top: 4px;
  right: 5px;
  font-size: 24px;
}

.user-panel a{
  color: #FAFAFA !important;

}

.user-panel .info{
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #FAFAFA;
  text-align: center;

}
.user-panel .info span{
  font-weight: 500;
  font-size: 14px;
  color: #dad8d8;
}



.brand-link{
  text-align: center;
  color: #FAFAFA;
}
.brand-link img{
  background-color: #FFF;
  display: inline-block;
  max-width: 97%;
  float:none !important;
}
.brand-link .slogan{
  font-size: 12px;
  margin-top: 3px;
}

.brand-link .brand-image {
  float: left;
  line-height: .8;
  margin-left: .8rem;
  margin-right: .5rem;
  margin-top: -3px;
  max-height: 33px;
  width: auto;
  opacity: 1;
}

.dashboard_top_content{
  max-width: 359px;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  text-align: left;
  color: #FAFAFA;
  flex:1
}
.dashboard_top_content h1{
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
}

.dashboard_top_content p{
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
}

.dashboard_top_right_content{
  /* max-width: 359px; */
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
  color: #FAFAFA;
  text-align: right;
  flex: 1;
}
.dashboard_top_right_content h1{
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
}

.dashboard_top_right_content p{
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  font-style: italic;
  letter-spacing: 0em;
}



.dashboard_bottom_content{
  width: 98%;
  max-width: 544px;
  bottom: 26px;
  left: 10px;
  border-radius: 15px;
  position: absolute;
  background: rgba(250, 250, 250, 0.5);
  padding: 20px;
}
.dashboard_bottom_content p{
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #013B45;
}

.dashboard_bottom_content span{
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.dashboard_card{
  border-radius: 24px;
  box-shadow: 0px 0px 8px 0px #08585A80;
}
.dashboard_card .card-header{
  background-color: #eaf2f3;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.dashboard_card .card-header h3{
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #013B45;
}

.dashboard_card .image_area{
  text-align: center;
  position: relative;
}

.dashboard_card .image_area .img_wrapper{
  display: inline-block;
  width: 135px;
  max-width: 95%;
  height: 135px;
  border-radius: 50%;
  /* border: 1px solid #afdde6;
  box-shadow: 1px 1px 1px 4px #faf8f8; */
  position: relative;
}
.dashboard_card .image_area .img_wrapper img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.dashboard_card .image_area a{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
}
.dashboard_card .image_area a .fa-plus{
  font-size: 12px;
  position: absolute;
  top: 1px;
  left: -8px;
}


.dashboard_card .checkbox_area{
  display: flex;
}
.dashboard_card .checkbox_area input{
  margin-right: 20px;
}
.dashboard_card .checkbox_area label{
  flex: 1;
}





.card_auth{
  display:inline-block; 
  width:100%; 
  max-width:500px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 4px #ec9c57;
}

label:not(.form-check-label):not(.custom-file-label), label{
  font-weight: 500;
}

.row b{
  color: #222;
}
.formError{
  font-size: 12px;
  margin-top: 0px;
  padding-top: 0px;
  color: red;
}
.form_error{

  color: red;
}

.form-control, .input-group:not(.except_grp){
  border:1px #07575B solid;
  min-height: 35px;
  border-radius: 10px;
}

.form-group .input-group .input-group-text{
  border-right:1px #07575B solid;
  border-radius: 10px;
  /* border-top-right-radius: 10px; */
}

.input-group:not(.except_grp) .form-control{
  border: none;
}
.form-group label{
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.text-main{
  color: #08585A;
}
.btn-main{
  background-color: #08585A;
  background: linear-gradient(to bottom, #66A5AD, #08585A, #66A5AD);
  color:#FFF;
  border: #66A5AD;
}
.btn-main:focus, .btn-main:hover{
  background-color: #C4DFE6;
  background: linear-gradient(to bottom, #C4DFE6, #66A5AD, #C4DFE6);
  color:#000;
}

.sign_up_sheader{
  position: relative;
  font-size: 20px;
}
.sign_up_sheader::after{
  content: '';
  position: absolute;
  background: linear-gradient(to right, #08585A, #FFF);
  top: 30px;
  left: 0px;
  height: 2px;
  width: 120px;
}
.sign_up_back{
  margin: 10px;
  text-align: right;
}



#progressbar {
  padding-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  color: lightgrey;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: 0px;
  padding: 0px;
  box-sizing: border-box;
  display: flex;
  
}

#progressbar .active {
  color: #a72d4a;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  /* width: 25%; */
  flex: 1;
  float: left;
  position: relative;
  font-weight: 400
}



#progressbar #step1:before {
  content: "1"
}

#progressbar #step2:before {
  content: "2"
}

#progressbar #step3:before {
  content: "3"
}

#progressbar #step4:before {
  content: "4"
}

#progressbar #step5:before {
  content: "5"
}
#progressbar #step6:before {
  content: "6"
}

#progressbar li:before {
  width: 30px;
  height: 30px;
  line-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #a72d4a;
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: #a72d4a;
}

@media (max-width: 760px) {

  
#progressbar {
  padding-top: 20px;
  margin-bottom: 20px;
  
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  font-weight: 400
}

#progressbar li:before {
  width: 23px;
  height: 23px;
  line-height: 35px;
  font-size: 12px;
  padding: 2px;
  margin-top: 6px;
}

.progress {
  height: 20px
}


}


/* Tax Form */
.form_group{
  display: flex;
  flex-direction: row;
  max-width: 500px;
  margin-bottom: 5px;
}
.form_control{
  border: 1px #8e6a46 solid;
  background-color: #f8f2eb;
  min-height: 30px;
  height: 30px;
  flex: 1;
  margin-left: 30px;
  padding-left: 10px;
  outline: 1px solid #fbf9f8;
  border-radius: 5px;
  align-self: center;
}
.select2-container{
  border: 1px #8e6a46 solid;
  background-color: #f8f2eb;
  min-height: 30px;
  flex: 1;
  outline: 1px solid #fbf9f8;
  border-radius: 5px;
  align-self: center;


}
.form_group label{
  color: #000;
  font-weight: 500;
  font-size: 14px;
  width: 25%;
  max-width: 200px;
}

@media (max-width: 760px) {
  .form_group{
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .form_control{
    width: 100%;
    margin-left: 0px;
  }
  .select2-container{
    min-width: 100%;
    margin-left: 0px;
  }
  .form_group > label{
    min-width: 100%;
    margin-bottom: 0px;
  }
  
}

.tax_form_hd h3{
  background-color: #8e6a46;
  padding: 2px 10px;
  font-size: 18px;
  color: #FFF;
  border-radius: 10px;
}


.radio_area{
  display: flex;
  font-size: 14px;
}
.radio_qest{
  align-self: center;
  color: #000;
  min-width: 150px;
  /* flex: 1; */

}
.radio_opt{
  padding-top: 20px;
  white-space: nowrap;
  flex: 1;
  align-self: center;
}

.form_radio{
  display: inline-block;
  vertical-align: middle;
  margin: 5px 20px;
}
.form_radio input{
  opacity: 0;
}
.form_radio label{
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.form_radio input + label > span{
  display: inline-block;
  width: 27px;
  height: 27px;
  border: #003B46 solid 2px;
}
.form_radio input:disabled + label > span{
  opacity: 0.2;
}
.form_radio input:checked + label > span{
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #07575B;
  border: #003B46 solid 2px;
}
.form_radio input + label > i{
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  margin-bottom: 20px;
  color: #003B46;
}

.check_area{
  list-style: none;
}
.check_area label{
  white-space: nowrap;
  cursor: pointer;
}
.check_area label i{
  font-style: normal;
}

.tax_more_date{
  /* padding: 10px; */
  display: flex;
  flex: 1;
  justify-content: space-between;
  font-size: 14px;
}
.tax_more_date input{
  height: 30px;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  
}

/* .tax_form_children_tb input{
  width: 100%;
  padding-left: 10px;
  border-radius: 3px;
  border: #003B46 1px solid;
}
.tax_form_children_tb select{
  width: 100%;
  width: 100px;
  height: 30px;
  padding-left: 10px;
  background-color: #FFF;
  border-radius: 3px;
  border: #003B46 1px solid;
} */

.qst_section{
  background-color: #FFF;
  padding: 20px 10px;
}
.qst_section:nth-child(2n){
  background-color: #f8f2eb;
}


.file_area{
  color: #000;
}
.file_area input{
  max-width: 300px;
  max-height: 35px;
}
.number_area{
  color: #000;
}
.number_area input{
  max-width: 300px;
  max-height: 35px;
}

.text_area{
  color: #000;
}
.text_area input{
  max-width: 300px;
}

.input_area{
  color: #000;
}
.input_area input, .input_area select{
  max-width: 300px;
  max-height: 35px;
}

.form_back_area{
  margin-bottom: 10px;
  
}
.form_back_area a{
  cursor: pointer;
  font-size: 16px;
  color: #08585A;
}
.nd-none{
  display: none;
}

.file_line{
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  align-items: center;
  border-top: 1px dotted #003B46;
  background-color: #FFF;
  border-bottom: 1px dotted #003B46;
  padding-top: 2px;
  padding-bottom: 2px;
}
.add_file_btn a {
  color: #07575B;
}

.file_line :nth-child(1){
  background-color: #f8f2eb;
  color: #638cdc !important;
  border-radius: 3px;
  max-width: 500px;
  display: inline-block;
  text-overflow: ellipsis;
}
.file_line :nth-child(2){
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  color: red !important;
  font-size: 18px;
}

.asset_table{
  max-width: 500px;
}
.asset_table td{
  padding: 5px;
}
.asset_table input{
  width: 100%;
  padding-left: 10px;
  border-radius: 3px;
  border: #003B46 1px solid;
}

.readonly_mode input:disabled, .readonly_mode input:read-only,
.readonly_mode select:disabled, 
.readonly_mode textarea:read-only,
.readonly_mode textarea:disabled{
  opacity: 1 !important;
  color:#000;
  border: 1px solid #efefef;
}

.taxed_area.last_a{
  border-left:  2px solid #282727;
}

.taxed_user{
  position: relative;
  text-align: center;
  font-size: 20px;
}
.taxed_user::after{
  content: "";
  position: absolute;
  height: 3px;
  width: 100px;
  background-color: #8e6a46;
  left: calc(50% - 50px);
  top: 30px;
}
/* 
.contry_selt{
  height: 39px !important;
  padding: none;
} */
.select2-selection.select2-selection--single{
  height: 35px;

}

.workplace{
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  border-bottom: 5px solid #e4e0db; 
}

.workplace.nan{
  padding-bottom: unset;
  margin-bottom: unset;
  padding-top: unset;
  border-bottom: unset;
}

.nav-treeview.docs{
  margin-left: 30px;
}
.nav-treeview.docs a{
  font-size: 0.95rem;
}
body.sidebar-collapse .nav-treeview.docs{
  margin-left: 10px;
}
body.sidebar-collapse .nav-treeview.docs a{
  font-size: 1rem;
}

.nowrap, .nowrap a, .nowrap button , .nowrap span{
  white-space: nowrap;
}

.contact-form-area ul{
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.contact-form-area input, .contact-form-area textarea{
  border-color: #999;
}

.contact-form-area #contact_btn_n input{
  background-color: #3e474f;
  padding: 5px 20px;
}

.contact-form-area strong{
  color: #3e474f !important;
}

.bg_modified{
  background-color: #f2f2f2 !important;
  color: #000 !important;
  border-radius: 10px;
  position: relative;
  width: 100%;
}
.bg_modified .btn_area{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bg_modified .btn_area > div{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bt_label{
  background-color: #efd807;
  padding: 2px 5px;
  width: 90%;
  max-width: 300px;
  border-radius: 0px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  cursor: pointer;
}
.bt_label input{
  display: none;
}
.bt_label i{
  flex: 1;
  text-align: center;
  font-style: normal;
  margin-right: 20px;
}
.bt_label input + span{
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 2px solid #000;
  background-color: #FFF;
  margin-right: 20px;
  margin-left: 15px;
}
.bt_label input + span::after{
  flex: 1;
  text-align: center;
}
.bt_label input:checked + span{
  background-color: #000;
  border-color: #FFF;
}


.address_line{
  margin-top: 20px;
  border-top: 1px solid #07575B;
  padding-top: 20px;
}


.view_form_mode label{
  color: #000000 !important;
}


.view_form_mode .viewer{
  background-color: #FFF;
  color:#444 !important;
  border: none;
  font-size: 16px;
}

.form_main_section{

  margin-bottom: 30px;
  border-top: 5px solid #8e6a46;

}
.form_main_section .form_header{
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;

}

.main_form_header{
  font-size: 25px;
  /* font-weight: bold; */
  position: relative;
}

.main_form_header::after{
  position: absolute;
  left: 0px;
  content: '';
  top: 30px;
  background: linear-gradient(to right, #08585A, #f4f0da ) ;
  width: 100%;
  height: 3px;
}

label{
  font-weight: normal;
}
.form-control{
  font-weight: normal;
  min-width: 100px;
  
}

.cope-cart{
  width: 100%;
  max-width: 300px;
  padding: 20px;
  min-height: 280px;
  border-radius: 30px;
  border: 1px;
  border: 1px solid #013B45;
  text-align: center;
  display: inline-block;
  box-shadow: 1px 1px 1px 4px #08585A80;
  margin-top: 15px;
  margin-bottom: 15px;
  

}

.cope-cart-header{
  border-radius: 20px;
  border: 1px solid #08585A;
  padding: 10px 20px;
  display: inline-block;
  border: linear-gradient(0deg, #08585A, #08585A), linear-gradient(0deg, #FAFAFA, #FAFAFA);
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  color: #08585A;
}

.cope-cart p{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  min-height: 40px;
  color: #013B45;
  background-color: #dcf0f3;
  margin-top: 20px;
  border-radius: 8px;
}

.cope-cart ul li i{
  color: #638cdc;
}

.cope-cart ul{
  list-style: none;
  list-style-type: none;
  margin-left: 0px;
  text-align: left;
  margin-bottom: 20px;
}

.cope-cart a{
  min-width: 172px;
  height: 32px;
  padding: 9px 20px;
  background: #08585A;
  color: #FAFAFA !important;
  border: 1px solid #66A5AD;
  box-shadow: 1px 1px 1px 2px #66A5AD;
  border-radius: 7px;
  cursor: pointer;
}

.cope-cart-table{
  border: 1px solid #08585A;
}
.cope-cart-table th{
  border-bottom: 2px solid #138396;
  background-color: #e0f2f5;
}
.cope-cart-table td{
  border-bottom: 1px solid #138396;
  /* padding-top: 5px;
  padding-bottom: 5px; */
}
.cope-cart-table tr td:last-child, .cope-cart-table tr th:last-child{
  text-align: right;
}
.cope-cart-table tr td:last-child a{
  color: #08585A !important;
  margin-right: 10px;
  cursor: pointer;
}

.cope-cart-table tbody tr:nth-child(2n){

  background: linear-gradient(0deg, #ECF8FB, #ECF8FB);

}

.modal .modal-content{
  min-height: 237px;
  border-radius: 26px;
  border: 2px solid #08585A;
  background: linear-gradient(0deg, #ECF8FB, #ECF8FB), linear-gradient(0deg, #08585A, #08585A);
}
.modal .modal-content .modal-header{
  height: 32px;
  border-radius: 25px 25px 0px 0px;
  background: #08585A;
  border: 1px solid #08585A;
  color: #FAFAFA !important;
  font-size: 16px;
  padding: 2px 10px;
}
.modal .modal-content .modal-header button{
  color: #FFFF !important;
  opacity: 0.9;
 }

 .modal .modal-content .modal-footer button{
  border:  1px solid #08585A;
  color: #08585A;
  padding: 5px 30px;
  background-color: #FFF;
 }

 .modal .modal-content .modal-footer button.btn-default{
  border:  1px solid #08585A;
  background-color: #08585A;
  color: #FFF;
 }

 .modal .modal-content .modal-body h4{
  color: #08585A;
 }

 .modal .modal-content .modal-body h4{
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
 }
 
 .modal .modal-content .modal-body:not(.modal-page) p{
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 30px;
 }


 .modal-page h1, .modal-page h2, .modal-page h3, .modal-page h4{
  color: #07575B;
 }
 .modal-page h1{
  font-size: 2rem;
 }
 .modal-page h2{
  font-size: 1.3rem;
 }
 .modal-page h3{
  font-size: 1.2rem;
 }
 .modal-page h4{
  font-size: 1.1rem;
 }

 .footer_links{
  display: flex;
  color: #FAFAFA;
 }
 .footer_links a{
  margin: 10px;
  color: #FAFAFA;
  cursor: pointer;;
 }

 .divider.is-info::after, .divider.is-info::before {
  background-color: #3298dc;
}
.divider:not(.is-right)::after {
  margin-left: 10px;
}
.divider::after, .divider::before {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #dbdbdb;
}
.divider:not(.is-left)::before {
  margin-right: 10px;
}
.divider {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #7a7a7a;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .5px;
  margin: 25px 0;
}