
/*form styles*/


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.txt-tarifario p.txt_ddireto {
    font-size: 13px;
    padding-top: 18px;
    display: block;
    padding-bottom: 0px;
}
.termsconditions a.lermais {
    color: black;
    font-size: 0.8rem;
    text-decoration: none;
}
#lerMaisMore1 p, #lerMaisMore2 p {
    font-size: 0.7rem;
    line-height: 16px;
    color: black;
}
.checkbox_nw {
    display: block;
    font-size: .8rem;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox_nw input {
    position: absolute;
    display: inline-block;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox_nw input:checked ~ .checkmark {
    background-color: #000000;
}
.checkbox_nw .checkmark {
    position: relative;
    display: inline-block;
    top: 4px;
    margin-right: 6px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #000;
}
.checkbox_nw input:checked ~ .checkmark::after {
    display: block;
}
.checkbox_nw .checkmark::after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid white;
    position: absolute;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: none;
}
.lastphrastep {
    position: absolute !important;
    bottom: 0;
    background: #c9c9c9;
    z-index: 1;
    display: none;
}
.lastphrastep p {
    font-size: 12px;
    text-align: center;
    padding-top: 12px;
    line-height: 12px;
    margin-bottom: 12px;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 0px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

/*Dropdown List Exp Date*/
#msform select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

#msform select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.modalstyle .card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}
#msform .form-card label {
    font-size: 15px;
}
.check-form-text {
    font-size: 0.8rem !important;
}
.validNif {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    font-size: .8rem;
    opacity: 0;
    text-align: center;
}
/*FieldSet headings*/
.fs-title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
    display: block;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.modalstyle .modal-content fieldset .form-card select {
    color: #111;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #dee2e6 !important;
    font-size: initial;
    border-radius: .25rem;
}
.modalstyle h5#updateModalLabel {
    font-size: 1.2rem;
    padding-top: 25px;
    padding-bottom: 20px;
    max-width: 90%;
}
.termsconditions p {
    font-size: 0.8rem;
}
.termsconditions p a {
    color: black;
}
.termsconditions p span {
    color: black;
    font-size: 0.7rem;
}
.termsconditions label {
    font-size: 0.8rem;
}
.modalstyle .modal-content .modal-header {
    position: relative;
    padding: .8rem 1rem 1rem;
}
.modalstyle .close-modal {
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
span.nifstyle {
    position: absolute;
    right: 0px;
    bottom: 0;
    font-size: .9rem;
    background: white;
    padding: 10px 15px;
    letter-spacing: 0px;
    font-weight: normal;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding:0;
}

#progressbar .active {
    color: #000000;
}
#progressbar .active span {
    color: #000000;
    text-shadow: -1px 1px 0 #000000;
}
#progressbar li {
    list-style-type: none;
    font-size: 16px;
    width: 33.3333%;
    float: left;
    position: relative;
    color: #bbbcc4;
}
#progressbar li span {
    font-size: 1.8rem;
    text-shadow: -1px 1px 0 #94959d, 1px 1px 0 #94959d, 1px -1px 0 #94959d, -1px -1px 0 #94959d;
    color: white;
}
.border-dashed {
    border-bottom: 2px dashed;
}
#progressbar .active .border-dashed {
    border-color: #bad80a;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}
#msform .form-group .checkbox_container .checkmark::after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid white;
    position: absolute;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: none;
}
.info_doc {
    float: right;
    width: 20px;
    height: 20px;
    background: black;
    border-radius: 100%;
    margin-left: 10px;
    border: 1px solid black;
}
.info_doc img {
    filter: invert(1);
    margin-top: -8px;
}
#msform .popover {
    position: absolute;
    top: -38%;
    left: 31%;
    z-index: 1060;
    display: none;
    min-height: 70px;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: .775rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
}
#msform .bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}
#msform .form-control {
    font-size: 0.875rem;
    text-align: center;
}
.lermais {
    font-weight: 600 !important;
    margin-top: -5px !important;
}
#msform label.check-form-text {
    margin-bottom: 2px;
}

