﻿* {margin:0;padding:0;box-sizing:border-box;}


div:after {content:'';
           display:block;
           clear:both;
} 


a {
    text-decoration:none !important;
}
body {
          font-family: "Roboto", sans-serif !important;
            background-color: #f8f9fa;
        }
.landing-wrapper {
    min-height: 100vh;
    background-image: url('../images/167.jpg');

    background-size:cover;
    display: flex;
    align-items: center;
    justify-content: center;
   
    color: #fff;
    padding: 20px;
}

        .content-box {
            position:absolute;
            left:0;
            top:auto;
            bottom:auto;
            width:50%;
            max-width: 900px;
            padding:20px 40px;
            background-color: rgba(255,255,255,0.4);
  border-radius: 0 20px 20px 0;
  box-shadow: 0px 0 31px 0px rgb(0 0 0 / 10%);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.5);
        }
        .content-box ul {
            list-style:none;
            margin:10px 0 0 0;
            padding:0 0 0 0;
        }
      .content-box ul li img {
          height:24px;margin-right:5px;
      }
        .content-box h1 {
            font-weight: 700;
            margin-bottom:5px;
        }

        .content-box p {
            font-size: 1rem;
            line-height: 1.7;
            color: #eaeaea;
            margin:0;
        }

        .btn-kiosk {
            padding: 14px 40px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
        }

        .badge-box span {
            margin: 5px;
        }
        .xtratrustlogoBox {
            width:200px;
            padding:20px;
             margin:0 0 20px 0; background-color:#fff;
        }
        .xtratrustlogo {
            max-width:100%;
           
            object-fit:cover;
           
            
        }
        .fixedFooter {
           position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size:13px;
  padding:5px 0;
        }
        .fixedFooter a {
            text-decoration:none !important;
            color:#fff;
            font-weight:500;
        }
         .fixedFooter a:hover {
             opacity:.7;
         }
        /* login */
       
        .loginBox-xtratrust {
            width:500px;
            margin:0 auto;
            padding:20px;
            background-color:#fff;
        }
        .login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
background: linear-gradient(180deg, #918c7f 0.000%, #676d92 50.000%, #063e80 100.000%);
}

/* Login box */
.loginBox-xtratrust {
    width: 450px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;position: relative;
 
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);

}
 
.loginBox-xtratrust h2 {
    color: #fff;
}

/* Inputs */
.loginBox-xtratrust input {
   width: 100%;
    padding: 12px 42px 12px 12px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    margin-bottom:15px;
}

/* Button */
.loginBox-xtratrust button {
    width: 100%;
    padding: 12px;
    background: #a5cdff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.loginBox-xtratrust button:hover {
    background: #004a99;color:#fff;
}


.inputfield{
    position: relative;
}

.inputfield input{
    width: 100%;
    padding: 12px 42px 12px 12px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

.toggle-eye{
    position: absolute;
    top: 40%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #444;
}

/* Captcha */
.captcha-box{
    width: 100%;padding: 15px;
    border: 1px solid #fff6;
    border-radius: 6px;
    margin-bottom:15px;
}

.captcha-row{
    display: flex;
    align-items: center;
    gap: 10px;
}

#captchaCanvas{
  border: 1px solid #fff6;
  background-color: #fff;
  border-radius: 4px;
}

.refresh-btn{
    cursor: pointer;
    font-size: 18px;
}
.refresh-btn:hover {
    opacity:.5;
}
.refresh-btn img {
    height:41px;
}

#captchaInput{
    width: 160px;
    padding:8px 8px;
    border:none !important;
    border-radius: 4px;
    margin:0;
}

.message{
    font-size: 14px;
    font-weight: 600;
}
.loginLogo {
 width: 100%;
  margin: 0 auto 20px;
  background-color: #c8e0ff;
  padding: 10px;
  /*border-radius: 100px 100px 100px 1600px;*/
  position: absolute;
  right: 0;
  top: -75px;
  border-radius:10px 10px 0 0;
  clip-path: polygon(0px 0px, 100% 0px, 100% 85%, 75% 90%, 50.22% 97.99%, 25% 90%, 0px 85%);
}
.loginLogo img {
    width:150px;
}
.loginLogo {
    text-align: center;
    overflow: hidden; /* prevents overflow during zoom */
}

