@import url("https://cdn.rawgit.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css");
@import url("https://cdn.rawgit.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css");
.container {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

.row {
  margin-right: -20px;
  margin-left: -20px;
}

.row .col,
.row [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row .col,
  .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  body[class$="-active"] {
    cursor: pointer;
  }
}

body {
  position: relative;
  left: 0;
  color: #6D737A;
  font-size: 1.2rem;
  font-family: "Gilroy",sans-serif;
  transition: left .2s ease-in-out, right .2s ease-in-out;
  background: #F7F9FA;
}

a {
  color: #6D737A;
}

a:active, a:focus, a:hover {
  color: #5B8E9A;
  text-decoration: none;
}

#header {
  background: #fff;
  padding: 2.5rem 0 4rem 0;
  margin-bottom: 2.5rem;
}

#header .user-area > a {
  font-size: 1rem;
  line-height: 16px;
}

#header .user-area > a > b {
  margin-right: 0.5rem;
}

.current-page-help .entry-row > a {
  height: 3.75rem;
}

.current-page-help .entry-row > a span:first-child {
  margin-right: 1.1rem;
}

.entry-row {
  margin-bottom: 1.2rem;
}

.entry-row > a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  line-height: 17px;
  font-weight: 600;
  background: #5B8E9A url("../images/icons/icon-arrow.svg") no-repeat center right 1.5rem;
  color: #fff;
  padding: .63rem;
  border-radius: 2px;
}

.entry-row > a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #4A757E;
  margin-right: 1.2rem;
  border-radius: 2px;
}

.entry-row > a .complated {
  position: absolute;
  right: 15%;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.entry-row.active > a {
  background: #EDF1F4 url("../images/icons/icon-active-arrow.svg") no-repeat center right 1.5rem;
  color: #5B8E9A;
}

.entry-row.active > a > div {
  background: #F7F9FA;
}

.entry-row.active > a > div > img {
  filter: invert(50%) sepia(40%) saturate(348%) hue-rotate(144deg) brightness(95%) contrast(88%);
}

.entry-row.add-new {
  margin-bottom: 6.25rem;
}

.entry-row.add-new > a {
  background: #EDF1F4;
  color: #D3DADD;
}

.entry-row.add-new > a > div {
  background: #D3DADD;
}

.entry-row.window-project > a {
  background: #EDF1F4;
  color: #5B8E9A;
}

.entry-row.delete-project {
  margin-top: 2.5rem;
}

.entry-row.delete-project > a {
  background-color: #fff;
  border: 2px solid #6D737A;
  color: #6D737A;
}

.entry-row.delete-project > a > div {
  background: #6D737A;
}

.entry-row.measure {
  margin-top: 3rem;
}

.entry-row.measure > a {
  background-color: #22474D;
}

.entry-row.measure > a > div {
  background: #2D5960;
}

.entry-row.complated > a {
  background-color: #6D737A;
}

.entry-row.complated > a > div {
  background: #575E67;
}

.entry-row.help {
  margin-top: 3.75rem;
}

.entry-row.help > a {
  background-color: #22474D;
}

.entry-row.help > a > div {
  background: #2D5960;
}

.entry-row-multi {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #5B8E9A;
  border-radius: 2px;
}

.entry-row-multi > a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  line-height: 17px;
  font-weight: 600;
  color: #fff;
  padding: .63rem;
}

.entry-row-multi > a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #4A757E;
  margin-right: 1.2rem;
  border-radius: 2px;
}

.entry-row-multi > a .complated {
  position: absolute;
  right: 15%;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.entry-row-multi .dropdown, .entry-row-multi .custom-btn {
  margin-right: 10px;
}

.entry-row-multi .dropdown > a, .entry-row-multi .custom-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #4A757E;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 0;
}

.entry-row-multi .dropdown > a:after, .entry-row-multi .custom-btn > a:after {
  display: none;
}

.entry-row:last-child {
  margin-bottom: 0;
}

.current-page-project-list .entry-row.help {
  margin-top: 0;
}

.entry-row-add-new-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #EDF1F4;
  margin-bottom: 1.25rem;
  text-align: center;
}

.entry-row-add-new-title > span {
  display: block;
  font-size: 1.12rem;
  font-weight: bold;
  color: #5B8E9A;
  padding: 16.5px 0;
}

.entry-row-add-new-title input {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #5B8E9A;
  margin-bottom: 1.25rem;
  border-radius: 2px;
  border: 2px solid #EDF1F4;
}

.entry-row-add-new-title input::placeholder {
  opacity: 0.2;
}

.entry-row-add-new-title input:focus {
  border-color: #5B8E9A;
  box-shadow: none;
}

.entry-row-add-sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border: 2px solid #E9EFF2;
  margin-bottom: 1.25rem;
  text-align: center;
}

.entry-row-add-sub-title > span {
  display: block;
  font-size: 1.12rem;
  font-weight: bold;
  color: #5B8E9A;
  padding: 16.5px 0;
}

.entry-row-add-sub-title input {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #5B8E9A;
  margin-bottom: 1.25rem;
  border-radius: 2px;
  border: 2px solid #EDF1F4;
}

.entry-row-add-sub-title input::placeholder {
  opacity: 0.2;
}

.entry-row-add-sub-title input:focus {
  border-color: #5B8E9A;
  box-shadow: none;
}

.current-page-add-new-project2 .entry-row.measure {
  margin-top: 0;
}

.entry-row-comments-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EDF1F4;
  margin-bottom: 1.25rem;
  text-align: center;
  padding: 16.5px;
}

.entry-row-comments-title span {
  font-size: 1.12rem;
  font-weight: bold;
  color: #5B8E9A;
}

.entry-row-comments-title #charNum {
  font-weight: normal;
}

.entry-row-search {
  margin-bottom: 1.25rem;
}

.entry-row-search form {
  position: relative;
}

.entry-row-search form input {
  width: 100%;
  height: 3.75rem;
  padding: 22px 22px 22px 18px;
  background: #EDF1F4;
  font-size: 0.87rem;
  font-weight: bold;
  line-height: 17px;
  color: #5B8E9A;
  border: 1px solid #F0F1F2;
}

.entry-row-search form input::placeholder {
  color: #5B8E9A;
}

.entry-row-search form input:focus {
  border: 2px solid #5B8E9A !important;
  outline: none !important;
}

.entry-row-search form button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 10px;
  background: #5B8E9A;
  border: none;
  border-radius: 2px;
}

.entry-row-result {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 3.8rem 0 12.5rem 0;
}

