@charset "utf-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px
}

.pdl{
  padding-left: 0px;
}
.pdr{
  padding-right: 0px;
}

.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top:30px;
}
.mt40{
  margin-top: 40px;
}
.mt50{
  margin-top: 50px;
}
.mt60{
  margin-top: 60px;
}
.mt70{
  margin-top: 70px;
}


body {
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    background: #e2ebfa;
    color: #000;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

header {
    background: #fff;
}

.login-main-bg {
  margin: 0;
  padding: 0;
  background: #f1f1f1;
}

h1, h2, h3, h4{
  font-family: 'Lato', sans-serif;
}

/******** Login-Strat *************/

.login-btn-fa {
  position: relative;
}
.login-btn-fa i {
  background: #0073bb;
  position: absolute;
  height: 100%;
  padding: 15px;
  color: #fff;
}
.bg-primary-transparent {
    background-color:#e9e9e9;
    height: auto;
}
.login-form-section {
  padding: 20px 30px 30px;
  background: #fff;
  margin-top: 110px;
  box-shadow: 10px 13px 20px 7px rgb(82 90 101 / 16%);
  height:82%;

}
.top-heading p {
    font-size: 18px;
    font-weight: 500;
}
.top-heading h3 {
    font-size: 30px;
    font-weight: 700;
}
.top-heading {
    margin-top: 50px;
    margin-bottom: 20px;
}
form.login-formsec label {
    font-weight: 500;
    color: #9f9d9ddd;
}
form.login-formsec .form-control {
    outline: 0;
    background: #fff;
    width: 100%;
    margin: 0 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddddddb8;
    box-shadow: none;
    padding-left: 50px;
}
form.login-formsec button.btn-main-primary.btn-block.btn.btn-primary {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #0073bb;
  width: 100%;
  border: 0;
  padding: 10px;
  color: #FFFFFF;
  font-size: 13px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 0;
  letter-spacing: 1;
}
.login-right-image img {
    width: 93%;
}
.forget-psw a:hover {
    color: #106bd9;
}

.forget-psw a {
    font-weight: 700;
    color: #000;
    text-align: right;
    display: inline-block;
    text-decoration: revert;
      font-size: 13px;

}
.forget-psw {
    margin-top: 10px;
    text-align: right;
}

.captch-img img {
    width: 70%;
}
.captch-img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.login-form-section span {
  display: inline-block;
  margin-bottom: 20px;
}
.login-form-section2 p {
  font-size: 15px;
  line-height: 18px;
}
.login-form-section2 img {
  margin: auto;
}

.login-form-section2 {
  padding: 40px 30px 30px;
  background: #0073bb;
  margin-top: 110px;
  color: #fff;
  box-shadow: 10px 13px 20px 7px rgb(82 90 101 / 16%);
  height: 82%;
  text-align: center;

}
.register-btn {
  margin-top: 30px;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px 5px;
  border: none;
  display: inline-block;
  letter-spacing: 0.5;
}
.row.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/******** Login-End *************/







/******** Reg-start *************/

.reg-form-section {
  padding: 20px 30px 30px;
  background: #fff;
  margin-top: 110px;
  box-shadow: 10px 13px 20px 7px rgb(82 90 101 / 16%);
  height:81%;

}
.reg-form-section2 {
  padding: 0;
  background: #fff;
  margin-top: 110px;
  box-shadow: 10px 13px 20px 7px rgb(82 90 101 / 16%);
  height:80%;

}
.reg-form-section span {
  display: inline-block;
  margin-bottom: 20px;
}


/******** Reg-End *************/



/******** Dashboard_start *********/


.sidebar{
  position: fixed;
  height: 100%;
  width: 240px;
  background: #0073bb;
  transition: all 0.5s ease;
}
.sidebar.active{
  width: 60px;
}
.sidebar .logo-details{
  height: 80px;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i{
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  min-width: 60px;
  text-align: center
}
.sidebar .logo-details .logo_name{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.sidebar .nav-links{
  margin-top: 10px;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  height: 50px;
}
.sidebar .nav-links li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #2784bf;
}
.sidebar .nav-links li a.active{
  background: #081D45;
}
.sidebar .nav-links li a:hover{
  background: #081D45;
}
.sidebar .nav-links li i{
  min-width: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
span.links_name .fa {
  width: 100%;
  margin-right: 5px;
  text-align: right;
  font-size: 22px;
}
.sidebar .nav-links li a .links_name{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}
.sidebar .nav-links .log_out{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #05183e;

}
.home-section{
  position: relative;
  background: #f5f5f5;
  min-height: 100vh;
  width: calc(100% - 240px);
  left: 240px;
  transition: all 0.5s ease;
}
.sidebar.active ~ .home-section{
  width: calc(100% - 60px);
  left: 60px;
}
.home-section nav{
  display: flex;
  justify-content: space-between;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  width: calc(100% - 240px);
  left: 240px;
  z-index: 100;
  padding: 0 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.sidebar.active ~ .home-section nav{
  left: 60px;
  width: calc(100% - 60px);
}
.home-section nav .sidebar-button{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}
nav .sidebar-button i{
  font-size: 35px;
  margin-right: 10px;
}
.home-section nav .search-box{
  position: relative;
  height: 50px;
  max-width: 550px;
  width: 100%;
  margin: 0 20px;
}
nav .search-box input{
  height: 100%;
  width: 100%;
  outline: none;
  background: #F5F6FA;
  border: 2px solid #EFEEF1;
  border-radius: 6px;
  font-size: 18px;
  padding: 0 15px;
}
nav .search-box .bx-search{
  position: absolute;
  height: 40px;
  width: 40px;
  background: #2697FF;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  transition: all 0.4 ease;
  cursor: pointer;
}
.home-section nav .profile-details{
  display: flex;
  align-items: center;
  background: #F5F6FA;
  border: 2px solid #EFEEF1;
  border-radius: 6px;
  height: 50px;
  min-width: 190px;
  padding: 0 15px 0 2px;
}
nav .profile-details img{
  height: 40px;
  width: 40px;
  border-radius: 6px;
  object-fit: cover;
}
nav .profile-details .admin_name{
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0 10px;
  white-space: nowrap;
}
.btn-header {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: var(--gap);
  padding: 0;
  cursor: pointer;
  border: none;
  box-shadow: var(--shadow);
  position: relative;
  color: #fff;
  text-align: center;
}
.dropdown-part i {
  font-size: 17px !important;
  color: #2697ff !important;
}
.dropdown-part {
  position: absolute;
  width: 170px;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  margin-top: 0.3rem;
  background: white;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
  right: 50px;
  left: auto;
  top: 60px;
}
.dropdown-part a {
display: flex;
align-items: center;
column-gap: var(--gap);
padding: 0.8rem 1rem;
text-decoration: none;
color: #2d2b2b;
border-bottom: 1px dotted #ddd;
}
.dropdown-part a:hover {
background-color: var(--color);
color: #4e9bf7;
}
span.member-sin a {
  color: #fff;
  font-weight: 500;
  text-decoration: revert;
}
span.member-sin {
  display: block;
  margin-bottom: 10px;
}
.show {
visibility: visible;
opacity: 1;
transform: translateY(0rem);
}

.arrow {
transform: rotate(180deg);
transition: 0.2s ease;
}
div#dropdown i {
padding-right: 5px;
}

nav .profile-details i {
  color: #000;
  font-size: 25px;
}
.home-section .home-content {
  position: relative;
  padding-top: 104px;
  padding-bottom: 20px;
}
.home-content .overview-boxes{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-bottom: 26px;
}
.overview-boxes .box{
  /* display: flex; */
  align-items: center;
  justify-content: center;
  width: calc(100% / 4 - 15px);
  background: #fff;
  padding: 15px 14px;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.overview-boxes .box-topic {
  font-size: 15px;
  font-weight: 500;
}
.home-content .box .number {
  display: inline-block;
  font-size: 30px;
  margin-top: 10px;
  font-weight: 500;
}
.home-content .box .indicator{
  display: flex;
  align-items: center;
}
.home-content .box .indicator i{
  height: 20px;
  width: 20px;
  background: #8FDACB;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin-right: 5px;
}
.box .indicator i.down{
  background: #e87d88;
}
.home-content .box .indicator .text{
  font-size: 12px;
}
.home-content .box .cart{
  display: inline-block;
  font-size: 32px;
  height: 50px;
  width: 50px;
  background: #cce5ff;
  line-height: 50px;
  text-align: center;
  color: #66b0ff;
  border-radius: 12px;
  margin: -15px 0 0 6px;
}
.home-content .box .cart.two{
   color: #2BD47D;
   background: #C0F2D8;
 }
.home-content .box .cart.three{
   color: #ffc233;
   background: #ffe8b3;
 }
.home-content .box .cart.four{
   color: #e05260;
   background: #f7d4d7;
 }
.home-content .total-order{
  font-size: 20px;
  font-weight: 500;
}
.home-content .sales-boxes{
  display: flex;
  justify-content: space-between;
  /* padding: 0 20px; */
}

/* left box */
.home-content .sales-boxes .recent-sales{
  width: 100%;
  background: #fff;
  padding: 20px 20px;
  margin: 0 20px;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  
}
.home-content .sales-boxes .sales-details{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sales-boxes .box .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}


.sales-boxes .sales-details li.topic{
  font-size: 20px;
  font-weight: 500;
}
.sales-boxes .sales-details li{
  list-style: none;
  margin: 8px 0;
}
.sales-boxes .sales-details li a{
  font-size: 14px !important;
  color: #333;
  font-size: 400;
  text-decoration: none;
}
.sales-boxes .box .button{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.sales-boxes .box .button a{
  color: #fff;
  background: #0A2558;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sales-boxes .box .button a:hover{
  background:  #0d3073;
}

.data-sestion tr th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 6px 20px;
  background-color: #4e9bf7;
  color: #fff;
  font-size: 13px;
}

.data-sestion {
  border-collapse: collapse;
  width: 100%;
}
.data-sestion td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 6px 20px;
  font-size: 13px;
}
.bg-wrapper h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
/* Right box */
.home-content .sales-boxes .top-sales{
  width:50%;
  background: #fff;
  padding: 20px 30px;
  margin: 0 20px 0 0;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin: 0 20px;
}
.sales-boxes .top-sales li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.sales-boxes .top-sales li a img{
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 10px;
  background: #333;
}
.sales-boxes .top-sales li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sales-boxes .top-sales li .product,
.price{
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
/* Responsive Media Query */
@media (max-width: 1240px) {
  .sidebar{
    width: 60px;
  }
  .sidebar.active{
    width: 220px;
  }
  .home-section{
    width: calc(100% - 60px);
    left: 60px;
  }
  .sidebar.active ~ .home-section{
    left: 220px;
    width: calc(100% - 220px);
    overflow: hidden;
  }
  .home-section nav{
    width: calc(100% - 60px);
    left: 60px;
  }
  .sidebar.active ~ .home-section nav{
    width: calc(100% - 220px);
    left: 220px;
  }
}
@media (max-width: 1150px) {
  .home-content .sales-boxes{
    flex-direction: column;
  }
  .home-content .sales-boxes .box{
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 30px;
  }
  .home-content .sales-boxes .top-sales{
    margin: 0;
  }
}
@media (max-width: 1000px) {
  .overview-boxes .box{
    width: calc(100% / 2 - 15px);
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  nav .sidebar-button .dashboard,
  nav .profile-details .admin_name,
  nav .profile-details i{
    display: none;
  }
  .home-section nav .profile-details{
    height: 50px;
    min-width: 40px;
  }
  .home-content .sales-boxes .sales-details{
    width: 560px;
  }
}
@media (max-width: 550px) {
  .overview-boxes .box{
    width: 100%;
    margin-bottom: 15px;
  }
  .sidebar.active ~ .home-section nav .profile-details{
    display: none;
  }
}
@media (max-width: 400px) {
  .sidebar{
    width: 0;
  }
  .sidebar.active{
    width: 60px;
  }
  .home-section{
    width: 100%;
    left: 0;
  }
  .sidebar.active ~ .home-section{
    left: 60px;
    width: calc(100% - 60px);
  }
  .home-section nav{
    width: 100%;
    left: 0;
  }
  .sidebar.active ~ .home-section nav{
    left: 60px;
    width: calc(100% - 60px);
  }
}

.sub-menu ul {
  background-color: #ebebeb;
  position: relative;
  z-index: 99;
}
.sub-menu ul li a {
	background: #f8f8f8;
	border-left: 4px solid transparent;
	padding: 10px 20px;
}
.sub-menu ul li a:hover {
  background: #ebebeb;
  border-left: 4px solid #2697ff;
  color: #fff;
}

.right-side img {
  width: 30%;
  float: left;
  margin-right: 20px;
}
.right-side img {
  width: 30%;
  float: left;
  margin-right: 20px;
}






/******** Maximum width responsive *************/
@media screen and (max-width:1400px) {}

@media screen and (max-width: 1199px) {


}

@media screen and (max-width: 991px) {


}

@media screen and (max-width: 767px) {
  .login-form-section {
     height: auto;}
     .login-form-section2 {
      height: auto;}
      .login-form-section2 {
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .login-form-section {
      height: auto;
      margin-top: 40px;
        }
        .reg-form-section {
              height: auto;
      }
      .reg-form-section2 img {
        width: 100%;
    }
    .reg-form-section2 {
        margin-top: 40px;
        height: auto;
    }
    .reg-form-section {
      margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {

}



/******** Minimum width responsive *************/
@media screen and (min-width: 480px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}

/*********************** Minimum to Maximum width *****************/

@media screen and (min-width: 420px) and (max-width: 579px) {}

@media screen and (min-width: 580px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 991px) {}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

@media screen and (min-width: 1200px) and (max-width: 1400px) {}

#container {
  width: 100%;
  height: 300px;
}

@keyframes rotate-vertical {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}

.alert:hover i {
  animation: rotate-vertical 1.1s ease-out;
}
.application-logo-sec {
  
  background: #FFF;
  -webkit-box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
  -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
  box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
  padding: 10px 0;
  position: relative;
  z-index: 99;
}
section.application-wrapper {
    padding-top: 360px;
    padding-bottom: 80px;
    margin-top: 20px;
}
.application-logo-sec ul.right-nav {
  padding-left: 0px;
  float: right;
  padding-top: 10px;
  margin: 0;
}
.application-logo-sec ul.right-nav li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
.application-logo-sec ul.right-nav li a {
  width: 150px;
  height: 45px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  color: #106bd9;
  border: solid 1px #106bd9;
  vertical-align: middle;
  display: table-cell;

  
}
.application-logo-sec ul.right-nav li:last-child {
    margin-right: 0px;
}
.application-logo-sec ul.right-nav li.active a {
    background-color: #106bd9;
    color: #fff;
}

.app-hrding h3 {
    margin-top: 9px;
}

.app-hrding {
    text-align: center;
    margin-top: 10px;
    background: #fff;
    padding-bottom: 14px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
}

.alert .sign {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  display: inline-block;
}


.alert-white {
  padding-left: 61px;
  position: relative;
  width: 32%;
  display: inline-block;
  margin-left: 10px;
  border: 1px dotted #b0aeae;
  box-shadow: none;
}
.alert-white:hover {
  color: #fff;
  box-shadow: 0 13px 13px -11px rgb(82 90 101 / 12%);
  background: #106bd9;
  transition: all linear 0.3s;
  cursor: pointer;
}
.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: -1px;
  border: 1px solid #bdbdbd;
}

.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -5px;
  background: #fff;
}

.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white .icon i {
  font-size: 25px;
  color: #FFF;
  left: 10px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
.alert:hover i{ animation: rotate-vertical 1.1s ease-out;}

.alert-white.alert1 .icon,.alert-white.alert1 .icon:after {
  border-color: #29d2e4;
  background: #29d2e4;
}

.alert-white.alert2 .icon,.alert-white.alert2 .icon:after {
  border-color: #8bc34a;
  background: #8bc34a;
}

.alert-white.alert3 .icon,.alert-white.alert3 .icon:after {
  border-color: #f87d09;
  background: #f87d09;
}

.alert-white.alert4 .icon,.alert-white.alert4 .icon:after {
  border-color: #e91e63;
  background: #e91e63;
}


.alert-white.alert5 .icon,.alert-white.alert5 .icon:after {
  border-color: #6495ED;
  background: #6495ED;
}


.alert-white.alert6 .icon,.alert-white.alert6 .icon:after {
  border-color:	#f4c600;
  background: 	#f4c600;
}


.alert-white.alert7 .icon,.alert-white.alert7 .icon:after {
  border-color: #800000;
  background: #800000;
}
.degital-sec {
    box-shadow: 3px 6px 29px 16px rgb(82 90 101 / 12%);
    padding: 30px 20px;
    margin-bottom: 60px;
    background: #fff;
}
ul.right-nav img {
  height: 50px;
  width: 50px;
}
p.sub-name {
  font-size: 20px;
  margin-bottom: 0;
}
.id-part {
  color: #9b9696;
}

#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
#accordion a {
  display: block;
  padding: 10px 15px;
  background: #106bd9;
  text-decoration: none;
  color: #fff;
  margin-bottom: 2px;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #106bd9;
  color: white;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #081d45;
  transition: all 0.2s ease-in;
 
}
.panel-title {
  text-align: left;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  float: right;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #fff;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}.TA-HRDING {
  background: #081d45;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1;
  margin-bottom: 10px;

}


.ta-main-form .form-control {
   outline: 0;
  background: transparent;
  width: 100%;
  margin: 0 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  height: 35px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}

.ta-main-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}
.top-formsec {
  background: #fafafa;
  padding: 20px;
}
.submit-btn button {
  background: #05183e;
  color: #fff;
  border: none;
  width: 15%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1;
}
.submit-btn {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}


.tabset-mainsec > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset-mainsec .tab-panel {
  display: none;
}

.tabset-mainsec > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset-mainsec > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset-mainsec > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset-mainsec > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset-mainsec > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset-mainsec > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}


.tabset-mainsec > label {
  position: relative;
  display: inline-block;
  padding: 4px 17px 6px 10px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  background: #081d45;
  text-align: center;
  margin: auto;
  color: #fff;
  border-radius: 5px;
}
.tab-panel {
  background: #f1f1f1;
  padding: 10px;
  margin-top: 10px;
}
.panel-body {
  padding: 20px 20px;
}
.tabset-mainsec > label:active {
  background: #106bd9;
}




.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */  
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.responsive-table thead th {
  background-color: #106bd9;
  border: 1px solid #e7f1f4;
  font-weight: normal;
  text-align: center;
  color: white;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle;
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 2px solid #081d45;
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
  background-color: #106bd9;
  color: white;
  font-weight: 100;
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
.responsive-table tbody td {
  text-align: right;
  border: 1px solid #b4b6b7;
}


@media (min-width: 52em) {
  .responsive-table {
    font-size: .9em;
  }
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .responsive-table tr {
    display: table-row;
  }
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em;
  }

  .responsive-table caption {
    font-size: 1.5em;
  }
  .responsive-table tbody {
    display: table-row-group;
  }
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
    border: 1px solid #b4b6b7;
    font-weight: 500;
}
  .responsive-table tbody td {
    text-align: left;
  }
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
  .responsive-table tfoot {
    font-size: .9em;
  }
}

@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em;
  }
}
button.sl-btn {
  color: #fff;
  background: #106bd9;
  border-radius: 3px;
  border: 1px solid #106bd9;
}
.tabset-mainsec > input:checked + label {
  background: #106bd9;
}


