@charset "UTF-8";

@font-face {
  font-family: "OpenSans";
  src: url(../../assets/FONT/OpenSans/OpenSans-Regular.ttf);
}

html,
body {
  background-color: #f2f2f2;
  font-family: "OpenSans";
}

html .stickyHeader,
body .stickyHeader {
  position: fixed;
  z-index: 999;
  width: 100%;
}

html .stickyHeader .container .language,
body .stickyHeader .container .language {
  min-width: 200px;
}

html .row .container,
body .row .container {
  margin-bottom: 130px;
}

header {
  background: #fff;
  height: 90px;
  padding: 23px;
  margin-bottom: 20px;
}

header .logImg {
  display: inline;
  float: right;
  text-align: center;
  position: relative;
  top: 10px;
  padding-right: 16px;
  cursor: pointer;
}

header .logImg img {
  width: 18px;
}

header .logImg span {
  display: block;
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}

header .language {
  float: right;
  min-width: 250px;
  text-align: right;
  padding-right: 15px;
}

header .language label {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #000;
  opacity: 0.5;
  margin: 0px;
  margin-top: -11px;
  margin-bottom: 4px;
  text-align: left;
  padding-left: 46px;
}

header .language select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 5px;
}

.pad {
  padding-left: 14px !important;
}

.steps {
  margin-bottom: 20px;
}

.steps .fix {
  position: fixed !important;
  width: 350px;
}

.steps .steps-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 5px 6px -4px #0000004a;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
}

.steps .steps-content .img {
  background-image: url(../IMG/download.png);
  width: 87px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.steps .steps-content .progress-bar {
  background: transparent;
  color: #000;
  text-align: left;
  font-size: 13px;
  margin-bottom: 20px;
}

.steps .steps-content .progress-bar span {
  opacity: 0.5;
  margin-bottom: 2px;
}

.steps .steps-content .progress-bar .progress {
  background: #ebebeb;
  border-radius: 50px;
  position: relative;
  opacity: 1;
}

.steps .steps-content .progress-bar .progress:before {
  content: "";
  width: 0px;
  height: 10px;
  margin-top: 3px;
  background: #7d25eb;
  border-radius: 50px;
}

.steps .steps-content .progress-bar .progress .prgs {
  background: #7d25eb;
  height: 16px;
  width: 0px;
}

.steps .steps-content .steps-inner .col-lg-6 {
  text-align: right;
}

.steps .steps-content .steps-inner .col-lg-6 p {
  text-align: center;
  border: 1px solid #7d25eb;
  border-radius: 5px;
  box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.29);
  padding: 5px;
  color: #7d25eb;
  font-weight: 600;
}

.steps .steps-content .steps-inner .col-lg-6 span {
  display: inline-block;
  color: #666666;
  padding-top: 3px;
}

.steps .steps-content .steps-inner label {
  display: block;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #0000007a;
}

.steps .steps-content .steps-inner label.done {
  color: #0000007a;
}

.steps .steps-content .steps-inner label.done:before {
  background: url(../IMG/Icon\ ionic-md-checkmark-circle-outline.png);
}

.steps .steps-content .steps-inner label.active {
  color: #7d25eb;
  border: 1px solid #7d25eb;
}

.steps .steps-content .steps-inner label.active:before {

  background: url(../IMG/arrow_right_circle_icon.svg);

}


.steps .steps-content .steps-inner label:before {
  content: "";
  background: url(../IMG/Icon/awesome-circle-notch.png);
  display: block;
  width: 12px;
  height: 12px;
  float: left;
  margin-top: 6px;
  margin-right: 7px;
}

