@import url('fonts.css');
/* Normalize: */
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
    box-sizing: border-box;
  }
  /*
    2. Remove default margin
  */
  * {
    margin: 0;
  }
  /*
    Typographic tweaks!
    3. Add accessible line-height
    4. Improve text rendering
  */
  body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  /*
    5. Improve media defaults
  */
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }
  /*
    6. Remove built-in form typography styles
  */
  input, button, textarea, select {
    font: inherit;
  }
  /*
    7. Avoid text overflows
  */
  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }
  /*
    8. Create a root stacking context
  */
  #root, #__next {
    isolation: isolate;
  }

html{
    /* user-select: none; */
	font-family: "Inter Tight", "Arial", system-ui, sans-serif;
    font-weight: 300;
    font-size: 11pt;
    background-color: #f5f5f5;
    background: linear-gradient(0deg, transparent 0%, #f5f5f5 5%, #f5f5f5 95%, transparent 100%), 
                url("floating-cogs.svg");
}
p{
    text-shadow: 0 1px 8px white;
}
h1 {
    padding: 2px;
    margin: 2px;
    display: block;
    text-align: center;
    color: #444;
    text-shadow: 0 1px 8px white;
    font-size: 15pt;
    font-weight: 600;
}

#admin-wrapper{     /* painel administrador*/ 
    margin: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 100px 160px auto 100px 150px 130px 80px;
    align-items: center;
    transition: 0.5s opacity ease-in-out;
}

#admin-title{
    grid-column: 2/4;
    transform: translateY(10px);
}

#admin-logo { 
    grid-column: 1/2;
    position: absolute;
    top: 6px;
    left: 12px;
}
#admin-logo:hover { animation: spin 20s linear infinite; }

footer{
    grid-row: 8 / 9;
    grid-column: 2 / 6;
    padding: 20px;
    text-align: center;
    text-shadow: 0 2px 5px white;
}


/* Regras gerais para tabelas */
table {
    border-collapse:separate;   /*collapse quebra bordas redondas. Talvez não importe mais com pais redondos.*/
	border-spacing: 0;
    overflow: hidden;
    transition: 0.25s all ease-in-out;
}
thead {
    position: sticky;
    top: 0;
    z-index: 1;
	border: 1px solid #888;
    border-bottom: 1px solid #666;
    box-shadow: 0px 1px 0px #ccc;
}
th {
    position: sticky;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.5pt;
	font-size: 11pt;
	padding: 9px 12px;
    text-shadow: 0 2px 5px white; /* causa problemas em card de aluno (fundo escuro*/
}
td {
    padding: 0;
	vertical-align: middle;
	text-align: center;
}
td a { padding: 5px; }
tr:nth-child(2n+2)      { background: #9992; }
tr:nth-child(2n+1)      { background: #fff2; }
thead tr:nth-child(2)   { background: #eaeaea; }
thead tr:first-child    { background: linear-gradient(#d6d6d6 0%, #eaeaea 70%); }

th h1 { text-align: right; }

#tabela-alunos-wrapper-outer, #tabela-resp-wrapper-outer {
    min-width: 1140px; max-width: 1440px;
    width: calc(100% - 20px);
    justify-self: stretch;
    align-self: center;
    margin:0 auto;
    margin-top: 16px;
    overflow-y: hidden;
	border: 1px solid #888;
    box-shadow: 0px 2px 20px #0002;
    padding: 0;
    border-radius:13px;
    background: #f5f5f5;
}
#tabela-alunos-wrapper, #tabela-resp-wrapper{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(50vh - 54px);
    height: calc(50vh - 54px); 
    min-height: 420px;
    scrollbar-color: #d3d3d3 #e9e9e9;
    border-radius:12px;
}
#tabela-alunos-wrapper-outer  {
    grid-row: 3/4;
    grid-column: 1/8;
}
#tabela-resp-wrapper-outer   {
    grid-row: 5/6;
    grid-column: 1/8;
}
#tabela-evt-wrapper-outer {
    min-width: 960px; max-width: 1440px;
    grid-row: 7/8;
    grid-column: 1/8;
    justify-self: center;
    align-self: center;
    margin: 16px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
	border: 1px solid #666;
    box-shadow: 0px 2px 20px #0002;
    border-radius:12px;
    background: #f5f5f5;
    max-height: 100vh;
}
#tabela-evt-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 100vh;
    height:  100vh;
    min-height: 420px;
    scrollbar-color: #d3d3d3 #e9e9e9;
    border-radius: 12px;
}
#tabela-evt td{
    max-width: 1400px;
    min-width: 250px;
}    
#tabela-evt td.Entrada{
    color: hsl(195, 80%, 20%);
}    
#tabela-evt td.Saída{
    color: hsl(272, 80%, 20%);

}    
#tabela-alunos, #tabela-resp, #tabela-evt{
    margin: 0;
    width: 100%;
}

