span#TDS_percentage-error {
    order: 2;
    width: 100%;
}
.help-block {
    color: red !important;
}

.has-my-error {
    color: red !important;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25) url(../images/loader.svg) no-repeat center center;
    background-size: 150px 150px;
    z-index: 10000;
}

.display-none {
    display: none !important;
}

.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #1b1b28 !important;
}

.required-field-error{
    color: red;
}

.required-field-background{
    border: 1px solid red !important;
}

.form-group label {
    font-size: 1.1rem;
    font-weight: 500;
}

/* Media query for screens with a width of 600px or less */
@media (max-width: 600px) {
    .select2 {
      width: 80%; /* Adjust the width as needed for smaller screens */
    }
  }

  /* Media query for screens with a width of 400px or less */
  @media (max-width: 400px) {
    .select2 {
      width: 60%; /* Adjust the width as needed for even smaller screens */
    }
  }

  .radio {

    font-size: 1rem !important;
    font-weight: 400 !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.form-group {
    margin-bottom: 0.75rem;
}

fieldset.border {
    border: 1px solid #000 !important;
    border-radius: 5px;
}

.btn.btn-primary {
    border-radius: 25px;
}
.btn.btn-warning {
    border-radius: 25px;
}
.btn.btn-secondary {
    border-radius: 25px;
}

.form-control {
    border-radius: 25px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
    border-radius: 25px !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 25px;
}
.common-for-border-radius{
    border-radius: 25px !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border-radius: 25px;
}
/* .accordion > .card:not(:last-of-type) {
    border-radius: 25px;
}
.accordion > .card:not(:first-of-type) {
    border-radius: 25px;
} */
/* .accordion .card:last-child {
    border-radius: 25px;
} */
/* .accordion .card .card-header {
    border-radius: 25px;
} */

.nav.nav-pills .show > .nav-link, .nav.nav-pills .nav-link.active {
    border-radius: 25px;
}
.card.card-custom {
    border-radius: 25px;
}

.accordian-child-bg {
    /* background-color: #ebedf3 !important; */
}
.accordion .card .card-header {
    background-color: white;
}
.progress {
    background-color: #555556 !important;
}

.btn.btn-warning i {
    color: white !important;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
@media (min-width: 1800px) {
    .modal-dialog.modal-extra-large {
      max-width: 1700px;
    }
  }