.header-sub span {
  font-weight: 600;
  border-bottom: 1px solid #fff;
  color: #ffe308;
}
.header-sub {
  background: #4e9bf7;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5;
  margin-top: 20px;
  margin-bottom: 20px;
}
.details-image img {
  margin: auto;
  width: 180px;
  height: 180px;
}
.details-image {
  text-align: center;
  margin: auto;
  padding: 10px;
}
.header-sub-main h3 {
  font-size: 18px;
} 
.preview-details span {
  border: 1px dotted #ddd;
  display: block;
  padding: 7px;
  text-align: center;
}
.preview-details h4 {
  font-size: 15px;
  font-weight: unset;
}
.form-control-list {
  outline: 0;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  height: 22px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.document-part{
  width: 100%;

}
.document-part  th, td {
  border:1px solid black;
  padding: 10px;


}

.last-btn a {
  background: #007dbe;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 13px;
}

.last-btn {
  text-align: center;
}

.app-hrding img {
    margin: auto;
}



.main-login a {
    color: #000;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 20px 0;
    text-decoration: none;
}

.main-login img {
    width: 60%;
    display: block;
    margin: auto;
}

.main-login:hover img {
    filter: invert(1);
}

.main-login a:hover {
    color: #fff;
}

.main-login:hover {
    background: #17ab8a;
    box-shadow: 0px 0px 16px -2px #878787;
    color: #fff;
    position: relative;
    z-index: 999;
}

.main-login {
    border: 2px solid #ddd;
    text-align: center;
    transition: all linear 0.5s;
    border-radius: 25px;
    padding: 20px;
    height: 190px;
}
.main-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 100px;
    background: transparent;
    border: none;
    font-weight: 500;
    font-size: 17px;
}


    .main-login a:hover {
        color: #fff;
    }
    .main-login h4 {
        height: 40px;
    }