@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
    --color-primary: rgba(255, 85, 85, 1);
    --color-primary-light: rgba(228, 154, 154, 1);
    --color-primary-trans: rgba(255, 85, 85, 0.25);
    --color-secondary: #be6400;
    --color-black: hsl(0, 0%, 10%);
    --color-white: hsl(0, 0%, 100%);
    --color-darken: hsl(0, 0%, 20%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --fontMain: "Inter", sans-serif;
    --fontHeading: "Marcellus", sans-serif;
    --fontIcons: "bootstrap-icons";
}
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    scroll-behavior: smooth;
}

body {
    font-family: var(--fontMain);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    color: var(--color-black);
    background: var(--color-white);
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fontHeading);
    font-weight: 700;
}

/* .btn {
    border-radius: 50px !important;
} */

/*-----------------------------------
        Preloader
-----------------------------------*/
.preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    flex-direction: column;
    background: var(--color-white);
}

/*-----------------------------------
        Back to top
-----------------------------------*/
#back-to-top.active {
    opacity: 1;
    pointer-events: all;
}

#back-to-top {
    right: 40px;
    bottom: 40px;
    display: block;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    pointer-events: none;
    font-size: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: white;
    padding: 4px;
    color: var(--color-primary);
}

#back-to-top:hover {
    color: var(--color-secondary);
}

