:root {
  --tl:   #f0fafa;
  --ink:  #0d0f12;
  --sub:  #6c737a;
  --dim:  #adb3b8;
  --rule: #e8eaed;
  --off:  #f7f8f9;
  --w:    #ffffff;
}

img {
    max-width: 100%;
}

.left-container h1,
.left-container h2,
.left-container h3,
.left-container h4,
.left-container h5,
.left-container h6{
    font-size: 1.5rem !important;
    font-weight: 400 !important;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}



/* Custom Dashed */
.dashed-top{
    border-top: 1px dashed var(--bs-border-color);
}
.dashed-bottom{
    border-bottom: 1px dashed var(--bs-border-color);
}
.dashed-left{
    border-left: 1px dashed var(--bs-border-color);
}
.dashed-right{
    border-right: 1px dashed var(--bs-border-color);
}

.order-history-modal-title{
    color: white;
}
.order-history-modal-close{
    filter: invert(1);
    opacity: 1;
}

.toast-250 {
    width: 250px !important;
    max-width: 250px !important;
}

/* Custom hr */
.sm-hr{
    color: var(--bs-primary);
    border-top: 3px solid var(--bs-primary);
    width: 40px;
    margin: 0 0 1.5rem 0;
    opacity: 0.5;
    border-radius: 20px;
}

/* Custom Left Border */
.custom-left-border{
    border-left: 1px solid #e7eaee;
}
.custom-lg-left-border{
    border-left: 1px solid #e7eaee;
}
.custom-xl-left-border{
    border-left: 1px solid #e7eaee;
}

/* Custom Right Border */
.custom-right-border{
    border-right: 1px solid #e7eaee;
}
.custom-lg-right-border{
    border-right: 1px solid #e7eaee;
}
.custom-xl-right-border{
    border-right: 1px solid #e7eaee;
}


.dropdown-toggle::after{
    display: none;
}
.service-view-rcontent .card{
    border: 0;
}

table.dataTable > tbody > tr{
    background: transparent !important;
}

table.dataTable thead th, table.dataTable thead td{
    padding: 10px 25px !important;
}
table.dataTable.display tbody td{
    cursor: pointer;
}
.table-card .card-body .table tr th:first-child{
    padding-left: 25px !important;
}
table.dataTable td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dataTables_length{
    padding-left: 18px!important
}
.dataTables_info{
    padding: 18px!important
}
.dataTables_paginate {
    padding: 18px!important
}
.table.dataTable tbody th, table.dataTable tbody td{
    padding: 8px 25px
}
table.dataTable.no-footer{
    border-bottom: 1px solid var(--bs-card-border-color) !important;
}
table.dataTable thead th {
    border-bottom: 1px solid var(--bs-card-border-color) !important;
    border-top: 1px solid var(--bs-card-border-color) !important;
}
.dt-select-padding{
    padding: 12px 25px!important;
    width: 90px!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: #e6edfb!important;
    color: #4680ff!important;
    border: 1px solid #4680ff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #e6edfb!important;
    color: #4680ff!important;
    border: 1px solid #4680ff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus{
    box-shadow: none
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    background: #e6edfb!important;
    color: #4680ff!important;
    border: 1px solid #4680ff!important;
}


.api-docs-content{
    width: calc(100% - 10px);
    margin-left: auto;
    padding-left: 30px;
    border-left: 1px solid #e7eaee;
    height: 100%;
}


.payment-getwaye-list{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 25px 0 20px 0;
}
.custom-header-height{
    min-height:auto;
    padding:70px 0;
}

.service-group {
    width: 300px;
    background: white;
    position: sticky;
    top: 0;
    height: 100vh;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.group-search{
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}
.group-list{
    overflow-y: auto;
    height: calc(100% - 125px);
}
.group-list a:first-child{
    margin-top: 0 !important;
    padding-top: 25px !important;
    border-top: 0 !important;
}
.group-img{
    width: 90px;
}
.group-title{
    width: calc(100% - 90px);
    font-size: 13px;
}

.group-list::-webkit-scrollbar {
    width: 4px;
}

.group-list::-webkit-scrollbar-thumb {
    background: var(--bs-border-color);
    border-radius: 4px;
}
.group-list::-webkit-scrollbar-track {
    background: transparent;
}


.custom-otp-verification{
    padding-right: 5px;
    padding-left: 5px;
}
.custom-otp-verification div{
    padding-right: 5px;
    padding-left: 5px;
}

.success-circle .circle-bg {
    stroke-dasharray: 207;
    stroke-dashoffset: 207;
    animation: draw-circle 0.5s ease-out forwards;
}
@keyframes draw-circle {
    to { stroke-dashoffset: 0; }
}
.success-circle .check {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: draw-check 0.3s 0.5s forwards;
}
@keyframes draw-check {
    to { stroke-dashoffset: 0; }
}

.saprator {
  position: relative;
  display: flex;
  align-self: center;
  justify-content: center;
}
.saprator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--bs-border-color);
  z-index: 1;
}
.saprator span {
  font-size: 0.875rem;
  padding: 8px 24px;
  background: #f6f4fa !important;
  z-index: 5;
  text-transform: capitalize;
}

