@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;

}

li {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

body {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: "Outfit", serif;



}

/* navbar style code */

div.container2 {

    max-width: 1400px;

    margin: 15px auto;
    border-radius: 10px;
    padding: 10px;




}

.container2::-webkit-scrollbar {
    display: none;

}

.stiky {
    position: sticky;
    top: 0;
}

div.wrepper {
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    overflow: hidden;
    border-radius: 10px;

}

div.logo a img {
    width: 60px;
}



.nav ul {
    display: flex;
    align-items: center;
    gap: 100px;
}

.nav ul li:nth-last-child(1) {
    background-color: rgb(230, 230, 230);
    padding: 7px 5px;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.nav ul li a {
    color: #000;
}

.menu_icon button {
    font-size: 30px;
    border: 0;
    background-color: transparent;
	 

}

.icone_menu {
    display: flex;
     flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;


}
.page{
  padding:10px 0;
display:flex;
justify-content:center;
gap:8px;
}

	.page a{
		
		width:20px;
               height:20px;
               background-color:#fff;
color:#000;
border-radius:5px;
               font-size:16px;
transition:0.5s;

}
.page a:hover{
  background-color:#f1f1f1;
border:1px solid blue; 
}
.page a.active{
  background-color:black;
  color:#fff;
outline:2px solid #000;
outline-offset:2px;

}

.icone_menu a {
    width:150px;
    height:40px;
     display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    background-color:#fff;
color:#000;
border-radius:10px;
    
    transition: 0.5s ease-in-out;

}

.icone_menu a:hover {
    transform: scale(1.1);
}

.icone_menu a img {
    width: 15px;
}

div.topnav {
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.topnav .logo {
    font-size: 25px;
    background-color: rgb(71, 0, 138);
    padding: 3px 6px;
    border-radius: 4px;
    color: aliceblue;
}

#myLinks {
    display: flex;
    align-items: center;
    gap: 100px;

}
div.container2 .datetime1{
  font-size:25px;

}

.icon {
    display: none;
}

.table_wrepper {
    background-color: rgba(240, 248, 255, 0.445);
    overflow-x:auto;
    margin: 0 20px;
 /*   background-image: url('./img/bbariaOnlineLogo.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;

}

table {
    border: 1;
    border-spacing: 1;
}

table.user_table {
    border-collapse: collapse;
    border-spacing: 1;

    width: 100%;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;


}

table.user_table,
td {
    border-spacing: 1;
    text-align: left;
    background-color: #f1f1ffb6;
    font-size: 12px;
    padding: 10px;
}

table tr:nth-child(even) {
    background-color: #8f8f8fc7;
}


table1,
th {
    border-spacing: 1;
    text-align: left;
    background-color: #6b6bfc;
    font-size: 12px;
    padding: 20px;

    color: #f1f1ff;
}

font{
padding:0 10px;
border-radius:20px;
}

.status {
    padding: 4px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form {
    display: flex;
    background-color: rgba(240, 248, 255, 0.445);
    align-items: center;
    justify-content: center;
    height: 100px;

}

.form form {
    width: 100%;
    display: flex;
    gap: 10px;
}

.form form p {
    width: 100%;
}

.form form input {
    width: 100%;
    padding: 10px 5px;
    border: 0px;

    font-size: 18px;
    border-radius: 5px;
}

.form form input[type='submit'] {

    height: 40px;
    padding: 10px 5px;
    border: 0px;

    font-size: 18px;
    border-radius: 5px;

}
 input[type='submit'],button{
cursor:pointer;
}
 .button form input[type="submit"]{
  background-color:#fff;
color:#000;
 border:none;
 padding:8px 20px;
border-radius:10px;
margin:5px;
width:150px;
    height:40px;
cursor:pointer;
}
.pvar{
  width:100px;
border-radius: 50px;
background: red;
box-shadow:1px 1px 3px red inset;
overflow:hidden;
position:relative;
height:20px;
z-index:0;
display:flex;
 align-items: center;
    justify-content: center;
 padding:5px;

}
.pvar div{
  position:absolute;
top:0;
  left:0;
   height:99%;
   background-image: linear-gradient(to right, yellow,#00FF00);

box-shadow:1px 1px 3px #00FF00;
  border-radius:10px;
   z-index:-1;


}
/* =================================================== 
      LOGIN PAGE CSS CODE FOR PC
  ===================================================*/
.login_page_body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.login_wrepper {
    background-color: rgba(240, 248, 255, 0.445);
    overflow-x: auto;
    margin: 0 20px;
}

div.login_wrepper .imgcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(230, 230, 230);
    padding: 10px;
    border-radius: 10px 10px 0 0;
}


div.login_wrepper .imgcontainer img {
    width: 200px;
}

.loginPage>h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    color: #747474;
}

.login_form {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
    padding: 20px;



}

.login_form>input {
    border: 1px solid rgb(230, 230, 230);
    padding: 12px 4px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;

}

.login_form>button {
    border: 1px solid rgb(230, 230, 230);
    padding: 12px 4px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;

}

.message {
    color: #333;
    border: #ff8383 1px solid;
    background: #ffc5c5;
    padding: 5px 20px;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
}

.footer {
    padding: 5px;
    border-radius: 0px 0px 10px 10px;
}

/* =================================================== 
      UPDETE PASSWORD PAGE CSS CODE START FOR PC
  ===================================================*/
.updete_password_wrepper {
    background-color: rgba(240, 248, 255, 0.445);
    margin: 0 20px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.updete_password_wrepper h1 {
    text-align: center;
    color: #9e9797;
    padding: 20px;

}

.updete_password_wrepper form {
    background-color: rgba(255, 255, 255, 0.445);
    overflow-x: auto;
    padding: 20px 10px;
    width: 100%;
    height: 70%;
    border-radius: 10px;

}

.updete_password_wrepper form input {
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 10px 8px;
    border: 0;
    border-radius: 7px;

}

/* =================================================== 
     NEW USER FORM PAGE CSS CODE START FOR PC
  ===================================================*/
.new_user_form {
    background-color: rgba(240, 248, 255, 0.445);
    margin: 0 20px;
    width: 700px;

}



.new_user_form form div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 10px 10px;


}

.new_user_form form div input {
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 10px;

}

.new_user_form form div b {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.new_user_form form div select {
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 10px;

}

.new_user_form form div button {
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 10px;

}

/* =================================================== 
     FIND USER ID FORM PAGE CSS CODE START FOR PC
  ===================================================*/
.byuserid_mobileno {
    background-color: rgba(240, 248, 255, 0.445);
    margin: 0 20px;
    width: 800px;

}

.byuserid_mobileno form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.byuserid_mobileno form div {
    background-color: wheat;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}

.byuserid_mobileno form div input {
    border: 0;
    padding: 10px;
    width: 100%;
}

/* =================================================== 
    TRANSFER AMOUT FORM PAGE CSS CODE START FOR PC
  ===================================================*/
.transfer_amout {
    background-color: rgba(240, 248, 255, 0.445);
    margin: 0 20px;
    width: 800px;
}

.transfer_amout form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
}

.transfer_amout form p {
    padding: 30px 0;
    text-align: center;
}

.transfer_amout form .input_box {
    width: 100%;

}

.transfer_amout form .input_box div {
    width: 100%;

}

.transfer_amout form .input_box div input,
.transfer_amout form input[type='submit'] {
    width: 100%;
    padding: 10px 5px;
    border: 0;
    border-radius: 5px;

}

.transfer_amout form input[type='submit'] {
    margin-top: 20px;
}

@media (max-width:960px) {
    .form form input {
        width: 100%;
        padding: 10px 5px;
        border: 0px;

        font-size: 18px;
        border-radius: 5px;
    }




}

@media (max-width:760px) {


    .form form input[type='submit'] {
        width: 100%;
        height: 40px;
        padding: 10px 5px;
        border: 0px;

        font-size: 18px;
        border-radius: 5px;

    }

    .form {
        height: 100%;
    }

    .form form {
        width: 100%;
    }

    .form form input {
        width: 100%;
        padding: 10px 5px;
        border: 0px;

        font-size: 18px;
        border-radius: 5px;
    }

    .form form {
        display: flex;
        flex-direction: column;
        justify-content: left;

        gap: 0;
    }

    .table_wrepper {
        background-color: rgba(240, 248, 255, 0.445);
        overflow-x:scroll;
        margin: 0 20px;
     /*   background-image: url('./img/bbariaOnlineLogo.png'); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;

    }

    #myLinks {
        display: block;
    }

    body {
        margin: 0 5px;
    }

    .nav {

        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
       /* background-color: #4e4e4e;*/
        width: 0;
        filter: blur(15);
        overflow: hidden;
        transition: 0.5s ease-in-out;
        z-index: 999;

    }

    .nav ul {
        flex-direction: column;
        justify-content: left;
        align-items: center;
        height: 20%;
        gap:5%;



    }

    .nav ul li {
        background-color: #4e4e4e;
        width: 100%;
        color: #000;
        padding: 20px 0;
        border: 1px solid #000;

        cursor: pointer;
    }

    .nav ul li a {
        margin-left: 10px;
		text-align:center;
		display:block;
		width:100%;
		 
		
    }

    .nav ul li:nth-last-child(1) {
        background-color: rgb(46, 46, 46);
        padding: 7px 5px;
        border-radius: 0px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .nav ul li a {
        color: #f1f1ff;
    }

    .close_icon button {
        font-size: 30px;
        border: 0;
        background-color: transparent;
        color: #000;
        margin-top: 20px;
        margin-left: 20px;
    }

    button {
        cursor: pointer;
    }

    .icon {
        display: block;

    }


    /* =================================================== 
      LOGIN PAGE CSS CODE FOR MOBILE
  ===================================================*/
    .login_form {
        display: flex;
        flex-direction: column;
        gap: 13px;
        width: 100%;


    }

    /* =================================================== 
     NEW USER FORM PAGE CSS CODE START FOR  MOBILE
  ===================================================*/
    .new_user_form {
        background-color: rgba(240, 248, 255, 0.445);
        overflow-x: auto;
        margin: 0 20px;
        width: 100%;
    }

    .new_user_form form div {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;


    }

    .new_user_form form div input {
        width: 100%;
        padding: 10px;
        border: 0;
        border-radius: 10px;

    }

    .new_user_form form div b {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;

    }

    .new_user_form form div select {
        width: 100%;
        padding: 10px;
        border: 0;
        border-radius: 10px;

    }

    .new_user_form form div button {
        width: 100%;
        padding: 10px;
        border: 0;
        border-radius: 10px;

    }

    /* =================================================== 
     FIND USER ID FORM PAGE CSS CODE START FOR MOBILE
  ===================================================*/
    .byuserid_mobileno {
        background-color: rgba(240, 248, 255, 0.445);
        margin: 0 20px;
        width: 100%;

    }

    /* =================================================== 
    TRANSFER AMOUT FORM PAGE CSS CODE START FOR MOBILE
  ===================================================*/
    .transfer_amout {
        background-color: rgba(240, 248, 255, 0.445);
        margin: 0 20px;
        width: 100%;
    }

}