html {
  height: 100%;
  box-sizing: border-box;
  font-size: var(--base-font-size);
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: Roboto;
  font-style: normal;
  background-color: #e9e9e9;
  font-size: var(--font-body);
  word-wrap: break-word;
}

.has-error .form-control.tempEdge-input-box {
  border-color: #a94442 !important;
}

.uppercase{
  text-transform: uppercase;
}

.has-error-text {
  color: #a94442 !important;
}

.has-error-btn {
  border: 1px solid #a94442 !important;
}

.contents {
  min-height: calc(100vh - 6.8rem);
  word-wrap: break-word;
}

#popover-contained > .tooltip-inner {
  background-color: #fff;
  color: #000;
  border: 1px solid #5abeec;
  border-radius: 5px;
}

.tooltip-icon > circle:first-of-type {
  fill: #5abeec;
}

.form-horizontal .control-label,
.control-label {
  display: flex;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  font-size: var(--font-subtitle);
  margin-bottom: 0;
  font-weight: bold;
}

.tempedge-control-label-semibold {
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  font-size: var(--font-subtitle);
  margin-bottom: 0;
  font-weight: normal;
}
.tempedge-control-label {
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
  font-size: var(--font-subtitle);
  margin-bottom: 0;
  font-weight: bold;
}
.tempedge-input-misc {
  width: 80%;
}
.line-none{
  display:block;
}
@media (max-width: 768px) {
  .tempedge-input-misc {
    width: 100%;
  }
  .line-none{
    display: none;
  }
}
.control-label-user {
  display: flex;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  font-size: var(--font-heading);
  margin-bottom: 0;
  font-weight: bold;
}
.control-text-user {
  display: flex;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  font-size: var(--font-title);
  margin-bottom: 0;
}

.captcha-container {
  width: 100%;
  height: 7.8rem;
  background: #fff;
  margin-bottom: 2.5rem;
}

.end-container {
  margin-bottom: 2.5rem;
}

.captcha-panel {
  margin-top: 0;
  margin: auto;
}

.label-p {
  font-size: var(--font-subtitle);
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.03rem;
  color: #2d2d2d;
}
.label-position {
  font-size: var(--font-subtitle);
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.04rem;
  color: #2d2d2d;
  margin-bottom: 0.6rem;
}

.tempEdge-input-box,
.tempEdge-dropdown-input-box,
.tempEdge-dateTimePicker-input-box,
.tempEdge-input-box,
.tempEdge-dropdown-input-box,
.tempEdge-dateTimePicker-input-box {
  font-size: var(--font-body);
}

.text-area-form{
  min-height: 130px !important;
  height: auto !important;
}
.text-area-form-department{
  min-height: 118px !important;
  height: auto !important;
}
.text-area-form-department.tempEdge-input-box.has-error{
  min-height: 118px !important;
  height: auto !important;
  border-color: #a94442 !important;
}

.text-area-form.tempEdge-input-box.has-error {
  min-height: 111px !important;
  height: auto !important;
  border-color: #a94442 !important;
}

.area-client {
  font-size: var(--font-body);
  margin-top: 8.8px;
}

.tempEdge-input-box,
.rw-widget-container {
  border-radius: 1.6rem !important;
  border: 0.1rem solid #ced4da;
  min-height: 4.8rem;
}

.tempEdge-dateTimePicker-input-box,
.rw-datetime-picker.rw-widget,
.rw-widget-picker.rw-widget-container,
.tempEdge-dateTimePicker-input-box > div > div > input,
.rw-widget-picker.rw-widget-container {
  min-height: 4rem;
}

.facemash-modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.facemash-modal .modal-dialog {
  min-width: 500px;
  margin: 1.75rem auto;
}

.modal-dialog,
.modal-content {
  max-height: 98%;
  border-radius: 1.6rem;
}

.modal-body {
  overflow: hidden ;
  max-height: 98vh;
  overflow-x: hidden;
}

.modal-body-content {
  padding: 0 !important;
  overflow: hidden !important;
  overflow-y: auto !important;
}

.rw-popup ul li {
  min-height: 3.5rem;
}

.rw-popup ul li:hover {
  background-color: #5abeec !important;
}

.rw-list-option.rw-state-selected {
  background-color: #ffff !important;
  border-color: #ffff !important;
  color: #333 !important;
}

.tempEdge-dateTimePicker-input-box > div > div.rw-widget-container {
  border-radius: 1.6rem !important;
  border: 0.1rem solid #ced4da;
}

.dropdown-default-first {
  display: none;
}

.tempEdge-dateTimePicker-input-box,
.rw-datetime-picker.rw-widget,
.rw-widget-picker.rw-widget-container,
.tempEdge-dateTimePicker-input-box > div > div > input,
.rw-widget-picker.rw-widget-container {
  min-height: 3.8rem;
}

.tempEdge-dateTimePicker-input-box.has-error-dob div {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #a94442 !important;
}

.tempEdge-dropdown-input-box.has-error-dropdown div {
  border-color: #a94442 !important;
}

.page-title {
  margin-top: 2.3rem;
}

.page-subtitle {
  font-size: var(--font-subtitle);
  margin-top: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.03rem;
  text-align: center;
  color: #8e8e8e;
  margin-bottom: 2.5rem;
}

.has-error p {
  margin: 0;
  font-size: var(--font-body);
}

#facemash,
.facemash,
#facemash-mobile,
.facemash-mobile {
  object-fit: fill;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}