input[type=radio].form-control {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

.steps-content .content .content-section-inner .form-item input[type=text],
.steps-content .content .content-section-inner .form-item input[type=number],
.steps-content .content .content-section-inner .form-item input[type=password],
.steps-content .content .content-section-inner .form-item select,
.steps-content .content .content-section-inner .form-item textarea {
  margin-bottom: 0px !important;
}

.input-form .radio-button {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.input-form .radio-button input {
  display: none;
}

.input-form .radio-button input:checked+span:before {
  background: #03327c;
  box-shadow: 0px 0px 0px 1px #03327c;
}

.input-form .radio-button input+span {
  line-height: 27px;
}

.input-form .radio-button input+span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: #fff;
  border-radius: 50px;
  float: left;
  margin-top: 5px;
  margin-right: 9px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 1px #ccc;
}

.steps-content .content .general-information-title {
  border: 0px !important;
  padding: 0px !important;
  margin-bottom: 5px !important;
  background: transparent !important;
}

.steps-content .content .general-information-title+p {
  margin-bottom: 0px;
}

.steps-content .content .general-information-title+p+.input-form {
  float: right;
}

.steps-content .content .general-information-title+p+.input-form .radio-button {
  margin-left: 10px;
}

.steps-content .content .content-section h4 {
  cursor: pointer;
  background: #fff;
  padding: 20px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: -5px;
  position: relative;
  background-image: url(../IMG/down-arrow.png);
  background-position: 97.5%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.steps-content .content .content-section h4 img {
  width: 24px;
}

.steps-content .content .content-section .content-preview+div h4 {
  background: transparent;
  border: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.steps-content .content .content-section .content-preview h4 {
  background: transparent;
  border: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.steps-content .content .content-section-inner {
  background: #fff;
  padding: 20px 20px;
  border-radius: 5px;
  box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.29);
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}

.steps-content .content .content-section-inner ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.steps-content .content .content-section-inner ul li::before {
  content: "";
  background-color: #d9d9d9;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 20px;
}

.steps-content .content .content-section-inner .startChoice {
  text-align: right;
}

.steps-content .content .content-section-inner .startChoice label {
  margin-left: 10px;
}

.steps-content .content .content-section-inner.collapse-hide {
  overflow: hidden;
  height: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.steps-content .content .content-section-inner .form-item-details {
  background: #efefef;
  /* padding: 20px; */
  border-radius: 10px;
  display: none;
}

.steps-content .content .content-section-inner .form-item-details.item-hide-details {
  display: block;
}

.steps-content .content .content-section-inner .form-item-details .form-item-details-inner {
  color: #03327c;
  font-weight: bold;
  display: block;
  margin-bottom: 0px;
  font-size: 14px;
}

.steps-content .content .content-section-inner h5 {
  color: #838383;
  font-size: 16px;
}

.steps-content .content .content-section-inner .form-item {
  margin-bottom: 20px;
}

.steps-content .content .content-section-inner .form-item img {
  width: 19px;
  margin-top: -3px;
}

.steps-content .content .content-section-inner .form-item.specific-item .input-form {
  float: left;
  margin-top: -5px;
}

.steps-content .content .content-section-inner .form-item label:not(.radio-button) {
  color: #03327c;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.steps-content .content .content-section-inner .form-item input[type=text],
.steps-content .content .content-section-inner .form-item input[type=number],
.steps-content .content .content-section-inner .form-item input[type=password],
.steps-content .content .content-section-inner .form-item select,
.steps-content .content .content-section-inner .form-item textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.steps-content .content .content-section-inner .form-item .add-item-section {
  margin-bottom: 20px;
}

.steps-content .content .content-section-inner .form-item .add-item-section .item {
  background: rgba(125, 37, 235, 0.1);
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 5px;
  color: #03327c;
  font-weight: 500;
  border: 1px solid #7d25eb;


}



.steps-content .content .content-section-inner .form-item .add-item-section .item .close {
  width: 20px;
  height: 20px;
  background: #7d25eb;
  margin-top: 2px;
  border: 1px solid;
  background-image: url(../IMG/close.png);
  background-size: 47%;
  background-repeat: no-repeat;
  background-position: center;

}

.steps-content .content .content-section-inner .form-item .add-item-location {
  margin-bottom: 20px;
}

.steps-content .content .content-section-inner .form-item .add-item-location .item {
  background: #003186;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 5px;
  color: #fff;
}

.steps-content .content .content-section-inner .form-item .add-item-location .item .close {
  width: 20px;
  height: 20px;
  background: #000;
  margin-top: 2px;
  background-image: url(../IMG/close.png);
  background-size: 47%;
  background-repeat: no-repeat;
  background-position: center;
}

.steps-content .content .content-section-inner .form-item .file-selector {
  position: relative;
  text-align: center;
  padding: 100px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.steps-content .content .content-section-inner .form-item .file-selector img {
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  opacity: 0.2;
}

.steps-content .content .content-section-inner .form-item .file-selector input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  height: 170px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}

.info-section {
  display: block;
  background: #f2ebf9;
  padding: 20px 30px;
  padding-left: 100px;
  border-radius: 10px;
  margin-bottom: 30px;
  font-weight: 400;
  box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.29);
  border: 1px solid #e9e9e9;
  color: #68319f;
  background-image: url(../IMG/Icon\ open-info.png);
  background-position: 30px;
  background-repeat: no-repeat;
}

.indexLog .row {
  justify-content: center;
  padding-left: 15px;
}

.indexLog .row .loginPart img {
  width: 48px;
}

.indexLog .row .loginPart .mb-3 {
  width: 100% !important;
  float: none !important;
  display: flex;
  justify-content: center;
}

.indexLog .row .loginPart .mb-3 label {
  width: 20%;
  padding-top: 6px;
}

.indexLog .row .loginPart .mb-3 input {
  display: inline-block;
  width: 50%;
}

button {
  border: 0px;
  padding: 7px 20px;
  border-radius: 5px;
  background: #003186;
  color: #fff;
  font-size: 14px;
}

.file-content {
  background: #ffffff;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  padding: 38px;
}

.file-content .fileName {
  border: 1px solid #7d25eb;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 13px;
  text-align: left;
  padding: 5px 11px;
  color: #7d25eb;
  font-weight: 500;
}

.file-content .fileName span {
  display: inline-block;
  width: calc(100% - 30px);
}

.file-content .fileName .removeFile {
  float: right;
  padding: 0px 9px;
  color: #003186;
  background-color: white;
}

.file-content .close-file-section {
  float: right;
  background: #003186;
  padding: 3px 18px;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.margnSection {
  margin-top: 109px;
}

footer {
  position: fixed;
  bottom: 0;
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-top: 50px;
  background: #fff;
}

footer nav {
  text-align: center;
  width: 100%;
}

footer a {
  text-decoration: none !important;
  line-height: 42px;
  margin-left: 20px;
  color: #000 !important;
  opacity: 0.6;
  font-size: 16px;
}

footer a:first-child:before {
  display: none;
}

footer a:before {
  content: "";
  background-color: #d9d9d9;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 20px;
}

.modal-footer {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  margin-top: 5px;
}

.modal-footer button.save {
  background: #7d25eb;
  border: 2px solid #7d25eb;
  border-radius: 5px;
  font-weight: 400;
  margin-right: 10px;
  padding: 4px 25px;
  font-size: 14px;
  margin: 0px;
}

.select2-selection__rendered {
  position: absolute;
  background: transparent;
  padding-right: 100%;
}

span.selection {
  position: relative;
  background: transparent;
}

#exampleModal .modal-body {
  text-align: center;
}

.modal.show .modal-dialog {
  top: 22%;
}

.modal-header {
  padding-left: 25px;
  margin: 5px;
  color: white;
  padding-right: 25px;
  background: #003186;
  box-shadow: 0px -3px 20px 0px #0000001a;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.modal-header button.close {
  background: #003186;
  box-shadow: none !important;
  opacity: 1;
  padding: 1rem 10px;
}

.modal-header button.close span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border-radius: 100%;
  opacity: 1;
  font-weight: 500;
  text-shadow: none;
  color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #003186;
  background: #E5E5E5;
}

.select2-container--default .select2-results__option--selected {
  background: #fff;
}

.buttons {
  text-align: right;
  position: fixed;
  z-index: 99;
  background: #fff;
  box-shadow: 0px -3px 20px 0px #0000001a;
  display: inline-block;
  width: 100%;
  bottom: 81px;
  padding: 12px;
}

.buttons button {
  padding: 4px 32px;
  margin-top: 4px;
  background-color: #2c2c2c;
}

.buttons .next,
.buttons .prevv {
  background: #7d25eb;
  float: right;
  margin-left: 10px;
}

div.logo {
  background-image: url(../IMG/KPMG_logo.svg.png);
  display: block;
  float: left;
  height: 42px;
  width: 100px;
}

.select2-container {
  width: 80% !important;
}

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container .select2-container--open .select2-dropdown {
  max-height: 236px;
  overflow-y: auto;
}

.select2-container--default .select2-selection--single {
  padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}

input[type=search]:focus {
  outline: none;
}

#exampleModal .modal-dialog .modal-content .increaseSize {
  height: 205px;
  margin-right: 15px;
  margin-left: 15px;
}

.modal-dialog {
  max-width: 960px;
}

.sumFile .file-content .close-file-section {
  display: none;
}

.sumFile .fileName button {
  display: none;
}

.btncopy {
  float: right;
  position: relative;
  top: -6px;
}

.btncopy button {
  background: #fff;
  padding: 0px;
}

.btncopy button img {
  width: 25px;
}

.btncopy button span {
  color: #212529;
}

.sumPerson .add-item-section .item button,
.sumPerson .add-item-location .item button {
  display: none;
}

#exampleModalkısıtlama .modal-dialog {
  top: 20px;
}

button.location {
  margin: 10px 10px 0px 0px;
}

div.countryBtn {
  border: 1px solid #003186;
  border-radius: 10px;
  margin: 10px 10px 10px 0px;
  padding-left: 10px;
  display: inline-block;
}

div.countryBtn span {
  color: #003186;
}

div.countryBtn button.removeCountry {
  background: transparent;
  color: #003186;
  padding: 7px 10px 7px 20px;
  border-radius: 5px;
}

.reqBorder {
  border: 1px solid #ED2124 !important;
  border-radius: 5px;
}

.reqBorderText {
  border: 1px solid #ED2124 !important;
  color: #ED2124 !important;
}

span.reqBorder {
  border: none !important;
  color: #ED2124 !important;
}

span.reqBorder::before {
  box-shadow: 0px 0px 0px 1px #ED2124 !important;
}

#exampleModal2 .modal-dialog {
  width: 400px;
}

