@import url(//fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800&display=swap&family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);

:root{ 
    /* Brand Colors */
    --ad-gold: #FBBA00;
    --ad-gold-hover: #E5A800;
    --ad-gold-light: #FFF8E1;
    --ad-gold-subtle: #FFF0BF;

    --ad-navy: #1B2A6E;
    --ad-navy-light: #243580;
    --ad-navy-dark: #111D4A;

    /* Neutrals */
    --ad-bg: #F4F6F9;
    --ad-bg-card: #FFFFFF;
    --ad-border: #E2E8F0;
    --ad-border-light: #EDF2F7;

    /* Text */
    --ad-text-primary: #1A202C;
    --ad-text-secondary: #64748B;
    --ad-text-muted: #94A3B8;
    --ad-text-white: #FFFFFF;

    /* Semantic */
    --ad-success: #16A34A;
    --ad-success-light: #DCFCE7;
    --ad-warning: #F59E0B;
    --ad-warning-light: #FEF3C7;
    --ad-danger: #DC2626;
    --ad-danger-light: #FEE2E2;
    --ad-info: #0EA5E9;
    --ad-info-light: #E0F2FE;

    /* Shadows */
    --ad-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --ad-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    --ad-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --ad-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

    /* Radius */
    --ad-radius: 8px;
    --ad-radius-sm: 6px;
    --ad-radius-lg: 12px;

    /* Transitions */
    --ad-transition: all 0.2s ease;
    
    /* Generic */
    --mdb-body-font-size: 0.8125rem;   
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Inter', 'Open Sans', sans-serif;
    color: var(--ad-text-primary);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--ad-bg);
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

fieldset {
    margin-bottom: 20px;
}

legend {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

img {
    max-width:100%;
}

.cursor-pointer{
    cursor:pointer;    
}

#content{
    min-height: calc(100vh - 141px);
}

.mh-0 {
    min-height: 0%!Important;    
}

.mih-100{
    min-height: 100%!Important;    
}

.elfinder .elfinder-navbar {
    width: 240px!Important;   
}

.table th, .table td {
    padding: 0.6154rem;
}

.table tbody {
    font-weight: 500;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0;
    border: 1px solid #dee2e6;
}

.table {
    font-size:0.8125rem;
    line-height: 1.35;
}

.table>thead {
    background-color: #f8f9fa;
}

.btn-outline-secondary,
.btn-outline-secondary:hover{
    color: #b9b9b9;
    border-color: #b9b9b9;
}

.card-header{
    border-bottom:none;    
    font-size: 0.8125rem;
    font-weight: 700;
    color: #1A202C;
    margin: 0;
}

.card-header,
#form-order .card-header {
    border-bottom: 1px solid #E2E8F0;
}

#form-order .card-header i{
    color: #1B2A6E;
    font-size: 12px;
}

#form-order .card-body {
    padding: 20px 24px;
}

.card-header a{
    color:#333;    
}

.card-body{
    padding: 1rem;
}

.form-control{
    font-size: 0.8125rem;
    line-height: 2.1;
    height: 38px;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    color: #334155;
}

.form-control:focus{
    border-color: var(--ad-gold);
    box-shadow: 0 0 0 3px rgba(251, 186, 0, 0.15);
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2364748B'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px 6px;

    padding-right: 36px;
    cursor: pointer;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
    margin-bottom:0;
}

.btn-group, .btn-group-vertical,
.btn-group:hover, .btn-group-vertical:hover{
    box-shadow:none;    
}

a {
    color: #1B2A6E;
    font-weight: 500;
}

.login-button {
    background: linear-gradient(135deg, #FBBA00 0%, #E5A800 100%);
    border: none;
    color: #1B2A6E;
    font-weight: 700;
    font-size: 0.9375rem;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    transition: all 0.2s ease;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.login-button:hover {
    background: linear-gradient(135deg, #E5A800 0%, #D09800 100%);
    box-shadow: 0 8px 20px rgba(251, 186, 0, 0.4);
    transform: translateY(-1px);
    color: #1B2A6E;
}

.login-button:focus {
    outline: none;
}

/**Header**/
#header {
    min-height: 0px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--ad-border);
    box-shadow: var(--ad-shadow-sm);
    background: #fff !important;
    position: relative;
}

#header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ad-gold) 0%, var(--ad-navy) 100%);
    z-index: 1;
}

#header .navbar-brand {
    transition: 0.3s all;
    width: 235px;
    text-align: center;
}

#header .navbar-brand img {
    padding: 6px 10px;
    max-width: 100%;
    height: 55px;
    width: auto;
}

#header .navbar-nav .nav-link:hover {
    background: var(--ad-bg);
    border-radius: var(--ad-radius-sm);
}

#header .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
    color: var(--ad-text-secondary);
    font-weight: 500;
}

#header .user-profile-cont {
    position: relative;
}

#header #user-profile {
    width: 36px;
    height: 36px;
    background: var(--ad-navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

#user-profile-status {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: var(--ad-success);
    border: 2px solid #fff;
    border-radius: 50%;
}

.user-profile-wrapper {
    line-height: 1.3;
}

.user-profile-name {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1A202C;
}

.user-profile-type {
    font-size: 0.6875rem;
    color: #64748B;
}

#header .navbar-nav > li > a {
    padding-left: 21px;
    padding-right: 21px;
    line-height: 45px;
    cursor: pointer;
    color: var(--ad-text-secondary);
    border-left: 0px solid #E1E1E1;
    padding: 0px;
    font-weight: 500;
}

#header .navbar-nav > li.dropdown > a {
    padding-left: 10px;
    padding-right: 10px;
}

#header .dropdown-menu {
    border: 1px solid var(--ad-border);
    border-radius: var(--ad-radius);
    box-shadow: var(--ad-shadow-lg);
    padding: 8px;
}

#header .dropdown-item {
    border-radius: var(--ad-radius-sm);
    padding: 8px 12px;
    font-size: 0.875rem;
    /*font-weight: 500;*/
    color: var(--ad-text-primary);
}

#header .dropdown-item:hover {
    background: var(--ad-bg);
    color: var(--ad-navy);
}

#header .dropdown-item i {
    color: var(--ad-text-muted);
    margin-right: 8px;
    width: 18px;
    text-align: center;
}

#header .dropdown-item:hover i {
    color: var(--ad-navy);
}

/**Map**/
#route-map {
    width: 100%;
    height: 60vh;
    background: #F1F5F9;
    border: 2px dashed #CBD5E1;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    font-size: 0.8125rem;
}

#route-map button{
    outline: none!important;
}

#spinner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff9;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

#spinner .spinner-border{
    color:#0b91d2;
}

#spinner.active{
    display:flex;
}

#spinner .spinner {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   background: radial-gradient(farthest-side,#ff5e3a 94%,#0000) top/9px 9px no-repeat,
          conic-gradient(#0000 30%,#ff5e3a);
   -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
   animation: spinner-1 0.8s infinite linear;
}

@keyframes spinner-1 {
   100% {
      transform: rotate(360deg);
   }
}

.driver-point,
.destination-main-point,
.departure-main-point,
.default-point{
    align-items: center;
    background-color: var(--color3);
    border-radius: 50%;
    color: #000;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 45px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 45px;
    margin-bottom: 5px;
}

.driver-point::after,
.destination-main-point::after,
.departure-main-point::after,
.default-point::after{
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid var(--color3);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 95%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
}

.destination-main-point,
.default-point {
    background-color: var(--color8);
}

.destination-main-point::after,
.default-point::after{
    border-top: 9px solid var(--color8);
}

.driver-point {
    background-color: #272E4F;
}

.driver-point::after{
    border-top: 9px solid #272E4F;
}

.destination-point,
.departure-point {
    align-items: center;
    background-color: var(--color3);
    border-radius: 50%;
    color: #000;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 40px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 40px;
    margin-bottom: 5px;
}

.destination-point::after,
.departure-point::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid var(--color3);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 95%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
}

.destination-point {
    background-color: var(--color8);
}

.destination-point::after {
    border-top: 9px solid var(--color8);
}

