@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
:root {
  --primary: #d1b593;
  --secondary: #9991A0;
  --sec-gray: #E4DCD5;
  --danger:#D8AFB0;
  --dark-gray: #010101;
  --bg-light-gray:#262626;
  --bg-light-blue:#a0bdc3;
  --light-gray: #4E4D4D;
  --bg-div:#262626;
  --white: #FFFFFF;
  --footer: #262626;
  --black:#1D120B;
  --font-small: 15px;
  --font-xs: 12px;
  --font-20:20px;
}

body {
  font-family: 'Almarai', sans-serif;
  font-weight: 400;
  font-size: 14px !important;
  color: var(--dark) !important;
}

.btn-primary {
  background-color: var(--primary) !important;
}

.shadow {
  -webkit-box-shadow: 0px 0px 20px #00000029 !important;
          box-shadow: 0px 0px 20px #00000029 !important;
}

.shadow-lg {
  -webkit-box-shadow: 0px 0px 20px #0c090929 !important;
          box-shadow: 0px 0px 20px #0c090929 !important;
}

.text-primary {
  color: var(--primary) !important;
}

.border-primary {
  border-color: var(--primary) !important;
}

.rounded-2 {
  border-radius: 10px !important;
}

.rounded-3 {
  border-radius: 36px !important;
}

.bg-light {
  background-color: var(--gray-light) !important;
}

.text-dark {
  color: var(--dark) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Almarai', sans-serif;
}

h1 {
  font-size: 60px;
}

header h3 {
  color: #7A839E;
}

@media (min-width: 1400px) {
  .px-6 {
    padding: 0px 101px;
  }
}

.text-black {
  color: #000 !important;
}

body {
  font-size: 16px !important;
}

.bi-md {
  font-size: 18px;
}