#exampleModal2 .modal-dialog .modal-body p {
  margin: 15px;
}

#exampleModal2 .modal-dialog .modal-body div.guid {
  margin: 30px 20px;
  text-align: center;
  color: #7d25eb;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.29);
  border: 1px solid #e9e9e9;
}

#exampleModal2 .modal-dialog .modal-body #guid-id h6 {
  display: inline-block;
  margin: 0px;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 108px;
}

.stepProgress {
  width: 12.5% !important;
}

.frstStepProgress {
  width: 33.3333333333% !important;
}

.secondStepProgress {
  width: 66.6666666667% !important;
}

.lastStepProgress {
  width: 100% !important;
}

.indexCon .row {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.indexCon .row .loginPart {
  background-color: #d9d9d9;
  padding: 30px;
  padding-top: 40px;
  border-radius: 5px;
  box-shadow: 0px 5px 6px -4px #0000004a;
  border: 1px solid #003186;
}

a.nextBtn {
  background: #003186 !important;
  margin-left: 10px;
  padding: 10px;
  border: 0px;
  padding: 7px 20px;
  border-radius: 5px;
  background: #003186;
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px
}

a.nextBtn:hover {
  text-decoration: none !important;
}

.indexCon .row .loginPart .nextBtn {
  background: #003186;
  float: right;
  margin-left: 10px;
}

.indexCon .row .loginPart .mb-3 {
  width: 50%;
  float: left;
  padding: 5px;
}

.indexCon .row .loginPart p {
  margin-left: 5px;
}

.indexCon .row .copybox {
  margin-bottom: 10px;
}

.indexCon .row a {
  color: #003186;
  text-decoration: none !important;
  margin-left: 5px;
  font-size: 14px;
}

.indexCon .row h4 {
  margin-bottom: 20px;
  color: #666666;
}

.indexCon .row .nextBtn {
  background: #7d25eb;
}

.indexCon .row .newnotification {
  padding: 30px;
  padding-top: 40px;
}

.indexCon .row .newnotification h4 {
  margin-left: -7px;
}

.error-body {
  padding-bottom: 10px;
  margin-left: 5px;
}

.error-body p {
  display: inline;
  color: #ED2124;
  font-weight: 600;
}

.error-body img {
  width: 24px;
}

input.form-control:-internal-autofill-selected {
  background-color: #fff !important;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: transparent !important;
  background-color: #fff !important;
}

.form-control {
  background-color: #fff !important;
}

.add-company {
  width: 50% !important;
}

.jst {
  word-break: break-word;
}

.container {
  overflow: hidden;
}

.indexCon,
header .container {
  overflow: initial !important;

}

@media only screen and (max-width: 900px) {
  header .language {
    float: right;
    min-width: 159px;

  }

  header .language label {
    padding-left: 29px;
  }

  html .row .container,
  body .row .container {
    margin-bottom: 0px;
    overflow: hidden;
  }


  header .logImg {
    padding-right: 0px;
  }

  .steps-content .content .content-section-inner .form-item .file-selector {
    padding: 100px 20px;
  }

  .steps .fix {
    position: initial !important;
    width: 100% !important;
  }

  html .stickyHeader,
  body .stickyHeader {
    width: 100% !important;
    position: initial !important;
  }

  .file-content .fileName span {
    display: inline-block;
    width: calc(100% - 30px);
    word-break: break-all;
  }

  .buttons {
    width: 100%;
    position: initial !important;
  }

  footer {
    position: initial !important;
    margin-top: 20px !important;
  }

  footer a {
    display: block;
  }

  footer a:first-child:before {
    display: inline;
    margin-left: 27px;
  }

  footer nav {
    display: block !important;
    width: 100%;
  }

  #exampleModal2 .modal-dialog {
    width: 375px;
  }

  input.form-control {
    width: 100%;
  }

  .indexCon .row .loginPart {
    margin: 0px 10px;
  }

  .indexLog .row {
    justify-content: center;
    padding-left: 15px;
  }

  .indexLog .row .loginPart .mb-3 {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }

  .indexLog .row .loginPart .mb-3 label {
    width: 100%;
    padding-top: 6px;
  }

  .indexLog .row .loginPart .mb-3 input {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .steps .fix {
    position: initial !important;
    width: 300px;
  }
}

.logo {
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */


#midStep .close,
#midStep .add,
#midStep .close-file-section,
#midStep .removeFile,
#midStep h4 img,
#midStep label img,
#midStep .add-item {

  display: none;

}


.info-success {
  box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.29);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: white;
}

