@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;600;800&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

hr {
  margin: 0.25rem;
}

a {
  text-decoration: none !important;
}

h1.title {
  font-size: 2rem;
  font-weight: 300;
}
h1.title span {
  font-weight: 500;
  color: #ffa000;
}

.why h1.title {
  width: 65%;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.125px;
}

input#accept {
  background-position: center;
  background-repeat: no-repeat;
}
.clrBtn button {
    background: #000;
    border: 0;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    color: #fff;
}
@media (max-width: 768.98px) {
  .hide-mobile {
    display: none !important;
  }
  ul.social {
    position: absolute;
    right: 0rem;
  }
  ul.navifooter li {
    line-height: 1 !important;
    opacity: 0.7;
  }
  .footer a {
    font-size: 0.9rem !important;
  }
}

@media (min-width: 768.98px) {
  .hide-desktop {
    display: none !important;
  }
}

li.btn1 span {
  font-size: 0.8rem;
  opacity: 1;
  font-weight: 300;
  letter-spacing: 1px;
}

.header {
  padding: 1rem;
  background: #fff;
  display: flex;
  width: 100%;
  z-index: 999;
}

.header .navi {
  display: inline;
}

.header .logo img {
  height: 65px;
}

.header .navi {
  justify-content: end;
  display: flex;
  width: 100%;
  padding-top: 15px;
}

.header .navi ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .navi ul li a {
  padding: 1rem;
  color: #000;
  text-decoration: none;
}

.header .navi ul li.user a img {
  width: 30px;
}

.btn1 a {
  background-color: #000000;
  padding: 0.5rem 1rem !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
}

.mobileNavBtn img {
  width: 35px;
  margin: 0.75rem 0rem;
}

.eNum {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -44px;
    background: #37a97f;
    color: #fff;
    border-radius: 500px;
    text-align: center;
    padding-top: 9px;
    font-size: 11px;
}
@media (max-width: 768.98px) {
  .header {
    position: fixed;
    width: 100%;
  }

  .header .navi ul li a {
    padding: 0px;
  }
}

label.img-h img {
  height: 50px !important;
  width: auto;
}

label.img-h {
  text-align: center;
  cursor: pointer;
  padding: 0.5rem;
  margin: 0rem 1rem 1rem 0rem;
  border-radius: 6px;
  filter: grayscale(100%);
}

label.img-h:hover {
  border: 1px solid #ffa000;
  filter: grayscale(0%);
}

.form-req fieldset h6 {
  font-size: 0.8rem;
  margin: 0;
  text-transform: capitalize;
}

