.base-structure {
  margin: auto;
  max-width: 1280px;
}
.primary-nav-structure #primary_nav {
  width: 980px;
  margin: auto;
}
.primary-nav-structure #primary_nav .nav-container {
  width: 100%;
  border-bottom: solid 2px #e1e1e1;
  padding: 10px 5px 5px 5px;
}
.primary-nav-structure #primary_nav .nav-container .login-container {
  padding-top: 15px;
}
/* Message Page */
.page-header-text {
  border-bottom: #dddddd solid 1px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  letter-spacing: 1px;
}
.page-header-text .messaging-text {
  font-size: 16px;
  font-weight: bold;
  color: #7F8EDA;
  text-transform: uppercase;
}
.page-header-text .all-conversations-text {
  font-size: 28px;
  font-weight: 500;
  color: #30303B;
  padding-top: 35px;
}
.page-header-text .right-content {
  font-size: 14px;
  text-align: right;
  color: #30303B;
  float: right;
  line-height: 19px;
}
.page-header-text span {
  font-weight: bold;
  color: #7F8EDA;
  margin-top: 2px;
  display: inline-block;
}
.after-display-none:after {
  display: none;
}
.applicant-messaging {
  color: #302F3A;
}
.applicant-messaging .left-panel {
  height: 100vh;
  margin-bottom: 25px;
}
.applicant-messaging .left-panel .active-dropdown {
  height: 40px;
  background-color: #616CA6;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 0px;
  padding: 10px 15px;
  line-height: 23px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.applicant-messaging .left-panel .active-dropdown:after {
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(/static/zippy/img/messages/dropdown-arrow.png);
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}
.applicant-messaging .left-panel .active-dropdown img {
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.applicant-messaging .left-panel .search-input {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  padding: 10px 52px 10px 15px;
  border: #E0E0E0 solid 1px;
  margin-top: 15px;
  border-radius: 4px;
}
.applicant-messaging .left-panel .inactive-dropdown {
  background-color: white;
  font-size: 14px;
  font-weight: bold;
  color: #616CA6;
  border-radius: 0px;
  padding: 12px 15px;
  line-height: 23px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
}
.applicant-messaging .left-panel .inactive-dropdown:after {
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(/static/zippy/img/messages/dropdown-arrow.png);
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}
.applicant-messaging .left-panel .inactive-dropdown img {
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.applicant-messaging .left-panel .application-conversation {
  width: 22px;
}
.applicant-messaging .sidebar-short-message-holder {
  max-height: 550px;
  margin-top: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  overflow: auto;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message {
  font-size: 14px;
  background-color: #ffffff;
  padding: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: none;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message .text-content {
  padding-left: 20px;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message .text-content:before {
  content: "\2022";
  color: #EEA416;
  display: inline-block;
  width: 20px;
  margin-left: -24px;
  font-size: 45px;
  line-height: 0;
  position: relative;
  top: 10px;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message .text-content .subject {
  width: 70%;
  margin-top: 10px;
  display: inline-block;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message .text-content .time-status {
  font-size: 11px;
  color: #949495;
  float: right;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message .text-content .recipient-holder {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message .text-content .recipient-holder .count {
  font-weight: normal;
  color: #949495;
  display: inline;
  margin-left: 10px;
  float: left;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message .text-content .recipient-holder .recipient-name {
  max-width: 175px;
  float: left;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message:hover {
  background-color: #7F8EDA !important;
  color: #ffffff !important;
  cursor: pointer;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message:hover .time-status {
  background-color: #7F8EDA !important;
  color: #ffffff !important;
  cursor: pointer;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message:hover .text-content .recipient-holder .count {
  color: #ffffff;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message.active {
  background-color: #7F8EDA !important;
  color: #ffffff !important;
  cursor: pointer;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message.active .time-status {
  background-color: #7F8EDA !important;
  color: #ffffff !important;
  cursor: pointer;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message.active .text-content .recipient-holder .count {
  color: #ffffff;
}
.applicant-messaging .sidebar-short-message-holder .sidebar-short-message.message-read .text-content:before {
  visibility: hidden;
}
.applicant-messaging .message-section {
  margin-left: 30px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 25px;
}
.applicant-messaging .message-section .message-section-header {
  height: 40px;
  font-size: 14px;
  border-bottom: #F1F1F2 solid 2px;
  padding-bottom: 8px;
}
.applicant-messaging .message-section .message-section-header .icon-holder {
  float: right;
}
.applicant-messaging .message-section .message-section-header .reply {
  float: left;
  font-weight: 600;
}
.applicant-messaging .message-section .message-section-header .mail {
  padding-right: 15px;
}
.applicant-messaging .message-section .message-section-header .reply:hover,
.applicant-messaging .message-section .message-section-header .bin:hover,
.applicant-messaging .message-section .message-section-header .mail:hover {
  opacity: 0.8;
  cursor: pointer;
}
.applicant-messaging .message-section .message-section-header .reply img {
  margin-right: 10px;
}
.applicant-messaging .message-section .message-notification {
  height: 66px;
  text-align: center;
  line-height: 18px;
  border-top: #dddddd solid 2px;
  border-bottom: #dddddd solid 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.applicant-messaging .message-section .message-notification .message-count {
  width: 100%;
  font-size: 13px;
  color: #9B9AA1;
}
.applicant-messaging .message-section .message-notification .message-link {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #7F8EDA;
  text-transform: uppercase;
}
.applicant-messaging .message-section .message-notification .message-link:hover {
  cursor: pointer;
}
.applicant-messaging .message-section .message-date-time {
  width: 100%;
  font-size: 13px;
  color: #9B9AA1;
}
.applicant-messaging .message-section .message-details {
  padding: 20px 0;
  border-bottom: #F1F1F2 solid 2px;
  line-height: 29px;
}
.applicant-messaging .message-section .message-from {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #30303B;
}
.applicant-messaging .message-section .message-subject {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #383644;
  word-wrap: break-word;
}
.applicant-messaging .message-section .message-compose {
  font-size: 16px;
  color: #20272E;
  margin-top: 30px;
  line-height: 35px;
  white-space: break-spaces;
  word-wrap: break-word;
}
.applicant-messaging .message-holder {
  padding-bottom: 40px;
  border-bottom: #F1F1F2 solid 8px;
}
.applicant-messaging .message-holde:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.search-input::-moz-placeholder {
  font-size: 13px;
  font-style: italic;
  color: #949495;
}
.search-input::-webkit-input-placeholder {
  font-size: 13px;
  font-style: italic;
  color: #949495;
}
.search-input::-ms-placeholder {
  font-size: 13px;
  font-style: italic;
  color: #949495;
}
.search-icon-style {
  font-size: 19px;
  color: #30303B;
  position: absolute;
  top: 25px;
  right: 11px;
  cursor: pointer;
}
.default-cursor {
  cursor: default;
}
.search-clear-button {
  font-size: 16px !important;
  color: #30303B;
  position: absolute;
  top: 25px;
  right: 31px;
  cursor: pointer;
  background-position: right 5px center;
}
.relative {
  position: relative;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.back-to-all-messages-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: 0.2s !important;
  -webkit-transition: 0.2s !important;
  -webkit-box-shadow: 2px 2px 1px #cccccc !important;
  -moz-box-shadow: 2px 2px 1px #cccccc !important;
  box-shadow: 2px 2px 1px #cccccc !important;
  text-align: center;
  padding: 0.76em 0px;
  font-size: 0.9em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-transform: none;
  width: 100%;
  background-color: #55639B;
}
.default-message {
  width: 100%;
}
.default-message .default-message-inner {
  display: flex;
  height: 550px;
  justify-content: center;
  align-items: center;
}
.delete-model-template {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.delete-model-fields {
  background: #ffffff;
  position: relative;
  transition: all 5s ease-in-out;
}
.delete-model-fields h2 {
  margin: 0;
  color: #333333;
  font-family: Tahoma, Arial, sans-serif;
}
.delete-model-fields .delete-model-field-body {
  max-height: 30%;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  padding: 60px 75px 20px 75px;
  overflow: auto;
}
.delete-model-fields .delete-model-close-button {
  transition: all 200ms;
  font-size: 45px;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.delete-model-fields .delete-model-close-button:hover {
  opacity: 0.8;
}
.delete-model-field-header {
  background-color: #262E35;
  padding: 0 20px 0 10px;
  text-align: right;
}
.delete-model-field-footer {
  padding: 20px 20px 60px 20px;
  text-align: center;
}
.delete-model-field-footer .delete-model-button {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  padding: 10px 65px;
  margin-right: 10px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 200ms linear;
  background-color: #ffffff;
  color: #7F8EDA;
  border: #7F8EDA solid 1px;
  letter-spacing: 2px;
}
.delete-model-field-footer .delete-model-button:hover {
  background-color: #7F8EDA;
  color: #ffffff;
  border: transparent solid 1px;
}
/* End Message Page */
/* Compose Message */
.zippy-checkbox-custom {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
}
.zippy-checkbox-custom:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 1px solid #9B9AA1;
  border-radius: 2px;
}
.zippy-checkbox-custom[type=checkbox]:before {
  background: #EEA416 url(/static/zippy/img/messages/zippy_checkbox_tick.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  position: absolute;
  left: 2px;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  color: #EEA416;
}
.zippy-checkbox-custom[type=checkbox]:checked:before {
  content: '';
  position: absolute;
  top: 0px;
  opacity: 1;
  left: 0px;
  border: 1px solid #EEA416;
  border-radius: 2px;
}
.zippy-checkbox-custom[type=checkbox]:focus {
  outline: 0 !important;
}
.compose-section-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
.compose-section-cc-select {
  width: 100%;
  margin-left: 10px;
  text-align: left;
}
.compose-section-cc-select .multi-select {
  --rmsc-main: none;
}
.compose-section-cc-select .multi-select .dropdown-container {
  border: 0;
  border-radius: 0;
  padding-bottom: 0;
  line-height: 32px;
  padding-left: 0;
}
.compose-section-cc-select .multi-select .dropdown-container .dropdown-content {
  box-shadow: -3px 2px 0 NaNpx rgba(0, 0, 0, 0.15);
}
.compose-section-cc-select .multi-select .dropdown-container .dropdown-content .panel-content .select-panel .selected,
.compose-section-cc-select .multi-select .dropdown-container .dropdown-content .panel-content .select-panel .select-item {
  background-color: transparent;
}
.compose-section-cc-select .multi-select .dropdown-container .dropdown-content .panel-content .select-panel .selected:hover,
.compose-section-cc-select .multi-select .dropdown-container .dropdown-content .panel-content .select-panel .select-item:hover,
.compose-section-cc-select .multi-select .dropdown-container .dropdown-content .panel-content .select-panel .selected:focus,
.compose-section-cc-select .multi-select .dropdown-container .dropdown-content .panel-content .select-panel .select-item:focus {
  background-color: transparent;
}
.compose-section-cc-select .multi-select .dropdown-container .dropdown-content .panel-content .select-panel label {
  padding-top: 5px;
  padding-bottom: 5px;
}
.compose-section-cc-select .multi-select .dropdown-container .dropdown-content .panel-content .select-panel input {
  width: inherit;
}
.compose-section-cc-select .multi-select .dropdown-heading {
  padding-left: 0;
}
.compose-section-cc-select .multi-select .dropdown-heading .dropdown-heading-value .gray {
  color: #949495;
  font-style: italic;
}
.compose-section-cc-select .multi-select .dropdown-heading .dropdown-heading-dropdown-arrow {
  color: #EEA416;
  right: 0;
  position: absolute;
}
.compose-message-body-sections {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  border-bottom: #F1F1F2 solid 2px;
  display: flex;
  margin-bottom: 18px;
  padding-bottom: 6px;
}
.compose-message-body-sections input,
.compose-message-body-sections select {
  width: 100%;
  margin-left: 10px;
}
.compose-message-body-sections .message-to {
  color: #0A0A0C;
  width: 100%;
  border: 0;
  background: transparent;
  margin-left: 10px;
  resize: none;
}
.compose-message-body-sections input {
  color: #0A0A0C !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.compose-message-body-sections input:disabled {
  color: #0A0A0C !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.compose-message-body-sections select {
  color: #949495 !important;
  margin-left: 7px !important;
  padding-left: 5px !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.compose-message-body-sections select:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.compose-message-body-sections option:checked {
  font-style: italic;
}
.compose-message-body-sections .body-content {
  width: 100%;
  height: 240px;
  background-color: transparent !important;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  margin-top: 20px;
  border: 0 !important;
  box-shadow: none !important;
  resize: none;
  padding: 0 !important;
}
.compose-message-body-sections label {
  font-size: 14px;
  font-weight: bold;
}
.compose-message-modal-footer {
  width: 100%;
  text-align: center;
}
.compose-message-modal-footer label {
  width: 100%;
  float: left;
  color: #20272E;
  font-size: 14px;
  font-weight: bold;
}
.compose-message-modal-footer button {
  height: 40px;
  width: 236px;
  margin-top: 20px;
  font-family: Raleway;
  color: #ffffff;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 0;
  background-color: #616CA6;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.compose-message-modal-footer .zippy-checkbox-custom {
  margin-right: 10px;
  top: 4px;
}
.message-content-warning {
  width: 100%;
  float: left;
  color: #ff0000;
  font-size: 11px;
  padding-top: 3px;
  position: absolute;
  text-align: center;
  left: 0;
}
.compose-message-sent-modal {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compose-message-confirm-modal {
  text-align: center;
}
.compose-message-confirm-modal .message-confirm-text {
  color: #20272E;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin-bottom: 60px;
}
.compose-message-confirm-modal .message-edit-cancel-button,
.compose-message-confirm-modal .message-confirm-send-button {
  box-sizing: border-box;
  border: 1px solid #EEA416;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 0;
  letter-spacing: 0.03em;
  color: #EEA416;
  height: 40px;
  width: 236px;
  background-color: #ffffff;
  text-transform: uppercase;
  margin-left: 10px;
}
.compose-message-confirm-modal .message-edit-cancel-button:hover,
.compose-message-confirm-modal .message-confirm-send-button:hover {
  background-color: #EEA416;
  color: #ffffff;
}
.compose-message-confirm-modal .message-close-button {
  box-sizing: border-box;
  border: 1px solid #EEA416;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 0;
  letter-spacing: 0.03em;
  color: #EEA416;
  height: 40px;
  background-color: #ffffff;
  text-transform: uppercase;
  margin-left: 10px;
  padding: 0 30px;
}
.compose-message-confirm-modal .message-close-button:hover {
  background-color: #EEA416;
  color: #ffffff;
}
.application-review-message .application-message-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: 0.2s !important;
  -webkit-transition: 0.2s !important;
  -webkit-box-shadow: 2px 2px 1px #cccccc !important;
  -moz-box-shadow: 2px 2px 1px #cccccc !important;
  box-shadow: 2px 2px 1px #cccccc !important;
  text-align: center;
  padding: 0.76em 0px;
  font-size: 0.9em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-transform: none;
  width: 100%;
  background-color: #007BFF;
  box-shadow: none !important;
}
body {
  font-family: "Raleway", sans-serif;
}
.compose-message-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.compose-message-modal-overlay:target {
  visibility: visible;
  opacity: 1;
}
.compose-message-modal {
  width: 800px;
  background: #ffffff;
  position: relative;
  height: 570px;
}
.compose-message-modal .popup-close {
  font-size: 62px;
  font-weight: 100;
  text-decoration: none;
  color: #ffffff;
  line-height: 46px;
  position: relative;
  top: -3px;
}
.compose-message-modal .popup-close:hover {
  opacity: 0.8;
}
.compose-message-modal .popup-body {
  font-size: 1.7em;
  font-weight: 300;
  text-align: center;
  padding: 30px;
  overflow: auto;
}
.compose-message-modal .popup-body.center-align {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compose-message-modal h2 {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.compose-message-modal-header {
  width: 100%;
  background-color: #393845;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
}
@media (min-width: 768px) and (max-width: 936px) {
  .compose-message-modal {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .message-content-warning {
    float: none;
    padding-top: 0px;
    padding-bottom: 8px;
    position: relative;
    top: -20px;
  }
  .application-review-message .application-message-button {
    width: 100% !important;
    padding: 10px 0px;
    margin-left: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .applicant-messaging .sidebar-short-message-holder {
    max-height: 400px;
  }
  .applicant-messaging .sidebar-short-message-holder .sidebar-short-message:hover {
    background-color: #ffffff !important;
    color: #302F3A !important;
  }
  .applicant-messaging .sidebar-short-message-holder .sidebar-short-message:hover .time-status {
    background-color: #ffffff !important;
    color: #949495 !important;
  }
  .compose-message-modal-header {
    justify-content: initial;
    height: 65px;
    padding: 0 15px;
  }
  .compose-mobile-overlay .applicant-message-button {
    position: absolute;
    top: -5px;
    right: 15px;
    width: 100px;
  }
  .compose-mobile-overlay .allow-applicant-response-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .compose-mobile-overlay .zippy-checkbox-custom {
    width: 21px;
    margin-left: 0;
    margin-right: 15px;
  }
  .compose-message-modal {
    width: 100%;
    height: 100%;
  }
  .compose-message-modal h2 {
    font-size: 16px;
    padding-right: 60px;
  }
  .compose-message-modal .popup-close {
    font-size: 40px;
    font-weight: 500;
    margin-right: 10px;
  }
  .compose-message-confirm-modal .message-confirm-text {
    font-size: 20px;
  }
  .compose-message-confirm-modal .message-edit-cancel-button,
  .compose-message-confirm-modal .message-confirm-send-button {
    width: 150px;
  }
  .applicant-messaging .message-section {
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .compose-message-modal h2 {
    font-size: 14px;
  }
  .compose-message-modal .popup-close {
    font-size: 30px;
  }
  .compose-mobile-overlay .allow-applicant-response-checkbox {
    font-size: 12px;
  }
  .compose-message-confirm-modal .message-edit-cancel-button,
  .compose-message-confirm-modal .message-confirm-send-button {
    width: 145px;
  }
}
@media screen and (max-width: 475px) {
  .page-header-text .all-conversations-text {
    font-size: 25px;
  }
  .page-header-text .messaging-text {
    font-size: 15px;
  }
}
@media screen and (max-height: 550px) {
  .compose-message-modal {
    height: 470px;
  }
  .compose-message-body-sections .body-content {
    height: 150px;
  }
}
@media screen and (max-height: 450px) {
  .compose-message-modal {
    height: 370px;
  }
  .compose-message-body-sections .body-content {
    height: 50px;
  }
}
@media screen and (max-height: 350px) {
  .compose-message-confirm-modal .message-confirm-text {
    margin-bottom: 10px;
  }
  .compose-message-modal {
    height: 255px;
  }
  .compose-message-modal .popup-body {
    padding: 10px 30px;
  }
  .compose-message-body-sections {
    margin-bottom: 5px;
  }
  .compose-message-body-sections .body-content {
    margin-top: 5px;
    height: 30px;
  }
  .compose-message-modal-footer button {
    margin-top: 5px;
  }
}
/* End of Compose Message */
.item-renderer {
  font-weight: normal;
}
.item-renderer input[type="checkbox"] {
  display: none;
}
.item-renderer span {
  cursor: pointer;
  display: flex !important;
  align-items: center;
}
.item-renderer input[type="checkbox"] + span:before {
  width: 20px;
  height: 20px;
  border: 1px solid #9B9AA1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  content: " ";
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: top;
}
.item-renderer input[type="checkbox"]:checked + span:before {
  width: 20px;
  height: 20px;
  content: " ";
  text-align: center;
  background: #EEA416 url(/static/zippy/img/messages/zippy_checkbox_tick.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  border: 1px solid #EEA416;
}