.custom-border-bottom{
    border-bottom: 1px solid var(--bs-border-color) !important;
}

.owl-carousel .owl-stage-outer{
    border-radius:6px !important;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.section-header .title {
    font-size: 20px;
    font-weight: 600;
}

.section-header .line {
    flex: 1;
    height: 1px;
    background: #ddd;
    margin: 0 100px 0 15px;
}

.featured-slider .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    font-size: 18px !important;
    width: 38px;
    height: 38px;
    background: var(--bs-primary) !important;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    margin-left: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.2s ease;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: #f2f2f2;
    border-color: #ccc;
    color: #000;
}

.owl-nav button.owl-prev span,
.owl-nav button.owl-next span {
    background: none !important;
    border: none !important;
}

.product {
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.product:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.seller-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.seller-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.685);
  color: #fff;
  padding: 15px;
  display: none;
  text-align: center;
}
.seller-card:hover .overlay {
  display: block;
  border-top: 1px solid #4d4d4d5c;
}

.recent-card{
    height: 672px;
}

.text-truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rounded-icons{
    height: 80px;
    width: 80px;
}

.resounce-link-section{
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 8px;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}
.resounce-link-section:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.resource-url a{
    width: 150px;
}

.menu-card:hover {
  border: 1px dotted var(--bs-primary) !important;
  transition: all 0.5s ease;
}
.menu-card:hover i {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  transition: all 0.5s ease;
}
.menu-card:hover .menu-card-text {
  color: var(--bs-primary) !important;
  transition: all 0.5s ease;
}


.slim-scroll::-webkit-scrollbar {
    width: 4px;
}

.slim-scroll::-webkit-scrollbar-thumb {
    background: var(--bs-border-color);
    border-radius: 4px;
}
.slim-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.new-live-badge {
  transition: background-color 1s ease;
}

.order-modal-title{
    font-size: 18px;
}
.order-modal-status{
    width: 130px;
}

#orderDetailsModal .modal-header{
    background: linear-gradient(
        0deg,
        #061324 0%,
        #0B1F3A 35%,
        #132F5F 60%,
        #1E4FA3 100%
    );
}
.modal-header-content{
    border-top: 1px solid #43566f4f;
}

.order-modal-close{
    background: #06132500;
    color: white;
    border: 1px solid #9999997a;
}

.order-comments-section{
    background: #f8f9fa;
}
.order-id-text{
    color: white;
}



/* Footer Start*/

.footer-main {
    max-width: 1335px;
    margin: 0 auto;
    padding: 0 20px
}

.footer {
  border-top: 1px solid var(--rule);
  padding: 45px 0 0;
  background: white;
}

.foot-grid {
  display: grid;
  grid-template-columns: 300px 1fr 1fr 1fr 200px;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 15px;
}
.first-footer{
    max-width: 260px;
}

/* ── BRAND COL ── */
.brand-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.brand-logo img { height: 35px; width: auto; }
.brand-logo-name { font-size: 15px; font-weight: 800; color: var(--ink); letter-spacing: -.3px; }
.brand-desc {
  font-size: 12.5px;
  color: var(--sub);
  line-height: 1.75;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ct {
    display: flex;
    flex-direction: column;
}
.ct-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 6px 0;
    font-size: 12.5px;
    color: var(--sub);
    transition: color .13s;
}
.ct-item i {
    font-size: 12px;
    color: var(--dim);
    width: 14px;
    text-align: center;
    flex-shrink: 0;
    transition: color .13s;
}
.ct-item:hover {
    color: var(--bs-primary);
}
.ct-item:hover i {
    color: var(--bs-primary)
}
.ct-item a {
    color: inherit
}
.socs {
    display: flex;
    gap: 5px;
    align-items: center;
}
.sc {
  width: 31px; height: 31px; border-radius: 6px;
  border: 1px solid var(--rule); background: var(--w);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--dim); transition: all .14s;
}
.sc:hover { background: var(--bs-primary); border-color: var(--bs-primary); color: #fff; transform: translateY(-1px); }
.col-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .13em;
  color: var(--ink); margin-bottom: 14px;
}
.col-links { display: flex; flex-direction: column; }
.col-link {
  font-size: 13px; color: var(--sub);
  padding: 7px 0;
  display: block; transition: color .13s;
}
.col-link:hover { color: var(--bs-primary); }

