@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap');

:root{
  --secondary:#FFC803;
  --primary-one:rgba(215, 79, 152, 0.13);
  --textcolor:#231C05;
  --grey:#737373;
  --darkgreen: #A614B2;
  --bg-grad:  linear-gradient(90deg, #A614B2 0%, #5004F5 100%);
  --bg-btns: #E1032C;
  --pink-btn: #E1032C;
  --side-clr: #111315;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.login-info .checkbox label{
  padding-left:0;
}
textarea.form-control{
  padding-top:20px;
  padding-bottom:20px;
}
ul, ol{
  list-style:none;
  margin:0;
  padding:0;
}
.radius-half{
  border-radius:11px !important;
}
.page-head{
  text-align:center;
  padding:60px 0;
}
.page-head h1 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #231C05;
}
.signin{
  background:#fff;
}
.page-head p {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}
.navbar-toggle{
  padding:0;
  margin:0;
}
.d-none{
  display:none !important;
}
.text-center{
  text-align:center;
}
.flex-wrap{
  flex-wrap:wrap;
}
.slick-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin-bottom:25px;
}
.slick-dots li button {
  background: #D9D9D9;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #100B39;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "Prompt", sans-serif !important;
}
.auth {
  background: #FFEEEE;
}
body{
  --primary:#E1032C;
  --secondary:#2C2339;
  --textcolor:#231C05;
}
.header{
  background: #1A1207;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.15);
}
.header .navbar-nav a,
.header a.navbar-brand{
  color:#fff;
}
body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-weight: 400;
  color:var(--textcolor);
  font-family: "Prompt", sans-serif;
  background:#fff;
  font-size:16px;
  padding:0;
  padding-bottom:0;
  background-size: 100% 100%;
  background-repeat:no-repeat;
}
body.guest{
  padding-top:40px;
  padding-bottom:0;
  font-family: "Prompt", sans-serif;
  background-color:#fff;
  position: relative;
}
body::before {
  content: '';
  position: absolute;
  width: 418px;
  height: 418px;
  border-radius: 418px;
  background: #E1032C;
  filter: blur(275px);
  opacity: 0.4;
  top: -100px;
  left: -100px;
  z-index: -1;
}
body::after {
  content: '';
  position: absolute;
  width: 418px;
  height: 418px;
  border-radius: 418px;
  background: #E1032C;
  filter: blur(275px);
  opacity: 0.4;
  top: -100px;
  right: -100px;
  z-index: -1;
}
body.guest h1,
body.guest h2,
body.guest h3,
body.guest h4,
body.guest h5,
body.guest h6{
  font-family: "Prompt", sans-serif !important;
}
body:not(.guest) .btn{
  border-radius: 10px;
}
body:not(.guest) .service-description .btn {
  background: #E1032C;
  color: #fff;
}
body:not(.guest) .form-control {
  border-radius: 15px;
  border: 1px solid #FAF5EB !important;
  background: #FFEEEE !important;
  color: #1A234A;
}
.nav-tabs{
  border:0;
}
.page-head{
  display:none;
}
body.guest .page-head{
  display:block;
}
.wrapper{
  --primary:#A614B2; ;
}
.section-title{
  font-size: 48px;
  font-weight: 600;
  margin-top:0;
}
.sub-title{
  color: #E1032C !important;
  font-weight:600;
  font-size:24px;
}
.section__head p{
  margin-bottom:5px;
}
p{
  color:var(--grey);
  line-height: 25px; 
  font-size:14px;
  margin-bottom:20px;
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  border: 0;
  font-weight:400;
  font-size:1rem;
  transition: all 0.5s ease;
  color: #fff;
  padding: 0 25px;
  min-width:115px;
  height: 40px;
  font-size:16px;
  text-transform: capitalize;
  vertical-align: middle;
  position: relative;
  border-radius: 50px;
  text-align:center;
  color:#fff;
}
.btn:hover{
  opacity:.7;
}
.btn.btn-primary{
  background:var(--bg-btns);
  color: #fff;
}
.btn.btn-secondary{
  background:#3D1D26;
  color:#fff;
}
.d-flex{
  display:flex;
}
.flex-wrap{
  flex-wrap:wrap;
}
.align-items-center{
  align-items:center;
}
.justify-content-center{
  justify-content:center;
}
.justify-content-between{
  justify-content:space-between;
}
.justify-content-end{
  justify-content:flex-end;
}
a{
  color:#000;
}
a:hover{
  color:var(--primary);
}
.inline-buttons{
  display:flex;
  align-items:center;
  gap:20px;
}
.header {
  color: #000;
  padding: 17px 0;
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.15);
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: .5s ease all;
  width: 100%;
  left: 0;
  top: 0;
}
.header:after{
  border-bottom: 2px solid #E1032C;
  width: 0%;
  left: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  margin: 0 auto;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header.sticky{
  padding:9px 0;
}
.header.sticky:after{
  width: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.header a.navbar-brand{
  color:#000;
  line-height:1;
  padding:0;
  margin:0;
  float:none;
}
.header .navbar-nav{
  gap:25px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
}
.header .navbar-nav a {
  color: #000;
  padding: 0;
  background: transparent !important;
  font-size: 16px;
}
.header .navbar-nav a:hover{
  opacity:.5;
}
.main-banner {
  position: relative;
  background: url('https://yddistributionthailand.com/ZEEDLIKE/top-bg.png');
  background-size: 100% auto;
  padding-top: 40px;
  padding-bottom: 100px;
}
.main-banner__image{
  position:relative;
  z-index:1;
}
.main-banner__image::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background: transparent;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.main-banner h1{
  font-size:55px;
  font-weight:600;
  margin:0;
  line-height:1.1;
  color:#1A1A1A;
}
.main-banner p {
  margin: 1.25rem 0;
  max-width: 534px;
  color: #737373;
}
.login-info {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
.login-info .well {
  border-radius: 30px;
  border: 1px solid #E1032C;
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0px 15px 50px 0px rgba(76, 169, 148, 0.20);
}
.login-info .login-info__form{
  display:flex;
  align-items:center;
  gap:25px;
  margin-bottom:15px;
}
.login-info .login-info__form .form-group{
  flex:1;
  margin:0;
}
.login-info .login-info__form .btn-primary{
  width:144px;
  box-shadow: 0px 10px 20px 0px rgba(17, 19, 21, 0.20);
  height:54px;
}
.login-info .login-info__form .form-control {
  border-radius: 30px;
  border: transparent;
  background: #FFEEEE;
  height: 54px;
  padding-left: 55px;
}
.login-info .login-info__form .form-group{
  position:relative;

}
.login-info .login-info__form .icon{
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--primary);
  color:#fff;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left: 10px;
  border-radius: 100%;
}
.login-info .login-info__labels{
  display:flex;
  align-items:center;
  gap:25px;
  justify-content:space-between;
  font-size:14px;
  padding-left:27px;
}
.login-info .login-info__labels .forgot-pass:not(.hover) {
  color: #1A234A;
}
.login-info .login-info__labels .pull-right-middle a {
  color: #E1032C;
}
.stats ul{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:60px 0;
}
.stats ul li{
  display:flex;
  align-items:center;
  gap:10px;
  border-radius: 30px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 12px 19px 55.8px 0px rgba(16, 21, 78, 0.12);
  padding: 30px 50px;
}
.stats ul li p{
  margin:0;
  color: #231C05;
}
.stats ul li span{
  font-size:24px;
  font-weight:600;
  display:block;
}
.pannel-services {
  background: #fff;
  padding: 60px 0;
}
.section__head{
  max-width:650px;
  margin:auto;
}
.pannel-services .card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.15);
  margin: 20px;
  padding: 40px 25px;
  text-align: center;
  height: auto;
}
.pannel-services .card h4{
  font-size:24px;
  font-weight:600;
  margin:25px 0;
}
.pannel-services .card p{
  margin:0;
  text-align:center;
}
.pannel-services .card__icon img{
  margin:auto;
}
.pannel-services .slick-track{
  padding:10px 0 20px 0;
  display:flex;
}
.rise-social{
  padding:70px 0;
}
.rise-social .row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}
.services-insight{
  padding:70px 0;
}
.services-insight .section__head p{
  max-width:645px;
  margin-left:auto;
  margin-right:auto;
  font-size:14px;
}
.services-insight .nav-tabs {
  border-radius: 30px;
  background: #E1032C;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.services-insight .nav-tabs .nav-link {
  border-radius: 40px;
  background: #FFEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 146px;
  color: var(--textcolor);
  font-size: 16px;
  font-weight: 400;
  border: 0;
}
.services-insight .nav-tabs li.active .nav-link {
  background: #111315;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.17);
  color: #fff;
  border: none;
}
.services-insight .tab-content {
  border-radius: 30px;
  background: #FFEEEE;
  padding: 40px;
  padding-top: 80px;
  position: relative;
  margin-top: -40px;
}
.services-insight .row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}
.services-insight h5{
  font-size:24px;
  font-weight:600;
}
.services-insight .tab-content p{
  margin:0;
}
.payment-method{
  padding:0 0 70px 0;
}
.payment-method .row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}
.boost-account {
  padding-top: 70px;
  background: rgba(243, 113, 27, 0.06);
  padding-bottom: 130px;
}
.boost-account .row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}
.footer-wrapper {
  background: #111315;
  color: #fff;
}
.footer-wrapper .footer{
  padding-top:75px;
  padding-bottom:60px;
}
.footer-wrapper .footer-logo a{
  display: block;
  color: #fff;
  float: none;
  font-size: 30px;
  padding: 0;
  height: auto;
  line-height: 1;
}
.footer-wrapper .footer p{
  font-size:14px;
  font-weight:400;
  color:#fff;
  margin:7px 0 15px;
}
.footer-wrapper .footer .footer__social{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap:8px;
}
.footer-wrapper .footer .footer__social a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #E1032C;
  color: #fff;
  overflow: hidden;
}
.footer-wrapper .footer .footer__social a:hover img{
  filter: unset;
}
.footer__links h5{
  font-weight: 500;
  font-size:24px;
  color:#fff;
  margin-bottom:15px;
}
.footer__links ul{
  list-style:none;
  padding:0;
  margin:0;
}
.footer__links ul li:not(:last-child){
  margin-bottom:18px;
  color: #fff;
}
.footer__links ul li a{
  color:#fff;   
}
.footer__links ul li a:hover{
  text-decoration:underline;
}
.footer-wrapper .footer__left{
  width:30%;
}
.footer-wrapper .footer__right{
  width:60%;
}
.footer-wrapper .footer__links{
  flex:1;
}
.footer-wrapper .footer__links li{
  display: flex;
  align-items: self-start;
  gap:14px;
}
.footer-wrapper .footer__bottom{
}
.footer-wrapper .footer__bottom .container{
  border-top:1px solid rgba(255, 255, 255, 0.23);
  padding:15px 0;
}
.footer-wrapper .footer__bottom p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
  opacity: 0.8;
}
.get-started{
  position:relative;
  padding:120px 0;
}

