/* custom stylesheet */
@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Lato:400,500,700,900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  color: #2c3640;
  margin: 0;
}

h4 {
  font-weight: 700;
}

section p {
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 22px;
}
p {
  font-family: "Montserrat", sans-serif;
  color: #646d75;
  margin: 0px 0px 22px;
}

#search {
  margin: 0 0 23px;
  position: relative;
}

#search button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: #ffffff;
}

#loader {
  display: none;
}
/* #inputSearch{
  width:50vw;
} */
#flashMessage {
  margin-left: 1rem;
  margin-right: 1rem;
}
label.error {
  color: #f00;
  font-size: 0.8rem;
  font-weight: 600;
  font-style: italic;
}
.txt-purple {
  color: #673ab7;
}
.text-decoration-none {
  text-decoration: none !important;
}
.page-cloud .main-content {
  padding-top: 56px !important;
}

.header-sidebar {
  width: 230px;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  z-index: 1050;
}

.header-sidebar .nav-link {
  padding: 0.7rem 0.9rem;
  font-size: 1rem;
}
.header-sidebar .nav-link > i {
  font-size: 1.6rem;
  padding-right: 10px;
  padding-left: 5px;
}
.header-sidebar .nav-item:first-child .nav-link > span {
  font-weight: 500;
  padding-left: 5px;
}

.header-sidebar .nav-title {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  height: 78px;
  transition: all ease-in 2s;
}
.header-sidebar .nav-title > img {
  padding-top: 15px;
  width: 34px;
  vertical-align: bottom;
}
.header-sidebar:hover {
  width: 230px !important;
}
.header-sidebar:hover .nav-link > span,
.header-sidebar:hover .nav-link.dropdown-toggle::after {
  display: inline-block !important;
}

.page-container {
  padding-left: 230px;
}
.header-fixe {
  position: fixed;
  padding-top: 8px;
  top: 0;
  right: 0;
  z-index: 1030;
  width: calc(100% - 230px);
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-toggler {
  display: block !important;
  padding: 0.15rem 0.35rem;
  border: 0;
}
.icon-bar {
  background-color: #777;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}
.sidebar-toggler:hover .icon-bar,
.sidebar-toggler:focus .icon-bar,
.sidebar-toggler:active .icon-bar {
  background-color: #333;
}

.main-content {
  padding-top: 80px;
  min-height: 100vh;
}
.main-content-login {
  padding-top: 50px;
  min-height: calc(100vh - 56px);
}

.btn-rounded {
  border-radius: 50px;
}

.table tr {
  background-color: #fff;
  font-size: 14px;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.navbar-light .navbar-brand {
  font-weight: 500;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
}
.navbar-light .navbar-brand span {
  font-weight: 300;
}
.navbar-brand img {
  /* width: 38px;
  vertical-align: text-bottom; */
}
/* .navbar .header-fixe .nav-contacts {
  display: inline-block;
  font-size: 12px;
} */
.bold-600 {
  font-weight: 600;
}
.footer-copyright {
  padding: 1rem;
  font-size: 0.85em;
}
.footer-bottom p {
  font-size: 13px;
}
.shadow-img > img {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
  transition: all 0.3s;
}
.shadow-img:hover > img,
.shadow-img:focus > img,
.shadow-img:active > img {
  box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.65);
}

.pagination .page-item .active.page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.pagination .page-item a,
.pagination .page-item .active.page-link,
.pagination .page-item .nav.page-link {
  text-align: center;
  padding: 0.5rem 0.75rem;
  display: block;
}
.pagination .page-item .page-link {
  padding: 0;
}
.pagination .page-item a,
.pagination .page-item .active.page-link,
.pagination .page-item .nav.page-link {
  text-align: center;
  padding: 0.5rem 0.75rem;
  display: block;
}

/*Javascript*/
.is-collapsed .header-sidebar {
  width: 230px;
}
.is-collapsed .header-fixe {
  width: calc(100% - 230px);
}
.is-collapsed .header-sidebar .nav-link > span,
.is-collapsed .header-sidebar .nav-link.dropdown-toggle::after {
  display: inline-block;
}
.no-collapsed .header-sidebar {
  width: 70px;
}
.no-collapsed .header-fixe {
  width: calc(100% - 70px);
}
.no-collapsed .header-sidebar .nav-link > span,
.no-collapsed .header-sidebar .nav-link.dropdown-toggle::after {
  display: none;
}

.media + .media {
  margin-top: 0.5rem;
}

.btn-no-rounded {
  border-radius: 0px;
}

.nav-tabs {
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}

/***** RESUME PAGE *****/
a:hover .hover-border-primary {
  -webkit-transition: all 0.2s; /* Safari */
  transition: all 0.2s;
  border-color: #57a4f7 !important;
}
.resume-label {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.resumeForm .form-group {
  margin-bottom: 0.8rem;
}
.resumeForm .form-control {
  font-size: 0.9rem;
}
#list-card .card {
  margin-bottom: 0.5rem;
}
.card-education {
  cursor: pointer;
}
.card-education:hover {
  box-shadow: 0 0 10px 4px #bbb;
}

.form-control:focus {
  border-color: #facb01;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(255, 255, 255, 0.5);
}

/*** Footer ***/

#footerSite {
  /* color: #ffe037; */
  font-family: "Montserrat", sans-serif;
  color: #212529;
  text-align: left;
  font-size: 62.5%;
}

footer {
  background: #fcfcfc;
  color: #646d75;
  padding: 35px 0 41px;
  font-size: 14px;
  line-height: 170%;
}

footer .container {
  padding: 0 !important;
}

footer a {
  color: #f8f9fa;
  display: block;
  margin: 16px 0;
  line-height: 170%;
}

footer a:hover {
  font-weight: 700;
  color: #facb01;
  text-decoration: none;
}

footer h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  color: #2c3640;
}

