/* =========================================
   DREAMDATE24-UI.CSS
   Seitenmodule / Profile / Dashboard / Chat
   ========================================= */

.brdr_bttm{
    border-bottom:1px solid #eaecf0;
    padding-bottom:18px;
}

.my{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    align-items:flex-start;
}

.my_l{
    flex:1 1 68%;
    min-width:320px;
    background:#fff;
    border:1px solid #e7eaf0;
    border-radius:24px;
    padding:20px;
    box-shadow:0 8px 24px rgba(16,24,40,.05);
}

.my_r{
    flex:1 1 28%;
    min-width:280px;
    background:#fff;
    border:1px solid #e7eaf0;
    border-radius:24px;
    padding:18px;
    box-shadow:0 8px 24px rgba(16,24,40,.05);
}

.my_r ul{
    margin:8px 0 0 0;
}

.my_r ul li{
    padding:8px 0;
    border-bottom:1px solid #f2f4f7;
}

.my_r ul li:last-child{
    border-bottom:none;
}

.my_flirt_code{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:180px;
    min-height:68px;
    margin:12px auto 8px;
    padding:10px 20px;
    border-radius:18px;
    background:linear-gradient(135deg, #111827, #344054);
    color:#fff;
    font-size:28px;
    font-weight:800;
    letter-spacing:.12em;
    box-shadow:0 12px 26px rgba(17,24,39,.20);
}

.my_flirtcode_table{
    width:100%;
    border-collapse:separate;
    border-spacing:0 10px;
    margin-top:15px;
}

.my_flirtcode_table tr td{
    padding:10px 12px;
    vertical-align:top;
}

.my_flirtcode_table tr.blueback td{
    background:rgba(255,51,102,.08);
}

.my_msg{
    display:block;
    padding:14px;
    margin-bottom:12px;
    border:1px solid #eaecf0;
    border-radius:20px;
    background:#fff;
    box-shadow:0 3px 10px rgba(16,24,40,.04);
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.my_msg:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 26px rgba(16,24,40,.08);
    border-color:rgba(255,51,102,.22);
}

.my_msg_pic{
    float:left;
    width:56px;
    height:56px;
    margin-right:12px;
    border-radius:50%;
    background:#f3f4f6 no-repeat center center;
    background-size:cover;
    border:1px solid #e5e7eb;
}

.my_msg_status{
    float:left;
    font-weight:700;
    font-size:15px;
    color:#111827;
    margin-top:2px;
}

.my_last_msg{
    float:right;
    color:#667085;
    margin-top:4px;
}

.my_msg_msg{
    padding-top:10px;
    color:#475467;
    line-height:1.5;
}

.priority{
    width:100%;
}

.prio_head{
    font-size:14px;
    font-weight:700;
    color:#111827;
    margin-bottom:10px;
}

.prio_check{
    float:left;
    min-width:82px;
    margin:0 8px 8px 0;
    padding:10px 12px;
    border:1px solid #e5e7eb;
    border-radius:999px;
    background:#fff;
    font-size:12px;
    color:#344054;
    text-align:center;
    cursor:pointer;
    transition:all .18s ease;
    box-shadow:0 1px 2px rgba(16,24,40,.03);
}

.prio_check:hover,
.prio_check.active{
    background:linear-gradient(135deg, #ff3366, #ff0a48);
    border-color:#ff3366;
    color:#fff;
    box-shadow:0 10px 18px rgba(255,51,102,.18);
}

.action{
    margin-top:10px;
}

.action_acce{
    width:auto;
    min-width:auto;
    background:#f2f4f7;
    border-radius:10px;
    padding:8px 10px;
    margin-top:4px;
}

#cntr{
    margin-top:8px;
    color:#98a2b3;
}

.add_sex{
    width:42px;
    height:42px;
    border-radius:50%;
    margin-right:8px;
    border:1px solid #e5e7eb;
    background:#fff;
    box-shadow:0 2px 8px rgba(16,24,40,.04);
    cursor:pointer;
    transition:all .2s ease;
}

.add_sex:hover,
.add_sex.active{
    transform:translateY(-2px);
    border-color:#ff3366;
    box-shadow:0 12px 20px rgba(255,51,102,.16);
}

.add_sex_m{
    background:
        linear-gradient(transparent, transparent),
        #fff url("//www.dreamdate24.de/lib/pics/man.png") center center / 65% no-repeat;
}

.add_sex_w{
    background:
        linear-gradient(transparent, transparent),
        #fff url("//www.dreamdate24.de/lib/pics/woman.png") center center / 65% no-repeat;
}

.add_sex_n{
    background:
        linear-gradient(transparent, transparent),
        #fff url("//www.dreamdate24.de/lib/pics/user.png") center center / 65% no-repeat;
}

.my_user_suche_cont{
    width:calc(100% - 150px);
}

#usr_display{
    margin-top:20px;
}

#usr_display .user_item,
#srch .user_item{
    display:flex;
    align-items:center;
    gap:14px;
    padding:14px;
    border:1px solid #e7eaf0;
    border-radius:18px;
    background:#fff;
    margin-bottom:12px;
    box-shadow:0 4px 14px rgba(16,24,40,.05);
}

#usr_display .user_item:hover,
#srch .user_item:hover{
    border-color:rgba(255,51,102,.22);
    box-shadow:0 12px 26px rgba(16,24,40,.08);
}

.main_blog.blog_main{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    align-items:flex-start;
    padding:20px;
}

.main_blog .blog_main_pic{
    flex:1 1 360px;
    min-height:420px;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 18px 40px rgba(16,24,40,.12);
}

