/* ####################################################### */
/* ###################### GLOBAL ######################### */
/* ####################################################### */
/** {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
    display: none;
}*/

body {
    margin: 0;
    padding: 0;
}

/* iOS оптимизация */
button, a, [data-action], .clickElement {
    touch-action: manipulation;
    cursor: pointer;
}


/* ##################################################### */
/* ###################### FORM ######################### */
/* ##################################################### */

.formItem {
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.formItem.first {
    margin-top: 0;
}

.formInput {
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #CACACA;
    border-radius: 6px;
    padding: 0 15px;
    outline: none;
    box-sizing: border-box;
}

.formInput:focus {
    border-bottom-width: 2px;
}

.formTextarea {
    height: 150px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #CACACA;
    border-radius: 6px;
    padding: 15px;
    outline: none;
    resize: none;
    box-sizing: border-box;
}

.formTextarea:focus {
    border-bottom-width: 2px;
}

.formItem .showHidePassword {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #8b8b8b;
    cursor: pointer;
    padding: 5px;
}

.formItem .formItemButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formItem .formItemButtons .formItemButtonsItem {
    width: calc(50% - 8px);
}

.formButton1 {
    height: 50px;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    color: #fff;
    background-color: #0171d3;
    transition: all 0.3s ease;
    cursor: pointer;
}

.formButton1:disabled {
    opacity: .5;
}

.formButton2 {
    height: 50px;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    color: #fff;
    background-color: #8e8e8e;
    transition: all 0.3s ease;
    cursor: pointer;
}

.formError {
    display: none;
    background: #ff5c5c;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    box-sizing: border-box;
}

.formSuccess {
    display: none;
    background: #00a900;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    box-sizing: border-box;
}

.form-required::after {
    content: "*";
    color: #f64d4d;
}


/* ##################################################### */
/* ##################### NATIVE ######################## */
/* ##################################################### */

/* Контейнер */
#app {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

/* Экраны */
.screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    transition: transform 0.2s ease;
    background: #f7f6fb !important;
}

.screen.next {
    transform: translateX(100%);
}

.screen.active {
    transform: translateX(0);
    z-index: 10;
}

.screen.nonactive {
    height: 0!important;
    overflow: hidden!important;
    display: none!important;
}

.screen.prev {
    transform: translateX(-30%);
}

/* Overlay экраны (поверх, но выглядят так же) */
.screen.overlay {
    z-index: 50;
    padding-bottom: 20px;
    margin-top: 0;
}

