@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@1,400;1,500;1,600;1,700&display=swap');

:root{
    --color-body: #FF3399;
    --color-back: #F3CBD4;
    --color-base: #1aff1a;
    --color-hover: #e81c82;
}
body{
    background: #fff;
    padding: 5px;
    max-width: 100%;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #e81c82;
}
#first-con{
    /* border: 1px solid #FF3399; */
    /* border-radius: 0px 30px 30px 30px; */
    line-height: 25px;
    max-width: 100%;
}

#side_nav{
    background-color: var(--color-body);
    min-width: 250px;
    max-width: 250px;
    position: fixed;
    border-radius: 0px 0px 0px 30px;
    transition: all 0.2s;
}
.sidebar{
    position: fixed;
    float: left;
    width: 18%;
}
.scrollable-table0 {
    width: 250px;
    height: 300px;
    padding-right: 10px;
    /* visibility: hidden; */
    overflow: auto;
  }
  #content{
    width: 100%;
  }
.content{
    min-height: 100vh;
    max-width: 82%;
    position: relative;
    left: 252px;
    width: min-content;
    display: flex;
    flex-direction: column;
}

#board-circle{
    width: 130px;
    height: 130px;
    border: 1px solid black;
    border-radius: 50%;
    background: white;
    color: var(--color-body);
    box-shadow: 3px 4px 4px 0px black;
}


.sidebar li.active, .sidebar li:hover{
    background: #e81c82;
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
}
.sidebar li.active a, .sidebar li.active a:hover{
    color: #000;
}

.sidebar li{
    height: 45px;
}

.sidebar li a{
    color: #fff;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid black;
    width: 100%;
}

#top-bar{
    width: 98.8%;
    height: 50px;
    line-height: 50px;
    background-color: var(--color-back);
    border-radius: 0px 30px 0px 0px;
}
#top-bar2{
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
}
/* navbar */
#navb{
    background-color: #FF3399;
    height: 50px;
    width: 98.7%;
}
#navb ul{
    margin-top: 15px;
}
#navb .nav-link.active{
    background: #fff;
    color: #000;
    height: 48px;
    border-radius: 8px 8px 0px 0px ;
}
#navb .nav-link:hover{
    background: #fff;
    color: #000;
    height: 48px;
    border-radius: 8px 8px 0px 0px ;
}

/* Hover Work In Small Screen */
@media (max-width: 575px) {
    #navb .nav-link:hover{
        background: #FF3399;
        text-align: center;
        font-weight: 700;
        color: #ffffff;
    }
}


/* These All media Query for page width */
@media (max-width: 1115px) {
    #side_nav{
        margin-left: -250px;
        position: fixed;
        min-height: 100vh;
        z-index: 1;
    }
    #side_nav.active{
        margin-left: 0;
    }
}
@media (max-width: 961px) {
    #side_nav{
        margin-left: -250px;
        position: fixed;
        min-height: 100vh;
        z-index: 1;
    }
    #side_nav.active{
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    #side_nav{
        margin-left: -250px;
        position: fixed;
        min-height: 100vh;
        z-index: 1;
    }
    #side_nav.active{
        margin-left: 0;
    }
    #navb ul li{
        font-size: small;
    }
}

/* Cutomer detail, like name company brand etc */

#customer-detail{
    width: 97.5%;
    height: auto;
    background-color: #F3CBD4;
    overflow: hidden;
    
}

/* Form Control */

#customer-detail form input{
    border-color: #FF3399;
    box-shadow: none;
}
#form-submit{
    background-color: #FF3399;
    border: #FF3399;
}


/* table Start */
#table-line1{
    max-width: 98.5%;
    height: 40px;
    background-color: var(--color-back);
    justify-content: space-between;
}
#table-line1 .icon i{
    padding-right: 6px;
    cursor: pointer;
}

.scrollable-table {
    max-width: 96%;
    height: 300px;
    overflow: auto; 
    border: 2px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    font-family: JumJuree;
}
.scrollable-table span i{
    cursor: pointer;
    padding-left: 2px;
}


/* Second section Center Card */

#main-card{
    width: 90%;
    height: 690px;
    /* border: 1px solid black; */
    /* box-shadow: 2px 2px 2px 2px black; */
}

.main-head{
    display: flex;
    width: 70%;
    height: 75px;
    border: 1px solid black;
    border-radius: 50px;
    justify-content: space-between;
}

.main-head ul li{
    padding-left: 20px;
    padding-right: -20px;
}
.main-head ul li.active{
    background-color: var(--color-body);
    border-radius: 50px;
    border: 1px solid #FF3399;
    width: auto;
    height: 74px;
}

.main-head ul li:hover{
    background-color: var(--color-body);
    border-radius: 50px;
    border: 1px solid #FF3399;
    width: auto;
    height: 74px;
}

/* 2nd form section */


