@import '/fonts/bebas/stylesheet.css';

@font-face {
    font-family: 'Atlas Grotesk';
    src: url('/fonts/atlas/AtlasGrotesk-Regular.woff2') format('woff2'),
    url('/fonts/atlas/AtlasGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Atlas Grotesk';
    src: url('/fonts/atlas/AtlasGrotesk-Medium.woff2') format('woff2'),
    url('/fonts/atlas/AtlasGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Regular.woff2') format('woff2'),
    url('/fonts/inter/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Medium.woff2') format('woff2'),
    url('/fonts/inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-SemiBold.woff2') format('woff2'),
    url('/fonts/inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-Bold.woff2') format('woff2'),
    url('/fonts/inter/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter-ExtraBold.woff2') format('woff2'),
    url('/fonts/inter/Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

* {
    outline: none;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: #333;
    font-size: 14px;
    line-height: 100%;
    background-color: #F3F5F8;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar-track
{
    border-radius: 11px;
    background-color: white;
}
::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-thumb
{
    border-radius: 11px;
    background-color: #EBEDF1;
}


@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    /*font-size: 75%;*/
    line-height: 0;
    vertical-align: baseline;
}

sub {
    /*bottom: -.25em;*/
}

sup {
    /*top: -.5em;*/
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    margin: 0;
    padding: 0;
}

button {
    border-radius: 0;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.MuiList-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.MuiListItem-root, .MuiList-root {
    padding: 0;
    min-height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.MuiListItem-root:hover {
    background: transparent;
}

.MuiMenuItem-root {
    overflow: visible !important;
}

.MuiTouchRipple-root {
    display: none;
}

.MuiGrid-item {
    /*padding-top: 0 !important;*/
}

.MuiGrid-root {
    margin-top: 0;
}

.MuiIconButton-sizeMedium {
    padding: 0;
}

.MuiIconButton-sizeMedium:hover {
    background: transparent;
}

.MuiSvgIcon-fontSizeSmall {
    fill: #C4C4C4 !important;
}

.Mui-checked .MuiSvgIcon-fontSizeSmall {
    fill: #C20C0D !important;
}

.MuiSlider-colorPrimary {
    color: #C3A578;
}

.MuiCheckbox-root {
    padding: 0px 9px !important;
}

.MuiCheckbox-root:hover {
    background-color: transparent !important;
}

.MuiFormControlLabel-label {
    line-height: 100% !important;
}

.MuiSlider-root, .MuiSlider-root * {
    outline: none !important;
}

.MuiButton-root {
    text-transform: none !important;
}

.MuiTreeItem-root {
    margin-top: 5px !important;
}

.MuiTreeItem-iconContainer {
    background: #fff;
    z-index: 1;
}

.MuiTreeItem-iconContainer svg {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.MuiSelect-select:focus {
    background-color: transparent !important;
}

.form-control {
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #ECECEC;
    padding: 10px 25px;
    width: 100%;
}

.form-control::placeholder {
    color: #BABABA;
}

.form-control:-ms-input-placeholder {
    color: #BABABA;
}

.form-control::-ms-input-placeholder {
    color: #BABABA;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: bold !important;
}

h6 {
    font-size: 1rem;
}

.carousel-v1 .slick-list {
    overflow: visible;
}

.carousel-v1 .slick-slide  {
    padding: 0 8px;
    outline: none;
}

.btn, .btn:focus {
    background-color: #fff !important;
    border-radius: 6px !important;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0.625rem 1rem;
    line-height: 1;
    outline: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sm {
    padding: 0.5rem 0.81rem;
}

.btn-submit {
    border: none !important;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
}

.btn.btn-v2 {
    border: solid 1px #333 !important;
}

.btn-xs {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 0.8rem;
}

.btn_group .btn-xs {
    line-height: 1;
}

.btn.btn-v2.btn-xs {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 0.8rem;
}

.btn.btn-default {
    color: #333;
    border: solid 1px #333 !important;
}

.btn-danger {
    background: #FF5E6D !important;
    color: #fff;
    border: 1px solid #FF5E6D;
}

.btn.btn-danger:hover, .btn.btn-danger.active {
    background-color: #ff384a !important;
    border-color: #ff2b3f !important;
    border: 1px solid #ff384a;
}

.btn-warning {
    background: #F5A623 !important;
    color: #fff;
    border: 1px solid #F5A623;
}

.btn-success, .btn-submit {
    background: green !important;
    color: #fff;
    border: 1px solid green;
}

.btn-success-white-bg {
    background: #fff !important;
    color: green !important;
    border: 1px solid green !important;
}

.btn-info {
    color: #fff;
    background-color: #0B94F7 !important;
    border-color: #0B94F7 !important;
    border: 1px solid #0B94F7;
}

.btn.btn-info:hover, .btn.btn-info.active {
    background-color: #077ed5 !important;
    border-color: #0777c8 !important;
    color: #fff;
}

.btn_group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn_group .btn,
.btn_group .btn:focus {
    padding: 8px 12px !important;
    border-radius: 0 !important;
    border: none !important;
    color: #fff;
    outline: none;
}

.btn_group .btn.btn-xs {
    font-size: 0.625rem;
}

.btn_group .btn:first-child,
.btn_group .btn:first-child:focus {
    border-radius: 5px 0 0 5px !important;
}

.btn_group .btn:last-child,
.btn_group .btn:last-child:focus {
    border-radius: 0 5px 5px 0 !important;
}

.btn.btn-disabled {
    background-color: rgba(58, 63, 81, 0.2) !important;
    border-color: rgba(58, 63, 81, 0) !important;
}

.btn-without-bg {
    background: transparent !important;
    color: #333;
}

.btn-without-bg.btn-success {
    color: green;
}

.btn-without-bg.btn-info {
    color: #0B94F7;
}

.btn.btn-choose-img {
    background-color: #ababab !important;
    color: #fff;
    padding: 14px 22px;
    height: auto;
    border: none;
    border-radius: 30px !important;
    outline: 0;
    font-weight: 700 !important;
    font-size: 16px;
    -webkit-box-shadow: 0 4px 18px rgba(0,0,0,.04);
    -moz-box-shadow: 0 4px 18px rgba(0,0,0,.04);
    box-shadow: 0 4px 18px rgba(0,0,0,.04);
}

textarea {
    border-radius: 0;
    border: 1px solid #bebebe !important;
    font-size: 15px;
    padding: 0.875rem 1.375rem;
    resize: auto;
    overflow-x: hidden;
    width: 100% !important;
}

select {
    width: 100%;
    height: calc(2.25rem + 2px);
    border-radius: 0;
    border: 1px solid #bebebe;
    font-size: 15px;
    padding: .4375rem .75rem;
    color: #686868;
}

@keyframes dyinglight {
    15% {
        transform: scale(1.6);
    }
    50% {
        transform: rotate(-89deg);
    }
    100% {
        transform: rotate(-90deg);
    }
}

.square-box-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.square-box-loader-square {
    display: block;
    width: 30px;
    height: 30px;
    background: #392C70;
}

.square-box-loader-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform-origin: 50% 50% 0;
    animation: dyinglight 1s ease infinite;
    backface-visibility: hidden;
}

.square-box-loader-corner-top:before,
.square-box-loader-corner-top:after,
.square-box-loader-corner-bottom:before,
.square-box-loader-corner-bottom:after {
    position: absolute;
    width: 10px;
    height: 10px;
    color: #392C70;
    content: '';
}

.square-box-loader-corner-top:before {
    border-left: 1px solid;
    border-top: 1px solid;
    top: -4px;
    left: -4px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    /*background: rgba(255,255,255,.7);*/
    top: 0;
    right: 0;
    z-index: 999;
}

#preloader.with-bg {
    background: rgba(255,255,255,.7);
}

.square-box-loader-corner-top:after {
    border-right: 1px solid;
    border-top: 1px solid;
    top: -4px;
    right: -4px;
}

.square-box-loader-corner-bottom:before {
    border-left: 1px solid;
    border-bottom: 1px solid;
    bottom: -4px;
    left: -4px;
}

.square-box-loader-corner-bottom:after {
    border-right: 1px solid;
    border-bottom: 1px solid;
    bottom: -4px;
    right: -4px;
}

div.spinner {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-block;
    background: #000;
    padding: 10px;
    border-radius: 10px;
}

div.spinner div {
    width: 6%;
    height: 16%;
    background: #FFF;
    position: absolute;
    left: 49%;
    top: 43%;
    opacity: 0;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-animation: fade 1s linear infinite;
}

@-webkit-keyframes fade {
    from {opacity: 1;}
    to {opacity: 0.25;}
}

div.spinner div.bar1 {
    -webkit-transform:rotate(0deg) translate(0, -130%);
    -webkit-animation-delay: 0s;
}

div.spinner div.bar2 {
    -webkit-transform:rotate(30deg) translate(0, -130%);
    -webkit-animation-delay: -0.9167s;
}

div.spinner div.bar3 {
    -webkit-transform:rotate(60deg) translate(0, -130%);
    -webkit-animation-delay: -0.833s;
}
div.spinner div.bar4 {
    -webkit-transform:rotate(90deg) translate(0, -130%);
    -webkit-animation-delay: -0.7497s;
}
div.spinner div.bar5 {
    -webkit-transform:rotate(120deg) translate(0, -130%);
    -webkit-animation-delay: -0.667s;
}
div.spinner div.bar6 {
    -webkit-transform:rotate(150deg) translate(0, -130%);
    -webkit-animation-delay: -0.5837s;
}
div.spinner div.bar7 {
    -webkit-transform:rotate(180deg) translate(0, -130%);
    -webkit-animation-delay: -0.5s;
}
div.spinner div.bar8 {
    -webkit-transform:rotate(210deg) translate(0, -130%);
    -webkit-animation-delay: -0.4167s;
}
div.spinner div.bar9 {
    -webkit-transform:rotate(240deg) translate(0, -130%);
    -webkit-animation-delay: -0.333s;
}
div.spinner div.bar10 {
    -webkit-transform:rotate(270deg) translate(0, -130%);
    -webkit-animation-delay: -0.2497s;
}
div.spinner div.bar11 {
    -webkit-transform:rotate(300deg) translate(0, -130%);
    -webkit-animation-delay: -0.167s;
}
div.spinner div.bar12 {
    -webkit-transform:rotate(330deg) translate(0, -130%);
    -webkit-animation-delay: -0.0833s;
}

.datepicker {
    background: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.datepicker input {
    cursor: pointer;
    font-size: 15px;
}

.MuiInput-underline:after,
.MuiInput-underline:before {
    content: " " !important;
    display: none;
}

.datepicker.v1 {
    width: 95px;
    height: 33px;
}

.datepicker.v2 {
    width: 112px;
    height: 27px;
}

.datepicker.v2 input {
    padding: 2px 5px;
}

.datepicker.v1 input {
    border: 1px solid #ccc;
    height: 33px;
    padding: 0 5px;
}

.datepicker-group-search span.datepicker-search-icon {
    padding: 3px; background: #fff;
    color: #fff;
    border: 1px solid #333;
    font-size: 13px;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.datepicker-group-search .datepicker.v2 {
    border: 1px solid #333;
}

.datepicker-group-search .datepicker.v2:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

.datepicker-group-search .datepicker.v2:nth-child(2) {
    border-right: none;
}

.mark {
    padding: 0.2em;
    font-size: 0.8rem;
    color: #ffffff;
}

.mark-warning {
    background: #F5A623;
}

.mark-info {
    background: #0B94F7;
}

input:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.MuiTreeItem-label.MuiTypography-body1 {
    font-size: 14px !important;
    align-items: center;
    display: flex;
}

.MuiTreeItem-group {
    margin-left: 23px !important;
}

i.has-img {
    background-image: url(/images/imgicon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
}

i.warning-img {
    background-image: url(/images/warning.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
}

.pdf-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C20C0D;
    cursor: pointer;
}

.pdf-link:hover path{
    fill: #C20C0D;
}

.pdf-link img {
    /*margin-right: 5px;*/
    position: relative;
    /*top: -1px;*/
}

.hide_scroll::-webkit-scrollbar {
    width: 0.1px;
}

/* Track */
.hide_scroll::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.hide_scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

/* Handle on hover */
.hide_scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.sentry-error-embed .form-submit .btn {
    background: #25A6F7 !important;
}

.sentry-error-embed-wrapper {
    z-index: 9999999999999 !important;
}

.sentry-error-embed h2 {
    margin-bottom: 25px !important;
}

.sentry-error-embed .form-submit .powered-by {
    display: none !important;
}

.apply-filter, .apply-filter:focus {
    color: #3B70CA !important;
    border: 1px solid #3B70CA !important;
    padding: 10px 25px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
    outline: none !important;
}

.default-btn, .default-btn:focus{
    color: #fff !important;
    border: 1px solid #f3f3f3 !important;
    border-radius: 6px;
    padding: 10px 25px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
    background: #3B70CA !important;
}

.clear-filter, .clear-filter:focus {
    color: #999999 !important;
    border: 1px solid #999999 !important;
    padding: 10px 25px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1214px) {
    .apply-filter {
        margin-bottom: 10px;
    }

    .apply-filter, .clear-filter {
        width: 100%;
    }
}

@keyframes center-animate {
    /*0% {*/
    /*    width: 0;*/
    /*    transition: width 4s ease-in-out;*/
    /*}*/
    /*100% {*/
    /*    transition: width 4s ease-in-out;*/
    /*    width: 100%;*/
    /*}*/

    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.flexible-modal {
    position: fixed;
    z-index: 1000;
    border: 1px solid #ccc;
    background: white;
}
.flexible-modal-mask {
    position: fixed;
    height: 100%;
    background: rgba(55, 55, 55, 0.6);
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.flexible-modal-resizer {
    position:absolute;
    right:0;
    bottom:0;
    cursor:se-resize;
    margin:5px;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
}
.flexible-modal-drag-area{
    background: rgba(22, 22, 333, 0.2);
    height: 50px;
    position:absolute;
    right:0;
    top:0;
    cursor:move;
}

.invisible_scroll::-webkit-scrollbar {
    width: 0.1px;
}

/* Track */
.invisible_scroll::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.invisible_scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

/* Handle on hover */
.invisible_scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
