280 lines
4.9 KiB
CSS
280 lines
4.9 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: 20px;
|
|
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%;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|