
.svg-icons-cadastro{
    fill: rgb(12, 175, 113) !important;
    width: 1.0rem;
    height: 1.0rem;
}
.iti{
    width: 100%;
}

.iti .iti__country-container{
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}
.iti .iti__dropdown-content{
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}

.iti .iti__country-container .iti__selected-country{
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}

.iti__country-list{
    background-color: #1D1B20;
}

.btn-back{
    position: fixed;
}

.btn-back .btn svg{
    height: 35px;
    width: 35px;
    fill: transparent;
    stroke: #03DDC2;
}
.btn-back .btn:hover svg, .btn-back .btn:focus svg{
    height: 35px;
    width: 35px;
    fill: #03DDC2;
    stroke: #000;
}

.input-group-text{
    background-color: transparent;
    border: none;
}

.input-group {
    flex-wrap: unset;
}

.input-group-text svg{
    fill: #03DDC2;
    stroke: #03DDC2;
}

.input-group input{
    border-radius: 25px;
    border-top-left-radius: 25px!important;
    border-bottom-left-radius: 25px!important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;

}

    .image-exercise {
        width: 100%;
        padding-top: 100%; /* 1:1 Aspect Ratio */
        position: relative;
        overflow: hidden;
        border-radius: 10px; /* Optional: to make corners rounded */
    }
    .image-exercise img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the container */
    }

.reveal-pass {
    width: 42px;
}