@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap");
.chat-content,
.table-bordered td {
  word-break: break-all;
}
.chat-application .chat-app-form,
.chat-application .chat-app-window,
.chat-application .chat-name {
  margin-left: 0px;
}
.chat-date {
  background: none !important;
  font-style: italic;
  padding-top: 0px !important;
}
.chat-date p {
  font-size: 12px;
  color: #333 !important;
}
.chat.chat-right {
  float: right;
  clear: both;
}
.chat.chat-left {
  float: left;
  clear: both;
}
.select2-container {
  display: block !important;
  min-width: 100% !important;
}
.select2-container--default .select2-selection--single {
  padding: 5px 10px;
  height: auto !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px !important;
}

/*custom color css*/
a {
  color: #167495;
}
.gradient-indigo-purple {
  background-image: none;
  background-color: #fff;
}
.btn-info,
.page-item.active .page-link,
.btn-success,
.btn-primary {
  background-color: #20a8d8;
  border-color: #20a8d8;
}
.btn-info:hover,
.btn-success:hover,
.btn-primary:hover {
  background-color: #167495;
  border-color: #167495;
}
.btn-outline-info {
  border-color: #20a8d8;
  color: #20a8d8;
}
.btn-outline-info:hover {
  border-color: #167495;
  color: #167495;
}
.success {
  color: #20a8d8 !important;
}
.bg-success {
  background-color: #20a8d8 !important;
}
.app-sidebar .navigation li > a::before,
.off-canvas-sidebar .navigation li > a::before {
  border-right-color: #20a8d8;
}
.border-primary {
  border-color: #20a8d8 !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #20a8d8;
}
.alert-success {
  background-color: #20a8d8 !important;
  border-color: #20a8d8 !important;
  color: #fff !important;
}
td .btn.btn-primary {
  margin-right: 5px;
}
.chat-application .chats .chat-body .chat-content {
  background-color: #20a8d8;
  color: #fff;
}
.chat-application .chats .chat-body .chat-content::before {
  border-left-color: #20a8d8;
}
.badge {
  background-color: green !important;
  color: #fff;
}
.swal2-modal .swal2-confirm {
  background-color: #20a8d8 !important;
  border-color: #20a8d8 !important;
  color: #fff !important;
}
.app-sidebar[data-background-color="white"],
.off-canvas-sidebar[data-background-color="white"] {
  background-color: #fff !important;
  color: #333 !important;
  box-shadow: 5px 0px 16px 0px rgba(0, 0, 0, 0.1),
    0 16px 32px 0 rgba(0, 0, 0, 0.06);
}
.app-sidebar[data-background-color="white"] .sidebar-background::after,
.off-canvas-sidebar[data-background-color="white"] .sidebar-background::after {
  background-color: #fff !important;
  color: #333 !important;
}
.app-sidebar[data-background-color="white"] .navigation li a,
.off-canvas-sidebar[data-background-color="white"] .navigation li a {
  color: rgba(0, 0, 0, 0.7) !important;
}
.app-sidebar[data-background-color="white"] .navigation i,
.off-canvas-sidebar[data-background-color="white"] .navigation i {
  color: rgba(0, 0, 0, 0.7) !important;
}
.app-sidebar[data-background-color="white"] .navigation li > a,
.off-canvas-sidebar[data-background-color="white"] .navigation li > a {
  color: rgba(0, 0, 0, 0.7) !important;
}
.app-sidebar[data-background-color="white"] .navigation li:hover > a i,
.app-sidebar[data-background-color="white"] .navigation li:hover > a,
.app-sidebar[data-background-color="white"] .navigation li.active > a,
.off-canvas-sidebar[data-background-color="white"] .navigation li.active > a {
  color: rgba(0, 0, 0, 1) !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #fff;
}
.off-canvas-sidebar[data-background-color="white"] .logo-text {
  color: #333;
}
.app-sidebar .logo,
.off-canvas-sidebar .logo {
  background-color: #fff;
  color: #333;
}
.app-sidebar .logo-img,
.off-canvas-sidebar .logo-img {
  width: 100%;
  max-height: initial;
}
.logo-img img {
  width: 100%;
}