/* Botões de tabelas:*/
.tabela-aluno-lastevt {width: 180px; min-width: 180px; max-width: 180px;}
.tabela-aluno-tipo {width: 140px; min-width: 140px; max-width: 140px;}
.tabela-aluno-turma {width: 110px; min-width: 110px; max-width: 110px;}
#tabela-pesquisa-alunos, .tabela-aluno-manage{width: 200px; min-width: 200px; max-width: 200px;}

.tabela-aluno-nome, .tabela-resp-nome {
    text-align: left;
    white-space: nowrap;
    overflow-y: hidden ;
    padding-left: 5px;
    min-width: 100%;

}
.tabela-aluno-nome {
    min-width: 100%;
}
.tabela-resp-manage { 
    /* Alterado para esconder temporariamente troca de senha do responsável: */
    min-width:270px;
    width:270px;
    /*! min-width: 270px; */ /*! width: 270px; */
}

.arrow { /* Indicador de coluna de tabela reordenável*/
    color: #666;
    transform: translateY(-2px);
    display:inline-block;
}
.status-aluno-header-table :nth-child(even), .status-aluno-header-table :nth-child(odd),
.status-resp-header-table :nth-child(even), .status-resp-header-table :nth-child(odd){
    background: transparent;
}
.status-aluno-header-table td,
.status-resp-header-table td{
    padding-right: 4px;
    text-align: left;
}
.td-aluno-ausente strong{
    color: rgb(128, 48, 48);
    font-weight: 600;
}
/* Regras gerais para modais */



.modal-wrapper {   
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #444a;
    z-index: -1;
    backdrop-filter: blur(3px);
    perspective: 100vh;
}
  
#modal-small {
    background: transparent;    /* background deve ser definido no elemento filho deste.*/
    backdrop-filter: blur(8px); /*remover isso impede botão fechar de ser posicionado?*/
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 40px 160px 80px #0006;
    min-width: 500px;
    max-width: 640px;
    min-height: 150px;
    max-height: calc(100vh - 60px);
    height: auto;
    border: 1px solid #333;
    overflow: hidden;
    /* text-shadow: 0 1px 12px #fff8; */
    text-shadow: 0 1px 8px #fffa;
    margin: 20px;
    transform-origin: 50% 33% 0px; /* ajusta a origem da animação para o topo do modal */
}

#modal-small-content {
    max-height:  calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #374a72c0 #fff9;
}

iframe{
    border: 3px solid #111b;
    border-radius: 15px;    
    /* background: linear-gradient(180deg, hsla(220, 30%, 22%, 0.7) 0%, hsla(220, 30%, 22%, 0.65) 25%, hsla(220, 30%, 22%, 0.55) 75%, hsla(220, 30%, 22%, 0.7) 100%); */
    background: linear-gradient(180deg, hsla(220, 30%, 22%, 0.7) 0%, hsla(220, 70%, 12%, 0.5) 25%, hsla(220, 70%, 12%, 0.4) 75%, hsla(220, 30%, 22%, 0.7) 100%);
    /* ajustes abaixo servem para remover 6px sobrando na parte inferior do modal, e corrigir bordas:*/
    width: 635px;
    height: 430px;
    transform: translateY(6px);
    margin-top: -7px;
    overflow: clip;
    box-shadow: inset 0 10px 60px 20px #0004;
}