#facemash-mobile,
.facemash-mobile {
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}

.phone-num-btn-submit {
  min-height: 4rem !important;
  min-width: 90%;
  border-radius: 1.6rem !important;
  background-image: linear-gradient(54deg, #5abeec, #69c8f4);
  border: none;
  margin: 3.4rem auto;
}

.facemash-modal {
  display: block;
}

/* NavBar */
.navbar {
  width: 100%;
}

.nav-btn-container {
  display: none;
}

.language-container-xs {
  display: none;
}

.language-container-lg {
  display: block;
}

.flag {
  height: 2.7rem;
  width: 2.75rem;
}

.flag:hover {
  cursor: pointer;
}

.sign-in p {
  padding: 2.3rem 0 !important;
  margin: 0;
}

ul.menu-ul,
.language span {
  padding: 3.5rem 0 2.4rem 0;
}

ul.menu-ul li {
  padding-right: 2rem;
}

ul.menu-ul li a {
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #818181;
  background: transparent !important;
}

ul.menu-ul li.active a {
  background: transparent !important;
}

ul.menu-ul li.active a {
  position: relative;
}

ul.menu-ul li.active a:after {
  position: absolute;
  content: "";
  height: 0.3rem;
  width: calc(100%);
  background-color: #1273c7;
  top: 75%;
  left: 0;
}

ul.menu-ul li:hover a {
  position: relative;
  text-decoration: none;
}

ul.menu-ul li:hover a:after {
  position: absolute;
  content: "";
  height: 0.3rem;
  width: calc(100%);
  background-color: #0c790ac9;
  top: 75%;
  left: 0;
}

.company-logo {
  max-height: 6.5rem;
  margin: 0 0 1.6rem 0;
}

.navbar {
  background-color: #ffff !important;
  box-shadow: 0 0.2rem 1.1rem 0.1rem rgba(104, 104, 104, 0.4);
  max-height: 10.8rem;
  margin-bottom: 0;
}

.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 1rem;
}

.top-bar-part div.container,
.bottom-bar-part div.container {
  padding: 0;
  width: 90%;
}

.language {
  padding: 3.4rem 0 2.8rem 0;
}

.language span {
  padding: 0;
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #818181;
}

.logo h2 {
  padding: 1rem;
}

.face-tile-container {
  margin-bottom: 1.8rem;
}

input:invalid {
  border-color: red;
}
.face-tile,
.face-tile img {
  width: 100%;
  min-height: 24rem;
  margin: auto;
  background-color: #fff;
}

.face-tile img {
  padding: 1rem;
}

/* Left Nav Panel Hamburger Button */
.hamburger-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 2.4rem;
  width: 3rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  top: 3rem;
  left: 7rem;
}

.hamburger-btn:focus {
  outline: none;
}

.hamburger-btn-dash {
  width: 3rem;
  height: 0.2rem;
  background: #00cccc;
}
/***/

/* Background Fade */
.background-fade {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

/*************************/

/* Left Nav Panel */
.panel-nav-left {
  position: fixed;
  height: 100%;
  background: #ffff;
  box-shadow: 0.1rem 0 0.7rem rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 70%;
  max-width: 35rem;
  z-index: 200;
  transform: translateX(
    -100%
  ); /* The left side is -90% on the x-axis which means it's hidden */
  transition: transform 0.3s ease-out;
}

.panel-nav-left .main-menu {
  overflow: auto;
  height: 71vh;
}

.panel-nav-left .footer {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 3rem;
  border-top: 0.1rem solid rgba(104, 104, 104, 0.4);
  background-color: white;
  z-index: 1;
}

.panel-nav-left .footer p {
  padding: 0;
  text-align: left;
  margin: 0.3rem 0.2rem 0 0.2rem;
  color: #2d2d2d;
}

.panel-nav-left .footer p a,
.panel-nav-left {
  color: #2d2d2d;
}

.panel-nav-left.show {
  transform: translateX(
    0
  ); /* The left side is at position zero in the x axis which means it's showing */
}

.panel-nav-left ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.panel-nav-left li {
  margin: 0;
  padding: 1rem 2.5rem;
}

.panel-nav-left li:hover,
.panel-nav-left li:hover .down-arrow,
.menu-option-selected,
#root > div.contents > nav.panel-nav-left.show > div.footer.text-left:hover {
  background-color: #3eb7e9 !important;
  color: #fff;
}

.panel-nav-left a {
  color: #2d2d2d;
  text-decoration: none;
  text-align: left;
  font-size: var(--font-subtitle);
  line-height: normal;
  letter-spacing: normal;
}

.panel-nav-left li:hover,
.panel-nav-left a:hover,
.panel-nav-left a:active {
  color: #fff !important;
}

.panel-nav-left-close-btn {
  background: #fff;
  border: none;
}

.panel-nav-left .sub-menu li {
  padding-left: 4rem;
}

.panel-nav-left ul.sub-menu {
  background-color: #e9e9e9;
}

.panel-nav-left .down-arrow {
  font-size: var(--font-body);
  font-weight: bold;
}

.panel-user-img-name {
  border-bottom: 0.1rem solid rgba(104, 104, 104, 0.4);
  max-width: 36.7rem;
}

.panel-user-img-name h4 {
  font-family: Roboto;
  font-size: var(--font-subtitle);
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5abeec;
  padding: 1.8rem 0 2.6rem 1.1rem;
}

