.webform-submission-form .webform-button--submit {
    background: #2B77F0;
    background: -moz-linear-gradient(99deg, #2B77F0 0%, #69FFF9 100%);
    background: -webkit-linear-gradient(99deg, #2B77F0 0%, #69FFF9 100%);
    background: linear-gradient(99deg, #2B77F0 0%, #69FFF9 100%);
    border: 0;
    border-radius: 4px;
    padding: 10px 30px;
}

.webform-submission-form input.form-text,
.webform-submission-form textarea.form-textarea,
.webform-submission-form input.form-email {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #E1E6EB;
    width: 100%;
    display: block;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    border: 0;
    border-bottom: 1px solid #E1E6EB;
    outline: none;
    box-shadow: none;
    background: none;
    padding-left: 0;
}

.webform-submission-form #type_of_enquiry-error {
    position: absolute;
    bottom: -20px;

}

.webform-submission-form .radios--wrapper {
    position: relative;
}

.webform-submission-form .radios--wrapper legend {
    margin-bottom: 20px;
}

.webform-submission-form .form-item-type-of-enquiry {
    margin-top: 20px;
    display: flex;
}

.webform-submission-form .form-type-checkbox {
    position: relative;
    margin-top: 15px;
}

.webform-submission-form .form-type-checkbox label.error {
    position: absolute;
    top: 15px;
}


.webform-submission-form .form-item-type-of-enquiry label {
    display: inline;
}

.webform-submission-form label.error {
    color: #FA5776;
    font-size: 0.875rem;
    margin-top: 8px;
}

.webform-submission-form .form-type-checkbox {
    display: flex;
}

.webform-submission-form .form-checkbox {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.webform-submission-form .fieldset-legend {
    font-weight: initial;

}

.webform-submission-form .form-checkbox,
.webform-submission-form .form-radio {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    margin-right: 20px;
    margin-top: 4px;
}

.webform-submission-form h3 {
    font-weight: bold;
}

.webform-confirmation__back {
    display: none;
}

.webform-type-checkboxes>legend {
    margin-bottom: 20px;
}

.selectric .button {
    border: 0;
}

.selectric .label {
    font-weight: inherit;
}

.field--name-field-max-published-solution,
.field--name-field-editor-picks,
.field--name-field-hot-picks {
    display: none;
}

.service-provider .field--name-field-solution-keywords textarea {
    max-width: 50%;
    height: 200px;
}

.service-provider .ui-dialog-titlebar-close {
    background: url(/core/misc/icons/ffffff/ex.svg) 0 0 no-repeat !important;
    background-position: center !important;
}

.service-provider .media-library-view .view-header,
.service-provider .media-library-view .views-exposed-form,
.service-provider .media-library-add-form {
    display: none;
}

.service-provider .media-library-item__attributes {
    padding: 3px;
    bottom: 14px;
    padding-bottom: 0px;
}

.service-provider .field--name-field-weight {
    display: none;
}

#popup-message-window {
    position: absolute !important;
    width: 800px !important;
    height: 600px !important;
    max-width: 85% !important;
    border: 0;
    border-left: 7px solid #8af3e4;
    /* background: #f3fdff; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: auto;

    -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 12px rgb(0 0 0 / 3%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    padding-left: 40px !important;
    padding-right: 60px !important;
    bottom: unset !important;
}

#popup-message-content p {
    font-size: 1rem;
}

@media screen and (max-width:500px) {
    #popup-message-window {
        height: 300px !important;
        padding: 0 15px 0 15px !important;
    }

    #popup-message-window .popup-message-title{
        font-size: 1.3rem !important;
    }

    #popup-message-close{
        top: 0px;
        right: -3px;
    }
}

/* 
#popup-message-window::before{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #2B77F0;
    background: -moz-linear-gradient(99deg, #2B77F0 0%, #69FFF9 100%);
    background: -webkit-linear-gradient(99deg, #2B77F0 0%, #69FFF9 100%);
    background: linear-gradient(99deg, #2B77F0 0%, #69FFF9 100%);
}
#popup-message-window::after{
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #ffffff;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
} */

#popup-message-background {
    height: 100vh;
}

.popup-message-title {
    color: #00C5D5 !important;
    font-size: 2.25rem !important;
}

#popup-message-window h1.popup-message-title {
    border-bottom: 0;
}

#popup-message-close {
    margin: 11px;
    color: #00C5D5 !important;
}

