/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #FFF;
    overflow-x: hidden;
    /* background: -webkit-linear-gradient(to left, #6441A5, #2a0845);  */
}

body {
    font-family: montserrat, arial, verdana;
    background: transparent;
}
.brand-identity{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-page {
    width: 100%;
    min-height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}
.login-page input.form-control {
    height: 50px !important;
}
.form-right i {
    font-size: 100px;
}
.bg-theme{background: #ee0979;}
#msform {
    text-align: center;
    position: relative;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    border-radius: 20px;
    margin: 0 10%;
    position: relative;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}
#msform .action-button {
    width: 100px;
    background: #ee0979;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}
#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-weight: bold;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 0px;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 9px;
    width: 19%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 22px;
    display: block;
    font-size: 12px;
    color: #ee0979;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    border: 1px solid #ee0979;
    font-weight: 600;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ee0979;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #ee0979;
    color: white;
}
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}
.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}
/* ------------------------------------------------------- */
.col-form-label {
  margin-bottom: 0;
  font-size: 15px;
}
section.generate-ev.section {
  background-color: #b6d8e9;
}
.primary-btn.btn-link {
  background-color: transparent;
  border: 1px solid #f86d72;
  color: #f86d72;
  text-decoration: none;
  border-radius: 50px;
  font-size: 15px;
  padding: 3px 18px !important;
  margin-top: 7px;
  margin-bottom: 8px;
}
.generate-ev .form-control {
  padding: 0.6rem;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.01rem;
  line-height: normal;
}
section.generate-ev .card-title {
  font-weight: 800;
  color: #e5585d;
  padding-top: 10px;
  padding-bottom: 5px;
}
.radio-buttons{width:100%;margin:0 auto;text-align:center}
.custom-radio input{display:none}
.radio-btn{margin:10px;width:290px;height:240px;border:3px solid transparent;display:inline-block;border-radius:10px;position:relative;text-align:center;box-shadow:0 0 20px #c3c3c367;cursor:pointer}
.radio-btn > i{color:#fff;background-color:#e5585d;font-size:20px;position:absolute;top:-15px;left:50%;transform:translateX(-50%) scale(2);border-radius:50px;padding:3px;transition:.5s;pointer-events:none;opacity:0}
.radio-btn .hobbies-icon{width:150px;height:150px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}
.radio-btn .hobbies-icon img{display:block;width:100%;margin-bottom:20px}
.radio-btn .hobbies-icon i{color:#e5585d;line-height:80px;font-size:60px}
.radio-btn .hobbies-icon h3 {
  color: #660004;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}
.custom-radio input:checked + .radio-btn{border:2px solid #e5585d}
.custom-radio input:checked + .radio-btn > i{opacity:1;transform:translateX(-50%) scale(1)}

.es-form-title img, .es-form-title svg{
  width: 50px;
}
.btn.btn-google {
  min-height: 50px;
  color: #ee0979 !important;
  border-radius: 7px !important;
  border: 1px solid #ee0979;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
}
.font-bold {
    font-weight: bold;
}
input[type=file] {
  width: 300px;
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #555;
}
input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}
input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}
section.header-sec img {
  max-width: 250px;
}
section.header-sec {
  position: fixed;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  padding: 12px 0px;
  box-shadow: 0px 0px 22px #ddd; z-index: 9999;
}
section.es-form {
    padding-top:110px;
}
@media(max-width:767px){
  #msform fieldset {
  padding: 20px 10px;
  width: 98%;
  border-radius: 10px;
  margin: 0 1%;
  position: relative;
}
.eventStory-forms ol, .eventStory-forms ul {
  padding-left: 0rem;
}
.eventStory-forms #progressbar li {
    font-weight: 600 !important;
}
.btn.btn-google {
  min-height: auto;
  display: block;
  margin: 8px 0px;
}
section.es-form {
  padding-top: 70px;
}
}
.container-monitor {
  -webkit-transition: width 0.4s ease, height 0.4s ease;
  -moz-transition: width 0.4s ease, height 0.4s ease;
  -o-transition: width 0.4s ease, height 0.4s ease;
  transition: width 0.4s ease, height 0.4s ease;
}
.container-monitor {
  width: 760px;
  height: 430px;
  margin: 0 auto;
}
.monitor {
  padding: 4%;
  position:relative;
  background: #333;
  border-radius: 10px;
  height: 100%;
}
.monitor:before {
  content: "";
  display: block;
  background: #E6E9ED;
  position: absolute;
  padding: 0.8%;
  margin-right: -0.4%;
  border-radius: 50%;
  right: 50%;
  top: 1.8%;
}
.monitor:after {
  content: "";
  display: block;
  background: #AAB2BD;
  position: absolute;
  padding: 1%;
  border-radius: 10%;
  right: 4%;
  bottom: 1.5%;
}
.screen {
  height: 100%;
}
.content {
  height: 100%;
  width: calc(100% + 17px);
  overflow-y: scroll;
  position: relative;
}
.screen:after {
  content:'';
  display: block;
  height: 88%;
  background: #333;
  position: absolute;
  right: 0;
  top: 6%;
  width: 4%;
}
.content img {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .container-monitor {
    width: 800px;
    height: 466px;
  }
}
@media (max-width: 992px) {
  .container-monitor {
    width: 600px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .container-monitor,
  .container-monitor:hover {
    width: 450px;
    height: 262px;
  }
  #msform {
    margin-top: 30px;
}
  .sm-mt-3{margin-top: 40px;}
}
@media (max-width: 480px) {
  .container-monitor,
  .container-monitor:hover {
        width: 350px;
        height: 230px;
    }
.es-form{overflow-x: clip !important;}
}
h3.titleH3 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.choose-template [type="radio"]:checked,
.choose-template [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.choose-template [type="radio"]:checked + label,
.choose-template [type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.choose-template [type="radio"]:checked + label:before,
.choose-template [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ee0979;
  border-radius: 100%;
  background: #fff;
}
.choose-template [type="radio"]:checked + label:after,
.choose-template [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ee0979;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.choose-template [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.choose-template [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.confirm-btn{
  min-width: 100px;
  background: #ee0979;
  font-weight: bold;
  font-size: 14px;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 15px 19px;
  margin: 10px 5px;
}
.message-box, .custom-Message {
    border: 1px solid #ffb4d9;
    padding: 12px;
    border-radius: 15px;
}
.message-box.no-border{border: none; font-weight: 600;}