.get-started::before {
  background: url('https://i.23robo.info/projects/zeedlike/img/left-are.webp') left top no-repeat;
  background-size: contain;
  width: 100%;
  height: 50%;
  top: 25%;
  content: "";
  position: absolute;
  left: 36px;
  right: 0;
  margin: auto;
  z-index: 2;
}
.get-started::after {
  background: url('https://i.23robo.info/projects/zeedlike/img/right-are.webp') right top no-repeat;
  background-size: contain;
  width: 95%;
  height: 77%;
  top: 7%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.get-started__inner{

  color:#fff;
  padding:50px 40px;
  position:relative;
  /*! z-index:1; */
}
.get-started__inner::after {
  content: "";
  position: absolute;
  border-radius: 0px 200px 0px 250px;
  background: #E1032C;
  box-shadow: 0px 25px 55px 0px rgba(76, 169, 148, 0.15);
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.get-started__inner::before {
  content: "";
  position: absolute;
  border-radius: 0px 200px 0px 250px;
  border: 2px solid #231C05;
  width: 100%;
  height: 100%;
  right: -60px;
  bottom: -60px;
}
.get-started__inner .section-title {
  color: #fff;
  position: relative;
  z-index: 999;
}
.get-started__inner .content{
  max-width:650px;
  margin:auto;
  position: relative;
  z-index: 2;
}
.get-started__inner p {
  color: #fff;
  opacity: 1;
  position: relative;
  z-index: 999;
}
.get-started__inner .button-row .btn {
  border-radius: 40px;
  background: #fff;
  color: #E1032C;
  position: relative;
  z-index: 999;
}
.testimonials{
  padding-top:100px;
  padding-bottom:100px;
}
.testimonials .item-wrap{
  transform: translateX(0px);
  width: 400%;
  position: relative;
  white-space: nowrap;
  display: flex; padding:15px 0; 
}
@media screen and (min-width:768px){
  .testimonials .item-wrap{
    width: 200%;
  }
}
.testimonials .item{
  --bg:#fff;
  background: var(--bg);
  height:auto;
  /* min-width:590px; */
  flex: 1;
  margin-right:20px;
  border-radius: 20px;
  border: 1px solid #E9E5E5;
  /* box-shadow: 0px 15px 40px 0px #E7EAFA; */
  padding:32px;
}
.testimonials .item p{
  font-size:18px;
  line-height:1.3;
  display: block;
  word-break: break-all;
  white-space: normal;
  color: #6D6B79;
}
.testimonials .item-info{
  display:flex;
  align-items:center;
  list-style:none;
  gap:5px;
  margin-bottom:20px;
}
.testimonials .item-info img{
  width: 55px;
  height: 54px;
  border-radius:100%;
  overflow:hidden;
}
.testimonials .item-info li {
  font-size: 14px;
  color: #E1032C;
}
.testimonials .item-info li span {
  font-size: 24px;
  color: #1A234A;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  line-height: 1;
}
.testimonials .item .rating{
  display:flex;
  align-items:center;
  gap:5px;
}
.faq{
  padding:80px 0 0;
}
.faq .section-title{
  margin-bottom:30px;
}
.accordion {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding:10px;
}

.accordion-item {
  border-radius: 15px;
  border: 1px solid #1E142D;
  background: #fff;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.10);
  margin-bottom:30px;
  overflow: hidden;
  transition:.5s ease all;
}

.accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition:.5s ease all;
}

.accordion-button {
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  color:var(--textcolor);
  padding:15px 20px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.accordion-button:after{
  content:"";
  position:relative;
  display:inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='12' width='12' height='12' transform='rotate(-90 0 12)' fill='url(%23pattern0_7_317)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_7_317' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_7_317' transform='scale(0.01)'/%3E%3C/pattern%3E%3Cimage id='image0_7_317' width='100' height='100' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAACC0lEQVR4nO3dwWoUQRSF4Y7mObJwEZdCDJi3O9RlIFNdlTzIKFllkZ1voys1IDKCi5YmCxEH0kFIHbr+D2p/mZ+u6ll09zAAAACs1TRNR61nwDAM2m5PouQPqY73Ucd9lPEuri7f8OM0kEp5l+r4Neo4/bXK+J0obWLc/xPjT5S7556pW+mxGA9rz7niE2NeP55jnq6l5TGmqPmm9byrlp4So+Rvur581Xrm1Ypa3x68mzqw5mhzvNYzr1YQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQw0cQwwcxjBDDCDGMEMMIMYwQwwgxjBDDSOT8en48jCeXTKQ6vieGkaj5M8/0GUklf1oSZHO1vWg9axeijDu2LCOq9ZRD3YxyPouSvyy9UjZsX0TpEleKIaIYIoohohgiiiGiGBL/U/yIKH5EFD8iih8RxY+I4kdE8SOi+BFR/IgofkQUPyKKHxHFj4jiR0TxI6L4EVH8iCh+RBQ/IoofEcWPiOJHRPEjovgRUfyIKCv49Gqtp61nXr30tI8T37aetwtauH2lkn/udruXreftgpZF+SXpuPWs3UiPbF+p5o+tZ+wyShx+Oc5+c53PW8/X78sNar6dz4x5m5qvDGIYkPSCQxwAAAz/4zc3Go350sDDIgAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
  width:12px;
  height:12px;
  background-repeat:no-repeat;
  background-size:contain;
  transition:.5s ease all;
}
.accordion-item.active .accordion-button:after{
  transform:rotate(180deg);
  transition:.5s ease all;
  filter: invert(1) brightness(.2);
}
.accordion-content {
  display: none;
  padding: 15px;
  background-color: #fff;
  color:#fff;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-item.active .accordion-header {
  background-color: var(--primary);
}
.accordion-item.active .accordion-button{
  color:#fff;
}
.how-work{
  padding-top:100px;
  background: #E1032C;
  padding-bottom: 80px;
  margin-top: ;
}
.how-work__steps--item {
  border-radius: 25px;
  border: 1px solid #E9E5E5;
  background: #fff;
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.15);
  min-height: 110px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 25px 16px;
}
.how-work__steps--item:not(:last-child){
  margin-bottom:25px;
}
.how-work__steps--item span {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100%;
  background: #E1032C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-work__steps--item h5{
  font-size:20px;
  font-weight:500;
  line-height:1;
  margin-bottom:8px;
}
.how-work__steps--item h6{
  color: #6D6B79;
  font-size:14px;
  font-weight:400;
  line-height:1.2;
  margin:0;
}
.navbar-toggle .icon-bar{
  background:var(--primary);
}
.content-wrapper{
  position:relative;
  overflow:hidden;
}

.wrapper{
  position:relative;
  overflow-x:hidden;
}
.wrapper .sidebar-wrap{
  position:fixed;
  left:0;
  top:0;
  z-index:10000;
  width:260px;
  height: 100%;
  background:var(--side-clr);
  padding:24px 18px;
  color:#fff;
}
.wrapper .inner-wrap{
  flex:1;
  width:100%;
  padding-left:260px;
  position:relative;
}
.userprofile-wrap{
  display:flex;
  align-items:center;
  gap:14px;
  margin:30px 0;
}
.sidebar-wrap .menu-title {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  padding-bottom: 5px;
  margin-bottom: 16px;
}
.userprofile-wrap__image{
  width: 65px;
  height: 65px;
  border-radius: 16px;
  background: #fff;
  padding:6px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.userprofile-wrap__image .profile-img {
  border-radius: 12px;
  background: linear-gradient(180deg, #00B8FF 0%, #71D7FF 100%);
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-wrap .sidebarlogo{
  font-size:24px;
  font-weight:600;
  color:#fff;

  display:block;
}
.sidebar-wrap .profile-name{
  font-size:12px;
  font-weight:400;
  margin:0 0 6px 0;
  color: #fff;
}
.sidebar-wrap a{
  color:#fff;
  letter-spacing: -1.08px;
  font-size:18px;
  font-weight:600;
}
.sidebar-nav a{
  font-size:14px;
  font-weight:400;
  display:flex;
  align-items:center;
  gap:14px;
  padding: 10px 13px;
  border-radius: 10px;
  list-style:none;
}
.sidebar-nav li{
  margin-bottom:0;
}
.sidebar-nav li.active a {
  background: #E1032C;
  color: #fff;
}
.top-nav-wrap {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 13px;
  border: 1px solid #D7E5E3;
  background: #fff;
  margin: 15px;
  margin-bottom: 25px;
}
.top-nav-left-ul{
  display: flex;
  align-items: center;
  gap:16px;
}
.wrapper .container{
  width:100%;
  max-width:100%;
}

.top-nav-left-ul li .pinner {
  color: #E1032C;
}
.top-nav-left-ul li.bread{
  color: #6D6B79;
  font-size:16px;
  font-weight:400;
}
.top-nav-left-ul li.bread b {
  color: #1C214D;
  font-size: 18px;
  font-weight: 500;
}
.top-nav-right-ul{
  display:flex;
  align-items:center;
  gap:5px;
}
.top-nav-right-ul li a {
  border-radius: 13px;
  background: #E1032C !important;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
}
.top-nav-right-ul li a:hover{
  background:#05C191;
}
.top-nav-right-ul li:last-child a {
  border-radius: 11px;
  background: #130F02 !important;
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-nav-right-ul li:last-child a:hover{
  background:#1C214D;
}
.stats-wrap {
  border-radius: 10px;
  background: #fff;
  min-height: 156px;
  padding: 24px 22px;
  border: 8px solid #E1032C;
  border-top: 0;
  border-left: 0;
  height: auto;
  min-height: 170px;
}
.stats-wrap .stats-title {
  color: #828C8A;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 5px;
}
.stats-wrap .stats-txt{
  font-size:24px;
  font-weight:500;
  margin:0;
  color:var(--textcolor);
}
.stats-wrap__wrapper{
  margin-bottom:28px;
}
.brand-cat-row{
  border-radius: 15px;
  border: 1px solid #fff;
  background: #fff;
  padding:30px 40px;
  margin-bottom:24px;
}
.brand-cat-row .row{
  margin:0 -3px;
}
.brand-cat-row .row>div{
  padding:0 3px;
}

.brand-cat-row a {
  border-radius: 40px;
  border: none !important;
  background: #FFEEEE !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  margin-bottom: 10px;
  text-decoration: none;
}
.brand-cat-row a:hover{
  background:var(--secondary);
  color:#fff;
}
.brand-cat-row .icon{
  min-width:34px;
  height:34px;
  width:34px;
}
.well {
  border-radius: 15px;
  border: none;
  background: #fff;
}
.add-funds .form-control {
  border: none !important;
  background: #FFEEEE !important;
}
.services .table tbody td {
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}
.services .table tbody td:first-child{
  border-left:none !important;
}
.services .table tbody td:last-child{
  border-right: none !important;
}
.custom-tabs.nav-tabs{
  margin-bottom:20px;
  display:flex;
  align-items:center;
  gap:4px;
  border:0;
}
.custom-tabs.nav-tabs li a.nav-link {
  border-radius: 11px;
  background: #E1032C;
  color: #FFF;
  padding: 15px;
  font-size: 12px;
  font-weight: 400;
  border: none !important;
}
.custom-tabs.nav-tabs li a.nav-link.active {
  background: #130F02;
  color: #fff;
}
.new-order .well{
  border-radius: 15px;
  border: 1px solid #FAF5EB !important;
  background: #fff;
}
.modal-content {
  background-color: #fff;
  border: none !important;
}
.title {
  letter-spacing: -0.54px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #D7E5E3;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
.form-control {
  border-radius: 11px;
  border: 1px solid #FAF5EB;
  background: #FFEEEE;
  padding: 0 20px;
  height: 50px;
  box-shadow: none !important;
  outline: none !important;
}
.auth .form-control{
  border:1px solid #D7E5E3 !important;
}
.form-control:focus{
  border-color:var(--secondary);
}
.select2-container .select2-selection--single{
  height:50px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  line-height:50px;
}
.control-label {
  color: #828C8A;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
.form-group__checkbox label{
  color: #828C8A;
  font-size:14px;
  font-weight:400;
  margin-bottom:4px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  background:#80808038;
  border-color:#80808038;
}
.input-group{
  display:flex;
  width:100%;
}
.input-group button{
  height:50px;
}
.w-100{
  width:100%;
}
.h-50{
  height:50px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #E1032C;
}
.well.description .box {
  border-radius: 12px;
  background: #FFEEEE;
  padding: 17px 20px;
  min-height: 80px;
  text-align: left;
  overflow: hidden;
  border: 1px solid #FAF5EB !important;
}
.well.description .row>div{
  margin-bottom:20px;
}
.well.description .box h6{
  font-size:12px;
  font-weight:400;
  margin-bottom:6px;
}
.well.description .box.services h6{
  color:#fff;
}
.well.description .box.services p{
  font-size:14px;
  color:#fff;
  margin:0;
}
.well.description .box .detail span{
  color:var(--textcolor);
  font-size:20px;
  font-weight:400;
}
.dashboard-footer {
  background: #130F02;
  padding: 16px;
  margin-top: 30px;
  border: none;
}
.dashboard-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-align: right;
}
.service-filters {
  display:flex;
  border:0;
}
.service-filters li.dropdown{
  width: 144px;
}
.service-filters li.dropdown button {
  width: 100%;
  border-radius: 11px;
  background: #111315 !important;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 46px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 10px 20px 0px rgba(17, 19, 21, 0.20);
}
.service-filters li.search{
  flex:1;
  width:100%;
  margin-left:16px;
}
.service-filters{
  margin-bottom:28px;
}
.service-filters li.search input {
  flex: 1;
  background: #FFEEEE;
  border-radius: 11px !important;
  border: none;
  height: 46px;
  color: var(--textcolor);
}
.auth .service-filters li.search input {
  flex: 1;
  background: #fff !important;
  border-radius: 11px !important;
  border: none;
  height: 46px;
  color: var(--textcolor);
}
.service-filters li.search input::placeholder {
  color: rgba(7, 42, 35, 0.26);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.42px;
}
.service-filters li.search .input-group-btn{
  width: 118px;

}
.service-filters li.search .input-group-btn .btn-primary {
  border-radius: 11px !important;
  background: #E1032C !important;
  height: 46px;
  font-size: 12px;
  font-weight: 400;
}
.service-description .btn{
  border-radius: 10px;
}
.service-filters li.search .input-group{
  max-width:100%;
  gap:10px;
  margin:0;
}
.m-t-md strong {
  color: #fff;
}
.api p {
  color: #fff !important;
}
.table th {
  background: #E1032C;
  color: #fff;
  text-transform: capitalize !important;
  font-weight: 400 !important;
}
.table{
  border-collapse: separate;
  border-spacing: 0 12px;
}.table-wrapper{
  border-spacing: 8px;
}
.table td{
  background: #fff;
  color:var(--textcolor);
}
.table th:first-child{
  border-top-left-radius:11px;
  border-bottom-left-radius:11px;
}
.table th:last-child{
  border-top-right-radius:11px;
  border-bottom-right-radius:11px;
}
.table td:first-child{
  border-top-left-radius:11px;
  border-bottom-left-radius:11px;
}
.table td:last-child{
  border-top-right-radius:11px;
  border-bottom-right-radius:11px;
}
.table .w-45{
  width:55%;
}
.table th,
.table td{
  padding: 16px 14px !important;
  border:0 !important;
  font-size:16px;
  font-weight:400;
  letter-spacing: -0.48px;
  vertical-align: middle !important;
}
.api h2,
.api h4{
  font-size:24px;
  font-weight:600;
}
.api .table{
  border:0;

}
.api .table td {
  border-radius: 15px;
  border: 1px solid #CFCCC8 !important;
  background: #FFEEEE !important;
}
.m-b-md {
  color: #130F02;
}
.guest .table td {
  border: 1px solid #CFCCC8 !important;
  background: #FFEEEE !important;
  box-shadow: none !important;
  color: #1C214D;
}
.guest .api.dashboard .table td {
  background: #FFEEEE;
}
.services .table tbody td {
  border: none !important;
}
.how-work__image img{
  border-radius: 25px;
  overflow: hidden;
}
.signup{
  padding-top:100px;
  padding-bottom:50px;
}
.signup .page-head{
  text-align:left;
}
.signup .page-head p{
  text-align:left;
  margin-bottom:30px;
}
.signup .well {
  border-radius: 30px;
  border: 1px solid #E1032C;
  background: #FFF;
  box-shadow: 0px 15px 50px 0px rgba(243, 113, 27, 0.26);
}
.signup .well h2{
  font-size:24px;
  font-weight:500;
  margin-bottom:20px;
}
.signup .well .btn{
  border-radius: 10px;
}
.signup .form-inline,
.signup .form-group{
  width:100%;
}
.signup .h-account{
  position:relative;
  text-align:center;
  margin:20px 0;
}
.signup .h-account:after,
.signup .h-account:before{
  content:"";
  position:absolute;
  width:50px;
  height:1px;
  background:rgba(7, 42, 35, 0.21);
  top:50%;
  transform:translateY(-50%);
}
.signup .h-account:after{
  right:15%;
}
.signup .h-account:before{
  left:15%;
}
.signup .h-account span{
  font-size:14px;
  font-weight:400;
}
.signup .h-account span a {
  color: #E1032C;
}
.signup .page-head{
  padding:0;
}
.signup__image{
  margin-top:30px;
  max-width:380px;
  margin-left:auto;
  margin-right:auto;
}
.reset-pass{
  padding-bottom:30px;
}
.reset-pass .well {
  border-radius: 30px;
  border: 1px solid #E1032C;
  background: #fff;
  box-shadow: 0px 15px 50px 0px rgba(243, 113, 27, 0.18);
}

.reset-pass h2{
  font-size:24px;
  font-weight:500;
  margin-bottom:20px;
}
.api .table td{
  width:49%;
}
.api b,
.api strong{
  font-weight:600 !important
}
.api .table.table_spacing tr td:first-child {
  border-right: 3px solid #fff !important;
}
.api .table.table_spacing tr td:last-child{
  border-left:3px solid #fff !important;
}
.api pre {
  border-radius: 15px;
  border: 0.5px solid #CFCCC8;
  background: #FFEEEE;
  font-size: 14px;
  font-weight: 400;
  color: #1A234A;
  padding: 20px;
}
.api p {
  color: #fff;
  border-radius: 15px;
  border: none !important;
  background: #E1032C;
  font-size: 14px;
  font-weight: 500;
  padding: 22px 18px;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
}
.signup .form-control {
  background: #FFEEEE;
  border: none;
}
.api.dashboard .table th {
  border: 0.5px solid #FAF5EB;
  background: #E1032C;
}
.order-history .nav-tabs {
  border-radius: 11px;
  background: #E1032C;
  border: none;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.order-history .nav-tabs li a {
  border-radius: 11px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.42px;
  width: 130px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  color: #1A234A;
  gap: 5px;
  border: 0;
}
.table th, .table td a {
  color: #201C3F;
}
.order-history .nav-tabs li:first-child a{
  width:110px;
}
.order-history .nav-tabs li.active a {
  background: #111315;
  color: #fff;
  border: none !important;
}
.order-history .nav-tabs li a span{
  width: 12px;
  height: 12px;
  border-radius:100%;
  display:inline-block;
  min-width:12px;
}
.order-history .nav-tabs li a span.completed{
  background:#45B500;
}
.order-history .nav-tabs li a span.canceled{
  background:#FF0E0E;
}
.order-history .nav-tabs li a span.partial{
  background:#7C52F2;
}
.order-history .nav-tabs li a span.inprogress{
  background:#FFAC25;
}
.order-history .nav-tabs li a span.processing{
  background:#40C6FF;
}
.order-history .nav-tabs li a span.pending{
  background:#406AFF;
}
.orders-filters{
  margin:25px 0;
}
.orders-filters input {
  flex: 1;
  background: #fff !important;
  border-radius: 11px !important;
  border: none !important;
  height: 46px;
  color: #000;
}
.orders-filters input::placeholder {
  color: rgba(7, 42, 35, 0.26);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.42px;
}
.form-control::placeholder {
  color: #1A234A;
  opacity: 0.5;
}
.orders-filters .input-group-btn{
  width: 118px;

}
.orders-filters .input-group-btn .btn-primary{
  border-radius: 11px !important;
  background: #E1032C;
  height:46px;
  font-size:12px;
  font-weight:400;
}
.orders-filters .input-group{
  max-width:100%;
  gap:10px;
  margin:0;
}
.order-history .table th {
  background: #E1032C !important;
}
.add-funds .accordion_item{
  margin-bottom:12px;
}
.add-funds .accordion_item .btn-primary {
  border-radius: 12px;
  background: #FFEEEE;
  display: flex;
  width: 100%;
  color: #1A234A;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  height: auto;
  border: 1px solid #FAF5EB !important;
  overflow: hidden;
}
.add-funds .accordion_item .btn-primary::after {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M11.1667 20.3333C6.10405 20.3333 2 16.2292 2 11.1667C2 6.10405 6.10405 2 11.1667 2C16.2292 2 20.3333 6.10405 20.3333 11.1667C20.3333 16.2292 16.2292 20.3333 11.1667 20.3333ZM11.1667 18.5C15.2168 18.5 18.5 15.2168 18.5 11.1667C18.5 7.11658 15.2168 3.83333 11.1667 3.83333C7.11658 3.83333 3.83333 7.11658 3.83333 11.1667C3.83333 15.2168 7.11658 18.5 11.1667 18.5Z' fill='white'/%3E%3Crect x='7.16602' y='10.1667' width='8' height='2' fill='white'/%3E%3C/svg%3E");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0px 100px 0 #E1032C);
  transform: translateY(-100px);
}
.add-funds .accordion_item .btn-primary.collapsed::after {
  background-image: url("https://i.23robo.info/projects/zeedlike/img/Frame.svg");
  filter: drop-shadow(0px 100px 0 #E1032C) !important;
  transform: translateY(-100px);
}
.add-funds .accordion_item .btn-primary:not(.collapsed) {
  background: #1C214D;
  color: #fff;
  border: none !important;
}
.add-funds .accordion_item .card-body {
  border-radius: 12px;
  background: #FFEEEE;
  color: #6D6B79;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 14px 18px;
  margin-top: 12px;
  border: 1px solid #FAF5EB;
}
.well-blue {
  background: transparent !important;
  border: none !important;
  padding: 0;
}
.account .form-control{
  border: 1px solid #fff !important;
}
.tickets .section-head h2{
  font-size:24px;
  font-weight:600;
  margin-bottom:10px;
}
.tickets .section-head p{
  color: #6D6B79;
  font-size:16px;
  font-weight:400;
}
.service-name {
  min-width: 100%;
}
.custom-tabs-one .nav-item .nav-link {
  width: 118px;
  height: 46px;
  border-radius: 11px;
  background: #A614B2;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  padding-left: 32px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-right: 5px;
}.custom-tabs-one .nav-item i {
  position: absolute;
  top: 17px;
  left: 14px;
  color: #fff;
  font-size: 12px;
}
.custom-tabs-one .nav-item.active .nav-link {
  background: #130F02;
}
.add-funds .title {
  padding-top: 10px;
}
.title-t {
  color: var(--textcolor);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.445%;
}
.bg-green {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 15px;
  background: #E1032C;
  padding: 12px;
  margin-bottom: 30px;
}
#support .card {
  border-radius: 20px;
  background: #fff;
  padding: 15px;
}
.tab-switch {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.tab-switch .nav-item .nav-link {
  border-radius: 11px;
  background: #A614B2;;
  margin-right: 5px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 118px;
  height: 46px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-switch .nav-item.active .nav-link {
  background: #191207;
}
.ticket-btn-row .brand-category {
  padding: 10px 5px;
  margin-bottom: 5px;
  border-radius: 11px;
  background: #A614B2;
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 12px;
}
.ticket-btn-row .col-sm-4 {
  padding: 0 5px;
}.ticket-btn-row {
  margin: 0;
  padding: 0;
}
.ticket-btn-row  .btn.btn-primary {
  padding: 25px;
}
.box-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  background: #FFEEEE;
  padding: 20px;
}.title-w {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%;
}.wht-txt {
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#accordions {
  margin-top: 20px;
}
#accordions .panel-heading {
  border-radius: 10px !important;
  background: #FFEEEE !important;
  padding: 15px;
  color: #fff !important;
}
#accordions .panel-title a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#accordions .panel.panel-default {
  border-radius: 10px;
  background: #FFEEEE;
  border: none !important;
  margin-bottom: 15px !important;
}
#accordions  .panel-body {
  border: none !important;
}
/* .panel .panel-heading a[data-toggle="collapse"].collapsed::before {
transform: rotate(0deg) !important;
} */
/* .panel .panel-heading a[data-toggle="collapse"]::before {
width: 29px;
height: 29px;
flex-shrink: 0;
background: #A614B2;;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
} */
.wrapper.toggle .sidebar-wrap {
  left: -260px;
}
.wrapper.toggle .inner-wrap {
  padding-left: 0;
}
.wrapper .inner-wrap {
  padding-left: 260px;
}
.wrapper.toggle .inner-wrap, .wrapper.toggle .sidebar-wrap, .wrapper .inner-wrap, .wrapper .sidebar-wrap {
  transition: 0.3s ease-in-out;
}
.services-insight .nav-tabs .nav-link{
  border:0;
}
@media screen and (min-width:768px){
  .account .col-md-12 .row{
    display:flex;
    flex-wrap: wrap;
  }
}
.account .col-md-12 .row>div{
  margin-bottom:20px;
}
.account .well{
  height:100%;
  margin:0;
}

@media screen and (max-width:1200px){
  .main-banner h1{
    font-size:46px;
  }
  .services-insight .nav-tabs .nav-link{
    min-width:120px;
  }
  .services-insight .nav-tabs{
    padding:25px;
    gap:16px;
  }
  .get-started__inner:before{
    right: -30px;
    bottom: -30px;
  }
  .wrapper .inner-wrap {
    padding-left: 0;
  }
}
@media screen and (max-width:991px){
  .main-banner{
    text-align:center;
  }
  .main-banner p{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }
  .main-banner .row >div:not(:last-child){
    margin-bottom:60px;
  }
  .login-info .well{
    padding:20px;
  }
  .login-info .login-info__form{
    gap:10px;
  }
  .main-banner h1 {
    font-size: 40px;
  }
  .section-title{
    font-size:42px;
  }
  .pannel-services{
    padding:40px 0;
  }
  .rise-social{
    padding:50px 0;
    text-align:center;
  }
  .rise-social .row{
    display:block;
  }
  .rise-social__image img{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
  }
  .services-insight{
    padding:40px 0 40px;
  }
  .services-insight .nav-tabs{
    overflow: hidden;
    overflow-x: scroll;
    justify-content: start;
  }
  .services-insight .tab-content{
    padding:20px;
    padding-top:60px;
    text-align: center;
  }
  .services-insight .row{
    display:block;
  }
  .services-insight .row img{
    margin:auto;
    margin-top:25px;
  }
  .payment-method .row{
    display:block;
  }
  .payment-method{
    padding-bottom:40px;
    text-align: center;
  }
  .payment-method img{
    margin:auto;
    margin-top:30px;
  }
  .boost-account{
    padding:40px 0;
    text-align:center;
  }
  .boost-account .row{
    display:block;
  }
  .boost-account img{
    margin:auto;
    margin-bottom:30px;
  }
  .how-work{
    padding-top:40px;
  }
  .how-work .row>div:first-child{
    text-align:center;
    margin-bottom:30px;
  }
  .how-work .row>div:first-child img{
    margin:auto;
    margin-top:30px;
  }
  .faq{
    padding:50px 0;
  }
  .testimonials{
    padding:0;
  }
  .get-started__inner:after,
  .get-started__inner:before{
    border-radius: 0px 100px 0px 150px;
  }
  .footer .mian-d-flex{
    flex-direction:column;
  }
  .footer .mian-d-flex .footer__left,
  .footer .mian-d-flex .footer__right{
    width:100%;
  }
  .footer .mian-d-flex .footer__left{
    text-align:center;
  }
  .footer-wrapper .footer .footer__social{
    justify-content:center;
    margin-bottom:30px;
  }
  .page-head{
    padding:30px 0;
  }
  .page-head h1{
    font-size:50px;
  }
  .signup{
    padding-top:50px;
  }
  .signup .page-head{
    text-align:center;
  }
  .signup .page-head br{
    display:none;
  }
  .signup__image{
    margin-bottom:30px;
  }
}
@media screen and (max-width:767px){
  .header .navbar-nav{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:-100%;
    background:var(--primary);
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin:0;
    transition:.5s ease all;
  }
  .header .navbar-nav li a{
    color:#fff;
  }
  .header .collapse{
    display: block !important;
  }
  .header .navbar-collapse.collapse.in .navbar-nav{
    top:52px;
  }
  .inline-buttons {
    gap: 10px;
  }
  .header.sticky .navbar-collapse.collapse.in .navbar-nav{
    top:40px;
  }
  .main-banner h1 {
    font-size: 35px;
  }
  .login-info .login-info__form{
    flex-direction:column;
  }
  .login-info .login-info__form .form-group{
    width:100%;
  }

  .show-on-md{
    display:block !important;
  }
  .form-group__password {
    margin-bottom:30px !important;
  }
  .form-group__password .forgot-pass{
    position:absolute;
    right:20px;
    bottom:-30px;
  }
  .stats ul li{
    flex-direction:column;
    text-align:center;
  }
  .stats ul{
    padding:40px 0;
  }
  .section-title{
    font-size:36px;
  }
  .testimonials .item{
    min-width:auto;
  }
  .get-started:after{
    display:none;
  }
  .get-started__inner:before{
    display:none;
  }
  .get-started__inner{
    padding:25px;
  }
  .get-started__inner:after{
    border-radius: 0px 45px 0px 45px;
  }
  .get-started{
    padding:40px 0;
  }
  .nav-menu{
    margin-left:16px;
  }
  .footer-wrapper .footer__right .d-flex{
    flex-wrap:wrap;
  }
  .footer-wrapper .footer__right .d-flex>div{
    width:50%;
    flex: none;
  }
  .footer-wrapper .footer__right .d-flex>div:last-child{
    width:100%;
    margin-top:25px;
  }
  .accordion-item{
    margin-bottom:15px;
  }
  .page-head h1{
    font-size:45px;
  }
  .table-responsive{
    border:0;
  }
  .btn{
    min-width:100px;
  }
}
@media screen and (max-width:575px){
  /* new set start  */
  .main-banner .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .how-work__image {
    padding: 0 !important;
  }
  .order-history .well {
    padding: 0;
  }
  /* new set end  */
  body::after {
    display: none;
  }
  body::before {
    display: none;
  }
  .nav-tabs .dropdown-menu {
    width: 100%;
  }
  .header .inline-buttons {
    display: none;
  }
  .main-banner {
    background-size: cover;
  }
  .stats ul li {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
  }
  .header .navbar-nav li a {
    color: #fff !important;
  }
  .main-banner__image::before {
    width: 330px;
    height: 330px;
  }
  .footer-wrapper .footer {
    padding-top: 40px;
  }
  .btn.popup-youtube {
    top: 35% !important;
    left: 40% !important; 
    font-size: 20px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
  }
  .get-started::before {
    display: none;
  }
  .main-t {
    font-size: 36px !important;
  }
  .order-history .nav-tabs li a {
    width: 145px !important;
  }
  .reset-password {
    padding: 20px 0 !important;
  }
  .get-started::after {
    display: none;
  }
  .payment-method {
    padding-bottom: 50px;
    text-align: center;
  }
  .card.mt-5 {
    margin-top: 15px;
  }
  .payment-method__image img {
    margin-bottom: 0 !important;
  }
  .boost-account .section-title {
    padding-top: 15px;
  }
  .form-group__password .forgot-pass {
    color: #fff;
  }
  .login-info .login-info__labels{
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .stats ul{
    flex-wrap:wrap;
    justify-content: center;
  }
  .stats ul li{
    width:46%;
  }
  .section-title{
    font-size:32px;
  }
  body{
    padding-top:0;
    padding-left:0;
    padding-right:0;
  }
  .top-nav-wrap {
    padding: 10px;
    display: flex;
    flex-wrap: wrap !important;
  }
  .top-nav-right-ul li a {
    padding: 10px 14px !important;
  }
  .top-nav-right-ul {
    padding-top: 10px;
  }
  .stats-wrap {
    height: auto;
    min-height: auto;
    margin-bottom: 15px;
  }
  .stats-wrap__wrapper {
    margin-bottom: 0;
  }
  .brand-cat-row .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .brand-cat-row .row > div {
    padding: 0 3px;
    width: 50% !important; 
  }
  .dashboard-footer p {
    text-align: center !important;
  }
  .brand-cat-row {
    padding: 15px !important;
  }
  .header{
    display: flex;
    align-items:center;
    justify-content:space-between;
  }
  .header .container{
    width:100%;
  }
  .page-head h1{
    font-size:40px;
  }
  .service-filters{
    flex-direction:column;
  }
  .service-filters li.search{
    margin:16px 0 0;
  }
  .service-filters li.dropdown{
    width:100%;
  }
  .service-filters li.search .input-group-btn{
    width:100px;
  }
}
.titcket-title{
  font-weight:600;
}
.ticket-message-left .ticket-message {
  border-radius: 15px;
  background: #FFEEEE !important;
  border: 0.5px solid #FAF5EB !important;
  margin-bottom: 4px;
}
.ticket-message-right .ticket-message {
  border-radius: 11px;
  background: #FFEEEE !important;
  border: 0.5px solid #FAF5EB !important;
  margin-bottom: 4px;
}
.ticket-message-left .ticket-message p{
  margin:0;
}
.table td .order-status{
  font-size: 15px;
  border-radius: 11px;
  color: #fff;
  font-weight: 400;
  padding: 10px 15px 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-status.progress_status{
  background: #FFAC25;
}
.order-status.pending_status{
  background: #406AFF;
}
.order-status.processing_status{
  background: #40C6FF;
}
.order-status.canceled_status{
  background: #FF0E0E;
}
.order-status.completed_status{
  background: #45B500;
}
.order-status.partial_status{
  background: #7C52F2;
}
.order-status.closed_status{
  background: #e2d6d6;
}
.order-status.answered_status{
  background: #1f292d;
}
.service-name {
  width: 100% !important;
}
.main-banner__image img {
  margin: auto;
}
.smt-title {
  color: #1A234A;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.payment-method__image img {
  margin-bottom: -67px;
}
.reset-password {
  padding: 80px 0;
}
.main-t {
  color: #1A234A;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.reset-password .form-control {
  background: #F5F6FC;
  border-radius: 11px;
  border: 1px solid #DAD7F0;
  padding: 22px;
}
.txt {
  color: var(--grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.st-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.reset-password .well {
  box-shadow: 0px 15px 50px 0px rgba(166, 20, 178, 0.20);
}
.reset-password .btn.btn-primary {
  width: 100%;
  border-radius: 11px;
}
.guest .api.dashboard {
  padding-top: 30px;
}
.sm-ttile {
  color: #1A234A;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.tickets-wrap .txt {
  text-align: left;
}
.auth .service-filters li.dropdown button {
  background: #130F02 !important;
}
.services-insight__image img {
  width: 423px;
}
.how-work__image {
  position: relative;
  border-radius: 25px;
  /* background: #281C09; */
  padding: 30px;
}
.btn.popup-youtube {
  position: absolute;
  top: 37%;
  left: 42%;
  font-size: 25px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 80px;
  height: 80px;
  border: 5px solid #FFC803;
  min-width: 80px;
}
.btn.popup-youtube i {
  background-color: #fff;
  background: #FFC803;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how-work video {
  width: 100%;
}
.close {
  margin-right: 10px;
  color: #000 !important;
}
.tickets-wrap .panel-title > a::before {
  float: right !important;
  font-family: "Font Awesome 5 Pro";
  content: "\f0de";
  padding-right: 5px;
  width: 29px;
  height: 29px;
  background: #E1032C;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-top: 3px;
}
.tickets-wrap .panel-title > a.collapsed::before {
  float: right !important;
  content: "\f0d7";
}
.add-funds .accordion_item .btn-primary:hover {
  background: #130F02 !important;
  color: #fff;
  opacity: 2;
}
.sidebar-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-logo-wrap .pinner {
  border-radius: 5px;
  background: #E1032C;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}
.stats-icon img:first-child {
  width: 50px;
}
.top-nav-left-ul .pinner{
  display: none;
}
.toggle .top-nav-left-ul .pinner {
  display: flex;
}
#login-sec {
  background: #fff;
  padding-top: 1px;
}
.stats {
  background: #fff;
}
.main-banner .btn.btn-primary {
    background: var(--bg-btns);
}
.payment-method .sub-title {
  color: var(--pink-btn) !important;
}
.testimonials .sub-title {
  color: var(--pink-btn) !important;
}
.auth .table th {
  background: #E1032C;
  color: #fff;
}
.add-funds .table td {
  background: #fff;
}
.auth .api .btn.btn-secondary.h-50.m-t {
  background: #1C214D;
  color: #fff;
}
.auth .well {
  background: #fff;
  border: 1px solid #D7E5E3;
    box-shadow: none;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffff;
}.guest .btn.btn-secondary {
  background: #130F02;
  color: #fff;
}
.auth .services .table tbody td {
  background: #fff;
}
.order-history .table td {
  background: #fff;
}
.auth .box-step {
  border-radius: 15px;
  background: #E1032C;
}
.auth #accordions .panel-heading {
  border-radius: 10px;
  border: none !important;
  background: #FFEEEE !important;
}
.auth .panel-body {
  border: none;
  background: #FFEEEE;
  margin-top: 10px;
  border-radius: 10px;
  color: #111315 !important;
}
#service_description .panel-body {
  padding: 0;
}
.mt-top {
  padding-top: 15px;
}
.guest .panel-heading {
  border-radius: 15px;
  border: 1px solid #E9E5E5 !important; 
  background: #fff !important;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.10);
  color: #1A234A !important;
  padding: 12px; 
}
.guest .panel-heading {
  border-radius: 15px;
  border: 1px solid #1E142D;
  background: #191207;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.10);
  color: #1A234A !important;
  padding: 12px;
}
.guest .panel-body {
  border-radius: 15px;
  border: 1px solid #E9E5E5;
  background: #fff;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.10);
  border-top: none !important;
  margin-top: 10px;
}
.guest .panel.panel-default {
  background: transparent !important;
  border: none !important;
  margin-bottom: 25px;
}
.panel-title a{
    color: #130F02 !important;
}
.guest .panel-title > a::before {
  float: right !important;
  font-family: "Font Awesome 5 Pro";
  content: "\f0de";
  padding-right: 5px;
}
.guest .panel-title > a.collapsed::before {
  float: right !important;
  content: "\f0d7";
}
.promo-carousel .item-info {
  direction: ltr !important;
}
.promo-carousel .item p {
  text-align: left !important;
}
.promo-carousel .item .rating {
  direction: ltr;
}
.rise-social .btn-primary {
  background: #E1032C;
}
.order-history .btn.btn-xs.btn-default {
  width: 90px !important;
  min-width: 90px !important;
  color: #fff !important;
  background: #111315 !important;
}
.tickets-wrap .well-bg {
  background: transparent !important;
  border: none !important;
}
.guest .table th {
  color: #fff;
}
table a:not(.btn), .table a:not(.btn) {
  color: #111315;
  text-decoration: underline;
}
.services .btn.btn-secondary {
  background: #E1032C;
  color: #fff;
}
.how-work .section-title {
  color: #fff;
}
.how-work p {
  color: #fff;
}
.order-history .form-control.search-input {
  background: #fff !important;
  border: 1px solid #D7E5E3 !important;
}
.order-history .well {
  background: transparent !important;
  border: none !important;
  box-shadow: none;
}
.header .btn.btn-secondary.hide-on-sm {
  background: rgba(243, 113, 27, 0.10);
  color: #E1032C;
}
.h-frm {
  color: #130F02;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* new css add  */
.dropdown-menu > li > a {
  color: #000;
}
.dropdown-menu {
  background-color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #E1032C;
}
body.guest {
  padding-top: 0;
}
.header {
  background: transparent;
  box-shadow: none;
  position: absolute;
  top: 0;
}
.form-group {
  position: relative;
}
.inpt-icon {
  width: 40px;
  height: 40px;
  background-color: #E1032C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.frm-login-wrap .form-control {
  border-radius: 30px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  height: 54px;
  color: rgba(115, 115, 115, 99);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.frm-login-wrap .form-control::placeholder {
  color: rgba(115, 115, 115, 0.46);
}
.inpt-icon + .form-control {
  padding-left: 55px;
}
.checkbox-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}
.checkbox-wrap .checkbox {
  margin: 0;
}
.have-acc {
  margin: 12px 0 0;
}
.main-banner {
  padding: 140px 0 40px;
  background-size: cover;
}
.stats ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  min-height: 142px;
}
.stats ul li span {
  color: #231C05;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}
.stats ul li p {
  margin: 0;
  color: #231C05;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.services-insight .nav-tabs {
  padding: 0;
  background-color: transparent;
  margin: 27px 0 45px;
}
.services-insight .tab-content {
  margin: 0;
}
.services-insight__image img {
  margin-left: auto;
}
.services-insight h5 {
  color: #231C05;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
}
.services-insight .tab-content .btn.btn-primary {
  margin-top: 27px;
  margin-bottom: 50px;
}
.services-insight .tab-content .row {
  display: flex;
  align-items: center;
  align-content: center;
}
.payment-method__image {
  position: relative;
}
.payment-method__image::after {
  content: '';
  width: 336px;
  height: 336px;
  border-radius: 336px;
  background: rgba(243, 113, 27, 0.52);
  filter: blur(165.89999389648438px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.payment-method__image img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  animation: 100s circle-rotate infinite;
}
.how-work__image {
  padding: 30px 0 0;
}
.guest .panel-heading {
  padding: 21px;
}
.guest .panel-title > a.collapsed::before {
  content: "\f107";
  color: #828C8A;
}
.guest .panel-title > a::before {
  content: "\f106";
  color: #828C8A;
}
.faq .btn.btn-primary {
  background: #111315;
}
.sitecurrencies {
  margin-left: 10px;
}
.sitecurrencies .btn.btn-primary.dropdown-toggle {
  border-radius: 11px;
  height: 46px;
}
.search .form-control.search-input {
  background-image: url('https://i.23robo.info/projects/zeedlike/img/search-img.webp');
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px;
}
.table td {
  color: #111315 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2 !important;
  letter-spacing: -0.48px;
}
#reset-password {
  padding: 50px 0;
}
.reset-password .st-title {
  color: #111315;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.reset-password .well {
  border-radius: 18px;
  border: 1px solid #E1032C;
  background: #FFF;
  box-shadow: 0 15px 50px 0 rgba(243, 113, 27, 0.18);
}
.reset-password .form-control {
  border-radius: 11px;
  border: 1px solid #FAF5EB;
  background: #FFEEEE;
  padding: 15px;
}
.reset-password .control-label {
  color: #828C8A;
  font-family: ;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
.sidebar-logo-wrap .pinner {
  flex: 0 0 30px;
  max-width: 30px;
}
.sidebar-wrap .sidebarlogo {
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  white-space: normal !important;
  display: ;
  font-size: 16px;
  padding-right: 10px;
}
.wrapper .sidebar-wrap {
  overflow-y: auto;
  scrollbar-width: thin;
}
.sidebar-nav a {
  text-decoration: none !important;
}
.userprofile-wrap__image .profile-img {
  border-radius: 0;
  background: transparent;
  overflow: unset;
  width: unset;
  height: unset;
  object-fit: unset;
}
.userprofile-wrap__image {
  background: #E1032C;
  border: 6px solid #fff;
  padding: 0;
}
.dropdown.dropdown-currencies .dropdown-toggle .badge {
  background-color: transparent;
  padding: 0;
}
.top-nav-right-ul li a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.dropdown.dropdown-currencies .dropdown-toggle {
  min-height: 48px;
}
.dropdown.dropdown-currencies .dropdown-menu li a {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 12px !important;
  color: #130f02;
  justify-content: flex-start;
}
.dropdown.dropdown-currencies .dropdown-menu li a:hover {
  background-color: #E1032C !important;
  color: #fff !important;
}
.stats-icon img:first-child {
  width: unset;
}
.brand-cat-row a {
  background: #FFEEEE !important;
  border: 1px solid #E9E9E9 !important;
  color: #10154E !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.sidebar-nav li a {
  letter-spacing: 0;
}
.custom-tabs.nav-tabs li a.nav-link {
  display: flex;
  align-items: center;
  align-content: center;
}
.navtabs-icon {
  margin-right: 3px;
  line-height: 1;
}
.auth .service-filters li.search input,
.order-history .form-control.search-input {
  background: #fff url('https://i.23robo.info/projects/zeedlike/img/search-img.webp') no-repeat 10px center !important;
  border: 1px solid #E9E9E9 !important;
  padding-left: 40px;
}
.order-history .table td.link a {
  color: #E1032C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none !important;
}
.order-history .table td.order-ser-name {
  min-width: 217px;
}
.add-funds .accordion_item .btn-primary.collapsed::after {
  filter: drop-shadow(0px 100px 0 #130F02) !important;
}
.add-funds .accordion_item .btn-primary:not(.collapsed) {
  background: #130F02;
}
.add-funds .accordion_item .btn-primary::after {
  filter: drop-shadow(0px 100px 0 #fff);
}
.custom-tabs-one .nav-item .nav-link {
  background: #E1032C;
}
.sm-ttile {
  color: #130F02;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
#fundhistory .table thead tr th:last-child,
#fundhistory .table tbody tr td:last-child {
  text-align: right;
}
.tab-switch .nav-item .nav-link {
  background: #E1032C;
}
.tab-switch .nav-item .nav-link svg {
  margin-right: 3px;
}
#support .panel-body {
  font-size: 13px;
}
.wht-txt {
  font-family: "Inter Tight", sans-serif !important;
}
.api p.api-txt {
  background: transparent;
  padding: 0;
  color: #828C8A !important;
  font-family: ;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.api pre {
  color: #130F02;
}
.api p:empty {
  display: none;
}
.api h4 {
  color: #130F02;
  font-family: ;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.api h4 strong {
  color: #130F02 !important;
}
.guest .api.dashboard {
  padding-top: 100px;
}
.refel_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  border: 1px solid rgba(170, 207, 201, 0.20);
  background: #FFF;
  padding: 25px;
}
.refel_box li {
  display: flex;
  align-items: center;
  gap: 8px;
  border-right: 1px solid rgba(170, 207, 201, 0.30);
  padding-right: 58px;
}
.refel_box li p {
  margin: 0;
  color: #3E5459;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.refel_box li h6 {
  color: #033745;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.whte_box {
  border-radius: 10px;
  border: 1px solid rgba(170, 207, 201, 0.20);
  background: #FFF;
  padding: 20px;
  margin-top: 20px;
}
.whte_box h6 {
  color: #E1032C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.whte_box p {
  color: #033745;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  margin: 0;
}
.affiliate-title {
  color: #231C05;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 11px;
}
.affiliate-txt {
  color: #828C8A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.refel_box li:last-child {
  border: 0;
}
.addfund-tabs li .nav-link {
  padding: 12px !important;
}
.addfund-tabs li .nav-link svg {
  margin-right: 5px;
}
body:not(.guest) .form-control {
  color: #231C05;
}
.box.services.ser-desc-sername {
  border-radius: 12px;
  background: #E1032C;
  border: 0 !important;
}
.well.description .box h6 {
  color: #828C8A;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.well.description .box .detail span {
  color: #111315;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}
#service_description h6 {
  color: #111315;
  font-family: ;
  font-size: 24px;
  font-style: ;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}
#service_description .detail {
  color: #828C8A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.well.description .box .detail span {
  font-size: 16px;
}
.section-title {
  line-height: 1.3;
}
.updatestatus.disabled {
  background-color: #FF0E0E90;
  color: #000;
}
.updatestatus.increased {
  background: #FF0E0E;
}
.updatestatus.enabled {
  background-color: #40C6FF;
}
.updatestatus.decreased {
  background-color: #45B500;
}
.brand-category.active, 
.brand-category:hover {
  background-color: #E1032C !important;
  border-color: #E1032C !important;
  color: #fff !important;
}
.updatestatus {
  width: 140px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  white-space: normal;
  color: #fff;
  background-color: #E1032C;
}
.services-insight__image img {
  width: auto;
  max-width: 100%;
}
.service-filters .btn.btn-primary.dropdown-toggle {
  border-radius: 11px;
  height: 46px;
}
.service-filters .btn.btn-primary.dropdown-toggle.currency-btn {
  margin-left: 15px;
}
.modal-body img {
  max-width: 100%;
}
.signup {
  padding-top: 150px;
}
#accept_terms_text {
  margin-left: 0;
}
.order-status.closed_status {
  background-color: #f00;
}
.service-filters .dropdown-menu {
  max-height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
}
#service_description img {
  max-width: 100%;
}
@keyframes circle-rotate1 {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}
@media (max-width:550px) {
  .header.sticky {
    padding: 9px 0;
    top: 0;
    position: fixed;
    background-color: #E1032C;
  }
  .header.sticky .navbar-toggle .icon-bar {
    background: #fff;
  }
  .refel_box {
    flex-wrap: wrap;
    padding: 15px;
  }
  .refel_box li {
    padding: 0 0 12px 0;
    border-bottom: 1px solid rgba(170, 207, 201, 0.30);
    border-right: 0;
    margin-bottom: 12px;
    flex: 0 0 100%;
  }
  .modal-body {
    white-space: normal;
  }
  .modal-content button.close {
    z-index: 9;
    position: absolute;
    right: 0;
  }
  .order-history .nav-tabs::before, 
  .order-history .nav-tabs::after {
   display: none;
  }
  .order-history .nav-tabs li {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0;
  }
  .order-history .nav-tabs li a {
    margin: 0;
    width: 100% !important;
  }
  .order-history .nav-tabs {
    gap: 0;
      justify-content: space-between;
  }
  .order-history .nav-tabs li a {
    margin: 0 0 5px 0;
    width: 100% !important;
  }
  .stats ul li {
  flex: 0 0 100%;
  max-width: 100%;
  min-height: unset;
}
  .service-filters .btn.btn-primary.dropdown-toggle.currency-btn {
  width: 100%;
  margin: 10px 0 10px 0;
}
  .signup {
  padding-top: 60px;
}
}

/* ===== เพิ่มการหมุนสำหรับสถานะ Pending ===== */
@keyframes pending-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.order-status.pending_status i {
  animation: pending-spin 1.5s linear infinite;
}
/* ===== เปลี่ยนสีตอนคลุมข้อความ (ZEEDLIKE Style) ===== */
::selection {
  background-color: #E1032C;  /* สีพื้นหลังตอนคลุม */
  color: #ffffff;             /* สีตัวอักษรตอนคลุม */
}

/* สำหรับ Safari */
::-moz-selection {
  background-color: #E1032C;
  color: #ffffff;
}
.zl-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: 'Prompt', sans-serif;
}
.zl-box {
  background: #fff;
  color: #1a1a1a;
  border-radius: 16px;
  padding: 30px 36px;
  max-width: 640px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  position: relative;
}
.zl-header {
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding-bottom: 16px;
}
.zl-icon {
  width: 64px;
  height: 64px;
  background: #E1032C;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto 10px;
  font-size: 28px;
}
.zl-header h2 {
  margin: 0;
  font-weight: 700;
  color: #E1032C;
}
.zl-subtitle {
  color: #666;
  font-size: 15px;
  margin-top: 6px;
}
.zl-body {
  margin-top: 18px;
  line-height: 1.6;
}
.zl-body h4 {
  margin-top: 18px;
  color: #E1032C;
  font-weight: 700;
}
.zl-body ul {
  padding-left: 18px;
  margin: 8px 0;
}
.zl-body li {
  margin-bottom: 6px;
}
.zl-btn {
  background: #E1032C;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px;
  transition: background .15s ease;
}
.zl-btn:hover {
  background: #b1001f;
}
.zl-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: 0;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.zl-footer {
  text-align: center;
  margin-top: 16px;
}
/* ===== ZEEDLIKE: Card & Read Button Revamp ===== */

/* Card overall */
.post-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 28px rgba(13, 20, 30, 0.06);
  transition: transform .14s ease, box-shadow .14s ease;
  height: 100%;
}
.post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(9,20,40,0.12);
}

/* Thumbnail */
.post-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* Card content */
.post-body {
  padding: 18px 20px 22px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex: 1;
}
.post-title {
  font-family: "Prompt", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 18px;
  line-height: 1.28;
  margin: 0 0 6px;
  font-weight: 800;
  color: #0f1720;
  letter-spacing: -0.2px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* two-line clamp */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-title a { color: inherit; text-decoration: none; }

/* excerpt */
.post-excerpt {
  color: #556066;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* three-line clamp */
  -webkit-box-orient: vertical;
}

/* meta (date, author) */
.post-meta {
  font-size: 13px;
  color: #9aa3ad;
  margin-top: 4px;
}

/* ===== ZEEDLIKE Read Button (red pill with icon) ===== */
.btn-read {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: linear-gradient(180deg,#E1032C,#b10014);
  color: #fff;
  border-radius: 999px; /* pill */
  font-weight: 800;
  font-size: 14px;
  text-decoration:none;
  border: 0;
  box-shadow: 0 10px 26px rgba(225,16,44,0.18), inset 0 -2px 0 rgba(0,0,0,0.06);
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
  white-space: nowrap;
}

/* icon inside button (use fontawesome <i>) */
.btn-read i {
  font-size: 14px;
  color: rgba(255,255,255,0.98);
  display:inline-block;
  transform: translateY(0);
}

/* hover / active / focus */
.btn-read:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(225,16,44,0.22); opacity: .98; }
.btn-read:active { transform: translateY(0); box-shadow: 0 8px 18px rgba(225,16,44,0.14); }
.btn-read:focus {
  outline: 3px solid rgba(225,16,44,0.14);
  outline-offset: 2px;
}

/* If you want an alternate style (outline blue) for non-primary use */
.btn-read.secondary {
  background: transparent;
  color: #1e7bd6;
  border: 1px solid rgba(30,123,214,0.14);
  box-shadow: none;
}

/* responsive smaller screens */
@media (max-width: 991px) {
  .post-thumb { height: 180px; }
  .post-body { padding:14px; }
  .btn-read { padding:9px 16px; font-size:13px; gap:8px; }
}
@media (max-width: 575px) {
  .post-thumb { height: 200px; }
  .post-title { font-size:16px; -webkit-line-clamp: 2; }
  .post-excerpt { -webkit-line-clamp:2; font-size:13px; }
  .post-body { gap:8px; padding:12px; }
}

/* small utility: place the action area at the bottom aligned right */
.post-actions {
  display:flex;
  justify-content:flex-start; /* change to flex-end to align right */
  gap:12px;
  margin-top: 10px;
}

/* If you want button aligned right inside card */
.post-actions.align-right { justify-content:flex-end; }

/* make sure large containers align height */
.row-eq-height { display:flex; flex-wrap:wrap; margin-left:-12px; margin-right:-12px; }
.row-eq-height > [class*="col-"] { padding-left:12px; padding-right:12px; display:flex; }
.row-eq-height .post-card { flex:1; display:flex; flex-direction:column; }
/* =========================================================
   ZEEDLIKE PATCH (APPEND AT END)
   - Fix: หัวข้อ/label เป็นสีดำ อ่านชัด
   - Fix: help-block/ขั้นต่ำ-สูงสุด อ่านได้ ไม่จมหาย
   - Fix: เวลา drag คลุมข้อความ (selection) อ่านเห็น
   - Add: focus glow / hover lift / button ripple / smoother dropdown
   - Mobile: spacing & sticky CTA (ปลอดภัยต่อ layout)
========================================================= */

/* 1) Selection (แก้ปัญหาคลุมแล้วอ่านไม่เห็น) */
::selection{ background:#E1032C; color:#fff; }
::-moz-selection{ background:#E1032C; color:#fff; }

/* 2) โทนหัวข้อ/label ให้ “ดำ” และหนาขึ้น (เฉพาะโซนฟอร์ม/สั่งซื้อ) */
.new-order .control-label,
.new-order label,
.new-order .title,
.new-order .title-t,
.new-order .h-frm,
.new-order .m-b-md,
.new-order .form-group label{
  color:#111315 !important;
  font-weight:600 !important;
  letter-spacing:-0.2px;
}

/* กันบางเคสที่ label ถูกทำให้จาง/เทา */
.new-order .control-label{ opacity:1 !important; }

/* 3) ฟอร์มให้ดูพรีเมียมขึ้น + focus ring (ไม่ทำสีเพี้ยน) */
.new-order .well,
.new-order .card,
.new-order .panel,
.new-order .panel-heading,
.new-order .panel-body{
  border-radius:18px !important;
}

.new-order .form-control,
.new-order .select2-container .select2-selection--single{
  transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease, background .18s ease;
}

.new-order .form-control:focus,
.new-order .select2-container--default.select2-container--focus .select2-selection--single{
  border-color: rgba(225,16,44,.55) !important;
  box-shadow: 0 0 0 4px rgba(225,16,44,.14) !important;
  background: #FFEEEE !important;
}

/* 5) Dropdown/Select ให้ลื่นและอ่านง่ายขึ้น */
.new-order .dropdown-menu{
  border-radius:14px;
  border:1px solid rgba(17,19,21,.10);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  overflow:hidden;
}

.new-order .dropdown-menu > li > a{
  padding:10px 14px;
}

.new-order .dropdown-menu > li > a:hover,
.new-order .dropdown-menu > li > a:focus{
  background:#E1032C;
  color:#fff;
}

/* select2 render text ให้สีเข้ม + ไม่ดูจืด */
.new-order .select2-container--default .select2-selection--single{
  background:#FFEEEE !important;
  border:1px solid rgba(17,19,21,.10) !important;
  border-radius:15px !important;
}
.new-order .select2-container--default .select2-selection--single .select2-selection__rendered{
  color:#111315 !important;
  font-weight:500;
}
.new-order .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 2px !important;
}

/* 6) ปุ่ม “สั่งซื้อ” ให้เฟี้ยวขึ้น + ripple เบาๆ (ไม่ต้อง JS) */
.new-order .btn.btn-primary{
  position:relative;
  overflow:hidden;
  transform: translateZ(0);
  box-shadow: 0 14px 34px rgba(225,16,44,.20);
  transition: transform .14s ease, box-shadow .14s ease, opacity .14s ease;
}
.new-order .btn.btn-primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(225,16,44,.26);
  opacity: .98;
}
.new-order .btn.btn-primary:active{
  transform: translateY(0px);
  box-shadow: 0 10px 26px rgba(225,16,44,.18);
}

/* Ripple effect */
.new-order .btn.btn-primary::after{
  content:"";
  position:absolute;
  left:50%; top:50%;
  width:10px; height:10px;
  background: rgba(255,255,255,.35);
  border-radius:999px;
  transform: translate(-50%,-50%) scale(1);
  opacity:0;
  pointer-events:none;
}
.new-order .btn.btn-primary:active::after{
  opacity:1;
  transform: translate(-50%,-50%) scale(28);
  transition: transform .45s ease, opacity .55s ease;
}

/* 7) ความเนียนของช่อง input (hover ยกนิดๆ) */
.new-order .form-control:hover{
  border-color: rgba(17,19,21,.14) !important;
}
.new-order .form-control:focus{
  transform: translateY(-1px);
}

/* 8) Mobile polish: spacing + ปุ่มสั่งซื้อให้แตะง่าย */
@media (max-width: 575px){
  .new-order .well{
    padding: 16px !important;
    border-radius: 18px !important;
  }
  .new-order .control-label,
  .new-order label{
    font-size: 14px !important;
  }
  .new-order .form-control{
    height: 52px;
    border-radius: 16px !important;
    font-size: 16px; /* กัน iOS zoom */
  }
  .new-order textarea.form-control{
    min-height: 110px;
  }

  /* Sticky CTA (ถ้าไม่ชอบ ลบบล็อคนี้ได้) */
  .new-order .btn.btn-primary{
    width: 100%;
    height: 56px;
    border-radius: 16px !important;
  }
}

/* 9) กันเคสสีตัวอักษรในช่อง/placeholder ให้ชัด */
.new-order .form-control{ color:#111315 !important; }
.new-order .form-control::placeholder{ color: rgba(17,19,21,.45) !important; }
/* ============================
   ZEEDLIKE SIDEBAR POLISH (APPEND)
   - hover นิดเดียว: เลื่อน 2px + เงาเบาๆ + highlight เส้นบาง
   - active ดูแน่นขึ้น
   - แถบเมนูมีความ “glass” เบาๆ แต่ยังโทนดำเดิม
============================ */

:root{
  --zl-red:#E1032C;
  --zl-dark:#111315;
  --zl-dark2:#0c0f12;
  --zl-white:#ffffff;
}

/* Sidebar base */
.wrapper .sidebar-wrap{
  background:
    radial-gradient(900px 420px at 18% 10%, rgba(225,16,44,.14) 0%, rgba(225,16,44,0) 55%),
    linear-gradient(180deg, #0c0f12 0%, #111315 100%) !important;
  border-right: 1px solid rgba(255,255,255,.08);
  box-shadow: 10px 0 40px rgba(0,0,0,.18);
}

/* Logo area polish */
.sidebar-logo-wrap{
  padding: 8px 6px 6px;
  border-radius: 14px;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.06);
}
.sidebar-wrap .sidebarlogo{
  font-weight: 800 !important;
  letter-spacing: .2px;
}

/* Profile block (กรอบรูป/ชื่อ/ยอดเงิน) */
.userprofile-wrap{
  padding: 12px 10px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}
.userprofile-wrap__image{
  box-shadow: 0 10px 26px rgba(0,0,0,.25);
}
.sidebar-wrap .profile-name{
  opacity: .92;
}
.sidebar-wrap .balance,
.sidebar-wrap .profile-balance,
.userprofile-wrap strong,
.userprofile-wrap b{
  color:#fff !important;
}

/* Title "เมนู" */
.sidebar-wrap .menu-title{
  letter-spacing: .6px;
  text-transform: uppercase;
  opacity: .85;
}

/* Menu link base */
.sidebar-nav a{
  position: relative;
  border: 1px solid rgba(255,255,255,0);
  background: transparent;
  transition: transform .14s ease, background .14s ease, box-shadow .14s ease, border-color .14s ease;
  will-change: transform;
}

/* Hover: “นิดหน่อยจริงๆ” */
.sidebar-nav a:hover{
  transform: translateX(2px);
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.07);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

/* เส้นแดงบางๆ เวลา hover (เล็กๆ ไม่แย่งสายตา) */
.sidebar-nav a::before{
  content:"";
  position:absolute;
  left:8px;
  top:50%;
  width:0;
  height:18px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(225,16,44,.95);
  opacity:0;
  transition: width .14s ease, opacity .14s ease;
}
.sidebar-nav a:hover::before{
  width:3px;
  opacity:1;
}

/* Icon polish */
.sidebar-nav a i{
  transition: transform .14s ease, opacity .14s ease;
  opacity:.95;
}
.sidebar-nav a:hover i{
  transform: translateX(1px);
  opacity:1;
}

/* Active state: แน่นขึ้น แต่ยังโทนเดิม */
.sidebar-nav li.active a{
  background: linear-gradient(180deg, rgba(225,16,44,1) 0%, rgba(177,0,20,1) 100%) !important;
  border-color: rgba(255,255,255,.10) !important;
  box-shadow: 0 14px 28px rgba(225,16,44,.22);
}
.sidebar-nav li.active a::before{
  width:0 !important; /* ไม่ต้องซ้ำกับพื้นหลังแดง */
  opacity:0 !important;
}

/* ทำปุ่ม active ให้ดูมีมิติเล็กน้อย */
.sidebar-nav li.active a{
  transform: translateX(0);
}
.sidebar-nav li.active a:hover{
  transform: translateX(2px); /* ยัง hover ได้ “นิดเดียว” */
}

/* Scrollbar ใน sidebar ให้เนียน */
.wrapper .sidebar-wrap{
  scrollbar-width: thin;
}
.wrapper .sidebar-wrap::-webkit-scrollbar{
  width: 8px;
}
.wrapper .sidebar-wrap::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.10);
  border-radius: 999px;
}
.wrapper .sidebar-wrap::-webkit-scrollbar-thumb:hover{
  background: rgba(255,255,255,.16);
}

/* Mobile: เพิ่มพื้นที่แตะ + มุมโค้งขึ้นนิด */
@media (max-width: 575px){
  .sidebar-nav a{
    padding: 12px 14px !important;
    border-radius: 12px !important;
  }
  .userprofile-wrap{
    border-radius: 18px;
  }
}
/* เอากรอบ/พื้นหลังของโซนโลโก้ออก */
.sidebar-logo-wrap{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* ถ้าโลโก้/แบรนด์ถูกห่อด้วย <a> แล้วมีกรอบตามมา */
.sidebar-wrap a.sidebarlogo,
.sidebar-wrap .sidebarlogo{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* กันบางธีมใส่เส้นคั่น/after */
.sidebar-logo-wrap::before,
.sidebar-logo-wrap::after{
  content: none !important;
}
/* =========================================
   GLASS HOVER + THIN GLASS DIVIDERS (APPEND)
========================================= */
:root{
  --zl-red:#E1032C;
  --zl-ink:#111315;
}

/* ---------- 1) ปุ่ม: กระจก/เงา (hover นิดเดียว) ---------- */
.btn{
  position: relative;
  overflow: hidden;              /* ให้แสงวิ่งอยู่ในปุ่ม */
  transform: translateZ(0);
  transition: transform .14s ease, box-shadow .14s ease, filter .14s ease, opacity .14s ease;
}

/* เงา+กระจกพื้นฐาน */
.btn.btn-primary{
  box-shadow: 0 14px 30px rgba(225,16,44,.18), inset 0 1px 0 rgba(255,255,255,.22);
}

/* แถบแสงกระจก (shine) */
.btn::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 20%,
    rgba(255,255,255,.18) 35%,
    rgba(255,255,255,0) 55%
  );
  transform: translateX(-60%);
  opacity: .0;
  pointer-events:none;
  transition: transform .55s ease, opacity .18s ease;
}

/* เส้นไฮไลท์บางๆบนขอบปุ่ม */
.btn::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  pointer-events:none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.10);
  opacity: .75;
}

/* Hover แบบนิดๆ */
.btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0,0,0,.16);
}
.btn:hover::before{
  opacity: 1;
  transform: translateX(60%);
}
.btn:active{
  transform: translateY(0px);
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
}

/* เพิ่มความ “glass” ถ้า browser รองรับ */
@supports ((-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px))){
  .btn{
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
}

/* ---------- 2) เส้นกั้นบางๆแบบกระจกในตาราง Order History ---------- */
/* ทำ header ให้มีมิติ */
.table th{
  position: relative;
  border-right: 1px solid rgba(255,255,255,.18) !important;
}
.table th:last-child{ border-right: none !important; }
.table th::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:1px;
  background: rgba(255,255,255,.22);
  opacity:.9;
}