.loginLogo img {
    max-width: 100%;
    transition:.4s all;
}

.loginLogo img:hover{
    transform: scale(1.1); /* adjust zoom level */
}
.forgotpass {
    float:right;
    text-decoration:none !important;
    font-size:13px;
    margin-top:5px;color:#fff;
}
.forgotpass:hover {
    color:#fff;
    text-decoration:underline !important;
}
/* Inner pages */
.xtratrust-preheader {
 background-image: linear-gradient( 171deg, rgb(52, 82, 150) 11.3%, #dc3545 99.3% );
 padding:4px 0;
}
.xtratrust-preheader a {color:#fff;}
.homelink a{
    line-height:30px;
}
/* login Dropdown */
  /* Optional custom styling */
        .user-dropdown .dropdown-menu {
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            min-width: 200px;
        }

        .user-dropdown .dropdown-item:hover {
            background-color: #f2f4f7;
        }
        .dropdown-menu .dropdown-item {
            color:#000;
        }
       .user-dropdown .dropdown-toggle {
  background-color: #fff;
  color: #000;
  border: 0;
  padding: 4px 20px;
}
       .xtratrust-header {
         
         background-color:#fff;
           padding:5px 0;box-shadow:0px 4px 7px #eee;
       }
       .xtratrustmain-logo {
           height:80px;
       }
             .xtratrust-header-home {
                   position:fixed;
           top:0;left:0;
           width:100%;
         background-color:transparent;
           padding:10px 0;/*box-shadow:0px 4px 7px #1f0453;*/
       }
       .xtratrust-header-home .xtratrustmain-logo {
           height:100px;
       }
       /* Service page */
        .service-card {
            width:100%;
            border: none;
            border-radius: 14px;
            transition: all 0.3s ease;
            height: 100%;
            position:relative;
            overflow:hidden;
           background: #ffffffab !important;
        }
  .service-card:after {
  content: '';
  width: 100%;
  height: 100%;
  background: inherit;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0 0 0 200px rgba(255,255,255,0.05);
  filter: blur(10px);
  z-index:-1;
}
        .service-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);background-color: #fff !important;
        }
        .service-icon {
            width: 60px;
            height: 60px;
            background-image: linear-gradient( 152deg, rgb(52, 82, 150) 11.3%, #dc3545 99.3% );
            color: #fff;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            margin-bottom: 15px;
        }
        .service-card a {
            text-decoration: none;
            color: inherit;
        }
.wrapper {
    height:100%;
   min-height:100vh;
    background-image: url('../images/unnamed.jpg');
    background-position:center bottom;
    background-size:cover;
    position:relative;
    overflow:hidden;
    z-index:0;
}
.wrapper:after {
    content: '';
  width: 100%;
  height: 100%;
  background: inherit;
  position: absolute;
  left: 0;
  top:0;
  box-shadow: inset 0 0 0 200px rgba(255,255,255,0.05);
  filter: blur(10px);
  z-index:-1;
}
.page-title {
    color:#fff;
}
.page-title p {
    color:#fff;
}
.footer-inner {
    text-align:center;
    padding:10px 0;font-size:13px;
    color:#fff;
    background-image: linear-gradient( 171deg, #dc3545 11.3%,  rgb(52, 82, 150) 99.3% );
}
.footer-inner a {
    text-decoration: none !important;
  color: #fff;
  font-weight: 500;
}
/* registration Page css */
.register-card{
        max-width: 900px;
        width:100%;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .form-label{
        font-weight: 500;
    }
    .forreg {
        text-align:center;
    }
    .forreg a {
        color:#fff;
    }
    .forreg a:hover {
        opacity:.7;text-decoration:underline !important;
    }
    /* View payment */
    .receipt-box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    overflow: hidden;
}

.receipt-amount {
background: linear-gradient(135deg, #345296, #20c997);
    color: #fff;
    padding: 25px 20px;
}

.receipt-amount h2 {
    font-weight: 700;
    margin: 0;
}

.receipt-body {
    padding: 22px;
}

.receipt-section {
    margin-bottom: 14px;
}

.receipt-section small {
    color: #6c757d;
    font-size: 12px;
}

.receipt-section p {
    margin: 0;
    font-weight: 500;
    color: #212529;
}

.receipt-split {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.receipt-split div {
    width: 100%;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
}

.receipt-divider {
    height: 1px;
    background: repeating-linear-gradient(
        to right,
        #ccc,
        #ccc 6px,
        transparent 6px,
        transparent 12px
    );
    margin: 20px 0;
}

.receipt-actions {
    padding: 20px;
    border-top: 1px solid #eee;
}
/* Payment Gateway response page css */
.gateway-response {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Status Section */
.gateway-status {
    padding: 30px 20px;
}

.gateway-status.success {
background: linear-gradient(135deg, #345296, #20c997);
    color: #fff;
}

.status-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
}

/* Details Grid */
.gateway-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    padding: 25px;
}

.detail-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 14px;
}

.detail-box span {
    font-size: 12px;
    color: #6c757d;
    display: block;
}

.detail-box strong {
    font-size: 14px;
    color: #212529;
}

/* Actions */
.gateway-actions {
    padding: 25px;
    border-top: 1px solid #eee;
}

.redirect-note {
    font-size: 13px;
    color: #6c757d;
}
/* Data Tables design */
/* ===============================
   Table Styling
================================ */
.highlight-success { background:#d4edda !important; }

#bookingTable th, #bookingTable td {
    border:1px solid #dee2e6;
    vertical-align: middle;
}

#bookingTable tbody tr:nth-child(odd){ background:#f9f9f9; }
#bookingTable tbody tr:nth-child(even){ background:#fff; }

/* ===============================
   Buttons
================================ */
.custom-excel-btn{
    background:#28a745!important;
    color:#fff!important;
    border:none;
    font-weight:600;
    border-radius:4px;
    padding:6px 14px;
}
.custom-refresh-btn{
    background:#17a2b8!important;
    color:#fff!important;
    border:none;
    font-weight:600;
    border-radius:4px;
    padding:6px 14px;
}

/* ===============================
   Child Row Icon
================================ */
td.dt-control-show{
    background:url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center;
    cursor:pointer;
}
tr.shown td.dt-control-show{
    background:url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center;
}

/* ===============================
   Refund Table
================================ */
.refund-table th,.refund-table td{
    border:1px solid #ccc;
    padding:6px 10px;
}

.highlight-success{background:#d4edda!important;}
#bookingTable th,#bookingTable td{border:1px solid #dee2e6;vertical-align:middle;}
#bookingTable tbody tr:nth-child(odd){background:#f9f9f9;}
.custom-excel-btn{background:#28a745!important;color:#fff!important;border:none;font-weight:600}
.custom-refresh-btn{background:#17a2b8!important;color:#fff!important;border:none;font-weight:600}

td.dt-control-show{
    background:url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center;
    cursor:pointer;
}
tr.shown td.dt-control-show{
    background:url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center;
}
.refund-table th,.refund-table td{border:1px solid #ccc;padding:6px}
        /* ===============================
   MEDIA QUERIES – ALL SCREENS
   Mobile First Approach
================================ */

/* Mobile (0–575px) */
@media (max-width: 575.98px) {
   .loginBox-xtratrust {
       width:90%;
   }
   .captcha-row {
  display: block;
  
}
   #captchaInput {
  width: 100%;
}
}

/* Large Mobile (576–767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    
}

/* Tablet (768–991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    
}

/* Laptop (992–1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/* Desktop (1200–1399px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    
}

/* Large Desktop (1400–1919px) */
@media (min-width: 1400px) and (max-width: 1919.98px) {
    
}

/* Ultra Wide / 4K (1920px+) */
@media (min-width: 1920px) {
    
}
/* Custome */
@media (max-width: 999.98px) {
    .content-box {
        width:90%;
    }
}

/* Login Popup Home page */
/* COLORS
========================================== */
/* MIXINS
========================================== */
/* KEYFRAMES
========================================== */
@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}
@-moz-keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}
@-o-keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}
/* RESET
========================================== */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #3e4146;
  font-family: "Roboto Condensed", sans-serif;
}

/* BUTTON
========================================== */
.button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.button button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: inherit;
  background-color: #ffffff;
  border: 0;
  padding: 15px 25px;
  color: #000000;
  text-transform: uppercase;
  font-size: 21px;

  width: 200px;
  overflow: hidden;
  outline: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  font-weight: bold;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.6);
}
.button button:hover {
  cursor: pointer;
  background-color: #8e6ac1;
  color: #ffffff;
}
.button button span {
  opacity: 1;
}
.button.clicked button {
  visibility: hidden;
  oacity: 0;
}