#modal-large {
    background: transparent;
    padding: 20px;
    box-shadow: 0 0 10px black;
    overflow:auto;
    height: calc(100vh - 0px);
    width: calc(100vw - 0px);
    background: linear-gradient(0deg, transparent 0%, #f5f5f5 25%, #f5f5f5 75%, transparent 100%), 
                url("/floating-cogs.svg");
    background-color: #fff8;
    backdrop-filter: blur(12px) brightness(1.5);
}

#modal-large .scrollable {
    max-height: calc(100vh - 360px);
}

.modal-small, .status-resp-btn, .iframe-small {	/* Botões com eventos que abrem modal*/
	text-align: center;
	transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    color: #000b;
    cursor: default;
}
.empty{
    color: #666;
}

#status-resp-header {
    padding: 12px;
}

#card-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around; /* talvez nem sempre suportado? */
    align-items: center;
    align-content: space-around;
    z-index: 1;
    gap: 20px;
}

.aluno-card {
    flex: 1 0 30%;
    border: 2px solid #111b;
    border-radius: 15px;
    margin: 0;
    /* background: hsla(220, 40%, 30%, 0.5); */
    background: hsla(220, 100%, 15%, 0.30);
    color: white;
    min-width: 510px;
    max-width: 510px;
    min-height: 200px;
    max-height: calc(100vh - 100px);
    transition: 0.66s all ease-in-out;
    text-shadow: 0px 1px 5px #000;
    overflow: hidden;
    box-shadow: inset 0 10px 60px 20px #0004;
}
#modal-large .aluno-card{
    background: hsla(220, 65%, 15%, 0.65)
}


.aluno-card td.Saída{
    color: hsl(272, 80%, 90%);
}

.aluno-card td.Entrada{
    color:  hsl(211, 80%, 87%);
}



.scrollable{
    overflow: auto;
    max-height: calc(100vh - 300px);
    box-shadow: inset 0 0 10px 0 black;
    scrollbar-color: #0008 #0004;
    scrollbar-width: 10px;
}

.aluno-card>h1{ /* Eventos info*/
    text-align: center;
    padding: 10px;
    color: white;
    text-shadow: 0px 1px 5px #000;  /*explícito pois H1 comum possui sombra branca*/
}
.scrollable table {
    width: 100%;
    background: #0008;
}
.scrollable td, #tabela-evt td {
    padding: 5px;
}
.scrollable th {
    text-shadow: 0 2px 5px black; 
}
.scrollable tr:first-child{ /* Eventos info*/
    background: linear-gradient(180deg, #000a 0%, transparent 50%);
}

.status-aluno-header-table td:nth-child(odd),
.status-resp-header-table td:nth-child(odd){
    text-align: right;
}

.aluno-status, .modal-status {
    display: block;
    padding: 16px 22px 28px 22px;
    border-radius: 14px 14px 0 0; 
    margin: 0;
}
.modal-status { 
    background: linear-gradient(180deg, #0000001e 80%, transparent 100%),
     url("/floating-cogs.svg");
     background-color: #fffd;
}
.aluno-status  { 
    background: linear-gradient(180deg, #0000001e 80%, transparent 100%);
}


#error-info, #validation-info{
    color: darkred;
    text-shadow: 0 2px 5px white;
    transition: 1s all ease-in-out;
    padding: 8px;
}
#success-info {
    color: #00178b;
    text-shadow: 0 2px 5px white;
    padding: 8px 54px 0px 8px;
    transition: 1s all ease-in-out;
}
#success-info:empty #error-info:empty, #validation-info:empty{  /* não ocupar espaço com campos de resultado quando vazios: */
    width: 0;height: 0;padding: 0;margin: 0;
}

#title-resp{
    text-align: left;
}


