@font-face {
  font-family: "Texta Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Regular"), url("../fonts/TextaRegular.woff") format("woff");
}

@font-face {
  font-family: "Texta Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Italic"), url("../fonts/TextaIt.woff") format("woff");
}

@font-face {
  font-family: "Texta Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Thin"), url("../fonts/TextaThin.woff") format("woff");
}

@font-face {
  font-family: "Texta Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Thin Italic"),
    url("../fonts/TextaThintIt.woff") format("woff");
}

@font-face {
  font-family: "Texta Light";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Light"), url("../fonts/TextaLight.woff") format("woff");
}

@font-face {
  font-family: "Texta Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Light Italic"),
    url("../fonts/TextaLightIt.woff") format("woff");
}

@font-face {
  font-family: "Texta Book";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Book"), url("../fonts/TextaBook.woff") format("woff");
}

@font-face {
  font-family: "Texta Book Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Book Italic"),
    url("../fonts/TextaBookIt.woff") format("woff");
}

@font-face {
  font-family: "Texta Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Medium"), url("../fonts/TextaMedium.woff") format("woff");
}

@font-face {
  font-family: "Texta Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Medium Italic"),
    url("../fonts/TextaMediumIt.woff") format("woff");
}

@font-face {
  font-family: "Texta Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Bold"), url("../fonts/TextaBold.woff") format("woff");
}

@font-face {
  font-family: "Texta Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Bold Italic"),
    url("../fonts/TextaBoldIt.woff") format("woff");
}

@font-face {
  font-family: "Texta Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Heavy"), url("../fonts/TextaHeavy.woff") format("woff");
}

@font-face {
  font-family: "Texta Heavy Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Heavy Italic"),
    url("../fonts/TextaHeavyIt.woff") format("woff");
}

@font-face {
  font-family: "Texta Black";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Black"), url("../fonts/TextaBlack.woff") format("woff");
}

@font-face {
  font-family: "Texta Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Texta Black Italic"),
    url("../fonts/TextaBlackIt.woff") format("woff");
}

body {
  margin: 0px;
  font-family: "Texta Regular" !important;
}
.p-dropdown {
  word-wrap: normal;
  background-color: #eef2f6;
  border: 0px;
  height: 40px;
  padding: 0 10px;
  color: #0d294b;
  width: 100%;
}
.table-bordered > :not(caption) > * {
  border-width: 1px;
  border-color: #eef2f6;
}

.FooterBtn {
  padding: 5px 15px;
  font-size: 18px;
  padding: 5px 20px;
  border: 1px solid #87b6e2;
  background-color: #87b6e2;
  color: #fff;
  transition: all 0.3s;
}

.FooterBtn:hover {
  border: 1px solid #6ba3d8;
  background-color: #6ba3d8;
  transition: all 0.3s;
}
.DFlexBTn .FooterBtn.LightBlueBTN {
  font-size: 16px;
  padding: 5px 10px;
  min-width: 177px;
  border-radius: 0px;
}
.BlueBorderBtn {
  color: #87b6e2;
  border: 1px solid #87b6e2;
  background-color: transparent;
  transition: all 0.3s;
}

.BlueBorderBtn:hover {
  color: #fff;
  border: 1px solid #87b6e2;
  background-color: #87b6e2;
  transition: all 0.3s;
}
th select {
  max-width: 130px;
  font-size: 14px !important;
  padding-right: 25px !important;
}
.PreWrapTable td select {
  max-width: 130px;
  font-size: 14px !important;
  padding-right: 25px !important;
}
.form-select:focus {
  box-shadow: unset !important;
}
.TableStyle-Customer.PreWrapTable tbody tr td:not(:has(.dropdown)) {
  white-space: pre-wrap !important;
  line-height: 15px;
  font-size: 13px;
}
.RedBtn {
  color: #fff;
  border: 1px solid #e28789;
  background-color: #e28789;
  transition: all 0.3s;
}

.RedBtn:hover {
  color: #fff;
  border: 1px solid #d97173;
  background-color: #d97173;
  transition: all 0.3s;
}

.GrayBtn {
  color: #fff;
  border: 1px solid #aaa;
  background-color: #aaa;
  transition: all 0.3s;
}

.GrayBtn:hover {
  color: #fff;
  border: 1px solid #939191;
  background-color: #939191;
  transition: all 0.3s;
}

.RedBorderBtn {
  color: #e28789;
  border: 1px solid #e28789;
  background-color: transparent;
  transition: all 0.3s;
}

.RedBorderBtn:hover {
  color: #fff;
  border: 1px solid #e28789;
  background-color: #e28789;
  transition: all 0.3s;
}

.DarkBlueBtn {
  background-color: #0d294b;
  color: #fff;
  border: 1px solid #0d294b;
  transition: all 0.3s;
}

.DarkBlueBtn:hover {
  background-color: #174881;
  color: #fff;
  border: 1px solid #174881;
  transition: all 0.3s;
}

.FooterBtn i {
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.LightblueLink {
  color: #87b6e2;
}

.LightblueLink:hover {
  color: #4693db;
}

.inputs-div label {
  color: #1e1e1e;
}

.flexDiv {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.CoverDiv {
  position: relative;
}

.img-cover {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 10;
}

.CoverLeftDiv {
  width: 40%;
}

.CoverRightDiv {
  width: 60%;
}

.CoverLeftContent,
.CoverRightContent {
  position: relative;
  z-index: 11;
  text-align: center;
  margin-top: 0px;
  height: 100%;
}

.CoverLeftContent {
  padding-top: 30%;
}

.CoverLeftContent h2 {
  color: #fff;
  padding-top: 20px;
}

.CoverRightContent h1 {
  color: #fff;
  font-family: "Playfair Display SC", serif !important;
  margin-bottom: 5px;
  font-size: 33px;
}

.CoverRightContent p {
  color: #fff;
  margin-top: 0px;
  font-size: 19px;
  font-family: "Texta Light" !important;
}

.input-Label {
  display: block !important;
  text-align: left !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  font-size: 18px !important;
}

.LoginContent .containerck {
  color: #fff !important;
  font-size: 18px !important;
}

.LoginContent .input-Blue {
  width: 100%;
  height: 45px;
  background-color: #0d294b;
  border: 0px;
  color: #fff;
  padding: 0px 15px;
}

.LoginContent .inputs-div {
  width: 60%;
  margin: auto;
}

.containerck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  text-align: left;
  margin-top: 15px;
  font-size: 18px;
}

/* Hide the browser's default checkbox */
.containerck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.containerck .checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #0d294b;
  top: 5px;
}

/* On mouse-over, add a grey background color */
.containerck:hover input ~ .checkmark1 {
  background-color: #0d294b;
}

/* When the checkbox is checked, add a blue background */
.containerck input:checked ~ .checkmark1 {
  background-color: #87b6e2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerck .checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerck input:checked ~ .checkmark1:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerck .checkmark1:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #0d294b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.LoginBtn {
  width: 100%;
  height: 50px;
  border: 0px;
  background-color: #87b6e2;
  color: #0d294b;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.LoginBtn:hover {
  background-color: #7ebcf7;
  color: #0d294b;
  transition: background-color 0.3s;
}

input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.passwordDiv {
  position: relative;
}

.passwordDiv i {
  position: absolute;
  top: 14px;
  right: 17px;
  color: #87b6e2bd;
}

.passwordDiv i:hover {
  color: #87b6e2;
  cursor: pointer;
}

/* module style */

/* Customize the label (the container) */
.containerRb {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0px;
}

/* Hide the browser's default radio button */
.containerRb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.containerRb .checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #dee2e5;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRb:hover input ~ .checkmark2 {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRb input:checked ~ .checkmark2 {
  background-color: #87b6e2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.containerRb .checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRb input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerRb .checkmark2:after {
  left: 8px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Modal-Module .modal-header {
  border-bottom: none;
}

.BG-RadioBTn {
  background-color: #eef2f6;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #0d294b;
  border-radius: 5px;
}

.modal-footer {
  border-top: none;
  padding-top: 0px;
}

.btn-secondary {
  margin: 0px auto 20px !important;
  width: 40% !important;
  height: 45px !important;
  background-color: #87b6e2 !important;
  border: none !important;
  color: #0d294b !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.BG-RadioBTn:has(input:checked) {
  background-color: #0d294b;
  color: #fff;
}

.btn-close {
  position: absolute;
  right: 25px;
  top: 20px;
}

.btn-secondary:hover {
  background-color: #7ebcf7 !important;
  color: #0d294b !important;
}

.Modal-Module .modal-title {
  margin: 12px auto 10px;
  font-family: "Playfair Display SC", serif !important;
  font-weight: 600;
}

.btn-secondary:focus {
  color: #0d294b;
  background-color: #7ebcf7;
  border-color: #565e64;
  box-shadow: unset;
}

.btn-close:focus {
  outline: 0;
  box-shadow: unset;
  opacity: 1;
}

.Modal-CreateEnquiry .modal-header {
  background-color: #0d294b;
}

.Modal-CreateEnquiry .modal-header .modal-title {
  color: #fff;
  text-transform: uppercase;
  font-family: "Playfair Display SC", serif !important;
  font-weight: 600;
  font-size: 16px;
}

.Modal-CreateEnquiry .nav-link {
  color: #000 !important;
  font-size: 18px !important;
}

.nav-tabs .nav-link {
  color: #000 !important;
  font-size: 16px !important;
}

.nav-tabs .nav-link.active {
  color: #87b6e2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  border-bottom: 2px solid #87b6e2 !important;
}

.nav-tabs .nav-link:hover {
  color: #87b6e2 !important;
  border-color: transparent !important;
  cursor: pointer !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.nav-tabs .nav-link.active:hover {
  border-bottom: 2px solid #87b6e2 !important;
}

.Modal-CreateEnquiry .form-control:focus {
  color: #212529;
  background-color: #eef2f6;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: unset;
}

.TapsCreateDiv {
  position: relative;
}

.ButtonBlue-Div {
  position: relative;
  right: 12px;
  /*top: -22px;*/
  text-align: right;
  margin-bottom: 25px;
}

.BtnCreateBlue {
  background-color: #0d294b;
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  border: 0px;
  transition: background-color 0.3s;
}

.BtnCreateBlue:hover {
  background-color: #1a4c89;
  color: #fff;
  transition: background-color 0.3s;
}

.BtnCreateBlue i {
  padding-right: 10px;
  position: relative;
  top: 2px;
}

.ImgBtn-Icon {
  width: 23px;
  height: 23px;
  position: relative;
  top: -4px;
}

.inputs-div {
  width: 100%;
}

.inputs-div label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Texta Medium" !important;
}

