@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@media (min-width: 1200px) {
  .onboarding .container {
    max-width: 1400px;
  }
}

.none {
  display: none;
}

.noneImp {
  display: none !important;
}

.block {
  display: block !important;
}

a {
  outline: 0 !important;
}

hr {
  color: #c7ced4;
}

.padding0 {
  padding: 0 !important;
}

.pointer {
  cursor: pointer;
}

.marginT25 {
  margin-top: 25px;
}

.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.input80 {
  width: 80% !important;
}

.orange {
  color: #f15a27;
}

.gray {
  color: #707070;
}

.bold {
  font-weight: bold;
}

.nobr {
  border-radius: 0px !important;
}

.black-link {
  color: #474747;
}

.black-link:hover {
  text-decoration: none;
}

input[type="date"] {
  padding: 5px 8px 6px 8px;
  border: solid 1px #c7c7c9;
  width: 100%;
}

.font20 {
  font-size: 20px !important;
}

.alert-big {
  border-radius: 0 !important;
  border: none !important;
  font-size: 20px !important;
  padding: 20px 25px 20px 50px !important;
}

.alert-big.alert .close {
  font-size: 30px !important;
  opacity: 1 !important;
}

.alert-big.alert-danger .close {
  color: #f15a27 !important;
}

.alert-big.alert-danger {
  background-color: #fdebe5 !important;
  color: #f15a27 !important;
}

.alert-big.alert .close {
  font-size: 30px !important;
  opacity: 1 !important;
  color: #f15a27 !important;
}

.alert-big.alert-dismissible .close {
  top: 6px !important;
  right: 8px !important;
}

.alert-dismissible .close {
  width: auto;
}

.btn.btn-primary {
  border-radius: 0;
  background-color: #f15a27;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  border: navajowhite;
  background-color: #f15a27;
}

.btn.btn-primary.sm {
  padding: 7px 0;
  font-size: 16px;
}

.btn.btn-primary.btn-small {
  font-size: 14px;
  padding: 5px 25px 5px 25px;
}

.btn.btn-small {
  border-radius: 0;
  background-color: #f15a27;
  color: white;
  font-size: 14px;
  color: white !important;
  font-weight: bold;
}

.btn.btn-primary:hover {
  background-color: #f15a27;
}

.btn.btn-simple {
  background-color: white;
  color: #f15a27;
  padding: 0px 25px 0px 15px;
  font-size: 21px;
}

.btn.btn-simple:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
}

.accept-btn {
  border-radius: 0 !important;
  background-color: #f15a27;
  color: white;
}

.accept-btn i {
  margin-right: 5px;
}

.status-label {
  margin-top: 6px;
}

.header .main-nav-link:hover {
  color: #F15C2C;
}

.orangeLabel {
  color: #f15a27;
  font-size: 17px;
  font-weight: bold;
}

.select-large {
  width: 188px;
}

.modal-title {
  color: #f15a27;
  font-weight: bold;
  font-size: 23px;
}

.modal-header {
  background-color: #f2f2f2;
}

.modal-content {
  border-radius: 3px;
}

.confirm_delete,
.delete-user,
.delete-location {
  color: #f16d40 !important;
  font-size: 21px;
  margin: 0px 15px 0px 0px;
  cursor: pointer;
}

.alert-wrapper {
  margin-top: 30px;
}

.border-sign {
  border-bottom: 3px solid #b1b1b1;
}

.quick-start-section .btn-default:hover,
.quick-start-section .btn-default:focus {
  background-color: #F15C2C;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px #626262;
  box-shadow: 0 0px 0px #626262;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.main-nav-link.active {
  color: #F15C2C;
  border-bottom: 3px solid #f15a27;
}

#admin-upload-wrapper .form-title {
  background: none;
  padding: 30px 15px;
}

#admin-upload-wrapper .form-title h3 {
  color: #f15a27;
  font-size: 17px;
}

#admin-upload-wrapper .form-title h4 {
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #c7ced4;
  padding-bottom: 20px;
}