.driver-point-cont,
.destination-point-cont,
.departure-point-cont,
.default-point-cont{
    background-color: var(--white);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.driver-point-cont{
    width: 32px;
    height: 32px;
}

.driver-point-cont i{
    color: #272E4F;
    position: relative;
    top: 1.5px;
    font-size: 18px;
}

.info-window-title,
.driver-point-text,
.destination-point-text,
.destination-main-point-text,
.departure-main-point-text,
.departure-point-text,
.default-point-text{
    font-weight: 900;
    font-size: 13px;
    color: #000;
}

.destination-main-point-text,
.departure-main-point-text,
.default-point-text{
    font-size: 16px;
}

.info-window-subtitle {
    font-weight: 400;
    font-size: 13px;
}

.table-responsive{
    -webkit-cursor:grab;
    cursor:grab;
}

.table-responsive.drag-scroll{
    -webkit-cursor:grabbing;
    cursor:grabbing;
}

.table-responsive::-webkit-scrollbar {
    height: 5px;
}

.gap-5{
    gap:5px;
}

.gap-10{
    gap:10px;
}

.gap-15{
    gap:15px;
}

.row-gap-5{
    row-gap:5px;
}

.row-gap-10{
    row-gap:10px;
}

.row-gap-15{
    row-gap:15px;
}

.column-gap-5{
    column-gap:5px;
}

.column-gap-10{
    column-gap:10px;
}

.column-gap-15{
    column-gap:15px;
}

.row-half {
    margin-right: 7.5px;
    margin-left: 7.5px;
}

.col-half {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

#container {
    min-height: 100%;
    width: 100%;
    position: relative;
    background: var(--ad-bg);
    overflow: hidden;
}

#container-login {
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container-fluid {
    padding: 0 24px;
}

#header {
    min-height: 0px;
    z-index: 1000;
    margin: 0;
    padding: 0;
}

#header .navbar-brand {
    transition: 0.3s all;
    width: 235px;
    text-align: center;
}

#header .navbar-brand img {
    padding: 6px 10px;
    max-width: 100%;
    height: 55px;
    width: auto;
}

#header .navbar-nav .nav-link:hover {
    background: #EEEEEE;
}

#header .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
}

#header .navbar-nav > li > a {
    padding-left: 21px;
    padding-right: 21px;
    line-height: 45px;
    cursor: pointer;
    color: #6D6D6D;
    border-left: 0px solid #E1E1E1;
    padding: 0px;
}

#header .navbar-nav > li.dropdown > a {
    padding-left: 10px;
    padding-right: 10px;
}

/* Desktop */
@media (min-width: 768px) {
    #header #user-profile {
        max-width: none;
    }

    #header .navbar-nav > li > a {
        line-height: 60px;
    }
}

#button-menu {
    font-size: 25px;
    padding: 5px 16px;
    cursor: pointer;
    color: #6D6D6D;
    border-right: 1px solid #eee;
}

#column-left {
    width: 250px;
    height: 100%;
    overflow: auto;
    background: var(--ad-navy);
    position: absolute;
    top: 0px;
    left: -250px;
    padding-top: 68px;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}

#column-left::-webkit-scrollbar {
    width: 4px;
    background-color: var(--ad-navy-dark);
}

#column-left::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.15);
}


#column-left::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
#content {
    padding-bottom: 40px;
}

#column-left, #content, #footer {
    transition: all 0.3s;
}

#column-left + #content, #column-left + #content + #footer {
    position: relative;
    left: 0px;
}

#column-left.active {
    left: 0px;
}

#column-left.active + #content, #column-left.active + #content + #footer {
    left: 250px;
}

/* Desktop */
@media (min-width: 768px) {
    #column-left {
        left: 0px;
    }

    #column-left + #content, #column-left + #content + #footer {
        left: 0px;
        margin-left: 250px;
    }

    #column-left.active + #content, #column-left.active + #content + #footer {
        left: 0px;
        margin-left: 250px;
    }
}


.column-left-header {
    padding:20px 20px 12px;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.column-left-header-inner {
    display:flex;
    align-items:center;
    gap:10px;
}

.column-left-header-icon-cont {
    width:36px;
    height:36px;
    background:var(--ad-gold);
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.column-left-header-icon-cont i{
    color:#1B2A6E;
    font-size:16px;
}

.column-left-header-title {
    color:#fff;
    font-weight:700;
    font-size:14px;
    line-height:1.2;
    letter-spacing:0.02em;
}

.column-left-header-subtitle {
    color:rgba(255,255,255,0.45);
    font-size:11px;
    font-weight:500;
}


/* Navigation */
#navigation {
    text-transform: uppercase;
    padding: 15px 15px 15px 15px;
    display: block;
    font-size: 14px;
    font-weight:600;
    border-bottom: 1px solid #dee2e6;
}

/* Menu */
#menu, #menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu {
    margin-bottom: 25px;
}

#menu li a {
    text-decoration: none;
    display: block;
    padding: 11px 16px;
    cursor: pointer;
    border-bottom: 0px solid transparent;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    transition: var(--ad-transition);
    letter-spacing: 0.01em;
}

#menu li a.parent:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: right;
    margin-right: 8px;
    opacity: 0.5;
    transition: var(--ad-transition);
}

#menu li a.parent:after {
    content: "\f107";
}

#menu li a.collapsed:after {
    content: "\f105";
}

/* 1st lvl */
#menu > li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

#menu > li > a {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 20px;
    font-weight: 500;
}

#menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding-left: 24px;
}

#menu > li > a > i {
    font-size: 16px;
    width: 18px;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.5);
}

#menu > li > a:hover > i {
    color: var(--ad-gold);
}

#menu > li.active > a {
    color: #fff;
    background: linear-gradient(135deg, var(--ad-gold) 0%, var(--ad-gold-hover) 100%);
    font-weight: 600;
    color: var(--ad-navy-dark);
}

#menu > li.active > a > i {
    color: var(--ad-navy-dark);
}

#menu > li > ul {
    background-color: var(--ad-navy-dark);
}

/* 2nd lvl */
#menu li li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12.5px;
}

#menu li li a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    font-size: 9px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all ease 0.3s;
    opacity: 0.4;
}

#menu li li a:hover:before {
    margin-right: 14px;
    opacity: 1;
    color: var(--ad-gold);
}

#menu li li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

#menu li li.active > a {
    color: var(--ad-gold);
    background-color: rgba(251, 186, 0, 0.08);
    font-weight: 600;
}

#menu li li.active > a:before {
    color: var(--ad-gold);
    opacity: 1;
}

#menu li ul a {
    padding-left: 20px;
}

#menu li li ul a {
    padding-left: 40px;
}

#menu li li li ul a {
    padding-left: 60px;
}

#menu li li li li ul a {
    padding-left: 80px;
}

#stats {
    border-radius: 2px;
    color: #808b9c;
    background: #2e3a47;
    margin: 15px 20px;
    padding: 5px 0;
}

#stats ul, #stats li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#stats li {
    font-size: 11px;
    color: #9d9d9d;
    padding: 5px 10px;
    border-bottom: 1px dotted #373737;
}

#stats div:first-child {
    margin-bottom: 4px;
}

#stats .progress {
    height: 3px;
    margin-bottom: 0;
}

/* footer */
#footer {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: transparent;
    color: var(--ad-text-muted);
    font-size: 0.8125rem;
}

#footer a{
    color:#1B2A6E!Important;
    text-decoration: none!Important;
}

#footer-login{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background: transparent;
    color: var(--ad-text-muted);
    font-size: 0.8125rem;
}

#footer-login a{
    color: var(--ad-text-muted);
}


.page-header {
    vertical-align: middle;
    margin: 20px 0 15px 0;
    padding: 0;
}

.page-header h1 {
    font-family: 'Inter', 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.625rem;
    color: var(--ad-text-primary);
    display: inline-block;
    margin-bottom: 0px;
    text-shadow: none;
    padding: 5px 0;
    letter-spacing: -0.01em;
}

/* Navs
/* Tabs*/
.nav-tabs > li > a {
    color: #a5a5a5;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs {
    margin-bottom: 25px;
}