/*-----------------------------------
    Navbar
-----------------------------------*/
.navbar {
    background-color: #fff;
}
.sticky-header {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.profile-img {
    width: 48px;
    height: 48px;
}
/* .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top:1px
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
} */
.dropdown-menu-end {
    right: 0;
    left: auto;
}
.dropdown-menu:before {
    right: 15px;
    top: -16px;
    border: 8px solid #0000;
    border-bottom: 8px solid var(--bs-border-color-translucent);
}

.dropdown-menu:after {
    right: 16px;
    top: -14px;
    border: 7px solid #0000;
    border-bottom: 7px solid var(--bs-body-bg);
}

.dropdown-menu:before,
.dropdown-menu:after {
    content: "";
    left: auto;
    display: inline-block;
    position: absolute;
}
.mobile-menu{
    background: #191d3b;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-----------------------------------
    Header Image
-----------------------------------*/
.header-curved {
    background-color: #ddd;
    padding-bottom: 35%;
    position: relative;
    overflow: hidden;
}
.header-curved::after {
    background: url("../images/header-border.svg") 50% / cover no-repeat;
    bottom: -4px;
    content: "";
    left: 0;
    padding-bottom: 9%;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 3;
}
.header-curved-image,
.header-curved-image::after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.header-curved-image {
    background-color: #999;
    top: 0;
}

.header-curved-image::after {
    background: linear-gradient(
        180deg,
        transparent 0,
        rgba(0, 0, 0, 0.6) 60%,
        rgba(0, 0, 0, 0.6)
    );
    content: "";
    top: 10%;
}
.header-curved-image-inner {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.header-curved-image img {
    width: 100%;
}
.header-curved-caption {
    bottom: 0;
    display: flex;
    left: 0;
    padding: 30px 0 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    align-items: center;
    justify-content: center;
}
.header-curved-title {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.header-curved-text {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
}
/*-----------------------------------
        Page Heading
-----------------------------------*/
.heading {
    background-color: var(--color-primary-trans);
    position: relative;
    line-height: 1;
    padding: 15px 0;
    margin: 20px 0;
    text-align: center;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
}

.heading .main-heading {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-primary);
}

.heading .sub-heading {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

/*-----------------------------------
    Section Titles
-----------------------------------*/

.section {
    padding: 30px 0;
}
.section-title {
    margin: 40px 0;
}
.section-title h1 {
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 5px;
    position: relative;
    color: var(--color-primary);
}
.section-title h1 span {
    color: var(--color-primary);
}
.section-title h1:before {
    width: 100px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--color-secondary);
}
.section-title h1:after {
    width: 250px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -125px;
    background-color: var(--color-secondary);
}

/*-----------------------------------
    FAQs
-----------------------------------*/
.accordion-item {
    margin-bottom: 16px;
    box-shadow: var(--shadow-medium) !important;
}
.accordion-button:not(.collapsed) {
    color: var(--color-white);
    background-color: var(--color-primary);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button::after {
    color: var(--color-white);
}
.accordion-item .accordion-body {
    border: 1px solid var(--color-primary);
}

/*-----------------------------------
    Footer
-----------------------------------*/
footer {
    background-color: var(--color-darken);
}

/*-----------------------------------
    Signin Page
-----------------------------------*/
.top-content {
    background-image: url("../images/backgrounds/signup-background.png");
    background-color: var(--color-primary-light);
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
    background: #3655a1;
    color: var(--color-white);
}

.btn-facebook {
    background: #4862a3;
    color: var(--color-white);
}
.btn-facebook i {
    margin-right: 8px;
}

/***** Top content *****/

.inner-bg {
    padding: 60px 0 80px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .description a {
    color: #fff;
}
.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}

.form-box {
    height: 100%;
    background: #eee;
    box-shadow: var(--shadow-medium);
}
.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    color: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    background: var(--color-primary);
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3 {
    margin-top: 0;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form button.btn {
    width: 100%;
}

.social-login {
    margin-top: 30px;
}

.social-login-buttons {
    margin: 20px 0;
}

.middle-border {
    content: "";
    width: 2px;
    height: 80%;
    background: #000;
}

.login-form-divider {
    display: flex;
    gap: 0.625rem;
    align-items: center;
    margin: 1.25rem 0;
}
.login-form-divider::after,
.login-form-divider::before {
    content: "";
    flex: 1 1;
    height: 1px;
    background-color: #000;
    opacity: 0.25;
}

body {
    background: #f7f7ff;
}
.card {
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%),
        0 2px 6px 0 rgb(206 206 238 / 54%);
}

.stats {
    background: #f5e9e8 !important;
    color: #000 !important;
}

#pagination-container {
    display: inline-block;
}
#pagination-container ul{
    display: flex;
    padding: 0;
}
#pagination-container ul li a,
#pagination-container ul li span {
    display: block;
    padding: 10px 20px;
    float: left;
    transition: 400ms ease;
    color: #595959;
    background-color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
    border: 1px solid var(--color-primary);
}

#pagination-container ul li.active span,
#pagination-container ul li a:hover{
    color: #fff;
    background-color: var(--color-primary);
}
#pagination-container ul li.disabled:hover a {
    opacity: 0.5;
}
#pagination-container ul li .prev{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
#pagination-container ul li .next {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.pagination {
    display: inline-block;
}
.page-numbers {
    display: block;
    padding: 0 20px;
    float: left;
    transition: 400ms ease;
    color: #595959;
    background-color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 50px;
    border: 1px solid var(--color-primary);
}
.page-numbers:hover, .page-numbers.current {
    background-color: var(--color-primary);
    color: #fff;
}
.page-numbers.prev{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.page-numbers.next {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
/*-----------------------------------
    Profile Page
-----------------------------------*/
/** Previous and next buttons */
.profile-thumbnails .button {
    background: none;
    border: 0;
    cursor: pointer;

    font-size: 30px;
    color: rgba(0, 0, 0, 0.7);

    padding: 0;
    margin: 0 1px;
    flex: 0 0 25px;

    transition: all 0.2s linear;
}

.profile-thumbnails .button:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

.profile-thumbnails .button:focus {
    outline: none;
    color: rgba(255, 255, 255, 1);
}

.profile-thumbnails .button[aria-disabled="true"] {
    opacity: 0.3;
}

/**
    Thumbnails container
  */
.profile-thumbnails  {
    display: flex;
}

.profile-thumbnails .thumbnails {
    overflow: hidden;
}

.profile-thumbnails .slick-track {
    display: flex;
}

/** Single thumbnail */
.profile-thumbnails .thumbnail {
    flex: 0 0 100px;
    margin-right: 1px;
    position: relative;
}

.profile-thumbnails .thumbnail-button {
    display: block;
    padding: 0;
    height: 90px;
    width: 100%;

    cursor: pointer;
    border: 0;
    background: none;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.1s linear;
}

.profile-thumbnails .thumbnail-button:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: box-shadow 0.1s linear;
}

.profile-thumbnails .thumbnail-button:focus {
    outline: 0;
}

.profile-thumbnails .thumbnail-button:focus:before {
    box-shadow: inset 0 0 0 1px black, inset 0 0 0 4px white;
}

.profile-thumbnails .thumbnail-button:focus img,
.profile-thumbnails .thumbnail-button:hover img,
.profile-thumbnails .thumbnail-button[aria-current="true"] img {
    opacity: 1;
    filter: grayscale(0);
}

.profile-thumbnails .thumbnail-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 0.5;
    filter: grayscale(0.6);
    transition: all 0.1s linear;
}