.page-title {
  background-color: var(--secondary);
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

h1 {
  font-size: 34px;
  margin-bottom: 0;
}

.bi-shield-fill-check {
  color: var(--primary);
}

.sidebar-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 12px 0 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.button-in-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidebar-box {
  padding: 25px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.bg-offwhite {
  background: #f5f5f5;
}

.btn.btn-primary {
  border: none;
}

.btn.btn-purple {
  background-color: #9991A0;
  color: #fff;
}

.btn.btn-secondary-transparent {
  background-color: rgba(153, 145, 160, 0.2);
  color: #000;
}

.btn.btn-block-user {
  background-color: #a0bdc3;
}

.btn.btn-leave-chat {
  background-color: #b0c7bf;
}

.btn.btn-report-user {
  background-color: #c8cec0;
}

sup.required {
  color: red;
  font-size: 16px;
}

.navbar .nav-link {
  color: var(--black);
  font-size: var(--font-xs);
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

@media (max-width: 576px) {
  .navbar .nav-link {
    text-align: right;
  }
}

.navbar .dropdown-toggle::after {
  vertical-align: .1em;
}

@media (min-width: 992px) {
  .navbar .navbar-toggler {
    display: none;
  }
}

.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .btn {
  font-size: var(--font-xs);
}

.top-nav .form-control {
  height: 30px !important;
}

.offcanvas {
  width: 25%;
}

@media (max-width: 768px) {
  .offcanvas {
    width: 100% !important;
  }
}

.offcanvas .sidebar-icon {
  margin: 0;
}

.offcanvas i.bi-heart {
  color: #000;
}

.btn-gray {
  background-color: var(--secondary);
}

.text-dark {
  color: #2C3745 !important;
}

small {
  font-size: var(--font-xs);
}

.bg-black {
  background-color: var(--black);
}

.text-black {
  color: var(--black);
}

.z-index-1 {
  position: relative;
  z-index: 1021 !important;
}

.z-index {
  z-index: 999 !important;
}

.z-index2 {
  z-index: 50 !important;
}

.icon-w {
  width: 16px;
}

.btn-check:focus + .btn, .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-control, .form-select:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.badge-1 {
  top: 6px !important;
  right: 2px !important;
  font-size: 10px;
  padding: 2px 5px !important;
}

.badge-2 {
  top: 21px !important;
  left: 2px !important;
  padding: 2px 5px !important;
  font-size: 10px;
}

.dropdown-toggle::after {
  vertical-align: -0.45em !important;
}

.bg-div {
  background-color: var(--bg-div);
}

.bg-div input {
  background-color: var(--light-gray);
}

header .carousel-item {
  height: calc( 100vw * 707 / 1920);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  header .carousel-item {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  header .carousel-item .img {
    height: 270px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

header .carousel-caption {
  right: 10% !important;
  left: 10% !important;
  bottom: 8.25rem;
}

@media (max-width: 768px) {
  header .carousel-caption {
    bottom: 1rem !important;
  }
}

header .carousel-control-next, header .carousel-control-prev {
  width: 10% !important;
}

header .font-10 {
  font-size: 10px !important;
}

.head-form {
  z-index: 999;
}

@media (max-width: 768px) {
  .head-form {
    position: relative !important;
    bottom: 0px;
    left: 0 !important;
    top: 0;
    right: 0 !important;
  }
}

.head-form form {
  position: relative;
  z-index: 999;
}

.head-form form .btn {
  background-color: var(--secondary);
}

.section-1 {
  background-color: var(--secondary);
  height: 67px;
}

.section-1 .icon {
  top: -35px !important;
  right: 0px;
  width: 150px;
}

.section-3 {
  background-color: var(--sec-gray);
}

.section-3 .border-5 {
  border-bottom: 2px solid var(--secondary) !important;
}

.section-3 .rounded-4 {
  border-radius: 18px;
}

.section-3 .card {
  border: 1px solid #9991A0;
}

.section-3 .card .w-50 {
  width: 58% !important;
}

.section-3 .card small {
  font-size: 12px;
}

.section-3 .card h6 {
  color: var(--danger);
}

.section-3 .card p {
  text-align: start;
  font-size: 12px;
}

.section-3 .card .heart {
  margin-top: -27px !important;
}

.section-3 .card .border-bottom {
  border-bottom: 1.6px solid #d8afb0 !important;
}

.section-3 .card .btn-1 {
  background-color: #A1BDC3;
  font-size: 12px !important;
}

.section-3 .card .btn-2 {
  background-color: #D1B693;
  font-size: 12px !important;
}

.section-3 .card .btn-3 {
  background-color: #CDCCCC;
  font-size: 12px !important;
}

.section-3 .card .border-select-2 {
  border: 1px solid #D1B693 !important;
}

.section-3 .card .border-select-3 {
  border: 1px solid #A1BDC3 !important;
}

.section-3 .card .border-select {
  border: 1px solid #cdcccc !important;
}

.section-3 .card input {
  border: 1.5 solid #D1B693 !important;
}

.section-3 .card input {
  border: 1.5 solid #CDCCCC !important;
}

.slide .carousel-item {
  min-height: 200px;
}

.slide .carousel-item p {
  color: #767580;
}

.slide .carousel-indicators {
  bottom: -8px;
}

.slide .carousel-indicators button {
  background-color: black;
  height: 6px;
  width: 6px;
  border-radius: 50% !important;
  margin-bottom: -60px;
}

.slide .carousel-indicators button.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

footer {
  background-color: var(--bg-light-gray);
  font-size: small;
}

.sec-last {
  background-color: var(--dark-gray);
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq-item {
  width: 100%;
  background: #f5f5f5;
  border: solid thin #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
}

.faq-item .faq-title {
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.faq-item .faq-title h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.faq-item .faq-title i {
  font-size: 16px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.faq-item .faq-content {
  padding: 15px;
  display: none;
}

.left-aside {
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  padding: 20px 10px;
  display: block;
}

.left-aside .user-info {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding: 8px 10px;
}

.left-aside .user-info .profile-pic-thumb {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.left-aside .user-info h2 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin: 0 10px;
}

.left-aside .user-info .meta-info {
  color: #555;
  margin-left: 5px;
  margin-top: 15px;
}

.left-aside a:hover {
  color: #d68e39;
}

.left-aside a.active-link {
  color: #d68e39;
}

.left-aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left-aside ul li {
  border-bottom: 1px solid #ddd;
  height: 49px;
}

.left-aside ul li a {
  display: block;
  color: #000;
  padding: 6px 10px;
  text-decoration: none;
}

.left-aside ul li a i {
  padding: 6px;
  display: inline-block;
  margin-right: 5px;
  width: 35px;
  text-align: center;
  color: #565656;
  border-radius: 4px;
}

.left-aside ul li a span.all-inbox {
  width: 20px;
  height: 20px;
  background-color: var(--secondary);
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  padding-top: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

.title {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.title span {
  border-bottom: 3px solid #c59b6c;
  padding-bottom: 5px;
  margin-right: 15px;
}

.c-tabs {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 3px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-tabs a {
  color: #c59b6c;
  padding-bottom: 5px;
  margin-right: 15px;
  margin-bottom: 0;
  text-decoration: none;
}

.c-tabs a.active {
  border-bottom: 3px solid #c59b6c;
}

.notification {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid #ededed;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  color: #212529;
  text-decoration: none;
}

.notification p {
  margin-bottom: 0px;
}

.notification:hover {
  color: #c59b6c;
}

.people {
  margin-bottom: 20px;
  border-bottom: solid thin #ccc;
}

.people:last-child {
  border-bottom: none;
}

.people .card-title {
  margin-bottom: 20px;
}

.people .card-img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .people .card-img {
    width: 100%;
    height: auto;
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .people .card-body {
    padding-top: 0px;
  }
}

.people .data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.profile-info-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile-info-points .point {
  background: var(--secondary);
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.flex-direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.primary-link {
  color: var(--primary);
  text-decoration: none;
}

.primary-link:hover {
  color: #000;
}

.secondary-link {
  color: var(--secondary);
  text-decoration: none;
}

.secondary-link:hover {
  color: #000;
}

.flash-message-container {
  position: fixed;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}

.flash-message {
  width: 500px;
  max-width: 100%;
}

.bi-heart-fill, .bi-heart {
  color: #f00;
}

.bi-star-fill, .bi-star {
  color: #d8ca00;
}

.bi-star-fill.bi-star-black, .bi-star.bi-star-black {
  color: black;
}

.bi-circle-fill, .bi-circle {
  color: #979797;
}

img.people-item-icon {
  width: 15px;
}

.fav-btn, .star-btn, .proposal-btn {
  display: none;
}

.fav-btn.active, .star-btn.active, .proposal-btn.active {
  display: inline-block;
}

.intl-tel-input {
  width: 100%;
}

.thumb-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-img-preview {
  max-width: 150px;
  max-height: 150px;
}

.login-box {
  border: solid thin #eee;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  max-width: 700px;
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border-color: #ccc;
  height: 35px;
  line-height: 35px;
  padding-top: 3px;
}

.select2-results__option {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

.profile-detail .nick-name-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-detail h2 {
  font-size: 28px;
}

.profile-detail h2 i {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.profile-detail .last-seen {
  color: #777;
  font-size: 14px;
  text-align: right;
}

.profile-detail h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  color: #222;
}

.profile-detail .standard-item {
  margin-bottom: 15px;
}

.profile-detail .attributes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-detail .attributes-list .item {
  width: 49%;
  margin-bottom: 15px;
}

.profile-detail .attributes-list .item .a-title {
  font-size: 14px;
  font-weight: bold;
}

.proposals-list .item, .conversation-list .item {
  border-bottom: solid thin #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #000;
  text-decoration: none;
}

.proposals-list .item .name, .conversation-list .item .name {
  font-weight: bold;
}

.proposals-list .item .name a, .conversation-list .item .name a {
  color: #000;
  text-decoration: none;
}

.proposals-list .item .name a:hover, .conversation-list .item .name a:hover {
  color: var(--secondary);
}

.proposals-list .item .name .date-time, .conversation-list .item .name .date-time {
  color: #666;
  display: inline-block;
  margin-left: 20px;
  font-weight: normal;
}

.proposals-list .proposal-btn, .conversation-list .proposal-btn {
  width: 40px;
  height: 40px;
  margin: 10px;
  border-radius: 25px;
  background-color: var(--primary);
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.proposals-list .proposal-btn.proposal-accept-btn, .conversation-list .proposal-btn.proposal-accept-btn {
  background-color: #080;
  color: #fff;
}

.proposals-list .proposal-btn.proposal-cancel-btn, .conversation-list .proposal-btn.proposal-cancel-btn {
  background-color: #800;
  color: #fff;
}

.proposals-list .proposal-btn.proposal-reject-btn, .conversation-list .proposal-btn.proposal-reject-btn {
  background-color: #800;
  color: #fff;
}

.proposals-list .proposal-status, .conversation-list .proposal-status {
  font-weight: bold;
}

.proposals-list .proposal-status.proposal-status-open, .conversation-list .proposal-status.proposal-status-open {
  color: var(--primary);
}

.proposals-list .proposal-status.proposal-status-accepted, .conversation-list .proposal-status.proposal-status-accepted {
  color: #080;
}

.proposals-list .proposal-status.proposal-status-rejected, .conversation-list .proposal-status.proposal-status-rejected {
  color: #800;
}

.conversation-list .unread-count {
  display: inline-block;
  margin: 0 10px;
  background: var(--primary);
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 15px 15px 15px 0;
}

.chat-item {
  margin-bottom: 10px;
  border-left: solid 4px var(--primary);
}

.chat-item.chat-self {
  border-left: none;
  border-right: solid 4px var(--secondary);
}

.chat-item .msg-time {
  font-size: 12px;
  color: #999;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.chat-item .message {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.notifications-list .item {
  padding: 10px;
  background: #fff;
  margin-bottom: 5px;
  display: block;
  color: #000;
  text-decoration: none;
}

.notifications-list .item.unread {
  background: #fcf4e9;
}

.notifications-list .item .date-time {
  color: #777;
  font-size: 14px;
}

.form-group label {
  display: block;
}

.form-group label.checkbox-label {
  display: block;
  font-weight: normal;
  padding: 2px 6px;
  border-radius: 3px;
  margin: 4px;
}

.form-group > label {
  display: block;
  font-weight: bold;
}

.form-group > label sup {
  color: #f00;
}

.filters {
  background: #fff;
  padding: 15px;
}

.filters .filter-item {
  margin-bottom: 15px;
}

.filters .filter-item h5 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.filters .filter-item .filter-title {
  font-weight: bold;
  border-bottom: solid thin #ccc;
  width: 100%;
  margin-bottom: 10px;
}

.payment-page .upgrade-btn {
  background-color: var(--primary);
  border-color: var(--primary);
}

.payment-page .renew-btn {
  background-color: #080;
  border-color: #080;
}

.top-strip-icons {
  list-style: none;
}

.top-strip-icons li {
  display: inline-block;
}

.top-strip-icons li a {
  color: #fff;
  padding: 12px;
  font-size: 22px;
  line-height: 40px;
}

.top-strip-icons li a:hover {
  color: var(--primary);
}

.faqs-container .faq-tabs li .nav-link {
  color: #000;
}

.faqs-container .faq-tabs li .nav-link.active {
  background-color: var(--primary);
  border-color: var(--primary);
}

.faqs-container .tab-content .tab-pane {
  padding: 20px;
}

.photographer-credit {
  text-align: center;
  color: #888;
  direction: ltr;
}

.photographer-credit a {
  color: #888;
  text-decoration: none;
}

.photographer-credit a:hover {
  color: #000;
}

.footer-support {
  margin-right: 0.4rem !important;
}

.abt-boxes .item {
  padding: 42px 7PX;
  text-align: center;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  margin-top: 35px;
  background: #EAE9EC;
}

.abt-boxes .item:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9991A0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.abt-boxes .item:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.abt-boxes .item .icon {
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.abt-boxes .item .icon i {
  font-size: 50px;
  line-height: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.abt-boxes .item:hover .icon i {
  color: #fff;
}

.abt-boxes .item .icon {
  position: relative;
}

.abt-boxes .item h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -.03em;
  color: #0F0F1B;
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 2;
  position: relative;
}

.abt-boxes .item:hover h2 {
  color: #fff !important;
}

.abt-boxes .item p {
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.abt-boxes .item:hover p {
  color: #fff;
}

.main-logo {
  width: 80px;
}

ul.sub-menu {
  margin-left: 15px;
}

table.shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

table tr th, table tr td {
  border: solid thin #eee;
  border-right: solid thin #eee !important;
}

table tr th.text-red, table tr td.text-red {
  color: #f00;
}

table tr th.bg-red, table tr td.bg-red {
  background-color: #a00;
  color: #fff;
}

table tr th.silver-title, table tr td.silver-title {
  background-color: #cccccc;
}

table tr th.gold-title, table tr td.gold-title {
  background-color: #fff1de;
}

table tr th.diamond-title, table tr td.diamond-title {
  background-color: #a0bdc3;
}

table tr th.vip-title, table tr td.vip-title {
  background-color: #f2d5d7;
}

table tr th .original, table tr td .original {
  color: #fff;
}

table tr th .discounted, table tr td .discounted {
  color: #888;
}

/* Parsley */
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.tooltip-inner {
  background-color: #9991A0;
  opacity: 1 !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #9991A0 !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #9991A0 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #9991A0 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #9991A0 !important;
}

.update-chat-proposal {
  cursor: pointer;
}

.parsley-type-error-contain {
  color: #ba4a48;
  font-size: 14px;
}
/*# sourceMappingURL=style.min.css.map */