/* POP-UP
========================================== */
.pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  overflow-y: auto;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .pop-up {
    width: calc(100% - 470px);
    height: auto;
    max-width: 700px;
  }
}
.pop-up .content {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  text-align: center;
  position: relative;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .pop-up .content {
    min-height: inherit;
  }
}
.pop-up .content .container {
  padding: 100px 20px 140px;
}
@media (min-width: 568px) {
  .pop-up .content .container {
    padding: 50px 20px 80px;
  }
}
@media (min-width: 768px) {
  .pop-up .content .container {
    padding:40px 0px 40px;
    max-width: 520px;
    margin: 0 auto;
  }
}
.pop-up .content .close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.1rem;
 
  color: #3e4146;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.close img {
    height:40px;
}
.pop-up .content .close:hover {
  cursor: pointer;
  color: #f66867;
}
.pop-up .content .dots .dot {
  position: absolute;
  border-radius: 100%;
  z-index: 11;
}
.pop-up .content .dots .dot:nth-of-type(1) {
  top: -80px;
  right: -80px;
  width: 160px;
  height: 160px;
  background-color: #689bf6;
  -webkit-animation: float 6s ease-in-out infinite;
  -moz-animation: float 6s ease-in-out infinite;
  -o-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}
@media (min-width: 768px) {
  .pop-up .content .dots .dot:nth-of-type(1) {
    top: -190px;
    right: -190px;
    width: 380px;
    height: 380px;
  }
}
.pop-up .content .dots .dot:nth-of-type(2) {
  bottom: -120px;
  left: -120px;
  width: 240px;
  height: 240px;
  background-color: #250455;
  -webkit-animation: float 8s ease-in-out infinite;
  -moz-animation: float 8s ease-in-out infinite;
  -o-animation: float 8s ease-in-out infinite;
  animation: float 8s ease-in-out infinite;
}
.pop-up .content .dots .dot:nth-of-type(3) {
  bottom: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background-color: #9506ad;
  -webkit-animation: float 4s ease-in-out infinite;
  -moz-animation: float 4s ease-in-out infinite;
  -o-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}