.nav-tabs li.nav-item a.active {
    font-weight: bold;
    color: #333;
}

.col-form-label {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
    display: block;
}

@media (min-width: 768px) {
    /*.col-form-label {*/
    /*    text-align: right;*/
    /*}*/
}

/*.form-group.row {*/
/*    margin-left: -20px;*/
/*    margin-right: -20px;*/
/*}*/

.form-group.row + .form-group.row {
    /*padding-top: 1rem;*/
    /*border-top: 1px solid #ededed;*/
}

.form-control:hover {
    /*border: 1px solid #b9b9b9;*/
    /*border-top-color: #a0a0a0;*/
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);*/
    /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);*/
}

div.required .col-form-label:not(span):after, td.required:after {
    content: ' *';
    color: #F00;
    font-weight: bold;
}

.image {
    width: 12rem;
 }

.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f059";
    color: #1E91CF;
    margin-left: 4px;
}

.page-header .float-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem!Important;
    flex: 0 0 70%;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    width: 13px;
    width: 16px \0;
    height: 13px;
    height: 16px \0;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #dcdcdc;
    border: 1px solid transparent \0;
    border-radius: 1px;
}

input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
    border-color: #4d90fe;
    outline: 0;
}

input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
    background-color: #ebebeb;
    border-color: #c6c6c6;
}

input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
    background: #fff;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    width: 15px;
    width: 18px \0;
    height: 15px;
    height: 18px \0;
    border-radius: 1em;
}

input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
    position: relative;
    top: 3px;
    left: 3px;
    display: block;
    width: 7px;
    height: 7px;
    content: '';
    background: #666;
    border-radius: 1em;
}

input[type=checkbox]:checked,
.form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: #27aae1;
}

input[type=checkbox]:before,
.form-check-input[type=checkbox]:before{
    content: "";
    position: absolute;
    box-shadow: 0 0 0 13px transparent;
    border-radius: 50%;
    width: .875rem;
    height: .875rem;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
}

input[type=checkbox]:checked:before,
.form-check-input[type=checkbox]:checked:before{
    opacity: .16;
}


input[type=checkbox]:checked:after,
.form-check-input[type=checkbox]:checked:after{
    content: "";
    position: absolute;
    display: block;
    transform: rotate(45deg) /*!rtl:ignore*/;
    width: .375rem;
    height: .8125rem;
    border: .125rem solid #fff;
    border-top: 0;
    border-left: 0 /*!rtl:ignore*/;
    margin-left: .25rem;
    margin-top: -4px!Important;
    background-color: transparent;
}



/*input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {*/
/*    border-color: #c6c6c6;*/
/*    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);*/
/*    -webkit-box-shadow: none \9;*/
/*    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);*/
/*    box-shadow: none \9;*/
/*}*/

/*input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {*/
/*    position: absolute;*/
/*    top: -6px;*/
/*    left: -5px;*/
/*    display: block;*/
/*    content: url('../image/checkmark.png');*/
/*}*/

.table thead td {
    font-weight: bold;
}

.table thead > tr > td, .table tbody > tr > td {
    vertical-align: middle;
}

.table a.asc:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: " \f106";
}

.table a.desc:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: " \f107";
}

.pagination {
     justify-content: flex-end;
     margin: 12px 0 0;
}

.pagination-wrapper {
    padding: 14px 24px;
    border-top: 1px solid var(--ad-border);
}

.pagination-results {
    font-size: 0.75rem;
    color: var(--ad-text-secondary);
}

/* Cards */
.card {
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    box-shadow: none;
}

.card-header > i {
    margin-right: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Tiles */
.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    color: #FFFFFF;
    transition: all 1s;
}

.tile-primary {
    background-color: #1b80c2;
}

.tile-success {
    background-color: #53b953;
}

.tile-warning {
    background-color: #f3aa41;
}

.tile-danger {
    background-color: #e45847;
}

.tile:hover {
    opacity: 0.95;
}

.tile a {
    color: #FFFFFF;
}

.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, 0.1);
}

.tile .tile-heading .pull-right {
    transition: all 1s;
    opacity: 0.7;
}

.tile:hover .tile-heading .pull-right {
    opacity: 1;
}

.tile-body {
    padding: 15px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}

.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s;
}

.tile:hover .tile-body i {
    color: #FFFFFF;
    opacity: 1;
}

.tile .tile-body h2 {
    font-size: 42px;
}

.tile-footer {
    padding: 5px 8px;
    background-color: rgba(0, 0, 0, 0.1);
}

.jqvmap-label {
    z-index: 999;
}

/* Filemanager Folder Size */

#filemanager .file-item{
    position:relative;
}

#filemanager .cont-image-item .thumbnail{
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2308rem;
}

#filemanager .cont-image-item .thumbnail::after{
    content:'';
    display:block;
    padding-bottom:100%;
}

#filemanager .cont-image-item .thumbnail img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    border: none;
    max-height: 100%;
}

#filemanager .cont-file-item-label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    word-break: break-all;
}

#filemanager .cont-file-item-label input{
    min-width: 14px;
    position: absolute;
    top: 4px;
    right: 4px;
}

#filemanager .fa-folder.fa-5x {
    font-size: 7.897em;
}

#extension-list {
    color: #4b525d;
}

#extension-list h2 {
    margin-top: 54px;
    margin-bottom: 44px;
}

#extension-list section {
    border: 1px solid #ddd;
}

#extension-list section > div {
    position: relative;
}

#extension-list section > div + div {
    border-top: 1px solid #ddd;
    padding: 10px;
}

#extension-list section:hover {
    border: 1px solid #1b80c2;
}

#extension-list > .row {
    margin-top: 30px;
}

#extension-list > .row > * {
    margin-bottom: 30px;
}

#extension-list .extension-preview {
    min-height: 150px;
}

#extension-list .extension-preview img {
    margin: 0 auto;
}

#extension-list .extension-preview .extension-description {
    position: absolute;
    background-color: rgba(36, 45, 55, 0.9);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    opacity: 0;
    height: 100%;
    width: 100%;
}

#extension-list .extension-preview .extension-description:hover {
    opacity: 1;
}

#extension-list i {
    color: #10b4e9;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #extension-list .extension-preview {
        min-height: 123px;
    }

    #extension-list .extension-preview .extension-description {
        font-size: 12.5px;
        padding: 6px;
    }

    #extension-list .extension-preview img {
        margin: 0 auto;
    }

    #extension-list .extension-name {
        min-height: 105px;
    }

    #extension-list .extension-name p {
        color: #000;
        margin-bottom: 0;
        font-weight: 600;
    }

    #extension-list .extension-name p:first-child {
        font-size: 17px;
    }

    #extension-list .extension-name p span {
        color: #4b525d;
        font-weight: 400;
    }

    #extension-list .extension-name h4 a, #extension-list .extension-name p a {
        color: #000;
    }

    #extension-list .extension-name + div > .row {
        margin-top: 0;
    }

    @media screen and (min-width: 992px) and (max-width: 1199px) {
        #extension-list .extension-name + div > .row {
            font-size: 14px;
        }
    }

    #extension-list span {
        font-weight: 600;
    }
}

#marketplace-extension-info #banner img {
    margin-left: auto;
    margin-right: auto;
}

#marketplace-extension-info .extension-review {
    border-top: 5px solid #1b80c2;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#marketplace-extension-info .nav-tabs {
    font-size: 14px;
}

#marketplace-extension-info .nav-tabs + .tab-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

#marketplace-extension-info iframe {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 767px) {
    #marketplace-extension-info iframe {
        height: 350px;
    }
}

#marketplace-extension-info #buy {
    color: #4b525d;
}

#marketplace-extension-info #buy #price {
    color: #000;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
}

#marketplace-extension-info #buy i {
    color: #10b4e9;
}

#marketplace-extension-info #buy hr {
    border-color: #ddd;
    margin: 10px 0;
}

#marketplace-extension-info #sales {
    color: #4b525d;
}

#marketplace-extension-info #sales i {
    color: #7ec239;
    margin-right: 10px;
    font-size: 24px;
}

