.py-0 {
padding-top: 20px!important;
padding-bottom: 20px!important;
}
.yoyotable {
background: #F3F0EC;
border-radius: 10px;
}
.btn-danger {
font-size: 15px!important;
}
input.btn.btn-primary.mb-4 {
font-size: 15px!important;
}
input.form-control {
    font-size: 16px!important;
}
/* General Wrapper */
#wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 30px;
font-family: 'Helvetica Neue', Arial, sans-serif;
}
.flex-wrap{
    flex-wrap: wrap;
}
/* Section Styling */
section {
background-color: #f9f9f9;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Tabs Styling */
.nav-tabs {
background-color: #fff;
border-radius: 8px 8px 0 0;
border: 2px solid #00ACC7;
margin-bottom: 30px;
}

.nav-tabs .nav-item .nav-link {
font-size: 16px;
font-weight: bold;
width: 100%;
padding: 15px 25px;
border: none;
color: #737373;
background-color: #eee;
transition: all 0.3s ease;
}

.nav-tabs .nav-item .nav-link:hover {
background-color: #e9ecef;
}

.nav-tabs .nav-item .nav-link.active {
color: #fff;
width: 100%;
background-color: #00A9C4;
border-radius: 8px 8px 0 0;
}

.nav-tabs .nav-item {
margin-right: 5px;
}

/* Form Styling */
.basic_form {
background-color: #fff;
padding: 30px;
border-radius: 8px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.row.align-items-center {
margin-bottom: 20px;
}

.form-group {
display: flex;
align-items: center;
margin-bottom: 15px;
}

.form-group label {
font-size: 14px;
font-weight: bold;
color: #555;
/* width: 200px; */
}
div#loom-companion-mv3 {
display: none;
}
.form-group select,
.form-group input,
.form-group textarea {
font-size: 16px;
padding: 12px 18px;
border: 2px solid #ccc;
border-radius: 5px;
width: 100%;
background-color: #f7f7f7;
transition: border 0.3s ease;
/* text-align:center; */
}

@media (min-width: 992px) {
    .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}
}

.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
border-color: #00ACC7;
outline: none;
}

.form-group textarea {
height: 150px;
resize: vertical;
}

input:checked + .slider {
background-color: #00ACC7;
}

input:checked + .slider:before {
transform: translateX(18px);
}

/* Template Style Specific Options */
.template_style_options {
margin-top: 20px;
/* padding: 15px; */
border-radius: 5px;
/* background-color: #f9f9f9;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
display: none;
}

.template_style_options.active {
display: block;
}

.template_style_options label {
color: #555;
font-weight: 500;
}

/* Notes Section */
.editor {
padding: 15px;
font-size: 14px;
border-radius: 5px;
background-color: #f7f7f7;
border: 2px solid #ccc;
width: 100%;
resize: vertical;
}

.editor:focus {
border-color: #00ACC7;
outline: none;
background-color: #fff;
}

/* Submit Button */
.btn-primary {
background-color: #00acc7;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 12px 20px;
border: none;
border-radius: 5px;
transition: background-color 0.3s ease, transform 0.3s ease;
/* text-transform: uppercase; */
letter-spacing: 1px;
margin-left:auto;
margin-right:auto;
}

.btn-primary:hover {
background-color: #00acc7;
transform: translateY(-2px);
}

.btn-primary:active {
background-color: #00acc7;
transform: translateY(1px);
}

/* Responsive Design */
@media (max-width: 768px) {
.form-group label {
    width: 100%;
    margin-bottom: 10px;
}

.form-group {
    flex-direction: column;
}

.col-lg-3, .col-lg-9 {
    max-width: 100%;
}

.nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 12px 18px;
}

.basic_form {
    padding: 20px;
}

.btn-primary {
    width: 100%;
    padding: 15px;
}
}

@media (max-width: 480px) {
.switch {
    width: 35px;
    height: 20px;
}

.switch .slider:before {
    height: 14px;
    width: 14px;
}
}


/* General Styling */
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
}

.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}

h3 {
font-size: 28px;
font-weight: 600;
color: #333;
margin-bottom: 30px;
}

#header {
background-color: #00ACC7;
color: #fff;
padding: 20px 0;
text-align: center;
}

/* Dashboard Section */
#wrapper {
background-color: #00A3BC;
padding: 40px;
border-radius: 8px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.pt-5 {
padding-top: 50px;
}

