#custom-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #231F20;
    /* box-shadow: 0px 0px 15px 5px black; */
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#animation {
    margin-top: 30px;
    margin-bottom: 20px;
}

#animationImage {
    border-radius: 12px;
}

#progress {
    width: 100%;
    display: flex;
    justify-content: center;
}

#progress-text {
    font-size: 12px;
}

#progress-container{
    width: 80%;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    border-radius: 30px;
    border: solid 5px #ffffffad;
    overflow: hidden;
    position: relative;
}

#progress-container .progress-wrap {
    height: calc(100% - 10px);
    border: solid 5px;
    border-radius: 30px;
    background-color: #ffffffad;
    overflow: hidden;
}

#progress-container .progress-wrap .fill{
    height: 100%;
    width: 0%;
    background: red;
}

#progress-label{
    position: absolute;
    top: calc(50% - 16px);
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    font-family: sans-serif, calibri;
    width: 100%;
}

/* welcia */
.logo-custom{
    position: absolute;
    top: 25%;
}
.animationImage-custom {
    width: 150px !important;
}
.animation-custom {
    bottom: 80px;
    position: absolute;
    right: 25px;
    margin: 0 !important;
}
.progress-custom {
    bottom: 20px;
    position: absolute;
    right: 20px;
    left: 20px;
    display: flex;
    justify-content: space-between !important;
    width: calc(100% - 40px) !important;
    align-items: center;
}
.progress-container-custom {
    width: 42% !important;
    height: 38px !important;
}
.progress-label-custom {
    top: calc(50% - 11px) !important;
    font-size: 20px !important;
    line-height: 22px !important;
}
