﻿
/* Reset some basic styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
}
*/
h3 {
    font-size: 20px !important;
    font-weight: 600 !important;    
    letter-spacing: -.2px !important;
}

h2 {
    font-size: 24px !important;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.25px;
}



/* Container for all tiles */
.tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 tiles per row */
    gap: 20px;
    padding: 20px;
    
}

/* Individual tile styling */
.tile {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
   height:140px;
}

.round-image {
    border-radius: 50%;
    margin: auto;
    width: 25px;
    height: 25px;
}
/* Tile header styling */
.tile-header {
    padding: 20px;
    background-color: #68ccff;
    color: white;   
    flex: 1;
}

    .tile-header h2 {
        font-size: 1.25rem;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .tile-header span {
        font-size: 1.5rem;
        font-weight: bold;
    }

    /* Icon styling */
    .tile-header i {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    /* Tile content area */
    .tile-header a {
        text-decoration: none;
        color: inherit;
    }

    .tile-header .fs-1 {
        font-size: 2rem;
    }




.close_icon .logo-icon-wrapper {
    padding: 14px 10px !important;    
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active{
    margin:10px 0;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    background-color: #f5f9ff !important;
    margin-bottom: 12px;
}

/*---- tiles------*/
.tile {
    position: relative;
    padding: 16px;
}

    .tile span {
        color: #fff;
        font-size: 18px !important;
        font-weight: 500 !important;
    }
.tile-header h2, .tile-header .heading-2 {
    font-weight: 800 !important;
    font-size: 38px !important;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 0 !important;
}

.tile:hover {
    box-shadow: none !important;
}

.tile-header {
    background: none Transparent !important;
}

.tile.pink-box {
    background: #ffdbba !important;
    border: 1px solid #e3974f !important;
    color: #fff !important;
    border-radius: 16px !important;
}

    .pink-box:hover {
        box-shadow: 0 0 15px #ffdbba !important;
    }

/*.tile.pink-box .tile-header h2, .tile.pink-box .tile-header .heading-2 {
    color: #84532a !important;
}*/

.tile.blue-box {
    background: #f3c05f !important;
}

.tile.blue-box .tile-image {
    background: #fff !important; 
    text-align:center;
}

    .blue-box:hover {
        box-shadow: 0 0 15px #88aed2 !important;
    }

/*.tile.blue-box .tile-header h2, .tile.blue-box .tile-header .heading-2 {
    color: #224460 !important;
}
*/

.tile.grey-box {
    background: #517a9a !important;
}
.tile.grey-box .tile-image {
    background: #fff !important;
    text-align: center;
}

    .grey-box:hover {
        box-shadow: 0 0 15px #d2d8d9 !important;
    }

/*.tile.grey-box .tile-header h2, .tile.grey-box .tile-header .heading-2 {
    color: #434a4f !important;
}*/

.tile.CottonCandy {
    background: #c17768 !important;
}


.tile.CottonCandy .tile-image {
    background: #fff !important;
    text-align: center;
}

    .CottonCandy:hover {
        box-shadow: 0 0 15px #f7dff6 !important;
    }

/*.tile.CottonCandy .tile-header h2, .tile.CottonCandy .tile-header .heading-2 {
    color: #296f7f !important;
}
*/
.tile.BlueRomanic {
    background: #617f5b !important;
}
.tile.BlueRomanic .tile-image {
    background: #fff !important;
    text-align: center;
}

    .BlueRomanic:hover {
        box-shadow: 0 0 15px #d4f1d8 !important;
    }

/*.tile.BlueRomanic .tile-header h2, .tile.BlueRomanic .tile-header .heading-2 {
    color: rgba(0,0,0,0.5);
}*/

.tile.Melon {
    background: #d54a4c !important;
}
.tile.Melon .tile-image {
    background: #fff !important;
    text-align: center;
}

.Melon:hover {
    box-shadow: 0 0 15px #d9d9d9 !important;
}

/*.tile.Melon .tile-header h2, .tile.Melon .tile-header .heading-2 {
    color: #842331 !important;
}*/

.tile-image {
    position:absolute;
    top:35%;
    right:5%;
    width:72px;
    height:72px;
    overflow:hidden;
    border-radius:50px;
    padding:18px;
}
    .tile-image img{
        opacity:0.75;
        height:100%;width:auto;
    }

.page-wrapper .page-body-wrapper {
    background-color: #eef5ff;
}
    /*---------- Login Page ---------- */
    .lgoin-image {
        height: 100vh;
        width: 100%;
        object-fit: cover;
    }
h2 .text-primary {
    font-size: 24px !important
}

.login-page {
    padding: 5% 10%;
}

.login-section {
    margin: 5% auto;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 16px;
}

.lock-section {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 16px;
    margin: 10% auto;
    border: 1px solid rgba(0, 0, 0, 0.13);
}

.card-header {
    padding: 16px 0;
}

    .card-header h2 {
        font-weight: 800;
        font-size: 32px;
        color: #183a63;
        margin: 0;
        letter-spacing: -0.5px;
    }

.img-plotoform-logo {
    height: 24px;
    width: auto;
}

.card-header span {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 16px;
}

.card-header h3, .card-content h3 {
    font-size: 21px;
    font-weight: 600;
}

.card-content p {
    color: #666;
}


.card .card-header h4{
    font-weight:700 !important;
    letter-spacing:-.25px !important;
}

.img-status-logo {
    height: 150px;
    width: auto;
}

.status-unlock {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 40px 0;
    border-radius: 16px;
}

.style-btn {
    width: 300px;
    font-size: 24px;
    font-weight: 600;
    padding: 16px;
    border-radius: 16px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    height: 72px;
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

    .style-btn:hover {
        border-bottom: 6px solid rgba(0, 0, 0, 0.2);
        transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
    }

.login-btn {
    width: 300px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    height: 56px;
}

.card{
    padding:10px !important;
    border-radius:12px;
    margin-bottom:24px;
}


/*---------- Side Menu ---------------*/
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links {
    height: 100vh !important; 
}
.sidebar-main {
    background-color: #283970;
    border-right: 1px solid #2a3556;
}

.page-wrapper .sidebar-main-title h6{
    color:#fff;
    font-size:14px;
    font-weight:400;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    margin-top: 0px !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover, .sidebar-wrapper :hover {
    transition: all ease-in-out 0.5s !important;
    -moz-transition: all ease-in-out 0.5s !important;
    -webkit-transition: all ease-in-out 0.5s !important;
    -o-transition: all ease-in-out 0.5s !important;
}

.simplebar-content {
    padding-left: 0px !important;
}

.sidebar-list{
    border-bottom:1px solid rgba(184,204,244,0.25) !important;
}

.sidebar-list a{
    display:block;
    text-decoration:none !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: -0.5px !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active span {
    transition: all 0.5s ease;
    position: relative;
    border-radius: 10px;
    background-color: transparent !important;
    margin-bottom: 0px;
    font-weight: 600 !important;
    letter-spacing: -0.5px;
    color: #222e5b;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link:hover {
    background-color: #b8ccf4 !important;
    border-radius: 10px;
    font-weight: 600 !important;
}
    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link:hover span {
        color: #222e5b;
    }
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
    padding: 14px 15px !important;
    background-color: #ebf2fc;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li{
    max-width:100% !important;
}


.sidebar-wrapper.close_icon .logo-icon-wrapper img {
    max-width: auto;
    height: 48px;
}

.sidebar-link.sidebar-title.link-nav.active {
    background-color: #b8ccf4 !important;
}
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a.active svg.stroke-icon {
    stroke: #222e5b;
    margin-top: 5px;
}

.link-nav.active span {
    color:#fff;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list i.fa-thumb-tack {
    visibility: hidden;
    position: absolute;
    top: 15px;
    right: 33px;
    border-radius: 6px;
    padding: 4px 6px;
    color: #fff;
    font-size: 11px;
    background-color: #4a5e9e;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
    letter-spacing: -0.5px;
    text-transform: capitalize;
    color: #b8ccf4;
    font-size: 18px;
    font-weight: 400;
}


.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg.stroke-icon {
    stroke: #fff;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .mega-menu-container::before, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu::before {
    background-color: #222e5b
}
.page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
    color: #4a5e9e;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
    color: #b8ccf4;
    font-weight: 500 !important;
    letter-spacing: -0.5px;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a.active {
    color: #fff;
    font-weight: 500 !important;
    background-color:rgba(34,46,91,0.5);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
    background-color: #b8ccf4
}

.toggle-sidebar {
    background-color: #b8ccf4;
}
/*----------- Date Picker ---------------*/
.datepicker {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 10px !important;
}

    .datepicker tr {
        border-bottom: 1px solid #ebebeb !important;
    }

        .datepicker tr td {
            border: 1px solid #ebebeb;
            padding:8px;
        }

.logo-wrapper img {
    height: 48px;
}




/*------- Data Table ----------*/
.dataTable, .table {
    border: 1px solid rgba(0,0,0,0.1) !important;
   /* top: 35px !important;
    position: relative;*/
   font-size:14px;
   font-weight:400;
}

    .dataTable th, .table th{
        background-color: #4a5e9e;
        color:#fff !important;
    }

.dataTables_wrapper .dataTables_filter {
    margin-top: -10px !important;
    margin-bottom:10px !important;
    top:0 !important;right:0 !important;
   position:relative !important;
}

.input-group-text{
    text-align:left !important;
    border-radius:8px !important;
    font-size:14px !important;
    padding:8px 12px !important;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,0.01) !important;
    --bs-table-accent-bg: unset;
}
.table-bordered td, .table-bordered th {
    border-color: #fff !important;

}

.table td i{
    color:#000 !important;
    font-size:16px !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    background-color: #ebf2fc !important;
    --bs-table-accent-bg: unset;
}


/*--------- Pagenation ------------*/
.dataTables_paginate.paging_simple_numbers a {
    padding: 6px 8px !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    background: rgba(0,0,0,0.05) !important;
    color: #000 !important;
    text-decoration: none !important;
}
div.dataTables_wrapper .dataTables_info {
    padding-left: 24px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 0;
    float: left;
}
div.dataTables_wrapper .dataTables_paginate {
    margin-right: 24px;
    border: none;
    display: inline-block;
    float: right;
    padding: 15px 0;
}


/*------- charge note page -----------*/

.details .box {
    background-color: #6778a5 !important;
    border: 0px solid #8bbf92 !important;
    color: #fff !important;
    width: calc(100% / 6.2);
    font-weight:600;
}

.details .value {
    background-color: #edede9 !important;
    border: 1px solid rgba(0,0,0,0.1);
    color: #3b3f3f !important;
    width: calc(100% / 6.2);
    font-weight: 700;
}

.serial-number {
    background-color: #ebf2fc;
    border: 1px solid #cce0ff;
    padding:4px 12px;
    border-radius:12px;
}

.srl-number {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(40, 57, 112);
}



@media only screen and (min-width: 720px) {
    .login-section, .lock-section {
        max-width: 600px;
    }
}

@media only screen and (max-width: 1024px) {
    .tile span {
        color: rgba(0,0,0,0.5);
        font-size: 16px !important;
        font-weight: 400 !important;
    }
}

