.fd-dashboard, .fd-otp-form {
   
    margin: 0px auto;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
	overflow-x:hidden;
}
.fd-dashboard h3 {
    margin-top: 20px;
}
.fd-dashboard form {
    margin-bottom: 20px;
}
.fd-dashboard table {
    width: 100%;
    margin-bottom: 20px;
}

.fd-form {
    max-width: 600px;
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.fd-form-group {
    margin-bottom: 15px;
}
.fd-form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.fd-form-group input[type="text"],
.fd-form-group input[type="email"],
.fd-form-group textarea,
.fd-form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.tooltip {
    cursor: help;
    color: #0073aa;
    margin-left: 5px;
}
.tooltip:hover::after {
    content: attr(title);
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    z-index: 1;
    white-space: nowrap;
}

.fd-register-form {
    font-family: Arial, sans-serif;
}
.fd-section {
    font-family: Arial, sans-serif;
}
.wrap.fd-dashboard {
    font-family: Arial, sans-serif;
}


.fd-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 300px;
    max-width: 400px;
    background: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
}

.fd-toast.show {
    opacity: 1;
    transform: translateX(0);
}

.fd-toast-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fd-toast a {
    text-decoration: none;
    font-weight: bold;
}



/* Franchise Dashboard Admin Styles */
/* Main Container Styling */
/* Franchise Dashboard Admin Styles */
/* Main Container Styling */

#wpcontent, #wpfooter{
	overflow-x:hidden;
	margin-top: -35px;
}
.wrap {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #ffffff;
    min-height: 100vh;
    padding: 20px;
/*     margin: -20px -20px 0 -20px; */
    color: #333333;
}

/* Headers */
h2 {
    color: #0073aa;
    font-size: 28px !important;
    font-weight: 700;
    margin: 40px 0 25px 0 !important;
    position: relative;
    padding-left: 15px;
}



/* Help Icons */
h2 span[title] {
    background: #0073aa;
    color: white !important;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    cursor: help;
    vertical-align: middle;
}

/* Forms */


/* Form Labels */
label {
    font-weight: 600 !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    display: block;
}

label span[style*="color: red"] {
    color: #d63638 !important;
    font-weight: bold;
}

label span[title] {
    background: #0073aa;
    color: white !important;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    margin-left: 8px;
    cursor: help;
}

/* Input Fields */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #bdc3c7 !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    transition: border-color 0.2s ease !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    margin-bottom: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    outline: none !important;
    border-color: #0073aa !important;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1) !important;
}

/* Datalist Styling */
input[list] {
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%230073aa" d="m0,1 1,0 2,1 1,0z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    padding-right: 32px !important;
}

/* Textarea Specific */
textarea {
    min-height: 100px !important;
    resize: vertical;
    font-family: inherit !important;
}

/* Buttons */
input[type="submit"],
button,
.button {
    padding: 12px 24px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease, border-color 0.2s ease !important;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    margin: 5px;
}

/* Primary Buttons */
input[type="submit"][style*="background: #0073aa"],
input[type="submit"][style*="background:#0073aa"],
.button-primary {
    background: #0073aa !important;
    color: white !important;
    border-color: #0073aa !important;
}

input[type="submit"][style*="background: #0073aa"]:hover,
input[type="submit"][style*="background:#0073aa"]:hover,
.button-primary:hover {
    background: #005a87 !important;
    border-color: #005a87 !important;
}

/* Success Buttons */
input[type="submit"][style*="background: #5cb85c"],
input[type="submit"][style*="background:#5cb85c"],
input[value="Approve"],
a[style*="background: #5cb85c"] {
    background: #46b450 !important;
    color: white !important;
    border-color: #46b450 !important;
}

input[type="submit"][style*="background: #5cb85c"]:hover,
input[type="submit"][style*="background:#5cb85c"]:hover,
input[value="Approve"]:hover,
a[style*="background: #5cb85c"]:hover {
    background: #36943e !important;
    border-color: #36943e !important;
}

/* Danger Buttons */
input[type="submit"][style*="background: #d9534f"],
input[type="submit"][style*="background:#d9534f"],
input[value="Delete"],
input[value="Reject"],
a[style*="background: #d9534f"] {
    background: #dc3545 !important;
    color: white !important;
    border-color: #dc3545 !important;
}