.main-menu .menu{display: flex; width: 90%; margin: 0;}
.main-menu .menu > li {text-align: center; width: 100%; margin: 5px 10px;}
.main-menu .menu > li.dropdown {position: relative; }
.main-menu .menu > li > a {
    border: 2px solid var(--color-primary);
    color: var(--color-white);
    background-color: var(--color-primary);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border-radius: 10px;
    transition: all 0.4s ease;
}
.main-menu .menu > li.active > a,
.main-menu .menu > li:hover > a {
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    background-color: var(--color-white);
    border-radius: 50px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-menu .menu > .dropdown > a {
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    background-color: var(--color-white);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border-radius: 10px;
    transition: all 0.4s ease;
}
.main-menu .menu > .dropdown.active > a,
.main-menu .menu > .dropdown:hover > a {
    border: 2px solid var(--color-primary);
    color: var(--color-white);
    background-color: var(--color-primary);
    border-radius: 50px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.circular-portrait { position: relative; width: 150px; height: 150px; overflow: hidden; border-radius: 50%; border: 4px solid var(--color-primary);} 
.circular-portrait img { width: 100%; height: auto; }


.messages-panel {
    width: 100%;
    background-color: #fbfcff;
    display: inline-block;
    border-top-left-radius: 5px;
    margin-bottom: 0;
}
.contacts {
    margin-top: 0px;
    border-right: 1px solid rgba(205,211,237,0.75);
}
  
.contacts li {
    width: 100%;
    border-bottom: 1px solid rgba(205,211,237,0.75);
    padding: 8px 12px;
    position: relative;
    background-color: rgba(255,255,255,0);
    display: flex;
    align-items: center;
    cursor: pointer;
    border-left: 5px solid transparent;
}
  
.contacts li:hover {
    background-color: var(--color-primary-trans);
}
  
.contacts li.active, .contacts.left li.active {
    border-left: 5px solid var(--color-primary);
}
  
.contacts li .contact-img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
}
.contacts li .contact-info {
    margin: 0 auto 0 16px;
}
.contacts li .contact-info .name {
    margin-bottom: 0;
}

.contacts li .contact-info .info {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    color: var(--bs-secondary-color) !important;
}

.contacts li .contact-message-time {
    text-align: right;
    display: block;
    margin-left: -15px;
    width: 70px;
    height: 25px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}
/* Messages */

.message-body {
    background-color: #fbfcff;
    height: 100%;
}
.message-chat {
    width: 100%;
    overflow: hidden;
}

.chat-body {
    width: calc(100% + 17px);
    min-height: 290px;
    height: calc(100vh - 320px);
    background-color: #fbfcff;
    margin-bottom: 30px;
    padding: 30px 5px 5px 5px;
    overflow-y: scroll;
}
.message {
    position: relative;
    width: 100%;
}

.message br {
    clear: both;
}

.message .message-body {
    position: relative;
    width: auto;
    max-width: calc(100% - 150px);
    float: left;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dbe3e8;
    margin: 0 5px 20px 15px;
    color: #788288;
  }
  
  .message:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 63px;
    float: left;
    z-index: 100;
    border-top: 10px solid transparent;
    border-left: none;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #fff;
  }
  
  .message:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 62px;
    float: left;
    z-index: 99;
    border-top: 11px solid transparent;
    border-left: none;
    border-bottom: 11px solid transparent;
    border-right: 13px solid #dbe3e8;
  }

  
