@import url("https://fonts.cdnfonts.com/css/pristina");


/*ROBOTO*/


  font-size: 12pt;
} */
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

 
/*ROBOTO ENDS*/





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

:root {
  --grey-color: #96989a;
  --black-color: #000;
  --main-color: #199a3d;
  --darkgreen-color: #26713e;
  --white-color: #fdfdfd;
}



.message{
  position: fixed;
  z-index: 1040;
  top: 8%;
  right: 8%;
  animation: slide 1s ease;
}

@keyframes slide{
  0%{transform: translateY(-500px);
  } 
}
.message .success{
  background-color: #00CC83;
  padding: 15px ; 
  width: 200px;
  border-radius: 10px; 
  position: relative;
  margin-bottom: 10px;
  display: none;
}
.message .success .su-container{
  display: flex;
  align-items: center;
  margin-bottom: 10px; 
}
.message .success .su-container .fa-circle-check{
  color: white;
  font-size: 25px;
  margin-right: 15px;
}
.message .success .su-container h6{
  color: white;
  font-size: 20px;
}
.message .success p{
  color: white;
  font-size: 16px;
  font-weight: 300;
}
.message .success .fa-x{
  color: white;
  font-size: 20px; 
  position: absolute;
  top: 0;
  right: 0; 
  cursor: pointer;
}

.message .error{
  background-color: #D14343;
}

.message .success .su-container .fa-circle-xmark{
  color: white;
  font-size: 25px;
  margin-right: 15px;
}














h1 {
  font-size: 50px;
  line-height: 64px;
  color: black;
  user-select: none;
}

h2 {
  font-size: 45px;
  font-weight: 700;
  color: black;
  user-select: none;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  user-select: none;
}

h4 {
  font-size: 17px;
  user-select: none;
}

h6 {
  font-weight: 700;
  font-size: 12px;
  color: black;
  user-select: none;
}

p {
  font-size: 14px;
  color: black;
  user-select: none;
}


/*Home Begins*/

section {
  width: 100%;
  min-height: 100%;
  border: 7px solid var(--main-color);
}
 

section > .main-container > .container--first--split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2rem;
}
section > .main-container > .container--first--split img {
  width: 24rem;
}

section > .main-container > .container--first--split > .first--split-inside {
  text-align: right;
}

section > .main-container > .container--first--split h2 {
  color: var(--darkgreen-color);
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 4rem;
}

section > .main-container > .container--first--split h3 {
  font-weight: 700;
  font-size: 2.5rem;
}

 
section > .main-container > .container--first--split p {
  text-align: right;
}

/*Verification Details*/

section > .main-container > .veryfication--details {
  background: var(--main-color);
  color: var(--white-color);
  text-align: center;
  padding: 0.5rem 0;
  font-weight: 700;
  font-size: 4rem;
}

.line {
  width: 100%;
  height: 1px;
  background-color: var(--grey-color);
  left: 2.4rem;
}

section > .main-container > .table--container {
  padding: 2rem 1rem;
}

section > .main-container > .table--container > .table--container--inside {
  padding: 0 0.6rem;
  border: 1px solid var(--black-color);
}

/*section*/
/*  > .main-container*/
/*  > .table--container*/
/*  > .table--container--inside*/
/*  > .company-of-name{*/
/*  padding: 1rem 0rem 0.5rem 0;*/
/*  color: var(--grey-color);*/
/*  font-size: 14px;*/
/*}*/
section
  > .main-container
  > .table--container
  > .table--container--inside
  > .company-of-name {
  color: var(--grey-color);
  font-size: 15px;
  font-weight: 800;
}

section
  > .main-container
  > .table--container
  > .table--container--inside
  > .company-name--1 {
  font-weight: 600;
  font-size: 1.5rem; 
  margin-bottom: 1.5rem;
}
section
  > .main-container
  > .table--container
  > .table--container--inside
  > .company-name{
  font-weight: 400;
  font-size: 15px; 
  margin-bottom: 1.5rem;
  top: -5px;
  position: relative;
}
section
  > .main-container
  > .table--container
  > .table--container--inside
  > .italic {
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: normal;
  margin-top: 1rem;
}
section
  > .main-container
  > .table--container
  > .table--container--inside
  > table {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
}
section
  > .main-container
  > .table--container
  > .table--container--inside
  > table
  th {
  font-weight: 900;
  font-size: 16px;
  color: var(--grey-color);
  letter-spacing: 0.5px;
}

section
  > .main-container
  > .table--container
  > .table--container--inside
  > table
  td {
  font-size: 14px;
  color: var(--black-color);
  font-weight: 600;
  letter-spacing: normal; 
}

section
  > .main-container
  > .table--container
  > .table--container--inside
  > table
  th,
