@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    /*21-11-2024*/
    --primary: #0072BC;
    --gray: #3d3d3d;
    --white: #fff;
    --black: #000;
    --border: #e7e7e7;
    --bg-body:#F0F2F5;
    --border-header:#EEEEEE;
    --menu-hover-bg:#CDEBFF;
    --red:#FF2840;
    --table-head-bg:#CDEBFF;
    --icon-edit:#D8FFE9;
    --edit-color:#17AD59;
    --trash-bg:#FFDBDF;
    --view-bg:#D9F0FF;
    --booking-bg:#D7EFFF;
    --booking-border:#6CB1DE;
    --income-bg:#EEFFF1;
    --income-icon:#1EC53E;
    --income-border:#86E298;
    --local-bg:#ECE3FF;
    --local-icon:#6836D0;
    --local-border:#AA8DE8;
    --outstation-bg:#FFF0EB;
    --outstation-icon:#FF6932;
    --outstation-border:#FFAC8F;
    --transfer-bg:#E8FBFF;
    --transfer-icon:#05B3DC;
    --transfer-border:#76D7EE;
    --self-drive-bg:#FBE8FF;
    --self-drive-icon:#AB42BF;
    --self-drive-border:#D395E0;
    --thead-bg:#CDEBFF;
    --font-family: "Poppins", sans-serif;
    /*colors */
    --clr-primary: #009821;

    /* transparent colours */
    --trans-clr-1: #00000057;

    /* Neutral Shades */
    /* White */
    --clr-netural-1: #ffffff;
    /* Very Light Gray */
    --clr-netural-2: #f7f8fa;
    /* Light Gray */
    --clr-netural-3: #e8eaed;
    /* Gray */
    --clr-netural-4: #777777;
    /* Dark Gray */
    --clr-netural-5: #494949;
    /* Black */
    --clr-netural-6: #000000;

    /* Green Shades */
    /* Very Light Green */
    --clr-green-1: #e8f5e9;
    /* Pale Green */
    --clr-green-2: #c8e6c9;
    /* Light Green */
    --clr-green-3: #a5d6a7;
    /* Medium Green */
    --clr-green-4: #81c784;
    /* Green */
    --clr-green-5: #66bb6a;
    /* Dark Green */
    --clr-green-6: #28a745;

    /* Red Shades */
    /* Very Light Red */
    --clr-red-1: #ffebee;
    /* Pale Red */
    --clr-red-2: #ffcdd2;
    /* Light Red */
    --clr-red-3: #ef9a9a;
    /* Medium Red */
    --clr-red-4: #e57373;
    /* Red */
    --clr-red-5: #ef5350;
    /* Dark Red */
    --clr-red-6: #721c24;

    /* Blue Shades */
    /* Very Light Blue */
    --clr-blue-1: #e3f2fd;
    /* Light Blue */
    --clr-blue-2: #bbdefb;
    /* Pale Blue */
    --clr-blue-3: #90caf9;
    /* Light Blue */
    --clr-blue-4: #64b5f6;
    /* Medium Blue */
    --clr-blue-5: #42a5f5;
    /* Dark Blue */
    --clr-blue-6: #0072bc;

    /* Yellow/Brown Shades */
    /* Very Light Yellow */
    --clr-yellow-4: #fff3cd;
    /* Pale Yellow */
    --clr-yellow-5: #ffeeba;
    /* Light Yellow */
    --clr-yellow-6: #fff59d;
    /* Medium Yellow */
    --clr-yellow-4: #ffee58;
    /* Yellow */
    --clr-yellow-5: #fdd835;
    /* Dark Yellow/Brown */
    --clr-yellow-6: #856404;

    /* Named Colors */
    /* White */
    --clr-white: var(--clr-netural-1);
    /* Light */
    --clr-light: var(--clr-netural-3);
    /* Gray */
    --clr-grey: var(--clr-netural-4);
    /* Dark Gray */
    --clr-dgrey: var(--clr-netural-5);
    /* Black */
    --clr-dark: var(--clr-netural-6);

    --clr-success-text: var(--clr-green-6);
    --clr-success-lighter-bg: var(--clr-green-2);
    --clr-success-light-bg: var(--clr-green-3);
    --clr-success-dark-bg: var(--clr-green-4);
    --clr-success-darker-bg: var(--clr-green-5);
    --clr-success-border: var(--clr-green-5);

    --clr-danger-text: var(--clr-red-6);
    --clr-danger-lighter-bg: var(--clr-red-2);
    --clr-danger-light-bg: var(--clr-red-3);
    --clr-danger-dark-bg: var(--clr-red-4);
    --clr-danger-darker-bg: var(--clr-red-5);
    --clr-danger-border: var(--clr-red-5);

    --clr-info-text: var(--clr-blue-6);
    --clr-info-lighter-bg: var(--clr-blue-2);
    --clr-info-light-bg: var(--clr-blue-3);
    --clr-info-dark-bg: var(--clr-blue-4);
    --clr-info-darker-bg: var(--clr-blue-5);
    --clr-info-border: var(--clr-blue-5);

    --clr-warning-text: var(--clr-yellow-6);
    --clr-warning-lighter-bg: var(--clr-yellow-5);
    --clr-warning-light-bg: var(--clr-yellow-6);
    --clr-warning-dark-bg: var(--clr-yellow-4);
    --clr-warning-darker-bg: var(--clr-yellow-5);
    --clr-warning-border: var(--clr-yellow-5);


    --shadow-1: 10px 0px 11px -2px var(--clr-primary);
    --shadow-2: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
    --shadow-3: 0 2px 5px rgba(0, 0, 0, 0.1);

    --border-1: 1px solid #ccc;
    --border-2: 1px solid #ddd;

    --border-clr-1: rgba(0, 0, 0, 0.25);

    /* Transitions */
    --trns-duration: 0.3s;
    --trns-ease: ease-in-out;

    /* Animations */
    --animation-fade-in: tnv-fade-in 0.5s forwards;
    --animation-parallax: tnv-parallax 1s forwards;
    --animation-spin: tnv-spin 1.5s linear infinite;
}



