body {
    font-family: Montserrat, sans-serif !important;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 p{
    margin: 0;
    padding: 0;
}
figure {
    margin: 0px;
}
.header_header h1 {
    font-size: 26px;
    font-weight: 700;
    color: #25619c;
    line-height: 45px;
}
header.header_area {
    background-color: rgb(255, 255, 255);
    padding: 4px 0 8px;
    box-shadow: rgb(0, 0, 0) 1px 4px 17px 0px;
}

.header_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.back-btn-bxo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
    align-items: center;
}

.back-btn-right{

    justify-content: end;
    margin-bottom: 2px;

}
.print-btn-right {
    position: relative;
    background-color: #0b9131;
    border: none;
    padding: 6px 13px;
    color: #fff;
    border-radius: 3px;

}
a.logo_img figure img {
    display: block;
    max-width: 100%;
    height: auto;
}

.form-area {
    background: rgb(255, 255, 255);
    width: 651px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 52px 30px;
    margin: 8% auto 0px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
    transition: none;
    border-top: 5px solid #0b9131;;
}

.header_lift-logo-img {
    order: 1; 
}

.header_header {
    order: 2; 
    text-align: center; 
}

.header-right-logo-img {
    order: 3; 
}

.scpwd-from-section {
    background: rgba(238, 238, 238, 0.87);
    padding: 61px 0px;
}

button:focus, input:focus {
    outline: none !important;
    box-shadow: none !important;
}


.form-control {
    transition: 0.15s;
    height: 48px;
    margin-bottom: 4px;
    padding-bottom: 10px;
    background-color: transparent!important;
}
.form-control:focus {
    color: rgb(71, 95, 123);
    background-color: rgb(255, 255, 255);
    border-color: rgb(206, 212, 218);
    outline: 0px;
    box-shadow: none;
}

.styled-input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(33, 37, 41);
}

.form-inner {
    display: flex;
    flex-direction: column;
    gap: 19px;
}


.from-submite-btn {
    background-color: rgb(18, 52, 85);
    display: inline-block;
    align-items: center;
    padding: 11px 14px;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    width: 149px;
    letter-spacing: 0.7px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    border: none !important;
    outline: none;
    z-index: 2;
    text-align: center;
    transition: 0.5s ease-out;
}
.from-submite-btn:hover {
    color: rgb(255, 255, 255);
}

.from-submite-btn:hover::before {
    width: 100%;
    left: 0px;
}

.from-submite-btn::before {
    content: "";
    height: 100%;
    width: 0px;
    background-color:#0b9131;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    transition: 0.45s ease-out;
}
.footer-area {
    width: 100%;
    background: rgb(0, 13, 31);
    text-align: center;
    padding: 20px 0px;
}

p.copy_right {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
}


.form-data_contnet {
    display: block;
    width: 100%;
    padding: 10px 8px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
}
.thank-you-container h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    padding-bottom: 8px;
    color: #000d1f;
}

.thank-you-container p {
    font-size: 18px;
    font-weight: 400;
    color: #000d1f;
}
.form-data_contnet span p {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0px;
}

.emoji-heading h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    position: relative;
    color: #25619c;
}

.emoji_inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.emoji-icon-box {
    justify-content: center;
}

.emoji-itme {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px 0;
    text-align: center;
    transition: transform 0.3s;
    border: 1px solid #b7bdc1;
    padding: 10px;
    cursor: pointer;
    position:relative;
}

.emoji-itme {
    cursor: pointer;
    padding: 10px;
    transition: background-color 0.3s ease;
}

.emoji-itme.active {
    background-color:#0b9131;
}

.emoji-itme.active .emoji-text {
    color: white; /* Change text color to white */
}

.emoji-icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.emoji-text {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}



.emoji-icon {
    position: relative;
}

.symbol {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
    font-weight: 800;
    background-color: #123455;
    border-radius: 50%;
    height: 24px;
    width: 23px;
    color: #fff;
    bottom: -28px;
}

.thank-you-container {
    text-align: center;
    padding-top: 33px;
}

.selected-emojis-img img{
    
    object-fit: cover;
}

.form-inner_bg {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #eee;
    padding: 11px;
}

/*28-10-2024 */
.mm-attendence-date {
    position: absolute;
    top: 3px;
    right: 8px;
    background-color:#7ed1ff;
    padding: 3px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.emoji-icon-box-wp {
    display: flex;
    flex-direction: column;
    gap: 3px;
}


/*5-11-2024*/
.thank-you-container p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.butn {
    border-radius: 4px;
    display: inline-block;
    align-items: center;
    padding: 5px 12px;
    font-weight: 500;
    position: relative;
    font-size: 14px;
    z-index: 2;
    text-align: center;
    text-decoration: none;
    background-color: #7ed1ff;
    color: #000;
}

.butn:hover {
    color: rgb(255, 255, 255);
}

.butn:hover::before {
    width: 100%;
    left: 0px;
}

.butn::before {
    content: "";
    height: 100%;
    width: 0px;
    background-color: rgb(18, 52, 85);
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    transition: 0.45s ease-out;
}.emoji-mood-hw {
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
}

.form-group-box-hw-row {
    display: flex;
    gap: 15px;
}
.form-control-bg-hw{
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 576px) {
     .form-group-box-hw-row {
        flex-direction: column;
     }
    .scpwd-from-section {
        padding: 20px 0px;
    }

    button.btn.from-submite-btn.form-submit {
        max-width: 150px;
        font-size: 16px;
        margin-top: 16px;
    }

    p.copy_right {
        font-size: 12px;
        line-height: 22px;
    }

    .form-area {
        margin: 4% auto 14px;
    }
    .form-inner-row {
        flex-direction: column;
    }
    .emoji-text {
        font-size: 10px !important;
    }
    .mm-attendence-date {

    top: 2px;
    height: 20px;
    width: 20px;
    font-size: 11px;
    }
    .emoji-icon img {
    width: 30px;
    height: 30px;
}
.emoji-icon-box-wp {
    padding-top: 15px;
}
}


@media screen and (max-width:425px) {

    .emoji-heading h2 {
        font-size: 24px !important;
        padding-bottom: 22px;
    }

    .header_row {
        justify-content: center;
    }

   .header_header h1 {
        font-size: 24px;
        line-height: 45px;
    }

    .header_header {
        order: 3;
    }

    .header-right-logo-img {
        order: 2;
    }

    .thank-you-container h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .form-data_contnet span p {
        font-size: 13px;
        line-height: 19px;
    }
}