.pop-up .content .title h1 {
  text-align: center;
  color: #f66867;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.8rem;
 
}
.pop-up .content img {
  width: 100%;
  max-width: auto;
  display: inline-block;
  /*margin: 30px 0 40px 0;*/
  opacity: 0;
 
}
@media (min-width: 768px) {
  .pop-up .content img {
    max-width: 300px;
  }
}
.pop-up .content .subscribe h1 {
  font-size: 1.5rem;
  color: #3e4146;
  line-height: 130%;
 
  margin-bottom: 30px;
}
.pop-up .content .subscribe h1 span {
  color: #f66867;
}
.pop-up .content .subscribe form {
  overflow: hidden;
}
.pop-up .content .subscribe input[type="text"], .pop-up .content .subscribe input[type="password"] {
  width: 100%;
  float: left;
  padding:10px 20px;
  font-size: 1.1rem;
 
  outline: 0;
  border-radius:0.5rem;
  border:1px solid #ddd;
  margin-bottom:7px;
}
.pop-up .content .subscribe input[type=email] {
  margin-bottom: 15px;
  border: 1px solid #bec1c5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .pop-up .content .subscribe input[type=email] {
    margin-bottom: 0px;
    width: 75%;
    border-right-width: 0px;
  }
}
.pop-up .content .subscribe input[type=email]:focus {
  border-color: #3e4146;
}
.pop-up .content .subscribe input[type=submit] {
  background-color: #8e6ac1;
  color: #ffffff;
  border: 1px solid #8e6ac1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .pop-up .content .subscribe input[type=submit] {
    width: 25%;
  }
}
.pop-up .content .subscribe input[type=submit]:hover {
  cursor: pointer;
  background-color: #7349af;
  border-color: #7349af;
}
.subscribe #captchaInput {
    width: 100%;
  float: left;
  padding: 10px 20px;
  font-size: 1.1rem;
 
  outline: 0;
  border-radius: 0.5rem;
  border: 1px solid #ddd !important;
  margin-bottom:10px;
}
.subscribe .captcha-row {
  width: 100%;
  border: 1px solid #fff6 !important;
  border-radius: 6px;
  margin-bottom: 15px;
}
.pop-up.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.pop-up.open img {
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}