label.img-h {
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

input.next {
  right: 1rem;
  background: black;
  color: #fff !important;
  padding: 0.25rem 1rem;
  top: 0.5rem;
  border-radius: 50px;
}

.hero {
  position: relative;
  padding: 3rem;
  background-image: url(../images/main.jpg);
  background-color: black;
  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.hero .row {
  z-index: 1;
  position: relative;
  min-height: 50vh;
  align-items: center;
}

.hero::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.hero .row {
  position: relative;
  z-index: 4;
}
.second {
  position: absolute;
  float: right;
  bottom: -100px;
  right: 10%;
}

.second img {
  height: 400px;
}

.round1 {
  width: 425px;
  height: 425px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  border-radius: 5px;
  z-index: -1;
  bottom: -100px;
  right: -15%;
}

.typewriter {
  font-size: 3rem;
  font-weight: 800;
}

.typewriter span {
  color: #ffa000;
}

a.btnS {
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  color: #c3c3c3;
}

a.btnB {
  text-align: center;
  background: #ffa000;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
}

.btnB span {
  font-size: 0.9rem;
  text-transform: capitalize;
}

a.btnB:hover {
  background: #ffffff;
  color: #000;
  padding: 0.75rem 1.5rem;
}

a.btnP {
  text-align: center;
  background: #e1e1e1;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  color: #000000;
  border: 1px solid #b3b3b3;
  text-transform: capitalize;
  transition: 0.5s;
}

a.btnP span img {
  margin-left: 3rem;
}

.plus {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  background: #fea016;
  font-size: 2.25rem;
  color: #fff;
  display: none;
}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  font-weight: 600;
  color: #717171;
  font-size: 14px;
  padding: 10px 12px;
  background: #f6f4f7;
}

label.file-input__labe {
  background: #f6f4f7 !important;
  border: 1px solid #d8d8d8 !important;
}

label.file-input__labe {
  background: #f6f4f7 !important;
  border: 1px solid #d8d8d8 !important;
}

@media (max-width: 768.98px) {
  a.btnB {
    font-size: 1rem;
  }

  a.btnB:hover {
    padding: 0.75rem 1rem;
  }
}

@media (max-width: 768.98px) {
  label.img-h {
    display: flex;
  }

  label.img-h p {
    padding-top: 12px;
    margin-left: 10px !important;
  }

  .hero-section {
    padding: 1rem;
    padding-top: 100px;
  }

  .first {
    text-align: center;
  }

  .typewriter {
    font-size: 2.5rem;
    text-align: center;
  }
}

.list {
  padding: 0 4rem;
  transform: translateY(-75px);
  z-index: 9;
  position: relative;
}

.mySwiper {
  margin-top: 1.5rem;
}

a.swiper-slide {
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 2rem 1rem;
  background: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
}

.swiper-slide img {
  height: 40px;
}

.swiper-slide h3 {
  font-size: 0.8rem;
  text-transform: uppercase;
}

@media (max-width: 768.98px) {
  .list {
    padding: 0rem 2rem 2rem;
    transform: translateY(-15px);
  }

  a.swiper-slide {
    padding: 1rem 1rem;
  }

  .swiper-slide h3 {
    margin-top: 0.5rem;
    font-size: 0.65rem;
    text-transform: uppercase;
  }
}

.why {
  padding: 0 0 5rem 0;
}

h2.title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

h2.title span {
  color: #ffa000;
}
h3.subtitle {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.points {
  padding-right: 3rem;
}

.points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.points ul li {
  display: flex;
}

.points ul li img {
  width: 30px;
  margin: auto 1rem;
}

.video iframe {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.guide-img img {
  width: 80%;
  float: right;
  margin-top: -4rem;
}
.why.client .points ul li {
  width: 98% !important;
  float: left;
  background: #ffffff;
  margin: 0 0 1rem 2%;
  padding: 0.5rem;
  padding-left: 1rem;
  border-radius: 0;
  display: block;
  position: relative;
  border-bottom: 1px dotted #cfcfcf;
  border-left: 3px solid #343434;
}
.why.client .points ul li p {
  margin-bottom: 0px;
}
/*
.why.client .points ul li img {
    margin: 0;
    margin-bottom: 0.5rem;
    position: absolute;
    left: -11px;
    width: 22px;
    height: 22px;
    background: #ffa00000;
    border-radius: 500px;
}
*/
.why.client .points {
  padding-right: 0rem;
}

.modal-content {
  background: #ff000000;
  border: 0;
}
button.close {
  border-radius: 500px;
  width: 30px;
  height: 30px;
  border: 0;
  position: absolute;
  right: 0;
}
.modal-header {
  border: 0;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 60vw;
    margin: 1.75rem auto;
  }
}
/* .about-section.client {
    position: relative;
    background-color: #161616;
    background-image: url(../images/main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about-section.client:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #020202d6;
}*/

.about-section.client {
  padding: 0rem 7vw;
  background: white;
}

.about-section.client .about {
  position: relative;
  background-color: #161616;
  background-image: url(../images/main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5rem 3rem;
  border-radius: 10px;
  overflow: hidden;
}

.about-section.client .about:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.about-section.client .card {
  border: 0;
}
.about-section.client .card img {
  width: 100%;
  border-radius: 10px;
}

.about-section.client .title {
  color: #000;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

a.btn2 {
  text-align: center;
  background: #000000;
  font-size: 1.125rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
}

a.btn2.green {
  background: #2b8604;
}

a.btn2:hover,
a.btn2.green:hover {
  background: #000;
  font-size: 1.125rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  color: #fff;
}

@media (max-width: 768.98px) {
  h2.title {
    font-size: 1.75rem;
  }

  .why h1.title {
    width: 100%;
  }
  h1.title {
    font-size: 1.75rem;
  }
  .step-section {
    padding: 2rem;
  }
  .num {
    font-size: 4rem;
  }
  .cont {
    height: 5rem;
  }

  .step-section .itm-holder .itm {
    margin-bottom: 2rem;
  }
  .about-section.client {
    padding: 0rem 0vw;
    background: white;
  }

  .about-section.client .about {
    padding: 3rem 1.5rem;
    border-radius: 0px;
  }

  .why.client .points {
    padding-right: 1rem;
  }

  .why {
    padding: 0 1rem 5rem 1rem;
  }

  .video {
    margin-top: 3rem;
  }

  .why.client .points ul li {
    width: 100% !important;
    margin: 0 6% 6% 0%;
  }
}

.about-section {
  padding: 5rem 0 5rem 0;
  background-color: #f5f5f5;
  background-image: url();
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.singleimg .insideimg {
  background-image: url(../images/main.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 768.98px) {
  .about-section {
    padding: 4rem 1rem 4rem 1rem;
  }

  .absolu {
    position: relative;
    overflow: hidden;
    transform: translateX(1rem);
  }

  .absolu .insideimg {
    position: absolute;
    margin-right: 0;
    height: 100%;
    width: 400px;
  }
}

.how {
  padding: 5rem 0 5rem 0;
}

h2.title span {
  color: #ffa000;
}

.points {
  padding-right: 3rem;
}

.points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.points ul li {
  display: flex;
}

.points ul li img {
  width: 30px;
  margin: auto 1rem;
}

@media (max-width: 768.98px) {
  .how {
    padding: 4rem 1rem 4rem 1rem;
  }

  .video {
    margin-top: 3rem;
  }
}

.footer-section {
  background-color: #161616;
  padding: 3rem 0rem 0rem 0rem;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.footer ul li img {
  width: 30px;
}

.footer h3 {
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.footer .logo {
  width: 100%;
  float: left;
  margin-bottom: 1rem;
}

.footer .logo img {
  width: 245px !important;
  margin-bottom: 1rem;
}

ul.navifooter {
  padding: 0 0 0 1rem;
  margin: 0;
  list-style: none;
  display: block !important;
}

ul.navifooter li {
  line-height: 1.3;
  opacity: 0.7;
  padding: 0.4rem;
}

ul.social {
  padding-right: 1rem;
}

ul.social li {
  padding: 0rem 0.25rem !important;
}

.bottom-footer {
  background-color: #000;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}

.bottom-footer ul {
  display: flex !important;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.bottom-footer ul li a {
  color: #fff;
  font-size: 0.8rem;
  padding: 0 1rem;
  text-decoration: none;
}

.mobileMenu {
  width: 100%;
  height: auto !important;
  position: absolute;
  z-index: 999;
  background: #fff;
  left: -101%;
  top: 95px;
  box-shadow: 0 55px 20px rgb(0 0 0 / 20%);

  transition: 0.5s;
}

.mobileMenu.active {
  left: 0;
  padding: 0 0 2rem 0;
}

.page-section {
  background-color: #f5f5f5;
  padding: 1rem;
}

h2.title2 {
  padding: 1rem 0 0 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.page-content {
  padding: 2rem 0;
  min-height: 75vh;
}

.page-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.page-content h3 span {
  color: #ffa000;
}

.grid-items {
  opacity: block;
  bottom: 3rem;
}

.grid-items.hide {
  display: none;
}

.grid-items ul a img {
  height: 40px;
  filter: invert(0%);
  transition: all 0.5s;
}

.grid-items ul a:hover img {
  filter: invert(100%);
}

.grid-items ul {
  padding: 0;
}

.grid-items ul a {
  text-decoration: none;
  color: #000;
  padding: 1rem;
  width: 28%;
  margin: 2%;
  float: left;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  text-align: center;
  background: #f6f4f7;
  transition: all 0.5s;
}

.grid-items ul a:hover,
.grid-items ul a:active {
  color: #ffffff;
  border: 1px solid #ffa000;
  background: #ffa300;
}

.grid-items ul a h4 {
  font-size: 0.9rem;
}

.proform {
  padding: 0 1rem 4rem 1rem;
  display: none;
}

.proform.pre,
.proform.creation {
  display: block;
  text-align: left;
}

.proform.creation {
  padding: 0 0rem 4rem 0rem;
}

.page-content.login {
  min-height: unset;
}

.login h3 {
  text-align: center;
}

.ins-section {
  padding: 1rem;
  background: #ededed;
  text-align: center;
}

.ins-section h3 {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
}

.social-icon {
  width: 100%;
  font-size: 20px;
  padding-top: 20px;
  color: #fff;
  text-align: center;
  float: left;
}

.social-icon button {
  background: #ffa000;
  color: #fff;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  border: 0;
}

.rs-connection h4 {
  font-size: 1.25rem;
  margin: 1.5rem 0 -0.5rem 0;
}

a.btnSVG img {
  width: 90%;
}

.proform.show {
  display: block;
}

.proform input {
  background: #f6f4f7;
  border: 0 !important;
}

select.form-select {
  border-radius: 5px;
  background: #f6f4f7;
  border: 0;
}

textarea#additional {
  background-color: #f6f4f7 !important;
  border: 0;
}

div#emailHelp {
  font-size: 0.7rem;
  opacity: 0.5;
}

.inp {
  position: relative;
}

.inp span {
  position: absolute;
  right: 0.5rem;
  top: 0.4rem;
}

.form-check-input:checked {
  background-color: #ffaa35;
  border-color: #0d6efd;
}

@media (max-width: 768.98px) {
  .page-section {
    padding: 1rem;
    padding-top: 100px;
  }
  .bottom-footer {
    padding: 0.5rem 0rem;
    margin-top: 0.5rem;
    background: none !important;
    justify-content: left;
  }
  .bottom-footer ul {
    text-align: left !important;
  }
}

.proFaqImg {
  padding: 8rem;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
}

.faq {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgb(255 160 0);
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  border-top: 1px solid #f3f8ff;
}

h5.faq-title {
  font-size: 1rem;
}

a.addn {
  font-size: 0.8rem;
  background: #ffa000;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  color: #fff;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }

  .proFaqImg {
    padding: 4rem;
  }
}

@media (max-width: 768.98px) {
  .why h1.title {
    width: 100%;
  }
  h1.title {
    font-size: 1.75rem;
  }
  .step-section {
    padding: 2rem;
  }
  .num {
    font-size: 4rem;
  }
  .cont {
    height: 5rem;
  }

  .step-section .itm-holder .itm {
    margin-bottom: 2rem;
  }

  ul.social {
    margin: 1rem;
  }

  .footer-section {
    padding: 3rem 1.5rem 1rem 1.5rem;
  }
  ul.navifooter {
    padding: 0;
    justify-content: left;
  }
}

.box {
  width: 1270px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 25px;
}
#page_list li {
  padding: 16px;
  background-color: #f9f9f9;
  border: 1px dotted #ccc;
  cursor: move;
  margin-top: 12px;
}
#page_list li.ui-state-highlight {
  padding: 24px;
  background-color: #ffffcc;
  border: 1px dotted #ccc;
  cursor: move;
  margin-top: 12px;
}

#modalContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
  background-image: url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
  position: relative;
  width: 300px;
  min-height: 100px;
  margin-top: 50px;
  border: 1px solid #666;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 30px;
}

#modalContainer > #alertBox {
  position: fixed;
}

#alertBox h1 {
  margin: 0;
  font: bold 0.9em verdana, arial;
  background-color: #3073bb;
  color: #fff;
  border-bottom: 1px solid #000;
  padding: 2px 0 2px 5px;
}

#alertBox p {
  font: 0.7em verdana, arial;
  height: 50px;
  padding-left: 5px;
  margin-left: 55px;
}

#alertBox #closeBtn {
  display: block;
  position: relative;
  margin: 5px auto;
  padding: 7px;
  border: 0 none;
  width: 70px;
  font: 0.7em verdana, arial;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #357ebd;
  border-radius: 3px;
  text-decoration: none;
}

/* unrelated styles */

#mContainer {
  position: relative;
  width: 600px;
  margin: auto;
  padding: 5px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font: 0.7em verdana, arial;
}

code {
  font-size: 1.2em;
  color: #069;
}

#credits {
  position: relative;
  margin: 25px auto 0px auto;
  width: 350px;
  font: 0.7em verdana;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 90px;
  padding-top: 4px;
}