/* ทำแถวข้อมูลเป็น glass card นุ่มๆ + เส้นกั้นบางๆ */
.table td{
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,1) 62%, rgba(255,255,255,.90) 100%) !important;
  border-right: 1px solid rgba(17,19,21,.06) !important; /* เส้นกั้นบางๆ */
  box-shadow: 0 10px 26px rgba(0,0,0,.05);              /* เงาเบา */
}
.table td:last-child{ border-right: none !important; }

/* เส้นไฮไลท์ glass บนขอบของแต่ละแถว (บน/ล่าง) */
.table tbody tr td:first-child::before{
  content:"";
  position:absolute;
  left:10px; right:10px; top:8px;
  height:1px;
  background: rgba(255,255,255,.65);
  pointer-events:none;
}
.table tbody tr td:first-child::after{
  content:"";
  position:absolute;
  left:10px; right:10px; bottom:8px;
  height:1px;
  background: rgba(17,19,21,.05);
  pointer-events:none;
}

/* Hover แถว: ยกขึ้นนิดเดียว + เงาเพิ่มนิดเดียว */
.table tbody tr{
  transition: transform .14s ease, filter .14s ease;
}
.table tbody tr:hover{
  transform: translateY(-2px);
}
.table tbody tr:hover td{
  box-shadow: 0 16px 38px rgba(0,0,0,.08);
}

