@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap");

:root {
  --primary-color: #264867;
  --secondary-color: #b40000;
  --white: #fff;
  --green: #32960e;
  --yellow: #d39800;
  --primary-text: #141313;
  --secondary-text: #8e8a8a;
  --heading1: 42px;
  --heading2: 25px;
  --heading3: 15px;
  --button1-background: #ffc42e;
  --button1-hover: #ffffff;
  


  --text:#141313;
  --new-bg-background:#F9F9F9;
}

* {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
}

body {
  min-height: 100vh;
}

.container {
  position: relative;
  width: 80%;
}

ul {
  list-style-type: none;
  font-size: 12px !important;
  margin-bottom: 0 !important;
}

ol li {
  font-size: 12px;
}

p {
  font-size: 14px !important;
}

a {
  text-decoration: none;
  font-weight: 500;
  /* color: var(--primary-color); */
  cursor: pointer;
  font-size: 14px;
}

a:hover {
  color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: var(--heading1);
  font-weight: 600;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: var(--heading2) !important;
  font-weight: 600;
  margin-bottom: 0px;
}

h4 {
  font-size: 18px !important;
  font-weight: 500 !important;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin-bottom: 0.5rem;
}

hr {
  margin-top: -4px !important;
}

img {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  color: white;
  text-decoration: underline;
  line-height: 0.8;
}

.background-login {
  background-image: url("../media/background.png");
  height: 100vh;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #8b8b8b;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(104, 104, 104, 0.25);
}

.btn-large-blue {
  background-color: var(--secondary-color);
  color: var(--white);
  text-align: center;
  width: 220px;
  height: 40px;
  padding: 8px 10px;
  border-radius: 6px;
}

.form-input-class {
  position: relative;
}

i {
  font-size: 18px;
  cursor: pointer;
}

.main-select select {
  width: 250px !important;
}

.log-id input {
  width: 150px !important;
}

/* ============ Table Style ============ */

table.dataTable.nowrap th {
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 500;
}

table.dataTable.nowrap td {
  /* white-space: nowrap; */
  vertical-align: middle;
}

.main table th:first-child {
  border-radius: 10px 0px 0px 0px;
  padding-left: 40px;
}

.main table tbody tr td:first-child {
  padding-left: 40px;
}

.main table th:last-child {
  border-radius: 0px 10px 0px 0px;
}

table {
  width: 100%;
  border: 1px solid #ececec!important;
  border-radius: 12px;
  overflow: hidden;
}

table th {
  background-color: #b40000 !important;
  color: #fff;
}

table.dataTable tbody td {
  word-break: break-word;
  vertical-align: top;
}

table th,
table td {
  font-size: 15px;
  border-style: none !important;
  border: 0px solid white;
}

table td {
  height: 32px;
}

.dtr-data {
  text-wrap: wrap;
}

.dt-row {
  margin-top: 15px;
}

td .approve-status {
  display: inline-block;
  color: #32960e;
  background-color: #c3efcd !important;
  width: 140px;
  padding: 10px 20px;
  text-align: center !important;
  vertical-align: middle;
  border-radius: 6px;
  line-height: 0.7;
  font-weight: 400;
}

td .unapprove-status {
  display: inline-block;
  color: #d31212;
  background-color: #e09b9b !important;
  width: 140px;
  padding: 10px 20px;
  text-align: center !important;
  vertical-align: middle;
  border-radius: 6px;
  line-height: 0.7;
  font-weight: 400;
}

td .pending-status {
  display: inline-block;
  color: #af8517;
  background-color: #ebe784 !important;
  width: 140px;
  padding: 10px 20px;
  text-align: center !important;
  vertical-align: middle;
  border-radius: 6px;
  line-height: 0.7;
  font-weight: 400;
}

td .remove-button {
  background-color: #fad7d7;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
}

.page-item.active .page-link {
  background-color: var(--primary-color) !important;
  border: none;
  padding: 7px 15px;
  margin-left: 10px !important;
  margin-right: 10px;
}

.client-number {
  background: #44a6ff;
  padding: 6px 12px;
  border-radius: 50%;
  color: #ffffff;
}

.client-number.reassign {
  background-color: var(--button1-background);
}

.btn-group {
  display: flex;
  justify-content: end;
  gap: 12px;
  margin-bottom: 12px;
}

.filter-button {
  display: flex;
  align-items: center;
  background-color: var(--button1-background);
  color: #000;
  font-size: 16px;
  padding: 6px 15px;
  text-decoration: none;
  height: 40px;
  border-radius: 6px;
  text-wrap: nowrap;
  cursor: pointer;
}

.add-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  color: var(--white);
  font-size: 16px;
  padding: 4px 15px;
  text-decoration: none;
  height: 40px;
  border-radius: 6px;
  text-wrap: nowrap;
  cursor: pointer;
  width: max-content;
}

.add-button:hover{
  color: var(--white);
}

.reset-button {
  display: flex;
  justify-self: center;
  align-items: center;
  background-color: crimson;
  color: #000;
  font-size: 16px;
  padding: 4px 15px;
  text-decoration: none;
  height: 40px;
  border-radius: 6px;
  text-wrap: nowrap;
  color: #fff;
  cursor: pointer;
  width: max-content;
}

.cancel-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: var(--primary-color);
  font-size: 16px;
  padding: 6px 15px;
  text-decoration: none;
  height: 40px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  text-wrap: nowrap;
  cursor: pointer;
  width: max-content;
}

.close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  color: #000;
  font-size: 16px;
  padding: 6px 20px;
  text-decoration: none;
  height: 40px;
  width: min-content;
  border-radius: 6px;
  text-wrap: nowrap;
  cursor: pointer;
}

.notes__button-yes {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--button1-background);
  color: var(--primary-color);
  font-size: 16px;
  padding: 6px 15px;
  text-decoration: none;
  height: 40px;
  border-radius: 6px;
  width: 80px;
  cursor: pointer;
}

.notes__button-no {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: var(--primary-color);
  font-size: 16px;
  padding: 6px 15px;
  text-decoration: none;
  height: 40px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  margin-right: 12px;
  width: 80px;
  cursor: pointer;
}

.menus {
  background-color: var(--secondary-color); 
  color: var(--white) !important;
  /* border-left: 7px solid var(--primary-color); */
}
.menus a{
  color: var(--white) !important;
}
.menus .title{
  font-weight: 600 !important;
}
/* Modal Popup Buttons */
.save-popup {
  display: flex;
  align-items: center;
  background-color: var(--button1-background);
  color: var(--primary-color);
  font-size: 16px;
  padding: 6px 15px;
  text-decoration: none;
  height: 40px;
  border-radius: 6px;
}
.cancel-popup {
  display: flex;
  align-items: center;
  background-color: #ededed;
  color: #000000;
  font-size: 16px;
  padding: 6px 15px;
  text-decoration: none;
  height: 40px;
  border-radius: 6px;
  margin-right: 12px;
}

/* Webkit Custom Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

/* accordion */
.accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(255 255 255)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(2, 42, 78)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