/*  Botões*/
.rfid-write-btn, .cad-ban-btn,  #ask-tag-btn,
/* #novo-aluno-btn, #novo-resp-btn, #admin-setup-btn, #mqtt-setup-btn, */
.resp-email-btn, .resp-pw-btn, .resp-ban-btn, .assoc-btn,
.status-aluno-btn, .tabela-resp-status-btn {
	border: 1px solid #0004;
    border-width: 1px 1px 1px 1px;
    background: linear-gradient(#d3d3d3 0%, #ebebeb 100%);
    font-weight: 400;
	text-align: center;
	transition: 0.25s all ease-in-out;
    cursor: default;
}
/* tamanho dos botões definido em template da grade:*/
#cad-csv-btn, #mqtt-setup-btn, 
#admin-setup-btn, #logout-btn, #evt-link-btn{
    height:100%;
    padding: 10px;
    font-weight: 400;
    color: white;
    text-shadow: 0px 1px 5px black;
    vertical-align: middle;
    border: 1px solid #333;
}

#cad-csv-btn{
    grid-column: 4/5;
    grid-row: 1/2;
    background: linear-gradient(hsl(221, 35%, 33%) 0%, hsl(220, 40%, 52%) 100%);
    border-radius: 0 0 10px 10px;
    margin-right: 6px;
}
#admin-setup-btn{
    grid-column: 5/6;
    grid-row: 1/2;
    background: linear-gradient(hsl(168, 28%, 20%) 0%, hsl(165, 32%, 38%) 100%);
    margin-left: 6px;
    border-radius: 0 0 0 10px;

} 
#mqtt-setup-btn{
    grid-column: 6/7;
    grid-row: 1/2;
    background: linear-gradient(hsl(168, 28%, 20%) 0%, hsl(165, 32%, 38%) 100%);
    margin-right: 6px;
    border-radius: 0 0 10px 0;
}
#logout-btn{
    grid-column: 7/8;
    grid-row: 1/2;
    background: linear-gradient(#6d3838 0%, #a44b4b 100%);
    display: grid;
    border-radius: 0 0 0 10px;
    place-content: center;
    text-decoration: none;
    margin-left: 6px;
    cursor: default;
    transition: 0.5s all ease-in-out;
}
#evt-link-btn{
    background: linear-gradient(hsl(221, 35%, 33%) 0%, hsl(220, 40%, 52%) 100%);
    display: grid;
    text-align: center;
    text-decoration: none;
    border-radius: 10px 0 0 0px;
    margin-left: 6px;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 100px;
    z-index: 2;
    transition: 0.5s all ease-in-out;    
    box-shadow: -2px 2px 10px -5px black;
}
.license-link, #licenses-panel a {
    cursor: pointer;
    text-decoration: none;
    color: hsl(221, 35%, 33%);
}

#licenses-panel {
	margin: auto;
	padding: 20px;
	background: linear-gradient(180deg, #fffd 30%, #fffa 100%);
    line-height: 1.75;
}
#licenses-panel h1, #licenses-panel p {
	padding-top: 16px;
    text-align: left;
}
form {
	margin: auto;
	display: grid;
	grid-template-columns: min-content 1fr; /* evita grande espaço vazio para labels */
    min-width: 500px;
    max-width: 900px;
	column-gap: 12px;
	row-gap: 4px;
	padding: 6px 0px 0px 0px;
	background: linear-gradient(180deg, #fffd 30%, #fffd 100%);
}

form label {
	grid-column: 1 / 2;
	text-align: right;
	padding: 8px 8px 8px 32px;
	align-self: center;
    white-space: nowrap;
}

input, select, #ask-tag-btn{
	grid-column: 2 / 3;
	margin-right: 24px;
    padding: 8px;
}
form p {
	grid-column: 1 / 3;
	padding: 8px 24px 8px 24px;
    text-align: justify;
}

input[type="submit"], #ask-tag-btn {
    grid-column: 1 / 3;
    margin: 16px;
    height: 48px;
	background: linear-gradient(hsl(219, 35%, 33%) 0%, hsl(220, 40%, 42%) 100%);
    border: 1px solid #333;
    border-radius: 8px;
    text-decoration:none;
    font-size: 15pt;
    color: white;
    text-shadow: 0px 1px 5px black;
    font-weight: 400;    
    transition: 0.5s all ease-in-out;
}

