439 lines
9.2 KiB
SCSS
439 lines
9.2 KiB
SCSS
@import "../node_modules/primeng/resources/primeng.min.css";
|
|
@import "../node_modules/primeflex/primeflex.scss";
|
|
@import "../node_modules/primeicons/primeicons.css";
|
|
@import "../node_modules/prismjs/themes/prism-coy.css";
|
|
@import "../node_modules/@fullcalendar/daygrid/main.min.css";
|
|
@import "../node_modules/@fullcalendar/timegrid/main.min.css";
|
|
@import "assets/demo/flags/flags.css";
|
|
@import "../node_modules/@progress/kendo-theme-default/dist/all.css";
|
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
|
|
|
|
/* You can add global styles to this file, and also import other style files */
|
|
body, body .p-component {
|
|
margin: 0;
|
|
font-family: ui-sans-serif;
|
|
background-color: #fff;
|
|
color: #000;
|
|
}
|
|
|
|
.k-loading-panel {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 100;
|
|
}
|
|
.button-container1 {
|
|
max-width: 500px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start; /* Align buttons to the left */
|
|
gap: 10px; /* Space between buttons */
|
|
}
|
|
|
|
.access-type-button {
|
|
width: 150px; /* Fixed width, adjust as needed */
|
|
min-height: 100px; /* Minimum height to accommodate image and text */
|
|
margin: 5px; /* Optional: margin to add spacing around buttons */
|
|
display: flex;
|
|
flex-direction: column; /* Stack image and text vertically */
|
|
align-items: center; /* Center image and text horizontally */
|
|
justify-content: center;
|
|
padding: 10px; /* Add padding for better spacing */
|
|
text-align: center; /* Center text horizontally */
|
|
white-space: normal; /* Allow text to wrap */
|
|
overflow: hidden; /* Hide any overflowing content */
|
|
}
|
|
|
|
.access-type-image {
|
|
width: 50px; /* Set the image width */
|
|
height: 50px; /* Set the image height */
|
|
object-fit: contain; /* Ensure the image fits within the bounds */
|
|
margin-bottom: 5px; /* Space between image and text */
|
|
}
|
|
|
|
.button-text {
|
|
text-overflow: ellipsis; /* Optional: ellipsis for overflow text if needed */
|
|
overflow: hidden;
|
|
}
|
|
.k-loading-panel-mask {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #000000;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.k-card-body-landing-page {
|
|
padding: 0 5px 0 5px;
|
|
border: none;
|
|
height: 270px;
|
|
}
|
|
|
|
.k-loading-panel-wrapper {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.k-loading-panel-text {
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
}
|
|
|
|
/*.ui-tabpanel-0-label {
|
|
color: red;
|
|
}
|
|
*/
|
|
.swal2-container {
|
|
z-index: 200000 !important;
|
|
}
|
|
|
|
.swal2-styled.swal2-confirm {
|
|
|
|
background-color: #52527A !important;
|
|
}
|
|
.k-grid-header {
|
|
background-color: #DEDEFF;
|
|
color: #52527A;
|
|
font-weight: 600;
|
|
}
|
|
|
|
/*.k-grid .k-grid-header th .k-cell-inner,
|
|
.k-grid .k-grid-header th .k-cell-inner > .k-link {
|
|
display: block;*/
|
|
/*defaults to flex which makes aligning text harder in it*/
|
|
/*text-align: center;
|
|
white-space: normal;
|
|
height: 60px;
|
|
}*/
|
|
|
|
/*.k-column-title {
|
|
white-space: normal;
|
|
}*/
|
|
body,
|
|
body .p-component {
|
|
margin: 0;
|
|
// font-family: 'Poppins', sans-serif;
|
|
font-family: ui-sans-serif;
|
|
background-color: #FFF;
|
|
color: #000000;
|
|
}
|
|
|
|
.k-grid {
|
|
margin: 0;
|
|
//font-family: 'Poppins', sans-serif;
|
|
font-family: ui-sans-serif;
|
|
color: #424242;
|
|
}
|
|
|
|
body .ui-widget {
|
|
margin: 0;
|
|
font-family: 'Poppins', ui-sans-serif;
|
|
color: #424242;
|
|
}
|
|
|
|
.shadow {
|
|
/*box-shadow: 0 0 3px #ccc;*/
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
}
|
|
|
|
.card {
|
|
padding: 2px;
|
|
}
|
|
|
|
.k-card-header {
|
|
background-color: #52527A;
|
|
color: #FFFFFF;
|
|
border-radius: 5px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.k-card-body {
|
|
padding: 15px 0 0 0;
|
|
border: none;
|
|
}
|
|
|
|
.k-card {
|
|
border: none;
|
|
}
|
|
|
|
.k-progressbar .k-state-selected {
|
|
background-color: #52527A;
|
|
background-image:
|
|
linear-gradient(to right,
|
|
#52527A, #8e44ad);
|
|
}
|
|
|
|
|
|
body .login-body .login-content img {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
/*
|
|
Topbar Custom Code Start
|
|
*/
|
|
.topbar-page-name {
|
|
float: left;
|
|
font-size: 20px;
|
|
padding-left: 10px;
|
|
padding-top: 5px;
|
|
color: #fff;
|
|
}
|
|
|
|
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile {
|
|
border-bottom: 1px solid #fff;
|
|
|
|
}
|
|
|
|
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-profile .layout-profile-menu a {
|
|
color: #FFF;
|
|
}
|
|
|
|
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-userinfo .layout-profile-name {
|
|
color: #FFF;
|
|
}
|
|
|
|
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-userinfo .layout-profile-role {
|
|
color: #FFF;
|
|
}
|
|
|
|
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a span {
|
|
font-weight: 100;
|
|
}
|
|
|
|
@media screen and (max-width: 896px) {
|
|
.layout-wrapper .layout-topbar .layout-topbar-logo {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 896px) {
|
|
|
|
.layout-wrapper .layout-topbar .topbar-menu>li a {
|
|
// border: 1px solid white;
|
|
width: 35px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.layout-wrapper .layout-topbar .topbar-menu>li>ul a {
|
|
display: inline;
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
|
|
.layout-wrapper .layout-topbar .topbar-menu>li>a .topbar-icon {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.layout-wrapper .layout-topbar .topbar-menu>li>a .topbar-badge {
|
|
right: 1px;
|
|
top: 1px;
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
Topbar Custom Code End
|
|
*/
|
|
|
|
/*
|
|
Menu Custom Code Start
|
|
*/
|
|
|
|
|
|
|
|
/* Top bar above menu bg color*/
|
|
body .layout-wrapper .layout-menu-container .layout-menu-logo {
|
|
background-color: #6263a0;
|
|
}
|
|
|
|
/* Top bar bg color*/
|
|
body .layout-wrapper .layout-topbar {
|
|
background-color: #414278;
|
|
}
|
|
|
|
/*Menu bg color*/
|
|
body .layout-wrapper.layout-menu-dark .layout-menu-container {
|
|
background-color: #414278;
|
|
}
|
|
|
|
/*Menu border with color*/
|
|
body .layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu-wrapper {
|
|
border-right: 1px solid #414278;
|
|
}
|
|
|
|
/* Menu item font color */
|
|
body .layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a .layout-menuitem-text {
|
|
color: #FFFFFF;
|
|
font-weight: normal;
|
|
}
|
|
|
|
/* Menu item header font color */
|
|
body .layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu>li>div {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
// /* Menu Item Hover Color*/
|
|
// body .layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a:hover {
|
|
// background-color: #9494C7;
|
|
// }
|
|
|
|
/* Menu Item Selected bg Color */
|
|
body .layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a.active-route {
|
|
background-color: #9494C7;
|
|
}
|
|
|
|
/* Menu Item Selected Color */
|
|
body .layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a.active-route .layout-menuitem-text,
|
|
.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a.active-route .layout-menuitem-icon {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
/*
|
|
Menu Custom Code End
|
|
*/
|
|
|
|
.loader-screen {
|
|
background-color: #3A3A7A;
|
|
|
|
}
|
|
|
|
|
|
.k-button-primary:hover,
|
|
.k-button.k-primary:hover,
|
|
.k-button-primary.k-state-hover,
|
|
.k-state-hover.k-button.k-primary,
|
|
.k-button.k-grid-excel:hover,
|
|
.k-button.k-grid-add-command:hover,
|
|
.k-button.k-grid-pdf:hover {
|
|
border-color: #52527A;
|
|
background-color: #52527A;
|
|
color: #fff;
|
|
}
|
|
|
|
.k-button-primary,
|
|
.k-button.k-primary,
|
|
.k-button.k-grid-excel,
|
|
.k-button.k-grid-add-command,
|
|
.k-button.k-grid-pdf {
|
|
border-color: #52527A;
|
|
background-color: #52527A;
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
.k-button,
|
|
.k-button-secondary {
|
|
border-color: #52527A;
|
|
color: #52527A;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.k-button,
|
|
.k-button-secondary:hover {
|
|
border-color: #52527A;
|
|
color: #52527A;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.kt-delete {
|
|
border-color: #d11a2a;
|
|
background-color: #d11a2a;
|
|
color: #fff;
|
|
}
|
|
|
|
.kt-delete:hover {
|
|
border-color: #d11a2a;
|
|
background-color: #d11a2a;
|
|
color: #fff;
|
|
}
|
|
|
|
.k-dialog-titlebar {
|
|
background-color: #52527A;
|
|
}
|
|
|
|
.k-grid td.k-state-selected,
|
|
.k-grid tr.k-state-selected>td {
|
|
background-color: rgba(82, 82, 122, 0.25);
|
|
}
|
|
|
|
.k-checkbox:checked,
|
|
.k-checkbox.k-checked {
|
|
border-color: #52527A;
|
|
color: #ffffff;
|
|
background-color: #52527A;
|
|
}
|
|
|
|
.k-checkbox {
|
|
border-color: #52527A;
|
|
}
|
|
|
|
.k-treeview .k-in.k-state-selected {
|
|
background-color: #52527A;
|
|
}
|
|
|
|
.layout-dashboard .overview-box.sales {
|
|
background-color: #52527A;
|
|
}
|
|
|
|
.button-container {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.padding-bottom-zero {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.padding-top-zero {
|
|
padding-top: 0;
|
|
}
|
|
|
|
@media print {
|
|
#printContainer>div {
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
.blur-background {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.4); // adjust opacity as needed
|
|
// backdrop-filter: blur(5px); // adjust blur radius as needed
|
|
z-index: 9999;
|
|
}
|
|
|
|
.bangla-font {
|
|
font-family: 'SutonnyMJ', ui-sans-serif!important;
|
|
font-size: 1rem;
|
|
font-weight: 600;
|
|
}
|
|
.embed-responsive {
|
|
position: relative;
|
|
display: block;
|
|
/* height: 0; */
|
|
padding: 0;
|
|
overflow: hidden;
|
|
/* padding-bottom:68%; */
|
|
background: white;
|
|
}
|
|
|
|
.pdf-viewer {
|
|
width: 100%;
|
|
min-height: 700px;
|
|
/* max-height: 100%;
|
|
background-color: white !important; */
|
|
} |