#admin-upload-wrapper .form-title .border-b {
  border-bottom: 1px solid #c7ced4;
}

.app-content {
  padding-top: 0 !important;
}

#login-page .alert-big {
  margin-top: -45px;
}

#app .pt-4,
#app .py-4 {
  padding-top: 0 !important;
}

#agency_type {
  border-radius: 0px;
}

.select-small {
  border-radius: 10px !important;
  height: calc(2rem + 2px) !important;
  padding: 0 .75rem !important;
}

.container-c {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.container-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid black;
}

/* On mouse-over, add a grey background color */

.container-c:hover input ~ .checkmark {
  background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container-c input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.container-c .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid green;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.social-nav a {
  color: white;
}

.main-wrapper {
  margin-top: 30px;
}

.upload-pdf {
  color: #f15a27;
  /* font-size: 19px; */
  margin-left: 22px;
  font-weight: bold;
}

/* Admin Dashboard Page */

#admin-dashboard-page {
  margin-top: 75px;
}

#admin-dashboard-page .title {
  text-align: center;
  color: #f15a27;
  font-size: 35px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 45px;
}

#admin-dashboard-page .buttons {
  padding: 10px 40px 90px 40px;
}

#admin-dashboard-page .table-wrapper {
  border: solid 1px #c7ced4 !important;
}

.nav-disabled {
  background-color: #f2f2f2;
}

.white-btn {
  text-align: center;
  border: 1px solid #F15C2C;
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #F15C2C !important;
  padding: 15px 0px 15px 0px;
  background-color: #fff;
}

.white-btn.sm {
  font-size: 16px;
  padding: 7px 0;
}

.white-btn:hover {
  color: white !important;
  background-color: #F15C2C;
}

.btn-white-2 {
  text-align: center;
  border: 1px solid #f15a27 !important;
  border-radius: 0 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #F15C2C !important;
  padding: 15px 20px 15px 20px !important;
  background-color: #fff !important;
}

/* END Admin Dashboard Page */

/* Agency Profile Page */

#admin-agency-profile .banner-title {
  margin-top: 15px;
}

#admin-agency-profile .agency-title-principal i {
  float: right;
  color: #f15a27;
  font-size: 25px;
  margin: 10px 10px 0px 0px;
}

#admin-agency-profile #save-agency i {
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 33px;
}

#admin-agency-profile .app-content {
  padding-top: 0;
}

#admin-agency-profile .step3-alert h3 {
  font-size: 22px;
  font-weight: bold;
}

#admin-agency-profile .step3-alert p {
  color: black;
  line-height: 20px;
  font-size: 16px;
  max-width: 634px;
  margin-top: 14px;
}

#admin-agency-profile .nav {
  border: solid 1.5px #c7ced4;
}

#admin-agency-profile .nav .nav-link {
  width: 33.3333333333%;
  text-align: center;
  font-size: 15px;
  color: #b1b1b1;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
}

#admin-agency-profile .nav ._25 {
  width: 25%;
}

#admin-agency-profile .nav .nav-link.active {
  color: #F15C2C;
  border-bottom: 3px solid #f15a27;
}

#admin-agency-profile .add-wrapper .btn {
  border-radius: 0;
  background-color: #f15a27;
  color: white;
  font-size: 14px;
  padding: 5px 25px 5px 25px;
}

#admin-agency-profile .form-actions .btn.btn-primary {
  width: 30%;
}

#admin-agency-profile #section-1 {
  margin-top: 30px;
}

#admin-agency-profile #section-4 .btn-white-2 {
  float: right;
}

#admin-agency-profile #section-4 .field-section {
  padding: 20px 26px 40px 35px;
}

#admin-agency-profile #section-4 h1 {
  font-size: 3rem !important;
}

#admin-agency-profile #section-4 p {
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 21px;
  font-size: 17px;
}

#admin-agency-profile #section-4 ul {
  margin-left: 5%;
  color: #f15a27;
  font-weight: bold;
  line-height: 40px;
}

#admin-agency-profile #section-4 ul i {
  color: green;
  margin-right: 10px;
}

