#bg-logo-mi-tigo {
    background-image: url('resource/img/logo-mi-tigo.png');
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    object-fit: cover;
    height: 500px;
}

#home-bg {
    z-index: -99;
    margin-top: -15%;
    background-image: url('resource/img/home-bg.png'), url('resource/img/bg-circle.png');
    background-color: #00c8ff;
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    display: block;
    object-fit: contain;
    height: 100vh;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
}

#img-help-box {
    margin-top: -30%;
    background-image: url('resource/img/help-icon.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.badged-tg {
    border-radius: 8px;
    opacity: 0.9;
}

.tg-border-radius {
    border-radius: 8px;
}

.bg-mi-tg {
    background: hsla(208, 90%, 62%, 1);
    background: radial-gradient(circle, hsla(208, 90%, 62%, 1) 0%, hsla(236, 100%, 33%, 1) 100%);
    background: -moz-radial-gradient(circle, hsla(208, 90%, 62%, 1) 0%, hsla(236, 100%, 33%, 1) 100%);
    background: -webkit-radial-gradient(circle, hsla(208, 90%, 62%, 1) 0%, hsla(236, 100%, 33%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#45A3F5", endColorstr="#000BA7", GradientType=1);
}

.fullscreen-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Example background color with opacity */
    z-index: 9999;
}
.text-gray {
    color: rgb(205, 204, 204);
}