/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.icon{
    position: relative;
    display: inline-block;
}
.step{
    background-color: #b0cb1f;
    top: 0;
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, .15);
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    line-height: 1.875rem;
    right: 0;
    height: 1.875rem;
    position: absolute;
    text-align: center;
    width: 1.875rem;
}
.ts-circle__md{
    background-color: rgb(235, 241, 254); border-radius: 50%;
    display: inline-block;
    height: 6.25rem;
    flex: 0 0 6.25rem;
    overflow: hidden;
    text-align: center;
    line-height: 6.25rem;
    width: 6.25rem;
}
.ts-circle__md img{
    vertical-align: middle;
    border-style: none;
}
.message{
    background: #b0cb1f;
    color: #fff;
}

.hidden{
    display: none;
}

.hiddenform{
    padding: 50px 20px;
    background-color: #fff;
    max-width: 400px;
    margin: auto;
    position: relative;
}