.user-login-form #edit-submit {

    background: #2B77F0;
    background: -moz-linear-gradient(99deg, #2B77F0 0%, #69FFF9 100%);
    background: -webkit-linear-gradient(99deg, #2B77F0 0%, #69FFF9 100%);
    background: linear-gradient(99deg, #2B77F0 0%, #69FFF9 100%);
    border: 0;
    border-radius: 4px;
    padding: 10px 30px;
    color: #fff;
    font-weight: normal;
}

.user-login-form {
    width: 500px;
    margin: 0 auto;
    max-width: 90%;


    border: 0;
    border-left: 7px solid #8af3e4;
    padding-left: 20px;
    /* transform: translate(-50%, -50%); */
    /* right: auto; */
    -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 12px rgb(0 0 0 / 3%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    padding-left: 40px !important;
    padding-right: 60px !important;
    padding: 20px;
}

.user-login-form .form-type-textfield label,
.user-login-form .form-type-password label {
    position: relative;
    font-size: 1.3rem;

}

.user-login-form .form-type-textfield label::before,
.user-login-form .form-type-password label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -2px;
    left: -4px;
    background: transparent linear-gradient(116deg, #96d7ef 0%, #65dab8 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px;
    z-index: -1;
}

.user-login-form .form-type-textfield input,
.user-login-form .form-type-password input {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #E1E6EB;
    width: 100%;
    display: block;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    border: 0;
    border-bottom: 1px solid #E1E6EB;
    outline: none;
    box-shadow: none;
    background: none;
    padding-left: 0;
}

.sme .field--name-user-picture,
.sme .field--name-field-company-name-en,
.sme .field--name-field-company-name-tc,
.sme .field--name-field-company-name-sc,
.sme .field--name-field-address-en,
.sme .field--name-field-address-tc,
.sme .field--name-field-address-sc,
.sme .field--name-field-company-website,
.sme .field--name-field-contact-number,
.sme .field--name-field-contact-email,
.sme .field--name-field-weight,
.sme .sp-info-edit {
    display: none;
}

.b-promo-detail a.btn-blue {
    color: #fff;
}

a.btn-blue:hover {
    color: #212529;
}

.service-provider a[href="#edit-group-transformation-plan"] {
    display: none;
}

.pro-dashboard tr {
    border: 0;
}

.pro-dashboard .table {
    overflow: hidden;
}

#search-form {
    display: none;
}

.path-search .item-list h3,
.path-search h2 {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: normal;
    margin-top: 20px;
}

.search-results h3 {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: normal;
    margin-top: 20px;
}

.search-result__info {
    display: none;
}

.search-results {
    padding-left: 0;
}

.search-results li {
    height: 100%;
    background: #ffffff;
    position: relative;
    -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 5px 12px rgb(0 0 0 / 3%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    padding: 20px;
    margin-left: 0;
}

.portal-container #popup-message-window {
    height: 710px !important;
}

.service-provider .dropbutton .translate {
    display: none !important;
}

.field--name-field-enable-end-date input {
    appearance: auto;
}

.field--name-field-enable-end-date input,
.field--name-field-enable-end-date label {
    display: inline-block;
}

.s-solution-details img {
    width: auto;
    max-width: 100%;
}

.section-subtitle {
    margin-left: 100px;
}

@media screen and (max-width:767px) {

    .section-subtitle {
        margin-left: 0;
    }

}

.s-solution-details .row-ctx:not(.row-solution-title)>.col-main {
    text-align: justify;
}

.s-support .col {
    margin-bottom: 20px;
}

.table {
    overflow: auto;
}

.box-promo-detail table {
    caption-side: initial;
}


.s-solution-details .col-price {
    text-align: left;
}

.ribbon-wrapper {
    /* display:none; */
    width: 218px;
    height: 148px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
}

.ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 11px 0;
    top: 15px;
    right: 66px;
    width: 233px;
    background-color: #65dab8;
    color: #fff;
    z-index: 999;
    font-size: 2rem;
}

.path-events .b-tab-view2 {
    display: none;
}

@media (max-width: 1470px) {
    #lang-swticher{
        margin-right: 35px !important;
    }   
}
@media (min-width: 1151px) {
    .logo-wrapper .img-logo {
        /* height: 80px; */
        /* margin-bottom: 11px; */
    }
}

a.success-case {
    font-weight: 500;
    color: #12A79E;
}

.page-node-type-home :target {
    display: block;
    position: relative;
    top: -170px;
    visibility: hidden;
}

.s-solution-details .txt-tag:before {
    content: "";
}

.sol-compang-logo {
    position: absolute;
    bottom: -30px;
    right: 10px;
    background-size: contain;
    padding: 8.25%;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    /* box-shadow: 3px 4px 12px 2px rgb(0 0 255 / 20%); */
    box-shadow: 3px 4px 12px 2px rgb(0 0 0 / 15%);
}

.solution-img {
    position: relative;
}

.solution-img,
.path-solutions .img-solution {
    background-size: contain;
    background-color: #f9f9f9;
}

.path-frontpage .b-card-solution .box-ctx .box {
    padding-top: 40px;
}

.s-support .b-logo {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 85%;
}