#marketplace-extension-info #sales strong {
    font-size: 24px;
}

#marketplace-extension-info #comment {
    color: #4b525d;
}

#marketplace-extension-info #comment i {
    margin-right: 10px;
    font-size: 22px;
}

#marketplace-extension-info #comment strong {
    font-size: 22px;
}

#marketplace-extension-info .reply > div {
    margin-top: 15px;
}

#marketplace-extension-info .well .media {
    line-height: 1.2;
}

#marketplace-extension-info .well .media .media-body {
    padding-top: 6px;
}

#marketplace-extension-info .well .media .media-body span {
    font-size: 24px;
    font-weight: 600;
}

#marketplace-extension-info .well .media .media-body small {
    color: #878f9a;
}

@media screen and (max-width: 992px) {
    #marketplace-extension-info .container-fluid {
        padding-bottom: 30px;
    }
}

.list-check {
    list-style: none;
}

.list-check li::before {
    font-family: 'Font Awesome 5 Solid';
    content: "\f00c";
    margin-left: -30px;
    width: 29px;
    display: inline-block;
    color: #7ebd38;
}

.list-check.list-color-blue li::before {
    color: #02afe9;
}

.table-responsive {
    overflow-x: auto!Important;
}

.is-invalid ~ .invalid-tooltip, 
.input-group + .invalid-tooltip, 
.btn-group + .invalid-tooltip, 
.form-check + .invalid-tooltip {
    position: static !important;
}

.input-group-large{
    width:25%;
    display:flex;
}

.input-group-large .input-group-text{
    width: 100%;
    white-space: normal;
    text-align: left;
}

.input-group-stretch{
    
}

.img-relative{
    display:block;
}
.ascunde-optiuni {
    display: none !Important;
}

.btn i,
.nav-link img{
    margin-right:3px;
}

/*.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle{*/
/*    background-color:#28a745;*/
/*    border-color: #28a745;*/
/*}*/

/*.btn-outline-secondary:nth-child(2):not(:disabled):not(.disabled):active, .btn-outline-secondary:nth-child(2):not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle:nth-child(2){*/
/*    background-color: #bbb;*/
/*    border-color: #bbb;*/
/*    color:#fff;*/
/*}*/


/*------------------- NOU -------------------*/

.mobile-label{
    display:none;
}

.cont-header-view-type{
    padding: 0 16px;
    flex: 1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--ad-navy);
    letter-spacing: 0.02em;
}

.card.image{
    width: 200px;
    height: 300px;
    align-items: center;
}

.card.image img{
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    padding: 5px;
}

.card.image .card-body{
    width:100%;
    background-color:#fff;
    border-top:1px solid rgba(0, 0, 0, 0.125);
}

.img-thumbnail-cont{
    width:150px;
    height:150px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2308rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-thumbnail-cont img{
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    padding:5px;
}


.img-thumbnail-cont-full{
    width:200px;
    height:200px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2308rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-thumbnail-cont-full img{
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    padding:5px;
}

.social-articles #content .col-12.card .card-header {
    margin-left: -15px;
    margin-right: -15px;
}

.customer-customer #container #content .container-fluid .row .col-md-9.col-sm-12 .card .card-body .table-responsive td legend {
    font-size: 12px;
    font-weight: 600;
    border: none;
    margin: 0;
}

/**Extra**/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--ad-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--ad-text-muted);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--ad-text-secondary);
}


#filter-fixed{
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*z-index: 1000;*/
    /*padding: 0;*/
    /*height: 100vh;*/
}

#filter-fixed > .card{
    height: 100%;
}

#filter-fixed > .card > .card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#filter-fixed > .card > .card-body{
    overflow: hidden;
    overflow-y: scroll;
}

.close-filter{
    cursor:pointer;
}

.close-filter i{
    font-size:24px;
}

.card-big-icon-main-color{
    color: #23356C!Important;
}

#filter-fixed .col-form-label {
    font-size: 0.625rem;
    font-weight: 700;
    color: var(--ad-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    display: block;
}

#filter-fixed .input-group-text,
#filter-fixed .form-control {
    font-size: 0.8125rem;
    border: 1px solid var(--ad-border);
    border-radius: var(--ad-radius-sm);
    padding: 6px 10px;
    height: auto;
    color: var(--ad-text-primary);
}

#filter-fixed .form-control:focus {
    border-color: var(--ad-navy);
    box-shadow: 0 0 0 2px rgba(27, 42, 110, 0.1);
}

#filter-fixed .input-group .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#filter-fixed .input-group .input-group-text {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


/**Stiluri Nou**/

.btn {
    font-weight: 500;
    font-size: 0.8125rem;
    border-radius: var(--ad-radius-sm);
    transition: var(--ad-transition);
    letter-spacing: 0.01em;
}

.btn i,
.nav-link img {
    margin-right: 3px;
}

.btn-primary {
    background-color: var(--ad-navy) !important;
    border-color: var(--ad-navy) !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--ad-navy-dark) !important;
    border-color: var(--ad-navy-dark) !important;
    box-shadow: 0 4px 12px rgba(27, 42, 110, 0.35) !important;
}

.btn-secondary {
    background-color: var(--ad-navy) !important;
    border-color: var(--ad-navy) !important;
}

.btn-secondary {
    background-color: var(--ad-gold) !important;
    border-color: var(--ad-gold) !important;
    color: var(--ad-navy-dark) !important;
    font-weight: 600;
}

.btn-secondary:hover {
    background-color: var(--ad-gold-hover) !important;
    border-color: var(--ad-gold-hover) !important;
    color: var(--ad-navy-dark) !important;
    box-shadow: 0 4px 12px rgba(251, 186, 0, 0.35) !important;
}

.btn-outline-primary {
    color: var(--ad-navy);
    border-color: var(--ad-navy);
}

.btn-outline-primary:hover {
    background-color: var(--ad-navy);
    border-color: var(--ad-navy);
    color: #fff;
}

.btn-outline-secondary,
.btn-outline-secondary:hover {
    color: #b9b9b9;
    border-color: #b9b9b9;
}

.btn-group, .btn-group-vertical,
.btn-group:hover, .btn-group-vertical:hover {
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-light {
    background: #fff;
    border: 1px solid #E2E8F0;
    color: #64748B;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 6px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.12s;
    text-decoration: none;
    align-items: center;
    box-shadow: none;
}

.btn-light:focus,
.btn-light:hover{
    border-color: var(--ad-navy);
    color: var(--ad-navy);
    box-shadow: none;
    background: #fff;
}

.card-secondary {
    background: #fff;
    border: 1px solid var(--ad-border);
    border-radius: 10px;
    margin-bottom: 24px;
}

.table-generic {
    width: 100%;
    border-collapse: collapse;
}

.table-generic th {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ad-text-secondary);
    font-weight: 700;
    padding: 10px 16px;
    background: #F8FAFC;
    border-bottom: 1px solid var(--ad-border);
    white-space: nowrap;
}

.table-generic td {
    font-size: 0.8125rem;
    padding: 11px 16px;
    border-bottom: 1px solid #F1F5F9;
    color: #334155;
    vertical-align: middle;
}

.table-generic-id {
    font-weight: 700;
    color: var(--ad-navy)!important;
    text-decoration: none;
}

.table-generic-semibold {
    font-weight: 600;
}

.generic-table-row-title {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ad-text-primary);
    margin: 0;
    line-height: 1.3;
}

.generic-table-row-subtitle {
    font-size: 0.6875rem;
    color: var(--ad-text-muted);
    margin: 0;
}

.generic-table-row-btn-group {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}

