html,
body {
  height: 100%;
  padding-top: 30px;
  /* background: #f2f7f8; */
}

.site-index {
  background-color: #f2f7f8;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.wrap > .container > .content {
  background: #fff;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.schedule-index .action-column {
  width: 100px;
  align: center;
}

.schedule-index .phone-from-column {
  width: 200px;
}

.messages-inbound .outbound {
  color: grey;
}

.messages-inbound .inbound {
  margin-left: 30px;
}

.pjax-update-link.disabled {
  color: gray;
  pointer-events: none;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
  align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
  line-height: 2.4;
  color: #0c0c0c;
}
/* .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #fff;
  background-color: #0c0c0c;
} */
.navbar {
  padding: 0;
  background: #fff;
  height: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.navbar a,
.navbar a:hover,
.navbar a:focus {
  color: #0c0c0c !important;
}
.sidebar a {
  color: #9ca3af !important;
}
.navbar a:hover,
.sidebar a:hover {
  color: #f3f4f6 !important;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #0c0c0c !important;
  text-decoration: none;
}
.navbar .container {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar {
  width: 18%;
}
.card {
  border: none;
}
.card-title {
  color: #2c2b2e;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.card-stats {
  color: #2c2b2e;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.card-period {
  color: #2c2b2e;
  font-weight: 400;
  font-size: 14px;
}
button.btn.btn-link.logout:hover {
  /* color: #fff; */
}

button.btn.btn-link.logout {
  color: #0c0c0c !important;
  text-decoration: none;
}
.navbar-brand {
  color: #0c0c0c;
}
.body-content a {
  color: #337ab7;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}
.body-content a:hover {
  text-decoration: underline;
}
ul.breadcrumb {
  background-color: #f5f5f5;
  padding: 10px 10px;
  border-radius: 5px;
}
ul.breadcrumb li {
  margin: 0 3px;
  font-size: 15px;
}
ul.breadcrumb li a {
  color: #337ab7;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #23527c;
  text-decoration: underline;
}
.breadcrumb > .active {
  color: #777777;
}
ul.breadcrumb li:before {
  content: "/";
  color: #8888888c;
  font-weight: 400;
  font-size: 12px;
  margin-right: 6px;
}
ul.breadcrumb li:first-child:before {
  display: none;
}
h1,
.h1 {
  font-size: 2rem !important;
  font-weight: 500 !important;
}
h2,
.h2 {
  font-size: 1.75rem !important;
  font-weight: 500 !important;
}
h3,
.h3 {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}
a.btn.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  margin-top: 9px;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:active,
a:hover {
  outline: 0;
}
a {
  color: #337ab7 !important;
  text-decoration: none;
}
.text-right {
  text-align: right;
}
a[title="View"],
a[title="Update"],
a[title="Delete"] {
  padding: 0px 7px;
}
form .form-group {
  margin-bottom: 15px;
}
form label {
  font-weight: 500;
}
ul.pagination {
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
ul.pagination li:hover {
  background-color: #337ab7;
  color: #fff;
}
ul.pagination li {
  border: 1px solid #eee;
  font-size: 17px;
  color: #000;
  font-weight: 500;
}
ul.pagination li:hover a {
  color: #fff;
}
ul.pagination a {
  padding: 3px 9px;
  text-decoration: none;
}
ul.pagination li.active a {
  color: #fff;
}
ul.pagination li.active {
  background-color: #000;
}
ul.pagination li.next,
ul.pagination li.prev {
  border: none !important;
}
ul.pagination li.next.disabled {
  pointer-events: none;
}
ul.pagination li.prev.disabled {
  pointer-events: none;
}
button.btn.btn-success.campaign_button {
  font-size: 12px;
  width: 112px;
  margin-top: 7px;
}
#customFileBtn {
  background-color: #607d8b;
  border-color: transparent;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
}

#customFileBtn:hover {
  background-color: #e1064fbb;
}

#fileName {
  color: #555;
  font-style: italic;
}

body.swal2-height-auto.swal2-height-auto {
  height: 100% !important;
}

.btn-success,
.text-bg-success {
  background: #009688 !important;
}

.btn-success:hover,
.text-bg-success:hover {
  background: #058376 !important;
}

/* Custom styling for GridView */
.table th {
  background-color: #f8f9fa;
  color: #495057;
}

.table td {
  font-size: 15px;
}

.table-hover tbody tr:hover {
  background-color: #f1f1f1;
}

.glyphicon {
  color: #007bff;
}

.glyphicon:hover {
  color: #0056b3;
}

.btn {
  font-size: 14px;
  padding: 6px 12px;
  margin-bottom: 0;
  color: #fff !important;

  display: inline-block;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.btn:hover {
  text-decoration: none;
  transform: translateY(1px);
}
.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.badge-warning {
  color: #fcfcfc !important;
  background-color: #ff9e0f !important;
}

.badge-success {
  color: #fcfcfc !important;
  background-color: #009688 !important;
}

.image-text-container {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: max-content;
  margin: 20px auto;
  border-radius: 0 8px 8px 8px;
}

.chevron-toggle {
  transition: transform 0.3s ease;
}

.chevron-toggle.rotated {
  transform: rotate(180deg);
}

.list-container {
  background-color: #fbfbfb;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  border-radius: 0 8px 8px 8px;
}

.image-text-container:not(:has(.dropcowboy)) {
  background-color: #0f79a6;
}

.image-text-container:has(.dropcowboy) {
  background-color: #fff;
}

.image-text-container .image-bg {
  position: relative;
  width: 200px;
  height: 200px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.image-text-container .text-overlay p {
  position: absolute;
  margin-bottom: 0 !important;
  width: 51%;
  top: -16px;
  left: -33%;
  rotate: 270deg;
  transform: translateX(-50%);
  color: white;
  padding: 4px 8px;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.info-list .badge {
  font-size: 12px;
  color: #444;
  margin-top: 26px;
  font-weight: 400;
  text-decoration: none;
  padding: 0px 10px;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border: transparent;
  line-height: 22px;
}

.info-list .badge:hover {
  background-color: #333;
  color: #fff;
}

.info-list p {
  color: #333;
  font-family: "Mona Sans", system-ui, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.bootstrap-switch-scheduled {
  background: #e91e63;
  color: #fff;
}

.bootstrap-switch-live {
  background: #21b7e4;
  color: #fff;
}

.form-group .help-block {
  color: #e91e63;
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .kv-table-wrap tr > td:first-child {
    border-top: 3px double #ccc;
    margin-top: 10px;
    font-size: 1em;
  }

  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff !important;
  }
  .navbar-toggler {
    background: #0c0c0c !important;
  }
  .navbar-expand-lg .navbar-collapse {
    background: #0c0c0c !important;
    text-decoration: none;
    padding: 0 13px;
    color: #fff;
  }
  button.btn.btn-link.logout {
    color: #fff !important;
    text-decoration: none;
  }
}

@media (min-width: 767.98px) {
  .container-offset-md {
    width: 82%;
    margin-left: 18%;
  }

  .footer {
    width: 82%;
    margin-left: 18%;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
