.wpforms-form .wpforms-field-layout .wpforms-field-html ul {
    margin: 0 !important;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    gap: var(--wpforms-field-size-input-spacing);
    width: 100%;
}
.wpforms-form .wpforms-field-layout .wpforms-field-html ul li,
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row ul.wd-inline-headings li {
    list-style: none !important;
    margin: 0 !important;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row ul li label.wpforms-field-label-inline {
    display: none;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row ul li {
    width: 136px;
    text-align: center;
    justify-content: center;
    font-size: 14px;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column:first-child .wpforms-field-html {
    font-size: 14px;
    line-height: 19px;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column:first-child {
    width: 147px;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column:nth-child(2) {
    width: calc(100% - 147px);
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row:nth-child(even) {
    background: #eee;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column:nth-child(2) .wpforms-field.wpforms-field-html {
    padding: 6px 0;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column:nth-child(2) * {
    height: 100%;
    align-items: center;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column:nth-child(2) input[type="radio"] {
    height: auto;
    margin: 0;
}
.wpforms-field-html.wd-float-right {
    font-style: italic;
    font-size: 13px !important;
    line-height: 18px !important;
}
.entry-content .wpforms-container {
    max-width: 900px!important;
    width: 100%;
    padding: 0 15px !important;
}
div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column:nth-child(2) .wpforms-field.wpforms-field-html ul.wd-inline-headings {
    height: auto;
    margin: 0 !important;
}


.pslSurvey_section {
    margin: 20px 0;
    padding: 20px 0;
    background-color: #f0f0f0;
}

.pslSurvey_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.pslSurvey_row {
    display: flex;
    flex-wrap: wrap;
}

.pslSurvey_column {
    width: 100%;
    padding: 0 15px;
}

.pslSurvey_column_25 {
    flex: 0 0 25%;
    max-width: 25%;
}

.pslSurvey_element {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
}

.pslSurvey_image {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.pslSurvey_heading_title {
    font-size: 24px;
    margin-bottom: 10px;
}

.pslSurvey_button_link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.pslSurvey_button_link:hover {
    background-color: #0056b3;
}

/* Basic styling for the Owl Carousel container */
.owl-carousel {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

/* Styling for each item in the carousel */
.owl-carousel .course-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

/* Styling for the navigation arrows */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5)!important;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

/* Styling for the pagination dots */
.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.owl-dots .owl-dot.active {
    background: #333;
}

/* Ensure the images are responsive and fit within the slides */
.owl-carousel .elementor-image-box-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.chart-card{
    padding: 0;
}

.accordion-survey .elementor-accordion-title {font-size: 24px;}
.tabs-survey .elementor-image-box-title{font-size: 24px;}

div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wd-column3-answers ul.wpforms-field-required, div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wd-column3-answers ul.wpforms-field-required > li {
    width: 100% !important;
}

.wpforms-layout-row{
    align-items: center !important;
}

.competence-area {
      padding: 20px;
      border-radius: 8px;
      margin-bottom: 20px;
      text-align: center;
    }
    .competence-area-header {
      font-size: 18px;
      font-weight: bold;
      padding: 10px;
      color: white;
      border-radius: 5px 5px 0 0;
      margin-bottom: -1px;
    }
    .competence-area-content {
      background-color: #f8f9fa;
      border: 1px solid #dee2e6;
      border-radius: 0 0 5px 5px;
      padding: 20px;
    }
    .competence-area .dropdown-toggle::after {
      margin-left: 10px;
    }

button.active.btn-primary{
    color:white;
}