/**** 
Loading NOS
*****/
.loader {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
    opacity: 1 !important;
    margin-right: 7px;
    margin-left: 7px;
    border-radius: 10px;
}

  .loader .loading-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 150px;
    position: absolute;
    text-align: center;
    font-weight: 400;
    font-size: .8rem;
    max-width: 200px;
  }

  .loader .spinner {
  position: absolute;
  z-index: 1;
  margin-top: -70px;
  height: 40px;
  width: 40px;
  }

  .loader [class^=spoke-] {
  position: absolute;
  display: block;
  left: 20px;
  width: 10px;
  height: 20px;
  border-radius: 0px;
  transition: all 0.5s;
  animation: circleRotate 5s both infinite;
  transform-origin: 0 250% 0;
  clip-path: polygon(0 0, 100% 0, 79% 100%, 20% 100%);
  }

  @keyframes circleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1440deg);
  }
  }

  @-webkit-keyframes loader-spokes {

  0%,
  10%,
  20%,
  30%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
  -webkit-transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  }

  50% {
  -webkit-transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
  transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
  }
  }

  @keyframes loader-spokes {

  0%,
  10%,
  20%,
  30%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
  -webkit-transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  }

  50% {
  -webkit-transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
  transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
  }
  }

  .loader-spokes {
  height: 22px;
  width: 8px;
  position: absolute;
  }

  .loader-spokes div {
  -webkit-animation: loader-spokes 1s calc(var(--delay) * 1s) infinite ease;
  animation: loader-spokes 1s calc(var(--delay) * 1s) infinite ease;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
      clip-path: polygon(20% 0, 90% 0, 100% 100%, 0 100%);

  }

  .loader-spokes div:nth-child(1) {
  --delay: 0.1;
  --rotation: 36;
  --translation: 150;
  background: #4f60d2;

  }

  .loader-spokes div:nth-child(2) {
  --delay: 0.2;
  --rotation: 72;
  --translation: 150;
  background: #4CDBC5;


  }

  .loader-spokes div:nth-child(3) {
  --delay: 0.3;
  --rotation: 108;
  --translation: 150;
  background: #6ea514;

  }

  .loader-spokes div:nth-child(4) {
  --delay: 0.4;
  --rotation: 144;
  --translation: 150;
  background: #EB84CD;

  }

  .loader-spokes div:nth-child(5) {
  --delay: 0.5;
  --rotation: 180;
  --translation: 150;
  background: #fadd0b;

  }

  .loader-spokes div:nth-child(6) {
  --delay: 0.6;
  --rotation: 216;
  --translation: 150;
  background: #6ea514;

  }

  .loader-spokes div:nth-child(7) {
  --delay: 0.7;
  --rotation: 252;
  --translation: 150;
  background: #4f60d2;

  }

  .loader-spokes div:nth-child(8) {
  --delay: 0.8;
  --rotation: 288;
  --translation: 150;
  background: #4CDBC5;

  }

  .loader-spokes div:nth-child(9) {
  --delay: 0.9;
  --rotation: 324;
  --translation: 150;
  background: #fadd0b;
  }

  .loader-spokes div:nth-child(10) {
  --delay: 1;
  --rotation: 360;
  --translation: 150;
  background: #EB84CD;
  }

