*{
  margin:0px; 
  padding:0px; 
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
}

html{ 
  width:100%; 
  height:100%; 
  margin:0px; 
  padding:0px;
}

body{ 
  margin:0px; 
  padding:0px; 
  font-family: 'Actor', sans-serif; 
  font-size:16px; 
  font-weight:400; 
  color:#fff; 
  background:#050508; 
  min-height:100%;
}

p{
  color: #000;
}

.topbar{
  background-color: #1A352D;
  color: #fff;
  padding: 20px 0;
}

.topbar .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-topbar{
  background-color: #E8EBEF;
  color: #252525;
  padding: 20px 0;
}

.sub-topbar .container{
  display: flex;
  align-items: center;
}

.sub-topbar .container a{
  text-decoration: none;
}

.btn{
  border-radius: 2px !important;
  font-size: 14px !important;
  color: #fff !important;
  border: none !important;
  padding: 15px !important;
  font-weight: 600 !important;
}

.btn-primary{
  background-color: #1A352D !important;
}

.btn-secondary{
  background-color: #00BD86 !important;
  color: #000 !important;
}

.form-label{
  font-weight: 500;
}

.form-control{
  border-radius: 0 !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 10px 0 !important;
}

a{
  color: #000 !important;
}

.header__center {
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-column-gap: 1.2rem;
  align-items: center;
}

.header__center::before,
.header__center::after {
  content: "";
  display: block;
  height: 1px;
  background-color: currentColor;
}

.frameimg img{
  position: fixed;
  right: 0;
  top: 91px;
}

.frameimg02 img{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
}

input::placeholder{
  color: #1a352d65 !important;
  font-weight: 500 !important;
}

.bottombar{
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #E8EBEF;
}

.middle-part{
  position: relative;
}

.titledef{
  width: 50px;
}

.frstname{
  width: calc(100% - 50px);
}

/* progress */

#progress{
  padding-left: 0 !important;
  margin-top: 5rem;
}

#progress p{
  margin-bottom: 0 !important;
}

#progress .node {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display:inline-block;
  transition: all 1000ms ease;
}

#progress .activated {
  box-shadow: 0px 0px 3px 2px rgba(194, 255, 194, 0.8);
}

#progress .divider {
  height: 70px;
  width: 2px;
  margin-left: 4px;
  transition: all 800ms ease;
}

#progress li p {
  display:inline-block;
  margin-left: 25px;
}

#progress li {
  list-style: none;
  line-height: 1px;
}


.blue { background-color: rgba(82, 165, 255, 1); }
.black{ background-color: #000 }
.red { background-color: rgba(255, 148, 148, 1); }
.grey { background-color: #1a352d65; }

.table tbody tr td{
  border-bottom: none !important;
  vertical-align: middle !important;
}

.btn-outline-secondary {
  color: #6c757d !important;
  border: 1px solid #6c757d !important;
  border-radius: 4px !important;
}

.btn-outline-secondary:hover{
  color: #fff !important;
}

.upload-box{
  width: 100%;
  background-color: #F1F1F1;
  border: 1px dashed #BAC0C9;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.btn-up{
  background-color: #1A352D;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px !important;
}

.preview-box{
  background-color: #F1F1F1;
  padding: 1rem;
  height: 400px;
  overflow-y: auto;
  margin-bottom: 20rem;
}

.top-progress{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #25463D;
  padding: 15px;
  border-radius: 50px;
}

.top-progress p{
  color: #fff;
  margin-bottom: 0;
}

.top-progress .active{
  color: #00BD86;
}