@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: 400;
    
}

.section-sign__icon {
   /*  margin-bottom: var(--sectionpd); */
    border-radius: 20px;
    /*    background-image: url(../img/all/texture.jpg); */
    padding: 0% 10%;
}
.section-sign__icon a{
    text-decoration: none;
}
/* .single {
   
}

.group {
   
} */

.box-sign__icon {
    color: #FFFFFF;
    position: relative;
    padding: 20% 5%; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    transition: all 0.3s ease;
    transform: scale(0.8);
    height: 100%;
}

a:hover .box-sign__icon {
    color: #FFFFFF;
    transition: all 0.3s ease;
    
}

.box-sign__icon b {
    position: relative;
    z-index: 1;
    font-size: clamp(22px,2vw,30px);
    font-weight: bold;
    top:35%;
    transform: translateY(-50%);
    text-align: center;
}

.box-sign__icon span {
    font-size: 1.2rem;
    font-weight: bold;
}
.box-sign__img{
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 386px;
    transition: all 0.3s ease;
    overflow: hidden;
}
a:hover .box-sign__img{
    transform: scaleY(1.15);
    transition: all 0.3s ease;
    max-width: 386px;
}

.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: #00846A !important;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
}


.select::after{
    background-image: url('../img/page/sign/arrow-down.svg')!important;
    background-size: 24px;
    background-position: right 0px center;
    background-repeat: no-repeat;
    content: ''!important;
    top:5px!important;
}
.select:hover::after{
    background-image: url('../img/page/sign/arrow-down-h.svg')!important;
}

/* .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 #00846A !important;
    border-radius: 4px;
    background-color: transparent !important;
    cursor: pointer;
}

/* Style the checked state */
.actarea input[type="checkbox"]:checked {
    /* background-color: var(--bs-primary); */
    border: 2px solid #00846A !important;
    background-image: url('../img/page/sign/check.svg') !important;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.actarea input[type="checkbox"] + label:before {
    /* background-color: var(--bs-primary); */
    border: 2px solid #00846A !important;
    background-color: transparent !important;
}
.actarea input[type="checkbox"] + label:after {
    /* background-color: var(--bs-primary); */
    border: 1px solid #00846A !important;
    background-image: url('../img/page/sign/check.svg') !important;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    color:transparent !important;
}
/*-------------------------------------
----------------------------------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: clamp(20px,2vw,30px);
    font-weight: bold;
    color: #EC7147;
}

.btn.btn-sing {
    color: #FF7B63;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: normal;
    position: relative;
    font-size: clamp(18px,2vw,20px);
    font-weight: bold;
   border:transparent;
   width: 194px;
   border-bottom: 1px solid #FF8F7C;
   border-radius: 0px;
}

.btn.btn-sing div{

    text-align:left;
}
.btn-sing:hover .btn-text,
.btn-cancel:hover .btn-text{
    color: #FF8F7C;
    transform: translateX(10px);
    transition: all 0.3s ease;
}
.btn-sing:hover .btn-arrow,
.btn-cancel:hover .btn-arrow{
    transform: translateX(-10px);
    transition: all 0.3s ease;
}
.btn.btn-cancel {
    color: #FF8F7C;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: normal;
    position: relative;
    font-size: clamp(18px,2vw,20px);
    font-weight: bold;
   border:transparent;
   width: 194px;
   border-bottom: 1px solid #FF8F7C;
   border-radius: 0px;
}

.btn.btn-cancel div{
    
    text-align:left;
}
.btn.btn-cancel:active,
.btn.btn-sing:active{
    border-bottom: 1px solid #FF8F7C;
}


/*-------------------------------------
----------------------------------GROUP--*/
.form-item {
    font-size: 1.5rem;
    font-weight: bold;
    color: #C54A58;
    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;
    background-image: url('../img/page/sign/trash.svg');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    cursor: pointer;
    top: -12px;
    left: 5px;
    width: 24px;
    height: 24px;
}

.btn-del:hover:after {
    background-image: url('../img/page/sign/trash-h.svg');
    transition: all 0.5s ease; 
    background-size: 17px;
}

.btn.newaddgroup {
    background-color: #333333;
    color: #ffffff;
    border-radius: 20px;
    border: solid 1px #333333;
}

.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;
    }

}