.generic-table-row-btn-group .btn-sm{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.generic-table-row-btn-group .btn-sm:hover{
    opacity: 0.7;
}

.table-info-pill {
    background: #EEF2FF;
    color: #1B2A6E;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.6875rem;
    font-weight: 700;
}

.table-info-pill-empty {
    background: #F1F5F9;
    color: #94A3B8;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.6875rem;
    font-weight: 700;
}

.table-info-pill-inactive {
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    display: inline-block;
    background: #FEE2E2;
    color: #991B1B;
}

.table-info-pill-active {
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    display: inline-block;
    background: #DCFCE7;
    color: #166534;
}

.status-pill-6,
.status-pill-5,
.status-pill-4,
.status-pill-3,
.status-pill-2,
.status-pill-1 {
    background: #FEF3C7;
    color: #92400E;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    display: inline-block;
    white-space: nowrap;
}

.status-pill-2 {
    background: #DBEAFE;
    color: #1D4ED8;
}

.status-pill-3 {
    background: #DCFCE7;
    color: #166534;
}

.status-pill-4 {
    background: #FFF7ED;
    color: #C2410C;
}

.status-pill-5 {
    background: #EDE9FE;
    color: #6D28D9;
}

.status-pill-6 {
    background: #FEE2E2;
    color: #991B1B;
}

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1B2A6E 0%, #152258 50%, #0D1535 100%);
    position: relative;
    overflow: hidden;
}

.login-main-card {
    width: 100%;
    max-width: 440px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #fff;
}

.login-main-card img {
    height: 50px;
    width: auto;
    margin-bottom: 8px;
}

.login-main-card-header {
    background: #fff;
    padding: 40px 40px 24px;
    text-align: center;
    border-bottom: 1px solid #EDF2F7;
}

.login-main-subtitle {
    font-size: 0.8125rem;
    color: #64748B;
    font-weight: 500;
    margin: 0;
}

.login-main-card-body {
    padding: 32px 40px 40px;
    background: #fff;
}

/**Tables**/
.table th, .table td {
    padding: 0.6154rem 0.75rem;
}

.table tbody {
    font-weight: 500;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0;
    border: 1px solid var(--ad-border);
}

.table {
    font-size: 0.8125rem;
    line-height: 1.4;
}

.table > thead {
    background: linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%);
}

.table > thead td,
.table > thead th {
    font-weight: 600;
    color: var(--ad-text-secondary);
    text-transform: uppercase;
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--ad-border) !important;
}

.table tbody tr {
    transition: var(--ad-transition);
}

.table tbody tr:hover {
    background-color: var(--ad-gold-light) !important;
}

.table thead td {
    font-weight: bold;
}

.table thead > tr > td, .table tbody > tr > td {
    vertical-align: middle;
}

.table a.asc:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: " \f106";
    color: var(--ad-navy);
}

.table a.desc:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: " \f107";
    color: var(--ad-navy);
}

.table-responsive {
    -webkit-cursor: grab;
    cursor: grab;
    margin-bottom: 20px;
    overflow-x: auto !Important;
}

.table-responsive.drag-scroll {
    -webkit-cursor: grabbing;
    cursor: grabbing;
    margin-bottom: 20px;
}

.table-responsive::-webkit-scrollbar {
    height: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: var(--ad-text-muted);
    border-radius: 3px;
}

.table tbody > tr > td.table-no-result {
    color: #94A3B8!important;
    padding: 24px!important;
}

/*Checkbox*/
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    background: white;
    border: 2px solid var(--ad-border);
    border-radius: 3px;
    transition: var(--ad-transition);
}

input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
    border-color: var(--ad-navy);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(27, 42, 110, 0.12);
}

input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
    background-color: var(--ad-gold-light);
    border-color: var(--ad-navy);
}

input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
    background: #fff;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
    position: relative;
    top: 2px;
    left: 2px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    background: var(--ad-navy);
    border-radius: 50%;
}

input[type=checkbox]:checked,
.form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: var(--ad-navy);
    border-color: var(--ad-navy);
}

input[type=checkbox]:before,
.form-check-input[type=checkbox]:before {
    content: "";
    position: absolute;
    box-shadow: 0 0 0 13px transparent;
    border-radius: 50%;
    width: .875rem;
    height: .875rem;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    transform: scale(0);
}

input[type=checkbox]:checked:before,
.form-check-input[type=checkbox]:checked:before {
    opacity: .16;
}

input[type=checkbox]:checked:after,
.form-check-input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    display: block;
    transform: rotate(45deg);
    width: .375rem;
    height: .8125rem;
    border: .125rem solid #fff;
    border-top: 0;
    border-left: 0;
    margin-left: .25rem;
    margin-top: -4px !Important;
    background-color: transparent;
}

.section-heading {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #1A202C;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #E2E8F0;
}

.section-heading i{
    color: #1B2A6E;
}

.card-title {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
}

.card-title-pill {
    background:#1B2A6E;
    color:#fff;
    width:20px;
    height:20px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
    font-weight:700;
    margin-right:5px;
}

.btn-map-view {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #22C55E;
    color: #fff!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none!important;
}
.btn-map-view:hover {
    background: #16A34A;
}

.carrier-main-title {
    font-size:0.9375rem;
    font-weight:700;
    color:#1A202C;
}

.carrier-main-subtitle {
    font-size:0.8125rem;
    color:#64748B;
    margin-top:2px;
}

.carrier-main-contact-cont {
    display:flex;
    gap:16px;
    margin-top:12px;
}

.carrier-main-contact-link {
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:0.8125rem;
    color:#334155;
    text-decoration:none!important;
}

.status-card-cont {
    border: 2px solid #22C55E;
    border-radius: 10px;
    background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);
    padding: 18px 24px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.status-card-cont.status-card-bg-1 {
    border-color: #FCD34D;
    background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%);
    color: #92400E;
}

.status-card-cont.status-card-bg-2 {
    border-color: #93C5FD;
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
    color: #1D4ED8;
}

.status-card-cont.status-card-bg-3 {
    border-color: #86EFAC;
    background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);
    color: #166534;
}

.status-card-cont.status-card-bg-4 {
    border-color: #FDBA74;
    background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
    color: #C2410C;
}

.status-card-cont.status-card-bg-5 {
    border-color: #C4B5FD;
    background: linear-gradient(135deg, #F5F3FF 0%, #EDE9FE 100%);
    color: #6D28D9;
}

.status-card-cont.status-card-bg-6 {
    border-color: #FCA5A5;
    background: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
    color: #991B1B;
}

.status-card-danger {
    border: 2px solid #991B1B;
    background: linear-gradient(135deg, #FEE2E2 0%, #FEE2E2 100%);
}

.status-card-label {
    font-size: 0.8125rem;
    color: #64748B;
    margin-bottom: 2px;
}

.status-card-title {
    font-size: 1.125rem;
    font-weight: 700;
}

.km-info-wrapper {
    display:flex;
    flex-direction:column;
}

.km-info-row {
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 20px;
    border-bottom:1px solid #E2E8F0;
}

.km-info-icon-cont {
    width:40px;
    height:40px;
    border-radius:10px;
    background:#FEF3C7;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.km-info-label-cont {
    flex:1;
}

.km-info-label-title {
    font-size:0.6875rem;
    font-weight:700;
    color:#64748B;
    text-transform:uppercase;
    letter-spacing:0.04em;
}

.km-info-label-subtitle {
    font-size:0.75rem;
    color:#94A3B8;
}

.km-info-label-value {
    font-size:1.25rem;
    font-weight:800;
    color:#D97706;
}

.section-left-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #64748B;
    font-size: 0.75rem;
    white-space: nowrap;
    letter-spacing: 0.03em;
    padding-right: 24px;
}

.section-left-strong {
    color: #1B2A6E;
    font-weight: 700;
}

.section-left-strong-remove strong {
    font-weight: 400!important;
}

.section-left-generic-text {
    color: #1A202C;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6;
}

.delivery-point {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.delivery-pill {
    background: #1B2A6E;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.delivery-pill-secondary {
    background: #FBBA00;
    color: #1B2A6E;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.delivery-text {
    color: #1A202C;
    font-weight: 400;
}

.transport-point-item {
    background: #F8FAFC;
    border-color: #E2E8F0;
}

.transport-point-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1B2A6E;
}

.remove-transport-point {
    background: none;
    border: none;
    color: #DC2626;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 8px;
}

.tp-selector {
    display: flex;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    overflow: hidden;
    height: 38px;
}

.tp-input {
    display: none;
}

.tp-label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0 16px;
    color: #64748B;
    background: #fff;
    border-right: 1px solid #E2E8F0;
    transition: all 0.15s ease;
    margin-bottom: 0px;
}

