@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('./css/iconly.css');

.view-color-green {
    background-color: rgba(77, 250, 144, 0.3);
}

.view-color-yellow {
    background-color: rgba(250, 190, 77, 0.3);
}

.view-color-red {
    background-color: rgba(255, 84, 104, 0.3);
}

.view-item-disabled {
    opacity: 0.5;
}

body, .x-body {
    background: #f98334 !important;
}

.x-login .x-window-bodyWrap {
    border-radius: 10px;
    overflow: hidden;
}

.x-window.x-login {
    background: #FFFFFF;
    box-shadow: 0 5px 10px rgba(160, 163, 189, 0.1);
    border-radius: 10px;
    overflow: visible;
}

.x-login::before {
    background-image: url(/images/logo_UT+_1.png);
    background-size: 100% 20px;
    display: block;
    width: 50%;
    height: 20px;
    content: "";
    position: absolute;
    top: -35px;
    left: 25%;
}

.x-login .x-toolbar-footer {
    border: none;
    background: white !important;
}

.x-btn.x-register-btn {
    background: #344955 !important;
    border-radius: 4px !important;
    width: 85px;
    height: 30px;
}
.x-btn.x-register-btn .x-btn-inner {
    color: white !important;
}


.x-btn.x-login-btn {
    border-radius: 4px !important;
    width: 85px;
    height: 30px;
}

.x-btn.x-login-btn span  {
    color: white!important;
}

.x-panel-header-default {
    border-color: #344955 !important;
}

.x-panel-header-default, .x-panel-header-default-vertical {
    background-color: #344955 !important;
}

.x-collapse-el {
    background-color: #C4C4C4 !important;
}

.x-grid-header-ct {
    background: #F0F2FA !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;;
}

.x-layout-split-top:before,
.x-layout-split-left:before,
.x-layout-split-right:before,
.x-layout-split-bottom:before {
    color: #F9AA33;
    background: #918F98 !important;
}

.x-layout-split-right {
    padding: 0 !important;
}

.x-btn {
    mix-blend-mode: normal !important;
    border-width: 0 !important;
    border-radius: 4px !important;
    padding: 4px !important;
}

.x-btn {
    background: #F9AA33 !important;
}

.x-btn.x-btn-disabled {
    opacity: 0.4 !important;
}

.x-btn-icon > .x-btn-icon-el {
    color: #000 !important;
}

.x-window-default {
    border-width: 0 !important;
}

.x-window > .x-window-header-default {
    background: #344955 !important;
    border-width: 0 !important;
}

.x-toolbar-footer {
    background: #EFF0F6 !important;
}

.x-btn-inner-default-small {
    color: black !important;
    border-radius: 0 !important;
}

.x-panel-body .x-fieldset {
    background: white !important;
    border: 0 !important;
}

.x-window input, .x-window textarea {
    background: #EFF0F6 !important;
}

.x-form-trigger-default {
    color: black !important;
    background: #EFF0F6 !important;
}

.x-window-header-default .x-tool-img {
    width: 20px !important;
    height: 20px !important;
    padding-top: 2px !important;
    background: #F9AA33 !important;
    border-radius: 4px !important;
    color: black !important;
    opacity: 1 !important;
}

.x-tool-expand-top,
.x-tool-expand-bottom,
.x-tool-expand-left,
.x-tool-expand-right {
    visibility: hidden;
}

body, .x-panel-body, .x-column-header {
    font-family: 'Inter', sans-serif !important;
}

.x-panel-header-title-default {
    font-family: Inter, sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.x-form-item-label-text, .x-fieldset-header-text {
    font-family: Inter, sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: black !important;
}

.x-fieldset .x-fieldset-header {
    padding-left: 0 !important;
}

.x-fieldset-default.x-fieldset-collapsed .x-tool-toggle:before {
    content: "\e948" !important;
}

.x-fieldset-default .x-tool-toggle {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #F9AA33 !important
}

.x-fieldset-default.x-fieldset-collapsed .x-tool-toggle {
    font-family: 'iconly' !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

.x-btn-icon-left > .x-btn-icon-el-default-toolbar-small, .x-btn-icon-right > .x-btn-icon-el-default-toolbar-small {
    font-size: 12px !important;
}

.toolbar-header-style {
    background-color: #344955 !important;
}

body.x-border-layout-ct, div.x-border-layout-ct {
    background-color: #bbbbbb !important;
}

.x-fieldset {
    overflow: visible !important; /* workaround for Safari issue */
}

#update {
    position: absolute;
    width: 100%;
    top: 20px;
    font-weight: bold;
    text-align: center;
}

#attribution {
    position: absolute;
    color: white;
    bottom: 10px;
    right: 15px;
    font-size: x-small;
}

#attribution a {
    text-decoration: none;
}

#spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border-top: 6px solid #344955;
    border-right: 6px solid transparent;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}