.info-success .top {
  height: 130px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background: #003186;
}

.info-success .content-info {
  text-align: center;
  position: relative;
  margin-top: -70px;
}

.info-success .content-info h4 {
  margin-bottom: 30px;
  color: #03327c;
}

.info-success .content-info h2 {
  font-weight: bold;
  color: #03327c;
}

.info-success .content-info img {
  animation: fadeIn 2s ease-in both;
}

.info-success .content-info button.nextBtn {
  margin-bottom: 50px;
}

.info-success .content-info .info-section {
  text-align: left;
  color: #03327c;
  display: inline-block;
  width: calc(100% - 95px);
  border: 2px dotted #03327c;
  background-color: rgba(0, 49, 134, 0.05);
}

.info-success .content-info .info-section .info-inputs .btncopy {
  float: none;
  position: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-align: right;
  width: 85%;
}

.info-success .content-info .info-section .info-inputs .btncopy button {
  background: none;
}

.info-success .content-info .info-section .info-inputs .btncopy button img {
  animation: none;
  width: 27px;
}

.info-success .content-info .info-section .info-inputs .btncopy button span {
  font-weight: bold;
  color: #03327c;
}

.info-success .content-info .info-section .info-inputs .form-item label {
  float: none;
  display: inline-block;
  width: 25%;
}

