body{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
  #navbar{
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    background-color: #2A4BFF;
  }
  .dashboard-header{
    background-color: #000068 !important;
  }
  #navbar .logo{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}
#navbar a{
  font-family: 'Montserrat', sans-serif;
}
#navbar .login-btn{
  background-color: #fff;
  color: #2A4BFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
  margin-left: 10px;
  border-radius: 4px;
  outline: none;
  border: none;
}
#navbar .signup-btn{
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #fff;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 4px;
  outline: none;
}
#navbar .signup-btn:hover{
 background-color: #fff;
 color: #2A4BFF;
}
  .html-previewer{
    padding: 80px 0px;
    background: url('../images/hero-background.svg');
    background-repeat: no-repeat;
  }
  .html-previewer h2{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
  }
  .html-previewer p{
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #000;
    margin-bottom: 70px;
  }
  
  .drop-zone {
    max-width: 700px;
    height: 300px;
    padding: 25px;
    margin: 10px auto;
    position: relative;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    background-color: #fff;
    cursor: pointer;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    border: 4px dashed rgb(201, 201, 201);
    border-radius: 10px;
  }
  .drop-zone--over {
    border-style: solid;
  }
  .drop-zone img{
    display: block;
    margin: 0px auto 10px auto;
  }
  .drop-zone__input {
    display: none;
  }
  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: absolute;
  }
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  .responsive-btn button{
    border: none;
    background-color: #26267F;
    border-radius: 6px;
    padding: 6px 8px;
    text-align: center;
    color: #fff;
    outline: none;
    margin-right: 10px;
  }
  .responsive-btn button i{
    color: #fff;
    font-size: 20px;
  }
  
  .template-creation{
    padding: 60px 0px 60px 0px;
  }
  .template-creation #preview{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin: 0 auto;
    overflow:auto;
    height: 495px;
  }
  .template-creation h2{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .template-creation .email-send-btn{
    background-color: #6527E7;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
    padding: 6px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }
  .check-now{
    padding: 80px 0px;
    background-color: #F6F2FE;
  }
  .check-now h2{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #000;
    margin-bottom: 20px;
  }
  .check-now p{
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
  }
  .check-now .check-btn{
    background-color: #6527E7;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
    padding: 12px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }
  .footer{
    padding: 60px 0px 20px 0px;
    background-color: #000;
  }
  .footer .footer-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .footer-container .footer-section{
    width: 22%;
  }
  .footer-section h2{
    font-size: 20px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;

  }
  .footer-section h4{
    color: #fff;
    font-size: 20px;
  }
  .footer-section p{
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    
  }
  .footer-section .footer-links{
    margin-top: 20px;
  }
  .footer-links p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
  }
  .footer-links p > a{
    text-decoration: none;
    color: rgb(236, 236, 236);
  }
  .footer-links p > a:hover{
    color: #fff;
  }
  .footer-section .contact{
    margin-top: 20px;
  }
  .footer-section .social-icons i{
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
  }
  .footer-section .contact a{
    color: #fff;
    text-decoration: none;
  }
  .footer-section .contact i{
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
  }
  .slider-mouseover{
    display: none !important;
  }
  .hero{
    background-image: url('../images/main-background.svg');
    background-color: #2A4BFF;
    background-position: center;
    background-size: cover;
    padding: 130px 0px 20px 0px;
  }
  .hero h2{
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 50px;
  }
 .hero p {
  margin-bottom: 50px;
 }
  .hero a{
    border: 2px solid #fff;
    padding: 12px 16px;
    color: #fff;
    font-size: 26px;
    background: transparent;
    border-radius: 6px;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-weight: 600;
  }
  .features{
    padding: 120px 0px;
    background-image: url('../images/features-bg.svg');
    background-position: left;
    background-repeat: no-repeat;
  }
  .features h2{
    color: #000068;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
  }
  .features .card-container{
    margin-left: 120px;
  }
  .features .cards{
    width: 32%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
    text-align: center;
  }
  .features .cards span{
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 19px 8px;
    background-color: #ECF6FF;
    text-align: center;
    border-radius: 50%;
  }
  .features .cards h4{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0px;
  }
  .features .cards p{
    text-align: center;
    font-size: 16px;
    color: #C9CDD5;
  }
  .send-email{
    padding: 120px 0px;
    background-color: #F1FBFF;
  }
  .send-email .img-area{
    width: 45%;
  }
  .send-email .content-area{
    width: 45%;
  }
  .send-email .content-area h4{
    color: #000068;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .send-email .content-area p{
    color: #000;
    font-size: 18px;
    font-weight: 600;
  }
  .send-email .content-area p i{
    color: #000068;
    margin-right: 10px;
    font-size: 22px;
  }
  .send-email .content-area a{
    text-decoration: none;
    border: none;
    outline: none;
    text-align: center;
    color: #fff;
    background-color: #163AFF;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
  }
  .review{
    padding: 120px 0px;
    background-image: url('../images/review-bg.svg');
    background-position: right;
    background-repeat: no-repeat;
  }
  .review h2{
    color: #000068;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
  }
  .review .review-card{
    width: 32%;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    padding: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .review-card img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .review-card h4{
    color: #000068;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
  }
  .review-card i{
    color: #163AFF;
    font-size: 20px;
    margin-left: 5px;
  }
  .review-card p{
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-top: 20px;
  }
  .start-today{
    background-image: url('../images/start-today.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px;
    background-color: #000068;
  }
  .start-today h2{
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }
  .start-today a{
    text-decoration: none;
    border: none;
    outline: none;
    text-align: center;
    color: #fff;
    background-color: #1399FE;
    border-radius: 6px;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 600;
  }
  .account{
    background-image: url('../images/Login-background.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 80px 0px;

  }
  
  .account .account-container{
    width: 60%;
    margin: 0px auto;
    border-radius: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .account-form .has-icon{
    position: relative;
  }
  .login-form .form-control{
    padding: .375rem 2.75rem !important;
  }
  .has-icon .form-control-icon{
    position: absolute;
    top: 35px;
    left: 3px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
  }
  .has-icon .form-control-icon > i{
    color: #777;
  }
  @media screen and (max-width:480px) {
    .navbar-toggler{
        color: #fff;
        padding: 14px 18px;
        outline: none;
        text-align: center;
        border-radius: 0px;
        border: 1px solid #fff;
    }
    
    .footer .footer-container{
      flex-wrap: wrap;
    }
    .footer-container .footer-section{
      width: 100%;
      margin-bottom: 20px;
    }
    }
.editor {
   width: 100%;
   height: 95vh;
   display: flex;
   box-shadow: 0 7px 7px rgba(0, 0, 0, .1), 0 -2px 3px rgba(0, 0, 0, .125);
}
.editor__code {
   border: none;
   width: 49.5%;
   height: 100%;
}
.resizer{
  width: 1%;
  cursor: col-resize;
  background-color: #2c2b2b;
}
.editor__preview {
   width: 49.5%;
   height: 100%;
   flex: 1 1 0%;
}
.editor__code > *, .editor__preview > * {
   width: 100%;
   height: 100%;
}
#exportEditor{
  height: 400px;
}
.modal-dialog{
  max-width: 900px !important;
}