
.profile-image img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* overflow: hidden; */
    /* border: 1px solid #e67e22; */
    /* margin-bottom: 5px; */
    /* box-shadow: 0 5px 15px rgba(230, 126, 34, 0.2); */
}

.profile-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.user-rating-stars, .user-rating-overall {
    display: flex;
    justify-content: center;
    align-items: center;
}



/* .quaiiiiionoooo{
    left: 112px;
    top: 66px;
    position: absolute;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    width: 20px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #16a34a;
    height: 20px;
}     */
.quaiiiiion{
    left: 95px;
    top: 85px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    width: 20px;
    padding: 5px;
    border: 1px solid #16a34a;
    height: 20px;
}

.was-called-indicator {
    position: absolute;
    top: 3px;
    right: -53px;
    background: #2ecc71;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 50px;
    display: flex;
    align-items: center;
    transform: rotate(45deg);
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    gap: 5px;
    pointer-events: none;
}

.row button {
    display: flex;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    border: 2px solid #efefef;
    color: #25262a;
    padding: 12px 15px;
    background: white;
    min-width: 190px;
    border-top: 3px solid #ffffff;
}

.photo_wrapper_vizitines {
    position: relative;
    display: flex;
}



.click-indicator-wrapper .btn-text,
.click-indicator-wrapper .clcator-text {
  font-size: 14px;

      font-size: 14px;
    font-size: 12px;
    color: #2c3e50;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.click-indicator-text {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  animation: fadeInOut 2s infinite;
}

.finger_downnnxf {
  width: 25px;
  height: 25px;
  transform-origin: center bottom;
  animation: clickClick 2s infinite;
}

@keyframes clickClick {
  0% { transform: scale(1); }
  10% { transform: scale(0.85); }
  20% { transform: scale(1); }
  30% { transform: scale(0.85); }
  40% { transform: scale(1); }
  100% { transform: scale(1); }
}

@keyframes fadeInOut {
  0%, 50%, 100% { opacity: 0; }
  15%, 35% { opacity: 1; }
}






     .photo-slider {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-right: 0;
}

.toggle-motyvacine-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #f5f5f5;
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* padding: 8px 12px; */
    font-weight: bold;
    color: #2c3e50;
    border-top: 1px solid #ccc;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}
.post_images_modal {
    display: flex;
    flex-direction: column;
    /* padding-right: 10px; */
}

.click-indicator-wrapper {
    display: flex;
    /* align-items: center; */
    /* border: 1px solid #e67e22; */
    gap: 8px;
    /* border-radius: 5px; */
    /* justify-content: center; */
    padding: 5px 0px;
}


.card_index_psl{
     backdrop-filter: blur(10px);
    /* border-radius: 10px; */
    width: 100%;
    height: 100%;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    border-radius: 10px;
    /* position: relative; */
    overflow: hidden;
    border: 1px solid rgba(230, 126, 34, 0.15);
    display: flex;
}







.auto-btn {
  transition: background 0.3s ease, opacity 0.3s ease;
}




/* 🟢 įjungtas autosend */
.auto-btn.enabled {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
}

