#tidio-chat iframe { bottom: 4em !important; }
@media only screen and (min-width: 768px) {
    #tidio-chat iframe { bottom: 0px !important; }
}
._loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #000;
    width: 40px;
    height: 40px;
    top:20%;
    margin:0 auto;  position: relative;
    z-index:2001;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
  }
   /* Safari */
   @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    50% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(360deg); }
  }

.prls{
position: fixed; /* Stay in place */
z-index: 2000; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0; 
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

.tuh {
    text-decoration: none;
}

.tuh:hover {
    text-decoration: none;
}
.wbrk{
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for WebKit */
  word-break: break-word;

-webkit-hyphens: auto;
-moz-hyphens: auto;
     hyphens: auto;
}

.tfs{font-size: 0.9rem !important;}

.tfss{font-size: 0.8rem !important;}
.smplaceholder::-moz-placeholder{font-size:12px;color:var(--bs-secondary-color);opacity:1}
.smplaceholder::placeholder{font-size:12px;color:var(--bs-secondary-color);opacity:1}

.pch{display:none;} 
.pchh{display:block;}
  @media only screen and (min-device-width: 0px) and (max-device-width: 767px) {
   .pchh{display:none;} 
    .pch{display:block;}
  }
.blacker{
background:transparent;
position: relative;
z-index:0 !important;
}

.mcw-n-single a{color:#0A64BC !important;}

.pull-right{display:none !important;}

.mcw-n-imgd{visibility: hidden;display:none; }

.darkandgray{color:var(--bs-secondary-color) !important;}
.darkandwhite{color:var(--bs-body-color) !important;}
.darkandyellow{color:#0A64BC !important;}#0A64BC
.bgdarkandgray{background: var(--bs-tj-color) !important; 
  background-color: var(--bs-tj-color) !important;}

  .bgdarkandmatch{
    color:var(--bs-body-bg) !important;
    background: #0A64BC !important;
}
.bgunused{
  color:#000 !important;
background: var(--bs-dm-color) !important; 
background-color: var(--bs-dm-color) !important;
}
.bgdarkandwhite{background: var(--bs-tjj-color) !important; 
  background-color: var(--bs-tjj-color) !important;}
.bgdarkandyellow{background: #0A64BC !important; 
  background-color: #0A64BC !important;}
.tj-success2{color:var(--bs-tj-success) !important;}
.tj-danger{color:var(--bs-tj-danger) !important;}
.col-25 {
  flex: 0 0 auto !important;
  width: 19% !important;
}

.grcol {
  box-sizing: border-box;
  display: inline-block;
  min-height: 1px;
  vertical-align: top;
}

.grof-3 {
  width: 23.33333%;
}

.grcol button {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border: 0;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  border-radius: 100%;
  opacity: 1;
  outline: 0;
}
.grcoll {
  box-sizing: border-box;
  display: inline-block;
  min-height: 1px;
  vertical-align: top;
}
.grcoll button {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border: 0;
  
  
  /*background: linear-gradient(45deg, #FFC107, #FFD54F);*/
  background: linear-gradient(45deg, #FF9800, #FFD54F);
    color: black;
    font-weight: bolder;

  font-size: 25px;
  line-height: 50px;
  border-radius: 20px;
  opacity: 1;
  outline: 0;
}
.mcw-n-media{
  visibility: hidden;
  display:none;
}
.tj-success{
 color:var(--bs-tj-show) !important;
}
.get-started h1 {
  color: white;
  font-size: 24px;
  margin-bottom:0px;
}
/* Container with border around the Sign In box */
.signin-box {
  padding: 20px;
  display: inline-block;
  border-radius: 10px; /* Optional: rounded corners */
  text-align: left; /* Center the content */
  width: 100%;
  max-width: 400px; /* Limit the width */
}

/* Styling the h2 with lines on either side */
.signin-title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  margin: 0;
  padding: 0 20px;
  background-color: #fff; /* Optional: background to cover line under text */
  z-index: 1; /* Bring text above lines */
}

.signin-title::before, 
.signin-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1000px; /* Large width for lines to stretch beyond the container */
  height: 1px; /* Thickness of the line */
  background-color: #f1f1f1;
  z-index: 0;
}

.signin-title::before {
  left: -1005px; /* Positioning the left line */
}

.signin-title::after {
  right: -1005px; /* Positioning the right line */
}

/* Adjustments for smaller screens */
@media (max-width: 400px) {
  .signin-title::before, 
  .signin-title::after {
      width: 50px; /* Shorter lines on small screens */
  }

  .signin-title::before {
      left: -55px;
  }

  .signin-title::after {
      right: -55px;
  }
}



.signup-btn {

  background: linear-gradient(45deg, #000000, #040404); /* Gradient */
  color: white;
  font-size: 15px;
  padding: 10px 28px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border:3px solid #4f9bff;
  /* Responsive width */
  width: 100%;
  max-width: 248px; /* Set a maximum width */
  margin: 0 auto;
margin-top:10px;
}

.signup-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

/* Text content styling */
.signup-btn .text-content {
  text-align: right; /* Align text to the right */
}

.signup-btn .text-content span {
  display: block;
  font-size: 16px; /* Smaller text for subheading */
}

.trustblue{background:#0A64BC !important; color:#fff;}
.trustbluetext{color:#0A64BC !important;}
.myblue{background:#145dba !important; color:#fff;}
.mybluetext{color:#145dba !important;}
.firstblue{background:#0070FF !important; color:#fff;}
.firstbluetext{color:#0070FF !important;}
.secondblue{background:#39f !important; color:#fff;}
.secondbluetext{color:#39f !important;}