* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
  font-family: "Public Sans";
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
b,
input,
input::placeholder,
label,
button,
small,
strong,
select,
textarea {
  font-family: "Public Sans", sans-serif;
}

@font-face {
  font-family: NotoColorEmojiLimited;
  unicode-range: U+1F1E6-1F1FF;
  src: url("NotoColorEmoji.ttf");
}
.countryCodeDropdown,
.countryCodeDropdown span {
  font-family: "NotoColorEmojiLimited", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
  padding-right: 0 !important;
}
.countryCodeDropdown {
  border: 1px solid #afafaf !important;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-position: right 0rem center !important;
  padding-top: 0.4rem !important;
  border-right: 0 !important;
}
.usa-button:disabled {
  cursor: default;
}

.usa-button--outline {
  box-shadow: inset 0 0 0 1px #005ea2;
}

.fa-sort {
  cursor: pointer;
}

form {
  max-width: 100% !important;
}
.textbox-style,
input,
select,
textarea {
  border: 1px solid #8f9295 !important;
  border-radius: 4px !important;
  max-width: 100% !important;
}
.textbox-style:focus,
input:focus,
select:focus,
textarea:focus,
.usa-checkbox__input:focus,
.usa-button:focus {
  border: 1px solid #1356b4 !important;
  outline: 0.15rem solid #b8cce9 !important;
}
.usa-input:focus ~ div,
input:focus ~ div,
select:focus ~ div,
.phoneNoContainer:focus-within ~ div {
  display: none;
}
input:read-only:focus {
  outline: unset !important;
  border-color: rgba(27, 27, 27, 0.2) !important;
}
.usa-button--outline:hover {
  background-color: #ecf1f9;
}
input:read-only {
  border-color: rgba(27, 27, 27, 0.2) !important;
  color: rgba(27, 27, 27, 0.3) !important;
}
label {
  color: #1b1b1b;
  font-weight: 500;
}

.crossEye {
  /* right: 13px;
    bottom: 12px; */
  position: absolute;
  top: 6px;
  right: 0;
  margin-right: 0;
  font-size: 20px;
  cursor: pointer;
  padding: 0.6rem 0.8rem;
  background: transparent !important;
  width: auto !important;
}

