.s-between {
    justify-content: space-between;
}

.layout {
    background-color: #ffffff00 !important;
    max-width: 100vw !important;
    overflow-x: hidden;
    padding-left: 0px !important;
}

.content {
    min-height: 92vh;
    width: 100%;
}

.inline-block {
    display: inline-block;
}

.right {
    float: right;
}

.pointer {
    cursor: pointer;
}

.status-Success, .status-Completed, .status-printed {
    color: green !important;
}

.status-Failed, .status-Error, .status-Delivery-error, .status-Rejected, .status-Print-error {
    color: red !important;
}

.status-Refunded, .status-Approved, .status-Sent-to-print {
    color: blue !important;
}

.color-white {
    color: white !important;
}

.full-width {
    width: 100% !important;
}

.default-font-size {
    font-size: 1rem;
}

.bold-text {
    font-weight: bold;
}

.mealo-form {
    align-items: center;
}

.default-pr {
    padding-right: 2rem;
}

.disabled {
    color: grey !important;
    pointer-events: none;
}

input[type=number] {
    text-align: right
}

.subtotal-row {
    background-color:rgba(63, 81, 181, 0.08);
}

*::-webkit-scrollbar {
    width: 4px;
}
   
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
*::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 1rem;
}

@media only screen and (max-width: 1200px) {
    .MuiCard-root:not(.statistic-card) {
        width: 98% !important;
    }

    .form-builder-date svg {
        position: absolute;
        right: 15px;
    }

    .form-builder-date svg[data-testid="CalendarIcon"] {
        position: absolute;
        right: 0px;
    }

    .form-builder-date input {
        width: 100% !important;
    }

    .MuiAutocomplete-popper {
        margin-left: -15px!important;
    }

    #root, .sui-table-dialog {
        transform-origin: 0 0;
        transform: scale(0.8);
        width: 125% !important;
    }

    .MuiBackdrop-root, .sui-table-dialog {
        height: 120% !important;
    }

    .MuiDialog-container {
        height: 100svh !important;
    }

    .MuiPaper-root[role="dialog"] {
        top: 50px!important;
        min-height: 250px!important;
    }

    .sui-table-dialog .MuiAutocomplete-inputRoot .Mui-disabled {
        -webkit-text-fill-color: rgba(0, 0, 0, 0.8) !important
    }
    
    .access-denied {
        padding-left: 0 !important;
    }

    .page-loader {
        height: '110vh' !important;
    }
}

.MuiInputBase-root{
    display: flex !important;
}

.suiTable-dropdown-column .MuiInputBase-input {
    text-transform: uppercase;
    font-size: 0.65rem;
    font-weight: 700;
    color: #8392ab;
}

.suiTable-dropdown-column .MuiSvgIcon-root {
    height: 20px;
    width: 20px;
    margin-left: 5px;
    margin-top: -4px;
}

.d-none {
    display: none;
}
.rdrStaticRanges {
	flex-direction: row !important;
}

.rdrInputRanges {
	display: none !important;
}

.rdrDefinedRangesWrapper {
	width: 100% !important;
	background-color: transparent !important;
	border: none !important;
	padding-top: 18px;
}

.rdrStaticRange {
	background-color: transparent !important;
	color: grey;
	text-transform: uppercase;
}
.message-code-mirror {
    height: 450px;
}

.message-code-mirror .CodeMirror {
    height: 100%;
    font-size: 1rem;
}
.sample-data-details {
    width: 100%;
}

.header-code-mirror {
    height: 200px;
}

.body-code-mirror {
    height: 450px;
}

.footer-code-mirror {
    height: 200px;
}

.CodeMirror {
    height: 100% !important;
    font-size: 1rem;
}
.sample-data-details {
    width: 100%;
}

.header-code-mirror {
    height: 200px;
}

.body-code-mirror {
    height: 450px;
}

.footer-code-mirror {
    height: 200px;
}

.CodeMirror {
    height: 100% !important;
    font-size: 1rem;
}
.message-code-mirror {
    height: 450px;
}

.message-code-mirror .CodeMirror {
    height: 100%;
    font-size: 1rem;
}
.error-component {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

.error-component body {
    height: 100vh;
    background: -webkit-repeating-linear-gradient(-45deg, #71b7e6, #69a6ce, #b98acc, #ee8176, #b98acc, #69a6ce, #9b59b6);
    background-size: 400%;
}

.error-component #error-page {
    position: absolute;
    top: 10%;
    left: 15%;
    right: 15%;
    bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.error-component #error-page .content {
    max-width: 600px;
    text-align: center;
}

.error-component .content h2.header {
    font-size: 18vw;
    line-height: 1em;
    position: relative;
}

.error-component .content h2.header:after {
    position: absolute;
    content: attr(data-text);
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-repeating-linear-gradient(-45deg, #71b7e6, #69a6ce, #b98acc, #ee8176, #b98acc, #69a6ce, #9b59b6);
    background-size: 400%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
    animation: animate 10s ease-in-out infinite;
}

.error-component .content h4 {
    font-size: 1.5em;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 2em;
    max-width: 600px;
    position: relative;
}

.error-component .content h4:after {
    position: absolute;
    content: attr(data-text);
    top: 0;
    left: 0;
    right: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error-component .content p {
    font-size: 1.2em;
    color: #0d0d0d;
}

.error-component .content .btns {
    margin: 25px 0;
    display: inline-flex;
}

.error-component .content .btns a {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    border: 2px solid #69a6ce;
    color: #69a6ce;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.error-component .content .btns a:hover {
    background: #69a6ce;
    color: #fff;
}