/* Fixed */
/* Reset */


.pop-up .captcha-box{
    width: 100%;padding: 15px;
    border: 1px solid #fff6;
    border-radius: 6px;
    margin-bottom:15px;
}

.pop-up .captcha-row{
    display: flex;
    align-items: center;
    gap: 10px;
}

.pop-up #captchaCanvas{
  border: 1px solid #fff6;
  background-color: #fff;
  border-radius: 4px;
}
.captchanew {
    position:relative;
}
.pop-up .refresh-btn{
    cursor: pointer;
    font-size: 18px;position: absolute;
  right: 0;
}
.pop-up .refresh-btn:hover {
    opacity:.5;
}
.pop-up .refresh-btn img {
    height:41px;
}
#captchaInput {
    padding: 7px 40px 7px 10px !important;
}
.pop-up  #captchaInput{
 width: 100%;
  float: left;
  padding: 7px 20px;
  font-size: 1.1rem;
 
  outline: 0;
  border-radius: 0.5rem;
  border: 1px solid #ddd;

}
 

.pop-up .message{
    font-size: 14px;
    font-weight: 600;
}
.subscribe {
    position:relative;z-index:14;
    width:70%;margin:0 auto;
}

.subscribe input[type="text"],
.subscribe input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.subscribe strong {
    display: block;
    margin: 10px 0 6px;
    font-weight: 600;
    color: #333;
}

/* Canvas styling */
#captchaCanvas {
    width: 100%;
    height: 40px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    background: linear-gradient(135deg, #f2f2f2, #ffffff);
}

/* Captcha input + refresh */
.captchanew {
    display: flex;
    
}

.captchanew input {
    flex: 1;
    padding: 9px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.refresh-btn {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease;
}

.refresh-btn:hover {
    background: #e9e9e9;
}

.refresh-btn img {
    width: 18px;
    height: 18px;
}

.user-dropdown{
    position: relative;
}

.user-dropdown .dropdown-menu{
    right:0 !important;
    left:auto !important;
    transform:none !important;
}
.user-dropdown {
    position: relative;
}

    .user-dropdown .dropdown-menu {
        right: 0 !important;
        left: auto !important;
        transform: none !important;
        transform: translate3d(0px, 34px, 0px) !important;
    }
.dropdown-menu {
    z-index: 9999 !important;
}

.card.service-card.service-fixed-width {
    width: 417px !important;
}



/*.xtratrust-preheader .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
*/
.dropdown {
    margin-left: auto;
}
.wrapperpayment {
    min-height:100% !important;
    height:auto;
}


.custom-width-96 {
    width: 96.666667%;
}