.screen-loader {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen-loader img {
    width: 50px;
}

.screen .screen_back {
    position: sticky;
    top: 10px;
    background: none;
    border: none;
    cursor: pointer;
    height: 0;
    margin-top: -10px;
    line-height: 0;
    width: 100%;
    text-align: right;
    z-index: 11;
}

.screen .screen_back img {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    padding: 7px;
    box-sizing: content-box;
}

.screen .screen_overlay_content {
    box-sizing: border-box;
    z-index: 10;
    position: relative;
}

/*.ios-device {
    background: red;
}
.ios-device .screen {
    margin-top: 0!important;
}*/


/* ##################################################### */
/* ##################### LANDING ####################### */
/* ##################################################### */

.loginLanding {
    max-width: 400px;
    margin: 0 auto;
}
.headerMin {
    width: 100%;
    position: relative;
    top: 20px;
    z-index: 11;
}
.headerMin nav {
    background: transparent!important;
}
.headerMin nav .select-lang {
    right: 20px;
}
.headerMin nav .select-lang img {
    width: 30px;
    height: 30px;
}

#loader-page{
    background-image:url('/assets/img/loader/background.webp');
    height: 100dvh;
    /* Фоллбэк для старых браузеров */
    height: 100vh;
    height: 100svh; /* small viewport height */
    height: 100dvh;
    background-size:cover;
    background-position:center;
    background-repeat: repeat;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    overflow:hidden;
}
#loader-page .block-top{
    height:15vh;
    display:flex;
    justify-content:center;
    align-items:center;
}
#loader-page .app-logo{
    width:60%;
    opacity:0;
    animation:logoAppear 1.2s ease forwards;
}
#loader-page .block-middle{
    position:relative;
    height:75vh;
    width:calc(100% - 30px);
    display:flex;
    justify-content:center;
    align-items:center;
}
#loader-page .block-middle img.phone{
    width:80%;
    max-width: 260px;
    margin:0 auto;
    display:block;
    animation:phoneFloat 3s ease-in-out infinite;
}
#loader-page .block-middle .anim-img{
    position:absolute;
    width:45px;
    opacity:1;
    filter:drop-shadow(0 0 8px rgba(255,255,255,0.7));
    z-index: 2;
}
#loader-page .block-middle .anim-img:nth-child(1){animation:float1 5s ease-in-out infinite; top: 3%;left: 20%; width: 50px;}
#loader-page .block-middle .anim-img:nth-child(2){animation:float2 6s ease-in-out infinite;     top: -3%; right: 17%;}
#loader-page .block-middle .anim-img:nth-child(3){animation:float3 7s ease-in-out infinite; top: 42%; right: 9%; width: 80px;}
#loader-page .block-middle .anim-img:nth-child(4){animation:float4 8s ease-in-out infinite;bottom: 25%; left: 9%; width: 75px;}
#loader-page .block-middle .anim-img:nth-child(5){animation:float5 4s ease-in-out infinite; top: 1%; left: 45%; width: 65px;}
#loader-page .block-middle .anim-img:nth-child(6){animation:float6 7.2s ease-in-out infinite; top: 63%; right: 26%; width: 75px;}
#loader-page .block-middle .anim-img:nth-child(7){animation:float7 5.8s ease-in-out infinite; top: 15%; left: 0%; width: 70px;}
#loader-page .block-middle .anim-img:nth-child(8){animation:float8 6.8s ease-in-out infinite;  top: 24%; right: 0%; width: 65px;}
#loader-page .block-middle .anim-img:nth-child(9){animation:float9 7.6s ease-in-out infinite; top: 79%; right: 35%; width: 60px;}
#loader-page .block-middle .anim-img:nth-child(10){animation:float10 8.5s ease-in-out infinite; top: 35%; left: 10%; width: 85px;}
#loader-page .block-middle .anim-img:nth-child(11){animation:float11 6.2s ease-in-out infinite; top: 56%; left: 0%; width: 60px;}
#loader-page .block-middle .anim-img:nth-child(12){animation:float12 7.8s ease-in-out infinite; top: 6%; right: 0%; width: 72px;}
#loader-page .block-middle .anim-img:nth-child(13){animation:float13 9s ease-in-out infinite; top: 58%; right: 0%; width: 75px;}

@keyframes float1{0%{transform:translate(0,0) rotate(0);}50%{transform:translate(5px,-10px) rotate(8deg);}100%{transform:translate(0,0) rotate(0);}}
@keyframes float2{0%{transform:translate(0,0);}50%{transform:translate(-10px,10px) rotate(-6deg);}100%{transform:translate(0,0);}}
@keyframes float3{0%{transform:translate(0,0);}50%{transform:translate(15px,-5px) rotate(10deg);}100%{transform:translate(0,0);}}
@keyframes float4{0%{transform:translate(0,0);}50%{transform:translate(-15px,10px) rotate(-8deg);}100%{transform:translate(0,0);}}
@keyframes float5{0%{transform:translate(0,0);}50%{transform:translate(8px,15px) rotate(5deg);}100%{transform:translate(0,0);}}
@keyframes float6{0%{transform:translate(0,0);}50%{transform:translate(-8px,-15px) rotate(-10deg);}100%{transform:translate(0,0);}}
@keyframes float7{0%{transform:translate(0,0);}50%{transform:translate(10px,5px) rotate(8deg);}100%{transform:translate(0,0);}}
@keyframes float8{0%{transform:translate(0,0);}50%{transform:translate(-12px,-10px) rotate(-7deg);}100%{transform:translate(0,0);}}
@keyframes float9{0%{transform:translate(0,0);}50%{transform:translate(6px,10px) rotate(6deg);}100%{transform:translate(0,0);}}
@keyframes float10{0%{transform:translate(0,0);}50%{transform:translate(-10px,5px) rotate(-9deg);}100%{transform:translate(0,0);}}
@keyframes float11{0%{transform:translate(0,0);}50%{transform:translate(12px,-8px) rotate(5deg);}100%{transform:translate(0,0);}}
@keyframes float12{0%{transform:translate(0,0);}50%{transform:translate(-7px,12px) rotate(-4deg);}100%{transform:translate(0,0);}}
@keyframes float13{0%{transform:translate(0,0);}50%{transform:translate(10px,-12px) rotate(9deg);}100%{transform:translate(0,0);}}