/* Keyframe animations can be defined below */
@keyframes tnv-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes tnv-parallax {

    /* Example keyframes for parallax effect */
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes tnv-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background: var(--clr-netural-3);
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family);
}

h1,
.h1 {
    font-size: 1.2rem;
    font-weight: 600;
}

h2,
.h2 {
    font-size: 1.1rem;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 1rem;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 1rem;
    font-weight: 600;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    line-height: 160%;

}

p,
label,
input,
textarea,
button,
li {
    font-family: var(--font-family);
    font-size: 0.9rem;

}
.login-form .input-group .form-control:focus {
    border-color: var(--primary) !important;
}

ul,
ol {
    list-style: none;
}
a{
    font-size:0.9rem;
    color: var(--primary)
}
a,
a:hover {
    text-decoration: none;
    font-family: var(--font-family);
}

img,
a img {
    border: none;
    outline: none;
    max-width: 100%;
    display: block;
    height: auto;
}

.white {
    color: var(--white);
}

.blue {
    color: var(--primary-color);
}

.gray {
    color: var(--gray);
}

.red {
    color: var(--red);
}
.red-bg{
    background:var(--red) !important;
}
.green {
    color: var(--green);
}

.bg-transparent {
    background-color: transparent;
}
.btn-custom{
    background: var(--primary);
    padding: 13px 40px;
    border-radius: 5px;
    border: none;
    color: var(--white);
    font-weight: 500;
    font-family:var(--font-family);
    text-align: center;
    font-size: 1rem;
}
.btn-custom:hover {
    background-color: var(--gray);
}

.main-content {
    display: flex;
    /* position: fixed; */
    width: 100%;
    height: 100vh;
     overflow: hidden;
}

.main-content::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.main-content::-webkit-scrollbar-thumb {
    background-color: var(--clr-netural-1);
    border: 2px solid transparent;
}

/** colour classess */
.colour-danger {
    color: var(--clr-red-5) !important;
}
.footer {
    border-top: 1px solid var(--border-header);
    border-left: 1px solid var(--border-header);
    padding: 10px 20px;
    background: var(--white);
    /* margin-top:20px */
}
.footer p.mb-0 {
    line-height: 30px;
}
.modal-open .modal-backdrop.fade.show {
    display: none;
}
select:disabled, input:disabled {
    opacity: 1;
    background: #eee !important;
}
.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd;
    background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20%206L9%2017L4%2012%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E) !important;
    background-size: 18px auto !important;
    background-position: center center !important;
}