@import url('https://fonts.googleapis.com/css2?family=Ysabeau+Infant:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Syne+Mono&display=swap');

body{
    height:100%;
    margin:0;
}
.page-div{
    width:100%;
    height:100%;
    box-sizing: border-box;
    margin:0;
    /* border:1px solid red; */
}
.logo{
    width:100%;
    box-sizing: border-box;
    padding:10px;
    /* border:1px solid red; */
    margin-bottom: 1%;
}
.email-logo{
    width:100%;
    height:100%;
    box-sizing: border-box;
    padding:5px;
}
.menu{
     /*border:1px solid red; */
    height:96%;
    box-sizing: border-box;
    width:13%;
    float: left;
    overflow-y:auto;
    /* background-color: #65350F; */
    z-index:-99;
    padding:0;
    overflow-x:hidden;
}

  .sub-menu{
        width:100%;
        display: none;
        box-sizing: border-box;
        outline:none;
        padding: 0;
        border:none;
        margin:0;
        /*overflow: hidden;*/
        float:left;
    }
.master{
    width:87%;
    background-color: whitesmoke;
    height:96%;
    box-sizing: border-box;
    float: left;
    border-left:5px solid #65350F;
    padding: 4px;
     /*border:1px solid purple; */

}
.auth-master{
   width:100%;
   height:100%;
   box-sizing: border-box;
   background-image: url("/Images/background.jpg");
   background-repeat: no-repeat;
   background-size: contain;
   background-size: cover;
   /* border:1px solid red; */
}
.auth-form{
height:450px;
width:300px;
margin:60px;
box-sizing: border-box;
float:right;
background: rgba(14, 13, 13, 0.90);
}
.auth-title{
    padding: 15px;
    width:100%;
    height: 100px;
    background-color: transparent;
    box-sizing: border-box;

    /* border:1px solid blue; */
}
.auth-header{
    padding: 5px;
    width:100%;
    /* height: 30px; */
    background-color: transparent;
    box-sizing: border-box;
    /* border:1px solid blue; */
    text-align: center;
    font-size: 18px;
    font-family: 'Syne Mono', monospace;
    color:white;
}
.auth-note{
    font-family: 'Syne Mono', monospace;
    font-weight:normal;
    font-size: 13px;
    color:white;
    /* border:1px solid red; */
    padding: 7px;
    width:86%;
    margin-left:7%;
    margin-right:7%;
}
.auth-description{
    padding: 10px;
    width:100%;
    height: 60px;
    background-color: transparent;
    color:white;
    text-align: center;
    font-family: 'Syne Mono', monospace;
    font-size: 17px;
    box-sizing: border-box;
    /* border:1px solid red; */
}
.auth-form-input{
    padding: 7px;
    width:86%;
    margin-left:7%;
    margin-right:7%;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
    font-family: 'Syne Mono', monospace;
    border:1px solid blue;
    border:1px solid #65350F;
    outline:none;
    font-size: 14px;
    background-color: transparent;
    color:white;

    /* padding: 6px;
    color:black;
    text-align: left;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border:1px solid black;
    border-radius: 3px; */
}
.auth-action{
    width:86%;
    margin:7%;
    margin-bottom: 0;
    /* border:1px solid blue; */
    font-family: 'Syne Mono', monospace;
    /* font-family: 'Roboto', sans-serif; */
    box-sizing: border-box;
    padding: 5px;
    border-radius: 1px;
    background-color: #B0FC38;
    color:black;
    text-align: center;
    outline:none;
    border:none;
    font-size: 20px;
}
.form-check-input{
    border:1px solid red;
    float:left;
}
.form-check-label{
    border:1px solid red;
    width: 86%;
    box-sizing: border-box;
}
.auth-link{
text-decoration: none;
font-family: 'Syne Mono', monospace;
border:1px solid blue;
outline:none;
font-size: 13px;
color:white;
box-sizing: border-box;
text-align: center;
width:100%;
margin:7%;
padding: 5px;
border:none;
}
.auth-link:hover{
    text-decoration: underline;
    color:white;
}
.form{
    /* border:1px solid red; */
    width:45%;
    height:100%;
    padding: 7px;
    box-sizing: border-box;
    float:right;
    background: rgba(14, 13, 13, 0.90);
}
.form-title{
    /* border:1px solid red; */
    font-family: 'Syne Mono', monospace;
    color:white;
    padding: 3px;
    box-sizing: border-box;
    width:35%;
    margin: 0;
    float:left;
    margin-bottom: 10px;
}
.form-description{
    border-bottom: 2px solid #65350F;
    font-family: 'Syne Mono', monospace;
    color:white;
    padding: 5px;
    box-sizing: border-box;
    width:96%;
    margin: 0;
    float:left;
    margin: 2%;
    font-size: 20px;
    text-align: center;
}
.form-info{
    font-family: 'Syne Mono', monospace;
    color:white;
    padding: 3px;
    box-sizing: border-box;
    width:65%;
    margin: 0;
    background-color: transparent;
    outline:none;
    float:left;
    margin-bottom: 10px;
    border:none;
    border-bottom: 1px solid white;
    /* border:1px solid red; */
}
.form-select{
    font-family: 'Syne Mono', monospace;
    color:#ccc;
    padding: 5px;
    box-sizing: border-box;
    width:65%;
    margin-bottom: 10px;
    background-color: transparent;
    outline:none;
    /* margin-bottom: 10px; */
    border: 1px solid white;
 float:left;
}
.form-action{
    width:49.5%;
    border:1px solid blue;
    font-family: 'Syne Mono', monospace;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 1px;
    background-color: #B0FC38;
    color:black;
    text-align: center;
    outline:none;
    border:none;
    font-size: 20px;
    margin: 0;
}
.cancel{
    background-color: crimson;
}
.master-header{
    border-bottom:5px solid #65350F;
    /* font-family: 'Syne Mono', monospace; */
    font-family: 'Ysabeau Infant', sans-serif;
    width:100%;
    box-sizing: border-box;
    height:40px;
    color:#65350F;
    font-size: 23px;
    /*border:1px solid red; */
    font-weight: bold;
    text-align:top;
}