/* Button Styling */
.btn {
border-radius: 4px;
padding: 10px 20px;
font-weight: 600;
cursor: pointer;
}

.btn-primary {
background-color: #00ACC7;
border: none;
color: white;
font-size: 16px;
transition: background-color 0.3s ease;
}

.btn-primary:hover {
background-color: #008C99;
}

.btn-danger {
background-color: #e74c3c;
border: none;
color: white;
font-size: 16px;
transition: background-color 0.3s ease;
}

.btn-danger:hover {
background-color: #c0392b;
}

.btn-secondary {
background-color: #dcdcdc;
color: #333;
font-size:15px;
}

.btn-secondary:hover {
background-color: #c0c0c0;
}

/* Form Styling */
.filter-form {
background-color: #f8f9fa;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}

.filter-form .form-select, 
.filter-form .form-control {
height: 38px;
border-radius: 5px;
font-size: 14px;
padding-left: 10px;
border: 1px solid #ccc;
margin-bottom: 15px;
width: 100%;
}

.filter-form label {
font-weight: 600;
color: #555;
margin-bottom: 8px;
display: block;
}

.filter-form .row {
margin-bottom: 15px;
}

.filter-form .col-md-3 {
margin-bottom: 15px;
}

.filter-form .btn {
width: 100%;
padding: 7px;
}

/* Table Styling */
.yoyotable {
background-color: #fff;
border-radius: 8px;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.table-responsive {
overflow-x: auto;
}

.trans_table {
width: 100%;
border-collapse: collapse;
}

.trans_table th, .trans_table td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #000;
font-size: 13px;
}

.trans_table th {
background-color: #00ACC7;
color: #000;
font-weight: 600;
}

.trans_table th * {
color: white;
font-weight: 600;
}

.trans_table td {
background-color: #f9f9f9;
}

.trans_table td a {
color: #00ACC7;
font-size: 18px;
text-decoration: none;
transition: color 0.3s ease;
}

.trans_table td a:hover {
color: #008C99;
}

.trans_table .text-center {
text-align: center;
}

.trans_table_scr {
width: 100%;
border-collapse: collapse;
}

.trans_table_scr th, .trans_table_scr td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #000;
font-size: 14px;
}

.trans_table_scr th {
background-color: #00ACC7;
color: #000;
font-weight: 600;
}

.trans_table_scr th * {
color: white;
font-weight: 600;
}

.trans_table_scr td {
background-color: #f9f9f9;
}

.trans_table_scr td a {
color: #00ACC7;
font-size: 18px;
text-decoration: none;
transition: color 0.3s ease;
}

.trans_table_scr td a:hover {
color: #008C99;
}

.trans_table_scr .text-center {
text-align: center;
}

.trans_table_dept {
width: 100%;
border-collapse: collapse;
}

.trans_table_dept th, .trans_table_dept td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #000;
font-size: 14px;
}

.trans_table_dept th {
background-color: #00ACC7;
color: #000;
font-weight: 600;
}

.trans_table_dept th * {
color: white;
font-weight: 600;
}

.trans_table_dept td {
background-color: #f9f9f9;
}

.trans_table_dept td a {
color: #00ACC7;
font-size: 18px;
text-decoration: none;
transition: color 0.3s ease;
}

.trans_table_dept td a:hover {
color: #008C99;
}

.trans_table_dept .text-center {
text-align: center;
}

.text-success {
color: #2ecc71;
}

.text-danger {
color: #e74c3c;
}

/* Pagination Styling */
.pagination-container {
text-align: center;
margin-top: 20px;
}

.page-numbers {
padding: 5px 15px;
margin: 0 5px;
display: inline-block;
text-decoration: none;
border: 1px solid #ddd;
background-color: #fff;
color: #333;
font-size: 14px;
border-radius: 3px;
}

.page-numbers.current {
background-color: #00ACC7;
color: white;
}

.page-numbers:hover {
background-color: #ddd;
}

.page-numbers:focus {
outline: none;
}

.page-numbers.disabled {
pointer-events: none;
color: #ccc;
}

/* Responsive Design */
@media (max-width: 768px) {
.filter-form .col-md-3 {
    margin-bottom: 10px;
    width: 100%;
}

.filter-form button {
    margin-top: 10px;
}

.trans_table th, .trans_table td {
    font-size: 12px;
    padding: 8px;
}

.trans_table td a {
    font-size: 16px;
}

.pagination-container .page-numbers {
    padding: 5px 10px;
}
}