@keyframes phoneFloat{
    0%{transform:translateY(0);}
    50%{transform:translateY(-20px);}
    100%{transform:translateY(0);}
}
#loader-page .block-bottom{
    height:10vh;
    display:flex;
    flex-direction:row;
    gap:15px;
    width:calc(100% - 30px);
    justify-content:center;
    align-items:center;
    overflow:hidden;
}
#loader-page .block-bottom button{
    width:100%;
    padding:15px 5px;
    border-radius:5px;
    font-weight:700;
    font-size:18px;
    color:#fff;
    border:none;
    opacity:0;
}
#loader-page .block-bottom .btn-left{
    background:#0171d3;
    animation:slideUpLeft 1.2s cubic-bezier(0.19,1,0.22,1) forwards;
    animation-delay:0.6s;
}
#loader-page .block-bottom .btn-right{
    background:#ff7900;
    animation:slideUpRight 1.2s cubic-bezier(0.19,1,0.22,1) forwards;
    animation-delay:0.9s;
}
@keyframes slideUpLeft{
    from{transform:translate(-150%,150%);opacity:0;}
    to{transform:translate(0,0);opacity:1;}
}
@keyframes slideUpRight{
    from{transform:translate(150%,150%);opacity:0;}
    to{transform:translate(0,0);opacity:1;}
}
@keyframes logoAppear{
    0%{transform:translateY(-100%);opacity:0;}
    100%{transform:translateY(0);opacity:1;}
}


/* ##################################################### */
/* ##################### FOOTER ######################## */
/* ##################################################### */

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: block;
    z-index: 11;
    border-top: 1px solid #f6f6f6;
    box-shadow: 0px -3px 5px 0px rgba(168, 168, 168, 0.2);
    padding: 9px 45px 7px 10px;
}

footer a {
    text-decoration: none;
}

footer .footerWrapper {
    flex-wrap: nowrap;
}

footer .footerItem {
    text-align: center;
    padding-right: calc(var(--bs-gutter-x) * .4);
    padding-left: calc(var(--bs-gutter-x) * .4);
}

footer .footerItem.inactive {
    pointer-events: none;
    opacity: 0.5;
}

footer .footerItem img {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 2.5px;
}

footer .footerItem img.center {
    width: 40px;
    height: 40px;
    margin-top: -15.5px;
}

footer .footerItem span {
    font-size: 8px;
    color: var(--global-color-05);
}

footer .footerItem.active span {
    color: #4a74b9;
}

footer .footerAdditional {
    position: absolute;
    right: 0;
    width: 37px;
    height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

footer .footerAdditional.active .footerAdditionalContent {
    display: flex;
}

footer .footerAdditional .footerAdditionalButton {
    width: 25px;
    height: 25px;
    padding: 10px;
    padding-bottom: 20px;
    box-sizing: content-box;
    position: relative;
    top: -10px;
}

footer .footerAdditional .footerAdditionalContent {
    display: none;
    position: absolute;
    bottom: 33.5px;
    right: 10px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    gap: 0px 15px;
    animation: slide-up 0.1s ease-out;
    box-sizing: border-box;
}

footer .footerAdditional .footerAdditionalContent a {
    width: 45px;
}

@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ####################################################### */
/* ##################### FEEDBACK ######################## */
/* ####################################################### */

.formFeedback .formFeedbackTop {
    text-align: center;
}

.formFeedback .formFeedbackTop .formFeedbackTopIcon {
    width: 76px;
    height: 76px;
    border-radius: 20px;
    background: #0171d3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    margin: 0 auto 18px auto;
}

.formFeedback .formFeedbackTop h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
}


