﻿@font-face 
{
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.TTF');
  src: local("?"), url('../fonts/Poppins-Regular.woff') format("woff"), url('../fonts/Poppins-Regular.TTF') format("truetype"); 
}

@font-face 
{
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.TTF');
  src: local("?"), url('../fonts/Poppins-SemiBold.woff') format("woff"), url('../fonts/Poppins-SemiBold.TTF') format("truetype"); 
}

@font-face 
{
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.TTF');
  src: local("?"), url('../fonts/Roboto-Regular.woff') format("woff"), url('../fonts/Roboto-Regular.TTF') format("truetype"); 
}

html, body{font-family:Roboto-Regular, Calibri, Arial; color:#000; font-size:16px; line-height: 22px; background:#f0f3f4;}

a{color: #000;; text-decoration:none; transition:color 0.3s ease-in-out;}
a:hover{color:#242b3e; text-decoration:none;}
.clearfix{width:100%;}
/* Back to top button */
.back-to-top{position:fixed; display:none; background: #242b3e; color:#fff; width:44px; height:44px; text-align:center; line-height:1; font-size:16px; border-radius:50%; right:15px; bottom:15px; transition:background 0.5s; z-index:999;}
.back-to-top i{padding-top:12px; color:#fff;}
.header{margin:0; padding:0;}
.header-upper{background: #242b3e; height:35px;}
.Login_btn{background:#fcae39; color:#fff !important; }
.logo{padding:0; display:inline-block; font-size:30px; font-weight:bold; text-transform:uppercase; color:#333;}
.logo img{margin-top: -6px; height: 50px;}
.logo a{color:#242b3e; text-decoration:none;}
.logo a:hover{color: #242b3e; text-decoration:none;}
.slimScrollBar{background: #fff !important;
    width: 0px;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav, .main-nav * {margin:1px 2px 0; padding:0; list-style:none; }
.main-nav > ul > li{position: relative; white-space: nowrap; float: left; margin: 0 1px 0;}
.main-nav a{display:block; color:#ffffff; position:relative; margin:0; padding:10px 5px; margin:0 1px; text-decoration:none; transition:0.3s; font-weight:normal; line-height:20px; font-size:16px; }
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {color:#dae9ff; text-decoration:none;}
.main-nav li a:focus{color:#dae9ff; text-decoration:none;}
.main-nav .drop-down ul {display:block; position:absolute; left:0; top:calc(100% + 30px); z-index:999; opacity 0; visibility:hidden; padding:0; background:#fff; box-shadow:0px 0px 30px rgba(127, 137, 161, 0.25); transition:ease all 0.3s;}
.main-nav .drop-down:hover > ul {opacity:1; top:100%; visibility:visible;}
.main-nav .drop-down li {min-width:180px; position:relative;}
.main-nav .drop-down ul a {padding:10px 20px;font-size: 13px;color: #242b3e; border-right:none;}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {color:#000000; background:#dae9ff;}
.main-nav .drop-down > a:after {content:"\f107"; font-family:FontAwesome; padding-left:0px;}
.main-nav .drop-down .drop-down ul {top:0; left:calc(100% - 30px);}
.main-nav .drop-down .drop-down:hover > ul {opacity:1; top:0; left:100%;}
.main-nav .drop-down .drop-down > a {padding-right:35px;}
.main-nav .drop-down .drop-down > a:after {content:"\f105"; position:absolute; right:15px;}

/* Mobile Navigation */
.mobile-nav {position:fixed; top:0; bottom:0; z-index:9999; overflow-y:auto; left:-260px; width:260px; padding-top:18px; background:rgba(19, 39, 57, 0.8); transition:0.4s;}
.mobile-nav * {margin: 0;padding: 0;list-style: none;}
.mobile-nav a {display:block; position:relative; color:#fff; padding:5px 10px; font-weight:500; font-size:13px;}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {color:#ffbb09; text-decoration:none;}
.mobile-nav .drop-down > a:after {content:"\f078"; font-family:FontAwesome; padding-left:10px; position:absolute; right:15px;}
.mobile-nav .active.drop-down > a:after {content:"\f077";}
.mobile-nav .drop-down > a {padding-right:35px;}
.mobile-nav .drop-down ul {display:none; overflow:hidden;}
.mobile-nav .drop-down li {padding-left:20px;}
.mobile-nav-toggle{position:absolute; right:0; top:8px; z-index:9998; border:0; background:none; font-size:24px; transition:all 0.4s; outline:none !important; line-height:1; cursor:pointer; text-align:right;}
.mobile-nav-toggle i {margin:10px 10px 0 0; color: #242b3e;}
.mobile-nav-overly{width:100%; height:100%; z-index:9997; top:0; left:0; position:fixed; background:rgba(19, 39, 57, 0.8); overflow:hidden; display:none;}
.mobile-nav-active {overflow:hidden;}
.mobile-nav-active .mobile-nav {left:0;}
.mobile-nav-active .mobile-nav-toggle i {color: #374469;}

.nav-justified > .nav-link, .nav-justified .nav-item{margin: 0 2px;}
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    background: #547792;
    box-shadow: 0 0 10px #ccc;
}
.master-wrapper-content{margin:0;}
.nav_bar{background:#e8eff0  ; padding:5px 0;}  /* updated on 09/05/2025 at 11.50 am */
.main_container{width:100%; min-height:400px; margin:10px 0;}
.nav-link{color:#333;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{color:#242b3e;}

.Login_btn{background-color: #242b3e; border-radius:10px; padding: 10px 25px !important;}
.Login_btn:hover {background-color: #084c61  ;}
.save-btn{background:  #242b3e; border:1px solid  #242b3e; color: #FFFFFF; border-radius: 5px; padding: 2px 5px;}
.save-btn:hover{background:  #242b3e; border:1px solid  #242b3e; color: #FFFFFF;}
.Blue-heading{ color: #242b3e;}

.form_head{font-size:25px; text-transform:uppercase; text-align:center; color: #242b3e; font-weight:bold; margin:0 0 20px;}
.form_tab{width:100%; margin:0 0 20px;}
.form_tab ul{margin:0; padding:0;}
.form_tab ul li{margin:0 0 10px; padding:0 20px 0 0; list-style-type:none; display:inline-block;}
.form_tab ul li a{color:#7c7c7c; text-decoration:none;}
.form_tab ul li.active{color: #242b3e;}
.form_tab ul li.active .no{background: #242b3e; width:30px; height:30px;  border-radius:50%; color:#fff; font-weight:bold; font-size:20px; display: inline-block; text-align: center; line-height: 30px; margin:0 10px 0 0;}

.form_tab ul li .no{background:#7c7c7c; width:30px; height:30px;  border-radius:50%; color:#fff; font-weight:bold; font-size:20px; display: inline-block; text-align: center; line-height: 30px; margin:0 10px 0 0;}
.form_tab ul li .line{width:150px; height:1px; border-bottom:1px solid #7c7c7c; margin: 17px 0 0; float: left;}
.form_tab ul li.active .line{width:150px; height:1px; border-bottom:1px solid #242b3e; margin: 17px 0 0; float: left;}
/*--------------------------------------------------------------
# Error msg
--------------------------------------------------------------*/
.error_msg{color:#cd1414; position:absolute; font-size:11px; display:block; margin:15px 0 0;}
.mandatory{color:#cd1414;}
.form-label{margin:0;}
.form-check-label{font-size: 13px;}
.form_heading{font-size:20px; text-transform:uppercase; color:#18ca96; border-bottom:1px solid #18ca96;}
.DatePick{background: #fff url(../images/CalIcon.png) right center no-repeat; background-position: right; background-repeat: no-repeat;}
.form-control {font-size: 12px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer{background: #242b3e  ; color:#fff; padding:40px 0 20px;}
.footer_logo{height:50px;}
.footer_head{font-size:20px; font-weight:bold; margin:0 0 10px;}
.footer_link{width:100%; margin:0; padding:0 0 20px;}
.footer_link ul{margin:0; padding:0;}
.footer_link ul li{margin:0; padding:0 0 5px; display:block; list-style-type:none;}
.footer_link ul li a{color:#fff;}
.footer .sociallink{width:100%;}
.footer .sociallink a{color:#fff; font-size:30px; margin:0 5px 0 0;}
.footer .sociallink a:hover{color:#fcae39;}
.footer .AddressDiv{margin:0 0 20px;}
.footer .AddHead{font-size:15px; letter-spacing:1px; font-weight:bold;}
.copyright{font-size:14px; color:#fff; text-align:center; padding:5px 0; margin:10px 0 0; border-top:1px solid #ccc;}

/*--------------------------------------------------------------
# Start Datatable CSS
--------------------------------------------------------------*/
.table {color: #333;border: 1px solid rgb(225, 225, 225);}
.table tr {border-bottom: 1px solid #ffffff;border-bottom: 1px solid rgb(225, 225, 225);}
.table thead {background: #dae9ff;color: #000000;border-bottom: 1px solid rgb(225, 225, 225);font-weight: normal;}
table.dataTable.no-footer {border-bottom: 0;}
table.dataTable thead th {padding: 5px;}
table.dataTable tbody td {padding: 5px;}
.dataTables_wrapper .dataTables_paginate .paginate_button {padding: 0px 8px;background: #555555;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {background: #0052cc; border-radius: 10px;color: #fff !important;}
.dataTables_length {display: none;}
.dataTables_length select {border: 1px solid #242b3e; padding: 2px 8px;border-radius: 6px; outline: none;}
.dataTables_info {display: none;}
.dataTables_filter {display: none;margin-bottom: 7px;border-radius: 10px;border-color: #242b3e !important;}
.dataTables_filter input {border: 1px solid #242b3e;border-radius: 6px;}
.table .fa {font-size: 13px;}

/*--------------------------------------------------------------
# End Datatable CSS
--------------------------------------------------------------*/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {color: #fff;background-color: #242b3e;border-color: #dee2e6 #dee2e6 #242b3e;}
.nav-logo {height: 45px;margin-top: -1px;}
.fa-icon {color: #343a40;}
.fa-search {position: absolute;right: 20px;top: 50%;transform: translateY(-50%);color: #58069b;cursor: pointer;}
.bot-message {  background-color: #e7ebf0;color: #000000;align-self: flex-start;margin-right: auto;}
.input-area {border-radius: 10px;background-color: #e7ebf0;position: sticky;bottom: 0;z-index: 100;color: #333;}
.bg-chat-input {background-color: #ffffff;border-radius: 15px;color: #333;}
#userInput:focus {outline: none;box-shadow: none;}
.search_bar {padding: 8px;border: 1px solid #242b3e;border-radius: 10px;margin: 5px;width: 96%;margin-left: 7px;}

/* .input-group {padding: 20px 10px;border-radius: 15px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);overflow: hidden;background-color: white;}
.input-group-text {background-color: transparent;border: none;}
.form-control {border: block;box-shadow: none !important;border-radius: 6px;} */

/*--- card ---*/
.card {background-color: #ffffff;overflow-y: auto;border-radius: 10px;border: 1px solid rgb(226, 226, 226);padding: 5px;}
/*--- All Button---*/
/* .btn {font-size: 14px;} */
.btn-primary {border-radius: 6px;background: #0052cc;border: 1px solid #0052cc;}
.btn-primary:hover {background: #fff;color: #0052cc;border: 1px solid #0052cc;}
.btn-dark {
    border-radius: 6px;
    background: #565364 !important;
    border: 1px solid #242b3e;
    color: #ffffff;
}
    .btn-dark:hover {
        background: #292e33 !important;
        color: #fff !important;
    }

.btn-white {
    border-radius: 6px;
    background: #292e33 !important;
    border: 1px solid #242b3e;
    color: #ffffff;
}

    .btn-white:hover {
        background: #565364 !important;
        color: #fff !important;
    }


.btn-primary:focus{background: #4a4a4a !important; border:1px solid #242b3e  ;}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {color: #fff;background-color: #242b3e;border-color: #242b3e;}

.card-table {background-color: #ffffff;overflow-y: auto;border-radius: 10px;border: 1px solid rgb(226, 226, 226);}
.card-table-body {padding: 0;}
.card-table table {width: 100%;border-collapse: separate;border-spacing: 0;}
.card-table th,
.card-table td {padding: 12px 16px;text-align: left;vertical-align: middle;}
.card-table th {color: #64748b;}
.table>:not(:last-child)>:last-child>* {border-bottom: 1px solid rgba(100, 116, 139, 0.1);font-weight: normal;}
.card-table tr {border-bottom: 1px solid #e0e0e0;}
.card-table thead tr {background-color: #f8f9fa;}


#favicon {border-radius: 20px;}

.label {color: black !important;}
.custom-contact-field {display: flex;gap: 10px;}

.custom-contact-field select,
.custom-contact-field input {flex: 1;}
.custom-contact-field select {flex: 0 0 130px;}

#back-to-home {font-size: 16px; font-weight: 500; color:  #242b3e;}
.btn-add { font-size: 16px;padding: 8px 16px;  border-radius: 10px;color: #fff;background-color: #242b3e;border-color: #242b3e;}
.btn-add:hover {color: #fff;background-color: #374469;border-color: #374469;}

.form-check .form-check-input {border: 1px solid rgb(205, 205, 205);box-shadow: none;}
.form-card {border: 1px solid rgb(205, 205, 205);border-radius: 6px;}
.form-card:hover {border-color: #242b3e;}
.dropdown-icon {pointer-events: none;font-size: 1rem;color: #6c757d}
select.form-control {appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.user_image{height: 20px;width: 20px;border-radius: 50px;} 

.nav-tabs .nav-link {border: none;border-bottom: 3px solid transparent;color: #333;font-weight: 500;margin-right: 20px;}
.nav-tabs .nav-link.active {border-color: #242b3e;color: #242b3e;}
.form-select{ border-radius: 6px; font-size: 12px;}
.ellipsis {display: inline-block;max-width: 140px; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: middle;}

.form-label {font-weight: 600;}
#badge-Verified{display: inline-block;padding: 0px 14px;background-color:#f0fdf4 ;color: #16a75a;border: 1px solid #16a75a; font-size: 10px;border-radius: 25px;font-weight: 500;}
#badge-Pending{display: inline-block;padding: 0px 14px;background-color: #fefce8;color: #ca9955;border: 1px solid #ca9955; font-size: 10px;border-radius: 25px;font-weight: 500;}
#badge-Rejected{display: inline-block;padding: 0px 14px;background-color: #fef2f2 ;color: #e3266e ;border: 1px solid #e3266e; font-size: 10px;border-radius: 25px;font-weight: 500;}
#badge-Inactive{display: inline-block;padding: 4px 14px;background-color: #e0e0e0 ;color: #000 ;border: 1px solid #000; font-size: 12px;border-radius: 25px;font-weight: 500;}
#badge-active{display: inline-block;padding: 4px 19px;background-color:#f0fdf4 ;color: #16a75a;border: 1px solid #16a75a; font-size: 12px;border-radius: 25px;font-weight: 500;}
#badge-break{display: inline-block;padding: 0px 14px;background-color:#fff8e1 ;color: #ff6f00;border: 1px solid #ff6f00; font-size: 10px;border-radius: 25px;font-weight: 500;}
.pending,
.success,
.reject {display: inline-block;width: 90px;text-align: center; padding: 6px 0;font-size: 11px;border-radius: 15px;font-weight: 500;}
.pending {background-color: #fefce8;color: #ca9955;border: 1px solid #ca9955;}
.success {background-color: #f0fdf4;color: #16a75a;border: 1px solid #16a75a;}
.reject {background-color: #fef2f2;color: #e3266e;border: 1px solid #e3266e;}

.dataTables_wrapper .dataTables_filter input {  padding: 2px 8px;}  
.validation {color: rgb(216, 4, 4);font-size: 13px;position: absolute;margin: 0;top: inherit !important;left: inherit !important;}
.footer-logo{height: 40px; display: flex; align-items: center;}
.footer-logo-img{max-height: 100%; max-width: 100%; object-fit: contain;}

/* Login Card */
.login-container{width:90%;max-width:380px;padding:40px 30px;border-radius:20px;backdrop-filter:blur(12px);background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.3);box-shadow:0 20px 40px rgba(0,0,0,0.2);color:#fff;animation:fadeUp 1s ease;}
@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.login-container h2{text-align:center;margin-bottom:30px;font-size:28px;font-weight:600;}
.input-group{position:relative;margin-bottom:25px;}
.input-group input{width:100%;padding:12px 35px 12px 5px;background:transparent;border:none;border-bottom:2px solid rgba(255,255,255,0.6);outline:none;color:#fff;font-size:15px;}
.input-group label{position:absolute;top:50%;left:5px;transform:translateY(-50%);color:#eee;font-size:14px;pointer-events:none;transition:0.3s;}
.input-group input:focus + label,
.input-group input:valid + label{top:-8px;font-size:12px;color:#fff;}
.toggle-password{position:absolute;right:5px;top:50%;transform:translateY(-50%);cursor:pointer;color:#fff;opacity:0.8;}
.options{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:25px;}
.options a{color:#fff;text-decoration:none;opacity:0.8;}
.options a:hover{opacity:1;}
.login-button{width:100% !important;padding:12px !important;border:none ! ;border-radius:30px !important;background:#fff !important;color:#333 !important;font-weight:600 !important;font-size:15px !important;cursor:pointer !important;transition:0.3s !important;}
.login-button:hover{transform:translateY(-2px) !important;box-shadow:0 8px 20px rgba(0,0,0,0.3) !important;}
.register{text-align:center;margin-top:20px;font-size:14px;}
.register a{color:#fff;font-weight:500;text-decoration:none;}
.btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #547792;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    /* Hover Effect */
    .btn:hover {
        background-color: #466a85; 
        color: #ffffff;
    }

.btn-login {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: white;
    text-decoration: none;
    border: 2px solid #547792;
    border-radius: 5px;
    font-weight: 500;
    overflow: hidden;
    transition: color 0.3s ease;
}

    /* Light Sweep Element */
    .btn-login::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.5), transparent );
        transform: skewX(-20deg);
    }

    /* Hover Animation */
    .btn-login:hover {
        color: #ffffff;
        background-color: #547792;
    }

        .btn:hover::before {
            animation: lightPass 0.8s ease forwards;
        }

@keyframes lightPass {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}
.inner-card {background: #ffffff;border-radius: 12px;padding: 25px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);border: 1px solid #e5e7eb;}
.inner-card-title {font-size: 20px;font-weight: 600;color: #242b3e;margin-bottom: 15px;}

.api-header {font-size: 22px;font-weight: 600;color: #242b3e;margin-bottom: 20px;}
.api-actions {display: flex;gap: 10px;flex-wrap: wrap;}
.table-responsive-custom {min-height: 300px;border-radius: 10px;overflow: auto;}
.table-hover tbody tr:hover {background-color: #f3f2f2;transition: 0.2s ease-in-out;}
.api-row .form-control {height: 44px;}
.btn-gradient {
    background: #0a192f;
    color: #fff;
    border: none;
    border-radius: 6px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: 0.3s;
}
    .btn-gradient:hover {
        opacity: 0.9;
        background: #0a192f;
        box-shadow: 0 6px 15px rgba(0,0,0,0.15);
        color: white;
    }
.table-scroll {
    max-height: 360px;
    overflow: auto; /* IMPORTANT */
    border-radius: 10px;
}

/* Remove overflow from modal override */
.modal .table-scroll {
    max-height: 300px;
}

/* Make sure table behaves properly */
.table-scroll table {
    width: 100%;
    border-collapse: separate; /* IMPORTANT for sticky */
    border-spacing: 0;
}

/* Sticky header fix */
.table-scroll thead th {
    position: sticky;
    top: 0;
    background: #f8f9fa;
    z-index: 5;
}
.modal .form-control,
.modal .form-select,
.modal .btn-gradient,
.modal .btn-white {height: 44px;}
.modal-action-row {display: flex;gap: 10px;align-items: end;}
.modal-save {text-align: right;margin-top: 15px;}
.modal .table-scroll {max-height: 320px;overflow-y: auto;}
.lead-table th,
.lead-table td {white-space: nowrap;}
.lead-table td {overflow: hidden;text-overflow: ellipsis;max-width: 220px;}
.lead-table th:nth-child(1),
.lead-table td:nth-child(1) { width: 50px; }

.lead-table th:nth-child(2),
.lead-table td:nth-child(2) { width: 180px; }

.lead-table th:nth-child(3),
.lead-table td:nth-child(3) { width: 140px; }

.lead-table th:nth-child(4),
.lead-table td:nth-child(4) { width: 220px; }

.lead-table th:nth-child(5),
.lead-table td:nth-child(5) { width: 160px; }

.lead-table th:nth-child(6),
.lead-table td:nth-child(6) { width: 220px; }

.lead-table th:nth-child(7),
.lead-table td:nth-child(7) { width: 140px; }

.lead-table th:nth-child(8),
.lead-table td:nth-child(8) { width: 120px; }

.lead-table th:nth-child(9),
.lead-table td:nth-child(9) { width: 230px; }

    .lead-table th:nth-child(10),
    .lead-table td:nth-child(10) {
        width: 120px;
    }
    .lead-table th:nth-child(11),
    .lead-table td:nth-child(11) {
        width: 150px;
    }
    .lead-table th:nth-child(12),
    .lead-table td:nth-child(12) {
        width: 400px;
    }
.card-table {overflow-x: auto;}
.active-badge {
  display: inline-block;
  padding: 6px 14px;
  background-color: #f0fdf4;
  color: #16a75a;
  border: 1px solid #16a75a;
  font-size: 10px;
  border-radius: 15px;
  font-weight: 500;
}

.inactive-badge {
  display: inline-block;
  padding: 6px 14px;
  background-color: #fef2f2;
  color: #e3266e;
  border: 1px solid #e3266e;
  font-size: 10px;
  border-radius: 15px;
  font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* FULL SCREEN OVERLAY */
.loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(240, 240, 240, 0.5); /* light background like image */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

/* Crescent Arc Loader */
.loader {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: conic-gradient( from 0deg, transparent 0deg, transparent 220deg, #300286 250deg, #f437b5 290deg, #f8cf00 330deg, transparent 360deg );
    animation: spin 1s linear infinite;
}

/* Make it thin */
.loader {
    -webkit-mask: radial-gradient(farthest-side, transparent 92%, black 94%);
    mask: radial-gradient(farthest-side, transparent 92%, black 94%);
}

.sidebar-menu li.active > a {
    background: #547792;
    color: #fff !important;
    border-radius: 8px;
}

    .sidebar-menu li.active > a i {
        color: #fff !important;
    }
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.lead-table {
    table-layout: fixed;
    width: 100%;
}

.whatsapp-msg {
    white-space: normal !important; /* allow wrapping */
    word-break: break-word; /* prevent overflow */
    max-width: 400px; /* adjust as needed */
    line-height: 1.5;
}
.map-link {
    display: inline-block;
    white-space: nowrap;
    color: #547792;
    font-weight: 500;
}

    .map-link:hover {
        color: #112240;
        text-decoration: underline;
    }
/* ===== Sector Leads Modal Fix ===== */
/* ================= Sector Leads Modal Table Update ================= */
/* Scroll + Min Height */
#sectorLeadsModal .table-responsive {
    min-height: 300px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: auto;
}

/* Fix table layout */
#sectorLeadsModal table {
    table-layout: fixed;
    width: 100%;
    min-width: 1400px; /* enables horizontal scroll if needed */
}

/* Sticky header */
#sectorLeadsModal thead th {
    position: sticky;
    top: 0;
    background: #dae9ff;
    z-index: 5;
}

/* Column Width Control */

/* 1. Business Name */
#sectorLeadsModal th:nth-child(1),
#sectorLeadsModal td:nth-child(1) {
    width: 220px;
}

/* 2. Phone */
#sectorLeadsModal th:nth-child(2),
#sectorLeadsModal td:nth-child(2) {
    width: 130px;
    white-space: nowrap;
    font-weight: 500;
}

/* 3. Email */
#sectorLeadsModal th:nth-child(3),
#sectorLeadsModal td:nth-child(3) {
    width: 220px;
    white-space: normal !important;
    word-break: break-word;
}

/* 4. Website */
#sectorLeadsModal th:nth-child(4),
#sectorLeadsModal td:nth-child(4) {
    width: 200px;
    word-break: break-word;
}

/* 5. Address */
#sectorLeadsModal th:nth-child(5),
#sectorLeadsModal td:nth-child(5) {
    width: 100px;
    word-break: break-word;
}

/* 6. Sector */
#sectorLeadsModal th:nth-child(6),
#sectorLeadsModal td:nth-child(6) {
    width: 120px;
}

/* 7. Region */
#sectorLeadsModal th:nth-child(7),
#sectorLeadsModal td:nth-child(7) {
    width: 150px;
}

/* 8. Google Map */
#sectorLeadsModal th:nth-child(8),
#sectorLeadsModal td:nth-child(8) {
    width: 70px;
}

/* Wrap long text safely */
#sectorLeadsModal td {
    word-break: break-word;
}

/* Smooth hover */
#sectorLeadsModal tbody tr:hover {
    background-color: #f5f7fa;
}
.sector-name {
    color: #547792 !important;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.sector-name:hover {
    color: #112240 !important;
}
.badge {
    font-size: 14px !important;
}

/* Organisation Header Section */
.btn-add {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
    background-color: #242b3e;
    border: 1px solid #242b3e;
    transition: 0.3s ease;
}

    .btn-add:hover {
        background-color: #374469;
        border-color: #374469;
        color: #fff;
    }

/* Search Bar Styling */
.search_bar {
    max-width: 350px;
    border-radius: 8px;
    border: 1px solid #242b3e;
    padding: 8px 12px;
}

/* Action Icons */
.action-icon {
    margin-right: 8px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

/* Scrollable Table */
.table-scroll-wrapper {
    max-height: 400px; /* adjust height as needed */
    overflow-y: auto;
    overflow-x: auto;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

    /* Sticky Header */
    .table-scroll-wrapper thead th {
        position: sticky;
        top: 0;
        background: #dae9ff;
        z-index: 5;
    }

/* Prevent layout breaking */
#organisationTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

    /* Keep action column inline */
    #organisationTable td:last-child {
        white-space: nowrap;
    }
.action-icon:hover {
    opacity: 0.7;
}

/* Action column alignment */
#organisationTable td:last-child {
    white-space: nowrap;
}

.pagination .page-item .page-link {
    color: #242b3e;
    border-radius: 6px;
    margin: 0 3px;
    border: 1px solid #ddd;
}

.pagination .page-item.active .page-link {
    background-color: #242b3e;
    border-color: #242b3e;
    color: #fff;
}

.pagination .page-item .page-link:hover {
    background-color: #f0f3f4;sss
}
.api-card {
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 22px 26px;
    border: 1px solid #e5e7eb;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

.api-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .api-row + .api-row {
        margin-top: 18px;
    }

.label {
    font-size: 14px;
    color: #6b7280; font-weight:500;
    margin-bottom: 4px;
}

.value {
    font-size: 15px;
    color: #111827;
    font-weight: 500;
}

.key {
    font-family: monospace;
    letter-spacing: 1px;
}

.left-group {
    display: flex;
    flex-direction: column;
}

.right-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}



    /* GOOGLE */
    .badge.google {
        background: #e8f0fe;
        color: #1a73e8;
    }

    /* OPENAI */
    .badge.openai {
        background: #e6f7f1;
        color: #10a37f;
    }

    /* WHATSAPP */
    .badge.whatsapp {
        background: #e7f8ef;
        color: #25D366;
    }

/* Scroll container */
.api-scroll {
    max-height: 315px;
    overflow-y: auto;
    padding-right: 5px;
}

    /* Scrollbar */
    .api-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .api-scroll::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 10px;
    }
/*---media----*/
@media (min-width: 1200px) {
    .Sector-modal {
        max-width: 1400px !important;
    }
}
@media (max-width: 991px) {
.inner-card {margin: 15px;padding: 20px;}
}

@media (max-width: 767px) {

 }

@media (max-width: 576px) {
.navbar-expand-sm {flex-wrap: nowrap;justify-content: flex-start;}
.nav-logo {margin-left: 14px;}
.nav-right{float: right;}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {float: left;}
.login-container{padding:30px 20px;border-radius:16px;}
.login-container h2{font-size:24px;}
.nav-logo {height: 30px;margin-top: -1px;}
.api-header {font-size: 18px;text-align: center;}
.api-actions {flex-direction: column;}
.api-actions .btn {width: 100%;}
.inner-card {margin: 10px;padding: 15px;}
.table th,.table td {white-space: nowrap;font-size: 13px;}
}
      

@media (max-width: 480px) {
.navbar-expand-sm {flex-wrap: nowrap;justify-content: flex-start;}
.nav-logo {margin-left: 14px;}
.nav-right{float: right;}
}