/* by himansu*/
.truncated {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iphone_bg {
  background-image: url(../img/iphone_overlay.png);
  background-size: 302px 600px;
  background-repeat: no-repeat;
  background-position: center top;
}

.iphone_sms {
  width: 263px;
  margin-left: auto;
  margin-right: auto;
  height: 592px;
  padding-top: 68px;
  padding-bottom: 65px;
  overflow: hidden;
  overflow-y: auto;
}

.chat-item .chat-body {
  position: relative;
  margin-left: 45px;
  min-height: 30px;
}
.iphone_sms .panel-heading {
  line-height: 48px;
  background: #f1f1f1;
  border-bottom: 1px solid #ddd;
}
.iphone_sms .panel-heading .h_left {
  padding-left: 5px;
  font-size: 13px;
  font-weight: bold;
}
.iphone_sms .panel-heading .h_left .fa {
  padding-right: 2px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.iphone_sms .panel-heading .centered {
  font-weight: 600;
}
.chat-list .chat-item .chat-body {
  background: #2095fe;
  color: #fff;
  margin: 15px 15px 15px 25px;
  border-radius: 10px;
  padding: 10px;
  word-break: break-all;
}
.btn.preview-btn {
  color: #fff;
}
.btn.preview-btn span {
  display: inline-block;
  position: relative;
  top: -5px;
  padding-left: 5px;
}
.btn.preview-btn .fa {
  font-size: 30px;
}
/*END*/

.card-footer {
  background-color: transparent;
}
.card-header {
  border-bottom: 0px;
}

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
body {
  background-color: #dadada;
  font-family: "Roboto", sans-serif;
}
.app-sidebar,
.off-canvas-sidebar {
  font-family: "Roboto", sans-serif;
}
.app-sidebar .sidebar-content,
.off-canvas-sidebar .sidebar-content {
  height: 100vh;
}
.app-sidebar .navigation li > a,
.off-canvas-sidebar .navigation li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
.logo a {
  display: block;
}
.logo a img {
  max-width: 300px;
  max-height: 40px;
}
#servertime {
  line-height: 45px;
  display: block;
}
.navbar {
  left: 280px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
table.dataTable {
  width: 100% !important;
}
/* .btn-back{
  margin-left: 280px;
  margin-bottom: 0px !important;
} */
.dataTables_wrapper.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.dataTables_wrapper .table-bordered th,
.dataTables_wrapper .table-bordered td,
.dataTables_wrapper .table-bordered thead th,
.dataTables_wrapper .table-bordered thead td {
  border: none;
}
@media (min-width: 992px) {
  .navbar .navbar-header {
    padding-left: 0px;
  }
}

.toast-container.toast-top-full-width > div {
  width: 50%;
}

nav.navbar.navbar-expand-lg {
  right: 30px;
}
@media (max-width: 767px) {
  nav.navbar.navbar-expand-lg {
    right: auto;
    width: 100%;
  }
  .navbar {
    left: auto;
  }
}
/* Custom class for small horizontal margins */
.mx-small {
  margin-left: 2px;
  margin-right: 2px;
}

/* Styling for nav-link buttons */
.nav-tabs .nav-link {
  border: none; /* Remove default border */
  background-color: transparent; /* Transparent background for non-active state */
  color: inherit; /* Inherit default text color */
  padding: 0.5rem 1rem; /* Small padding for button-like appearance */
  border-radius: 5px; /* Slightly rounded corners for buttons */
}

/* Hover effect for nav-links */
.nav-tabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.05); /* Light hover effect */
}

/* Active tab styling */
.nav-tabs .nav-link.active {
  background-color: rgb(188, 190, 55); /* Active tab background */
  color: white; /* White text for active tab */
}
.tab-content {
  /*border: 1px solid lightgrey;*/
  padding: 10px;
  background-color: white;
  margin-top: 10px; /* Adds margin between the tab links and the content */
}

.tab-content-title {
  font-size: 24px;
  font-weight: bold;
  color: #ff6600; /* Orange color, you can change it to your desired color */
  /*text-transform: uppercase;*/
  margin-bottom: 10px;
  border-bottom: 2px solid #ff6600; /* Underline effect */
  padding-bottom: 5px;
  text-align: center;
}

.colored-box {
  display: inline-block;
  padding: 3px; /* Adjust padding as needed */
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 5px; /* Rounded corners */
  background-color: rgb(188, 190, 55);
  color: #fff; /* Text color for better contrast */
}

.bordered-row {
  border: 2px solid #ddd;
  border-radius: 10px; /* Rounded corners for the row border */
  padding: 10px; /* Adjust padding as needed */
  margin: 10px 0; /* Adjust margin as needed */
}

/* Style for checked checkbox */
.form-check-input1:checked {
  border-color: green;
  background-color: green;
}
/* Style for unchecked checkbox */
.form-check-input1:not(:checked) {
  border-color: red;
  background-color: red;
}

.green-row {
  background-color: #d4edda; /* Light green */
  border-bottom: 2px solid #28a745; /* Dark green */
}

.red-row {
  background-color: #f8d7da; /* Light red */
  border-bottom: 2px solid #dc3545; /* Dark red */
}