section
  > .main-container
  > .table--container
  > .table--container--inside
  > table
  td {
  padding: 3px 10px 5px;
  border-right: 1px solid lightgray; /* Adds vertical lines */ 
}

 
section
  > .main-container
  > .table--container
  > .table--container--inside
  > table
  th:nth-child(2),
section
  > .main-container
  > .table--container
  > .table--container--inside
  > table
  td:nth-child(2) {
  padding-right: 2rem; /* Use padding instead of margin */

}

section
  > .main-container
  > .table--container
  > .table--container--inside
  > table
  th:nth-child(3),
section
  > .main-container
  > .table--container
  > .table--container--inside
  > table
  td:nth-child(3) {
  border-right: none;
}

section > .main-container > .generated--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem 2rem 2rem;
}
section > .main-container > .url-container {
  padding: 2rem 2rem;
}

section > .main-container > .url-container > .url--image {
  width: 11rem;
  cursor: pointer;
  margin-bottom: 1rem;
}

section > .main-container > .url-container > p {
  width: 10rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
section > .main-container > .url-container > .url-links {
  color: blue;
}

@media screen and (max-width: 1024px) {
  section > .main-container > .container--first--split img {
    width: 17rem;
  }

  section > .main-container > .container--first--split h2 {
    font-size: 35px;
  }
  section > .main-container > .veryfication--details {
    font-size: 40px;
  }
}
@media screen and (max-width: 720px) {
  section > .main-container > .container--first--split img {
    width: 6rem;
  }

  section > .main-container > .container--first--split h2 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  section > .main-container > .container--first--split h3 {
    font-size: 14px;
  }
  section > .main-container > .veryfication--details {
    font-size: 18px;
    padding: 0.5rem 0;
  }

  section > .main-container > .table--container {
    padding: 1rem 1rem;
  }
  section > .main-container > .table--container > .table--container--inside {
    padding: 1rem 1rem;
  }
  section
    > .main-container
    > .table--container
    > .table--container--inside
    > .company-name {
    font-size: 14px;
  }
  section
    > .main-container
    > .table--container
    > .table--container--inside
    > table
    th {
    font-size: 7px;
  }
  section
    > .main-container
    > .table--container
    > .table--container--inside
    > table
    td {
    font-size: 8px;
  }
  section > .main-container > .generated--container {
    padding: 0 1rem 1rem 1rem;
  }
  
  section > .main-container > .generated--container p{
   font-size: 11px; 
   font-weight: 500;
}
  
  section > .main-container > .generated--container
  a {
    font-size: 11px;
    font-weight: 500;
    
  }

  section > .main-container > .url-container {
    padding: 1rem 1rem;
  }

  section > .main-container > .url-container > .url--image {
    width: 9rem;
  }
}

/* account section */

.acct-acctivate {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.login-img .login-text {
  position: absolute;
  text-align: center;
  top: 20rem;
}

.login-img .login-text h1 {
  margin-top: 5rem;
  position: relative;
  font-size: 2.5rem;
  font-weight: 800;
  color: #e4dada;
  right: -15px;
}

.login-img .login-text p {
  position: relative;
  margin-top: 10px;
  color: #e4dada;
  max-width: 27rem;
  right: -25px;
}

.form {
  /* position: absolute; */
  max-width: 430px;
  width: 100%;
  padding: 30px;
  background: #fff;
  /* border: 1px solid#e9e8e8; */
}

header {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

form {
  margin-top: 30px;
}

.form .field {
  position: relative;
  height: 50px;
  width: 100%;
  margin-top: 20px;
  border-radius: 6px;
}

.field input,
.field button {
  height: 100%;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
}

.field input {
  outline: none;
  padding: 0 15px;
  border: 1px solid#e9e8e8;
}

.field input:focus {
  border-bottom-width: 2px;
}

.form-link {
  text-align: center;
  margin-top: 10px;
}

.form-link span,
.form-link a {
  font-size: 14px;
  font-weight: 400;
  color: #232836;
}

.form a {
  color: var(--grey-color);
  text-decoration: none;
}

.form-content a:hover {
  text-decoration: underline;
}

.eye-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 18px;
  transform: translateY(-50%);
  color: #8b8b8b;
  padding: 5px;
  cursor: pointer;
}

.field button {
  color: #fff;
  background-color: var(--main-color);
  transition: all 0.3s ease;
  cursor: pointer;
}

.field button:hover {
  color: var(--black-color);
  border: 1px solid var(--main-color);
  background-color: unset;
}

@media screen and (max-width: 750px) {
  .acct-acctivate {
    display: flex;
  }
}

/* For iPhone SE */
@media screen and (max-width: 320px) {
  .forms {
    padding: 15px 10px;
  }

  .login-img img {
    width: 100%;
  }

  .login-img .login-text h1 {
    position: relative;
    font-size: 2rem;
    font-weight: 800;
    color: #e4dada;
    bottom: 12rem;
    right: -15fpx;
  }

  .login-img .login-text p {
    margin-top: 10px;
    color: #e4dada;
    width: 19rem;
    right: -32px;
    bottom: 12rem;
    font-size: 14px;
    font-weight: 300;
  }
}

/* For iPhone XR */
@media only screen and (min-width: 321px) and (max-width: 414px) {
  .login-img > .login-text h1 {
    margin-top: 8rem;
    bottom: 12rem;
    right: -5rem;
  }

  .login-img > .login-text p {
    margin-top: 10px;
    color: #e4dada;
    width: 19rem;
    right: -6.5rem;
    bottom: 12rem;
    font-size: 15px;
    font-weight: 300;
  }
}

span {
  font-size: 4rem;
  color: var(--main-color);
}

/* DASHBOARD */
#dashboard {
  display: flex;
  align-items: center;
}

#dashboard > .dasboard--search {
  display: flex;
  align-items: center;
}

