.modal-body {
    display: flex;
    flex-direction: column;
}

.compass {
    position: relative;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    margin: auto;
}

.kaaba {
    position: absolute;
    width: 14%;
    height: 0%;
    top: -10.5%;
    left: 50%;
    transition: top 0.3s ease-in-out, width 0.3s ease-in-out;
    transform: translate(-50%, 0);
}

.compass-circle>svg,
.compass-circle {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease-out;
    background-size: contain;
}

#box {
    top: 50%;
    left: 50%;
    position: relative;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
    transform: translate(-50%, -50%) rotate(45deg);
}

#test {
    width: 18px;
    height: 18px;
    background: #512bd4;
    border-radius: 50%;
    transition: opacity 0.2s ease-in-out;
}

#qiblaSuccessText{
    opacity: 0;
    transition: opacity 0.4s ease-out;
}