Viewing File: /home/maglabs/etascom/wp-content/themes/agenzio/assets/scss/forms.scss

input::-moz-placeholder, textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select, .pxl-select-higthlight, .nice-select {
    background-color: #F2F7FF;
    color: #666;
    padding: 0px 20px;
    padding-top: 3px;
    line-height: 1.73;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    @include transition(all 300ms linear 0ms);
    @include box-shadow(none);
    @include border-radius(6px);
    width: 100%;
    outline: none;
    border: 1px solid #F6F6F6;
    font-family: 'Inter', sans-serif;
    &:focus {
        outline: 0;
        color: $link_color;
        border-color: $primary_color;
        background-color: unset !important;
    }
}
input[type="range"] {
    padding: 0;
    background-color: transparent;
    height: auto;
    border: none;
}
select {
    height: 60px;
}
textarea {
    padding: 20px 23px;
    height: 166px;
    margin: 0;
    @include border-radius(15px);
}

// Comment Form
//--------------------------------------------------
.comments-area {
    padding-top: 64px;
    @media (max-width: 767px) {
        padding-top: 40px;
    }
    .comment-respond {
        .logged-in-as {
            font-size: 15px;
            a {
                color: inherit;
                &:hover {
                    color: $primary_color;
                }
                &:nth-child(2) {
                    font-weight: 700;
                    text-decoration: underline;
                }
            }
        }
    }
    .no-comments {
        display: none;
    }
}

.comment-form {
    .container {
        padding: 0;
    }
}

.comment-input {
    position: relative;
    svg {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translate(0,-50%);
        fill: $link_color;
        path {
            fill: $link_color;
        }
    }
}
.comment-form-comment {
    position: relative;
    svg {
        position: absolute;
        top: 19px;
        left: 20px;
        fill: $link_color;
        path {
            fill: $link_color;
        }
    }
}

.comment-input, .comment-form-comment {
    width: 100%;
    margin-bottom: 23px;
    @include transition(all 0.3s);
    &:hover, &:focus, &:active {
        .comment-text {
            color: $primary_color;
        }
    }
    .comment-text {
        font-size: 14px;
        color: #494949;
        margin-bottom: 8px;
    }
    input {
        height: 50px;
    }
    textarea {
        height: 220px;
        padding-top: 13px !important;
    }
    input, textarea {
        font-family: Almarai;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #{'rgba(var(--link-color-rgb),0.4)'};
        background-color: unset;
        padding: 0;
        border:  1px solid #DEDEDE;
        border-radius: 0;
        padding: 0 41px;
        &:focus {
            border-color: $primary_color;
            color: $link_color;
        }
    }
}
.comment-list {
    padding: 0;
    list-style: none;
    margin-bottom: 60px;
    li {
        padding-top: 15px;
        .children {
            margin-bottom: 0;
            li {
                list-style: none;
                padding-left: 50px;
                @media #{$max-lg} {
                    padding-left: 0;
                }
            }
        }
    }
    > li {
        &:first-child {
            border-top: none;
            margin-top: 0;
            padding-top: 0;
        }
        &:last-child {
            margin-bottom: 0;
        }
        > .children > li > .children > li > .children > li > .children {
            padding-left: 0;
            .children {
                padding-left: 0;
            }
        }
    }
    #respond {
        margin-top: 28px;
        margin-bottom: 40px;
        .comment-reply-title {
            font-size: 24px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
    }
}

.comment-image {
    img {
        @include border-radius(78px);
        width: 78px;
        min-width: 78px;
        margin-right: 25px;
        @media #{$max-xs} {
            margin-bottom: 12px;
        }
    }
}

.comment-title {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: -0.38px;
    font-family: 'Inter', sans-serif;
    @media #{$max-sm} {
        font-size: 18px;
    }
    a {
        color: inherit;
        &:hover {
            color: inherit;
        }
    }
}

