/*** CHOOSE OR DROP FILE END **/
.gutter-10-row {
  --bs-gutter-x: 20px !important;
}

.jumbotron {
  background: #000 url(../../images/login-banner.svg) center center;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  padding: 0px 149px 200px 149px;
}

.mainBody {
  background-color: #f0f4f8 !important;
  padding: 20px 64px 64px 64px;
  min-height: calc(100vh - 190px);
}

.welcomeMessage {
  margin-top: 40px;
  margin-bottom: 24px;
  color: #fff;
  font-family: Dubai;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  letter-spacing: -0.32px;
  color: #fff;
  text-align: center;
}

.loginCardHeader {
  width: 350px;
  height: 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 154.167% */
  letter-spacing: -0.24px;
}

.cardHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 154.167% */
  letter-spacing: -0.24px;
}

.loginCard {
  max-width: 430px;
  /* padding: 19.531px 40px 21.469px 40px; */
  padding: 30px 40px !important;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid var(--slate-200, #e2e8f0);
  background: #fff;
}

.registerCard {
  border-radius: 6px;
  border: 1px solid var(--slate-200, #e2e8f0);
  background: #fff;
  padding: 20px 30px;
}

.forgotPassTextContent {
  color: var(--text-secondary, #575757);
  text-align: center;
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
/*Utilty Starts */
.text-primary {
  color: #1a1a1a !important;
}

.color-primary {
  color: var(--brand-primary, #177db7);
}

.underline {
  text-decoration: underline !important;
}


.pointer {
  cursor: pointer;
}

.displayNone {
  display: none;
}

.titleMargin {
  margin-top: 10px;
  margin-bottom: 12px;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.float-right {
  float: right !important;
}

.note {
  color: var(--text-secondary, #575757);
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 16px;
}

.button-text-secondary {
  color: #177db7;
  text-align: center;
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.1px;
  cursor: pointer;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

nav li .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}

.nav-item a {
  color: var(--text-Primary, var(--text-primary, #1a1a1a)) !important;
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.nav-item a:active {
  color: var(--brand-Primary, var(--brand-primary, #177db7)) !important;
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.dropdown-item.active {
  color: var(--brand-Primary, var(--brand-primary, #177db7)) !important;
  background-color: unset !important;
}

.nav-link.dropdown-toggle.subheaderMenuItem {
  display: flex !important;
}

.border-bottom-active {
  border-radius: 8px 8px 0px 0px;
  background: var(--brand-primary, #177db7);
  height: 4px;
  width: 80%;
  margin: 0 5px;
}

.dropdown-toggle::after {
  height: 24px;
  border: unset !important;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjE3NSA3LjkyMzFMMTAgMTEuNzM5OEwxMy44MjUgNy45MjMxTDE1IDkuMDk4MUwxMCAxNC4wOTgxTDUgOS4wOTgxTDYuMTc1IDcuOTIzMVoiIGZpbGw9IiMxQTFBMUEiLz4KPC9zdmc+Cg==");
}

.gap-20 {
  gap: 20px;
}

.gap-10 {
  gap: 10px;
}


.hvp-100 {
  height: 100vh;
}

.h-100 {
  height: 100%;
}

/* Utilty End */
/*bootstrap 5 changes */
.iconButton {
  border-radius: 64px;
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.iconTextButton {
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.04);
  padding: 16px;
  display: flex;
  height: 40px;
  align-items: center;
  gap: 8px;
}

.icon-td {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}

.icon-div {
  border-radius: 2px;
  background: #ffe5de;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

legend {
  float: none !important;
}

a {
  color: #337ab7 !important;
  text-decoration: none !important;
}

a:focus,
a:hover {
  color: #23527c !important;
  text-decoration: underline important;
}

.bg-info {
  background-color: #d9edf7 !important;
}

.bg-warning {
  background-color: #fcf8e3 !important;
}

/* MULTISELECT 
.multiselect-container dropdown-menu{
	display:block !important;
}*/

/*

.multiselect-native-select {
	display: block;
	width: 100%;
}

.multiselect-native-select .btn-group {
	width: 100%;
}

.multiselect-native-select .btn-group .d-grid {
	width: 100%;
}
/* DATATABLE */
.tableIcon {
  font-size: 20px;
}
/* DATATABLE  END*/
/*bootstrap 5 changes end */
.body {
  font-family: "Dubai";
  font-size: 14px;
}

.body-container {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 75px - 75px);
  flex-direction: row;
  justify-content: flex-start;
}

.content-section {
  background-color: rgb(224, 221, 221);
  flex-grow: 1;
  height: 100vh;
}

/* SIDE MENU START*/
aside.sidebar-menu-section {
  width: 275px;
}

aside.sidebar-menu-section .parent-menu-item {
  box-shadow: unset;
  background: unset;
  padding: 12px 25px !important;
}

aside.sidebar-menu-section
  .child-menu-item.accordion-button:not(.collapsed)
  .sidemenu-icon {
  filter: invert(46%) sepia(54%) saturate(3857%) hue-rotate(191deg)
    brightness(102%) contrast(100%);
}

aside.sidebar-menu-section
  .child-menu-item.accordion-button:not(.collapsed)::after {
  display: none;
}

aside.sidebar-menu-section .child-menu-item.accordion-button:not(.collapsed) {
  color: #1890ff !important;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

aside.sidebar-menu-section .child-menu-item {
  box-shadow: unset;
  background: unset;
  padding: 10px 25px !important;
  color: #262626;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

aside.sidebar-menu-section .parent-menu-item::after {
  display: none;
}

aside.sidebar-menu-section .parent-menu-body {
  padding: 8px 0px;
}

aside.sidebar-menu-section .child-menu-body {
  padding: 0px;
}

aside.sidebar-menu-section .child-menu-body > div.list-group {
  padding: 0px;
}

aside.sidebar-menu-section
  .child-menu-body
  > div.list-group
  > a.list-group-item {
  padding: 10px 50px;
  border: unset !important;
  color: var(--day-Title, #262626);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

aside.sidebar-menu-section
  .child-menu-body
  > div.list-group
  > a.list-group-item.active {
  background: #e6f7ff;
  box-shadow: -2px 0px 0px 0px #1890ff inset;
}

aside.sidebar-menu-section .sidebar-menu-header {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

aside.sidebar-menu-section .accordion-button:not(.collapsed) {
  color: #000 !important;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

.sidebar-menu {
  padding-left: 15px;
  padding-top: 30px;
  display: flex;
  justify-content: flex-start;
}

.sidebar-menu-label {
  color: #1890ff;
  font-family: Inter;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 22px; /* 157.143% */
}

aside.sidebar-menu-section .sidemenu-icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

/* SIDE MENU END*/

/* HEADER */
nav.navbar {
  height: auto;
  background: #fff !important;
  padding: 0px 64px;
}

nav.navbar .navbar-link-primary {
  color: #212121 !important;
  text-align: center !important;
  font-family: Inter !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 130% !important; /* 18.2px */
  letter-spacing: -0.168px !important;
}

nav.navbar .navbar-link-secondary {
  color: #999 !important;
  text-align: center !important;
  font-family: Inter !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 130% !important; /* 18.2px */
  letter-spacing: -0.168px !important;
}

nav.navbar .navbar-nav-item-gap {
  gap: 25px !important;
}

.navbar-nav {
  gap: 10px;
  align-items: self-start;
}

nav.navbar .login-button-section {
  gap: 30px;
}

nav.navbar .right-side-menu-section {
  gap: 50px;
}

nav.navbar .login-button {
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #eee;
  text-decoration: none !important;
}

nav ul .dropdown-menu {
  border-radius: 0.25rem !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0px 4px 20px 0px rgba(183, 183, 183, 0.3) !important;
  padding: 16px !important;
}

.subHeader {
  margin: 8px 0px;
}
/* END HEADER */

/* TEXT */
.text-link {
  text-decoration: underline;
  cursor: pointer;
}

/* UTILS */
.mt-125 {
  margin-top: 125px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.btn-register {
  width: 350px;
}

/* FOOTER */
section.footer nav.navbar {
  border-bottom: unset;
  border-top: 1px solid #e2e8f0;
}

section.footer {
  height: 75px;
}

section.footer ul li a {
  color: #999;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.144px;
  text-decoration: none;
}

section.footer ul {
  list-style-type: none;
  display: flex;
  height: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 30px;
  flex-shrink: 0;
}

/* CARD START*/
.form .card-header {
  border-bottom: 1px solid #e1e1e1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #eeeeee;
  font-size: 1.25em;
  font-weight: bold;
  background-color: #65b1e5 !important;
  color: #ffffff !important;
}

/* CARD END*/
.datepicker-error-label {
  flex: 0 0 100%;
}

.form-group {
  margin-bottom: 20px;
}

.form .form-group label {
  color: var(--text-Secondary, #575757) ;
  font-family: Dubai !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
  max-width: 100%;
  margin-bottom: 4px;
  color: #575757;
}

.form .form-group label.error,
.form-horizontal .form-group label.error {
  color: #a94442;
  font-weight: 700;
}

.datepicker.form-control.required.error,
.typeahead.form-control.error,
.timepicker.form-control.error,
.form-check-input[type="text"].error,
.form-check-input[type="checkbox"].error {
  border: 1px solid #a94442 !important;
  background-color: rgba(169, 68, 66, 0.15) !important;
}

.form .form-group input[type="text"].error,
.form .form-group input[type="checkbox"].error,
.form .form-group input[type="radio"].error,
.form-horizontal .form-group input[type="text"].error,
.form-horizontal .form-group input[type="checkbox"].error,
.form-horizontal .form-group input[type="radio"].error {
  border: 1px solid #a94442 !important;
  background-color: rgba(169, 68, 66, 0.15) !important;
}

.form .form-group input[type="password"].error,
.form-horizontal .form-group input[type="password"].error {
  border: 1px solid #a94442 !important;
  background-color: rgba(169, 68, 66, 0.15);
}

.form .form-group textarea.error,
.form-horizontal .form-group textarea.error {
  border: 1px solid #a94442 !important;
  background-color: rgba(169, 68, 66, 0.15);
}

.form .form-group select.error,
.form-horizontal .form-group select.error {
  border: 1px solid #a94442 !important;
  background-color: rgba(169, 68, 66, 0.15);
}

.form-buttons {
  text-align: right;
}

.form-select.error {
  border: 1px solid #a94442 !important;
  background-color: rgba(169, 68, 66, 0.15);
}

.form-label {
  color: var(--Text-Secondary, #575757);
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
  max-width: 100%;
  margin-bottom: 4px;
  color: #575757;
}

.form-label.required::after {
  content: "*";
  color: #ed1c2c;
  font-family: Public Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.input-group-append {
  position: absolute;
  right: 15px;
  z-index: 10;
  cursor: pointer;
}

.form-select {
  background-image: url("../../icons/keyboard_arrow_down.svg") !important;
  background-size: 20px !important;
  padding: 8px 16px !important;
  border-radius: 4px !important;
  border: 1px solid #d9d9d9 !important;
  color: #1a1a1a !important;
}

input.form-control {
  padding: 8px 16px !important;
  border-radius: 4px !important;
  border: 1px solid #d9d9d9 !important;
  background: var(--grey-white, #fff) !important;
  color: var(--text-tertiary, #7f7f7f) !important;
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

input.form-control:focus {
  box-shadow: none !important;
}

/* appearance for checked radiobutton */
.form-check-input:checked[type="radio"] {
  background-image: url("../../icons/radio_button_checked.svg") !important;
  background-color: #fff;
  border-color: #177db7;
  border: none !important;
}

.form-check-input:unchecked[type="radio"] {
  background-image: url("../../icons/radio_button_unchecked.svg") !important;
  border: 2px solid #177db7 !important;
}

.form-check-input {
  border: 2px solid #177db7 !important;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.form-check-input[type="checkbox"] {
  border-radius: unset !important;
  border: 1px solid #177db7 !important;
}

.filePicker {
  display: flex;
  justify-content: space-between;
}

.file-label {
  color: #1a1a1a;
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* AUTOCOMPLETE START */
ui-autocomplete-loading {
  background: white url("../../images/ui-anim_basic_16x16.gif") right center
    no-repeat;
}

.matchTexthighl {
  color: black;
  font-weight: bold;
  background: #f5f5dc;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
}

.ui-autocomplete > li {
  padding: 3px 20px;
}

.ui-autocomplete > li.ui-state-focus {
  background-color: #ddd;
}

.ui-autocomplete > li > a {
  text-decoration: none !important;
}
/* AUTOCOMPLETE END */

/* DATE PICKER START */
.glyphicon-th:before {
  content: "\e011" !important;
}
/* DATE PICKER  END*/
/**BOOSTRAP5 REG FORM END**/
.tt-menu {
  width: 100% !important;
  margin: 12px 0;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 150px;
  overflow-y: auto;
}

.tt-dataset {
  padding: 10px;
}

.tt-suggestion {
  padding: 5px;
  cursor: pointer;
}

/**BREADCRUM  START**/
.breadcrum {
  color: var(--text-tertiary, #7f7f7f);
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin-bottom: 10px;
}

.breadcum-active {
  color: var(--text-primary, var(--Text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
}

/**BREADCRUM  END**/
/**PAGE DESIGN **/
.page-btn-container {
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-container {
}

.page-content {
  padding: 20px 30px;
  border-radius: 4px;
  background: var(--White, #fff);
}

.page-title {
  color: #1a1a1a;
  font-family: Dubai;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.page-option-label {
  color: #1a1a1a;
  font-family: Dubai;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form-card-title {
  display: flex;
  padding: 4px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 2px;
  background: #daeaf3;
  margin-bottom: 16px;
  height: 60px;
  color: var(--text-primary, var(--text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.form-title {
  color: #1a1a1a;
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.14px;
  text-transform: uppercase;
}

.form-card-body {
  padding: 20px 30px;
}

.form-card-subtitle {
  display: flex;
  height: 20px;
  flex-direction: column;
  justify-content: center;
  color: #bc923d;
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form-subtitle {
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
}

.form-card-group {
  background: #fff;
  border-radius: 6px;
  border: 1px solid var(--slate-200, #e2e8f0);
  margin-bottom: 20px;
}

/*** CHOOSE OR DROP  FILE START **/
.dropzone {
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px dashed var(--Field-stroke, #cbd5e1);
  background: #fff;
  padding: 26px 31px;
  min-height: 80px;
}

div[disabled].dropzone {
  border-radius: 4px;
  border: 1px solid var(--Field-stroke, #cbd5e1);
  background: #f5f7f9;
}

.file-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.file-thumb {
  height: 40px;
  width: 40px;
}

.labels {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.left-section {
  display: flex;
  gap: 10px;
}

.file-name {
  color: #7f7f7f;
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.drop-field {
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px dashed #cbd5e1;
  background: #fff;
  padding: 26px 31px;
  max-height: 80px;
}

.drop-area {
  width: 100%;
}

.drop-field .browse {
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.drop-field .drop-area {
  display: block;
  position: relative;
}

.drop-field,
.drop-area,
.drop-field .browse {
  transition: all 0.3s;
}

.drop-field.loaded .drop-area {
}

.drop-field .browse {
  opacity: 0;
  transform: translateY(100%);
}

.drop-field.loaded .browse {
  opacity: 1;
  transform: translateY(0);
}

.drop-field.hover .drop-area {
  border: 1px solid black;
}

.drop-field .drop-area input[type="file"] {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 0.000001;
}

.drop-field .file-list {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  text-align: center;
}

.drop-field .remove {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 4;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(-100%);
  cursor: pointer;
}

.drop-field .remove:hover {
  color: blue;
}

.drop-field.loaded .remove {
  opacity: 1;
  transform: translateY(0);
}

.drop-field ul li {
  padding: 0;
  text-align: center;
  list-style: none;
}

.file-actions-section {
  display: flex;
}

select[readonly],
input[readonly] {
  cursor: no-drop;
  background-color: #eee !important;
  border: 1px solid #cbd5e1 !important;
}

input[disabled] {
  cursor: no-drop;
  background-color: #eee !important;
  border: 1px solid #cbd5e1 !important;
}

select[readonly] option {
  display: none;
}
/***MULTI SELECT **/
span.multiselect-native-select .btn-group {
  width: 100% !important;
}

.multi-select-picker .btn-group {
  width: 100%;
}

.multi-select-picker .btn-group > button.multiselect {
  width: 100%;
  text-align: left;
}

.multiselectContainer .btn-group > button.multiselect {
  width: 100%;
  text-align: left;
}

.multiselect-container {
  width: 100% !important;
  overflow-y: auto;
  max-height: 250px;
}

/* .table > :not(:last-child) > :last-child > * {
  border-bottom-color: unset !important;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0px !important;
} */
/** DATA TABLE START **/
.datatable-container {
  border-radius: 4px;
  background: var(--White, #fff);
  /* padding: 20px; */
}

.dataTables_wrapper {
  background-color: #ffffff !important;
}

.dataTables_wrapper table {
  border: none !important;
}

.dataTables_wrapper table tbody th,
.dataTables_wrapper table tbody td > {
  padding: 15px 10px !important
;
}
.dataTables_wrapper table tr > th,
.dataTables_wrapper table tr > td {
  border: none !important;
}

.dataTables_wrapper table > thead > tr {
  background-color: #fff !important;
}

.dataTables_wrapper table > thead > tr > th {
  padding: 15px 10px !important;
  color: var(--Text-Tertiary, #7f7f7f);
  background: var(--Text-Tertiary, #F0F4F8);
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
  text-transform: uppercase;
}

.dataTables_wrapper table > tbody > tr > td {
  padding: 15px 10px !important;
  color: var(--Text-primary, var(--Text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
}

.dataTables_wrapper table > tbody > tr.odd {
  background-color: #f1f7fd !important;
}

.dataTables_wrapper table > tbody > tr.even {
  background-color: #ffffff !important;
}

.dataTables_wrapper .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: "";
}

.dataTables_wrapper table {
  margin-bottom: 20px !important;
  margin-top: 10px !important;
}

.dataTables_wrapper .paginate_button {
  height: 30px !important;
  width: 30px !important;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px 3px 11px;
  color: var(--text-secondary, #575757) !important;
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
  gap: 16px;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers,
.dataTables_wrapper .dataTables_paginate.paging_simple_numbers > span {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers > span {
  gap: 8px !important;
}

.dataTables_wrapper .paginate_button.disabled {
  /* TODO DISABLED STYLE*/
}

.dataTables_wrapper .paginate_button.previous,
.dataTables_wrapper .paginate_button.next {
  border: 1px solid var(--brand-primary, #177db7);
}

.dataTables_wrapper .paginate_button.disabled.previous,
.dataTables_wrapper .paginate_button.disabled.next {
  border: 1px solid #7f7f7f;
  cursor: not-allowed !important;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  margin-bottom: 5px;
}

.dataTables_wrapper .paginate_button.current {
  background-color: #daeaf3 !important;
  color: var(--Text-primary, #1a1a1a) !important;
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 0px !important;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0em !important;
}

.dataTables_wrapper .dataTables_filter .input-group i {
  margin-right: 0.5em !important;
}

.table-responsive {
  overflow-y: hidden;
}

.dataTables_wrapper .dataTables_filter .input-group .dt-search-input {
  border-radius: 8px;
  border: 1px solid var(--Field-stroke, #cbd5e1);
  background: #fff;
  padding: 5px 11px;
  align-items: center;
  height: 48px;
  /* height: 48px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 11px !important;
  background-size: 30px;
  width:100% */
}

.dataTables_wrapper
  .dataTables_filter
  .right-menu
  .input-group
  .input-group-text {
  width: 100%;
}

.dataTables_wrapper
  .dataTables_filter
  .right-menu
  .input-group
  .input-group-text
  input {
  border: unset;
  display: flex;
  width: 100%;
}

.dataTables_wrapper
  .dataTables_filter
  .input-group
  .dt-search-input
  input::placeholder {
}

.dt-right-menu {
  width: 100%;
  display: flex;
  gap: 20px;
}

.dataTables_wrapper .dataTables_filter input:focus-visible,
.dataTables_wrapper .dataTables_filter input:focus {
  outline: none !important;
  background-image: none;
}

.dataTables_wrapper .dataTables_filter {
  float: unset !important;
  text-align: unset !important;
}

.dataTables_filter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.dataTable-advanceSearch-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.dataTableTitle {
  color: var(--text-primary, var(--text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.advanceSearchLabel {
  color: var(--brandprimary, var(--brand-primary, #177db7));
  text-align: center;
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.1px;
  border: none;
  background: unset;
}

.dataTable-advanceSearch-container > .dropdown-toggle::after {
  border: unset !important;
  content: url(../../icons/Arrow-Down-Blue.svg) !important;
  /* color: red; */
}

.advanceSearchPanel {
  border-radius: 2px;
  border: 1px solid #dee3ea;
  background: #f8f9fb;
  padding: 20px;
  width: 100%;
}

.searchPanelHeader {
  color: var(--text-primary, #1a1a1a);
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
}
/** DATA TABLE END **/

/**TAB TOGGLE BUTTON START **/
.tabBtn-left.active,
.tabBtn-right.active {
  background: var(--brand-primary, #177db7) !important;
  color: var(--grey-white, #ffffff) !important;
}

.tabBtn-left {
  border: unset;
  border-radius: 4px 0px 0px 4px !important;
  border-top: 1px solid var(--brand-quartinary, #ccc);
  border-left: 1px solid var(--brand-quartinary, #ccc);
  border-bottom: 1px solid var(--brand-quartinary, #ccc);
  display: flex;
  padding: 0px 40px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  height: 40px;
}

.tabBtn-right {
  border: unset;
  border-radius: 0px 4px 4px 0px;
  border-top: 1px solid var(--brand-quartinary, #ccc);
  border-right: 1px solid var(--brand-quartinary, #ccc);
  border-bottom: 1px solid var(--brand-quartinary, #ccc);
  display: flex;
  padding: 0px 40px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  height: 40px;
}

.successCard {
  display: flex;
  padding: 80px 30px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 6px;
  border: 1px solid var(--slate-200, #e2e8f0);
  background: #fff;
  width: 100%;
}

.successCard-header {
  font-family: Dubai;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--alert-success, #45b275);
}

.failureCard-header {
  font-family: Dubai;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--alert-error, #FF5B35);
}

.confirmCard-header {
  font-family: Dubai;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--text-primary, #1A1A1A);
}

.successCard-content {
  color: var(--text-primary, #1a1a1a);
  text-align: center;
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#loading-spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/ajax-loader.gif") center center no-repeat,
    rgba(13, 13, 13, 0.9);
  background-size: auto;
  z-index: 999999;
  opacity: 0.5;
}

/**TAB TOGGLE BUTTON END **/
.alertDialog .modal-header {
  border-bottom: unset !important;
  color: var(--alert-error, #ff5b35);
  background-color: var(--alert-bg, #ffded7) !important;
}

.dropdown-item:active {
  background: unset !important;
}

.check-label-text {
  color: var(--text-primary, var(--text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.check-label-text-span {
  color: var(--text-secondary, #575757);
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
}

.form-modal-header {
  display: flex;
  border-radius: 2px;
  background: linear-gradient(90deg, #e9f2ff -0.05%, #e1e8f2 99.95%);
  height: 56px;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.form-modal-title {
  color: var(--text-primary, var(--text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.modal-subtitle {
  color: var(--text-primary, #1a1a1a);
  font-family: Dubai;
  font-style: normal;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.modal-subtitle h6 {
  font-weight: 500;
  font-size: 20px;
}

.modal-subtitle span {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.progress-bar {
  background-color: #177db7 !important;
}

.clearable {
  background: #fff url(https://i.stack.imgur.com/mJotv.gif) no-repeat right -10px
    center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}

.clearable.x {
  background-position: right 5px center;
} /* (jQ) Show icon */
.clearable.onX {
  cursor: pointer;
} /* (jQ) hover cursor style */
.clearable::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/*FOOTER */
#footer {
  /* left: 0px; */
  /* bottom: 0px; */
  width: 100%;
  padding: 2px 64px;

  background: linear-gradient(180deg, #005586 -112.53%, #002a3e 100%);
  /* font-size: 0.85em; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px !important;
  flex-wrap: wrap;
}

.footer-menu {
  display: inline-flex;
  align-items: flex-start;
  gap: 40px;
  color: #d7e5ed;
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.1px;
}

.footer-right-menu {
  color: var(--text-quartinary, var(--text-tertiary, #aeaeae));
  text-align: right;
  font-family: Dubai;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dashboardContent {
  display: flex;
  gap: 32px;
}

.profileDiv {
  border-radius: 4px;
  background: linear-gradient(270deg, #ffe7b5 -51.69%, #a5deff 149.64%);
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.profileImg {
  margin: 20px;
}

.profileInfo label {
  color: var(--text-primary, var(--text-primary, #1a1a1a));
  /* font-family: "Duru Sans"; */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px; /* 133.333% */
}

.profileInfo p {
  color: var(--text-primary, var(--text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 2px; /* 133.333% */
}

.profileInfo div {
  color: #1f89db;
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.1px;
}

.profileInfo span {
  color: var(--text-Secondary, var(--text-secondary, #575757));
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.dashbaordCard {
  border-radius: 4px;
  background: var(--White, #fff);
  padding: 20px;
}

.dashboard-card-header {
  color: var(--text-primary, var(--text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.quickLinksContainer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.quickLink {
  border-radius: 4px;
  background: #f2f7ff;
  box-shadow: 0px 2px 8px 4px rgba(119, 124, 129, 0.04);
  height: 80px;
  padding: 10px;
  width: 100%;
}

.quickLinkContent {
  color: #1f89db;
  text-align: center;
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1px;
}

.quickLinkText {
  color: var(--text-Primary, var(--text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
  letter-spacing: 0.1px;
  margin-top: 10px;
}

.referenceInfo {
}

.referenceInfo label {
  color: var(--text-Secondary, var(--text-secondary, #575757));
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.referenceInfo div {
  color: var(--text-primary, var(--text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.referenceInfo span {
  color: #7f7f7f;
  font-family: Dubai;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.iconSquare {
  border-radius: 2px;
  background: #dee3ea;
  padding: 10px;
  cursor: pointer;
}

.activePassCount {
  display: flex;
  padding: 1px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: rgba(69, 178, 117, 0.2);
  color: var(--text-primary, var(--text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
}

.activeCount {
  color: var(--text-primary, var(--text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profileNocHead {
  color: var(--text-primary, var(--text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.border-bottom-grey {
  opacity: 0.5;
  background: #76adc1;
  width: 600px;
  height: 1px;
}

.cardValue {
  color: var(--text-primary, #1a1a1a);
  font-family: Dubai;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
}

.cardLabel {
  color: var(--text-secondary, #575757);
  font-family: Dubai;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}

.dataTables_wrapper .dataTables_filter .form-check input {
  margin-left: -1.5em !important;
}

.form-control[readonly] {
  background-color: #eee !important;
  border: 1px solid #cbd5e1 !important;
}

.file-disabled {
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid var(--Field-stroke, #cbd5e1);
  background: #fff;
  padding: 26px 31px;
  max-height: 80px;
  display: flex;
}

.detail-label {
  color: var(--text-secondary, #575757);
  font-family: Dubai;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.detail-value {
  color: var(--text-primary, #1a1a1a);
  font-family: Dubai;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.visitor-card {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
}

.visitor-card-header {
  color: var(--Text-primary, var(--Text-primary, #1a1a1a));
  font-family: Dubai;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.field-label {
  color: var(--text-secondary, #575757);
  font-family: Dubai;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.field-value {
  color: var(--text-primary, #1a1a1a);
  font-family: Dubai;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.mt-40 {
  margin-top: 40px;
}

.portList {
  margin-top: 8px;
  border-radius: 2px;
  background: #eee;
  display: flex;
  padding: 4px 10px;
  align-items: center;
  align-self: stretch;
  color: var(--Text-Secondary, var(--text-secondary, #575757));
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.successCard-body {
  font-family: Dubai;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tableIcon-zone {
  font-size: 20px;
  background-color: #ffe5de !important;
}
.text-secondary {
  color: #575757 !important;
}
.float-left {
  float: left !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.w-100px {
  width: 100px;
}

.w-150px {
  width: 150px;
}

input.typeahead-loading {
  background: white url(./../../images/ui-anim_basic_16x16.gif) right center
    no-repeat !important;
}

.navbar-toggler {
  border: unset !important;
}
.navbar-toggler:focus {
  box-shadow: unset !important;
}
.navbar-collapse {
  padding: 10px 0px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../../icons/Menu.svg") !important;
}

.table {
  width: 100% !important;
}
.more-menu{
  background-color: #DEE3EA;
}
.action-icon{
  background-color: #DEE3EA;
  
    color: #000;
    display: flex;
    width: 35px;
    height: 35px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.form-label{
  color: var(--text-Secondary, #575757) !important;
    font-family: Dubai !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: 0.07px;
    max-width: 100%;
   
}
.file-viewer{
  border-radius: 4px;
  border: 1px dashed var(--Field-stroke, #cbd5e1);
  background: #fff;
  padding: 26px 31px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F5F7F9;
  border-radius: 4px;
}

.form-file-name{
  color:  var(--brand-primary, #177DB7);
  font-family: Dubai;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */

}

.bg-light-blue{
  background: #daeaf3 !important;
}
.blue-text {
  color: #177db7 !important;
}

@media (max-width: 992px) {
  nav.navbar {
    padding: 2px 2px 0px 2px !important;
  }
  .navbarContent {
    padding: 10px 10px !important;
  }

  nav li .dropdown {
    width: 100% !important;
  }

  nav li .nav-item {
    width: 100% !important;
  }

  nav ul .dropdown-menu {
    border-radius: unset !important;
  }
  .border-bottom-active {
    /* border-radius: 8px 8px 0px 0px; */
    /* background: var(--text-tertiary, #7f7f7f); */
    height: 2px;
    width: 100%;
    margin: 0 5px;
  }
  .mainBody {
    padding: 20px 16px 16px 20px;
  }
  .dropzone {
    padding: 16px;
  }

  .jumbotron {
    padding: 0px 16px;
  }
  .successCard {
    padding: 30px 10px;
    flex-wrap: wrap;
  }
  .successCard-header {
    font-size: 24px;
  }
  .label-value {
    font-size: 16px;
  }

  .detail-value {
    font-size: 16px;
  }

  #footer {
    padding: 30px 20px;
  }
  .footer-right-menu {
    margin: auto;
  }
}

.hide-drop-down-arrow::after {
  display: none;
}

.custom-dropdown-menu {
  padding: 16px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(183, 183, 183, 0.30);
}
.custom-dropdown-menu > .dropdown-item {
  color: var(--Text-Secondary, var(--text-secondary, #575757)) !important;
  /* English/Label/Large/Bold */
  font-family: Dubai !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important; /* 142.857% */
  letter-spacing: 0.07px !important;
}

.custom-dropdown-menu > .dropdown-item:hover {
  background: rgba(23, 125, 183, 0.3);
  color: #177DB7 !important;
  /* English/Label/Large */
  font-family: Dubai !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 20px !important; /* 142.857% */
  letter-spacing: 0.07px !important;
  border-radius: 8px !important;
}

.successCard-padding-adjust {
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 6px;
  border: 1px solid var(--slate-200, #e2e8f0);
  background: #fff;
}

.statusheader {
  width: 175px;
}

.newstatusheader{
  text-align: center;
  width: 150px !important;
}

.form-dashboard  {
	color: #1A1A1A;
	font-family: Dubai;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 170px;
	height: 36px;
	flex-shrink: 0;
	border-radius: 4px;
	border: 1px solid var(--Text-Quartinary, #AEAEAE);
	background-color: #fff;
}

.dashboard-label {
    display: inline-flex;
    padding: 12px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    background: #F2F9FF;
    color: #1A1A1A;
    font-family: Dubai;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    padding-top: 20px;
}

.dashboard-profileDiv {
  border-radius: 4px;
  background: #FFFFFF;
  display: flex;
  padding: 20px;
}

.dashboard-div-button {
  width: 18px;
height: 18px;
border-radius: 4px;
margin-bottom: -5px;
}

.dashboard-div-label {
	color: var(--Text-primary, var(--Text-primary, #1A1A1A));
font-family: Dubai;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.dashboard-div-label-value {
	color: var(--Text-primary, var(--Text-primary, #1A1A1A));
font-family: Dubai;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.canvasjs-chart-credit
{
    display: none !important;
}
.dashbaordCard-chart {
  border-radius: 4px;
  background: var(--White, #fff);
  padding: 10px;
}
.d3-tooltip {
	position: absolute;
            text-align: center;
            width: auto;
            height: auto;
            padding: 8px;
            font: 12px sans-serif;
            background: #081025;
            border: 1px solid #ccc;
            border-radius: 2px;
            pointer-events: none;
            opacity: 0;
            color :#FFFFFF;
}

.d3-text {
    color: #1A1A1A;
    font-family: Dubai;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.d3-text-value  {
	color: #1A1A1A;
	font-family: Dubai;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}
.ellipse {
	fill: #C9EBFF;
	stroke-width: 2px;
}

.ellipse-text {
	font: 16px sans-serif;
	fill: darkblue;
	text-anchor: middle;
	dominant-baseline: middle;
}

.form-dashboard-passtype  {
	color: #1A1A1A;
	font-family: Dubai;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100px;
	height: 36px;
	flex-shrink: 0;
	border-radius: 4px;
	border: 1px solid var(--Text-Quartinary, #AEAEAE);
	background-color: #fff;
}

.ml-5 {
  margin-left: 5px;
}

.form-dashboard-passtype-tools  {
	color: #1A1A1A;
	font-family: Dubai;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	width: 140px;
	line-height: normal;
	height: 36px;
	flex-shrink: 0;
	border-radius: 4px;
	border: 1px solid var(--Text-Quartinary, #AEAEAE);
	background-color: #fff;
}
.mlm-15 {
  margin-left: -15px;
}

.mtop-3 {
  margin-top: 3px;
  background: #F2F9FF;
}

.page-content {
  padding: 16px 10px;
  border-radius: 4px;
  background: var(--White, #fff);
}


.form-modal-header-mod {
  display: flex;
  border-radius: 2px;
  background: linear-gradient(90deg, #e9f2ff -0.05%, #e1e8f2 99.95%);
  height: 56px;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  justify-content: space-between;
}

.mt-8 {
  margin-top: 8px;
}

.user-name{
	height: 40px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 2px solid var(--brand-primary, #177DB7);
    fill: #456C7B;
    background: #CFD3DD;
    padding-top: 0.3rem;
}

.form-card-title-with-button {
	padding: 4px 16px;
	align-items: center;
	align-self: stretch;
	border-radius: 2px;
	background: #daeaf3;
	margin-bottom: 16px;
	height: 60px;
	color: var(- -text-primary, var(- -text-primary, #1a1a1a));
	font-family: Dubai;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.custom-bootbox .modal-header{
    color: var(--text-primary, #1a1a1a);
    background-color: var(--alert-header-default, #e8f1fe);/* Change this to match the background color */
    text-transform: uppercase;
}
.total-amount {
    font-weight: bold;
    font-size: 1.25em;
}

.ml-20 {
    margin-left: 20px;
}


/* #passTable tr th {
  min-width: 100px !important;
} */

.mt-15 {
  margin-top: 15px;
}
.failedCard-header {
  font-family: Dubai;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--alert-error, #FF5B35);
}
.profileInfo-name {
    color: #1f89db;
    font-family: Dubai;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
}
.status-field-label {
  color: var(--text-secondary, #1A1A1A);
  font-family: Dubai;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.status-field-value {
  color: #45B275;
  font-family: Dubai;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.status-field-value-failed {
  color: #FF5B35;
  font-family: Dubai;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.status-field-value-backgroud {
  background: #E6FEF1;
    border: 1px solid #45B275;
    padding: 5px;
    border-radius: 5px;
}
.status-field-value-failed-backgroud {
    background: #FFDDD5;
    border: 1px solid #FF5B35;
    padding: 5px;
    border-radius: 5px;
}
.w-50px {
  width: 50px;
  text-align: center;
}
.w-20per {
	width: 20% !important;
}
.demo-icon {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* You can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.dirham-symbol {
    font-size: 0.65em;
    position: relative;
    top: -2px;
}
.btnImage {
		background-color: transparent;
		border: none;
		padding: 0;
		box-shadow: none;
		outline: none;
		cursor: pointer;
}

.btnImage:focus,
.btnImage:focus-visible {
		outline: none;
		box-shadow: none;
}
 .multiselect-container .multiselect-option .form-check-label {
  
    word-wrap: break-word !important;
    overflow: visible !important;
    white-space: normal !important;
}