/* Open Sans Local Fonts */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

#main .feature-box {
    width: 278px;
    padding: 0;
}

#main .feature-box .heading {
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #EB5017;
    padding: 20px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 20px;
}

#main .feature-box .feature-selection {
    height: 620px;
    overflow-y: scroll;
    padding: 14px;
    margin-right: 15px;
    background-color: #fff;
    border-radius: 10px;
}

.border-bottom {
    border-bottom: 1px solid #D0D5DD;
}

#main .feature-box .feature-selection .check-line {
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
}

#main .feature-box .feature-selection .check-line label {
    font-family: Euclid Circular B;
    font-size: 16px;
    color: #20252F;
    font-weight: 500;
    padding-left: 5px;
}

#main .page-header {
    border: 0;
    margin: 15px 0 15px 0;
    padding: 0 3px;
}

#main .page-header:after {
    content: "";
    display: table;
    clear: both;
}

#main .page-header .pull-left h1 {
    font-size: 30px;
    color: #2a2a2a;
    line-height: 24px;
    font-weight: 400;
    margin: 20px 0;
}

#main .page-header .pull-left h6 {
    color: #777;
    font-weight: normal;
    margin: 0;
}

#main .breadcrumbs {
    background: #f4f4f4;
}

#main .breadcrumbs:after {
    content: "";
    display: table;
    clear: both;
}

#main .breadcrumbs ul {
    list-style-type: none;
    margin: 0;
    padding: 17px 6px;
    zoom: 1;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#main .breadcrumbs ul span {
    color: var(--text-styles-text-primary, #20252F);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
}

#main .breadcrumbs ul:after {
    content: "";
    display: table;
    clear: both;
}

#main .breadcrumbs ul>li {
    float: left;
    color: #A7B1BF;
}

#main .breadcrumbs ul>li>a {

    display: block;
    padding: 2px 8px;
    color: #A7B1BF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;

}

#main .breadcrumbs ul>li.active>a {

    color: var(--text-styles-accent-primary, #EB5017);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 145%;
}

#main .breadcrumbs ul>li i {
    float: left;
    font-size: 11px;
    margin: 7px 0 6px 0;
}

#main .breadcrumbs .close-bread {
    float: right;
}

#main .breadcrumbs .close-bread>a {
    color: #999;
    display: block;
    font-size: 14px;
    margin: 4px 8px;
}

#main .breadcrumbs .close-bread>a:hover {
    text-decoration: none;
}

#main .ui-state-highlight {
    background: red;
    height: 50px;
}

#main #vmap {
    width: 100%;
    height: 300px;
}

.sidebar-right #left {
    left: auto;
    right: 0;
}

.sidebar-right #left .subnav .dropdown-submenu>a:after {
    display: block;
    float: left;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-left: -9px;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #aaa;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: " ";
}

.sidebar-right #left .subnav .subnav-menu>li.dropdown>a:after {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 5px;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #999;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: " ";
}

.sidebar-right #left .subnav .subnav-menu>li.dropdown.open .dropdown-menu {
    left: auto;
    right: 100%;
}

.sidebar-right #left .subnav .subnav-menu>li.dropdown.open>.dropdown-menu {
    border-right: 0;
    border-left: 2px solid #aaa;
}

.sidebar-right #main {
    margin-left: 0;
    margin-right: 200px;
}

#left {
    width: 272px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0C111D;
    height: 100%;
    overflow-x: visible;
}

#left.mobile-show {
    position: fixed;
    z-index: 1000;
}

#left.full {
    bottom: auto;
    height: auto;
}

#left.sidebar-fixed {
    position: fixed;
    top: 40px;
    overflow-x: hidden;
}

#left.sidebar-fixed .ui-resizable-handle {
    right: 0;
}

#left .subnav {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #3A3E4A;
}

#left .subnav:hover .subnav-title .toggle-subnav i {
    display: block;
}

#left .subnav .subnav-menu>li>a {
    height: 30px;
    color: #555;
    display: block;
    padding: 5px 0 5px 7px;
    margin-left: 20px;
    border-left: 1px solid #3A3E4A;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Euclid Circular B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
}

#left .subnav .subnav-menu>li>a:hover {
    border-left: 2px solid #fff;
    color: #fff;
}

#left .subnav .subnav-menu>li.active>a {
    color: #fff;
    border-left: 1.5px solid #fff;
}

.mobile-sidebar-toggle {
    float: left;
    display: block;
    color: #fff;
    padding: 15px 10px 9px 10px;
    margin-right: 5px;
    display: none;
}

.mobile-sidebar-toggle:hover {
    background: #1e74c5;
    text-decoration: none;
    color: #fff;
}

.col-left-bg {
    background-color: #0c111d;
    background-image: url(/assets/images/trackk_bgmain.png);

}