.entry-row-result > i {
  margin-bottom: 1.3rem;
}

.entry-row-result-message h1 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #5B8E9A;
  line-height: 24px;
  letter-spacing: 0.38px;
  margin-bottom: 0.8rem;
}

.entry-row-result-message p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}

.entry-row-title label {
  font-size: 0.87rem;
  font-weight: 600;
  color: #5B8E9A;
  margin-bottom: 1.25rem;
}

.entry-row-title input {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #5B8E9A;
  margin-bottom: 1.25rem;
  border-radius: 2px;
  border: 2px solid #EDF1F4;
}

.entry-row-title input::placeholder {
  opacity: 0.2;
}

.entry-row-title input:focus {
  border-color: #5B8E9A;
  box-shadow: none;
}

.entry-row-general-enquiry-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDF1F4;
  margin-bottom: 1.25rem;
  text-align: center;
}

.entry-row-general-enquiry-title > span {
  display: block;
  font-size: 1.12rem;
  font-weight: bold;
  color: #5B8E9A;
  padding: 16.5px 0;
}

.entry-row-add-fabric > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 16px 16px 16px 21px;
  background: #EDF1F4;
  color: #5B8E9A;
  font-weight: bold;
  border: 2px solid #E9EFF2;
  border-radius: 2px;
  margin-bottom: 20px;
}

.entry-row-notes .entry-row-note-title {
  position: relative;
  margin-bottom: 10px;
}

.entry-row-notes .entry-row-note-title > span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  background: #F7F9FA;
  color: #5B8E9A;
  padding-right: 2rem;
  line-height: 20px;
  z-index: 101;
}

.entry-row-notes .entry-row-note-title:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #EDF1F4;
  border-radius: 0px 0px 2px 2px;
}

.entry-row-select {
  margin-bottom: 1.25rem;
}

.entry-row-select select {
  background-color: #EDF1F4 !important;
  height: 60px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #5B8E9A;
  line-height: 17px;
}

.entry-row-select select option {
  color: #6D737A;
}

.entry-row-select select:focus {
  color: #5B8E9A;
}

.entry-row-project-title {
  background: #EDF1F4;
  margin-bottom: 1.25rem;
}

.entry-row-project-title > span {
  display: block;
  font-size: 1.12rem;
  font-weight: bold;
  color: #5B8E9A;
  padding: 16.5px 0 16.5px 21px;
}

.entry-row-project-detail {
  margin-bottom: 1.25rem;
}

.entry-row-file-upload {
  position: relative;
  background: #EDF1F4;
  padding: 16px 16px 16px 21px;
  margin-bottom: .5rem;
  border: 2px solid #E9EFF2;
  border-radius: 2px;
  overflow: hidden;
}

.entry-row-file-upload input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.entry-row-image-area {
  position: relative;
}

.entry-row-file-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #5B8E9A;
}

.entry-row-file-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.entry-row-file-button span {
  font-size: 14px;
  color: #5B8E9A;
  font-weight: bold;
  line-height: 17px;
  margin-left: 0.5rem;
}

.entry-row-measure-select, .entry-row-measure-type {
  margin: 1.6rem 0 1.75rem 0;
}

.entry-row-measure-select select, .entry-row-measure-type select {
  font-size: 1.12rem !important;
  font-weight: bold !important;
  color: #5B8E9A;
  line-height: 22px;
  border: 2px solid #EDF1F4 !important;
  height: 60px !important;
}

.entry-row-measure-select select:focus {
  border: 2px solid #5B8E9A !important;
}

.entry-row-measure-select.spec {
  margin: 0 0 0.5rem 0;
}

.entry-row-measure-type.spec {
  margin: 0 0 0.5rem 0;
}

.entry-row-measure-select.spec select, .entry-row-measure-type.spec select {
  background-color: #EDF1F4 !important;
  border: 2px solid #E9EFF2 !important;
}

.entry-row-measure-area label {
  font-size: 0.87rem;
  font-weight: 600;
  color: #5B8E9A;
  margin-bottom: 0.3rem;
}

.entry-row-measure-area input {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #5B8E9A;
  margin-bottom: 2.5rem;
  border-radius: 2px;
  border: 2px solid #EDF1F4;
}

.entry-row-measure-area input::placeholder {
  opacity: 0.2;
}

.entry-row-measure-area input:focus {
  border-color: #5B8E9A;
  box-shadow: none;
}

.entry-row-documents {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: .7rem 0 1.25rem;
  border-radius: 0px 0px 2px 2px;
  border: 2px solid #EDF1F4;
  text-align: center;
}

.entry-row-documents > span {
  display: block;
  font-size: .87rem;
  font-weight: bold;
  color: #5B8E9A;
  padding: 16.5px 0;
}

.entry-row-documents.uploaded {
  justify-content: space-between;
  padding: 0.5rem;
}

.entry-row-documents.uploaded > div span {
  font-size: .87rem;
  font-weight: bold;
  line-height: 17px;
  color: #5B8E9A;
}

.entry-row-calendar {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
}

.entry-row-calendar .calendar {
  width: calc(100% - 30px);
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  overflow: hidden;
  margin: auto;
  padding: 20px;
}

.entry-row-calendar .calendar-header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 1.8rem;
}

.entry-row-calendar .calendar-header .calendar-title {
  font-weight: bold;
  color: #5B8E9A;
}

.entry-row-calendar .calendar-header .month-picker {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #11263C;
}

.entry-row-calendar .calendar-header .year-picker {
  display: none;
}

.entry-row-calendar .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  color: #6D737A;
  padding-bottom: 1.3rem;
}

.entry-row-calendar .calendar-days > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #11263C;
  position: relative;
  cursor: pointer;
}

.entry-row-calendar .calendar-days > div.date {
  background-color: #5B8E9A;
  color: #fff;
  border-radius: 5px;
}

.entry-row-calendar .month-list {
  display: grid;
  gap: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: #fff;
  grid-template-columns: repeat(3, auto);
  transform: scale(1.2);
  visibility: hidden;
  pointer-events: none;
}

.entry-row-calendar .month-list > div {
  display: grid;
  place-items: center;
}

.entry-row-calendar .month-list > div > div {
  font-size: 16px;
  font-weight: bold;
}

.entry-row-calendar .month-list.show {
  transform: scale(1);
  visibility: visible;
  pointer-events: visible;
  transition: all 0.2s ease-in-out;
}

.entry-row-calendar .entry-row-chosee-time {
  border-top: 1px solid #F1F1F1;
  padding-top: 1.1rem;
}

