/*Basic Styles*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap'); html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #f6f7f8;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

body#white {
    background-color: #fff;
}

body > #container {
    min-height: calc(100vh - 200px);
}

body {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

nav {
    background-color: #fff;
    position: relative;
    box-shadow: none;
    border-bottom: 1px solid #e7e8ec;
    height: 50px;
    line-height: 50px;
    z-index: 9;
}

* {
    outline: none !important;
    box-sizing: border-box;
}

p {
    line-height: 2rem;
}

.bold {
    font-weight: 500;
}

.container-fluid {
    padding: 0 15px;
}

.parallax_bg {
    background-color: rgba(0, 0, 0, 0.6);
}

svg {
    vertical-align: middle;
}

.bg_gradient {
    background: #6b669c;
    background: linear-gradient(90deg, #928cc7 0%, #8c86cb 35%, #69679b 100%);
}

.bg_white {
    background: #fff;
}

.datepicker-controls .select-month input {
    width: 80px;
}

.r_margin {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

.no_margin {
    margin: 0;
}

.no_margin_top {
    margin-top: 0;
}

.margin_right_ten {
    margin-right: 10px;
}

.modal_sm {
    width: 420px;
}

.border_hr {
    border: 0.5px solid #e3e3e3;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    height: 40px;
    margin: 0;
    border-color: #d6d6d6;
    font-size: 14px;
    padding: 0px 8px 0px 8px;
    margin-top: 5px;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]), input.valid:not([type]), input.valid:not([type]):focus, input.valid[type=text]:not(.browser-default), input.valid[type=text]:not(.browser-default):focus, input.valid[type=password]:not(.browser-default), input.valid[type=password]:not(.browser-default):focus, input.valid[type=email]:not(.browser-default), input.valid[type=email]:not(.browser-default):focus, input.valid[type=url]:not(.browser-default), input.valid[type=url]:not(.browser-default):focus, input.valid[type=time]:not(.browser-default), input.valid[type=time]:not(.browser-default):focus, input.valid[type=date]:not(.browser-default), input.valid[type=date]:not(.browser-default):focus, input.valid[type=datetime]:not(.browser-default), input.valid[type=datetime]:not(.browser-default):focus, input.valid[type=datetime-local]:not(.browser-default), input.valid[type=datetime-local]:not(.browser-default):focus, input.valid[type=tel]:not(.browser-default), input.valid[type=tel]:not(.browser-default):focus, input.valid[type=number]:not(.browser-default), input.valid[type=number]:not(.browser-default):focus, input.valid[type=search]:not(.browser-default), input.valid[type=search]:not(.browser-default):focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus, .select-wrapper.valid>input.select-dropdown {
    border-bottom: 1px solid #5b5885;
    -webkit-box-shadow: 0 1px 0 0 #5b5885;
    box-shadow: 0 1px 0 0 #5b5885;
}

input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #7471aa;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: rgb(108 105 159 / 33%);
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #6c699e;
}

.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before, .switch label input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    background-color: rgba(156, 39, 176, 0.15);
}

.text-main {
    color: #837ebf;
}

.dropdown-content li>a, .dropdown-content li>span {
    padding: 9px 16px;
    font-size: 14px;
    color: #494949;
}

.dropdown-content li {
    min-height: 30px;
    line-height: 1.0rem;
}

.select-wrapper input.select-dropdown {
    font-size: 14px;
}

.select-wrapper input.select-dropdown:focus {
    border-color: #a33596;
}

.select-wrapper .dropdown-content li>span {
    font-size: 14px;
    color: #676767;
    line-height: 15px;
}

.page-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.dt_sections {
    background: #fff;
    padding: 10px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
    border-radius: 5px;
}

/*Buttons*/
.btn_primary {
    background-color: #8080bf;
}

.btn_primary:hover {
    background-color: #666698;
}

.btn_primary:focus {
    background-color: #6e6aa1;
}

.btn_round {
    border-radius: 2em;
}

.btn_glossy {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn_glossy:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.btn_fb {
    background-color: #2d4373;
}

.btn_tw {
    background-color: #2795e9;
}

.btn_gp {
    background-color: #c23321;
}

.btn_vk {
    background-color: #4a76a8;
}

/*Tooltips*/
[tooltip] {
    position: relative;
}

[tooltip]::before, [tooltip]::after {
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 10px 20px -7px rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
}

[tooltip]:hover::before, [tooltip]:hover::after {
    display: block;
}

[tooltip='']::before, [tooltip='']::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/*Header*/
nav ul a {
    color: #444;
}

nav .brand-logo img {
    max-width: 160px;
    pointer-events: none;
    user-select: none;
    width: 100%;
    height: auto;
}

nav .header_logo {
    height: 100%;
    max-width: 170px;
    width: inherit;
    position: relative;
    margin-right: 0px;
}

nav .brand-logo {
    position: absolute;
    color: #5e5ba4;
    display: inline-flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 0;
    font-weight: 500;
    font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

nav .brand-logo #piggie {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
    padding: 2px 6px 2px 2px;
    color: #fff;
    height: 24px;
    width: 24px;
    border-radius: 30%;
    box-shadow: none;
}

nav .brand-logo #piggie svg {
    width: 22px;
    height: 22px;
    display: block;
}

nav .header_home_link li a,a.prem {
    background-color: transparent;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 0;
    transition: all .15s ease-in-out;
    padding: 0 5px;
    margin-left: 10px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.8);
    height: 50px;
}

nav .header_home_link li a:hover,a.prem:hover {
    box-shadow: inset 0 -1.5px #8080bf;
    color: #8080bf;
}

nav .header_home_link li a.prem ,a.prem, .prema {
    background-color: #dd3800;
    background: linear-gradient(-90deg, #f15b00 0%, #dd3800 45%, #dd3800 55%, #f15b00 100%);
    background-size: 300% 300%;
    animation: skel_animation 1.7s ease;
    color: #ffffff !important;
    height: 27px;
    line-height: 25px;
    margin: 11.5px 0;
    padding: 0 13px;
    box-shadow: none;
    position: relative;
    border-radius: 4px;
    transform: skewX(-25deg);
    margin-left: 12px;
    text-transform: capitalize;
    font-size: 14px;
    transition: all .15s ease-in-out;
    display: inline-block;
}

nav .header_home_link li a.prem span , a.prem span, .prema span {
    transform: skewX(25deg);
    display: block;
}

nav .header_home_link li a.prem:hover ,a.prem:hover, .prema:hover {
    animation: skel_animation 1.7s ease infinite;
}

nav .header_user > a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin-top: -3px !important;
}

nav .header_user > a img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

nav .header_credits > a.btn-flat {
    color: #000000;
    font-weight: 500;
    margin: 10px 15px 10px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2em;
    line-height: 30px;
    padding: 0 8px;
    height: 30px;
}

nav .header_credits > a.btn-flat svg {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 -2px;
}

nav .header_credits > a.btn-flat span {
    margin-top: 0px;
    color: #8c949d;
}

nav .header_notifications > a.btn-flat, nav .header_msg > a.btn-flat {
    margin: 9px 3px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #8c949d;
    position: relative;
}

nav .header_credits > a.btn-flat:hover, nav .header_notifications > a.btn-flat:hover, nav .header_msg > a.btn-flat:hover {
    color: #8080bf;
}

nav .header_notifications > a.btn-flat > svg, nav .header_msg > a.btn-flat > svg {
    width: 21px;
    height: 21px;
}

nav .header_notifications, nav .header_user {
    position: relative;
}

nav .header_user .dropdown-content, nav .header_notifications .dropdown-content {
    left: auto !important;
    right: -5px;
    min-width: 160px;
    border-radius: 8px;
    padding: 10px 20px;
    /* box-shadow: 0 1px 4px rgba(0,0,0,0.25); */
    transform: none !important;
    top: 58px !important;
    overflow: visible;
    height: auto !important;
}

nav .header_user .dropdown-content:before, nav .header_notifications .dropdown-content:before {
    content: "";
    position: absolute;
    right: 27px;
    top: -8px;
    height: 0;
    width: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    filter: drop-shadow(0px -1px 2px rgba(0,17,53,.1));
}

nav .header_notifications .dropdown-content {
    min-width: 350px;
    padding: 0;
    /* box-shadow: 0 2px 12px rgba(0,0,0,.175); */
}

nav .header_notifications .dropdown-content:before {
    right: 12px;
    filter: drop-shadow(0px -2px 2px rgba(0,17,53,.1));
}

nav .header_notifications .dropdown-content .dt_notifis_prnt {
    max-height: 380px;
    overflow-y: auto;
}

nav .header_notifications .dt_notifs.noti_not_seen {
    background-color: #f1f2f3;
}

nav .header_notifications .dt_notifs a {
    min-height: 50px;
    padding: 8px 16px 12px;
    position: relative;
    background-color: rgb(244 244 244 / 6%);
}

nav .header_notifications .dt_notifs a::after {
    border-bottom: 1px solid #efefef;
    bottom: 0;
    content: '';
    height: 0;
    left: 58px;
    position: absolute;
    right: 12px;
}

nav .header_notifications .dt_notifs:last-child a::after {
    border: 0;
}

nav .header_notifications .dt_notifs .avatar {
    display: flex;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 50%;
    margin: 4px 12px 0 0;
}

nav .header_notifications .dt_notifs .avatar img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
}

nav .header_notifications .dt_notifs .n_detail {
    line-height: 1;
    font-size: 13px;
}

nav .header_notifications .dt_notifs .n_detail p {
    line-height: normal;
    margin-top: 0;
    margin-bottom: 5px;
}

nav .header_notifications .dt_notifs .n_detail p b {
    font-weight: 500;
}

nav .header_notifications .dt_notifs .time {
    font-size: 11px;
    color: #6f6f6f;
}

nav .header_user .dropdown-content {
    min-width: 200px;
}

nav .header_user .dropdown-content li:not(.divider):hover {
    background: transparent;
}

nav .header_user .dropdown-content li.divider {
    margin: 5px 0;
}

nav .header_user .dropdown-content li a {
    color: #333333;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 6px 0px;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
}

nav .header_user .dropdown-content li a#night_mode_toggle svg, .home_short_links .home_usr_link li a#night_mode_toggle_sidebar svg {
    margin-left: auto;
}

nav .header_user .dropdown-content li a svg {
    color: #8080bf;
    fill: #8080bf40;
    margin: auto 10px 1px 0;
    max-width: 18px;
    max-height: 18px;
    opacity: 0.8;
}

nav .header_user .dropdown-content li a:hover {
    color: #3a3a3a;
    background: transparent;
}

nav .header_user .dropdown-content li a:hover svg {
    opacity: 1;
}

nav .header_credits_mobi {
    display: none;
}

nav .show_mobi_login {
    display: none;
}

nav .header_msg span.badge, nav .header_notifications span.badge {
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 9px;
    line-height: 14px;
    position: absolute;
    top: 2px;
    color: #ffffff;
    right: 4px;
    margin: 0;
    padding: 0;
}

nav .not_usr_nav > .black-text {
    color: #808080 !important;
    font-size: 12px;
}

nav .not_usr_nav .btn-flat {
    text-transform: none;
    /* line-height: 33px; */
}

nav .boost-me {
    margin: 10px 0;
    margin-right: 15px;
    color: #fff;
    background-color: #7c7ab7;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    box-shadow: none;
}

nav .boost-me svg, .boost-running svg {
    width: 16px;
    height: 16px;
    margin-top: -1px;
}

nav .boost-me:hover svg {
    animation: tada 1.5s ease infinite;
}

@keyframes tada {
    from,to {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1,1,1) rotate3d(0,0,1,10deg)
    }

    40%,60%,80% {
        transform: rotate3d(0,0,1,-10deg)
    }
}

nav .boost-me:hover, .boost-me:focus {
    background-color: #69679b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
}

nav .boosted_message_expire {
    display: flex;
    align-items: center;
}

nav .boosted_message_expire span {
    color: #a33596;
    font-weight: 500;
    margin-right: -10px;
    border: 1px solid #ddd;
    padding: 0 20px 0 10px;
    border-radius: 2em 0 0 2em;
    height: 27px;
    line-height: 25px;
}

nav .boost-running {
    background: #fff !important;
    color: #a33596;
    box-shadow: none !important;
    height: 32px;
    width: 32px;
    display: flex;
    line-height: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    margin: 10px 0;
    margin-right: 15px;
    position: relative;
}

nav .boost-running:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0 2px 0 0 rgba(225, 131, 194, 0.25), 0 -2px 0 0 rgba(165, 181, 222, 0.25), 2px 0 0 0 rgba(225, 131, 194, 0.25), -2px 0 0 0 rgba(165, 181, 222, 0.25), 2px -2px 0 0 rgba(195, 156, 208, 0.5), -2px 2px 0 0 rgba(195, 156, 208, 0.5), 2px 2px 0 0 rgba(255, 105, 180, 0.75), -2px -2px 0 0 rgba(135, 206, 235, 0.75);
    animation: rotateThis 2s linear infinite;
}

@keyframes rotateThis {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg) scale(1);
    }
}

/*Main Page Header*/
.parallax-container {
    min-height: 550px;
    line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}

.parallax-container .section {
    width: 100%;
}

.parallax-container.header_bg h1 {
    margin: 4.8rem 0 0.5rem 0;
    color: #ebebeb;
}

.parallax-container.header_bg .btn-large {
    margin: 4rem 0 0.5rem 0;
}

.parallax-container.header_bg .btn-large.btn-flat {
    transition: all 0.2s;
    color: #cac4ff;
    background: transparent;
}

.parallax-container.header_bg .btn-large.btn-flat:hover {
    color: #fff
}

/*Top Filters Bar*/
.dt_filters {
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    padding: 1.9rem 2rem 0.8rem;
    margin: -62px auto 90px;
    position: relative;
}

.dt_filters .row {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.dt_filters .row .col.s2 {
    margin: 1rem 12px;
    flex: 1;
}

.dt_filters .row .input-field>label {
    color: rgba(255, 255, 255, 0.8);
}

.dt_filters .row .select-wrapper input.select-dropdown {
    border-color: #e3e3e3;
    color: white;
}

.dt_filters .row .select-wrapper .caret {
    fill: #e3e3e3;
}

.dt_filters .row .btn_glossy {
    margin: 8px auto;
}

/*How It Works*/
.dt_heading_top_line {
    width: 50px;
    display: block;
    margin: auto;
    height: 6px;
    background: #8983c6;
    border-radius: 2em;
}

.dt_how_work {
    padding-bottom: 6rem;
}

.dt_how_work img {
    width: 200px;
    min-height: 180px;
    max-height: 180px;
    margin: 30px auto 0;
}

.dt_how_work h5 {
    position: relative;
    margin: 3rem 0 2rem 0;
}

.dt_how_work .bg_number {
    position: absolute;
    text-align: center;
    font-weight: bolder;
    top: -37px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 90px;
    z-index: 0;
    opacity: 0.1;
    color: #323232;
    width: 90px;
    height: 90px;
    line-height: 90px;
    pointer-events: none;
    user-select: none;
}

/*Latest Users*/
.dt_ltst_users {
    padding: 5px 0;
}

.dt_ltst_users h3 {
    margin-bottom: 5rem;
}

.dt_ltst_users a {
    color: rgba(0,0,0,0.87);
}

.dt_ltst_users .card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    transition: all 0.15s;
    padding: 20px 15px;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}

.dt_ltst_users .card:hover {
    box-shadow: 0 4px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}

.dt_ltst_users .card-image {
    position: relative;
    border-radius: 6px;
    height: 135px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
    padding-top: 100%;
}

.dt_ltst_users .card-image img {
    /* height: 100%; */
    /* object-fit: cover; */
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: auto!important;
}

.dt_ltst_users .card-content {
    padding: 0px 15px 5px;
}

.dt_ltst_users .card-content .card-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}

.dt_ltst_users .card-content p {
    font-size: 13px;
    display: grid;
    line-height: 18px;
    color: #939393;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.female {
    color: #ff7c84;
}

.male {
    color: #7bbef9;
}

/*Testimonials*/
.dt_test_title {
    margin: 50px auto 60px;
}

.dt_test_title .dt_heading_top_line {
    background: rgba(255, 255, 255, 0.65);
}

.dt_tstm_usr .carousel.carousel-slider {
    height: 360px !important;
    margin-top: 50px;
}

.dt_tstm_usr .carousel.carousel-slider .carousel-item {
    width: 50%;
    padding: 20px 30px;
    min-height: 300px;
    max-height: 300px;
}

.dt_testimonial_slide {
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    position: relative;
    color: #444;
    padding: 30px 40px;
}

.dt_testimonial_slide:after, .dt_testimonial_slide:before {
    background: #c8c8c8;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 12px;
    right: 12px;
    height: 10px;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0 0 6px 6px;
}

.dt_testimonial_slide .slide_head {
    display: flex;
    align-items: center;
}

.dt_testimonial_slide .slide_head img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.dt_testimonial_slide .slide_head h5 {
    margin: 0;
    font-weight: 500;
}

.dt_testimonial_slide p {
    line-height: 24px;
    margin-top: 30px;
}

/*Features*/
.dt_features {
    padding: 5rem 0;
}

.dt_features h2 {
    position: relative;
}

.dt_features .icon_wrapper {
    border-radius: 50%;
    display: block;
    margin: 50px auto 20px;
    width: 95px;
    height: 95px;
    position: relative;
}

.dt_features .icon_wrapper:before, .dt_features .icon_wrapper:after {
    content: '';
    display: block;
    width: 95px;
    height: 95px;
    background-color: #72808E;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-75px,0,0);
    border-radius: 50%;
    opacity: .35;
    pointer-events: none;
}

.dt_features .icon_wrapper:after {
    transform: translate3d(75px,0,0);
    left: auto;
    right: 50%;
}

.dt_features .icon_wrapper svg {
    position: relative;
    color: #fff;
    z-index: 1;
    width: 95px;
    height: 95px;
    line-height: 85px;
    text-align: center;
    background-color: #e5e5e5;
    border-radius: 50%;
    padding: 26px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

.dt_features .feature_block_first .icon_wrapper svg, .dt_features .feature_block_first .icon_wrapper:before, .dt_features .feature_block_first .icon_wrapper:after {
    background-color: #ff96a9;
}

.dt_features .feature_block_second .icon_wrapper svg, .dt_features .feature_block_second .icon_wrapper:before, .dt_features .feature_block_second .icon_wrapper:after {
    background-color: #5c7dc2;
}

.dt_features .feature_block_third .icon_wrapper svg, .dt_features .feature_block_third .icon_wrapper:before, .dt_features .feature_block_third .icon_wrapper:after {
    background-color: #61d167;
}

/*Get Started*/
.dt_get_start h4 {
    margin-bottom: 2.5rem;
}

.dt_get_start .btn_glossy {
    box-shadow: inset 0 0 0 2.5px rgba(255, 255, 255, 0.7);
    border-radius: 4px;
}

/*Footer*/
.page_footer > .container {
    padding: 30px 0px;
}

.page_footer .footer-copyright {
    padding: 10px;
    /* border-top: 1px solid #efefef; */
    font-size: 12px;
    color: #757575;
    /* background: #fff; */
}

.dt_fotr_spn {
    margin-left: auto;
}

.dt_login_foot_innr .dt_foot_langs, .dt_footer_links {
    display: inline-block;
}

.page_footer .footer-copyright .dt_foot_langs > a, .dt_login_foot_innr .dt_foot_langs > a {
    color: #757575;
    outline: none;
}

.page_footer .footer-copyright .dt_foot_langs > a svg, .dt_login_foot_innr .dt_foot_langs > a svg {
    width: 20px;
}

.dt_footer_links {
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.dt_footer_links li {
    display: inline-block;
    margin: 0px 3px;
}

.dt_footer_links li a {
    color: #757575;
    display: flex;
    align-items: center;
    transition: all 0.2s
}

.dt_footer_links li a:hover, .page_footer .footer-copyright .dt_foot_langs > a:hover, .dt_login_foot_innr .dt_foot_langs > a:hover {
    color: #000000;
}

.dt_footer_links li a svg {
    width: 20px;
    margin-right: 7px;
}

.dt_foot_langs {
    position: relative;
}

.dt_foot_langs > .dropdown-content {
    min-width: 270px;
    left: auto !important;
    right: 0;
    border-radius: 4px;
    padding: 10px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    transform: none !important;
}

.dt_foot_langs > .dropdown-content > li {
    width: 50%;
    float: left;
    clear: none;
}

.dt_foot_langs > .dropdown-content > li > a {
    color: #707070;
    font-size: 13px;
    padding: 4px 16px;
}

/*Scroll to top*/
.dt_to_top {
    position: fixed;
    right: 12px;
    bottom: -64px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 0.2s ease-out;
    justify-content: center;
}

.dt_to_top svg {
    width: 42px;
    position: relative;
    top: 6px;
}

/*Login*/
.auth_bg_img {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.usr_circle {
    position: absolute;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 15px solid;
    opacity: 0.7;
    pointer-events: none;
    user-select: none;
}

.usr_circle.sml {
    width: 180px;
    height: 180px;
    top: -40px;
    left: 260px;
    border-color: #977168;
    animation: float-right-30 13s ease-in-out infinite;
    background-position: center;
}

.usr_circle.mdm {
    width: 200px;
    height: 200px;
    top: 200px;
    right: 259px;
    border-color: #2196F3;
    animation: float-down-30 13s ease-in-out infinite;
    background-position: center;
}

.usr_circle.mlr {
    width: 260px;
    height: 260px;
    bottom: -60px;
    right: 150px;
    border-color: #e35397;
    animation: float-right-30 13s ease-in-out infinite;
    background-position: center;
}

.usr_circle.lrg {
    width: 200px;
    height: 200px;
    left: 90px;
    bottom: 190px;
    border-color: #ef6470;
    animation: float-down-30 13s ease-in-out infinite;
}

.usr_circle:before {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}

.usr_circle.sml:before {
    top: -90px;
    right: -90px;
    bottom: -90px;
    left: -90px;
    background-color: #9771681f;
}

.usr_circle.mdm:before {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
    background-color: rgba(33, 150, 243, 0.12);
}

.usr_circle.mlr:before {
    top: -130px;
    right: -130px;
    bottom: -130px;
    left: -130px;
    background-color: #e353971f;
}

.usr_circle.lrg:before {
    top: -100px;
    right: -100px;
    bottom: -100px;
    left: -100px;
    background-color: #ef64701f;
}

@keyframes float-right-30 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes float-down-30 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.dt_login_bg {
    position: relative;
    overflow: hidden;
}

.dt_login_bg .parallaxs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.dt_login_bg .parallaxs img {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-10%, -50%);
    top: 50%;
}

.dt_login_con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: calc(100vh - 94px);
    position: relative;
    margin-bottom: 0px;
    flex-direction: column;
}

.dt_login_con:before, .dt_login_con:after {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    content: '';
    display: block;
    height: 24px;
}

.dt_login {
    width: 100%;
    max-width: 450px;
    background: #fff;
    padding: 40px 40px 33px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin: 0 auto;
}

.dt_login form.register .row {
    margin-left: -.75rem;
    margin-right: -.75rem;
}

.dt_login form > p {
    margin-top: 0;
    margin-bottom: 38px;
}

.dt_login form > p span {
    font-size: 22px;
    display: block;
}

.dt_login form button, .dt_contact form button, .dt_sett_footer button {
    box-shadow: none;
    text-transform: capitalize;
    height: 35px;
    line-height: 1;
    font-size: 16px;
    transition: all 0.3s;
}

.dt_login form button:hover, .dt_contact form button:hover, .dt_sett_footer button:hover {
    box-shadow: -2px 2px 14px rgba(163, 53, 150, 0.35);
}

.dt_login form button svg, .dt_contact form button svg, .dt_sett_footer button svg {
    margin-left: 10px;
    margin-top: 2px;
    transition: all 0.3s;
}

.dt_login form button:hover svg, .dt_contact form button:hover svg, .dt_sett_footer button:hover svg {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
}

.dt_login form.register .terms_check {
    display: block;
    margin-bottom: 30px;
    margin-top: -5px;
}

.dt_login form.register .terms_check [type="checkbox"]+span:not(.lever) {
    height: auto;
    line-height: 20px;
    font-size: 13px;
    color: #7b7b7b;
}

.dt_login form.register .terms_check [type="checkbox"]+span:not(.lever):before {
    border-width: 2px;
    left: 3px;
    top: 10px;
}

.dt_login form.register .terms_check [type="checkbox"]+span:not(.lever):after {
    height: 16px;
    width: 16px;
    border: 2px solid #969696;
    top: 5px;
}

.dt_login form.register .terms_check [type="checkbox"].filled-in:checked+span:not(.lever):before {
    left: 0.5px;
    top: 4px;
    width: 6px;
    height: 10px;
}

.dt_login form.register .terms_check [type="checkbox"].filled-in:checked+span:not(.lever):after {
    width: 16px;
    height: 16px;
    border: 2px solid #a33596;
    background-color: #a33596;
}

.dt_login form .alert {
    margin-bottom: 45px;
}

.dt_login_footer a {
    margin-left: auto;
}

.dt_social_login {
    overflow: hidden;
    margin: 30px -7px 0;
}

.dt_social_login .btn_social {
    width: calc(50% - 14px);
    float: left;
    margin: 7px;
}

.btn_social {
    height: 43px;
    line-height: 43px;
    padding: 0px 10px 0px 0px;
    border-radius: 4px;
    display: flex;
    cursor: pointer;
    color: white;
    margin: 10px 0px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    width: 100%;
    transition: all 0.3s;
    font-size: 12px;
    overflow: hidden;
}

.btn_social > span {
    height: 43px;
    width: 37px;
    min-width: 37px;
    max-width: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.btn_social > span svg {
    width: 20px;
    height: 20px;
}

.btn_social.btn_fb {
    background-color: #4d68a1;
}

.btn_social.btn_tw {
    background-color: #53a7e7;
}

.btn_social.btn_gp {
    background-color: #db4937;
}

.btn_social.btn_vk {
    background-color: #6594cb;
}

.btn_social.btn_fb:hover {
    background-color: #2d4373;
}

.btn_social.btn_tw:hover {
    background-color: #2795e9;
}

.btn_social.btn_gp:hover {
    background-color: #c23321;
}

.btn_social.btn_vk:hover {
    background-color: #4a76a8;
}

/*Terms*/
.dt_terms {
    /* padding: 20px 0; */
}

.dt_terms_sidebar {
    margin: 20px 0 10px 0px;
    padding-right: 15px;
}

.dt_terms_sidebar ul {
    padding: 0;
    margin: 0;
}

.dt_terms_sidebar ul li {
    list-style-type: none;
    margin: 7px 0px;
    position: relative;
}

.dt_terms_sidebar ul li a {
    display: block;
    font-weight: 500;
    padding: 10px 25px;
    font-size: 15px;
    color: #8b8b8b;
    text-decoration: none;
    transition: all 0.2s;
}

.dt_terms_sidebar ul li a:hover {
    color: #444;
}

.dt_terms_sidebar ul li.active:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    margin-left: -15px;
    top: 50%;
    width: 15px;
    height: 3px;
    cursor: default;
    z-index: 1;
    background-color: #000;
    transform: translateY(-50%);
    border-radius: 1px;
}

.dt_terms_sidebar ul li.active a {
    color: black;
}

.dt_terms_sidebar ul li.active a:hover {
    color: black;
}

.dt_terms_sidebar ul hr {
    border: 1px solid #eee;
}

.dt_terms h2.bold {
    margin-top: 15px;
    margin-bottom: 40px;
}

/*Contact*/
.dt_contact {
    padding: 20px 0 40px;
}

.dt_contact h2.center {
    font-size: 30px;
    margin: 0;
    padding: 10px 0 40px;
}

/*Register Steps*/
.dt_signup_steps {
    background: #fff;
    margin: 30px auto 20px;
    padding: 10px 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    overflow: hidden;
    width: 718.07px;
}

.dt_signup_steps .steps_header {
    border-bottom: 1px solid #ddd;
    padding: 20px 100px;
    margin-bottom: 15px;
}

.steps_header .steps {
    margin-bottom: 10px;
    position: relative;
    height: 25px;
}

.steps_header .steps > div {
    position: absolute;
    top: 0;
    transform: translate(-50%);
    height: 25px;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.steps_header .steps > div > span {
    line-height: 14px;
    height: 14px;
    margin: 0;
    color: #777;
    font-size: 14px;
    font-weight: 500;
}

.slider-one-active .steps > .step-one > span, .slider-two-active .steps > .step-two > span, .slider-three-active .steps > .step-three > span, .slider-four-active .steps > .step-four > span {
    color: #a33596;
}

.steps_header .steps > div > .liner {
    position: absolute;
    height: 1.3px;
    width: 0%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #666;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.steps_header .step-one {
    left: 0;
}

.steps_header .step-two {
    left: 33.333%;
    clip: rect(0, 0px, 25px, 0px);
}

.steps_header .step-three {
    left: 66.666%;
    clip: rect(0, 0px, 25px, 0px);
}

.steps_header .step-four {
    left: 100%;
    clip: rect(0, 0px, 25px, 0px);
}

.steps_header .line {
    width: 100%;
    height: 4px;
    background: #ddd;
    position: relative;
    border-radius: 8px;
    margin-bottom: 20px;
}

.steps_header .line .dot-move {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    transition: .3s all ease;
    border: 2.5px solid #a33596;
}

.steps_header .line .dot {
    position: absolute;
    top: 50%;
    width: 31px;
    height: 31px;
    left: 0;
    background: #fff;
    border-radius: 50%;
    transition: .3s all ease;
    transform: translate(-50%, -50%) scale(.5);
    border: 6px solid #ddd;
}

.steps_header .line .dot.zero {
    left: 0%;
}

.steps_header .line .dot.center {
    left: 33.333%;
}

.steps_header .line .dot.city {
    left: 66.666%;
}

.steps_header .line .dot.full {
    left: 100%;
}

.slider_container.slider-one-active .dot.zero {
    background: #a33596;
    width: 20px;
    height: 20px;
    border: 0;
}

.slider-ctr {
    width: 100%;
    overflow: hidden;
}

.slider {
    overflow: hidden;
    width: 2720px;
    height: 600px!important;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translate(0px) scale(1);
    -ms-transform: translate(0px) scale(1);
    transform: translate(0px) scale(1);
}

.slider-one, .slider-two, .slider-three, .slider-four {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.slider-form {
    float: left;
    width: 680px;
    text-align: center;
    height: 100%;
    position: relative;
    /* padding: 56px 50px 56px; */
}

.slider-form .dropdown-content {
    max-height: 250px;
}

.slider-form.slider-two {
    padding: 10px 50px;
}

.slider-form .step_footer {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 5px 5px;
    border-top: 1px solid #ddd;
    height: 56px;
}

.slider-form .step_footer .btn {
    box-shadow: none;
}

.slider-form .step_footer .btn svg {
    margin-left: 7px;
    margin-top: -4px;
    transition: all 0.3s;
    width: 16px;
    height: 16px;
}

.slider_container.center .line .dot-move {
    left: 33.333%;
    animation: .3s anim 1;
}

.slider_container.center .line .dot.center {
    background: #a33596;
    width: 20px;
    height: 20px;
    border: 0;
}

.slider_container.center .slider {
    transform: translate(-680px);
}

.slider_container.center .step-two {
    clip: rect(0, 100px, 25px, 0px);
}

.slider_container.center .step-one .liner {
    width: 100%;
}

.slider_container.center .line .dot.zero {
    background: #ddd;
}

.slider_container.full .line .dot-move {
    left: 66.666%;
    animation: .3s anim 1;
}

.slider_container.full .line .dot.city {
    background: #a33596;
    width: 20px;
    height: 20px;
    border: 0;
}

.slider_container.full .slider {
    transform: translate(-1360px);
}

.slider_container.full .step-two, .slider_container.full .step-three {
    clip: rect(0, 100px, 25px, 0px);
}

.slider_container.full .step-one .liner, .slider_container.full .step-two .liner {
    width: 100%;
}

.slider_container.full .line .dot.zero, .slider_container.full .line .dot.center {
    background: #ddd;
}

.slider_container.verify .line .dot-move {
    left: 100%;
    animation: .3s anim 1;
}

.slider_container.verify .line .dot.full {
    background: #a33596;
    width: 20px;
    height: 20px;
    border: 0;
}

.slider_container.verify .slider {
    transform: translate(-2040px);
}

.slider_container.verify .step-two, .slider_container.verify .step-three, .slider_container.verify .step-four {
    clip: rect(0, 100px, 25px, 0px);
}

.slider_container.verify .step-one .liner, .slider_container.verify .step-two .liner, .slider_container.verify .step-three .liner {
    width: 100%;
}

.slider_container.verify .line .dot.zero, .slider_container.verify .line .dot.center, .slider_container.verify .line .dot.city {
    background: #ddd;
}

/*Step 1*/
.choose_photo {
    margin-top: -35px;
}

.choose_photo p {
    margin-top: 0;
    ;}

.dt_selct_avatar {
    width: 475px;
    display: table;
    height: 475px;
    overflow: hidden;
    border: 2.5px dashed #ccc;
    background: #fff;
    margin: auto;
    position: relative;
    cursor: pointer;
    border-radius: 7px;
}

.dt_selct_avatar span {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.dt_selct_avatar svg {
    margin-top: 0;
    width: 50px;
    height: 50px;
    color: #898989;
}

#image_holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#image_holder img {
    height: 210px;
    object-fit: cover;
    margin: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    flex: auto;
    display: flex;
    border-radius: 2px;
    cursor: pointer;
}

/*Step 3*/
.otp_head {
    margin-top: -35px;
}

.otp_head svg {
    background-color: #607D8B;
    color: white;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 9px;
}

.otp_head > .row {
    margin: 0;
}

.otp_head > .row .input-field.inline {
    margin: 0;
}

.otp_head > .row input {
    margin: 0;
    border: 0 !important;
    background-color: #eee;
    box-shadow: inset 0 0 0 1.5px #ddd;
    height: auto;
    padding: 6.1px 10px 9px;
    line-height: 1;
    border-radius: 5px 0px 0px 5px;
}

.otp_head > .row button {
    box-shadow: none;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 0px 5px 5px 0px;
    min-width: 98px;
    text-align: center;
}

.enter_otp, .enter_otp_email {
    max-width: 270px;
    margin: 20px auto 0;
    border-top: 1px solid #ddd;
    padding: 0px 40px;
    display: none;
}

.enter_otp p, .enter_otp_email p {
    margin-bottom: 0;
    line-height: 15px;
    font-size: 13px;
}

#otp_outer {
    width: 190px;
    overflow: hidden;
    margin: 0 auto;
}

#otp_inner {
    left: 0;
    position: sticky;
}

#otp_check, #otp_check_email, #otp_check_phone {
    padding-left: 11px;
    letter-spacing: 41px;
    border: 0;
    background-image: linear-gradient(to left, #a1a1a1 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 2px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
    box-shadow: none;
}

/*Step 4*/
.city-step-wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
    text-align: left;
    align-items: stretch;
    /* min-height:360px; */
    /* background:#fff; */
    /* border-radius:16px; */
    /* padding:28px 32px; */
    /* box-shadow:0 20px 45px rgba(18,38,63,0.08); */
}