.navbar-brand {
  font-family: "Ubuntu", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #2c3640;
}
.navbar-brand span {
  position: relative;
  top: 2px;
  margin: 0 0 0 -4px;
}
.navbar-brand .colored {
  top: 0;
  color: #facb01;
  margin: 0;
}

footer .nav-link {
  padding: 0;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
}

footer .nav-link img {
  margin-right: 6px;
  margin-top: 2px;
}

footer .footer-upper {
  padding-top: 1.8em;
  padding-bottom: 1em;
}

footer .footer-lower {
  padding: 0.4rem 0;
  text-align: center;
}

footer .footer-upper h5 {
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 170%;
  letter-spacing: 0px;
}

footer .footer-upper h5 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/* footer .footer-upper h5::after {
    display: block;
    content: "";
    height: 1px;
    background: #4c94c0;
    width: 50px;
    position: absolute;
    bottom: -1px;
} */

footer .footer-upper ul {
  list-style: none;
  padding-left: 0;
}

footer .footer-upper {
  color: #e9ecef;
}

footer .footer-upper ul li a {
  color: #646d75;
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 170%;
}

footer .footer-upper ul li a:hover {
  color: #facb01;
  text-decoration: none;
}

footer .footer-upper .media {
  display: flex;
  align-items: flex-start;
}

footer .footer-upper .media a {
  font-size: 15px;
}

footer .footer-upper .media-left {
  padding-right: 10px;
}

footer .footer-upper .media .media-left i {
  font-size: 22px;
}

footer .footer-upper .media-body {
  flex: 1;
}

footer .footer-upper .media .media-body h4,
footer .footer-upper .media .media-body p {
  margin: 0;
}

.fw-600 {
  font-weight: 600 !important;
}

footer .footer-lower p {
  margin: 0;
}

#formPartDocument {
  width: 100%;
}

#textDocument {
  font-size: 0.9rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding-top: 0.5rem;
  word-break: break-word;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#textDocument {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0.25rem;
}

#textDocument p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#textDocument div.logo-letter {
  float: right;
}

#textDocument div.logo-letter img {
  max-height: 50px;
  width: auto;
}

@media screen and (max-width: 540px) {
  #textDocument div.logo-letter img {
    max-width: 100px;
  }
}

#textDocument div.letter-infocontact {
  width: 50%;
  float: right;
}

#textDocument div.letter-clear {
  clear: both;
}

#textDocument .blur {
  color: transparent;
  text-shadow: 0 0 8px #999;
  font-weight: normal;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

/*--------------- Form ---------------*/
.form-section-01 h1 {
  padding-top: 25px;
  width: fit-content;
  margin: auto;
  font-weight: 100;
  position: relative;
  text-align: center;
}

.form-section-01 h1 b {
  font-weight: 700;
  display: inline-table;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}

.form-section-01 h1 b::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #57b9f1;
  right: 0;
}

.form-section-01 .form-letter {
  margin-top: 25px;
}

.form-section-01 .form-letter .form-header {
  background: #57b9f1;
  color: #fff;
  padding: 7px;
  position: relative;
}