#admin-agency-profile .form-title.orange h2 {
  font-size: 26px !important;
  color: #F15C2C;
}

#admin-agency-profile table th {
  text-align: center;
}

#admin-agency-profile #pricipal-wrapper {
  padding: 3% 10% 3% 10%;
}

#admin-agency-profile #pricipal-wrapper .col-form-label {
  font-size: 14px;
  font-weight: 700;
}

#admin-agency-profile #pricipal-wrapper .form-group div {
  font-size: 20px;
}

#admin-agency-profile .edit-principal {
  display: block;
  margin: auto;
}

#admin-agency-profile .edit-principal .btn.btn-small {
  padding: 0px 0px 0px 0px;
  padding: 5px 40px 5px 40px;
  font-size: 18px;
}

.agency-edit-screen {
  margin-top: 40px;
}

#locationsModal .modal-dialog,
#principalModal .modal-dialog,
#addUserModal .modal-dialog,
#importModal .modal-dialog {
  max-width: 1113px;
  margin-top: 10%;
}

#bulkImportModal .modal-dialog {
  margin-top: 10%;
}

#locationsModal .form-check-inline,
#principalModal .form-check-inline,
#addUserModal .form-check-inline,
#importModal .form-check-inline {
  float: right;
  margin: -20px 0px 0px 0px;
}

#locationsModal .form-check-input,
#principalModal .form-check-input,
#addUserModal .form-check-input,
#importModal .form-check-input {
  margin: -4px 0px 0px 15px;
}

#locationsModal form .col-form-label,
#principalModal form .col-form-label,
#addUserModal form .col-form-label,
#importModal form .col-form-label {
  margin-bottom: 5px;
}

#locationsModal form .form-control,
#principalModal form .form-control,
#addUserModal form .form-control,
#importModal form .form-control {
  border-radius: 0 !important;
}

#locationsModal .btn.btn-primary,
#principalModal .btn.btn-primary,
#addUserModal .btn.btn-primary,
#importModal .btn.btn-primary {
  width: 15%;
}

#locationsModal form,
#principalModal form,
#addUserModal form,
#importModal form {
  margin: 15px auto 20px auto;
  width: 80%;
}

#locationsModal .primary-location-wrapper,
#principalModal .primary-location-wrapper,
#addUserModal .primary-location-wrapper,
#importModal .primary-location-wrapper {
  background-color: #f5f5f5;
  border: 1px solid #a0a0a1;
  padding: 10px 10px 10px 20px;
  min-height: 110px;
  position: relative;
}

#locationsModal .primary-location-wrapper label,
#principalModal .primary-location-wrapper label,
#addUserModal .primary-location-wrapper label,
#importModal .primary-location-wrapper label {
  font-weight: bold;
  font-size: 20px;
}

#locationsModal .primary-location-wrapper .arrow,
#principalModal .primary-location-wrapper .arrow,
#addUserModal .primary-location-wrapper .arrow,
#importModal .primary-location-wrapper .arrow {
  position: absolute;
  right: 15px;
  bottom: 25px;
  color: #a0a0a1;
}

#importModal .modal-dialog {
  max-width: 600px !important;
  margin-top: 10%;
}

#importModal form {
  width: 100%;
}

#importModal .btn.btn-primary {
  width: 25%;
}

.no-agency-label {
  font-size: 30px;
  margin-bottom: 0;
  padding-top: 30px;
  text-align: center;
  border-left: 1px solid #d0d3da;
  border-right: 1px solid #d0d3da;
}

#search-form #search-input {
  border-radius: 0;
}

#search-form .btn.btn-outline-secondary {
  border-radius: 0;
  border: 1px solid #F15C2C;
  color: #F15C2C;
}

#search-form .btn.btn-outline-secondary:hover {
  background-color: #F15C2C;
  color: white;
}

.form-title.orange.form-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 2;
}

#agency-status-td {
  padding-left: 24px;
  text-align: left !important;
}

#pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f15a27;
}

#pagination .page-link {
  color: #f15a27;
}

#pagination .page-item.active .page-link {
  color: white;
  background-color: #f15a27;
  border-color: #f15a27;
}

