
.dot_loader-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 10px;
    height: 10px;
}



/* Animacija taškui */
@keyframes bounce {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Suktukas (spinner) */
.Loder_column_two_items {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    color: #25262a;
    font-size: 14px;
}

#loader {
    width: 30px;
    height: 30px;
    border: 10px solid #e67e22;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 0.1s linear infinite;
}

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









#loaderContainer_index_psl{
     position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 250px);
    height: 100%;
    background-color: rgb(255 255 255 / 70%);
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
#loaderContainer {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 250px);
    height: 100%;
    background-color: rgb(255 255 255 / 70%);
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.button-loader {
     display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 20px;
    position: absolute;
    height: 20px;
    border: 2px solid #e67e22;
    border-top-color: #ffffff00;
    right: 137px;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



.pleasewait{
    font-size: 14px;
}



@media (max-width: 768px) {
    #loaderContainer,
    #loaderContainer_index_psl
    {
        position: fixed;
        top: 0;
        right: 0;
        width: calc(100% );
        height: 100%;

        display: flex;
        justify-content: center;
        align-items: center;
        /* z-index: 9998; */
        flex-direction: column;
        gap: 20px;
    }
}







@keyframes bounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

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

.sdalhfksdhfddd{
    /* color: #e67e22;
    opacity: 0.6;
    font-size: 12px; */
}
/* 1111111111111111111111111111111111111111 */
.submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dot_loader {
    background-color:#ffffff;
 
}
.loader_create_one{
    border-top: 8px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 0.01s linear infinite;
    position: absolute;
    left: 70%;
    top: 20%;
    /* transform: translateY(-50%); */
}
.loader {
    border: 2px solid white;
    border-top: 2px solid  white;;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}












.author-image-loader {
    position: absolute;
    top: 61%;
    left: 64%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border: 7px solid #777777;
    border-top: 5px solid transparent;
    animation: spin 0.1s 
linear infinite;
    transition: opacity 0.3s 
ease;
}

.author-image-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
}


@keyframes spin {
  to { transform: rotate(360deg); }
}













.receiver-photo-wrapper {
    position: relative; /* svarbu, kad loader būtų centre nuotraukos */
    display: inline-block;
}


.gauti_ivertinimus_loader {
    top: 28px;
    left: 30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    border: 7px solid #777777;
    border-top: 5px solid transparent;
    animation: spin 0.1s 
linear infinite;
    transition: opacity 0.3s 
ease;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
















.receiver-photo {
  object-fit: cover;
  display: block;
}


    /* position: absolute;
    top: 49px;
    left: 49px;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border-radius: 50%;
    border: 7px solid #aeaeae;
    border-top: 5px solid transparent;
    animation: spin_loader 0.1s 
linear infinite;
    transition: opacity 0.1s 
ease;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border: 7px solid #777777;
    border-top: 5px solid transparent;
    transition: opacity 0.3s 
ease; */

.loader_photo_wrapper_vizitines{
        position: absolute;
    top: 48px;
    left: 50px;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border-radius: 50%;
    border: 7px solid #aeaeae;
    border-top: 5px solid transparent;
    animation: spin_loader 0.1s 
linear infinite;
    transition: opacity 0.1s 
ease;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border: 7px solid #777777;
    border-top: 5px solid transparent;
    transition: opacity 0.3s 
ease;
}
.loader {
    position: absolute;
    top: 69%;
    left: 58%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border-radius: 50%;
    border: 7px solid #aeaeae;
    border-top: 5px solid transparent;
    animation: spin_loader 0.1s 
linear infinite;
    transition: opacity 0.1s 
ease;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border: 7px solid #777777;
    border-top: 5px solid transparent;
    transition: opacity 0.3s 
ease;
}

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














.modal_max_width {
    overflow: hidden;
}
.sending_animation {
position: relative;
width: 300px;
margin: 10px;
height: 100px;
   overflow: hidden;
}

.sending_animation {
      overflow: hidden;
    width: 50%;
    border-radius: 4px;
    height: 100px;
    color: #2c3e50;
    background: #ffffff;
    border: 1px solid #2c3e50;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-family: Arial, sans-serif; */
    animation: sending_animation 3s ease-in-out infinite;
    max-width: 100%;
    border-radius: 5px;
    border-radius: 8px;
    border: 1px solid #ccc;
    border-left: 4px solid #e67e22;
}

@keyframes sending_animation {
0% {
transform: translateX(-100%);
opacity: 0;
}
50% {
transform: translateX(0);
opacity: 1;
}
100% {
transform: translateX(100%);
opacity: 0;
}
}




/* 
.sending_animation {
    position: fixed;
    height: 200px;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 9999;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card_animationContent {
    background: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    font-family: sans-serif;
    font-weight: 500;
    white-space: nowrap;

    animation: slideFade 4s linear infinite;
}

@keyframes slideFade {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
} */
