@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #656ec4;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    
    align-items: center;
    font-family: 'Poppins', sans-serif;
    background: var(--primary-color);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    
}
i{
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    bottom: 130%;
    left: 210%;
    transform: translate(-50%, -50%);
}

.wrapper {
    background: white;
    min-height: 300px;
    min-width: 400px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: relative;
}

.wrapper .title {
    font-size: 40px;
    text-align: center;
    margin: 10px 0;
    color: #4755cc;
}

.wrapper .form {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper .form .inputBox {
    margin: 10px 0;
}

.wrapper .form .inputBox input {
    padding: 10px;
    width: 350px;
    margin-left: 0%;
    border: 1px solid #ccc;
    color: #222;
    font-size: 15.5px;
    outline: none;
    transition: 0.3s all ease;
}

.wrapper .form .inputBox input:focus {
    border-color: var(--primary-color);
}

.wrapper .form .btn {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    display: block;
    font-size: 15.5px;
    outline: none;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top: 10px;
    transition: 0.3s all ease;
}

.wrapper .form .btn:hover,
.wrapper .form .btn:focus {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 0 5px var(--primary-color);
}

.wrapper .form p a:hover {
    color: var(--primary-color);
}

.wrapper1 {
    background: white;
    min-height: 270px;
    min-width: 400px;

}
.wrapper1 .title {
    font-size: 40px;
    text-align: center;
    margin: 10px 0;
    color: #4755cc;
}
.wrapper1 .form .btn {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    display: block;
    font-size: 15.5px;
    outline: none;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top: 10px;
    transition: 0.3s all ease;
}
.wrapper1 .form .btn:hover,
.wrapper1 .form .btn:focus {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 0 5px var(--primary-color);
}

.wrapper1 .form p a:hover {
    color: var(--primary-color);
}

.form-control {
    cursor: alias;
    display: block;
   
    width: 100%;
    text-align: justify;
    font-size: 16px;
    border: 1px solid #4755cc;
    color: rgb(8, 117, 241);
}

.main .image-text img{
    width: 140px;
    border-radius: 100px;
    justify-content:left;
    position: absolute;
    bottom: 82%;
    left: 2%;
}

/* manager page */
.menu{
    width: 400px;
    float: left;
    height: 70px;
}

nav1{
    width: 600px;
    height: 100px;
    justify-content: center;
    background-color: #fdfdfd;
    position: absolute;
    bottom: 85%;
    left: 56%;
}
ul{
    
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul li{
    list-style: none;
    margin-left: 38px;
    margin-top: 20px;
    font-size: 15px;  
}

ul li a{
    cursor: pointer;
    text-decoration: none;
    font-size: 15 px;
    font-family: arial;
    font-weight: bolder;
    color:rgb(0, 60, 255)
}

ul li1{
    list-style: none;
    margin-left: 50px;
    margin-top: 20px;
    font-size: 15px;  
}
ul li2{
    list-style: none;
    margin-left: 60px;
    margin-top: 20px;
    font-size: 15px;  
    text-indent: -25px;
}
ul li2 a{
    cursor: pointer;
    text-decoration: none;
    font-size: 15 px;
    font-family: arial;
    font-weight: bolder;
    color:rgb(0, 60, 255)
}

ul li1 a{
    cursor: pointer;
    text-decoration: none;
    font-size: 15 px;
    font-family: arial;
    font-weight: bolder;
    color:rgb(0, 60, 255)
}

ul li a:hover{
    color: red
}

ul li2 a:hover{
    color: red
}

ul li1 a:hover{
    color: red
}


/* house list*/

.wrapper2{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
}
input{
    position: relative;
    display: inline-block;
    margin-left: 27px;
    margin-top: 5px;
    font-size: 18px;
    box-sizing: border-box;
    transition: .5s;
}
input [type ="text"]{
     background: #fff;
     width: 340px;
     height: 50px;
     border: none;
     outline: none;
     padding: 0 25px;
     border-radius: 25px 0 0 25px;
}
input[type ="submit"]{
    position: relative;
    Left: -5pxil;
    border-radius: 0 25px 25px 0;
    width: 150px;
    height: 50px;
    border: none;
    outline: none;
     cursor: pointer;
    background: #ffc107;
     color: #fff;
}
input[type= "submit"]:hover
{
     background:var(--primary-color);
}


.wrapper2 {
    background: white;
    min-height: 490px;
    min-width: 600px;

}
.wrapper2 .title {
    font-size: 40px;
    text-align: center;
    margin: 10px 0;
    color: #4755cc;
}
.wrapper2 .form .btn {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    display: block;
    font-size: 15.5px;
    outline: none;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top: 10px;
    transition: 0.3s all ease;
}
.wrapper2 .form .btn:hover,
.wrapper2 .form .btn:focus {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 0 5px var(--primary-color);
}

.wrapper2 .form p a:hover {
    color: var(--primary-color);
}

.wrapper2 .btnText{
    font-size: 14px;
    position: relative;
    font-weight: 400;
    top: 95%;
}


.container form .btnText{
    font-size: 14px;
    font-weight: 400;
}
form button:hover{
    background-color: var(--primary-color);
}
form button i{
    margin: 0 6px;
}
form .backBtn i{
    transform: rotate(180deg);
}
form .buttons{
    display: flex;
    align-items: center;
    margin-left: 70%;
    margin-top: 30%;
}


/* Search*/

.wrapper3 {
    background: white;
    min-height: 10px;
    min-width: 1000px;
    margin-top: 8.3%;

}
.wrapper3 .title {
    font-size: 40px;
    text-align: center;
    margin: 10px 0;
    color: #4755cc;
}
.wrapper3 .form .btn {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    display: block;
    font-size: 15.5px;
    outline: none;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top: 10px;
    transition: 0.3s all ease;
}
.wrapper3 .form .btn:hover,
.wrapper3 .form .btn:focus {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 0 5px var(--primary-color);
}

.wrapper3 .form p a:hover {
    color: var(--primary-color);
}

.wrapper3 .btnText{
    font-size: 14px;
    position: relative;
    font-weight: 400;
    top: 95%;
}




/* Manager transfer sending */

.container3{
    position: absolute;
    left: 15%;
    top: 19%;
    max-width: 950px;
    width: 1000px;
    border-radius: 6px;
    padding: 30px;
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.container3 header{
    position: relative;
    font-size: 29px;
    font-weight: 600;
    color: #333;
}
.container3 header::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 27px;
    border-radius: 8px;
    background-color: #4070f4;
}
.container3 form{
    position: relative;
    margin-top: 12px;
    min-height: 470px;
    background-color: #fff;
    overflow: hidden;
    
}

.container3 form .form{
    position: absolute;
    background-color: rgb(255, 255, 255);
    transition: 0.3s ease;
}
.container3 form .form.second{
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
}
.container3 form button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    max-width: 200px;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    margin: 25px 0;
    background-color: var(--primary-color);
    transition: all 0.3s linear;
    cursor: pointer;
}

.container3 form .title{
    display: block;
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 500;
    margin: 1px 0;
    color: green;
    font-weight: bolder;

}
.container3 form .fields{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.container3 form .dates{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
}
.container3 form .btnText{
    font-size: 16px;
    font-weight: 400;
    width: 150px;
    text-align: center;
}
form .fields .input-field{
    display: flex;
    width: calc(100% / 3 - 15px);
    flex-direction: column;
    margin: 1px 0;
}
form .fields .input-field{
    display: flex;
    width: calc(100% / 3 - 15px);
    flex-direction: column;
    margin: 2px 0;
}
.input-field label{
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-color);
    font-weight: bolder;
}

.input-field input, select{
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 0 15px;
    height: 42px;
    margin: 2px 0;
}
.input-field input :focus,
.input-field select:focus{
    box-shadow: 0 3px 6px rgba(0,0,0,0.13);
}
.input-field select,
.input-field input[type="date"]{
    color: #707070;
}
.input-field input[type="date"]:valid{
    color: #333;
}
form button i,

form .buttons{
    display: flex;
    align-items: center;
   
}




/* Report */
.thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;}

.table .thead-light th {
color: #6e707e;
background-color: #eaecf4;
border-color: #e3e6f0;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #e3e6f0;
}
.table-flush td, .table-flush th {
border-right: 0;
border-left: 0;
}
.table td, .table th {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #e3e6f0;
}
th {
text-align: inherit;
}
*, ::after, ::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

th {
display: table-cell;
vertical-align: inherit;
font-weight: bold;
text-align: -internal-center;
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #757575;
padding: O 20px;
}

.table table {
   width: 100%;
}

.table table, th, td {
    padding: 5px;
    text-align: center;
    border: 1px solid #616161;
   border-collapse: collapse;
}