div.spokeTop {
    background: #000000;
    height: 100px;
    transform: rotate(2deg);
    z-index: -10;
    position: relative;
    width: 102%;
    top: 45px;
    left: -2px;
}
div.spokeBottom {
    background: #000000;
    height: 100px;
    transform: rotate(-2deg);
    z-index: -10;
    position: relative;
    width: 102%;
    top: -45px;
    left: -2px;
}
.not_ok button a, .not_ok button a:hover {
    color:white;   
    text-decoration: none; 
}
@media (max-width: 767px){
    .txt-tarifario p.txt_ddireto {
        padding-left: 10px;
        padding-right:10px;
    }
    .info_doc img {
        margin-top: 0;
    }
    .modalstyle .modal-content .modal-header .modal-title {
        font-size: 1.2rem !important;
        padding-bottom: 20px;
        padding-top: 20px !important;
    }
    .banner-text-box {
        padding-left: 0px !important;
    }
    #progressbar li {
        width: 100%;
        display: none;
        margin-bottom: 10px;
    }
    #progressbar .active {
        display: block;
    }
    span.nifstyle {
        bottom: -10px;
    }
    .info_doc {
        width: 30px;
        height: 30px;
        margin-top: -7px;
    }
}




.frb-group {
 margin: 15px 0;
}

.frb ~ .frb {
 margin-top: 15px;
}

.frb input[type="radio"]:empty,
.frb input[type="checkbox"]:empty {
 display: none;
}

.frb input[type="radio"] ~ label:before,
.frb input[type="checkbox"] ~ label:before {
 font-family: FontAwesome;
 content: '\2713';
 position: absolute;
 top: 50%;
 margin-top: -11px;
 left: 15px;
 font-size: 22px;
}

.frb input[type="radio"]:checked ~ label:before,
.frb input[type="checkbox"]:checked ~ label:before {
 content: '\f046';
}

.frb input[type="radio"] ~ label,
.frb input[type="checkbox"] ~ label {
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: #f2f2f2;
}

.frb input[type="radio"] ~ label:focus,
.frb input[type="radio"] ~ label:hover,
.frb input[type="checkbox"] ~ label:focus,
.frb input[type="checkbox"] ~ label:hover {
     border: 1px solid #000;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
 color: #fafafa;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
    background-color: #000000;
    color: #FFF !important;
}

.frb.frb-default input[type="radio"]:checked ~ label,
.frb.frb-default input[type="checkbox"]:checked ~ label {
 color: #333;
}

.frb input[type="radio"]:empty ~ label span,
.frb input[type="checkbox"]:empty ~ label span {
 display: inline-block;
}

.frb input[type="radio"]:empty ~ label span.frb-title,
.frb input[type="checkbox"]:empty ~ label span.frb-title {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 5px 0px 50px;
}

.frb input[type="radio"]:empty ~ label span.frb-description,
.frb input[type="checkbox"]:empty ~ label span.frb-description {
    font-size: 13px !important;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    color: #999;
    margin: 5px 5px 5px 50px;
}

.frb input[type="radio"]:empty:checked ~ label span.frb-description,
.frb input[type="checkbox"]:empty:checked ~ label span.frb-description {
 color: #fafafa;
}

.frb.frb-default input[type="radio"]:empty:checked ~ label span.frb-description,
.frb.frb-default input[type="checkbox"]:empty:checked ~ label span.frb-description {
 color: #999;
}