.inputs-div input {
  background-color: #eef2f6;
  border: 0px;
  height: 40px;
  padding: 0px 10px;
  color: #0d294b;
  width: 100%;
  font-size: 14px;
}

.inputs-div select {
  word-wrap: normal;
  background-color: #eef2f6;
  border: 0px;
  height: 40px;
  padding: 0px 10px;
  color: #0d294b;
  width: 100%;
}

.select2-container {
  z-index: 3000;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  width: 100%;
  background-color: #eef2f6;
  border: 0px;
  height: 40px;
  padding: 5px 10px;
  color: #0d294b;
}

.inputs-div textarea {
  width: 100%;
  background-color: #eef2f6;
  border: 0px;
  padding: 5px 10px;
  color: #0d294b;
}

.Headcreat {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0d294b;
  margin-bottom: 0px;
}

.Headcreat i {
  padding-right: 5px;
  position: relative;
  top: 3px;
  font-size: 17px;
}

.BG-Headcreat {
  background: #ebf5ff;
  width: fit-content;
  padding: 12px 28px 15px 25px;
  border-radius: 50px;
  position: absolute;
  top: -25px;
  left: 20px;
}

.Border-Div {
  position: relative;
  border: 1px solid #87b6e2;
  border-radius: 16px;
  margin: 0px 10px;
  background-color: #fff;
}

.padding-Div {
  padding: 20px 22px;
}

.InputAndBtn input {
  width: 80%;
}

.InputAndBtn button {
  border-radius: 0px;
  background-color: #eef2f6;
  border: 0px;
  height: 40px;
  color: #0d294b;
  width: 18%;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border: none;
  background-color: #eef2f6 !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn-outline-secondary:hover {
  color: #0d294b;
}

.InputAndBtn-Picker {
  display: flex;
  gap: 5px;
}

.InputAndBtn-Picker button,
.InputAndBtn-Picker a {
  height: 40px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #eef2f6;
  border: 0px;
  color: #0072c6;
  padding: 0px;
  max-width: 40px;
  min-width: 40px;
  display: block;
  text-align: center;
}

.InputAndBtn-Picker button.IconBtnInfo,
.InputAndBtn-Picker a.IconBtnInfo {
  background-color: #eef2f6 !important;
}

.InputAndBtn-Picker button.IconBtnInfo:hover,
.InputAndBtn-Picker a.IconBtnInfo:hover {
  background-color: #ebf5ff !important;
}

.gj-unselectable {
  margin-bottom: 0px !important;
}

.checkbox-Div .containerck {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Texta Medium" !important;
}

.containerck .checkmark3 {
  border: 2px solid #87b6e2;
  position: absolute;
  left: 5px;
  height: 20px;
  width: 20px;
  top: 2px;
  border-radius: 3px;
}

.containerck input:checked ~ .checkmark3:after {
  display: block;
}

.containerck .checkmark3:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #0d294b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.containerck input:checked ~ .checkmark3 {
  background: #87b6e2;
}

.IconBtnInfo i {
  font-size: 20px;
  color: #0072c6;
}

.IconBtnInfo {
  line-height: 45px;
  padding: 0px 10px;
}

.btn-close.CloseBtn {
  background: transparent;
  color: #fff;
  font-size: 30px;
  position: relative;
  padding: 0px;
  top: -6px;
  right: 11px;
}

.Modal-CreateEnquiry
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
}

textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: unset;
}

.gj-datepicker-bootstrap .btn-outline-secondary {
  color: #0072c6;
}

.InputAndBtn-Picker button:hover {
  background-color: #ebf5ff;
}

.Filter-Btn {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #87b6e2;
  color: #0d294b;
  font-size: 17px;
  font-weight: 500;
  font-family: "Texta Medium" !important;
}

.Filter-Btn:hover {
  background-color: #6ba3d8;
}

.Filter-Btn i {
  padding-right: 5px;
}

.Table-Style.table > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent;
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 500;
  font-family: "Texta Medium" !important;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}