#credits img {
  float: left;
  margin: 5px 10px 5px 0px;
  border: 1px solid #000000;
  width: 80px;
  height: 79px;
}

.important {
  background-color: #f5fcc8;
  padding: 2px;
}

code span {
  color: green;
}
#confirm {
  display: none;
  background-color: #f3f5f6;
  color: #000000;
  border: 1px solid #aaa;
  position: fixed;
  width: 300px;
  height: 100px;
  left: 40%;
  top: 40%;
  box-sizing: border-box;
  text-align: center;
}
#confirm button {
  background-color: #ffffff;
  display: inline-block;
  border-radius: 12px;
  border: 4px solid #aaa;
  padding: 5px;
  text-align: center;
  width: 60px;
  cursor: pointer;
}
#confirm .message {
  text-align: left;
}

/* RESET CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@keyframes AlertAnimate {
  0% {
    scale: 0;
  }

  25% {
    scale: 0.5;
  }

  50% {
    scale: 0.7;
  }

  75% {
    scale: 1.2;
  }

  100% {
    scale: 1;
  }
}

@keyframes BodyAlert {
  0% {
    opacity: 0;
    transform: translate(0px, 100px);
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* WALLPAPER ALERT */
.alert-wallpaper {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
}

/* THE FRAME MODAL ALERT */
.alert-frame {
  animation: AlertAnimate 0.5s ease;
  border-radius: 10px;
  background-color: #fff;
  min-width: 250px;
  max-width: 350px;

  max-height: 90vh;
}