.city-step-map {
    flex: 1 1 55%;
    position: relative;
    min-height: 505px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 35px rgba(18,38,63,0.08);
}

.city-map {
    width: 100%;
    height: 100%;
    min-height: 340px;
}

.city-map .leaflet-pane {
    z-index: 1;
}

.city-map .leaflet-control-container {
    z-index: 2;
}

.city-map-empty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 15px;
    color: #555;
    text-align: center;
    background: rgba(255,255,255,0.9);
    padding: 18px 22px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(18,38,63,0.12);
    pointer-events: none;
}

.city-step-details {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.city-search-group {
    position: relative;
    margin-bottom: 0px;
}

.city-search-group input {
    background: #fff;
    border: 1px solid #d9dce3;
    border-radius: 10px;
    padding: 13px 15px;
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(15,23,42,0.04);
}

.city-search-group input:focus {
    border-color: #a33596;
    box-shadow: 0 10px 24px rgba(163,53,150,0.12);
}

.city-search-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #555;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.city-search-loader {
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}

.city-search-feedback {
    margin-top: 10px;
    font-size: 13px;
    color: #a33596;
}

.city-autocomplete-results {
    display: none;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    max-height: 255px;
    overflow-y: auto;
    /* border: 1px solid #e3e7ef; */
    /* border-radius: 12px; */
    /* background: #fff; */
    /* box-shadow: 0 18px 32px rgba(18,38,63,0.12); */
}

.city-autocomplete-results.open {
    display: block;
}

.city-autocomplete-results li {
    padding: 10px 0px 10px 10px;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
    border-bottom: 1px solid #eef1f7;
    transition: background .2s ease, transform .2s ease;
}

.city-autocomplete-results li:last-child {
    border-bottom: 0;
}

.city-autocomplete-results li:hover,.city-autocomplete-results li.active {
    background: rgb(180 209 223 / 16%);
    /* transform: translateX(2px); */
}

.city-info {
    /* border: 1px solid #e9edf5; */
    /* border-radius: 14px; */
    padding: 0px 3px 0px 0px;
    /* background: #f8f9ff; */
    /* box-shadow: 0 14px 30px rgba(15,23,42,0.06); */
}

.city-selected-header h6 {
    margin: 0;
    font-size: 18px;
}

.city-selected-country {
    display: block;
    font-size: 13px;
    color: #777;
    margin-top: 2px;
}

.city-role-badges {
    margin: 12px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.city-role-badges .badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.founder-badge {
    background: #a33596;
}

.mayor-badge {
    background: #5c6bc0;
}

.city-preview-status {
    font-size: 12px;
    color: #4a4f63;
    margin-bottom: 12px;
    margin: 16px 0px 0px 0px;
}
.city-preview-status span {
    display: block;
    margin-bottom: 6px;
}
.city-preview-status .city-members-count {
    font-weight: 600;
    color: #a33596;
}

.city-existing-info {
    border-top: 1px solid #e2e7f2;
    padding-top: 14px;
    margin-top: 14px;
}

.city-role-block {
    margin-bottom: 12px;
}

.city-role-title {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 4px;
}

.city-role-user {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #444;
}

.city-role-user img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.city-stats-block {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
    gap: 8px;
    font-size: 12px;
    color: #555;
}

.city-stats-block span {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid #e2e6f0;
    box-shadow: 0 12px 24px rgba(15,23,42,0.04);
}

.city-stats-block span strong {
    display: block;
    font-size: 15px;
    color: #333;
}

.city-stats-block span em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #777;
    margin-top: 4px;
}

.city-step-details .hide {
    display: none;
}

.city-step-wrapper .hide {
    display: none;
}

@media (max-width: 768px) {
    .city-step-wrapper {
        flex-direction:column;
        padding: 22px 20px;
    }

    .city-step-map {
        min-height: 280px;
    }

    .city-map {
        min-height: 260px;
    }
}

/*User Profile*/
.dt_user_profile_parent {
    margin: 15px auto 0;
}


.dt_user_profile {
    background: #fff;
    margin: 0 auto 15px;
    padding: 15px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}

.dt_cover_photos {
    margin: 0;
    position: relative;
    width: 100%;
}

.dt_cp_bar_add_photos {
    display: flex;
    flex: 1;
    position: relative;
    width: 175px;
    min-width: 175px;
    height: 175px;
    background-color: #7c7ab7;
    cursor: pointer;
}

