
* {
    margin: 0;
    padding: 10;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    
  }
  @font-face {
    font-family: 'nafees-nastaleeq';
    src: url('../fonts/Nafees_Nastaleeq.ttf') format('truetype');
  }
  
 
  /* styling the body */
  
  body {
    
    font-family: 'nafees-nastaleeq';
    overflow: hidden;

    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url(../images/Base_Background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  
  
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    height: 100dvh;
}


.container-fluid {
    /* justify-content: center; */
    display: flex;
    align-items: center;
    flex-direction: column;

    
}


.container-fluid {
    /* justify-content: center; */
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    position: relative;
    /* background-color: azure; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.row{
display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 100dvh;
    width: 100%;
}


/* ----------------------------------------------------------- */

.p-4{
    padding: 0px !important;
}

.nav-panel {
    width: 20%;
    min-width: 220px;
    height: 100%;
    background-color: #F3EDC8;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.logo{
    /* margin: 3rem 0rem;
     */
    padding: 2.2rem ;
    padding-bottom: 1rem; 
    /* background-color: beige; */
    width: 100%;
}

/* Custom styles for links */


.nav-panel ul {
    padding: 0rem !important;
    /* padding-top: 0rem; */
}



.nav-panel a {
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0.7rem;
    margin-bottom: 0.3rem;
}

.nav-panel i {
    font-size: 1rem;
    margin-right: 10px;
}




.nav-panel li:hover {
    /* background-color: #faebb1; Lighter shade of #F3EDC8 */
    background-color: rgba(255, 253, 240, 1);
    transform: scale(1.02);
    border-radius: 0.5rem;
    box-shadow: 0rem 0.2rem 0.5rem rgba(0, 0, 0, 0.25);

}



.nav-panel li:active, 
.nav-panel li:focus {
    background-color: #D0C8A0; /* Darker shade of #F3EDC8 */
    border-radius: 0.5rem;

}

.list-icon {
    width: 1.5rem;
    /* marging-right: 1rem; */
    margin: 0 1rem;
}
/* Your existing CSS styles */

/* Change the hover background color for dropdown menu items */
.dropdown-menu li a:hover ,
.dropdown-menu a:hover 
    {
    background-color: rgba(243, 237, 200, 1);
    border-radius: 0.5rem;

    color: #333; /* Adjust text color as needed */
}
.dropdown-menu li a:active:focus {
    background-color: #f4ebaf;
    transform: scale(0);
    border-radius: 0.5rem;

}

/* Hide the dropdown caret */
.dropdown-toggle::after {
    display: none;
}

/* ----------------------------------------------------------- */

/* Custom styles */
.nav-panel {
    width: 17%;
    min-height: 100vh;
    top: 0;
    right: 0;
    z-index: 1000;
    /* overflow-y: auto; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.5rem;

}



.nav-panel .p-4 {
    flex-grow: 1;
}

.nav-panel-footer {
    margin-top: auto;
    width: 100%;
    border-top: 0.1rem solid #868686;
display: flex;
align-items: center;
justify-content: center;
    padding-top: 1rem;
}

.bottom-logo {
    align-self: flex-end;
    margin-bottom: 1rem;
    width: 40%;
}

/* bottom image styles */

/* ----------------------------------------------------------- */



.modal-content {
    text-align: center !important;
}





.row1{
    display: flex;
        align-items: flex-start;
        /* justify-content: center; */
        width: 100%;
        /* background-color: #21347E; */
    }


/* --------------------------- */
/* Icons-Styling */
/* --------------------------- */

.helpicon{
    /* background-color: aqua; */
    width: 3rem;
}
.modalhelpicon{
    /* background-color: aqua; */
    width: 1.8rem;
}

/* Custom CSS */
.tooltip-inner {
    background-color: transparent;
}


.helpicon:hover {
    transform: scale(1.03) !important;

  }
  
  /* Submit Buttons styling while it is active */
.helpicon:active:focus {
    transform: scale(1.03) !important;
}


/* --------------------------- */

.pt-2, .py-2 {
    padding-top: 1rem !important;
}

.modal-content{
    border-radius: 1rem !important;
}


.modal-title {
    margin-right: 10%;
    font-weight: bold;
    font-size: 1.5rem;
    color: #21347E;
}
.title-content{
    display: flex;
    /* flex-direction: row; */
    margin-right: 42%; 
}

.modal-header{
    padding: 1.5rem 1rem;
}

.modal-header .close {
    padding: 0rem 0.3rem;
    margin: 0.1rem 0rem;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0.1rem solid !important;
    border-radius: 50% !important;
    /* padding: 0.1rem; */
}

button.close:focus {
    /* outline: 1px dotted; */
    outline: none !important;
    background-color: red;
    border: red;
    color: #fff;
}



.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 3rem;
    background-color: #F2F5FD;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    line-height: 2rem;
    text-align: right;
}

/* voice message styling */


.help-audio
{
    width: 100%;
    padding: 0.5rem 1.5rem;
    background-color: white;
    border-radius: 30rem;
    margin-top: 1.5rem;
}


.track{
    display: flex;
}

.track img{
cursor: pointer;
margin-right: 1rem;

}

.track div{
    flex: 1;
height: 30px;

}



/* For Dropdown 
CSS styles */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}


.dropdown-menu.show {
    display: block;
    border: 0.1rem solid rgba(192, 184, 139, 1);
    border-radius: 0.5rem;
    padding: 0rem;
    background-color: rgba(255, 253, 240, 1);
}


/* ----------------------------------------------------------- */



.left-container {
    position: relative;
    width: 83%;
    height: 100%;
    /* background-image: url(../images/Base_Background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 1rem;
    display: flex;
    flex-direction: column;
    background-color: transparent !important;
    flex: 1;
}


    /* Remove outline on focused toggle button */
    #navToggle:focus:active {
        outline:0 !important;
        border: none !important;
    }
    
    
    #navToggle{
        outline: none;
        border: none;
    }




/* -----------------------Actual Content Area------------------------------------- */
.content-area {
    flex-grow: 1;
    /* background-color: #f5f5f5;  */
    padding: 1rem; /* Add padding to the content area */
    overflow-y: auto; /* Add vertical scroll if content overflows */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    }

/* ------------------------------------------------------------ */

/* Hide the nav-panel on small screens */
@media (max-width: 768px) {
    .nav-panel {
        display: none;
    }
    .nav-panel.show {
        display: flex;
        position: fixed;
        /* display: flex; */
    }


    .left-container{
        width: 100%;
    }


.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn:focus-visible {
    color: none !important;
    background-color: transparent !important;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

}