#inpbtn{
    width: 170px;
    height: 40px;
    margin-top: 20px;
    background-color: #FF3399;
    border-color: #FF3399;
}

#second-form input{
    border-color: #FF3399;
    box-shadow: none;
}


.scrollable-table2{
    max-width: 90%;
    height: 240px;
    overflow: auto; 
    border: 2px solid #ccc;
    border-radius: 20px;
    font-family: JumJuree;
}
#secondForm-head{
    background-color: var(--color-back);
    width: auto;
    height: 40px;
    padding: 0px 50px;
    /* margin: 0px 50px; */
    margin-right: 60px;
    margin-left: 30px;
}


/* Second section media query */
@media (max-width: 767px) {
    #main-card{
        width: auto;
        height: auto;
    }
    #main-head{
        width: auto;
    }
}

/* Third Section Now Starting Here */

.navspace{
    justify-content: space-between;
    width: 98.5%;
}
 #table-line2{
    width: 98.5%;
    height: 40px;
    background-color: var(--color-body);
    color: #fff;
    line-height: 40px;
    justify-content: space-between;
}

.scrollable-table3{
    max-width: 1050px;
    height: 500px;
    overflow: auto; 
    border: 2px solid #ccc;
    border-radius: 20px;
    font-family: JumJuree;
}
.scrollable-table3 span i{
    cursor: pointer;
    padding: 3px;
    justify-content: space-between;
}

/* input rate box */
.rates{
    width: 70px;
    height: 30px;
    border-radius: 10px;
    border-color: #FF3399;
}
#company-width{
    width: 200px;
} 

/* Forth Page section */

#forth-box{
    width: 100%;
    height: 500px;
    border: 1px solid black;
    text-align: center;
}

#table-line1{
    width: 100%;
    height: 40px;
    background-color: var(--color-back);
    line-height: 40px;
    justify-content: space-between;
}
#table-line1 .icon .dropdown{
    display: inline;
    color: #e81c82;
    cursor: pointer;
}

.scrollable-table4{
    max-width: 90%;
    height: 100vh;
    overflow: auto; 
    border: 2px solid #ccc;
    border-radius: 20px;
    font-family: JumJuree;
}

/* Fifth Section Start */

.card {
    height: 200px; /* Adjust the height as needed */
    overflow-y: auto;
}


/* Now the turn or price range and ratios */

.container2 {
    padding: 20px;
}
.card1{
    width: 100%;
    height: 80px;
    border: 1px solid black;
    border-radius: 20px;
}

.ratio-inp{
    width: 80px;
    height: 20px;
}
.inp-lab{
    margin: 2px;
    font-size: 14px;
    text-align: center;
}
#range{
    size: 70px;
    width: 60%;
    justify-content: center;
    background-color: #FF3399;
    margin-left: 30px;
}

/* media Query */
@media screen and (max-width: 768px) {
    h1 {
        font-size: 20px; /* Reduce font-size for h1 on smaller screens */
    }
    
    h2 {
        font-size: 17px; /* Reduce font-size for h2 on smaller screens */
    }
    
    h3 {
        font-size: 15px; /* Reduce font-size for h3 on smaller screens */
    }
}

/* Media query for even smaller screens */
@media screen and (max-width: 576px) {
    h1 {
        font-size: 18px; /* Further reduce font-size for h1 on even smaller screens */
    }
    
    h2 {
        font-size: 14px; /* Further reduce font-size for h2 on even smaller screens */
    }
    
    h3 {
        font-size: 12px; /* Further reduce font-size for h3 on even smaller screens */
    }
}

/* Pagination Bar */
.pagination-bar{
    width: auto;
    height: 50px;
    background-color: #e81c82;
    padding: 0px 10px;
    /* text-align: center; */
}
.pagination-end .page-item a{
    background-color: transparent;
    color: white;
    box-shadow: none;
}
.pagination-end{
    float: right;
}
.pagination-end li:hover{
    background-color: white;
    color: #000;
}
.pagination-end li:hover a{
    color: #000;
}






@media (max-width: 1115px) {
    #side_nav{
        margin-left: -250px;
        position: fixed;
        min-height: 100vh;
        z-index: 1;
    }
    #side_nav.active{
        margin-left: 0;
    }
    .content{
        max-width: 100%;
    }
    .content
    {
        left:0px;
    }
}
@media (max-width: 991px) {
    #side_nav{
        margin-left: -250px;
        position: fixed;
        min-height: 100vh;
        z-index: 1;
    }
    #side_nav.active{
        margin-left: 0;
    }
    .content{
        max-width: 100%;
    }
    .content
    {
        left:0px;
    }
}
@media (max-width: 767px) {
    #side_nav{
        margin-left: -250px;
        position: fixed;
        min-height: 100vh;
        z-index: 1;
    }
    #side_nav.active{
        margin-left: 0;
    }
    .content{
        max-width: 100%;
    }
    .content
    {
        left:0px;
    }
}