.panel-user-img-name .col-md-7 {
  padding-left: 0;
}

.panel-user-img-name div {
  margin-top: -1.4rem;
}

.usr-img {
  width: 6.8rem;
  height: 6.8rem;
  margin-bottom: 2rem;
  margin-left: 1.9rem;
}

.close-btn-row {
  height: 3.5rem;
}

.panel-nav-left-close-btn {
  padding: 0 1rem;
  font-size: var(--font-heading);
  font-weight: 500;
}

.panel-nav-left-close-btn:hover {
  cursor: pointer;
}
/*************************/

/** Login Page **/
.login-container {
  padding: 0;
}

.first-input-spacer {
  margin-bottom: 1.5rem;
}

.panel.login-form-panel {
  width: 57.6rem;
  border-radius: 1.6rem !important;
  box-shadow: 0 0.2rem 0.78rem 0.02rem rgba(104, 104, 104, 0.2);
  background-color: #fff;
}

.panel-heading.login-header {
  border-color: transparent;
  padding: 0;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  background-color: #5abeec;
  color: #fff;
}

.login-header h2 {
  font-size: var(--font-heading);
  padding: 1.9300000000000002rem 0 2.13rem 0;
  margin: 0 !important;
}

.panel-footer.login-footer {
  background-color: #fff;
  padding: 0;
  margin: auto;
  border: none;
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  border-top: 0.1rem solid #ced4da;
  min-height: 6.6rem;
}

.login-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: 20px 0 0 0;
  min-height: 20rem;
  align-items: center;
}

.login-form form {
  background-color: #ffffff;
  padding: 3.2rem 4.8rem 1.1rem 4.4rem;
  width: 100%;
}

.login-form input[type="checkbox"] {
  width: 2.1rem;
  height: 2.3rem;
  background-color: #fff;
}

.form-control,
.btn {
  min-height: 3.8rem;
  border-radius: 0.2rem;
}

.btn {
  font-size: var(--font-body);
  font-weight: bold;
}

.btn-block {
  border-radius: 1.6rem;
  background-image: linear-gradient(54deg, #5abeec, #69c8f4);
  min-height: 4.8rem;
}

.btn-block-green {
  border-radius: 1.6rem;
  min-height: 4.8rem;
  width: 90%;
  margin: auto;
  cursor: pointer;
}
.blue-common-btn{
  min-height: 3.8rem;
}

.login-input {
  padding: 0 0 1.6rem 0 !important;
}

.login-input-error {
  padding: 0 !important;
}

.has-error-login input {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075) !important;
}

.sign-in-link {
  padding-bottom: 2rem;
  text-align: right;
}

.forgot-password {
  font-size: var(--font-body);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.03rem;
  text-decoration: underline;
  color: #5abeec;
}

.no-account-query {
  display: block;
  padding-right: 3rem;
  padding-top: 1.2rem;
  font-size: var(--font-body);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.03rem;
  color: rgba(45, 45, 45, 0.6);
}

.create-account {
  display: block;
  padding-right: 3rem;
  padding-bottom: 2.5rem;
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.03rem;
  color: #5abeec;
}
/***********************/

/* Register Page */
.register-form-panel,
.main-form-panel {
  -webkit-box-shadow: none;
  border: none;
  box-shadow: none;
  padding: 0 2.7rem;
  margin-bottom: 0;
}

.register-form-panel-inputs {
  width: 100%;
  padding: 0 2.7rem;
}

.register-form {
  border: dotted 0.1rem #626262;
  border-bottom: none;
  padding: 2rem;
}

.sign-up-wrapper-client {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 18rem;
  width: 100%;
}

.page-title-register {
  padding-top: 21px;
}

.page-subtitle-register {
  margin-top: 0;
}

.panel-heading.register-header,
.panel-heading.main-header {
  border-color: transparent;
  padding: 0;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  background-color: #5abeec;
  color: #fff;
}

.register-header h2,
.main-header h2 {
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin: 0 !important;
  padding: 1.55rem 0;
}

.register-form-field-array {
  width: 70% !important;
  padding: 3rem 0;
}

.register-save-btn {
  width: 85%;
  margin: 0 auto;
}


.register-btn {
  width: 50%;
  margin: 0 auto;
}

.prev-next-btns div {
  padding-bottom: 3rem;
}

.agency-phone-box {
  margin-bottom: 1rem;
}

.phone-num-btn-close,
.phone-num-btn-close:hover,
.phone-num-btn-close:active,
.phone-num-btn-close:focus {
  width: 90%;
  height: 7.8rem;
  background-color: #8cb544 !important;
  color: #fff;
  border-radius: 0;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}

.translation-placeholder {
  display: none;
}

.prev-next-btns {
  margin-top: 3rem;
  margin-bottom: 0;
}

.prev-next-btns-agency {
  margin: 1rem 0;
}

.panel-footer.register-footer,
.panel-footer.main-footer {
  background-color: #fff;
  padding: 0;
  margin: auto 2.7rem 2.4rem 2.7rem;
  border: dotted 0.1rem #626262;
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  border-top: 0.1rem solid #ced4da;
  min-height: 6.6rem;
}

.panel-footer.register-footer.panel-footer-agency-height-override,
.panel-footer.main-footer.panel-footer-agency-height-override {
  min-height: 6.9rem;
}

.captcha-register {
  border-left: dotted 0.1rem #626262;
  margin-bottom: 0;
  border-right: dotted 0.1rem #626262;
  min-height: 11.5rem;
}