.entry-row-calendar .entry-row-chosee-time span {
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.entry-row-calendar .entry-row-chosee-time .chosee-time {
  width: 100%;
  font-size: 24px;
  background: #FAFAFA;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  padding: 0 5px;
}

.entry-row-calendar .entry-row-chosee-time .chosee-time label {
  font-size: 12px;
  color: #6D737A;
  letter-spacing: 0.5px;
  margin: 0;
}

.entry-row-calendar .entry-row-chosee-time .chosee-time input {
  width: 100%;
  font-size: 24px;
  font-weight: 300;
  color: #5B8E9A;
  border: none;
  background: none;
}

.entry-row-calendar .entry-row-chosee-time .chosee-time input:focus {
  border: none;
  outline: none;
}

@media (max-width: 575px) {
  .calendar-header {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}

.entry-row-schedule-title {
  padding: 14rem 0 1.9rem 0;
}

.entry-row-schedule-title label {
  font-size: 14px;
  font-weight: 800;
  color: #5B8E9A;
  margin-bottom: 0.3rem;
}

.entry-row-schedule-title input {
  font-size: 18px;
  font-weight: 400;
  height: 62px;
  line-height: 22px;
  color: #5B8E9A;
  padding: 21px 28px;
  border-radius: 2px;
  border: 2px solid #EDF1F4;
}

.entry-row-schedule-title input::placeholder {
  opacity: 0.2;
}

.entry-row-schedule-title input:focus {
  border-color: #5B8E9A;
  box-shadow: none;
}

.entry-row-schedule-description {
  margin-bottom: 1.25rem;
}

.entry-row-schedule-description label {
  font-size: 14px;
  font-weight: 800;
  color: #5B8E9A;
  margin-bottom: 0.3rem;
}

.home-page-content {
  position: relative;
}

.home-page-content-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.5rem 0 5.5rem 0;
}

.home-page-content-middle {
  display: block;
  text-align: center;
  margin-bottom: 6.5rem;
}

.home-page-content-middle-title {
  display: block;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 39px;
  color: #fff;
}

.home-page-content-middle-subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}

.home-page-content-bottom {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(62.5205px);
  -webkit-backdrop-filter: blur(62.5205px);
  padding: 1.9rem 1.25rem 2.1rem 1rem;
}

.home-page-content-bottom-title {
  position: relative;
  font-size: 1rem;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.2rem;
}

.home-page-content-bottom-title > a {
  position: absolute;
  top: 0;
  right: .2rem;
  font-size: .87rem;
  color: #fff;
  line-height: 27px;
}

.home-page-content-bottom-title > a > i {
  margin-right: 0.2rem;
}

.home-page-content-bottom-content {
  font-size: .875rem;
  line-height: 22px;
  color: #fff;
  margin-bottom: 1.8rem;
}

.home-page-content-bottom-button-primary > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  font-size: .87rem;
  font-weight: bold;
  color: #fff;
  padding: .75rem 0 .68rem .87rem;
  border-radius: 2px;
  margin-bottom: 2rem;
  background: #5B8E9A url("../images/icons/icon-arrow.svg") no-repeat right 1rem center;
  background-size: 6px;
}

.home-page-content-bottom-button-secondary > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  opacity: 0.8;
}

.home-page-content-bottom-button-third > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  margin-bottom: 0.9rem;
}

.home-page-content-input {
  position: relative;
  margin-bottom: 1.3rem;
}

.home-page-content-input .form-label {
  font-size: .75rem;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 0.75rem;
}

.home-page-content-input input {
  height: 2.5rem;
  padding: .85rem .65rem;
  font-size: .87rem;
  font-weight: 500;
  color: #22474D;
  border-radius: 2px;
  border: none;
}

.home-page-content-input input:focus {
  box-shadow: none;
}

.home-page-content-input .password-hide {
  position: absolute;
  top: 55%;
  right: .5rem;
  color: #000;
}

.home-page-content-checkbox {
  margin-bottom: 1.5rem;
}

.home-page-content-checkbox > div {
  display: flex;
  align-items: center;
}

.home-page-content-checkbox > div label {
  font-size: .75rem;
  font-weight: bold;
  line-height: 15px;
  padding-top: 10px;
  margin-bottom: 0;
}

.home-page-content-text {
  font-size: 0.87rem;
  font-weight: 600;
  line-height: 22px;
  opacity: 0.8;
}

.home-page-content-text > div {
  margin-bottom: 0.875rem;
}

.home-page-content-text > div > a {
  color: #fff;
  text-decoration: underline;
}

.home-page-content-text > div:last-child {
  margin-bottom: 0;
}

@media (max-width: 374px) {
  .home-page-content .home-page-content-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.5rem 0;
  }
  .home-page-content .home-page-content-middle {
    margin-bottom: 4.5rem;
  }
}

.current-page-home-one #home-page {
  background: url("../images/home-screen/home-screen1.png") no-repeat center top;
  background-size: cover;
}

.current-page-home-two #home-page {
  background: url("../images/home-screen/home-screen2.png") no-repeat center top;
  background-size: cover;
}

.current-page-home-two #home-page .home-page-content-middle {
  margin-bottom: 9.5rem;
}

.current-page-home-two #home-page .home-page-content-bottom-content {
  margin-bottom: 2.1rem;
}

@media (max-width: 374px) {
  .current-page-home-two #home-page .home-page .home-page-content-middle {
    margin-bottom: 4.5rem;
  }
}

.current-page-home-three #home-page {
  background: url("../images/home-screen/home-screen2.png") no-repeat center top;
  background-size: cover;
}

.current-page-home-three #home-page .home-page-content-middle {
  margin-bottom: 5.5rem;
}

.current-page-home-three #home-page .home-page-content-bottom-content {
  margin-bottom: 2.1rem;
}

@media (max-width: 374px) {
  .current-page-home-three #home-page .home-page .home-page-content-middle {
    margin-bottom: 4.5rem;
  }
}

.current-page-home-four #home-page {
  background: url("../images/home-screen/home-screen4.png") no-repeat center top;
  background-size: cover;
}

.current-page-home-four #home-page .home-page-content-middle {
  margin-bottom: 1.6rem;
}

.current-page-home-four #home-page .home-page-content-bottom-title {
  margin-bottom: 1.87rem;
}

.current-page-home-five #home-page {
  background: url("../images/home-screen/home-screen4.png") no-repeat center top;
  background-size: cover;
}

.current-page-home-five #home-page .home-page-content-middle {
  margin-bottom: 9rem;
}

.current-page-home-five #home-page .home-page-content-bottom-title {
  margin-bottom: 1.87rem;
}

