 html,
body
/* div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li*/ {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
 
 body,
 html {
     margin: 0;
     height: 100%;
     font-family: roboto, arial, sans-serif;
 }
 

 .container {
     display: flex;
     flex-direction: column;
 }

 .top-row {
     height: 50px;
     width: 100%;
     display: flex;
     align-items: center;
     background-color: #222f3e;
 }

 .top-row > div:nth-child(2) {
  text-align: right;
  padding-right: 20px;
 }

 .top-column {
     flex: 1;
     padding: 0 10px;
 }

 .bottom-row {
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
  
 }

 .content {
   max-width: 1000px; /* Maximum width */
  width: 100%; /* Ensure it takes full width up to 1000px */
  padding-top: 50px;
 }


 .left-column > div{
  width: 355px;
  /* flex-shrink: 0; */
 }

 .right-column {
  position: fixed;
     padding:20px;
     left: 385px;
 }

 .page-title {
  font-optical-sizing: auto;
  font-family: Orbitron, serif;
  color: #456182;
  /* color: #5dc916; */
  text-align: center;
  font-size: 50px;
  font-weight: 500;
 }

  .page-subtitle {
  font-weight: 400;
  text-align: center;
  padding: 20px 0 40px 0;
  font-size: 24px;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.5;
 }


 .form-style img{
max-width: 950px;
font-family: roboto, arial;
 }

 .form-style label {
  font-size: 20px;
  padding-bottom: 40px;
  display: block;
 }


 .form-style label:hover {
 transform: translateY(-5px);
  transition: transform 0.3s ease;
}
.form-style img:hover{
     box-shadow: 10px 10px 5px #ccc;
}

  .form-style input {
  display: none;
 }

 .banner-group > label{
  display:inline-block;
  padding: 10px;
}

.shoelace-blue-btn {
  background-color: #0d6efd; /* Shoelace primary */
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem; /* medium */
  font-family: inherit;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.shoelace-blue-btn:hover {
  background-color: #0b5ed7;
}

.shoelace-blue-btn:active {
  background-color: #0a58ca;
}

.form-user {
  max-width: 500px;
  margin: 0 auto;
}

.form-message {
  padding:0 0 20px 0; font-size:13px
}

sl-input {
  padding-bottom: 20px;
} 

 .header__logo {
     font-optical-sizing: auto;
     padding: 0 0 0 12px;
     font-family: Orbitron, serif;
     font-size: 24px;
     font-style: normal;
     font-weight: 500;
     display: inline-block;
     letter-spacing: 2px;
     color: #fff;
 }

 #paypal-button-container { 
  max-width: 400px;
  margin: 0 auto;
 }

sl-dropdown sl-button::part(base) {
  background-color: transparent;
  color: white;
}

sl-dropdown sl-menu {
  background-color:  #222f3e !important;;
  border: transparent !important;
}

sl-dropdown sl-menu-item::part(label) {
  color: white;
}

sl-dropdown sl-menu-item::part(base):hover {
  background-color: #2e3b4d;
}

sl-menu-item sl-icon {
  color:#fff;
}

sl-menu-item::part(base) {
  justify-content: flex-start;
  text-align: left;
}

sl-menu a {
  text-decoration: none;
  color: #222f3e;
}

sl-menu a:visited,
sl-menu a:active,
sl-menu a:focus {
  text-decoration: none;
  color: #222f3e;
}

.my-details, .my-details td{
  border: 1px solid;
  padding:15px
}

.my-details{
  margin:0 auto;
}

    /**** base layout end    ***/


.special-offer-banner {
  margin: 50px auto;
  background: linear-gradient(to right, #ff6a00, #ee0979);
  color: white;
  padding: 14px 24px;
  font-size: 1.3rem;
  font-family: sans-serif;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width:700px;
}

.special-offer-banner .highlight {
  font-weight: bold;
  text-transform: uppercase;
}

.special-offer-banner .stars {
  font-size: 1.4rem;
  color: #fffacd;
}

.ai-banner {
  margin: 50px auto;
  background: linear-gradient(to right, #ff6a00, #ee0979);
  /*background: linear-gradient(to right, #005bea, #00c6fb);*/
  color: white;
  padding: 20px 30px;
  border-radius: 10px;
  font-family: sans-serif;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  /*gap: 16px;*/
  flex-wrap: wrap;
  width: 700px
}

.ai-banner .stars {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 2rem;
}

.large-star {
  font-size: 2.6rem;
}

.ai-banner .main-text {
  font-size: 1.1rem;
  max-width: 481px; 
  /* max-width: 600px; */
}

.message-border {
  background: linear-gradient(to right, #222f3e, #456182);
  color: white;
  padding: 12px 20px;
  font-size: 1.2rem;
  font-family: sans-serif;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  max-width:700px;
  margin: 50px auto;
}
.message-border .highlight {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}

/*** ewnd banners ***/


.skeleton-wrapper {
  animation: pulse 1.5s infinite;
  padding: 16px;
}

.skeleton-header,
.skeleton-line {
  background-color: #ccc;
  border-radius: 4px;
  margin-bottom: 12px;
}

.skeleton-header {
  width: 100%;
  height: 45px;
}

.skeleton-line {
  width: 100%;
  height: 16px;
}

.skeleton-line.short {
  width: 60%;
}

@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

/*** skeleton***/
/*  modal */
/* Backgroundackground */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10 !important; /* 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.4); /* Black w/ opacity */
}

/* content container */

.modal__content::after {
  content: " ";
  display: block;
  padding: 20px;
  margin: 10px auto;
  width: 100%;
 
}

.modal__content {
  color: #000;
  position: fixed;
  transition: 0.2s ease-in-out;
  font-size: 16px;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 8px;
  box-shadow: 0.6em 0.6em 1.2em rgba(0, 0, 0, 0.05);
  margin: auto;
  padding: 38px 20px 0 20px;
  border: 1px solid #888;
  max-width: 1150px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.modal__content--container {
  /*width: 1000px;*/
overflow: hidden;
margin: 0 auto;
text-align: center;
}


.modal__close-container .modal__close-button  {
  z-index: 1000;
  background-color: #fff;
  font-size: 26px;
  /*! padding:10px 0 0 25px; */
  color: #bbb;
  font-weight: bold;
  width: 58px;
  height: 45px;
  position: absolute;
  top: -16px;
  right: -22px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.42);
  border-radius: 50%;
  /*! vertical-align: top; */
  display: relative;
  transition: 0.2s ease-in-out;
  box-shadow: inset -1px 9px 16px -6px rgba(0, 0, 0, 0.17);
  box-shadow: -12px 9px 16px -6px rgba(0, 0, 0, 0.17);
  text-align: center;
  padding-top: 11px;
  margin-top: 0;
}

/* The Close Button */
.modal__close-button {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -44px;
}

.modal__close-button:hover,
.modal__close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



/*  ---end modal---  */


    /* loader spinner */
.loader-start, .loader {
  width: 100px;
  height: 100px;
  border-radius: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-start::before, .loader-start::after.loader::before, .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
}

.loader-start::before, .loader::before {
  animation: spin 1s linear infinite;
  border-width: 10px;
}

.loader-start::after, .loader::after {
  inset: 15px;
  border-top-color: #9FDF43;
  border-width: 10px;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*************  end spinner ************/


#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 96.04%;
  background: #efefef;
  padding: 20px 20px 20px 55px;
  border-top: 1px solid #ccc;
  z-index: 9999;
  font-size: 13px;
  border-radius: 25px 25px 0 0;
  color: #18285F;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
}

/****************************/

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 500px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}
/*********end google button*********/

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1em 0;
  padding: 45px 0
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}
.divider:not(:empty)::before {
  margin-right: .75em;
}
.divider:not(:empty)::after {
  margin-left: .75em;
}

/*********end divider**********/