.dt_cp_bar_add_photos .inline, .dt_cp_l_photos .inline {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.dt_cp_bar_add_photos .inline svg, .dt_cp_l_photos .inline svg {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
}

.dt_cp_bar_add_photos .inline b {
    font-family: "Lato", sans-serif;
}

.dt_cp_bar_add_videos {
    display: flex;
    flex: 1;
    position: relative;
    width: 175px;
    min-width: 175px;
    height: 175px;
    background-color: #69679b!important;
    cursor: pointer;
}

.dt_cp_bar_add_videos .inline, .dt_cp_l_photos .inline {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.dt_cp_bar_add_videos .inline svg, .dt_cp_l_photos .inline svg {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
}

.dt_cp_bar_add_videos .inline b {
    font-family: "Lato", sans-serif;
}

.dt_cp_photos_list {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow-x: auto;
    cursor: grab;
}

.dt_cp_photos_list:active {
    cursor: grabbing;
}

.dt_cp_photos_list .dt_cp_l_photos {
    display: flex;
    flex: 1;
    position: relative;
    width: 175px;
    min-width: 175px;
    height: 175px;
    cursor: pointer;
}

.dt_cp_photos_list .dt_cp_l_photos:nth-child(odd) {
    background-color: #eaeaea;
}

.dt_cp_photos_list .dt_cp_l_photos:nth-child(even) {
    background-color: #eaeaea;
}

.dt_cp_photos_list .dt_cp_l_photos .inline {
    color: #777;
    overflow: hidden;
}

.dt_cp_photos_list .dt_cp_l_photos .inline svg {
    margin: 0;
}

.dt_cp_photos_list .dt_cp_l_photos .inline img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    transition: all 0.2s
}

.dt_cp_photos_list .dt_cp_l_photos .inline:hover img {
    opacity: 0.85;
}

.dt_user_info .avatar {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.dt_user_info .avatar > a {
    position: relative;
    display: block;
    padding-top: 100%;
    background-color: #e3e9ea;
    border-radius: 2px;
    overflow: hidden;
}

.dt_user_info .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.dt_user_info .dt_chng_avtr, .dt_chng_avtr {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 15px;
    border-radius: 0 0 5px 5px;
    transition: all 200ms ease-in-out;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    height: 40px;
    opacity: 0;
}

.dt_user_info .avatar:hover .dt_chng_avtr, .user_video:hover .dt_chng_avtr {
    bottom: 0;
    opacity: 1;
}

.dt_user_info .dt_chng_avtr span, .dt_chng_avtr span {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dt_user_info .dt_chng_avtr span svg , .dt_chng_avtr span svg {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.dt_user_info .dt_avatar_progress {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.47);
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.dt_user_info .progress {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.dt_user_info .progress .determinate {
    background-color: white;
}

.dt_user_info .info {
    width: 100%;
    padding: 0px 5px 0px 5px;
}

.dt_user_info .info .combo {
    margin-bottom: 3px;
    overflow: visible; /* FIXED: Allow tooltips to display without being cut off */
}

.dt_user_info .info h2 {
    margin: 0;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.dt_user_info .info h2 svg {
    margin-top: -3px;
    width: 17px;
}

.dt_user_info .info .combo .user_btn {
    margin-left: auto;
    opacity: 1 !important;
    visibility: visible !important;
}

.dt_user_info .info .combo .dropdown-content {
    min-width: 130px;
}

.dt_user_info .info .combo .dt_usr_opts_mnu {
    margin-left: auto;
}

.dt_user_info .info .combo .dt_usr_opts_mnu > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0 4px;
}

.dt_user_info .info .combo .dt_usr_opts_mnu > a:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.dt_user_info .info .combo .dt_usr_opts_mnu > a svg {
    width: 14px;
    height: 14px;
}

.dt_user_info .info .combo .dt_usr_opts_mnu .dropdown-content li>a {
    font-size: 14px;
    color: #676767;
    line-height: 15px;
}


.dt_user_info .info p svg {
    width: 17px;
    margin-right: 3px;
    color: #474747;
}

.dt_user_likes {
    display: inline-block;
}

.dt_user_likes ul {
    margin: 0;
}

.dt_user_likes ul li {
    display: inline-block;
    margin-left: 13px;
}

.dt_user_likes ul li a {
    color: rgba(0,0,0,0.87);
    padding: 2px 0;
    display: inline-flex;
    align-items: center;
}

.dt_user_likes ul li a svg {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.dt_user_likes ul li a span {
    color: #222;
    margin-right: 3px;
}

.dt_user_pro_info {
    padding: 4px;
}

.dt_user_pro_info ul {
    display: flex;
    align-items: center;
}

.dt_user_pro_info ul li {
    flex: 1 100%;
    justify-content: center;
    border-right: 1px solid #e7e7e7;
    text-align: center;
}

.dt_user_pro_info ul li:last-child {
    border: 0;
}

.dt_user_pro_info ul li svg {
    display: block;
    width: 32px;
    height: 32px;
    margin: auto;
    margin-bottom: 10px;
}

.dt_user_pro_info ul.dt_ldl_prof li svg {
    color: white;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.12);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 7px;
}

.dt_user_pro_info ul.dt_ldl_prof li.like svg {
    background-color: #ff5722;
}

.dt_user_pro_info ul.dt_ldl_prof li.dislike svg {
    background-color: #afafaf;
}

.dt_user_pro_info ul li span {
    display: block;
    color: #707070;
    font-size: 13px;
}

.dt_user_pro_info ul li span.bold {
    color: black;
    font-size: 12px;
}

.dt_prof_vrfy {
    margin-bottom: 5px;
}

.dt_user_social {
    padding-top: 15px;
    /* border-top: 1px solid #E5E5E5; */
}

.dt_user_social h5, .dt_user_prof_complt h5 {
    margin: 0px 7px 8px;
    font-size: 14px;
    font-weight: 500;
}

.dt_user_social ul {
    padding: 0px 7px;
    margin: 0;
}

.dt_user_social ul li {
    margin: 10px 0px;
}

.dt_user_social ul li:hover {
    background-color: #aeb7c21f;
}

.dt_user_social ul li a {
    display: flex;
    color: #6f7985;
    align-items: center;
}

.dt_user_social ul li .soc_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5e5e5;
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    color: #646464;
    margin-right: 12px;
    transition: all 0.1s;
}

.dt_user_social ul li a:hover .soc_icon {
    color: #fff;
    background-color: #747474;
}

.dt_user_social ul li.fb a:hover .soc_icon {
    background-color: #4267b2;
}

.dt_user_social ul li.twit a:hover .soc_icon {
    background-color: #1da1f2;
}

.dt_user_social ul li.gplus a:hover .soc_icon {
    background-color: #db4437;
}

.dt_user_social ul li.insta a:hover .soc_icon {
    background-color: #D73775;
}

.dt_user_social ul li.lin a:hover .soc_icon {
    background-color: #0073b1;
}

.dt_user_social ul li .soc_icon svg {
    width: 22px;
    height: 22px;
}

.dt_user_social ul li .soc_info p {
    margin: 0;
    color: #626262;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
}

.dt_user_social ul li .soc_info span {
    font-size: 12px;
}

.dt_user_prof_complt h5 {
    margin: 0px 0px 8px;
}

.dt_user_prof_complt h5 span {
    margin-left: auto;
}

.dt_user_prof_complt .progress {
    margin-bottom: 5px;
    height: 8px;
    background-color: #dfdfdf;
    border-radius: 2em;
    margin-top: 20px;
}

.dt_user_prof_complt .progress .determinate {
    background-color: #6f6fb6;
}

/* UPDATED: Modern Card-Based Design - Matching City Page Style */
.dt_user_about .about_block {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid #e7e8ec;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
    padding: 0;
}

.dt_user_about .about_block:last-child {
    margin-bottom: 12px;
}

.dt_user_about .about_block:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.dt_user_about .about_block h4 {
    padding: 16px 20px 0;
    margin: 0 0 16px 0;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.dt_user_about .about_block h4 svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    opacity: 0.7;
    background-color: transparent;
    color: currentColor;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

.dt_user_about .about_block h4 span {
    margin-left: auto;
}

.dt_user_about .about_block h4 span .edit_link, .dt_user_info .info .combo .user_btn {
    border: none;
    border-radius: 6px;
    text-transform: capitalize;
    font-size: 13px;
    padding: 4px 12px;
    display: block;
    transition: all 0.2s ease;
    opacity: 1;
    visibility: visible;
    color: #6b669c;
    font-weight: 500;
    background: transparent;
}

.dt_user_about .about_block h4 span .edit_link:hover, .dt_user_info .info .combo .user_btn:hover {
    border: none;
    color: #8b83b8;
    background-color: rgba(107, 102, 156, 0.08);
}

.dt_user_about .about_block:hover h4 span .edit_link {
    opacity: 1;
    visibility: visible;
}

.dt_user_about .about_block .description {
    padding: 0 20px 20px;
    color: #333;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 14px;
}

/* UPDATED: Location Map - Modern Style (Static Image - Legacy) */
.dt_user_about .about_block .location_map {
    overflow: hidden;
    height: 200px;
    width: 100%;
    border: none;
    border-radius: 8px;
    margin: 0 0 20px 0;
}

.dt_user_about .about_block .location_map img {
    pointer-events: none;
    user-select: none;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* ADDED: Interactive Map - Leaflet.js */
.dt_user_about .about_block .profile_location_map {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0 0 20px 0;
    padding: 0 20px 20px;
}

.dt_user_about .about_block .profile-map-container {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.dt_user_about .about_block .profile-map-container .leaflet-pane {
    z-index: 1;
}

.dt_user_about .about_block .profile-map-container .leaflet-control-container {
    z-index: 2;
}

/* UPDATED: Profile Info Sections - Modern Typography */
.dt_user_about .about_block .dt_profile_info {
    padding: 0 20px 20px;
}

.dt_user_about .about_block .dt_profile_info h5 {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dt_user_about .about_block .dt_profile_info h5 svg {
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0.7;
}

.dt_user_about .about_block .dt_profile_info .row {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

.dt_user_about .about_block .dt_profile_info p {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
}

.dt_user_about .about_block .dt_profile_info p.info_title {
    color: #666;
    font-weight: 500;
    font-size: 13px;
}

/* ADDED: Interests/Chips Container Padding */
.dt_user_about .about_block > a,
.dt_user_about .about_block > div:not(.dt_profile_info):not(.location_map) {
    padding: 0 20px 20px;
    display: block;
}

.dt_user_about .about_block > a:first-of-type,
.dt_user_about .about_block > div:not(.dt_profile_info):not(.location_map):first-of-type {
    padding-top: 0;
}

.dt_modal_user_list_profile {
    margin: 25px 0 0;
}

.dt_modal_user_list_profile li {
    border-bottom: 1px solid #eee;
    margin: 0px 0px 10px;
    padding: 0px 0px 10px;
}

.dt_modal_user_list_profile li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.dt_modal_user_list_profile a {
    color: #575757;
}

.dt_modal_user_list_profile a img {
    width: 37px;
    height: 37px;
    border-radius: 4px;
}

.dt_modal_user_vlist_profile {
    margin: 25px 0 0;
    overflow: hidden;
}

.dt_modal_user_vlist_profile li {
    width: 50%;
    float: left;
    box-shadow: 0 0 0 1px #e7e7e7;
    padding: 20px 10px;
}

.dt_modal_user_vlist_profile a {
    color: #575757;
    flex-direction: column;
    overflow: hidden;
}

.dt_modal_user_vlist_profile a img {
    width: 110px;
    height: 110px;
    margin: 0 0 10px;
    border-radius: 4px;
    object-fit: cover;
}

.dt_modal_user_vlist_profile a span {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.dt_how_to_verfy_alrt {
    background-color: #eef7ff;
}

/*Home Page*/
.find_matches_cont > .row > .col.l3 {
    width: 164px;
    padding-left: 14px;
}

.find_matches_cont > .row > .col.l9 {
    width: 83%;
}

.find_matches_cont > .row > .col.l3 .dt_sections {
    margin-bottom: 15px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.home_short_links ul {
    margin: 0;
}

.home_usr_sct li {
    display: flex;
    align-items: center;
}

.home_usr_sct li .user_popularity_icn {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-right: 7px;
    position: relative;
    text-align: center;
    margin-left: -7px;
}

.home_usr_sct li .user_popularity_icn svg {
    width: 70px;
    height: 70px;
}

.home_usr_sct li .user_popularity_icn svg path {
    fill: none;
}

.home_usr_sct li .user_popularity_icn .load-bg {
    stroke: #cecece;
    stroke-width: 4px;
}

.home_usr_sct li .user_popularity_icn .load-circle {
    stroke-width: 4px;
    stroke-linecap: round;
    transition: stroke-dashoffset 1s ease-in-out;
    position: relative;
    stroke: #F44336;
    stroke-dashoffset: 192.6168975830078px;
    stroke-dasharray: 192.6168975830078px;
}

.home_usr_sct li .user_popularity_icn > a {
    position: absolute;
    top: 13px;
    bottom: 12px;
    right: 12px;
    left: 13px;
}

.home_usr_sct li .user_popularity_icn > a img {
    width: 100%;
    height: 100%;
}

.home_usr_sct li > span h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 400;
}

.home_usr_sct li > span h3 a {
    color: #2d2d2d;
}

.home_usr_sct li > span p {
    margin: 0;
    line-height: 17px;
    font-size: 12px;
}

.home_usr_sct li > span p a {
    color: #000000;
}

.home_usr_sct li > span p b {
    color: #5e5eae;
    font-weight: 500;
}

.home_usr_sct .btn {
    display: block;
    width: 100%;
    box-shadow: none;
    border-radius: 8px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.4px;
    word-spacing: 1px;
    margin: 20px 0;
    border: 1px solid #8080bf;
    background: transparent;
    color: #8080bf;
    line-height: 30px;
    font-size: 13px;
    height: 34px;
}

.home_usr_sct .btn svg {
    width: 18px;
    height: 18px;
    margin: -1px 10px 0 -10px;
}

.home_usr_sct .btn:hover {
    background: #8080bf;
    color: #fff;
}

.home_short_links .home_usr_link li.divider {
    margin: 5px 0;
}

.home_short_links .home_usr_link li a {
    color: #333333;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 6px 0px;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
}

.home_short_links .home_usr_link li a:hover {
    color: #3a3a3a;
}

.home_short_links .home_usr_link li.fnd.active a {
    color: #8080bf;
    font-weight: 500;
}

.home_short_links .home_usr_link li.mch.active a {
    color: #8bc34a;
}

.home_short_links .home_usr_link li.vis.active a {
    color: #673ab7;
}

.home_short_links .home_usr_link li.lik.active a {
    color: #f25e4e!important;
    fill: #f25e4e!important;
}

.home_short_links .home_usr_link li.lik.active svg {
    color: #f25e4e!important;
    fill: #f25e4e59!important;
}

.home_short_links .home_usr_link li.pli.active a {
    color: #8BC34A;
}

.home_short_links .home_usr_link li.dis.active a {
    color: #f79f58;
}

.home_short_links .home_usr_link li.active a svg, .home_short_links .home_usr_link li a:hover svg {
    opacity: 1;
}

.home_short_links .home_usr_link li a svg {
    margin: auto 10px 1px 0;
    /* width: 17px; */
    /* height: 17px; */
    max-height: 18px;
    max-width: 18px;
    opacity: 0.8;
    color: #8080bf;
    fill: #8080bf40;
}

.dt_home_pro_usr {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.dt_home_pro_usr h4 {
    margin: -10px 0 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #dd3800;
    border-top: 1px solid #e7e8ec;
    padding-top: 12px;
    padding-left: 1px;
}

.dt_home_pro_usr h4 svg {
    margin: auto 4px -1px 0;
    width: 25px;
    height: 25px;
    /* opacity: 0.5; */
    fill: #f15b00;
}

.sidebar-illustration-frame {
    fill: #bf3000;
}

.sidebar-illustration-inner {
    fill: #f15b00;
}

.sidebar-illustration-depth {
    fill: #dd3800;
}

.sidebar-illustration-banner {
    fill: #fbd800;
}

.sidebar-illustration-accent {
    fill: #7f2221;
}

.sidebar-illustration-gold {
    fill: #efb300;
}

.profile-name {
    font-weight: 600;
    padding-right: 10px;
}

.progress-zero {
    width: 0%;
}

.profile-upload-trigger {
    position: fixed;
    right: 32px;
    bottom: 100px;
}

.ad-header-container {
    transform: none;
}

.hidden-inert {
    display: none !important;
    visibility: hidden;
}

.dt_home_pro_usr > div {
    margin: 0 -4px;
}

.dt_home_pro_usr .pro_usrs_container {
    padding: 20px 0 0px;
    display: flex;
    flex-wrap: wrap;
}

.dt_home_pro_usr .pro_usrs_container .pro_usr {
    padding: 0 4px;
    float: left;
    position: relative;
    width: 25%;
    margin-bottom: 9px;
}

.dt_home_pro_usr .pro_usrs_container .pro_usr a {
    display: block;
    padding-top: 100%;
    position: relative;
}

.dt_home_pro_usr .pro_usrs_container .pro_usr a img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dt_home_pro_usr .pro_usrs_container .pro_usr:nth-child(3n+2) {
    /*padding-top: 23px;margin-bottom: -6px;*/
}

.dt_home_pro_usr .pro_usrs_container .add_me a:before {
    background-color: #f15b00;
    animation-duration: 1.7s;
    z-index: 5;
    border-radius: 50%;
}

.dt_home_pro_usr .pro_usrs_container .add_me a:after {
    background-color: #f15b00;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: .5;
    z-index: 10;
}

.dt_home_pro_usr .pro_usrs_container .add_me a img {
    z-index: 9
}

.dt_home_pro_usr .pro_usrs_container .add_me a .add_icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0 3px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dt_home_pro_usr .pro_usrs_container .add_me a .add_icon p {
    margin: 0;
    line-height: normal;
    font-size: 12px;
    font-weight: 500;
}

.dt_home_filters_prnt {
    border-radius: 4px;
    /* margin-right: 10px; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.dt_home_filters {
    padding: 5px 20px;
    color: #fff;
}

.dt_home_filters_head p {
    font-size: 14px;
    transition: all 0.2s;
    line-height: 20px;
    margin-top: 12px;
}

.dt_home_filters_head p span {
    border-bottom: 1px dashed #ffffff;
    font-weight: 500;
    padding: 2px 0px;
    cursor: pointer;
}

.dt_home_filters_head button {
    margin-left: auto;
    background: transparent;
    border: 0;
    padding: 0;
    color: white;
    font-weight: 500;
    cursor: pointer;
    font-size: 12px;
}

.dt_home_filters_head button svg {
    background-color: rgba(255, 255, 255, 0.37);
    border-radius: 50%;
    width: 28px;
    min-width: 28px;
    height: 28px;
    padding: 8px;
    margin-left: 4px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); */
}

.dt_home_filters_head .main_fltr_close {
    display: none;
}

.dt_home_filters_prnt.open {
    background: #fff;
}

.dt_home_filters_prnt.open .dt_home_filters, .dt_home_filters_prnt.open .dt_home_filters_head button {
    color: #6f6fb6;
}

.dt_home_filters_prnt.open .dt_home_filters_head p {
    opacity: 0.6;
    color: #000000;
}

.dt_home_filters_prnt.open .dt_home_filters_head p span {
    border-color: #8080bf;
}

.dt_home_filters_prnt.open .dt_home_filters_head button svg {
    background-color: #6f6fb6;
    color: white;
}

.dt_home_filters_prnt.open .dt_home_filters_head .main_fltr_close {
    display: block;
}

.dt_home_filters_prnt.open .dt_home_filters_head .main_fltr {
    display: none;
}

.dt_home_filters .collapsible {
    border: 0;
    margin: 0;
    box-shadow: none;
}

.dt_home_filters .collapsible .collapsible-body {
    border: 0;
    margin-bottom: 0;
    padding: 20px;
}

.dt_home_filters .collapsible .filter_tabs {
    background: transparent;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    height: 83px;
}

.dt_home_filters .collapsible .filter_tabs li {
    flex: 1 100%;
    text-transform: capitalize;
    font-weight: 500;
    height: 83px;
}

.dt_home_filters .collapsible .filter_tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: normal;
    padding: 9.3px 10px;
}

.dt_home_filters .collapsible .filter_tabs li a svg {
    width: 23px;
    height: 23px;
    margin-bottom: 10px;
}

.dt_home_filters .collapsible .filter_tabs li.indicator {
    background-color: #a2a2f3;
    height: 2px;
}

.dt_home_filters .collapsible .filter_tabs li a {
    color: #afafaf;
}

.dt_home_filters .collapsible .filter_tabs li a:hover, .dt_home_filters .collapsible .filter_tabs li a.active {
    color: #6f6fb6;
}

.dt_home_filters .collapsible .filter_tabs li a:focus, .dt_home_filters .collapsible .filter_tabs li a:focus.active {
    background-color: rgba(255, 255, 255, 0.15);
}

.dt_home_filters .collapsible .search_filters {
    padding: 20px 5px 5px;
    position: relative;
}

.dt_home_filters .collapsible .search_filters form h5 {
    margin: 0 0 15px;
    font-size: 11px;
    color: #353535;
    font-weight: 500;
    text-transform: uppercase;
}

.dt_home_filters .collapsible .search_filters form p {
    line-height: normal;
    margin: 3px 0px;
}

.dt_home_filters .collapsible .search_filters form p label {
    font-size: 15px;
    color: #656565;
}

.dt_home_filters .collapsible .search_filters form p label [type="checkbox"]+span:not(.lever) {
    padding-left: 0;
    line-height: normal;
    height: auto;
    font-size: 12px;
}

.dt_home_filters .collapsible .search_filters form p label [type="checkbox"].filled-in:checked+span {
    color: #5151a1;
    font-weight: 700;
}

.dt_home_filters .collapsible .search_filters form p label [type="checkbox"].filled-in+span:not(.lever):before, .dt_home_filters .collapsible .search_filters form p label [type="checkbox"].filled-in+span:not(.lever):after {
    display: none;
}

.dt_home_filters .collapsible .search_filters form .input-field .select-wrapper input.select-dropdown {
    border-color: rgba(181, 181, 181, 0.85);
    height: 2.5rem;
    line-height: 2.5rem;
    color: rgba(45, 45, 45, 0.9) !important;
}

.dt_home_filters .collapsible .search_filters form .input-field .select-wrapper .caret {
    fill: rgba(58, 58, 58, 0.9);
}

.dt_home_filters .collapsible .search_filters form p.range-field input[type=range] {
    border: 0;
    height: 2px;
}

.dt_home_filters .collapsible .search_filters form p.range-field input[type=range]::-webkit-slider-runnable-track {
    height: 2px;
    background: #e4e4e4;
}

.dt_home_filters .collapsible .search_filters form p.range-field input[type=range]::-webkit-slider-thumb {
    background: #a33596;
    background-color: #a33596;
    height: 12px;
    width: 12px;
}

.dt_home_filters .collapsible .search_filters form p.range-field input[type=range]::-moz-range-track {
    height: 2px;
    background: #e4e4e4;
}

.dt_home_filters .collapsible .search_filters form p.range-field input[type=range]::-moz-range-thumb {
    background: #a33596;
    background-color: #a33596;
    height: 12px;
    width: 12px;
}

.dt_home_filters .collapsible .search_filters form p.range-field input[type=range]input[type=range]+.thumb {
    background-color: #3f4242;
}

.dt_home_filters .collapsible .search_filters form .input-field {
    background-color: #f5f5f5;
    border-radius: 2em;
    padding: 0 15px;
}

.dt_home_filters .collapsible .search_filters form .input-field.col {
    padding: 0;
    background: transparent;
    margin-top: 0;
}

.dt_home_filters .collapsible .search_filters form .input-field.col .select-wrapper {
    background-color: #f5f5f5;
    border-radius: 2em;
    padding: 0 15px;
    margin: 0 7px;
}

.dt_home_filters .collapsible .search_filters form .input-field input[type=text]:not(.browser-default) {
    color: #565656;
    border: 0;
    height: 29px;
    font-size: 13px;
    line-height: 1;
}

.dropdown-content {     
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    }

.dt_home_filters .collapsible .search_filters form .switch label {
    color: rgba(255, 255, 255, 0.75);
}

.dt_home_filters .collapsible .search_filters form p label [type="radio"]:checked+span {
    color: #fff;
}

.dt_home_filters .collapsible .search_filters form p label [type="radio"]:not(:checked)+span, .dt_home_filters .collapsible .search_filters form p label [type="radio"]:checked+span {
    padding-left: 25px;
}

.dt_home_filters .collapsible .search_filters form p label [type="radio"]:not(:checked)+span:before, .dt_home_filters .collapsible .search_filters form p label [type="radio"]:not(:checked)+span:after {
    border-color: rgba(255, 255, 255, 0.75);
}

.dt_home_filters .collapsible .search_filters form p label [type="radio"]:checked+span:after, .dt_home_filters .collapsible .search_filters form p label [type="radio"].with-gap:checked+span:before, .dt_home_filters .collapsible .search_filters form p label [type="radio"].with-gap:checked+span:after {
    border-color: #fff;
}

.dt_home_filters .collapsible .search_filters form p label [type="radio"]:checked+span:after, .dt_home_filters .collapsible .search_filters form p label [type="radio"].with-gap:checked+span:after {
    background-color: #ffffff;
}

.dt_home_filters .collapsible .search_filters form .btn_wrapper {
    justify-content: flex-end;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.dt_home_filters .collapsible .search_filters form .btn_wrapper .btn {
    min-width: 100px;
    height: 30px;
    line-height: 15px;
    font-size: 14px;
    font-size: 12.5px;
    text-transform: capitalize;
    border-radius: 4px;
    background-color: #8080bf;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); */
}

.dt_home_filters .collapsible .search_filters form .dt_hm_filtr_loc > label {
    border-right: 1px solid #e4e4e4;
    margin-right: 10px;
    padding-right: 10px;
}

.dt_home_filters .collapsible .search_filters form .dt_hm_filtr_loc label b {
    cursor: pointer;
    background-color: #e8e8e8;
    color: #7d7d7d;
    border-radius: 50%;
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt_home_filters .collapsible .search_filters form .dt_hm_filtr_loc label [type="checkbox"]:checked+b {
    background-color: #6f6fb6;
    color: white;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); */
}

.dt_home_filters .collapsible .search_filters form .dt_hm_filtr_loc .select-wrapper {
    width: 100%;
}

.dt_home_match_user {
    align-items: normal;
    padding: 15px 0px 10px 0;
    flex-direction: row-reverse;
    max-height: 528px;
}

.dt_home_match_user .mtc_usr_avtr {
    width: 80px;
    overflow: hidden;
    margin-left: 19px;
    padding: 5px;
}

.dt_home_match_user .mtc_usr_avtr .usr_thumb {
    position: relative;
    height: 65px;
    width: 65px;
    margin-bottom: 3.5px;
    border-radius: 8px;
    background-color: rgba(0,0,0,.07);
    transform: scale(.9);
    transition: all .3s ease;
}

.dt_home_match_user .mtc_usr_avtr .usr_thumb:last-child {
    margin: 0;
}

.dt_home_match_user .mtc_usr_avtr .usr_thumb:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    background-color: #ffffff;
    z-index: -1;
    transition: transform .3s ease,opacity .3s ease;
}

.dt_home_match_user .mtc_usr_avtr .usr_thumb img {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    object-fit: cover;
    opacity: .55;
    transition: opacity .3s ease;
}

.dt_home_match_user .mtc_usr_avtr .usr_thumb.isActive {
    transform: scale(1);
}

.dt_home_match_user .mtc_usr_avtr .usr_thumb.isActive:before {
    opacity: 1;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.dt_home_match_user .mtc_usr_avtr .usr_thumb.isActive img {
    opacity: 1;
}

.dt_home_match_user .mtc_usr_details {
    width: 100%;
}

.mtc_usrd_content .row .col.m7 {
    width: 57.5%;
}

.mtc_usrd_content .row .col.m5 {
    width: 42.5%;
}

.mtc_usrd_content .mtc_usrd_slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mtc_usrd_content .mtc_usrd_top {
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    border-radius: 7px 7px 0 0;
    padding: 20px 20px 40px;
}

.mtc_usrd_content .mtc_usrd_top .mtc_usrd_summary {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
}

.mtc_usrd_content .mtc_usrd_top .mtc_usrd_summary .usr_name {
    padding-right: 10px;
    font-weight: 500;
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 21px;
}

.mtc_usrd_content .mtc_usrd_top .mtc_usrd_summary .usr_name a {
    color: #ffffff;
}

.mtc_usrd_content .mtc_usrd_top .mtc_usrd_summary .usr_age {
    position: relative;
    padding-right: 20px;
    float: left;
}

.mtc_usrd_content .mtc_usrd_top .mtc_usrd_summary .usr_location {
    position: relative;
    float: left;
}

.mtc_usrd_content .mtc_usrd_top .mtc_usrd_summary .usr_age:after {
    content: "\2022";
    position: absolute;
    top: 1px;
    right: 8px;
    font-size: 13px;
    line-height: 20px;
    color: #dedede;
}

.mtc_usrd_content .mtc_usrd_slider .carousel {
    border-radius: 7px;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
    min-height: 480.5px;
    height: 480.5px !important;
    transition: background .4s ease-in;
    transform-style: preserve-3d;
    perspective: 600px;
    --items: 5;
    --middle: 3;
    --position: 1;
}

.mtc_usrd_content .mtc_usrd_slider .carousel .changer {
    z-index: 99;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    color: white;
    opacity: 0;
    transition: all 0.15s;
    padding: 20px 0;
}

.mtc_usrd_content .mtc_usrd_slider .carousel:hover .changer {
    opacity: 0.5;
}

.mtc_usrd_content .mtc_usrd_slider .carousel .changer:hover {
    opacity: 1;
}

.mtc_usrd_content .mtc_usrd_slider .carousel .changer svg {
    width: 44px;
    height: 44px;
    filter: drop-shadow(0px 0px 5px #222);
}

.mtc_usrd_content .mtc_usrd_slider .carousel .changer.back {
    left: 0;
}

.mtc_usrd_content .mtc_usrd_slider .carousel .changer.next {
    right: 0;
}

.mtc_usrd_content .mtc_usrd_slider .carousel img {
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

.mtc_usrd_content .mtc_usrd_slider .carousel .indicators {
    background: linear-gradient(transparent,rgba(0, 0, 0, 0.3));
    padding: 20px 0;
}

.mtc_usrd_content .mtc_usrd_slider .mtc_usrd_actions {
    text-align: center;
    margin-bottom: -40px;
    top: -75px;
    z-index: 9;
    position: relative;
}

.mtc_usrd_content .mtc_usrd_slider .mtc_usrd_actions .btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    box-shadow: 0 0px 2px rgb(0 0 0 / 12%);
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
}

.mtc_usrd_content .mtc_usrd_slider .mtc_usrd_actions .btn svg {
    transition: all 0.1s;
    width: 28px;
    height: 28px;
}

.mtc_usrd_content .mtc_usrd_slider .mtc_usrd_actions .btn:hover svg {
    transform: scale(1.14);
}

.mtc_usrd_content .mtc_usrd_slider .mtc_usrd_actions .btn.like {
    margin-right: 15px;
    color: #ff5722;
}

.mtc_usrd_content .mtc_usrd_slider .mtc_usrd_actions .btn.dislike {
    color: #686868;
}

/* UPDATED: Modern Card-Based Design - Matching City Page & Profile About Style */
.mtc_usrd_content .mtc_usrd_sidebar {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e7e8ec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 20px;
    position: relative;
    min-height: 480.5px;
    height: auto !important;
    transition: all 0.2s ease;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.mtc_usrd_content .mtc_usrd_sidebar:hover {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
}

.mtc_usrd_content .mtc_usrd_sidebar:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-width: 0;
    border-right-color: #ffffff;
    filter: drop-shadow(-1px 0px 1px rgba(0, 0, 0, 0.1));
    z-index: 1;
    pointer-events: none;
}

.mtc_usrd_content .mtc_usrd_sidebar .sidebar_usr_info h5 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.2;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.mtc_usrd_content .mtc_usrd_sidebar .sidebar_usr_info > div {
    margin-bottom: 16px;
}

.mtc_usrd_content .mtc_usrd_sidebar .sidebar_usr_info p {
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    line-height: 1.5;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.mtc_usrd_content .mtc_usrd_sidebar .sidebar_usr_info p svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    opacity: 0.7;
    flex-shrink: 0;
}

.mtc_usrd_content .mtc_usrd_sidebar .sidebar_usr_info span {
    display: block;
    padding-left: 28px;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.mtc_usrd_content .mtc_usrd_sidebar .vew_profile {
    text-align: center;
    padding: 8px 0 0;
    margin-top: 37px;
    /* border-top: 1px solid #e7e8ec; */
}

.mtc_usrd_content .mtc_usrd_sidebar a.btn {
    box-shadow: none;
    border: none;
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    color: #ffffff;
    border-radius: 8px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    word-spacing: normal;
    line-height: 2.7;
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
    transition: all 0.2s ease;
}

.mtc_usrd_content .mtc_usrd_sidebar a.btn:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #8b83b8 0%, #6b669c 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(107, 102, 156, 0.3);
}

.dt_home_rand_user h4 {
    margin: 0px 0px 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.dt_home_rand_user h4 > div {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background-color: #d475e4;
    margin: 1px 8px 0 0;
}

.dt_home_rand_user h4 > div svg {
    width: 14px;
    min-width: 14px;
    height: 14px;
    display: flex;
    fill: white;
    align-items: center;
    justify-content: center;
    color: white;
}

.dt_ltst_users .dt_home_rand_user .card {
    padding: 0px 0px 30px;
    margin-bottom: 30px;
    flex: 1 1 auto;
    min-height: 274px!important;
}

.dt_home_rand_user .rand_bottom_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
}

.dt_home_rand_user .rand_bottom_bar .btn {
    margin: 0px 0px 0 10px;
    box-shadow: 0 1px 0 0 #dce1e6, 0 0 0 1px #e7e8ec;
    background-color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    color: #686868;
}

.dt_home_rand_user .rand_bottom_bar .btn svg {
    width: 19px;
    height: 19px;
}

.dt_home_rand_user .rand_bottom_bar .btn.like {
    color: #ffffff;
    margin-left: 0;
}

.find_matches_cont > .row > .col.l3 .dt_lside_extra_menu {
    display: none;
}

.dt_slide_menu {
    display: none;
    color: #5f5f5f;
    cursor: pointer;
    margin-right: 16px;
}

.dt_slide_menu svg {
    margin-top: -2px;
}

.sidenav_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 9990;
    transition: all 0.2s ease;
}

body.side_open .sidenav_overlay {
    opacity: 1;
    visibility: visible;
}

/*Chat Page*/
@keyframes blink {
    50% {
        opacity: 1;
    }
}

.dt_msg_box {
    top: 0 !important;
    bottom: 0;
    max-width: 700px !important;
    overflow: hidden;
    min-width: 425px;
    width: 45vw;
    max-height: 85%;
}

.dt_msg_box .modal-content {
    padding: 0;
    position: relative;
    height: 100%;
}

.dt_msg_box .modal-content .msg_list {
    position: relative;
    height: 100%;
    display: none;
    flex-direction: column;
}

.dt_msg_box.open_list .modal-content .msg_list {
    display: flex;
}

.dt_msg_box .msg_header, .dt_msg_box .modal-content .chat_conversations .chat_header {
    border-bottom: 1px solid #e6ecf0;
    min-height: 65px;
    padding: 10px 15px;
    background-color: #f9f9f9;
}

.dt_msg_box .msg_header h2 {
    color: #7f72b3;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    flex: 1 1 auto;
}

.dt_msg_box .msg_header h2 svg {
    width: 20px;
    height: 20px;
    margin: 2px 5px 0 0;
}

.dt_msg_box .msg_header h2 .chat_count {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-color: #9C27B0;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 12px;
    margin-top: 2px;
}

.dt_msg_box .msg_header .msg_toolbar, .dt_msg_box .modal-content .chat_conversations .chat_toolbar, .dt_msg_box .modal-content .chat_conversations .chat_navigation {
    align-items: center;
    display: flex;
}

.dt_msg_box .msg_header .msg_toolbar .btn, .dt_msg_box .modal-content .chat_conversations .chat_toolbar .btn, .dt_msg_box .modal-content .chat_conversations .chat_navigation .btn {
    padding: 0;
    line-height: 0;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.dt_msg_box .msg_header .msg_toolbar .btn.mark_read {
    border: 1px solid #8a78d4;
    color: #8a78d4;
    border-radius: 2em;
    font-size: 13px;
    padding: 5px 15px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
}

.dt_msg_box .msg_header .msg_toolbar .btn.close, .dt_msg_box .modal-content .chat_conversations .chat_toolbar .btn.close, .dt_msg_box .modal-content .chat_conversations .chat_navigation .btn.back {
    margin-left: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: transparent;
    color: #4a4a4a;
}

.dt_msg_box .msg_header .msg_toolbar .btn.mark_read svg {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.dt_msg_box .msg_header .msg_toolbar .btn.chat_stts_dropd {
    margin-right: 10px;
}

.dt_msg_box .msg_header .msg_toolbar .btn.chat_stts_dropd+.dropdown-content {
    min-width: 180px;
    padding: 15px 10px;
    border-radius: 5px;
}

.dt_msg_box .msg_header .msg_toolbar .btn.chat_stts_dropd+.dropdown-content p {
    margin-top: 0;
    font-weight: 500;
    line-height: 18px;
}

.dt_msg_box .msg_header .msg_toolbar .btn.chat_stts_dropd+.dropdown-content .chat_change_online label {
    color: #333333;
}

.dt_msg_box .msg_header .msg_toolbar .btn.chat_stts_dropd+.dropdown-content .chat_change_online .lever {
    margin: 0 5px;
}

.dt_msg_box .modal-content .chat_conversations .chat_toolbar > div {
    position: relative;
}

.dt_msg_box .modal-content .chat_conversations .chat_toolbar > div .dropdown-content {
    min-width: 160px;
    left: auto !important;
    top: 0 !important;
    right: 0;
    border-radius: 4px;
    padding: 10px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    transform: none !important;
}

.dt_msg_box .modal-content .chat_conversations .chat_toolbar > div .dropdown-content li>a {
    color: rgba(0,0,0,0.87);
    display: flex;
    align-items: center;
    padding: 6px 6px 8px 16px;
    height: 34px;
    font-size: 14px;
}

.dt_msg_box .modal-content .chat_conversations .chat_toolbar > div .dropdown-content li>a svg {
    color: #858585;
    margin: auto 14px 0 0;
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.dt_msg_box .msg_container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: calc(100% - 65px);
    min-height: auto;
    overflow: hidden;
}

.dt_msg_box .msg_container .m_search {
    background: #fff;
    border-bottom: 1px solid #e6ecf0;
    padding: 8px 12px;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.dt_msg_box .msg_container .m_search .dt_srch_msg_progress {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.dt_msg_box .msg_container .m_search .dt_srch_msg_progress .progress {
    margin: 0;
    height: 1px;
    background-color: #e6e6e6;
}

.dt_msg_box .msg_container .m_search .dt_srch_msg_progress .progress .indeterminate {
    background-color: #a33596;
}

.dt_msg_box .msg_container .m_search .search_input {
    position: relative;
    padding: 5px 10px;
    overflow: hidden;
    display: flex;
    flex: 1;
}

.dt_msg_box .msg_container .m_search .search_input input {
    background-color: #eee;
    border: 0;
    box-shadow: none;
    border-radius: 5px;
    margin: 0;
    padding: 8px 20px 8px 40px;
    color: #222;
    overflow: hidden;
    flex: 1 100%;
    height: 33px;
}

.dt_msg_box .msg_container .m_search .search_input input::placeholder {
    color: #666666;
}

.dt_msg_box .msg_container .m_search .search_input > svg {
    position: absolute;
    pointer-events: none;
    user-select: none;
    top: 50%;
    transform: translateY(-50%);
    color: #666666;
    left: 20px;
    width: 22px;
    height: 22px;
}

.dt_msg_box .msg_container .m_search .srch_filter {
    position: absolute;
    right: 15px;
}

.dt_msg_box .msg_container .m_search .srch_filter .btn {
    height: 33px;
    padding: 0;
    width: 33px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dt_msg_box .msg_container .chat_filter {
    padding: 3px 10px;
    margin: 0 10px;
    color: #363636;
    cursor: pointer;
}

.dt_msg_box .msg_container .chat_filter label {
    color: #3b3b3b;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.dt_msg_box .msg_container .chat_filter label .lever {
    margin: 0 13px;
}

.dt_msg_box .modal-content .msg_list label input[type=checkbox]:checked+.lever {
    background-color: #7f72b38a;
}

.dt_msg_box .modal-content .msg_list label input[type=checkbox]:checked+.lever:after {
    background-color: #7f72b3;
}

.dt_msg_box .modal-content .msg_list label input[type=checkbox]:checked+.lever:before, .dt_msg_box .modal-content .msg_list label input[type=checkbox]:checked+.lever:after {
    left: 25px;
}

.dt_msg_box .msg_container button.msg_requests {
    background: transparent;
    position: relative;
    height: auto;
    letter-spacing: normal;
    text-transform: none;
    margin: 0 10px;
    font-weight: 500;
}

.dt_msg_box .msg_container button.msg_requests:before {
    content: '';
    position: absolute;
    background: #e6ecf0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.dt_msg_box .msg_container button.msg_requests span {
    width: 50%;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #e6ecf0;
    padding: 5px 0;
}

.dt_msg_box .msg_container button.msg_requests span:hover {
    background-color: #f8f8f8;
}

.dt_msg_box .msg_container button.msg_requests span.active {
    border-color: #9C27B0;
}

.dt_msg_box .msg_container .m_body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
}

.dt_msg_box .msg_container .m_body .m_body_content {
    max-height: 100%;
    min-height: 100%;
    position: absolute;
    width: 100%;
    overflow-y: auto;
}

.dt_msg_box .msg_container .m_body .m_conversation {
    margin: 0;
    width: 100%;
    padding: 0;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item {
    border-bottom: 1px solid #e6ecf0;
    cursor: pointer;
    display: block;
    min-height: 82px;
    padding: 15px;
    padding-left: 85px;
    position: relative;
    transition: all 0.2s ease;
}

.dt_msg_box .msg_container .m_body .m_conversation li:last-child .m_con_item {
    border: 0;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item:hover {
    background-color: #f5f8fa;
    text-decoration: none;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item .m_c_item_avatar {
    height: 52px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 52px;
    border-radius: 50%;
    background-color: #e1e1e1;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item .m_c_item_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item .m_c_item_avatar .online_dot {
    width: 14px;
    height: 14px;
    background-color: #4CAF50;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 2.5px solid #fff;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item .m_c_item_name {
    display: inline-block;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item .m_c_item_name span {
    color: #262626;
    font-size: 16px;
    line-height: normal;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item .m_c_item_name svg {
    width: 17px;
    height: 17px;
    margin-top: -3px;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item .m_c_item_time {
    color: #657786;
    font-size: 12px;
    white-space: nowrap;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item .m_c_item_msg {
    font-size: 14px;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item .m_c_item_snippet {
    margin: 0;
    color: #657786;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item.active {
    background-color: rgba(156, 39, 176, 0.08);
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item.active .m_c_item_name {
    font-weight: 500;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item.active .m_c_item_time {
    color: #9C27B0;
    font-weight: 500;
}

.dt_msg_box .msg_container .m_body .m_conversation .m_con_item.active .m_c_item_snippet {
    color: #444;
}

.dt_msg_box .modal-content .msg_chat {
    height: 100%;
    position: relative;
}

.dt_msg_box .modal-content .msg_chat .chat_conversations {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.dt_msg_box .modal-content .dt_chat_lod_more {
    border: 0;
    width: 100%;
    box-shadow: none;
    background: transparent;
    color: #3a3a3a;
    line-height: 31px;
    height: 31px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    position: absolute;
    top: 65px;
    right: 0;
}

.dt_msg_box .modal-content .chat_conversations .chat_header {
    display: flex;
    align-items: center;
}

.dt_msg_box .modal-content .chat_conversations .chat_navigation .btn.back {
    margin: 0 15px 0 0;
}

.dt_msg_box .modal-content .chat_conversations .chat_participant {
    display: flex;
    align-items: center;
    flex: 1;
}

.dt_msg_box .modal-content .chat_conversations .chat_participant .c_avatar {
    margin-right: 12px;
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 100%;
    overflow: hidden;
}

.dt_msg_box .modal-content .chat_conversations .chat_participant .c_avatar img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dt_msg_box .modal-content .chat_conversations .chat_participant .c_name span.name {
    font-weight: 500;
    font-size: 16px;
}

.dt_msg_box .modal-content .chat_conversations .chat_participant .c_name span.last_seen {
    margin-left: 5px;
    font-size: 12px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: calc(100% - 65px);
    min-height: auto;
    overflow: hidden;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
    justify-content: flex-end;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content {
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px;
    position: relative;
    background-color: white;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .unread_msg_line {
    border-bottom: none;
    font-weight: 500;
    letter-spacing: .05px;
    user-select: none;
    font-size: 12px;
    color: #a33595;
    margin: 0px 0 12px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .unread_msg_line:after, .dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .unread_msg_line:before {
    content: '';
    border-bottom: none;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    width: 50%;
    top: 50%;
    border-top: 1px solid rgba(0,0,0,.1);
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .unread_msg_line:before {
    margin-left: calc(-50% - 10px);
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages {
    margin-bottom: 10px;
    overflow: hidden;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages .typing {
    position: relative;
    padding: 11.8px 12px !important;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages .typing span {
    height: 10px;
    width: 10px;
    float: left;
    margin: 0 2px;
    background-color: #787878;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages .typing span:nth-of-type(1) {
    -webkit-animation: 1s blink infinite 0.3333s;
    animation: 1s blink infinite 0.3333s;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages .typing span:nth-of-type(2) {
    -webkit-animation: 1s blink infinite 0.6666s;
    animation: 1s blink infinite 0.6666s;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages .typing span:nth-of-type(3) {
    -webkit-animation: 1s blink infinite 0.9999s;
    animation: 1s blink infinite 0.9999s;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .msg_r_combo {
    position: relative;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .msg_r_combo .m_avatar {
    height: 30px;
    width: 30px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    bottom: 2px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .msg_r_combo .m_avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .msg_r_combo .m_msg_part {
    overflow: hidden;
    margin-left: 40px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .msg_s_combo {
    position: relative;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .msg_s_combo .m_msg_part {
    overflow: hidden;
    margin-right: 24px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .msg_s_combo .seen {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 17px;
    height: 17px;
    overflow: hidden;
    line-height: 1;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .msg_s_combo .seen svg {
    width: 17px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages .message {
    display: block;
    margin-bottom: 1.5px;
    clear: both;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 15px;
    line-height: 1.4;
    max-width: 70%;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages--received .message {
    float: left;
    background-color: #eee;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages--received .message:first-child {
    border-top-left-radius: 15px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages--received .message:last-child {
    border-bottom-left-radius: 15px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages--sent .message {
    float: right;
    background-color: #a33596;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages--sent .message:first-child {
    border-top-right-radius: 15px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages--sent .message:last-child {
    border-bottom-right-radius: 15px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages .message.sticker {
    padding: 4px;
    background: transparent;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages .message.sticker img {
    width: 120px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages .message.image {
    padding: 0px;
    background: transparent;
    border-radius: 5px !important;
    overflow: hidden;
    line-height: unset;
    height: 100%;
    width: 100%;
    display: flex;
    max-width: 55%;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_body .chat_body_content .messages .message.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot {
    flex-shrink: 0;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .dt_acc_dec_msg {
    margin: 2px 0;
    text-align: center;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .dt_acc_dec_msg .btn {
    background-color: white;
    border-radius: 2em;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 500;
    margin: 0 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .dt_acc_dec_msg .btn:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .dt_acc_dec_msg .btn.acc_msg {
    color: #2ea833;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .dt_acc_dec_msg .btn.dec_msg {
    color: #F44336;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .dt_acc_dec_msg .btn svg {
    width: 20px;
    height: 20px;
    margin-top: -2px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_text {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #e6ecf0;
    background-color: #ddd;
    height: 61px;
    position: relative;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_textarea {
    position: relative;
    flex: 1;
    max-width: calc(100% - 50px);
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_textarea .emojionearea {
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    background: #fff;
    border: 0;
    resize: none;
    border-radius: 2em;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_textarea .emojionearea .emojionearea-editor {
    padding: 8px 0px;
    margin: 0 100px 0 40px;
    box-shadow: none;
    border-radius: 0;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_textarea .chat_f_write {
    height: 40px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_textarea .chat_f_write textarea {
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    background: #fff;
    border: 0;
    resize: none;
    border-radius: 2em;
    height: 40px;
    padding: 9px 40px 5px 40px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_textarea .chat_f_attach {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    line-height: 1;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_textarea .chat_f_attach span {
    color: #898989;
    cursor: pointer;
    margin-left: 4px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_textarea .chat_f_attach span svg {
    width: 21px;
    height: 21px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_send {
    margin-left: 10px;
    position: relative;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_send .btn-floating {
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a33596;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_send .btn-floating svg {
    width: 20px;
    height: 20px;
    margin-left: 2px;
}

.dt_msg_box .modal-content .chat_conversations .chat_container .chat_foot .chat_f_send .lds-facebook {
    transform: scale(0.625);
    top: -6px;
}

#stiker_box {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

#stiker_box .modal-content {
    padding: 20px;
}

#stiker_box .modal-content h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0px 14px;
    display: flex;
    align-items: center;
}

#stiker_box .modal-content h5 > div {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background-color: #8bc34a;
    margin: 1px 8px 0 0;
}

#stiker_box .stiker_imgprogress, .dt_msg_box .modal-content .chat_message_upload_media_imgprogress {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

#stiker_box .stiker_imgprogress .progress, .dt_msg_box .modal-content .chat_message_upload_media_imgprogress .progress {
    margin: 0;
    background-color: #dadada;
    border-radius: 0;
    height: 3px;
}

#stiker_box .stiker_imgprogress .progress .determinate, .dt_msg_box .modal-content .chat_message_upload_media_imgprogress .progress .determinate {
    background-color: #a33596;
}

#stikerlist img {
    display: inline-block;
    width: 20%;
    height: 130px;
    cursor: pointer;
    padding: 5px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.1s;
}

#stikerlist img:hover {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.dt_msg_box .modal-content .chat_message_upload_media_imgprogress .progress {
    background-color: #f5f5f5;
    height: 2px;
}

#stikerlist hr {
    border: 1px solid #ddd;
    margin: 15px 0;
}

#stikerlist p {
    text-align: center;
}

#stikerlist .dt_stk_buy_btn {
    text-align: center;
}

#stikerlist .dt_stk_buy_btn .btn {
    min-width: 100px;
    height: 34px;
    line-height: 16px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 6px;
    background-color: #c649b8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    color: white;
    display: inline-flex;
    align-items: center;
    margin: 0 8px;
}

#stikerlist .dt_stk_buy_btn .btn.prem {
    background-color: #FF9800;
    background: linear-gradient(-90deg, #efb34e 0%, #e4982a 45%, #e4982a 55%, #efb34e 100%);
    background-size: 300% 300%;
    animation: skel_animation 1.7s ease infinite;
}

@keyframes skel_animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*Credits*/
.dt_credits {
    padding: 20px 30px;
}

.credit_bln {
    width: 320px;
    height: 170px;
    margin: 50px auto 40px;
    background-color: #e54501;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    position: relative;
    color: #fff;
}

.credit_bln:after, .credit_bln:before {
    background: rgb(240 89 0 / 29%);
    content: "";
    position: absolute;
    top: -15px;
    left: 15px;
    right: 15px;
    height: 15px;
    border-radius: 7px 7px 0 0;
}

.credit_bln:after {
    left: 30px;
    right: 30px;
    top: -30px;
    height: 30px;
}

.credit_bln > div {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.credit_bln svg {
    position: absolute;
    opacity: 0.8;
    right: -30px;
    bottom: -22px;
    width: 130px;
    height: 130px;
}

.credit_bln h2 {
    font-size: 23px;
    margin: 0 0 10px;
    line-height: 31px;
}

.credit_bln p {
    font-size: 17px;
    margin: 25px 0px;
}

.credit_bln p span {
    font-weight: 700;
    font-size: 40px;
    vertical-align: text-top;
}

/* UPDATED: Credit Plans - Modern Card Design */
.credit_pln {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e7e8ec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 24px;
    margin-bottom: 24px;
}

.credit_pln .dt_plans {
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex-wrap: wrap;
}

.credit_pln h2 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.credit_pln p {
    flex: 1;
    text-align: center;
    position: relative;
    min-width: 180px;
}

.credit_pln p label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border: 2px solid #e7e8ec;
    border-radius: 12px;
    width: 100%;
    margin: 0;
    padding: 20px 16px;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
}

.credit_pln p label:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* UPDATED: Unified Brand Colors for All Plans */
.credit_pln p label.plan_1,
.credit_pln p label.plan_2,
.credit_pln p label.plan_3 {
    border-color: #dadada;
}

.credit_pln p input[type="radio"]:checked ~ label.plan_1,
.credit_pln p input[type="radio"]:checked ~ label.plan_2,
.credit_pln p input[type="radio"]:checked ~ label.plan_3 {
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    border-color: #6b669c;
    box-shadow: 0 4px 16px rgba(107, 102, 156, 0.25);
    transform: translateY(-2px);
}

/* UPDATED: Plan Title Styling - Brand Color */
.credit_pln p label span.title {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #6b669c;
    margin-bottom: 8px;
}

.credit_pln p input[type="radio"]:checked ~ label span.title {
    color: #fff;
}

/* UPDATED: Plan Label Content - Modern Styling */
.credit_pln p input[type="radio"]:checked ~ label b {
    color: #f0f0f0;
}

.credit_pln p input[type="radio"]:checked ~ label span.amount {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
}

.credit_pln p label b {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #333;
    margin: 8px 0;
}

.credit_pln p label b svg {
    width: 22px;
    height: 22px;
    color: #ffad34;
    margin: 0 4px 0 0;
}

.credit_pln p label img {
    width: 70px;
    height: 70px;
    margin: 16px auto 20px;
    user-select: none;
    pointer-events: none;
}

.credit_pln p label span.amount {
    background-color: #e7e8ec;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    line-height: 1.2;
}

.credit_pln .pay_using, .dt_premium .pay_using {
    transform: scaleY(1) scaleX(1) translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.credit_pln .pay_using.hidden {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.4) scaleX(0.4);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.credit_pln .pay_using p, .dt_premium .pay_using p {
    margin: 30px 0px 10px;
}

.credit_pln .pay_using .pay_u_btns, .dt_premium .pay_using .pay_u_btns {
    justify-content: center;
    flex-wrap: wrap;
}

.credit_pln .pay_using .pay_u_btns .btn, .dt_premium .pay_using .pay_u_btns .btn {
    margin: 0 5px 10px;
    border-radius: 3px;
    background-color: #686868;
    box-shadow: none;
    height: 40px;
    line-height: 1;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .025em;
    transition: all .2s;
    display: flex;
    border: 2px solid #686868;
    position: relative;
}

.credit_pln .pay_using .pay_u_btns .btn svg, .dt_premium .pay_using .pay_u_btns .btn svg {
    margin-left: 7px;
    width: 22px;
    height: 22px;
}

.credit_pln .pay_using .pay_u_btns .btn.paypal, .dt_premium .pay_using .pay_u_btns .btn.paypal {
    background: #0070ba;
    border-color: #0070ba;
}

.credit_pln .pay_using .pay_u_btns .btn.stripe, .dt_premium .pay_using .pay_u_btns .btn.stripe {
    background: #2196f3;
    border-color: #2196f3;
}

.credit_pln .pay_using .pay_u_btns .btn.bank, .dt_premium .pay_using .pay_u_btns .btn.bank {
    background: #ff4886;
    border-color: #ff4886;
}

.credit_pln .pay_using .pay_u_btns .btn.sms, .dt_premium .pay_using .pay_u_btns .btn.sms {
    background: #4caf50;
    border-color: #4caf50;
}

.credit_pln .pay_using .pay_u_btns .btn:hover, .dt_premium .pay_using .pay_u_btns .btn:hover {
    background: #fff;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    transition: all .2s;
}

.credit_pln .pay_using .pay_u_btns .btn.paypal:hover, .dt_premium .pay_using .pay_u_btns .btn.paypal:hover {
    color: #0070ba;
}

.credit_pln .pay_using .pay_u_btns .btn.stripe:hover, .dt_premium .pay_using .pay_u_btns .btn.stripe:hover {
    color: #6772e5;
}

.credit_pln .pay_using .pay_u_btns .btn.bank:hover, .dt_premium .pay_using .pay_u_btns .btn.bank:hover {
    color: #ff4886;
}

.credit_pln .pay_using .pay_u_btns .btn.sms:hover, .dt_premium .pay_using .pay_u_btns .btn.sms:hover {
    color: #4caf50;
}

.credit_pln .pay_using .pay_u_btns .btn.disabled, .dt_premium .pay_using .pay_u_btns .btn.disabled {
    border-color: #DFDFDF;
    box-shadow: none;
}

.credit_pln .pay_using .pay_u_btns .btn.disabled span, .dt_premium .pay_using .pay_u_btns .btn.disabled span, .credit_pln .pay_using .pay_u_btns .btn.disabled svg:not(.spinner), .dt_premium .pay_using .pay_u_btns .btn.disabled svg:not(.spinner) {
    opacity: 0;
}

.credit_pln .pay_using .pay_u_btns .btn .spinner, .dt_premium .pay_using .pay_u_btns .btn .spinner {
    margin: 0;
    position: absolute;
    left: 45px;
}

.credit_pln .pay_using .pay_u_btns .btn.disabled .spinner, .dt_premium .pay_using .pay_u_btns .btn.disabled .spinner {
    opacity: 1;
    visibility: visible;
}

/* UPDATED: Credit Features - Modern Card Grid */
.credit_use_section {
    background: #ffffff;
    /* border-radius: 12px; */
    /* border: 1px solid #e7e8ec; */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); */
    padding: 24px;
    margin-bottom: 24px;
    overflow: visible;
}

.credit_use_section h3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.credit_ftr {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.credit_ftr p {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.credit_ftr li {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    width: calc(50% - 8px);
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: default;
}

.credit_ftr li:hover {
    background: #ffffff;
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.credit_ftr li .credit_ftr_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.credit_ftr li svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.credit_ftr li span {
    flex: 1;
    line-height: 1.4;
}

/*Loader SVG*/
.spinner {
    animation: rotator 1.7s linear infinite;
    width: 27px;
    opacity: 0;
    visibility: hidden
}

.spinner.show {
    opacity: 1;
    visibility: visible;
}

.spinner__path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.7s ease-in-out infinite;
    stroke: #5c6062
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

/* UPDATED: Premium Page - Modern Card-Based Design */
.dt_premium {
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: #cccccc00;
    box-shadow: none;
}

.dt_premium .dt_p_head {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    border: 1px solid #e7e8ec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
    text-align: center;
}

.dt_premium .dt_p_head.pro_success {
    border: 1px solid #e7e8ec;
}

.dt_premium .dt_p_head .bold {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    margin: 12px 0 0;
}

.dt_premium .dt_p_head h2 {
    margin: 12px 0 0;
    color: #6b669c;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.dt_pro_pg .dt_p_head h2 {
    background: linear-gradient(135deg, #efb300 0%, #f9d423 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dt_premium .dt_prem_row {
    margin: 0 0 24px;
}

.dt_premium .dt_choose_pro {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e7e8ec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 24px;
    margin-bottom: 24px;
}

.dt_premium .dt_choose_pro h2, .dt_pro_features h2 {
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.dt_premium .dt_choose_pro p {
    margin: 16px 0;
    line-height: 1.5;
}

.dt_premium .dt_choose_pro p label {
    overflow: hidden;
    cursor: pointer;
}

.dt_premium .dt_choose_pro p label .pln_name {
    display: flex;
    align-items: center;
    color: #1a1a1a;
    padding: 16px 20px 16px 52px;
    height: auto;
    background-color: #f8f9fa;
    border: 2px solid #e7e8ec;
    border-radius: 8px;
    line-height: 1.2;
    font-weight: 500;
    transition: all 0.2s ease;
}

.dt_premium .dt_choose_pro p label:hover .pln_name {
    background-color: #ffffff;
    border-color: #6b669c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.dt_premium .dt_choose_pro p label [type="radio"]+span:before, .dt_premium .dt_choose_pro p label [type="radio"]+span:after {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    border-color: #999;
}

.dt_premium .dt_choose_pro p label [type="radio"]:checked+span {
    border-color: #887cb557;
    background: linear-gradient(135deg, rgba(107, 102, 156, 0.08) 0%, rgba(139, 131, 184, 0.08) 100%);
    color: #6b669c;
    box-shadow: 0 4px 12px rgba(107, 102, 156, 0.15);
}

.dt_premium .dt_choose_pro p label [type="radio"]:checked+span:after {
    border-color: #6b669c;
    background-color: #6b669c;
}

.dt_premium .dt_choose_pro p label [type="radio"]:checked+span:before {
    border-color: #6b669c;
}

.dt_premium .dt_choose_pro p label .pln_name .pln_popular {
    position: absolute;
    top: -10px;
    left: 12px;
    padding: 4px 12px;
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    border-radius: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(107, 102, 156, 0.3);
}

.dt_premium .dt_choose_pro p label .pln_name .pln_popular .pln_popular_tail {
    display: none;
}

.dt_premium .dt_choose_pro p label .pln_name .pln_popular .pln_popular_tail:after, .dt_premium .dt_choose_pro p label .pln_name .pln_popular .pln_popular_tail:before {
    display: none;
}

.dt_premium .dt_choose_pro p label .pln_name .pln_popular .pln_popular_tail:before {
    display: none;
}

.dt_premium .dt_choose_pro p label .pln_name .pln_popular .pln_popular_tail:after {
    display: none;
}

.dt_premium .dt_choose_pro p label .pln_name .duration {
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #1a1a1a;
}

.dt_premium .dt_choose_pro p label .pln_name .price {
    margin-left: auto;
    font-weight: 600;
    font-size: 18px;
    color: #6b669c;
}

/* UPDATED: Features Section - Modern Card Grid */
.dt_pro_features {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e7e8ec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 24px;
}

.dt_pro_features .col {
    margin: 16px 0;
    line-height: 1.5;
    padding: 20px;
    background: #f8f9fa00;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.dt_pro_features .col:hover {
    background: #ffffff;
    transform: translateY(-2px);
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
}

.dt_pro_features .col span {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dt_pro_features .col span svg {
    color: white;
    width: 24px;
    height: 24px;
}

.dt_pro_features .col p {
    color: #333;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

/*Settings*/
.dt_settings_header {
    background-color: #c649b8;
    width: 100%;
    height: 220px;
    padding: 0px 20px;
    overflow: hidden;
    position: relative;
}

.dt_settings_circle-1 {
    width: 290px;
    height: 290px;
    background-image: radial-gradient(circle 800px at 75% -25%,#000000 0,rgba(255, 255, 255, 0) 100%);
    left: -28px;
    top: -28px;
    opacity: .05;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.dt_settings_circle-2 {
    opacity: .03;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    width: 500px;
    height: 500px;
    background-image: radial-gradient(circle 800px at 10% -25%,#000000 0,rgba(255, 255, 255, 0) 100%);
    right: -242px;
    top: 17px;
}

.dt_settings_circle-3 {
    opacity: .04;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(circle 800px at 10% -25%,#ffffff 0,rgba(255, 255, 255, 0.45) 100%);
    right: 288px;
    top: -73px;
}

.sett_active_svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 41px 20px;
    color: rgba(0, 0, 0, 0.3);
}

.sett_active_svg svg {
    width: 90px;
    height: 90px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*.sett_navbar {justify-content: center;}*/
.sett_navbar .tabs {
    background-color: transparent;
    width: auto;
    display: flex;
}

.sett_navbar .tabs li a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 0 15px;
    text-transform: capitalize;
}

.sett_navbar .tabs li a:hover {
    color: white;
}

.sett_navbar .tabs li a.active {
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -2.5px white;
}

.sett_navbar .tabs .indicator {
    height: 0;
}

.dt_settings {
    margin: 40px 0;
    /*overflow:hidden;*/
    padding: 10px 0 20px;
}

.dt_settings > form.col, .dt_settings > form.col.profile .sett_prof_cont, .dt_contact > .row > form.col, .dt_usr_pmnt_cont {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: #fff;
    padding: 30px;
}

.dt_settings > form.col.profile {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.dt_settings > form.col.profile .sett_prof_cont, .dt_usr_pmnt_cont {
    margin-bottom: 20px;
}

.dt_settings > form.col.profile .sett_prof_cont h5, .dt_usr_pmnt_cont {
    margin-top: 10px;
}

.dt_settings form h5 {
    margin: 30px 0 20px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.dt_settings form h5 svg {
    margin-right: 7px;
}

.dt_settings form .switch label {
    font-size: 14px;
    color: #5d5d5d;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dt_settings form .delete_acc {
    margin-bottom: 40px;
}

.dt_settings form .delete_acc h4 {
    margin: 0px;
    font-size: 21px;
}

.dt_settings form .delete_acc p {
    line-height: 22px;
}

.dt_settings form .switch label .lever, .dt_msg_box.open_list .modal-content .msg_list .lever {
    background-color: #F1F1F1;
    overflow: hidden;
    border-radius: 3px;
    width: 50px;
    height: 18px;
}

.dt_settings form .switch label .lever:before, .dt_settings form .switch label .lever:after, .dt_msg_box.open_list .modal-content .msg_list .lever:before, .dt_msg_box.open_list .modal-content .msg_list .lever:after {
    width: 25px;
    height: 18px;
    border-radius: 0;
    top: 0px;
}

.dt_settings form .switch label .lever:after, .dt_msg_box.open_list .modal-content .msg_list .lever:after {
    background-color: #d8d8d8;
    box-shadow: none;
}

.switch label .lever:before {
    background-color: rgb(108 105 158 / 43%);
}

.dt_settings form .switch label input[type=checkbox]:checked+.lever:before, .dt_settings form .switch label input[type=checkbox]:checked+.lever:after, dt_msg_box.open_list .modal-content .msg_list input[type=checkbox]:checked+.lever:before, dt_msg_box.open_list .modal-content .msg_list input[type=checkbox]:checked+.lever:after {
    left: 25px;
}

.dt_settings form .select-wrapper+label {
    display: none;
}

.dt_settings form .chips {
    border-color: #d6d6d6;
    min-height: 40px;
}

.dt_settings form .chips.focus {
    border-bottom: 1px solid #a33596;
    box-shadow: 0 1px 0 0 #a33596;
}

.dt_settings form .chips .chip {
    color: #ffffff;
    height: 27px;
    line-height: 23px;
    background-color: #a33596;
    margin-bottom: 3px;
}

.dt_settings form .chips .chip .close {
    font-size: 13px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
}

.dt_settings form .chips .input {
    font-size: 14px;
    height: 40px;
    line-height: 30px;
}

/*Checkmark*/
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 30px auto 50px;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 54px #7ac142;
    }
}

/*Alerts*/
.alert {
    background-color: #fff;
    margin: 10px auto;
    padding: 5px;
    border-bottom: 1.5px solid;
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}

.alert p {
    margin: 0;
    font-size: 14px;
}

.alert-info {
    background-color: #e0f1ff;
    color: #2196F3;
    border-color: #5eb8ff;
}

.alert-success {
    background-color: #e7f3e7;
    color: #4CAF50;
    border-color: #91cf91;
}

.alert-warning {
    background-color: #fff4dd;
    color: #f39440;
    border-color: #ebc063;
}

.alert-danger {
    background-color: #ffd9d6;
    color: #F44336;
    border-color: #F44336;
}

/*Popularity*/
.dt_pro_features.dt_popular > .row {
    margin: 0 10px 10px;
}

.dt_pro_features.dt_popular .col {
    margin: 20px 0;
    padding: 0px 20px;
}

.dt_poplrity_cont {
    width: 100%;
    border: 1.5px solid;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}

.dt_poplrity_cont .dt_pop_hdr {
    position: relative;
    /* min-height: 120px; */
    background: 50% calc(50% + 30px) url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20600%20500%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M600%20217v282c0%20.6-.4%201-1%201H1c-.6%200-1-.4-1-1V217s115.7%2033%20300%2033%20300-33%20300-33z%22%2F%3E%20%3C%2Fsvg%3E);
    background-size: cover;
    margin: 0 -5px;
    /* border-bottom: 1px solid #ffffff00; */
}

.dt_poplrity_cont .dt_pop_hdr h3 {
    color: #fff;
    margin: 0;
    font-size: 19px;
    padding-top: 20px;
}

.dt_poplrity_cont .dt_pop_icn {
    margin-top: 20px;
}

.dt_poplrity_cont .dt_pop_icn span {
    border: 2px solid #fff;
}

.dt_poplrity_cont .dt_pop_mdl h2 {
    margin: 0;
}

.dt_poplrity_cont .dt_pop_mdl p {
    font-size: 14px;
    font-weight: normal;
    color: #737373;
}

.dt_poplrity_cont .dt_pop_ftr {
    padding: 30px 10px 20px;
}

.dt_poplrity_cont .dt_pop_ftr .btn {
    box-shadow: none;
    border-radius: 6px;
    text-transform: none;
}

.dt_poplrity_cont .dt_pop_ftr .boosted_message_expire {
    font-size: 14px;
}

.dt_poplrity_cont .dt_pop_ftr .boosted_message_expire .boosted_time {
    color: #ff5722;
    font-weight: 500;
    width: 45px;
    height: 45px;
    margin: 10px auto 10px;
}

.dt_poplrity_cont .dt_pop_ftr .boosted_message_expire .global_boosted_time {
    color: #ff5722;
    font-weight: 500;
    width: 45px;
    height: 45px;
    margin: 10px auto 10px;
}

.dt_poplrity_cont.visits {
    border-color: #9c27b0;
}

.dt_poplrity_cont.visits .dt_pop_hdr, .dt_poplrity_cont.visits .dt_pop_icn span, .dt_poplrity_cont.visits .dt_pop_ftr .btn {
    background-color: #9c27b0;
}

.dt_poplrity_cont.matches {
    border-color: #8bc34a;
}

.dt_poplrity_cont.matches .dt_pop_hdr, .dt_poplrity_cont.matches .dt_pop_icn span, .dt_poplrity_cont.matches .dt_pop_ftr .btn {
    background-color: #8bc34a;
}

.dt_poplrity_cont.likes {
    border-color: #f25e4e;
}

.dt_poplrity_cont.likes .dt_pop_hdr, .dt_poplrity_cont.likes .dt_pop_icn span, .dt_poplrity_cont.likes .dt_pop_ftr .btn {
    background-color: #f25e4e;
}

/*Sessions*/
.qd_sett_sessions {
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    padding: 12px 0;
}

.qd_sett_sessions:first-child {
    padding-top: 0;
}

.qd_sett_sessions:last-child {
    border: 0;
    padding-bottom: 0;
}

.qd_sett_sessions b {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
}

.qd_sett_sessions p {
    margin: 0;
    line-height: normal;
    font-size: 14px;
}

.qd_sett_sessions p span {
    display: inline-block;
}

.qd_sett_sessions .btn {
    box-shadow: none;
    border-radius: 50%;
    min-width: 35px;
    padding: 0;
    height: 35px;
    line-height: 35px;
    background-color: rgb(244 67 54 / 0.15);
}

.qd_sett_sessions .btn svg {
    width: 20px;
    height: 20px;
    margin-top: -3px;
    color: #F44336;
}

/*Empty State*/
body h5.empty_state {
    margin-top: 80px;
    margin-bottom: 80px;
    font-weight: 500;
    color: #6d6d6d;
    display: block;
    text-align: center;
    font-size: 13px;
}

body h5.empty_state svg {
    display: block;
    margin: 0 auto 15px;
    width: 40px;
    height: 40px;
    color: #adadad;
}

/*Blocked Users*/
.blocked_users {
    margin: -30px !important;
    border-radius: 8px;
    overflow: hidden;
}

.blocked_users .col {
    padding: 0;
}

.blocked_users .col:nth-child(3n+3) .unblock_card {
    border-right: 0;
}

.blocked_users .unblock_card {
    padding: 20px 10px;
    overflow: hidden;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
}

.blocked_users .unblock_card .avatar {
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin: auto;
}

.blocked_users .unblock_card .avatar img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.blocked_users .unblock_card .info {
    margin-top: 12px;
}

.blocked_users .unblock_card .info span {
    margin-bottom: 12px;
    font-size: 16px;
}

.blocked_users .unblock_card .info .unblock {
    box-shadow: none;
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 12px;
    border-radius: 2em;
}

/*Modals*/
.modal {
    border-radius: 8px;
    width: 100%;
    /*top: 50% !important;transform: translateY(calc(-50% - 6px)) !important;*/
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.modal .modal-content p {
    line-height: 20px;
}

.modal.modal-sm .modal-footer {
    padding: 4px 6px 0;
    background-color: #ffffff;
    height: 45px;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
    margin-bottom: 0;
    text-transform: none;
}

.modal .modal-footer .btn_primary {
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); */
}

/*Load More*/
.load_more {
    margin: 30px auto 10px;
    display: block;
    width: 210px;
    min-width: 100px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 2em;
}

.load_more, .load_more:hover, .load_more:focus {
    color: #191919;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/*Gift*/
#gifts_container {
    display: flex;
    flex-wrap: wrap;
}

.gift-data {
    flex: 0 0 33.3333333%;
    width: 33.3333333%;
    position: relative;
    overflow: hidden;
    display: block;
    padding: 12px;
}

img.gift {
    object-fit: cover;
    width: 100%;
    height: 130px;
    user-select: none;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.15s ease;
}

/*Loader*/
.dt_ajax_progress {
    top: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 5000;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.45);
}

.dt_ajax_progress:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 2px;
    animation: head_loading 1.5s linear infinite;
    background-color: #c53db6;
}

@keyframes head_loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

/*Datepicker*/
.datepicker-date-display, .datepicker-table td.is-selected {
    background-color: #a33596;
}

.datepicker-table td.is-today, .datepicker-footer .confirmation-btns .btn-flat {
    color: #a33596;
}

/*Video call*/
.video-con {
    background: #222;
    height: calc(100vh - 50px);
}

#remote-media, .video-con {
    position: relative
}

#remote-media .lds-facebook {
    display: block;
    margin: 0 auto;
    padding: 50px 0px;
    top: 20px;
}

#remote-media h3 {
    text-align: center;
    color: #fff;
    padding: 15px;
    font-size: 25px;
    margin: 0px 50px 50px 50px;
}

#remote-media video:nth-child(2) {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 51px);
}

.end_vdo_call {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 2em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    text-transform: none;
    line-height: 35px;
    background-color: #d9534f;
}

.end_vdo_call:hover {
    background-color: #e66662;
}

.end_vdo_call svg {
    margin-right: 9px;
}

#local-media video {
    width: 200px;
    height: 240px;
    position: absolute;
    top: 23px;
    right: 20px;
    background: #000;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/*Calling modal*/
.dt_call_ing, .dt_call_rec_ing {
    text-align: center;
}

.dt_call_ing > svg {
    width: 90px;
    height: 90px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.dt_call_ing .modal-footer, .dt_call_rec_ing .modal-footer {
    background-color: transparent;
    padding: 34px 6px 5px;
    height: auto;
    text-align: center;
}

.dt_call_rec_ing .modal-header h4 {
    font-size: 22px;
}

.dt_call_rec_ing_detal {
    padding-top: 24px;
}

.dt_call_rec_ing_detal img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
}

.dt_call_rec_ing_detal p {
    margin-top: 0;
}

.dt_call_rec_ing #remote-media h3 {
    color: #545151;
    margin: 0;
}

.dt_call_rec_ing .modal-footer .btn {
    color: #fff;
    margin: 0 9px;
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
}

.dt_call_rec_ing .modal-footer .btn:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
}

/*Max Swipe Modal*/
.dt_swipe_modal_max {
    text-align: center;
}

.dt_swipe_modal_max .modal-content > img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    pointer-events: none;
    margin: 10px 0;
}

.dt_swipe_modal_max .modal-footer {
    height: auto;
    text-align: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    padding: 10px 20px 24px;
}

.dt_swipe_modal_max .modal-footer .prema {
    margin: 10px auto 0;
    height: 35px;
    line-height: 32px;
    width: 100%;
    max-width: 320px;
}

.dt_swipe_modal_max .modal-footer .modal-close {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
}

/*Bank Transfer Modal*/
.bank_transfer_modal .modal-footer .btn {
    display: none;
}

.bank_transfer_modal.up_rec_active .hide_alert_info_bank_trans, .bank_transfer_modal.up_rec_active .dt_bank_trans_upl_rec {
    display: none;
}

.bank_transfer_modal.up_rec_active .modal-footer .btn {
    display: inline-block;
}

.bank_transfer_modal.up_rec_active .upload_bank_receipts {
    display: block;
}

.dt_bank_trans_modal .modal-title {
    margin-top: 0;
}

.dt_bank_trans_modal .bank_info {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
}

.dt_bank_trans_modal .bank_info .dt_settings_header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
    height: auto;
}

.dt_bank_trans_modal .bank_info .bank_info_innr {
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 1;
}

.dt_bank_trans_modal .bank_info .bank_info_innr > svg {
    position: absolute;
    opacity: 0.3;
    left: .5rem;
    top: 11px;
    width: 45px;
    z-index: -1;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .row p {
    margin: 0;
    font-size: 18px;
    word-break: break-word;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .row .col {
    margin-top: 18px;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .bank_name {
    font-size: 22px;
    padding: 22px .75rem 0 55px;
}

.dt_bank_trans_modal .bank_info .bank_info_innr .help-block {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.73);
}

.dt_bank_trans_modal .dt_user_profile {
    background-color: #f8f8f8;
}

.dt_bank_trans_modal .dt_user_profile > span {
    margin-bottom: 5px;
    font-size: 18px;
}

.dt_bank_trans_modal .dt_user_profile > span svg {
    margin-right: 5px;
    color: #6b6b6b;
}

.dt_bank_trans_modal .dt_prof_vrfy {
    margin: 0;
}

.dt_bank_trans_modal .dt_prof_vrfy li {
    padding: 4px 0;
}

.dt_bank_trans_upl_rec {
    text-align: center;
}

.dt_bank_trans_upl_rec a {
    display: inline-block;
    border-bottom: 1px dashed;
    color: #3f3f3f;
    padding-bottom: 5px;
    font-size: 14px;
    transition: all 0.15s;
}

.dt_bank_trans_upl_rec a:hover {
    border-bottom-style: solid;
}

.dt_bank_trans_upl_rec a svg {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.upload_bank_receipts {
    text-align: center;
    display: none;
}

.upload_bank_receipts > div {
    width: 100%;
    max-width: 200px;
    height: 185px;
    margin: auto;
    background-color: #f0f0f0;
    border: 2px solid #ddd;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.upload_bank_receipts svg {
    width: 45px;
    height: 45px;
    color: #4a4a4a;
    background-color: lightgrey;
    padding: 10px;
    border-radius: 50%;
}

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

.bank_transfer_modal.up_rec_img_ready .upload_bank_receipts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bank_transfer_modal.up_rec_img_ready .upload_bank_receipts svg, .bank_transfer_modal.up_rec_img_ready .upload_bank_receipts p {
    display: none;
}

.bank_transfr_progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.bank_transfr_progress .progress {
    margin: 0;
    height: 3px;
    background-color: rgba(0,0,0,0.1);
}

.bank_transfr_progress .progress .determinate {
    background-color: #9C27B0;
}

/*Verify Proifle Pic*/
.no_camera {
    padding: 53px;
    width: calc(100% - 5px);
}

.no_camera .empty_state {
    margin: 0;
}

.no_camera .empty_state svg {
    color: #a33596;
}

.no_camera .btn {
    margin-top: 35px;
    text-transform: capitalize;
    line-height: 40px;
    padding: 0 20px;
    height: 40px;
}

.qd_verfy_pic_wcam {
    margin-bottom: 0px;
}

.qd_verfy_pic_wcam img {
    width: 100%;
    object-fit: cover;
}

.qd_verfy_pic_wcam #take_snapshot, .qd_verfy_pic_wcam #retake_snapshot {
    position: relative;
}

.qd_verfy_pic_wcam #take_snapshot video, .qd_verfy_pic_wcam #retake_snapshot canvas {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
    border-radius: 7px;
}

.qd_verfy_pic_wcam .btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.6);
    height: 40px;
    line-height: 1;
    border-radius: 2em;
    text-transform: capitalize;
    color: black;
}

/*Success Stories*/
.qd_story_head {
    margin-bottom: 10px;
}

.qd_story_head h4 {
    margin: 0;
}

.qd_story_head .btn {
    margin-left: auto;
    border-radius: 2em;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    box-shadow: none;
    height: 32px;
    line-height: 32px;
}

.qd_story_head .btn svg {
    width: 18px;
    height: 18px;
    margin: 0px 6px -1px 0px;
}

.success_story_item .card {
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 9px -2px rgba(0, 0, 0, 0.35);
}

.success_story_item .qd_story_card_main_img {
    margin: -25px;
    position: relative;
}

.success_story_item .qd_story_card_main_img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.success_story_item .qd_story_card_main_img img {
    width: 100%;
    height: 300px;
    object-fit: fill;
    filter: blur(100px);
    background: #ffacbb;
}

.success_story_item .qd_story_card_usr_imgs {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 30px 10px 0;
}

.success_story_item .qd_story_card_usr_imgs a {
    display: inline-flex;
    background: #fff;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    align-items: center;
    justify-content: center;
    z-index: 4;
    position: relative;
}

.success_story_item .qd_story_card_usr_imgs a:last-child {
    margin-left: -17px;
    z-index: 3;
}

.success_story_item .qd_story_card_usr_imgs img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
}

.success_story_item .qd_story_card_usr_info {
    position: absolute;
    top: 128px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 5;
}

.success_story_item .qd_story_card_usr_info .qd_story_card_usr_name {
    color: #fff;
    font-size: 20px;
    padding: 0 5px;
}

.success_story_item .qd_story_card_usr_info .qd_story_card_usr_sep {
    width: 1.5px;
    background-color: rgba(255, 255, 255, 0.6);
    height: 25px;
    margin: 5px auto;
}

.success_story_item .qd_story_card_usr_foot {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
}

.success_story_item .qd_story_card_usr_foot .btn {
    height: 28px;
    line-height: 13px;
    font-weight: 500;
    font-size: 13px;
    box-shadow: 0 7px 30px -10px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}

.success_story_item .qd_story_card_usr_foot .btn:hover {
    background-color: white;
}

.success_story_item .qd_story_card_usr_foot time {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
}

.storydesc {
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 10px;
    font-size: 14px;
}

.storydesc h1, .qd_rstroy_content h1 {
    font-size: 42px;
}

.storydesc h2, .qd_rstroy_content h2 {
    font-size: 37px;
}

.storydesc h3, .qd_rstroy_content h3 {
    font-size: 32px;
}

.storydesc h4, .qd_rstroy_content h4 {
    font-size: 27px;
}

#story_approval .modal-footer {
    padding: 10px 15px;
    height: 70px;
}

.qd_crte_stroy_usr .autocomplete-content li {
    padding: 5px 10px;
}

.qd_crte_stroy_usr .autocomplete-content li img {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    height: 27px;
    width: 27px;
}

.qd_crte_stroy_usr .autocomplete-content li > span {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 10px;
    color: #8e8e8e;
}

.qd_rstroy_thumbs {
    display: inline-block;
}

.qd_rstroy_thumbs .avatar {
    display: inline-flex;
    background: #fff;
    border-radius: 50%;
    width: 127px;
    height: 127px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 9px -3px rgba(0, 0, 0, 0.2);
}

.qd_rstroy_thumbs .avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.qd_rstroy_thumbs h5 {
    margin: 8px 0 0;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 4px;
    max-width: 140px;
}

.qd_rstroy_with {
    display: inline-block;
    vertical-align: top;
    line-height: 160px;
    padding: 0 15px;
    text-transform: lowercase;
    font-weight: 700;
    color: #d5d5d5;
    font-size: 39px;
    user-select: none;
    position: relative;
}

.qd_rstroy_with svg {
    position: absolute;
    color: #dedede;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.4;
}

.qd_rstroy_quote {
    position: relative;
    margin: 20px 0 30px;
    background-color: #eeeeee;
    border-radius: 10px;
    padding: 20px;
}

.qd_rstroy_quote:before {
    display: block;
    position: absolute;
    z-index: 0;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾";
    font-family: Arial;
    font-size: 250px;
    color: #5f8a9a;
    opacity: 0.1;
    bottom: 0px;
    left: 0px;
}

.qd_rstroy_quote h2 {
    margin: 0 0 5px;
    font-size: 33px;
    color: #525252;
    font-weight: 100;
}

.qd_rstroy_quote time {
    font-weight: 500;
    font-size: 14px;
}

.qd_rstroy_content {
    padding: 20px;
}

.qd_rstroy_content h2 {
    margin-top: 0;
}

/*Blog*/
.qd_blog_sub_hdr {
    margin-bottom: 30px;
}

.qd_blog_srch {
    position: relative;
    width: calc(100% - 50px);
}

.qd_blog_srch input[type=text]:not(.browser-default) {
    background-color: #e4e4e4;
    border-radius: 2em;
    border: 0 !important;
    padding: 0 20px;
    width: inherit;
    box-shadow: none !important;
}

.qd_blog_srch input::placeholder {
    color: black;
    opacity: 0.4;
}

.qd_blog_srch span {
    position: absolute;
    right: 15px;
    top: 7px;
}

.qd_blog_cats_list {
    margin-left: auto;
    position: relative;
}

.qd_blog_cats_list .dropdown-trigger {
    color: #393939;
    display: block;
}

.qd_blog_cats_list .dropdown-content {
    min-width: 200px;
    left: auto !important;
    right: 0;
    border-radius: 4px;
    padding: 10px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.25);
    transform: none !important;
    top: 25px !important;
    height: auto !important;
    max-height: 300px;
}

.qd_blog_cats_list .dropdown-content li a {
    color: rgba(0,0,0,0.87);
    display: block;
    line-height: 34px;
    padding: 0px 15px;
    height: 34px;
    font-size: 14px;
}

.qd_blog_lists {
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.qd_blog_lists:nth-child(even) .qd_blog_list_img {
    order: 2;
    padding-right: 0px;
}

.qd_blog_lists .qd_blog_list_img {
    width: 50%;
    height: 100%;
}

.qd_blog_lists .qd_blog_list_img a {
    display: flex;
}

.qd_blog_lists .qd_blog_list_img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.qd_blog_lists .qd_blog_list_info {
    width: 50%;
    padding: 10px 20px;
}

.qd_blog_lists .qd_blog_list_info h5 {
    margin-top: 0;
    font-size: 29px;
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 5px;
}

.qd_blog_lists .qd_blog_list_info h5 a {
    color: #525252;
}

.qd_blog_lists .qd_blog_list_info em {
    font-style: normal;
    color: #838383;
    font-size: 14px;
    display: block;
}

.qd_blog_lists .qd_blog_list_info em a {
    color: #838383;
}

.qd_blog_lists .qd_blog_list_info .btn {
    margin-top: 35px;
    text-transform: capitalize;
    box-shadow: 0 7px 30px -10px rgba(0, 0, 0, 0.4);
    border-radius: 2em;
    min-width: 140px;
    height: 43px;
    line-height: 42px;
    font-weight: 500;
    font-size: 13px;
}

/*Read Article*/
.qd_read_blog_thumb {
    padding: 0 10px;
}

.qd_read_blog_thumb img {
    width: 100%;
    border-radius: 15px;
    height: 490px;
    object-fit: cover;
    box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.15);
}

.qd_read_blog_row {
    margin-top: -50px;
}

.qd_read_blog_section {
    padding: 20px;
    margin-bottom: 25px;
}

.qd_read_blog_head {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.qd_read_blog_head h2 {
    margin-top: 0;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 52px;
}

.qd_read_blog_head time, .qd_read_blog_head span:not(.middot) {
    color: #8b8b8b;
}

.middot {
    margin: 0 6px;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
    color: rgba(0,0,0,.59);
}

.qd_read_blog_share {
    margin-left: auto;
}

.qd_read_blog_share ul {
    margin: 0;
}

.qd_read_blog_share li {
    display: inline-block;
    margin: 0 -1px;
}

.qd_read_blog_share li a {
    display: block;
}

.qd_read_blog_tags {
    margin: -10px -2px 20px;
}

.qd_read_blog_tags li {
    display: inline-block;
}

.qd_read_blog_tags li a {
    display: block;
    background-color: #607D8B;
    font-size: 13px;
    color: #fff;
    min-width: 65px;
    padding: 0px 10px;
    text-align: center;
    border-radius: 6px;
    height: 25px;
    line-height: 24px;
    margin: 0 2px 5px;
}

/*Hot Not*/
.qd_hot_not {
    padding: 10px 0 0;
    flex-direction: column;
    max-height: none;
}

.qd_hot_not .mtc_usr_avtr {
    margin: 0 0 15px;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.qd_hot_not .mtc_usr_avtr .usr_thumb {
    display: inline-block;
    margin: 0 15px 0 0px;
}

.qd_hot_not .mtc_usrd_slider {
    /* background: #fff; */
    /* border-radius: 7px; */
    /* box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.15); */
    padding: 0 6px;
    overflow: visible;
    margin-bottom: 50px;
}

.qd_hot_not .mtc_usrd_content .mtc_usrd_top {
    background: transparent;
    position: relative;
    padding: 30px 20px;
}

.qd_hot_not .mtc_usrd_content .mtc_usrd_top .mtc_usrd_summary {
    color: #414141;
    font-size: 16px;
}

.qd_hot_not .mtc_usrd_content .mtc_usrd_top .mtc_usrd_summary .usr_name {
    font-size: 18px;
    line-height: 22px;
}

.qd_hot_not .mtc_usrd_content .mtc_usrd_top .mtc_usrd_summary .usr_name a {
    color: #000000;
}

.qd_hot_not .mtc_usrd_slider > img {
    width: 49.6%;
    padding: 0 3px;
    border-radius: 11px;
    height: 550px;
    object-fit: cover;
    display: inline-block;
}

.qd_hot_not .mtc_usrd_content .mtc_usrd_slider .mtc_usrd_actions {
    margin: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    padding: 0;
}

.qd_hot_not .mtc_usrd_content .mtc_usrd_slider .mtc_usrd_actions .btn.like {
    margin: 0 15px;
    width: 85px;
    height: 85px;
}

.qd_hot_not .mtc_usrd_content .mtc_usrd_slider .mtc_usrd_actions .btn.like svg {
    width: 55px;
    height: 55px;
}

.qd_hot_not .mtc_usrd_content .mtc_usrd_slider a img {
    width: 50%;
    border-radius: 8px;
}

/*New Update*/
.dt_prof_ply_ico {
    position: absolute;
    background-color: white;
    color: #607D8B;
    border-radius: 50%;
    z-index: 1;
}

.btn_upld_prf_vid {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.07);
    padding: 50px 10px;
    text-align: center;
    color: #232323;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.btn_upld_prf_vid svg {
    display: block;
    margin: 0 auto 15px;
}

.dt_prof_upldd_vid_thmb {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
    margin-top: 3px;
    cursor: pointer;
}

.dt_prof_upldd_vid_ldng p {
    margin: 20px 0 10px;
}

.dt_prof_upldd_vid_ldng svg {
    transform: scale(0.5);
}

/*Affiliates*/
.dt_usr_affl > h2 {
    justify-content: space-between;
    margin: 0 0 20px;
    font-size: 22px;
}

.dt_usr_affl > h2 .btn {
    text-transform: none;
    box-shadow: none;
    font-size: 12px;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
}

.dt_usr_affl > img {
    display: block;
    width: 280px;
    height: 280px;
    margin: 0 auto 20px;
    pointer-events: none;
}

.dt_usr_affl > h4 {
    text-align: center;
    font-size: 20px;
}

.dt_usr_affl > hr {
    margin: 30px 0;
}

.dt_usr_affl .input-field {
    margin: 0;
}

.dt_usr_affl .input-field input {
    height: 35px;
    border: 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    padding: 0 10px;
    box-sizing: border-box;
}

.dt_usr_affl .social-btn-parent a {
    display: inline-block;
}

.dt_usr_referres {
    margin-top: 30px
}

.dt_usr_referres .ref {
    margin-bottom: 10px
}

.dt_usr_referres .ref-image {
    width: 60px;
    float: left;
    border-radius: 3px;
    border: 1px solid #ededed;
    margin-right: 10px
}

.dt_usr_referres .ref-image img {
    width: 100%;
    border-radius: 3px;
    padding: 2px
}

.dt_usr_referres .name {
    margin-top: 5px
}

.dt_usr_referres .name .joined {
    margin-top: 3px;
    color: #666;
    font-size: 11px
}

.dt_usr_referres .name .earned {
    margin-top: 3px;
    color: green;
    font-size: 12px
}

.dt_usr_referres:empty {
    border: 0;
    padding: 0;
    margin: 0;
}

.dt_usr_pmnt_hstry h5 {
    margin: 0 0 15px;
    font-size: 18px;
}

.dt_usr_pmnt_table {
    font-size: 14px;
}

.dt_usr_pmnt_table thead th {
    font-weight: 500;
    text-transform: capitalize;
}

.dt_usr_pmnt_table tbody>tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.dt_usr_pmnt_table tbody>tr>td {
    vertical-align: middle;
    padding: 9px 5px;
}

.dt_usr_pmnt_table .label {
    display: inline-block;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}

.dt_usr_pmnt_table .label-warning {
    color: #ff9800;
    background-color: rgba(255, 152, 0, 0.1);
}

.dt_usr_pmnt_table .label-success {
    color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.1);
}

.dt_usr_pmnt_table .label-danger {
    color: #F44336;
    background-color: rgba(244, 67, 54, 0.1);
}

/*Latest Users*/
.xuser {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin: 5px 10px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
}

/*Under Review*/
.dt_usr_undr_rvw {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
}

.dt_usr_undr_rvw img {
    filter: grayscale(1) blur(10px);
    border-radius: 5px;
}

.dt_usr_undr_rvw span, .dt_usr_undr_rvw_mini span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 14px;
    padding: 0 13px;
    z-index: 1;
    border-radius: 2em;
    line-height: 33px;
}

.dt_usr_undr_rvw_mini {
    height: 100%;
    position: relative;
}

.dt_usr_undr_rvw_mini img {
    filter: grayscale(1) blur(10px);
}

.dt_usr_undr_rvw_mini span {
    font-size: 12px;
    display: inline-block;
    min-width: 110px;
    text-align: center;
}

/*Responsive*/
@media (min-width: 556px) {
    .modal-sm {
        max-width: 400px;
    }

    .container {
        width: 95%;
    }
}

@media (min-width: 676px) {
    .modal {
        max-width: 500px;
    }
}

@media (min-width: 993px) {
    .dt_popular .col.l2 {
        width: 20%;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .modal-lg {
        max-width: 800px;
    }

    .dt_cp_photos_list::-webkit-scrollbar {
        height: 12px;
        width: 12px
    }

    .dt_cp_photos_list::-webkit-scrollbar-button {
        height: 0;
        width: 0
    }

    .dt_cp_photos_list::-webkit-scrollbar-thumb {
        background-clip: padding-box;
        background-color: rgba(0,0,0,.3);
        border: 4px solid transparent;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        min-height: 20px;
        min-width: 20px;
        height: 5px;
        width: 5px
    }
}

@media (min-width: 1024px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1215px) {
    .container {
        /* width: 1170px; */
    }
}

@media (min-width: 1300px) {
    .container {
        /* width: 1200px; */
    }
}

@media (max-width : 1360px) {
    .credit_pln p {
        min-width: 160px;
    }

    .credit_pln p label span.title {
        font-size: 16px;
    }
}

@media (max-width : 1250px) {
    .dt_msg_box .modal-content .chat_conversations .chat_participant .c_name span.last_seen {
        display: block;
        margin-left: 0;
        font-size: 10px;
    }
}

@media (max-width : 1215px) {
    .qd_hot_not .mtc_usrd_slider > img {
        height: 500px;
    }

    .qd_blog_lists .qd_blog_list_info h5 {
        max-height: 97px;
    }
}

@media (max-width : 1185px) {
    .dt_tstm_usr .carousel.carousel-slider .carousel-item {
        width: 100%;
        padding: 0px 0px 10px;
    }
}

@media (max-width: 1024px) {
    /* MOBILE FIX: Allow body scrolling on mobile - only prevent when sidebar is actually open */
    body.side_open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

    /* MOBILE FIX: Ensure body can scroll normally when sidebar is closed */
    body {
        overflow-x: hidden;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .dt_slide_menu {
        display: block;
    }

    /* MOBILE FIX: Position modals at top of viewport on mobile */
    .modal {
        top: 0% !important;
        transform: none !important;
    }

    /* MOBILE FIX: Make avatar change button visible on mobile without hover */
    .dt_user_info .dt_chng_avtr,
    .dt_chng_avtr {
        bottom: 0 !important;
        opacity: 1 !important;
    }

    .find_matches_cont > .row > .col.l3 {
        position: fixed;
        background-color: white;
        bottom: 0;
        top: 0;
        transition: all 0.2s;
        box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);
        z-index: 9999;
        width: calc(100% - 56px);
        max-width: 280px;
        left: -300px;
        padding: 0 15px;
        overflow-y: auto;
    }

    .find_matches_cont > .row > .col.l3 .dt_lside_extra_menu {
        display: block;
    }

    .find_matches_cont > .row > .col.l9 {
        width: 100%;
    }

    body.side_open .find_matches_cont > .row > .col.l3 {
        left: 0;
    }

    nav .nav-wrapper.container, .page_footer .footer-copyright .container {
        width: 100%;
        padding: 0 16px;
    }

    nav .header_user {
        display: none;
    }

    .dt_user_profile_parent.container > .row > .col {
        width: 100%;
    }

    .dt_poplrity_cont .dt_pop_hdr {
        background: 100% calc(0% + 0px) url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20600%20500%22%20xmlns%3D%22ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦4-1-1V217s115.7%2033%20300%2033%20300-33%20300-33z%22%2F%3E%20%3C%2Fsvg%3E);
    }

    .success_story_item .qd_story_card_usr_foot {
        flex-direction: column-reverse;
    }

    .success_story_item .qd_story_card_usr_foot time {
        margin: 0 auto 10px;
    }

    .qd_blog_lists .qd_blog_list_img img {
        height: 260px;
    }

    /* Logo now visible on mobile - removed display: none */
    /* nav .header_logo {
        display: none;
    } */

    .custom_fixed_element.menu {
        /* position: absolute!important; */
    }

    .theiaStickySidebar {
        position: initial!important;
    }

    /* GLOBAL FIX: Hide sidebar on mobile to prevent blank space after header */
    /* Only target sidebars in main content area, not navigation */
    /* EXCEPTION: Show profile sidebar (.profile-container) on mobile */
    .dt_user_profile_parent .custom_fixed_element:not(.profile-container),
    .custom_fixed_element.menu {
        display: none !important;
    }

    /* Show profile sidebar on mobile */
    .custom_fixed_element.profile-container {
        display: block !important;
        width: 100% !important;
        margin-bottom: 0px !important;
        position: relative !important;
    }

    /* MOBILE SIDEBAR FIX: Override the display:none for the sliding sidebar menu */
    /* This ensures the mobile sidebar (.find_matches_cont .col.l3) is visible when toggled */
    /* This applies to both with and without the .menu class */
    .find_matches_cont > .row > .col.l3.custom_fixed_element,
    .find_matches_cont > .row > .col.l3.custom_fixed_element.menu {
        display: block !important;
    }

    /* Mobile profile avatar styling */
    .custom_fixed_element.profile-container .dt_user_profile {
        margin-bottom: 15px;
    }

    .custom_fixed_element.profile-container .dt_user_info .avatar {
        /* max-width: 200px; */
        /* margin: 0 auto 15px; */
    }

    /* Make main content full width when sidebar is hidden */
    .dt_user_profile_parent .col.l9,
    .dt_user_profile_parent .col.l8,
    .col.l9,
    .col.l8 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
    }

    .dt_home_filters_head button {
        display: flex;
        align-items: center;
    }

    .dt_filters .row .col.s2 {
        margin: 1rem 0px;
    }

    .dt_pro_features .col {
        margin: 0px 0;
    }

    .qd_read_blog_thumb {
        padding: 0;
    }
}

@media (max-width : 890px) {
    .dt_signup_steps {
        width: 100%;
    }

    .slider {
        width: 100%;
        transform: none !important;
        height: auto !important;
        min-height: 100vh !important;
    }

    .slider-form {
        width: 100%;
        height: auto !important;
        min-height: 100vh !important;
    }

    .slider-ctr {
        overflow: visible !important;
    }

    .slider_container.slider-two-active .slider-form.slider-one, .slider_container.slider-three-active .slider-form.slider-one, .slider_container.slider-three-active .slider-form.slider-two, .slider_container.slider-four-active .slider-form.slider-one, .slider_container.slider-four-active .slider-form.slider-two, .slider_container.slider-four-active .slider-form.slider-three {
        display: none;
    }
}

@media (max-width : 860px) {
    .dt_home_filters .collapsible .search_filters {
        padding: 20px 10px 50px;
    }

    .dt_home_filters .collapsible .search_filters form h5 {
        margin: 15px 0 10px;
    }

    .dt_home_match_user {
        padding: 13px 0px;
        flex-direction: column;
        max-height: none;
    }

    .dt_home_match_user .mtc_usr_avtr {
        margin: 0 0 10px;
        white-space: nowrap;
        width: 100%;
        height: 80px;
    }

    .dt_home_match_user .mtc_usr_avtr .usr_thumb {
        display: inline-block;
        margin-right: 7px;
    }

    .dt_how_work img {
        width: 165px;
        min-height: 160px;
        max-height: 160px;
    }

    .dt_premium .pay_using .pay_u_btns {
        flex-direction: column;
    }

    .dt_premium .pay_using .pay_u_btns .btn {
        margin: 8px 10px;
    }

    /* Logo now visible on mobile - removed display: none */
    /* nav .header_logo {
        display: none;
    } */
}

/* Tablet and medium mobile devices logo responsive */
@media (max-width : 768px) {
    nav .header_logo {
        max-width: 140px;
    }
    
    nav .brand-logo img {
        max-width: 140px;
    }
    
    #logo-container img {
        width: 100%;
        height: auto;
    }
    
    .dt_filters {
        display:none;
    }

    .dt_how_work {
        padding-top: 6rem;
    }

    .mtc_usrd_content .mtc_usrd_slider {
        margin-bottom: 10px;
    }

    .mtc_usrd_content .row .col.m7, .mtc_usrd_content .row .col.m5 {
        width: 100%;
    }

    /* UPDATED: Mobile Responsive - Modern Card Style */
    .mtc_usrd_content .mtc_usrd_sidebar {
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 20px;
    }

    .mtc_usrd_content .mtc_usrd_sidebar:before {
        display: none;
    }

    .mtc_usrd_content .mtc_usrd_sidebar .sidebar_usr_info h5 {
        font-size: 16px;
    }

    .mtc_usrd_content .mtc_usrd_sidebar .sidebar_usr_info p {
        font-size: 13px;
    }

    .mtc_usrd_content .mtc_usrd_sidebar .sidebar_usr_info span {
        font-size: 13px;
        padding-left: 28px;
    }

    .usr_circle {
        display: none;
    }

    .qd_hot_not .mtc_usrd_slider > img {
        height: 430px;
    }

    .qd_read_blog_thumb img {
        height: 340px;
    }

    .qd_verfy_pic_wcam > .col {
        width: 100% !important;
    }

    .qd_verfy_pic_wcam > .col:first-child {
        display: none;
    }
}

@media (max-width : 675px) {
    /* UPDATED: Credit Page Mobile Responsive */
    .credit_pln {
        border-radius: 8px;
        padding: 20px;
    }

    .credit_pln h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .credit_pln .dt_plans {
        flex-direction: column;
        gap: 12px;
    }

    .credit_pln p {
        width: 100%;
        min-width: 100%;
    }

    .credit_pln p label {
        border-radius: 8px;
        padding: 16px;
    }

    .credit_use_section {
        border-radius: 8px;
        padding: 20px;
    }

    .credit_use_section h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .credit_ftr {
        gap: 12px;
    }

    .credit_ftr p {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .credit_ftr li {
        width: 100%;
        padding: 12px;
        font-size: 13px;
    }

    .dt_home_filters_head p {
        padding-right: 35px;
    }

    .dt_testimonial_slide .slide_head img {
        width: 40px;
        height: 40px;
    }

    .slider-form {
        padding: 56px 10px 56px;
    }

    .slider-form.slider-two {
        padding: 10px 0px;
    }

    .page_footer .footer-copyright .container {
        flex-direction: column;
    }

    .dt_fotr_spn {
        margin: 0;
    }

    .qd_blog_lists .valign-wrapper {
        flex-direction: column;
    }

    .qd_blog_lists .qd_blog_list_img, .qd_blog_lists .qd_blog_list_info {
        width: 100%;
    }

    .qd_blog_lists .qd_blog_list_info {
        padding: 20px;
    }

    .qd_blog_lists:nth-child(even) .qd_blog_list_img {
        order: 1;
    }

    .qd_blog_lists:nth-child(even) .qd_blog_list_info {
        order: 2;
    }
}

@media (max-width : 601px) {
    nav .header_notifications > a.btn-flat, nav .header_msg > a.btn-flat {
        margin: 8px 5px;
    }

    nav .header_credits {
        display: none;
    }

    nav .header_user .dropdown-content {
        min-width: 190px;
    }

    nav .header_credits_mobi {
        display: block;
    }

    nav .header_notifications .dropdown-content {
        min-width: 360px;
    }

    nav .header_user .dropdown-content, nav .header_notifications .dropdown-content {
        top: 60px !important;
    }

    .carousel.carousel-slider .carousel-item p {
        max-height: calc(100% - 70px);
        overflow-y: auto;
    }

    /* UPDATED: Mobile Responsive - Pro Page */
    .dt_premium .dt_p_head {
        border-radius: 8px;
        padding: 24px 20px;
        margin-bottom: 16px;
    }

    .dt_premium .dt_p_head h2 {
        font-size: 24px;
    }

    .dt_premium .dt_choose_pro {
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .dt_premium .dt_choose_pro h2, .dt_pro_features h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .dt_pro_features {
        border-radius: 8px;
        padding: 20px;
    }

    .dt_pro_features .col {
        margin: 12px 0;
        padding: 16px;
    }

    .qd_hot_not .mtc_usrd_slider > img {
        width: 100%;
    }
}

@media (max-width : 600px) {
    /* Small mobile devices logo responsive */
    nav .header_logo {
        max-width: 120px;
    }
    
    nav .brand-logo img {
        max-width: 120px;
    }
    
    #logo-container {
        display: flex;
        align-items: center;
    }
    
    #logo-container img {
        width: 100%;
        height: auto;
        max-width: 120px;
    }
    
    .dt_msg_box .msg_header .msg_toolbar .btn.mark_read svg {
        margin-right: 0;
    }

    .dt_login_con {
        min-height: calc(100vh - 85px);
    }

    .parallax-container.header_bg h1 {
        font-size: 3.6rem;
        margin: 4rem 0 0.5rem 0;
    }

    .parallax-container.header_bg h5 {
        font-size: 1.4rem;
    }

    .dt_social_login {
        position: relative;
        top: 0;
        transform: none;
        right: 0;
        width: 100%;
    }

    .dt_horizontal_divider_parent {
        display: none;
    }

    .dt_social_login {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

    .btn_social {
        display: inline-flex;
    }

    .dt_social_login .btn_social {
        width: 43px;
        padding: 0;
    }

    .btn_social > span {
        margin: 0;
        width: 43px;
        min-width: 43px;
        max-width: 43px;
    }

    .dt_settings_header {
        padding: 0px 0px;
    }

    .credit_ftr li {
        width: 100%;
    }

    .credit_use_section {
        padding: 16px;
    }

    .credit_use_section h3 {
        font-size: 17px;
    }

    .mtc_usrd_content .mtc_usrd_slider .carousel {
        min-height: 400px;
        height: 400px !important;
    }
}

@media (max-width : 525px) {
    .dt_msg_box {
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0px;
        min-width: 100%;
    }

    .dt_msg_box .msg_container .m_search .search_input {
        padding: 5px 0px;
    }

    .dt_msg_box .msg_container .chat_filter {
        padding: 3px 0px;
        margin: 0 0 0 10px;
    }

    .dt_msg_box .msg_container .chat_filter label {
        font-size: 0px;
        justify-content: center;
    }

    .dt_msg_box .msg_header, .dt_msg_box .modal-content .chat_conversations .chat_header {
        padding: 10px 5px;
    }

    .dt_msg_box .modal-content .chat_conversations .chat_participant {
        width: calc(100% - 150px);
    }

    .dt_msg_box .modal-content .chat_conversations .chat_participant .c_name {
        width: calc(100% - 50px);
    }

    .dt_msg_box .modal-content .chat_conversations .chat_participant .c_name span.name {
        display: block;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .credit_bln {
        width: 100%;
    }

    .dt_login_foot_innr .dt_foot_langs {
        min-width: 100px;
        text-align: end;
    }

    .dt_login_foot_innr {
        padding: 0px 10px 10px;
    }

    .dt_home_filters {
        padding: 13px 10px;
    }

    /*.mtc_usrd_content {padding: 0 15px 18px;}*/
    .dt_home_rand_user {
        width: 100%;
    }

    .page-footer .footer-copyright .container {
        flex-direction: column;
    }

    .page-footer .footer-copyright .dt_foot_langs {
        margin: 20px auto 0;
    }

    .dt_user_social ul li {
        display: inline-block;
        margin: 0 5px;
    }

    .dt_user_social ul li .soc_icon {
        margin: 0;
    }

    .dt_user_social ul li .soc_info {
        display: none;
    }

    .dt_user_info .info .combo.dt_othr_ur_info {
        flex-direction: column;
        align-items: normal;
        text-align: center;
    }

    .dt_user_info .info .combo .dt_usr_opts_mnu {
        margin-left: 0;
        margin-top: 18px;
        margin-bottom: 7px;
    }

    .dt_user_info .info .combo.dt_othr_ur_info+p {
        text-align: center;
        display: block;
    }

    .dt_user_info .info .combo.dt_othr_ur_info+p svg {
        margin-top: -2px;
        margin-right: 0px;
    }

    .dt_msg_box .msg_container .m_search .search_input > svg {
        left: 8px;
    }

    .dt_msg_box .msg_container .m_search .srch_filter {
        right: 0px;
    }

    .qd_read_blog_thumb img {
        height: 300px;
    }

    .qd_read_blog_head .valign-wrapper {
        flex-wrap: wrap;
    }

    .qd_read_blog_head h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width : 480px) {
    nav .header_user > a, nav .header_user > a img {
        width: 35px;
        height: 35px;
    }

    nav .header_notifications {
        position: static;
    }

    nav .header_notifications .dropdown-content {
        width: 100% !important;
        min-width: 100vw;
        left: 0 !important;
        top: 50px !important;
    }

    nav .header_notifications .dropdown-content:before {
        display: none;
    }

    nav .header_user > a {
        margin-right: 0 !important;
    }

    nav .header_notifications > a.btn-flat, nav .header_msg > a.btn-flat {
        width: 36px;
        height: 36px;
    }

    .mtc_usrd_content .mtc_usrd_top .mtc_usrd_actions .btn {
        margin: 0 3px !important;
        width: 100px;
        height: 46px;
        line-height: 44px;
    }

    .dt_signup_steps .steps_header {
        padding: 30px 25px;
    }

    .otp_head .col.s12.m8 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hide_mobi_login {
        display: none;
    }

    nav .show_mobi_login {
        display: block;
    }

    nav .show_mobi_login > a {
        color: white;
    }

    /* Mobile Sidebar Menu Styles - Matching Desktop Sidebar */
    .mobile-sidebar-menu {
        min-width: 280px !important;
        max-width: 320px !important;
        padding: 0 !important;
        border-radius: 8px !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
        max-height: 85vh;
        overflow-y: auto;
    }

    .mobile-menu-header {
        padding: 20px 16px 12px !important;
        background: linear-gradient(135deg, #6d639c 0%, #7e71bc 100%);
        margin: 0 !important;
        height: auto !important;
        line-height: 1.4 !important;
    }

    .mobile-menu-title {
        color: white;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.3px;
    }

    .mobile-sidebar-menu > li {
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        line-height: 1 !important;
    }

    .mobile-sidebar-menu > li > a {
        display: flex !important;
        align-items: center !important;
        padding: 14px 16px !important;
        color: #333 !important;
        font-size: 13px !important;
        transition: all 0.3s ease !important;
        gap: 13px !important;
        height: auto !important;
        line-height: 1.4 !important;
    }

    .mobile-sidebar-menu > li > a:hover {
        background-color: #f5f5f5ba !important;
        color: #7968b2 !important;
        padding-left: 20px !important;
    }

    .mobile-sidebar-menu > li > a i[data-feather] {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        stroke-width: 2 !important;
        flex-shrink: 0 !important;
    }

    .mobile-sidebar-menu > li > a span {
        flex: 1;
        font-weight: 500;
    }

    .mobile-sidebar-menu .divider {
        height: 1px !important;
        background-color: #e0e0e0 !important;
        margin: 8px 0 !important;
    }

    .mobile-menu-auth {
        margin-top: 4px !important;
    }

    .mobile-menu-auth a.mobile-auth-btn {
        font-weight: 600 !important;
        border-radius: 6px !important;
        margin: 4px 8px !important;
        padding: 8px 16px !important;
        background-color: #f8f9fa !important;
        border: 1px solid #e0e0e0 !important;
    }

    .mobile-menu-auth a.mobile-auth-btn:hover {
        background-color: #e9ecef !important;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
        padding-left: 16px !important;
    }

    .mobile-menu-auth a.mobile-auth-primary {
        background: linear-gradient(135deg, #7e6bb9 0%, #7061a0 100%) !important;
        color: white !important;
        border: none !important;
    }

    .mobile-menu-auth a.mobile-auth-primary:hover {
        background: linear-gradient(135deg, #5568d3 0%, #653a8a 100%) !important;
        color: white !important;
    }

    .mobile-menu-auth a.mobile-auth-primary i[data-feather] {
        stroke: white !important;
    }

    /* Mobile menu trigger button styling */
    .mobile-menu-trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px !important;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .mobile-menu-trigger:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .mobile-menu-trigger svg {
        transition: transform 0.3s ease;
    }

    .mobile-menu-trigger:hover svg {
        transform: rotate(90deg);
    }

    /* Scrollbar styling for mobile menu */
    .mobile-sidebar-menu::-webkit-scrollbar {
        width: 6px;
    }

    .mobile-sidebar-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .mobile-sidebar-menu::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 10px;
    }

    .mobile-sidebar-menu::-webkit-scrollbar-thumb:hover {
        background: #a1a1a1;
    }

    .dt_login_bg {
        width: 100%;
    }

    .dt_login {
        padding: 40px 15px 33px;
    }

    nav .boost-div {
        display: none;
    }

    .dt_user_social ul li .soc_icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .dt_user_social ul li .soc_icon svg {
        width: 19px;
        height: 19px;
    }

    .dt_cp_photos_list .dt_cp_l_photos, .dt_cp_bar_add_photos {
        width: 145px;
        min-width: 145px;
        height: 145px;
    }

    .dt_cp_videos_list .dt_cp_l_videos, .dt_cp_bar_add_videos {
        width: 145px;
        min-width: 145px;
        height: 145px;
    }

    .dt_fotr_spn {
        text-align: center;
    }

    .dt_fotr_spn .dt_footer_links {
        justify-content: center;
        display: flex;
    }

    .dt_foot_langs > .dropdown-content {
        right: auto !important;
    }

    #local-media video {
        width: 120px;
        height: 140px;
    }

    .qd_story_head {
        flex-direction: column;
    }

    .qd_story_head .btn {
        margin: 15px auto 20px;
    }

    .qd_rstroy_with, .qd_rstroy_thumbs h5 {
        display: none;
    }

    .qd_rstroy_thumbs .avatar {
        width: 100px;
        height: 100px;
    }

    .qd_rstroy_thumbs .avatar img {
        width: 90px;
        height: 90px;
    }

    .qd_blog_lists .qd_blog_list_img img {
        height: 190px;
    }
}

@media (max-width : 390px) {


.dt_user_profile_parent {
    margin: 0px auto 0;
}
.container {
    width: 100%;
}
    /* Mobile logo responsive styles */
    nav .header_logo, nav .brand-logo img {
        max-width: 110px;
    }

    nav .header_logo .brand-logo {
        font-size: 1.2rem;
        position: relative;
        left: 0;
        transform: none;
    }
    
    /* Ensure logo container is responsive */
    nav .header_logo {
        max-width: 110px;
        width: auto;
    }
    
    #logo-container {
        display: flex;
        align-items: center;
    }
    
    #logo-container img {
        width: 100%;
        height: auto;
        max-width: 110px;
    }

    nav .header_notifications .dropdown-content:before {
        right: 83px;
    }

    .row .col.xs12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .dt_user_social ul li {
        margin: 0 2px;
    }

    /* UPDATED: Mobile Responsive - Modern Card Style */
    .dt_user_about .about_block {
        border-radius: 8px;
        margin-bottom: 8px;
    }

    .dt_user_about .about_block h4 {
        padding: 12px 16px 0;
        font-size: 14px;
    }

    .dt_user_about .about_block .description {
        padding: 0 16px 16px;
    }

    .dt_user_about .about_block .dt_profile_info {
        padding: 0 16px 16px;
    }

    .dt_user_about .about_block .dt_profile_info .row .col {
        width: 100%;
    }

    .dt_user_about .about_block .dt_profile_info p.info_title {
        color: #313131;
        font-weight: 500;
    }

    #stikerlist img {
        width: 33.333333333%;
        margin: 0;
        padding: 5px;
    }
}

@media (max-width : 350px) {
    nav .header_notifications > a.btn-flat, nav .header_msg > a.btn-flat {
        margin: 8px 0px;
    }
}

.dt_settings form .select-wrapper+label {
    display: block;
}

#pages_dropdown {
    top: -90px !important;
}

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

#logo-container img {
    content: url("../img/logo.png");
}

.only-mobile {
    display: none;
}

@media (max-width : 390px) {
    .only-mobile {
        display: block;
    }
}

.story2 {
    margin-left: -33px;
}

article img {
    width: 100%!important;
    height: auto!important;
}

input#_located:disabled {
    opacity: 0.2;
}

.row .col {
    padding: 0 .55rem;
}

@media only screen and (min-width: 601px) {
    .row .col.m6 {
        width: 100%;
    }

    .container {
        /* width: 95%; */
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #5b5885;
}

.input-field>label {
    font-size: 13px;
}

.btn, .btn-large, .btn-small, .btn-flat {
    box-shadow: none;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    box-shadow: none;
}

.btn, .btn-large, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat {
    font-size: 12.5px;
    outline: 0;
    zoom: 1; }

.btn, .btn-large, .btn-small, .btn-flat {
    border: none;
    border-radius: 6px;
    display: inline-block;
    padding: 0 16px;
    height: 29px;
    white-space: nowrap;
    line-height: 14px;
    text-transform: uppercase;
    padding: 7px 16px 8px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

th {
    font-weight: 500;
}

@media only screen and (min-width: 993px) {
    .dt_ltst_users .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
        display: flex;
        flex-direction: column;
    }

    .container {
        /* width: 95%; */
    }
}

.dt_user_profile_parent .row .col {
    padding: 0 .55rem;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.carousel.carousel-slider .carousel-item {
    transition: transform .4s ease;
    transition: all 0.25s linear;
}

.carousel .indicators {
    display: none;
}

.pac-icon {
    width: 0;
    background-image: none;
}

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 4px;
    background-color: #7c7ab712;
    margin-bottom: 5px;
    margin-right: 5px;
}

.col .row {
    margin-left: -.45rem;
    margin-right: -.45rem;
}

.profile-loading {
    text-align: center;
    padding: 50px;
    color: #666;
}
.profile-error {
    text-align: center;
    padding: 50px;
    color: #f44336;
}
.profile-container {
    transition: opacity 0.3s ease;
}
.profile-container.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* ========================================
   Apple-Inspired Design System
   ======================================== */

/* Apple Typography */
.dt_user_profile_parent,
.dt_user_profile,
.dt_user_info,
.about_block,
.dt_profile_info {

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Card Styling - Clean & Minimal */
.dt_user_profile {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid #e7e8ec;
    overflow: visible; /* FIXED: Changed from hidden to visible to prevent tooltip cutoff */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

/* User Info Section */
.dt_user_info .info h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.dt_user_info .info p {
    margin: 0;
    display: inline-flex;
    vertical-align: middle;
    margin-left: -3px;
    margin-right: 10px;
    font-size: 14px;
}

/* Profile Completion */
.dt_user_prof_complt {
    padding: 16px 20px;
}

.dt_user_prof_complt h5 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    letter-spacing: -0.01em;
}

.dt_user_prof_complt h5 span {
    margin-left: auto;
    color: #6b669c;
    font-weight: 700;
}

/* Social Links */
.dt_user_social ul {
    margin: 0;
    padding: 0;
}

.dt_user_social li {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    /* border-bottom: 1px solid #f0f0f0; */
    transition: background 0.2s ease;
}

.dt_user_social li:hover {
    background: #f8f9fa;
}

.dt_user_social li:last-child {
    border-bottom: none;
}

.dt_user_social .soc_info span {
    font-size: 13px;
    color: #666;
    font-weight: 400;
}

/* Action Buttons - Apple Style */
.dt_user_info_edit a,
.btn_primary {
    background: linear-gradient(135deg, #6b669c 0%, #877dbc 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 11px 19px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%) !important;
}

.btn_primary svg {
    margin: 0px -5px;
    width: 16px;
}

.dt_user_info_edit a:hover,
.btn_primary:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(107, 102, 156, 0.3) !important;
}

/* Profile Info Sections */
.about_block {
    padding: 20px;
}

.about_block h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 16px 0;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about_block h4 svg {
    width: 20px;
    height: 20px;
    opacity: 0.7;
}

.about_block h4 span {
    margin-left: auto;
}

.about_block h4 .edit_link {
    font-size: 14px;
    color: #6b669c;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.about_block h4 .edit_link:hover {
    color: #8b83b8;
}

.dt_profile_info h5 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 20px 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dt_profile_info h5 svg {
    width: 20px;
    height: 20px;
}

.dt_profile_info .row {
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.dt_profile_info .row:last-child {
    border-bottom: none;
}

.dt_profile_info .info_title {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    margin: 0;
}

.dt_profile_info p {
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: 400;
}

/* Chips/Tags - Modern Style */
.chip {
    /* background: #f8f9fa !important; */
    /* border: 1px solid #e8eaed !important; */
    /* border-radius: 20px !important; */
    /* padding: 6px 12px !important; */
    /* font-size: 13px !important; */
    /* color: #333 !important; */
    /* font-weight: 500 !important; */
    /* margin: 4px !important; */
    /* display: inline-block !important; */
    /* transition: all 0.2s ease !important; */
}

.chip:hover {
    background: #fafafa !important;
    /* border-color: #6b669c !important; */
    /* color: #6b669c !important; */
    /* transform: translateY(-1px) !important; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important; */
}

/* Verification Alert */
.dt_how_to_verfy_alrt {
    background: #e3f2fd !important;
    border: 1px solid #90caf9 !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
}

.dt_how_to_verfy_alrt span {
    font-size: 14px;
    color: #1976d2;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dt_prof_vrfy {
    margin: 12px 0 0 0 !important;
    padding-left: 20px !important;
}

.dt_prof_vrfy li {
    font-size: 13px;
    color: #1565c0;
    margin: 8px 0;
}

.dt_prof_vrfy a {
    color: #1976d2;
    font-weight: 600;
    text-decoration: underline;
}

/* Photo Gallery - Apple Style Grid */
.dt_cp_l_photos {
    /* border-radius: 8px; */
    overflow: hidden;
    transition: transform 0.2s ease;
    position: relative;
    aspect-ratio: 4/3;
}

.dt_cp_l_photos:hover {
    /* transform: scale(1.02); */
}

.dt_cp_l_photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dt_cp_l_photos a {
    display: block;
    position: relative;
}

/* Video Play Icon */
.dt_prof_ply_ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 8px;
    pointer-events: none;
}

/* Under Review Mini */
.dt_usr_undr_rvw_mini {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.dt_usr_undr_rvw_mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dt_usr_undr_rvw_mini span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 6px;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
}

/* Stats Display */
.dt_user_pro_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dt_user_pro_info li {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
}

.dt_user_pro_info li:hover {
    background: #f8f9fa;
}

.dt_user_pro_info li:last-child {
    border-bottom: none;
}

.dt_user_pro_info li a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #333;
}

.dt_user_pro_info li svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.dt_user_pro_info li span {
    font-size: 14px;
    font-weight: 400;
}

.dt_user_pro_info li .bold {
    font-weight: 600;
    color: #6b669c;
}

/* Public Profile Action Buttons - Apple Style */
.dt_ldl_prof {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dt_ldl_prof li {
    padding: 0;
    border-bottom: 1px solid #e7e8ec;
    transition: all 0.2s ease;
}

.dt_ldl_prof li:last-child {
    border-bottom: none;
}

.dt_ldl_prof li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
}

.dt_ldl_prof li a:hover {
    background: #f8f9fa;
    transform: translateX(2px);
}

.dt_ldl_prof li svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.dt_ldl_prof li a:hover svg {
    transform: scale(1.1);
}

/* Like Button - Special Styling */
.dt_ldl_prof li.like a {
    color: #ff6b6b;
}

.dt_ldl_prof li.like a.lk_active {
    background: #fff5f5;
    font-weight: 500;
}

.dt_ldl_prof li.like a.lk_active svg {
    fill: #ff6b6b;
}

/* Dislike Button - Special Styling */
.dt_ldl_prof li.dislike a {
    color: #6c757d;
}

.dt_ldl_prof li.dislike a.lk_active {
    background: #f8f9fa;
    font-weight: 500;
}

/* Message Button - Blue Accent */
.dt_ldl_prof li a[id="btn_open_private_conversation"] {
    color: #2196f3;
}

.dt_ldl_prof li a[id="btn_open_private_conversation"]:hover {
    background: #e3f2fd;
}

/* Gift Button - Red Accent */
.dt_ldl_prof li a[data-ajax-callback="callback_open_gift_model"] {
    color: #E2574C;
}

.dt_ldl_prof li a[data-ajax-callback="callback_open_gift_model"]:hover {
    background: #ffebee;
}

/* Block/Report Buttons - Subtle */
.dt_ldl_prof li a.block_text,
.dt_ldl_prof li a.report_text {
    color: #666;
}

.dt_ldl_prof li a.block_text:hover,
.dt_ldl_prof li a.report_text:hover {
    background: #f5f5f5;
    color: #444;
}

/* Admin Edit Button - Purple Accent */
.dt_ldl_prof li a.dt_edt_prof_link {
    color: #6b669c;
    font-weight: 500;
}

.dt_ldl_prof li a.dt_edt_prof_link:hover {
    background: #f3f2f8;
}

/* Profile Action Buttons */
.profile-action-buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.btn-like,
.btn-dislike {
    flex: 1;
    background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3) !important;
    transition: all 0.3s ease !important;
}

.btn-dislike {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%) !important;
    box-shadow: 0 2px 8px rgba(108, 117, 125, 0.3) !important;
}

.btn-like:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4) !important;
}

.btn-dislike:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.4) !important;
}

/* Badges */
.badge {
    background: #f8f9fa;
    color: #666;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #e8eaed;
}

.badge--success {
    background: #e8f5e9;
    color: #2e7d32;
    border-color: #a5d6a7;
}

.badge svg {
    width: 12px;
    height: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dt_user_info .info h2 {
        font-size: 20px;
    }

    .about_block {
        padding: 16px;
    }

    .about_block h4 {
        font-size: 15px;
    }

    .dt_profile_info .row {
        margin-bottom: 8px;
    }

    .dt_cp_l_photos {
        aspect-ratio: 1/1;
    }

    .profile-action-buttons {
        flex-direction: row;
    }

    .btn-like,
    .btn-dislike {
        width: 44px !important;
        height: 44px !important;
    }
}

@media (max-width: 480px) {
    .dt_user_profile {
        border-radius: 8px;
        margin-bottom: 8px;
    }

    .about_block {
        padding: 12px;
    }
}

/* ========================================
   Refactored Inline Styles
   ======================================== */

/* Social List Styles */
.dt_user_social {
    padding-top: 5px;
}

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

.dt_user_social li.gplus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #6f7985;
    height: 36px;
    line-height: 36px;
    padding: 15px;
    margin: 0;
}

/* Social Action Labels */
.social-action-label {
    font-size: 13px;
}

/* SVG Icon Sizing */
.svg-icon-social {
    margin-right: 10px;
    width: 22px;
    margin-top: -2px;
}

.svg-icon-coin {
    margin-right: 10px;
    width: 22px;
    margin-top: -2px;
    height: 22px;
}

.svg-icon-gift {
    margin-right: 11px;
    margin-left: 1px;
    width: 20px;
    margin-top: -5px;
}

.svg-icon-location {
    height: 15px;
}

/* Gender Icons */
.gender-icon-male {
    margin-right: 4px;
    width: 17px;
    height: 17px;
    margin-bottom: -2px;
}

.gender-icon-female {
    margin-right: 4px;
    width: 17px;
    height: 17px;
    margin-bottom: -1px;
}

/* Profile Info Styles */
.profile-age-text {
    margin-left: 0;
}

.profile-gender-name {
    font-weight: 600;
    padding-right: 10px;
}

/* Premium & Popularity Styles */
.premium-color {
    color: #dd3800;
}

.popularity-score {
    color: #a33596;
}

/* Floating Action Button (Mobile) */
.fab-upload-mobile {
    bottom: 100px;
    position: fixed;
    right: 32px;
}

/* Video Player */
.video-player-hidden {
    display: none;
}

/* Progress Bars - Initial State */
.progress-initial {
    width: 0%;
}

/* Commented Code Styles (for reference) */
.btn-upload-lock {
    width: 30px;
    float: left;
}

.btn-upload-delete {
    width: 30px;
    float: right;
}

.btn-upload-icon {
    width: 25px;
    height: 25px;
}

/* Apple-Inspired Typography */
.hot-page-typography {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Content Sections - Ultra Compact (matching city page) */
.hot-section {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid #e7e8ec;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.hot-section-header {
    padding: 16px 20px;
    border-bottom: none;
    min-height: 56px;
}

.hot-section-header .btn {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px; /* matches typical button height */
    margin: 0; /* prevent spacing changes */
}

.hot-section-title {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: #4b4b4b;
    margin: 0;
    letter-spacing: -0.01em;
}

.hot-section-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 1px;
    opacity: 0.9;
    color:#8080bf;
}

.hot-section-content {
    padding: 0 20px 20px;
}

/* Match Users Container */
.hot-match-container {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e7e8ec;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 12px;
}

.hot-match-content {
    padding: 20px;
}

/* Empty State Styling */
.hot-empty-state {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e7e8ec;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* Load More Button Styling */
.hot-load-more {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

.hot-load-more .btn {
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
    min-width: 150px;
    justify-content: center;
}

.hot-load-more .btn:hover {
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(107, 102, 156, 0.3);
}

/* Announcement Styling */
.home-announcement {
    margin-bottom: 16px;
}

.home-announcement .alert {
    background: #ffffff !important;
    border-radius: 12px;
    border: 1px solid #e7e8ec;
    padding: 16px 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hot-section-header {
        padding: 12px 16px;
    }

    .hot-section-content {
        padding: 0 16px 16px;
    }

    .hot-match-content {
        padding: 16px;
    }

    .hot-section-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hot-section-header {
        padding: 12px;
    }

    .hot-section-content {
        padding: 0 12px 12px;
    }

    .hot-match-content {
        padding: 12px;
    }
}

/* ========================================
   LANDING PAGE - APPLE-INSPIRED DESIGN
   Redesigned: 2025-10-09
   Matches city page minimalist aesthetic
   ======================================== */

/* Global Landing Page Typography */
.landing-typography {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Landing Page Container */
.landing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

/* ========================================
   PARALLAX HERO SECTION
   ======================================== */

/* Parallax Container for Hero */
.landing-parallax-hero {
    min-height: 303px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.landing-parallax-hero .parallax img {
    opacity: 0.15;
    filter: blur(2px);
}

/* Glass Effect for Hero Card on Parallax */
.landing-hero-glass {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
}

/* ========================================
   HERO SECTION
   ======================================== */

.landing-hero {
    background: #ffffffe6;
    border-radius: 12px;
    overflow: visible; /* Changed from hidden to allow parallax */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin: 40px auto 40px; /* Increased top margin for parallax effect */
    border: 1px solid rgba(231, 232, 236, 0.5); /* Semi-transparent for glass effect */
    padding: 30px 30px 30px 30px;
    text-align: center;
    width: 94%;
}

.landing-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.landing-hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #353535;
    margin: 0 0 16px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 2px 3px #ffffff;
}

.landing-hero-subtitle {
    font-size: 18px;
    color: #686868;
    margin: 0 0 32px 0;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 1px 1px #ffffff;
}

.landing-hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.landing-hero-btn-primary {
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
    min-width: 160px;
    justify-content: center;
}

.landing-hero-btn-primary:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(107, 102, 156, 0.3);
}

.landing-hero-btn-secondary {
    background: transparent;
    color: #6b669c;
    border: 2px solid #70688f;
    border-radius: 8px;
    padding: 13px 32px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
    min-width: 160px;
    justify-content: center;
}

.landing-hero-btn-secondary:hover {
    color: #6b669c;
    border-color: #6b669c;
    background: rgba(107, 102, 156, 0.05);
}

/* ========================================
   FILTER SECTION
   ======================================== */

.landing-filters {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin: 22px auto 16px;
    border: 1px solid #e7e8ec;
    padding: 24px 28px;
}

.filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    align-items: end;
    max-width: 100%;
}

/* Responsive filter grid */
@media (max-width: 1024px) {
    .filter-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .filter-grid {
        grid-template-columns: 1fr;
    }
}

.filter-grid .input-field {
    margin: 0;
}

.filter-grid .input-field label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    position: relative; /* Override Materialize absolute positioning */
    transform: none;
    top: auto;
    left: auto;
    margin-bottom: 8px;
    display: block;
}

.filter-grid .input-field label.active {
    transform: none;
    font-size: 13px;
}

.filter-grid .input-field select {
    border: 1px solid #e7e8ec;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    background: #f8f9fa;
    transition: all 0.2s ease;
}

.filter-grid .input-field select:focus {
    border-color: #6b669c;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(107, 102, 156, 0.1);
}

.filter-submit-btn {
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
    min-width: 140px;
    justify-content: center;
    height: 48px;
}

.filter-submit-btn:hover {
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(107, 102, 156, 0.3);
}

/* ========================================
   HOW IT WORKS SECTION
   ======================================== */

.landing-how-it-works {
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin: 0 auto 0;
    border: 1px solid #e7e8ec;
    border-top: none;
    padding: 40px 32px;
}

.landing-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.landing-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
}

.landing-section-title::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    border-radius: 2px;
}

.how-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.how-step-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid #e8eaed;
    transition: all 0.3s ease;
    position: relative;
}

.how-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: #6b669c;
}

.step-icon {
    width: 122px;
    height: 122px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.step-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    letter-spacing: -0.01em;
    position: relative;
    display: inline-block;
    padding-right: 40px; /* Add padding to prevent overflow */
}

.step-number {
    position: absolute;
    top: -8px;
    right: -8px; /* Changed from -32px to prevent overflow */
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.step-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   LATEST USERS SECTION
   ======================================== */

.landing-users {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin: 0 auto 16px;
    border: 1px solid #e7e8ec;
    padding: 40px 32px;
    text-align: center;
}

.landing-users-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 32px 0;
    letter-spacing: -0.01em;
}

.users-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 100%;
    overflow: hidden;
}

.user-avatar-item {
    position: relative;
    transition: all 0.3s ease;
}

.user-avatar-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.user-avatar-item:hover img {
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(107, 102, 156, 0.3);
    border-color: #6b669c;
}

/* ========================================
   SUCCESS STORIES SECTION
   ======================================== */

.landing-stories {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin: 0 auto 16px;
    border: 1px solid #e7e8ec;
    padding: 40px 32px;
}

.landing-stories-header {
    text-align: center;
    margin-bottom: 32px;
}

.landing-stories-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
}

.landing-stories-title::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    border-radius: 2px;
}

.story-carousel {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.story-carousel .carousel {
    overflow: visible;
}

.story-carousel .carousel-item {
    width: 100%;
}

.story-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    border: 1px solid #e8eaed;
    max-width: 700px;
    margin: 0 auto;
}

.story-avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
}

.story-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.story-avatar:last-child {
    margin-left: -20px;
}

.story-quote {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 16px 0;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.story-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   ABOUT PAGE TABS
   ======================================== */

.about-tabs-container {
    background: #ffffff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin: 0 auto 0;
    border: 1px solid #e7e8ec;
    border-bottom: none;
    overflow: hidden;
}

.about-tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    border-bottom: 2px solid #e7e8ec;
}

.about-tab {
    flex: 1;
    text-align: center;
    position: relative;
}

.about-tab a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 20px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.about-tab .tab-icon {
    width: 20px;
    height: 20px;
    fill: #666;
    transition: all 0.3s ease;
}

.about-tab:hover a {
    color: #6b669c;
    background: rgba(107, 102, 156, 0.05);
}

.about-tab:hover .tab-icon {
    fill: #6b669c;
}

.about-tab.active a {
    color: #6b669c;
    background: #ffffff;
    border-bottom-color: #ffffff;
}

.about-tab.active .tab-icon {
    fill: #6b669c;
}

.about-tab-content-wrapper {
    position: relative;
    min-height: 400px;
}

.about-tab-content {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}

.about-tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Tabs */
@media (max-width: 768px) {
    .about-tabs {
        flex-direction: column;
    }

    .about-tab {
        border-bottom: 1px solid #e7e8ec;
    }

    .about-tab:last-child {
        border-bottom: none;
    }

    .about-tab a {
        padding: 14px 16px;
        font-size: 14px;
        border-bottom: none;
        border-left: 3px solid transparent;
    }

    .about-tab.active a {
        border-bottom: none;
        border-left-color: #6b669c;
    }
}

@media (max-width: 480px) {
    .about-tab .tab-icon {
        width: 18px;
        height: 18px;
    }

    .about-tab a {
        font-size: 13px;
        padding: 12px 14px;
        gap: 6px;
    }
}

/* ========================================
   TERMS & PRIVACY CONTENT SECTIONS
   ======================================== */

.terms-content-section {
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin: 0 auto 0;
    border: 1px solid #e7e8ec;
    border-top: none;
    padding: 5px 32px;
}

.terms-section-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.terms-section-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.dt_terms_content_body {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    color: #333;
}

.dt_terms_content_body h1,
.dt_terms_content_body h2,
.dt_terms_content_body h3,
.dt_terms_content_body h4 {
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.dt_terms_content_body h1 {
    font-size: 28px;
}

.dt_terms_content_body h2 {
    font-size: 24px;
}

.dt_terms_content_body h3 {
    font-size: 20px;
}

.dt_terms_content_body h4 {
    font-size: 18px;
}

.dt_terms_content_body p {
    margin-bottom: 16px;
    color: #444;
}

.dt_terms_content_body ul,
.dt_terms_content_body ol {
    /* margin: 16px 0; */
    /* padding-left: 30px; */
}

.dt_terms_content_body li {
    margin-bottom: 1px;
    color: #444;
}

.dt_terms_content_body a {
    color: #6b669c;
    text-decoration: none;
    border-bottom: 0px solid transparent;
    transition: all 0.3s ease;
}

.dt_terms_content_body a:hover {
    color: #8b83b8;
    /* border-bottom-color: #8b83b8; */
}

.dt_terms_content_body strong,
.dt_terms_content_body b {
    color: #1a1a1a;
    font-weight: 600;
}

.dt_terms_content_body em {
    color: #666;
    font-style: italic;
}

.dt_terms_content_body blockquote {
    border-left: 4px solid #6b669c;
    padding-left: 20px;
    margin: 20px 0;
    color: #555;
    font-style: italic;
}

.dt_terms_content_body code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #d63384;
}

.dt_terms_content_body pre {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 6px;
    overflow-x: auto;
    margin: 20px 0;
}

.dt_terms_content_body table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.dt_terms_content_body table th,
.dt_terms_content_body table td {
    padding: 12px;
    border: 1px solid #e7e8ec;
    text-align: left;
}

.dt_terms_content_body table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #1a1a1a;
}

.dt_terms_content_body table tr:hover {
    background: #f8f9fa;
}

/* Responsive Terms Content */
@media (max-width: 768px) {
    .terms-content-section {
        padding: 30px 20px;
    }

    .terms-section-header h3 {
        font-size: 20px;
    }

    .dt_terms_content_body {
        font-size: 15px;
    }

    .dt_terms_content_body h1 {
        font-size: 24px;
    }

    .dt_terms_content_body h2 {
        font-size: 20px;
    }

    .dt_terms_content_body h3 {
        font-size: 18px;
    }

    .dt_terms_content_body h4 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .terms-content-section {
        padding: 25px 16px;
    }

    .dt_terms_content_body {
        font-size: 14px;
    }
}

/* ========================================
   STORY SECTION
   ======================================== */

.landing-story {
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin: 0 auto 0;
    border: 1px solid #e7e8ec;
    border-top: none;
    padding: 40px 32px;
}

.story-content {
    max-width: 800px;
    margin: 0 auto;
}

.story-text {
    text-align: left;
}

.story-paragraph {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin: 0 0 20px 0;
    text-align: justify;
}

.story-opening {
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 500;
}

.story-closing {
    font-size: 16px;
    color: #6b669c;
    font-weight: 500;
    margin-bottom: 0;
}

/* ========================================
   MISSION SECTION
   ======================================== */

.landing-mission {
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin: 0 auto 0;
    border: 1px solid #e7e8ec;
    border-top: none;
    padding: 40px 32px;
}

.mission-subtitle {
    font-size: 16px;
    color: #666;
    margin: 8px 0 0 0;
    font-weight: 400;
    font-style: italic;
}

.mission-content {
    max-width: 1000px;
    margin: 0 auto;
}

.mission-intro {
    text-align: center;
    margin-bottom: 40px;
}

.mission-paragraph {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin: 0 0 16px 0;
}

.mission-highlight {
    font-size: 20px;
    color: #6b669c;
    font-weight: 600;
    margin-bottom: 0;
}

.mission-values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin: 40px 0;
}

.mission-value-card {
    background: #ffffff;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid #e8eaed;
    transition: all 0.3s ease;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); */
}

.mission-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(107, 102, 156, 0.15);
    border-color: #8a8a8a;
}

.mission-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.mission-value-card:hover .mission-icon {
    transform: scale(1.1) rotate(5deg);
}

.mission-icon svg {
    width: 32px;
    height: 32px;
    fill: white;
}

.mission-value-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    letter-spacing: -0.01em;
}

.mission-value-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

.mission-closing {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #e7e8ec;
}

.mission-final {
    font-size: 17px;
    color: #444;
    max-width: 700px;
    margin: 0 auto 20px;
}

.mission-signature {
    font-size: 20px;
    font-weight: 600;
    color: #6b669c;
    margin: 0;
}

/* ========================================
   FEATURES SECTION
   ======================================== */

.landing-features {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin: 16px auto 0;
    border: 1px solid #e7e8ec;
    padding: 40px 32px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 11px;
    /* margin-top: 40px; */
    max-width: 100%;
}

/* Better breakpoint for features grid */
@media (max-width: 900px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}

.feature-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 32px 25px;
    text-align: center;
    border: 1px solid #e8eaed;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: #6b669c;
}

.feature-icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon-wrapper {
    transform: scale(1.1);
}

.feature-icon-wrapper svg {
    width: 32px;
    height: 32px;
    fill: white;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    letter-spacing: -0.01em;
}

.feature-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   CTA SECTION
   ======================================== */

.landing-cta {
    background: linear-gradient(135deg, #6b669c 0%, #8b83b8 100%);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(107, 102, 156, 0.3);
    margin: 0 auto 20px;
    padding: 48px 40px;
    text-align: center;
}

.landing-cta-title {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 24px 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.landing-cta-btn {
    background: #ffffff;
    color: #6b669c;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
    min-width: 160px;
    justify-content: center;
}

.landing-cta-btn:hover {
    color: #6b669c;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

/* ========================================
   RESPONSIVE DESIGN - LANDING PAGE
   ======================================== */

/* Tablet (max-width: 768px) */
@media (max-width: 768px) {
    /* Disable parallax on mobile for performance */
    .landing-parallax-hero {
        min-height: auto;
        background: #f6f7f8;
    }

    .landing-parallax-hero .parallax {
        display: none;
    }

    .landing-hero-glass {
        background: #ffffff;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    /* Prevent horizontal scroll on all devices */
    body {
        overflow-x: hidden;
    }

    .landing-typography,
    .landing-container,
    .landing-hero,
    .landing-filters,
    .landing-how-it-works,
    .landing-users,
    .landing-stories,
    .landing-features,
    .landing-cta {
        max-width: 100%;
        overflow-x: hidden;
    }

    .landing-container {
        padding: 0 16px;
    }

    .landing-hero {
        padding: 40px 24px;
        margin: 16px auto 12px;
    }

    .landing-hero-title {
        font-size: 32px;
    }

    .landing-hero-subtitle {
        font-size: 16px;
    }

    .landing-hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .landing-hero-btn-primary,
    .landing-hero-btn-secondary {
        width: 100%;
        max-width: 300px;
    }

    .landing-filters {
        padding: 20px 16px;
    }

    .filter-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .landing-how-it-works,
    .landing-users,
    .landing-stories,
    .landing-features,
    .landing-story,
    .landing-mission,
    .landing-cta {
        padding: 32px 20px;
    }

    .story-paragraph {
        font-size: 15px;
        text-align: left;
    }

    .mission-values {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mission-value-text {
        text-align: center;
    }

    .landing-section-title,
    .landing-stories-title {
        font-size: 26px;
    }

    .how-steps-grid,
    .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .landing-users-title {
        font-size: 24px;
    }

    .user-avatar-item img {
        width: 64px;
        height: 64px;
    }

    .story-card {
        padding: 24px 16px;
        max-width: 100%;
    }

    .story-avatars {
        margin-bottom: 20px;
    }

    .story-quote {
        font-size: 18px;
    }

    .landing-cta-title {
        font-size: 24px;
    }
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .landing-container {
        padding: 0 12px;
    }

    .landing-hero {
        padding: 32px 20px;
               margin: 20px auto 12px;
    }

    .landing-hero-title {
        font-size: 28px;
    }

    .landing-hero-subtitle {
        font-size: 15px;
        margin-bottom: 24px;
    }

    /* Ensure minimum touch target size of 44x44px */
    .landing-hero-btn-primary,
    .landing-hero-btn-secondary,
    .filter-submit-btn,
    .landing-cta-btn {
        min-height: 44px;
        padding: 12px 24px;
        font-size: 15px;
    }

    .landing-filters {
        padding: 16px 12px;
    }

    .landing-how-it-works,
    .landing-users,
    .landing-stories,
    .landing-features,
    .landing-story,
    .landing-mission,
    .landing-cta {
        padding: 24px 16px;
    }

    .story-paragraph {
        font-size: 14px;
    }

    .story-opening,
    .story-closing {
        font-size: 15px;
    }

    .mission-highlight {
        font-size: 18px;
    }

    .mission-final {
        font-size: 15px;
    }

    .mission-signature {
        font-size: 18px;
    }

    .landing-section-title,
    .landing-stories-title {
        font-size: 22px;
    }

    .landing-section-title::before,
    .landing-stories-title::before {
        width: 30px;
        height: 2px;
    }

    .how-step-card,
    .feature-card {
        padding: 24px 16px;
    }

    .step-icon {
        width: 64px;
        height: 64px;
    }

    .step-title {
        font-size: 18px;
        padding-right: 36px;
    }

    /* Fix step number positioning on mobile */
    .step-number {
        width: 24px;
        height: 24px;
        font-size: 12px;
        right: 0;
        top: -12px;
    }

    .landing-users-title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .users-grid {
        gap: 12px;
    }

    .user-avatar-item img {
        width: 56px;
        height: 56px;
    }

    .story-card {
        padding: 20px 16px;
    }

    .story-avatar {
        width: 56px;
        height: 56px;
    }

    .story-quote {
        font-size: 16px;
    }

    .story-description {
        font-size: 14px;
    }

    .feature-icon-wrapper {
        width: 56px;
        height: 56px;
    }

    .feature-icon-wrapper svg {
        width: 28px;
        height: 28px;
    }

    .feature-title {
        font-size: 16px;
    }

    .landing-cta {
        padding: 32px 20px;
    }

    .landing-cta-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .landing-cta-btn {
        width: 100%;
        max-width: 280px;
    }
}
.rand_bottom_bar { margin-top: 15px;}

.btn.waves-effect.like {
height: 38px;
    background-color: #d76008;
}
.auth-header {
    text-align: center;
    padding: 0px 0 0px 0;
    margin-bottom: 0px;
}

.auth-header .auth-brand-text {
    font-size: 28px;
    font-weight: 700;
    color: #6b669c;
    letter-spacing: 1px;
}
.auth-header .auth-tagline {
    color: #999;
    font-size: 14px;
    margin-top: 8px;
}

/* ========================================
   END LANDING PAGE STYLES
   ======================================== */

/* ========================================
   CUSTOM FIXES - Merged from default.css
   Created: 2025-10-12
   Purpose: Fix blank space in user cards, distance slider color, and location icon logic
   ======================================== */

/* ========================================
   FIX 1: Remove Blank Space in Random Users Display
   ======================================== */

/* Fix excessive margin-bottom on user cards */
.dt_ltst_users .dt_home_rand_user .card {
    padding: 0px 0px 20px !important;
    margin-bottom: 15px !important;
    flex: 1 1 auto;
    min-height: 274px !important;
}

/* Adjust bottom bar positioning to reduce gap */
.dt_home_rand_user .rand_bottom_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: -15px !important;
    left: 0;
}

/* Ensure consistent spacing in user grid */
.dt_ltst_users .row {
    margin-bottom: 0 !important;
}

.dt_ltst_users .row .col {
    margin-bottom: 0 !important;
}

/* Remove extra padding from user card container */
.dt_home_rand_user {
    margin-bottom: 0 !important;
}

/* ========================================
   FIX 2: Distance Slider Purple Color
   ======================================== */

/* Distance slider thumb - Purple branding color */
.range-field input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #6b669c !important; /* Official purple branding color */
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(107, 102, 156, 0.3);
    transition: all 0.2s ease;
}

.range-field input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 2px 6px rgba(107, 102, 156, 0.4);
    background: #6b669c !important;
}

.range-field input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #6b669c !important; /* Official purple branding color */
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 1px 3px rgba(107, 102, 156, 0.3);
    transition: all 0.2s ease;
}

.range-field input[type="range"]::-moz-range-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 2px 6px rgba(107, 102, 156, 0.4);
    background: #6b669c !important;
}

/* Distance slider track */
.range-field input[type="range"] {
    cursor: pointer;
    width: 100%;
    height: 4px;
    background: #e8eaed;
    border-radius: 2px;
    outline: none;
}

/* Disabled state */
.range-field input[type="range"]:disabled::-webkit-slider-thumb {
    background: #adb5bd !important;
    cursor: not-allowed;
}

.range-field input[type="range"]:disabled::-moz-range-thumb {
    background: #adb5bd !important;
    cursor: not-allowed;
}

/* ========================================
   FIX 3: Mobile Responsiveness
   ======================================== */

@media only screen and (max-width: 768px) {
    /* Reduce card spacing on mobile */
    .dt_ltst_users .dt_home_rand_user .card {
        padding: 0px 0px 15px !important;
        margin-bottom: 10px !important;
    }

    .dt_home_rand_user .rand_bottom_bar {
        bottom: -12px !important;
    }

    /* Location filter stacking */
    .dt_hm_filtr_loc {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .dt_hm_filtr_loc label {
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    /* Further reduce spacing on small screens */
    .dt_ltst_users .dt_home_rand_user .card {
        padding: 0px 0px 12px !important;
        margin-bottom: 8px !important;
    }

    .dt_home_rand_user .rand_bottom_bar {
        bottom: -10px !important;
    }
}

/* ========================================
   FIX 4: Additional Polish
   ======================================== */

/* Ensure smooth transitions */
.dt_hm_filtr_loc label b,
.range-field input[type="range"]::-webkit-slider-thumb,
.range-field input[type="range"]::-moz-range-thumb {
    transition: all 0.2s ease;
}

/* Prevent layout shifts */
.dt_ltst_users .card {
    box-sizing: border-box;
}

/* Consistent card heights */
.dt_home_rand_user {
    display: flex;
    flex-direction: column;
}
/* ========================================
   Developer Debugging System Styles
   ======================================== */

/* Dev block container with distinctive yellow/orange striped background */
.dev-block {
    position: relative;
    /* padding: 12px 14px; */
    /* margin: 12px 0; */
    background: repeating-linear-gradient(45deg, #fff6a0cf, #fff6a0cc 10px, #ffe680cc 10px, #ffe680bf 20px);
    border: 1px dashed #c98000;
    /* border-radius: 10px; */
    /* font-family: 'Courier New', Courier, monospace, system-ui, Arial; */
    /* font-size: 13px; */
    /* line-height: 1.5; */
    /* word-wrap: break-word; */
    display: -webkit-inline-box;
    overflow-x: auto;
    width: fit-content;
}

/* Dev tag label positioned at top-left */
.dev-tag {
    position: absolute;
    top: 5px;
    left: 10px;
    background: #c98000;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Arial, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Preformatted text within dev blocks */
.dev-block pre {
    margin: 8px 0 0 0;
    padding: 8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    overflow-x: auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    line-height: 1.4;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Different colors for different tag types */
.dev-block .dev-tag[data-type="sql"],
.dev-block .dev-tag:contains("SQL") {
    background: #0066cc;
}

.dev-block .dev-tag[data-type="flag"],
.dev-block .dev-tag:contains("FLAG") {
    background: #cc0066;
}

.dev-block .dev-tag[data-type="warning"],
.dev-block .dev-tag:contains("WARNING") {
    background: #ff6600;
}

.dev-block .dev-tag[data-type="error"],
.dev-block .dev-tag:contains("ERROR") {
    background: #cc0000;
}

.dev-block .dev-tag[data-type="info"],
.dev-block .dev-tag:contains("INFO") {
    background: #009688;
}

/* Dev block within responsive containers */
@media screen and (max-width: 768px) {
    .dev-block {
        margin: 8px 0;
        padding: 10px 12px;
        font-size: 12px;
    }
    
    .dev-tag {
        font-size: 10px;
        padding: 3px 6px;
    }
    
    .dev-block pre {
        font-size: 11px;
    }
}

/* Ensure dev blocks are visible above other elements */
.dev-block {
    z-index: 9999;
}

/* Print styles - hide dev blocks when printing */
@media print {
    .dev-block {
        display: none !important;
    }
}

/* ========================================
   MOBILE REGISTRATION & LOGIN FORMS FIX
   ======================================== */

/* Mobile-specific fixes for registration and login pages */
@media (max-width: 768px) {
    /* Fix container scrolling on mobile */
    .dt_user_profile_parent {
        min-height: auto !important;
        overflow-y: visible !important;
        position: relative !important;
    }

    .dt_user_profile_parent .row {
        margin-bottom: 0 !important;
    }

    /* Ensure forms are scrollable */
    .dt_user_profile.auth-form-compact {
        max-height: none !important;
        overflow-y: visible !important;
        margin-bottom: 20px;
    }

    /* Better form spacing on mobile */
    .auth-form-compact {
        padding: 16px !important;
    }

    .auth-form-compact .input-field {
        margin-bottom: 12px !important;
    }

    .auth-form-compact .input-field input {
        font-size: 16px !important; /* Prevents zoom on iOS */
        padding: 12px 10px !important;
        height: 48px !important;
    }

    .auth-form-compact .input-field label {
        font-size: 14px !important;
    }

    /* Button improvements */
    .auth-form-compact button[type="submit"],
    .auth-form-compact .btn {
        height: 48px !important;
        font-size: 16px !important;
        padding: 0 20px !important;
    }

    /* Checkbox and terms */
    .auth-form-compact label[for="termsCheckbox"] {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    /* Content cards on mobile */
    .auth-content-card {
        padding: 16px !important;
        margin-bottom: 12px !important;
    }

    .auth-content-card h3 {
        font-size: 15px !important;
    }

    .auth-content-card .content-body {
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    /* Extra small mobile devices */
    .auth-form-compact {
        padding: 12px !important;
    }

    .auth-form-compact h2 {
        font-size: 20px !important;
    }

    .auth-form-compact p {
        font-size: 13px !important;
        margin-bottom: 16px !important;
    }

    .auth-form-compact .input-field {
        margin-bottom: 10px !important;
    }

    .auth-form-compact .input-field input {
        height: 44px !important;
        font-size: 15px !important;
    }

    .auth-form-compact button[type="submit"],
    .auth-form-compact .btn {
        height: 44px !important;
        font-size: 15px !important;
    }
}

/* ========================================
   MOBILE CAMERA/PHOTO UPLOAD INTERFACE
   ======================================== */

/* Mobile-specific camera and photo upload styles */
@media (max-width: 768px) {
    /* Avatar selection on mobile */
    .dt_selct_avatar {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1;
        min-height: 150px;
        cursor: pointer;
        touch-action: manipulation;
    }

    /* Webcam container mobile optimization */
    .webcam_photo_verification,
    .webcam_capture_section {
        padding: 16px !important;
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .webcam_photo_verification h6,
    .webcam_capture_section h6 {
        font-size: 18px !important;
        margin-bottom: 12px !important;
        text-align: center !important;
        width: 100% !important;
    }

    .webcam_photo_verification p,
    .webcam_capture_section p {
        font-size: 14px !important;
        margin-bottom: 16px !important;
        text-align: center !important;
        width: 100% !important;
    }

    /* Webcam video container centering */
    .webcam-video-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: none !important;
        border: none !important;
    }

    /* Video preview on mobile */
    #webcam_video,
    .webcam-video-container video,
    video {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 400px !important;
        border-radius: 8px;
        display: block !important;
        margin: 0 auto !important;
        object-fit: cover !important;
        text-align: center !important;
    }

    /* Canvas for captured photo */
    #webcam_canvas,
    canvas {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        border-radius: 8px;
        display: block !important;
        margin: 0 auto !important;
    }

    /* Webcam preview and captured boxes */
    .webcam-preview-box,
    .webcam-captured-box {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 15px !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 15px !important;
    }

    /* Webcam controls */
    .webcam-controls {
        margin-top: 16px !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        flex-shrink: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .webcam-controls button,
    .webcam-controls .btn {
        width: 100% !important;
        max-width: 100% !important;
        height: 48px !important;
        font-size: 16px !important;
        flex-shrink: 0 !important;
        margin: 0 auto !important;
    }

    /* Zoom controls on mobile */
    .zoom-controls {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        justify-content: center !important;
        margin-bottom: 15px !important;
        width: 100% !important;
    }

    /* File input trigger for mobile camera */
    input[type="file"][accept*="image"] {
        /* Ensure native camera opens on mobile */
        cursor: pointer;
    }

    /* Photo upload progress */
    .progress {
        height: 6px !important;
        margin-top: 8px !important;
    }

    /* Verification photo containers */
    .qd_select_verifi_start {
        min-height: 180px !important;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .qd_select_verifi_start:active {
        transform: scale(0.98);
    }

    /* SVG icons in upload areas */
    .qd_select_verifi_start .svg-empty svg {
        width: 48px !important;
        height: 48px !important;
        opacity: 0.5;
    }
}

@media (max-width: 480px) {
    /* Extra small devices - optimize further */
    .dt_selct_avatar {
        min-height: 120px;
    }

    .webcam_photo_verification {
        padding: 12px !important;
    }

    .webcam_photo_verification h6 {
        font-size: 16px !important;
    }

    .webcam_photo_verification p {
        font-size: 13px !important;
    }

    /* CRITICAL FIX: Proper slider containment on mobile */
    .slider-ctr {
        overflow: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        position: relative;
        box-sizing: border-box !important;
    }

    .slider {
        height: auto !important;
        min-height: 100vh !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        transform: none !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .slider-form {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 100vh !important;
        padding: 15px !important;
        display: flex !important;
        flex-direction: column !important;
        float: none !important;
        flex-shrink: 0 !important;
        box-sizing: border-box !important;
    }

    /* CRITICAL: Remove padding from slider-form on webcam step (slider-three) */
    .slider-form.slider-three {
        padding: 0 !important;
    }

    /* Hide all slides except active one */
    .slider_container:not(.slider-one-active) .slider-one,
    .slider_container:not(.slider-two-active) .slider-two,
    .slider_container:not(.slider-three-active) .slider-three,
    .slider_container:not(.slider-four-active) .slider-four {
        display: none !important;
    }

    /* Show only active slide */
    .slider_container.slider-one-active .slider-one,
    .slider_container.slider-two-active .slider-two,
    .slider_container.slider-three-active .slider-three,
    .slider_container.slider-four-active .slider-four {
        display: flex !important;
    }

    /* FULL SCREEN CAMERA EXPERIENCE */
    .webcam_capture_section {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    /* Permission/Error boxes - clean and centered */
    .webcam-permission-box,
    .webcam-error-box {
        padding: 30px 20px !important;
        text-align: center !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .webcam-permission-box h6,
    .webcam-error-box h6 {
        font-size: 18px !important;
        margin-bottom: 12px !important;
    }

    .webcam-permission-box p,
    .webcam-error-box p {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }

    .webcam-permission-box .btn,
    .webcam-error-box .btn {
        min-height: 52px !important;
        font-size: 16px !important;
        border-radius: 10px !important;
        padding: 0 24px !important;
    }

    /* FULL SCREEN VIDEO PREVIEW */
    .webcam-preview-box {
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    .webcam-video-container {
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100vh - 300px) !important;
        margin: 0 auto !important;
        padding: 0 !important;
        position: relative;
        background: transparent !important;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: none !important;
    }

    #webcam_video,
    .webcam-video-container video,
    video {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        border-radius: 16px;
        display: block !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    /* Overlay guide - CRITICAL: Ensure overlay doesn't affect video centering */
    .webcam-overlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        pointer-events: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 10 !important;
    }

    .webcam-guide-circle {
        width: 280px !important;
        height: 280px !important;
        flex-shrink: 0 !important;
    }

    /* FULL SCREEN CAPTURED PHOTO */
    .webcam-captured-box {
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    .captured-photo-container {
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100vh - 300px) !important;
        margin: 0 auto 20px auto !important;
        padding: 0 !important;
        background: transparent !important;
        border-radius: 16px;
        overflow: hidden;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        border: none !important;
    }

    #webcam_canvas {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        object-fit: contain !important;
        border-radius: 16px;
        display: block !important;
        margin: 0 auto !important;
    }

    /* Controls - centered and optimized spacing */
    .webcam-controls {
        padding: 20px 0 !important;
        margin: 0 auto !important;
        background: transparent !important;
        border-radius: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .webcam-controls button,
    .webcam-controls .btn {
        width: 100% !important;
        max-width: 100% !important;
        height: 54px !important;
        min-height: 54px !important;
        font-size: 16px !important;
        border-radius: 12px !important;
        font-weight: 600 !important;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12) !important;
        transition: all 0.3s ease !important;
        margin: 0 auto !important;
    }

    /* Zoom controls - horizontal layout */
    .zoom-controls {
        display: flex !important;
        gap: 12px !important;
        margin: 0 auto !important;
        margin-bottom: 0 !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .zoom-controls button {
        flex: 1 !important;
        max-width: 45% !important;
        height: 50px !important;
        min-height: 50px !important;
        background: #fff !important;
        color: #6b669c !important;
        border: 2px solid #6b669c !important;
    }

    .zoom-controls button:hover,
    .zoom-controls button:active {
        background: #6b669c !important;
        color: #fff !important;
        transform: scale(0.98) !important;
    }

    #zoom-level-display {
        font-size: 18px !important;
        font-weight: 700 !important;
        min-width: 70px !important;
        color: #6b669c !important;
        text-align: center !important;
    }

    /* Capture button - prominent and centered */
    #btn-capture-photo {
        width: 100% !important;
        max-width: 400px !important;
        height: 64px !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        background: linear-gradient(135deg, #6b669c, #877dbc) !important;
        box-shadow: 0 6px 20px rgba(107, 102, 156, 0.4) !important;
        margin: 0 !important;
        border: none !important;
    }

    #btn-capture-photo:hover,
    #btn-capture-photo:active {
        transform: scale(0.98) !important;
        box-shadow: 0 4px 16px rgba(107, 102, 156, 0.5) !important;
    }

    #btn-capture-photo svg {
        width: 30px !important;
        height: 30px !important;
        margin-right: 8px !important;
    }

    /* Action buttons - side by side */
    .webcam-captured-box .webcam-controls {
        flex-direction: row !important;
        gap: 12px !important;
        padding: 20px 10px !important;
        width: 100% !important;
        max-width: 400px !important;
        margin: 0 auto !important;
    }

    #btn-retake-photo,
    #btn-use-photo {
        flex: 1 !important;
        height: 58px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    #btn-retake-photo {
        background: #fff !important;
        color: #6b669c !important;
        border: 2px solid #6b669c !important;
    }

    #btn-retake-photo:hover,
    #btn-retake-photo:active {
        background: #6b669c !important;
        color: #fff !important;
        transform: scale(0.98) !important;
    }

    #btn-use-photo {
        background: linear-gradient(135deg, #4CAF50, #66BB6A) !important;
        box-shadow: 0 4px 16px rgba(76, 175, 80, 0.4) !important;
        border: none !important;
    }

    #btn-use-photo:hover,
    #btn-use-photo:active {
        transform: scale(0.98) !important;
        box-shadow: 0 6px 20px rgba(76, 175, 80, 0.5) !important;
    }

    /* Header text - centered and compact on mobile */
    .webcam_capture_section h6 {
        font-size: 18px !important;
        margin-bottom: 12px !important;
        padding: 0 15px !important;
        text-align: center !important;
        font-weight: 600 !important;
        color: #333 !important;
    }

    .webcam_capture_section p {
        font-size: 14px !important;
        margin-bottom: 20px !important;
        padding: 0 15px !important;
        text-align: center !important;
        color: #666 !important;
        line-height: 1.5 !important;
    }

    .qd_select_verifi_start {
        min-height: 150px !important;
    }

    /* Fix footer positioning */
    .slider-form .step_footer {
        position: relative !important;
        margin-top: 20px;
        border-top: 1px solid #ddd;
        padding: 15px 5px;
        width: 100%;
    }
}

/* iPhone 13 Pro and iPhone 14 Pro Max specific fixes (390px-430px) */
@media (min-width: 390px) and (max-width: 430px) and (orientation: portrait) {
    /* Ensure perfect centering on iPhone 13 Pro and 14 Pro Max */
    .webcam_capture_section {
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .webcam-preview-box,
    .webcam-captured-box {
        padding: 0 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .webcam-video-container,
    .captured-photo-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
        border: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* CRITICAL: Center the video element itself */
    #webcam_video,
    .webcam-video-container video {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
        object-fit: cover !important;
        border-radius: 16px !important;
    }

    /* Ensure overlay doesn't interfere with centering on iPhone */
    .webcam-overlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        pointer-events: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 10 !important;
    }

    .webcam-guide-circle {
        width: 200px !important;
        height: 200px !important;
        flex-shrink: 0 !important;
    }

    .webcam-controls {
        width: 100% !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Ensure buttons are centered */
    .webcam-controls button,
    .webcam-controls .btn {
        margin: 10px auto !important;
        display: block !important;
    }

    /* Center zoom controls */
    .zoom-controls {
        width: 100% !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
    }

    /* Center text content */
    .webcam_capture_section h6,
    .webcam_capture_section p {
        padding: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Mobile landscape orientation fixes */
@media (max-width: 768px) and (orientation: landscape) {
    .slider {
        min-height: 100vh !important;
        height: auto !important;
    }

    .slider-form {
        min-height: 100vh !important;
        height: auto !important;
        padding: 15px 10px 60px !important;
        overflow-y: auto !important;
    }

    /* Remove padding from webcam step in landscape too */
    .slider-form.slider-three {
        padding: 0 !important;
    }

    .webcam-video-container {
        height: 60vh !important;
    }

    #webcam_video {
        max-height: 100% !important;
    }

    .captured-photo-container {
        height: 60vh !important;
    }

    .webcam-controls {
        margin-top: 10px !important;
        padding: 10px !important;
    }

    .webcam-controls button {
        height: 44px !important;
        min-height: 44px !important;
    }
}

/* Tablet and larger - ensure slider works normally */
@media (min-width: 481px) {
    .slider-ctr {
        overflow: hidden !important;
    }

    .slider {
        overflow: hidden !important;
        width: 2720px !important;
    }

    .slider-form {
        width: 680px !important;
        float: left !important;
    }
}

/* iOS-specific fixes for camera */
@supports (-webkit-touch-callout: none) {
    /* iOS Safari specific styles */
    input[type="file"][accept*="image"] {
        -webkit-appearance: none;
        appearance: none;
    }

    /* Prevent zoom on input focus */
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    select,
    textarea {
        font-size: 16px !important;
    }
}

/* Android-specific optimizations */
@media (max-width: 768px) and (orientation: portrait) {
    /* Portrait mode optimizations */
    .webcam_photo_verification .row .col {
        margin-bottom: 16px;
    }

    #webcam_video,
    video {
        object-fit: cover;
    }
}

/* ========================================
   Modern GDPR Cookie Consent Banner
   ======================================== */

/* Enhanced cookie consent styling with violet branding */
.cc-window {
    font-family: 'Inter', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(107, 102, 156, 0.2) !important;
    padding: 24px !important;
    max-width: 480px !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(107, 102, 156, 0.1) !important;
}

.cc-window.cc-banner {
    padding: 11px 25px !important;
    border-radius: 0 !important;
    max-width: 100% !important;
}

.cc-message {
    font-size: 12px !important;
    line-height: 1.6 !important;
    color: #3a3a3a !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}

.cc-link {
    color: #6b669c !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-bottom: 1px solid transparent !important;
    transition: all 0.2s ease !important;
    padding: 0 2px !important;
}

.cc-link:hover {
    color: #8b83b8 !important;
    border-bottom-color: #8b83b8 !important;
    opacity: 1 !important;
}

.cc-btn {
    border-radius: 10px !important;
    padding: 10px 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(107, 102, 156, 0.2) !important;
}

.cc-btn.cc-allow {
    background: linear-gradient(135deg, #6b669c, #8b83b8) !important;
    color: #ffffff !important;
}

.cc-btn.cc-allow:hover {
    background: linear-gradient(135deg, #8b83b8, #6b669c) !important;
    box-shadow: 0 4px 12px rgba(107, 102, 156, 0.35) !important;
    transform: translateY(-1px);
}

.cc-btn.cc-deny {
    background: #f3f4f8 !important;
    color: #6b669c !important;
    border: 1px solid rgba(107, 102, 156, 0.2) !important;
    box-shadow: none !important;
}

.cc-btn.cc-deny:hover {
    background: #e9eaef !important;
    border-color: rgba(107, 102, 156, 0.3) !important;
}

.cc-compliance {
    display: flex !important;
    gap: 12px !important;
    margin-top: 16px !important;
}

.cc-compliance .cc-btn {
    flex: 1 !important;
    min-width: auto !important;
    padding: .2em 0.8em!important;
    font-size: .7em!important;
    font-weight: 500!important;
}

/* Floating window positioning */
.cc-window.cc-floating {
    bottom: 24px !important;
    left: 24px !important;
}

/* Banner specific styles */
.cc-banner .cc-message {
    flex: 1 !important;
    padding-right: 20px !important;
}

.cc-banner .cc-compliance {
    margin-top: 0 !important;
    flex-shrink: 0 !important;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .cc-window {
        border-radius: 12px !important;
        padding: 20px !important;
        max-width: calc(100% - 32px) !important;
        margin: 16px !important;
    }

    .cc-window.cc-banner {
        border-radius: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
        flex-direction: column !important;
    }

    .cc-banner .cc-message {
        padding-right: 0 !important;
        margin-bottom: 16px !important;
    }

    .cc-compliance {
        flex-direction: column !important;
        width: 100% !important;
    }

    .cc-btn {
        width: 100% !important;
    }

    .cc-window.cc-floating {
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        border-radius: 16px 16px 0 0 !important;
    }
}

/* Animation improvements */
.cc-window.cc-invisible {
    opacity: 0 !important;
    transform: translateY(20px) !important;
}

.cc-window {
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Accessibility enhancements */
.cc-btn:focus {
    outline: 2px solid #6b669c !important;
    outline-offset: 2px !important;
}

.cc-link:focus {
    outline: 2px solid #6b669c !important;
    outline-offset: 2px !important;
    border-radius: 2px !important;
}

/* ========================================
   IPHONE-STYLE CAMERA INTERFACE OVERLAY
   ======================================== */

/* Camera Controls Overlay Container */
.camera-controls-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; /* Allow clicks to pass through to video */
    z-index: 15; /* Above face guide overlay (z-index: 10) */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Top Bar - Zoom Level Display */
.camera-top-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.zoom-level-badge {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Side Bar - Zoom Controls (Desktop & Tablet) */
.camera-side-bar {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    pointer-events: auto; /* Enable clicks on controls */
}

.camera-zoom-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.camera-zoom-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.camera-zoom-btn:active {
    transform: scale(0.95);
}

.camera-zoom-btn svg {
    width: 24px;
    height: 24px;
}

/* Zoom Slider (Visual Indicator) */
.zoom-slider-container {
    width: 4px;
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom-slider-track {
    width: 4px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    position: absolute;
}

.zoom-slider-fill {
    width: 4px;
    height: 0%;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    transition: height 0.2s ease;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

/* Bottom Bar - Mobile Zoom Controls */
.camera-bottom-bar {
    display: none; /* Hidden on desktop, shown on mobile */
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: auto;
}

.camera-zoom-btn-mobile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.camera-zoom-btn-mobile:active {
    transform: scale(0.9);
    background: rgba(0, 0, 0, 0.9);
}

.camera-zoom-btn-mobile svg {
    width: 28px;
    height: 28px;
}

.zoom-level-mobile {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* ========================================
   DESKTOP IMPROVEMENTS
   ======================================== */

/* Larger video container on desktop */
@media (min-width: 769px) {
    .webcam-video-container {
        max-width: 640px !important;
        height: 480px !important;
        margin: 0 auto !important;
    }

    #webcam_video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    /* Webcam controls container on desktop */
    .webcam-controls {
        width: 100% !important;
        max-width: 640px !important;
        margin: 20px auto 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 16px !important;
    }

    /* Larger capture button on desktop */
    #btn-capture-photo {
        min-height: 60px !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        padding: 16px 32px !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 16px rgba(107, 102, 156, 0.3) !important;
        width: auto !important;
        min-width: 280px !important;
    }

    #btn-capture-photo svg {
        width: 20px !important;
        height: 20px !important;
        margin: 0px 0px -2px -5px;
    }

    /* Show side bar zoom controls on desktop */
    .camera-side-bar {
        display: flex !important;
    }

    /* Hide mobile bottom bar on desktop */
    .camera-bottom-bar {
        display: none !important;
    }

    /* Larger face guide circle on desktop */
    .webcam-guide-circle {
        width: 320px !important;
        height: 320px !important;
    }
}

/* Large desktop screens */
@media (min-width: 1200px) {
    .webcam-video-container {
        max-width: 800px !important;
        height: 383px !important;
    }

    /* Webcam controls container on large desktop */
    .webcam-controls {
        max-width: 800px !important;
        margin: 12px auto 0 auto !important;
    }

    .webcam-guide-circle {
        width: 360px !important;
        height: 360px !important;
    }

    #btn-capture-photo {
        min-height: 53px !important;
        font-size: 16px !important;
        padding: 18px 40px !important;
        width: 100% !important;
    }
}

/* ========================================
   MOBILE IMPROVEMENTS (TABLET)
   ======================================== */

@media (max-width: 768px) {
    /* Hide desktop side bar on tablet/mobile */
    .camera-side-bar {
        display: none !important;
    }

    /* Show mobile bottom bar */
    .camera-bottom-bar {
        display: flex !important;
    }

    /* Larger video container on tablet */
    .webcam-video-container {
        max-width: 100% !important;
        height: calc(100vh - 280px) !important;
        min-height: 400px !important;
    }

    /* Larger capture button on tablet */
    #btn-capture-photo {
        min-height: 56px !important;
        font-size: 17px !important;
        font-weight: 600 !important;
        padding: 14px 28px !important;
    }

    #btn-capture-photo svg {
        width: 28px !important;
        height: 28px !important;
    }
}

/* ========================================
   MOBILE IMPROVEMENTS (PHONE - MAX 480PX)
   MAINTAINS EXISTING CENTERING FIXES
   ======================================== */

@media (max-width: 480px) {
    /* Maximize video area while maintaining centering */
    .webcam-video-container {
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100vh - 260px) !important;
        min-height: 450px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: none !important;
        box-shadow: none !important;
    }

    /* Video stays centered and fills container */
    #webcam_video {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
        display: block !important;
        margin: 0 auto !important;
    }

    /* Larger, more touch-friendly capture button */
    #btn-capture-photo {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 64px !important;
        height: 64px !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        padding: 18px 24px !important;
        border-radius: 14px !important;
        box-shadow: 0 6px 24px rgba(107, 102, 156, 0.4) !important;
        margin-top: 16px !important;
    }

    #btn-capture-photo svg {
        width: 32px !important;
        height: 32px !important;
        margin-right: 10px !important;
    }

    /* Mobile zoom controls - larger touch targets */
    .camera-zoom-btn-mobile {
        width: 56px !important;
        height: 56px !important;
        border-width: 2.5px !important;
    }

    .camera-zoom-btn-mobile svg {
        width: 32px !important;
        height: 32px !important;
    }

    .zoom-level-mobile {
        font-size: 18px !important;
        font-weight: 700 !important;
        min-width: 70px !important;
    }

    /* Adjust top bar for mobile */
    .camera-top-bar {
        padding: 12px !important;
    }

    .zoom-level-badge {
        padding: 6px 14px !important;
        font-size: 13px !important;
    }

    /* Adjust bottom bar spacing */
    .camera-bottom-bar {
        padding: 20px 16px !important;
        gap: 24px !important;
    }

    /* Face guide circle - maintain existing size */
    .webcam-guide-circle {
        width: 280px !important;
        height: 280px !important;
        flex-shrink: 0 !important;
    }

    /* Ensure overlay doesn't break centering (maintain existing fix) */
    .webcam-overlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        pointer-events: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 10 !important;
    }

    /* Camera controls overlay - ensure it doesn't interfere */
    .camera-controls-overlay {
        z-index: 15 !important;
    }
}

/* ========================================
   IPHONE-SPECIFIC IMPROVEMENTS (13/14 PRO)
   MAINTAINS EXISTING CENTERING FIXES
   ======================================== */

@media (min-width: 390px) and (max-width: 430px) and (orientation: portrait) {
    /* Maximize video area for iPhone screens */
    .webcam-video-container {
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100vh - 240px) !important;
        min-height: 500px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
        border-radius: 16px !important;
    }

    /* CRITICAL: Center the video element itself (maintain existing fix) */
    #webcam_video {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    /* Ensure overlay doesn't interfere with centering (maintain existing fix) */
    .webcam-overlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        pointer-events: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 10 !important;
    }

    /* Smaller face guide circle for iPhone (maintain existing size) */
    .webcam-guide-circle {
        width: 200px !important;
        height: 200px !important;
        flex-shrink: 0 !important;
    }

    /* Camera controls overlay */
    .camera-controls-overlay {
        z-index: 15 !important;
    }

    /* Larger capture button for iPhone */
    #btn-capture-photo {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 68px !important;
        height: 68px !important;
        font-size: 19px !important;
        font-weight: 700 !important;
        padding: 20px 28px !important;
        border-radius: 16px !important;
        box-shadow: 0 8px 28px rgba(107, 102, 156, 0.45) !important;
        margin-top: 18px !important;
    }

    #btn-capture-photo svg {
        width: 34px !important;
        height: 34px !important;
        margin-right: 12px !important;
    }

    /* iPhone zoom controls - optimized touch targets */
    .camera-zoom-btn-mobile {
        width: 60px !important;
        height: 60px !important;
        border-width: 3px !important;
        box-shadow: 0 3px 16px rgba(0, 0, 0, 0.5) !important;
    }

    .camera-zoom-btn-mobile svg {
        width: 34px !important;
        height: 34px !important;
    }

    .zoom-level-mobile {
        font-size: 19px !important;
        font-weight: 700 !important;
        min-width: 75px !important;
        letter-spacing: 0.5px !important;
    }

    /* Adjust bottom bar for iPhone */
    .camera-bottom-bar {
        padding: 24px 20px !important;
        gap: 28px !important;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%) !important;
    }

    /* Top bar adjustments */
    .camera-top-bar {
        padding: 14px !important;
    }

    .zoom-level-badge {
        padding: 7px 16px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
    }

    /* Webcam controls container */
    .webcam-controls {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 16px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