.info-success .content-info .info-section .info-inputs .form-item input[type=text] {
  display: inline-block;
  width: 60%;
  border: 1px solid #03327c;
  border-radius: 5px;
  outline: none;
  padding: 10px 15px;
  margin-bottom: 10px;
}

#firstStep textarea {
  height: 260px;
}

#midStep .content-section-inner h4 {
  padding-left: 10px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #7d25eb;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: white;
  background: #7d25eb;
  margin-top: 40px;
  font-size: 20px;
}

#midStep .content-section-inner h4.notif {
  font-size: 24px;
  padding-left: 0px;
  background-color: white;
  color: #212529;
  border: none;
  margin-top: 0px;
}

#midStep .content-section-inner div.form-item {
  padding: 10px;
  border: 1px solid #e9e9e9;
  position: relative;
  top: -5px;
  z-index: -1;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

#midStep .content-section-inner div.form-item label {
  margin-bottom: 20px;
  margin-top: 10px;
}

#midStep .content-section-inner div.form-item label span {
  margin-bottom: 0px;
}

#midStep .content-section-inner div.form-item label span::before {
  display: none !important;
}

#midStep .content-section-inner div.form-item label span:checked {
  display: none !important;
}

#midStep .content-section-inner div.form-item input,
#midStep .content-section-inner div.form-item textarea {
  border: 1px solid rgba(125, 37, 235, 0.4);
}