input[type="checkbox"]{
    justify-self: left;
    width:40px;
    margin: 0;
}

input[type="search"]{
    width: 100%;
    border: 1px solid #999;
    background: #fff8;
    border-radius: 6px;
    font-weight: 400;
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
    /* background: transparent; */
    border: 1px solid #999;
    background: white;
    border-radius: 6px;
    font-weight: 400;
    color: #111;
}
input:disabled{
    opacity: 0.6;
}
input[type="search"]::placeholder{
    font-style: italic;
    font-weight: 300;

}
#novo-aluno-btn, #novo-resp-btn{
	background: linear-gradient(hsl(219, 35%, 33%) 0%, hsl(220, 40%, 52%) 100%);
    margin: 2px;
    padding: 0px;
    border: 1px solid #333;
    border-radius: 10px 0 0 0;
    height: 80px;
    font-size: 15pt;
    width: 140px;
}
#novo-aluno-btn a, #novo-resp-btn a{
    padding: 10px 0;
    margin: 0;
    width: 140px;
    height: 90px;
    display: grid; place-content: center;
    color: white;
    text-shadow: 0px 1px 5px black;
}
#novo-aluno-btn{
    grid-column: 1/3;
    grid-row: 2/3;
} 
#novo-resp-btn{
    grid-column: 1/3;
    grid-row: 4/5;
}

#modal-small-close, #modal-large-close{
    position: absolute;
    top:0;
    right:0;
    display: inline-block;
    border: 1px solid rgb(65, 0, 0);
    background: linear-gradient(#6d3838 0%, #a44b4b 100%);
    box-shadow: -2px 2px 10px -5px #5d3c3c;
    border-radius: 0 14px 0 14px;
    padding: 10px;
    color: white;
    text-shadow: 0px 1px 5px black;
    transition: 0.33s all ease-in-out;
    width: 60px;
    font-weight: 900;
}
#modal-large-close{
    border-radius: 0 0 0 12px;
}

input.delete-submit{
    transition: 0.5s all ease-in-out;
    background: linear-gradient(#6d3838 0%, #a44b4b 100%);
}

.cad-ban-btn:hover, .rfid-write-btn:hover, .assoc-btn:hover, .resp-email-btn:hover, .resp-pw-btn:hover, .resp-ban-btn:hover,
#novo-aluno-btn:hover, #novo-resp-btn:hover, #mqtt-setup-btn:hover,   #admin-setup-btn:hover, #cad-csv-btn:hover,
#modal-small-close:hover, #modal-large-close:hover, .status-aluno-btn:hover, .tabela-resp-status-btn:hover,
input[type="submit"]:hover, #logout-btn:hover, #ask-tag-btn:hover, #evt-link-btn:hover {
    transition: 0.5s all ease-in-out;
    filter:saturate(200%) contrast(110% );
}

.cad-ban-btn:active, .rfid-write-btn:active, .assoc-btn:active, .resp-email-btn:active, .resp-pw-btn:active, .resp-ban-btn:active,
#novo-aluno-btn:active, #novo-resp-btn:active:active, #mqtt-setup-btn:active,  #admin-setup-btn:active, #cad-csv-btn:active,
#modal-small-close:active, #modal-large-close:active, .status-aluno-btn:active, .tabela-resp-status-btn:active,
input[type="submit"]:active , #ask-tag-btn:active,#evt-link-btn:active, #logout-btn:active {
    filter:brightness(80%) contrast(120%);
    box-shadow: inset 1px 4px 16px 0 #0006;
    transition: 0.2s all ease-in-out;

}

.tabela-resp-email{
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    word-wrap: break-word;
    padding: 6px;
}
.tabela-resp-assoc{
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    text-align: right;
    padding-right: 10px;
}

.tabela-resp-aluno{
    display:block;
}