.current-page-home-six #home-page {
  background: url("../images/home-screen/home-screen5.png") no-repeat center top;
  background-size: cover;
  height: 100%;
}

.current-page-home-six #home-page .home-page-content-bottom {
  background: none;
  backdrop-filter: unset;
}

#player {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#successfully-popup-content, #successfully-popup-content2, #successfully-popup-content3, #successfully-popup-content4 {
  display: none;
  max-width: 335px;
}

#successfully-popup-content .fancybox-close-small:after, #successfully-popup-content2 .fancybox-close-small:after, #successfully-popup-content3 .fancybox-close-small:after, #successfully-popup-content4 .fancybox-close-small:after {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: #F0F1F3;
  color: #5B8E9A;
}

#successfully-popup-content .fancybox-close-small svg, #successfully-popup-content2 .fancybox-close-small svg, #successfully-popup-content3 .fancybox-close-small svg {
  display: none;
}

#successfully-popup-content4 .fancybox-close-small svg {
  display: none;
}

#successfully-popup-content4 .successfully-content-bottom {
  display: flex;
  justify-content: space-between;
}

#successfully-popup-content4 .successfully-content-bottom > a {
  padding: 0;
}

#successfully-popup-content4 .successfully-content-bottom .cancel {
  flex: 0 0 95px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #6D737A;
  color: #6D737A;
}

#successfully-popup-content4 .successfully-content-bottom .delete-now {
  flex: 0 0 55%;
  max-width: 55%;
}

#video-popup-content {
  display: none;
  width: calc(100% - 20px);
  padding: 0;
  margin: 0;
  background: transparent;
}

#video-popup-content .fancybox-close-small:after {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: #F0F1F3;
  color: #5B8E9A;
}

#video-popup-content .fancybox-close-small svg {
  display: none;
}

#footer .footer-logout > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 600;
  line-height: 24px;
  color: #5B8E9A;
  margin: 33px 15px;
}

.successfully-content {
  padding: 1rem;
}

.successfully-content-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.successfully-content-middle {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.38px;
  color: #6D737A;
  text-align: center;
}

.successfully-content-middle > p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  margin: 0.75rem 0 1.5rem 0;
}

.successfully-content-middle > p > b {
  font-size: 14px;
  font-weight: bold;
}

.successfully-content-bottom > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  font-size: .87rem;
  font-weight: bold;
  color: #fff;
  padding: .75rem 0 .68rem .87rem;
  border-radius: 2px;
  background: #5B8E9A;
}

select.form-control:not([size]):not([multiple]), select:not([size]) {
  height: 40px;
  font-size: .87rem;
  font-weight: 500;
  background-image: url("../images/icons/icon-select-down.svg");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-color: #fff;
  background-size: .8rem 1rem;
  border-radius: 2px;
  padding: 0 .65rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:not([size]):not([multiple]):focus, select:not([size]):focus {
  box-shadow: none;
}

.checkbox-custom {
  margin-bottom: 10px;
}

.radio-custom input[type=radio], .radio-custom input[type=checkbox] {
  position: absolute;
  left: -9999rem;
}

.checkbox-custom input[type=radio], .checkbox-custom input[type=checkbox] {
  position: absolute;
  left: -9999rem;
}

input[type=radio] + label, input[type=checkbox] + label {
  position: relative;
  padding-left: 3.5rem;
}

input[type=radio] + label:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #fff;
}

input[type=checkbox] + label:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #fff;
  background-size: .8rem;
  border-radius: 2px;
}

input[type=radio] + label:before {
  background-size: .8rem;
  border-radius: 2px;
}

input[type=radio]:checked + label:before {
  background-color: #fff;
  border-color: #fff;
}

input[type=checkbox]:checked + label:before {
  background-color: #fff;
  border-color: #fff;
  background-image: url("../images/icons/icon-check.svg");
}

textarea.form-control {
  width: 100%;
  height: 275px;
  background: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #5B8E9A;
  opacity: 0.5;
  padding: 1.3rem;
  border: 1px solid #F0F1F2;
  border-radius: 2px;
}

textarea.form-control:focus {
  border: 2px solid #5B8E9A;
  color: #6D737A;
  outline: none;
  box-shadow: none;
  opacity: 1;
}

@media (min-width: 575px) {
  #date {
    width: 50%;
  }
}

.form-submit-button {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  line-height: 17px;
  font-weight: 600;
  background: #5B8E9A url("../images/icons/icon-arrow.svg") no-repeat center right 1.5rem;
  color: #fff;
  padding: .63rem;
  border-radius: 2px;
  border: none;
}

.form-submit-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #4A757E;
  margin-right: 1.2rem;
  border-radius: 2px;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

.row {
  margin-right: -20px;
  margin-left: -20px;
}

.row .col, .row [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > .col, .row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row .col, .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  body[class$="-active"] {
    cursor: pointer;
  }
}

body {
  position: relative;
  left: 0;
  color: #6D737A;
  font-size: 1.2rem;
  font-family: "Gilroy",sans-serif;
  transition: left .2s ease-in-out, right .2s ease-in-out;
  background: #F7F9FA;
}

a {
  color: #6D737A;
}

a:active, a:focus, a:hover {
  color: #5B8E9A;
  text-decoration: none;
}

#header {
  background: #fff;
  padding: 2.5rem 0 4rem 0;
  margin-bottom: 2.5rem;
}

#header .user-area > a {
  font-size: 1rem;
  line-height: 16px;
}

#header .user-area > a > b {
  margin-right: 0.5rem;
}

.current-page-help .entry-row > a {
  height: 3.75rem;
}

.current-page-help .entry-row > a span:first-child {
  margin-right: 1.1rem;
}

.entry-row {
  margin-bottom: 1.2rem;
}

.entry-row > a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  line-height: 17px;
  font-weight: 600;
  background: #5B8E9A url("../images/icons/icon-arrow.svg") no-repeat center right 1.5rem;
  color: #fff;
  padding: .63rem;
  border-radius: 2px;
}

.entry-row > a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #4A757E;
  margin-right: 1.2rem;
  border-radius: 2px;
}

