/* guides */

/*
colors:
dark brown: #c7a849 / rgb(199, 168, 73)
dark brown (hover): #cfb463
light brown: #e0cd85 / rgb(224, 205, 133)

transition:
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
*/

/* important */

:focus {
  outline: 0 !important;
}

.flex-1 {
  flex: 1 !important;
}

.gap-1-5rem {
  gap: 1.5rem !important;
}

.mb-2px {
  margin-bottom: 2px !important;
}

.p-lr-2rem {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.justify-content-stretch {
  justify-content: stretch !important;
}

.border-top-2px-solid-eee {
  border-top: 2px solid #eee !important;
}

.border-color-ddd {
  border-color: #ddd !important;
}

.color-fff {
  color: #fff !important;
}

.font-size-0-75rem {
  font-size: .75rem !important;
}

.ptb0-75rem {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}

.color-e74c3c {
  color: #e74c3c !important;
}

@media (max-width: 991px) {
  .mt-2rem-for-xs {
    margin-top: 2rem !important;
  }

  .font-size-1-6rem-for-xs {
    font-size: 1.6rem !important;
  }

  .mb-2rem-for-xs {
    margin-bottom: 2rem !important;
  }

  .ptb-2rem-for-xs {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .overflow-x-scroll-for-xs {
    overflow-x: scroll !important;
  }

  .w100-for-xs {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .mt4rem-for-desktop {
    margin-top: 4rem !important;
  }

  .p-lr-2rem-for-desktop {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

/* general */

body,
html {
  width: 100%;
  height: auto;
}

hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #f4623a;
}

hr.light {
  border-color: #fff;
}

.btn {
  font-family: "Montserrat", sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

.page-section {
  padding: 4rem 0;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.open-account-a {
  padding-bottom: 4px;
  color: #c7a849 !important;
  font-family: "Montserrat", sans-serif;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .5px;
  cursor: pointer;
  border-bottom: 2px solid #c7a849 !important;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.open-account-a:hover {
  border-bottom: 2px solid transparent !important;
}

.manage-service-a {
  padding-bottom: 4px;
  color: #c7a849 !important;
  font-family: "Montserrat", sans-serif;
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .5px;
  cursor: pointer;
  border-bottom: 2px solid #c7a849 !important;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.manage-service-a:hover {
  border-bottom: 2px solid transparent !important;
}

.inner-page-cover h2 {
  margin-bottom: 1.25rem;
  color: #fff;
  font-weight: 700;
}

.inner-page-cover h2 a {
  padding-bottom: 3px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 3px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.inner-page-cover h2 a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid #fff;
}

@media (max-width: 991px) {
  .page-section {
    padding: 2rem 0;
  }

  .inner-page-cover {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .inner-page-cover h2 {
    font-size: 1.15rem !important;
  }
}

@media (min-width: 992px) {
  .inner-page-cover {
    height: 240px !important;
  }

  .inner-page-cover h2 {
    font-size: 1.25rem !important;
  }
}

/* navigation */

.navbar-brand img {
  width: 60px;
  height: auto;
}

#mainNav {
  box-shadow: none;
  background-color: #f7f7f7;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#mainNav .navbar-brand {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: .95rem;
  margin: .75rem 0;
  padding: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link:active {
  color: #333;
  border-bottom: 2px solid #333;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #333 !important;
  border-bottom: 2px solid #333;
}
.nav-link-cta {
  padding: 0.875rem 1.75rem !important;
  color: #fff !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  background-color: #c7a849;
  border-radius: 10rem;
  border: 0 !important;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.nav-link-cta i {
  margin-right: .75rem;
}
.nav-link-cta:hover,
.nav-link-cta:focus {
  background-color: #cfb463;
}
@media (max-width: 991px) {
  .navbar-second-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .nav-item-icon {
    display: inline-block;
    width: auto;
  }
  .nav-item-icon a {
    display: inline-block;
    width: 30px;
  }

  .nav-link-cta {
    display: inline-block;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: #f7f7f7;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #333;
    margin: 0 1.5rem;
    padding: 0;
    border-bottom: 2px solid transparent;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #333;
    border-bottom: 2px solid #333;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
    margin-right: 0;
  }
  #mainNav.navbar-scrolled {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #mainNav.navbar-scrolled .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-brand:hover {
    color: #f4623a;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #f4623a;
  }
}

/* cover */

header.masthead {
  height: 65vh;
  min-height: 0;
  margin-top: 114px;
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(to right, rgba(127, 127, 127, 1) 0%, rgba(127, 127, 127, 0) 100%), url("../images/cover.jpg");
  background-position: center !important;
  background-position-y: 60% !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-size: cover !important;
}
header.masthead h1 {
  font-size: 2.75rem;
}
header.masthead h2 {
  font-size: 1.75rem;
}
header.masthead a i {
  margin-right: .75rem;
}

@media (max-width: 991px) {
  header.masthead {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  header.masthead h1 {
    font-size: 2.5rem;
  }

  header.masthead h2 {
    font-size: 1.5rem;
  }
}

/* partners */

.partners-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eee; /* e6e6e6 */
}

.partners-div-section {
  gap: 0;
}

.partners-div-section > div {
  flex: 1 1 calc(100% / 3);
  text-align: center;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.partners-div-section > div:hover {
  opacity: .8;
}

@media (max-width: 991px) {
  .partners-div-section {
    flex-wrap: wrap;
    gap: 2rem;
    row-gap: 1rem;
    justify-content: center;
  }

  .partners-div-section > div {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .partners-div-section img {
    width: 100% !important;
    height: auto !important;
  }
}

/* services */

.services-section h2 {
  margin-bottom: 0;
  color: #333;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
}

.individual-service-front-div {
  padding: 2.25rem;
  text-align: center;
  background-color: #eee;
  border: 0;
  border-radius: 2rem;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-service-front-div h3 {
  margin-bottom: 0;
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-service-front-div:hover h3 {
  color: #c7a849;
}

.individual-service-front-div i {
  color: #c7a849 !important;
  font-size: 2.5rem;
  display: none;
}

.individual-service-front-div img {
  border-radius: 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.individual-service-div {
  margin-top: 4rem;
}

.individual-service-div img {
  border-radius: 2rem;
}

.individual-service-div h3 {
  color: #333;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.individual-service-div h3 span {
  color: #c7a849;
}

.individual-service-div p,
.individual-service-div ul {
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

.individual-service-div ul {
  padding-inline-start: 18px;
}

/*
.individual-service-div i {
  color: #c7a849 !important;
  font-size: 2.5rem;
}
*/

.individual-service-div .administrator-table i {
  color: #fff !important;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .services-section h2 {
    font-size: 1.5rem;
  }

  .individual-service-div {
    margin-top: 2rem;
  }

  .individual-service-front-div {
    padding: 2rem;
  }

  .individual-service-front-div img {
    width: calc(100% + 4rem) !important;
    margin-top: -2rem !important;
    margin-bottom: 2rem;
    margin-left: -2rem;
  }

  .individual-service-div img {
    border-radius: 1rem;
  }

  .individual-service-div h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .individual-service-front-div img {
    width: calc(100% + 4.5rem) !important;
    margin-top: -2.25rem !important;
    margin-bottom: 2.25rem;
    margin-left: -2.25rem;
  }

  .individual-service-div > div:first-child {
    padding-right: 2rem;
  }

  /*
  .individual-service-div > div:nth-child(2) {
    padding-left: 2rem;
  }
  */
}

/* cta */

.cta-section {
  background-color: #c7a849;
}

.cta-section h2 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-section a i {
  margin-right: .75rem;
}

@media (max-width: 991px) {
  .cta-section h2 {
    font-size: 1.5rem;
  }
}

/* news section */

.news-section h2 {
  margin-bottom: 0;
  color: #333;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
}

.news-section a i {
  margin-right: .75rem;
}

.individual-new-div {
  height: 100%;
  padding: 2.25rem;
  border: 2px solid #eee;
  border-radius: 2rem;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-new-div:hover {
  background-color: #eee;
}

.individual-new-div h3 {
  margin-bottom: 0;
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-new-div:hover h3 {
  color: #c7a849;
}

.individual-new-div p {
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

@media (max-width: 991px) {
  .news-section h2 {
    font-size: 1.5rem;
  }

  .individual-new-div {
    padding: 2rem;
  }

  .individual-new-div h3 {
    font-size: 1rem;
  }
}

/* footer */

footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eee;
}

footer h4 {
  margin-bottom: 1rem;
  color: #333;
  font-size: .925rem;
  font-weight: 600;
  text-transform: uppercase;
}

footer ul {
  margin-bottom: 0;
  list-style-type: none;
  padding-inline-start: 0;
}

footer ul li,
footer ul li a {
  padding-bottom: .125rem;
  color: #777;
  font-size: .925rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

footer ul li a {
  cursor: pointer;
}

footer ul li i {
  width: 25px;
}

footer ul li:last-child {
  padding-bottom: .125rem;
}

footer ul li a:hover {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid #777;
}

footer p {
  margin-bottom: 0;
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

footer p a {
  padding-bottom: .125rem;
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

footer p a:hover {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid #777;
}

@media (max-width: 991px) {
  footer {
    padding-top: 2rem;
  }
}

/* login, registration modal */

#loginRegistrationModal {
  display: none;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  border-radius: 2rem;
}

@media (max-width: 991px) {
  #loginRegistrationModal {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 1rem;
  }
}

#loginRegistrationModal h2 {
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

#loginRegistrationModal a i {
  margin-right: .75rem;
}

#loginRegistrationModal p {
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

#loginRegistrationModal p a {
  padding-bottom: .125rem;
  color: #777;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#loginRegistrationModal p a:hover {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid #777;
}

#loginRegistrationModal p a.inverse {
  border-bottom: 2px solid #777;
}

#loginRegistrationModal p a.inverse:hover {
  border-bottom: 2px solid transparent;
}

#loginRegistrationModal h2 span {
  color: #c7a849;
}

#loginRegistrationModal label {
  color: #333;
  font-size: .85rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* individual new */

.individual-new-section a i {
  margin-right: .75rem;
}

.individual-new-section p {
  margin-bottom: 1.5rem;
  color: #333;
  font-size: .925rem;
  font-weight: 500;
}

.individual-new-content p:last-child {
  margin-bottom: 0;
}

.individual-new-section p b {
  font-weight: 700;
}

/* about */

.individual-block-in-about-div {
  margin-bottom: 3rem;
  padding: 2.25rem 4.5rem;
  text-align: center;
  background-color: #eee;
  border-radius: 2rem;
}

.individual-block-in-about-div h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.about-content-div p {
  margin-bottom: 1.5rem;
}

.about-content-div p:last-child {
  margin-bottom: 0;
}

.values-section h2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.values-content-div > div {
  text-align: center !important;
  opacity: 1 !important;
  cursor: default !important;
}

.values-content-div i {
  color: #c7a849 !important;
  font-size: 2rem;
}

.values-content-div h3 {
  margin-bottom: 0;
  font-size: .925rem;
  color: #333;
  font-weight: 600;
  text-transform: none;
}

.individual-team-member-div {
  align-items: center;
  padding: 1rem 2.25rem;
  background-color: #eee;
  border-radius: 2rem;
}

.individual-team-member-div > div:first-child {
  flex: 1;
}

.individual-team-member-div > div:nth-child(2) {
  flex: 2;
  margin-top: 2px;
}

.individual-team-member-div h3 {
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
}

.individual-team-member-div p {
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

.individual-team-member-div a {
  display: inline-block;
  color: #777;
  text-decoration: none;
  font-size: .925rem;
  font-weight: 500;
  padding-bottom: 1px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.individual-team-member-div a:hover {
  text-decoration: none;
  border-bottom: 2px solid #777;
}

.individual-team-member-div img {
  width: 100%;
  height: calc(100% + 2rem);
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: -2.25rem;
  border-radius: 2rem;
}

@media (max-width: 991px) {
  .individual-block-in-about-div {
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .individual-block-in-about-div h3 {
    font-size: 1rem;
  }

  .values-content-div {
    gap: 1.5rem;
    justify-content: center;
  }

  .individual-team-member-div {
    padding: 2rem;
  }

  .individual-team-member-div > div:nth-child(2) {
    text-align: center;
  }

  .individual-team-member-div img {
    width: calc(100% + 4rem);
    height: auto;
    margin-top: -2rem;
    margin-bottom: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 992px) {
  .individual-team-member-div {
    display: flex;
  }

  .individual-team-member-div img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/* conctacts page */

.contacts-page-ul {
  margin-bottom: 0;
  list-style-type: none;
  padding-inline-start: 0 !important;
}

.contacts-page-ul li,
.contacts-page-ul li a {
  padding-bottom: .125rem;
  color: #777;
  font-size: .925rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.contacts-page-ul li a {
  cursor: pointer;
}

.contacts-page-ul li i {
  width: 25px !important;
  font-size: .925rem !important;
  color: #777 !important;
}

.contacts-page-ul li:last-child {
  padding-bottom: .125rem;
}

.contacts-page-ul li a:hover {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid #777;
}

.contact-page-query-div input,
.contact-page-query-div textarea {
  background-color: #fff !important;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.contact-page-query-div input.input-error,
.contact-page-query-div textarea.input-error {
  background-color: #fef6f5 !important;
}

.contact-page-query-div textarea {
  resize: none !important;
  height: 95px !important;
}

.contact-page-query-div i {
  margin-right: .75rem !important;
  color: #fff !important;
  font-size: 0.85rem !important;
}

/* privacy policy */

.privacy-policy-content h2 {
  margin-bottom: 1.5rem;
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.privacy-policy-content p,
.privacy-policy-content ul {
  margin-bottom: 1.5rem;
  color: #333;
  font-size: .925rem;
  font-weight: 500;
}

.privacy-policy-content ul {
  padding-inline-start: 20px;
}

.privacy-policy-content p:last-child,
.privacy-policy-content ul:last-child {
  margin-bottom: 0;
}

.privacy-policy-content a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.privacy-policy-content a:hover {
  color: #333;
  text-decoration: none;
}

.privacy-policy-content table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-spacing: 0;
  border-radius: 2rem;
  background-color: #eee;
}

.privacy-policy-content table td {
  padding: 1rem;
  color: #333;
  font-size: .925rem;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.privacy-policy-content table tr:first-child td {
  text-align: center;
}

.privacy-policy-content table tr td:last-child {
  border-right: 0;
}

.privacy-policy-content table tr:last-child td {
  border-bottom: 0;
}

/* cookie bar */

.cookies-bar {
  position: fixed;
  display: flex;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  align-items: center;
  z-index: 9999;
  background-color: #eee;
  color: #777;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.5;
}

.cookies-bar a {
  color: #777;
  text-decoration: underline;
}

.cookies-bar a:hover {
  color: #777;
  text-decoration: none;
}

.cookies-bar button {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-align: center;
  background-color: #c7a849;
  border: 0;
  border-radius: 2rem;
  font-size: .85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.cookies-bar button:hover {
  background-color: #cfb463;
  color: #fff;
}

@media (max-width: 991px) {
  .cookies-bar {
    display: block;
    text-align: center;
  }

  .cookies-bar div:nth-child(2) {
    margin-top: 1.5rem;
  }
}

@media (min-width: 992px) {
  .cookies-bar {
    padding: 1.5rem 2rem;
  }

  .cookies-bar div:nth-child(1) {
    flex: 4;
    padding-right: 2rem;
  }

  .cookies-bar div:nth-child(2) {
    flex: 1;
  }
}

/* checkbox container */

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 44px;
  margin-bottom: 1.25rem !important;
  color: #777 !important;
  font-size: .925rem !important;
  line-height: 32px;
  font-weight: 500 !important;
  text-transform: none !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.checkbox-container.margin-bottom {
  margin-bottom: .75rem !important;
}

.checkbox-container a {
  color: #777 !important;
  text-decoration: none;
  border-bottom: 2px solid #777;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.checkbox-container a:hover {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  border-radius: 2rem;
  background-color: #eee;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #e6e6e6;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #c7a849;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 12px;
  top: 7px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 991px) {
  .checkbox-container {
    line-height: 20px;
  }
}

.registration-user-type-div {
  display: flex;
  color: #777;
  font-size: .925rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: #eee;
  border-radius: 2rem;
}

.registration-user-type-div > div {
  flex: 1;
  padding: 0.875rem 1.75rem;
  text-align: center;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.registration-user-type-div > div:hover {
  color: #333;
  background-color: #e6e6e6;
  cursor: pointer;
}

.registration-user-type-div > div.active {
  color: #fff !important;
  background-color: #c7a849 !important;
  cursor: default !important;
}

.registration-user-type-div > div:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.registration-user-type-div > div:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

@media (max-width: 991px) {
  .registration-user-type-div > div {
    line-height: 1.25;
  }
}

/* dashboard */

.dashboard-div-content table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-spacing: 0;
  border-radius: 1rem;
  background-color: #eee;
}

.dashboard-div-content table td {
  padding: 1rem;
  color: #333;
  font-size: .925rem;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.dashboard-div-content table td span {
  padding: 5px 10px;
  color: #fff;
  background-color: #c7a849;
  border-radius: 1rem;
  font-weight: 500;
}

.dashboard-div-content table tr:first-child td {
  color: #fff;
  text-align: center;
  background-color: #c7a849;
}

.dashboard-div-content table tr:first-child td:first-child {
  border-top-left-radius: 1rem;
}

.dashboard-div-content table tr:first-child td:last-child {
  border-top-right-radius: 1rem;
}

.dashboard-div-content table tr td:last-child {
  border-right: 0;
}

.dashboard-div-content table tr:last-child td {
  border-bottom: 0;
}

.dashboard-block {
  margin-bottom: 3rem;
  padding: 2.25rem 3rem;
  text-align: center;
  background-color: #eee;
  border-radius: 2rem;
}

.dashboard-block h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.dashboard-block p {
  color: #777;
  margin-bottom: 0;
}

.dashboard-block p a {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.dashboard-block p a:hover {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid #777;
}

.dashboard-block table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-spacing: 0;
  border: 0;
}

.dashboard-block table td {
  text-align: left;
  padding: 0.25rem .5rem;
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

.dashboard-block table tr:last-child {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .dashboard-block {
    margin-bottom: 2rem;
    padding: 2rem;
  }

  .dashboard-block h3 {
    font-size: 1rem;
  }

  .dashboard-div-content table {
    width: 100%;
    margin-bottom: 0;
  }
}

/* admin dashboard */

.administrator-table {
  background-color: #fff !important;
}

.administrator-table tr:first-child td {
  cursor: default;
  background-color: #fff;
}

.administrator-table tr:first-child td:nth-last-child(2) {
  border-top-right-radius: 1rem;
}

.administrator-table tr:first-child td:last-child {
  background-color: #fff;
}

.administrator-table tr:nth-child(2) td:last-child {
  border-top-right-radius: 1rem;
}

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

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

.administrator-table tr td {
  font-size: .85rem;
  background-color: #eee;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/*
.administrator-table tr td:nth-child(1) {
  width: 120px;
}

.administrator-table tr td:nth-child(3) {
  width: 140px;
}
*/

.administrator-table tr td a {
  padding-bottom: 2px;
  border-bottom: 2px solid #333;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.administrator-table tr td a:hover {
  border-bottom: 2px solid transparent;
}

.administrator-table tr:hover td {
  background-color: #ddd;
}

.ordering-select {
  font-size: .8rem;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding-left: 1.25rem;
  padding-right: 3rem;
  background-image: url("../images/chevron-down.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
}

.status-success {
  display: inline-block;
  margin-bottom: -4px;
  width: 20px;
  height: 20px;
  padding: 2px;
  background-color: #27ae60 !important;
}

.status-warning {
  display: inline-block;
  margin-bottom: -4px;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  padding: 2px;
}

.status-error {
  display: inline-block;
  margin-bottom: -4px;
  width: 20px;
  height: 20px;
  padding: 2px;
  background-color: #e74c3c !important;
}

@media (max-width: 991px) {
  .ordering-select {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .ordering-select {
    width: auto !important;
  }
}

/* login, registration modal */

.client-information-modal {
  display: none;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  border-radius: 2rem;
}

@media (max-width: 991px) {
  .client-information-modal {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 1rem;
  }
}

.client-information-modal h2 {
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.client-information-modal h3 {
  text-align: left;
  color: #333;
  font-size: .925rem;
  font-weight: 700;
  text-transform: uppercase;
}

.client-information-modal p {
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

.client-information-modal p a {
  padding-bottom: .125rem;
  color: #777;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.client-information-modal p a:hover {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid #777;
}

.client-information-modal p a.inverse {
  border-bottom: 2px solid #777;
}

.client-information-modal p a.inverse:hover {
  border-bottom: 2px solid transparent;
}

.client-information-modal h2 span {
  color: #c7a849;
}

.client-information-modal hr {
  margin-top: 1.5rem;
}

.client-information-modal label {
  color: #333;
  font-size: .85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.admin-main-info-div {
  display: flex;
  gap: 1rem;
}

.admin-main-info-div > div {
  flex: 1;
  text-align: left;
}

.admin-main-info-div > div h3 {
  font-size: 1.15rem;
}

.individual-service-span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: .85rem;
}

@media (max-width: 991px) {
  .admin-main-info-div {
    display: block !important;
  }
}

/* kyc modal */

.kyc-modal {
  display: none;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  border-radius: 2rem;
}

@media (max-width: 991px) {
  .kyc-modal {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 1rem;
  }
}

.kyc-modal h2 {
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.kyc-modal h3 {
  text-align: left;
  color: #333;
  font-size: .925rem;
  font-weight: 700;
  text-transform: uppercase;
}

.kyc-modal a.btn {
  color: #fff;
}

.kyc-modal p {
  color: #777;
  font-size: .925rem;
  font-weight: 500;
}

.kyc-modal p a {
  padding-bottom: .125rem;
  color: #777;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.kyc-modal p a:hover {
  color: #777;
  text-decoration: none;
  border-bottom: 2px solid #777;
}

.kyc-modal p a.inverse {
  border-bottom: 2px solid #777;
}

.kyc-modal p a.inverse:hover {
  border-bottom: 2px solid transparent;
}

.kyc-modal h2 span {
  color: #c7a849;
}

.kyc-modal hr {
  margin-top: 1.5rem;
}

.kyc-modal label {
  color: #333;
  font-size: .85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.kyc-modal select,
.kyc-modal select:focus {
  color: #6c6c6c;
  font-weight: 500;
  background-image: url("../images/chevron-down.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.75rem) 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.kyc-modal select.selected {
  color: #333;
  font-weight: 600;
}

@media (max-width: 991px) {
  .kyc-modal .checkbox-container {
    min-height: 36px;
  }

  .kyc-modal .checkbox-container > span:first-child {
    display: inline-block;
    margin-top: 6px;
  }

  .kyc-modal .checkbox-container > span.margin-top-0 {
    display: inline-block;
    margin-top: 0;
  }
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  display: none;
}









/* */