#addUserModal {
  /*  .form-check-input {
        margin: 6px 2px 0px -25px;
    } */
}

#addUserModal .form-check.form-check-inline {
  float: left;
  margin: -10px 0px 0px 0px;
}

#addUserModal .form-check-input {
  margin: -5px 9px 0px 0px;
}

#addUserModal .form-check-label {
  margin-right: 10px;
}

#addUserModal .access-wrapper {
  webkit-box-shadow: 0 2px 10px 3px rgba(224, 232, 234, 0.8);
  -webkit-box-shadow: 0 2px 10px 3px rgba(224, 232, 234, 0.8);
          box-shadow: 0 2px 10px 3px rgba(224, 232, 234, 0.8);
  border: solid 1px #c7ced4;
  padding: 20px;
  color: black;
}

#addUserModal .access-wrapper p {
  font-size: 12px;
}

#agency-step1-form .label-first,
#admin-agency-profile .label-first {
  color: #f15a27;
  margin-top: 5px;
  font-weight: bold;
}

#agency-step1-form .label-first .checkmark,
#admin-agency-profile .label-first .checkmark {
  top: 6px;
}

#agency-step1-form .state_programs,
#admin-agency-profile .state_programs {
  margin-left: 30px;
}

[v-cloak] {
  display: none;
}

#agency-documentation-page .table-wrapper .item-lists {
  border-left: solid 1px #c7ced4;
  border-right: solid 1px #c7ced4;
  padding: 10px 25px 10px 25px;
}

#agency-documentation-page .table-wrapper .label-first {
  color: #f15a27;
  margin-top: 5px;
  font-weight: bold;
}

#agency-documentation-page .table-wrapper .label-first .checkmark {
  top: 6px;
}

#agency-documentation-page .table-wrapper input[type="file"] {
  display: none;
}

#agency-documentation-page .table-wrapper .filename-span {
  margin-left: 20px;
  font-size: 20px;
  display: none;
}

#agency-documentation-page .table-wrapper .custom-file-upload,
#agency-documentation-page .table-wrapper .remove-file-btn,
#agency-documentation-page .table-wrapper .download-file-btn {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  display: inline-block;
  padding: 2px 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

#agency-documentation-page .table-wrapper .download-file-btn a {
  color: black;
  font-weight: normal;
}

#agency-documentation-page .table-wrapper .download-file-btn a i {
  color: red;
  margin-right: 10px;
}

#agency-documentation-page .table-wrapper .btn-simple {
  margin-right: 25px;
}

#agency-documentation-page .table-wrapper .remove-file-btn {
  font-weight: normal;
  display: none;
}

#agency-documentation-page .table-wrapper .remove-file-btn i {
  margin-right: 10px;
  color: red;
  font-size: 17px;
}

#agency-documentation-page .table-wrapper .upload-label {
  margin-top: 14px;
}

#admin-users-page .no-delete {
  padding-left: 57px;
}

/* #locationsModal.fade:not(.show) {
    opacity: 1;
} */

/* End Agency Profile Page */

.onboarding .page-banner {
  padding: 130px 0 100px !important;
}

.border-left-c {
  border-left: solid 1.5px #c7ced4 !important;
}

.border-right-c {
  border-right: solid 1.5px #c7ced4 !important;
}

@media (max-width: 980px) {
  .wrap .header .nav-wrap a:hover {
    color: #F15C2C;
  }
}

.alertCustom {
  padding: 10px;
  background-color: #f15c2c;
  color: white;
  margin-bottom: 15px;
}

.success-alert {
  background-color: #6bbd6e;
}

.alert-large {
  padding: 18px !important;
}

/* The close button */

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* When moving the mouse over the close button */

.closebtn:hover {
  color: black;
}

/* Tooltip container */

.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Tooltip arrow */

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* .jc-bs3-container{
    width: 400px!important;
}
*/

.software-onboard .row {
  padding: 3% 10% 3% 10%;
}

/* IVANS Slider Styles */

.ivans-slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 40px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Labels inside the slider */