.entry-row > a .complated {
  position: absolute;
  right: 15%;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.entry-row.active > a {
  background: #EDF1F4 url("../images/icons/icon-active-arrow.svg") no-repeat center right 1.5rem;
  color: #5B8E9A;
}

.entry-row.active > a > div {
  background: #F7F9FA;
}

.entry-row.active > a > div > img {
  filter: invert(50%) sepia(40%) saturate(348%) hue-rotate(144deg) brightness(95%) contrast(88%);
}

.entry-row.add-new {
  margin-bottom: 6.25rem;
}

.entry-row.add-new > a {
  background: #EDF1F4;
  color: #D3DADD;
}

.entry-row.add-new > a > div {
  background: #D3DADD;
}

.entry-row.window-project {
  background: #EDF1F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.entry-row.window-project > a {
  background: #EDF1F4;
  color: #5B8E9A;
}

.entry-row.window-project .custom-btn {
  margin-right: 10px;
}

.entry-row.delete-project {
  margin-top: 2.5rem;
}

.entry-row.delete-project > a {
  background-color: #fff;
  border: 2px solid #6D737A;
  color: #6D737A;
}

.entry-row.delete-project > a > div {
  background: #6D737A;
}

.entry-row.measure {
  margin-top: 3rem;
}

.entry-row.measure > a {
  background-color: #22474D;
}

.entry-row.measure > a > div {
  background: #2D5960;
}

.entry-row.complated > a {
  background-color: #6D737A;
}

.entry-row.complated > a > div {
  background: #575E67;
}

.entry-row.help {
  margin-top: 3.75rem;
}

.entry-row.help > a {
  background-color: #22474D;
}

.entry-row.help > a > div {
  background: #2D5960;
}

.entry-row:last-child {
  margin-bottom: 0;
}

.current-page-project-list .entry-row.help {
  margin-top: 0;
}

.entry-row-add-new-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #EDF1F4;
  margin-bottom: 1.25rem;
  text-align: center;
}

.entry-row-add-new-title > span {
  display: block;
  font-size: 1.12rem;
  font-weight: bold;
  color: #5B8E9A;
  padding: 16.5px 0;
}

.entry-row-add-new-title input {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #5B8E9A;
  margin-bottom: 1.25rem;
  border-radius: 2px;
  border: 2px solid #EDF1F4;
}

.entry-row-add-new-title input::placeholder {
  opacity: 0.2;
}

.entry-row-add-new-title input:focus {
  border-color: #5B8E9A;
  box-shadow: none;
}

.entry-row-add-sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border: 2px solid #E9EFF2;
  margin-bottom: 1.25rem;
  text-align: center;
}

.entry-row-add-sub-title > span {
  display: block;
  font-size: 1.12rem;
  font-weight: bold;
  color: #5B8E9A;
  padding: 16.5px 0;
}

.entry-row-add-sub-title input {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #5B8E9A;
  margin-bottom: 1.25rem;
  border-radius: 2px;
  border: 2px solid #EDF1F4;
}

.entry-row-add-sub-title input::placeholder {
  opacity: 0.2;
}

.entry-row-add-sub-title input:focus {
  border-color: #5B8E9A;
  box-shadow: none;
}

.current-page-add-new-project2 .entry-row.measure {
  margin-top: 0;
}

.entry-row-comments-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EDF1F4;
  margin-bottom: 1.25rem;
  text-align: center;
  padding: 16.5px;
}

.entry-row-comments-title span {
  font-size: 1.12rem;
  font-weight: bold;
  color: #5B8E9A;
}

.entry-row-comments-title #charNum {
  font-weight: normal;
}

.entry-row-search {
  margin-bottom: 1.25rem;
}

.entry-row-search form {
  position: relative;
}

.entry-row-search form input {
  width: 100%;
  height: 3.75rem;
  padding: 22px 22px 22px 18px;
  background: #EDF1F4;
  font-size: 0.87rem;
  font-weight: bold;
  line-height: 17px;
  color: #5B8E9A;
  border: 1px solid #F0F1F2;
}

.entry-row-search form input::placeholder {
  color: #5B8E9A;
}

.entry-row-search form input:focus {
  border: 2px solid #5B8E9A !important;
  outline: none !important;
}

.entry-row-search form button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 10px;
  background: #5B8E9A;
  border: none;
  border-radius: 2px;
}

.entry-row-result {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 3.8rem 0 12.5rem 0;
}

.entry-row-result > i {
  margin-bottom: 1.3rem;
}

.entry-row-result-message h1 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #5B8E9A;
  line-height: 24px;
  letter-spacing: 0.38px;
  margin-bottom: 0.8rem;
}

.entry-row-result-message p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}

.entry-row-title label {
  font-size: 0.87rem;
  font-weight: 600;
  color: #5B8E9A;
  margin-bottom: 1.25rem;
}

.entry-row-title input {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #5B8E9A;
  margin-bottom: 1.25rem;
  border-radius: 2px;
  border: 2px solid #EDF1F4;
}

.entry-row-title input::placeholder {
  opacity: 0.2;
}

.entry-row-title input:focus {
  border-color: #5B8E9A;
  box-shadow: none;
}

.entry-row-general-enquiry-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDF1F4;
  margin-bottom: 1.25rem;
  text-align: center;
}

.entry-row-general-enquiry-title > span {
  display: block;
  font-size: 1.12rem;
  font-weight: bold;
  color: #5B8E9A;
  padding: 16.5px 0;
}

.entry-row-add-fabric > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 16px 16px 16px 21px;
  background: #EDF1F4;
  color: #5B8E9A;
  font-weight: bold;
  border: 2px solid #E9EFF2;
  border-radius: 2px;
  margin-bottom: 20px;
}

.entry-row-notes .entry-row-note-title {
  position: relative;
  margin-bottom: 10px;
}

.entry-row-notes .entry-row-note-title > span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  background: #F7F9FA;
  color: #5B8E9A;
  padding-right: 2rem;
  line-height: 20px;
  z-index: 101;
}

.entry-row-notes .entry-row-note-title:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #EDF1F4;
  border-radius: 0px 0px 2px 2px;
}

.entry-row-select {
  margin-bottom: 1.25rem;
}

.entry-row-select select {
  background-color: #EDF1F4 !important;
  height: 60px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #5B8E9A;
  line-height: 17px;
}

.entry-row-select select option {
  color: #6D737A;
}

.entry-row-select select:focus {
  color: #5B8E9A;
}

.entry-row-project-title {
  background: #EDF1F4;
  margin-bottom: 1.25rem;
}

.entry-row-project-title > span {
  display: block;
  font-size: 1.12rem;
  font-weight: bold;
  color: #5B8E9A;
  padding: 16.5px 0 16.5px 21px;
}

.entry-row-project-detail {
  margin-bottom: 1.25rem;
}

