@font-face {
  font-family: "robotoregular";
  src: url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotolight";
  src: url("fonts/roboto-light-webfont.woff2") format("woff2"), url("fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotobold";
  src: url("fonts/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotoblack";
  src: url("fonts/roboto-black-webfont.woff2") format("woff2"), url("fonts/roboto-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotomedium";
  src: url("fonts/roboto-medium-webfont.woff2") format("woff2"), url("fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Conv_AvenirLTStd-Book";
  src: url("fonts/AvenirLTStd-Book.eot");
  src: local("☺"), url("fonts/AvenirLTStd-Book.woff") format("woff"), url("fonts/AvenirLTStd-Book.ttf") format("truetype"), url("fonts/AvenirLTStd-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Conv_AvenirLTStd-Medium";
  src: url("fonts/AvenirLTStd-Medium.eot");
  src: local("☺"), url("fonts/AvenirLTStd-Medium.woff") format("woff"), url("fonts/AvenirLTStd-Medium.ttf") format("truetype"), url("fonts/AvenirLTStd-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Conv_AvenirLTStd-Roman";
  src: url("fonts/AvenirLTStd-Roman.eot");
  src: local("☺"), url("fonts/AvenirLTStd-Roman.woff") format("woff"), url("fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("fonts/AvenirLTStd-Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "webfontregular";
  src: url("fonts/financier-display-web-regular-webfont.woff2") format("woff2"), url("fonts/financier-display-web-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  overflow-x: hidden !important;
}
body {
  font-family: "Conv_AvenirLTStd-Book" !important;
  overflow-x: hidden !important;
  font-size: 0.8rem !important;
  color: #000000 !important;
  outline: 0px !important;
  box-shadow: none !important;
  padding-right: 0 !important;
}
*:focus {
  outline: none;
}

.mat-calendar-header {
    padding: 0px 8px 0 8px !important;
     background-color: black;
    color: white;
}

.mat-calendar-controls{
  margin: 0px !important;
}

.mat-calendar-controls polygon {
  fill: white !important;
}

.mat-calendar-controls button {
  color: white !important;
}

.mat-icon-button.mat-button-disabled.mat-button-disabled{
  color: white;
}
.mat-calendar-table-header th {
  padding:8px 0px 8px 0px !important;
}

.mat-datepicker-content .mat-calendar {
  height: auto !important;
}

.mat-calendar-body-label {
 visibility: hidden !important;
 height: 0 !important; /* collapse height */
  line-height: 0 !important;
  padding: 0 !important;
}

.mat-datepicker-toggle-default-icon {
  background-image: url("../../images/calender-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  color: transparent; /* hides default icon */
      width: 24px!important;
    height: 40px ;
    margin-top: -7px;
}
/* Remove only the circular focus outline from calendar icon */
.mat-datepicker-toggle .mat-icon-button .mat-focus-indicator {
  display: none !important;
}
.mat-button-ripple-round{
  display: none !important;
}
.mat-datepicker-toggle .mat-icon-button:focus .mat-ripple-element {
  display: none !important;
}

.mat-icon-button .mat-button-focus-overlay {
  display: none;
}

.hideScrollSearch {
  overflow: hidden !important;
}
.hideScrollSearch::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.hideScrollSearch-home {
  overflow: hidden !important;
  height: 100vh !important;
}
.hideScrollSearch-home::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.modal-scroll {
  overflow: hidden !important;
}
.form-control::-moz-placeholder {
  font-family: "robotoregular";
  opacity: 1;
  font-size: 13px;
}
.form-control:-ms-input-placeholder {
  font-family: "robotoregular";
  font-size: 13px;
}
.form-control::-webkit-input-placeholder {
  font-family: "robotoregular";
  font-size: 13px;
}
.container-fluid {
  padding-right: 10% !important;
  padding-left: 10% !important;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 4px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 4px;
}
/* :root {
  scrollbar-color: #000 #808080;
  scrollbar-width: thin !important;
} */
#selection_bubble {
  display: none;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
#leftMenu .container-fluid {
  padding-left: 0% !important;
  padding-right: 0% !important;
}
.map-main div.pac-container {
  width: 573px !important;
  position: absolute !important;
  left: 394px !important;
  z-index: 999 !important;
}
.map-main div.pac-container .pac-item {
  border-top: 3px solid #eeeeee !important;
}
.pac-container:after {
  content: "Powered by Google" !important;
  font-size: 10px !important;
  background-image: none !important;
  color: #eee !important;
}
.owl-dt-container {
  font-size: 0.94rem !important;
  width: 19.1em !important;
}
.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-calendar {
  height: auto !important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-content {
  height: 75%;
}
.gm-style-mtc div[title] {
  display: flex;
  align-items: center;
}
.gm-style-mtc div[title] span {
  margin-top: -8px;
}
.gm-style-mtc label {
  margin-bottom: 0px !important;
}
h2 {
  font-size: 2rem;
  font-family: 'webfontregular';
  margin: 0px 0px 0.6rem 0px;
  color: #000000;
}
h3 {
  font-size: 1.4rem;
  margin: 0px;
  font-family: 'webfontregular';
}
h6 {
  font-size: 1rem;
  padding-bottom: 1rem;
  font-family: 'webfontregular';
}
@media (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.8rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.9rem;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
textarea:focus,
input:focus {
  outline: none !important;
  outline: 0 !important;
}
input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
  outline: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.inputField {
  width: 100%;
  height: 45px;
  border: 1px solid #212121;
}
.c-select {
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 5px 6px;
  font-size: 0.8rem;
  color: #8b8b8b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  background-image: url("../../../assets/images/select-right-edge.png");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 6px);
  background-position-y: 18px;
  font-family: "robotoregular";
}
.c-select:focus {
  border: 1px solid #000000;
}
.c-select ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: pink;
}
.c-select ::-moz-placeholder {
  /* Firefox 19+ */
  color: pink;
}
.c-select :-ms-input-placeholder {
  /* IE 10+ */
  color: pink;
}
.c-select :-moz-placeholder {
  /* Firefox 18- */
  color: pink;
}
.customDropdown {
  width: 100%;
}
.customDropdown .dropdown-menu {
  width: 100%;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  min-width: 88px !important;
  height: 100px;
  overflow: auto;
  position: absolute;
  top: 33px !important;
  transform: unset !important;
  left: -27px !important;
}
.customDropdown .dropdowninner {
  text-align: left;
  height: 48px;
  background-color: #fff;
  background-position-y: 20px ! important;
}
.c-select-m {
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 5px 6px;
  font-size: 0.8rem;
  color: #8b8b8b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../../../assets/images/select-right-edge.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 16px;
  font-family: "robotoregular";
}
.c-select-m .mat-form-field-underline {
  display: none;
}
.c-select-m .mat-form-field-infix {
  border-top: 6px solid transparent;
}
.c-select-m .mat-select-arrow-wrapper {
  opacity: 0;
}
.c-select-m:focus {
  border: 1px solid #000000;
}
.c-ng-select {
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 0px;
  font-size: 0.8rem;
  color: #8b8b8b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  background-image: url("../../../assets/images/sortEdge.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
  font-family: "robotoregular";
  background-size: contain;
}
.c-ng-select .mat-form-field-underline {
  display: none;
}
.c-ng-select .mat-form-field-infix {
  border-top: 6px solid transparent;
}
.c-ng-select .mat-select-arrow-wrapper {
  opacity: 0;
}
.c-ng-select .ng-dropdown-panel {
  background: #f9f9f9;
  left: 0px;
  top: 101%;
}
.c-ng-select .ng-value-container {
  height: 45px;
  padding-left: 6px;
  font-size: 0.8rem;
  width: 100%;
}
.c-ng-select .ng-option {
  padding: 10px;
  font-size: 0.9rem;
  /* Optional: Customize .focus-visible */
}
.c-ng-select .ng-option:hover {
  background: #cecdcd;
  color: gray;
}
.c-ng-select .ng-option:focus {
  background: #cecdcd;
  color: gray;
}
.c-ng-select .ng-option *:focus:not(.focus-visible) {
  outline: none;
}
.c-ng-select .ng-option *:focus-visible {
  background: #cecdcd;
  color: gray;
}
.c-ng-select .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  padding-top: 15px;
  right: 22px;
  top: -7px;
  text-align: center;
}
.c-ng-select:focus {
  border: 1px solid #000000;
}
.c-ng-select .ng-has-value .ng-value-container .ng-placeholder {
  display: none !important;
}
.c-ng-select .ng-placeholder {
  color: #c9c9c9;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.c-ng-select .ng-input {
  line-height: 1.5 !important;
  top: 10px !important;
  padding-left: 4px !important;
}
.dropdown-item {
  padding: 5px;
  border-top: 1px solid #eee;
}
.dropdown-item.active {
  background-color: #000000 !important;
  color: #fff !important;
}
.cf-select {
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 5px 6px;
  font-size: 0.8rem;
  color: #8b8b8b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../../images/sortEdge.svg");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: -3px;
  font-family: "robotoregular";
}
.cf-select:focus {
  border: 1px solid #000000;
}
.c-date {
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 0px;
  padding-left: 6px;
  font-size: 0.8rem;
  color: #8b8b8b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("../../images/c-date.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
  font-family: "robotoregular";
  background-size: contain;
}
.c-date:focus {
  border: 1px solid #000000;
}
.c-date::placeholder {
  color: #c9c9c9;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.c-date::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9c9c9;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.c-date::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9c9c9;
  font-size: 0.8rem;
  line-height: 2.5rem !important;
}
.c-date:-ms-input-placeholder {
  /* IE 10+ */
  color: #c9c9c9;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.c-date:-moz-placeholder {
  /* Firefox 18- */
  color: #c9c9c9;
  font-size: 0.8rem;
  line-height: 2.5rem !important;
}
.c-date::-moz-placeholder {
  color: #c9c9c9;
  font-size: 0.8rem;
  line-height: 2.5rem !important;
}
.c-date-m {
  width: 100%;
  height: 48px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 0.8rem;
  color: #8b8b8b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../../images/c-date.svg");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: -3px;
  font-family: "robotomedium";
}
.c-date-m .mat-form-field-suffix {
  opacity: 0;
}
.c-date-m .mat-form-field-infix {
  border-top: 6px solid transparent;
}
.c-date-m .mat-form-field-underline {
  height: 0px;
}
.c-date-m:focus {
  border: 1px solid #000000;
}
.c-date-m:focus .mat-form-field-underline {
  height: 0px;
}
.c-date-m .mat-input-element:focus .mat-form-field-underline {
  height: 0px;
}
.c-date-m .mat-form-field-infixp:focus .mat-form-field-underline {
  height: 0px;
}
.c-date-m .form-control:disabled,
.c-date-m .form-control[readonly] {
  background-color: #e9ecef00;
  opacity: 0;
}
.item-md.item-input.input-has-focus .item-inner {
  box-shadow: none;
}
.mat-input-container.app-input-no-underline .mat-input-underline {
  display: none;
}
.mat-form-field-underline {
  display: none;
}
.c-file {
  width: 100%;
  height: 48px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 5px 10px;
  color: #8b8b8b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../../images/u-file.png");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 10px;
  line-height: 37px;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "robotoregular";
  font-size: 0.8rem;
  background-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1.5rem;
}
.c-file:after {
  display: none !important;
}
.c-file:focus {
  border: 1px solid #000000;
}
.custom-file {
  height: 48px;
  margin-bottom: 2rem;
  font-family: "robotoregular";
  cursor: pointer;
}
.custom-file .custom-file-input {
  height: 48px;
  font-family: "robotoregular";
  cursor: pointer;
}
.custom-file .custom-file-input:focus {
  border: 1px solid #000000;
}
input::placeholder {
  font-size: 0.8rem;
  font-family: "robotoregular";
  color: #8b8b8b;
}
.c-input {
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 5px 6px;
  font-size: 0.8rem;
  color: #8b8b8b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "robotoregular";
}
.c-input:focus {
  border: 1px solid #000000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-input::placeholder {
  font-size: 0.8rem !important;
}
.c-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9c9c9;
}
.c-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9c9c9;
}
.c-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c9c9c9;
}
.c-input:-moz-placeholder {
  /* Firefox 18- */
  color: #c9c9c9;
}
.bg-success {
  background-color: #f0fbf0;
}
.bg-dangers {
  background-color: #fff2f2;
}
.text-dangers {
  color: #ff5757;
}
.form-control:focus {
  box-shadow: none !important;
}
.c-select-append-left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.c-select-append-right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.custom-checkbox label {
  line-height: 25px;
  display: inline-block;
  color: #212121;
  font-family: "robotomedium";
}
.custom-checkbox label a {
  display: inline-block;
  margin-left: 20px;
  color: #8b8b8b;
  font-family: "robotomedium";
}
.gray-border {
  border-color: #e7eaeb;
}
.gray-border-dark {
  border-color: #dddddd;
}
.bgwhite {
  background-color: #ffffff;
}
.red-error {
  color: #dc5461;
  font-size: 12px !important;
}
.border-red {
  border: 1px solid #dc5461;
}
.bg-success {
  background-color: #f0fbf0;
}
.bg-dangers {
  background-color: #fff2f2;
}
.text-dangers {
  color: #ff5757;
  margin-top: 2px;
}
.dp-picker-input {
  border: 0px !important;
  line-height: 36px;
}
.dp-calendar-day {
  box-sizing: border-box;
}
.dp-calendar-weekday {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #f3f3f3 !important;
  border-bottom: 1px solid #f5f5f5 !important;
  font-size: 12px !important;
}
.dp-calendar-nav-container {
  height: 47px !important;
  border: 1px solid #dcdcdc !important;
  /* border-bottom: none; */
  background: #000000;
}
.dp-nav-header-btn {
  background: transparent !important;
  border: 0px !important;
  font-weight: bold !important;
  color: #fdfdfd !important;
}
.dp-calendar-nav-left {
  background: transparent !important;
  border: 0px !important;
  font-size: 26px !important;
  color: #fdfdfd !important;
}
.dp-calendar-nav-right {
  background: transparent !important;
  border: 0px !important;
  font-size: 26px !important;
  color: #fdfdfd !important;
}
.dp-calendar-wrapper {
  border: 1px solid #b1b1b1 !important;
}
.dp-current-location-btn {
  background: transparent !important;
}
.dp-selected {
  background: #000000 !important;
}
.bs-datepicker-head {
  background-color: #000000 !important;
}
.current span {
  color: #fff !important;
}
.bs-datepicker-head button.next span {
  margin-top: -4px;
}
.bs-datepicker-head button.previous span {
  margin-top: -4px;
}
.bs-datepicker-body table td span {
  color: #000000 !important;
}
.bs-datepicker-body table td.disabled span {
  color: #000000 !important;
}
.disabled.is-other-month {
  color: rgba(0, 0, 0, 0.25) !important;
}
.is-other-month {
  color: rgba(0, 0, 0, 0.25) !important;
}
.bs-datepicker-body table td {
  color: #000000 !important;
}
.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25) !important;
}
.bs-datepicker-body table th {
  color: #000000 !important;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #00b4ff !important;
  display: none;
}
.bs-datepicker {
  border-radius: 4px;
}
.c-textarea {
  border: 1px solid #dfdfdf;
  height: 230px;
  width: 100%;
  padding: 1rem;
  font-size: 0.8rem;
  font-family: "robotoregular";
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000000 !important;
}
.ng-dropdown-panel .scroll-host {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin !important;
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch;
  background: #f3f3f3;
  position: absolute !important;
  left: 0px !important;
  top: 0% !important;
  width: 100% !important;
}
.ng-dropdown-panel .scroll-host .ng-option {
  padding: 8px 7px!important;
}
input[type="text"]:disabled {
  background: #e7e7e7;
}
input[type="date"]:disabled {
  background: #e7e7e7;
}
input[type="text"]:disabled {
  background: #e7e7e7;
}
input[type="select"]:disabled {
  background: #e7e7e7;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e7e7e7 !important;
  opacity: 1;
}
.ng-select-disabled {
  background: #e7e7e7 !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e7e7e7 !important;
  opacity: 1;
}
.form-control.c-date[readonly] {
  background-color: #fff !important;
  opacity: 1;
}
.form-control.c-date:disabled {
  background-color: #e7e7e7 !important;
  opacity: 1;
}
.required:after {
  content: " *";
  margin-left: 1px;
}
.c-ng-select-bottom {
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 0px;
  font-size: 0.8rem;
  color: #8b8b8b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../../../assets/images/sortEdge.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
  font-family: "robotoregular";
  background-size: contain;
}
.c-ng-select-bottom .mat-form-field-underline {
  display: none;
}
.c-ng-select-bottom .mat-form-field-infix {
  border-top: 6px solid transparent;
}
.c-ng-select-bottom .mat-select-arrow-wrapper {
  opacity: 0;
}
.c-ng-select-bottom .ng-dropdown-panel {
  background: #f9f9f9;
  left: 0px;
  top: 101%;
}
.c-ng-select-bottom .ng-value-container {
  height: 45px;
  width: 100%;
  font-size: 0.8rem;
}
.c-ng-select-bottom .ng-option {
  padding: 10px;
  font-size: 0.9rem;
}
.c-ng-select-bottom .ng-option:hover {
  background: #cecdcd;
  color: gray;
}
.c-ng-select-bottom .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  padding-top: 15px;
  right: 22px;
  top: -5px;
}
.c-ng-select-bottom:focus {
  border: 1px solid #000000;
}
.c-ng-select-bottom .ng-has-value .ng-value-container .ng-placeholder {
  display: none !important;
}
.c-ng-select-bottom .ng-placeholder {
  color: #c9c9c9;
  font-size: 0.8rem;
  line-height: 27px;
}
.c-ng-select-bottom .ng-dropdown-panel {
  left: 0px !important;
  top: -430% !important;
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #44a0f3 !important;
  color: #fff !important;
}
.c-ng-select-bottom-rant {
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 5px 6px;
  font-size: 0.8rem;
  color: #8b8b8b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../../../assets/images/sortEdge.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
  font-family: "robotoregular";
  background-size: contain;
}
.c-ng-select-bottom-rant .mat-form-field-underline {
  display: none;
}
.c-ng-select-bottom-rant .mat-form-field-infix {
  border-top: 6px solid transparent;
}
.c-ng-select-bottom-rant .mat-select-arrow-wrapper {
  opacity: 0;
}
.c-ng-select-bottom-rant .ng-dropdown-panel {
  background: #f9f9f9;
  left: 0px;
  top: 101%;
}
.c-ng-select-bottom-rant .ng-value-container {
  height: 45px;
  padding-top: 11px;
  width: 100%;
  font-size: 0.8rem;
}
.c-ng-select-bottom-rant .ng-option {
  padding: 10px;
  font-size: 0.8rem;
}
.c-ng-select-bottom-rant .ng-option:hover {
  background: #cecdcd;
  color: gray;
}
.c-ng-select-bottom-rant .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  padding-top: 15px;
  right: 22px;
  top: -5px;
}
.c-ng-select-bottom-rant:focus {
  border: 1px solid #000000;
}
.c-ng-select-bottom-rant .ng-has-value .ng-value-container .ng-placeholder {
  display: none !important;
}
.c-ng-select-bottom-rant .ng-placeholder {
  color: #c9c9c9;
  font-size: 0.8rem;
  line-height: 27px;
}
.c-ng-select-bottom-rant .ng-dropdown-panel {
  left: 0px !important;
  top: -149% !important;
}
.c-ng-select-max {
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 0px;
  font-size: 0.8rem;
  color: #8b8b8b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../../../assets/images/sortEdge.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
  font-family: "robotoregular";
  background-size: contain;
}
.c-ng-select-max .mat-form-field-underline {
  display: none;
}
.c-ng-select-max .mat-form-field-infix {
  border-top: 6px solid transparent;
}
.c-ng-select-max .mat-select-arrow-wrapper {
  opacity: 0;
}
.c-ng-select-max .ng-dropdown-panel {
  background: #f9f9f9;
  left: 0px;
  bottom: 101%;
}
.c-ng-select-max .ng-value-container {
  height: 45px;
  width: 100%;
  font-size: 0.8rem;
}
.c-ng-select-max .ng-option {
  padding: 10px;
  font-size: 0.9rem;
}
.c-ng-select-max .ng-option:hover {
  background: #cecdcd;
  color: gray;
}
.c-ng-select-max .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  padding-top: 15px;
  right: 22px;
  top: -8px;
  text-align: center;
}
.c-ng-select-max:focus {
  border: 1px solid #000000;
}
.c-ng-select-max .ng-has-value .ng-value-container .ng-placeholder {
  display: none !important;
}
.c-ng-select-max .ng-placeholder {
  color: #c9c9c9;
  font-size: 0.8rem;
  line-height: 27px;
}
.c-ng-select-max .ng-dropdown-panel {
  left: 0px !important;
  top: -216% !important;
  height: 105px !important;
}
.c-ng-select-max .ng-dropdown-panel-items {
  height: 120px !important;
}
.c-ng-select-currency {
  width: 100%;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  padding: 0px;
  font-size: 0.8rem;
  color: #8b8b8b;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../../../assets/images/sortEdge.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0px;
  font-family: "robotoregular";
  background-size: contain;
}
.c-ng-select-currency .mat-form-field-underline {
  display: none;
}
.c-ng-select-currency .mat-form-field-infix {
  border-top: 6px solid transparent;
}
.c-ng-select-currency .mat-select-arrow-wrapper {
  opacity: 0;
}
.c-ng-select-currency .ng-dropdown-panel {
  background: #f9f9f9;
  left: 0px;
  bottom: 101%;
  height: 123px;
}
.c-ng-select-currency .ng-value-container {
  height: 45px;
  width: 100%;
  font-size: 0.8rem;
}
.c-ng-select-currency .ng-value-container .ng-input {
  top: 12px !important;
  line-height: 1rem !important;
}
.c-ng-select-currency .ng-option {
  padding: 10px;
  font-size: 0.8rem;
}
.c-ng-select-currency .ng-option:hover {
  background: #cecdcd;
  color: gray;
}
.c-ng-select-currency .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  padding-top: 15px;
  right: 22px;
  top: -8px;
  text-align: center;
}
.c-ng-select-currency:focus {
  border: 1px solid #000000;
}
.c-ng-select-currency .ng-has-value .ng-value-container .ng-placeholder {
  display: none !important;
}
.c-ng-select-currency .ng-placeholder {
  color: #c9c9c9;
  font-size: 0.8rem;
  line-height: 27px;
}
.c-ng-select-currency .ng-dropdown-panel {
  left: 0px !important;
  top: -222% !important;
  overflow: auto;
}
.c-ng-select-currency .ng-dropdown-panel-items {
  height: 120px !important;
  overflow: hidden !important;
}
.c-datepicker-error {
  background-color: #fff2f2 !important;
}
.ng-select .ng-select-container {
  background-color: transparent !important;
  border-radius: 0px !important;
  border: none !important;
  min-height: auto !important;
  align-items: center !important;
}
.ng-select-container {
  background: transparent !important;
  border-color: transparent !important;
  height: 45px !important;
}
.ng-option {
  background-color: #e8e8e8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.ng-option-selected {
  background: #cecdcd !important;
  color: gray !important;
}
.ng-option-marked {
  background: #cecdcd !important;
  color: gray !important;
}
.ng-input {
  line-height: 48px;
}
.c-bidding-select .ng-option {
  background-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.c-bidding-select .ng-option.ng-option-selected {
  background: #cecdcd !important;
  color: gray !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .c-input {
    height: 38px;
    font-size: 0.8rem !important;
  }
  .c-select {
    height: 38px;
    background-position-y: 14px;
  }
  .c-file {
    height: 38px;
    line-height: 25px;
    background-position-y: 4px;
  }
  .c-date {
    background-position-y: 0px;
    height: 36px;
    font-size: 0.8rem !important;
  }
  .c-date::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 0.8rem !important;
  }
  .c-date::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.8rem !important;
  }
  .c-date::-ms-input-placeholder {
    /* IE 10+ */
    font-size: 0.8rem !important;
  }
  .c-date::-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.8rem !important;
  }
  .c-ng-select-bottom {
    width: 100%;
    height: 36px;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    padding: 5px 10px;
    font-size: 0.8rem;
    color: #8b8b8b;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../../../assets/images/sortEdge.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0px;
    font-family: "robotoregular";
    background-size: contain;
  }
  .c-ng-select-bottom .mat-form-field-underline {
    display: none;
  }
  .c-ng-select-bottom .mat-form-field-infix {
    border-top: 6px solid transparent;
  }
  .c-ng-select-bottom .mat-select-arrow-wrapper {
    opacity: 0;
  }
  .c-ng-select-bottom .ng-dropdown-panel {
    background: #f9f9f9;
    left: 0px;
    top: 101%;
  }
  .c-ng-select-bottom .ng-value-container {
    height: 45px;
    padding-top: 11px;
    width: 100%;
    font-size: 0.8rem;
  }
  .c-ng-select-bottom .ng-option {
    padding: 10px;
    font-size: 0.9rem;
  }
  .c-ng-select-bottom .ng-option:hover {
    background: #cecdcd;
    color: gray;
  }
  .c-ng-select-bottom .ng-clear-wrapper {
    cursor: pointer;
    position: relative;
    width: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    padding-top: 15px;
    right: 22px;
    top: -5px;
  }
  .c-ng-select-bottom:focus {
    border: 1px solid #000000;
  }
  .c-ng-select-bottom .ng-has-value .ng-value-container .ng-placeholder {
    display: none !important;
  }
  .c-ng-select-bottom .ng-placeholder {
    color: #c9c9c9;
    font-size: 0.8rem;
    line-height: 27px;
  }
  .c-ng-select-bottom .ng-dropdown-panel {
    left: 0px !important;
    top: -430% !important;
  }
  .c-ng-select {
    width: 100%;
    height: 36px;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    padding: 0px;
    font-size: 0.8rem;
    background-position-x: 100%;
    background-position-y: 0px;
    font-family: "robotoregular";
    background-size: contain;
  }
  .c-ng-select .mat-form-field-underline {
    display: none;
  }
  .c-ng-select .mat-form-field-infix {
    border-top: 6px solid transparent;
  }
  .c-ng-select .mat-select-arrow-wrapper {
    opacity: 0;
  }
  .c-ng-select .ng-dropdown-panel {
    background: #f9f9f9;
    left: 0px;
    top: 101%;
  }
  .c-ng-select .ng-value-container {
    height: 36px;
    padding-top: 0px;
    width: 100%;
    font-size: 0.8rem;
    /* position: absolute !important; */
    /* top: 0px !important; */
    line-height: 11px !important;
  }
  .c-ng-select .ng-value-container .ng-input {
    height: 18px !important;
    top: 7px !important;
    line-height: unset !important;
  }
  .c-ng-select .ng-value-container .ng-input input[type="text"] {
    height: 18px !important;
  }
  .c-ng-select .ng-value-label {
    position: absolute !important;
    top: 12px !important;
    font-size: 0.8rem !important;
    color: #8b8b8b !important;
    font-family: "robotoregular" !important;
  }
  .c-ng-select .ng-option {
    padding: 10px;
    font-size: 0.9rem;
  }
  .c-ng-select .ng-option:hover {
    background: #cecdcd;
    color: gray;
  }
  .c-ng-select:focus {
    border: 1px solid #000000;
  }
  .c-ng-select .ng-has-value .ng-value-container .ng-placeholder {
    display: none !important;
  }
  .c-ng-select .ng-dropdown-panel {
    left: 0px !important;
    top: unset !important;
  }
  .c-ng-select .ng-option-marked {
    background: #000000 !important;
    color: #fff !important;
  }
  .ng-select-container {
    height: 36px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .c-ng-select :ng-deep.ng-placeholder {
    font-size: 0.8rem !important;
  }
  .c-ng-select :ng-deep.c-input {
    font-size: 0.8rem !important;
  }
}
.defaultBtn {
  background: #212121;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 0.4rem 1rem;
}
.defaultBtn:hover {
  background: #212121;
  color: #ffffff;
}
.primaryBlueBtn {
  width: 198px;
  height: 35px;
  z-index: 999;
  transition: all 0.5s ease-in;
  font-family: "webfontregular";
  text-transform: capitalize;
  font-size: 1.2rem;
  overflow: hidden;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  line-height: 18px;
  position: relative;
  border: none;
  background-color: #000;
  background-image: -moz-linear-gradient(0% 100% 90deg, #4a4a4a, #000000);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a4a4a), to(#000000));
  background-image: linear-gradient(#4a4a4a, black);
  box-shadow: inset 2px 3px 8px rgba(0, 0, 0, 0.9);
}
.darkBlueBtn {
  padding: 0.7rem 1.2rem;
  background: #000000;
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
  height: 45px;
}
.grayBtn {
  background: #8b8b8b;
}
.f-whiteBtn {
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  color: #8b8b8b;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 3px 0px #d0d0d0 !important;
  -moz-box-shadow: 0px 1px 3px 0px #d0d0d0 !important;
  box-shadow: 0px 1px 3px 0px #d0d0d0 !important;
  position: relative;
  color: #212121;
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}
.fs-whiteBtn {
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  color: #8b8b8b;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
}
.BlueBtn-rg {
  padding: 0.7rem 1.2rem;
  background: #000000;
  color: #ffffff;
  font-size: 0.9rem;
  text-align: center;
  font-family: "futura_md_btmedium";
  text-transform: uppercase;
  height: 48px;
  width: 100%;
}
.f-whiteBtn:after {
  content: "";
  position: absolute;
  transition: inherit;
  background-color: #000000;
  z-index: -1;
}
.f-whiteBtn:hover {
  color: #ffffff;
  transition-delay: 0s;
  box-shadow: none !important;
}
.f-whiteBtn:hover:after {
  background: #000000;
  transition-delay: 0s;
  color: #ffffff;
}
.from-left:before,
.from-left:after {
  top: 0;
  width: 0;
  height: 100%;
}
.from-left:after {
  left: 0;
}
.from-left:before,
.from-left:after {
  top: 0;
  width: 0;
  height: 100%;
}
.from-left:after {
  left: 0;
}
.from-left:hover:before,
.from-left:hover:after {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .primaryBlueBtn {
    width: 138px;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .primaryBlueBtn {
    width: 168px;
  }
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pr-20 {
  padding-right: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .row {
    margin: 0px !important;
  }
  .profile-left {
    display: none;
  }
  .my-wallet-inner {
    margin-bottom: 20px;
  }
  .map-main div.pac-container {
    width: 324px !important;
    position: absolute !important;
    left: 25px !important;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  html {
    overflow-x: hidden;
  }
  .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .row {
    margin: 0px !important;
  }
  .profile-left {
    display: none;
  }
  .map-main div.pac-container {
    width: 573px !important;
    position: absolute !important;
    left: 98px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1330px) {
  html {
    overflow-x: hidden;
  }
  .container-fluid {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
  .row {
    margin: 0px !important;
  }
  .social-page-footer {
    padding: 0px 3%;
  }
  .page-footer .offset-md-1 {
    margin-left: 0% !important;
    padding: 0px 3% !important;
  }
  .page-footer .col-md-10 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .map-main div.pac-container {
    width: 573px !important;
    position: absolute !important;
    left: 226px !important;
  }
}
@media (min-width: 1680px) and (max-width: 1919px) {
  .map-main div.pac-container {
    width: 573px !important;
    position: absolute !important;
    left: 554px !important;
  }
}
@media (min-width: 1920px) and (max-width: 3500px) {
  .map-main div.pac-container {
    width: 573px !important;
    position: absolute !important;
    left: 673px !important;
  }
}
.cdk-overlay-container {
  z-index: 99999 !important;
}
.owl-dt-calendar-control {
  background-color: #000000 !important;
}
.owl-dt-calendar-control .owl-dt-calendar-control-content {
  color: #fff;
}
.owl-dt-calendar-control .owl-dt-control .owl-dt-control-content {
  color: #fff;
  font-size: 1.2rem !important;
}
.owl-dt-calendar-control .owl-dt-calendar-main {
  background-color: #000000;
}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th {
  font-size: 0.7em;
  font-weight: 400;
  text-align: center;
  padding: 1em;
  color: #000000;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-content {
  color: #000000 !important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: transparent !important;
  background-color: transparent !important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
  color: #fff !important;
  background-color: #000000 !important;
}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled span {
  color: #e6e9f7 !important;
}
.ngx-toolbar-set button[title="Cut"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Copy"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Unlink"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Redo"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Insert Image"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Strikethrough"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Superscript"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Subscript"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Font Family"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Font Size"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Color Picker"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Justify"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Justify Right"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Justify Left"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Justify Center"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Indent"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Paragraph"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Blockquote"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Remove Blockquote"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Insert Video"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Horizontal Line"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Outdent"] {
  display: none !important;
}
.ngx-toolbar-set button[title="Clear Formatting"] {
  display: none !important;
}
.showMortPop .cdk-overlay-container {
  z-index: 99999999 !important;
}
div.pac-container {
  z-index: 9998 !important;
}
.pac-container {
  z-index: 100000 !important;
  overflow-x: clip !important;
}
.modal-main-open {
  height: 100%;
  overflow-x: clip !important;
}
#dropdownMenuLink {
  position: absolute !important;
  right: -53px !important;
  border: 0px;
  background: none;
}
.ng-arrow-wrapper {
  display: none !important;
}
/*Merge this*/
/* @media (min-width: 200px) and (max-width: 500px) {
  .container {
    max-width: 100% !important;
  }
} */
@media (min-width: 200px) and (max-width: 1199px) {
  .container {
    max-width: 100% !important;
  }
}

/* Container Styles */
bs-datepicker-container,
.bs-datepicker-container {
  display: block;
  position: absolute;
  z-index: 5;
  width: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
}

.bs-datepicker {
  background: #fff !important;
  border-radius: 4px;
  overflow: hidden;
}

/* Header Styles - BLACK Background */
.bs-datepicker-head {
  background: #000 !important;
  color: #fff !important;
  padding: 7px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

bs-datepicker-navigation-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

/* Navigation Arrow Buttons - LARGER */
.bs-datepicker-head button.previous,
.bs-datepicker-head button.next {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  font-size: 24px !important;
  /* padding: 8px !important; */
  cursor: pointer !important;
  outline: none;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.bs-datepicker-head button.previous:hover,
.bs-datepicker-head button.next:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-radius: 4px;
}

/* .bs-datepicker-head button.previous[disabled],
.bs-datepicker-head button.next[disabled] {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  pointer-events: none;
} */

.bs-datepicker-head button.previous span,
.bs-datepicker-head button.next span {
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
}

/* Month and Year Buttons - Clickable */
.bs-datepicker-head button.current {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  /* padding: 8px 12px !important; */
  cursor: pointer !important;
  outline: none;
  letter-spacing: 1px;
  transition: background 0.2s;
  border-radius: 4px;
}

.bs-datepicker-head button.current:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.bs-datepicker-head button.current span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

/* Body Styles */
.bs-datepicker-body {
  padding: 15px 10px !important;
  background: #fff;
}

.bs-datepicker-body table.days.weeks {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* Weekday Headers - SINGLE CHARACTER */
.bs-datepicker-body thead th {
  text-align: center;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #666 !important;
  padding: 10px 4px 12px 4px !important;
  text-transform: uppercase;
}

/* Hide full day names, show only first character */
.bs-datepicker-body thead th {
  font-size: 0 !important;
}

.bs-datepicker-body thead th::first-letter {
  font-size: 12px !important;
}

/* Date Cell Container */
.bs-datepicker-body tbody td {
  text-align: center;
  padding: 2px;
  height: 40px;
}

/* Date Span - Base Styles */
.bs-datepicker-body tbody td span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  font-size: 14px !important;
  color: #000 !important;
  transition: all 0.2s ease;
  font-weight: 400 !important;
  background: transparent !important;
  border: 2px solid transparent !important;
  box-sizing: border-box;
}

/* Hover Effect */
.bs-datepicker-body tbody td span:hover:not(.disabled):not(.is-other-month) {
  background: #f0f0f0 !important;
}

/* HIDE OTHER MONTH DATES */
.bs-datepicker-body tbody td span.is-other-month {
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Disabled Dates */
.bs-datepicker-body tbody td span.disabled:not(.is-other-month) {
  color: #d3d3d3 !important;
  cursor: not-allowed !important;
  pointer-events: none;
  background: transparent !important;
}

/* Highlighted/Selected Date - GRAY CIRCLE BORDER */
.bs-datepicker-body tbody td span.is-highlighted {
  background: transparent !important;
  color: #000 !important;
  border: 2px solid #666 !important;
  font-weight: 500 !important;
}

/* Today's Date */
.bs-datepicker-body tbody td span.is-today:not(.is-highlighted):not(.disabled) {
  font-weight: 600;
  position: relative;
}

/* Selected/Active Date - Filled */
.bs-datepicker-body tbody td span.selected {
  background: #333 !important;
  color: #fff !important;
  border: 2px solid #333 !important;
}

/* Theme Overrides */
.bs-datepicker.theme-blue .bs-datepicker-head {
  background: #000 !important;
}

.bs-datepicker.theme-blue .bs-datepicker-body tbody td span.is-highlighted {
  background: transparent !important;
  border: 2px solid #666 !important;
  color: #000 !important;
}

/* Ensure proper width distribution */
.bs-datepicker-body tbody td {
  width: 14.285714%;
}

/* Fix alignment */
bs-calendar-layout,
bs-days-calendar-view {
  display: block;
}

/* Month/Year Selection View Styles */
.bs-datepicker-body .bs-calendar-container {
  min-height: 250px;
}

/* Month Selection Grid */
.bs-datepicker-body table.months span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
}

.bs-datepicker-body table.months span:hover {
  background: #f0f0f0;
}

.bs-datepicker-body table.months span.selected {
  background: #333 !important;
  color: #fff !important;
}

/* Year Selection Grid */
.bs-datepicker-body table.years span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
}

.bs-datepicker-body table.years span:hover {
  background: #f0f0f0;
}

.bs-datepicker-body table.years span.selected {
  background: #333 !important;
  color: #fff !important;
}

/* Dropdown indicator for month/year */
/* .bs-datepicker-head button.current::after {
  content: '▼';
  font-size: 10px;
  margin-left: 5px;
  opacity: 0.7;
} */

/* Additional specificity */
.bs-datepicker-body table tbody tr td span[bsdatepickerdaydecorator] {
  line-height: 32px;
}

.bs-datepicker-body table tbody tr td span[bsdatepickerdaydecorator].is-highlighted {
  background: transparent !important;
  border-color: #666 !important;
}

/* Remove any remaining styles from disabled other month dates */
.bs-datepicker-body tbody td span.disabled.is-other-month {
  display: none !important;
}

/* Responsive */
@media (max-width: 320px) {
  .bs-datepicker-container {
    width: 100%;
  }
  
  .bs-datepicker-body tbody td span {
    width: 32px !important;
    height: 32px !important;
    font-size: 13px !important;
  }
}

.mat-snack-bar-container.custom-snackbar {
  top: auto !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  position: fixed !important;
}