.form-section-01 .form-letter .form-header p {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 100;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.form-section-01 .form-letter .form-header img {
  position: absolute;
  max-width: 60px;
  top: -10px;
  left: 40px;
}

.form-section-01 form {
  background: #eef2f5;
  padding-bottom: 50px;
}

.form-section-01 form .form-content {
  padding-left: 30px;
  padding-right: 30px;
}
.form-section-01 form .form-submit::after {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  bottom: -10px;
  left: -60px;
  background: url("../../img/Icon_Arrow_02.png") no-repeat;
  background-size: 45px;
  transition: 0.2s all;
}

.form-section-01 form .form-submit:hover:after {
  left: -50px;
}

.form-section-01 .form-generate {
  margin-top: 40px;
}

.form-section-02 .faq-container {
  margin-top: 20px;
}

.form-section-02 .faq-item {
  background: rgb(240, 241, 244);
  background: linear-gradient(90deg, rgba(240, 241, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 15px;
  margin-top: 20px;
}

.form-section-02 .content.huge {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 0;
}

.form-section-02 .content {
  font-size: 18px;
  font-weight: 300;
}

.form-section-02 .faq-item img {
  width: 100%;
  display: block;
  max-width: 70px;
  margin: auto;
}

.form-section-02 .faq-item .faq-title {
  color: #e34824;
  font-weight: 700;
  font-size: 20px;
}

.form-section-02 .faq-item .faq-content {
  font-weight: 400;
  line-height: 20px;
  font-size: 15px;
}

/*---------------------- SKY -------------------*/
.is-form.sky .form-section-01 .form-letter .form-header {
  background: #67118f;
}

.is-form.sky .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-width: 70px;
  padding: 4px;
}

.is-form.sky .form-section-01 form label.required::before {
  color: #fc1999;
}

.is-form.sky .form-section-01 form input {
  border-radius: 0;
  border: 1px #ccc solid;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.is-form.sky input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  border: 1px #67118f solid;
}

.is-form.sky input[type="checkbox"]:not(:checked) + label:after,
.is-form.sky input[type="checkbox"]:checked + label:after {
  background: #67118f;
}

.is-form.sky input[type="checkbox"]:checked:focus + label:before,
.is-form.sky input[type="checkbox"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(103, 17, 143, 0.2);
}

.is-form.sky input[type="radio"]:not(:checked) + label:before {
  border: 1px #67118f solid;
}

.is-form.sky input[type="radio"]:not(:checked) + label:after,
.is-form.sky input[type="radio"]:checked + label:after {
  background: #67118f;
}

.is-form.sky input[type="radio"]:not(:checked) + label:before,
.is-form.sky input[type="radio"]:checked + label:before {
  border: 1px #67118f solid;
}

.is-form.sky input[type="radio"]:checked:focus + label:before,
.is-form.sky input[type="radio"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(103, 17, 143, 0.2);
}

.is-form.sky .form-section-01 form input[type="submit"] {
  /*background: #FC1999;
  border: 2px #FC1999 solid;*/
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/*---------------------- VIRGIN MEDIA -------------------*/
.is-form.virgin-media .form-section-01 form {
  background: #f8f8f8;
}

.is-form.virgin-media .form-section-01 .form-letter .form-header {
  border-bottom: #2c1f2c 1px solid;
  background: #2c1f2c;
}

.is-form.virgin-media .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-width: 70px;
  padding: 4px;
}

.is-form.virgin-media .form-section-01 .form-header p {
  color: #fff;
}

.is-form.virgin-media .form-section-01 form label.required::before {
  color: #fc1999;
}

.is-form.virgin-media .form-section-01 form input {
  border-radius: 0;
  border: 1px #ccc solid;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.is-form.virgin-media input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  border: 2px #eb0003 solid;
}

.is-form.virgin-media input[type="checkbox"]:not(:checked) + label:after,
.is-form.virgin-media input[type="checkbox"]:checked + label:after {
  background: #eb0003;
}

.is-form.virgin-media input[type="checkbox"]:checked:focus + label:before,
.is-form.virgin-media input[type="checkbox"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(235, 0, 3, 0.2);
}

.is-form.virgin-media input[type="radio"]:not(:checked) + label:before {
  border: 1px #eb0003 solid;
}

.is-form.virgin-media input[type="radio"]:not(:checked) + label:after,
.is-form.virgin-media input[type="radio"]:checked + label:after {
  background: #eb0003;
}

.is-form.virgin-media input[type="radio"]:not(:checked) + label:before,
.is-form.virgin-media input[type="radio"]:checked + label:before {
  border: 2px #eb0003 solid;
}

.is-form.virgin-media input[type="radio"]:checked:focus + label:before,
.is-form.virgin-media input[type="radio"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(235, 0, 3, 0.2);
}

.is-form.virgin-media .form-section-01 form input[type="submit"] {
  /*background: #EB0003;
  border: 2px #EB0003 solid;*/
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/*---------------------- VODAFONE -------------------*/
.is-form.vodafone .form-section-01 form {
  background: #f8f8f8;
}

.is-form.vodafone .form-section-01 .form-letter .form-header {
  border-bottom: #be0009 1px solid;
  background: #be0009;
}

.is-form.vodafone .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-width: 70px;
  padding: 4px;
}

.is-form.vodafone .form-section-01 .form-header p {
  color: #fff;
}

.is-form.vodafone .form-section-01 form label.required::before {
  color: #fc1999;
}

.is-form.vodafone .form-section-01 form input {
  border-radius: 0;
  border: 1px #ccc solid;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.is-form.vodafone input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  border: 2px #eb0003 solid;
}

.is-form.vodafone input[type="checkbox"]:not(:checked) + label:after,
.is-form.vodafone input[type="checkbox"]:checked + label:after {
  background: #eb0003;
}

.is-form.vodafone input[type="checkbox"]:checked:focus + label:before,
.is-form.vodafone input[type="checkbox"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(235, 0, 3, 0.2);
}

.is-form.vodafone input[type="radio"]:not(:checked) + label:before {
  border: 1px #eb0003 solid;
}

.is-form.vodafone input[type="radio"]:not(:checked) + label:after,
.is-form.vodafone input[type="radio"]:checked + label:after {
  background: #eb0003;
}

.is-form.vodafone input[type="radio"]:not(:checked) + label:before,
.is-form.vodafone input[type="radio"]:checked + label:before {
  border: 2px #eb0003 solid;
}

.is-form.vodafone input[type="radio"]:checked:focus + label:before,
.is-form.vodafone input[type="radio"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(235, 0, 3, 0.2);
}

.is-form.vodafone .form-section-01 form input[type="submit"] {
  /*background: #754E6A;
  border: 2px #754E6A solid;*/
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/*---------------------- BT GROUP -------------------*/
.is-form.bt .form-section-01 form {
  background: #ebebeb;
}

.is-form.bt .form-section-01 .form-letter .form-header {
  border-bottom: #4b15ab 1px solid;
  background: #4b15ab;
}

.is-form.bt .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-width: 48px;
  padding: 4px;
}

.is-form.bt .form-section-01 .form-header p {
  color: #fff;
}

.is-form.bt .form-section-01 form label.required::before {
  color: #fc1999;
}

.is-form.bt .form-section-01 form input {
  border-radius: 0;
  border: 1px #ccc solid;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.is-form.bt input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  border: 2px #4b15ab solid;
}

.is-form.bt input[type="checkbox"]:not(:checked) + label:after,
.is-form.bt input[type="checkbox"]:checked + label:after {
  background: #4b15ab;
}

.is-form.bt input[type="checkbox"]:checked:focus + label:before,
.is-form.bt input[type="checkbox"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(75, 21, 171, 0.2);
}

.is-form.bt input[type="radio"]:not(:checked) + label:before {
  border: 1px #4b15ab solid;
}

.is-form.bt input[type="radio"]:not(:checked) + label:after,
.is-form.bt input[type="radio"]:checked + label:after {
  background: #4b15ab;
}

.is-form.bt input[type="radio"]:not(:checked) + label:before,
.is-form.bt input[type="radio"]:checked + label:before {
  border: 2px #4b15ab solid;
}

.is-form.bt input[type="radio"]:checked:focus + label:before,
.is-form.bt input[type="radio"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(75, 21, 171, 0.2);
}

.is-form.bt .form-section-01 form input[type="submit"] {
  /*background: #E20047;
  border: 2px #E20047 solid;*/
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/*---------------------- THREE.CO.UK -------------------*/
.is-form.three .form-section-01 form {
  background: #fff;
  border: 1px #000 solid;
}

.is-form.three .form-section-01 .form-letter .form-header {
  border: #000 1px solid;
  border-bottom: #000 2px solid;
  background: #fff;
}

.is-form.three .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-width: 36px;
  padding: 4px;
}

.is-form.three .form-section-01 .form-header p {
  color: #000;
}

.is-form.three .form-section-01 #textDocument {
  border-color: #ccc;
}

.is-form.three .form-section-01 form label.required::before {
  color: #000;
}

.is-form.three .form-section-01 form input {
  border-radius: 0;
  border: 1px #000 solid;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.is-form.three input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  border: 2px #000 solid;
}

.is-form.three input[type="checkbox"]:not(:checked) + label:after,
.is-form.three input[type="checkbox"]:checked + label:after {
  background: #000;
}

.is-form.three input[type="checkbox"]:checked:focus + label:before,
.is-form.three input[type="checkbox"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(0, 0, 0, 0.2);
}

.is-form.three input[type="radio"]:not(:checked) + label:before {
  border: 1px #000 solid;
}

.is-form.three input[type="radio"]:not(:checked) + label:after,
.is-form.three input[type="radio"]:checked + label:after {
  background: #000;
}

.is-form.three input[type="radio"]:not(:checked) + label:before,
.is-form.three input[type="radio"]:checked + label:before {
  border: 2px #000 solid;
}

.is-form.three input[type="radio"]:checked:focus + label:before,
.is-form.three input[type="radio"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(0, 0, 0, 0.2);
}

.is-form.three .form-section-01 form input[type="submit"] {
  /*background: #6120E6;
  border: 2px #6120E6 solid;*/
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/*---------------------- EE -------------------*/
.is-form.ee .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-width: 48px;
  max-height: 46px;
  padding: 4px;
}

/*---------------------- TESCO MOBILE -------------------*/
.is-form.tesco-mobile .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-width: 100px;
  padding: 4px;
}