input[type="submit"][style*="background: #d9534f"]:hover,
input[type="submit"][style*="background:#d9534f"]:hover,
input[value="Delete"]:hover,
input[value="Reject"]:hover,
a[style*="background: #d9534f"]:hover {
    background: #c82333 !important;
    border-color: #c82333 !important;
}

/* Tables */
table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #ffffff !important;
    margin: 30px 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
    border: 1px solid #e1e8ed !important;
}

/* Table Headers */
thead tr {
    background: #0073aa !important;
    color: white !important;
}

th {
    padding: 16px !important;
    border: none !important;
    font-weight: 700 !important;
    font-size: 14px;
    text-align: left;
}

/* Table Rows */
tbody tr {
    background: #ffffff !important;
    transition: background-color 0.2s ease;
}

tbody tr:nth-child(even) {
    background: #f8f9fa !important;
}

tbody tr:hover {
    background: #e9ecef !important;
}

/* Table Cells */
td {
    padding: 16px !important;
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    vertical-align: middle;
}

td:first-child {
    font-weight: 600;
    color: #333333;
}

/* Message Styles */
div[style*="background: #dff0d8"],
div[style*="background:#dff0d8"],
p[style*="color: green"] {
    background: #d4edda !important;
    color: #155724 !important;
    padding: 15px !important;
    border: 1px solid #c3e6cb !important;
    border-left: 4px solid #28a745 !important;
    border-radius: 4px !important;
    margin: 20px 0 !important;
    font-weight: 500;
}

div[style*="background: #f2dede"],
div[style*="background:#f2dede"],
p[style*="color: red"] {
    background: #f8d7da !important;
    color: #721c24 !important;
    padding: 15px !important;
    border: 1px solid #f5c6cb !important;
    border-left: 4px solid #dc3545 !important;
    border-radius: 4px !important;
    margin: 20px 0 !important;
    font-weight: 500;
}

div[style*="background: #fcf8e3"],
p[style*="color: orange"] {
    background: #fff3cd !important;
    color: #856404 !important;
    padding: 15px !important;
    border: 1px solid #ffeaa7 !important;
    border-left: 4px solid #ffc107 !important;
    border-radius: 4px !important;
    margin: 20px 0 !important;
    font-weight: 500;
}





a[href*="approve"] {
    background: #46b450 !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    font-size: 12px;
    font-weight: bold;
}

a[href*="reject"] {
    background: #dc3545 !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    font-size: 12px;
    font-weight: bold;
}

a[href*="approve"]:hover,
a[href*="reject"]:hover {
    opacity: 0.9;
}

/* Form Actions Container */


/* Inline Forms in Table */
td form {
    display: inline-block !important;
    margin: 0 5px !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

td form input[type="submit"] {
    padding: 6px 12px !important;
    margin: 0 !important;
    font-size: 12px !important;
    min-width: auto !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wrap {
        padding: 10px;
        margin: -10px;
    }
    
    h2 {
        font-size: 24px !important;
        margin: 20px 0 15px 0 !important;
    }
    
    form {
        padding: 20px !important;
        margin: 15px 0 !important;
    }
    
    table {
        font-size: 14px;
    }
    
    th, td {
        padding: 12px 8px !important;
    }
    
    input[type="submit"],
    button,
    .button {
        padding: 10px 16px !important;
        font-size: 14px !important;
    }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #0073aa;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #005a87;
}

/* Tooltip Enhancements */
[title]:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #333333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 1;
}

[title]:hover::before {
    content: '';
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333333;
    z-index: 1000;
}

/* Enhanced Focus States */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 2px solid #0073aa !important;
    outline-offset: 1px !important;
}

/* Print Styles */
@media print {
    .wrap {
        background: white !important;
        box-shadow: none !important;
    }
    
    table {
        box-shadow: none !important;
        border: 1px solid #ccc !important;
    }
    
    input[type="submit"],
    button,
    .button {
        display: none !important;
    }
}


div#wpadminbar{
	display:none !important;
	visibility: hidden !important;
	background: red !important;
}
.html.wp-toolbar{
	padding-top: 0px !important;
}

.footer-left{
	display:none !important;
}