li {
list-style-type: none;
margin: 0;
background-color: transparent;
float:left;
box-sizing: border-box;
cursor: pointer;
border:1px solid #65350F;
/*height:10%;*/
width:100%;
font-size: 13px;
font-family: 'Syne Mono', monospace;
/*font-weight: bold;*/
color:black;
padding: 3px;
/*border-right: none;*/
text-align: left;
outline:none;
margin:0;
}

li:hover{
background-color:#65350F;
color:white;
/*border-right: none;*/
}


.active{
background-color:#65350F;
color:white;
border-top: none;
}
.btn-utilities{
width:100%;
text-align: left;
box-sizing: border-box;
outline:none;
border:1px solid #65350F;
font-size: 13px;
font-family: 'Syne Mono', monospace;
color:black;
padding: 3px;
background-color:transparent;
/*margin:0;*/
/*cursor: pointer;*/
/*overflow:hidden;*/

}
.btn-utilities:hover{
    background-color:#65350F;
    color:white;
    }
  
    .show {
        display: block;
    }
.form-options{
     /*border:1px solid red; */
    width:100%;
    height:40px;
    padding: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.data-container{
     /*border:1px solid blue; */
    width:100%;
    box-sizing: border-box;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding:0;
    height:545px;
    margin: 0;
    overflow:auto;
  
}
.form-table{
     /*border:1px solid red; */
    width:100%;
    box-sizing: border-box;
    border-collapse: collapse;
}
.form-table th{
    color:black;
    padding: 5px;
    font-family: 'Ysabeau Infant', sans-serif;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    white-space:nowrap;
    margin:0;
     font-size: 13px;
}
.form-table td{
    color:black;
    padding: 3px;
    font-family: 'Ysabeau Infant', sans-serif;
    border-bottom: 1px solid #ccc;
   font-size: 12px;
    /*overflow: hidden;*/
   /*white-space:nowrap; */
}
.form-table2{
     border:1px solid red; 
    width:100%;
    box-sizing: border-box;
    border-collapse: collapse;
       border: 1px solid #ccc;
}
.form-table2 th{
    color:black;
    font-family: 'Ysabeau Infant', sans-serif;
    border-bottom: 1px solid #ccc;
     position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
   background-color:#65350F;
    color: #fff;
         font-size: 13px;
               padding: 5px;
}
.form-table2 td{
    color:black;
    padding: 1px;
    padding-left:2px;
    font-family: 'Ysabeau Infant', sans-serif;
   font-size: 12px;
       border-bottom: 1px solid #ccc;
    /*overflow: hidden;*/
   /*white-space:nowrap; */
}

  
  .form-table2 tr:nth-child(even) {
    background-color: #ccc;
}
.status-btn{
    padding: 2px;
    font-family: 'Ysabeau Infant', sans-serif;
    border:none;
    border-radius: 3px;
    background-color: green;
    color: white;
    margin: 0;
}
.vacant{
    background-color: crimson;
}
.post{
    background-color: purple;
}
.pend{
    background-color: blue;
}
.fitout{
        background-color: blue;
}
.post{
    background-color: purple;
}
.action-btn{
    /*text-align: center;*/
    box-sizing: border-box;
    font-weight: bold;
    padding: 2px;
    color:blue;
   float: left;
   border:none;
   background-color: transparent;
   font-size: 12px;
   outline:none;
   cursor: pointer;
}
.delete{
    color:crimson;
}
.view{
    color:purple;
}
.print{
    color:orange
}
.bounced{
    color:crimson;
}
.transfer{
    color: #65350F;
}
.credit{
    color:black;
}
.footer{
    background-color:#65350F;
    width:100%;
    font-weight: bold;
    padding: 2px;
    color:white;
    font-size: 15px;
    font-family: 'Ysabeau Infant', sans-serif;
    height: 4%;
    position: absolute;
    bottom:0;
    box-sizing: border-box;
    /* border:1px solid red; */
    margin: 0;
}
.searchtxt{
    border:1px solid black;
    font-size: 13px;
    font-family: 'Ysabeau Infant', sans-serif;
    padding: 4px;
    border-radius: 3px 0 0  3px;
    outline:none;
    border-right: none;
    /*width: 70%;*/
    background-color: transparent;
    margin:0;
    box-sizing: border-box;
    float: left;
}
.search-btn{
    /*width:30%;*/
    font-size: 13px;
    font-family: 'Ysabeau Infant', sans-serif;
    padding: 4px;
    border-radius: 0 3px 3px 0;
    background-color: transparent;
    font-weight: bold;
    color:black;
    border:1px solid black;
    border-left: none;
    margin:0;
    box-sizing: border-box;
    float:left;
    outline:none;
}
.search-form{
    /* border:1px solid black; */
    display: inline-block;
}
.option-btn{
    float:right;
    font-size: 13px;
    font-family: 'Ysabeau Infant', sans-serif;
    padding: 2px;
    border-radius: 3px;
    background-color: transparent;
    font-weight: bold;
    color:black;
    border:0.5px solid black;
    background-color: transparent;
    margin-left: 1%;
    outline:none;
    cursor:pointer;
}
.page-btn{
    float:right;
    font-size: 15px;
    font-family: 'Ysabeau Infant', sans-serif;
    padding: 4px;
    border-radius: 3px;
    background-color: transparent;
    font-weight: bold;
    color:black;
    border:1px solid black;
    background-color: transparent;
    outline:none;
    cursor:pointer;
}
.pagination {
    display: inline-block;
    padding: 2px;
    width:100%;
    box-sizing: border-box;
    height: 30px;
     /*border:1px solid red; */
  }
  
  .pagination a {
    color: black;
    float: right;
    padding: 4px ;
    text-decoration: none;
    font-family: 'Syne Mono', monospace;
    font-size: 14px;
  }
  
  .paginated{
    background-color: transparent;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Syne Mono', monospace;
    font-size: 14px;
  }
  
  .pagination a:hover:not(.active) {
    background-color: transparent;
    border-radius: 5px;
    text-decoration: none;
  }

  .active-page{
    /* border:1px solid red; */
    background-color: #B0FC38;
    color: black;
    padding: 3px ;
    text-decoration: none;
    font-family: 'Syne Mono', monospace;
    font-size: 14px;
    border:none;
    border-radius: 5px;
  }

  .application-div{
    background-color: whitesmoke;
    width:40%;
   height:96%;
    transition: display 1s;
    display: none; 
    position:fixed;
    right:0%;
   border-radius:0 0 3px 3px;
   color:black;
    padding:10px;
    box-sizing: border-box;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow-y: auto;
    border:1px solid lightgrey;
    border:none;
    /* font-family: 'Ysabeau Infant', sans-serif; */
    font-family: 'Syne Mono', monospace;
  }
  .application-title{
    font-family: 'Syne Mono', monospace;
    width:100%;
    padding: 5px;
    font-size: 14px;
    /* border:1px solid red; */
    font-weight: bold;
    box-sizing: border-box;
    border-bottom:3px solid #65350F;
    margin-bottom: 5px;
  }
  .logged-user{
    /* border:1px solid red; */
    float:right;
    box-sizing: border-box;
    font-family: 'Ysabeau Infant', sans-serif;
    color:black;
    background-color: transparent;
    font-size: 14px;
    padding: 2px;
    margin:6px;
    margin-right:0;
  }
  .logout{
    margin-left: 0;
    margin-top:13px;
  }
.logout:hover{
    color:crimson;
}
  .submit-btn{
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    padding: 7px;
    color:black;
   border:none;
   background-color: #B0FC38;
   font-size: 14px;
   font-family: 'Syne Mono', monospace;
border-radius: 3px;
cursor: pointer;
margin-top: 15px;
}
.cancel{
    background-color: crimson;
}
.labels{
    font-size: 12px;
    font-family: 'Syne Mono', monospace;
    /* border:1px solid red; */
    font-weight: bold;
    padding: 3px;
    color:black;
    text-align: left;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    background-color: transparent;
}
.form-inputs{
    font-size: 12px;
    font-family: 'Syne Mono', monospace;
    /* border:1px solid red; */
    padding: 3px;
    color:black;
    text-align: left;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border:1px solid black;
    border-radius: 3px;
    outline:none;
}
.permissions-label{
    /* border:1px solid red; */
    font-size: 14px;
    font-family: 'Syne Mono', monospace;
    width:50%;
    float:left;
    box-sizing: border-box;
    text-align: left;
    background-color: transparent;
    outline:none;
}
.status-btn{
    border:1px solid red;
    border:none;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    font-family: 'Ysabeau Infant', sans-serif;
    font-size: 14px;
    border-radius: 2px;
}

.alert {
    padding:3px;
    background-color:green;
    color: white;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Syne Mono', monospace;
    font-size: 14px;
    height:50px;
    /* position: absolute; */
    z-index:99;
    top:0;
    position: absolute;
    /* height:6vh; */
    /* left:0; */
    opacity: 0.7;
  }
  .alert-info{
    background-color: #0080FF;
  }
  .alert-warning{
    background-color: red;
  }

  .invalid-feedback{
    font-family: 'Syne Mono', monospace;
    font-size: 14px;
    width:100%;
    color:red;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background:white;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background:black;
      border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background:#65350F;
}
  .borderless{
      border:none;
  }
  /*.tooltip {*/
  /*  position: relative;*/
  /*  display: inline-block;*/
  /*  border-bottom: 1px dotted black;*/
  /*}*/
  
  /* .tooltip .tooltiptext {
     visibility: hidden; 
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
  }
  .tooltip:hover .tooltiptext {
    visibility: visible;
  } */
  .sticky-header{
        /*border:1px solid red;*/
        width:100%;
        height:20px;
        top:0;
        position: -webkit-sticky;
        position: sticky;
        box-sizing:border-box;
  
  }
  .max-application-div{
    background-color: whitesmoke;
    width:60%;
   height:96%;
    transition: display 1s;
    display: none; 
    position:fixed;
    right:0%;
   border-radius:0 0 3px 3px;
   color:black;
    padding:10px;
    box-sizing: border-box;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow-y: auto;
    border:1px solid lightgrey;
    border:none;
    /* font-family: 'Ysabeau Infant', sans-serif; */
    font-family: 'Syne Mono', monospace;
  }
  .max{
    width:100%;
  }
  .btntabledata{
    /* color:white; */
    border-radius: 2px;
    text-align: center;
   font-size: 18px;
   border:none;
   box-sizing: border-box;
   padding:0;
 /* border:1px solid red; */
 float:left;
 /* margin:2px; */
 background-color: transparent;
 margin:0;
 outline: none;
}
.action-form{
    /* border:1px solid red; */
    box-sizing: border-box;
    float: right;
    width:100px;
}
.borderless{
    border:none;
    border-bottom:1px solid black;
}

.icon-div {
  position: relative;
  display: inline-block;
}

.icon-div .icon-message {

   visibility: hidden;
  width: 120px;
   background-color:#65350F;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.icon-div .icon-message::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.icon-div:hover .icon-message{
  visibility: visible;
}

.load{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    }

    .load-text {
        font-size: 18px;
        margin-top: 10px;
        color: #333;
        font-family: 'Exo 2', sans-serif;
    }

    .load-spinner {
        border: 4px solid #f3f3f3;
        border-top: 4px solid #3498db;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

