.userdetails{
    text-align: right;
}
.userimg{
    height: 150px;
}
.fa {
    color: white;
    font-size: large;
}
textarea{
    border: 3px solid #a9aaab !important;
}
#date {
    width: 100%;
    height: 50px;
    border: 3px solid #a9aaab;
}
#addmembers{
    padding: 10% !important;
}
#editmemberdetails{
    padding: 10% !important;
}
#contact {
    background: #fff;
    padding-top: 0px;
    padding-bottom:0px;
    overflow: hidden;
}
.historyview{
    margin-top: 5%;
}
/* img {
    border-radius: 50%;
} */
.profile {
    width: 160px;
}
.container{
    margin-top: 5px;
}
  #dateofbirth {
    width: 100%;
    height: 50px;
    border: 3px solid #a9aaab;
}
#death {
    width: 100%;
    height: 50px;
    border: 3px solid #a9aaab;
}
.modalimage{
    margin-left: 15%;
    border-radius: 10%;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .branchh{
    width:30%;
  }
  .nodatatree{
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.hrdesign{
    border: 1px solid #666666 !important;
    margin-right: 15px;
    margin-bottom: -15px;
    margin-top: 15px;
    border-width: 3px 0 0;
    width: 50px;
}
  @media only screen and (max-width: 768px) {
    .header {
        background: #12151b !important;
        height: 60px !important;
    }
    #nav-wrap a#toggle-btn {
        display: block;
    }
    .spadbgimage{
        padding-top: 20%;
    }
    .footer .copyright {
        padding-right: 0px !important;
        text-align: center;
    }
    .footer-section .social {
        text-align: center;
        display: block;
        margin-top: 7%;
        margin-bottom: 5%;
    }
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: fit-content;
    }
    .branchh{
        width:50% !important;
    }
    
}
@media only screen and (max-width: 768px) {
    .dropdown {
        position: relative !important;
        display: block !important;
    }
    .dropdown .current{
        margin-left: -1% !important;
        margin-top: 5% !important;
    }
    }