﻿.switch-row {
    display: flex;
    flex-direction: row !important;
    align-items: center;
}

.preview-upload-image {
    width: 100%; /* Adjust width to fill the upload box */
    height: 100%; /* Adjust height to fill the upload box */
    object-fit: contain; /* Ensure the entire image fits within the box */
    border-radius: 8px; /* Keep the rounded corners consistent with the design */
}

.validation-message {
    font-size: .75rem !important;
    padding-right: 8px !important;
}

.custom-font-bold {
    font-family: "custom-font" !important;
    font-weight:bold !important;
}

.mud-header-grid {
    background-color: #f4f6f8;
    font-family: "custom-font" !important;
    font-weight: bold !important;
}

.column-header {
    color: #637381 !important;
}

.mud-table-cell {
    color: #1c252e !important;
}

.mud-typography-h6 {
    margin-right: 30px;
}


/*editor*/
.ql-editor {
    font-family: "custom-font";
    text-align:right !important;
}

.ql-editor.ql-blank::before 
{
        text-align: right;
}
.ql-container
{
    border:none !important;
}
.mudex-richtexteditor {
    border: 1px solid #bdbdbd;
    padding: 7px;
    border-radius: 10px;
  
}
.ql-toolbar {
    margin-bottom: 5px;
    border: none !important;
    border-bottom: 1px solid #bdbdbd !important;
}
.mud-input-slot .mud-input-root .mud-input-root-outlined .mud-input-root-adorned-start {
    direction: rtl;
    text-align:right;
}

.fff .mud-input-slot.mud-input-root.mud-input-root-outlined.mud-input-root-adorned-start {
    /* Your styles here */
    direction: ltr;
    text-align: right;
}



/*upload image*/
.css-hd15xa {
    display: flex;
    gap: 15px;
    flex-flow: wrap;
    margin-top: calc(3* var(--spacing));
    margin-bottom: calc(3* var(--spacing));
    margin: 20px !important;
}

.css-vxcmzt {
    display: inline-flex;
}

.css-62gfgz {
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 10px;
    width: 110px;
    height: 110px;
    border: solid 1px rgba(var(--palette-grey-500Channel) / 0.16);
}

.css-u7y8kb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.css-1kemi1l {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: "Public Sans Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-align: center;
    --IconButton-hoverBg: rgba(var(--palette-action-activeChannel) / var(--palette-action-hoverOpacity));
    font-size: 1.125rem;
    top: 4px;
    right: 4px;
    position: absolute;
    color: var(--palette-common-white);
    background-color: rgba(var(--palette-grey-900Channel) / 0.48);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    flex: 0 0 auto;
    border-radius: 50%;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: calc(0.35* var(--spacing));
    background-color: whitesmoke !important;
}

.mud-button-label
{
    font-weight:bold;
}
.user-profile-img 
{
    border:none !important;
}