/*---------------------- GIFFGAFF -------------------*/
.is-form.giffgaff .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: 7px;
  left: 50px;
  max-width: 100px;
  padding: 4px;
}

/*---------------------- BRITISH GAS -------------------*/
.is-form.british-gas .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-width: 100px;
  padding: 4px;
}
.is-form.british-gas #textDocument div.logo-letter img {
  max-height: 50px;
}

/*---------------------- EDF ENERGY -------------------*/
.is-form.edf-energy .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-width: 100px;
  padding: 4px;
}

/*---------------------- EBICO LTD -------------------*/
.is-form.ebico-ltd .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-height: 45px;
  padding: 4px;
}

/*---------------------- E.ON ENERGY -------------------*/
.is-form.eon-energy .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: 5px;
  left: 50px;
  max-width: 100px;
  padding: 4px;
}
.is-form.eon-energy #textDocument div.logo-letter img {
  max-height: 40px;
}

/*---------------------- GOOD ENERGY -------------------*/
.is-form.good-energy .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-height: 45px;
  padding: 4px;
}

/*---------------------- LONDON ENERGY -------------------*/
.is-form.london-energy .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -1px;
  left: 50px;
  max-width: 200px;
  padding: 4px;
}
.is-form.london-energy #textDocument div.logo-letter img {
  max-height: 40px;
}