#midStep .content-section-inner div.form-item .form-item-details {
  background: #f2ebf9;
}

#midStep .content-section-inner div.form-item .form-item-details .col-lg-6 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

#midStep .content-section-inner div.form-item .form-item-details-inner input {
  border: 1px solid rgba(125, 37, 235, 0.4);
}

#midStep .content-section-inner div.form-item .form-item-details .col-lg-6:last-child {
  margin-bottom: 10px;
}

#midStep .content-section-inner div.form-item .add-item {
  display: none !important;
}

#midStep .content-section-inner div.form-item .add-item-section {
  display: inline-block;
}

#midStep .content-section-inner div.form-item .add-item-section .item {
  border: none;
  margin-left: 24px;
  color: #003186;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 5px;
  background: #fff !important;
}

#midStep .content-section-inner div.form-item .add-item-section .item::before {
  content: "";
  display: inline-block;
  width: 30px;
  position: absolute;
  margin-left: -35px;
  height: 30px;
  margin-right: 20px;
  margin-top: -4px;
  /* background: white; */
  background-image: url(../IMG/bullet.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#midStep .content-section-inner div.form-item .file-selector {
  padding: 0px;
  border: 2px dashed #7d25eb;
  display: inline-block;
}

#midStep .content-section-inner div.form-item .file-selector img,
#midStep .content-section-inner div.form-item .file-selector p {
  display: none;
}

#midStep .content-section-inner div.form-item .file-selector .file-content {
  position: inherit;
}

#midStep .content-section-inner div.form-item .file-selector .file-content .fileName {
  border: none;
  font-weight: bold;
  width: 100%;
}

#midStep .content-section-inner div.form-item .file-selector .file-content .fileName span {
  display: inline;
}

#midStep .content-section-inner div.form-item .file-selector .file-content .fileName ::before {
  content: "";
  display: inline-block;
  width: 30px;
  position: absolute;
  margin-left: -41px;
  height: 30px;
  margin-right: 20px;
  margin-top: -4px;
  /* background: white; */
  background-image: url(../IMG/attach.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#midStep .content-section-inner .locationArea .add-item-section .item {
  margin-left: 24px;
  color: #003186;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 5px;
  background: #fff;
}

#midStep .content-section-inner .locationArea .add-item-section .item::before {
  content: "";
  display: inline-block;
  width: 30px;
  position: absolute;
  margin-left: -35px;
  height: 30px;
  margin-right: 20px;
  margin-top: -4px;
  /* background: white; */
  background-image: url(../IMG/bullet.svg) !important;
  background-repeat: no-repeat;
  background-size: 100%;
}

#midStep .content-section-inner h4 {
  display: block;
  width: 100%;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line],
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #ED2124;
}

.swal2-icon.swal2-error {
  border-color: #ED2124;
}

