@import "normalize.css";
@import "font-awesome.min.css";
@font-face {
  font-family: "Neutrif Pro Bold";
  src: url("../fonts/Neutrif Pro Bold.otf");
}
@font-face {
  font-family: "Neutrif Pro Regular";
  src: url("../fonts/Neutrif Pro Regular.otf");
}
@font-face {
  font-family: "Neutrif Pro SemiBold";
  src: url("../fonts/Neutrif Pro SemiBold.otf");
}
@font-face {
  font-family: "Neutrif Pro Medium";
  src: url("../fonts/Neutrif Pro Medium.otf");
}
@font-face {
  font-family: "Neutrif Pro Light";
  src: url("../fonts/Neutrif Pro Light.otf");
}
body {
  background-color: #ffffff;
  font-size: 13px;
  padding-top: 60px;
  padding-bottom: 45px;
  color: #676a6c;
  font-family: "Neutrif Pro Regular", sans-serif;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  width: 900px;
  margin: auto;
}

.content {
  box-sizing: border-box;
}
.content-inner {
  width: 1200px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.header {
  width: 100%;
  background-color: #1a2c53;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.header-user {
  float: right;
  margin-top: 14px;
  position: relative;
}
.header-user-submenu {
  position: absolute;
  top: 45px;
  background-color: #fff;
  right: -11px;
  z-index: 2000;
  width: 230px;
  box-sizing: border-box;
  padding: 25px;
  border: 1px solid rgba(72, 94, 144, 0.16);
}
.header-user-large-avatar {
  width: 64px;
  height: 64px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/favicon.png);
}
.header-user-avatar {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/favicon.png);
}
.header-user-title {
  font-family: "Neutrif Pro SemiBold", sans-serif;
  display: block;
  color: #001737;
  font-size: 14px;
  line-height: 14px;
  margin-top: 14px;
}
.header-user-sub-title {
  display: block;
  font-size: 12px;
  color: #8392a5;
  margin-top: 7px;
  margin-left: 1px;
  font-family: "Neutrif Pro Light", sans-serif;
}
.header-user-links {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.header-user-links li span {
  color: #1b2e4b;
  font-size: 13px;
  cursor: pointer;
}
.header-user-links li span i {
  margin-right: 7px;
}
.header-navigation {
  list-style: none;
  height: 60px;
  float: left;
  padding: 20px 0 0;
  box-sizing: border-box;
  margin: 0 0 0 200px;
}
.header-navigation li {
  float: left;
  margin-left: 30px;
}
.header-navigation li a {
  text-decoration: none;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.header-navigation li a:hover, .header-navigation li a.active {
  color: #ffffff;
  font-family: "Neutrif Pro Medium", sans-serif;
}
.header-logo {
  float: left;
  height: 30px;
  margin-top: 15px;
}
.header-logo img {
  height: 30px;
  display: block;
  float: left;
}
.header-logo-title {
  float: left;
  margin-left: 12px;
  font-size: 22px;
  line-height: 40px;
  color: #00122C;
}
.header-logo-title-color {
  color: #1a2c53;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}
.data-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.data-table th {
  border-bottom: 1px solid #ddd;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
.data-table th input[type=checkbox] {
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-left: 8px;
  display: block;
}
.data-table td {
  font-size: 12px;
  border-top: 1px solid #e7eaec;
  vertical-align: top;
  padding: 8px;
  box-sizing: border-box;
}
.data-table td input[type=checkbox] {
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-left: 8px;
  display: block;
}

.data-area {
  margin-top: 30px;
}
.data-area-left {
  float: left;
  width: calc(100% - 315px);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e4e4e4;
}
.data-area-right {
  float: right;
  width: 290px;
}

.page-block {
  margin-bottom: 25px;
  background-color: #fff;
  width: 100%;
}
.page-block-title {
  border-bottom: 1px solid #e7eaec;
  height: 48px;
  display: block;
  width: 100%;
  line-height: 48px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
}
.page-block-content {
  background: #f8fafb;
  padding: 15px;
  box-sizing: border-box;
}
.page-block-area {
  margin-top: 10px;
}
.page-block-area:first-child {
  margin-top: 0;
}
.page-block-area-title {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
.page-block-area-content {
  margin-top: 10px;
}

.action-link {
  margin-top: 5px;
  width: 100%;
  background: #fff;
  border: 1px solid #e7eaec;
  height: 30px;
  line-height: 30px;
  padding-left: 13px;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  color: #5f6dad;
  font-size: 12px;
}
.action-link i {
  margin-right: 5px;
}

.page-title {
  color: #001737;
  font-family: "Neutrif Pro Medium", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  float: left;
  margin: 0;
  padding: 0;
}

.page-top {
  height: 38px;
}
.page-top-create-button {
  float: right;
  height: 38px;
  line-height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-family: "Neutrif Pro SemiBold", sans-serif;
  display: block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
  background-color: #215088;
}
.page-top-create-button i {
  margin-right: 8px;
}
.page-top-create-button:hover {
  opacity: 0.9;
}

.footer {
  height: 45px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fafbfc;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  color: #637388;
  border-top: 1px solid rgba(72, 94, 144, 0.16);
}
.footer-copyright {
  color: #637388;
  font-family: "Neutrif Pro Light", sans-serif;
  font-size: 12px;
  float: left;
  margin-top: 10px;
  display: block;
  line-height: 25px;
}

.bordered-table {
  margin-top: 30px;
}
.bordered-table-icon {
  display: inline-block;
  margin-left: 5px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.bordered-table-avatar {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: auto;
  display: block;
}
.bordered-table-input {
  color: #596882;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c0ccda;
  height: 26px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Neutrif Pro Light", sans-serif;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
  width: 100%;
}
.bordered-table table {
  width: 100%;
  border-collapse: collapse;
}
.bordered-table table th {
  border: 1px solid rgba(72, 94, 144, 0.16);
  padding: 8px 10px;
  text-align: left;
  color: #001737;
  font-family: "Neutrif Pro Medium", sans-serif;
}
.bordered-table table td {
  border: 1px solid rgba(72, 94, 144, 0.16);
  padding: 8px 10px;
  font-family: "Neutrif Pro Light", sans-serif;
  color: #215088;
}
.bordered-table table .padding-no {
  padding: 0;
  text-align: center;
}
.bordered-table table .edit-button {
  background: #215088;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  box-shadow: none;
  border: none;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
}
.bordered-table table .send-button {
  background: #51a351;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  box-shadow: none;
  border: none;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  position: relative;
}
.bordered-table table .send-button-circle {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: -4px;
  right: -3px;
  background-color: #CE171F;
}
.bordered-table table .delete-button {
  background-color: #CE171F;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  box-shadow: none;
  border: none;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
}

.content-area {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.loader-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2000;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  display: block;
  height: 50px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.modal-loader {
  position: absolute;
  width: 25px;
  display: block;
  height: 26px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.modal-loader-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  z-index: 3000;
  background-color: #fff;
}

.auth-page-left {
  width: 430px;
  height: 389px;
  float: left;
  background-image: url(../images/promo.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 102px;
}
.auth-page-right {
  width: 346px;
  float: right;
  padding-top: 102px;
}
.auth-page-title {
  color: #001737;
  font-family: "Neutrif Pro Medium", sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: block;
}
.auth-page-sub-title {
  display: block;
  color: #8392a5;
  font-size: 16px;
  line-height: 16px;
  font-family: "Neutrif Pro Light", sans-serif;
  margin-top: 15px;
}
.auth-page-error {
  margin-top: 10px;
  display: block;
  min-height: 16px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Neutrif Pro Light", sans-serif;
  color: red;
}
.auth-page-button {
  height: 38px;
  line-height: 38px;
  width: 100%;
  box-shadow: none;
  border: none;
  color: #ffffff;
  margin-top: 24px;
  border-radius: 4px;
  background-color: #215088;
  transition: all 0.15s ease-in-out;
}
.auth-page-button:hover {
  opacity: 0.7;
}
.auth-page-form {
  margin-top: 43px;
}
.auth-page-form-element {
  margin-top: 25px;
}
.auth-page-form-element:first-child {
  margin-top: 0;
}
.auth-page-form-element label {
  color: #001737;
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.auth-page-form-element input {
  width: 100%;
  color: #1b2e4b;
  border: 1px solid #c0ccda;
  border-radius: 4px;
  font-family: "Neutrif Pro Light", sans-serif;
  height: 38px;
  box-sizing: border-box;
  line-height: 38px;
  padding-left: 14px;
  padding-right: 14px;
  outline-color: #1a2c53;
  margin-top: 10px;
  font-size: 14px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 80px auto;
  background-color: #fff;
  border-color: rgba(28, 39, 60, 0.16);
  border-radius: 6px;
  width: 800px;
  height: 640px;
  z-index: 2000;
}
.modal-fade {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-close {
  float: right;
  font-weight: 300;
  font-size: 14px;
  height: 54px;
  width: 54px;
  background-color: #ffffff;
  box-shadow: none;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 6px;
}
.modal-title {
  color: #001737;
  font-family: "Neutrif Pro Medium", sans-serif;
  font-size: 16px;
  line-height: 16px;
  float: left;
  width: 200px;
  margin-top: 20px;
  margin-left: 18px;
}
.modal-top {
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  height: 55px;
  box-sizing: border-box;
  border-radius: 6px 6px 0 0;
}
.modal-footer {
  height: 70px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  padding-right: 18px;
  flex-direction: row;
  padding-left: 18px;
  border-top: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0 0 6px 6px;
}
.modal-content {
  height: 650px;
  width: 100%;
  padding: 20px;
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal-avatar-edit {
  width: 160px;
  float: left;
}
.modal-description {
  float: right;
  width: 600px;
}
.modal-description-large {
  width: 100%;
  float: none;
}
.modal-description-row {
  margin-top: 25px;
}
.modal-description-title {
  display: block;
  color: #001737;
  font-family: "Neutrif Pro Bold", sans-serif;
  font-size: 14px;
}
.modal-description-label {
  color: #8392a5;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Neutrif Pro Light", sans-serif;
  display: block;
}
.modal-description-value {
  display: block;
  color: #001737;
  font-size: 14px;
  font-family: "Neutrif Pro Light", sans-serif;
  margin-top: 8px;
}
.modal-description-col {
  width: 30%;
  float: left;
  margin-right: 5%;
}
.modal-description-col:last-child {
  margin-right: 0;
}
.modal-description-large-col {
  width: 60%;
  margin-right: 5%;
  float: left;
}
.modal-form {
  float: right;
  width: 480px;
}
.modal-form-large {
  width: 100%;
  float: none;
}
.modal-form-sub-table {
  height: 227px;
  overflow-y: auto;
}
.modal-form-submit {
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  float: right;
  background-color: #215088;
  text-transform: uppercase;
  padding-left: 15px;
  margin-left: auto;
  padding-right: 15px;
  text-align: center;
  font-family: "Neutrif Pro SemiBold", sans-serif;
}
.modal-form-element {
  margin-top: 20px;
}
.modal-form-element:first-child {
  margin-top: 0;
}
.modal-form-element textarea {
  color: #596882;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c0ccda;
  border-radius: 4px;
  font-size: 14px;
  height: 100px;
  resize: none;
  font-family: "Neutrif Pro Light", sans-serif;
  padding: 7px 14px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
}
.modal-form-element input[type], .modal-form-element select {
  color: #596882;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c0ccda;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Neutrif Pro Light", sans-serif;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
}
.modal-form-element label {
  color: #1b2e4b;
  font-size: 14px;
  line-height: 14px;
}
.modal-form-element-error {
  display: block;
  margin-top: 6px;
  height: 12px;
  color: #dc3545;
  font-size: 12px;
  line-height: 12px;
}
.modal-col {
  width: 48%;
  float: left;
}
.modal-col:first-child {
  margin-right: 4%;
}
.modal-col-add-button {
  height: 36px;
  float: right;
  line-height: 36px;
  color: #ffffff;
  border: none;
  margin-top: 40px;
  box-shadow: none;
  border-radius: 4px;
  background-color: #215088;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-family: "Neutrif Pro SemiBold", sans-serif;
}

.avatar {
  width: 115px;
  border-radius: 4px;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
}
.avatar-img {
  width: 115px;
  border-radius: 4px;
}
.avatar-bottom {
  width: 100%;
  height: 30px;
  z-index: 20;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.avatar-adult-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 0, 0, 0.7);
  color: #ffffff;
  padding: 4px 7px;
  box-sizing: border-box;
  border-radius: 0 0 4px 0;
}

.avatar-empty {
  width: 100px;
  height: 100px;
  background-color: #596882;
  border-radius: 100%;
  color: #ffffff;
  margin-left: 20px;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.avatar-empty-text {
  font-size: 45px;
  text-align: center;
  display: block;
}
.avatar-empty-edit {
  color: #1b2e4b;
  background-color: #c0ccda;
  width: 24px;
  font-size: 10px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  border: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-button {
  background: #215088;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  width: 100px;
  font-family: "Neutrif Pro SemiBold", sans-serif;
  margin: auto;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
}

.select-input {
  color: #596882;
  font-size: 14px;
  line-height: 36px;
  border-radius: 6px;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
  padding-right: 50px;
  height: 36px;
  width: 230px;
  background-color: #fff;
  border: 1px solid #c0ccda;
  margin-right: 15px;
  float: right;
}

.select-field {
  float: right;
  width: 250px;
  position: relative;
}
.select-field-top {
  width: 100%;
  height: 38px;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
}
.select-field-top input {
  color: #596882;
  font-size: 14px;
  border: none;
  line-height: 36px;
  border-radius: 6px;
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  padding-right: 50px;
  height: 36px;
}
.select-field-top i {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  height: 36px;
  width: 36px;
  justify-content: center;
  color: #596882;
  align-items: center;
  font-size: 14px;
}
.select-field-submenu {
  position: absolute;
  top: 37px;
  z-index: 2000;
  background-color: #fff;
  left: 0;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #c0ccda;
}
.select-field-submenu-element {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 36px;
  color: #596882;
  line-height: 36px;
  padding-left: 5px;
  cursor: pointer;
  padding-right: 5px;
  box-sizing: border-box;
  font-size: 14px;
}
.select-field-submenu-element:hover {
  color: #ffffff;
  background-color: #1a2c53;
}

.react-datepicker-wrapper {
  display: block !important;
}

.table-checkbox {
  border: 1px solid #c0ccda;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  display: block;
  margin: auto;
  background-color: #fff;
  color: #1b2e4b;
}

.email-button {
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  background-color: #215088;
  text-transform: uppercase;
  padding-left: 15px;
  margin-top: 39px;
  font-size: 11px;
  width: 100%;
  padding-right: 15px;
  text-align: center;
  font-family: "Neutrif Pro SemiBold", sans-serif;
}
.email-button i {
  margin-right: 6px;
}

.modal-spinner {
  width: 100%;
  height: 540px;
  position: relative;
}

.modal-description-file {
  float: left;
  margin-right: 7px;
  color: #000000;
  margin-top: 8px;
}

.modal-tabs {
  padding-left: 20px;
  padding-top: 14px;
}

.modal-tab {
  float: left;
  margin-right: 10px;
  font-size: 15px;
  cursor: pointer;
  color: #000;
}
.modal-tab.active {
  color: #1a2c53;
  font-family: "Neutrif Pro SemiBold", sans-serif;
}

.excel-download {
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: left;
  margin-left: 12px;
  position: relative;
  bottom: 2px;
  display: block;
  background-image: url(../images/excel-icon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.v2-spinner-inner {
  position: relative;
  width: 100%;
  height: calc(100vh - 200px);
}

@keyframes v2-spinner {
  to {
    transform: rotate(360deg);
  }
}
.v2-spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #215088;
  border-bottom-color: #215088;
  animation: v2-spinner 0.8s ease infinite;
}

.modal-img {
  float: left;
  margin-right: 10px;
  width: 115px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.modal-img-adult-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 0, 0, 0.7);
  color: #ffffff;
  padding: 4px 7px;
  box-sizing: border-box;
  border-radius: 0 0 4px 0;
}
.modal-img-content {
  position: relative;
}
.modal-img-accept-button {
  background: #215088;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
  border: 0;
  box-shadow: none;
  width: 50%;
}
.modal-img-accept-button:hover {
  opacity: 0.7;
}
.modal-img-decline-button {
  background: #CE171F;
  color: #ffffff;
  border-radius: 4px 0 0 4px;
  border: 0;
  box-shadow: none;
  width: 50%;
}
.modal-img-decline-button:hover {
  opacity: 0.7;
}
.modal-img-full-decline-button {
  background: #CE171F;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  box-shadow: none;
  width: 100%;
}
.modal-img-full-decline-button:hover {
  opacity: 0.7;
}
.modal-img-full-accept-button {
  background: #215088;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  box-shadow: none;
  width: 100%;
}
.modal-img-full-accept-button:hover {
  opacity: 0.7;
}
.modal-img-bottom {
  width: 100%;
  height: 30px;
  z-index: 20;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.modal-img-bottom-select {
  height: 30px;
  line-height: 30px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #c0ccda;
  color: #596882;
  font-size: 12px;
  border-radius: 0 0 4px 4px;
}
.modal-img img {
  object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
  border-radius: 4px 4px 0 0;
}
.modal-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: flex;
  opacity: 0;
  transition: all 0.2s ease-out;
  font-size: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 0 0;
}
.modal-img:hover .modal-img-hover {
  opacity: 1;
}

.ReactModal__Overlay--after-open {
  z-index: 30000 !important;
}

.reset-link {
  text-decoration: none;
  margin-top: 10px;
  color: #1a2c53;
  font-size: 16px;
}

.dashboard-blocks {
  margin-top: 20px;
}

.dashboard-block {
  width: 300px;
  height: 150px;
  float: left;
  margin-right: 30px;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
}
.dashboard-block-title-1 {
  display: block;
  font-family: "Neutrif Pro Medium", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #1a2c53;
}
.dashboard-block-title-2 {
  display: block;
  font-family: "Neutrif Pro Medium", sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-top: 5px;
  color: #1a2c53;
}
.dashboard-block-left {
  width: 60%;
  padding-top: 24px;
  box-sizing: border-box;
  float: left;
}
.dashboard-block-right {
  width: 40%;
  float: left;
}
.dashboard-block-right img {
  width: 100%;
}

.chat-element-2 {
  padding-right: 32px;
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
}
.chat-element-2-image {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #8392a5;
  position: absolute;
  bottom: 0;
  right: 0;
}
.chat-element-2-inner {
  float: right;
  margin-right: 20px;
  border-radius: 12px 12px 0 12px;
  padding: 10px 15px;
  background-color: #fafbfc;
  max-width: 320px;
  color: #637388;
  position: relative;
}
.chat-element-2-inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -14px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fafbfc;
  border-left: 7px solid #fafbfc;
}
.chat-element-2-inner span {
  font-family: "Neutrif Pro Medium", sans-serif;
  font-size: 14px;
}

.chat-element {
  padding-left: 32px;
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
}
.chat-element-message-image {
  display: block;
  max-width: 100%;
}
.chat-element-image {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #8392a5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.chat-element-inner {
  float: left;
  margin-left: 20px;
  border-radius: 12px 12px 12px 0;
  padding: 10px 15px;
  background-color: #1a2c53;
  max-width: 320px;
  color: #fff;
  position: relative;
}
.chat-element-inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -14px;
  border: 7px solid transparent;
  border-right: 7px solid #1a2c53;
  border-bottom: 7px solid #1a2c53;
}
.chat-element-inner span {
  font-family: "Neutrif Pro Medium", sans-serif;
  font-size: 14px;
}

.chat-window {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-top-left-radius: 0.4rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200000;
  height: 500px;
  width: 600px;
  padding-top: 60px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.chat-window-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.chat-window-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 25px 20px 50px;
  box-sizing: border-box;
}
.chat-window-input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  margin-top: 19px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.chat-window-send-button {
  position: absolute;
  right: 40px;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #1a2c53;
  color: #ffffff;
  font-size: 15px;
  padding-left: 11px;
  box-sizing: border-box;
  cursor: pointer;
}
.chat-window-send-button i {
  display: block;
  line-height: 40px;
}
.chat-window-bottom {
  border-top: 1px solid #ddd;
  height: 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.chat-window-top {
  border-bottom: 1px solid #ddd;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  padding-left: 20px;
}
.chat-window-close {
  margin-left: auto;
  font-weight: 300;
  font-size: 14px;
  height: 54px;
  width: 54px;
  background-color: #ffffff;
  box-shadow: none;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 6px;
  margin-top: 5px;
}

.chat-profile {
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  margin-top: 7.5px;
}
.chat-profile-image {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 45px;
  background-color: #8392a5;
}
.chat-profile-right {
  margin-left: 10px;
  padding-top: 5px;
}
.chat-profile-name {
  display: block;
  font-size: 14px;
  color: #1a2c53;
  font-family: "Neutrif Pro Medium", sans-serif;
}
.chat-profile-sub-title {
  display: block;
  font-size: 12px;
  color: #757575;
  font-family: "Neutrif Pro Medium", sans-serif;
}

.message {
  width: calc(33.33% - 30px);
  height: 130px;
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 14px 20px;
  position: relative;
}
.message-open-button {
  background: #51a351;
  border-radius: 0 4px 0 0;
  width: 25px;
  height: 25px;
  box-shadow: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
}
.message-open-button-circle {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: -4px;
  right: -3px;
  background-color: #CE171F;
}
.message-profile-avatar {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #8392a5;
  display: block;
  float: left;
}
.message-right {
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
  width: calc(100% - 100px);
}
.message-right-message {
  width: 100%;
  height: 38px;
  overflow: hidden;
  margin-top: 5px;
}
.message-right-message-text {
  font-family: "Neutrif Pro Medium", sans-serif;
  font-size: 14px;
  color: #637388;
}
.message-right-bottom {
  margin-top: 5px;
}
.message-right-bottom-username {
  float: left;
  display: block;
  overflow: hidden;
  height: 12px;
  max-width: 50%;
  font-size: 12px;
  color: #757575;
  font-family: "Neutrif Pro Medium", sans-serif;
}
.message-right-bottom-date {
  float: left;
  margin-left: 7px;
  display: block;
  font-size: 12px;
  color: #757575;
  font-family: "Neutrif Pro Medium", sans-serif;
}
.message-user-name {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #1a2c53;
  font-family: "Neutrif Pro Medium", sans-serif;
}
.message-user-sub-title {
  line-height: 14px;
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #757575;
  font-family: "Neutrif Pro Medium", sans-serif;
}

.load-more-button {
  margin: 40px auto;
  height: 38px;
  line-height: 38px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-family: "Neutrif Pro SemiBold", sans-serif;
  display: block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
  background-color: #215088;
}

.header-switcher {
  float: left;
  height: 38px;
  line-height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-family: "Neutrif Pro SemiBold", sans-serif;
  display: block;
  box-shadow: none;
  margin-top: 10px;
  margin-left: 50px;
  border: none;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
  background-color: #215088;
}

.date-input {
  float: right;
  margin-right: 15px;
  width: 320px;
}
.date-input-label {
  margin-right: 8px;
  margin-left: 8px;
  display: block;
  float: left;
  line-height: 38px;
}
.date-input .react-datepicker-wrapper {
  float: left;
}
.date-input input {
  width: 100%;
  height: 38px;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

/*# sourceMappingURL=style.css.map */