/*---------------------- NPOWER -------------------*/
.is-form.npower .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: 4px;
  left: 50px;
  max-width: 100px;
  padding: 4px;
}

/*---------------------- SOUTHERN ELECTRIC -------------------*/
.is-form.southern-electric .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -2px;
  left: 50px;
  max-width: 100px;
  padding: 4px;
}
.is-form.southern-electric #textDocument div.logo-letter img {
  max-height: 50px;
}

/*---------------------- SCOTTISH POWER -------------------*/
.is-form.scottish-power .form-section-01 .form-letter .form-header img {
  position: absolute;
  top: -2px;
  left: 50px;
  min-height: 50px;
  max-width: 200px;
  padding: 4px;
}
.is-form.scottish-power #textDocument div.logo-letter img {
  max-width: 250px;
}

/*-------------- Payment ------------*/

.payment-section-01 > div > h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 35px;
  position: relative;
}

.payment-section-01 h2 span {
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: auto;
}

.payment-section-01 h2 span::after {
  left: 50px;
}

.payment-section-01 .form-header {
  background: #57b9f1;
  color: #fff;
  padding: 7px;
  position: relative;
}

.payment-section-01 .form-header img {
  position: absolute;
  top: -7.5px;
  left: 50px;
  max-width: 55px;
}

.payment-section-01 .form-header h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  text-align: left;
  margin-left: 120px;
  font-size: 16px;
  color: #fff;
}

.payment-section-01 form {
  background: #eef2f5;
  border-bottom: 4px #57b9f1 solid;
  padding-bottom: 20px;
  margin-top: 25px;
  margin-bottom: 50px;
}

.payment-section-01 form .form-col-header {
  background: #28293a;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.payment-section-01 form h3 {
  color: #28293a;
  font-size: 20px;
}

.payment-section-01 form input {
  color: #57b9f1;
}

.payment-section-01 form input {
  border: #57b9f1 1px solid;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #000;
}

.payment-section-01 form input:focus {
  outline: none;
}

.payment-section-01 form button.cvv-infos {
  background: #1e1e1f;
  border: none;
  border-radius: 50px;
  color: #f0f1f4;
  height: 20px;
  width: 20px;
  font-weight: 1000;
  font-size: 13px;
  margin-bottom: 2px;
}

.payment-section-01 .payment-form,
.payment-section-01 .payment-details {
  /*margin-top: 30px;*/
}

.payment-section-01 .form-col-header h2 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 0;
}

.payment-section-01 .payment-form .form-col-header h2::after {
  content: "";
  height: 25px;
  width: 25px;
  background: #28293a;
  position: absolute;
  transform: rotate(45deg);
  top: 25px;
  left: 60px;
}

.payment-section-01 .payment-form h3 {
  margin-top: 40px;
}

