html,
body {
  background-color: #f5f5f5;
  position: relative;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  overflow-x: hidden !important;
}

header {
  min-height: 150px;
  height: auto;
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.breadcrumbHeader {
  position: absolute;
  /* background: rgba(255, 255, 255, .7); */
  padding: 20px;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0.8) 50%,
      transparent);
  height: 260px;
  border-radius: 10px;
}

.hero-image {
  height: 260px !important;
  background-color: #f5f5f5 !important;
  overflow: hidden !important;
  border-radius: 15px 10px 0px 0px !important;
}

.hero-image img {
  border-radius: 15px;
}

.img-fluid {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.main-content {
  min-height: calc(100vh - 250px);
}

b-top {
  border-top: black 1px solid;
}

footer {
  height: 100px;
  bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.primary-color {
  color: #19459d;
}

.secondary-color {
  color: #8997a8;
}

.gbb {
  background: linear-gradient(91.72deg,
      #19459d -0.69%,
      #0d3da3 18.41%,
      #4489ff 105.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.login-page-text {
  color: #333d4c;
}

.site_name_logo {
  max-width: 50%;
}

.selectize-input {
  height: 100%;
}

.form-control {
  height: 60px;
  border-radius: 15px;
  font-size: 24px;
  border: none;
  box-shadow: 5px 5px 15px 0px rgba(250, 250, 250, 0.5);
}

.form-control[disabled] {
  color: #b7babe;
}

.form-control:focus {
  box-shadow: none;
  border-color: #19459d;
}

/* 
.form-control {
  background-color: #efefef;
  height: 55px;
  border-radius: 8px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #19459d;
} 

.form-control {
  background-color: #efefef !important;
  height: 62px !important;
  border-radius: 8px !important;
  border: none !important;
  padding: 0 10px !important;
}*/

.btn-submit {
  height: 60px !important;
  font-size: 25px !important;
  border-radius: 60px !important;
  display: flex;
  align-items: center;
  letter-spacing: -0.04em;
  color: #ffffff;
  background-color: #19459d;
}

.slider {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.slider-item img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

.slider-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.slider-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slider-item.active {
  opacity: 1;
  z-index: 1;
}

.slider-item:not(.active) {
  z-index: -1;
}

.indicators-container {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.indicators-container .slider-indicators {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 0;
  width: 90%;
}

.indicators-container .slider-indicators li {
  height: 5px;
  width: 40px;
  cursor: pointer;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.indicators-container .slider-indicators li.active {
  background-color: #19459d;
}

#img {
  position: relative;
}

.overlay {
  bottom: 5%;
  color: #fff;
  z-index: 1 !important;
}

.overlay h2 {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.overlay-btn {
  padding: 10px 48px;
  background-color: #19459d;
  border-radius: 48px;
  color: #fff;
  border: 0;
  font-size: 18px;
  gap: 10px;
}

.services-menu {
  background-color: white;
  position: absolute;
  padding: 3%;
  left: -100vw;
  top: 0;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 150px);
  transition: all 0.5s ease-in;
}

.card-img-top {
  position: relative;
  overflow: hidden;
}

.serv-card-dis {
  filter: grayscale(100%) opacity(50%);
  cursor: not-allowed;
}

.card-img-top img {
  transition: opacity 0.3s ease;
  border-radius: 5px;
  background-color: #fff;
}

.card-img-top img::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.card-img-top .overlay {
  opacity: 0;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 60%;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
}

.card-img-top:hover img {
  opacity: 0.4;
}

.card-img-top:hover .overlay {
  opacity: 1;
  bottom: -1%;
}

.card-img-top .overlay h5 {
  margin-bottom: 0.5rem;
  color: #19459d;
}

.card-img-top .overlay p {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  color: #8997a8;
}

.card-img-top .overlay a {
  font-size: 1.5rem;
  opacity: 0.8;
}

.mainTitle {
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: flex;
}

.mainTitle h2 {
  font-size: 1.5rem !important;
  color: #fff;
}

.card-img-top:hover .mainTitle h2 {
  color: #19459d !important;
  text-align: left;
  font-size: 1rem !important;
}

.card-img-top:hover .mainTitle {
  text-align: left;
  display: block;
  padding-top: 15%;
  padding-left: 10%;
}

.input-row {
  display: flex;
  align-items: center;
  margin: 10px 0;
  margin-bottom: 1.5rem;
}

.input-field {
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  background-color: #efefef;
  height: 62px;
  border-radius: 8px;
  border: none;
  padding: 0 10px;
}

.icon-container {
  display: flex;
  align-items: center;
}

.edit-icon,
.delete-icon {
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
  color: #19459d;
}

.add-button {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
}

.add-button.disabled {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  color: #e3e3e3;
  cursor: default;
}

select {
  height: 3.5rem;
  border-radius: 8px;
  background-color: #efefef !important;
  width: 514px;
}

.form-select:focus {
  box-shadow: none;
  border-color: #19459d;
}

.note,
.disclaimer-cont {
  background: lightgrey;
  border-radius: 10px;
}

.disclaimer-cont {
  height: 150px;
  overflow: hidden;
  position: relative;
  transition: height 1s ease;
}

.disclaimer-cont.collapsed {
  height: 600px;
}

.disclaimer-cont:after {
  content: "Read more";
  font-weight: bold;
  align-items: end;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 20%, #f5f5f5);
  display: flex;
  text-align: center;
  justify-content: center;
  padding-bottom: 10px;
  cursor: pointer;
}

.disclaimer-cont.collapsed:after {
  content: "Read less";
  background-image: linear-gradient(transparent 90%, #f5f5f5);
  cursor: pointer;
}

.login-btn,
.login-btn.ho-last-btn {
  padding: 10px 48px;
  background-color: #19459d;
  border-radius: 48px;
  color: #fff;
  border: 0;
  font-size: 18px;
  gap: 10px;
  text-decoration: none;
}

.login-btn.ho-last-btn {
  width: fit-content;
}

.login-btn:hover,
.login-btn.ho-last-btn:hover {
  color: #fff;
}

.porposal-box {
  border-radius: 16px;
  border: 2px solid #19459d;
  display: flex;
  color: #19459d;
  justify-content: center;
  align-items: center;
  height: 60px;
  cursor: pointer;
}

.porposal-box.active {
  background-color: #19459d;
  color: #fff;
  cursor: default;
}

.porposal-box:hover {
  background-color: #19459d;
  color: #fff;
}

.home-designs-box,
.dwn-designs-box {
  border-radius: 16px;
  border: 2px solid #19459d;
  display: flex;
  color: #19459d;
  justify-content: center;
  align-items: center;
  height: 80px;
  cursor: pointer;
}

.home-designs-box.active,
.dwn-designs-box.active {
  background-color: #19459d;
  color: #fff;
  cursor: default;
}

.home-designs-box:hover,
.dwn-designs-box:hover {
  background-color: #19459d;
  color: #fff;
}

.home-designs-box.disabled,
.dwn-designs-box.disabled,
.time-range.disabled,
.login-btn.disabled {
  border: 2px solid lightgrey !important;
  background-color: lightgrey !important;
  color: #fff !important;
  cursor: default !important;
}

.home-designs-box.disabled:hover,
.dwn-designs-box.disabled:hover,
.time-range.disabled:hover {
  border: 2px solid lightgrey !important;
  background-color: lightgrey !important;
  color: #fff !important;
  cursor: default !important;
}

.dwn-designs-box:hover>h4 {
  display: none;
}

.dwn-designs-box:hover>div {
  display: block !important;
}

.dwn-cat-box {
  border-radius: 16px;
  border: 2px solid #19459d;
  display: flex;
  color: #19459d;
  justify-content: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
  width: 80%;
  margin: 0 auto;
}

.dwn-cat-box.active {
  background-color: #19459d;
  color: #fff;
  cursor: default;
}

.dwn-cat-box:hover {
  background-color: #19459d;
  color: #fff;
}

/* .login-btn {
  padding: 10px 48px;
  background-color: #19459d;
  border-radius: 10px;
  color: #fff;
  border: 0;
  font-size: 18px;
  gap: 10px;
} */

.h-500 {
  height: 500px !important;
}

.h-400 {
  height: 400px !important;
}

.partner-btn {
  padding: 10px 48px;
  background-color: #d9d9d9;
  border-radius: 16px;
  color: #19459d;
  border: 0;
  font-size: 24px;
}

/* buttons slider */
/* .slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  overflow: hidden;
}

.slider-btn {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: none;
  border-radius: 50%;
  background-color: gray;
  cursor: pointer;
}

.slider-btn.active {
  background-color: black;
}

.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: gray;
  cursor: pointer;
}

.slider-prev::before,
.slider-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
} */

.slider-next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

/* buttons slider end */

.payment-box {
  border-radius: 16px;
  border: 2px solid #19459d;
  display: flex;
  color: #19459d;
  justify-content: center;
  align-items: center;
}

.payment-box:hover {
  background-color: #19459d;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 768px) {
  .payment-box {
    height: 325px;
    width: 305px;
  }
}

.orientation-btns {
  padding: 10px 42px;
  background-color: #d9d9d9;
  border-radius: 16px;
  color: #19459d;
  border: 0;
  font-size: 18px;
  /* gap: 10px; */
}

.date-input {
  background-color: #f7f7f7;
  border: none;
  color: #333;
  font-size: 1.2em;
  padding: 0.5em;
}

h5.time-range {
  border: 2px solid #19459d;
  border-radius: 10px;
  color: #19459d;
  display: grid;
  place-content: center;
  height: 55px;
}

h5.time-range:hover {
  cursor: pointer;
  background-color: #19459d;
  color: #fff;
}

h5.time-range.active {
  cursor: pointer !important;
  background-color: #19459d !important;
  color: #fff !important;
  cursor: default !important;
}

.next-arrow {
  color: #19459d;
}

.profile-pic {
  width: 84px;
  height: 84px;
  border-radius: 84px;
  background-color: #d9d9d9;
}

.logOut {
  color: #9e0026d6;
}

.orientation-btns {
  padding: 10px 42px;
  background-color: #d9d9d9;
  border-radius: 16px;
  color: #19459d;
  border: 0;
  font-size: 18px;
  /* gap: 10px; */
}

.date-input {
  background-color: #f7f7f7;
  border: none;
  color: #333;
  font-size: 1.2em;
  padding: 0.5em;
}

/* h5 {
  border: 2px solid #19459d;
  color: #19459d;
  display: grid;
  place-content: center;
}

h5:hover {
  cursor: pointer;
  background-color: #19459d;
  color: #fff;
}

/* .next-arrow {
  color: #19459d;
} */
/* .cell, 
td {
  color: #19459d;
  cursor: pointer;
} */

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1080;
  left: 0;
  text-align: left;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.accordion-item:first-child {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.accordion-button {
  background-color: #f5f5f5;
  color: black;
}

.accordion-button:not(.collapsed)::after a {
  background-color: #19459d;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #19459d;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 20px;
}

/*.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjguMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEuNiw0LjZjMC4yLTAuMiwwLjUtMC4yLDAuNywwYzAsMCwwLDAsMCwwTDgsMTAuM2w1LjYtNS42YzAuMi0wLjIsMC41LTAuMiwwLjcsMHMwLjIsMC41LDAsMC43bC02LDYKCWMtMC4yLDAuMi0wLjUsMC4yLTAuNywwYzAsMCwwLDAsMCwwbC02LTZDMS41LDUuMiwxLjUsNC44LDEuNiw0LjZDMS42LDQuNiwxLjYsNC42LDEuNiw0LjZ6Ii8+Cjwvc3ZnPgo=");
}*/
.collapse.show .accordion-body {
  background-color: lightgrey;
}

.accordion-button::after {
  margin-right: auto !important;
  margin-left: unset;
}

.list-group a {
  text-decoration: none;
  color: #8997a8;
}

.list-group-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.list-group-item {
  background: transparent;
  border-color: #19459d;
}

.list-group-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

td {
  color: #8997a8;
}

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

table.table-gery tbody td {
  background-color: rgba(0, 0, 0, 0.075);
  border-bottom-width: 0.1px;
}

table.table-gery thead th {
  background: #19459d;
  color: white;
}

.card-link {
  text-decoration: none;
  transition: all 2s ease;
}

.card-link:hover>* {
  transform: scale(1.02);
}

.bg-white {
  border-radius: 25px;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.1);
  border: none;
}

.btn-mv {
  border-color: rgb(67, 111, 137);
  color: rgb(67, 111, 137);
}

.vc_back {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

text-grey {
  color: #6c757d !important;
}

::placeholder {
  color: #212529;
  opacity: 0.5;
}

.hidden {
  display: none;
}

.delete-button {
  cursor: pointer;
}

.mxh-500 {
  max-height: 550px !important;
}

.overflow {
  overflow: auto;
}

.pEditBtn {
  position: absolute;
  right: -5px;
  bottom: -20px;
  background: #e3e3e3;
  padding: 10px;
  border-radius: 10px;
}

.snaglist-items {
  height: 650px;
  overflow: auto;
}

.snaglist-items .list-group {
  height: 100%;
}

.snaglist-items .list-group .list-group-item:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.snaglist-items .list-group .list-group-item:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.list-group-item {
  background-color: #f2f5f8;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f2f5f8;
}

.whats-new-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  height: 100%;
  width: 250px;
  z-index: 1;
  right: -215px;
  transition: 0.5s all ease;
  box-shadow: 0px 15px 15px 0px;
  background-color: rgba(250, 250, 250, 0.6);
}

.whats-new-overlay.open {
  right: 0;
}

.whats-new-overlay .main-word {
  position: absolute;
  height: 100%;
  width: 100%;
}

.whats-new-overlay .main-word div.header {
  width: 600px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #19459d;
  font-size: 25px;
  position: absolute;
  top: 281px;
  left: -281px;
  transform: rotate(-90deg);
  z-index: 1;
  cursor: pointer;
  /* animation: shake 2s ease; */
}

@media (max-width: 768px) {
  .whats-new-overlay {
    width: 150px;
    right: -120px;
  }

  .whats-new-overlay .main-word div.header {
    font-size: 20px;
    left: -285px;
  }
}

/* @keyframes shake { */
/* 0%, 100% {transform: translateX(0) rotate(-90deg);} */
/* 10%, 30%, 50%, 70%, 90% {transform: translateX(-10px) rotate(-90deg);} */
/* 20%, 40%, 60%, 80% {transform: translateX(10px) rotate(-90deg);} */
/* } */
.whats-new-overlay .main-word .news-section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: calc(0% + 20px);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(250, 250, 250, 0.5);
  justify-content: center;
}

.whats-new-overlay .main-word .news-part a {
  text-decoration: none;
  font-weight: lighter;
  font-size: 12px;
  color: #19459d;
}

.whats-new-overlay .main-word .news-part a:hover {
  color: #19459d;
}

.whats-new-overlay .main-word .news-part {
  width: 80%;
  margin: 0 auto;
  height: fit-content;
  text-align: center;
  margin-top: 25px;
}

.whats-new-overlay .main-word .news-part:first-child {
  margin-top: 0;
}

.whats-new-overlay .main-word .news-part div label {
  font-weight: lighter;
  font-size: 12px;
}

.whats-new-overlay .main-word .news-part>img {
  width: 40% !important;
}

.history-navbar .nav-item:first-child {
  padding-left: 0 !important;
}

.history-navbar .nav-item:last-child {
  padding-right: 0 !important;
}

.history-navbar .nav-link {
  width: 100%;
  font-weight: bold;
  border-radius: 0px;
  color: black;
  background-color: rgba(0, 0, 0, 0.075) !important;
}

.history-navbar .nav-link.active,
.history-navbar .nav-link:hover {
  color: #fff;
  background-color: #19459d !important;
}

.bg-secondary2 {
  background-color: #ababab !important;
}

.bg-primaryc {
  background-color: #19459d !important;
}

input[type="file"].finishing {
  display: none;
}

.finishing-file-upload {
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0 5px 5px 0 !important;
}

.ho-last-btn {
  padding: 10px 48px;
  background-color: transparent;
  border-radius: 10px;
  color: #19459d;
  border: 2px solid #19459d;
  font-size: 20px;
  font-weight: bolder;
  gap: 10px;
  width: 100%;
}

.ho-last-btn:hover,
.ho-last-btn.active {
  background-color: #19459d;
  color: #fff;
}

.loader-spinner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  align-content: center;
}

.loader-spinner {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 5px solid #19459d;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    clip-path: polygon(50% 50%,
        0 0,
        50% 0%,
        100% 0%,
        100% 0%,
        100% 0%,
        100% 0%);
  }

  25% {
    clip-path: polygon(50% 50%,
        0 0,
        50% 0%,
        100% 0%,
        100% 100%,
        100% 100%,
        100% 100%);
  }

  50% {
    clip-path: polygon(50% 50%,
        0 0,
        50% 0%,
        100% 0%,
        100% 100%,
        50% 100%,
        0% 100%);
  }

  62.5% {
    clip-path: polygon(50% 50%,
        100% 0,
        100% 0%,
        100% 0%,
        100% 100%,
        50% 100%,
        0% 100%);
  }

  75% {
    clip-path: polygon(50% 50%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        50% 100%,
        0% 100%);
  }

  100% {
    clip-path: polygon(50% 50%,
        50% 100%,
        50% 100%,
        50% 100%,
        50% 100%,
        50% 100%,
        0% 100%);
  }
}

@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

.moodBoardDiv {
  height: 585px;
  /* height: calc(50vh); */
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 100px;
}

a.moodimg {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 60px;
  box-shadow: 0px 0px 5px 5px #e3e3e3;
  overflow: hidden;
  width: 70px;
  transition: all 1s ease;
}

a.moodimg.hidder {
  width: 0px;
  box-shadow: 0px 0px;
}

a.moodimg.active {
  width: 50%;
  border-radius: 20px;
}

a.moodimg.active img.moodBoardImg {
  border-radius: 20px;
  transform: translateX(0) !important;
}

a.moodimg.grayscaled img.moodBoardImg {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
}

a.moodimg img.moodBoardImg {
  border-radius: 60px;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  width: auto;
  transform: translateX(-25%);
}

a.moodimg img.moodBoardImg.resverse {
  transform: translateX(-75%);
}

a.moodimg.grayscaled {
  position: relative;
}

a.moodimg.grayscaled .overlayText {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  color: white;
  background: rgba(100, 100, 100, 0.5);
  width: 100%;
  height: 100%;
}

a.moodimg.grayscaled .overlayText label {
  position: absolute;
  width: 100%;
  transform: rotate(-90deg);
  font-size: 35px;
  bottom: 15%;
  left: 0%;
  z-index: 1;
}

a.moodimg.grayscaled .overlayText .overlay-icon {
  position: absolute;
  z-index: 1;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 50%;
  width: 80%;
  padding: 10px;
  max-width: 56px;
  height: 56px;
  max-height: 56px;
}

.picture-choises a img {
  transition: all 0.5s ease;
}

.picture-choises a.selected img {
  border: 2px solid #19459c;
  box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.4);
}

.picture-choises a.disabled img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}

