@charset "utf-8";
.bg-sign{
    position:absolute;
    bottom: 0;
    background-image: url(../img/page/sign/bg.png);
    padding-top: 60%;   
    display: block; 
    width: 100%;
    z-index: -1;
    clip-path: ellipse(50% 50% at 50% 100%);
}
.section-sign{ margin-top:var(--sectionpd);
    margin-bottom:var(--sectionpd);
    font-weight: bold;
}
.section-sign__icon{
    margin-bottom: var(--sectionpd);
    border-radius: 20px;
    background-image: url(../img/all/texture.jpg);
    padding:5% 10% 10% 10%;
}

.single{
    --topiccolor:#EC7147;
   /*  --bs-red:#F4B092; */
    --topichovercolor:#c45029;
}
.group{
    --topiccolor:#038177;
    /* --bs-red:#49BEB5; */
    --topichovercolor:#013f3a;
}
.box-sign__icon{
    background-color: var(--bs-primary);
    color:  var( --bs-secondary);
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    background-image: url(../img/all/slash-blue.svg);
    background-repeat: repeat-x;
background-size: auto 100%;
    line-height: normal;
    position: relative;
    text-align: center;
}
a:hover .box-sign__icon{
    background-image: url(../img/all/slash-yellow.svg);
    background-repeat: repeat-x;
background-size: auto 100%;
    background-color: var(--bs-secondary);
    color:  var(--bs-primary);
}
.box-sign__icon b{
    font-size: 1.875rem;
    font-weight: bold;
  }
  .box-sign__icon span{
    font-size: 1.2rem;
    font-weight: bold;
  }
.dec1{
    position: absolute;
    z-index: 1;
    margin-left: -36%;
    margin-top:-30%;
    width: 40%;
}
.dec2{
    position: absolute;
    z-index: 1;
    right:0;
    bottom:0;
    margin-right: -25%;
    margin-bottom:-50%;
    width: 60%;
}
.actarea label{
    color:var(--bs-secondary);
    font-size: 1.1rem;
    font-weight: bold;   cursor: pointer;
}
/* .actarea input{
    background-color:var(--bs-secondary);
} */
.actarea input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--bs-secondary);
    border-radius: 4px;
    background-color: transparent; 
    cursor: pointer;
}

/* Style the checked state */
.actarea input[type="checkbox"]:checked {
    background-color: var(--bs-primary); 
    border: 2px solid var(--bs-secondary);
    background-image: url('../img/page/sign/check.svg'); 
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}

/*-------------------------------------
----------------------------------STEP--*/
.section-sign__step{
    margin-bottom: var(--sectionpd);
    padding: var(--rowpd);
    border-radius: 20px;
    background-image: url(../img/all/texture.jpg);

}
.box-sign__title{
    font-size: 1.875rem;
    font-weight: bold;
    color: #EC7147;
}
.btn.btn-sing{
    background-color: var(--bs-primary);
    color: var(--bs-secondary);
    padding: 0.5rem 2rem;
    border-radius: 10px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-image: url(../img/all/slash-blue.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 200%; 
    line-height: normal;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.btn.btn-sing:hover{
    background-color: var(--bs-secondary);
    color: var(--bs-primary);
    background-image: url(../img/all/slash-yellow.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 200%; 
}
.btn.btn-cancel{
    background-color: transparent;
    color: var(--bs-secondary);
    padding: 0.5rem 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    background-image: url(../img/all/slash-blue.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 200%; 
    line-height: normal;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.btn.btn-cancel:hover{
    background-color: transparent;
    color: rgba(0,0,0,0.5);
    background-image: url(../img/all/slash-yellow.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 200%;
}

/*-------------------------------------
----------------------------------GROUP--*/
.form-item{
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--bs-red);
    margin-bottom: 1.2rem;
}

.main-group2__head{
    box-sizing: border-box;
    color: #000000;
    font-weight: bold;
    font-size: 1.1rem;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 10px;
    display: none;

}
.main-group2__head:after{
   background-color: #323030;
   width: 100%;
   height: 2px;
   content:"";
   position: absolute;
   bottom: 0;
   left: 0;
   display: block;
}
.main-group2__body .del{
    align-self: center;
}
.btn-del{
    position: relative;
}
.btn-del:after{
    display: block;
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f2ed";   
    cursor: pointer;   
    top:-10px ;
    left: 10px;
    color:rgba(0,0,0,.5)
}
.btn-del:hover:after{color:rgba(0,0,0,0.8);
        transition: all 0.5s cubic-bezier(.19, 1, .22, 1);}
.btn.newaddgroup{
    background-color: var(--bs-red);
    color: #ffffff;
    border-radius: 20px;
    border: solid 1px var(--bs-red);
}
.btn.newaddgroup:hover{background-color: var(--bs-secondary);
border-color: var(--bs-secondary);}
.main-group2__body{
    background-color: #ecead9;
    padding:10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.main-group2__head{
    display: flex;
}
.main-group2__body{
    background-color:transparent;
    padding:0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

}

.formGroup {
    position: relative;
}

/* .formGroup label.error {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
 */
#team-error {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;


    background-color: rgba(0,0,0,0.5);
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 0;
    font-style: normal;
    font-size: 14px;
}