.tabela-resp-dummy{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.tabela-aluno-status-btn, .tabela-resp-status-btn, .status-aluno-btn { 
    width: 140px; min-width: 140px; max-width: 140px; 
}

.status-aluno-btn, .tabela-resp-status-btn {
	background: linear-gradient(180deg, hsl(210, 20%, 83%) 0%, hsl(210, 25%, 92%) 100%);
}

.cad-ban-btn {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
	background: linear-gradient(180deg, hsl(0, 20%, 83%) 0%, hsl(0, 25%, 92%) 100%);
    color: white;
}
.rfid-write-btn {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
	background: linear-gradient(180deg, hsl(110, 20%, 83%) 0%, hsl(110, 25%, 92%) 100%);
}
.assoc-btn {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
	background: linear-gradient(180deg, hsl(110, 20%, 83%) 0%, hsl(110, 25%, 92%) 100%);
}
.resp-email-btn {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
	background: linear-gradient(180deg, hsl(240, 20%, 83%) 0%, hsl(240, 25%, 92%) 100%);
}
.resp-pw-btn {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
	background: linear-gradient(180deg, hsl(250, 20%, 83%) 0%, hsl(250, 25%, 92%) 100%);
}
.resp-ban-btn {
    width: 100px;
    min-width: 100px;
    max-width: 100px;	
    background: linear-gradient(180deg, hsl(0, 20%, 83%) 0%, hsl(0, 25%, 92%) 100%);

}


@media screen and (min-width: 1790px) {
    #evt-link-btn{
        display: none;
        opacity: 0;
        z-index: -1;
    }
    #admin-wrapper{
        grid-template-columns: 100px 160px auto 100px 150px 130px 80px 640px;
    }
    #tabela-alunos-wrapper-outer {
        min-width: 1110px; max-width: 1440px;
        width: calc(100% - 40px);
        grid-row: 2/3;
        grid-column: 1/8;
    }
    #tabela-resp-wrapper-outer {
        min-width: 1110px; max-width: 1440px;
        width: calc(100% - 40px);
        grid-row: 3/4;
        grid-column: 1/8;
    }
    #tabela-evt-wrapper-outer{
        /* grid-row: 1/4;
        grid-column: 6/7; */
        background: #ddd;
        /* background: linear-gradient(90deg, #aaa 0%, #ddd 10%); */
        box-shadow: inset 30px 10px 30px -30px #0009;
        border-left: 2px solid #0008;
        height:100vh;
        overflow: scroll;
        position: fixed;
        top: 0;right: 0;
        overflow-Y: auto;
        overflow-X: hidden;
        z-index: 1;
        width: 640px;
        min-width:640px;
        max-width:640px;
        margin: 0;
        border-radius: 0;
    }
    #tabela-evt thead {
        background: #ddd;
        box-shadow: inset 30px 00px 30px -30px #0009;
    }
    #tabela-evt thead tr:nth-child(2),  #tabela-evt thead tr:first-child{
        background: transparent;
    }
    
    #tabela-evt {
        border-radius: 0;
        box-shadow: unset;
        border: unset;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #tabela-evt td{
        max-width: 460px;
        min-width: 250px;
        width: 100%;
    }    
}

/* Restringe efeitos visuais e fontes em alguns dispositivos: */
@media 
(-webkit-max-device-pixel-ratio: 1), 
(max-resolution: 96dpi) { /* Usa Arial em telas de baixo DPI: */
    html {	
        font-family: "Arial", system-ui, sans-serif;
        font-weight: 400;
    }
    * { 
        backface-visibility: hidden !important;
        backdrop-filter: none !important;
/*         box-shadow:none !important; */
/*         transition: none !important; */
/*         border-radius: 0px !important; */
    }
    #modal-small {
        background: #777;
    }
}

@media  
(-webkit-min-device-pixel-ratio: 1.75), 
(min-resolution: 168dpi) {    
    * { 
        backface-visibility: hidden !important;
        backdrop-filter: none !important;
    }
    #modal-small {
        background: #777;
    }
}