.tp-label:last-child {
    border-right: none;
}

/* ACTIVE STATE */
.tp-input:checked + .tp-label {
    font-weight: 700;
}

/* LOAD (Incarcare) */
.tp-input[value="1"]:checked + .tp-label.tp-load {
    background: #FEF3C7;
    color: #92400E;
}

/* UNLOAD (Descarcare) */
.tp-input[value="2"]:checked + .tp-label.tp-unload {
    background: #DBEAFE;
    color: #1E40AF;
}

.transport-point-load {
    background: #FEFCE8;
    border-color: #FDE68A;
}

.transport-point-unload {
    background: #EFF6FF;
    border-color: #BFDBFE;
}

.transport-btn-add-point {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1B2A6E;
    border: 1px solid #1B2A6E;
    border-radius: 6px;
    background: #fff;
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.15s;
}
.transport-btn-add-point:hover { background: #EEF2FF; }

.transport-total-cont {
    display: flex;
    gap: 16px;
    padding: 10px 0 0;
    border-top: 1px solid #E2E8F0;
    margin-top: 16px;
}

.transport-total-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: #64748B;
}

.transport-total-item-inner {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 6px;
}

.transport-total-item-inner span{
    font-weight: 800;
    font-size: 0.875rem;
}

.dashboard-calendar-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 6px 12px;
}

.dashboard-calendar-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 6px 12px;
}

.dashboard-calendar-btn i {
    color: #64748B;
    font-size: 12px;
}

.dashboard-calendar-btn select {
    border: none;
    outline: none;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1A202C;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.dashboard-card-icon-cont {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    background: #EEF2FF;
    color: #1B2A6E;
}

.dashboard-card-body {
    display: flex;
    flex-direction: column;
}

.dashboard-card-big-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1A202C;
    margin: 0;
    line-height: 1;
}