/* ⚪ išjungtas autosend (aktyvi kortelė) */
.auto-btn.disabled {
  background: linear-gradient(135deg, #95a5a6, #7f8c8d);
}


.click-indicator-wrapper img.finger_downnnxf {
    width: 34px;
    height: 34px;
}

.lidsafjksduhfksduhfusdhfkhsdkfhsdfffff {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #fff;
    border: 1px solid #a2a2a2;
    margin-left: 5px;
    background: #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#globalCommentCount, #globalBusinessCardCount {
    display: inline-block;
    min-width: 20px;
    padding: 2px 6px;
    margin-left: 6px;
    background-color: #16a34a;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    border-radius: 12px;
}





/* 🔴 neaktyvi kortelė */
.auto-btn.inactive-card {
    background: #dd4738;
  /* cursor: not-allowed; */
  opacity: 0.85;
}

/* 🟢 įjungtas autosend */
.auto-btn.enabled {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
}

/* ⚪ išjungtas autosend (aktyvi kortelė) */
.auto-btn.disabled {
    background: #dd4738;
}

.date_oidsufsddddfdsg{
    font-size: 11px;
    color: #7f8c8d;
    font-weight: 500;
    text-align: center;
}

 .distance-display {
    font-size: 12px;
    color: #2c3e50;
    display: flex;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    align-items: center;
    text-overflow: ellipsis;
}


.distance-icon {
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-call-section{

    
    color: white;
    border-radius: 8px;
    padding: 0px 15px;
    align-items: center;
    display: flex;
    margin-right: -6px;
}
.phone-number{
       font-size: 14px;
    padding: 8px 20px;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
}


.uz_xcvxcvssdf {
     display: flex;
     justify-content: space-between;
    width: 100%;
    align-items: center;




    /* gap: 5px;
    font-size: 16px;
   
    font-size: 13px;
    color: #2ecc71;
    font-weight: 500;
    font-size: 14px;
   
    text-decoration: none;
   

    font-size: 12px;
    color: #e67e22;
    word-break: break-word;
    border-radius: 5px;
    gap: 5px;
    cursor: pointer; */
}



     
     
     #cardsContainer{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;


     }
         .timerdisfdf {
    font-size: 10px;
            color: #2ecc71;
            font-weight: 500;

}
     
        .contact-title i {
    
            
            font-size: 12px;
        }

        .controls {
          display: flex;
    gap: 8px;
        }

        .icon-btn {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 12px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .activate-btn {
            background: #2bc06a;
            color: white;
        }

        .activate-btn.active {
            background: #dd4738;
    /* box-shadow: 0 0 15px rgba(230, 126, 34, 0.5); */
        }

        /* .auto-btn {
            background: linear-gradient(135deg, #2ecc71, #27ae60);
            color: white;
        } */

.contact_icon_draudziama{
        width: 34px;
    height: 34px;

    
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    flex-shrink: 0;
}
   

        /* Kontaktų sąrašas */
        .contact-list {
       /* flex: 1; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;


            
        }

      

        .contact-item:last-child {
            border-bottom: none;
        }
     
     .paslaugosss{
       /* text-align: right; */
    color: #b49800;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: end;
    /* margin-top: 3px; */
     }
     
     
     
     
     
     .infsssssssssssbox {
    /* border-top: 1px solid #ccc; */
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    border-bottom: 2px solid #2ecc71;
    margin-top: 5px;
}
     
     .hoverisss{
        text-decoration: none;
     }
     
     
     * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
        }

        /* body {
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        } */

            .card_container_index {
            width: 100%;
            height: 220px;
            /* position: relative; */
            transition: transform 0.4s ease;

        }


        .card-container {
            width: 400px;
            height: 220px;
            /* position: relative; */
            transition: transform 0.4s ease;
        }

        .card {
    backdrop-filter: blur(10px);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    /* position: relative; */
    overflow: hidden;
    border: 1px solid rgba(230, 126, 34, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06), 0 12px 32px rgba(0, 0, 0, 0.12); */
        }

        .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;

            
            background-size: 200% 100%;
            animation: gradientShift 3s ease infinite;
        }

        @keyframes gradientShift {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }

    .left-panel {
    width: 160px;
    background: linear-gradient(135deg, rgba(230, 126, 34, 0.1) 0%, rgba(243, 156, 18, 0.1) 100%);
    padding: 10px 5px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    border-right: 1px solid rgba(230, 126, 34, 0.1);
    position: relative;
        }

        /* .profile-image {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid #e67e22;
            margin-bottom: 5px;
            box-shadow: 0 5px 15px rgba(230, 126, 34, 0.2);
        }

        .profile-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        } */

        /* .profile-image::after {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            border-radius: 50%;
            background: linear-gradient(45deg, #e67e22, #f39c12, #e74c3c);
            z-index: -1;
            animation: rotate 3s linear infinite;
        }

        @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        } */

        .name {
            font-size: 14px;
            font-weight: 700;
            color: #2c3e50;
            text-align: center;
            letter-spacing: -0.2px;
        }

        .title {
            font-size: 11px;
          color: #b49800;

            font-weight: 600;
            text-align: center;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .company {
    font-size: 10px;
    color: #7f8c8d;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 4px 10px;
    /* background: rgba(230, 126, 34, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(230, 126, 34, 0.2); */
        }

        /* Dešinė pusė - Kontaktai */

          .right_panel {
            flex: 1;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;

        flex: 1;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        }


        .right-panel {
            flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
        }


          .contact_header {
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        }

        .contact-header {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        }

        .contact-title {
           font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
    display: flex;
    align-items: center;
    /* background: red; */
    display: flex;
    gap: 8px;
    align-items: baseline;
    height: 40px;
        }

        .contact-title i {
        
            
            font-size: 12px;
        }

             .controls_page {
            display: flex;
            gap: 8px;
        }

        .controls {
            display: flex;
            gap: 8px;
        }

        .icon-btn {
            width: 32px;
    height: 32px;
    border-radius: 500px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

    
        .auto-btn {
            /* background: #2bc06a; */
    color: white;
        }

    
   

        .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px 0px;
    border-bottom: 1px solid rgba(230, 126, 34, 0.1);
        }

        .contact-item:last-child {
            border-bottom: none;
        }

        .contact-icon {
            width: 32px;
    height: 32px;

    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    flex-shrink: 0;


                /* width: 28px;
    height: 28px;
    background: #e5e6e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 12px;
    flex-shrink: 0; */
        }

        .contact-info {
            flex: 1;
            min-width: 0;
        }

        .contact-label {
            font-size: 9px;
            color: #7f8c8d;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            margin-bottom: 2px;
            font-weight: 600;
        }

        .contact-value {
            font-size: 12px;
            color: #2c3e50;
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .contact-value a {
            color: #2c3e50;
            text-decoration: none;
            transition: color 0.3s ease;
            font-weight: 600;
        }

  

      

        .status {
            display: flex;
            align-items: center;
            gap: 8px;
        }


.status-dot.inactive::after {
    animation: none;
}

.status-dot.inactive::after {
    animation: pulse 4s ease infinite;
}

/* .header_vizitines_my_reuest_page {
    overflow: hidden;
    display: flex;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #ffffff;
    padding-right: 5px;
} */

        .status-dot.inactive {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    border-radius: 50%;
    position: relative;
}

.status-dot.inactive::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    opacity: 0.4;
    animation: pulse 2s ease infinite;
}




    .delete-btn {
            background: #dd4738;
            /* background: linear-gradient(135deg, #e74c3c, #c0392b); */
            color: white;
        }


        .status-dot {
            width: 8px;
            height: 8px;
            background: linear-gradient(135deg, #2ecc71, #27ae60);
            border-radius: 50%;
            position: relative;
        }

        .status-dot::after {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            border-radius: 50%;
            background: linear-gradient(135deg, #2ecc71, #27ae60);
            opacity: 0.4;
            animation: pulse 2s ease infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.4; }
            50% { transform: scale(1.2); opacity: 0.2; }
        }

        .status-text {
            font-size: 11px;
            color: #7f8c8d;
            font-weight: 500;
        }

        .social-links {
            display: flex;
            gap: 8px;
        }

        .social-link {
           width: 26px;
    height: 26px;
    border-radius: 6px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 11px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);

        }

     
        /* .social-link.linkedin:hover { background: linear-gradient(135deg, #e67e22, #d35400); } */
        /* .social-link.twitter:hover { background: linear-gradient(135deg, #e67e22, #d35400); } */
        /* .social-link.github:hover { background: linear-gradient(135deg, #e67e22, #d35400); } */

        @media (max-width: 450px) {
            .card-container {
                /* width: 350px; */
                height: 220px;
            }
            
            .left-panel {
                width: 130px;
                padding: 15px;
            }
            
            /* .profile-image {
                width: 70px;
                height: 70px;
            } */
            
            .name {
                font-size: 14px;
            }
            
            /* .right-panel {
                padding: 15px;
            } */
        }

        /* Animacijos pranešimams */
        @keyframes slideIn {
            from {
                transform: translateX(100%);
                opacity: 0;
            }
            to {
                transform: translateX(0);
                opacity: 1;
            }
        }
        
        @keyframes slideOut {
            from {
                transform: translateX(0);
                opacity: 1;
            }
            to {
                transform: translateX(100%);
                opacity: 0;
            }
        }









        @media (min-width: 451px) {
    .photo-slider img {
        flex: 0 0 calc(25% - 3.75px);
        height: 150px;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.3s;
        max-width: 150px;
        max-height: 100px;
    }
}