.entry-row-file-upload {
  position: relative;
  background: #EDF1F4;
  padding: 16px 16px 16px 21px;
  margin-bottom: .5rem;
  border: 2px solid #E9EFF2;
  border-radius: 2px;
  overflow: hidden;
}

.entry-row-file-upload input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.entry-row-image-area {
  position: relative;
}

.entry-row-file-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #5B8E9A;
}

.entry-row-file-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.entry-row-file-button span {
  font-size: 14px;
  color: #5B8E9A;
  font-weight: bold;
  line-height: 17px;
  margin-left: 0.5rem;
}

.entry-row-measure-select, .entry-row-measure-type {
  margin: 1.6rem 0 1.75rem 0;
}

.entry-row-measure-select select, .entry-row-measure-type select {
  font-size: 1.12rem !important;
  font-weight: bold !important;
  color: #5B8E9A;
  line-height: 22px;
  border: 2px solid #EDF1F4 !important;
  height: 60px !important;
}

.entry-row-measure-select select:focus {
  border: 2px solid #5B8E9A !important;
}

.entry-row-measure-select.spec {
  margin: 0 0 0.5rem 0;
}

.entry-row-measure-type.spec {
  margin: 0 0 0.5rem 0;
}

.entry-row-measure-select.spec select, .entry-row-measure-type.spec select {
  background-color: #EDF1F4 !important;
  border: 2px solid #E9EFF2 !important;
}

.entry-row-measure-area label {
  font-size: 0.87rem;
  font-weight: 600;
  color: #5B8E9A;
  margin-bottom: 0.3rem;
}

.entry-row-measure-area input {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #5B8E9A;
  margin-bottom: 2.5rem;
  border-radius: 2px;
  border: 2px solid #EDF1F4;
}

.entry-row-measure-area input::placeholder {
  opacity: 0.2;
}

.entry-row-measure-area input:focus {
  border-color: #5B8E9A;
  box-shadow: none;
}

.entry-row-documents {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: .7rem 0 1.25rem;
  border-radius: 0px 0px 2px 2px;
  border: 2px solid #EDF1F4;
  text-align: center;
}

.entry-row-documents > span {
  display: block;
  font-size: .87rem;
  font-weight: bold;
  color: #5B8E9A;
  padding: 16.5px 0;
}

.entry-row-documents.uploaded {
  justify-content: space-between;
  padding: 0.5rem;
}

.entry-row-documents.uploaded > div span {
  font-size: .87rem;
  font-weight: bold;
  line-height: 17px;
  color: #5B8E9A;
}

.entry-row-calendar {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
}

.entry-row-calendar .calendar {
  width: calc(100% - 30px);
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  overflow: hidden;
  margin: auto;
  padding: 20px;
}

.entry-row-calendar .calendar-header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 1.8rem;
}

.entry-row-calendar .calendar-header .calendar-title {
  font-weight: bold;
  color: #5B8E9A;
}

.entry-row-calendar .calendar-header .month-picker {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #11263C;
}

.entry-row-calendar .calendar-header .year-picker {
  display: none;
}

.entry-row-calendar .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  color: #6D737A;
  padding-bottom: 1.3rem;
}

.entry-row-calendar .calendar-days > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #11263C;
  position: relative;
  cursor: pointer;
}

.entry-row-calendar .calendar-days > div.date {
  background-color: #5B8E9A;
  color: #fff;
  border-radius: 5px;
}

.entry-row-calendar .month-list {
  display: grid;
  gap: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: #fff;
  grid-template-columns: repeat(3, auto);
  transform: scale(1.2);
  visibility: hidden;
  pointer-events: none;
}

.entry-row-calendar .month-list > div {
  display: grid;
  place-items: center;
}

.entry-row-calendar .month-list > div > div {
  font-size: 16px;
  font-weight: bold;
}

.entry-row-calendar .month-list.show {
  transform: scale(1);
  visibility: visible;
  pointer-events: visible;
  transition: all 0.2s ease-in-out;
}

.entry-row-calendar .entry-row-chosee-time {
  border-top: 1px solid #F1F1F1;
  padding-top: 1.1rem;
}

.entry-row-calendar .entry-row-chosee-time span {
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.entry-row-calendar .entry-row-chosee-time .chosee-time {
  width: 100%;
  font-size: 24px;
  background: #FAFAFA;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  padding: 0 5px;
}

.entry-row-calendar .entry-row-chosee-time .chosee-time label {
  font-size: 12px;
  color: #6D737A;
  letter-spacing: 0.5px;
  margin: 0;
}

.entry-row-calendar .entry-row-chosee-time .chosee-time input {
  width: 100%;
  font-size: 24px;
  font-weight: 300;
  color: #5B8E9A;
  border: none;
  background: none;
}

.entry-row-calendar .entry-row-chosee-time .chosee-time input:focus {
  border: none;
  outline: none;
}

@media (max-width: 575px) {
  .calendar-header {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}

.entry-row-schedule-title {
  padding: 14rem 0 1.9rem 0;
}

.entry-row-schedule-title label {
  font-size: 14px;
  font-weight: 800;
  color: #5B8E9A;
  margin-bottom: 0.3rem;
}

.entry-row-schedule-title input {
  font-size: 18px;
  font-weight: 400;
  height: 62px;
  line-height: 22px;
  color: #5B8E9A;
  padding: 21px 28px;
  border-radius: 2px;
  border: 2px solid #EDF1F4;
}

.entry-row-schedule-title input::placeholder {
  opacity: 0.2;
}

.entry-row-schedule-title input:focus {
  border-color: #5B8E9A;
  box-shadow: none;
}

.entry-row-schedule-description {
  margin-bottom: 1.25rem;
}

.entry-row-schedule-description label {
  font-size: 14px;
  font-weight: 800;
  color: #5B8E9A;
  margin-bottom: 0.3rem;
}

.home-page-content {
  position: relative;
}

.home-page-content-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.5rem 0 5.5rem 0;
}

.home-page-content-middle {
  display: block;
  text-align: center;
  margin-bottom: 6.5rem;
}

.home-page-content-middle-title {
  display: block;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 39px;
  color: #fff;
}

.home-page-content-middle-subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}

.home-page-content-bottom {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(62.5205px);
  -webkit-backdrop-filter: blur(62.5205px);
  padding: 1.9rem 1.25rem 2.1rem 1rem;
}

.home-page-content-bottom-title {
  position: relative;
  font-size: 1rem;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.2rem;
}

.home-page-content-bottom-title > a {
  position: absolute;
  top: 0;
  right: .2rem;
  font-size: .87rem;
  color: #fff;
  line-height: 27px;
}