#dashboard > .dash--search-border {
  border: 2px solid var(--main-color);
  border-radius: 5px;
  width: 25rem;
  margin-right: 2rem;
}

#dashboard > .dasboard--search > .search--icon {
  width: 3rem;
  padding: 1rem 1rem;
  background-color: var(--main-color);
  margin-right: 2rem;
}

#imput-dashboard-sec {
  border: none;
  width: 17rem;
  height: 2rem;
  font-size: 14px;
}

input:focus {
  outline: none;
}

#dashboard > .dash--view-document {
  background-color: var(--main-color);
  padding: 0.6rem 2rem;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s ease;
}

#dashboard > .dash--view-document:hover {
  background-color: var(--darkgreen-color);
}

#dashboard > .dasboard--search > .view-doc {
  width: 1.5rem;
  background-color: var(--main-color);
  margin-right: 1rem;
}

#dashboard > .dasboard--search > button { 
  font-weight: 500;
  margin-top: 0.4rem;
  background-color: unset;
  border: none;
  color: var(--white-color);
}

#dashboard--2 > .dash--company-name {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d4d5d7;
  padding: 0.7rem 2rem;
  border-radius: 3px;
}

#dashboard--2 > .dash--company-name > h3 {
  font-size: 16px;
  font-weight: 700;
}

#dashboard--2 > .dasboard--search-2 {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f1f1;
  padding: 0.7rem 2rem;
  border-radius: 3px;
}

#dashboard--2 > .dasboard--search-2 h3 {
  font-size: 16px;
  font-weight: 500;
}

#dashboard--2 > .dasboard--search-2 > .dash--view i {
  color: var(--white-color);
  font-size: 17px;
  font-weight: 500;
  background-color: var(--main-color);
  padding: 4px 1rem;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.5s ease;
  border: 1px solid;
}

#dashboard--2 > .dasboard--search-2 > .dash--view i:hover {
  background-color: unset;
  border: 1px solid var(--darkgreen-color);
  color: var(--main-color);
}

/* For iPhone XR */
@media only screen and (min-width: 321px) and (max-width: 414px) {
  #dashboard {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #dashboard > .dash--search-border {
    width: 100%;
    margin-bottom: 2rem;
  }
  #imput-dashboard-sec {
    width: 12rem;
  }

  #dashboard--2 > .dash--company-name {
    padding: 0.7rem 1rem;
  }

  #dashboard--2 > .dash--company-name > h3 {
    font-size: 14px;
    font-weight: 500;
  }

  #dashboard--2 > .dasboard--search-2 {
    padding: 0.7rem 1rem;
  }

  #dashboard--2 > .dasboard--search-2 h3 {
    font-size: 14px;
    font-weight: 400;
  }

  #dashboard--2 > .dasboard--search-2 > .dash--view i {
    padding: 4px 0.5rem;
    display: block;
  }
}


/* form styles  */
/* QUOTE STYLES  */

/* overlaying section */
 
/* overlaying section */
 
.quote{   
  width: 85%; 
  height: 100%;
  padding: 60px 80px; 
  background-color: #fff;   
  position: fixed;  
  z-index: 100;   
  margin-left: 8%; 
  display: none;
  overflow: scroll;
}

.quote form h2{ 
  font-size: 35px; 
  font-weight: 700;
  margin: 2rem 0;
  line-height: 32px;    
  text-align: left;
}

.quote form h2 i{ 
  cursor: pointer;
  margin-left: 53%;
}

.quote form h2 i:hover{ 
   color: #0D392C;
}

.quote form h3{ 
  font-size: 22px; 
  font-weight: 500;
  margin: 2rem 0;
  line-height: 32px;   
  text-align: left;
}

