.sub_menu_bar {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 46px;
    background-color: rgba(32, 90, 159, 0.83);
    
    z-index: 100;
/*
        width: 100px;
    height: 38px;
    
    background-color: white;
    border-radius: 8px;
    
    border-style: solid;
    border-width: 2px;
    border-color: #d4d4d4;
    
    font-size: 16px;
    font-weight: 700;
    margin: 10px;
    margin-top: 0px;
    
    transition: 0.5s;
*/
}

.create_user_btn {
    position: fixed;
    right: 5px;
    top: 65px;
    
    width: 130px;
    height: 34px;
    
    background-color: white;
    border-radius: 8px;
    
    border-style: solid;
    border-width: 2px;
    border-color: #d4d4d4;
    
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    margin-top: 0px;
}

.user_search_div {
    position: fixed;
    left: 10px;
    top: 65px;
    width: 200px;
    height: 34px;
    
    background-color: white;
    border-radius: 8px;
}

.user_search_field {
    
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    
    position: fixed;
    top: 65px;
    left: 10px;
    height: 34px;
    width: 170px;
    background-color: transparent;
/*    background-color: red;*/
    margin: auto;
    border-radius: 8px;
    border: none;
    
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    
    
}

.user_search_btn {
    position: fixed;
    top: 65px;
    left: 180px;
    padding: 0px;
    margin: 0px;
    background-color: rgb(70, 148, 240);
    
    width: 30px;
    height: 34px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    
    
}
.user_search_btn_img {
    height: 22px;
}


/*Add User UI*/
.add_user_UI {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 100vh;
    
        background-color: rgba(159, 159, 159, 0.64);
     backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    
    display: none;

    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}

.add_user_card {
    position: absolute;
    width: 300px;
  height: 660px;
  z-index: 2015;
  /* top: 50%; */
  left: 50%;
  /* margin: -500px 0 0 -150px; */

  top: 40px;
  margin: 40px 0 0 -150px;
    

    background-color: white;
    
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);

    margin-bottom: 100px;
}

.add_user_card h2 {
    font-size: 28px;
}
.add_user_card h4 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.add_user_card_input {
    width: 80%; 
    max-width: 500px;
    height: 38px;
    border-radius: 8px;
    
    border-style: solid;
    border-width: 2px;
    border-color: #d4d4d4;
    
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color:white;
    
    margin-bottom: 15px;
}

.add_user_button {
    width: 100px;
    height: 38px;
    
    background-color: white;
    border-radius: 8px;
    
    border-style: solid;
    border-width: 2px;
    border-color: #d4d4d4;
    
    font-size: 16px;
    font-weight: 700;
    margin: 10px;
    margin-top: 0px;
    
    transition: 0.5s;
    
}

.add_user_action_button {
    width: 100px;
    height: 40px;
    
    background-color: white;
    border-radius: 8px;
    
    border-style: none;
/*
    border-width: 1px;
    border-color: #d4d4d4;
*/
    
    font-size: 18px;
    font-weight: 800;
    margin: 10px;
    margin-top: 0px;
    
    
    margin-top: 20px;
    width: 120px;
    
    box-shadow: 0 0px 5px 1px rgba(119, 119, 119, 0.37);
    -webkit-box-shadow: 0 0px 5px 1px rgba(119, 119, 119, 0.37);
    -moz-box-shadow: 0 0px 5px 1px rgba(119, 119, 119, 0.37);
}



.load_more_btn {
    width: 140px;
    height: 40px;
 
    background-color: rgba(32, 90, 159, 0.83);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    color: white;
    border-radius: 8px;
    box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -webkit-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    -moz-box-shadow: 0 0px 10px 1px rgba(64, 64, 64, 0.37);
    
    cursor: pointer;
    margin-top: 60px;
}


/* Drop down list */

.drop_down_list {
    width: 220px;
    height: 40px;
    
    font-size: 16px;
    font-weight: 500;
    text-align: center;

    outline: none;
    border: none;

    border-style: solid;
    border-width: 2px;
    border-color: #d4d4d4;
    
}

.drop_down_option {
    text-align: center;
}