<style type="text/css">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

.errorframe {
  /*display: block;*/
  position: absolute;



  border-radius: 2px;
  /*box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);*/
  overflow: hidden;
  /*background: #fff;*/
  /*color: #415868;*/

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}

.errormodal {
  position: absolute;
  width: 280px;
  height: auto;
  top: 85px;
  left: 60px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  overflow: hidden;
  animation: show-errormodal 0.7s ease-in-out;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  z-index: 5;
}

.errormodal.hide {
  animation: hide-errormodal 0.6s ease-in-out both;
}

.errormodal img {
  /*margin-top: 24px;*/
}

.errormodal .title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 14px 0 5px 0;
}

.errormodal .msg {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  /*margin: 0;*/
  margin-bottom: 3.9em;
  padding: 0 30px;
  margin-top: 1em;
  font-weight: bold;
}

.errormodal .title-msg {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  /*margin: 0;*/
  margin-bottom: 2px;
  padding: 0 30px;
}

.errormodal .failbutton {
  position: absolute;
  /*height: 40px;*/
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff270e;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  width: 100%;
  border: 1px;
}

.errormodal .sucessbutton {
  position: absolute;
  /*height: 40px;*/
  bottom: 0;
  left: 0;
  right: 0;
  background: #5dc809;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  width: 100%;
  border: 1px;
}



@keyerrorframes show-errormodal {
  0% {
    transform: scale(0);
  }

  60% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyerrorframes hide-errormodal {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0);
  }
}

@media (min-width: 1200px) {

  .profileerrormodel {
    position: absolute;
    top: 0;
    margin-left: 4em;
  }

}

@media (max-width: 400px) {
  .errormodal {
    top: 85px;
    left: 2em;

  }

  .profileerrormodel {
    position: relative;
    margin-left: -1em;
  }

}

@media (min-width: 376px) {

  .profileerrormodel {
    position: relative;
    margin-left: -2em;
  }

}



@media (min-width: 450px) {

  .profileerrormodel {
    position: relative;
    margin-left: -.3em;
  }

}

#validation {
  display: none;
}

#validation1 {
  display: none;
}

#sucesspop {
  display: block;
}


/*Profile CSS*/
.form-control:focus {
  box-shadow: none;
  border-color: #BA68C8
}

.profile-button {
  background: rgb(99, 39, 120);
  box-shadow: none;
  border: none
}

.profile-button:hover {
  background: #682773
}

.profile-button:focus {
  background: #682773;
  box-shadow: none
}

.profile-button:active {
  background: #682773;
  box-shadow: none
}

.back:hover {
  color: #682773;
  cursor: pointer
}

.labels {
  font-size: 11px
}

.add-experience:hover {
  background: #BA68C8;
  color: #fff;
  cursor: pointer;
  border: solid 1px #BA68C8
}

@media (min-width: 1200px) {
  .marginside {
    margin-left: 12em;
    margin-right: 2em;
  }
}

@media (max-width: 1200px) {
  .marginside {
    margin-left: 2em;
    margin-right: 2em;
  }
}

@media (max-width: 450px) {
  .marginside {
    margin-left: 2em;
    margin-right: 2em;
  }

  .border-right {
    border-right: 0px solid #dee2e6 !important;
  }
}