.quote form h4{ 
  font-size: 17px; 
  font-weight: 500;
  margin: 2rem 0;
  line-height: 28px;   
  text-align: left;
}


.quote form{     
  margin: 1rem auto;
  text-align: center;
  margin-bottom: 7rem ;   
}

.quote form .input-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
 


.quote form .input-box .email-container p{ 
  text-align: left;
} 
 

.quote  form .input-box input,
.quote  form textarea { 
  width: 100%;
  padding: 1rem;
  font-size: 14px;
  color: var(--text-color);
  background: var(--bg-color);
  border: 1px solid var(--main-color);
  border-radius: .4rem;
  margin: .7rem 0;
  box-shadow: 0 .1rem .5rem var(--shadow-color);
}

/* Add focus state to remove border */
.quote form .input-box input:focus,
.quote form textarea:focus {
  outline: none; 
}


.quote form .input-box .email-container{
  width: 25rem;
}

  
 
.quote form .flexbox .group label{   
  font-size: 14px;
}
 

  

#button-form { 
  color: var(--white-color); 
  background-color: var(--main-color) ;
  font-size: 15px;
  font-weight: 600; 
  padding: 10px;
  border-radius: 5px;
  border: 1px solid var(--main-color); /* Ensure border is present initially */
  transition: 0.5s ease;
  cursor: pointer; 
  margin: 0 12px;
}

#button-form:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid var(--main-color);
}

#button-form i{
  margin-left: 10px;
}

#button-form2 { 
  color: #000; 
  background-color: transparent;
  font-size: 15px;
  font-weight: 600; 
  padding: 10px;
  border-radius: 5px;
  border: 1px solid var(--main-color); /* Ensure border is present initially */
  transition: 0.5s ease;
  cursor: pointer; 
}

#button-form2:hover {
  color: var(--white-color);
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}

#button-form2 i{
  margin-left: 10px;
}

 

@media (max-width: 768px){
  .quote{   
    width: 85%; 
    height: 100%;
    padding: 12% 8% 8% 8%;  
  }
  
  .quote form h2{ 
    font-size: 28px; 
    line-height: 30px;
    font-weight: 700;
  }
  
  .quote form h2 i{  
    position: absolute;
    top: 5%;  
    right: 8%;
  }

  .quote form h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 2rem 0;
    line-height: 25px;
    text-align: left;
  }

  .quote form h4{ 
    font-size: 17px;  
    line-height: 25px;   
  }

  
  .drag-area .drag-icon{
    font-size: 50px; 
  }

  .drag-area header {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .drag-area button {
    font-size: 22px; 
  }

  #button-form { 
    margin: 12px 2px;
  }

  .quote form{      
    margin-bottom: 5rem ;   
  }
}
/* quote syles ends */


.edit-container{
  display: block; 
  width: 100%; 
  min-height: 100%;   
  position: unset;  
  z-index: unset;   
  margin-left: unset;
  overflow-y: unset; 
}

.back-btn{
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
}







.qr-wrapper{ 
  max-width: 410px;
  background: #fff;
  border-radius: 7px; 
  transition:0.2s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
} 
header h1{
  font-size: 21px;
  font-weight: 500;
}
header p{
  margin-top: 5px;
  color: #575757;
  font-size: 16px;
}
.wrapper .form{
  margin: 20px 0 25px;
}
.form :where(input, button){
  width: 100%;
  height: 55px;
  border: none;
  outline: none;
  border-radius: 5px;
  transition: 0.1s ease;
  text-align: center;
}
.form input{
  font-size: 18px;
  padding: 0 17px;
  border: 1px solid #999;
}
.form input:focus{
  box-shadow: 0 3px 6px rgba(0,0,0,0.13);
}
.form input::placeholder{
  color: #999;
}
.form button{
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  font-size: 17px;
  background: #3498DB;
}
.qr-code{
  opacity: 0;
  display: flex;
  padding: 33px 0;
  border-radius: 5px;
  align-items: center;
  pointer-events: none;
  justify-content: center;
  border: 1px solid #ccc;
}
.wrapper.active .qr-code{
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s 0.05s ease;
}
.qr-code img{
  width: 170px;
}

@media (max-width: 430px){
  .wrapper{
    height: 255px;
    padding: 16px 20px;
  }
  .wrapper.active{
    height: 510px;
  }
  header p{
    color: #696969;
  }
  .form :where(input, button){
    height: 52px;
  }
  .qr-code img{
    width: 160px;
  }  
}

.primary-btn {
  background-color: #007bff; /* Bootstrap primary blue */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.primary-btn:hover {
  background-color: #0056b3; /* Darker blue for hover effect */
  transform: scale(1.05); /* Slightly enlarge on hover */
}

.primary-btn:active {
  background-color: #003d80; /* Even darker blue for active state */
  transform: scale(0.98); /* Slightly shrink on click */
}