.dashboard-card-subtitle {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

.dashboard-card-info {
    font-size: 0.6875rem;
    color: #94A3B8;
    margin-top: 2px;
}

.dashboard-status-card-link-wrapper {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dashboard-status-card-link {
    text-align: center;
    padding: 18px 8px;
    border-right: 1px solid #F1F5F9;
    text-decoration: none;
    transition: background 0.12s;
    min-width: 0;
}

.dashboard-status-card-link:nth-child(6n) {
    border-right: none;
}

.dashboard-status-card-link:hover {
    background: #F8FAFC;
}

.dashboard-status-card-link-title {
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1;
}

.dashboard-status-card-link-subtitle {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.4;
}

.dashboard-status-card-link-pill {
    width: 7px;
    height: 7px;
    min-width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
}

.page-item.active .page-link {
    background-color: var(--ad-navy);
}

.dashboard-efficiency-card {
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.dashboard-efficiency-summary {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E2E8F0;
}

.dashboard-efficiency-summary-item {
    width: 25%;
    text-align: center;
    padding: 20px 16px;
    border-right: 1px solid #F1F5F9;
}

.dashboard-efficiency-summary-item:last-child {
    border-right: none;
}

.dashboard-efficiency-summary-value {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #1A202C;
}

.dashboard-efficiency-summary-label {
    font-size: 10px;
    font-weight: 700;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 6px;
}

.dashboard-efficiency-main {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 24px;
}

.dashboard-efficiency-chart {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 50%;
    background: conic-gradient(#16A34A 0% 81%, #EF4444 81% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-efficiency-chart-inner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dashboard-efficiency-chart-value {
    font-size: 20px;
    font-weight: 800;
    color: #1A202C;
    line-height: 1;
}

.dashboard-efficiency-chart-text {
    font-size: 9px;
    font-weight: 600;
    color: #64748B;
    text-transform: uppercase;
    margin-top: 2px;
}

.dashboard-efficiency-legend {
    flex: 1;
}

.dashboard-efficiency-legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 13px;
    color: #334155;
}

.dashboard-efficiency-legend-item-border {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #F1F5F9;
}

.dashboard-efficiency-legend-color {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    flex-shrink: 0;
}

.dashboard-efficiency-legend-label {
    color: #334155;
}

.dashboard-efficiency-legend-value {
    margin-left: auto;
    font-weight: 700;
}

.dashboard-efficiency-legend-target {
    font-size: 11px;
    color: #64748B;
}

.dashboard-efficiency-top-header {
    padding: 12px 24px 4px;
    border-top: 1px solid #E2E8F0;
    font-size: 11px;
    font-weight: 700;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dashboard-efficiency-bars {
    padding: 0 24px 16px;
}

.dashboard-efficiency-bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.dashboard-efficiency-bar-name {
    width: 130px;
    min-width: 130px;
    font-size: 12px;
    font-weight: 600;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-efficiency-bar-track {
    flex: 1;
    height: 6px;
    background: #F1F5F9;
    border-radius: 999px;
    overflow: hidden;
}

.dashboard-efficiency-bar-fill {
    height: 100%;
    border-radius: 999px;
}

.dashboard-efficiency-bar-value {
    width: 36px;
    min-width: 36px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
}

.dashboard-stat-card {
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    height: 100%;
}

.dashboard-stat-card-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 148px;
}

.dashboard-stat-card-value {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.dashboard-stat-card-label {
    font-size: 11px;
    font-weight: 700;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 6px;
}

.dashboard-stat-card-info {
    font-size: 11px;
    color: #94A3B8;
    margin-top: 4px;
}

.dashboard-recent-card {
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.dashboard-recent-card-header-info {
    font-size: 11px;
    color: #94A3B8;
    font-weight: 400;
}

.dashboard-recent-table thead th {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748B;
    background: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
    padding: 10px 16px;
    white-space: nowrap;
}

.dashboard-recent-table tbody td {
    font-size: 13px;
    color: #334155;
    padding: 11px 16px;
    vertical-align: middle;
    border-bottom: 1px solid #F1F5F9;
}

.dashboard-recent-table tbody tr:hover {
    background: #FAFBFC;
}

.dashboard-recent-table tbody tr:last-child td {
    border-bottom: none;
}

.dashboard-recent-table-id {
    color: #1B2A6E;
    font-weight: 700;
    text-decoration: none;
}

.dashboard-recent-table-id:hover {
    text-decoration: underline;
}

.dashboard-recent-table-km-good {
    color: #16A34A;
    font-weight: 600;
}

.dashboard-recent-table-km-medium {
    color: #92400E;
    font-weight: 600;
}

.dashboard-recent-table-km-bad {
    color: #DC2626;
    font-weight: 600;
}

.dashboard-table-status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.dashboard-table-status-wait {
    background: #FEF3C7;
    color: #92400E;
}

.dashboard-table-status-accept {
    background: #DBEAFE;
    color: #1E40AF;
}

.dashboard-table-status-pickup {
    background: #E0E7FF;
    color: #3730A3;
}

.dashboard-table-status-deliver {
    background: #F3E8FF;
    color: #7C3AED;
}

.dashboard-table-status-done {
    background: #DCFCE7;
    color: #166534;
}

.dashboard-card-footer-link {
    padding: 12px 24px;
    border-top: 1px solid #E2E8F0;
    text-align: center;
}

.dashboard-card-footer-link a {
    font-size: 13px;
    font-weight: 600;
    color: #1B2A6E;
    text-decoration: none;
}

.dashboard-card-footer-link a:hover {
    text-decoration: underline;
}

@media (max-width: 1480px) {
    .responsive-xlg tbody tr td{
        display:table-cell!important;
    }
    
    /* THEAD FILTERS */
    .responsive-xlg thead tr:first-child{
        display:none;
    }
    .responsive-xlg thead .filters{
        display:flex;
        flex-direction:column;
        margin-bottom:40px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-xlg thead .filters .mobile-label{
        display:inline-block;
        font-size:16px;
        margin-bottom:8px;
    }
    .responsive-xlg thead .filters th{
        text-align:left!important;
    }
    .responsive-xlg thead .filters button{
        font-size:18px;
    }
    .responsive-xlg tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-xlg tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-xlg tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }
    /* END THEAD FILTERS */

    .responsive-xlg tbody tr td .btn, .responsive-xlg tbody tr td .btn-group{
        float:right;
        margin-left:10px;
    }

}
@media (max-width: 1350px) {
}
@media (max-width: 1200px) {
    .responsive-lg tbody tr td{
        display:table-cell!important;
    }
    
    
    /* THEAD FILTERS */
    .responsive-lg thead tr:first-child{
        display:none;
    }
    .responsive-lg thead .filters{
        display:flex;
        flex-direction:column;
        margin-bottom:40px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-lg thead .filters .mobile-label{
        display:inline-block;
        font-size:16px;
        margin-bottom:8px;
    }
    .responsive-lg thead .filters th{
        text-align:left!important;
    }
    .responsive-lg thead .filters button{
        font-size:18px;
    }
    .responsive-lg tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-lg tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-lg tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }
    /* END THEAD FILTERS */
    
    
    .responsive-lg thead{
        display:none;
    }
    .responsive-lg tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-lg tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-lg tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }

    .responsive-lg tbody tr td .btn, .responsive-lg tbody tr td .btn-group{
        float:right;
        margin-left:10px;
    }
    
    
    /* DASHBOARD */
    
    .common-dashboard h2.float-right{
        font-size:25px;
    }
    
    .dashboard-status-card-link-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dashboard-status-card-link {
        border-right: 1px solid #F1F5F9;
        border-bottom: 1px solid #F1F5F9;
    }

    .dashboard-status-card-link:nth-child(6n) {
        border-right: 1px solid #F1F5F9;
    }

    .dashboard-status-card-link:nth-child(3n) {
        border-right: none;
    }

    .dashboard-status-card-link:nth-last-child(-n+3) {
        border-bottom: none;
    }
    
}
@media (max-width: 992px) {
    
    .responsive-md tbody tr td{
        display:table-cell!important;
    }
    
    
    /* THEAD FILTERS */
    .responsive-md thead tr:first-child{
        display:none;
    }
    .responsive-md thead .filters{
        display:flex;
        flex-direction:column;
        margin-bottom:40px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-md thead .filters .mobile-label{
        display:inline-block;
        font-size:16px;
        margin-bottom:8px;
    }
    .responsive-md thead .filters th{
        text-align:left!important;
    }
    .responsive-md thead .filters button{
        font-size:18px;
    }
    .responsive-md tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-md tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-md tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }
    /* END THEAD FILTERS */
    
    
    .responsive-md thead{
        display:none;
    }
    .responsive-md tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-md tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-md tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }

    .responsive-md tbody tr td .btn, .responsive-md tbody tr td .btn-group{
        float:right;
        margin-left:10px;
    }

    /* DASHBOARD */
    
    .common-dashboard h2.float-right{
        font-size:42px;
    }
    
    .dashboard-efficiency-main {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-efficiency-chart {
        margin: 0 auto;
    }

    .dashboard-efficiency-legend {
        width: 100%;
    }
    
    .page-header > .container-fluid {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: center;
    }
    
    .page-header .float-right {
        justify-content: flex-start;
        width: 100%;
        flex: 0 0 100%;
    }
    
    .page-header .float-right > .gap-2 {
        width: 100% ! Important;
        gap: .5rem ! Important;
        display: flex;
        flex-wrap: wrap;
    }
    
    .page-header .float-right .btn, .page-header .float-right .btn-group {
        width: calc(50% - 6px);
    }
    
    .page-header h1 {
        margin-bottom: 20px;
        flex: 0 0 100%;
    }
    
}
@media (max-width: 768px) {
    
    .responsive-sm tbody tr td{
        display:table-cell!important;
    }
    
    /* THEAD FILTERS */
    .responsive-sm thead tr:first-child{
        display:none;
    }
    .responsive-sm thead .filters{
        display:flex;
        flex-direction:column;
        margin-bottom:40px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-sm thead .filters .mobile-label{
        display:inline-block;
        font-size:16px;
        margin-bottom:8px;
    }
    .responsive-sm thead .filters th{
        text-align:left!important;
    }
    .responsive-sm thead .filters button{
        font-size:18px;
    }
    .responsive-sm tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-sm tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-sm tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }
    /* END THEAD FILTERS */
    
    .responsive-sm thead{
        display:none;
    }
    .responsive-sm tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-sm tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-sm tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }

    .responsive-sm tbody tr td .btn, .responsive-sm tbody tr td .btn-group{
        float:right;
        margin-left:10px;
    }
    
    /* GENERAL */
    .page-header button, .page-header a{
        /*margin-bottom:20px;*/
    }
    
    .dashboard-efficiency-summary-item {
        width: 50%;
        border-bottom: 1px solid #F1F5F9;
    }

    .dashboard-efficiency-summary-item:nth-child(2n) {
        border-right: none;
    }

    .dashboard-efficiency-bar-row {
        flex-wrap: wrap;
    }

    .dashboard-efficiency-bar-name {
        width: 100%;
        min-width: 100%;
    }

    .dashboard-efficiency-bar-value {
        width: auto;
        min-width: auto;
    }
    
    .dashboard-status-card-link-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-status-card-link {
        padding: 16px 10px;
        border-right: 1px solid #F1F5F9;
        border-bottom: 1px solid #F1F5F9;
    }

    .dashboard-status-card-link:nth-child(3n) {
        border-right: 1px solid #F1F5F9;
    }

    .dashboard-status-card-link:nth-child(2n) {
        border-right: none;
    }

    .dashboard-status-card-link:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .dashboard-status-card-link-title {
        font-size: 1.125rem;
    }

    .dashboard-status-card-link-subtitle {
        font-size: 0.6875rem;
    }
    
}
@media (max-width: 576px) {
    .btn{
        /*margin-bottom:20px!important;*/
    }
    #container-mare-modul{
        padding:0!important;
    }
    .hide-col-xs thead tr td:nth-last-child(2){
        display:none;
    }
    .hide-col-xs tbody tr td:nth-last-child(2){
        display:none;
    }
    
    .responsive-xs tbody tr td{
        display:table-cell!important;
    }
    
    
    /* THEAD FILTERS */
    .responsive-xs thead tr:first-child{
        display:none;
    }
    .responsive-xs thead .filters{
        display:flex;
        flex-direction:column;
        margin-bottom:40px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-xs thead .filters .mobile-label{
        display:inline-block;
        font-size:16px;
        margin-bottom:8px;
    }
    .responsive-xs thead .filters th{
        text-align:left!important;
    }
    .responsive-xs thead .filters button{
        font-size:18px;
    }
    .responsive-xs tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-xs tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-xs tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }
    /* END THEAD FILTERS */
    
    .responsive-xs thead{
        display:none;
    }
    .responsive-xs tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-xs tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-xs tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }

    .responsive-xs tbody tr td .btn, .responsive-xs tbody tr td .btn-group{
        float:right;
        margin-left:10px;
    }
    
    .page-header .float-right .btn, .page-header .float-right .btn-group {
        width: 100%;
    }
    
    .dashboard-calendar-btn{
        width:100%;
    }
}  
@media (max-width: 480px) {
    .hide-col-xs thead tr td:nth-last-child(3){
        display:none;
    }
    .hide-col-xs tbody tr td:nth-last-child(3){
        display:none;
    }
    
    .hide-col-xss thead tr td:nth-last-child(2){
        display:none;
    }
    .hide-col-xss tbody tr td:nth-last-child(2){
        display:none;
    }
    
    .dashboard-status-card-link-wrapper {
        grid-template-columns: 1fr;
    }

    .dashboard-status-card-link {
        border-right: none !important;
        border-bottom: 1px solid #F1F5F9;
    }

    .dashboard-status-card-link:last-child {
        border-bottom: none;
    }
    
}
@media (max-width: 420px) {
}
@media (max-width: 385px) {
}

.disabled-label{
    background:#ced4da;
}

/*Start Calendar*/
.cell {
    width: 100%;
    height: 5rem;
    border: 1px solid #fff;
    border-bottom: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    color: #fff;
    padding: 0;
    border-radius: 5px;
}

.head-cell {
    color: #06a37c;
    border: none;
    align-items: center;
    justify-content: center;
}

.time {
    justify-content: center;
    color: #000;
    background-color: #b2dfdb;
    font-size: 14px;
}

.cell.free-all{
    background-color: #fff;
    color: #000;
    border-color: #9e9e9e;
}

.cell.half-free{
    background: #ff0;
    color: #000;
    border-color: grey;
}

.cell.not-free{
    background-color: #e53935;
    border-color: #9e9e9e;
}

.cell.not-open{
    background-color: #ebebeb;
    border-color: #9e9e9e;
}

.cell.not-open .values{
    color:#bbb;
}



.cell .wrapper-td {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    padding: 0 5px;
    z-index: 3;
    height: 50%;
    margin: 0;
    align-items: center;
}

.cell .wrapper-td .c-time {
    color: #06a37c;
}

.cell .wrapper-td .day {
    margin-left: auto;
    color: #ef5350;
}

.cell .values {
    font-size: 14px;
    width: 100%;
    position: relative;
    margin-top: .1rem;
}

.cell .values span.free {
    background: #06a37c;
}

.cell .values span.partial {
    background: #ffb74d;
}

.cell .values span.ocupied {
  background: #ef5350;
}

.cell .values span.notopen {
  background: #ebebeb;
}



.cell .values span{
    width: 2rem;
    margin-right: .2rem;
    display: inline-block;
}
.slick-track {
  display: flex;
}

.cell.not-free .day, 
.cell.not-free .c-time{
    color: #fff;
}

.cell:hover{
    cursor:pointer;
}

.cell .values.w-multiple {
  position: absolute;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;

}
.cell .values.w-multiple span{
  display: flex;
  background: none;
  padding-top: 0;
  height: 50%;
  border-bottom: 1px solid hsla(0,0%,100%,.2);
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}

.cell.not-free .ocupat.full,
.cell.not-free .inchis.full{
  height: 100%;
}

.cell.half-free .ocupat.full,
.cell.half-free .inchis.full{
  height: 50%;
}

.cell.half-free .ocupat{
  background: rgb(244, 67, 54) none repeat scroll 0% 0%!important;
  color: rgb(255, 255, 255);
}

.cell.half-free .inchis{
  background: #ebebeb;
  color: #bbb;
}

.cell.not-free .w-multiple span:first-child,
.cell.not-open .w-multiple span:first-child{
  flex-grow: 1;
}

.wrapper-table-data .cell .values.w-multiple span:last-child {
  border-bottom: none;
}

/*End Calendar*/

/*Start Modal Calendar*/

.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
}
.card .card-header-teren {
    background-color: #80cbc4 !important;
    z-index: 1 !important;
}
.card [class*="card-header-"] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.rez-colors .btn {
    display: inline-block;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    padding: 5px 0;
    margin-right: 15px;
    min-width: 50px;
}

.rez-colors .btn.active{
    border:2px solid #000;
}

.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    border-radius: inherit;
}