.crossEye:focus {
  border: unset !important;
  outline: unset !important;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

input::placeholder {
  color: #757575 !important;
  font-size: 1rem !important;
}

li .usa-nav__primary button {
  font-weight: 500 !important;
}

button[disabled="disabled"],
button:disabled {
  background-color: #1356b4 !important;
  border-color: #1356b4 !important;
  opacity: 0.3 !important;
}
button:not([disabled]):focus {
  outline-offset: 0 !important;
}
h1 {
  font-size: 32px !important;
}
.phoneNoField {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.custom-icons {
  cursor: pointer;
  border-radius: 5px !important;
}

.custom-icons:hover {
  background-color: var(
    --palette-black-alpha-20,
    rgba(0, 0, 0, 0.05)
  ) !important;
}

.custom-icons:focus {
  border: unset !important;
  outline: unset !important;
  background-color: var(--palette-black-alpha-20, rgba(0, 0, 0, 0.1));
}

html {
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-family: Source Sans Pro Web, Source Sans Pro, helvetica, arial, sans;
  font-size: 100%;
  height: 100%;
  overflow-x: hidden;
}

.usa-checkbox__input:focus + [class*="__label"]::before {
  outline: 0;
}

/* -------------Action Menu---------------- */
.updateCouponData {
  bottom: 10px !important;
  right: 135px !important;
}
.action-menu {
  background-color: #fff;
  box-shadow: 1px 1px 7px 1px #5555;
  bottom: 3px;
  right: 110px;
  width: auto;
  border-radius: 4px;
  padding: 0.3rem !important;
  z-index: 1;
}

.action-menu a {
  padding: 0 !important;
  font-size: 1.03rem;
  color: #1b1b1b;
}

.action-menu li:hover {
  background-color: rgba(115, 179, 231, 0.2);
}

.action-menu li a {
  background-color: unset !important;
}

.action-menu li {
  padding: 0.5rem 1rem !important;
}

:root {
  --color-dark-blue: #162e51;
  --color-medium-blue: #005ea2;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-light-border: #dfe1e2;
  --color-table-hover: #f1f9fc;
  --color-light-grey: #f0f0f0;
  --bg-color: #efeaea;
  --color-border-light: #d9d6d6;
  --color-light: #f7f7f7;
  --color-light-skyblue: #dcdee0;
  --color-dark: #000000;
  --color-dark-grey: #c3c4c5;
  --color-deep-dark-grey: #525050;
  --color-light-grey-text: #565c65;
  --color-grey: #d5d5d5;
  --color-light-text: #a2a2a2;
  --color-primary: #005ea2;
  --color-secondry: #f38b10;
  --color-blue: #0050d8;
  --bg-mint: #047e56;
  --bg-accent-cool: #0498b5;
  --bg-accent-warm: #ff8522;
  --header-height: 100px;
  --bg-dark-blue: #172c50;
  --bg-light-blue: #025da2;
  --bg-light-grey: #f0f0f0;
  --color-tabs: #025da2;
  --color-warn: #faf3d1;
}

body {
  /* min-height:100% !important; */
  overflow-x: unset;
}

.invalid-border,
.invalid-text-editor-border {
  border: 1px solid #dc3545 !important;
}
.invalid-text-editor-border {
  border-bottom: unset !important;
}
.text-danger {
  color: #dc3545;
}

.accordionButton {
  font-weight: normal;
}

/* uswds css customised */
.usa-header--basic .usa-nav {
  justify-content: flex-start;
}
.usa-nav-container {
  margin-left: 0px;
  margin-right: 0px;
}
.usa-nav__close img {
  width: 1rem;
}

/* search buttons */
.usa-search [type="submit"],
.usa-search__input,
[type="search"] {
  height: 2.5rem !important;
}
.usa-search--small [type="submit"] {
  min-width: 6rem !important;
}
.usa-search__input,
[type="search"] {
  width: 340px;
}
.usa-nav {
  right: 0;
}
.usa-overlay.is-visible {
  opacity: 0.7;
}
.usa-nav-container {
  max-width: 100%;
}
/*  */

/* TEMP */

:host .toast-top-right {
  top: 50px !important;
}

.forms-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}

.sub-container {
  width: 60%;
  margin: auto;
}

.forms-container,
.img-box-container {
  width: 48%;
  display: flex;
  align-items: center;
  height: 92%;
}

.imageLogo {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* Ensure the imageLogo is displayed on top */
}

.doronow-logo {
  display: none;
}

.view-more {
  text-align: end;
  padding: 0.7rem 0.5rem;
}

.view-more a {
  color: #1356b4;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.view-more a:hover {
  border-bottom: 2px solid #1356b4;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .updateCouponData {
    right: 75px !important;
    bottom: 10px !important;
  }
  .action-menu {
    position: absolute;
    right: 80px;
    bottom: -13px;
  }
}

@media only screen and (max-width: 900px) {
  .forms-container {
    width: 100%;
  }
  .sub-container {
    width: 60%;
  }
}

@media (min-width: 120px) and (max-width: 767px) {
  .updateCouponData {
    right: 75px !important;
    bottom: 15px !important;
  }
  .action-menu {
    position: absolute;
    right: 70px;
    padding: 0 !important;
    bottom: 0;
  }
  .custom-icons {
    padding: 10px 0 !important;
    width: 35px;
  }
  .custom-icons,
  .nav-menu div {
    text-align: center !important;
  }
}

@media only screen and (max-width: 480px) {
  .forms-container,
  .sub-container {
    width: 100%;
  }
  .crossEye {
    top: 22px;
  }
}

@media (min-width: 120px) and (max-width: 900px) {
  .doronow-logo {
    display: block;
    text-align: center;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 1023px) {
  .usa-button {
    margin-right: 0rem;
    margin-top: 15px;
  }
  .usa-search__input,
  [type="search"] {
    width: auto;
  }
  .user-info {
    display: none;
  }
}