.home-page-content-bottom-title > a > i {
  margin-right: 0.2rem;
}

.home-page-content-bottom-content {
  font-size: .875rem;
  line-height: 22px;
  color: #fff;
  margin-bottom: 1.8rem;
}

.home-page-content-bottom-button-primary > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  font-size: .87rem;
  font-weight: bold;
  color: #fff;
  padding: .75rem 0 .68rem .87rem;
  border-radius: 2px;
  margin-bottom: 2rem;
  background: #5B8E9A url("../images/icons/icon-arrow.svg") no-repeat right 1rem center;
  background-size: 6px;
}

.home-page-content-bottom-button-secondary > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  opacity: 0.8;
}

.home-page-content-bottom-button-third > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  margin-bottom: 0.9rem;
}

.home-page-content-input {
  position: relative;
  margin-bottom: 1.3rem;
}

.home-page-content-input .form-label {
  font-size: .75rem;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 0.75rem;
}

.home-page-content-input input {
  height: 2.5rem;
  padding: .85rem .65rem;
  font-size: .87rem;
  font-weight: 500;
  color: #22474D;
  border-radius: 2px;
  border: none;
}

.home-page-content-input input:focus {
  box-shadow: none;
}

.home-page-content-input .password-hide {
  position: absolute;
  top: 55%;
  right: .5rem;
  color: #000;
}

.home-page-content-checkbox {
  margin-bottom: 1.5rem;
}

.home-page-content-checkbox > div {
  display: flex;
  align-items: center;
}

.home-page-content-checkbox > div label {
  font-size: .75rem;
  font-weight: bold;
  line-height: 15px;
  padding-top: 10px;
  margin-bottom: 0;
}

.home-page-content-text {
  font-size: 0.87rem;
  font-weight: 600;
  line-height: 22px;
  opacity: 0.8;
}

.home-page-content-text > div {
  margin-bottom: 0.875rem;
}

.home-page-content-text > div > a {
  color: #fff;
  text-decoration: underline;
}

.home-page-content-text > div:last-child {
  margin-bottom: 0;
}

@media (max-width: 374px) {
  .home-page-content .home-page-content-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.5rem 0;
  }
  .home-page-content .home-page-content-middle {
    margin-bottom: 4.5rem;
  }
}

.current-page-home-one #home-page {
  background: url("../images/home-screen/home-screen1.png") no-repeat center top;
  background-size: cover;
}

.current-page-home-two #home-page {
  background: url("../images/home-screen/home-screen2.png") no-repeat center top;
  background-size: cover;
}

.current-page-home-two #home-page .home-page-content-middle {
  margin-bottom: 9.5rem;
}

.current-page-home-two #home-page .home-page-content-bottom-content {
  margin-bottom: 2.1rem;
}

@media (max-width: 374px) {
  .current-page-home-two #home-page .home-page .home-page-content-middle {
    margin-bottom: 4.5rem;
  }
}

.current-page-home-three #home-page {
  background: url("../images/home-screen/home-screen2.png") no-repeat center top;
  background-size: cover;
}

.current-page-home-three #home-page .home-page-content-middle {
  margin-bottom: 5.5rem;
}

.current-page-home-three #home-page .home-page-content-bottom-content {
  margin-bottom: 2.1rem;
}

@media (max-width: 374px) {
  .current-page-home-three #home-page .home-page .home-page-content-middle {
    margin-bottom: 4.5rem;
  }
}

.current-page-home-four #home-page {
  background: url("../images/home-screen/home-screen4.png") no-repeat center top;
  background-size: cover;
}

.current-page-home-four #home-page .home-page-content-middle {
  margin-bottom: 1.6rem;
}

.current-page-home-four #home-page .home-page-content-bottom-title {
  margin-bottom: 1.87rem;
}

.current-page-home-five #home-page {
  background: url("../images/home-screen/home-screen4.png") no-repeat center top;
  background-size: cover;
}

.current-page-home-five #home-page .home-page-content-middle {
  margin-bottom: 9rem;
}

.current-page-home-five #home-page .home-page-content-bottom-title {
  margin-bottom: 1.87rem;
}

.current-page-home-six #home-page {
  background: url("../images/home-screen/home-screen5.png") no-repeat center top;
  background-size: cover;
  height: 100%;
}

.current-page-home-six #home-page .home-page-content-bottom {
  background: none;
  backdrop-filter: unset;
}

#player {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#successfully-popup-content, #successfully-popup-content2, #successfully-popup-content3, #successfully-popup-content4 {
  display: none;
  max-width: 335px;
}

#successfully-popup-content .fancybox-close-small:after, #successfully-popup-content2 .fancybox-close-small:after, #successfully-popup-content3 .fancybox-close-small:after, #successfully-popup-content4 .fancybox-close-small:after {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: #F0F1F3;
  color: #5B8E9A;
}

#successfully-popup-content .fancybox-close-small svg, #successfully-popup-content2 .fancybox-close-small svg, #successfully-popup-content3 .fancybox-close-small svg {
  display: none;
}

#successfully-popup-content4 .fancybox-close-small svg {
  display: none;
}

#successfully-popup-content4 .successfully-content-bottom {
  display: flex;
  justify-content: space-between;
}

#successfully-popup-content4 .successfully-content-bottom > a {
  padding: 0;
}

#successfully-popup-content4 .successfully-content-bottom .cancel {
  flex: 0 0 95px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #6D737A;
  color: #6D737A;
}

#successfully-popup-content4 .successfully-content-bottom .delete-now {
  flex: 0 0 55%;
  max-width: 55%;
}

#video-popup-content {
  display: none;
  width: calc(100% - 20px);
  padding: 0;
  margin: 0;
  background: transparent;
}

#video-popup-content .fancybox-close-small:after {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: #F0F1F3;
  color: #5B8E9A;
}

#video-popup-content .fancybox-close-small svg {
  display: none;
}

#footer .footer-logout > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 600;
  line-height: 24px;
  color: #5B8E9A;
  margin: 33px 15px;
}

.successfully-content {
  padding: 1rem;
}

.successfully-content-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.successfully-content-middle {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.38px;
  color: #6D737A;
  text-align: center;
}

.successfully-content-middle > p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  margin: 0.75rem 0 1.5rem 0;
}

.successfully-content-middle > p > b {
  font-size: 14px;
  font-weight: bold;
}

.successfully-content-bottom > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  font-size: .87rem;
  font-weight: bold;
  color: #fff;
  padding: .75rem 0 .68rem .87rem;
  border-radius: 2px;
  background: #5B8E9A;
}