.app-col-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .13em;
  color: var(--ink); margin-bottom: 14px;
}
.app-col-desc {
  font-size: 12px; color: var(--sub); line-height: 1.65;
  margin-bottom: 18px;
}

.app-btns { display: flex; flex-direction: column; gap: 8px; }
.abt {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px; border-radius: 9px;
  border: 1.5px solid var(--rule); background: var(--w);
  color: var(--ink); transition: all .16s; cursor: pointer;
}
.abt:hover { border-color: var(--bs-primary); color: var(--bs-primary); }
.abt i { font-size: 22px; flex-shrink: 0; }
.abt-text small  { display: block; font-family: 'IBM Plex Mono', monospace; font-size: 8px; opacity: .5; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.abt-text strong { display: block; font-size: 13.5px; font-weight: 700; letter-spacing: -.2px; }
.app-qr-hint {
  display: flex; align-items: center; gap: 7px;
  margin-top: 14px; padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-size: 11px; color: var(--dim);
}
.app-qr-hint i { font-size: 14px; color: var(--dim); }
.mid {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap;
  gap: 14px; padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}
.trust { display: flex; flex-wrap: wrap; gap: 5px; }
.tp {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--sub);
  padding: 5px 11px;
  border-radius: 5px;
  border: 1px solid var(--rule);
  background: var(--off);
  white-space: nowrap;
  transition: all .13s;
  user-select: none;
}
.tp i { font-size: 11px; color: var(--bs-primary); }
.tp:hover { border-color: var(--bs-primary); color: var(--bs-primary); }
.pay { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.pay-lbl {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--dim); white-space: nowrap;
}
.pay-chips { display: flex; flex-wrap: wrap; gap: 4px; }
.pc {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9.5px; font-weight: 500;
  color: var(--dim); background: var(--off);
  border: 1px solid var(--rule);
  padding: 3px 8px; border-radius: 4px;
  white-space: nowrap; transition: all .13s;
}
.pc:hover { color: var(--bs-primary); border-color: var(--bs-primary)}
.foot-bar {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap;
  gap: 10px; padding: 16px 0 22px;
}
.foot-copy {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px; color: var(--dim);
}
.foot-copy a { color: var(--sub); transition: color .13s; }
.foot-copy a:hover { color: var(--bs-primary); }
.foot-pol { display: flex; gap: 18px; flex-wrap: wrap; }
.foot-pol a { font-size: 12px; color: var(--dim); transition: color .13s; }
.foot-pol a:hover { color: var(--bs-primary); }

/* Footer End */








@media (max-width: 1400px) {
    .footer-main{
        max-width: 1150px;
    }

}
@media(max-width:1250px) {
    .foot-grid {
        grid-template-columns: 1.6fr 1fr 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 1200px) {
    .custom-xl-left-border{
        border-left: 0;
    }
    .custom-xl-right-border{
        border-right: 0;
    }
    .footer-main{
        max-width: 970px;
    }

}
@media (max-width: 1199px) {
    .recent-card{
        height: auto;
    }
    .api-docs-content{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
        height: auto;
        margin-top: 30px;
        border-top: 2px solid #d1d6dd;
    }
}

@media (max-width: 992px) {
    .custom-header-height{
        padding:50px 0;
    }
    .m-border-top{
        border-top: 1px solid #e7eaee;
    }
    .custom-lg-left-border{
        border-left: 0;
    }
    .custom-lg-right-border{
        border-right: 0;
    }
    .footer-main{
        max-width: 730px;
    }
    .foot-grid {
        grid-template-columns: 1.6fr 1fr 1fr;
        gap: 30px;
    }
    
    
}



@media (max-width: 768px) {
    .h-md-auto {
      height: auto !important;
    }
    .custom-left-border{
        border-left: 0;
    }
    .custom-right-border{
        border-right: 0;
    }
    .footer-main{
        max-width: 550px;
    }
    .foot-grid {
        grid-template-columns: 1.6fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .service-list{
        width: 100%;
    }
    
}



@media (max-width: 575px) {
    .custom-otp-verification{
        padding: 0 10px !important;
    }
    .footer-main{
        max-width: 574px;
    }
}
@media (max-width: 450px) {
    .foot-grid {
        grid-template-columns: 1.6fr;
        gap: 30px;
    }
    .mid{
        justify-content: center;
    }
    .foot-bar{
        justify-content: center;
    }
}
@media (max-width: 430px) {
    .custom-otp-verification div{
        padding-right: 2px;
        padding-left: 2px;
    }
    
}
@media (max-width: 400px) {
    .login-otp{
        overflow-x: auto;
    }
    .otp-section-inputs{
        width: 450px;
    }
    .resounce-link-section{
        display: block;
    }
    .resource-url{
        margin-top: 12px;
    }
    .resource-url a{
        width: 100%;
    }

    

}