.payment-section-01 .payment-form label {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-size: 14px;
  color: #666;
}

.payment-section-01 .payment-form .card-img-container {
  float: right;
}

.payment-section-01 .payment-form h2 {
  text-transform: inherit;
  font-size: 18px;
}

.payment-section-01 .payment-form img {
  margin-top: 32.5px;
  width: 45px;
}

.payment-section-01 .payment-form button.see-more {
  text-decoration: underline;
  color: #5c68e1;
  background: none;
  border: none;
  display: inline;
  padding: 0;
}

.payment-section-01 .payment-form button.see-more:focus {
  outline: none;
}

.form-section-01 .terms-conditions [type="checkbox"]:checked + label:after {
  height: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  color: #aaa;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  color: #aaa;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  color: #aaa;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  color: #aaa;
}

.payment-section-01 form input[type="submit"] {
  background: #ff0000;
  border: 2px #ff0000 solid;
  width: 250px;
  padding: 6px 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: auto;
  margin-top: 30px;
  transition: 0.2s all;
  border-radius: 40px;
}

.payment-section-01 form input[type="submit"]:hover {
  background: #d40000;
  border: 2px #d40000 solid;
}

.payment-section-01 .payment-details .form-col-header {
  background: #28283a;
}

.payment-section-01 .payment-details .form-col-header img {
  position: absolute;
  max-width: 42px;
  left: 20px;
  top: -15px;
}

.payment-section-01 .payment-details .form-col-header h2 {
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
}

.payment-section-01 .payment-details .form-col-header h2::after {
  content: "";
  height: 25px;
  width: 25px;
  background: #28283a;
  position: absolute;
  transform: rotate(45deg);
  top: 15px;
  right: 0;
}

.payment-section-01 .payment-details .form-payment-list {
  padding: 10px;
}

.payment-section-01 .payment-details .form-payment-list-item {
  border-bottom: 2px #57b9f1 dashed;
  padding-top: 7.5px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
}

.payment-section-01 .payment-details .form-payment-list-item img {
  max-width: 36px;
  margin-top: 10px;
  display: block;
}

.payment-section-01 .payment-details .form-payment-list-item:last-of-type {
  border-bottom: none;
}

.payment-section-01 .payment-details .form-payment-list-item p {
  line-height: 1.2;
}

.payment-section-01 .payment-details .form-col-total {
  background: #5f5f5f;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  text-indent: 45px;
}

.payment-section-01 .payment-details .payment-details-container {
  background: #fff;
  border: 1px #57b9f1 solid;
}

.payment-section-01 .payment-details .form-col-infos {
  padding: 20px;
  background: #eee;
}

.payment-section-01 .payment-details .form-col-infos b {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.payment-section-01 .payment-details .form-col-infos p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  max-width: 320px;
  margin: auto;
  padding-top: 5px;
}

.payment-section-01 .secure-payment {
  text-align: center;
  display: table;
  margin: auto;
  margin-top: 20px;
  background: url("../../img/Icon_Locker.png") center left no-repeat;
  background-size: 12px;
  padding-left: 25px;
}

/*------------------- FAQ ----------------*/
.is-faq h2.main-title {
  font-weight: 700;
  padding-top: 20px;
}

.is-faq .faq-section-01 {
  background: #ebebeb;
  padding-bottom: 30px;
}

.is-faq .faq-container {
  border: 1px #eee solid;
  background: #fff;
}

.is-faq .faq-section-01 .faq-sommaire {
  padding: 20px 35px;
  background: #fff;
  border: 1px #aaa solid;
  margin-top: 20px;
}

.is-faq .faq-section-01 ol.faq-sommaire li {
  list-style-type: decimal;
  margin-left: 10px;
  color: #57b9f1;
  font-weight: 700;
}

.is-faq .faq-section-01 .faq-sommaire a {
  color: #57b9f1;
  font-weight: 400;
}

.is-faq .faq-section-01 .faq-item {
  margin-top: 30px;
}

.is-faq .faq-section-01 .faq-item h2 {
  font-weight: 500;
  font-size: 22px;
}

.is-faq .faq-section-01 .faq-item .content {
  margin-top: 10px;
}

.is-faq .faq-section-01 #faq-01 {
  margin-top: 30px;
}

.is-faq .faq-section-01 .about-us {
  background: #fff;
  padding: 15px;
}

.is-faq .faq-section-01 .about-us h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.is-faq .faq-section-01 .our-objective {
  background: #fff;
  padding: 15px;
}

.is-faq .faq-section-01 .our-objective h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

/*------------------ CONTACT -----------------*/
.is-contact {
  background: #ebebeb;
}

.is-contact h2 {
  font-weight: 700;
}

.is-contact .form {
  padding: 10px;
  background: #fff;
  margin-bottom: 50px;
}