.knowl .des {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.knowl .title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.path-events .views-exposed-form {
    display: none;
}


.nav-ctrl2 .li-login img:nth-child(2) {
    opacity: 0;
    display: none;
}

.li-login:hover img:nth-child(1) {
    opacity: 0;
    display: none;
}

.li-login:hover img:nth-child(2) {
    opacity: 1;
    display: inline;
}

.li-login img {
    width: 16px;
    vertical-align: sub;
}

.hashtags .tag:hover {
    background: #18AC7F;
    color: #ffffff;
}

span.cat:hover {
    color: #057EDC;
}

.cr-div img {
    width: 200px;
}

span.card-case:hover {
    text-decoration: underline;
}

.js-form-item .form-textarea-wrapper {
    margin-top: 80px;
    width: 650px;
    /* margin-left: -400px; */
}


@media only screen and (max-width: 1320px) {
    .js-form-item .form-textarea-wrapper {
        width: 570px;
        margin-left: -40px;

    }
}


@media only screen and (max-width: 1000px) {
    .js-form-item .form-textarea-wrapper {
        width: 350px;
        margin-left: -10px;

    }
}


@media only screen and (max-width: 760px) {
    .js-form-item .form-textarea-wrapper {
        width: 300px;
        margin-left: 5px;
        margin-top: -3px;
    }

}

.footer-text-size {
    width: 93%;
}

.about-sitemap .sitemap-size {
    width: 60%;
}

@media (max-width: 1400px) {
    .about-sitemap .sitemap .list {
        width: 38%;
    }
}

@media (max-width: 975px) {
    .about-sitemap .sitemap .list {
        width: 51%;
    }
    .footer-text-size {
        width: 93%;
    }
    
    .about-sitemap .sitemap-size {
        width: 60%;
    }
}

@media (max-width: 770px) {
    .about-sitemap .sitemap .list {
        width: 50%;
    }

    .footer-text-size {
        width: 93%;
    }
    
    .about-sitemap .sitemap-size {
        width: 60%;
    }
}


@media (max-width: 768px) {

    .about-sitemap .about,
    .about-sitemap .sitemap {
        width: inherit;
    }
}


.cube_scale::after{
	content:" ";
	background-size: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 51%, rgba(0,0,0,0) 100%);
}
.cube_bg{ transition: all .2s ease-in-out; }
.cube:hover .cube_bg{
	transform: scale(1.2);
}

.cube a{
	width:100%;
	position: relative;
	display: block;
}

.cube_scale{
	position:relative;
	width: 100%;
	padding-top:85%;
	background-size: cover;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	overflow: hidden;
}
.cube_bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cube_detail{
	width: 100%;
    /* height: 100%; */
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    padding: 18px;
}

.email-tfa-email-tfa-verify-login{margin-top:30px;}
.email-tfa-email-tfa-verify-login #edit-resend{
	background: linear-gradient(99deg, #2B77F0 0%, #69FFF9 100%);
    border: 0;
    border-radius: 4px;
    padding: 10px 30px;
    color: #fff;
    font-weight: normal;
}

/*20240826 start */
.cr-div{position: relative; z-index: 21 !important;}
.iconifier {position: relative; z-index: 21 !important;}
/*20240826 end */

.offer_des.t_more{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.f_read_less,
.f_read_more{margin-top: 10px; display: none;}

.f_read_less span,
.f_read_more span{
    font-size: 16px;
    color:#12A79E;
    padding: 2px 5px;
    cursor: pointer;
}

.page-node-type-mega-campaign .mega .campaign-container .solution-img{
    background-size:cover;
}

/*back to top start*/
.back-top {
    position: fixed;
    bottom: 230px;
    right: 42px;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    background: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    cursor: pointer;
}
.btn-back-top {
    width: 100%;
    height: 100%;
    text-align: center;
}
.back-top img {
    height: 26px;
    width: 26px;
    position: relative;
    top: -5px;
    left: 0;
    right: 0;
    transition: top .3s ease;
}
.btn-back-top span{
    font-size: 12px;
    text-wrap: nowrap;
    color: #15cedc;
    bottom: 0px;
    left: 0;
    right: 0;
    position: absolute;
    font-weight: 400;
}
.back-top:hover img {
    top: -11px;
}
/*back to top end*/

.path-newsletter .views-exposed-form {
    display: none;
}

/*20250115 start */
.btn-line-blue-x,
.btn-line-blue-x:hover{
    color: #ffffff;
}
.btn-line-blue-x::before{
    background: -webkit-linear-gradient(99deg, #2B77F0 0%, #69FFF9 100%);
}
.btn-line-blue-x::after {
    opacity: 0;
    filter: alpha(opacity = 0);
}
/*20250115 end */
.section-title-wrap{position:relative;}
.home-anchor{position:absolute!important;top:0;left:0;}
.page-node-type-success-stories .col-main .txt-green{display: none;}
.section-title-wrap .section-title{margin-bottom:16px;}
.solution-disclaimer{margin-top:130px;font-size:14px;}

@media (min-width: 992px){
	.b-filter-list-wrapper.has-btns-grp {padding-right:unset;}
}
#home-page .txt-cate-wrap{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
}
.title-more-industry .more-industry-btn{margin:0;padding-left:50px;}

.title-more-industry{justify-content:unset;}
