@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #37435a;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  min-height: 100vh;
  overflow-x: hidden;
  padding-bottom: 46px;
}

h1 {
  line-height: 1.3;
  font-size: 15px;
  font-weight: 800;
  color: #486db6;
  margin: 0;
}

h2 {
  font-size: 1rem;
  font-weight: 900;
  color: #37435a;
  margin: 0;
}

h3 {
  font-size: 14px;
  font-weight: 900;
  color: #37435a;
  margin: 0;
}

.bgImg {
  background: url("/DDM/images/bg-image.png") no-repeat bottom left;
}

header {
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}

.brandTitle {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #164197;
  padding: 0 10px;
  border-left: 1px solid #dadada;
}

.brandTitle span {
  font-style: italic;
}

.userDetails {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #276aff;
  text-align: right;
}
.userDetails-border {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}

.userDetails span {
  font-size: 13px;
  color: rgb(55 67 90 / 60%);
}

.logOut {
  font-size: 13px;
  color: #276aff;
  text-align: center;
  width: 60px;
  display: block;
  padding: 13px 0;
  background: #fff;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}

.logOut:hover {
  background: #e3ecff;
}

.appContent {
  padding: 0 16px;
  margin-left: 81px;
}

.headWrapper {
  background: #f1f5ff;
  border-radius: 5px;
}

.headWrapper img {
  margin-right: 10px;
}

.insSummary {
  list-style: none;
  margin: 0;
}

.insSummary li + li {
  margin-left: 30px;
}

.insSummary span {
  font-weight: 700;
}

.cardTable {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.cardTable td {
  border-top: solid 1px #dce5ff;
  border-bottom: solid 1px #dce5ff;
  padding: 6px 10px;
  color: rgba(55, 67, 90, 0.8);
  vertical-align: middle;
  font-size: 14px;
}

.cardTable td:first-child {
  border-left: solid 1px #dce5ff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.cardTable td:last-child {
  border-right: solid 1px #dce5ff;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.cardTable th {
  background: #e2ebff;
  border-bottom: none;
  border: none;
  padding: 10px 10px;
  text-align: left;
  color: #37435a;
  font-weight: 900;
}

.cardTable th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.cardTable th:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.cardTable .form-check-input {
  border: 1px solid #276aff;
}

.cardTable .highlight td {
  background: #f1f5ff;
}

.actionIcons {
  line-height: 0;
  text-align: left;
}

.actionIcons a {
  text-decoration: none;
  display: inline-block;
  padding: 0 1rem;
  color: #276aff;
  font-size: 18px;
  position: relative;
  line-height: 0;
}

.actionIcons a + a {
  border-left: 1px solid #dadada;
}

.contWrapper {
  padding-right: 30px;
}

.btnWrapper {
  border-left: 1px solid #dadada;
  padding-left: 30px;
}

.comMas {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.comMas .comButton {
  margin-left: 40px;
}

.comMas + .comMas {
  border-top: 1px solid #dadada;
}

.comMas.disabled {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}

.comMas button {
  font-weight: 700;
}

.comMas p {
  margin: 0.5rem 0 0 0;
  font-weight: 700;
  color: #666;
}

footer {
  border-top: 1px solid #dadada;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.actCol {
  color: #276aff;
  text-decoration: none;
  font-weight: 600;
}

.actCol:first-child {
  border-right: 1px solid #dadada;
}

.innerCard {
  background: #ffffff;
  padding: 25px 15px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  border-radius: 4px;
  height: 180px;
  transition: all 0.2s ease;
  /* padding-top: 10px; */
  padding-bottom: 10px;
}

.icoCard {
  height: 60px;
}

.dashTitle {
  color: #37435a;
  opacity: 0.8;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.cardAction {
  text-decoration: none;
  width: 262px;
}

.cardAction:hover .dashTitle {
  font-weight: 600;
}

.cardAction:hover .innerCard {
  background: #f1f5ff;
}

.actionTxt {
  font-size: 15px;
  margin-top: 48px;
  color: #666;
  font-weight: 700;
}

label {
  font-size: 13px;
  font-weight: 700;
}

.uSelect {
  border: 1px solid #276aff;
  border-radius: 4px;
  color: #37435a;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: none;
}

.selectDiv {
  position: relative;
}

.selectDiv::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: url("/DDM/images/select-arrow-down-ico.png") no-repeat center
    center/cover;
  background-size: 10px 6px;
  height: 6px;
  width: 10px;
  pointer-events: none;
}

.uCustom {
  width: 100%;
  text-align: left;
  color: #37435a;
  font-size: 14px;
  height: 40px;
  border: 1px solid #276aff;
  border-radius: 4px;
  color: #37435a;
  background-color: transparent;
  padding: 0 10px;
  position: relative;
  transition: all 0.2s ease;
}

.uCustom::after {
  content: " ";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/DDM/images/filter-empty-ico.png) no-repeat center
    center/cover;
  right: 5px;
  top: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.uCustom:hover {
  font-weight: 700;
  color: #276aff;
}

.uCustom.active {
  font-weight: 700;
  color: #276aff;
}

.uCustom:hover::after {
  background: url(/DDM/images/filter-filled-ico.png) no-repeat center
    center/cover;
}

.uCustom.active::after {
  background: url(/DDM/images/filter-filled-ico.png) no-repeat center
    center/cover;
}

.custPad {
  padding-top: 75px;
}

.custPad.offState {
  color: #9da9c0;
}

.custPad .offImg {
  display: none;
}

.custPad .onImg {
  display: block;
}

.custPad.offState .onImg {
  display: none;
}

.custPad.offState .offImg {
  display: block;
}

.descTxt {
  font-size: 16px;
  line-height: 18px;
  opacity: 0.6;
}

.progressBar {
  width: 5px;
  height: 450px;
  background: #f1f5ff;
  position: relative;
}

.innerProgress {
  width: 5px;
  height: 0px;
  background: #276aff;
  position: absolute;
  top: 0;
  left: 0;
  overflow: unset !important;
}

.innerProgress::after {
  content: " ";
  position: absolute;
  display: block;
  width: 17px;
  height: 16px;
  left: -5px;
  bottom: -10px;
  background: url(/DDM/images/diamond-shape.png) no-repeat center center/cover;
}

.innerProgress .shape {
  position: absolute;
  top: 80px;
  display: block;
}

.startPoint {
  position: absolute;
  top: -10px;
  width: 24px;
  left: -10px;
}

.endPoint {
  position: absolute;
  bottom: -10px;
  width: 24px;
  left: -10px;
}

.step-2 {
  display: none;
}

.headTxt {
  color: #00102c;
}

.offState .headTxt {
  color: #9da9c0;
}

.popupWrp {
  border-radius: 5px;
  background-color: rgb(251, 251, 251);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

.rateHead {
  font-weight: 800;
  color: #000;
}

.rateHead i {
  color: #276aff;
}

.actionWrp {
  background: #e2ebff;
}

.inputWrap label {
  color: #37435a;
  font-weight: 700;
  font-size: 1rem;
}

.inputWrap input {
  border-width: 1px;
  border-color: rgb(39, 106, 255);
  border-style: solid;
  border-radius: 5px;
}

.inputWrap input:focus {
  background-color: rgb(233, 237, 246);
}

.btnWrp {
  border-top: 1px solid rgb(226, 235, 255);
}

.bordRght th {
  border-right: 1px solid #cddeff;
}

.bordRght td {
  border-right: 1px solid #cddeff;
}

.bordRght th:last-child {
  border-right: none;
}

.tdBgcolor {
  background-color: #e5ffa7 !important;
}

.statTab {
  width: 90%;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: -0.551px 1.923px 13px 0px rgba(0, 0, 0, 0.1);
}

.statTab th {
  font-size: 12px;
  padding: 12px 20px 5px;
  border-bottom: none;
  border-right: 1px solid #dadada;
}

.statTab td {
  font-size: 14px;
  padding: 0 20px 10px;
  font-weight: 700;
  border-right: 1px solid #dadada;
}

.nav-tabs .nav-link {
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #276aff;
  color: #276aff;
  background-color: transparent;
}

.factorWrp {
  background: #f1f5ff;
  padding: 15px 20px;
}

.factorWrp label {
  color: #486db6;
}

.factorWrp .form-check-input:checked[type="radio"] + label {
  color: #276aff;
}

.tblWrp {
  padding: 0px 20px 15px;
}

.addRow {
  border-bottom: 1px solid #dadada;
}

.tblWrp input {
  border-width: 1px;
  border-color: rgb(39, 106, 255);
  border-style: solid;
  border-radius: 5px;
}

.tblWrp input::placeholder {
  font-size: 12px;
}

.tblWrp .cardTable .actionIcons {
  text-align: left;
}

.inputctrl {
  display: none;
}

.modal-title {
  font-weight: 700;
}

.modal-footer .btn {
  width: 120px;
}

.previewWrp h2 {
  font-size: 13px;
  font-weight: 600;
  color: #486db6;
}

.bgCol {
  background-color: #ffe17e !important;
  font-weight: 700;
  color: #276aff !important;
}

#previewRate {
  display: none;
}

.frmWrapper {
  border-width: 1px;
  border-color: rgb(226, 235, 255);
  border-style: solid;
}

.filerWrp span {
  font-weight: 900;
  font-size: 14px;
}

.filerWrp .fliterClick {
  text-decoration: none;
  color: #37435a;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  transition: all 0.4s ease;
}

.filerWrp .fliterClick:hover {
  background-color: rgb(241, 245, 255);
  font-weight: 700;
}

.filerWrp .fliterClick.active {
  background-color: rgb(241, 245, 255);
  font-weight: 700;
}

.btn-toggle {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}

.btn-toggle img {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.btn-toggle2 {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}

.btn-toggle2 img {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.btnPlus {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}

.addfrmWrp input,
.addfrmWrp textarea {
  border-width: 1px;
  border-color: rgb(39, 106, 255);
  border-style: solid;
  border-radius: 5px;
}

.addfrmWrp input:disabled {
  background: #e9edf6;
}

.disabledSelect,
.disabledField {
  background-color: #e9edf6;
}

.selectOptDiv {
  border-radius: 5px;
  background-color: rgb(226, 235, 255);
  text-transform: uppercase;
  color: #37435a;
  font-weight: 900;
}

.optWrp {
  border-width: 1px;
  border-color: rgb(220, 229, 255);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
}

.optWrp.highlight {
  background: #f1f5ff;
}

.optWrp .form-check-input {
  margin-top: 0.35em;
}

.marleft.row {
  margin-left: 0;
}

.marRight.row {
  margin-right: -10px;
}

.mrRht {
  margin-right: 10px;
}

.ms-n2 {
  margin-left: -0.48rem !important;
  width: 32%;
}

.msg {
  font-size: 12px;
  color: #a5aab4;
  font-weight: 400;
  left: 200px;
  bottom: -24px;
}

.innerHideTb {
  border: 1px solid #dadada;
  margin-top: -12px;
  border-top: none;
}

.innerHideTb td,
.innerHideTb th {
  border: none;
  padding: 5px 15px;
}

.innerHideTb th {
  color: #a4a9b3;
  font-size: 12px !important;
  background-color: transparent;
  padding-top: 10px;
}

.innerHideTb td {
  color: #37435a;
  font-size: 13px;
  padding-bottom: 10px;
}

.frmTB td {
  font-weight: 700;
  color: #37435a;
}

.frmTB .table-data span {
  font-weight: 400;
  font-size: 12px;
  color: #a4a9b3;
}

.hidenRw {
  display: none;
  border-top: none;
}

.frmTB tr.active {
  background-color: #f1f5ff;
  border-bottom: none;
}

.frmTB tr th {
  font-size: 13px;
}

.frmTB tr.active .btn-toggle[aria-expanded="true"] img {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.frmTB tr.active .btn-toggle2 img {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.frmTB tr.active .btn-toggle img {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.pagWrp {
  color: #37435a;
  font-size: 13px;
}

.titleHgt {
  height: 60px;
}

.list-group {
  padding-left: 0;
  padding-right: 0;
}

.list-group a {
  border-left: none;
  border-right: none;
}

.list-group a:first-child {
  pointer-events: none;
  border-top: none;
  font-weight: 900;
  color: #37435a;
  font-size: 13px;
  text-transform: uppercase;
}

.listHgt {
  height: 424px;
  overflow-y: auto;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.coverTab .form-switch .form-check-input {
  height: 1.4em;
  width: 3em;
}

.advnFilter {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(226, 235, 255);
  border-radius: 4px;
}

.filterAct {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(226, 235, 255);
  background-color: rgb(241, 245, 255);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filterTitle {
  color: #687387;
  font-weight: 700;
  font-size: 13px;
}

.advnFilter input {
  border-width: 1px;
  font-size: 13px;
  border-color: rgb(39, 106, 255);
  border-style: solid;
  border-radius: 5px;
}

.advnFilter select,
.react-date-picker__inputGroup span,
.multi-select .selected-options {
  font-size: 13px;
}

.advnFilter textarea {
  font-size: 13px;
}

.btnPlus i {
  color: #276aff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.addfrmWrp .form-check-input {
  margin-top: 0.35em;
}

.addfrmWrp .form-check-inline {
  margin-right: 0.5rem;
}

.addfrmWrp .form-check-inline label {
  margin-bottom: 0.5rem;
}

.customWidth {
  max-width: 584px;
}

.editorWrp {
  height: 400px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .filterAct {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(226, 235, 255);
    background-color: rgb(241, 245, 255);
  }

  .btnPlus i {
    color: #276aff;
  }
}

#newRow {
  display: none;
}

#searchField {
  display: none;
}

.errorPg {
  height: 94vh;
}

.form-switch .form-check-input {
  width: 2.2em;
  height: 1.2rem;
}

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

.boldTxtWork td {
  font-weight: 700;
  color: #37435a;
}

.agencySelect {
  position: relative;
}

.editAgency {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 6px 12px;
  border: none;
  border-width: 1px;
  border-color: rgb(39, 106, 255);
  border-style: solid;
  background-color: rgb(39, 106, 255);
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.editAgency i {
  color: #fff;
}

.borderBox {
  border: 1px solid #e2ebff;
}

.nonSelect {
  background: #f1f5ff;
}

.tpBrder {
  border-top: 1px solid #c1c1c1;
}

input.errorBorder {
  border-color: red;
}

.errorDiv {
  position: relative;
}

.errorMsg {
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  color: red;
  left: 0;
}

.redMand {
  color: red;
}

.form-style input {
  border: 0;
  height: 50px;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
}

.form-style input:focus {
  border-bottom: 1px solid #007bff;
  box-shadow: none;
  outline: 0;
  background-color: #f1f5ff;
}

.factorWrp {
  height: 460px;
}

.logoTop {
  margin-top: 40px;
}

.loginBg {
  width: 450px;
  margin: 0px auto;
  display: block;
}

.containerLogin {
  width: 900px;
  margin: 0px auto;
}

.dropdownSelect {
  position: relative;
}

.dropdownSelect select {
  border-color: #212529;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.2rem;
  padding: 5px 30px 5px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.dropdownSelect select::-ms-expand {
  display: none;
}

.dropdownSelect::after {
  display: inline-block;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  top: 14px;
  right: 10px;
}

/*Custom Tab CSS Start*/
ul#custTabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

ul#custTabs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e2ebff;
  bottom: 0;
  left: 0;
}

ul#custTabs li {
  display: inline;
}

ul#custTabs li a {
  padding: 10px 20px;
  text-decoration: none;
  color: #486db6;
  display: inline-block;
}

ul#custTabs li a.selected,
ul#custTabs li a:hover {
  color: #276aff;
  font-weight: bold;
  border-bottom: 2px solid #276aff;
}

div.custtabContent.hide {
  display: none;
}

.selectContainer {
  position: relative;
}

.selectContainer:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  background: url(/DDM/images/select-arrow-down-ico.png) no-repeat center
    center/cover;
  background-size: 10px 6px;
  height: 6px;
  width: 10px;
  pointer-events: none;
}

.selectContainer,
.selectContainer .select2-container {
  width: 100% !important;
}

.selectContainer .select2-container--default .select2-selection--multiple {
  border-color: rgb(39, 106, 255);
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 28px;
}

.selectContainer
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.selectContainer
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
  height: 24px;
}

/*Custom Tab CSS End*/

.uSelect + .select2-container {
  width: 100% !important;
}

.uSelect + .select2-container--default .select2-selection--multiple {
  border: 1px solid #276aff;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.uSelect
  + .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.seprator {
  border-top: 1px solid #dee2e6;
  width: 100%;
}

.collapseTd {
  border: 1px solid #dce5ff;
  padding: 0 10px 10px 10px;
  margin-top: -12px;
  border-top: none;
}

.actionIcons a img {
  height: 23px;
}

.searchFilter {
  width: 19px;
  top: 17%;
  right: 4%;
}

.pageSidebar {
  position: fixed;
  top: 67px;
  left: 0;
  bottom: 0;
  background-color: #ffff;
  border-right: 1px solid #e6e6e6;
  z-index: 1;
}

.pageSidebar ul {
  padding-left: 0px;
}

.pageSidebar ul li {
  margin: 0;
  width: 80px;
  text-align: center;
  list-style: none;
}

.pageSidebar ul li a {
  display: block;
  /* border-right: 4px solid #fff; */
  padding: 27px 0;
}

.pageSidebar ul li a img {
  width: 30px;
  transition: 0.3s;
  /* filter: invert(60%) sepia(9%) saturate(6626%) hue-rotate(218deg)
    brightness(65%) contrast(70%); */
}

.pageSidebar ul li.active a {
  background: #f1f5ff;
  border-right: 2px solid #276aff;
}

.pageSidebar ul li.active a img,
.pageSidebar ul li:hover a img {
  transition: 0.3s;
  /* filter: invert(34%) sepia(46%) saturate(3492%) hue-rotate(212deg)
    brightness(105%) contrast(101%); */
}

.basDetal .baslabel {
  color: #a4a9b3;
  background-color: transparent;
  font-size: 13px;
}

.basDetal .basInfo {
  font-weight: 700;
  color: #37435a;
}

.card-Disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.cursor-disabled {
  cursor: not-allowed !important;
}

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

.btn-group-label input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.error-show {
  border: 1px solid red;
}

.react-date-picker__wrapper {
  border: none !important;
}

.react-date-picker__inputGroup__input:invalid {
  background-color: unset !important;
}

.width-unset {
  width: unset;
}

.product-icon-height {
  height: 16px !important;
  width: 16px !important;
}

.modal-open .modal {
  background: hsla(0, 0%, 100%, 0.9);
}

.modal-content {
  border: none;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  padding: 1rem 0.5rem;
}

.product-prev-nav-icon {
  width: 24px;
}

.agency-form input,
.agency-form select,
.agency-form .form-control,
.advnFilter select {
  /* font-size: 1.2rem; */
  border: 1px solid #276aff;
}

.MostImportantFeature label {
  width: max-content;
  margin-right: 20px;
  /* font-size: 1rem; */
}

.prevNavImg {
  width: 40px;
}

/* Agency Styles */
.agency-info-manager .actionIcons {
  line-height: 0;
  text-align: right;
}

.agency-info-manager .actionIcons-align-right {
  display: flex;
  justify-content: flex-end;
  padding-top: 11px;
  padding-bottom: 11px;
}

.icon-border-x-lightgray {
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.icon-border-r-lightgray {
  border-right: 1px solid #dadada;
}

.pr-1rem {
  padding-right: 2rem !important;
}

.actionIcons-align-right {
  display: flex;
  justify-content: flex-start;
  padding-top: 11px;
  padding-bottom: 11px;
}

.header-logo img {
  min-width: 88px;
  /* max-width: max-content; */
  max-height: 65px;
  aspect-ratio: 2;
  object-fit: contain;
  padding-right: 10px;
  /* padding-top: 5px;
  padding-bottom: 5px; */
}

.css-13cymwt-control {
  border: 1px solid #276aff !important;
  min-height: unset !important;
}

.css-t3ipsp-control,
.css-13cymwt-control {
  /* background-color: red !important; */
  box-shadow: unset !important;
  border: 1px solid #276aff !important;
  min-height: unset !important;
  margin: unset !important;
  font-size: 13px !important;
  padding: 0px 8px !important;
}

.product-tile-img {
  max-width: 90%;
  object-fit: scale-down;
  max-height: 80px;
}

.agency-action-container {
  width: 343px;
}

.action-p {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.text-danger {
  font-size: 12px;
}

.all-search {
  padding-right: 32px;
}

.payment-mode-toggleBtn label {
  font-size: 13px !important;
}

.react-date-picker__calendar {
  z-index: 10000 !important;
}

.react-date-picker__inputGroup__leadingZero {
  -webkit-text-fill-color: #212529 !important;
  -webkit-opacity: 1 !important;
  color: #212529 !important;
}

.react-date-picker--disabled,
.react-date-picker__inputGroup__input {
  color: #212529 !important;
}

.react-date-picker__inputGroup input:disabled {
  -webkit-text-fill-color: #212529 !important;
  -webkit-opacity: 1 !important;
  color: #212529 !important;
}

#react-select-2-listbox div,
.css-1dimb5e-singleValue {
  font-size: 13px;
}

.css-1xc3v61-indicatorContainer {
  padding: 0px 8px !important;
}

.css-qbdosj-Input {
  /* margin: unset !important; */
}

.css-15lsz6c-indicatorContainer {
  padding: 0px 8px !important;
  font-size: 13px !important;
}

#react-select-2-placeholder {
  font-size: 13px !important;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.maskInput {
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
}

.react-date-picker__calendar td span {
  font-size: unset !important;
}

.agency-policy-add-info .table-responsive {
  overflow-x: visible;
}

.agency-policy-add-info .react-calendar span {
  font-size: 16px !important;
}

.agency-policy-add-info frmTB td span {
  font-size: 16px !important;
}

.agency-policy-add-info .multi-select {
  font-size: 14px !important;
  width: 119px !important;
}

.agency-policy-add-info .multi-select .selected-options {
  min-width: 119px !important;
}

.exceptions-action-icon {
  font-size: 17px;
}

.exceptions-addClose-icon {
  font-size: 25px;
  font-weight: bold;
}

.agency-policy-add-info .react-date-picker__inputGroup span {
  font-size: 13px !important;
}

.multiselect-dropdown-icon {
  color: black;
}

.ns-edit-delete-actions {
  width: 77px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .error-row{
  background-color: rgba(255, 0, 0, 0.2);
} */

.error-row td {
  border-top: solid 1px rgba(255, 0, 0, 0.664);
  border-bottom: solid 1px rgba(255, 0, 0, 0.664);
  padding: 6px 10px;
  vertical-align: middle;
  font-size: 14px;
}

.error-row td:first-child {
  border-left: solid 1px rgba(255, 0, 0, 0.664);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.error-row td:last-child {
  border-right: solid 1px rgba(255, 0, 0, 0.664);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.generate-un {
  font-size: 13px;
  color: green;
}

/* Exceptions and Blocking */
.eb-actions {
  width: 20px;
}

.exceptions-modal .modal-dialog,
.enb-filter .modal-dialog {
  max-width: 80% !important;
}

.exceptions-modal .multi-select,
.enb-filter .multi-select {
  font-size: 13px;
}

.exempted-agency-list {
  max-height: 40vh;
  overflow-y: auto;
}

.agencyList-a {
  text-decoration: underline !important;
  cursor: pointer;
}

.bigger-checkbox-container input[type="checkbox"] {
  font-size: 20px;
  margin: 0;
}

.work-with-loc input[type="checkbox"] {
  font-size: 20px;
}

.criteria-form .multi-select {
  font-size: 13px;
}

.react-date-picker {
  border: 1px solid #276aff !important;
}

.truncated-tooltip-content {
  max-width: 600px !important;
}

/* sorting comp */
.sort-icon i {
  height: 7px;
  font-size: 10px;
}

/* checkbox styling */
/* input[type="checkbox"] {
  zoom: 1.6;
} */

.dynamic-form-checkbox {
  font-size: 20px;
}

.noFormFilter .advnFilter {
  border-style: none !important;
}

.search-staff-modal .modal-dialog {
  margin-top: 70px !important;
}
