.input-group-append .btn {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.input-group-prepend .btn {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.menu-toggle {
    border-radius: 100%;
    overflow: hidden;
}

.w-\[60px\] {
    width: 60px;
}

.bg-dark-clarity {
    background-color: var(--tw-dark-clarity);
}

.fill-light {
    fill: var(--tw-light);
}

.left-0 {
    left: 0;
}

/**
FORM INPUT STARS
 */
.star-rating-container {
    display: inline-block;
    position: relative;
    line-height: 50px;
    font-size: 50px;
}
.star-rating-container:not(:hover) label input:checked ~ .icon, .star-rating-container:hover label:hover input ~ .icon {
    color: gold;
}
.star-rating-container label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}
.star-rating-container label:last-child {
    position: static;
}
.star-rating-container label:nth-child(1) {
    z-index: 10;
}
.star-rating-container label:nth-child(2) {
    z-index: 9;
}
.star-rating-container label:nth-child(3) {
    z-index: 8;
}
.star-rating-container label:nth-child(4) {
    z-index: 7;
}
.star-rating-container label:nth-child(5) {
    z-index: 6;
}
.star-rating-container label:nth-child(6) {
    z-index: 5;
}
.star-rating-container label:nth-child(7) {
    z-index: 4;
}
.star-rating-container label:nth-child(8) {
    z-index: 3;
}
.star-rating-container label:nth-child(9) {
    z-index: 2;
}
.star-rating-container label:nth-child(10) {
    z-index: 1;
}
.star-rating-container label:last-child .icon {
    color: var(--kt-text-muted);
}
.star-rating-container label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.star-rating-container label input:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px gold;
}
.star-rating-container label .icon {
    float: left;
    color: transparent;
}

/**
PLUGINS
 */
.fa-duotone.fa-1x, .fa.fa-1x, .fal.fa-1x, .far.fa-1x, .fas.fa-1x {
    font-size: 1em !important;
}
.fa-duotone.fa-2x, .fa.fa-2x, .fal.fa-2x, .far.fa-2x, .fas.fa-2x {
    font-size: 2em !important;
}
.fa-duotone.fa-3x, .fa.fa-3x, .fal.fa-3x, .far.fa-3x, .fas.fa-3x {
    font-size: 3em !important;
}
.fa-duotone.fa-4x, .fa.fa-4x, .fal.fa-4x, .far.fa-4x, .fas.fa-4x {
    font-size: 4em !important;
}
.fa-duotone.fa-star, .fa.fa-star, .fal.fa-star, .far.fa-star, .fas.fa-star {
    color: gold !important;
}
.fa-duotone.fa-star-half, .fa.fa-star-half, .fal.fa-star-half, .far.fa-star-half, .fas.fa-star-half {
    --fa-primary-color: gold !important;
    --fa-secondary-color: var(--kt-text-muted) !important;
}
.iti--separate-dial-code {
    width: 100%;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

input,
select,
textarea {
    &.is-invalid {
        border-color: var(--tw-danger)!important;
        padding-right: calc(1.5em + 1.55rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F1416C' stroke='none'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right calc(.375em + .3875rem) center;
        background-size: calc(.75em + .775rem) calc(.75em + .775rem);
    }
}

html:not([data-theme-mode="dark"]) [type='checkbox'].checkbox:checked,
html:not([data-theme-mode="dark"]) [type='radio'].radio:checked,
html:not(.dark) [type='checkbox'].checkbox:checked,
html:not(.dark) [type='radio'].radio:checked {
    background-color: var(--tw-primary) !important;
}

html[data-theme-mode="dark"] [type='checkbox']:checked,
html[data-theme-mode="dark"] [type='radio']:checked,
html.dark [type='checkbox']:checked,
html.dark [type='radio']:checked {
    background-color: currentColor !important;
}
