
#crosstickform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#crosstick-container{
    height: 175px;
    width: 167px;
    position: relative;
    text-align: center;
}

.crosstick-image{
    width: 100%;
    height: 100%;
}

#faild-text{
    color: red;
}

#crosstickpopup{
    display: none;
}