.swal2-timer-progress-bar {
  background: rgba(237, 33, 36, 0.4);
}

.swal2-popup.swal2-toast {
  border: 1px solid rgba(125, 37, 235, 0.3);
}

.swal2-popup.swal2-toast .swal2-title {
  display: block;
  color: #ED2124;
  padding-top: 3px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

div.companyLogo {
  margin-bottom: 20px;
  max-height: 130px;
}

div.companyLogo img {
  width: auto;
  max-height: 130px;
  max-width: 100%;
  mix-blend-mode: multiply;
}


.indexCon .row .newnotification {
  padding-top: 0px;
}

.file-content {
  overflow-x: auto;
  background: #ffffff;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  padding: 38px;
}

@media only screen and (max-width:780px) {
  .indexCon .row .loginPart {
    position: inherit !important;
    display: inline-block !important;
  }

  .indexCon,
  header .container {
    height: 100% !important;
  }

  .indexCon .row {
    display: inline-block !important;
    padding-right: 20px;
  }

  footer a {
    display: block;
    border-top: 2px solid #f2f2f2;
    width: 50%;
  }



  footer a:first-child {

    border-top: none !important
  }

  footer nav {
    text-align: -webkit-center;

  }

}

@media only screen and (max-width:900px) {

  footer a::before {
    display: none !important;
  }
}


@media only screen and (max-width:600px) {

  #firstStep span.info-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-position: 50% !important;
  }


  .info-success span.info-section {
    padding-left: 10px !important;
    width: calc(100% - 88px) !important;
    padding-right: 10px !important;
    background-position: calc(100% / 2) !important;
  }

  .info-success span.info-section .info-inputs {
    display: block;
    position: relative;
    margin-top: 10px;
  }

  .info-success span.info-section .info-inputs .btncopy {
    width: 100% !important;
  }

  .info-success span.info-section .info-inputs .form-item label,
  .info-success span.info-section .info-inputs .form-item input {
    width: 100% !important;
  }

}

.form-item .nonItem {
  background: transparent !important;
  padding: 0px !important;
  border-radius: 0px !important;
}

.second-step-access .form-item .info-section {
  display: none !important;
}

.steps-content .content .content-section-inner .form-item-details span.info-section {
  margin-left: 20px;
  margin-right: 20px;
}



.steps-content .content .content-section-inner .form-item-details .row {
  padding: 0px 20px;
}




.steps-content #midStep .content-section-inner .form-item-details {
  padding: 10px;
}

.steps-content #midStep div.form-item-details.noninfo {
  display: none;
}



.steps-content #firstStep .content-section-inner .form-item-details {
  padding: 20px;
}



.errorFile div.swal2-popup .swal2-title {
  padding: 0px;
  margin: 0px;
}

.errorFile div.swal2-popup h2 ul {
  padding-left: 10px;
  margin-bottom: 0px;
}

.errorFile div.swal2-popup h2 ul li {
  font-weight: 400;
  margin-bottom: 10px;
  list-style-type: none;
}

.errorFile div.swal2-popup h2 ul li b {
  display: block;
}

@media screen and(max-height:800px) {
  footer {
    position: inherit !important;
    margin-top: 0px !important;
  }

  .buttons,
  .steps .fix {
    position: inherit !important;
  }

}

@media only screen and (max-height: 800px) {
  footer {
    position: inherit !important;
    margin-top: 0px !important;
  }

  .buttons,
  .steps .fix {
    position: inherit !important;
  }

  html .row .container,
  body .row .container {
    margin-bottom: 0px;
  }

  .margnSection {
    margin-top: 120px;
  }

  .indexCon {
    height: 100% !important;
    margin-bottom: 20px;
  }
}

#midStep .content-section-inner div.form-item .form-item-details-inner input {
  border: 1px solid rgba(125, 37, 235, 0.4);
  background: transparent;
}


#midStep .content-section-inner div.form-item input,
#midStep .content-section-inner div.form-item textarea {
  border: 1px solid rgba(125, 37, 235, 0.4);
  background: #e9ecef;

  opacity: 0.7;



}