/* ####################################################### */
/* ##################### PROFILE ######################### */
/* ####################################################### */

.profileUser {
    position: relative;
    padding: 20px 15px 20px 15px;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
}

.profileUser .profileUserWrapper {
    margin-top: -50px;
}

.profileUser .profileUserAvatar {
    width: max-content;
    margin: 0 auto;
    position: relative;
}

.profileUser .profileUserAvatar .profileUserAvatarImage {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    object-fit: cover;
}

.profileUser .profileUserAvatar .profileUserAvatarEdit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: 35px;
    background: var(--global-color-01);
    border-radius: 100%;
    cursor: pointer;
}

.profileUser .profileUserAvatar .profileUserAvatarEdit:before {
    content: "";
    background-image: url("/assets/img/page-profile/pen.png");
    background-size: 100%;
    width: 15px;
    height: 15px;
    display: block;
}

.profileUser .profileUserName {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.profileUser .profileUserName .profileUserNameValue {
    font-family: "500-Roboto-Medium";
    color: #515770;
    font-size: 30px;
}

.profileUser .profileUserName .profileUserNameEdit {
    display: block;
    background-image: url("/assets/img/page-profile/pen.png");
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-left: 5px;
    opacity: .5;
}

.profileUser .profileUserEmail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.profileUser .profileUserEmail .profileUserEmailIcon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.profileUser .profileUserEmail .profileUserEmailValue {
    color: #8c95b6;
    font-family: "300-Roboto-Light";
}

.profileUser .profileUserEmail .profileUserEmailEdit {
    display: block;
    background-image: url("/assets/img/page-profile/pen.png");
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    opacity: 0.5;
}


/* ####################################################### */
/* ##################### REPORT ########################## */
/* ####################################################### */

.reportModalContent .nav.nav-tabs .nav-item {
    width: 50%;
}

.reportModalContent .nav.nav-tabs .nav-item button {
    width: 100%;
    border: 0;
    border-radius: 0;
    border-color: #dff8ff;
    color: #000;
}

.reportModalContent .nav.nav-tabs .nav-item button.active {
    background: #dff8ff;
}

.reportTabUserPrichina .reportTabUserPrichinaItem {
    width: 100%;
    height: 40px;
    position: relative;
    border-radius: 20px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 15px;
}

.reportTabUserPrichina .reportTabUserPrichinaItem input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* На случай если opacity не сработает */
    background: transparent;
    border: none;
}

.reportTabUserPrichina .reportTabUserPrichinaItem.active {
    background: #dff8ff;
}
.child-safety-report-card {
    max-width: max-content;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
  }

  .child-safety-report-card .report-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #00c7ff20;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #00c7ff;
    font-size: 30px;
  }

  p.fix-text{
    text-align: left; color: #555;
    font-family: "300-Roboto-Light" !important;
    font-size: 14px !important;
  }

  h5{
        font-weight: 600 !important;
        font-size: 23px !important;
  }

  .child-safety-report-card .report-title {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 30px !important;
  }

  .child-safety-report-card .report-text {
    color: #000;
    font-weight: 500 !important;
    font-size: 20px !important;
  }

  .child-safety-report-card .form-control {
    border-radius: 6px;
  }

  .child-safety-report-card .btn-send-report {
    background-color: #00c7ff;
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.3s;
    width: 100%;
  }

  .child-safety-report-card .btn-send-report:hover {
    background-color: #0099cc;
  }

  .child-safety-report-card .btn-cancel-report {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ccc;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.3s;
    width: 100%;
  }

  .child-safety-report-card .btn-cancel-report:hover {
    background-color: #e9ecef;
  }

  .report-success {
    max-width: max-content;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    animation: fadeIn 0.5s ease-in-out;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0.95);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .file-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
  }

  .file-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
  }

  .file-list li .remove-file {
    background: none;
    border: none;
    color: #e74c3c;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
  }

  /* ------------------- */

.emptyDatingChats {
    text-align: center;
    padding: 40px 20px;
    font-size: 18px;
    color: rgb(153, 153, 153);
}