* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
   
}

p {
    color: grey
}

body{
     width : 100%;
}

#heading {
    text-transform: uppercase;
    color: #282680;
    font-weight: normal;
    word-spacing : 10px;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}


#msform .action-button {
    width: 100px;
    background: #282680;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    margin-top: 30px;
   
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #282680;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #282680;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #282680;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #education:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #work:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #self:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    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: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #282680
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #ed1c24;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.row.justify-content-center {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

table {
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: center;
    /* padding:6px 20px; */
  }
  tr th {
   border: 1px solid #dddddd;
    text-align: center;
    padding:6px 20px;
    background-color: #282680;
    color:#fff;
  }
  
  tr:hover {
    background-color: #dddddd;
    cursor: pointer;
  }
  
  .content td, .content th {
      border-top: 1px solid transparent;
      padding: 2px 10px 2px 15px;
  }

  .reasonforleave textarea.inlineform {
    border: none;
    width: 50%;
        margin: 0px 15px;
    padding: 3px;
    height: 25px;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #000;
}

.reasonforleave textarea.inlineform-short {
    border: none;
    width: 10%;
        margin: 0px 15px;
    padding: 3px;
    height: 25px;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #000;
}

.reasonforleave textarea.inlineform:focus-visible {
    border-bottom: 1px solid #000;
    outline: none;
    height: 25px;
    margin: 0px 15px;
    padding: 0;
}

.reasonforleave textarea.inlineform-short:focus-visible {
    border-bottom: 1px solid #000;
    outline: none;
    height: 25px;
    margin: 0px 15px;
    padding: 0;
}

.reasonforleave{
    padding-top: 50px;
    padding-bottom: 50px;
}

.professional-reference{
    padding-bottom: 50px;
}

.reasonforleave p {
    text-align: justify;
}
.professional-reference p{
    padding-top: 20px;
    padding-bottom: 20px;
}

.professional-reference p {
    text-align: left;
}
.professional-reference h2.text-left.mb-4 {
    text-align: left;
    padding: 0;
}
input.inlineform-short {
    width: auto !important;
    border: none !important;
}

textarea {
    border: 1px solid #999999;
    width: 100%;
    margin: 5px 0;
    padding: 3px;
}

.text-center {
    text-align: center!important;
    margin: 0 auto;
}

.maininnerrow {
    width: 85%;
}

.form-group {
    padding: 15px 0px;
}

input[type="string"] {
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    padding: 10px 10px;
}

input#printButton {
    width: 100px;
    padding: 10px 0px;
}



textarea.inlineform {
    border: none;
    width: 50%;
        margin: 0px 15px;
    padding: 3px;
    height: 25px;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #000;
}

textarea.inlineform-short {
    border: none;
    width: 10%;
        margin: 0px 15px;
    padding: 3px;
    height: 25px;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #000;
}

textarea.inlineform:focus-visible {
    border-bottom: 1px solid #000;
    outline: none;
    height: 25px;
    margin: 0px 15px;
    padding: 0;
}

textarea.inlineform-short:focus-visible {
    border-bottom: 1px solid #000;
    outline: none;
    height: 25px;
    margin: 0px 15px;
    padding: 0;
}


.panel { margin: 0px auto 40px;
    max-width: none;
    text-align: left;}
.button_outer {background: #83ccd3; border-radius:30px; text-align: center; height: 50px; width: 200px; display: inline-block; transition: .2s; position: relative; overflow: hidden;}
.btn_upload {padding: 17px 30px 12px; color: #fff; text-align: center; position: relative; display: inline-block; overflow: hidden; z-index: 3; white-space: nowrap;}
.btn_upload input {position: absolute; width: 100%; left: 0; top: 0; width: 100%; height: 105%; cursor: pointer; opacity: 0;}
.file_uploading {width: 100%; height: 10px; margin-top: 20px; background: #ccc;}
.file_uploading .btn_upload {display: none;}
.processing_bar {position: absolute; left: 0; top: 0; width: 0; height: 100%; border-radius: 30px; background:#83ccd3; transition: 3s;}
.file_uploading .processing_bar {width: 100%;}
.success_box {display: none; width: 50px; height: 50px; position: relative;}
.success_box:before {content: ''; display: block; width: 9px; height: 18px; border-bottom: 6px solid #fff; border-right: 6px solid #fff; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); position: absolute; left: 17px; top: 10px;}
.file_uploaded .success_box {display: inline-block;}
.file_uploaded {
    margin-top: 0;
    width: 50px;
    background: #83ccd3;
    height: 50px;
    display: none;
}
.uploaded_file_view { position: relative; transition: .2s;}
.file_remove{width: 30px; height: 30px; border-radius: 50%; display: block; position: absolute; background: #aaa; line-height: 30px; color: #fff; font-size: 12px; cursor: pointer; right: -15px; top: -15px;}
.file_remove:hover {background: #222; transition: .2s;}
.uploaded_file_view img {max-width: 100%;}
.uploaded_file_view.show {opacity: 1;}
.error_msg {text-align: center; color: #f00}


