@font-face {
    font-family: Inter;
    src: url(fonts/Inter-VariableFont_slnt\,wght.ttf);
  }

* {
    margin: 0;
    padding: 0;
    font-family: Inter !important;
}

*::-webkit-scrollbar {
    display: none;
}

body, html {
    width: 100vw;
    height: 100vh;
}

#root {
    width: 100%;
    height: 100%;
}

.login-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.card-login {
    /*background: rgba(255, 255, 255, 0.116);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );*/
    width: 50%;
    padding: 3% 10%;
    text-align: center;
}

.icon-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
.ant-modal-confirm-body {
    justify-content: center;
}
*/

.custom-form-item {
    margin-bottom: 8px;
}

.bottom-half-elipsis {
    border-radius: 50% / 0 0 100% 100%;
    min-width: 130px;
    max-width: 130px;
    max-height: 20px;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.admin-header {
    background-color: white; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    overflow: hidden;
}

/*
.ant-menu-item-selected {
    background-color: #464646 !important;
}
*/

.ant-layout-sider-children {
    display: flex;
    flex-direction: column;
}

.ant-layout-header {
    line-height: 0;
}

.ant-menu-item-divider {
    width: 70%;
    /*border-color: #fff !important;*/
    margin: 0 auto;
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #00be53 !important;
}

.ant-space-item {
    width: 100%;
}

/*
.ant-qrcode {
    width: 100% !important;
    height: auto !important;
}

.ant-qrcode canvas {
    width: 100% !important;
    height: auto !important;
}
*/

.light-switch {
    background-color: #000;
}

.custom-menu {
    width: calc(100% - 8px) !important;
}

.custom-menu .ant-menu-item { 
    padding-inline: 12px !important;
}

.custom-menu li span.ant-menu-title-content {
    opacity: 1 !important;
}

.ant-segmented-item:hover:not(.ant-segmented-item-selected) {
    color: #a3a3a3 !important;
}

.agenda {
    max-height: 90vh;
}

.agenda .ant-card-body {
    height: 90%;
    overflow: scroll;
}

.box-card {
    max-height: 90vh;
}

.box-card .ant-card-body {
    height: 100%;
}

.dashboard-car .ant-card-body {
    flex-grow: 1;
}

.ant-modal-content {
    max-height: 90vh;
    overflow-y: auto;
}