.card .card-body + .card-footer, .card .card-footer {
    padding: 10px 0 0;
    margin: 0 15px 10px;
    margin-right: 15px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
}
.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
}

.btn-available {
    border: 1px solid #06a37c !important;
    background: #06a37c;
    color: #fff!Important;
}

.btn-not-open{
    border: 1px solid #bbb !important;
    background: #bbb !important;
    color: #fff !important;
}

.btn-reserved{
    border: 1px solid #f44336 !important;
    background: #f44336 !important;
    color: #fff !important;
}

.hours-tab-list{
    border: none !important;
    margin: 10px !important;
    display: flex;
    text-align: center;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.btn-reserved,
.btn-available{
    border: 2px solid transparent !important;
}

.btn-reserved.active,
.btn-available.active{
    border: 2px solid #000 !important;
    font-weight:normal!Important;
}

.color-red{
    background-color: rgb(244, 67, 54);
    color: rgb(255, 255, 255);
}

.color-blue{
    background-color: rgb(33, 150, 243);
    color: rgb(255, 255, 255);
}

.color-orange{
    background-color: rgb(255, 152, 0);
    color: rgb(0, 0, 0);
}

.color-yellow{
    background-color: rgb(255, 243, 0);
    color: rgb(0, 0, 0);
}

.color-green{
    background-color: rgb(76, 175, 80);
    color: rgb(255, 255, 255);
}

.color-dark-pink{
    background-color: rgb(233, 30, 99);
    color: rgb(255, 255, 255);
}

.color-aqua{
    background-color: rgb(0, 188, 212);
    color: rgb(255, 255, 255);
}

.bk-res-tab-background{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.cart-teren{
    min-height:100%;
}

.text-rezervare-not-ora{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
}

.text-rezervare-not-open{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
}

.booking-reserved-type-info{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.main-calendar-modal-col{
    margin-top: 25px;
    margin-bottom: 25px; 
}

.card-legend-calendar legend{
    border: none;
    font-size: 18px;
}

.card-legend-calendar ul{
    padding: 0;
    list-style: none;
    margin: 0;
}

.card-legend-calendar ul li{
    margin-bottom: 6px;
    font-size: 15px;
}

.legend-calendar-l{
    color:#06a37c;
}

.legend-calendar-pr{
    color:#ffb74d;
}

.legend-calendar-r{
    color:#e53935;
}

.legend-calendar-i{
    color:#bbb;
}

#main-add-spinner{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff9;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

#modal-main-add-spinner .spinner-border{
    color:#0b91d2;
}

#main-add-spinner.active{
    display:flex;
}

.main-spinner-text{
    margin-top:10px;
    font-size:18px;
    font-weight:600;
}

/*End modal calendar*/


i.fas.fa-info{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 2px solid #000;
    min-width: 26px;
    min-height: 26px;
    width:26px;
    height:26px;
    vertical-align: middle;
}

i.fas.fa-info::before{
    position: relative;
    top: 4px;   
}

.tooltip.bs-tooltip-bottom{
    margin-top: 30px;
}

.tooltip.show{
    opacity:1;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before{
    border-top-color:#ddd;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before{
    border-bottom-color:#ddd;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before{
    border-right-color:#ddd;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before{
    border-left-color:#ddd;
}

.tooltip-inner{
    background: #fff;
    color: #000;
    font-size: 14px;
    text-align: left;
    padding:6px 8px;
    border:1px solid #ddd;
}

.tooltip-inner .tt-title{
    padding-bottom:8px;
    margin-bottom:8px;
    border-bottom:1px solid #ddd;
    text-transform:uppercase;
    font-weight:600;
}

.input-group-text {
    background: #F4F6F9;
    border: 1px solid #E2E8F0;
    border-right: none;
    color: #64748B;
    padding: 0 14px;
    border-radius: 10px;
}

/**google autocomplete**/
    .modal-add-location-dropdown-container{
      position: absolute;
      bottom:auto;
      top:100%;
      z-index: 50;
      background-color: #fff;
      max-height: 200px;
      overflow-y: scroll;
      border-radius: 0;
      border:1px solid #ddd;
      border-top:none;
      width:100%;
      left:0;
    }
    
    .modal-add-location-dropdown-loader-cont {
      background-color: #ffff;
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 20px 10px;
      z-index: 1;
    }
    
    .suggestion-item{
      padding: 10px;
      font-size: 14px;
      color:#000;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      cursor:pointer;
    }
    
    .suggestion-item > i{
      font-size: 14px;
      color: var(--culoare1);
    }
    
    .suggestion-item:hover{
        background:#fafafa;
    }
    
    .pac-container{
        display:none!Important;
    }
/**google autocomplete**/

.map-info-placeholder{
    width: 100%;
    height: 350px;
    background: #F1F5F9;
    border: 2px dashed #CBD5E1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    font-size: 0.8125rem;
}

.map-info-wrapper {
    width: 100%;
    background: #F1F5F9;
    border: 2px dashed #CBD5E1;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94A3B8;
    font-size: 0.8125rem;
}
                                            
.map-info-placeholder i{
    font-size: 28px;
    margin-bottom: 8px;
    color: #CBD5E1;
}