.medium-image {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
}








.message .medium-image {
  float: left;
  margin-left: 10px;
}

.message .message-info {
  width: 100%;
  height: 22px;
}

.message .message-info > h5 > i {
  font-size: 11px;
  font-weight: 700;
  margin: 0 2px 0 0;
  color: var(--color-primary-light);
}

.message .message-info > h5 {
  color: var(--color-primary-light);
  margin: 8px 0 0 0;
  font-size: 12px;
  float: right;
  padding-right: 10px;
}

.message .message-info > h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 7px 13px 0 10px;
  color: var(--color-primary);
  float: left;
}

.message hr {
  margin: 4px 2%;
  width: 96%;
  opacity: 0.75;
}

.message .message-text {
  text-align: left;
  padding: 3px 13px 10px 13px;
  font-size: 14px;
}

.message.right .message-body {
  float: right;
  margin: 0 15px 20px 5px;
}

.message.right:after {
  content: "";
  position: absolute;
  top: 11px;
  left: auto;
  right: 63px;
  float: left;
  z-index: 100;
  border-top: 10px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 10px solid transparent;
  border-right: none;
}

.message.right:before {
  content: "";
  position: absolute;
  top: 10px;
  left: auto;
  right: 62px;
  float: left;
  z-index: 99;
  border-top: 11px solid transparent;
  border-left: 13px solid #dbe3e8;
  border-bottom: 11px solid transparent;
  border-right: none;
}

.message.right .medium-image {
  float: right;
  margin-left: 5px;
  margin-right: 10px;
}

.message.right .message-info > h5 {
  float: left;
  padding-left: 10px;
  padding-right: 0;
}

.message.right .message-info > h4 {
  float: right;
}

.message.left .message-body {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}

.message.left:after, .message.left:before {
  border-right: 13px solid var(--color-primary);
}


.message.left .message-info > h4 {
  color: #fff;
}

.message.left .message-info > h5, .message.left .message-info > h5 > i {
  color: #fff;
  opacity: 0.9;
}

.chat-footer {
  display: flex;
  margin: 30px 5px 5px 5px;
}

.chat-footer .send-message-text {
  position: relative;
  display: block;
  width: 100%;
  min-height: 75px;
  max-height: 75px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 13px;
  resize: vertical;
  outline: none;
  border: 1px solid #e0e6eb;
  padding: 10px;
  margin-right: 16px;
}

.chat-footer .send-message-button {
    width: 50px;
    height: 50px;
    margin: auto;
    background: var(--color-primary);
    border-radius: 50%;
    color: var(--color-white);
}

.chat-footer .send-message-button > i {
  font-size: 16px;
  margin: 0 0 0 -2px;
}


@media screen and (max-width: 767px) {
  .messages-panel {
    min-width: 0;
    display: inline-block;
  }

  .message-body {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #dce2e9;
    background-color: #fff;
  }

  .message .message-body {
    max-width: calc(100% - 85px);
  }

  .message-body .chat-body {
    background-color: #fff;
    width: 100%;
  }

  .chat-footer {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .chat-footer .send-message-button {
    right: 40px;
  }


}