/* HEADER MODAL ALERT */
.alert-header {
  padding: 5px;
  position: relative;
  top: 0%;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* CLOSE BUTTOM */
.alert-close {
  position: absolute;
  font-weight: bold;
  cursor: pointer;
}

.alert-close-style-default {
  top: 0;
  right: 5px;
  color: #aaa;
  transition: all 0.5s;
}

.alert-close-style-default:hover {
  color: #000;
}

.alert-close-style-circle {
  width: 25px;
  height: 25px;
  top: -10px;
  right: -10px;
  color: #ccc;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.alert-close-style-circle:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

/* IMAGE HEADER ALERT */
.alert-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* BODY ALERT */
.alert-body {
  animation: BodyAlert 1s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px 10px 20px;
}

.alert-body-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.alert-body-message {
  padding-top: 5px;
  color: #aaa;
  font-size: 1.1rem;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.alert-body-button {
  width: 40%;
  margin-top: 15px;
  font-size: large;
  padding: 10px;
  border: none;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s;
}

.alert-body-button:hover {
  opacity: 0.5;
}

/* BUTTONS QUESTION */

.btn-cancel {
  background-color: #d85261;
}

.btn-cancel:hover {
  opacity: 0.5;
}

.btn-confirm {
  background-color: #2dd284;
}

.btn-confirm:hover {
  opacity: 0.5;
}

.buttons-question {
  display: flex;
  gap: 10px;
  width: 100%;
}

/* INPUT ALERT */

.alert-input {
  outline: none;
  border: 0;
  border-bottom: 1px solid #065535;
  font-size: 1.2rem;
  width: 100%;
  margin-top: 10px;
}

/* TOAST */

@keyframes Toast-right {
  0% {
    transform: translateX(500px);
  }

  25% {
    transform: translateX(375px);
  }

  50% {
    transform: translateX(250px);
  }

  75% {
    transform: translateX(125px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes Toast-left {
  0% {
    transform: translateX(-500px);
  }

  25% {
    transform: translateX(-375px);
  }

  50% {
    transform: translateX(-250px);
  }

  75% {
    transform: translateX(-125px);
  }

  100% {
    transform: translateX(0px);
  }
}

.toast-main {
  position: fixed;
  z-index: 99999;
  display: flex;
  flex-direction: column;
}

.toast-right {
  top: 15px;
  right: 15px;
}

.toast-left {
  top: 15px;
  left: 15px;
}

.toast-frame {
  min-width: 100px;
  height: 70px;
  display: flex;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.2);
}

.toast-frame + .toast-frame {
  margin-top: 10px;
}

.toast-img {
  object-fit: cover;
}

.toast-close {
  color: #ccc;
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
}

.toast-close:hover {
  color: #fff;
}

.toast-content {
  padding-right: 10px;
  max-width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.toast-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.toast-message {
  color: #eee;
  font-size: 0.9rem;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

/* HORIZONTAL ALERT */

@keyframes AlertHorizontalAnimate {
  0% {
    scale: 0;
  }

  25% {
    scale: 0.5;
  }

  50% {
    scale: 0.7;
  }

  75% {
    scale: 1.2;
  }

  100% {
    scale: 1;
  }
}

@keyframes BodyAlertHorizontal {
  0% {
    opacity: 0;
    transform: translate(0px, 100px);
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.horizontal-frame {
  display: flex;
  border-radius: 10px;
  background-color: #fff;
  min-width: 300px;
  max-width: 90vw;
  min-height: 250px;
  max-height: 80vh;
  animation: AlertHorizontalAnimate 0.5s ease;
}

.horizontal-header {
  min-height: 100%;
  width: 150px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.horizontal-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.horizontal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 10px;
  animation: BodyAlertHorizontal 1s linear;
}

.horizontal-body-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.horizontal-body-message {
  padding-top: 5px;
  color: #aaa;
  font-size: 1.1rem;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.horizontal-body-button {
  width: 40%;
  margin-top: 15px;
  font-size: large;
  padding: 10px;
  border: none;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s;
}

.horizontal-body-button:hover {
  opacity: 0.5;
}

/* BACKGROUNDS COLORS HEADERS, BUTTONS AND TOASTS */

.dialog-ovelay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.dialog-ovelay .dialog {
  width: 400px;
  margin: 35vh auto 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: relative;
}

.dialog:before {
  content: "";
  position: absolute;
  right: 2rem;
  top: -5rem;
  height: 125px;
  width: 125px;
  background-image: url(https://meilleurservice.com/images/guide-main-ani.svg);
}

.dialog-ovelay .dialog header {
  padding: 10px 8px;
  background-color: #f6f7f9;
  border-bottom: 1px solid #e5e5e5;
}
.dialog-ovelay .dialog header h3 {
  font-size: 14px;
  margin: 0;
  color: #555;
  display: inline-block;
}
.dialog-ovelay .dialog header .fa-close {
  float: right;
  color: #c4c5c7;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0 2px;
  border-radius: 1px;
}
.dialog-ovelay .dialog header .fa-close:hover {
  color: #b9b9b9;
}
.dialog-ovelay .dialog header .fa-close:active {
  box-shadow: 0 0 5px #673ab7;
  color: #a2a2a2;
}
.dialog-ovelay .dialog .dialog-msg {
  padding: 12px 10px;
}
.dialog-ovelay .dialog .dialog-msg p {
  margin: 0;
  font-size: 15px;
  color: #333;
}
.dialog-ovelay .dialog footer {
  border-top: 1px solid #e5e5e5;
  padding: 8px 10px;
}
.dialog-ovelay .dialog footer .controls {
  direction: rtl;
}
.dialog-ovelay .dialog footer .controls .button {
  padding: 5px 15px;
  border-radius: 3px;
}
.button {
  cursor: pointer;
}
.button-default {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgba(204, 204, 204, 0.5);
  color: #5d5d5d;
}
.button-danger {
  background-color: #000000;
  border: 1px solid #000000;
  color: #f5f5f5;
}
.link {
  padding: 5px 10px;
  cursor: pointer;
}

.form-holder label {
  font-size: 1.125rem;
}

.noMessage {
  text-align: center;
  padding: 3rem;
  background: #f7f7f7;
  border-radius: 5px;
  border: 1px dashed #c7c7c7;
  margin-bottom: 6rem;
}

.footer-section,
.pre-footer {
  display: none;
}

.img-wraps {
  position: relative;
  display: inline-block;

  font-size: 0;
}
img.imageProLogo {
  max-height: 60px;
  width: fit-content;
  padding: 0.75rem;
  background: #efefef;
  border-radius: 5px;
}
.elem-group textarea {
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
}
.img-wraps .closes {
  position: absolute;
  top: 5px;
  right: -35px;
  z-index: 100;
  background-color: #fff;
  padding: 4px 3px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  line-height: 10px;
  border-radius: 50%;
  border: 1px solid #cd0000;
  z-index: 9;
}

.img-wraps:hover .closes {
  opacity: 1;
}

.pro-details ul {
  padding: 1rem;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
}

.pro-details ul li {
  position: relative;
  margin: 1rem 0 1.125rem 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #afafaf;
}
.pro-details ul li i {
  position: absolute;
  top: 15px;
  right: 1rem;
  font-size: 1.4rem;
  color: #000;
}
.projet-info .elem-group label {
  font-weight: 600;
  color: #054174;
}

.elem-group label {
  margin: 0 0 0.25rem 0;
  padding: 0 !important;
}
.elem-group {
  margin-bottom: 0.75rem;
}
.pro-details ul li H3 {
  color: #313131;
  font-size: 0.7rem;
  text-transform: uppercase;
  border-bottom: 0px solid #f0f0f0;
  padding: 0;
  margin-bottom: 4px;
}
.pro-details ul li p {
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
  margin-bottom: 10px;
}
.pro-details ul h5 {
  font-weight: 400;
  text-transform: uppercase;
}

.pro-details input {
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
  margin-bottom: 0.25rem !important;
  border: 0;
}
.uploadMe2,
section.uploadMe,
input.uploadMe,
input.uploadMe:active,
input.uploadMe:focus,
input.uploadMe:hover {
  padding: 1rem 1rem 0.5rem 1rem;
  background: #ededed;
  border-radius: 5px;
}
input#pro_upload {
  display: none;
}
input#upload_file1 {
  background: none !important;
  padding: 0;
  display: none;
}
.attach {
  padding: 0.5rem 1rem;
  background: white;
  border-radius: 500px;
  width: fit-content;
}

.attach a {
  color: #000 !important;
}
img.uploadMe {
  height: 30px;
}
.uploadMe h6,
.uploadMe2 h6 {
  font-size: 0.9rem;
}
.atImages {
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
img.attachedImage {
  width: 50px;
  border-radius: 5px;
}
/*
.projet-info .elem-group input {
    border: 0;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    background: whitesmoke;
    border: 1px solid #222;
    width: 100%;
}*/
.pro-details input[readonly] {
  background-color: white !important;
  border: 0;
}
.pro-details input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}
input.btn-b {
  background: #000;
  border: 0;
  box-shadow: none;
  padding: 0.5rem 2rem;
  color: #fff;
  border-radius: 500px;
}

.list-holder.dashboard-client {
  padding: unset !important;
}

p.wait {
  font-style: italic;
}




.pro-details {
  position: relative;
}

.pro-details ul li.adj i {
  transform: translateY(-10px);
}

label.subLabel {
  font-size: 0.8rem;
  text-transform: capitalize;
}

.conger input {
  padding: 0.25rem 1rem;
  background: #dbdbdb;
}

.conger {
  background: #ebebeb;
  padding: 0.5rem 1rem;
}

input.btn-b,
input.btn-b:hover,
input.btn-b:active {
  border-radius: 5px;
  width: -webkit-fill-available;
  padding: 1rem;
}

.swal-title {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #000 !important;
}

.swal-footer {
  text-align: center !important;
}

button.swal-button.swal-button--confirm {
  width: 300px !important;
  background: #f1a119 !important;
}

.list-holder.dashboard-client {
  position: relative;
}

button.btnProfile {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: #3b6fba;
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
}

button.btnProfile a {
  color: #fff;
  font-size: 1rem;
}

button.btnProfile img {
  width: 12px;
  filter: invert(1);
}

.pro-details ul li p {

  margin-bottom: 5px;
}


.accordion-item {
  margin-bottom: 1rem;
  padding: 0rem;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  border: 0;
}

.accordion-body {
  padding: 0;
}

.accordion-button {
  padding: 1rem;
  text-transform: uppercase;

}

.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0) !important;
}

.pro-details ul {
  padding: 0;
  box-shadow: 0 0 50px rgb(0 0 0 / 0%);
}

.accordion-button img {
  height: 25px;
  margin-right: 10px;
}

.accordion-button:not(.collapsed) {
  color: #3b6fba !important;
}

.accordion-body svg {
  max-width: 300px;
  margin-bottom: 1rem;
}


.hsToggleBtn {
  position: absolute;
  right: 0rem;
  z-index: 98;
  top: 0rem;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.toggle-input {
  display: none;
}

.toggle-label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9e9e9e;
  /* Grey */
  border-radius: 34px;
  transition: background-color 0.4s;
}

.toggle-label:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.4s;
}

.toggle-input:checked+.toggle-label {
  background-color: #4caf50;
  /* Green */
}

.toggle-input:checked+.toggle-label:before {
  transform: translateX(26px);
}

i.fa.fa-pencil-square-o.edit-icon.hidden {
  display: none !important;
}

.bxme input {
  width: 71px !important;
  border: 1px solid #ebebeb !important;
  padding: 0.25rem 0.5rem;
  background-color: #ebebeb !important;
  border-radius: 3px;
  text-align: center;

}

.iban li {
  border: 0 !important;
}

.toggle-switch {
  transform: translateY(-30px);
}
.warning {
  display: none; /* Hide the warning by default */
  margin-top: 10px;
  padding: 10px;
  border: 1px solid red;
  border-radius: 5px;
  background-color: #f8d7da;
  color: red;
}

.warning.error {
  display: block; /* Show the warning when there's an error */
}
@media(max-width:991.98px) {
  .bxme {
      display: flex;
      width: 100%;
      gap: 5px;

  }

  .bxme input {
      width: 40px !important;
      font-size: 0.8rem !important;
      padding: 0 !important;
  }
}