body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #1c1c1c;
}
h1, h2, h5 {
  font-family: 'Kanit', sans-serif;
}
h3, h4 {
  font-family: 'Poppins', sans-serif;
}
a, a:hover {
  color: #1c1c1c;
  text-decoration: none;
}
p {
  text-align: justify;
  margin: 0;
  padding: 0;
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
.large-text {
  font-size: 17px;
  margin-top: 30px;
}
.navbar-light .navbar-toggler-icon {
  background: transparent url("../images/hamburger.png") center center no-repeat !important;
}
.navbar-toggler {
  padding: 0 !important;
}
/** Scroll Bar **/ ::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #e8bd47;
}
/** Equal Cols **/
.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.row.equal-cols:before, .row.equal-cols:after {
  display: block
}
.row.equal-cols > [class*=col-] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.row.equal-cols > [class*=col-] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
/** Navigation **/
.top-nav {
  margin: 0;
  padding: 0;
}
.top-nav ul, .top-nav ul li {
  margin: 0;
  padding: 0;
}
.top-nav ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff !important;
  border: transparent 2px solid;
  border-radius: 25px;
  padding: 5px 15px !important;
  text-transform: uppercase;
}
.top-nav ul li a:hover {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff !important;
  border: #fff 2px solid;
  border-radius: 25px;
  padding: 5px 15px !important;
}
/** Header **/
.nav-sec {
  background: #000;
  padding: 10px 0 12px 0;
}
.banner-sec {
  display: flex;
  align-items: center;
  background: url("../images/banner.jpg") top center no-repeat;
  background-size: cover;
  height: 60vh;
}
.banner-sec h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.content-bg {
  background: url("../images/content-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.service-content {
  margin-top: -33px;
}
.home-services {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  position:relative;
}
.service-block {
  padding: 45px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  border-radius: 10px;
  margin: 30px 0 0 0;
  background: #fff;
}
.service-block:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: width 3s;
  transition-delay: 1s;
}
.service-title {
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0 0 0;
}
.gold-border {
  background: url("../images/golden-border.png") top center no-repeat;
  background-size: cover;
  height: 63px;
  margin-top: -36px;
  position: relative;
}
.bt-services {
  font-family: 'Poppins', sans-serif;
  background: transparent;
  padding: 10px 21px;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  border: #fff 3px solid;
  font-size: 16px;
  text-transform: uppercase;
}
.bt-services:hover {
  background: #fff;
  color: #000;
  border: #fff 3px solid;
}
/** Home About **/
.home-about-sec {
  background: url("../images/bg-home-about.jpg") top center no-repeat;
  background-size: cover;
  color: #fff;
}
.home-about-img {
  background: url("../images/home-about.jpg") center center no-repeat;
  background-size: cover;
  height: 100%;
}
.home-about-content {
  margin: 0;
  padding: 60px 0;
}
.home-about-content h1 {
  background: linear-gradient(90deg, rgba(190, 128, 43, 1) 0%, rgba(245, 233, 125, 1) 34%, rgba(190, 128, 43, 1) 69%, rgba(245, 233, 125, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
.home-about-content p {
  margin-bottom: 12px;
}
.bt-more {
  font-family: 'Poppins', sans-serif;
  background: transparent;
  padding: 8px 18px;
  color: #fff;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  border: #fff 2px solid;
  font-size: 14px;
}
.bt-more:hover {
  background: #fff;
  color: #000;
  border: #fff 3px solid;
}
.bt-logout {
    font-family: 'Poppins', sans-serif;
    background: transparent;
    padding: 8px 18px;
    color: #fff;
    background: #000;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

    .bt-logout:hover {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
    }
.order-left {
  order: 0;
}
.tech-block {
  align-items: center;
  display: flex;
  justify-content: center;
}
/** Footer **/
.footer {
  background: #000;
  padding: 60px 0 20px 0;
  color: #fff;
}
.footer-block1 {
  padding-right: 60px;
}
.footer-block h5, .footer-block1 h5 {
  background: linear-gradient(90deg, rgba(190, 128, 43, 1) 0%, rgba(245, 233, 125, 1) 34%, rgba(190, 128, 43, 1) 69%, rgba(245, 233, 125, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-block p, .footer-block1 p {
  padding: 15px 0 0 0;
}
.footer-block ul {
  margin: 0;
  padding: 0;
}
.footer-block ul li {
  list-style: none;
  padding: 6px 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #f5ce2e;
  text-decoration: none;
}
.gold-line {
  background: linear-gradient(90deg, rgba(190, 128, 43, 1) 0%, rgba(245, 233, 125, 1) 34%, rgba(190, 128, 43, 1) 69%, rgba(245, 233, 125, 1) 100%);
  height: 2px;
  margin: 25px 0;
}
.copyright {
  font-size: 13px;
  text-align: center;
}
/** About us**/
.about-sec {
  background: url("../images/bg-home-about.jpg") top center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}
.approach-block {
  margin-right: 20px;
}
.expectation-block {
  margin-left: 20px;
}
.approach-block h1, .expectation-block h1 {
  font-size: 21px;
  margin: 15px 0 10px 0
}
.about-grey-bg {
  background: url("../images/content-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 36px 0 30px 0;
}
.about-grey-img {
  background-size: cover;
  height: 100%;
}
.about-grey-bg .about-grey-content {
  margin: 0;
}
.about-grey-bg .about-grey-content h2 {
  margin: 0 0 18px 0;
  font-size: 27px;
}
.about-grey-bg .about-grey-content p {
  padding: 0 0 15px 0;
}
/** Services **/
.about-black-bg {
  background: url("../images/bg-home-about.jpg") top center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 36px 0 30px 0;
}
.about-black-img {
  background-size: cover;
  height: 100%;
}
.about-black-bg .about-black-content {
  margin: 0;
  /*padding: 36px 0 30px 0;*/
}
.about-black-bg .about-black-content h2 {
  margin: 0 0 18px 0;
  font-size: 27px;
}
.about-black-bg .about-black-content p {
  padding: 0 0 15px 0;
}
/** Sub Page Images **/
.about-img {
  background: url(../images/home-about.jpg) center center no-repeat;
}
.our-team-img {
  background: url(../images/our-expert-team.jpg) center center no-repeat;
}
.img-front-end {
  background: url(../images/front-end-design-and-development.jpg) center center no-repeat;
}
.img-back-end {
  background: url(../images/back-end-development.jpg) center center no-repeat;
}
.img-mobile {
  background: url(../images/mobile-development.jpg) center center no-repeat;
}
.img-application {
  background: url(../images/application-integration.jpg) center center no-repeat;
}
.img-database {
  background: url(../images/database-management.jpg) center center no-repeat;
}
.img-quality-assurance {
  background: url(../images/quality-assurance.jpg) center center no-repeat;
}
.img-digital {
  background: url(../images/digital-marketing.jpg) center center no-repeat;
}
/*Contact*/
.btn-submit {
    padding: 8px 18px;
    border-radius: 25px;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    border: 2px solid #fff;
    background: linear-gradient(to left, #BE7D1D 10%, #F9EA7E 46%, #BE7D1D 88%);
    background-size: 200% auto;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
}

    .btn-submit:hover {
        background-position: right center;
        border: 3px solid #fff;
        color: #000;
        letter-spacing:1px;
    }

/*Careers*/
.card {
  margin: 8px;
  max-width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-body {
  padding: 1.5rem 1rem !important;
}
.card-company-name {
  margin-right: 0.5rem;
}
.card-company-location {
  margin-bottom: -0.125rem;
  margin-right: 1rem;
}
.card-role-type {
  margin-bottom: -0.125rem;
  margin-right: 0.75rem;
}
.card-listing-date {
  margin-bottom: -0.125rem;
  margin-right: 0.75rem;
}
.skills-container {
  margin-bottom: 1rem;
}
.card-favorite-icon {
  /* Center the content */
  align-items: center;
  display: flex;
  justify-content: center;
  /* Colors */
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  /* Rounded border */
  border-radius: 9999px;
  height: 32px;
  width: 32px;
  margin: 4px;
}
.card-vote-on-job {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
}
.card-hide-icon {
  /* Center the content */
  align-items: center;
  display: flex;
  justify-content: center;
  /* Colors */
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  /* Rounded border */
  border-radius: 9999px;
  height: 32px;
  width: 32px;
  margin: 4px;
}
.card-hide-icon:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.card-favorite-icon:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.card-salary-range {
  margin-right: 0.75rem;
  margin-bottom: -0.125rem;
}
.card-job-duration {
  margin-right: 0.75rem;
  margin-bottom: -0.125rem;
}
.glassdoor-rating {
  /* Reset styles for button */
  background-color: transparent;
  border: transparent;
  margin: 0 2px;
  padding: 0;
  color: #0caa41;
  /* Used to position the hover state */
  position: relative;
}
.card-company-glassdoor {
  display: flex;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.card-job-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}
.card-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
}
.btn-success {
  color: #fff !important;
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}
.btn-success:hover {
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}
.card-company-fit {
  display: flex;
}
.card-job-summary {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/** Banners **/
.banner-subpage {
  display: flex;
  align-items: center;
  background-size: cover !important;
  height: 30vh;
}
.banner-subpage h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.banner-about {
  background: url("../images/about-us.jpg") top center no-repeat;
}
.banner-services {
  background: url("../images/services.jpg") top center no-repeat;
}
.banner-technology {
  background: url("../images/technologies.jpg") top center no-repeat;
}
.banner-carrer {
  background: url("../images/careers.jpg") top center no-repeat;
}
.banner-contact {
  background: url("../images/contact-us.jpg") top center no-repeat;
}
.technology-block {
  margin: 0;
  padding: 0;
}
.technology-block img {
  border-radius: 10px;
  border: #ddd 1px solid;
}
.tech-title {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.seperatar {
  border-bottom: #bfbfbf 1px dashed;
  margin-bottom: 20px;
}
/*********************************
Responsive 
*********************************/
@media (max-width:991px) {
  .footer-block, .footer-block1 {
    margin-bottom: 15px;
  }
}
@media (max-width:767px) {
  .home-about-img {
    margin-top: 45px;
  }
  .home-about-img {
    height: 300px;
  }
  .home-about-img, .about-grey-img, .about-black-img {
    /*height: 250px;
    margin-top: 45px;*/
  }
  .home-about-content, .content-bg {
    padding: 30px 0;
  }
  .order-left {
    order: 2;
  }
  .footer-block1 {
    padding-right: 0px;
  }
  .footer-block1 {
    padding-right: 0;
  }
  .footer-block h5, .footer-block1 h5 {
    margin-bottom: 0;
  }
  .technology-block img {
    margin-bottom: 15px;
  }
  .approach-block, .expectation-block {
    margin: 10px 0;
  }
}
@media (max-width:600px) {
  .banner-sec h1, .home-about-content h1, .banner-subpage h1 {
    font-size: 27px;
  }
  .home-services, .about-grey-bg .about-grey-content h2, .about-black-bg .about-black-content h2 {
    font-size: 24px;
  }
  .service-block {
    padding: 30px 15px;
  }
  .service-title {
    font-size: 15px;
  }
	.approach-block h1, .expectation-block h1 {
		font-size: 19px;
	}
}
/*Trade*/
.attachment{
    border:1px solid #BE7D1D !important;
}
.attachment:focus {
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    box-shadow: none !important
}
    .attachment:hover {
        /*  background: #f7f7f7;
    border-radius: 0.3rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
        box-shadow: 0 0px 15px 0 rgb(148 149 149 / 50%);
        border-radius: 0.3rem;
    }
/** Payment Container **/
.payment-success-container,
.payment-failed-container {
    max-width: 420px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/** Header Section **/
.payment-success-header,
.payment-failed-header {
    text-align: center;
}

.success-icon,
.failed-icon 
.denied-icon{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.success-title,
.failed-title ,
.denied-title{
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: bold;
}

.success-title {
    color: #363636;
}

.failed-title {
    color: #dc2626;
}
.denied-title {
    color: #dc2626;
}

.success-message,
.failed-message,
.denied-message{
    font-size: 14px;
    margin-bottom: 25px;
    color: #6b7280;
}

.success-message {
    color: #000;
    margin-bottom: 15px;
}

/** Payment Info Box **/
.payment-info-box {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.payment-info-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

    .payment-info-row:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

/** Label & Value Colors **/
.label {
    color: #000;
}

.value {
    color: #1e1e1e;
    font-weight: 600;
}

/** Gradient Text **/
.gold-text {
    background: linear-gradient(90deg, rgba(240, 209, 92, 1) 0%, rgba(236, 195, 77, 1) 15%, rgba(216, 129, 5, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    margin-bottom: 15px;
}

/** Receipt Style Box with Wave **/
.receipt-box {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px 10px 0 0;
    padding: 16px 20px 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.receipt-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.receipt-box .label {
    color: #9ca3af;
}

.receipt-box .value {
    color: #b91c1c;
    font-weight: 600;
}
/** Failed Actions Buttons **/
.failed-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.retry-btn,
.contact-btn {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.retry-btn {
    background-color: #ef4444;
    color: #fff;
}

.contact-btn {
    background-color: #f3f4f6;
    color: #374151;
}


/**Table Admin*/
/* Wrapper */
.admin-table-wrapper {
    max-width: 100%;
    padding: 20px;
}

.admin-heading {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Controls */
.table-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}

    .table-controls input,
    .table-controls select {
        padding: 8px 12px;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        font-size: 14px;
        width: 100%;
        max-width: 250px;
    }

/* Table Container */
.table-container {
    overflow-x: auto;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
/* Table */
.admin-table {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
}

    .admin-table th,
    .admin-table td {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #eee;
        vertical-align: middle;
    }

    /* Headings */
    .admin-table thead {
        background: linear-gradient(to left, #BE7D1D 10%, #F9EA7E 46%, #BE7D1D 88%) !important;
        color: black;
        font-size: 12px;
    }
    .admin-table tbody {
       
        font-size: 12px;
    }
    
   

/* Buttons */
.btn-approve,
.btn-reject {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin: 2px;
    white-space: nowrap;
    transition: background 0.2s ease-in-out;
}

.btn-approve {
    background-color: #10b981;
    color: white;
}

.btn-reject {
    background-color: #ef4444;
    color: white;
}

.btn-approve:hover {
    background-color: #059669;
}

.btn-reject:hover {
    background-color: #dc2626;
}

/* Status Labels */
.status {
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}
    .status.success {
        background: #d1fae5;
        color: #047857;
    }

    .status.failed {
        background: #fee2e2;
        color: #b91c1c;
    }


/* View Link */
.view-report {
    color: #2563eb;
    text-decoration: none;
}

    .view-report:hover {
        text-decoration: underline;
    }

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .admin-heading {
        font-size: 20px;
    }

    .table-container {
        box-shadow: none;
        border-radius: 0;
    }

    .admin-table {
        font-size: 13px;
    }
}
/*.admin-table td:last-child {
    white-space: nowrap;
    height: 100%;
    background: #f9fafb;
    vertical-align: middle;
}*/
.action-buttons {
    display: flex;
    gap: 6px;
    align-items: center;
}


/**login**/
.login-page {
    position: relative;
    background: url('../images/bg-admin.jpeg') no-repeat center center / cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login-page::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.50);
        z-index: 0;
    }
/*
.login-wrapper {
    position: relative;
    z-index: 1;
}*/
/*
.login-page {
    background:rgb(0,0,0,0.25) url('../images/bg-admin.jpeg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}
*/
.login-wrapper {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 40px 30px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.login-form {
    display: flex;
    flex-direction: column;
}

.login-title {
    font-size:20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        display: block;
        font-size: 14px;
        margin-bottom: 6px;
        color: #f3f4f6;
    }

    .form-group input {
        width: 100%;
        padding: 12px;
        font-size: 14px;
        border: 1px solid #ffffff33;
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        outline: none;
    }

        .form-group input::placeholder {
            color: #e5e7eb;
        }

.form-options {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 25px;
    color: #f3f4f6;
}

.forgot-link {
    color: #facc15;
    text-decoration: none;
}

    .forgot-link:hover {
        color: #fff;
        text-decoration: underline;
    }

.login-button {
    width: 100%;
    background: linear-gradient(to right, #facc15, #d97706);
    color: #ffffff;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease-in-out;
}

    .login-button:hover {
        opacity: 0.9;
    }


/* Common badge base style */
.status-badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
}

/* Success */
.status.success {
    color: #059669;
    background-color: #d1fae5;
}

/* Denied */
.status.denied {
    color: #dc2626;
    background-color: #fee2e2;
}

/* Pending */
.status.pending {
    color: #d97706;
    background-color: #fef3c7;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    padding: 10px;
}
/* Ensure position is relative for dropdown alignment */
.navbar-nav .dropdown {
    position: relative;
}
/* Dropdown submenu default hidden */
.strat-trade-hover .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #000; /* black background */
    transition: opacity 0.3s ease;
    padding: 0;
    border: none;
}

    /* Show dropdown on hover */
    .strat-trade-hover:hover .dropdown-menu,
    .strat-trade-hover .dropdown-menu:hover {
        display: block;
        opacity: 1;
        visibility: visible;
    }

/* Gold list items */
.strat-trade-hover .dropdown-item {
    color: gold;
    padding: 10px 20px;
}

    /* Hover effect */
    .strat-trade-hover .dropdown-item:hover {
        background-color: #1a1a1a; /* darker black */
        color: #ffd700; /* slightly brighter gold */
    }



.btnloading {
    pointer-events: none;
    opacity: 0.6;
    position: relative;
}

    .btnloading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        border-top: 3px solid #007bff;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        transform: translate(-50%, -50%);
    }

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