.blog_main_desc{
    flex:1 1 420px;
    min-width:320px;
    background:#fff;
    border:1px solid #eaecf0;
    border-radius:24px;
    padding:20px;
    box-shadow:0 10px 24px rgba(16,24,40,.06);
}

.blog_main_desc_name{
    font-size:24px;
    font-weight:800;
    color:#111827;
    line-height:1.2;
}

.blog_main_desc ul{
    margin:14px 0;
}

.blog_main_desc ul li{
    padding:8px 0;
    color:#475467;
    border-bottom:1px solid #f2f4f7;
}

.blog_main_desc ul li:last-child{
    border-bottom:none;
}

.blog_desc{
    background:#fff;
    border:1px solid #eaecf0;
    border-radius:22px;
    padding:18px;
    margin-bottom:18px;
    box-shadow:0 8px 24px rgba(16,24,40,.05);
}

.blog_small_pic{
    width:130px;
    height:130px;
    border-radius:22px;
    background:#fff no-repeat center center;
    background-size:cover;
    border:1px solid #e5e7eb;
    box-shadow:0 8px 24px rgba(16,24,40,.08);
    margin:0 12px 12px 0;
    float:left;
}

.blog_small_pic_add{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111827 !important;
    font-weight:700;
}

.chk_bx{
    background:#f8fafc;
    border:1px solid #eaecf0;
    border-radius:20px;
    padding:16px;
}

.chk_bx input[type="checkbox"]{
    display:none;
}

.chk_bx input[type="checkbox"] + label{
    float:left;
    width:48px;
    height:28px;
    border-radius:999px;
    background:#d0d5dd;
    margin-right:12px;
    position:relative;
    min-width:auto !important;
    min-height:auto !important;
    border:none;
}

.chk_bx input[type="checkbox"] + label::before{
    content:"";
    position:absolute;
    top:3px;
    left:3px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#fff;
    margin:0;
    transition:all .2s ease;
    box-shadow:0 2px 6px rgba(0,0,0,.15);
}

.chk_bx input[type="checkbox"]:checked + label{
    background:#ff3366;
}

.chk_bx input[type="checkbox"]:checked + label::before{
    left:23px;
}

.chk_bx span{
    display:block;
    overflow:hidden;
    line-height:28px;
    font-size:14px;
    color:#344054;
    margin-bottom:10px;
}

#dropbox{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

#dropbox .message{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    min-width:220px;
    min-height:84px;
    padding:12px 16px;
    border-radius:18px;
    background:rgba(255,255,255,.86);
    color:#111827;
    font-size:14px;
    font-weight:600;
    box-shadow:0 8px 24px rgba(16,24,40,.14);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}

#inpPicture{
    margin-bottom:10px;
}

#yourPic{
    width:100%;
    max-width:320px;
    border-radius:18px;
    border:1px solid #e5e7eb;
    margin:10px auto;
    box-shadow:0 10px 24px rgba(16,24,40,.08);
}

.lmsg_txt,
.lmsg_txt_rev{
    margin:5px;
    border:1px solid #e5e5e5;
    border-radius:24px;
    padding:14px 16px;
    font-size:14px;
    line-height:1.55;
    max-width:100%;
    word-break:break-word;
}

.lmsg_txt{
    border-top-left-radius:8px;
    background-color:rgba(255,255,0,0.10);
}

.lmsg_txt_rev{
    border-top-right-radius:8px;
    background-color:rgba(103,230,103,0.12);
}

.lpic{
    display:block;
    float:left;
    margin-top:10px;
    border-radius:50%;
    width:50px;
    height:50px;
    background:no-repeat center center transparent;
    background-size:cover;
    border:1px solid #d0d5dd;
}

.lmsg{
    display:block;
    float:left;
    margin-bottom:8px;
    padding:5px 14px;
    min-width:300px;
    width:calc(100% - 70px);
}

.lmsg_tm{
    float:right;
    font-size:11px;
    color:#98a2b3;
}

.lmsg_nm{
    float:left;
    font-size:13px;
    font-weight:700;
    color:#344054 !important;
}

.not_logged_pre{
    position:absolute;
    z-index:99;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:.82;
    backdrop-filter:blur(4px);
}

.not_logged{
    position: fixed;
  z-index: 100;
  left: 50%;
  top: 220px;
    width:80%;
    height:auto;
    background:#fff;
    padding:22px;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.28);
}

.not_logged h4{
    text-align:left;
    padding-top:0;
}

@media (max-width:980px){
    .my{
        flex-direction:column;
    }

    .my_l,
    .my_r{
        width:100%;
        min-width:100%;
    }

    .main_blog.blog_main{
        flex-direction:column;
    }

    .main_blog .blog_main_pic,
    .blog_main_desc{
        min-width:100%;
        width:100%;
    }
}

@media (max-width:760px){
    .my_flirt_code{
        width:100%;
        min-width:100%;
        font-size:22px;
        letter-spacing:.08em;
    }

    .prio_check{
        min-width:calc(50% - 8px);
    }

    .my_user_suche_cont{
        width:100%;
        margin-top:10px;
    }

    .lpic{
        width:42px;
        height:42px;
    }

    .lmsg{
        min-width:unset;
        width:calc(100% - 48px);
        padding:0 0 0 10px;
    }

    .not_logged{
        width:94%;
        left:3%;
        padding:16px;
    }

    .blog_small_pic{
        width:100px;
        height:100px;
        border-radius:18px;
    }

    .main_blog .blog_main_pic{
        min-height:300px;
    }
}