﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

b, strong {
    font-weight: 600 !important;
}

hr {
    border-style: inset !important;
    border-width: 1px !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

w-35 {
    width: 35% !important;
}


w-40 {
    width: 40% !important;
}



body {
    height: 100%;
    background: white !important;
}
/* .container {
  width: 100%;
  min-height: 100vh;
  background: #efefef;
} */

.navigation {
    margin-bottom: 14rem;
    height: 100vh;
} 

.navigation.active {
    width: 100px;
 
}

.toggle {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .toggle::before {
        content: '';
        position: absolute;
        width: 25px;
        height: 3px;
        border-radius: 3px;
        background: #287bff;
        transform: translateY(-5px);
        transition: 1s;
    }

    .toggle::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 3px;
        border-radius: 3px;
        background: #287bff;
        transform: translateY(5px);
        transition: 1s;
    }

.navigation.active .toggle::before {
    transform: translateY(0px) rotate(-405deg);
}

.navigation.active .toggle::after {
    transform: translateY(0px) rotate(225deg);
}

.navigation ul {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}

    .navigation ul li {
        position: relative;
        list-style: none;
        width: 100%;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        margin-bottom: 2px;
    }

        .dropbtn:hover,
        .navigation ul li a:hover {
            background: #fff !important;
            color: #222 !important;
            transition: 0.3s;
            border-radius: 30px 0px 0px 30px;
        }
        /*.navigation ul li a:hover {
            color: #fff;          
        }*/

        .navigation ul li:nth-child(1) {
            top: 0px;
            margin-bottom: 60px;
            background: none;
        }

        /* .navigation ul li:not(:first-child):hover::before {
            content: '';
            position: absolute;
            top: -20px;
            right: 0;
            width: 20px;
            height: 20px;
            background: transparent;
            border-bottom-right-radius: 20px;
            box-shadow: 7.5px 7.5px 0 7.5px #fff;
        }

        .navigation ul li:not(:first-child):hover::after {
            content: '';
            position: absolute;
            bottom: -20px;
            right: 0;
            width: 20px;
            height: 20px;
            background: transparent;
            border-top-right-radius: 20px;
            box-shadow: 7.5px -7.5px 0 7.5px #fff;
        }*/

        .navigation ul li a {
            position: relative;
            display: flex;
            width: 100%;
            text-decoration: none;
            color: #fff !important;
            transition: background .3s ease-out, -webkit-box-shadow .3s ease-out;
            will-change: background;
            border-radius: 30px 0px 0px 30px;
        }

        .navigation ul li:hover:not(:first-child) a {
            color: #000;
        }

        .navigation ul li a .icon {
            position: relative;
            display: block;
            min-width: 20px;
            height: 0px;
            /* line-height: 75px; */
            line-height: 35px;
            text-align: center;
        }

            .navigation ul li a .icon ion-icon {
                font-size: 1.75rem;
            }

        .navigation ul li a .title {
            position: relative;
            display: block;
            padding: 5px 6px;
            height: auto;
            /* line-height: 36px; */
            text-align: start;
            font-size: 15px;
            /* white-space: nowrap;*/
        }

/* navbar css  */
.navbar-expand-lg {
    z-index: 11;
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0;
    height: 50px;
}

    .navbar-expand-lg .profile-navbar {
        right: 20px;
    }

.w-40 {
    width: 40px;
}

/* __________ */

.sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 0;
    background: linear-gradient(181deg, #0089d4, #053987);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

    .sidebar a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        /* font-size: 25px; */
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

    .sidebar .closebtn {
        /* position: absolute;
        right: 10px;
        font-size: 16px;
        margin-left: 0px;
        bottom: 10px;
        background: white;
        font-weight: 700;
        border-radius: 50%;
        color: #7f0707 !important;
        padding: 0px 7px 0px 7px;
        text-align: center;
        display: table;*/
        position: fixed;
        left: 220px;
        font-size: 16px;
        margin-left: 0px;
        bottom: 10px;
        background: white;
        font-weight: 700;
        border-radius: 50%;
        color: #7f0707 !important;
        padding: 0px 7px 0px 7px;
        text-align: center;
        display: table;
    }

.openbtn {
    font-size: 30px;
    cursor: pointer;
    /* background-color: #111; */
    color: white;
    padding: 0px 0px;
    border: none;
    transition: 0.5s;
}
/*   
  .openbtn:hover {
    background-color: #444;
  } */

#main {
    transition: margin-left .5s;
    padding: 30px 0px;
    margin-left: 240px;
    min-height: 90vh;
}

.modal-cross {
    color: white;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 10;
}

    .dropdown-menu li {
        display: block;
        margin-bottom: 0px;
    }

        .dropdown-menu li a,
        .dropdown-menu li span {
            color: #101010;
            text-decoration: none;
            display: block;
            cursor: pointer;
            font-size: 14px;
        }

            .dropdown-menu li a:hover {
                background-color: #f1f1f1;
            }

        .dropdown-menu li label {
            font-size: 14px;
            margin-bottom: 5px;
        }

        .dropdown-menu li form form-check-input {
            margin-right: 0;
        }

        .dropdown-menu li form form-check-label {
            font-size: 14px;
        }


    .dropdown-menu .dropdown-item-status {
        padding: 4px 16px;
        cursor: default !important;
    }

        .dropdown-menu .dropdown-item-status .form .form-check-input {
            margin-right: 0px;
        }

        .dropdown-menu .dropdown-item-status .form .form-check-label {
            cursor: pointer;
        }

    .dropdown-menu.active {
        display: contents;
    }

/*.dropdown li a {
    font-size: 18px;
}*/

.btn-comn {
    background: linear-gradient(45deg, #198754, #0d5734);
    border: none;
    border-radius: 4px;
    color: white;
    padding: 6px 14px;
    font-size: 14px;
}

.btn-select-coach {
    font-size: 11px;
    background: linear-gradient(45deg, var(--bs-primary), #5e93e1);
    border: none;
    border-radius: 4px;
    color: white;
    padding: 4px 10px;
}
/*TODO: This is NO GO!, there are classes available in BS, don't just create your own */
/*label {
    margin-bottom: 5px;
}*/

.form-control {
    background-color: #ffffff !important;
}

.form-heading {
    background: #4682B4;
    border-radius: 4px;
}


.comn-card-bg {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: white;
    border-radius: 4px;
}

.nav-link {
    display: block;
    padding: 0rem;
}

.comn-btn-bg {
    background-color: #0d468b;
    border-radius: 6px;
    color: white;
}

.comn-btn-bg-header {
    background-color: #ffffff;
    border-radius: 6px;
    color: #4682B4;
    font-weight: 600;
    text-decoration: none;
    padding: 3px 5px;
}

.comn-form-heading-bg {
    background: #4682B4;
    color: white;
    border-radius: 4px 4px 0px 0px;
    font-weight: 500;
}

    .comn-form-heading-bg h4 {
        font-size: 20px;
        margin-bottom: 0;
        padding: 10px;
    }

.btn-seat {
    padding: 0.375rem .75rem;
    font-size: 14px;
    /* border-radius: 2.25rem; */
    border: none;
    color: white;
}

.card-form {
    border-radius: 4px;
}

input [type="date"], input [type="number"] {
    background: #ededed;
    border: none;
    padding-left: 10px;
    height: 35px;
}

InputText [type="date"], input [type="number"] {
    background: #ededed;
    border: none;
    padding-left: 10px;
    height: 35px;
}
/*.form-heading {
    background: #4682B4;
}*/

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropbtndd,
.dropbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 15px;
    color: white;
    background-color: #0276C2;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 350px;
    text-align: start;
}
    .dropbtn:hover{
        background-color:white;
    }
        .dropbtndd:hover, .dropbtn:hover .dropdown-content {
            background-color: white;
        }
/*  .dropbtn:hover {
        background-color: #ffffff;
        color: #4682B4;
        border-radius: 20px;
    }*/
/* .dropbtn:focus {
        background-color: #365fa1;
    }*/
.dropdown-contentdd,
.dropdown-content {
    display: none;
    position: relative;
    left: 10px;
    width: 100%;
    z-index: 1;
}

    .dropdown-contentdd a,
    .dropdown-content a {
        color: white;
        padding: 12px 0px 12px 10px;
        margin-bottom: 2px;
        text-decoration: none;
        font-size: 15px;
        display: block;
        transition: background-color 0.3s ease;
    }

        .dropdown-contentdd a:hover,
        .dropdown-content a:hover {
            background-color: #ffffff;
            color: #4682B4;
        }

    .dropdown-contentdd.show,
    .dropdown-content.show {
        display: block;
    }


.show {
    display: block;
}

select {
    word-wrap: normal;
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

input[type=date], input[type=number], input[type=text], input[type=tel], InputText, InputNumber, InputDate {
    width: 100%;
    background: #ffffff;
    border: none;
    height: 38px;
    padding: 5px;
    border: 1px solid #ced4da;
    color: #333;
    border-radius: 4px;
    font-size: 14px;
}

.input-fieldroom, InputText-fieldroom {
    width: 50%;
    background: #ffffff;
    border: none;
    height: 35px;
    padding: 5px;
    border: 1px solid #ced4da;
    color: #737977;
}

.Pending-container {
    width: 300px;
    height: 50%;
    border: 2px solid black;
}

.booking-headings {
    display: inline;
    align-items: center;
    background-color: #0d6efd;
}

.coach-header {
    text-align: center;
}

.traveller-container {
    margin-bottom: 20px;
}

.traveller-details {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
}

    .traveller-details p {
        margin: 5px 0;
    }

        .traveller-details p strong {
            font-weight: bold;
        }

.section-container {
    margin-bottom: 20px;
}

.item {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    cursor: pointer; /* Add pointer cursor for clickable items */
}

    .item:hover {
        background-color: #e9e9e9; /* Change background color on hover */
    }

.scrollable-list {
    max-height: 400px; /* Fixed height */
    overflow-y: auto; /* Scroll if content overflows */
    scrollbar-width: thin;
}

.person-name {
    cursor: pointer;
}

    .person-name:hover {
        text-decoration: underline;
    }

.coach-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.seat {
    width: 40px;
    height: 40px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid black;
}

    .seat.reserved {
        background-color: red;
    }

.fs-4 {
    font-size: 1rem !important;
}

.person-name {
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 0px 10px;
}

.form-select {
    width: 100%;
}

.box-container {
    display: inline-block;
    margin: 5px;
    border: 1px solid black;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

    .box-container input[type="checkbox"] {
        display: none;
    }

        .box-container input[type="checkbox"]:checked + label {
            background-color: lightblue;
        }

.traveller-details.selected {
    background-color: lightblue;
}

.box-container input[type="checkbox"]:checked {
    background-color: lightgreen;
}

.traveller-tooltip {
    position: absolute;
    display: none;
    background-color: #ddd;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1;
}

.box-container:hover .traveller-tooltip {
    display: block;
    position: inherit; /* Show tooltip on hover */
    display: block;
}

.checkbox-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkbox-item {
    /*margin-right: 10px;*/ /* Adjust margin as needed */
    position: relative;
    display: flex;
    width: 120px;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .checkbox-item .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: black;
        color: #fff;
        /* text-align: center; */
        border-radius: 6px;
        padding: 5px 6px;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -60px;
        font-size: 14px;
    }

    .checkbox-item:hover .tooltiptext {
        visibility: visible;
    }

/*.checkbox-item:hover .tooltip {
    visibility: visible;
    opacity: 1;
    position:relative;
}*/

[data-checkbox]:checked:after {
    display: none;
}

.traveller-details span {
    display: inline-block;
    margin-right: 10px;
}

.custom-checkbox-men {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

    .custom-checkbox-men::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: white;
        transition: background-color 0.3s;
    }

    .custom-checkbox-men:checked::before {
        background-color: #4caf50;
    }

.custom-checkbox-women {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

    .custom-checkbox-women::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: white;
        transition: background-color 0.3s;
    }

    .custom-checkbox-women:checked::before {
        background-color: hotpink;
    }





/*
        train containers
    */

.button-container {
    display: flex;
    flex-wrap: wrap;
}


.seat-button-male {
    width: 60px;
    height: 30px;
    margin: 0px;
    border: 1px solid #c9d3e7;
    text-align: center;
    vertical-align: middle;
    background-color: blue;
    font-size: 12px;
    color: white;
}

.seat-button-female {
    width: 60px;
    height: 30px;
    margin: 0px;
    border: 1px solid #c9d3e7;
    text-align: center;
    vertical-align: middle;
    background-color: #d33b87;
    font-size: 12px;
    color: white;
}

.seat-button-empty {
    width: 60px;
    height: 30px;
    margin: 0px;
    border: 1px solid #c9d3e7;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    font-size: 12px;
}


.seat-button-booked {
    background-color: #ccc;
    cursor: not-allowed;
}

.seat-button-reserved {
    width: 60px;
    height: 30px;
    margin: 0px;
    border: 1px solid #c9d3e7;
    text-align: center;
    vertical-align: middle;
    background-color: #eb0000;
    font-size: 12px;
    color: white;
}

.traveller-table {
    width: 100%;
    border-collapse: collapse;
}

    .traveller-table th,
    .traveller-table td {
        padding: 10px;
        border: 1px solid #ddd;
        text-align: left;
    }

    .traveller-table thead th {
        background-color: #f2f2f2;
        font-weight: 500;
        font-size: 14px;
    }

.selected-row {
    background-color: lightblue;
}

.canceled-row {
    background-color: palevioletred;
}

.replaced-row {
    background-color: goldenrod;
}

.traveller-table td {
    cursor: pointer;
    font-size: 14px;
}

.login-bg {
    background-image: url('../temple-img.png');
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .login-bg::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #1515154f;
    }

.login-frm {
    /* position: absolute !important;
    top: 25%;
    left: 10%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border: 1px solid rgba(255, 255, 255, 0.43);*/
    position: absolute !important;
    top: 0%;
    left: 0%;
    background: rgb(161 161 163 / 26%);
    border-radius: 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(6.5px);
    height: 100vh;
    border: 1px solid rgba(255, 255, 255, 0.43);
}

.login-input {
    border: none;
    outline: none;
    /* border-bottom: 2px solid #4682B4;*/
    background: white;
    border-radius: 10px;
    box-shadow: none;
    width: 100% !important;
}

.login-frm p {
    color: #fcbc03;
    font-weight: 700;
    font-size: 17px;
    word-break: break-all;
    width: 79%;
    text-align: center;
    left: 60px;
    position: relative;
}

.login-frm h6 {
    color: /*#ff8416*/;
    color: #fcbc03;
    font-weight: 700;
    font-size: 3rem;
}


/*active navlink*/

.nav-link.active {
    background-color: white;
    color: black !important;
    font-weight: 600;
    border-radius: 30px 0px 0px 30px;
    transition: all 0.3s;
}

.head-dropdown {
    position: relative;
    background: #4682B4;
    top: 35%;
    border-radius: 10px;
    line-height: 2;
    padding: 7px 15px;
}

.card-rule-txt {
    font-size: 16px;
}

.color-box-red {
    background-color: red;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 2px;
}

.color-box-pink {
    background-color: #d33b87;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 2px;
}

.color-box-blue {
    background-color: blue;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 2px;
}

.color-box-pink {
    background-color: #d33b87;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 2px;
}

.color-box-lightgreen {
    background-color: #318331;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 2px;
}

.reserve-seat {
    font-size: 14px;
}
/*tr:nth-child(even) {
    background-color: #f2f2f2;
}*/
.home-block-heading {
    background: #be161e;
}

.bx {
    color: white;
}

.add-train-icon {
    line-height: 2 !important;
    font-size: 20px;
}

.card-rule-txt {
    background: #e5e5e5;
    height: 315px;
}

.frm-inputboxd {
    border: 1px solid #ced4da;
    height: 35px;
}
/*header dropdown */

.dropbtn1 {
    background-color: #04aa6d00;
    color: white;
    padding: 6px;
    font-size: 16px;
    border: none;
    margin-top: -25px;
    display: flex;
}

.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    top: 26px;
}

    .dropdown-content1 a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content1 a:hover {
            background-color: #ddd;
        }

.dropdown1:hover .dropdown-content1 {
    display: block;
}

/*room container*/


.add-room-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

/*.form-group {
    margin-right: 10px;
}*/

.room-container .row {
    display: flex;
    flex-wrap: wrap;
}

    .room-container .row .form-group {
        margin-right: 10px;
        margin-bottom: 10px;
    }


.room-inputs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}


.room-inputs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.room-input-wrapper {
    display: flex;
    align-items: center;
    /* margin-right: 10px;*/
    margin-bottom: 10px;
}

.remove-room-btn {
    background-color: #4682B4;
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    margin-left: 6px;
    margin-right: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 0;
}


.logo-nav {
    width: 160px;
    height: auto;
    margin-left: 25px;
}


/*registration form */
input[type=file] {
    border: 1px solid #ced4da;
    width: 100%;
    padding: .25rem .75rem;
    border-radius: 5px;
}

fieldset {
    min-width: 0;
    padding: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
    border: 1px solid #4682B4;
    width: 100%;
}

legend {
    font-size: 1.5rem;
    padding-left: 20px;
    margin-top: -35px;
}

fieldset strong {
    font-weight: bolder;
    background: #ffffff;
    font-size: 20px;
    padding: 2px 4px;
}

fieldset input[type=number], fieldset input[type=text], fieldset input[type=tel] {
    width: 100%;
    border: none;
    height: 35px;
    padding: 5px;
    border: 1px solid #ced4da;
    color: #737977;
}

fieldset label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #4682B4;
}

.train-coach-bg {
    background: #e3e3e3;
    padding: 10px 0px 0px 10px;
    margin-top: 20px;
}

.yatri-form p {
    text-align: justify;
}

.mob-view-field {
    display: none;
}

@media print {
    yatra-main-card {
        margin: 2mm 2mm 2mm 2mm !important;
    }
}

/*registration form media(responsive) css */

@media (max-width:575px) and (min-width:320px) {
    .sevadar-title {
        font-size: 12px;
    }

    .yatri-form .form-group {
        margin-top: 0.5rem !important;
    }

    input[type=file],
    .form-control {
        font-size: 12px;
    }

    .btn-comn {
        padding: 5px 13px;
        font-size: 12px;
    }

    fieldset strong {
        font-size: 16px;
    }

    .form-group .registration-frm-address {
        display: block !important;
    }

        .form-group .registration-frm-address input {
            margin-left: 0px !important;
        }

    .yatri-form p {
        font-size: 12px;
        text-align: justify;
    }

    label {
        font-size: 14px;
    }

    fieldset label {
        font-size: 12px;
    }

    .desk-view-field {
        display: none;
    }

    .mob-view-field {
        display: block;
    }
}

.user-detail-sevadar {
    background: #e5e5e5;
    padding: 8px 10px;
}

.seatbooking-checkbox {
    height: 18px;
    width: 18px !important;
    margin-left: 10px;
}

.change-btn {
    font-size: 14px;
    padding: 3px 2px;
    border: none;
    color: #0095ff;
    border-radius: 5px;
    background: white;
}

.show-hotl {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

.yartiimg {
    height: 50px;
    width: 50px;
    display: block;
    margin: 0px auto;
}

.yatri-name {
    font-size: 12px;
    text-decoration: none;
    color: #333;
    text-align: CENTER;
    width: 100%;
    display: inline-block;
}

/*List check*/
.pending-check {
    border-radius: 20px;
    text-align: CENTER;
    border: solid thin #dd6d35;
    width: fit-content;
    height: fit-content;
}

    .pending-check .formpage-checkbox:checked {
        background-color: #dd6d35;
    }

    .pending-check .formpage-checkbox {
        border: 2px solid #dd6d35;
    }

        .pending-check .formpage-checkbox label {
            color: #8f4300;
        }

.submit-check {
    border-radius: 20px;
    text-align: CENTER;
    border: solid thin #198754;
    width: fit-content;
    height: fit-content;
}

    .submit-check .formpage-checkbox:checked {
        background-color: #198754;
    }

    .submit-check .formpage-checkbox {
        border: 2px solid #198754;
    }

        .submit-check .formpage-checkbox label {
            color: #198754;
        }

.verified-check {
    border-radius: 20px;
    text-align: CENTER;
    border: solid thin #266ac1;
    width: fit-content;
    height: fit-content;
}

    .verified-check .formpage-checkbox:checked {
        background-color: #266ac1;
    }

    .verified-check .formpage-checkbox {
        border: 2px solid #266ac1;
    }

        .verified-check .formpage-checkbox label {
            color: #266ac1;
        }

.extra-check {
    border-radius: 20px;
    text-align: CENTER;
    border: solid thin #cd9d0d;
    width: fit-content;
    height: fit-content;
}

    .extra-check .formpage-checkbox:checked {
        background-color: #cd9d0d;
    }

    .extra-check .formpage-checkbox {
        border: 2px solid #cd9d0d;
    }

        .extra-check .formpage-checkbox label {
            color: #cd9d0d;
        }

.trainallot-check {
    border-radius: 20px;
    text-align: CENTER;
    border: solid thin #4682B4;
    width: fit-content;
    height: fit-content;
}

    .trainallot-check .formpage-checkbox:checked {
        background-color: #4682B4;
    }

    .trainallot-check .formpage-checkbox {
        border: 2px solid #4682B4;
    }

        .trainallot-check .formpage-checkbox label {
            color: #4682B4;
        }

.hotelallot-check {
    border-radius: 20px;
    text-align: CENTER;
    border: solid thin #6610f2;
    width: fit-content;
    height: fit-content;
}

    .hotelallot-check .formpage-checkbox:checked {
        background-color: #6610f2;
    }

    .hotelallot-check .formpage-checkbox {
        border: 2px solid #6610f2;
    }

        .hotelallot-check .formpage-checkbox label {
            color: #6610f2;
        }

.showall-check {
    border-radius: 20px;
    text-align: CENTER;
    border: solid thin #dc3545;
    width: fit-content;
    height: fit-content;
}

    .showall-check .formpage-checkbox:checked {
        background-color: #dc3545;
    }

    .showall-check .formpage-checkbox {
        border: 2px solid #dc3545;
    }

        .showall-check .formpage-checkbox label {
            color: #dc3545;
        }

.formpage-checkbox-div .form-group {
    margin-top: 10px;
}

.status_box {
    font-size: 12px;
    background: #ccc;
    border-radius: 10px;
    text-align: center;
    width: auto;
    padding: 4px;
    color: #fff;
}

    .status_box.pending {
        background: #dd6d35;
    }

    .status_box.complete {
        background: #183918;
    }

    .status_box.verified {
        background: #266ac1;
    }

    .status_box.extraform {
        background: #cd9d0d;
    }

    .status_box.trainallot {
        background: #4682B4;
    }

    .status_box.hotelallot {
        background: #6610f2;
    }

    .status_box.cancel {
        background: #dc143c;
    }

.btn-child {
    background: linear-gradient(45deg, var(--bs-orange), #a5530e);
}

.btn-member {
    background: linear-gradient(45deg, var(--bs-red), #6f0e17);
}

.available-seat-color {
    background: #318331;
}

.sevadarheading h4 {
    background: #4682B4;
    margin-bottom: 0;
    font-size: 20px;
    padding: 10px;
    color: #fff;
}

.btn-td-userdetail {
    font-size: 12px;
}

.seatassign-bg {
    background: linear-gradient(45deg, #73161f, var(--bs-red));
}

.roomnum-bg {
    background: linear-gradient(45deg, var(--bs-primary), #033f99);
}

.table-f-14 thead tr th, .table-f-14 tbody tr td {
    font-size: 12px;
}


.waiting-indicator {
    position: fixed;
    top: 60%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: 9999; 
}


#dd2-icon {
    margin-left: -94px;
    padding-right: 7px;
}

.dashbrd-block span {
    font-size: 16px;
}

@media (max-width:1300px) and (min-width:992px) {
    .dashbrd-block span {
        font-size: 14px;
    }

    .dashbrd-block h5 {
        font-size: 16px;
    }
}

.red-color {
    color: #9a1539;
    font-weight: 600;
}

.yatra-detailsfroms .table-bordered > :not(caption) > * {
    border-width: 1px 0;
    border: 1px solid #9a1539;
}

.yatra-detailsfroms {
    color: #9a1539;
}

    .yatra-detailsfroms table {
        color: #9a1539;
        text-align: center;
    }

.comn-card-bg {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: white;
    border-radius: 4px;
}

.com-head {
    background-color: #f8f9fa;
    padding: 10px;
    margin-bottom: 20px;
}
.table{
    background: #ffffff;
}
.table th, .table td {
    vertical-align: middle;
    word-wrap: break-word;
}

.table .oi {
    cursor: pointer;
    color: #007bff;
}

.form-control {
    display: inline-block;
    margin-right: 10px;
}

/*.btn-primary {
    margin-right: 10px;
}*/

.form-check-input {
    margin-right: 5px;
}

.fas {
    margin-left: 5px;
    cursor: pointer;
}

.btn-success {
    margin-left: 10px;
}

/* Modal Styling */
.modal-header {
    background-color: #048ed7;
    color: white;
}



.close {
    color: white;
}



/*loader*/

.waiting-indicator {
    float: right;
    position: fixed;
    right: 30px;
    bottom: 40px;
    padding: 10px 80px
}

#dd2-icon {
    margin-left: -94px;
    padding-right: 7px;
}

.dashbrd-block span {
    font-size: 16px;
}


.errormessage {
    color: red;
    font-size: 0.8rem;
}

.btn-action-round {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.send-button {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .send-button:hover {
        background-color: #0056b3;
    }

    .send-button:active {
        background-color: #004085;
    }

.InputText-class {
    width: 100%;
    background: #ffffff;
    border: none;
    height: 38px;
    padding: 5px;
    border: 1px solid #ced4da;
    color: #333;
    border-radius: 4px;
    font-size: 14px;
}

[data-tooltip] {
    position: relative;
    cursor: pointer;
}

    [data-tooltip]::before,
    [data-tooltip]::after {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s;
    }

    [data-tooltip]::before {
        content: attr(data-tooltip);
        position: absolute;
        top: -1.5em;
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: #fff;
        padding: 0.5em;
        border-radius: 0.25em;
        white-space: nowrap;
        font-size: 0.75em;
        z-index: 1000;
    }



    [data-tooltip]:hover::before,
    [data-tooltip]:hover::after {
        visibility: visible;
        opacity: 1;
    }

.input-fieldroom, .InputText-class-fieldroom {
    width: 50%;
    background: #ffffff;
    border: none;
    height: 35px;
    padding: 5px;
    border: 1px solid #ced4da;
    color: #737977;
}

.modal {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}



.modal-content-self {
    background-color: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    position: relative;
    max-width: 100%;
}

.modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #048ed7;
    color: white;
}

    .modal-header .close {
        background: none;
        border: none;
        font-size: 1.5rem;
        line-height: 1;
        color: #000;
        cursor: pointer;
    }


.table .oi {
    cursor: pointer;
    color: #007bff;
}




.close {
    background-color: #048ed7;
    color: white;
    border: none;
}

.assign-modal-body {
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.chat-message-body {
    background-color: #d1e7dd;
    border-radius: 0;
    height: 500px;
}

    .chat-message-body .load-more {
        margin-top: -20px;
        margin-bottom: 10px;
    }

.chat-message-container {
    display: flex;
    flex-direction: column;
    max-width: 60%;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

    .chat-message-container.left {
        align-self: flex-start;
        background-color: #eee; /* Light yellow */
    }

    .chat-message-container.right {
        align-self: flex-end;
        background-color: #fff; /* Light green */
    }

    .chat-message-container.center {
        align-self: center;
        background-color: #fff /* Light green */
    }

.sender-name {
    font-size: 12px;
    margin: 0;
    color: #494949;
    font-weight: bold;
}

.message-text {
    font-size: 16px;
    margin: 5px 0 0 0;
    color: #333;
}

.message-timestamp {
    text-align: end;
    font-size: 10px;
    margin: 0;
}

.chat-message-container.right .sender-name {
    text-align: right;
}
.custom-cursor {
    cursor: pointer; /* This will show the hand cursor */
}
.chat-message-container.right .message-text {
    text-align: right;
}

.chat-footer {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

.message-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    margin-right: 10px;
    outline: none;
    transition: border-color 0.3s ease;
}

    .message-input:focus {
        border-color: #007bff;
    }

.exist-message {
    color: red;
}

.pagination .page-item.disabled .page-link {
    pointer-events: none;
    opacity: 0.6;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    z-index:1;
}
.active {
    z-index: 1;
}
.dropdown-container {
    position: relative;
    display: inline-block;
}

.small-dropdown {
    width: 100px;
    height: 30px;
    font-size: 12px;
    padding: 5px 30px 5px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dropdown-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 10px;
    color: #333;
}




/*.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}*/

.dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #aaa;
}

.form-control.input-field {
    padding-right: 30px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.custom-modal {
    background-color: #fff;
    border-radius: 8px;
    /*    padding: 20px;*/
    max-width: 800px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin-left: 400px;
    margin-top: 125px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.modal-title {
    margin: 0;
    margin-left: 0px;
}


.close {
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.address-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-group label {
    font-weight: bold;
}

.form-control, .form-check-input {
    border-radius: 2px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-label {
    margin-left: 0.5rem;
}

/*.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
}*/

.add-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .add-icon:hover {
        background-color: #0056b3;
    }

/*Orders Page*/
/* Layout */
.layout {
    display: flex;
}

.sidebar {
    width: 250px;
    background-color: #f8f8f8;
    padding: 20px;
}

.main-content {
    flex-grow: 1;
    padding: 20px;
}

/* Header */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header-content {
    display: flex;
    align-items: center;
}

.search-bar {
    max-width: 100px;
    float: right;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

    .search-bar input {
        padding: 5px;
        margin-right: 10px;
    }

.header-actions {
    display: flex;
}

.action-button {
    margin-left: 10px;
    padding: 5px 10px;
    background-color: #e0e0e0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.connect-wallet {
    background-color: #048ed7;
    color: white;
}

/* Metrics */
.metrics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.metric {
    width: 24%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .metric h2 {
        margin-bottom: 10px;
    }

    .metric p {
        font-size: 24px;
        margin: 0;
    }

    .metric span {
        color: #048ed7;
    }

/* Tabs */
.tabs {
    display: flex;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.tab {
    padding: 6px 13px;
    border: none;
    cursor: pointer;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-right: 10px;
}

.tab-search {
    padding: 6px 13px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tab.active {
    background-color: #048ed7;
    color: white;
}

/* Table */
.orders-table {
    width: 100%;
    border-collapse: collapse;
}

    .orders-table th, .orders-table td {
        padding: 15px;
        text-align: left;
    }

    .orders-table th {
        background-color: #f8f8f8;
    }

    .orders-table tr:nth-child(even) {
        background-color: #f8f8f8;
    }

.status.to-process {
    padding: 5px 10px;
    border-radius: 5px;
}

.status.on-delivery {
    background-color: #9c27b0;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-button {
    padding: 10px 15px;
    margin: 0 5px;
    border: none;
    background-color: #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
}

    .page-button.active {
        background-color: #048ed7;
        color: white;
        z-index:1;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal {
    background-color: white;
    width: 60%;
    max-width: 800px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    margin-left: 30%;
    margin-top: 5%;
    overflow-y: auto;
}

/*.modal-header, .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}*/


/*.modal-footer {
    border-top: 1px solid #dee2e6;
}*/



.close {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    cursor: pointer;
}



[data-tooltip] {
    position: relative;
    cursor: pointer;
}

    [data-tooltip]::before,
    [data-tooltip]::after {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s;
    }

    [data-tooltip]::before {
        content: attr(data-tooltip);
        position: absolute;
        top: -1.5em;
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: #fff;
        padding: 0.5em;
        border-radius: 0.25em;
        white-space: nowrap;
        font-size: 0.75em;
        z-index: 1000;
    }



    [data-tooltip]:hover::before,
    [data-tooltip]:hover::after {
        visibility: visible;
        opacity: 1;
    }

/*View Order*/
.form-control.input-field {
    padding-right: 30px;
}

/*Product List*/
.search-bar {
    width: 100%;
    border: none;
    padding: 8px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.pagination .page-item.disabled .page-link {
    pointer-events: none;
    opacity: 0.6;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    z-index:1;
}


.dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #aaa;
}

.form-control.input-field {
    padding-right: 30px;
}

/*Upsert Brand*/
.btn-comn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

    .btn-comn:hover {
        background-color: #0056b3;
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    background-color: #28a745;
    border: none;
    color: white;
}

.btn-danger.btn-circle {
    background-color: #dc3545;
    width: 80px;
}

.btn-danger.btn-circlee {
    width: 35px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    background-color: #dc3545;
    border: none;
    color: white;
}

.btn-circle:hover {
    background-color: #218838;
}

.btn-danger.btn-circle:hover {
    background-color: #c82333;
}

/*Customer List*/
.search-bar {
    width: 100%;
    border: none;
    padding: 8px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.pagination .page-item.disabled .page-link {
    pointer-events: none;
    opacity: 0.6;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    z-index: 1;
}

.modal {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
/*
.modal-dialog {
    margin: 15% auto;
    max-width: 500px;
}*/

/*.modal-content {
    background-color: #fff;
    width: 140%;
    border-radius: 0.3rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    position: relative;
}*/

.modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .modal-header .close {
        background: none;
        border: none;
        font-size: 1.5rem;
        line-height: 1;
        color: #000;
        cursor: pointer;
    }


.table .oi {
    cursor: pointer;
    color: #007bff;
}



/* Modal Styling */
.modal-header {
    background-color: #048ed7;
    color: white;
}


.close {
    background-color: #048ed7;
    color: white;
    border: none;
}

.sender-name {
    font-size: 12px;
    margin: 0;
    color: #555;
    font-weight: bold;
}

.message-text {
    font-size: 16px;
    margin: 5px 0 0 0;
    color: #333;
}

.chat-message-container.right .sender-name {
    text-align: right;
}

.chat-message-container.right .message-text {
    text-align: right;
}

.chat-footer {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

.message-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    margin-right: 10px;
    outline: none;
    transition: border-color 0.3s ease;
}

    .message-input:focus {
        border-color: #007bff;
    }

.send-button {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .send-button:hover {
        background-color: #0056b3;
    }

    .send-button:active {
        background-color: #004085;
    }

/*View Customer*/
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content {
    display: flex;
    align-items: center;
}

.search-bar {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

    .search-bar input {
        padding: 5px;
        margin-right: 10px;
    }

.header-actions {
    display: flex;
}


.tab {
    padding: 6px 13px;
    border: none;
    cursor: pointer;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-right: 10px;
}

    .tab.active {
        background-color: #048ed7;
        color: white;
    }

/* Table */
.orders-table {
    width: 100%;
    border-collapse: collapse;
}

    .orders-table th, .orders-table td {
        padding: 15px;
        text-align: left;
    }

    .orders-table th {
        background-color: #f8f8f8;
    }

    .orders-table tr:nth-child(even) {
        background-color: #f8f8f8;
    }

.status.to-process {
    padding: 5px 10px;
    border-radius: 5px;
}

.status.on-delivery {
    background-color: #9c27b0;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

/*Return Products*/
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.modal {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

/*.modal-dialog {
    margin: 15% auto;
    max-width: 500px;
}*/

/*.modal-content {
    background-color: #fff;
    width: 140%;
    border-radius: 0.3rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    position: relative;
}*/

.modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .modal-header .close {
        background: none;
        border: none;
        font-size: 1.5rem;
        line-height: 1;
        color: #000;
        cursor: pointer;
    }


.table .oi {
    cursor: pointer;
    color: #007bff;
}



/* Modal Styling */
.modal-header {
    background-color: #048ed7;
    color: white;
}



.close {
    background-color: #048ed7;
    color: white;
    border: none;
}


body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

/* Object Lists */
.object-lists {
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.object-list {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.object-header {
    padding: 5px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}

    .object-header h3 {
        margin: 0;
        font-size: 16px;
        color: #333;
    }

.object-content {
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th, td {
    padding: 5px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
    color: #494949;
    font-size: 16px;
    font-weight: 500;
}

td {
    background-color: #fff;
}

.action-btn {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.9em;
}

    .action-btn:hover {
        background-color: #0056b3;
    }

.search-bar {
    width: 100%;
    border: none;
    padding: 8px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.pagination .page-item.disabled .page-link {
    pointer-events: none;
    opacity: 0.6;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    z-index: 1;
}

/*Upsert Staff*/
.modal {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

/*.modal-dialog {
    margin: 15% auto;
    max-width: 500px;
}*/

/*.modal-content {
    background-color: #fff;
    width: 140%;
    border-radius: 0.3rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    position: relative;
}*/

.modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .modal-header .close {
        background: none;
        border: none;
        font-size: 1.5rem;
        line-height: 1;
        color: #000;
        cursor: pointer;
    }


.table .oi {
    cursor: pointer;
    color: #007bff;
}



/* Modal Styling */
.modal-header {
    background-color: #048ed7;
    color: white;
}



.close {
    background-color: #048ed7;
    color: white;
    border: none;
}

.modal-body {
    display: flex;
    flex-direction: column;
    padding: 20px;
    /*overflow-y: auto;*/
    display: flex;
    /*max-height: 60vh*/
}

.dropdown-container {
    position: relative;
    width: 100%
}

.dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #aaa;
}

.form-control.input-field {
    padding-right: 30px;
}

li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}


.checkbox-container input[type="checkbox"]:checked {
    background-color: #0089d4;
    border-color: #0089d4;
}

    .checkbox-container input[type="checkbox"]:checked::after {
        content: "\2713";
        color: white;
        font-size: 14px;
        position: absolute;
    }

.checkbox-container label {
    margin-left: 8px;
    color: #666;
    font-weight: 400;
}

.checkbox-container input[type="checkbox"]:hover {
    border-color: #0089d4;
}

.checkbox-container input[type="checkbox"]:active {
    border-color: #0089d4;
    background-color: #fff;
}

.checkbox-container input[type="checkbox"]:checked + label {
    color: #333;
}

.checkbox-container.parent-category {
    margin-bottom: 20px;
    margin-top: 25px;
}

    .checkbox-container.parent-category + .subcategory-container {
        border-bottom: 1px solid #ccc;
        margin-top: 10px;
    }

.subcategory-container {
    margin-top: 0;
}

.subcategory-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 30px;
}

.switch {
    /* switch */
    --switch-width: 46px;
    --switch-height: 24px;
    --switch-bg: rgb(131, 131, 131);
    --switch-checked-bg: rgb(0, 218, 80);
    --switch-offset: calc((var(--switch-height) - var(--circle-diameter)) / 2);
    --switch-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
    /* circle */
    --circle-diameter: 18px;
    --circle-bg: #fff;
    --circle-shadow: 1px 1px 2px rgba(146, 146, 146, 0.45);
    --circle-checked-shadow: -1px 1px 2px rgba(163, 163, 163, 0.45);
    --circle-transition: var(--switch-transition);
    /* icon */
    --icon-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
    --icon-cross-color: var(--switch-bg);
    --icon-cross-size: 6px;
    --icon-checkmark-color: var(--switch-checked-bg);
    --icon-checkmark-size: 10px;
    /* effect line */
    --effect-width: calc(var(--circle-diameter) / 2);
    --effect-height: calc(var(--effect-width) / 2 - 1px);
    --effect-bg: var(--circle-bg);
    --effect-border-radius: 1px;
    --effect-transition: all .2s ease-in-out;
}

    .switch input {
        display: none;
    }

.switch {
    display: inline-block;
}

    .switch svg {
        -webkit-transition: var(--icon-transition);
        -o-transition: var(--icon-transition);
        transition: var(--icon-transition);
        position: absolute;
        height: auto;
    }

    .switch .checkmark {
        width: var(--icon-checkmark-size);
        color: var(--icon-checkmark-color);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .switch .cross {
        width: var(--icon-cross-size);
        color: var(--icon-cross-color);
    }

.slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: var(--switch-width);
    height: var(--switch-height);
    background: var(--switch-bg);
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: var(--switch-transition);
    -o-transition: var(--switch-transition);
    transition: var(--switch-transition);
    cursor: pointer;
}

.circle {
    width: var(--circle-diameter);
    height: var(--circle-diameter);
    background: var(--circle-bg);
    border-radius: inherit;
    -webkit-box-shadow: var(--circle-shadow);
    box-shadow: var(--circle-shadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--circle-transition);
    -o-transition: var(--circle-transition);
    transition: var(--circle-transition);
    z-index: 1;
    position: absolute;
    left: var(--switch-offset);
}

.slider::before {
    content: "";
    position: absolute;
    width: var(--effect-width);
    height: var(--effect-height);
    left: calc(var(--switch-offset) + (var(--effect-width) / 2));
    background: var(--effect-bg);
    border-radius: var(--effect-border-radius);
    -webkit-transition: var(--effect-transition);
    -o-transition: var(--effect-transition);
    transition: var(--effect-transition);
}

/* actions */

.switch input:checked + .slider {
    background: var(--switch-checked-bg);
}

    .switch input:checked + .slider .checkmark {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .switch input:checked + .slider .cross {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .switch input:checked + .slider::before {
        left: calc(100% - var(--effect-width) - (var(--effect-width) / 2) - var(--switch-offset));
    }

    .switch input:checked + .slider .circle {
        left: calc(100% - var(--circle-diameter) - var(--switch-offset));
        -webkit-box-shadow: var(--circle-checked-shadow);
        box-shadow: var(--circle-checked-shadow);
    }


/*checkboxes*/
.checkbox-wrapper:hover .check {
    stroke-dashoffset: 0;
}

.checkbox-wrapper {
    position: relative;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
}

    .checkbox-wrapper .background {
        fill: rgb(150, 150, 150);
        transition: ease all 0.6s;
        -webkit-transition: ease all 0.6s;
    }

    .checkbox-wrapper .stroke {
        fill: none;
        stroke: #0089d4;
        stroke-miterlimit: 10;
        stroke-width: 2px;
        stroke-dashoffset: 100;
        stroke-dasharray: 100;
        transition: ease all 0.6s;
        -webkit-transition: ease all 0.6s;
    }

    .checkbox-wrapper .check {
        fill: none;
        stroke: #fff;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2px;
        stroke-dashoffset: 22;
        stroke-dasharray: 22;
        transition: ease all 0.6s;
        -webkit-transition: ease all 0.6s;
    }

    .checkbox-wrapper input[type=checkbox] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        opacity: 0;
        -appearance: none;
        -webkit-appearance: none;
    }

        .checkbox-wrapper input[type=checkbox]:hover {
            cursor: pointer;
        }

        .checkbox-wrapper input[type=checkbox]:checked + svg .background {
            fill: #003333;
        }

        .checkbox-wrapper input[type=checkbox]:checked + svg .stroke {
            stroke-dashoffset: 0;
        }

        .checkbox-wrapper input[type=checkbox]:checked + svg .check {
            stroke-dashoffset: 0;
        }

.error {
    border: 1px solid red;
    border-color: rgba(255, 0, 0, 0.5) !important; /* Light red border for errors */
    background: #ffdce2 !important; /* Light red background for errors */
}

.error-message {
    color: red;
    font-size: 0.75rem; /* Smaller font size for error messages */
    margin-top: 2px;
}

.input-wrapper {
    position: relative;
}

.error-icon {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: red;
}

.input-file-button-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    height: 38px;
}

.input-file-button {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.input-file-label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #198754;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    height: 38px;
}

    .input-file-label:hover {
        background-color: #198754;
    }


.messagebox {
    align-self: flex-end;
    font-size: 10px;
}

.duplicatecustomer {
    color: red;
}

.duplicatebutton {
    background-color: white;
    border: none;
    color: blue;
}

.addressdiv {
    margin-top: 40px;
}

.cardbackground {
    background-color: #048ed7;
    padding: 10px;
    margin-bottom: 0px;
}

.head1 {
    margin-top: 10px;
}

.head3 {
    color: white;
}

.blockmodal {
    display: block;
}

.iconclass {
    cursor: pointer;
    margin-left: 10px;
}

.bgcolor {
    background-color: #048ed7;
}

.addiconbutton {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.w-40px {
    width: 40px;
}

.bgcolor2 {
    background-color: #048ed7;
    padding: 10px;
}

.actbutton {
    background-color: wheat;
    color: black;
}

.bgcolor3 {
    background-color: #048ed7;
    color: white;
}


.assignorderlist {
    display: flex;
    flex-wrap: wrap;
}

.assignorderlistchild {
    flex: 50%;
    display: flex;
    flex-direction: column;
}

.redcolor {
    color: red;
}

.required-caption:after {
    content: '*';
    color: red;
}

/*Enquiries Dropdown*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        left: 100%;
        top: 0;
        margin-top: -0.125rem;
        margin-left: 0.1rem;
    }

.dropdown-menu .form-check {
    margin: 0;
    padding: 5px 10px;
}

.form-check {
    display: block;
    margin-bottom: 5px;
}

.close-x-btn {
    margin-left: 10px;
    border: 1px solid;
    background-color: white;
    border-radius: 50px;
}

.form-check-input {
    margin-right: 10px;
}

.items-perpage {
    width: auto;
    display: inline;
}

.form-check-label {
    display: inline-block;
}

.icons {
    display: inline-block;
    vertical-align: middle; /* Ensures icons are aligned properly with the text */
}

    .icons i {
        display: block; /* Forces each icon to be on a separate line */
        line-height: 1; /* Adjusts the spacing between icons */
        margin: 0; /* Removes any default margin */
        font-size: 0.8rem; /* Adjust size as needed */
    }

.list-page-header {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 10px;
    background-color: #048ed7;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 4px;
}

    .list-page-header .heading-container {
        display: flex;
        justify-content: start;
        padding: 0px;
    }

        .list-page-header .heading-container span {
            font-size: 20px;
            font-weight: bold;
            color: #ffffff;
        }


.table-container.scroll-tbody {
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
}

    .table-container table th, td {
        padding: 8px 12px;
        text-align: left;
    }

    .table-container table thead th {
        background: #eee;
        position: sticky;
        top: 0;
        z-index: 1;
    }

.cursor-pointer {
    cursor: pointer;
}

.form-body {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    display: block;
    width: 100%;
}


.h-partition {
    margin: 1rem -20px;
}
.details-container {
    font-family: 'Arial', sans-serif;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.profile {
    display: flex;
    align-items: center;
}


.profile-initial {
    background-color: #007bff;
    color: white;
    font-size: 24px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.name h2 {
    margin: 0;
    font-size: 24px;
}

.name p {
    margin: 5px 0 0;
    color: #6c757d;
    font-size: 14px;
}

.wallet-info {
    font-size: 16px;
    color: #495057;
}

    .wallet-info div {
        margin-bottom: 10px;
    }

.title {
    font-weight: bold;
}

.edit-credit-limit-btn {
    background-color: transparent;
    border: none;
    color: #007bff;
    cursor: pointer;
    margin-left: 10px;
}

    .edit-credit-limit-btn:hover {
        text-decoration: underline;
    }

.edit-details-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .edit-details-btn:hover {
        background-color: #218838;
    }

.text-right {
    text-align: right;
}


.tabs {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.tab {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .tab.active {
        background-color: #4a90e2;
        color: #fff;
    }

.table-container {
    margin-top: 20px;
}

.table-bordered {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

    .table-bordered th, .table-bordered td {
        padding: 12px;
        border: 1px solid #ddd;
        text-align: left;
    }

.status-dropdown {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}

.actions {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
