:root {
  --primary-font: "Roboto", sans-serif;
  --font-awesome: "Font Awesome 5 Pro";
  --primary-color: #1898a5;
  --primary-dark: #067b87;
  --primary-light: #dcf7fe;
  --secondary-color: #59169b;
  --secondary-active: #D2FAFF;
  --comp-color-1: #4477ba;
  --comp-color-2: #f39f3d;
  --action-color: #c21779;
  --typo-heading: #1c2b3c;
  --typo-para: #4d4d4d;
  --typo-para-2: #5d6d81;
  --typo-light: #939393;
  --border-color: #d3d3d3;
  --input-border-color: #b9ebf1;
  --background-grey: #F4F5F7;
  --light-bg-color: #f9fafa;
  --footer-bottom-bg: #f2f2f2;
  --color-red: #E54750;
  --error-color: #FF0003;
  --radius: 0.4rem;
  --card-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

/* Mixins */

/*-- Spacing --*/

.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

@media (max-width: 991px) {
  .lg-m-t-0 {
    margin-top: 0px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-0 {
    padding-top: 0px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-0 {
    margin-top: 0px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-0 {
    padding-top: 0px !important;
  }
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

@media (max-width: 991px) {
  .lg-m-b-0 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-0 {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-0 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-0 {
    padding-bottom: 0px !important;
  }
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

@media (max-width: 991px) {
  .lg-m-l-0 {
    margin-left: 0px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-0 {
    padding-left: 0px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-0 {
    margin-left: 0px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-0 {
    padding-left: 0px !important;
  }
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

@media (max-width: 991px) {
  .lg-m-r-0 {
    margin-right: 0px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-0 {
    padding-right: 0px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-0 {
    margin-right: 0px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-0 {
    padding-right: 0px !important;
  }
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

@media (max-width: 991px) {
  .lg-m-t-5 {
    margin-top: 5px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-5 {
    padding-top: 5px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-5 {
    margin-top: 5px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-5 {
    padding-top: 5px !important;
  }
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

@media (max-width: 991px) {
  .lg-m-b-5 {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-5 {
    padding-bottom: 5px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-5 {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-5 {
    padding-bottom: 5px !important;
  }
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

@media (max-width: 991px) {
  .lg-m-l-5 {
    margin-left: 5px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-5 {
    padding-left: 5px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-5 {
    margin-left: 5px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-5 {
    padding-left: 5px !important;
  }
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

@media (max-width: 991px) {
  .lg-m-r-5 {
    margin-right: 5px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-5 {
    padding-right: 5px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-5 {
    margin-right: 5px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-5 {
    padding-right: 5px !important;
  }
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

@media (max-width: 991px) {
  .lg-m-t-10 {
    margin-top: 10px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-10 {
    padding-top: 10px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-10 {
    margin-top: 10px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-10 {
    padding-top: 10px !important;
  }
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

@media (max-width: 991px) {
  .lg-m-b-10 {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-10 {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-10 {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-10 {
    padding-bottom: 10px !important;
  }
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

@media (max-width: 991px) {
  .lg-m-l-10 {
    margin-left: 10px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-10 {
    padding-left: 10px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-10 {
    margin-left: 10px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-10 {
    padding-left: 10px !important;
  }
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

@media (max-width: 991px) {
  .lg-m-r-10 {
    margin-right: 10px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-10 {
    padding-right: 10px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-10 {
    margin-right: 10px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-10 {
    padding-right: 10px !important;
  }
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

@media (max-width: 991px) {
  .lg-m-t-15 {
    margin-top: 15px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-15 {
    padding-top: 15px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-15 {
    margin-top: 15px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-15 {
    padding-top: 15px !important;
  }
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

@media (max-width: 991px) {
  .lg-m-b-15 {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-15 {
    padding-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-15 {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-15 {
    padding-bottom: 15px !important;
  }
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

@media (max-width: 991px) {
  .lg-m-l-15 {
    margin-left: 15px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-15 {
    padding-left: 15px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-15 {
    margin-left: 15px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-15 {
    padding-left: 15px !important;
  }
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

@media (max-width: 991px) {
  .lg-m-r-15 {
    margin-right: 15px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-15 {
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-15 {
    margin-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-15 {
    padding-right: 15px !important;
  }
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

@media (max-width: 991px) {
  .lg-m-t-20 {
    margin-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-20 {
    padding-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-20 {
    margin-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-20 {
    padding-top: 20px !important;
  }
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

@media (max-width: 991px) {
  .lg-m-b-20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-20 {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-20 {
    padding-bottom: 20px !important;
  }
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

@media (max-width: 991px) {
  .lg-m-l-20 {
    margin-left: 20px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-20 {
    padding-left: 20px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-20 {
    margin-left: 20px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-20 {
    padding-left: 20px !important;
  }
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

@media (max-width: 991px) {
  .lg-m-r-20 {
    margin-right: 20px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-20 {
    padding-right: 20px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-20 {
    margin-right: 20px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-20 {
    padding-right: 20px !important;
  }
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

@media (max-width: 991px) {
  .lg-m-t-25 {
    margin-top: 25px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-25 {
    padding-top: 25px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-25 {
    margin-top: 25px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-25 {
    padding-top: 25px !important;
  }
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

@media (max-width: 991px) {
  .lg-m-b-25 {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-25 {
    padding-bottom: 25px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-25 {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-25 {
    padding-bottom: 25px !important;
  }
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

@media (max-width: 991px) {
  .lg-m-l-25 {
    margin-left: 25px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-25 {
    padding-left: 25px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-25 {
    margin-left: 25px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-25 {
    padding-left: 25px !important;
  }
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

@media (max-width: 991px) {
  .lg-m-r-25 {
    margin-right: 25px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-25 {
    padding-right: 25px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-25 {
    margin-right: 25px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-25 {
    padding-right: 25px !important;
  }
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

@media (max-width: 991px) {
  .lg-m-t-30 {
    margin-top: 30px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-30 {
    padding-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-30 {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-30 {
    padding-top: 30px !important;
  }
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

@media (max-width: 991px) {
  .lg-m-b-30 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-30 {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-30 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-30 {
    padding-bottom: 30px !important;
  }
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

@media (max-width: 991px) {
  .lg-m-l-30 {
    margin-left: 30px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-30 {
    padding-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-30 {
    margin-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-30 {
    padding-left: 30px !important;
  }
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

@media (max-width: 991px) {
  .lg-m-r-30 {
    margin-right: 30px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-30 {
    padding-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-30 {
    margin-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-30 {
    padding-right: 30px !important;
  }
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

@media (max-width: 991px) {
  .lg-m-t-35 {
    margin-top: 35px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-35 {
    padding-top: 35px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-35 {
    margin-top: 35px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-35 {
    padding-top: 35px !important;
  }
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

@media (max-width: 991px) {
  .lg-m-b-35 {
    margin-bottom: 35px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-35 {
    padding-bottom: 35px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-35 {
    margin-bottom: 35px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-35 {
    padding-bottom: 35px !important;
  }
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

@media (max-width: 991px) {
  .lg-m-l-35 {
    margin-left: 35px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-35 {
    padding-left: 35px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-35 {
    margin-left: 35px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-35 {
    padding-left: 35px !important;
  }
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

@media (max-width: 991px) {
  .lg-m-r-35 {
    margin-right: 35px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-35 {
    padding-right: 35px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-35 {
    margin-right: 35px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-35 {
    padding-right: 35px !important;
  }
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

@media (max-width: 991px) {
  .lg-m-t-40 {
    margin-top: 40px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-40 {
    padding-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-40 {
    margin-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-40 {
    padding-top: 40px !important;
  }
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

@media (max-width: 991px) {
  .lg-m-b-40 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-40 {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-40 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-40 {
    padding-bottom: 40px !important;
  }
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

@media (max-width: 991px) {
  .lg-m-l-40 {
    margin-left: 40px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-40 {
    padding-left: 40px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-40 {
    margin-left: 40px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-40 {
    padding-left: 40px !important;
  }
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

@media (max-width: 991px) {
  .lg-m-r-40 {
    margin-right: 40px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-40 {
    padding-right: 40px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-40 {
    margin-right: 40px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-40 {
    padding-right: 40px !important;
  }
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

@media (max-width: 991px) {
  .lg-m-t-45 {
    margin-top: 45px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-45 {
    padding-top: 45px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-45 {
    margin-top: 45px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-45 {
    padding-top: 45px !important;
  }
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

@media (max-width: 991px) {
  .lg-m-b-45 {
    margin-bottom: 45px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-45 {
    padding-bottom: 45px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-45 {
    margin-bottom: 45px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-45 {
    padding-bottom: 45px !important;
  }
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

@media (max-width: 991px) {
  .lg-m-l-45 {
    margin-left: 45px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-45 {
    padding-left: 45px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-45 {
    margin-left: 45px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-45 {
    padding-left: 45px !important;
  }
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

@media (max-width: 991px) {
  .lg-m-r-45 {
    margin-right: 45px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-45 {
    padding-right: 45px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-45 {
    margin-right: 45px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-45 {
    padding-right: 45px !important;
  }
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

@media (max-width: 991px) {
  .lg-m-t-50 {
    margin-top: 50px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-50 {
    padding-top: 50px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-50 {
    margin-top: 50px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-50 {
    padding-top: 50px !important;
  }
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

@media (max-width: 991px) {
  .lg-m-b-50 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-50 {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-50 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-50 {
    padding-bottom: 50px !important;
  }
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

@media (max-width: 991px) {
  .lg-m-l-50 {
    margin-left: 50px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-50 {
    padding-left: 50px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-50 {
    margin-left: 50px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-50 {
    padding-left: 50px !important;
  }
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

@media (max-width: 991px) {
  .lg-m-r-50 {
    margin-right: 50px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-50 {
    padding-right: 50px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-50 {
    margin-right: 50px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-50 {
    padding-right: 50px !important;
  }
}

.m-t-55 {
  margin-top: 55px !important;
}

.p-t-55 {
  padding-top: 55px !important;
}

@media (max-width: 991px) {
  .lg-m-t-55 {
    margin-top: 55px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-55 {
    padding-top: 55px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-55 {
    margin-top: 55px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-55 {
    padding-top: 55px !important;
  }
}

.m-b-55 {
  margin-bottom: 55px !important;
}

.p-b-55 {
  padding-bottom: 55px !important;
}

@media (max-width: 991px) {
  .lg-m-b-55 {
    margin-bottom: 55px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-55 {
    padding-bottom: 55px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-55 {
    margin-bottom: 55px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-55 {
    padding-bottom: 55px !important;
  }
}

.m-l-55 {
  margin-left: 55px !important;
}

.p-l-55 {
  padding-left: 55px !important;
}

@media (max-width: 991px) {
  .lg-m-l-55 {
    margin-left: 55px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-55 {
    padding-left: 55px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-55 {
    margin-left: 55px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-55 {
    padding-left: 55px !important;
  }
}

.m-r-55 {
  margin-right: 55px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

@media (max-width: 991px) {
  .lg-m-r-55 {
    margin-right: 55px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-55 {
    padding-right: 55px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-55 {
    margin-right: 55px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-55 {
    padding-right: 55px !important;
  }
}

.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

@media (max-width: 991px) {
  .lg-m-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-60 {
    padding-top: 60px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-60 {
    padding-top: 60px !important;
  }
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

@media (max-width: 991px) {
  .lg-m-b-60 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-60 {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-60 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-60 {
    padding-bottom: 60px !important;
  }
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

@media (max-width: 991px) {
  .lg-m-l-60 {
    margin-left: 60px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-60 {
    padding-left: 60px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-60 {
    margin-left: 60px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-60 {
    padding-left: 60px !important;
  }
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

@media (max-width: 991px) {
  .lg-m-r-60 {
    margin-right: 60px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-60 {
    padding-right: 60px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-60 {
    margin-right: 60px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-60 {
    padding-right: 60px !important;
  }
}

.m-t-65 {
  margin-top: 65px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

@media (max-width: 991px) {
  .lg-m-t-65 {
    margin-top: 65px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-65 {
    padding-top: 65px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-65 {
    margin-top: 65px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-65 {
    padding-top: 65px !important;
  }
}

.m-b-65 {
  margin-bottom: 65px !important;
}

.p-b-65 {
  padding-bottom: 65px !important;
}

@media (max-width: 991px) {
  .lg-m-b-65 {
    margin-bottom: 65px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-65 {
    padding-bottom: 65px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-65 {
    margin-bottom: 65px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-65 {
    padding-bottom: 65px !important;
  }
}

.m-l-65 {
  margin-left: 65px !important;
}

.p-l-65 {
  padding-left: 65px !important;
}

@media (max-width: 991px) {
  .lg-m-l-65 {
    margin-left: 65px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-65 {
    padding-left: 65px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-65 {
    margin-left: 65px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-65 {
    padding-left: 65px !important;
  }
}

.m-r-65 {
  margin-right: 65px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

@media (max-width: 991px) {
  .lg-m-r-65 {
    margin-right: 65px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-65 {
    padding-right: 65px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-65 {
    margin-right: 65px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-65 {
    padding-right: 65px !important;
  }
}

.m-t-70 {
  margin-top: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

@media (max-width: 991px) {
  .lg-m-t-70 {
    margin-top: 70px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-70 {
    padding-top: 70px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-70 {
    margin-top: 70px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-70 {
    padding-top: 70px !important;
  }
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

@media (max-width: 991px) {
  .lg-m-b-70 {
    margin-bottom: 70px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-70 {
    padding-bottom: 70px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-70 {
    margin-bottom: 70px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-70 {
    padding-bottom: 70px !important;
  }
}

.m-l-70 {
  margin-left: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

@media (max-width: 991px) {
  .lg-m-l-70 {
    margin-left: 70px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-70 {
    padding-left: 70px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-70 {
    margin-left: 70px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-70 {
    padding-left: 70px !important;
  }
}

.m-r-70 {
  margin-right: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

@media (max-width: 991px) {
  .lg-m-r-70 {
    margin-right: 70px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-70 {
    padding-right: 70px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-70 {
    margin-right: 70px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-70 {
    padding-right: 70px !important;
  }
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

@media (max-width: 991px) {
  .lg-m-t-75 {
    margin-top: 75px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-75 {
    padding-top: 75px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-75 {
    margin-top: 75px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-75 {
    padding-top: 75px !important;
  }
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

@media (max-width: 991px) {
  .lg-m-b-75 {
    margin-bottom: 75px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-75 {
    padding-bottom: 75px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-75 {
    margin-bottom: 75px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-75 {
    padding-bottom: 75px !important;
  }
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

@media (max-width: 991px) {
  .lg-m-l-75 {
    margin-left: 75px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-75 {
    padding-left: 75px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-75 {
    margin-left: 75px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-75 {
    padding-left: 75px !important;
  }
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

@media (max-width: 991px) {
  .lg-m-r-75 {
    margin-right: 75px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-75 {
    padding-right: 75px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-75 {
    margin-right: 75px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-75 {
    padding-right: 75px !important;
  }
}

.m-t-80 {
  margin-top: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

@media (max-width: 991px) {
  .lg-m-t-80 {
    margin-top: 80px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-80 {
    padding-top: 80px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-80 {
    margin-top: 80px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-80 {
    padding-top: 80px !important;
  }
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

@media (max-width: 991px) {
  .lg-m-b-80 {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-80 {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-80 {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-80 {
    padding-bottom: 80px !important;
  }
}

.m-l-80 {
  margin-left: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

@media (max-width: 991px) {
  .lg-m-l-80 {
    margin-left: 80px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-80 {
    padding-left: 80px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-80 {
    margin-left: 80px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-80 {
    padding-left: 80px !important;
  }
}

.m-r-80 {
  margin-right: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

@media (max-width: 991px) {
  .lg-m-r-80 {
    margin-right: 80px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-80 {
    padding-right: 80px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-80 {
    margin-right: 80px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-80 {
    padding-right: 80px !important;
  }
}

.m-t-85 {
  margin-top: 85px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

@media (max-width: 991px) {
  .lg-m-t-85 {
    margin-top: 85px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-85 {
    padding-top: 85px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-85 {
    margin-top: 85px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-85 {
    padding-top: 85px !important;
  }
}

.m-b-85 {
  margin-bottom: 85px !important;
}

.p-b-85 {
  padding-bottom: 85px !important;
}

@media (max-width: 991px) {
  .lg-m-b-85 {
    margin-bottom: 85px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-85 {
    padding-bottom: 85px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-85 {
    margin-bottom: 85px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-85 {
    padding-bottom: 85px !important;
  }
}

.m-l-85 {
  margin-left: 85px !important;
}

.p-l-85 {
  padding-left: 85px !important;
}

@media (max-width: 991px) {
  .lg-m-l-85 {
    margin-left: 85px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-85 {
    padding-left: 85px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-85 {
    margin-left: 85px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-85 {
    padding-left: 85px !important;
  }
}

.m-r-85 {
  margin-right: 85px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

@media (max-width: 991px) {
  .lg-m-r-85 {
    margin-right: 85px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-85 {
    padding-right: 85px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-85 {
    margin-right: 85px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-85 {
    padding-right: 85px !important;
  }
}

.m-t-90 {
  margin-top: 90px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

@media (max-width: 991px) {
  .lg-m-t-90 {
    margin-top: 90px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-90 {
    padding-top: 90px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-90 {
    margin-top: 90px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-90 {
    padding-top: 90px !important;
  }
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

@media (max-width: 991px) {
  .lg-m-b-90 {
    margin-bottom: 90px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-90 {
    padding-bottom: 90px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-90 {
    margin-bottom: 90px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-90 {
    padding-bottom: 90px !important;
  }
}

.m-l-90 {
  margin-left: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

@media (max-width: 991px) {
  .lg-m-l-90 {
    margin-left: 90px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-90 {
    padding-left: 90px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-90 {
    margin-left: 90px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-90 {
    padding-left: 90px !important;
  }
}

.m-r-90 {
  margin-right: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

@media (max-width: 991px) {
  .lg-m-r-90 {
    margin-right: 90px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-90 {
    padding-right: 90px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-90 {
    margin-right: 90px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-90 {
    padding-right: 90px !important;
  }
}

.m-t-95 {
  margin-top: 95px !important;
}

.p-t-95 {
  padding-top: 95px !important;
}

@media (max-width: 991px) {
  .lg-m-t-95 {
    margin-top: 95px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-95 {
    padding-top: 95px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-95 {
    margin-top: 95px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-95 {
    padding-top: 95px !important;
  }
}

.m-b-95 {
  margin-bottom: 95px !important;
}

.p-b-95 {
  padding-bottom: 95px !important;
}

@media (max-width: 991px) {
  .lg-m-b-95 {
    margin-bottom: 95px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-95 {
    padding-bottom: 95px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-95 {
    margin-bottom: 95px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-95 {
    padding-bottom: 95px !important;
  }
}

.m-l-95 {
  margin-left: 95px !important;
}

.p-l-95 {
  padding-left: 95px !important;
}

@media (max-width: 991px) {
  .lg-m-l-95 {
    margin-left: 95px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-95 {
    padding-left: 95px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-95 {
    margin-left: 95px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-95 {
    padding-left: 95px !important;
  }
}

.m-r-95 {
  margin-right: 95px !important;
}

.p-r-95 {
  padding-right: 95px !important;
}

@media (max-width: 991px) {
  .lg-m-r-95 {
    margin-right: 95px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-95 {
    padding-right: 95px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-95 {
    margin-right: 95px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-95 {
    padding-right: 95px !important;
  }
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

@media (max-width: 991px) {
  .lg-m-t-100 {
    margin-top: 100px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-t-100 {
    padding-top: 100px !important;
  }
}

@media (max-width: 767px) {
  .md-m-t-100 {
    margin-top: 100px !important;
  }
}

@media (max-width: 767px) {
  .md-p-t-100 {
    padding-top: 100px !important;
  }
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

@media (max-width: 991px) {
  .lg-m-b-100 {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-b-100 {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 767px) {
  .md-m-b-100 {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 767px) {
  .md-p-b-100 {
    padding-bottom: 100px !important;
  }
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

@media (max-width: 991px) {
  .lg-m-l-100 {
    margin-left: 100px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-l-100 {
    padding-left: 100px !important;
  }
}

@media (max-width: 767px) {
  .md-m-l-100 {
    margin-left: 100px !important;
  }
}

@media (max-width: 767px) {
  .md-p-l-100 {
    padding-left: 100px !important;
  }
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

@media (max-width: 991px) {
  .lg-m-r-100 {
    margin-right: 100px !important;
  }
}

@media (max-width: 991px) {
  .lg-p-r-100 {
    padding-right: 100px !important;
  }
}

@media (max-width: 767px) {
  .md-m-r-100 {
    margin-right: 100px !important;
  }
}

@media (max-width: 767px) {
  .md-p-r-100 {
    padding-right: 100px !important;
  }
}

/* -- Typography
------------------------------------ -- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--typo-heading);
  font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

h1 {
  font-size: 4.8rem;
  line-height: 6.4rem;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 3rem;
    line-height: 1.333333;
  }
}

h1.section-title {
  font-size: 3.6rem;
  line-height: 5.4rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 5.4rem;
  margin-bottom: 1.4rem;
}

h2.section-title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 1199px) {
  h2.section-title {
    margin-top: 1.6rem;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-top: 1.6rem;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h4.section-title {
  margin-top: 1.7rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 1199px) {
  h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

h5 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

p {
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: var(--typo-para);
  margin-bottom: 2rem;
}

.subtitle {
  font-size: 1.8rem;
  color: var(--typo-para-2);
  margin-top: 1.7rem;
  margin-bottom: 1.2rem;
}

@media (max-width: 1199px) {
  .subtitle {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
}

.small-txt {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
}

.txt-small {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.txt-big {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

ol,
ul {
  line-height: 2.8rem;
  padding-left: 1.8rem;
}

ul li,
ol li {
  position: relative;
  margin-bottom: 0.8rem;
}

ul {
  list-style: none;
}

ul.list-secondary li {
  font-size: 1.5rem;
}

ul.list-secondary li::before {
  font-family: var(--font-awesome);
  content: "\f105";
  position: absolute;
  top: 0;
  left: -1.8rem;
  font-size: 1.4rem;
  line-height: inherit;
  color: inherit;
}

ul.list-secondary li::after {
  display: none;
}

ul.list-secondary li a {
  color: inherit;
}

ul.list-secondary li:hover a {
  color: var(--action-color);
  text-decoration: none;
}

ul.list-secondary li:hover::before {
  color: var(--action-color);
}

ul.bullet-list li::after {
  content: " ";
  position: absolute;
  top: 1.1rem;
  left: -1.8rem;
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  border-radius: 50%;
  background: var(--action-color);
}

ul.bullet-list.strong-txt li {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 1199px) {
  ul.bullet-list.strong-txt li {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  ul.bullet-list.strong-txt li {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 991px) {
  ul.bullet-list {
    margin-left: 0 !important;
  }
}

ul.bullet-secondary li::after {
  background: var(--secondary-color);
}

ul.default-list {
  list-style: inside disc;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#app {
  font-family: var(--primary-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  color: var(--typo-para);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: calc(100vh - 80px);
}

html {
  font-size: 10px;
  background-color: var(--color-white);
  overflow-x: hidden;
}

body {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: var(--typo-para);
  word-break: break-word;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 80px);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1260px;
  }
}

section,
article,
aside,
main {
  position: relative;
}

figure {
  margin-bottom: 0;
}

a {
  color: var(--typo-para);
}

a:hover {
  color: var(--action-color);
  text-decoration: none;
}

a,
button,
img,
a:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a,
button {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.border-radius {
  border-radius: var(--border-radius);
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.primary-color {
  color: var(--primary-color);
}

.secondary-color {
  color: var(--secondary-color);
}

.action-color {
  color: var(--action-color);
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #1c2b3c !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* -- Don't show links that are fragment identifiers -- */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #d3d3d3;
    page-break-inside: avoid;
  }

  /* -- Printing Tables -- */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.row-20 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.row-20 [class*="col-"] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.d-flex-v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.on-hover-secondary-border:hover .target-border {
  border: 1px solid var(--action-color) !important;
}

/* -- Buttons
--------------------------------------- -- */

button {
  cursor: pointer;
  text-decoration: none;
}

.primary-btn,
.secondary-btn,
.delete-btn,
.swal2-popup .swal2-styled.swal2-confirm {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #fff;
  font-weight: 500;
  padding: 1.2rem 2rem;
  background: var(--action-color);
  border: 0.2rem solid var(--action-color);
  border-radius: 0.4rem;
  outline: none;
  text-decoration: none;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.primary-btn::before,
.secondary-btn::before,
.delete-btn::before,
.swal2-popup .swal2-styled.swal2-confirm::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 50%;
  background: inherit;
  border-radius: 5rem;
  z-index: -1;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.primary-btn::after,
.secondary-btn::after,
.delete-btn::after,
.swal2-popup .swal2-styled.swal2-confirm::after {
  content: " ";
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  z-index: -1;
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.primary-btn:hover,
.secondary-btn:hover,
.delete-btn:hover,
.swal2-popup .swal2-styled.swal2-confirm:hover {
  text-decoration: none;
  color: #fff;
}

.primary-btn:hover::before,
.secondary-btn:hover::before,
.delete-btn:hover::before,
.swal2-popup .swal2-styled.swal2-confirm:hover::before {
  opacity: 1;
}

.primary-btn[disabled],
.secondary-btn[disabled],
.delete-btn[disabled],
.swal2-popup .swal2-styled.swal2-confirm[disabled] {
  cursor: not-allowed;
}

.secondary-btn {
  background: #fff;
  color: var(--typo-para);
  border-color: var(--border-color);
}

.secondary-btn:hover {
  border-color: var(--action-color);
  color: var(--action-color);
}

.secondary-btn::after,
.secondary-btn::before {
  display: none;
}

.delete-btn {
  background: var(--color-red);
  border-color: var(--color-red);
}

.delete-btn:hover {
  border-color: var(--action-color);
}

.delete-btn::after,
.delete-btn::before {
  display: none;
}

.btn-mid {
  padding: 1rem 1.5rem;
}

.btn-small {
  padding: 0.8rem 1.5rem;
}

.btn-link {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--action-color);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: underline;
}

.btn-link:hover {
  color: var(--action-color);
}

.btn-link:focus {
  outline: none;
}

.btn-link.btn-add-new {
  font-weight: 500;
  background: transparent;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  border: none;
}

.btn-link.btn-add-new:hover {
  color: var(--action-color);
}

.btn-link.btn-add-new i {
  padding-right: 8px;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-group > a,
.button-group > .select-wrapper,
.button-group > button,
.button-group > .input-wrapper,
.button-group > .search-input,
.button-group > .esign-datepicker {
  margin-bottom: 1rem;
}

.button-group > a:not(:last-child),
.button-group > .select-wrapper:not(:last-child),
.button-group > button:not(:last-child),
.button-group > .input-wrapper:not(:last-child),
.button-group > .search-input:not(:last-child),
.button-group > .esign-datepicker:not(:last-child) {
  margin-right: 1rem;
}

.button-group.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1rem;
}

.button-group.centered a {
  margin: 0 1rem;
}

.btn-disabled {
  pointer-events: none;
  background: var(--border-color);
  color: var(--typo-para);
  border: 2px solid var(--border-color);
}

.disabled {
  pointer-events: none;
}

.signInStatusBtn {
  --color: #1ba2db;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.2rem;
  border: 0.1rem solid var(--color);
  padding: 0 1rem;
  border-radius: 0.4rem;
  text-decoration: none;
  background: #fff;
  color: var(--color);
}

.signInStatusBtn i {
  font-size: inherit;
  color: currentColor;
  margin-right: 0.2rem;
  font-weight: 600;
}

.signInStatusBtn:hover {
  text-decoration: none;
  background-color: var(--color);
  color: #fff;
}

.signInStatusBtn.signInRequired {
  --color: #1ba2db;
}

.signInStatusBtn.signCompleted {
  --color: green;
}

/* -- Forms and input fields
---------------------------------------- -- */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
textarea,
select,
.form-control,
.custom-select {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--typo-para);
  font-weight: 400;
  height: auto;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.7rem 1.8rem;
  border: 2px solid var(--input-border-color);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: var(--radius);
}

input,
textarea {
  /* -- Placeholder -- */
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--typo-light);
  /* Firefox */
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--typo-light);
  /* Firefox */
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--typo-light);
  /* Firefox */
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--typo-light);
  /* Firefox */
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: var(--typo-light);
  /* Firefox */
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--typo-light);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--typo-light);
}

input.p-holder__active,
textarea.p-holder__active {
  border-color: var(--primary-color);
}

input.p-holder__error,
textarea.p-holder__error {
  border-color: #f4282d;
}

textarea {
  white-space: pre-wrap !important;
  overflow: initial !important;
  text-overflow: initial !important;
  text-align: left !important;
}

.dashboard-card-header input[type="text"],
.dashboard-card-header input[type="password"],
.dashboard-card-header input[type="email"],
.dashboard-card-header input[type="number"],
.dashboard-card-header input[type="search"],
.dashboard-card-header textarea,
.dashboard-card-header select,
.dashboard-card-header .form-control,
.dashboard-card-header .custom-select {
  line-height: 2.2rem;
}

.form-group {
  position: relative;
  margin-bottom: 2rem;
}

.form-group .input-icon {
  position: absolute;
}

.form-group i[class*="fa-eye"] {
  position: absolute;
  top: 3.6rem;
  right: 3.6rem;
  font-size: 1.4rem;
  line-height: 3.8rem;
  color: var(--typo-light);
  cursor: pointer;
}

.form-group label {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--secondary-color);
  font-weight: 500;
  margin-bottom: 1rem;
}

.form-group .required {
  color: var(--action-color);
}

.input-wrapper {
  position: relative;
}

.input-wrapper i {
  position: absolute;
  top: 0;
  right: 2rem;
  font-size: 1.4rem;
  line-height: 4rem;
  color: var(--typo-light);
  cursor: pointer;
}

select,
.custom-select {
  cursor: pointer;
  border-color: var(--input-border-color);
  padding-right: 3rem !important;
  font-weight: 500;
}

.search-input {
  position: relative;
}

.search-input input {
  padding-right: 6rem;
}

.search-input button {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  background: transparent;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-input button i {
  font-size: 1.5rem;
  line-height: 3.6rem;
  color: var(--typo-light);
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-input button:hover {
  color: var(--action-color);
}

.search-input button:hover i {
  color: inherit;
}

.select-wrapper,
.select {
  position: relative;
}

.select-wrapper::after,
.select::after {
  content: "\f107";
  position: absolute;
  top: 0;
  right: 1.5rem;
  font-family: var(--font-awesome);
  font-size: 1.4rem;
  line-height: 4rem;
  color: var(--typo-light);
}

.custom-radio,
.custom-checkbox {
  margin: 0 0 10px;
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--typo-para);
  font-weight: 400;
  padding: 2px 0 0 2.5rem;
  cursor: pointer;
  margin: 0;
}

input[type="checkbox"] ~ label::before,
input[type="radio"] ~ label::before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
  border-radius: 2px;
  border: 2px solid var(--input-border-color);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="checkbox"] ~ label::after,
input[type="radio"] ~ label::after {
  opacity: 0;
  content: '';
  width: 1rem;
  height: 0.5rem;
  position: absolute;
  top: 0.8rem;
  left: 0.3rem;
  border-bottom: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

input[type="checkbox"]:checked ~ label::before,
input[type="radio"]:checked ~ label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

input[type="checkbox"]:checked ~ label::after,
input[type="radio"]:checked ~ label::after {
  opacity: 1;
}

input[type="radio"] ~ label::before {
  border-radius: 50%;
}

input[type="radio"] ~ label::after {
  width: 0.6rem;
  height: 0.6rem;
  top: 0.9rem;
  left: 0.5rem;
  background: #fff;
  border-radius: 50%;
}

.login-window p {
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.alert,
.invalid-feedback {
  border: none;
  padding: 0 !important;
  margin: 0.5rem 0 3rem !important;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: left;
}

.alert-danger,
.invalid-feedback {
  color: red !important;
}

.alert-danger span,
.invalid-feedback span {
  padding-left: 2rem;
  position: relative;
}

.alert-danger span::before,
.invalid-feedback span::before {
  content: " ";
  position: absolute;
  top: 0.6rem;
  left: 0;
  line-height: inherit;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  background: red;
  border-radius: 100%;
}

.alert-danger strong,
.invalid-feedback strong {
  font-weight: 400;
}

.invalid-feedback {
  display: block !important;
}

input.is-invalid,
select.is-invalid {
  border-color: red !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none !important;
}

.visible-templates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-footer-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-footer-action .page-navigation {
  margin-right: auto;
}

.select-wrapper .select-inline {
  background: transparent;
  color: var(--typo-para);
  border: none;
  line-height: 1.8rem;
  padding: 0;
  padding-right: 1.5rem !important;
  margin-left: 1rem;
}

.dashboard-table .table-footer-action .select-wrapper::after {
  color: inherit;
  line-height: 2.4rem;
  right: 0;
}

.visible-templates {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.card {
  background-color: #fff;
  border-radius: var(--radius);
  -webkit-box-shadow: var(--card-shadow);
          box-shadow: var(--card-shadow);
  padding: 3rem;
  border: none;
  margin-bottom: 6rem;
}

@media (max-width: 991px) {
  .card {
    padding: 3rem 2rem;
    margin-bottom: 0;
  }
}

.login-card {
  min-height: 65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -- Table Styles
------------------------------------ -- */

.common-table {
  padding: 0 2rem;
  border-radius: var(--radius);
}

.common-table td {
  max-width: 400px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

@media (max-width: 1092px) {
  .common-table {
    max-width: 100%;
    overflow-x: auto;
  }
}

table,
.table {
  width: 100%;
}

table th,
table td,
.table th,
.table td {
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding: 0.8rem 2rem;
  color: #4d4d4d;
  text-align: left;
  white-space: nowrap;
}

table th:first-child,
table td:first-child,
.table th:first-child,
.table td:first-child {
  padding-left: 0;
}

table th:last-child,
table td:last-child,
.table th:last-child,
.table td:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  table th,
  table td,
  .table th,
  .table td {
    font-size: 14px;
  }
}

table th,
table th label,
.table th,
.table th label {
  color: var(--typo-heading);
  font-weight: 500;
}

table thead th,
.table thead th {
  position: relative;
  background: var(--primary-light);
}

table thead th:first-child::before,
.table thead th:first-child::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 2rem;
  height: 100%;
  left: -2rem;
  background: var(--primary-light);
}

table thead th:last-child::before,
.table thead th:last-child::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 2rem;
  height: 100%;
  right: -2rem;
  background: var(--primary-light);
}

table tbody tr:not(:last-child),
.table tbody tr:not(:last-child) {
  border-bottom: 0.1rem solid #d3d3d3;
}

table tbody tr td label,
.table tbody tr td label {
  padding-top: 0 !important;
}

table td input[type="checkbox"] ~ label::before,
table td input[type="radio"] ~ label::before,
.table td input[type="checkbox"] ~ label::before,
.table td input[type="radio"] ~ label::before {
  top: 0.3rem;
}

table td input[type="checkbox"] ~ label::after,
table td input[type="radio"] ~ label::after,
.table td input[type="checkbox"] ~ label::after,
.table td input[type="radio"] ~ label::after {
  top: 0.8rem;
}

table label,
.table label {
  margin-bottom: 0;
}

table.hide-first-header-cell-arrow thead tr th:first-child {
  background-image: inherit;
}

.table-row-icon {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-checkbox {
  width: 20px;
  height: 20px;
  position: relative;
}

table.dataTable.table-with-checkbox thead tr th:nth-child(1) {
  padding-right: 0px !important;
}

table.dataTable.table-with-checkbox thead tr th:nth-child(2) {
  padding-left: 8px !important;
}

table.dataTable.table-with-checkbox tbody tr td:nth-child(1) {
  padding-right: 0px !important;
}

table.dataTable.table-with-checkbox tbody tr td:nth-child(2) {
  padding-left: 8px !important;
}

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pagination a {
  display: block;
  color: inherit;
}

.pagination a:hover {
  text-decoration: none;
  color: var(--typo-para);
}

.pagination i {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.pagination li {
  display: block;
  font-size: 1.3rem;
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  color: var(--typo-para);
  text-align: center;
  border: 0.1rem solid var(--border-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
}

.pagination li::after {
  display: none;
}

.pagination li.active,
.pagination li:hover {
  background-color: var(--primary-light);
}

.pagination li:not(:nth-last-of-type(1)) {
  border-right: 0;
}

.pagination li:nth-of-type(1) {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.pagination li:nth-last-of-type(1) {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social-icons a {
  margin: 5px 10px 5px 0;
}

.social-icons a:nth-last-of-type(1) {
  margin-right: 0;
}

.social-icons a img {
  width: 30px;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.social-icons a:hover img {
  opacity: .7;
}

.esign--login-window {
  background: #f4f5f7;
  min-height: 100vh;
  padding: 2rem;
}

.esign--login-window .privacy-txt a {
  color: var(--action-color);
  text-decoration: underline;
}

.esign-login-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 55.6rem;
  padding: 5rem 9.6rem;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 550px) {
  .esign-login-card {
    padding: 5rem 2rem;
  }
}

.esign-login-card h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
}

.esign-login-card form {
  text-align: left;
}

.esign-login-card form label {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--secondary-color);
  font-weight: 500;
  margin-bottom: 1rem;
}

.esign-login-card form label .required {
  color: var(--action-color);
}

.esign-login-card input[type="text"],
.esign-login-card input[type="password"],
.esign-login-card input[type="email"],
.esign-login-card input[type="number"],
.esign-login-card input[type="search"],
.esign-login-card textarea,
.esign-login-card select,
.esign-login-card .form-control,
.esign-login-card .custom-select {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0.7rem 1.8rem;
  border-color: #b9ebf1;
}

.esign-login-card .input-wrapper i {
  font-size: 1.4rem;
  line-height: 4rem;
  top: 0;
  right: 2rem;
}

.esign-login-card input[type="checkbox"] ~ label,
.esign-login-card input[type="radio"] ~ label {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--typo-para);
  font-weight: 400;
  padding-left: 2.8rem;
  cursor: pointer;
  margin: 0;
}

.esign-login-card .link-to-route {
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-decoration: none;
}

.esign-login-card input[type="checkbox"] ~ label::before,
.esign-login-card input[type="radio"] ~ label::before {
  border-color: #b9ebf1;
  top: 0.3rem;
}

.esign-login-card input[type="checkbox"] ~ label::after,
.esign-login-card input[type="radio"] ~ label::after {
  top: 0.7rem;
}

.esign-login-card input[type="checkbox"]:checked ~ label::before,
.esign-login-card input[type="radio"]:checked ~ label::before {
  border-color: var(--primary-color);
}

.esign-login-card .btn-mid {
  padding: 0.9rem 2rem 0.9rem;
}

.esign-login-card .txt-small {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.esign-login-card hr {
  border-color: #d3d3d3;
}

.esign-login-card .login-btn-link {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--action-color);
}

.esign-login-card .login-btn-link:hover {
  text-decoration: underline;
}

.esign-login-card .alert,
.esign-login-card .invalid-feedback {
  font-size: 1.4rem;
  margin: 0.2rem 0 0 !important;
}

.sign-in-with-google {
  width: 240px;
  height: 50px;
  border: 1px solid #4285f4;
  margin: 0 auto;
}

.sign-in-with-google a,
.sign-in-with-google a:hover {
  text-decoration: none;
}

.ggl-logo-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  max-width: 50px;
  height: 100%;
  background: url(/img/g-logo.png) center center no-repeat;
  background-size: 2rem;
}

.sign-in-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 4.8rem;
  text-align: center;
  color: #fff;
  background: #4285f4;
}

.login-with-email {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  z-index: 1;
}

.login-with-email span {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 1rem;
  background-color: #fff;
}

.login-with-email::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 1.3rem;
  border-bottom: 0.1rem solid #d3d3d3;
  z-index: -1;
}

.primary-btn,
.secondary-btn,
.delete-btn,
.swal2-popup .swal2-styled.swal2-confirm {
  text-transform: initial;
}

.esign--login-window .esign-login-card .global-failure-feedback {
  background: rgba(255, 0, 3, 0.1);
  padding: 1.2rem 2rem;
  border-radius: var(--radius);
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  color: red !important;
}

.esign--login-window .esign-login-card .global-success-feedback {
  background: rgba(62, 183, 94, 0.1);
  padding: 1.2rem 2rem;
  border-radius: var(--radius);
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  color: green !important;
}

.swal2-popup {
  padding: 3rem 2rem !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
  border-radius: 0.4rem !important;
  background-color: var(--action-color);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-right: 0.5rem;
  font-size: 1.4rem;
}

.swal2-popup .swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(62, 183, 94, 0.5) !important;
}

.swal2-popup .swal2-icon.swal2-success {
  border-color: #3eb75e !important;
}

.swal2-popup .swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #3eb75e !important;
}

.swal2-popup .swal2-title {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: var(--typo-heading);
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.swal2-popup .swal2-styled {
  padding: 0.8rem 1.5rem !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal2-popup .swal2-content {
  font-size: 14px;
  line-height: 22px;
}

.swal2-popup .swal2-icon.swal2-warning {
  border-color: var(--action-color) !important;
  color: var(--action-color) !important;
}

.swal2-popup .swal2-icon.swal2-question {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.swal2-popup .swal2-icon.swal2-error {
  border-color: red !important;
  color: red !important;
}

.swal2-popup .swal2-icon.swal2-info {
  border-color: #f5a800 !important;
  color: #f5a800 !important;
}

.swal2-popup .swal2-styled.swal2-cancel,
.swal2-popup .swal2-styled.swal2-deny {
  border-radius: 0.4rem;
  background-color: #fff;
  border: 2px solid var(--border-color);
  color: var(--para-color);
  line-height: 1.6rem;
  font-size: 1.4rem;
}

.swal2-popup .swal2-styled.swal2-cancel:hover,
.swal2-popup .swal2-styled.swal2-deny:hover {
  background: #fff !important;
  color: var(--action-color);
  border-color: var(--action-color);
}

.swal2-popup.swal2-modal .swal2-icon {
  margin: 0 auto 1rem;
}

.swal2-container {
  z-index: 9999 !important;
}

.swal-builder-close-options {
  width: 455px !important;
}

.two-factor-auth-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--typo-para);
  margin-top: -4px;
  margin-bottom: 20px;
  text-align: center;
}

.v-code-input-base {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-code-input-container {
  max-width: 350px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
}

.v-code-input-item {
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.v-code-input-item input {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0px !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 28px !important;
}

.v-code-input-error {
  display: none;
}

.v-code-input-on-error .v-code-input-item input {
  border: 2px solid var(--error-color);
}

.v-code-input-on-error .v-code-input-error {
  display: block;
  color: var(--error-color);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin-top: 7px;
}

.v-code-input-on-error .v-code-input-error span {
  margin-right: 7px;
}

.header-inner {
  padding: 1rem 3rem;
  height: 8rem;
  background: #fff;
}

.header-inner .brand-logo {
  width: 14rem;
  height: 4rem;
}

.header-nav {
  position: relative;
}

.header-nav .header-nav-toggler * {
  pointer-events: none;
}

.header-nav img {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-nav i {
  margin-left: 0.8rem;
}

.header-nav a {
  color: var(--typo-para);
  white-space: nowrap;
}

.header-nav a:hover {
  color: var(--action-color);
  text-decoration: none;
}

.esign-admin-header {
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.admin-sidebar {
  width: 24.8rem;
  height: calc(100vh - 8rem);
  position: fixed;
  left: 0;
  top: 8rem;
  padding: 3rem 0;
  overflow-x: hidden;
  background-color: var(--typo-heading);
}

@media (max-width: 1199px) {
  .admin-sidebar {
    width: 20rem;
  }
}

.content-area {
  min-height: 100vh;
  padding-top: 8rem;
  padding-left: 24.8rem;
  overflow: hidden;
  background: #f4f5f7;
}

@media (max-width: 1199px) {
  .content-area {
    padding-left: 20rem;
  }
}

.content-body {
  padding: 4rem 3rem 2rem;
}

.avatar-upload {
  position: relative;
  margin-bottom: 20px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit {
  position: relative;
}

.avatar-upload .avatar-edit label {
  margin: 0;
}

.avatar-upload .avatar-preview {
  position: relative;
  border-radius: 10px;
  margin-right: 20px;
}

.avatar-upload.account-avatar .avatar-preview {
  border-radius: 100%;
  overflow: hidden;
  width: 10rem;
  height: 10rem;
  background: #d8d8d8;
}

.avatar-upload.account-avatar .avatar-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-nav {
  padding: 0;
}

.sidebar-nav li {
  margin-bottom: 0.2rem;
}

.sidenav-link,
.sidebar-nav a {
  display: block;
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #fff;
  padding: 0.5rem 2rem;
  font-weight: 500;
  text-decoration: none !important;
}

.sidenav-link i,
.sidebar-nav a i {
  font-size: 1.6rem;
  width: 2rem;
  margin-right: 0.5rem;
  text-align: center;
}

.sidenav-link.is-active,
.sidebar-nav a.is-active {
  color: #fff;
  background-color: var(--primary-color);
}

.sidenav-link:not(.is-active):hover,
.sidebar-nav a:not(.is-active):hover {
  color: var(--primary-color);
}

.sidenav-link:not(.is-active):hover .side-nav--submenu-toggler-btn,
.sidebar-nav a:not(.is-active):hover .side-nav--submenu-toggler-btn {
  color: var(--primary-color);
}

.dashboard-card {
  margin-top: 2rem;
  padding: 0;
  margin-bottom: 2rem;
}

.dashboard-card .dashboard-card-header {
  padding: 1.2rem 2rem 0.2rem;
}

.header-nav-dropdown {
  min-width: 14rem;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 6.1rem;
  right: 0;
  background: #fff;
  -webkit-box-shadow: var(--card-shadow);
          box-shadow: var(--card-shadow);
  padding: 1rem 2rem;
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
}

.header-nav-dropdown li {
  list-style: none;
}

.header-nav-dropdown.is-active {
  visibility: visible;
  opacity: 1;
}

.admin-card {
  max-width: 75rem;
}

.sidebar-nav .sidebar-nav--child {
  padding-left: 0;
}

.sidebar-nav .sidebar-nav--child .sidenav-link,
.sidebar-nav .sidebar-nav--child a {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0.3rem 2rem 0.3rem 5rem;
  font-weight: 400;
}

.side-nav--submenu-toggler-btn {
  position: absolute;
  top: 0;
  right: 2rem;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
  line-height: 3.4rem;
  color: #fff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.side-nav--submenu-toggler-btn::after {
  content: "\f107";
}

.avatar-preview {
  position: relative;
}

.edit-avatar-btn {
  width: 10rem;
  height: 3rem;
  background: rgba(24, 152, 165, 0.7);
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.edit-avatar-btn:hover {
  background: #1898a5;
  color: #fff;
}

.edit-avatar-dropdown {
  position: absolute;
  top: 11rem;
  left: 0;
  padding: 1.2rem 2rem;
  border: 0.1rem solid #d3d3d3;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: var(--radius);
  background: #fff;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.edit-avatar-dropdown.show {
  visibility: visible;
  opacity: 1;
}

.edit-avatar-dropdown div a,
.edit-avatar-dropdown div label {
  font-size: 1.4rem;
  line-height: 1.6rem;
  cursor: pointer;
}

.edit-avatar-dropdown div a:hover,
.edit-avatar-dropdown div label:hover {
  color: var(--action-color);
}

.edit-avatar-dropdown::after {
  content: " ";
  position: absolute;
  top: -0.6rem;
  left: 4.5rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-top: 0.1rem solid #d3d3d3;
  border-left: 0.1rem solid #d3d3d3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.table-action a {
  font-size: 1.3rem;
  line-height: 2rem;
  color: var(--typo-para);
}

.table-action a:not(:last-child) {
  margin-right: 0.6rem;
}

.table-action a i {
  margin-right: 0.5rem;
}

.table-action a:hover {
  color: var(--action-color);
  text-decoration: none;
}

.admin-sidebar {
  z-index: 99;
}

@media (max-width: 991px) {
  .admin-sidebar {
    left: -20rem;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }

  .content-area {
    padding-left: 0;
    padding-top: 6rem;
  }

  .content-body {
    padding: 3rem 1.5rem;
  }

  .header-inner {
    padding: 1rem 1.5rem;
  }

  .esign-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.left-sidebar-visible {
  position: relative;
}

.left-sidebar-visible::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(28, 43, 60, 0.7);
}

.left-sidebar-visible .admin-sidebar {
  left: 0;
}

@media (max-width: 767px) {
  .admin-sidebar {
    top: 6rem;
  }
}

.left-sidebar-toggler {
  position: relative;
  display: none;
  cursor: pointer;
  padding: 1.2rem 0.6rem;
  padding-left: 0;
  margin-right: 2rem;
  border: none;
  background: transparent;
}

.left-sidebar-toggler-icon {
  position: relative;
}

.left-sidebar-toggler-icon {
  width: 2.4rem;
  height: 0.2rem;
  background: var(--typo-heading);
  border-radius: var(--radius);
  display: inline-block;
}

.left-sidebar-toggler-icon:not(:nth-of-type(2)) {
  content: " ";
  position: absolute;
  left: 0;
}

.left-sidebar-toggler-icon:nth-of-type(1) {
  top: 0.6rem;
}

.left-sidebar-toggler-icon:nth-of-type(3) {
  bottom: 0.6rem;
}

@media (max-width: 991px) {
  .left-sidebar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .left-sidebar-toggler-icon {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .left-sidebar-visible .left-sidebar-toggler-icon:nth-of-type(2) {
    opacity: 0;
  }

  .left-sidebar-visible .left-sidebar-toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
            transform: rotate(-45deg) translate(-5px, 4px);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

  .left-sidebar-visible .left-sidebar-toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translate(-4.5px, -4px);
            transform: rotate(45deg) translate(-4.5px, -4px);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

  .esign-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .esign-datepicker {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .header-nav-toggler .username {
    display: none;
  }

  .header-nav-toggler img {
    margin-right: 0 !important;
  }

  .header-inner .brand-logo {
    width: 12rem;
  }

  .header-inner {
    height: 6rem;
  }

  .admin-sidebar {
    top: 6rem;
  }

  .header-nav-dropdown {
    top: 5.1rem;
  }
}

.copy-txt {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: var(--typo-light);
}

.copy-txt a {
  color: inherit;
}

.copy-txt a:hover {
  color: var(--action-color);
}

@media screen and (max-width: 991px) {
  .page-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center !important;
  }

  .page-footer .social-icons {
    margin-top: 1rem;
  }
}