.comment-date {
    font-size: 14px;
    font-weight: 500;
    color: $primary_color;
    margin-bottom: 10px;
    display: block;
}
.comment-content {
    @media #{$max-xs} {
        font-size: 16px;
        line-height: 1.625;
    }
    a {
        word-wrap: break-word;
    }
    .comment-text {
        color: inherit;
        font-size: 15px;
        &.pxl-pr-40 {
            @media (max-width: 575px) {
                padding-right: 0;
            }
        }
        p:last-child {
            margin-bottom: 0;
        }
        ol, ul {
            margin-bottom: 32px;
            ul, ol {
                margin-bottom: 0;
            }
        }
        ul li {
            list-style: outside;
        }
        img {
            margin: 6px 0;
        }
    }
}
.comment-reply {
    margin-top: 20px;
    a {
        font-size: 16px;
        font-weight: 500;
        color: $link_color;
        &:hover {
            color: $primary_color;
        }
    }
}

.comment-inner {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #ececec;
    padding: 38px 20px 35px 20px;
    @include border-radius(0);
    position: relative;
    @media #{$max-xs} {
        display: block;
    }
}

.comment-content {
    position: relative;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    .post-sg-rating {
        position: absolute;
        top: 0;
        right: 0;
        @media (max-width: 575px) {
            position: relative;
            margin-bottom: 10px;
        }
      .star-rating-post {
        .pxl-star {
            font-size: 15px;
            input {
                display: none;
            }
            i {
            color: gray;
            transition: color 0.3s;
            }

            &.active i {
            color: $primary_color;
            }
        }
      }
    }
}

.comment-holder {
    margin-bottom: 8px;
    @media #{$max-xs} {
        display: block;
    }
}

.comment-meta {
    flex-grow: 1;
}

.comment-respond {
    position: relative;
}

.comment-form-rating {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    @media (max-width: 575px) {
        position: relative;
        margin-bottom: 20px;
    }
  label {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
  }

  .star-rating {
    display: flex;
    gap: 4px;
    input[type="radio"] {
      display: none; // Ẩn các input radio mặc định
    }

    label {
      font-size: 15px;
      color: #ccc; // Màu xám cho sao khi chưa được chọn
      cursor: pointer;
      transition: color 0.3s ease;
      margin-bottom: 0;
      i {
        pointer-events: none; // Ngăn chặn việc click vào icon sao trực tiếp
      }
    }

    // Style cho các ngôi sao đã được chọn (sẽ thêm class thông qua JavaScript)
    .selected {
      color: $primary_color; // Màu vàng cho sao đã được chọn
    }
  }
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    > .container {
        order: 2;
    }
    .comment-form-rating {
        order: 1;
    }
    .comment-form-comment {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        order: 3;
        margin-bottom: 20px;
    }
    .comment-form-cookies-consent {
        order: 5;
    }
    .form-submit {
        order: 5;
        margin-bottom: 0;
        width: 100%;
    }
}
.single-post .comment-form {
    .row {
        margin: 0 -10px;
        > div {
            margin-bottom: 15px;
            padding: 0 10px;
        }
    }
}

.comment-form-cookies-consent {
    font-size: 14px;
    line-height: 1.625;
    padding-left: 26px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #222;
    input, label:before, label:after {
        position: absolute;
        width: 14px;
        height: 14px;
        left: 0;
        top: 4px;
        cursor: pointer;
    }
    label {
        cursor: pointer;
        &:before {
            content: '';
            z-index: 1;
            background-color: #e9e9e9;
            border-radius: 0px;
        }
    }
    label:after {
        content: '\f112';
        font-family: "Caseicon";
        font-weight: 400;
        z-index: 2;
        font-size: 8px;
        color: #000;
        opacity: 0;
        line-height: 12px;
        text-align: center;
        top: 5px;
    }
    input {
        z-index: 99;
        opacity: 0;
        margin: 0;
        &:checked + label:after {
            opacity: 1;
        }
    }
}