.is-contact form label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.is-contact form input {
  display: block;
  width: 100%;
  border-radius: 0;
  border: 1px #ccc solid;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.is-contact form input[type="submit"] {
  background: #dd4a2e;
  border: 2px #dd4a2e solid;
  width: 250px;
  padding: 6px 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: auto;
  margin-top: 30px;
  transition: 0.2s all;
  border-radius: 40px;
}

.is-contact form textarea {
  width: 100%;
  height: 140px;
  border: 1px #ccc solid;
  display: block;
}

.is-contact .contact-item {
  display: block;
  position: relative;
  margin-top: 15px;
}

.is-contact .contact-item.mail i {
  top: -7.5px;
}

.is-contact .contact-item.phone {
  margin-top: 30px;
}

.is-contact .contact-item.localisation {
  margin-top: 15px;
}

.is-contact .contact-item.phone i {
  top: 1.5px;
}

.is-contact .contact-item i {
  font-size: 18px;
  padding: 10px;
  position: absolute;
  border-radius: 40px;
  border: 2px #000 solid;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 16px;
  top: 5px;
}
.is-contact .form-infos {
  background: #fff;
  padding: 20px 0px 40px 15px;
  margin-bottom: 120px;
}

.is-contact .form-infos h2 {
  font-size: 22px;
  font-weight: 700;
}

.is-contact .form-infos a {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  display: block;
  padding-left: 50px;
}

.is-contact .form-infos span {
  display: block;
  font-size: 15px;
  position: relative;
  top: -5px;
  padding-left: 50px;
}

.bg-light {
  background-color: #eeeeef !important;
}

@media screen and (min-width: 992px) {
  .form-section-01 form input[type="submit"] {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

@media screen and (max-width: 992px) {
  .logo-mobile img {
    width: 200px;
    padding-bottom: 10px;
  }

  .navbar-toggler {
    float: right;
    margin-top: 10px;
  }

  .nav-item {
    display: block;
  }

  .nav-item a {
    font-size: 16px;
  }

  .nav-item a::after {
    display: none;
  }

  .nav-item.phone-number {
    margin-left: 15px;
    background-size: 12px;
  }

  .nav-item.phone-number a {
    font-size: 20px;
  }

  .home-section-01 {
    position: relative;
  }

  .home-section-01 input[type="email"]::placeholder {
    font-size: 14px;
  }

  .home-section-01 .lSSlideWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-section-01 h1 {
    padding-top: 30px;
  }

  .form-section-01 .form-letter .form-header img {
    position: relative !important;
    left: inherit !important;
    display: block !important;
    max-width: 80px !important;
    margin: auto !important;
  }

  .payment-section-01 > div > h2 {
    left: 0;
  }

  .form-section-01 form .form-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-section-01 .form-generate {
    margin: 0;
    margin-top: 35px;
  }

  .form-section-01 form .form-submit::after {
    display: none;
  }

  .faq-title {
    margin-top: 20px;
  }

  .faq-content {
    margin-top: 15px;
  }

  .payment-section-01 h2 span {
    left: 0;
  }

  .footer {
    padding-top: 0;
  }

  .footer-category {
    margin-top: 30px;
  }

  .footer-category > div > ul {
    margin-top: 10px;
  }

  .footer-item a {
    display: block;
  }

  .footer-item a::before {
    display: none;
  }

  .footer-sub .col-informations::before {
    display: none;
  }

  .payment-section-01 .payment-form label {
    text-indent: 0;
  }

  .payment-section-01 .payment-details .form-col-header img {
    max-width: 32px;
    top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .form-section-01 h1 {
    font-size: 20px;
  }

  .form-section-01 .form-letter .form-header p {
    font-size: 18px;
  }
}

.right-side {
  text-align: right;
}

div.logo-letter {
  text-align: left;
}
.logo-letter img {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 55px !important;
}

.letter-body p,
.letter-body p div {
  font-size: 15px;
}

.preview-small .logo-letter img {
  right: 10px;
  top: 10px;
  width: 15px !important;
}

/* Termination Letter Style */

#TerInfoContractContractNameForm .form-content {
  padding: 25px 40px;
}
#TerInfoContractContractNameForm .btn {
  margin-bottom: 0;
  margin-top: 20px;
}
#TerInfoContractContractNameForm input {
  margin-bottom: 8px;
}
#TerInfoContractContractNameForm a {
  margin-bottom: 0;
}
#TerInfoContractContractNameForm input[type="checkbox"] + label:not(.error) {
  position: relative;
  margin-bottom: 14px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 160%;
  color: #646d75;
}
#TerInfoContractContractNameForm input[type="checkbox"] + label:not(.error)::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
  background: #fff;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  border: 1px solid rgba(100, 109, 117, 0.2);
}
#TerInfoContractContractNameForm input[type="checkbox"] {
  margin-bottom: 0px;
  display: none;
}
#TerInfoContractContractNameForm input[type="radio"] {
  margin-bottom: 0;
}