.slider-label {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  width: 43%;
  text-align: center;
}

.slider-label.no {
  color: #666;
}

.slider-label.yes {
  color: #666;
}

/* Sliding background effect */

.slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 58px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  z-index: 1;
}

/* When checked, move the sliding background */

input:checked + .slider:before {
  -webkit-transform: translateX(53px);
          transform: translateX(53px);
}

/* When checked, change label colors */

input:checked + .slider .slider-label.no {
  color: #666;
}

/* When unchecked, change label colors */

input:not(:checked) + .slider .slider-label.yes {
  color: #666;
}

.btn.import span,
.btn.export span {
  background: white;
  color: #666;
  font-size: 10px;
  border-radius: 2px;
  padding: 2px;
  margin-left: 3px;
}

.btn.btn-cancel,
.btn.btn-close,
.btn.btn-grey,
#admin-agency-profile .add-wrapper .btn.btn-cancel,
#admin-agency-profile .add-wrapper .btn.btn-grey,
#admin-agency-profile .add-wrapper .btn.btn-close {
  color: #333;
  background: #d5d5d5;
}

/* Admin Navigation Bar Styles */

.admin-navigation-container {
  margin-bottom: 20px;
}

.admin-nav-bar {
  background-color: #f8f9fa;
  border-bottom: 2px solid #f15a27;
  padding: 0;
  margin: 0;
}

.admin-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.admin-nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  color: #666;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  border: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-right: 1px solid #dee2e6;
  position: relative;
}

.admin-nav-link i {
  margin-right: 8px;
  font-size: 13px;
}

.admin-nav-link:hover {
  background-color: #f15a27;
  color: white;
  text-decoration: none;
}

.admin-nav-link.active {
  background-color: #f15a27;
  color: white;
  font-weight: 600;
}

.admin-nav-link.active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d14010;
}

.admin-nav-link:first-child {
  border-left: 1px solid #dee2e6;
}

/* Responsive adjustments for admin nav */

@media (max-width: 768px) {
  .admin-nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .admin-nav-link {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .admin-nav-link:first-child {
    border-left: none;
    border-top: 1px solid #dee2e6;
  }

  .admin-nav-link:last-child {
    border-bottom: none;
  }
}

.date-badge {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  white-space: nowrap;
}

.date-badge i {
  margin-right: 0.25rem;
  font-size: 0.65rem;
}

.date-badge.badge-info {
  background-color: #17a2b8;
  color: white;
}

.date-badge.badge-warning {
  background-color: #ffc107;
  color: #212529;
}

.status-badge {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 50px;
  white-space: nowrap;
}

.status-badge.badge-success {
  background-color: #28a745;
  color: white;
}

.status-badge.badge-warning {
  background-color: #ffc107;
  color: #212529;
}

.status-badge.badge-secondary {
  background-color: #6c757d;
  color: white;
}

.agency-name-link {
  color: #000000 !important;
  font-weight: bold !important;
  text-decoration: none;
}

.agency-name-link:hover {
  color: #007 !important;
  text-decoration: underline;
}

.table-row-name-link {
  color: #000000 !important;
  font-weight: bold !important;
  text-decoration: none;
}

.table-row-name-link:hover {
  color: #007bff !important;
  text-decoration: underline;
}

.bulk-action-btn {
  text-align: center;
  border: 1px solid #6c757d;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: 100%;
  color: #ffffff !important;
  padding: 8px 16px;
  background-color: #6c757d;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bulk-action-btn:disabled {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #6c757d !important;
  cursor: not-allowed;
  opacity: 0.6;
}

.bulk-action-btn:disabled:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #6c757d !important;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bulk-action-btn:not(:disabled):hover {
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bulk-action-btn:not(:disabled):active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.bulk-action-btn i {
  margin-right: 6px;
  font-size: 14px;
}

.operations-section .section-divider {
  border-top: 1px solid #dee2e6;
  margin: 1rem 0;
  padding-top: 1rem;
}

.operations-section .section-divider:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.operations-section h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 1rem;
}