select.form-control:not([size]):not([multiple]), select:not([size]) {
  height: 40px;
  font-size: .8rem;
  font-weight: 500;
  background-image: url("../images/icons/icon-select-down.svg");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-color: #fff;
  background-size: .8rem 1rem;
  border-radius: 2px;
  padding: 0 .65rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:not([size]):not([multiple]):focus, select:not([size]):focus {
  box-shadow: none;
}

.radio-custom input[type=radio],
.radio-custom input[type=checkbox],
.checkbox-custom input[type=radio],
.checkbox-custom input[type=checkbox] {
  position: absolute;
  left: -9999rem;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  padding-left: 2.5rem;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #fff;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  background-size: .8rem;
  border-radius: 2px;
}

input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  background-color: #fff;
  border-color: #fff;
}

input[type=checkbox]:checked + label:before {
  background-image: url("../images/icons/icon-check.svg");
}

textarea.form-control {
  width: 100%;
  height: 275px;
  background: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #5B8E9A;
  opacity: 0.5;
  padding: 1.3rem;
  border: 1px solid #F0F1F2;
  border-radius: 2px;
}

textarea.form-control:focus {
  border: 2px solid #5B8E9A;
  color: #6D737A;
  outline: none;
  box-shadow: none;
  opacity: 1;
}

.form-control::placeholder {
  color: #afc2c6 !important;
}

.alert {
  padding: 10px;
  font-size: 14px;
}

.add-image-image {
  position: absolute;
  padding-top: 60%;
  overflow: hidden;
}

.add-image-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* @Custom Modal Content */
body.measure-video-content-active .measure-video-content {
  display: block;
}

.measure-video-content {
  border: solid 1px #F0F1F2;
  border-radius: 2px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: none;
}

.advanced-title-label span {
  font-size: 13px;
}

.b-button-groups {
  display: flex;
}

.b-button-groups > * {
  margin-right: 2rem;
}

.b-button-groups > *:last-child {
  margin-right: 0;
}

.btn {
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  border: none;
  height: 40px;
  width: 100%;
  padding: 0 1rem;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:active, .btn:focus {
  box-shadow: none;
  border-color: transparent;
}

.btn.b-btn-icon i {
  font-size: 1.6rem;
  margin-right: 1rem;
}

.btn.b-btn-primary {
  color: #ffffff;
  background: #5B8E9A;
}

.btn.b-btn-primary:not(.btn-loading):active, .btn.b-btn-primary:not(.btn-loading).active, .btn.b-btn-primary:not(.btn-loading):hover, .btn.b-btn-primary:not(.btn-loading).hover, .btn.b-btn-primary:not([disabled]):not(.disabled):active, .btn.b-btn-primary:not([disabled]):not(.disabled).active {
  background: #5B8E9A;
  color: #ffffff;
}

.btn.b-btn-primary:hover, .btn.b-btn-primary:focus, .btn.b-btn-primary.focus, .btn.b-btn-primary:active {
  background: #5B8E9A;
  color: #ffffff;
  box-shadow: none;
}

.btn.b-btn-gray {
  color: #6D737A;
  background: #eeeeee;
}

.btn.b-btn-gray:not(.btn-loading):active, .btn.b-btn-gray:not(.btn-loading).active, .btn.b-btn-gray:not(.btn-loading):hover, .btn.b-btn-gray:not(.btn-loading).hover, .btn.b-btn-gray:not([disabled]):not(.disabled):active, .btn.b-btn-gray:not([disabled]):not(.disabled).active {
  background: #e1e1e1;
  color: #6D737A;
}

.btn.b-btn-gray:hover, .btn.b-btn-gray:focus, .btn.b-btn-gray.focus, .btn.b-btn-gray:active {
  background: #e1e1e1;
  color: #6D737A;
  box-shadow: none;
}

.btn.b-btn-secondary {
  color: #ffffff;
  background: #22474D;
}

.btn.b-btn-secondary:not(.btn-loading):active, .btn.b-btn-secondary:not(.btn-loading).active, .btn.b-btn-secondary:not(.btn-loading):hover, .btn.b-btn-secondary:not(.btn-loading).hover, .btn.b-btn-secondary:not([disabled]):not(.disabled):active, .btn.b-btn-secondary:not([disabled]):not(.disabled).active {
  background: #22474D;
  color: #ffffff;
}

.btn.b-btn-secondary:hover, .btn.b-btn-secondary:focus, .btn.b-btn-secondary.focus, .btn.b-btn-secondary:active {
  background: #22474D;
  color: #ffffff;
  box-shadow: none;
}

.btn.b-btn-sm {
  display: inline-flex;
  width: auto;
  padding: 0 4rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .btn.b-btn-sm {
    padding: 0 2rem;
    font-size: 1.2rem;
  }
}

.btn.b-btn-xs {
  display: inline-flex;
  height: 4.4rem;
  padding: 0 2.3rem;
  font-size: 1.3rem;
  width: auto;
}

@media (max-width: 767px) {
  .btn.b-btn-xs {
    padding: 0 2rem;
    font-size: 1.2rem;
  }
}

.btn.b-btn-rds-sm {
  border-radius: 2px;
}

.btn.b-btn-rds-xxs {
  width: 6rem;
  height: 3.6rem;
  font-size: 1.2rem;
  border-radius: 5rem;
  padding: 1rem !important;
}

.modal .modal-header {
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}

.modal .modal-header h5 {
  font-size: 15px;
}

.modal .modal-header .close {
  padding: 0;
  margin: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
}

.modal .modal-body {
  font-size: 13px;
}

.dropdown-item {
  font-size: 14px;
}

.page-title {
  font-weight: 700;
  font-size: 46px;
  color: #5B8E9A;
  opacity: 0.1;
  position: absolute;
  top: -57px;
  right: 5px;
  max-width: 240px;
  overflow: hidden;
}

.custom-b-page #main {
  margin-top: 0;
}

.custom-b-page .home-page-content-bottom {
  position: static !important;
}

.custom-b-page .home-page-content,
.custom-b-page .home-page,
.custom-b-page #home-page {
  height: auto !important;
}

@media (min-width: 575px) {
  #date {
    width: 50%;
  }
}

.form-submit-button {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  line-height: 17px;
  font-weight: 600;
  background: #5B8E9A url("../images/icons/icon-arrow.svg") no-repeat center right 1.5rem;
  color: #fff;
  padding: .63rem;
  border-radius: 2px;
  border: none;
}

.form-submit-button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #4A757E;
  margin-right: 1.2rem;
  border-radius: 2px;
}