#TerInfoContractContractNameForm input[type="checkbox"]:checked + label::before {
  background: #facb01;
  background-image: url("/img/checkbox-checked.svg");
  background-position: center;
  background-repeat: no-repeat;
}
#TerInfoContractContractNameForm input[type="radio"]:checked + label::before {
  background-size: 12px;
}
#TerInfoContractContractNameForm .radioDate + label::before {
  border-radius: 50%;
  background-image: url("../img/circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0;
}

.form-group {
  margin-bottom: 0;
}

#CustomerSubscriptionLetterForm {
  padding: 40px 50px;
  background: #fcfcfc;
  margin-top: 0;
}

#TerInfoContractContractNameForm a {
  color: #facb01;
  font-size: 16px;
  line-height: 160%;
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: underline;
}

#TerInfoContractContractNameForm input,
#CustomerSubscriptionLetterForm input,
#CustomerSubscriptionLetterForm textarea {
  font-size: 14px;
  line-height: 17px;
  color: #646d75;
  padding: 10px 20px 13px;
  background-color: #fff;
  border: 1px solid rgba(100, 109, 117, 0.2);
  border-radius: 0;
  -webkit-transition: border ease 0.3s;
  -o-transition: border ease 0.3s;
  transition: border ease 0.3s;
  margin-bottom: 14px;
  height: initial;
}

#CustomerSubscriptionLetterForm input::-webkit-input-placeholder,
#CustomerSubscriptionLetterForm textarea::-webkit-input-placeholder {
  color: #646d75;
}

#CustomerSubscriptionLetterForm input:-ms-input-placeholder,
#CustomerSubscriptionLetterForm textarea:-ms-input-placeholder {
  color: #646d75;
}

#CustomerSubscriptionLetterForm input::-ms-input-placeholder,
#CustomerSubscriptionLetterForm textarea::-ms-input-placeholder {
  color: #646d75;
}

#CustomerSubscriptionLetterForm input::placeholder,
#CustomerSubscriptionLetterForm textarea::placeholder {
  color: #646d75;
}

#CustomerSubscriptionLetterForm input:active,
#CustomerSubscriptionLetterForm input:focus,
#CustomerSubscriptionLetterForm textarea:active,
#CustomerSubscriptionLetterForm textarea:focus {
  outline: 0;
  border: 1px solid #facb01;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#CustomerSubscriptionLetterForm input:hover,
#CustomerSubscriptionLetterForm textarea:hover {
  outline: 0;
  border: 1px solid #2c3640;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#CustomerSubscriptionLetterForm .d-flex input {
  margin-right: 20px;
}

#CustomerSubscriptionLetterForm .d-flex input:last-child {
  margin-right: 0;
}

#TerInfoContractContractNameForm .btn,
#CustomerSubscriptionLetterForm .btn {
  background: #facb01;
  padding: 16px 32px 16px;
  text-align: center;
  font-size: 16px;
  line-height: 170%;
  font-weight: 700;
  color: #2c3640;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 10px 40px rgba(250, 203, 1, 0);
  box-shadow: 0 10px 40px rgba(250, 203, 1, 0);
  -webkit-transition: -webkit-box-shadow ease 0.2s;
  transition: -webkit-box-shadow ease 0.2s;
  -o-transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}

#TerInfoContractContractNameForm .btn img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

#TerInfoContractContractNameForm input[type="radio"]:checked + label::before {
  background-size: 12px;
}

#TerInfoContractContractNameForm input[type="radio"]:checked + label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

::-webkit-file-upload-button {
  appearance: button;
  font-feature-settings: inherit;
  font-kerning: inherit;
  font-optical-sizing: inherit;
  font-variant: inherit;
  font-variation-settings: inherit;
}

#TerInfoContractContractNameForm input[type="radio"]:checked + label:not(.error) {
  color: #646d75;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 14px;
  padding-left: 25px;
  position: relative;
}

#TerInfoContractContractNameForm input[type="radio"]:checked + label:not(.error)::before {
  background-color: #fff;
  border: 1px solid rgba(100, 109, 117, 0.2);
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 3px;
  transition: background 0.2s;
  width: 18px;
}

#TerInfoContractContractNameForm input[type="radio"]:checked + label::before {
  background-image: url(http://flashtemplate.loc/img/circle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
}
#radiolabel-choice-date {
  margin-right: 1ch;
}
#JsonDateTermination {
  margin-bottom: 0px !important;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0px !important;
}
