445 lines
6.8 KiB
CSS
445 lines
6.8 KiB
CSS
body {
|
|
background-color: #f8f9fd;
|
|
/*background-color: #edf1fb;*/
|
|
overflow-x: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
.pad-header {
|
|
padding: 1em;
|
|
}
|
|
|
|
.pad-button {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.search {
|
|
/*display: flex;*/
|
|
/*align-items: center;*/
|
|
margin-top: -0.2rem;
|
|
}
|
|
|
|
.text-header {
|
|
color: #2d3578;
|
|
}
|
|
|
|
.bg-header {
|
|
background-color: #f0f2ff !important;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.bg-status-1 {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.bg-status-2 {
|
|
background-color: #dce5f4;
|
|
}
|
|
|
|
.neu-button {
|
|
background-color: #f5f5f5;
|
|
border-radius: 20px;
|
|
box-shadow: inset 4px 4px 10px #88a5bf7b, inset -4px -4px 10px #ffffff;
|
|
/*color: #4d4d4d;*/
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
/*padding: 15px 40px;*/
|
|
transition: all 0.2s ease-in-out;
|
|
border: 1px solid #88a5bf7b;
|
|
}
|
|
|
|
.neu-button:hover {
|
|
box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
|
|
}
|
|
|
|
.neu-button:focus {
|
|
outline: none;
|
|
box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
|
|
}
|
|
|
|
.btn-round-basic:focus {
|
|
background-color: #f5f5f5;
|
|
border-radius: 8px;
|
|
box-shadow: inset 4px 4px 10px #88a5bf7b, inset -4px -4px 10px #ffffff;
|
|
/*color: #4d4d4d;*/
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
transition: all 0.2s ease-in-out;
|
|
border: 1px solid #88a5bf7b;
|
|
}
|
|
|
|
.btn-round-basic {
|
|
border-radius: 08px;
|
|
box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
|
|
--bs-btn-hover-bg: #ffffff;
|
|
}
|
|
|
|
.btn-round-basic:hover {
|
|
outline: none;
|
|
box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
|
|
}
|
|
|
|
.color-import, .color-import:hover, .color-import:focus {
|
|
color: var(--bs-teal);
|
|
}
|
|
|
|
.color-remove, .color-remove:hover, .color-remove:focus {
|
|
color: var(--bs-danger);
|
|
}
|
|
|
|
.color-edit, .color-edit:hover, .color-edit:focus {
|
|
color: var(--bs-primary-text-emphasis);
|
|
}
|
|
|
|
.color-add, .color-add:hover, .color-add:focus {
|
|
color: var(--bs-primary);
|
|
}
|
|
|
|
.input-login {
|
|
border-radius: 8px;
|
|
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
|
|
}
|
|
|
|
.btn-login {
|
|
border-radius: 8px;
|
|
box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
|
|
--bs-btn-hover-bg: #5780f2;
|
|
background-color: #5278e1;
|
|
}
|
|
|
|
.input-add {
|
|
border-radius: 8px;
|
|
padding: .375rem .75rem;
|
|
margin: 0.3rem 0;
|
|
}
|
|
|
|
.text-add {
|
|
margin: 0.6rem 0;
|
|
}
|
|
|
|
.display-show {
|
|
display: block;
|
|
}
|
|
|
|
.class25 {
|
|
width: 25%;
|
|
}
|
|
|
|
.class30 {
|
|
width: 30%;
|
|
}
|
|
|
|
.class35 {
|
|
width: 35%;
|
|
}
|
|
|
|
.class40 {
|
|
width: 40%;
|
|
}
|
|
|
|
.class45 {
|
|
width: 45%;
|
|
}
|
|
|
|
.class50 {
|
|
width: 50%;
|
|
}
|
|
|
|
.class55 {
|
|
width: 55%;
|
|
}
|
|
|
|
.class60 {
|
|
width: 60%;
|
|
}
|
|
|
|
.class65 {
|
|
width: 65%;
|
|
}
|
|
|
|
.class70 {
|
|
width: 70%;
|
|
}
|
|
|
|
.class75 {
|
|
width: 75%;
|
|
}
|
|
|
|
.class80 {
|
|
width: 80%;
|
|
}
|
|
|
|
.class85 {
|
|
width: 85%;
|
|
}
|
|
|
|
.class90 {
|
|
width: 90%;
|
|
}
|
|
|
|
.class95 {
|
|
width: 95%;
|
|
}
|
|
|
|
.class100 {
|
|
width: 100%;
|
|
}
|
|
|
|
.card-login {
|
|
background-color: white;
|
|
box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
|
|
border-radius: 20px;
|
|
border: none;
|
|
}
|
|
|
|
.icon-menu {
|
|
color: #2c316d;
|
|
}
|
|
|
|
.text-menu {
|
|
color: #2c316d !important;
|
|
}
|
|
|
|
nav-item:hover {
|
|
background-color: #2d3578;
|
|
color: white;
|
|
}
|
|
|
|
nav-item:focus {
|
|
background-color: #4450b1;
|
|
color: white;
|
|
}
|
|
|
|
.img-indicator {
|
|
display: block;
|
|
margin-left: auto;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.font-top-menu {
|
|
font-size: 2em!important;
|
|
font-weight: 200;
|
|
padding-left: 0.5em;
|
|
}
|
|
|
|
.card-status {
|
|
background-color: var(--card-color);
|
|
box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
|
|
text-align: center;
|
|
width: 100%;
|
|
padding: 15px;
|
|
margin: 10px;
|
|
border-radius: 8px;
|
|
cursor: pointer;
|
|
margin-bottom: 0rem;
|
|
}
|
|
|
|
.text-status {
|
|
margin-bottom: 0rem !important;
|
|
}
|
|
|
|
.pad-container {
|
|
padding-top: 1em;
|
|
}
|
|
|
|
.bread-menu {
|
|
background: #2d3578;
|
|
border: none;
|
|
}
|
|
|
|
.pad-card {
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.pad-search {
|
|
padding-top: 0.5rem;
|
|
}
|
|
|
|
.pad-row-search {
|
|
margin-bottom: 0.7rem;
|
|
}
|
|
|
|
.bg-heading1 {
|
|
background-color: #c6d8ee;
|
|
color: #2d3578;
|
|
}
|
|
|
|
.bg-heading2 {
|
|
background-color: #dce5f4;
|
|
color: #2d3578;
|
|
}
|
|
|
|
.bg-heading3 {
|
|
background-color: #e9ecf8;
|
|
color: #2d3578;
|
|
}
|
|
|
|
.accordion-item {
|
|
/*background: rgba(255, 255, 255, 0.55);*/
|
|
/*backdrop-filter: blur(12px);
|
|
-webkit-backdrop-filter: blur(12px);*/
|
|
/*border-radius: 16px;*/
|
|
/*box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.12), -8px -8px 16px rgba(255, 255, 255, 0.6);*/
|
|
/*transition: all 0.3s ease;*/
|
|
}
|
|
|
|
.accordion-item.active {
|
|
background: rgba(45, 53, 120, 0.15);
|
|
box-shadow: inset 4px 4px 10px rgba(45, 53, 120, 0.25), inset -4px -4px 10px rgba(255, 255, 255, 0.8);
|
|
}
|
|
|
|
.bg-accordion {
|
|
border: white 2px;
|
|
border-radius: 8px;
|
|
background: #f8f9fd;
|
|
}
|
|
|
|
.card-channel {
|
|
border-radius: 8px;
|
|
background: #ffffff;
|
|
backdrop-filter: blur(12px);
|
|
-webkit-backdrop-filter: blur(12px);
|
|
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
|
border: #ffffff solid 2px !important;
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
.pad-accordion {
|
|
border-radius: 40px;
|
|
border: white solid 3px;
|
|
}
|
|
|
|
.progress-bar {
|
|
background-color: #172066;
|
|
}
|
|
|
|
table {
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.bg-modal-body {
|
|
background-color: #f8f9fd;
|
|
}
|
|
|
|
.bg-header-modal {
|
|
background-color: #f0f2ff;
|
|
}
|
|
|
|
.pad-row-btn {
|
|
margin: 0.5rem;
|
|
}
|
|
|
|
.pad-2 {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.p-login {
|
|
text-align: left;
|
|
font-weight: 600;
|
|
margin-bottom: 0;
|
|
color: #3E4C66;
|
|
}
|
|
|
|
.h-login {
|
|
font-weight: 600;
|
|
color: #2E3A59;
|
|
}
|
|
|
|
#file-input {
|
|
display: none;
|
|
}
|
|
|
|
.card-setting {
|
|
border-radius: 8px;
|
|
border: white solid 3px;
|
|
}
|
|
|
|
#drop-area {
|
|
border: 2px dashed #ccc;
|
|
border-radius: 20px;
|
|
width: 400px;
|
|
height: 310px;
|
|
/*display: flex;*/
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-family: sans-serif;
|
|
color: #666;
|
|
cursor: pointer;
|
|
transition: background 0.2s, border-color 0.2s;
|
|
}
|
|
|
|
#drop-area.highlight {
|
|
background: #f0f8ff;
|
|
border-color: #0d6efd;
|
|
color: #0d6efd;
|
|
}
|
|
|
|
#table_user_management {
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
#table_user_management th, #table_user_management td {
|
|
text-overflow: ellipsis;
|
|
white-space: normal !important;
|
|
word-wrap: break-word;
|
|
overflow-wrap: anywhere;
|
|
}
|
|
|
|
.pad-result {
|
|
padding-left: 1rem;
|
|
padding-right: 1rem;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.pad-icon-menu {
|
|
margin-top: -0.3rem;
|
|
}
|
|
|
|
.div-file-list {
|
|
height: 150px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
padding: 10px;
|
|
/*border: dashed;*/
|
|
}
|
|
|
|
.pad-select {
|
|
margin-top: 0.3rem;
|
|
}
|
|
|
|
.div-label-drop {
|
|
display: flex;
|
|
text-align: center;
|
|
justify-content: center;
|
|
padding-top: 2rem;
|
|
/*padding-bottom: 1.5rem;*/
|
|
}
|
|
|
|
.pad-drop {
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.div-search {
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
.hr-dashed {
|
|
border: none;
|
|
border-bottom: 1px dashed #000000;
|
|
}
|
|
|
|
.pad-left {
|
|
margin-left: 1rem;
|
|
}
|
|
|
|
.btn-download {
|
|
background-color: #2d3578;
|
|
color: white;
|
|
}
|
|
|