:root{    
    --color: #0B395D;
}
#hamburger {
    z-index: 10;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 23px;
    left: 2vw;
    background-color: #0f3a5d;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(10, 10, 10, 0.3);
    transition: all 0.1s ease-in-out;
  }
  #hamburger .icon-bar {
    display: block;
    background-color: #FFFFFF;
    width: 22px;
    height: 2px;
    transition: all 0.1s ease-in-out;
  }
  #hamburger .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  
  .nav {
    z-index: 9;
    position: fixed;
    bottom: 4.5%;
    left: 2.2%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibilty: hidden;
    opacity: 0;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.18, 1.35, 1, 1);
  }  
  .nav.show {
    visibility: visible;
    opacity: 1;
  }
  .nav:hover {
    background-color: #0f3a5d;
  }
  .nav:hover i {
    color: white;
  }
  .active-nav-link{
    background-color: #0f3a5d;
  }
  .material-icons {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.54);
  }
  
  #email.show {
    transform: translateY(-125%);
  }
  
  #calendar.show {
    transform: translateY(-250%);
  }
  #home.show {
    transform: translateY(-375%);
  }

 /* #callusicon.show {
    transform: translateY(-500%);
  }*/
  #video-chat.show {
    transform: translateY(-500%);
  }
  #live-chat.show {
    transform: translateY(-625%);
  }

  #callusicon > i{
    font-size: large;
    color: gray;

  }
  
  #hamburger.show {
    box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.48);
    background: #082c49;
  }
  #hamburger.show #wrapper {
    transition: transform 0.3s ease-in-out;
    transform: rotateZ(90deg);
  }
  #hamburger.show #one {
    transform: translateY(6px) rotateZ(45deg) scaleX(0.9);
  }
  #hamburger.show #thr {
    transform: translateY(-6px) rotateZ(-45deg) scaleX(0.9);
  }
  #hamburger.show #two {
    opacity: 0;
  }
  

  /*********************************************/
  .floating-wrapper{
    z-index: 9;
    position: fixed;
    bottom: 83px;
    left: 2.7%;
    width: 380px;
    height: fit-content;
    border-radius: 10px 10px 15px 15px;
    background-color: #0B395D;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    box-shadow: 3px 3px 20px 7px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(0.18, 1.35, 1, 1);
  }
  .floating-wrapper.show {
    visibility: visible;
    opacity: 1;
  }
  .header-wrapper{
    background: #0B395D !important;
    padding: 15px;
    padding-bottom: 5px;
    color: #ffffff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  .intro-header{
    display: flex;
    width: 100%;
    align-items: flex-start;
  }
  .intro-img{
    width: 60px !important;
    height: 55px !important;
    border-radius: 11rem;
    box-shadow: 1px 1px 7px 4px #00000042;
    margin-right: 11px;
  }
  .intro-message{
    line-height: 1.5;
    font-family: 'springwood_brush_demoregular';
    font-size: 20px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
  }
  .intro-message .title{
    font-size: 21px;
    font-weight: 600;
  }
  .intro-message .desc{
    font-size: 15px;
    font-weight: 500;
  }
  .body-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #ffff;
    border-radius: 10px;
    height: inherit;
    box-shadow: -1px -8px 9px 0px hsl(0deg 0% 0% / 30%);
    padding-top: 10px;
    height: 450px;
  }
  .body-wrapper-link{
    width: 90%;
    height: 55px;
    margin-bottom: 15px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 20%);
    background-color: #ffffff;
    cursor: pointer;
  }
  .body-wrapper-link:hover{
    background-color: #0b395d;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 52%);
  }
  .body-wrapper-link .material-icons{
    width: 40px;
    margin: 0px 15px;
    font-size: 30px;
    color: #0B395D;
    text-shadow: 2px 4px 7px #0000007d;
  }
  .body-wrapper-link:hover .material-icons{
    color: #ffffff !important;
  }
  .link-content{
    display: flex;
    flex-direction: column;
  }
  .body-wrapper-link:hover .link-content-label {
    color: #fff;
    transition: none;
    letter-spacing: 1px;
  }
  .floating-footer {
    font-size: 12px;
    padding: 14px 10px;
    color: #d7d7d7;
  }
  .link-content-desc{
    font-size: 11px;
    color: #808080;
    font-weight: 500;
  }
  .body-wrapper-link:hover .link-content-desc{
    color: #ffffff;
  }
  .swal2-popup{
    transform: scale(1.8);
  }
  /********************************************/
  @media (max-width:885px){
    #hamburger {
      bottom: 13px !important;
      left: 2% !important;
    }
    .floating-wrapper{
      bottom: 70px;
    }
    .swal2-popup{
      transform: scale(1.3);
    }
    .nav{
      bottom: 20px !important;
      left: 2.5% !important;
    }
  }