.Table-Style tbody td {
  color: #575757;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}

.Table-Style thead {
  background-color: #eef2f6;
}

table.Table-Style.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  color: #575757;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}

.table-responsive div.dataTables_wrapper div.dataTables_filter input {
  border: 0px;
}

.table-responsive div.dataTables_wrapper div.dataTables_filter label {
  border-bottom: 1px solid #eef2f6;
}

.table-responsive .form-control:focus {
  box-shadow: unset;
}

.TablePosition {
  position: relative;
}

.DivCancelTable {
  position: absolute;
  left: 0px;
  z-index: 2;
  top: -45px;
}

.NumperSelected {
  padding-right: 20px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #858796;
}

.BtnCancel-Table {
  color: #e28789;
  border: 1px solid #e28789;
  background-color: unset;
  padding: 5px 15px;
  font-size: 16px;
}

.BtnCancel-Table i {
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.BtnCancel-Table:hover {
  color: #fff;
  background-color: #e28789;
}

.TextTD {
  text-align: left !important;
}

.DropdownTable .dropdown-item {
  font-weight: 400;
  color: #575757 !important;
  font-size: 14px;
}

.DropdownTable .dropdown-item:hover {
  background-color: #eef2f6;
}

.DropdownTable .dropdown-item i {
  padding-right: 10px;
}

tbody:focus-visible,
tr:focus-visible,
td:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

table.Table-Style.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #cfe0f1;
}

table.dataTable tr th.select-checkbox.selected::after {
  content: "✔";
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px,
    rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: " ";
  margin-top: -6px;
  margin-left: -6px;
  border: 2px solid #87b6e2;
  border-radius: 3px;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  left: 47%;
  width: 14px;
  height: 14px;
  top: 2.2em;
}

table.dataTable tbody td.select-checkbox:before {
  top: 22px;
}

.CheckBox-Table i {
  color: #87b6e2;
}

tr.selected .text-gray-400 {
  color: #0d294b !important;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  color: #87b6e2;
  content: "\2714";
  margin-top: -12px;
  margin-left: -6px;
  text-align: center;
  text-shadow: unset;
  font-size: 12px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #0d294b;
  background-color: #87b6e2;
  border-color: #87b6e2;
}

.SaveBtn {
  padding: 8px 20px 10px;
}

.ddlnav {
  width: 100%;
  display: flex;
  justify-content: end;
}

.navbar-expand .navbar-nav {
  width: 100%;
}

.ddlnav .dropdown-item {
  font-size: 14px;
}

.btn:focus,
.btn.focus {
  box-shadow: unset;
}

.BtnindexBlue {
  font-size: 15px;
}

.BtnindexBlue i {
  padding-right: 5px;
  font-size: 14px;
}

.TablePosition {
  margin-top: 55px;
}

.sidebar .nav-item .nav-link i {
  font-size: 18px;
  position: relative;
  top: 3px;
}

.sidebar .sidebar-heading {
  font-size: 14px;
}

.LogOut-Btn {
  background-color: #d9d9d9 !important;
  border: 0px;
  border-radius: 50% !important;
  width: 38px !important;
  height: 38px !important;
  text-align: center;
}

.LogOut-Btn:hover {
  background-color: #ebf5ff;
  color: #2d4e76;
}

.Nav-RightItem {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Flex-Center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.Flex-Center > div {
  width: 100%;
}

.Table-Style thead tr th {
  background-color: #eef2f6;
}

.card-header {
  background-color: #f8f9fc;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: unset !important;
}

.btn.show:focus .text-gray-400 {
  color: #87b6e2 !important;
}

.paginationShow {
  font-size: 0.9rem;
  font-weight: 400;
  color: #858796;
}

.navbar .btn-link {
  --bs-btn-color: #0d294b;
}

.navbar .btn-link:hover {
  color: #0d294b;
  background-color: #eaecf4;
}

.page-item .page-link {
  z-index: 3;
  color: #0d294b;
  /*color: #0D294B;
    background-color: #87B6E2;
    border-color: #87B6E2;*/
}

.page-item .page-link:hover {
  cursor: pointer;
}

.page-item.disabled .page-link {
  z-index: 3;
  color: #858796 !important;
  background-color: transparent !important;
  border-color: #dddfeb !important;
}

.FlexBtnDiv {
  display: flex;
  gap: 10px;
}

.Clear-Btn {
  background: transparent;
  border: 2px solid #87b6e2;
  color: #7da5cb;
  padding: 0px 15px;
}

.Clear-Btn:hover {
  background: #7da5cb;
  border: 2px solid #7da5cb;
  color: #fff;
}

.Table-Style .containerck .checkmark3 {
  left: 10px;
  height: 19px;
  width: 19px;
  top: -20px;
  border-radius: 3px;
}

/* Customize the label (the container) */
.SingRBcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px !important;
  cursor: pointer;
  font-size: 22px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.SingRBcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.SingRBcontainer .checkmarkRB {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.SingRBcontainer:hover input ~ .checkmarkRB {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.SingRBcontainer input:checked ~ .checkmarkRB {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.SingRBcontainer .checkmarkRB:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.SingRBcontainer input:checked ~ .checkmarkRB:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.SingRBcontainer .checkmarkRB:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.containerSingRb.containerRb input:checked ~ .checkmark2 {
  background-color: #0072c6;
}

.bg-gradient-primary.navbar-nav {
  height: 100%;
}

p-calendar {
  display: block;
  width: 100%;
}

p-calendar > span {
  width: 100% !important;
}

.inputs-div p-calendar input {
  border-radius: 0px;
}

.p-dropdown {
  border-radius: 0px;
  padding-right: 0px !important;
}

.p-dropdown .p-dropdown-label.p-placeholder {
  color: #0d294b;
  line-height: 15px;
  padding-left: 0px;
  font-size: 14px;
}

.p-dropdown .p-dropdown-label {
  color: #0d294b;
  line-height: 15px;
  padding-left: 0px;
  font-size: 14px;
}

.inputs-div .dropup,
.inputs-div .dropright,
.inputs-div .dropdown,
.inputs-div .dropleft {
  width: 100%;
}

.p-dropdown-items {
  padding-left: 0px;
}
/*.p-dropdown-label {
    text-overflow: ellipsis;
    max-width: 70px;
    width:70px;
  }*/
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.p-dropdown:not(.p-disabled).p-focus {
  box-shadow: unset;
}

.p-inputtext:enabled:focus {
  box-shadow: unset;
}

.p-datepicker table td {
  padding: 0rem;
}

.p-datepicker table td > span {
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.p-datepicker table th {
  font-size: 14px;
}

.InputAndBtn-Picker button {
  font-size: 14px;
  background-color: transparent !important;
}

.UploadDiv {
  text-align: center;
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
  position: relative;
}

.UploadDiv input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  z-index: 100;
}

.ImageContent {
  border: 2px dashed #e5e5e5;
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ImageContent i {
  font-size: 4rem;
  color: #cdcdcd;
}

.ImageContent p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #b3b3b3;
  text-transform: capitalize;
  margin-top: 5px;
}

.UploadImgBtn {
  height: 40px;
  border: 1px solid #0286d6;
  width: 100%;
  margin-top: 10px;
  color: #0286d6;
  background-color: #fcfcfc;
  transition: all 0.3s;
}

.UploadImgBtn:hover {
  color: #fff;
  background-color: #0286d6;
  transition: all 0.3s;
}

.ImageBox {
  height: 200px;
  width: 100%;
  border: 2px solid #e5e5e5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ImageBox img {
  width: unset !important;
  height: unset !important;
  object-fit: cover;
  max-width: 200px;
  max-height: 200px;
}

.ClearImg {
  position: absolute;
  opacity: 1;
  z-index: 101;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 4px 8px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  transition: background-color 0.3s;
}

.ClearImg:hover {
  background-color: #fff3;
  transition: background-color 0.3s;
}

.UploadOverlay {
  background-color: #00000061;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  left: 0px;
}

.FileName {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-weight: 700;
}

.UploadDiv:hover .UploadOverlay {
  transition: opacity 0.3s;
  opacity: 1;
}

.CardPhotos {
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid rgb(0 0 0 / 10%);
}

.BTN-Card {
  width: 100%;
  background-color: #87b6e2;
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  border: 0px;
  transition: background-color 0.3s;
}

.BTN-Card:hover {
  background-color: #1a4c89;
  color: #fff;
  transition: background-color 0.3s;
}

.BTN-Next {
  background-color: #11417c;
  border: 1px solid #11417c;
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  transition: background-color 0.3s;
}

.BTN-Next:hover {
  background-color: #1a4c89;
  color: #fff;
  transition: background-color 0.3s;
}

.BTN-Next i {
  position: relative;
  top: 4px;
  left: 5px;
}

.BTN-Previous {
  background-color: unset;
  color: #11417c;
  font-size: 18px;
  padding: 5px 20px;
  border: 1px solid #11417c;
  transition: background-color 0.3s;
}

.BTN-Previous:hover {
  background-color: #eef2f6;
  color: #0d294b;
  transition: background-color 0.3s;
}

.BTN-Previous i {
  position: relative;
  top: 3px;
  right: 4px;
}

.DFlexBTn button.BTN-Next:disabled {
  background-color: #11417c47 !important;
  border: 1px solid #11417c17 !important;
  color: #fff !important;
}

.DFlexBTn button.BTN-Previous:disabled {
  color: #bdcadb !important;
  border: 1px solid #bdcadb !important;
  background-color: transparent !important;
}

.DFlexBTn {
  display: flex;
  justify-content: end;
}

.DFlexBTn button {
  min-width: 120px;
}

.textareaHight {
  height: 100px;
}

.SearchCustomer {
  border: none;
  background-color: #87b6e2;
  color: #0d294b;
  font-size: 17px;
  font-weight: 500;
  font-family: "Texta Medium" !important;
  padding: 5px 20px;
}

.SearchCustomer i {
  position: relative;
  top: 2px;
  right: 3px;
}

.SearchCustomer:hover {
  background-color: #6ba3d8;
}

.paddingTable {
  padding: 20px 22px;
}

.TableStyle-Customer {
  text-align: center;
}

.TableStyle-Customer thead {
  background-color: #eef2f6 !important;
}

.TableStyle-Customer thead th {
  background-color: #eef2f6 !important;
}

.TableStyle-Customer thead tr th {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 500;
  font-family: "Texta Medium" !important;
  text-transform: uppercase;
}

.TableStyle-Customer tbody tr td {
  color: #575757;
  font-size: 14px;
}

.TableStyle-Customer {
  border-color: #e3e6f0;
}

.TableStyle-Customer .form-check {
  position: relative;
  left: 8px;
}

.Clear-DataBtn {
  background: transparent;
  border: 2px solid #87b6e2;
  color: #7da5cb;
  padding: 0px 15px;
}

.Clear-DataBtn:hover {
  background: #7da5cb;
  border: 2px solid #7da5cb;
  color: #fff;
}

.WhiteColorBTN {
  color: #ffffff;
}

.tableRadioBtn .form-check-input:checked {
  background-color: #87b6e2;
  border-color: #87b6e2;
}

.TableStyle-Customer tr:has(.form-check-input:checked) {
  background-color: #cfe0f1;
}

.InputAndBtn-Picker .BtnLook {
  height: 40px;
  border: none;
  background-color: #87b6e2 !important;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  font-family: "Texta Medium" !important;
  padding: 0px 15px !important;
  max-width: fit-content;
  min-width: fit-content;
}

.InputAndBtn-Picker .BtnLook:hover {
  background-color: #6ba3d8 !important;
}

.ImageCrop {
  max-width: 500px !important;
  max-height: 900px !important;
}

.ImageCropDiv {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
}

.MinHeight {
  min-height: 90vh;
}

.badge {
  padding: 6px 10px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.listItems .BG-RadioBTn {
  margin-bottom: 10px;
}

.listItems {
  border: 1px solid #87b6e2;
  padding: 20px 20px 10px;
  border-radius: 5px;
  max-height: 300px;
  overflow: auto;
  min-height: 100px;
}

.inputs-div .BG-RadioBTn:has(input:checked) label {
  color: #fff;
}

.listItems .containerRb input {
  height: 100% !important;
  width: 100%;
  left: 0px;
  top: 0;
}

.btn-close:focus {
  box-shadow: unset !important;
}

.listItems .containerRb .checkmark2 {
  top: 50%;
  transform: translate(0%, -50%);
}

#modulesModal .BG-RadioBTn {
  margin-bottom: 10px;
}

.keyboardDiv {
  position: absolute;
  right: 35px;
  top: 25px;
}

.viewPage .keyboardDiv {
  position: absolute;
  right: 15px;
  top: 5px;
}

.keyboardDiv .keyboard-button {
  background-color: transparent !important;
  padding: 5px 0rem !important;
  width: 37px !important;
  position: relative;
  z-index: 11;
  left: 0px !important;
  /*pointer-events: none;*/
  user-select: none;
  color: transparent !important;
  border: 0px;
}

.KeyboardIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #6b7280;
  z-index: 10;
}

.keyboard-button:hover ~ .KeyboardIcon {
  color: #4b5563;
}

.keyboard-button:focus {
  outline: none;
  box-shadow: unset !important;
}

.page-item:not(:first-child) .page-link {
  z-index: 3;
  color: #0d294b;
  background-color: #87b6e2;
  border-color: #87b6e2;
}

.Button1itemsWithSelect .SelectDiv {
  width: calc(100% - 45px);
}

.Button2itemsWithSelect .SelectDiv {
  width: calc(100% - 90px);
}

.Button3itemsWithSelect .SelectDiv {
  width: calc(100% - 135px);
}

.Button4itemsWithSelect .SelectDiv {
  width: calc(100% - 180px);
}

.row5items .col-md {
  flex: 0 0 auto;
  width: 20%;
}

.row5items .col-lg {
  flex: 0 0 auto;
  width: 20%;
}

.w27 {
  width: 27% !important;
}

.touch-keyboard .touch-keyboard-key {
  width: 50px !important;
  line-height: 40px !important;
}

.cdk-overlay-pane {
  min-width: fit-content !important;
}

.InputAndBtn-Picker button.IconBtnInfo[disabled] {
  background-color: #f5f7fa !important;
}

.InputAndBtn-Picker button.IconBtnInfo[disabled] i {
  color: #caced3 !important;
}

.form-control.DatePickerInput4:focus {
  background-color: #eef2f6;
}

.form-control.DatePickerInput1:focus {
  background-color: #eef2f6;
}

.Button5itemsWithSelect .SelectDiv {
  width: calc(100% - 225px);
}

.IconBTN.IconBtnInfo {
  background-color: #eef2f6 !important;
  border: 0px;
  color: #0072c6;
  padding: 0px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  margin-left: 0px;
  border-radius: 0px;
}

.IconBTN.IconBtnInfo:hover {
  background-color: #ebf5ff !important;
  cursor: pointer;
}
/* Tooltip container */
.tooltipMain {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipMain .tooltiptext {
  visibility: hidden;
  width: fit-content;
  background-color: #cbe0fa;
  color: #0d294b;
  text-align: center;
  padding: 5px 20px;
  white-space: nowrap;
  border-radius: 6px;
  position: absolute;
  z-index: 102;
  bottom: 125%;
  left: -38%;
  margin-left: 0px;
  line-height: 25px;
  font-size: 14px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltipMain .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #cbe0fa transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipMain:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

tfoot td {
  font-family: "Texta Medium";
  color: #0d294b;
}

tfoot tr {
  background-color: #eef2f661;
}

tfoot tr td {
  background-color: #eef2f661 !important;
}

.ConfirmBtn {
  border: 0px;
  height: 40px;
  text-align: center;
  background-color: #ddd;
  padding: 0px 20px;
  min-width: 100px;
}

.OKBtn {
  background-color: #87b6e2;
}

.OKBtn:hover {
  background-color: #82aed8;
}

.CancelBtn {
  background-color: #f0f0f0;
}

.CancelBtn:hover {
  background-color: #e5e2e2;
}

.ConfirmTitle {
  text-align: center;
  font-size: 2rem;
}

.ConfirmDesc {
  text-align: center;
  font-size: 16px;
  color: #6f636a;
}

.NoBorderB {
  border-bottom: 0px solid #dee2e6;
}

.ConfirmBtnDiv {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin: 0 auto !important;
  margin-bottom: 20px;
}

.ConfirmContent {
  padding: 0px 20px;
}

.ConfirmIcon i {
  color: #fb2b3a;
  font-size: 45px;
  display: block;
  margin: 20px auto 10px;
  text-align: center;
  font-weight: 200;
}

.borderCard {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
}

.ListDiv ul {
  list-style: none;
  padding-left: 0rem;
}

.ListDiv li {
  margin-bottom: 10px;
}

.ListDiv button {
  border: 0px;
  width: 100%;
  background-color: #eef2f6;
  text-align: left;
  height: 45px;
  padding: 5px 15px;
  color: #0d294b;
  border-radius: 5px;
  font-size: 14px;
}

.ListDiv button i {
  margin-right: 5px;
}

.ListDiv .ActiveBtn {
  background-color: #0d294b;
  color: #fff;
}

.DescContainer {
  width: 100%;
}

.lines {
  margin-left: 40px;
  margin-top: 6px;
}

.dot {
  width: 14px;
  height: 14px;
  background: #d1d6e6;
  border-radius: 7px;
}

.line {
  height: 103px;
  width: 2px;
  background: #d1d6e6;
  margin-left: 5.3px;
}

.cards {
  margin-left: 0px;
}

.Desccard {
  width: 100%;
  height: auto;
  padding: 20px 25px;
  background: #ffffff;
  box-shadow: 0 2px 2px 0 #eeeeee40;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 10px;
  color: #2b2862;
  font-family: "Texta Medium";
  position: relative;
}

.Desccard::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #d1d6e6;
  border-radius: 7px;
  display: block;
  top: 60px;
  left: -35px;
  display: none;
}

.Desccard::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #d1d6e6;
  border-radius: 7px;
  display: block;
  top: 72px;
  left: -30px;
  display: none;
}

.Desccard:last-child::before {
  height: calc(100% - 70px);
  display: none;
}

.Desccard h4 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
}

.Desccard h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.Desccard p {
  font-size: 16px;
  line-height: 22px;
  color: #2b2862;
  margin-bottom: 0px;
}

.DescIcon {
  background-color: #eef2f6;
  color: #2986dd;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
}

.DivHeightScroll {
  height: calc(100vh - 335px);
  min-height: calc(100vh - 335px);
  max-height: calc(100vh - 335px);
  overflow-y: auto;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 10px 0px 22px;
}

.modalStyle .modal-header {
  background-color: #0d294b;
}

.modalStyle .modal-header .modal-title {
  color: #fff;
  text-transform: uppercase;
  font-family: "Playfair Display SC", serif !important;
  font-weight: 600;
  font-size: 16px;
}

.modalStyle .modal-dialog {
  max-width: 900px;
}

.BG-Headcreat {
  z-index: 100;
}

.BtnCreateBlue.ExitBtn {
  background-color: #87b6e2;
}

.PathSpan i {
  margin-left: 20px;
  font-size: 17px;
  position: relative;
  top: 3px;
  display: inline-block;
}

.PathSpan span {
  max-width: 200px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 18px;
  font-size: 14px;
}

.NoDataDiv {
  height: 93%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.NoDataDiv img {
  width: 200px;
}

.NoDataDiv p {
  font-size: 18px;
  font-weight: 600;
  color: #8b8b8b;
}

.ErrorTxt {
  color: red;
  font-size: 14px;
}

.messageDiv {
  text-align: right;
}

.CKBoxMT {
  margin-top: 35px;
}

p-message span {
  font-size: 14px !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 5px;
}

.TableStyle-Customer.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #e3e6f0;
}

.modal-body .BtnCancel-Table {
  color: #212529;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
}

.modal-body .BtnCancel-Table:hover {
  color: #212529;
  border: 1px solid #e5e2e2;
  background-color: #e5e2e2;
}

.LabelVal {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Texta Medium" !important;
  color: #0d294b;
  width: 180px;
}

.SpanVal {
  font-size: 16px;
  display: block;
  color: #858796;
}

.borderbottom {
  border-bottom: 1px solid #dddddd3b;
  padding: 3px 0px;
}

div .borderbottom:last-child {
  border-bottom: 0px;
}

.IconBTN.IconBtnInfo.tooltipMain {
  margin-left: 5px;
}

.timeLineDiv {
  height: calc(100% - 70px);
}

.timeLineDiv .col-md-5,
.timeLineDiv .col-md-7 {
  height: calc(100% - 70px);
}

.Border-Div {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.table td > a {
  color: #256bbf;
}

.table td > a:hover {
  color: #4097e9;
}

.card-header {
  height: 55px;
}
/* .inputs-div input[type="text"]:disabled {
  opacity: 0.6;
}*/
.Table-Style tbody tr.GreenRow td {
  background-color: #0392031c !important;
}
.Table-Style tbody tr.GreenRow:nth-of-type(even) td {
  background-color: #0392031c !important;
}
.JobToDoTable.TableStyle-Customer tbody tr.greenred:nth-of-type(odd) td,
.JobToDoTable.TableStyle-Customer tbody tr.greenred:nth-of-type(even) td {
  background-color: #0392031c !important;
  color: red;
}

.JobToDoTable.TableStyle-Customer tbody tr.greenblue:nth-of-type(odd) td,
.JobToDoTable.TableStyle-Customer tbody tr.greenblue:nth-of-type(even) td {
  background-color: #0392031c !important;
  color: blue;
}

.JobToDoTable.TableStyle-Customer tbody tr.greenblack:nth-of-type(odd) td,
.JobToDoTable.TableStyle-Customer tbody tr.greenblack:nth-of-type(even) td {
  background-color: #0392031c !important;
  color: black;
}

.JobToDoTable.TableStyle-Customer tbody tr.whitered:nth-of-type(odd) td {
  background-color: white !important;
  color: red;
}

.JobToDoTable.TableStyle-Customer tbody tr.whitered:nth-of-type(even) td {
  background-color: #f9f9f9 !important;
  color: red;
}

.JobToDoTable.TableStyle-Customer tbody tr.whiteblue:nth-of-type(odd) td {
  background-color: white !important;
  color: blue;
}

.JobToDoTable.TableStyle-Customer tbody tr.whiteblue:nth-of-type(even) td {
  background-color: #f9f9f9 !important;
  color: blue;
}

.JobToDoTable.TableStyle-Customer tbody tr.whiteblack:nth-of-type(odd) td {
  background-color: white !important;
  color: black;
}

.JobToDoTable.TableStyle-Customer tbody tr.whiteblack:nth-of-type(even) td {
  background-color: #f9f9f9 !important;
  color: black;
}

.greenFont td {
  color: green !important;
}

.Table-Style tbody tr.white td {
  background-color: white;
}

.Table-Style tbody tr.red td {
  color: red;
}

.MobileLogo {
  display: none;
}
/*.modal.fade {
  z-index: 10000000 !important;
  background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.fade {
  opacity: 0;
}*/
.LgInput {
  height: 55px !important;
  font-size: 16px !important;
}

.LGbtn {
  height: 55px !important;
  min-width: 55px !important;
  font-size: 16px !important;
}

.LGbtn2 {
  height: 48px !important;
  min-width: 55px !important;
  font-size: 16px !important;
}

.TerBlueColorBtn.LGbtn {
  min-width: 80px !important;
  padding: 0px 20px;
}

.w100 {
  width: 100%;
}

.number-keyboard {
  display: none;
  position: absolute;
  top: 60px;
  left: 11px;
  width: 290px;
  z-index: 102;
  background-color: #eeefef;
  padding: 10px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.show-keyboard {
  display: block;
}

.number-keyboard .NumKeyboardBtn {
  position: relative;
  background: #fff;
  text-align: center;
  color: #333;
  float: left;
  border-radius: 0.3em;
  padding: 0.2em;
  width: 100%;
  height: 48px;
  font-size: 21px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #f9f9f9;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.number-keyboard .NumKeyboardBtn.NumKeyboardGrayBtn {
  background: #f7f7f7;
}

.number-keyboard > div .NumKeyboardBtn:active {
  background: #f9f9f9;
  color: #000;
  position: relative;
  top: 0.2em;
  box-shadow: rgba(99, 99, 99, 0.123) 0px 2px 8px 0px;
}

.number-keyboard .col-4,
.number-keyboard .col-12 {
  margin: 0px;
  padding: 5px 5px;
}

.LightBlueBtn {
  background-color: #eef2f6 !important;
  border: 0;
}

.LightBlueBtn i {
  font-size: 24px;
  color: #0072c6;
}

.LightBlueBtn:hover {
  background-color: #ebf5ff !important;
}

.TerBlueColorBtn {
  border: 0px;
  background-color: #87b6e2 !important;
  color: #0d294b !important;
  font-size: 16px;
  transition: background-color 0.3s;
}

.TerBlueColorBtn:hover {
  background-color: #6ba3d8 !important;
  transition: background-color 0.3s;
}

.TerBlueBtn {
  border: 0px;
  background-color: #87b6e2;
  color: #fff;
  font-size: 16px;
  transition: background-color 0.3s;
}

.TerBlueBtn:hover {
  background-color: #6ba3d8 !important;
  transition: background-color 0.3s;
}

.FullRedBtn {
  border: 0px;
  background-color: #e15a5d;
  color: #fff;
  font-size: 16px;
  transition: background-color 0.3s;
}

.FullRedBtn:hover {
  background-color: #d62d31;
  transition: background-color 0.3s;
}

.TableAnchor {
  text-decoration: underline;
  font-size: 15px;
}

.LightBlueBtn i.ArrowIcon {
  font-size: 40px;
}

.titleLabel {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Texta Medium" !important;
  color: #0d294b;
  display: inline-block;
  margin-right: 10px;
}

.ValueSpan {
  font-size: 16px;
  color: #646674;
}

.OrderTitle {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #333 !important;
}

.OrderTitle:hover {
  text-decoration: none;
  color: #333 !important;
}

.ValignMiddleTable td {
  vertical-align: middle;
}

.OrderTitlehover:hover {
  text-decoration: underline;
  color: #6ba3d8 !important;
  cursor: pointer;
}
.keyboardDiv.NumKeysDiv {
  position: relative;
  right: inherit;
  top: inherit;
  background-color: #eef2f6 !important;
}
.keyboardDiv.NumKeysDiv:hover {
  background-color: #ebf5ff !important;
}
.keyboardDiv.NumKeysDiv .KeyboardIcon {
  font-size: 24px;
  color: #0072c6;
}
.keyboardDiv.NumKeysDiv .LightBlueBtn:hover {
  background-color: transparent !important;
}
.cdk-overlay-pane:has(.layout-numeric-default) {
  width: 280px;
  min-width: 280px !important;
}
.touch-keyboard.layout-numeric-default .touch-keyboard-key {
  font-size: 18px;
}
.largbtns .page-item .page-link {
  height: 50px;
  min-width: 100px;
}
.NumKeysDiv:hover {
  cursor: pointer;
}
.keyboardDiv .keyboard-button:hover {
  cursor: pointer;
}
.InscriptionOnProduction .inputs-div input {
  height: 55px !important;
  font-size: 16px !important;
}
.InscriptionOnProduction .inputs-div .p-dropdown,
.InscriptionOnProduction .inputs-div select {
  height: 55px !important;
  font-size: 16px !important;
}
.InscriptionOnProduction .p-dropdown .p-dropdown-label {
  line-height: 30px;
}
.InscriptionOnProduction .Filter-Btn {
  height: 55px;
}
.InscriptionOnProduction .p-disabled.p-dropdown,
.InscriptionOnProduction .p-component.p-dropdown:disabled {
  opacity: 1;
}
.OrderTitle.OrderTitlehover {
  text-decoration: underline;
  color: #256bbf !important;
}

.OrderTitle.OrderTitlehover:hover {
  text-decoration: underline;
  color: #6ba3d8 !important;
  cursor: pointer;
}
.page-link:focus {
  box-shadow: unset !important;
}

.Table-Style.table.ProductionFilterTable > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent;
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  font-family: "Texta Regular" !important;
  text-align: inherit;
  white-space: inherit;
  text-transform: unset;
}

.ViewOrderTabsDiv .tab-pane {
  height: 62vh;
  max-height: 62vh;
  overflow: hidden;
  overflow-y: auto;
}
.ViewOrderTabsDiv .Border-Div {
  height: auto;
  max-height: fit-content;
  min-height: auto;
}
.ViewOrderTabsDiv .nav-tabs .nav-link {
  min-width: 120px;
}

.ViewOrderTabsDiv .tab-pane .tab-pane {
  height: auto;
  max-height: inherit !important;
  overflow: hidden;
  overflow-y: auto;
}
.WarningMSGDiv .bg-warning {
  height: 55px;
  color: #842029 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c2c7 !important;
  font-weight: 600 !important;
  line-height: 40px;
  width: 100%;
  min-width: fit-content;
  max-width: 100%;
  text-align: left;
  border-radius: 0px;
}
.WarningMSGDiv .bg-warning i {
  font-size: 25px;
  position: relative;
  top: 6px;
  margin-right: 7px;
  margin-left: 10px;
}

.Table-Style tbody tr:nth-of-type(even) td {
  background-color: #f9f9f9 !important;
}
.TableStyle-Customer tbody tr:nth-of-type(even) td {
  background-color: #f9f9f9 !important;
}

.TableStyle-Customer tbody tr.GreenRow:nth-of-type(even) td {
  background-color: #0392031c !important;
}
thead tr th {
  position: relative;
}
.SortDiv {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-size: 8px;
  right: 8px;
  top: 10px;
  color: #c6c5c5;
}
.SortDiv button {
  border: 0px;
  background-color: transparent;
  padding: 0px;
  height: 8px;
  color: #c6c5c5;
}
.ActiveSort {
  color: #0d294b;
}
.TableStyle-Customer thead tr th {
  padding-right: 20px;
}
.Table-Style thead tr th {
  padding-right: 20px;
}
.table-responsive.MenuDDL {
  overflow: unset;
}
.table-responsive.MenuDDL .DropdownTable .dropdown-item {
  font-size: 13px;
  padding: 1px 10px;
}
.table-responsive.MenuDDL .DropdownTable .dropdown-item i {
  padding-right: 5px;
  font-size: 11px;
}
.table-responsive > .table-bordered {
  border: 1px solid #e3e6f0;
}
.DropdownTable .btn,
.DropdownTable .dropdown-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.DropdownTable .btn.show,
.DropdownTable .dropdown-toggle.show {
  background-color: #d0e5ff87;
}
.DropdownTable .btn.show .text-black {
  color: #87b6e2 !important;
}
.DropdownTable .btn.show i,
.DropdownTable .dropdown-toggle.show i {
  color: #87b6e2 !important;
}
.GreenRow .DropdownTable .btn.show,
.DropdownTable .dropdown-toggle.show {
  background-color: #d0e5ff;
}
.DropdownTable .dropdown-item:hover {
  cursor: pointer;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
  font-size: 14px;
}
.PreviewBtn {
  right: 46px;
}
.image-preview-modal .modal-content {
  width: 700px !important;
}
.image-preview-modal .image-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 20px;
}
.image-preview-modal .modal-header {
  background-color: #0d294b !important;
}
.image-preview-modal .zoom-btn,
.image-preview-modal .close-btn {
  background-color: #6ba3d8 !important;
}
.image-preview-modal .zoom-btn:hover {
  background-color: #6ba3d8 !important;
}
.image-preview-modal .close-btn {
  background-color: transparent !important;
  opacity: 0.7 !important;
}

.image-preview-modal .close-btn:hover {
  background-color: transparent !important;
  opacity: 1 !important;
}
.image-preview-modal {
  background-color: rgb(0 0 0 / 50%) !important;
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
input:disabled,
textarea:disabled,
.inputs-div select:disabled {
  opacity: 0.6;
}
.InputAndBtn-Picker button.IconBtnInfo[disabled] img {
  opacity: 0.3;
}
.containerSingRb.containerRb input:disabled:checked ~ .checkmark2 {
  opacity: 0.3;
}
.containerck input:disabled:checked ~ .checkmark3 {
  opacity: 0.3;
}
.containerck input:disabled ~ .checkmark3 {
  opacity: 0.3;
}
.IconBTN.IconBtnInfo:disabled,
.IconBTN.IconBtnInfo:hover:disabled {
  background-color: #f5f7fa !important;
}
.IconBTN.IconBtnInfo:disabled i {
  color: #caced3 !important;
}
.DocumentSchedule .col-lg-5 {
  padding-left: 0px !important;
}
.DocumentSchedule .col-lg-7 {
  padding-right: 0px !important;
}
.DocumentSchedule .container {
  padding: 0px !important;
}
.table-responsive {
  max-height: 800px;
  overflow-y: auto;
  position: relative;
}

/* Stop scroll from table container too */
/*  .table-responsive:has(tbody tr:last-child .dropdown:focus-within),
  .table-responsive:has(tbody tr:last-child .dropdown:hover) {
    overflow: visible;
  }*/
.scheduling-container {
  padding: 0px 10px 10px;
  background: #f8f9fa;
  min-height: 100vh;
}

.header-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 10px 15px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.week-navigation {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.week-selector {
  text-align: center;
  min-width: 190px;
}

.week-selector h2 {
  margin: 0;
  color: #2c3e50;
  font-size: 1.2rem;
  font-weight: 600;
}

.week-selector p {
  margin: 0.25rem 0 0 0;
  color: #7f8c8d;
  font-size: 0.8rem;
}

.view-controls {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/* Week Grid Layouts */
.week-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* Default: 3 rows layout */
.week-grid.view-mode-default {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

.week-grid.view-mode-default .day-container:last-child {
  grid-column: 2;
}

/* 2 rows layout */
.week-grid.view-mode-two-rows {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.week-grid.view-mode-two-rows .day-container:nth-child(n + 5) {
  grid-row: 2;
}

/* Single row layout */
.week-grid.view-mode-single-row {
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
}

/* Compact view */
.week-grid.view-mode-compact {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, minmax(300px, 1fr));
}

.week-grid.view-mode-compact .day-container:nth-child(n + 5) {
  grid-row: 2;
}

.day-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.day-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.day-container.today {
  border-color: #fff;
  background: #fff;
}

.day-container.weekend {
  background: #fff;
}

.day-header {
  padding: 12px 15px;
  background: #fff;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.day-container.today .day-header {
  background: #fff;
  color: #000;
}

.day-container.weekend .day-header {
  background: #fff;
  color: #000000;
}

.day-info h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.day-date {
  font-size: 0.9rem;
  opacity: 0.8;
}

.day-stats {
  text-align: right;
  font-size: 0.8rem;
}

.item-count {
  display: block;
  font-weight: 600;
}

.urgent-count {
  display: block;
  color: #dc3545;
  font-weight: 600;
  margin-top: 0.25rem;
}

.day-container.today .urgent-count {
  color: #ffeb3b;
}

.day-table-wrapper {
  flex: 1;
  overflow: hidden;
}

.day-table {
  height: 100%;
}

.day-table .p-datatable-wrapper {
  height: 100%;
  max-height: 265px !important;
}

.day-table .p-datatable-tbody > tr {
  cursor: pointer;
  transition: all 0.2s ease;
}

.day-table .p-datatable-tbody > tr:hover {
  background: #f0f8ff !important;
  transform: scale(1.01);
}

.day-table .p-datatable-tbody > tr.selected {
  background: #e3f2fd !important;
  border-left: 3px solid #007bff;
}

.taxi-no {
  font-weight: 500;
  color: #2c3e50;
  font-size: 11px;
}

.time-slot {
  background: #f8f9fa;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #6c757d;
}

.fixing-type-tag {
  font-size: 0.7rem !important;
  padding: 0.25rem 0.5rem !important;
}

.cemetery-name {
  font-size: 0.85rem;
  color: #495057;
}

.deceased-name {
  font-size: 0.8rem;
  color: #6c757d;
  font-style: italic;
}

.empty-day {
  text-align: center;
  padding: 2rem !important;
  color: #adb5bd;
}

.empty-message i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}

.day-footer {
  padding: 0.5rem;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

.bottom-section {
  display: grid;
  gap: 1rem;
}

.summary-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.summary-card {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}

.summary-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.summary-card.urgent {
  border-left: 4px solid #dc3545;
}

.summary-card.completed {
  border-left: 4px solid #28a745;
}

.summary-card.stone-setting {
  border-left: 4px solid #007bff;
}

.summary-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 1.5rem;
}

.summary-card.urgent .summary-icon {
  background: #f8d7da;
  color: #dc3545;
}

.summary-card.completed .summary-icon {
  background: #d4edda;
  color: #28a745;
}

.summary-card.stone-setting .summary-icon {
  background: #e3f2fd;
  color: #007bff;
}

.summary-content {
  display: flex;
  flex-direction: column;
}

.summary-value {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1;
}

.summary-label {
  font-size: 0.9rem;
  color: #6c757d;
  text-transform: uppercase;
  margin-top: 0.25rem;
}

.footer-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.action-buttons {
  display: flex;
  gap: 0.5rem;
}

/* Row status styling */
.row-urgent {
  border-left: 0px solid #dc3545 !important;
}

.row-completed {
  opacity: 0.7;
  border-left: 0px solid #28a745 !important;
}

.row-pending {
  border-left: 0px solid #ffc107 !important;
}
.day-table-wrapper thead tr th,
.day-table-wrapper tr td {
  font-size: 11px;
}
.day-table-wrapper thead tr th {
  background-color: #eef2f6;
  font-weight: 500;
  color: #575757;
  font-size: 12px;
}
.item-count {
  display: none;
}
.urgent-count {
  display: none;
}
.p-datatable .p-paginator-bottom {
  display: none;
}
.day-footer {
  display: none;
}
.CalBtns {
  background-color: #87b6e2;
  color: #0d294b;
  border: 0px;
  min-height: 43px;
  margin: 0px 3px;
  padding: 0px 20px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
}
.CalBtns:hover {
  background-color: #6ba3d8;
  transition: all 0.3s;
}
.header-controls .checkbox-Div .containerck {
  font-size: 14px;
}
.header-controls .p-button.p-button-outlined {
  color: #87b6e2;
  width: 40px;
  height: 40px;
  padding: 0px;
}
.day-table-wrapper thead th {
  white-space: nowrap;
}
.cemetery-name {
  font-size: 11px;
}
.CardContainer {
  border: 2px solid transparent !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 12px !important;
}
.CardContainerScroll {
  max-height: 400px;
  overflow-x: auto;
}
.day-info {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.day-table .p-datatable-tbody > tr:hover {
  transform: unset;
}
.week-grid {
  display: flex;
  flex-wrap: wrap;
}
.day-container {
  width: 32.5%;
  max-height: 225px;
}
.week-grid .CardContainer.CardContainerScroll {
  width: 66.2%;
  max-height: 225px;
}
.Nav-RightItem .dropdown button {
  background-color: transparent;
  border: 0px;
  margin-right: 4px;
}
/*  .Nav-RightItem .dropdown button:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
    margin-right: 4px;
  }*/
.navbar-expand .navbar-nav .Nav-RightItem .dropdown-menu {
  left: -48px;
  top: 48px;
}

.day-table .p-datatable-tbody > tr:hover {
  background: inherit !important;
}
.day-table .p-datatable-tbody > tr {
  cursor: auto;
}
.day-table .p-datatable-tbody > tr.selected {
  border-left: 0px solid rgb(0, 123, 255);
  background: inherit !important;
}
.day-table tr:nth-child(even) {
  background-color: #f2f2f2 !important;
}
.day-table tr:nth-child(even):hover {
  background-color: #f2f2f2 !important;
}
.btn-close {
  filter: brightness(0) invert(1);
}

.form-control:disabled:focus,
.form-control[readonly]:focus {
  background-color: #eaecf4;
}
.OrderDetailsStyle .container.padding-Div .container.padding-Div {
  padding: 0px !important;
}
.OrderDetailsStyle #Photos .padding-Div {
  zoom: 90%;
}

.input-Blue:-internal-autofill-selected {
  background-color: #0d294b !important;
}
/* Background and text color of autofilled input */
.input-Blue:-webkit-autofill {
  background-color: #0d294b !important;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.StatusSpan {
  background-color: #ebf5eb;
  color: #008000;
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  border-radius: 5px;
}

.GreenStatus {
  background-color: #ebf5eb;
  color: #008000;
}

.RedStatus {
  background-color: #fcf0f0;
  color: #e15a5d;
}

.BlueStatus {
  background-color: #ebf1f5;
  color: #77a1c9;
}

.OrangeStatus {
  background-color: #fcf6e6;
  color: #cc960c;
}

.FlexCol {
  display: flex;
  justify-content: start;
}
.FlexCol > a {
  min-width: 70px;
}
.ViewerDDl > a {
  background-color: #eef2f6;
  padding: 3px 8px;
  border-radius: 5px;
  color: #0d294b;
}

.ViewerDDl > a:hover {
  background-color: #e1eaf2;
  text-decoration: none;
}

.ViewerSpan {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}

.ViewerSpan i {
  position: relative;
  top: 1px;
  font-size: 14px;
}

.ViewerDDl .dropdown-item {
  padding: 0.25rem 15px;
  border-bottom: 1px solid #dddddd4f;
}

.ViewerDDl .dropdown-item:last-child {
  border-bottom: 0px solid #dddddd4f;
}

.FlagDiv {
  display: flex;
  align-items: center;
  gap: 10px;
}

.CommentBtn {
  background-color: #87b6e2;
  border: 0px;
  border-radius: 50%;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 0px 9px #ddd;
}

.InfoTooltip .tooltiptext {
  max-width: 150px;
  min-width: 100px;
  white-space: pre-wrap;
  line-height: 15px;
  padding: 5px 10px;
  left: -36px;
}

.ValidSpan {
  color: red;
}

.ViewImgBox {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border: 2px solid #e5e5e5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.ViewImgBox img {
  width: unset !important;
  height: unset !important;
  object-fit: cover;
  max-width: 200px;
  max-height: 200px;
}

.ImgSelected {
  color: #677788;
  font-weight: 600;
  font-size: 14px;
}

.TrashBtn {
  background-color: #fcf0f0;
  border: 0px;
  color: #e15a5d;
  width: 33px;
  height: 33px;
  border-radius: 5px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.TrashBtn:hover {
  background-color: #ffe9e9;
}

.StatBTN {
  border: none;
  background-color: #87b6e2;
  color: #0d294b;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Texta Medium" !important;
}

.StatBTN i {
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.ApproveBTN {
  background-color: #87b6e2;
  color: #0d294b;
}

.ApproveBTN {
  background-color: #87b6e2;
  color: #0d294b;
}

.ApproveBTN:hover {
  background-color: #6ba3d8;
}

.DeclinedBTN {
  background-color: #f0f0f0;
  color: #0d294b;
}

.DeclinedBTN:hover {
  background-color: #eae8e8;
}

.ActionDiv button {
  width: 28px;
  height: 28px;
  font-size: 17px;
}

.BG-SubHeadcreat {
  left: 236px !important;
}
.NavMenuDDL .btn.dropdown-toggle {
  border: 0px !important;
  height:42px !important;
}
.NavMenuDDL .btn.dropdown-toggle:active,
.NavMenuDDL .btn.dropdown-toggle.show {
  background-color: #ebf5ff !important;
  color: #2d4e76 !important;
  border-radius: 16px;
  border: 0px;
}
.nav-item.NavMenuDDL .dropdown-item:active {
  background-color: #0d294b;
}
.topbar.navbar-light .navbar-nav .nav-item.NavMenuDDL .active {
  background-color: #eef2f6;
  color: #000;
  border-radius: 0px;
}
.btn.btn-outline-primary {
  border-color: #428ed6;
  color: #428ed6;
}
.btn.btn-outline-primary:hover {
  border-color: #428ed6;
  background-color: #428ed6;
  color: #fff;
}

table tbody tr:nth-last-child(-n+3) .dropdown-menu.show /*last three rows on table*/ {
  /*position: absolute !important;
  inset: auto 0px 0px auto !important;
  margin: 0px !important;
  transform: translate3d(-31.2px, -32px, 0px) !important;*/
}
table tr:first-child:nth-last-child(3) ~ tr:first-child .dropdown-menu.show /* select first row if table contain three rows only*/ {
  inset: 0px 0px auto auto !important;
  transform: translate3d(-51.2px, 32px, 0px) !important;
}
table tbody tr:nth-last-child(-n + 3) .ViewerDDl .dropdown-menu.show {
  /* ViewerDDl last three rows on table*/
  /*  transform: translate3d(130.8px, -32px, 0px) !important;*/
  inset: auto auto 0px 0px !important; 
  transform: translate3d(0px, -24.8px, 0px) !important;
}

table tr:first-child:nth-last-child(3) ~ tr:first-child .ViewerDDl .dropdown-menu.show /*ViewerDDl on select first row if table contain three rows only*/ {
  transform: translate3d(130.8px, -32px, 0px) !important;
}
.table-responsive:has(table tbody > tr:only-child) /*if contain one rows only*/ {
  min-height: 220px;
}
.table-responsive:has(tbody > tr:first-child:nth-last-child(2)) /*if contain two rows only*/ {
  min-height: 270px;
}
.table-responsive:has(tbody > tr:first-child:nth-last-child(3)) /*if contain three rows only*/ {
  min-height: 315px;
}
.table-responsive:has(tbody > tr:first-child:nth-last-child(4)) /*if contain four rows only*/ {
  min-height: 358px;
}

.table-responsive:has(table tbody > tr:only-child) .dropdown-menu.show, /* if contain one rows only and  contain two rows only*/
  .table-responsive:has(tbody > tr:first-child:nth-last-child(2)) .dropdown-menu.show {
  position: absolute !important;
  inset: 0px 0px auto auto !important;
  margin: 0px !important;
  transform: translate3d(-31.2px, 32px, 0px) !important;
}
.table-responsive:has(table tbody > tr:only-child) .ViewerDDl .dropdown-menu.show, /*ViewerDDl on if contain one rows only and  contain two rows only*/
  .table-responsive:has(tbody > tr:first-child:nth-last-child(2)) .ViewerDDl .dropdown-menu.show {
  transform: translate3d(115px, 26.4px, 0px) !important;
}

.p-multiselect {
  background: #eef2f6;
  border: 0px solid #d1d5db;
  border-radius: 0px;
  height: 45px;
  padding: 0px 0px 0px 10px;
  color: #0d294b;
  width: 100%;
  font-size: 14px;
  /*  line-height: 31px;*/
}
.p-multiselect-items-wrapper ul {
  padding-left: 0px !important;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  padding: 5px 15px;
  font-size: 14px;
}
.p-checkbox .p-checkbox-box {
  width: 20px;
  height: 20px;
}
.p-multiselect-panel .p-multiselect-header {
  padding: 8px 15px;
}
.multiselect-wrap .p-multiselect-label:not(.p-placeholder) {
  padding: 5px !important;
}
.multiselect-wrap .p-multiselect-token {
  font-size: 12px;
  padding: 0px 10px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 10px;
}
timescircleicon svg {
  width: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #0d294b;
  background: #0d294b;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #0d294b;
}
.multiselect-wrap .p-multiselect-label {
  width: 100%;
}
.p-multiselect-clearable .p-multiselect-label-container {
  padding-right: 10px;
}
.p-multiselect:not(.p-disabled).p-focus {
  box-shadow: unset;
}
.multiselect-wrap .p-multiselect-label {
  line-height: 35px;
}
.p-multiselect timesicon svg {
  margin-right: -7px !important;
}
.PhotosDetailsDiv .PreviewBtn {
  right: 15px;
}
.UploadPhotosDiv .SelectedBtn {
  position: absolute;
  z-index: 1000;
  right: 10px;
  bottom: 10px;
  border: 2px solid #bed7ef;
  background-color: #87b6e2;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  font-size: 27px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: rgb(149 157 165 / 17%) 0px 8px 24px;
}
.UploadPhotosDiv .SelectedBtn.UnSelectedBtn {
  border: 2px solid #d3d1d1;
  background-color: #fff;
  color: #fff;
}
/* Hide selection checkbox in Photo Details section on all pages */
.PhotosDetailsDiv .SelectedBtn {
  display: none !important;
}
/* Right-align preview button in Photo Details since there's no checkbox */
.PhotosDetailsDiv .PreviewBtn {
  right: 10px;
}
/* Hide delete button only in uploaded photos section on production page */
app-approval-production-detail .UploadPhotosDiv .SelectedBtn {
  display: none !important;
}
/* Right-align preview button on production uploaded photos since there's no delete button */
app-approval-production-detail .UploadPhotosDiv .PreviewBtn {
  right: 10px;
}
.NoRecordsTD {
  font-size: 17px !important;
}
.tooltipMain.tooltipArrowRight .tooltiptext::after {
  left: 80%;
}
.UsersBtn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  background-color: #eef2f6;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 13px;
  border: 1px solid #87b6e221;
  color: #0d294b;
}
.UsersBtn:hover {
  background-color: #e1eaf2;
  text-decoration: none;
  color: #0a58ca;
}
.statusToggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Segoe UI", sans-serif;
}

  .statusToggle .label {
    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
  }

  .statusToggle .switch {
    position: relative;
    width: 48px;
    height: 24px;
  }

    .statusToggle .switch input {
      display: none;
    }

  .statusToggle .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #87B6E2; /* Open color */
    border-radius: 999px;
    transition: 0.3s;
  }

    .statusToggle .slider::before {
      content: "";
      position: absolute;
      height: 18px;
      width: 18px;
      left: 3px;
      top: 3px;
      background-color: white;
      border-radius: 50%;
      transition: 0.3s;
    }

  .statusToggle input:checked + .slider {
    background-color: #0D294B; /* Done color */
  }

    .statusToggle input:checked + .slider::before {
      transform: translateX(24px);
    }

  .statusToggle .status-text {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
  }
.picturesMainDiv .upload-photos-header {
  position: absolute;
  top: 98px;
}



.LabelSpan {
  font-weight: bold;
  font-size: 16px !important;
  color: #000000;
}

.conversationDiv {
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}

  .conversationDiv h1 {
    font-weight: 600;
    font-size: 16px !important;
    color: #000000;
  }

  .conversationDiv h2 {
    font-weight: 500;
    font-size: 15px !important;
    color: #000000;
  }

  .conversationDiv p {
    font-weight: 400;
    font-size: 15px !important;
    color: #7E7E7E;
    margin-bottom: 10px;
  }

  .conversationDiv .StatusSpan {
    font-size: 14px !important;
  }

.GrayStatus {
  background-color: #E2E3E5;
  color: #666565;
}

.inputs-div .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback).btn.btn-primary {
  background-color: #164e80 !important;
}

.input-group .btn-primary {
  background-color: #164e80 !important;
  text-align: center !important;
  width: 65px;
}
.input-group .form-control:focus {
  background-color: #EEF2F6;
}
  .input-group .btn-primary:hover {
    background-color: #333 !important;
  }

  .input-group .btn-primary i {
    margin: 0px;
    padding: 0px;
    font-size: 20px !important;
    margin-top: 5px;
  }

.chat-history {
  flex: 1;
  overflow: auto;
  padding: 18px;
}

.msg-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

  .msg-row.me {
    justify-content: flex-end;
  }

.bubble {
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
}

  .bubble.outgoing {
    background: #E6EEE3;
    border: 1px solid #E6EEE3;
    border-top-right-radius: 4px;
  }

  .bubble.incoming {
    background: #E5ECF1;
    border: 1px solid #E5ECF1;
    border-top-left-radius: 4px;
  }

  .bubble .meta {
    font-size: 12px !important;
    color: var(--muted);
    margin-bottom: 6px;
  }

  .bubble strong {
    font-weight: bolder;
    font-size: 14px !important;
    color: #000;
  }

  .bubble small {
    font-size: 13px !important;
    color: #7E7E7E;
  }

  .bubble > div {
    font-size: 14px !important;
    color: #333;
  }

.MsgContent {
  display: flex;
  gap: 10px;
}

.msg-row.me .MsgContent {
  flex-direction: row-reverse;
}

.UserCir {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #E5ECF1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #164E80;
  font-weight: 600;
  font-size: 16px !important;
}

.msg-row.me .UserCir {
  color: #1A6600;
  background: #E6EEE3;
}

.MsgStatus {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 23px;
  color: #a2a0a0;
  position: relative;
  top: 67%;
}

  .MsgStatus.ReadStatus {
    color: #164E80;
  }
span.pulseicon {
  background: red;
  color: #fff !important;
  border-radius: 50%;
  font-size: 10px;
  padding: 6px !important;
  position: relative;
  top: -2px;
  right: 0px;
  border-radius: 50% !important;
  background: rgb(135 182 226);
  box-shadow: 0 0 0 0 rgb(255, 82, 82);
  animation: pulse-red 2s infinite;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 10px;
  margin-left: 10px;
  font-size: 14px;
  margin-right: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@keyframes pulse-red {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgb(135 182 226 / 33%);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgb(135 182 226 / 0%);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgb(135 182 226 / 0%);
  }
}
.notificationSpan {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  margin-right: 10px;
}
  .notificationSpan i {
    position: relative;
    top: 3px;
    color: #2d4e76 !important;
    font-size: 18px;
  } 
  .notificationSpan span.pulseicon {
    height: 18px;
    width: 18px;
    line-height: 4px;
    margin-left: 10px;
    font-size: 11px;
    margin-right: 5px;
    position: absolute;
    top: -6px;
    right: -13px;
    border: 1px solid #fff;
  }



/* Responsive design */
@media (max-width: 1400px) {
  .week-grid.view-mode-single-row {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .week-grid.view-mode-single-row .day-container:nth-child(n + 5) {
    grid-row: 2;
  }
}

@media (max-width: 1024px) {
  .week-grid.view-mode-default,
  .week-grid.view-mode-two-rows,
  .week-grid.view-mode-single-row {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .week-grid.view-mode-compact {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, minmax(250px, 1fr));
  }

  .summary-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .WarningMSGDiv .bg-warning {
    white-space: normal;
    height: fit-content !important;
    line-height: 20px !important;
    display: flex;
    align-items: center;
  }
  .WarningMSGDiv .bg-warning i {
    top: 0px !important;
    margin-right: 10px !important;
    margin-left: 5px !important;
  }
  .PaginationMobDiv {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .navbar-expand .navbar-nav .Nav-RightItem .dropdown-menu {
    left: 58px;
    top: 86px;
    width: 175px;
  }
  .header-controls,
  .footer-controls {
    flex-direction: column;
    gap: 1rem;
  }

  .week-navigation {
    flex-direction: row;
    gap: 0.5rem;
  }

  .week-grid.view-mode-default,
  .week-grid.view-mode-two-rows,
  .week-grid.view-mode-single-row,
  .week-grid.view-mode-compact {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, minmax(300px, 1fr));
  }

  .summary-cards {
    grid-template-columns: 1fr;
  }

  .search-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .day-header {
    padding: 0.75rem;
  }

  .day-info h3 {
    font-size: 1rem;
  }

  .ColPosition {
    position: relative !important;
    right: -4px;
    top: 13px !important;
  }
  .paginationRes .pagination {
    position: relative;
    top: 7px;
    right: -14px;
  }
  .paginationRes .page-item .page-link {
    height: 40px;
    min-width: 66px;
  }
  .TableStyle-Customer.ProductionFilterTable {
    white-space: nowrap;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 100% !important;
  }
}

@media (max-width: 1030px) {
  .ColPosition {
    position: relative !important;
    right: -10px !important;
    top: 11px !important;
    width: 100% !important;
  }
  .container.CardContainerScroll {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  /* ipad pro*/
  .DFlexBTn button {
    padding: 5px 5px;
    font-size: 13px;
  }

  .DFlexBTn {
    flex-wrap: wrap;
  }
  .containerck input {
    left: 0px;
  }

  .row5items.row {
    align-items: end;
  }
  .week-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .day-container {
    width: 49%;
  }
  .week-grid .CardContainer.CardContainerScroll {
    width: 100%;
  }
  .FooterDFlexBTn {
    justify-content: start !important;
  }
}

@media (max-width: 991px) {
  .picturesMainDiv .upload-photos-header {
    position: unset; 
  }
  /* ipad mini*/
  .DFlexBTn button {
    padding: 5px 5px;
    font-size: 13px;
  }
  .DFlexBTn .FooterBtn.LightBlueBTN {
    min-width: 110px;
  }
  .DFlexBTn {
    flex-wrap: wrap;
  }
  .Table-Style.table.ProductionFilterTable
    > :not(:last-child)
    > :last-child
    > * {
    vertical-align: middle;
  }
  .SortDiv {
    top: 34% !important;
  }
  .largbtns .page-item .page-link {
    height: 45px !important;
    min-width: 70px !important;
  }
  .CoverLeftContent .Logo {
    width: 130px;
  }
  .CoverLeftContent h2 {
    font-size: 20px;
  }

  .LoginContent .inputs-div {
    width: 80%;
  }

  .row5items.row {
    display: inline;
    width: 100%;
  }

  form .row5items.row:first-child .col-lg:first-child {
    margin-left: 10px;
  }

  .row5items.row .col-lg:first-child {
    margin-left: 22px;
  }

  .row5items.row .col-lg {
    display: inline-block;
    width: 33%;
  }

  .w27 {
    width: 50% !important;
  }

  .DivHeightScroll {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
  .week-grid {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .day-container {
    width: 48%;
  }
  .header-controls,
  .footer-controls {
    gap: 0px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }
}

/* Create--Enqyiry */

@media (min-width: 576px) {
  .Modal-CreateEnquiry .modal-dialog {
    max-width: 1200px;
    margin: 1.75rem auto;
  }

  .Div-CustomerModal .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 768px) {
  .PaginationMobDiv {
    margin-bottom: 35px;
    margin-top: 20px;
  }
  .sidebar .nav-item .nav-link span {
    font-size: 15px;
  }

  .sidebar .nav-item .nav-link {
    padding: 8px 23px;
  }

  .sidebar.toggled .sidebar-brand img {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
  }

  .sidebar.toggled .sidebar-heading {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {

  .picturesMainDiv .upload-photos-header {
    position: unset;
  }
  .pictures-schedule-col {
    width: 100% !important;
  }
  .FooterDFlexBTn {
    justify-content: space-between !important;
  }
  .DFlexBTn button {
    min-width: 47% !important;
    padding: 5px 5px;
    font-size: 13px;
  }
  .FlexBtnDivRes {
    flex-direction: column-reverse;
  }
  .DFlexBTnRes {
    justify-content: space-between !important;
  }
  .DFlexBTnRes .containerck .checkmark3 {
    left: 0px;
  }
  .UploadDiv {
    margin-bottom: 10px;
  }
  .DFlexBTn {
    flex-wrap: wrap;
  }
  .week-grid .CardContainer.CardContainerScroll {
    width: 100%;
  }
  .ColPosition {
    right: 0px !important;
  }
  .container.CardContainerScroll {
    padding: 0px !important;
  }
  .week-selector h2 {
    font-size: 1.1rem;
  }
  .header-controls .p-button.p-button-outlined {
    width: 36px;
    height: 36px;
  }
  .CalBtns {
    min-height: 40px;
    padding: 0px 15px;
    font-size: 14px;
  }
  .topbar.navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
  }
  .navbar .btn-link {
    margin-right: 5px !important;
    padding: 0px !important;
    width: 35px !important;
    height: 35px !important;
  }
  .navbar .btn-link i {
    font-size: 14px;
  }
  .topbar.navbar-light .navbar-nav .nav-item .nav-link.LogOut-Btn {
    width: 33px !important;
    height: 33px !important;
  }
  .topbar .dropdown {
    margin: 0px 2px !important;
  }
  .day-container {
    width: 100%;
  }
  .week-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .table-responsive > table {
    white-space: nowrap;
  }
  .borderbottom {
    border-bottom: 0px solid #dddddd3b;
    padding: 0px 0px;
  }
  .PathSpan i {
    margin-left: 0px;
  }
  .truncate-text.ms-2 {
    margin-left: 0px !important;
  }
  .ListDiv button {
    height: fit-content;
    min-height: 45px;
  }
  .NowrapRes {
    white-space: nowrap;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    font-size: 14px;
  }

  .ConfirmTitle {
    font-size: 1.5rem;
  }

  .ConfirmDesc {
    font-size: 14px;
  }

  .ConfirmIcon i {
    font-size: 55px;
  }

  .p-toast {
    width: 90%;
    font-size: 14px;
  }

  .Modal-CreateEnquiry .modal-header .modal-title {
    font-size: 14px;
  }

  .PaginationNav {
    position: relative;
    top: -48px;
    display: flex;
    justify-content: center;
  }

  .NoDataDiv img {
    width: 120px;
  }

  .NoDataDiv p {
    font-size: 14px;
  }

  .DBlockBTnMob {
    display: block !important;
  }

  .DFlexBTn.DBlockBTnMob button {
    min-width: 48%;
  }

  .paginationShow {
    margin-top: -8px;
    margin-bottom: 10px;
    text-align: center;
  }

  .CardPhotos {
    margin-top: 20px;
  }

  .row .col-md-3:first-child .CardPhotos {
    margin-top: 0px;
  }

  .touch-keyboard .touch-keyboard-key {
    width: 25px !important;
    line-height: 20px !important;
  }

  .Headcreat {
    font-size: 12px;
  }

  .BG-Headcreat {
    padding: 10px 24px 12px 22px;
    top: -21px;
  }

  .nav-tabs .nav-link {
    font-size: 14px !important;
    padding: 5px 10px;
  }

  .topbar.navbar-light .navbar-nav .nav-item .active {
    border-radius: 8px;
  }

  .topbar.navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .w27 {
    width: 100% !important;
  }

  .InputAndBtn-Picker.Button4itemsWithSelect {
    flex-wrap: wrap;
    align-items: end;
    justify-content: end;
  }

  .Button4itemsWithSelect .SelectDiv {
    width: 100%;
  }

  .InputAndBtn-Picker.Button5itemsWithSelect {
    flex-wrap: wrap;
    align-items: end;
    justify-content: end;
  }

  .Button5itemsWithSelect .SelectDiv {
    width: 100%;
  }
  .CKBoxMT {
    margin-top: 15px;
  }

  .navbar-expand {
    padding-top: 12px !important;
  }

  .bg-gradient-primary {
    background-color: #0d294b87;
    background-image: linear-gradient(180deg, #0d294bc2 10%, #0d294bc2 100%);
  }

  .bg-gradient-primary.navbar-nav {
    position: absolute;
    z-index: 105;
    top: 147px !important;
  }

  .sidebar-dark .sidebar-brand {
    display: none !important;
  }

  .MobileLogo {
    display: block;
    background-color: #103562;
    padding: 15px 20px;
    text-align: center;
  }

  .MobileLogo img {
    width: 80px;
  }

  .topbar.navbar-light .navbar-nav .nav-item .nav-link {
    height: 33px !important;
  }

  .timeLineDiv .DivHeightScroll {
    height: auto;
    max-height: 250px;
  }

  .Desccard h2 {
    font-size: 14px !important;
    display: flex;
    line-height: 20px;
  }

  .Desccard h4 {
    font-size: 14px !important;
    display: flex;
    line-height: 20px;
  }

  .Desccard p {
    font-size: 14px !important;
    display: flex;
    line-height: 20px;
  }

  .modalStyle .modal-header .modal-title {
    font-size: 14px !important;
  }

  .timeLineDiv .col-md-7 .Border-Div {
    margin-bottom: 0px !important;
  }

  form .row5items.row:first-child .col-lg:first-child {
    margin-left: 0px;
  }

  .row5items.row .col-lg:first-child {
    margin-left: 0px;
  }

  .row5items.row {
    display: flex;
    width: inherit;
  }

  .row5items.row .col-lg {
    display: inline-block;
    width: 100%;
  }

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
  }

  .DivCancelTable {
    left: 0px;
    top: -41px;
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: end !important;
  }

  .ButtonBlue-Div {
    top: 50px;
  }

  .navbar-expand .navbar-nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: start;
  }

  .topbar {
    height: inherit;
  }

  .ddlnav {
    width: fit-content;
  }

  .CoverRightDiv {
    width: 100%;
  }

  .CoverLeftDiv {
    width: 100%;
  }

  .flexDiv {
    flex-direction: column;
  }

  .Flex-Center {
    padding: 70px 0px;
  }

  .CoverLeftContent {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .containerck input {
    left: 0px;
  }

  .LoginContent .inputs-div {
    width: 85%;
  }

  .CoverLeftContent .Logo {
    width: 130px;
  }

  .CoverLeftContent h2 {
    font-size: 20px;
  }

  .CoverRightContent h1 {
    font-size: 28px;
  }

  .CoverRightContent p {
    font-size: 14px;
  }

  .input-Label {
    font-size: 14px !important;
  }

  .LoginContent .input-Blue {
    height: 38px;
  }

  .LoginContent .containerck {
    font-size: 14px !important;
  }

  .containerck .checkmark1 {
    height: 18px;
    width: 18px;
    top: 2px;
  }

  .LoginBtn {
    height: 40px;
    font-size: 16px;
  }

  .passwordDiv i {
    top: 12px;
  }

  .containerck .checkmark1:after {
    left: 7px;
    top: 3px;
  }

  .Modal-Module .modal-title {
    font-size: 14px;
    margin: 25px auto 10px;
  }

  .containerRb .checkmark2 {
    top: 2px;
    height: 20px;
    width: 20px;
  }

  .containerRb .checkmark2:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
  }

  .containerRb {
    font-size: 14px;
  }

  .btn-secondary {
    height: 40px !important;
    font-size: 14px !important;
  }

  .btn-close {
    right: 17px;
    top: 17px;
    font-size: 14px;
  }
  /* .navbar-nav.sidebar {
      width: 0 !important;
      overflow: hidden;
    }*/
  #wrapper {
    display: flex;
    flex-direction: column;
  }

  .bg-gradient-primary.navbar-nav {
    width: 100%;
  }

  .bg-gradient-primary.navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 180px;
    min-height: 156px;
    padding-bottom: 15px;
  }

  .sidebar .nav-item {
    width: 50%;
  }

  .sidebar .nav-item .nav-link span {
    font-size: 0.8rem;
  }

  .sidebar .sidebar-heading {
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    font-size: 12px;
    text-align: left;
  }

  .sidebar-dark .sidebar-brand {
    width: 100%;
  }

  .sidebar .nav-item .nav-link {
    padding: 0rem 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    text-align: left;
    width: 100%;
  }

  .sidebar .nav-item .nav-link i {
    font-size: 16px;
    top: 1px;
  }

  .sidebar-toggled app-sidebar {
    position: absolute;
  }

  .row5items .col-md {
    width: 100%;
  }

  .row5items .col-lg {
    width: 100%;
  }

  .HeadEnquiry {
    font-size: 14px;
  }

  .BtnindexBlue {
    font-size: 14px;
  }

  .SaveBtn {
    padding: 8px 16px 10px;
  }

  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }

  .menu.show {
    display: flex;
  }

  .menu li {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }

  .hamburger {
    display: block;
    font-size: 28px;
    color: #333;
  }

  .pagination {
    top: 15px !important;
  }
  .page-item .page-link {
    font-size: 13px !important;
    padding: 8px 7px;
  }
  .paginationShow {
    font-size: 13px !important;
  }
  .scroll-to-top {
    z-index: 10;
  }

  .paginationShow {
    margin-top: 20px;
  }

  .paddingBottom-Res {
    padding-bottom: 50px;
  }
}