/* ---------- 3) ปุ่มสถานะ (Completed/Canceled) ให้มีเงา glass นิดๆ ---------- */
.order-status{
  box-shadow: 0 10px 22px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.20);
  transition: transform .14s ease, box-shadow .14s ease, filter .14s ease;
}
.order-status:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.22);
}

/* ---------- Mobile: ลดเงาให้ไม่หนัก ---------- */
@media (max-width:575px){
  .btn.btn-primary{ box-shadow: 0 12px 26px rgba(225,16,44,.16), inset 0 1px 0 rgba(255,255,255,.18); }
  .table td{ box-shadow: 0 8px 18px rgba(0,0,0,.045); }
}
.table td a:not(.btn){
  text-decoration: none !important;
  position: relative;
  font-weight: 600;
}
.table td a:not(.btn)::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-2px;
  height:1px;
  background: rgba(225,16,44,.55);
  transform: scaleX(.55);
  transform-origin: left;
  transition: transform .14s ease, opacity .14s ease;
  opacity:.85;
}
.table td a:not(.btn):hover::after{
  transform: scaleX(1);
  opacity: 1;
}
.table tbody tr:hover::after{
  background: rgba(225,16,44,.18);
}
.order-status{
  position:relative;
  overflow:hidden;
}
.order-status::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(120deg,
    rgba(255,255,255,0) 20%,
    rgba(255,255,255,.18) 38%,
    rgba(255,255,255,0) 58%
  );
  transform: translateX(-60%);
  opacity:0;
  transition: transform .55s ease, opacity .18s ease;
}
.order-status:hover::before{
  opacity:1;
  transform: translateX(60%);
}
/* ===== PACK K v3: BOLD ALERT / TOAST (Eye-catching) ===== */
:root{
  --zl-ink:#111315;
}

