/**Navbar**/

header nav ul li {
    font-family: 'Sahar';
    font-weight: normal;
    font-style: normal;
}

header nav ul li a :hover {
    color: #bfabbd;
}

.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item:active {
    background-color: #66575e;
}

/**Intro**/

.intro {
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: scroll;
    background-size: cover;
}

.intro h1 {
    font-family: 'Sahar';
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
}

.intro form {
    font-family: 'Sahar';
    font-style: normal;
    background: #fff;
    color: #66575e;
    border-radius: 5px;
    font-size: 20px;
    width: max-content;
    padding: 10px 20px;
    margin: auto;
}
.intro form .custom-radio .custom-control-label::before {
    padding: 10px;
}
.intro form .custom-radio .custom-control-label::after {
    top: 25%;
    left: -21px;
}
.intro form .custom-control-input:checked~.custom-control-label::before {
    border-color: #a87a85;
    background-color: #a87a85;
}
.intro form span{
    font-weight: bold;
}
.intro form .custom-control-label {
    padding-left: 5px;
    padding-top: 5px;
    font-weight: normal;
    font-style: normal;
}

.navbar-custom {
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.menu-guest {
    background: transparent !important;
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 999999;
}

.menu-user {
    background: #66575e !important;
    padding: 10px;
    text-transform: uppercase !important;
}

/**Search Section**/
.search-section {
    color: #fff;
    background: #89636b;
}

.search-section .card{
    border: none;
    box-shadow: none;
    background: transparent;
}

/**Steps find your match**/

.steps-find-your-match .card {
    border: none;
    box-shadow: none;
}

.steps-find-your-match .card-body h5 {
    font-family: 'lato';
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    color: #a57da3;
}

.steps-find-your-match .card-body p {
    font-family: 'lato';
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #647383;
}

.steps-find-your-match .card-body .icon-avatar i {
    width: 128px;
    font-size: 64px;
    padding: 25px;
    background: #a67e89;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}

/**Success stories**/
.success-stories .card {
    background: #f7f8f9;
}

.success-stories .card .card-body{
    margin: 0;
    padding: 0;
}

.success-stories .card .card-body h5 {
    padding: 15px;
    font-family: 'lato';
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    color: #7589a0;
    border-bottom: 1px solid #dae3ed;
}

.success-stories .card .card-body p {
    font-family: 'lato';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding: 0 15px 15px 15px;
    color: #7f91a4;
}

.success-stories .card-body .rounded-bottom a, .success-stories .card-body .rounded-bottom li{
    font-family: 'lato';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #b7c3d0;
}

.success-stories .card-body .rounded-bottom ul{
    border-top: 1px solid #dae3ed;
    padding: 0;
    margin: 0;
}

.success-stories .card-body .rounded-bottom ul li{
    text-align: center;
    border-left: 1px solid #dae3ed;
    width: 15%;
}

.success-stories .card-body .rounded-bottom ul li:first-child{
    text-align: center;
    border-left: 1px solid transparent;
    width: 40%;
    font-family: 'lato';
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}


.success-stories .card-body .rounded-bottom ul li:last-child{
    text-align: center;
    border-left: 1px solid #dae3ed;
}

/**Featured Profiles**/
.featured-profiles .card {
    border: none;
    box-shadow: none;
}

.featured-profiles .card .card-body h5 {
    font-family: 'lato';
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    color: #647383;
    padding: 10px 0;
}

.featured-profiles .card .card-body p {
    font-family: 'lato';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #647383;
}

/**Recently groups**/

.recently-groups .card {
    background: #f7f8f9;
}


.recently-groups .card .text-recently-groups p {
    font-size: 20px;
    font-weight: 100;
    font-style: italic;
    color: #5a6571;
    padding: 10px;
}
.recently-groups .card .text-recently-groups b {
    font-size: 33px;
    font-weight: 400;
    font-style: normal;
    color: #a67e89;
}
.recently-groups .card .text-recently-groups span {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #8698ac;
}
/**Style**/
h4 {
    font-family: 'lato';
    font-size: 42px;
    font-weight: bold;
    font-style: normal;
    color: #66585e;
}

.card-text{
    font-family: 'lato';
    font-size: 25px;
    font-weight: normal !important;
    font-style: italic;
    color: #818181;
}

.mybtn {
    font-family: 'lato';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #66585e !important;
    color: #66585e !important;
    box-shadow: none;
    border-radius: 10px;
}

.mybtn:hover {
    background:#66585e !important;
    color: #fff !important;
    box-shadow: none;
    border-radius: 10px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb a {
    color: #a57da3;
}

.login-btn {
    font-family: 'lato';
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #66585e !important;
    color: #fff !important;
    background:#66585e !important;
    box-shadow: none;
    border-radius: 10px;
}

.login-btn:hover {
     background: #fff !important;
     color: #66585e !important;
     box-shadow: none;
     border-radius: 10px;
 }

.register-btn {
    font-family: 'lato';
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #a67e89 !important;
    color: #fff !important;
    background:#a67e89 !important;
    box-shadow: none;
    border-radius: 10px;
}

.register-btn:hover {
    background: #fff !important;
    color: #a67e89 !important;
    box-shadow: none;
    border-radius: 10px;
}

header nav {
    font-family: 'lato';
    font-weight: bold;
    font-style: normal;
}

.lang-menu {
    border-radius: 10px;
}

header nav .dropdown-menu {
    background: #bfabbd;
    min-width: 100%;
    padding: 0;
    border-radius: 0;
}

header nav .dropdown-menu a {
    font-family: 'lato';
    font-weight: bold;
    font-style: normal;
    color: #fff !important;
}

header nav .dropdown-menu a:hover {
    color: #bfabbd !important;
}

/**profile**/

#profile .avatar img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}


#profile .user-profile img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}

#profile .top-profile {
    border: 1px solid #cfd9e0;
}

#profile .top-profile a {
    font-weight: bold;
    color: #a57da3 !important;
}

#profile .top-profile a.active {
    color: #66585e !important;
}