/* Select Style */
.pxl-select {
    width: 100%;
    position: relative;
    .pxl-select-hidden {
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }
    .pxl-select-options {
        max-height: 282px;
        overflow-y: scroll;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        list-style: none;
        margin: 10px 0 0;
        padding: 12px 18px;
        background-color: #fff;
        z-index: 900;
        font-size: 16px;
        color: #666;
        font-family: inherit;
        box-shadow: 0 3px 65px rgba(0,0,0,0.08);
        @include border-radius(0px);
        @include transition(all .25s cubic-bezier(.645,.045,.355,1));
        opacity: 0;
        margin-top: 30px;
        visibility: hidden;
        border-radius: 0 0 10px 10px;
        li {
            padding: 9px 10px;
            cursor: pointer;
            @include transition(all .25s cubic-bezier(.645,.045,.355,1));
            line-height: normal !important;
            border-radius: 5px;
            &:first-child {
                display: none;
            }
            &:hover {
                color: #0A1320;
                background-color: rgba(#0A1320, 0.04);
            }
        }
    }
    .pxl-select-higthlight {
        display: flex;
        align-items: center;
        cursor: pointer;
        position: relative;
        &:before {
            content: "\f150";
            width: 28px;
            height: 28px;
            border-radius: 28px;
            color: #646464;
            line-height: 28px;
            text-align: center;
            font-size: 12px;
            font-family: Caseicon;
            position: absolute;
            top: 50%;
            right: 15px;
            @include transform(translate(0, -50%));
            @include transition(all .25s cubic-bezier(.645,.045,.355,1));
        }
        &.active {
            border-bottom-left-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
            + .pxl-select-options {
                opacity: 1;
                margin-top: 0px;
                visibility: visible;
            }
            &:before {
                transform: translate(0, -50%) scaleY(-1);
            }
        }
    }
}

.pxl-form-date .wpcf7-form-control-wrap, .pxl-form-date .pxl-item-group {
    &:after {
        content: "\f150";
        width: 28px;
        height: 28px;
        border-radius: 28px;
        color: #2D2D2D;
        line-height: 28px;
        text-align: center;
        font-size: 12px;
        font-family: Caseicon;
        position: absolute;
        top: 50%;
        right: 10px;
        @include transform(translate(0, -50%));
        @include transition(all .25s cubic-bezier(.645,.045,.355,1));
        opacity: 0;
        z-index: -1;
    }
}

.nice-select {
    position: relative;
    padding-right: 44px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    &:before {
        content: "\f150";
        font-family: Caseicon;
        width: 28px;
        height: 28px;
        border-radius: 28px;
        color: #2D2D2D;
        line-height: 28px;
        text-align: center;
        font-size: 12px;
        position: absolute;
        top: 50%;
        right: 10px;
        @include transform(translate(0, -50%));
        @include transition(all .25s cubic-bezier(.645,.045,.355,1));
    }
    ul.list {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        list-style: none;
        margin: 30px 0 0;
        padding: 12px 15px;
        background-color: #fff;
        z-index: 101;
        font-size: 16px;
        color: #666;
        font-family: inherit;
        box-shadow: 0 3px 65px rgba(0,0,0,0.08);
        @include border-radius(0px);
        @include transition(all .25s cubic-bezier(.645,.045,.355,1));
        opacity: 0;
        visibility: hidden;
        max-width: 350px;
        max-height: 246px;
        overflow-y: auto;
        li {
            padding: 9px 8px;
            cursor: pointer;
            @include transition(all .25s cubic-bezier(.645,.045,.355,1));
            line-height: normal !important;
            &:hover {
                color: #101010;
                background-color: rgba(#000, 0.04);
            }
        }
    }
    &.open {
        &:before {
            transform: translate(0, -50%) scaleY(-1);
        }
        ul.list {
            opacity: 1;
            margin-top: 0;
            visibility: visible;
        }
    }
}

.comment-reply-title small {
    a {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        line-height: 36px;
        padding: 0 22px;
        background-color: $primary_color;
        display: inline-flex;
        margin: 0 12px;
        border-radius: 50px;
    }
}

.post-password-form {
    input[type="password"] {
        margin-top: 6px;
    }
    input[type="submit"] {
        margin-top: 10px;
    }
}

/* Select 2 */
.select2 {
    .select2-selection--single {
        border: 1px solid #2d2d2d;
        height: 51px;
        .select2-selection__rendered {
            padding-left: 15px;
            line-height: 51px;
        }
        .select2-selection__arrow {
            right: 8px;
            top: 50%;
            @include transform(translate(0px, -50%));
        }
    }
}

form .select2-container--default {
    width: 100% !important;
    .select2-selection {
        height: 60px;
        background-color: #f5f6f6;
        @include border-radius(30px);
        border: none;
        .select2-selection__rendered {
            line-height: 60px;
            padding-left: 22px;
            font-size: 16px;
            color: #646464;
        }
        .select2-selection__arrow {
            right: 20px;
            top: 50%;
            color: #646464;
        }
        .select2-selection__clear {
            height: 20px;
            line-height: 20px;
            position: absolute;
            right: 30px;
            text-align: center;
            top: 50%;
            @include transform(translate(0px, -50%));
            width: 20px;
            color: #5d5d60;
        }
        .select2-selection__placeholder {
            color: inherit;
        }
    }
}
.select2-container.select2-container--open {
    .select2-dropdown {
        border-color: #e7e8e9;
        .select2-search__field {
            border: 1px solid #e7e8e9;
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    .select2-results {
        .select2-results__option {
            font-size: 15px;
        }
        li.select2-results__option--highlighted {
            background-color: $primary_color;
        }
    }
}

/* Date Time */
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: $primary_color !important;
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover,
body .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
    background: $secondary_color !important;
    @include box-shadow(none !important);
    color: #fff !important;
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current,
body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
    background-color: $primary_color !important;
    @include box-shadow(none !important);
    color: #fff !important;
}
body {
    .xdsoft_datetimepicker {
        font-family: inherit;
        border: none;
        @include box-shadow(0 5px 20px -5px rgba(0,0,0,0.12));
        .xdsoft_calendar {
            th {
                background-color: #f3f3f3;
                color: #444;
            }
            td {
                border-color: #ebebeb;
                height: 30px;
                background-color: #f7f7f7;
                @media #{$min-xl} {
                    height: 36px;
                }
                > div {
                    padding: 0;
                    text-align: center;
                }
            }
        }
        .xdsoft_datepicker {
            width: 230px;
            @media #{$min-xl} {
                width: 305px;
            }
        }
        .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
            background-color: $primary_color;
            @include box-shadow(none);
        }
    }
}

.search-no-results {
    #pxl-main {
        min-height: calc(100vh - 308px);
    }
    .pxl-content-wrap.no-sidebar .no-results.not-found {
        max-width: 780px;
        margin: auto;
    }
    .search-form .searchform-wrap {
        position: relative;
        .search-submit {
            padding: 0;
            background-color: transparent;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 0;
            right: 0;
            &:hover {
                color: $primary_color;
            }
        }
    }
}

.pxl-file-upload-wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
    padding-bottom: 10px;
    @media #{$max-sm} {
        display: block;
    }
    .pxl-file-upload-button {
        white-space: nowrap;
        line-height: 52px;
        font-size: 16px;
        color: #fff;
        text-transform: capitalize;
        background: #16232B;
        padding: 0 38px;
        @media #{$max-sm} {
            padding-left: 24px;
            padding-right: 24px;
        }
        &:hover {
            background: #222;
        }
    }
    .pxl-file-upload-input {
        width: auto;
        font-size: 16px;
        color: #0A1320;
        background: none;
        font-weight: 500;
        padding: 0 22px;
        height: 52px;
        @media #{$max-sm} {
            padding: 0;
        }
    }
}
Back to Directory File Manager