.ml-2 {
    margin-left: 50px;
}

.mr-2 {
    margin-right: 50px;
}
.mr-1 {
    margin-right: -15px;
}

.mt {
    margin-top: 20px;
}

.mt-1 {
    margin-top: 10px;
}

.mb {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 50px;
}

.pb {
    padding-bottom: 20px;
}

.mw-30 {
    Max-width: 30%;
}

.no-border {
    border: 1px solid #888;
}

.btn {
    text-transform: uppercase;
}

.btn-sm {
    border-width: 0px;
}

.schedule-addon {
    max-width: 95px !important;
    font-size: 12px !important;
    margin: 2px !important;
}

.error-value {
    border: 1px solid red !important;
}

.flex-schedule-list {
    list-style: none; 
    margin-left: 0px;
}

.clickable:hover {
    cursor: pointer;
}
.accordion-bg {
    background-color: #f0f3f7;
}
.grey {
    color: #838f97;
}
.config-buttons {
    padding: 1px;
}
.button-width {
    width: 8em;
}
a[disabled],
.fa.disabled,
.fa[disabled],
.disabled > .fa,
[disabled] > .fa {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
/* why dont you use bootstrap's grid ? */
.width30 {
    width: 30%
}

.width50 {
    width: 50%
}

.spinner {
    margin: auto;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #428bca;
    border-bottom: 8px solid #428bca;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* account hd vertical tabs */
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
}
.tabs-left>li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left>li {
    margin-right: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}
.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display:block;
}

.popover {
  word-wrap: anywhere;
}

.is-flex {
  display: flex;
  flex-wrap: wrap;
}

.is-flex-gap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center; 
}
.action_table th, .action_table td {
    border: 1px solid #cdcdcd;
    border-collapse: collapse;
    padding: 10px 29px;
}
.btn_updateFeatureSwitches {
    margin-top: 10px;
    padding: 5px 20px;
}
.action_table {
    margin-bottom: 10px;
}
.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.container-fluid.status-tab > div {
  min-height: 145px;
}
#sidebar li a[href*=view_all_bug_page],
#sidebar li a[href*=bug_report_page],
#sidebar li a[href*=changelog_page],
#sidebar li a[href*=roadmap_page],
#sidebar li a[href*=summary_page],
#sidebar li a[href*=my_view_page] {
  display: none;
}

#sidebar li:last-child {
   display: block;
}

body #navbar .navbar-buttons.navbar-header a.btn-primary,
#dropdown_projects_menu,
.main-content .breadcrumbs {
  display: none;
}
#attentionTab {
    color: #eb0303;
}
#view-all-subs {
    text-align: center;
}

.schedule-day {
  width: 130px;
  float: left;
  margin-left: 10px;
}
.schedule-modal > .modal-dialog {
  width: 1060px;
}
.schedule-day > select.form-control {
    height: 100px;
}

.restore-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    margin-bottom: 10px;
}

.group-cards {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.group-card {
    width: 45%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease;
}

.group-card.enabled {
    background-color: #d4edda;
}

.group-card.disabled {
    background-color: #f8d7da;
}

.group-actions button {
    width: 100%;
}

.group-card:hover {
    transform: scale(1.05); 
}

.message {
  font-weight: bold; /* Make text bold */
  font-size: 1.2em;   /* Make text a little bigger */
}

.message.success {
  color: #28a745; /* Green */
}

.message.error {
  color: #dc3545; /* Red */
}

.select-plan {
    max-width: 300px;
    border-radius: 6px;
    padding: 8px;
    margin-top: 5px;
}

.custom-input {
    max-width: 300px;
    border-radius: 6px;
    padding: 8px;
    margin-top: 5px;
}