.mt-200 {
  margin-top: 200px;
}

input.input-star-rate+label.start-rate {
  cursor: pointer;
  font-size: 30px;
  color: #19459d;
  display: block;
  width: 40px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  float: left;
  @include transition(all .2s);
  @include text-shadow(0 3px 3px darken(#34495e, 5%));

  &:hover {
    font-size: 35px;
    color: #19459d;
    @include text-shadow(0 0 5px lighten(#34495e, 50%));
  }

  &::before {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    margin-top: 0;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f006";
  }

  &.disabled {
    font-size: 30px !important;
    color: #b5b5b5;
  }
}

input.input-star-rate.selected {
  &+label.start-rate {
    &::before {
      content: "\f005";
    }
  }

  &:checked {
    &+label.start-rate {
      &::before {
        content: "\f005";
      }

      &~label.start-rate::before {
        content: "\f006";
      }
    }
  }
}

input.input-star-rate {
  display: none;
}

#star-wrapper.active {
  display: inline-block;

  &:hover {
    label.start-rate {
      &::before {
        content: "\f005";
      }

      &:hover {
        &~label.start-rate::before {
          content: "\f006";
        }
      }
    }
  }
}

.text-decoration-primary {
  text-decoration-color: #19459d;
}

.tableFixHead {
  overflow-y: auto;
  height: 550px;
  max-height: 550px;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.change-image label {
  cursor: pointer;
}

.proposal-guidance {
  margin: 0 auto;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.proposal-guidance.first-view {
  clip-path: polygon(0 0,
      100% 0,
      100% 100%,
      0 100%,
      0 5px,
      calc(50% - 160px) 5px,
      calc(50% - 160px) 80px,
      calc(50% + 160px) 80px,
      calc(50% + 160px) 5px,
      0 5px);
}

.proposal-guidance.second-view {
  clip-path: polygon(0 0,
      100% 0,
      100% 100%,
      0 100%,
      0 calc(50% - 40px),
      calc(50% - 65px) calc(50% - 40px),
      calc(50% - 65px) calc(50% + 80px),
      calc(50% + 55px) calc(50% + 80px),
      calc(50% + 55px) calc(50% - 40px),
      0 calc(50% - 40px));
}

.proposal-guidance.third-view {
  clip-path: polygon(0 0,
      100% 0,
      100% 100%,
      0 100%,
      0 70px,
      calc(80% - 35px) 70px,
      calc(80% - 35px) 150px,
      calc(80% + 50px) 150px,
      calc(80% + 50px) 70px,
      0 70px);
}

.proposal-guidance .pointer-view {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  z-index: 1;
  height: 120px;
  transform: translate(-50%, -25%);
  transform: translate(-53%, -30%);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

.pg-pointer {
  position: absolute;
  top: 60%;
  left: calc(50% - 25px);
  height: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
}

div.pg-info {
  color: white;
  font-size: 18px;
  text-align: center;
  position: absolute;
  transform: translateX(-50%);
}

div.pg-info.first-text {
  top: 3.5%;
  left: 24%;
}

div.pg-info.second-text {
  top: 68%;
  left: 49.5%;
}

div.pg-info.third-text {
  top: 10%;
  left: 68%;
}

div.pg-close a.pg-close {
  color: white;
  position: absolute;
  bottom: 2%;
  left: 2%;
}

div.pg-next a.pg-next {
  color: white;
  position: absolute;
  bottom: 50%;
  right: 2%;
}

div.ba-Slider div#before::before {
  background-color: rgba(255, 255, 255, 0.5) !important;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
}

.wobble-bottom {
  animation: wobbleBottom 2s ease infinite;
}

@keyframes wobbleBottom {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%);
  }

  30% {
    transform: translateX(20%);
  }

  45% {
    transform: translateX(-15%);
  }

  60% {
    transform: translateX(10%);
  }

  75% {
    transform: translateX(-5%);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation: wobble 2s ease infinite;
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.roll-out-right {
  position: absolute;
  animation: roll-out-right 2s ease infinite;
  font-weight: bold;
}

@keyframes roll-out-right {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }

  100% {
    opacity: 0;
    transform: translateX(-30%);
  }
}

.roll-out-left {
  position: absolute;
  animation: roll-out-left 2s ease infinite;
  font-weight: bold;
}

@keyframes roll-out-left {
  0% {
    opacity: 1;
    transform: translateX(-30%);
  }

  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.loading-info {
  position: absolute;
  width: auto;
  height: auto;
  background: rgba(245, 245, 245, .8);
  z-index: 1080;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  min-width: 100%;
}

.loader {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    border-left: 10px solid #19459d;
  }

  12.5% {
    transform: rotate(90deg);
    border-left: 10px solid #19459d;
  }

  25% {
    transform: rotate(180deg);
    border-left: 10px solid #19459d;
    border-top: 10px solid #19459d;
  }

  37.5% {
    transform: rotate(270deg);
    border-left: 10px solid #19459d;
    border-top: 10px solid #19459d;
    border-right: 10px solid #19459d;
  }

  50% {
    transform: rotate(360deg);
    border: 10px solid #19459d;
  }

  62.5% {
    transform: rotate(0deg);
    border-bottom: none;
  }

  75% {
    transform: rotate(90deg);
    border-right: none;
  }

  87.5% {
    transform: rotate(180deg);
    border-top: none;
  }

  99% {
    transform: rotate(270deg);
    border-left: 10px solid #19459d;
  }

  100% {
    transform: rotate(360deg);
    border-left: 10px solid #19459d;
  }
}

.navbar-toggler {
  margin-left: 50%;
  background-color: transparent;
  border: .2rem solid var(--AlmostBlack);
  border-radius: 0.4rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  z-index: 9999;
}

.navbar-toggler:focus {
  box-shadow: 0rem 0rem .2rem .2rem;
  -moz-box-shadow: 0rem 0rem .2rem .2rem;
  -webkit-box-shadow: 0rem 0rem .2rem .2rem;
}

.navbar-toggler-icon,
.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
  background-image: url('') !important;
  border-radius: 0.5rem;
  display: block;
  width: 2rem;
  height: 0.1rem;
  transition: 0.5s;
  content: "";
  position: absolute;
}

.navbar-toggler-icon:before {
  bottom: 0.5rem;
}

.navbar-toggler-icon:after {
  top: 0.5rem;
}

.icon-blue .navbar-toggler-icon,
.icon-blue .navbar-toggler-icon:before,
.icon-blue .navbar-toggler-icon:after {
  background-color: #19459d;
}

.icon-blue {
  border-color: #19459d !important;
  color: #19459d !important;
}

.rotate-360 .navbar-toggler-icon {
  background-color: transparent;
}

.rotate-360 .navbar-toggler-icon:before {
  transform: rotate(-315deg);
  bottom: 0;
}

.rotate-360 .navbar-toggler-icon:after {
  transform: rotate(315deg);
  top: 0;
}

#navbarNav ul.navbar-nav {
  border-top: 1px solid #19459d;
  padding-top: 20px;
  margin-top: 20px;
}

.navbar-collapse {
  position: absolute;
  z-index: 1080;
  background: rgba(245, 245, 245, 0.98);
  font-size: 15px;
  height: fit-content;
  transition: 0.5s all ease;
  padding: 20px;
  padding-top: 50px;
  right: -75%;
  box-shadow: 0px 0px 5px 0px;
  top: 40px;
}

@media (max-width: 768px) {
  .navbar-collapse {
    right: -75%;
    width: 30% !important;
  }
}

@media (max-width: 576px) {
  .navbar-collapse {
    right: -75%;
    width: 50% !important;
  }
}

.navbar-collapse.showed {
  right: 0%;
}

.navbar-collapse li {
  /* padding-left: 5px; */
  padding-top: 10px;
  padding-bottom: 10px;
  color: #19459d;
}

.navbar-collapse li>a {
  color: #19459d;
}

.cursor-pointer {
  cursor: pointer;
}

td.download-files span {
  margin-top: 5px;
}

td.download-files span:first-child {
  margin-top: auto;
}

.delete-button,
.delete-icon {
  width: fit-content;
  position: absolute;
  right: -35px;
}

@media (max-width: 768px) {

  .delete-button,
  .delete-icon {
    right: -15px;
    bottom: 15px;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important
  }

  .w-md-50 {
    width: 50% !important
  }

  .w-md-75 {
    width: 75% !important
  }

  .w-md-100 {
    width: 100% !important
  }
}

a.furn-perm {
  margin-top: auto;
  margin-bottom: auto;
}

input.furn-perm {
  cursor: pointer;
  color: #b0b0b0;
}

input.furn-perm.active-perm {
  cursor: pointer;
  color: #808080;
}

.video-fullwidth {
  width: 100%;
}

.video-fullwidth video {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.tick-loader {
  width: 15%;
}

@media (max-width: 768px) {
  .tick-loader {
    width: 35%;
  }
}

input[type=submit].disabled,
button[type=submit].disabled {
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}

img.logo-pimage {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

h3.logo-pimage {
  display: none;
  position: absolute;
  top: 45%;
  left: 35%;
  z-index: 1;
  text-align: center;
  width: fit-content;
  color: #FFF;
  font-weight: bold;
}

.logo-overlayer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

button.project-card {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.logo-overlayer.soon:hover {
  & {
    img.logo-pimage {
      display: none;
    }

    h3.logo-pimage {
      display: block;
    }
  }
}