/* Container Styling */
#BtnBuddy-DFB-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Each Button Group */
.BtnBuddy-DFB-button-group {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

/* Labels */
.BtnBuddy-DFB-button-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

/* Inputs */
.BtnBuddy-DFB-button-group input[type="text"],
.BtnBuddy-DFB-button-group input[type="url"],
.BtnBuddy-DFB-button-group select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* Color Pickers */
.BtnBuddy-DFB-button-group input[type="color"] {
    width: 50px;
    height: 40px;
    border: none;
    cursor: pointer;
}

/* Icon Preview */
/* .BtnBuddy-DFB-icon-preview {
    font-size: 24px;
    margin-top: 10px;
    display: block;
    text-align: center;
    width: 35px;
} */

.BtnBuddy-DFB-icon-preview {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    display: inline-block;
}


/* Remove Button */
.BtnBuddy-DFB-remove-button {
	background: #ff4d4d;
	color: white;
	border: none;
	padding: 8px 15px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.3s;
	font-weight: inherit;
}

  

.BtnBuddy-DFB-remove-button:hover {
    background: #d43f3f;
}

/* Add Button */
#BtnBuddy-DFB-add-button {
    background: #28a745;
    color: white;
    border: none;
    padding: 8px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 15px;
    transition: 0.3s;
}

#BtnBuddy-DFB-add-button:hover {
    background: #218838;
}


/* for nav tab */

/* Style the navigation tabs */
.nav-tabs {
    border-bottom: 2px solid #ddd;
    display: flex;
    gap: 10px;
}

/* Style each tab */
.nav-tabs .nav-item {
    list-style: none;
}

/* Default tab link style */
.nav-tabs .nav-link {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

/* Active tab style */
.nav-tabs .nav-link.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

/* Hover effect */
/* .nav-tabs .nav-link:hover {
    background: #e2e6ea;
} */

.nav-tabs .nav-link:hover {
    background: #005cb9;
    color: white;
  }

/* forgeneral setting */
/* Style the label */
label {
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

/* for permalink hide */

#edit-slug-box {
    display: none !important;
  }

 
  /* for preview changes */

  #minor-publishing-actions {
    display: none;
  }

  /* new css */


.BtnBuddy-DFB-row {
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .BtnBuddy-DFB-button1 {
    width: 50% !important;
    max-width: 100%;
  }

  .BtnBuddy-DFB-button2 {
	width: 50%;
	max-width: 100%;
}

.BtnBuddy-DFB-icon {
    margin-top: 30px;
  }


  .BtnBuddy-DFB-close-btn {
    text-align: end;
    margin-top: 30px;
}

.lab-wrap {
    display: flex;
    column-gap: 15px;
  & select {
    width: 200px;
  }
}