.main{
    margin-top: 8rem;

}


.table>:not(caption)>*>* {
    padding: 5px !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
}

body{
    text-transform: capitalize !important;

}


.table thead th {
    vertical-align: top;
    
 
    border: aliceblue;   
    font-size: 15px !important;
}

.table{
margin-bottom:1rem;
}

textarea{
    height: 100px!important;line-height: 16px!important;

   min-height: 35px!important;
}

.table tbody tr {
    border-bottom: 1px solid #4c5ef2!important; /* Adjust color as needed */
}
 

 


@font-face {
  font-family: 'Zoho Puvi Regular';
  src: url('https://ttech.itilbury.com/media/Tuvis/assets/Zoho Puvi Regular.otf') format('otf'),
       url('https://ttech.itilbury.com/media/Tuvis/assets/Zoho Puvi Regular.otf') format('woff');
  font-weight: normal;
  font-style: normal;
}


 /*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
 body {
     color: var(--default-color);
     background-color: var(--background-color);
  font-family: 'Zoho Puvi Regular';
 }



@media print {

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

   

    .container {
        width: 100%;
        max-width: 100%;
    }


    .noPrint {
        display: none !important;
    }


    table {
        width: 100%;
        table-layout: fixed;
        /* Forces columns to stay within width */
    }

    th,
    td {
        word-wrap: break-word;
        white-space: normal;
        /* Prevents content from overflowing */
        overflow: hidden;
        text-align: center;
    }

    th {
        font-size: 12px;
        /* Reduce header font size */
    }

    td {
        font-size: 10px;
        /* Reduce cell font size */
    }
}

.form-wrapper {
    display: flex;
    margin-bottom: 10px;
}

.form-wrapper label {
    min-width: 100px; 

}

.view-btn {
    border: none;
    background: none;
    color: #4154f1;
}


.table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 2px solid #f1f1f1;
    /* Apply #f1f1f1 border color */
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f1f1f1;
}

input[type="text"] {
    width: 100%;
    padding: 5px;
}

.Head {
    text-align: center;
    color: #4154f1;
 
    font-size: 20px;
    font-weight: 600;
}

.btns {
    border: 1px solid #4154f1;
    border-radius: 20px;
    color: #4154f1;
    background: #fff;
    padding: 4px 17px;

}



:root {
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Nunito", sans-serif;
    --nav-font: "Poppins", sans-serif;
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px !important;
    }
}

 

.me-3 {
    background: #f1f1f1 !important;
    margin-right: 1rem !important;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
padding:12px!important;
    background-color: #4154f1 !important;
}

.nav-pills .nav-link {
    background: #f1f1f1 !important;
    margin-right: 1rem !important;
    color: #000 !important;
    border: none !important;
    padding: 12px;
    border-radius: 0px;
    min-width: 120px;
    font-size: 14px;
}

.nav-link:focus,
.nav-link:hover {
    border: 1px solid #000 !important;
    background: var(--bs-nav-link-hover-color) !important;
    color: #fff !important;
    transition: 1.5s;
}

.subbox .row {
    display: flex;justify-content: center;
    align-items: center;
}

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 15%;
    height: 300px;
}

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 8px;
    width: 100%;
    border: 1px solid #fff;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 85%;
    border-left: none;
    height: 600px;
    overflow: scroll;
}



.menuicon {
    display: flex;
    justify-content: center;
    /* Centers icon horizontally */
    align-items: center;
    /* Centers icon vertically */
    width: 50px;
    /* Adjust width to your preference */
    height: 50px;
    /* Adjust height to your preference */
    background-color: #f0f0f0;
    /* Optional background color */
    border-radius: 50%;
    color: #4154f1;
    border: 1px solid #4154f1;
    /* Optional for circular icon container */
}

.menuicon i {
    font-size: 24px;
    /* Adjust icon size as needed */
    color: #333;
    /* Optional icon color */
}

.subbox .col-sm-3 {
    flex: 0 0 auto;
    width: 23% !important;

}


.tabcontent h3 {
    text-align: center;
    font-size: 19px;
    margin-top: 1rem;
}

.menucontent h4 {
    text-align: center;
    font-size: 16px;
 
}

.menucontent p {
    text-align: center;
    color: #000;
    margin-bottom: 0px;

}

.box {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 0.5rem;
    margin: 10px;
}



.accordion-item {
    background: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: 4px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.accordion-header {
    background: #007bff;
    color: white;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    border: none;
    text-align: left;
    width: 100%;
    outline: none;
    transition: background 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header:hover {
    background: #0056b3;
    color: #fff;
}

.accordion-header::after {
    content: '\25B6';
    /* Right arrow */
    font-size: 16px;
    display: inline-block;
    /* Ensures background and color apply */
    background: #f1f1f1;
    /* White background */
    color: #000;
    /* Black arrow */
    padding: 5px;
    /* Adjust spacing */
    border-radius: 50%;
    /* Make it a circle */
    transition: transform 0.3s ease-in-out;
}

.active::after {
    transform: rotate(90deg);
    background: #fff;
}

 

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    border-top: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.active+.accordion-content {
    max-height: 200px;
    padding: 0px !important;
}


.accordion-header {
 
    font-size: 13px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    color: #000;
    width: 300px;
    padding: 1px;
}


.accordion-header .active {
 
    font-size: 15px;
    background: #4154f1;
    color: #fff;
}

.table>thead {
    vertical-align: bottom;
    text-transform: uppercase;
    border: none;         color: #000;
    background: #f1f1f1;
    border-bottom: 0;
}

.table>tbody {
    vertical-align: inherit;
    border: 1px solid #ccc;
}


.table>:not(caption)>*>* {
    padding: 10px !important;
    font-size: 15px !important;
}

.form-control{
   padding: 6px!important;
    font-size: 13px!important;
}