.navbar  {
  height: 89px !important;
}
.navbar-nav{
  margin-bottom:0px !important;
}
.navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  margin-top: 1px;
}

.nav-item .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px; 
  left: 30px; 
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 1;
}
.account-table th{
    color: #009688;
}

.custom-dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
  }
  
  .custom-dialog-content {
    margin: auto;
    width: 60%; 
    position: relative;
    top: 55%;
    transform: translateY(-50%);
    overflow: hidden;
  }
.api-dialog{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
  }
  
  .api-dialog-content {
    margin: auto;
    width: 35%; 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background-color: white;
    overflow: hidden;
  }
.service-dialog{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
  }
  
  .service-dialog-content {
    margin: auto;
    width: 30%; 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background-color: white;
    overflow: hidden;
  }
.Refund-dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  
  .Refund-dialog-content {
    margin: auto;
    width: 35%; 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    overflow: hidden;
    
  }
.Confirm-dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  
  .Confirm-dialog-content {
    margin: auto;
    width: 35%; 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    overflow: hidden;
    
  }
.Process-dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  
  .Prcess-dialog-content {
    margin: auto;
    width: 32%; 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    overflow: hidden;
    
  }
.Resend-dialog{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  
  .Resend-dialog-content {
    margin: auto;
    width: 32%; 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    overflow: hidden;
    
  }
  .refund{
    margin-top: -16px;
    padding-left: 8px;
  }
  .top-txt{
    width: 100%;
    height: 10%;
    background-color: #009688;
    color: white;
    padding: 5px;
    font-weight: bold;
    overflow: hidden;
  }
  .close-btn {
    color:white;
    float: right;
    font-size: 18px;
    cursor: pointer;
  }
  
  .close-btn:hover,
  .close-btn:focus {
    color: black;
    text-decoration: none;
  }
  #payment-table{
    margin-left: -4%; 
  }
  #payment-table th{
    padding: 8px; 
    background-color: #7DBF69; 
    color: white; 
    font-size: 12px;
    width: 10%;
    text-align: left;
  }
  #payment-table td{
    font-size: 13px;
    margin-left: 2%;
  }
  .big-icon {
    font-size: 1rem; 
}
.google-auth-txt{
  margin-top: -5px;
}
.google-auth-txt p{
  color: #009688;
  font-weight:500;
}
.p-chat-user {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  z-index: 1030;
  background-color: #fff;
  -webkit-box-shadow: -2px 0 11px -2px rgba(0, 0, 0, .3);
  box-shadow: -2px 0 11px -2px rgba(0, 0, 0, .3);
}
.p-chat-user .chat-search-box {
  padding: 20px
}
.user-box {
  height: 100%
}
.user-box .media-object {
  height: 45px;
  width: 45px;
  display: inline-block
}
.img-radius {
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(43, 43, 43, .2);
  box-shadow: 0 5px 10px 0 rgba(43, 43, 43, .2);
  vertical-align: middle;
}
.users-main .media .chat-header {
  font-size: 14px;
  font-weight: 600;
}
.live-status {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 100%;
  border: 1px solid;
  background-color: #198754;
}
.p-chat-user .userlist-box {
  cursor: pointer;
  border-bottom: 1px solid #efefef;
}
.users-main .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.p-chat-user .userlist-box .media-left {
  padding-right: 10px;
}
.showChat_inner {
    position: fixed;
    top: 0;
    background-color: #fff;
    right: 0;
    display: none;
    width: 280px;
    height: 100%;
    z-index: 1032;
    background-color: #fff;
    -webkit-box-shadow: -2px 0 11px -2px rgba(0, 0, 0, .3);
    box-shadow: -2px 0 11px -2px rgba(0, 0, 0, .3);
}

.showChat_inner .chat-reply-box {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 0;
    border-top: 1px solid #ccc
}

.showChat_inner .chat-inner-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px
}
.chat-menu-content{
  margin-top: 21%;
  margin-left: -5%;
}
.showChat_inner .chat-messages {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px
}

.showChat_inner .chat-messages .chat-menu-content>div,.showChat_inner .chat-messages .chat-menu-reply>div {
    position: relative;
    overflow: visible;
    display: inline-block
}

.showChat_inner .chat-messages .chat-menu-content>div .chat-cont,.showChat_inner .chat-messages .chat-menu-reply>div .chat-cont {
    padding: 10px;
    margin-bottom: 0
}

.showChat_inner .chat-messages .chat-menu-content .chat-time,.showChat_inner .chat-messages .chat-menu-reply .chat-time {
    margin: 9px 8px 0 10px
}

.showChat_inner .chat-messages .chat-menu-reply {
    text-align: right;
    padding-right: 10px
}

.showChat_inner .chat-messages .chat-menu-reply>div {
    border-radius: 10px 10px 0;
    background: #f2f7fb
}
.photo-table img {
  display: inline-block;
  width: 40px;
  margin-bottom: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
.img-radius {
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(43, 43, 43, .2);
  box-shadow: 0 5px 10px 0 rgba(43, 43, 43, .2);
}
img, svg {
  vertical-align: middle;
}

.showChat_inner .chat-messages .chat-menu-reply>div:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #f2f7fb;
    border-bottom-color: #f2f7fb
}

.showChat_inner .chat-messages .chat-menu-content>div {
    background: #d9ebff;
    border-radius: 0 10px 10px
}

.showChat_inner .chat-messages .chat-menu-content>div:before {
    content: '';
    position: absolute;
    top: 0;
    left: -14px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #d9ebff;
    border-top-color: #d9ebff
}

.back_chatBox,.back_friendlist {
    margin: 0 auto;
    font-weight: 600
}

.ntd-ctn {
	position: absolute;
    top: 8px;
    left: -8px;
    font-size: 10px;
    background: #e46a76;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    z-index: 999;
}
 


  
  