.site-logo-form {
    display: block;
    margin: auto;
    width: 100%;
    height: 75px;
    padding-top: 25px;
    background: rgb(15 15 15) !important;
    position: relative;
    z-index: 1;
}
.card-form {
    border-radius: 10px !important;
}
.text-for-token {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.btn .cmp_button-text {
    font-size: 13px !important;
}
.btn-new-token {
    background: #a9a9a9;
    color: #ffffff !important;
    font-weight: bold;
    letter-spacing: 1px;
    height: 36px;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 6px;
    padding-right: 14px;
    padding-left: 14px;
    text-decoration: none !important;
}
.btn-new-token:hover {
    background: #000000;
    transition: 0.3s;
}
.next1:hover {
    color: #ffffff !important;
    opacity: 0.8 !important;
}
.next2:hover {
    color: #ffffff !important;
    opacity: 0.8 !important;
}
.next3:hover {
    color: #ffffff !important;
    opacity: 0.8 !important;
}
.bysideBTN:hover {
    color: #ffffff !important;
    opacity: 0.8 !important;
}
.text-error-msg {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: center;
    display: block;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.box-error-message {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.form-card.nifnoexists {
    position: absolute;
    top: 0;
    height: -webkit-fill-available;
    display: block;
    align-items: center;
    text-align: center !important;
    color: #000 !important;
    background: #ffffff;
    z-index: 1;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    margin: 0;
    margin-right: 8px;
    padding: 20px;
}
.footer-box {
    z-index: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
    text-align: center;
}
.img-feature-responsive {
    width: 100%;
    height: auto;
    display: block;
    transform: rotate(180deg) !important;
}
.img-feature-responsive-mobile {
    display: none;
    width: 100%;
    height: auto;
    transform: rotate(180deg) !important;
}
.background-all-content {
    background-color: rgb(15 15 15) !important;
}


@media (max-width: 575px){
  .img-feature-responsive {
      display: none;
  }
  .img-feature-responsive-mobile{
      display: block;
  }
}
.text-copyright {
    font-size: 11px;
    line-height: 26px;
    display: block;
}
#grad1 {
    z-index: 1;
}

.text-timer-text {
    font-weight: bold;
    color: #000;
}
.text-timer-js {
    font-weight: bold;
    color: #000;
}
.form-card {
    transition: 0.5s;
}
.frb-group {
    padding-right: 5px;
    padding-left: 5px;
}
.validToken {
    font-size: .8rem;
}
.radio-button-1 {
    padding-left: 50px;
    padding-top: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.radio-button-2 {
    padding-left: 50px;
    padding-top: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.radio-button-3 {
    padding-left: 50px;
    padding-top: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.frb-group .card {
    height: auto;
    width: 100%;
    position: relative;
}
.frb-group .card button {
    border-radius: 10px;
    position: absolute;
    box-shadow: 7px 7px 15px rgba(2,28,53,0.08);
    cursor: pointer;
    outline: none;
    transition:transform 0.4s ease-in-out
}
.frb-group h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
.frb-group p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 19px;
}
.frb-group .card button:hover {
    transform: scale(1.05);
}
.btn-adress {
    background: #f0f0f0;
    border: 2px solid #f0f0f0;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 20px;
}
.btn-adress:hover {
    background: #dfdfdf;
    border: 2px solid #000000;
    transition: 0.3s;
}
.btn-morada-select:hover {
    background: #000000;
    border: 2px solid #000000;
    color: #ffffff;
}
.btn-morada-select:hover > h2 {
    color: #FFF;
}
.final_proposal {
    text-decoration: none;
    color: #FFF;
}
.final_proposal:hover {
    text-decoration: none;
    color: #FFF;
}
.btn-morada-select {
    background: #000000;
    border: 2px solid #000000;
    color: #FFF;
    transition: 0.3s;
}
.btn-morada-select {
    background: #000000;
    border: 2px solid #000000;
    color: #FFF;
}
.btn-morada-select > h2 {
    color: #FFFFFF;
}
.btn-validate-token:focus {
    border: 1px solid #000 !important;
}
.new-token-box {
    margin-bottom: 14px;
}
#msform .form-control {
    border: 1px solid #272727 !important;
}
.btn-validate-step:hover {
    color: #ffffff !important;
    opacity: 0.8 !important;
}
#wrapc2c {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 60% !important;
    margin: 0 auto !important;
}
#wrapc2c .inputformc2c {
    width: 100% !important;
    border: 1px solid #000000 !important;
    border-radius: 5px !important;
    text-align: center !important;
    margin-bottom: 10px !important; 
}
#wrapc2c .inputcallc2c {
    width: 100% !important;
    background-color: rgb(0 0 0) !important;
}
#wrapc2c .loading {
    width: 60% !important;
    margin: 0 auto !important;
}
#px1-c2c .byside_bg div:nth-child(2) {
    display: none !important;
}
.text-form-c2c {
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #616161;
    margin-top: 5px;
}
.name_client_error {
    margin-bottom: 0px !important;
}
.status_setup_msg p {
    font-size: 16px !important;
    line-height: 18px !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}