.doctors-modal.load.active{
    background-color: rgba(255, 255, 255, 0.5);
}
.doctors-modal__animation {
    /* background: rgba(255, 255, 255, 0.9); */
    border-radius: 100%;
    width: 170px;
    padding-top: 100%;
    height: auto;
    margin: auto auto;
    position: relative;
}

.animated-image {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit: cover;
    position: absolute;
    top: 10px;
    left: 10px;
}
