﻿

/* Disabale Uppercase text for buttons and titles... */
.rz-button .rz-button-text {
    text-transform: none !important;
}


.rz-tabview-nav .rz-tabview-title {
    text-transform: none !important;
}


/* Icon font size default*/
i.rzi {
    font-size: 1.25rem;
}


/*Drop Down*/
.rz-multiselect-trigger .rzi-chevron-down:before, .rz-dropdown-trigger .rzi-chevron-down:before {
    content: 'keyboard_arrow_down' !important;
    color: var(--rz-text-secondary-color);
}

.rz-dropdown{
    justify-content: center;
}

/* Form field content */

.rz-form-field-content {
    margin-block: 0px !important;
}

/* Switch */
.rz-switch {
    height: 1rem !important;
    width: 1.75rem !important;
    min-width: 1.75rem !important;
    border-radius: 14px !important;
}

    .rz-switch .rz-switch-circle:before {
        border-radius: 50% !important;
        width: 0.75rem !important;
        height: 0.75rem !important;
        margin-block-start: -0.375rem !important;
        box-shadow: 0 0 2px 0 rgba(0,0,0,0.08), 0 2px 2px 0 rgba(0,0,0,0.08) !important;
    }

    .rz-switch.rz-switch-checked .rz-switch-circle:before {
        transform: translateX(0.75rem) !important;
    }

    .rz-switch .rz-switch-circle:before {
        margin-inline-start: 0.125rem !important;
    }


/* Checkbox */
::deep .rz-chkbox-box {
    border-radius: 6px !important;
    border-color: var(--rz-primary) !important;
}

::deep .rz-chkbox-icon {
    background-color: var(--rz-primary) !important;
    border-radius: 3px !important;
    width: 10px !important;
    height: 10px !important;
}


/* Line hr */
hr {
    border: none;
    border-top: 1px solid var(--rz-base-300);
}



/* Button outlined base border color */
.rz-button.rz-variant-outlined.rz-base.rz-shade-default {
    box-shadow: inset 0 0 0 var(--rz-border-width) var(--rz-base-300) !important;
    color: var(--rz-text-secondary-color) !important;
}


/* Button text color */
.rz-button.rz-variant-text.rz-base.rz-shade-default {
    color: var(--rz-text-secondary-color) !important;
}

.rz-button.rz-button-sm .rz-button-box {
    font-weight: 400 !important;
}

