.title_bar {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.64);
     backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 99;
}

.header_logo {
    position: fixed;
    margin-top: 0px;
    top: 15px;
    width: 100px;
    left: calc(50% - 50px);
    z-index: 100;
    transform-origin: top left;
    transition: 0.4s;
}
.header_text {
    position: fixed;
    margin-top: 10px;
    top: 125px;
    width: 110px;
    left: calc(50% - 70px);
    text-align: left;
    z-index: 100;
    color: #1F2240;
    transform-origin: top left;
    transition: 0.4s;
}

.header_profile_icon {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 30px;
}

.content {
    min-height: calc(100vh - 125px);
}
.footer {
    clear: both;
    position: relative;
    width: 100%;
    font-weight:normal;
    color: black;
    padding-top: 10px;
    height: 40px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-top: 50px;
    background-color: #3077E1;
    background-color: transparent;
    z-index: 10;
}

.footer_info_button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 18px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-color: #989898;
    color: #989898;
}
.footer_copyright {
  font-size: 16px;
  font-family: "Helvetica Neue";
  color: #fff;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 20px;
    bottom: 30px;
      z-index: 33;
    font-weight:normal;
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Footer Popup UI*/
.outgoing_delete_notification_div {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
    
    background-color: rgba(78, 78, 78, 0.73);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 101;
    
    display: none;
}

.outgoing_delete_notification_background {
    position: fixed;
    width: 280px;
    height: 200px;
    margin: auto;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -140px;
    border-radius: 14px;
    
    background-color: white;
}

.outgoing_delete_notification_title {
    text-align: center;
    margin-bottom: 10px;
}

.outgoing_delete_notification_text {
    text-align: center;
    width: 95%;
    margin: auto;
    margin-bottom: 25px;
}

.outgoing_delete_notification_btn {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    
    font-size: 16px;
    font-weight: 700;
    background-color: #4b4b4b;
    width: 110px;
    height: 34px;
    border-radius: 10px;
    font-size: 18px;
    color: white;
    margin: auto;
}

#outgoing_delete_cancel {
    position: fixed;
    background-color: #F4373C;
    left: 50%;
    margin-left: -115px;
}

#outgoing_delete_continue {
    position: fixed;
    background-color: #10a74a;
    background-color: #969696;
    left: 50%;
    margin-left: 5px;
}

#info_dismiss_button {
    margin: auto;
    width: 100px;
    margin-left: calc(50% - 50px); 
}

.footer {
    clear: both;
    position: relative;
    width: 100%;
/*    font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
    font-weight:normal;
    color: black;
    padding-top: 10px;
    height: 40px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-top: 50px;
    
    background-color: #3077E1;
    background-color: transparent;
    
/*    z-index: 100;*/
    z-index: 10;

    height: 86px;
    margin-bottom: 30px;
/*    background-color: rgb(238, 238, 238);*/
}

.footer_text {
/*    background-color: red;*/
    margin: auto;
    height: 40px;
    
    font-size: 20px;
    text-decoration: none;
    color: #454545;
    line-height: 40px;
    font-weight: 500;
}

.footer_text_2 {
/*    background-color: red;*/
    margin: auto;
    height: 28px;
    
    font-size: 20px;
    text-decoration: none;
    color: #454545;
    line-height: 40px;
    font-weight: 500;

    width: 100%;
    position: relative;
    text-align: center;
    display: block;
}