.yellow-row {
  background-color: #ffffcc; /* Light yellow */
  border-bottom: 2px solid #bfbf00; /* Darker yellow */
}

/* Orange Row */
.orange-row {
  background-color: #ffe5cc; /* Light orange */
  border-bottom: 2px solid #ff9933; /* Darker orange */
}

.lighblue-row {
  background-color: #cce5ff;
  border-bottom: 2px solid #3366ff;
}

.darkred-row {
  background-color: #8b0000; /* Dark red */
  border-bottom: 2px solid #dc3545; /* Dark red */
  border-left: 4px solid #dc3545; /* Adjust the left border */
  color: white; /* Text color */
}

.lightred-row {
  background-color: #ffcccb !important; /* Light red background */
  border-bottom: 2px solid #ff6666 !important; /* Light red border */
  border-left: 4px solid #ff6666 !important; /* Adjust the left border */
  color: black !important; /* Text color */
}

.lightgreen-row {
  background-color: #d4edda !important; /* Light green background */
  border-bottom: 2px solid #28a745 !important; /* Green border */
  border-left: 4px solid #28a745 !important; /* Left green accent */
  color: black !important; /* Keep text readable */
}

.morelightgreen-row {
  background-color: #d9fdd9 !important; /* Lightened from #15ee12 */
  border-bottom: 2px solid #15ee12 !important; /* Accent border */
  border-left: 4px solid #15ee12 !important; /* Left accent */
  color: black !important;
}

.enable-scrollbar {
  overflow-y: scroll;
  max-height: 200px;
}

.modal-wide .modal-dialog {
  max-width: 90%; /* Adjust the width as needed */
}

.modal-tall .modal-dialog {
  height: 90%; /* Adjust the height as needed */
}

/* Customize the height of the modal body */
.modal-tall .modal-body {
  max-height: calc(90% - 120px); /* Adjust the max-height as needed */
  overflow-y: auto; /* Enable vertical scrolling if content exceeds the max-height */
}

strong {
  font-weight: 700;
}

.diff_green {
  color: white !important;
  background-color: green !important;
}

.diff_yellow {
  color: black !important;
  background-color: yellow !important;
}

.diff_red {
  color: white !important;
  background-color: red !important;
}

.diff_orange {
  color: black !important;
  background-color: orange !important;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.custom-table {
  width: auto; /* Let table grow naturally */
  min-width: 2200px; /* Force table to be at least this wide */
  max-width: none; /* Remove 100% or 200% cap */
  table-layout: auto; /* Allow columns to size by content */
  font-size: 0.8em;
  white-space: nowrap;
}
.col-pagabile {
  min-width: 180px; /* or 150px, adjust to what looks good */
  text-align: center; /* optional: center the dropdown */
}

.small-bold-text {
  font-size: 0.875rem; /* Adjust the size as needed */
  font-weight: bold;
}
.no-margin {
  margin: 0; /* Adjust the margin as needed */
}

.diff_lightgray {
  color: black !important;
  background-color: lightgray !important;
}

.diff_lightyellow {
  color: black !important;
  background-color: lightyellow !important;
}

.diff_orange {
  color: black !important;
  background-color: orange !important;
}

.bold_value {
  font-weight: 900 !important;
  font-family: Arial, sans-serif !important;
}

.no_color {
  color: black !important;
  background-color: transparent !important;
}

.dx-pivotgrid .dx-pivotgrid-horizontal-headers td,
.dx-pivotgrid .dx-pivotgrid-vertical-headers td {
  font-weight: bold !important; /* Ensures this styling has priority for both row and column headers */
}

.dxc-tooltip {
  z-index: 1055; /* Adjust this value as necessary, should be higher than Bootstrap modal z-index */
}

.table-container input[type="text"] {
  width: 100%;
  min-width: 150px; /* Ensures a minimum width */
  padding: 5px 10px; /* Adds padding for better visibility */
  font-size: 14px; /* Adjust font size */
  border: 1px solid #ccc; /* Standard border for better appearance */
  border-radius: 4px; /* Adds rounded corners */
  box-sizing: border-box; /* Ensures the input fits well within the cell */
}

.box {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.radio-group {
  margin-bottom: 15px;
}

.dropdown-group {
  margin-top: 15px;
}

.red_highlighted {
  background-color: red !important;
  color: white !important;
  font-weight: bold;
}

.notification-wrapper {
  position: relative;
  margin-right: 1rem;
}

.icon-badge-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.notification-icon-svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  color: #333;
}

.notification-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background-color: #198754;
  color: white;
  border-radius: 10px;
  padding: 1px 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