/* shine + texture */
.alert::before, .help-block::before, .notification::before, .toast::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background:
    radial-gradient( circle at 20% 15%, rgba(255,255,255,.35), rgba(255,255,255,0) 40% ),
    linear-gradient(120deg, rgba(255,255,255,0) 18%, rgba(255,255,255,.20) 34%, rgba(255,255,255,0) 55%);
  opacity:.9;
  mix-blend-mode: overlay;
}

/* left accent bar (หนาๆ) */
.alert::after, .help-block::after, .notification::after, .toast::after{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width: 8px;
  background: rgba(255,255,255,.35);
}

/* BOLD COLORS */
.alert-success{
  background: linear-gradient(135deg, #16A34A 0%, #22C55E 45%, #0EA5E9 140%) !important;
}
.alert-danger{
  background: linear-gradient(135deg, #B91C1C 0%, #EF4444 45%, #FB7185 140%) !important;
}
.alert-warning{
  background: linear-gradient(135deg, #B45309 0%, #F59E0B 45%, #FDE047 140%) !important;
  color: #111315 !important; /* เหลืองสว่าง ตัวหนังสือดำอ่านชัด */
}
.alert-info{
  background: linear-gradient(135deg, #0E7490 0%, #06B6D4 45%, #60A5FA 140%) !important;
}

/* text inside */
.alert a, .toast a, .notification a{
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.alert-warning a{ color:#111315 !important; }

.alert strong, .toast strong, .notification strong{
  font-weight: 800 !important;
  letter-spacing: .2px;
}

/* icon bubble (ถ้ามี <i>) */
.alert i, .toast i, .notification i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  margin-right: 10px;
  background: rgba(0,0,0,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
  color: #fff;
  vertical-align: middle;
}
.alert-warning i{ background: rgba(255,255,255,.35); color:#111315; }

/* close button (ถ้ามี) */
.alert .close, .toast .close, .notification .close{
  position:absolute;
  right: 10px;
  top: 8px;
  opacity: .85;
  color: inherit !important;
  text-shadow: none !important;
}
.alert .close:hover, .toast .close:hover, .notification .close:hover{
  opacity: 1;
}

/* entrance animation */
.alert, .toast, .notification{
  animation: zl-pop-strong .18s ease-out both;
}
@keyframes zl-pop-strong{
  from{ transform: translateY(6px) scale(.98); opacity: 0; }
  to{ transform: translateY(0) scale(1); opacity: 1; }
}

/* mobile */
@media (max-width:575px){
  .alert, .toast, .notification{
    border-radius: 14px !important;
    padding: 14px 14px !important;
  }
}
/* ===== FIX: แถบด้านหน้า (ให้เป็นเส้นกระจกมนๆ) ===== */

/* ยกเลิกแบบเดิมที่เป็นแท่งทึบ */
.alert::after,
.help-block::after,
.notification::after,
.toast::after{
  width: 0 !important;
  content: "" !important;
}

/* ทำ indicator ใหม่แบบ “glass pill” */
.alert, .help-block, .notification, .toast{
  padding-left: 20px !important; /* เผื่อพื้นที่ให้เส้นใหม่ */
  --zl-indicator: rgba(255,255,255,.75); /* default */
}

/* สีเส้นตามประเภท (อ่านง่าย + เข้ากับพื้น) */
.alert-success{ --zl-indicator: rgba(255,255,255,.78); }
.alert-danger { --zl-indicator: rgba(255,255,255,.82); }
.alert-info   { --zl-indicator: rgba(255,255,255,.78); }
.alert-warning{ --zl-indicator: rgba(0,0,0,.28); } /* พื้นเหลือง ใช้เข้มแทน */

/* เส้นซ้ายแบบมน + เงา + กระจก */
.alert::after,
.help-block::after,
.notification::after,
.toast::after{
  content:"";
  position:absolute;
  left: 10px;
  top: 12px;
  bottom: 12px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg,
    var(--zl-indicator),
    rgba(255,255,255,0)
  );
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    0 10px 22px rgba(0,0,0,.18);
  opacity: .95;
}

/* เพิ่มจุดไฮไลท์เล็กๆด้านบนให้ดูแพงขึ้น */
.alert::marker{ content:""; } /* กันบาง browser แปลกๆ */
.alert::before{ /* คงของเดิมได้ */ }
.alert .close{ /* คงของเดิมได้ */ }

.alert::after{
  filter: blur(0px);
}
/* ลดอาการกระพริบ: ไม่ยกแถวตารางด้วย transform */
.services .table tbody tr{
  transition: background-color .14s ease, box-shadow .14s ease;
  transform: none !important;
}
.services .table tbody tr:hover{
  transform: none !important;
}
.services .table tbody tr:hover td{
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

/* ปุ่ม View ไม่ต้องเด้งตอนคลิก */
.btn:active, .btn:focus{
  transform: none !important;
}
/* ===== FORCE: ทุก Alert/Toast ตัวอักษรสีขาว ===== */
.alert,
.toast,
.notification,
.help-block{
  color:#fff !important;
}

.alert *,
.toast *,
.notification *,
.help-block *{
  color:#fff !important;
}

/* ลิงก์ใน alert */
.alert a,
.toast a,
.notification a,
.help-block a{
  color:#fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ปุ่มปิด */
.alert .close,
.toast .close,
.notification .close,
.help-block .close,
.alert button.close,
.toast button.close,
.notification button.close,
.help-block button.close{
  color:#fff !important;
  opacity:.9;
  text-shadow:none !important;
}

.alert .close:hover,
.toast .close:hover,
.notification .close:hover,
.help-block .close:hover,
.alert button.close:hover,
.toast button.close:hover,
.notification button.close:hover,
.help-block button.close:hover{
  opacity:1;
}
/* ===== HELP-BLOCK: RED PILL + TRUE RED ICON (STATIC) ===== */
.new-order .help-block::before,
.new-order .help-block::after{
  content:none !important;
  display:none !important;
}

.new-order .help-block{
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;

  /* เว้นห่างจากด้านบนอีกนิด */
  margin-top: 14px !important;

  padding: 9px 14px !important;
  border-radius: 999px !important;

  /* “แดงธีมเว็บ” */
  color: var(--bg-btns, #E1032C) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;

  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(225,16,44,.55) !important;

  box-shadow:
    0 14px 30px rgba(0,0,0,.07),
    inset 0 1px 0 rgba(255,255,255,.95),
    inset 0 0 0 999px rgba(225,16,44,.03) !important;

  /* กันของเดิมที่เป็นแถบ/พื้นหลัง */
  background-image: none !important;

  transition: none !important;
  transform: none !important;
}

/* บังคับ “ไอคอน” ให้แดงชัด (Bootstrap Icons / FontAwesome / SVG) */
.new-order .help-block i,
.new-order .help-block .bi,
.new-order .help-block [class^="fa"],
.new-order .help-block [class*=" fa-"],
.new-order .help-block svg{
  color: var(--bg-btns, #E1032C) !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  opacity: 1 !important;
  filter: none !important;
}

/* ถ้าไอคอนเป็น <svg><path>... ให้แดงชัวร์ */
.new-order .help-block svg *{
  fill: currentColor !important;
  stroke: currentColor !important;
  opacity: 1 !important;
}

/* hover อยู่กับที่ */
.new-order .help-block:hover{
  transform: none !important;
  border-color: rgba(225,16,44,.75) !important;
  box-shadow:
    0 16px 34px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.97),
    inset 0 0 0 999px rgba(225,16,44,.04) !important;
}

/* link */
.new-order .help-block a{
  color: var(--bg-btns, #E1032C) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}
/* ===== STAT CARDS: SHARP OUTER + SOFT INNER + SUBTLE LUX ACCENT (NO SHADOW) ===== */
:root{
  --zl-red: var(--bg-btns, #E1032C);
  --zl-red2:#FF2A3D;
  --zl-text:#111315;
  --zl-muted: rgba(17,19,21,.62);
}

/* การ์ดหลัก */
.stats-wrap{
  position: relative !important;
  overflow: hidden !important;

  background:#fff !important;
  border-radius: 20px !important;

  /* ขอบนอก “โอเคแล้ว” (เด่น) */
  border: 2px solid rgba(225,16,44,.92) !important;

  /* ขอบในกลับไปบางๆ */
  outline: 1px solid rgba(17,19,21,.08) !important;
  outline-offset: -6px !important;

  box-shadow:none !important;
  filter:none !important;
  transform:none !important;

  padding: 18px 18px 22px !important;
  opacity: 1 !important;
}

/* ลูกเล่นนิดเดียว: ไฮไลท์บางๆ ด้านบน + มุมแดงจางๆ (ไม่ใช่เงา) */
.stats-wrap::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;

  background:
    linear-gradient(180deg, rgba(225,16,44,.06), rgba(225,16,44,0) 42%),
    radial-gradient(120px 80px at 22px 18px, rgba(225,16,44,.08), rgba(225,16,44,0) 65%) !important;
}

/* เส้นแดงล่างแบบเนียน */
.stats-wrap::after{
  content:"" !important;
  position:absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 12px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--zl-red), var(--zl-red2)) !important;
  pointer-events:none !important;
}

/* กันโดนบังคับขาว/จาง */
.stats-wrap,
.stats-wrap *{
  opacity: 1 !important;
  filter: none !important;
}
.stats-wrap .text-white,
.stats-wrap .text-light{ color: var(--zl-text) !important; }

/* ไอคอน: ใหญ่ขึ้นนิด + กลับไป “ขอบบางๆ แบบเดิม” */
.stats-wrap .stats-icon img{
  width: 62px !important;
  height: 62px !important;
  object-fit: contain !important;

  padding: 10px !important;
  border-radius: 18px !important;

  background:#fff !important;
  border: 1px solid rgba(225,16,44,.22) !important;   /* บางๆ */
  outline: none !important;                            /* ไม่เอาขอบในคมๆ */
  box-shadow:none !important;
}

/* ข้อความ */
.stats-wrap .stats-title{
  color: var(--zl-muted) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin: 10px 0 6px !important;
}
.stats-wrap .stats-txt{
  color: var(--zl-text) !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: -0.4px !important;
  margin: 0 !important;
}

/* hover: ไม่เงา ไม่ขยับ แค่ขอบนอกแน่นขึ้นนิด */
.stats-wrap:hover{
  box-shadow:none !important;
  transform:none !important;
  filter:none !important;
  border-color: rgba(225,16,44,1) !important;
}

/* มือถือ */
@media (max-width:575px){
  .stats-wrap{
    border-radius: 18px !important;
    padding: 16px 16px 20px !important;
    outline-offset: -5px !important;
  }
  .stats-wrap::after{
    left: 12px !important;
    right: 12px !important;
    bottom: 10px !important;
  }
  .stats-wrap .stats-icon img{
    width: 56px !important;
    height: 56px !important;
    border-radius: 16px !important;
  }
  .stats-wrap .stats-txt{ font-size: 24px !important; }
}
/* ===== TABLET FULL SCREEN (OFFCANVAS SIDEBAR) ===== */
@media (min-width: 768px) and (max-width: 1199px){

  html, body{
    width:100%;
    overflow-x:hidden;
  }

  /* บังคับ container ให้กว้างเต็ม (แก้ขอบซ้ายขวา/ไม่เต็มจอ) */
  .container,
  .container-fluid{
    max-width:100% !important;
    width:100% !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .wrapper{
    overflow-x:hidden !important;
  }

  /* ทำ sidebar เป็น off-canvas เหลือแท็บ ~56px */
  .wrapper .sidebar-wrap{
    width:260px !important;
    transform: translateX(-204px); /* 260-56 = 204 */
    transition: transform .25s ease;
    will-change: transform;
  }

  /* คอนเทนต์กินเต็ม โดยเว้นไว้แค่แท็บเล็กๆ */
  .wrapper .inner-wrap{
    padding-left:56px !important;
    width:100% !important;
  }

  /* เปิด sidebar เมื่อ hover (desktop tablet) หรือแตะแล้วโฟกัส (tablet touch) */
  .wrapper .sidebar-wrap:hover,
  .wrapper .sidebar-wrap:focus-within{
    transform: translateX(0);
  }
  .wrapper .sidebar-wrap:hover + .inner-wrap,
  .wrapper .sidebar-wrap:focus-within + .inner-wrap{
    padding-left:260px !important;
  }

  /* ถ้าโหมด toggle (เดิมของคุณ) ให้ “ซ่อนจริง” */
  .wrapper.toggle .sidebar-wrap{
    transform: translateX(-260px) !important;
  }
  .wrapper.toggle .inner-wrap{
    padding-left:0 !important;
  }
}

/* (แนะนำ) เช็คในหน้า HTML ต้องมี viewport ด้วย ไม่งั้นแทปเลตจะไม่ responsive:
<meta name="viewport" content="width=device-width, initial-scale=1">
*/
/* ===== FIX: Tablet hamburger เปิดเมนูแล้วต้องกางเต็ม ===== */
@media (min-width: 768px) and (max-width: 1199px){

  /* ตั้งต้น: ถ้าเป็น .toggle = ปิดเมนู (คอนเทนต์เต็มจอ) */
  .wrapper.toggle .sidebar-wrap{
    left: 0 !important;
    transform: translateX(-260px) !important; /* ซ่อนจริง */
  }
  .wrapper.toggle .inner-wrap{
    padding-left: 0 !important;
  }

  /* ตอน “เปิดเมนู” (ไม่มี .toggle) = กางเต็ม */
  .wrapper:not(.toggle) .sidebar-wrap{
    left: 0 !important;
    transform: translateX(0) !important; /* โผล่เต็ม */
  }
  .wrapper:not(.toggle) .inner-wrap{
    padding-left: 260px !important;
  }

  /* กันซ้อนชั้น */
  .wrapper .sidebar-wrap{ z-index: 10000 !important; }
}