#profile .top-profile a.disabled {
    color: #66585e !important;
}

#profile .user-profile {
    border-right: 1px solid #cfd9e0;
}

.mytext-1 {
    color: #a57da3;
}

.mytext-2 {
    color: #66585e;
}

#chatter button.btn.btn-primary {
    color: #fff !important;
    background-color: #bfabbd !important;
}

div#dropdownnavbarNotification {
    background: #fff !important;
}

div#dropdownnavbarNotification p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 30vw;
    height: 1.2em;
    white-space: nowrap;
}

div#dropdownnavbarNotification .list-notification {
    background: #fff !important;
    color: #000 !important;
    border: 0;
}

div#dropdownnavbarNotification .list-notification:active, div#dropdownnavbarNotification .list-notification:hover {
    background: #bfabbd !important;
    color: #fff !important;
    border: 0;
}

header nav ul li #dropdownnavbarNotification a :hover {
    color: #fff !important;
}


.mybtn-1 {
    font-family: 'lato';
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #66585e !important;
    color: #fff !important;
    background:#66585e !important;
    box-shadow: none;
    border-radius: 5px;
}

.mybtn-1:hover {
    background: #a67e89 !important;
    color: #fff !important;
    box-shadow: none;
}

.mybtn-2 {
    font-family: 'lato';
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #a67e89 !important;
    color: #fff !important;
    background:#a67e89 !important;
    box-shadow: none;
    border-radius: 5px;
}

.mybtn-2:hover {
    background: #66585e !important;
    color: #fff !important;
    box-shadow: none;
}

.tabs-dark {
    background: #bfabbd !important;
    background: -webkit-linear-gradient(to right, #000000, #EB5757) !important;
    background: linear-gradient(to right, #000000, #bfabbd) !important;
}

.mdb-lightbox figure {
    float: none;
    width: 100%;
    height: 300px;
    margin: auto;
}

.mdb-lightbox figure img {
    height: 100%;
}

#notification-view-all {
    margin: 10px 0;
    background: #66575e !important;
    color: #fff !important;
    font-weight: bold;
}

.steps-find-your-match .card-wrapper .card-body h5 {
    font-size: 20px;
    font-weight: bold;
}

.steps-find-your-match p:first-child {
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}


.steps-find-your-match .card-wrapper .card-body p {
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}

.icon-home {
    padding: 25px;
    background: #a67e89;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}


.icon-home img {
    width: 76px;
    height: 64px;
    filter: invert(100%);
}

.testimonial-card .avatar {
    min-width: 120px;
    min-height: 120px;
    border-radius: 5px !important;
}

html {
    --scrollbarBG: #fff;
    --thumbBG: #66575e;
}
*::-webkit-scrollbar {
    width: 15px;
}
* {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
*::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
*::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}
.my-text{
    color: #66575e;
}
.my-text:hover {
    color: #66575e;
}
::-webkit-scrollbar {
    display: none !important;
}

.card-img-top {
    object-fit: cover;
}

#top-menu-profile a {
    font-weight: bold;
    color: #a57da3 !important;
}

#top-menu-profile a.active {
    color: #66585e !important;
}

#top-menu-profile a.disabled {
    color: #66585e !important;
}


.badge-warning {
    background-color: #a67e89 !important;
}