.register-save-btn-100 {
  width: 100%;
  margin: 0 auto;
}
/************************/

/* Create New User / Agency */
.register-form-agency,
.main-panel {
  border: none;
  border-bottom: none;
  padding: 0 0 3.1rem 0;
}

.register-agency-flex {
  display: flex;
  justify-content: space-between;
}

.register-agency-input-left {
  padding-right: 3.8rem;
}

.register-agency-input-right {
  padding-left: 3.8rem;
}

.page-title-agency {
  margin-top: 1.6rem;
}

.control-label.agency-label {
  padding-top: 0.8rem;
}

.form-horizontal .control-label.top-label-agency-form {
  padding-top: 0.1rem;
}

.wizard-create-agency {
  width: 90%;
  max-width: 160rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 2% auto;
  min-height: 20rem;
  z-index: 0;
}


.wizard-wrapper {
  width: 100%;
  margin-top: 1.3rem;
  border-radius: 1.6rem;
  background-color: #ffffff;
  height: 100%;
}

.sign-up-wrapper {
  width: 100% !important;
}

.row-client {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -20px;
}

.wizard-register-agency-form {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  padding: 0.5rem 2.5rem 1.1rem 2.5rem;
}

.new-agency-captcha {
  width: 30.4rem;
  height: 13rem;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.row-agency-name {
  padding: 0 2.7rem;
  margin-bottom: 1.3rem;
}

.captcha {
  padding: 0;
}

form div.list {
  list-style: none;
}

form div.list .list-item {
  text-decoration: none;
}

form div.list .list-item:last-child button {
  float: none;
  white-space: nowrap;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
  font-size: var(--font-subtitle);
  color: #fff;
  background-image: linear-gradient(#fff, #d5d5d5);
  border: 0.1rem solid #d5d5d5;
  color: #000;
}

.agency-phone-li {
  margin-bottom: 2rem;
  border: 0.1rem solid #d5d5d5;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
}

.agency-phone-type > div {
  width: calc(100% - 6.2rem);
  display: inline-block;
}

.agency-phone-delete {
  width: calc(100% - 5.5rem);
}

.recruiting-office-phone {
  margin-bottom: 0;
  padding: 0;
}

#recruitingoffice {
  margin: 0.2rem 0 0 1.2rem;
}

.gender-radio-group {
  padding: 1rem 0;
}

.radio-label {
  padding-left: 1rem;
  font-size: var(--font-body);
}

.add-fieldArray-btn {
  margin-bottom: 2.8rem;
}

.add-fieldArray-btn:hover {
  cursor: pointer;
}

.new-gency-register-save-btn {
  margin: 2rem auto;
}

.delete-icon {
  padding: 0.6rem 0;
}

.delete-icon-phones {
  padding: 3.5rem 0 0 0;
}

.delete-icon-phones:hover {
  cursor: pointer;
}

.delete-icon-show {
  display: none;
}

.delete-btn {
  margin: 0 -0.9rem 0 0;
}

.delete-icon:hover {
  cursor: pointer;
}

.previous,
.previous:hover {
  color: #000 !important;
  background-image: linear-gradient(315deg, #d7d7d7, #c5c5c5);
  border-color: #d7d7d7;
}

.payroll-hours-validation {
  padding-bottom: 22rem;
}

.confirmation-page-subtitle {
  font-size: var(--font-subtitle);
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.03rem;
  text-align: left;
  color: #3eb7e9;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.confirmation-page-categories {
  font-size: var(--font-subtitle);
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.03rem;
  text-align: left;
  color: #2d2d2d;
}

.confirmation-page-paragraph {
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.03rem;
  text-align: left;
  color: rgba(45, 45, 45, 0.6);
}

/*************************/

/** Create New Client **/

.client-col {
  padding-right: 0;
}

.dept-col {
  padding-left: 0;
}

.page-title-new-client {
  font-size: var(--font-heading);
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #2d2d2d;
  margin-bottom: 0;
  padding: 2rem 0;
}

.create-client {
  padding: 0 0 2.5rem 2.2rem;
}

.new-client-header,
.department-list-header {
  background-color: var(--tempedge-blue);
}

.new-client-header {
  border-top-left-radius: 1.6rem;
}

.new-client-header .nav-error {
  border: 2px solid red !important;
  color: red !important;
}

.department-list-header {
  border-top-right-radius: 1.6rem;
}

.new-client-header h2,
.department-list-header h2 {
  font-family: Roboto;
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
  padding: 1.6rem 0 1.8rem 0;
  margin-bottom: 0;
}

.new-clients-contents {
  border: dotted 1px #b2b2b2;
  border-top: none;
  border-bottom-left-radius: 1.6rem;
  min-height: 380px;
}

.client-contents {
  background-color: #fff;
  padding: 1.9rem;
}

.new-clients-footer {
  border-top: solid 1px #e7eaed;
}

.new-clients-footer > div {
  padding-bottom: 0;
}

.bottom-row {
  margin-bottom: 0;
  padding-bottom: 4rem;
}

.department-list {
  padding: 0 2.2rem 2.5rem 2.2rem;
  height: 100%;
}

.department-list-contents,
.position-list-contents {
  border: dotted 1px #b2b2b2;
  border-top: none;
  border-bottom-right-radius: 1.6rem;
  height: calc(100% - 27.3px);
  overflow: auto;
  max-height: 472px;
  padding: 16px;
}

.department-list-button {
  border-radius: 1.6rem;
  border: none;
  min-height: 3.8rem;
  padding: 1.6rem 3.2rem;
  background-color: #8cb544;
  font-family: Roboto;
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: auto;
}

.department-list-button:hover {
  cursor: pointer;
  color: white;
}

.client-dpt-btn-edit-delete {
  width: 1.5rem;
}

.client-dpt-btn-edit-delete:hover {
  cursor: pointer;
}

.up-down-arrow {
  background: "#e0e0e0";
  text-decoration: "none";
}

.up-down-arrow:hover {
  background: "#d2d2d2";
}

.btn-dept {
  font-family: Roboto;
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #2d2d2d;
  background-color: #e0e0e0;
  border: none;
  padding: 1.3rem 0;
  width: 100%;
  height: 40px;
}

.up-down-arrow {
  background: "#e0e0e0";
  text-decoration: "none";
}

.up-down-arrow:hover {
  background: "#d2d2d2";
}

.card-department-list {
  width: 100%;
}

.btn-dept:hover,
.btn-dept:focus,
.btn-dept:active,
.btn-dept.active.focus,
.btn-dept.active:focus,
.btn-dept.active:hover,
.btn-dept:active.focus,
.btn-dept:active:focus,
.btn-dept:active:hover,
.open > .dropdown-toggle.btn-dept.focus,
.open > .dropdown-toggle.btn-dept:focus,
.open > .dropdown-toggle.btn-dept:hover {
  background-color: #d2d2d2;
  border: none;
  color: #2d2d2d;
}
/***************************/


.nav-error {
  border: 1px solid red !important;
}
/** Employee List  **/
.table {
  border-collapse: separate;
  border-spacing: 0;
}

.table-header-left {
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border-right: 0.05px solid lightgray;
  border-top-left-radius: 1.6rem;
  background-color: #5abeec;
  color: #ffffff;
}
.table-header-left-same {
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border: 0.05px solid lightgray;
  border-bottom: 0.08px solid lightgray;
  border-top-left-radius: 1.6rem;
  color: #000;
  text-decoration-color: #000;
}

.table-header-mid {
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border-right: 0.05px solid lightgray;
  background-color: #5abeec;
  color: #ffffff;
}
.table-header-mid-same {
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  background-color: transparent;
  border-right: 0.05px solid lightgray;
  border-bottom: 0.08px solid lightgray;
  color: #000;
  text-decoration-color: #000;
}

.table-header-right {
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border-color: transparent;
  border-top-right-radius: 1.6rem;
  background-color: #5abeec;
  color: #ffffff;
}

.table.table-striped td {
  font-size: var(--font-body);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border: solid 1px lightgray;
  border-style: none solid solid none;
}

.table-input-group td {
  padding: 1rem !important;
}

.table tr td:first-child {
  border-left-style: solid;
}
.table-same-data tr td:first-child {
  border-left-style: none;
}

.table tr:first-child th:first-child {
  border-top-left-radius: 1.6rem;
}

.table tr:first-child th:last-child {
  border-top-right-radius: 1.6rem;
}

.table tr:last-child td:first-child {
  border-bottom-left-radius: 1.6rem;
}

.table tr:last-child td:last-child {
  border-bottom-right-radius: 1.6rem;
}

.table tr:first-child td {
  border-top-style: 0;
}

.table td {
  vertical-align: middle;
}

/**********************/

/* PAYROLL */
.payroll-input {
  width: 90px;
  margin: auto;
}

/**********************/

/* Footer */
.footer {
  width: 100%;
  min-height: 2.8rem;
  position: absolute;
  margin-top: 10px;
}

.footer p {
  padding: 1.4rem 0 0 0;
  font-size: var(--font-body);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.footer-tempedge{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}
/****************************/

/*** DASHBOARD ***/
.panel-heading.main-header {
  background: #ffff;
}

.main-header h2 {
  color: black;
}

.main-form-panel {
  padding: 2rem;
  background: #fff;
  margin: 2rem auto;
  max-width: 1500px;
  align-content: center;
  border-radius: 16px;
  margin-bottom: 0;
  box-shadow: 0 0.2rem 0.78rem 0.02rem rgba(104, 104, 104, 0.2);
}

.main-form-panel-inputs {
  padding: 0;
  background: #fff;
}

.main-form {
  border: none;
}

.main-form-group {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}

.panel-footer.main-footer {
  margin: auto;
  border: 0.1rem solid #ffff;
}
/*****************************/

.tempedge-dropdown button {
  opacity: 0.9;
  background-color: #8cb544 !important;
  border-color: #8cb544 !important;
}

.tempedge-dropdown button:hover,
.tempedge-dropdown button:active,
.tempedge-dropdown button:focus {
  opacity: 1;
  border-color: #8cb544 !important;
  box-shadow: 0 0 0 0.2rem #8cb544 !important;
}

.tempedge-dropdown .dropdown-menu {
  font-size: var(--font-body);
  font-weight: bold;
  min-width: 150px;
}

.container-form {
  overflow: hidden;
}

.container-form-title {
  font-size: var(--font-subtitle);
  font-weight: bold;
  padding: 1rem 1.8rem;
}

.container-form-blue {
  border: dotted 1px #626262;
  border-bottom: none;
  padding: 1rem 1.8rem;
}

.container-from-blue-absolute {
  border: dotted 1px #626262;
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
}

.container-footer-blue {
  border-left: dotted 1px #626262;
  border-right: dotted 1px #626262;
  border-bottom: dotted 1px #626262;
  padding: 1rem 1.8rem 1rem 1.8rem;
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
}

.table-content {
  font-size: var(--font-body);
  font-style: normal;
  font-stretch: normal;
  border: solid 1px lightgray;
  padding: 1rem 1rem 0.8rem 1rem !important;
}

.tableRow:hover {
  font-weight: bold !important;
  color: black;
}

/********TAB STYLE*******************************/
.formPanel {
  padding: 2rem 0 0 2rem;
  width: 100%;
  margin: 2rem;
  font-size: var(--font-subtitle);
}

.formPanelBody {
  padding: 2rem;
  width: 100%;
  font-size: var(--font-subtitle);
  border: dotted 1px #888888;
  border-top-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  margin-left: 1px;
}

.formPanelBodyDenied {
  padding: 3rem;
  width: 100%;
  font-size: var(--font-subtitle);
  border: dotted 1px red;
  border-top-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}

.nav-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 0;
  justify-content: flex-start;
  align-items: stretch;
}

.nav-panel .nav-item {
  flex: 0 1 auto;
  min-width: 110px;
  margin: 0;
}

.nav-panel .nav-link {
  height: 100%;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-body);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.nav-panel .nav-link.active {
  background-color: #5abeec;
  color: white;
  border-color: #5abeec;
}

.nav-panel .nav-link:not(.active) {
  background-color: #888888;
  color: white;
  border-color: #888888;
}

.nav-panel .first-panel .nav-link {
  border-top-left-radius: 1.6rem;
}

.nav-panel .last-panel .nav-link {
  border-top-right-radius: 1.6rem;
}

.nav-panel .nav-link:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .nav-panel {
    gap: 5px;
  }
  
  .nav-panel .nav-item {
    min-width: calc(50% - 5px);
  }
}

@media (max-width: 480px) {
  .nav-panel .nav-item {
    min-width: 100%;
  }
}

/**********************************************/
@media screen and (max-width: 1201px) {
  .hamburger-btn {
    left: 4rem;
  }

  .company-logo {
    width: 17.3rem;
  }

  ul.menu-ul li a {
    font-size: var(--font-title);
  }
}

@media screen and (max-width: 1024px) {
  .hamburger-btn {
    left: 4rem;
  }

  .company-logo {
    width: 17.3rem;
  }

  ul.menu-ul li a {
    font-size: var(--font-title);
  }

  .client-col {
    padding-right: 1.5rem;
  }

  .dept-col {
    padding-left: 1.5rem;
  }

  .create-client {
    padding: 0 2.2rem 2.5rem 2.2rem;
  }

  .comment-media {
    max-width: 240px !important;
  }
}

@media screen and (max-width: 650px) {
  .navbar {
    max-height: max-content;
  }

  .nav-btn-container {
    display: block;
  }

  .navbar-toggler {
    margin-top: 28px;
    width: 35px;
    height: 35px;
  }

  .company-logo {
    height: 7rem;
    width: 25.3rem;
    margin: 0.6rem 2rem 1.4rem 2rem;
  }

  .language-container-xs {
    display: block;
  }

  .language-container-lg {
    display: none;
  }

  .language {
    padding: 3.5rem 0 0 0;
  }

  .flag {
    height: 2.9rem;
    width: 2.95rem;
  }

  ul.menu-ul,
  .language span {
    padding: 2rem 0 2rem 0;
    font-size: var(--font-subtitle);
  }

  .panel.login-form-panel {
    width: auto;
  }

  ul.menu-ul li.active a:after {
    background-color: transparent;
    top: 75%;
    left: 1.5rem;
  }

  ul.menu-ul li:hover a:after {
    background-color: transparent;
  }

  .wizard-wrapper {
    width: 90% !important;
  }

  .wizard-create-agency {
    width: 100% !important;
  }

  .create-client {
    padding: 0 2.2rem 2.5rem 2.2rem;
  }

  .email-field {
    font-size: calc(var(--font-body) * 0.8);
  }
  .comment-media {
    max-width: 180px !important;
  }
}

@media screen and (max-width: 1024px) {
  .hamburger-btn {
    left: 4rem;
  }

  .company-logo {
    width: 17.3rem;
  }

  ul.menu-ul li a {
    font-size: var(--font-title);
  }

  .client-col {
    padding-right: 1.5rem;
  }

  .dept-col {
    padding-left: 1.5rem;
  }

  .create-client {
    padding: 0 2.2rem 2.5rem 2.2rem;
  }
}

.create-client {
  padding: 0 2.2rem 2.5rem 2.2rem;
}

@media screen and (max-width: 450px) {
  .navbar {
    max-height: max-content;
  }

  .nav-btn-container {
    display: block;
  }

  .navbar-toggler {
    margin-top: 28px;
    width: 35px;
    height: 35px;
  }

  .company-logo {
    height: 7rem;
    width: 13.3rem;
    margin: 0.6rem 2rem 1.4rem 2rem;
  }

  .language-container-xs {
    display: block;
  }

  .language-container-lg {
    display: none;
  }

  .language {
    padding: 3.5rem 0 0 0;
  }

  .flag {
    height: 2.5rem;
    width: 2.5rem;
  }

  ul.menu-ul,
  .language span {
    padding: 2rem 0 2rem 0;
    font-size: var(--font-subtitle);
  }

  .panel.login-form-panel {
    width: auto;
  }

  ul.menu-ul li.active a:after {
    background-color: transparent;
    top: 75%;
    left: 1.5rem;
  }

  ul.menu-ul li:hover a:after {
    background-color: transparent;
  }

  .wizard-wrapper {
    width: 90% !important;
  }

  .wizard-create-agency {
    width: 100% !important;
  }

  .create-client {
    padding: 0 2.2rem 2.5rem 2.2rem;
  }
}

.blue-text {
  color: var(--tempedge-blue);
}

.btn-blue {
  background-image: linear-gradient(54deg, #5abeec, #69c8f4);
  border-radius: 1.6rem;
  color: white;
  width: 100%;
}

.btn-blue:hover {
  color: white;
}

.btn-green {
  background-color: var(--tempedge-green);
  border-radius: 1.6rem;
  color: white;
}

.btn-green:hover {
  color: white;
}

.btn-gray {
  background-image: linear-gradient(315deg, var(--tempedge-gray), #c5c5c5);
  border-color: var(--tempedge-gray);
  border-radius: 1.6rem;
  color: white;
}

.btn-gray:hover {
  color: white;
}

.btn-orange {
  background-color: var(--tempedge-orange);
  border-radius: 1.6rem;
  color: white;
}

.btn-orange:hover {
  color: white;
}

.btn.square-left-side {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn.square-right-side {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.symbol-button {
  background-color: var(--tempedge-blue);
  color: white;
  width: 100%;
  border-radius: 1.6rem;
  min-width: 32px;
  max-width: 60px;
}
.symbol-button:hover {
  color: white;
}

.table-hover tbody tr:hover,
.table-hover .table-active:hover {
  cursor: pointer;
  background-color: var(--tempedge-light-orange);
  color: white;
}

.table-active,
.table-active > td,
.table-active > th {
  background-color: var(--tempedge-orange);
  color: white;
}

.modal-lg {
  max-width: 1200px;
}

.progress {
  height: 2rem;
  font-size: var(--font-subtitle);
  border-radius: 1.6rem;
}

.progress-bar {
  background-color: var(--tempedge-blue);
}

p {
  word-wrap: break-word;
}

.icon-width {
  width: 16px;
}

.icon-widthPluss {
  width: 35px;
}
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.btn-gray-lighten-1 {
  background-color: var(--tempedge-gray-lighten-1);
  border-color: var(--tempedge-gray);
  border-radius: 1.6rem;
  color: white;
}

.btn-gray:hover {
  color: white;
}

.badge-secondary {
  background-color: var(--tempedge-orange);
}

.badge {
  font-size: inherit;
  color: var(--tempedge-orange);
  background-color: white;
}

.btn-default {
  border-color: var(--tempedge-gray);
  border-radius: 1.6rem;
  color: white;
}

.btn.square-left-side {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-default {
  border-color: var(--tempedge-gray);
  border-radius: 1.6rem;
  color: white;
}

.btn.square-left-side {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@keyframes beatHeart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

p {
  word-wrap: break-word;
}

.square-right-side {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group > div:first-child {
  width: calc(100% - 34px);
}

.input-group .input-button-append .btn {
  max-height: 0px;
  padding: 0 12px;
}

.input-group-append .btn {
  font-weight: 100;
  font-size: var(--font-subtitle);
}

.has-error + .input-group-append .btn,
.has-error-dropdown + .input-group-append .btn {
  border: 1px solid rgb(169, 68, 66);
  border-left-color: var(--tempedge-green);
}

input:invalid,
input.has-error {
  border: 1px solid rgb(169, 68, 66);
}

.green-text {
  color: var(--tempedge-green);
}

.logo-container {
  width: 100%;
  min-height: 21.2rem;
  margin: auto;
  padding: 1rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
}

.logo-container img {
  width: inherit;
  border-radius: 1.5rem;
}

.logo-container-navbar {
  width: 100%;
  min-height: 30.2rem;
  margin: auto;
  padding: 0.2rem;
  border-radius: 1.5rem;
  margin-top: 0.5rem;
}

.logo-container-navbar img {
  border-radius: 0.5rem;
}

hr {
  border-top: 1px dotted #888888;
}

.float-button img {
  width: 56px;
}

textarea {
  resize: none;
}

.form-check-input {
  margin-top: 0.4rem !important;
  margin-left: -1.75rem !important;
}

.skill-item {
  width: 70%;
  margin: auto;
  margin-bottom: 5px;
}

.form-check-label {
  cursor: pointer;
}

.employeeScore {
  font-size: calc(var(--font-heading) * 2);
}

.RatingBarStars {
  margin-top: -1em;
}

.container-footer-blue-noButtons {
  border: dotted 1px #626262;
  border-top-style: none;
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
}

.label-view-data {
  display: flex;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  font-size: var(--font-title);
  margin-bottom: 0;
}

.view-name {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.label-view-data-name {
  padding-top: 0.6rem;
  font-size: calc(var(--font-heading) * 1.17);
  font-weight: bold;
  padding-bottom: 3rem;
}
.label-view-data-name-tax {
  padding-top: 0.6rem;
  font-size: var(--font-title);
  font-weight: bold;
  padding-bottom: 3rem;
}

.label-info {
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
  padding-left: 4.8rem;
  font-size: var(--font-title);
  width: 90%;
}

.label-view-data-info {
  padding-bottom: 0.5rem;
  font-size: var(--font-title);
  text-align: left;
  width: 90%;
}
.label-view-data-info-employee {
  font-size: var(--font-title);
  text-align: left;
  width: 100%;
  line-height: 0%;
}

.skill-selected {
  font-size: var(--font-title);
  font-weight: bold;
}

.skill-NO-selected {
  color: #d9d9d9;
  font-style: italic;
}

.formPanel-EmployeeData {
  font-size: var(--font-subtitle);
  border: dotted 1px #888888;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  min-height: 590px;
  max-height: 590px;
  padding: 3rem;
}

.formPanel-UserDenied {
  font-size: var(--font-subtitle);
  border: dotted 1px red;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  min-height: 590px;
  max-height: 590px;
  padding: 3rem;
}

.formPanel-EmployeeInfo {
  min-height: 540px;
}
.formPanel-EmployeeInfoDenied {
  min-height: 540px;
  border: dotted 1px red;
}

.viewEmployeeInfo {
  margin: 1.5rem;
}

.info-data {
  display: flex;
  align-items: left;
}

.misc-info {
  width: 60%;
  margin: auto;
}

.border-panel {
  border-right: 1px dotted #888888;
}

.misc-info {
  width: 60%;
  margin: auto;
  margin-bottom: 10px;
}

.misc-documents {
  padding-right: 3rem;
  padding-left: 3rem;
  text-align: center;
}

.misc-line-div {
  margin: 40px 0 25px 0;
}

.misc-tests {
  width: 80%;
  margin: auto;
}

.misc-test-space {
  margin-bottom: 10px;
}

.border-panel {
  border-right: 1px dotted #888888;
}

.info-department-collapse-title {
  padding: 0 15px 0 15px;
}

.info-department-collapse {
  padding: 3rem;
}

.collapse-client-name {
  font-size: var(--font-title);
  padding: 1rem 1.8rem 1rem 1.8rem;
}

.btn-deptarment {
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #2d2d2d;
  background-color: #90bd43;
  border: none;
  padding: 1.3rem 0;
  width: 100%;
  margin-top: 1.5rem;
}

.btn-deptarment:hover,
.btn-deptarment:focus,
.btn-deptarment:active,
.btn-deptarment.active.focus,
.btn-deptarment.active:focus,
.btn-deptarment.active:hover,
.btn-deptarment:active.focus,
.btn-deptarment:active:focus,
.btn-deptarment:active:hover,
.open > .dropdown-toggle.deptarment-dept.focus,
.open > .dropdown-toggle.deptarment-dept:focus,
.open > .dropdown-toggle.deptarment-dept:hover {
  background-color: var(--tempedge-green);
  border: none;
  color: #2d2d2d;
}

.deparment-list {
  display: flex;
}

.container-content {
  padding: 0rem 3rem 0rem 4.5rem;
  justify-content: center;
}

.btn-position {
  font-family: Roboto;
  font-size: var(--font-subtitle);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #2d2d2d;
  background-color: #e0e0e0;
  border: none;
  padding: 1.3rem 0;
  margin: 0.5rem;
  width: 100%;
}

.btn-position:hover,
.btn-position:focus,
.btn-position:active,
.btn-position.active.focus,
.btn-position.active:focus,
.btn-position.active:hover,
.btn-position:active.focus,
.btn-position:active:focus,
.btn-position:active:hover,
.open > .dropdown-toggle.btn-position.focus,
.open > .dropdown-toggle.btn-position:focus,
.open > .dropdown-toggle.btn-position:hover {
  background-color: #d2d2d2;
  border: none;
  color: #2d2d2d;
}

.downIcon {
  width: 14px;
  height: 11px;
  display: "inline";
  margin-left: 19px;
}

.actions-cell__icon {
  width: 20px;
}

.actions-cell button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

.actions-cell button:focus {
  outline: none;
}

.label-view-data-horizontal {
  display: flex;
  font-size: var(--font-title);
  padding-bottom: 1.5rem;
}

.centered-info {
  display: flex;
  align-items: center;
}

.user-padding {
  padding: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.info-modal p {
  padding-top: 10px;
  margin-bottom: 4px;
  padding-bottom: 5px;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--tempedge-gray);
}

.comment-section {
  font-size: var(--font-title);
  text-align: left;
}

.email-field {
  word-wrap: break-word;
}

#cellWeek {
  border-radius: 0;
  border-end-end-radius: 1.3rem;
  border-start-end-radius: 1.3rem;
}

input[type="number"] {
  -webkit-appearance: textfield !important;
  margin: 0;
  -moz-appearance: textfield !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.box img {
  width: 100%;
  height: auto;
}

.red-background {
  background-color: rgba(255, 0, 0, 0.2);
  color: red;
}

.red-border {
  border: 1px solid red;
}

@supports (object-fit: cover) {
  .box img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.grecaptcha-badge { 
  bottom:80px !important; 
}

.password-icon {
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 14px;
  width: 20px;
  height: 20px;
}

.address1-ellipsis,
.address2-ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media (max-width: 575.98px) {
  .address1-ellipsis { max-width: 20ch; }
  .address2-ellipsis { max-width: 12ch; }
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .address1-ellipsis { max-width: 30ch; }
  .address2-ellipsis { max-width: 18ch; }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .address1-ellipsis {
    max-width: 20ch !important;
  }
}

@media (min-width: 768px) {
  .address1-ellipsis { max-width: 40ch; }
  .address2-ellipsis { max-width: 25ch; }
}
