.btn-register-con {
    background: transparent;
    /* padding: 0px 10px 5px 10px; */
    border-radius: 10px;
    width: 450px !important;
    max-width: 364px !important;
}


.btn-register {
   /* color: white !important;*/
     padding: 6px 20px;
    border-radius: 50px;
   /* padding: 8px 20px;
    border-radius: 7px;*/
    width: 100%;
   /* background: #00c5b6 !important;*/
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3rem;
}

.title-sec {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 1.3rem;
    margin-top: 10px;
    line-height: 1.3rem;
}

.power-sec {
    font-size: 13px;
    text-align: right;
    margin-top: 6px;
/*    font-family: cursive;*/
}

.rec-img {
    position: relative;
    top: -2px;
}

.timer-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    font-size: 0.8rem;
    margin-bottom: 0px;
    margin-right: 1px;
    padding-top: 5px;
}

.time-con {
    color: black;
    text-align: center;
    width: 29px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.days-sec { 
    text-align: center;
    font-weight: 600;
    font-size: .6rem;

}

.days-colon {
    position: relative;
    top: -10px;
}
/*
.cross-img img{
    width:20px;
}
.cross-img{
    position:absolute;
    top:10px;
    right:10px;
}*/

.repo-language-color {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: var(--borderWidth-thin) solid var(--borderColor-translucent);
    border-radius: 50%;
    background-color: #e34c26;
}
.livesection {
    font-weight: 700!important;
}
.btn-wid-close {
    position: absolute;
    right: -9px;
    font-size: 25px;
    top: -17px;
    background: white;
    border: 1px solid #d5d5d5;
    border-radius: 7px;
    padding: 0px;
    width: 35px;
    display: flex;
    height: 35px;
    line-height: 0rem !important;
    box-shadow: 3px 0rem 0.2rem rgb(0 0 0 / 13%) !important;
    justify-content: center;
    align-items: center;
}
.btn-wid-close span{
    position: relative;
    top: -3px;
}
.wid-con {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
    padding: 10px;
    background: white;
    position: relative;
    border-radius: 10px;
}