.login .col-left {
    flex: 1;
    background-color: #0c111d;
    background-image: url(/img/trackk_bgmain.png);
    width: 50%;
    padding: 80px;
    position: relative;
}

.login .col-left>h1 {
    margin: 0;
    color: #fff;
}

.login .col-left h1>a,
.col-left-bg>h1>a {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 2.25rem;
    padding: 2px 0;
    text-decoration: none;
}

.login .col-left h1>a img {
    margin-right: 20px;
    margin-top: -8px;
}

.login .col-left>h2 {
    margin: 0;
    padding: 4rem 0;
    padding-bottom: 0;
    color: #fff;
    font-size: clamp(16px, 5vw, 3.75rem);
    line-height: 110%;
}

.login .col-left>p {
    padding: 2rem 0rem 0 0;
    color: #FFF;
    font-feature-settings: 'cv04' on, 'cv03' on, 'cv01' on, 'salt' on;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    opacity: 0.7;
}

.login .col-left>.testimonial {
    position: absolute;
    max-width: 580px;
    justify-content: center;
    bottom: 80px;
    left: 80px;
    right: 60px;
    border-radius: 20px;
    background-color: #3F4755;
    padding: 24px;
}

.login .col-left>.testimonial p {
    color: var(--office-brown-75, #F0E6E6);
    font-feature-settings: 'cv04' on, 'cv03' on, 'cv01' on;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}



.login .col-left .col_footer,
#left .col_footer {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 30px;
}

.login .col-left .col_footer p,
#left .col_footer p {
    width: 45%;
    color: #737E8F;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.login .col-right {
    flex: 1;
}

.steps {
    color: #fff;
    display: flex;
    position: relative;
}

.steps img {
    height: 100%;
    margin: 40px 10px 0 10px;
}

.steps_inside {
    margin-top: 50px;
}

.steps_inside div {
    position: absolute;
}

.steps_inside div:nth-child(1) {
    margin-top: 0;
}

.steps_inside div:nth-child(2) {
    margin-top: 100px;
}

.steps_inside div:nth-child(3) {
    margin-top: 200px;
}

.steps_inside div:nth-child(4) {
    margin-top: 300px;
}

.steps_inside p {
    font-size: 16px;
    margin: 0;
    color: #fff;
    white-space: nowrap;
}

.steps_inside span {
    font-size: 14px;
    color: #737D8D;
}

.steps_inside img {
    margin: 40px 10px 10px 10px;
    height: 100%;
}

.steps_inside label {
    margin: 0;
}


.login .wrapper h2 {
    color: #20252F;
    font-family: Euclid Circular B;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 40px;
    margin-bottom: 0;
}

/* .login .wrapper p,
.container-fluid>p:first-of-type {
    color: #737D8D;
    font-family: Euclid Circular B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
} */

.login .wrapper .login-body,
.container-fluid .login-body {
    margin-top: 20px;
    background: #fff;
    border-radius: 16px;
    margin: 0 auto;
    padding: 40px 32px;
    width: 454px;

}

/* Packages BOX */
.pckg_card {
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 16px;
    background: #FFF;
}

.pckg_card .features .feature_group .feature_group_item {
    color: var(--text-styles-text-tertiary, #737E8F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    margin: 16px 0;
}

.pckg_card>div>div>h3 {
    font-size: 20px;
    margin: 0;
    line-height: 28px;
}

.pckg_card>div>.feature_price {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
    margin-left: auto;
}

.pckg_card>div>.feature_price>.fsub1 {
    color: #20252F;
    font-size: 20px;
    font-weight: 600;
}

.pckg_card>div>.feature_price>.fsub2 {
    color: #20252F;
    font-size: 48px;
    font-weight: 600;
}

.pckg_card>div>.feature_price>.fsub3 {
    color: #737E8F;
    font-size: 16px;
    font-weight: 400;
}

.pckg_card .features h6 {
    margin-top: 30px;
    margin-bottom: 0;
    color: #20252F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.pckg_card .feature_btn {
    padding: 16px 0;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 8px;
    background: var(--foreground-styles-fg-disabled, #98A2B3);
}

.pckg_card .feature_btn button {
    color: var(--text-styles-text-white, #FFF);
    background-color: transparent;
    border: none;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
}

.pckg_card .feature_btn button:focus,
.pckg_card .feature_btn:focus,
.pckg_card .feature_btn:active,
.pckg_card .feature_btn button:active {
    background-color: #EB5017;
}

.py-12 {
    padding-bottom: 12px;
    padding-top: 12px;
}

.pl-30 {
    padding-left: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.fs-20px {
    font-size: 23px;
}

.w-330px {
    width: 330px;
}
@page {
    size: A4;
    margin: 10mm;
}

@media print {
    body {
        margin: 0;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        background: white;
    }

    .print-container {
        width: 190mm;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /* Hide anything outside print area */
    header, nav, footer, .sidebar, .topbar {
        display: none !important;
    }
}