.page-wrapper .page-content
{
    left: 0;
/*     position: absolute!important; */
/* 	padding-top:0!important; */
}
.card.speaker_responsive
{
    background:#fff!important;
}
.np-button {
    margin: 0 70px;
}
.carh_h
{
    min-height: 255px;
    padding:10px 0;
}
.live-right
{
    text-align:right;
}
.scrollbar
{
    overflow-y:scroll;
}
.card.speaker_responsive
{
        min-height:975px;
}
.next-btn {
    float: right;
    margin-top: -5px;
}

.hide-btnd
{
display:none!important;

}
.margin-20px-bottom
{
    margin-bottom:20px;
}

/* total width */
.scrollbar1
{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 1.25rem;
    right: 0;
    /*padding: 30px; */
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollbar1::-webkit-scrollbar {
    width: 5px;
}
 
.scrollbar1::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar1::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #777d8b; 
}
#ann1{color: #528ce2 !important;
    font-size: 17px !important;
    font-weight: 500 !important;} 
 
.new-color {
    background: linear-gradient( 
14deg
 , #303d68 0%, rgb(7 10 10));
    border: none;
    box-shadow: 0 3px 6px rgb(15 21 41 / 18%), 0 3px 6px rgb(0 0 0 / 23%);
}
.new-color p{color:#fff!important;}
.dash-data-card h3, .crm-data-card h3 {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
 
.scrollbar
{

	float: left;

	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}


#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 5px;
    background-color: #e60f0f;
}
#style-4::-webkit-scrollbar-thumb {
    background-color: #424c6b;
   
    width: 1px;
}


.btn-gradient-primary:hover, .btn-gradient-primary:focus, .btn-gradient-primary:active, .btn-gradient-primary.active, .btn-gradient-primary.focus, .btn-gradient-primary:active, .btn-gradient-primary:focus, .btn-gradient-primary:hover, .open>.dropdown-toggle.btn-gradient-primary, .btn-gradient-primary.active, .btn-gradient-primary:active, .show>.btn-gradient-primary.dropdown-toggle {
    background: linear-gradient(
14deg
, #051321 0%, rgb(15 20 28));
    color: #fff;
}


.logo-lg-w {
    width: 100px !important;
}


.navbar-custom {
    background: #fff;
     margin-left:0px; 
    min-height: 70px;
    position: relative;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%), 0 2px 2px rgb(0 0 0 / 0%);
}
.chat-box-left .chat-list .media.new-message:hover {
    border: 1px solid #859cb7a1;
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    /*box-shadow: 0 2px 4px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 11%);*/
    border-radius: 7px;
}
 .global-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}
.global-wrapper aside {
    position: fixed;
    width: 95px;
    float: right;
    text-align: left;
    height: 100%;
    transition: all .3s ease-in-out;
    background-color: #ffffff;
    left: -1.6%;
    top: 45px;
    /* padding-top: 0%; */
    z-index: 1;
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%), 0 6px 6px rgb(0 0 0 / 11%);
}
.global-wrapper aside h1 {
    color: white;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    margin: 25px auto;
    background: #0FA0EB;
}
.global-wrapper aside ul {
    list-style: none;
    padding-right: 0px;
    margin-top: 30px;
}
.global-wrapper aside ul li a {
    margin: 2px 7px 5px 0PX;
    cursor: pointer;
    padding: 5px 0px 5px 5px;
}
.global-wrapper aside ul li:hover {
    background: #eaf0f9;
}
.global-wrapper aside ul li:hover i {
    color: #0FA0EB !important;
}
.global-wrapper aside ul li .nav-item {
    display: inline-block;
    width: 100%;
    overflow: hidden;

    transition: width .3s ease-in-out;
    white-space: nowrap;
    color: #fff;
}
.global-wrapper aside ul li .nav-item i {
    float: left;
    position: relative;
    top: -12px;
    color: #292e40;
    font-size: 30px;
    left:10px;
}
/*.global-wrapper aside ul li .nav-item span {*/
/*    opacity: 0;*/
/*    transition: all 0.2s ease-in-out;*/
/*}*/
.global-wrapper aside ul .active {
   
    background: ghostwhite;
}
.global-wrapper aside ul .active i {
    color: #0FA0EB !important;
}
.global-wrapper aside ul:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.global-wrapper main {
    float: left;
    width: calc(100% - 114px);
    height: 100%;
    overflow: scroll;
    transition: all .3s ease-in-out;
}
.global-wrapper main #blackout-on-hover {
    transition: opacity .3s ease-in-out;
    opacity: 0;
}
.global-wrapper main header {
    position: relative;
    background: #0FA0EB;
    width: 100%;
    height: 264px;
}
.global-wrapper main header h2 {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 34px;
    left: 20px;
}
.global-wrapper main header nav {
    position: fixed;
    right: 20px;
    top: 10px;
    padding: 25px;
    font-wieght: 100;
    color: white;
}
.global-wrapper main #card-view {
    padding: 20px;
}
.global-wrapper main #card-view article {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 300px;
    background: white;
    border: 1px solid silver;
    margin: 15px;
    border-radius: 2px;
}

.global-wrapper main #card-view article .card-text {
    padding: 0px 10px;
}
.global-wrapper main #card-view article button {
    background: #0FA0EB;
    border: 0;
    color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
}
.global-wrapper main #card-view article button:hover {
    background: #858E99;
}
.global-wrapper aside:hover {
    width: 267px;
    /* transition: all .3s ease-in-out; */
}
.global-wrapper aside:hover .nav-item {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    /* height: 25px; */
    /* transition: all .3s ease-in-out; */
}
.global-wrapper aside:hover .nav-item i {
    float: left;
}
.global-wrapper aside:hover .nav-item span {
    opacity: 1;
    /* transition: all 0.5s ease-in-out; */
    margin-left: 5px;
    color:#292e40;
}
.global-wrapper aside:hover ~ #main {
    width: calc(100% - 302px);
    transition: all .3s ease-in-out;
}
.global-wrapper aside:hover ~ #main #blackout-on-hover {
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: .5;
    transition: opacity .3s ease-in-out;
}

/*modal form css*/
.live-right button
{
    background:linear-gradient( 14deg , #303d68 0%, rgb(7 10 10));
}
   .modal.right.fade.in .modal-dialog {
right:0 !important;
transform: translateX(-50%);
}
.right
 {
     z-index:111111;
 }
.modal.right .modal-content {
height:auto;
top:10%;
/*overflow:auto;*/
border-radius:0;
}
.modal.right .modal-dialog {
position: fixed;
margin: auto;
height: 100%;
-webkit-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
.modal.right.fade.in .modal-dialog {
transform: translateX(0%);
}
.modal.right.fade .modal-dialog {
right: 0px;
-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
-o-transition: opacity 0.3s linear, right 0.3s ease-out;
transition: opacity 0.3s linear, right 0.3s ease-out;
}
    
    
   .modal.right .modal-header {background-color:#2c385f; color:#fff}
    .modal.right .modal-header::after {content:""; display:inline-block;}
    .modal.right .close {text-shadow:none; opacity:1; color:#fff; font-size:26px;position:absolute;float:right;right:10px;}
/*  form-control  */
    
* chat_box */
.chat_box {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.chat_box > * {
	padding: 16px;
}

/* head */
.head {
	display: flex;
	align-items: center;
}
 .head .user {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.head .user .avatar {
	margin-right: 8px;
}
.head .user .avatar img {
	display: block;
	border-radius: 50%;
}
.head .bar_tool {
	display: flex;
}
.head .bar_tool i {
	padding: 5px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* body */
.box {
	flex-grow: 1;
	background-color: #02306485;
}
.box .bubble {
	display: inline-block;
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 15px;
}
.box .bubble p {
	color: #f9fbff;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	margin-bottom:0;
}
.box .incoming {
	text-align: left;
}
.box .incoming .bubble {
	background-color: #0000002b;
}
.box .outgoing {
	text-align: right;
}
.box .outgoing .bubble {
	background-color: #50caff;
}
.right .modal-content
{
    background:#fff;
}
/* foot */
.foot {
	display: flex;
}
.foot .msg {
	flex-grow: 1;
}
input[type="text"], button {
    padding: 4px 8px;
    /*border: 0;*/
    outline: 0;
}

@keyframes bounce {
	50% {
		transform: translate(0, 5px);
	}
	100% {
		transform: translate(0, 0);
	}
}
.ellipsis {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #b7b7b7;
}
.dot_1 {
	/* animation: name duration timing-function delay iteration-count */
	animation: bounce 0.8s linear 0.1s infinite;
}
.dot_2 {
	animation: bounce 0.8s linear 0.2s infinite;
}
.dot_3 {
	animation: bounce 0.8s linear 0.3s infinite;
}


/*end form css*/

@import url(https://zavoloklom.github.io/material-design-iconic-font/css/docs.md-iconic-font.min.css);

.fabs {
 z-index: 998;
  
}

.fab {
  display: block;
  width: 37px;
    height: 37px;
  border-radius: 50%;
  text-align: center;
  color: #f0f0f0;
  /* margin: 25px auto 0; */
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  background: #e8ab4e
}

.fab > i {
    font-size: 21px;
    line-height: 37px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


/*Chatbox*/

.chat {
    position: fixed;
    left: 85px;
    bottom: 20px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Roboto';
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 1px 1px 100px 2px rgb(0 0 0 / 22%);
    border-radius: 10px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 999;
    /* padding: 1px; */
    background: #fff;
    border: 1px solid #292e40;
    padding: 2px;
}

.chat_fullscreen {
    position: fixed;
    right: 0px;
    bottom: 0px;
    top: 0px;
  }

.chat_header .span {
  float:right;
}

.chat_fullscreen_loader {
  display: none;
    float: right;
    cursor: pointer;
    /* margin: 10px; */
    font-size: 20px;
    opacity: 0.5;
    /* padding: 20px; */
    margin: -10px 10px;
}

.chat.is-visible {
  opacity: 1;
  -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}
.is-hide{
  opacity: 0
}

.chat_option {
  float: left;
  font-size: 15px;
  list-style: none;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: relative;
  margin-right: 10px;
      letter-spacing: 0.5px;
      font-weight: 400
}



.chat_body {
  background: #fff;
  width: 100%;
display: inline-block;
  text-align: center;
    overflow-y: auto;


}

.fab_field {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

}

.fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px;
}

.fab_field .fab>i {
  font-size: 1.6em;
  line-height: 35px;
  color: #bbb;
}
.fab_field .fab>i:hover {
  color: #42a5f5;
}
.chat_conversion {

}
.tbtn{margin-top:12px !important;
    margin-left:12px;
   
}

.nav-item img{width:30px}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 99 !important;
}



/* clock css */



  #clock {
    border: 1px solid #64676d;
    position: relative;
    /* font-family: helvetica; */
    font-size: 13px;
    color: #fff !important;
    /* text-shadow: 2px 2px 2px black; */
    width: 50%;
    float: left;
    padding: 15px;
    /* box-sizing: border-box; */
    text-align: center;
    min-height: 120px;
    background: #272f56 !important;
  }
  
  
 .chat-box-left .chat-list .media.new-message {
    border: 1px solid #dce7f5;
    background-color: #f1f5fa;
    margin-bottom: 7px;
    border-radius: 5px;
    box-shadow: 0 2px 2px #ada5a582, 0 4px 4px #ada5a582;
}
  
  /* .chat-box-left .chat-list .media.new-message {
     margin-bottom: 5px;
    border-radius: 5px;
    background-color: #537895;
    background-image: linear-gradient(
315deg
, #22567f 0%, #09203f 74%);
animation: gradient 15s ease infinite;
    color: #fff;
} */


.text-red {
  color: rgb(30 30 30 / 90%);
}
.blink-hard {
  animation: blinker 1s step-end infinite;
}
.blink-soft {
  animation: blinker 1.8s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}



/*// mobile css....///*/




@media only screen and (max-width: 1680px) 
{

    .card.speaker_responsive
{
    min-height: 770px;
    background:#fff!important;
}
}

@media only screen and (max-width: 1450px) 
{
.global-wrapper aside
{ 
left: -2.6%;
}
/*       .page-wrapper .page-content 
		{
        	padding: 0px 0px 60px 45px;
        } */
	
}



  

@media only screen and (max-width: 1024px) 
{
    .m-hide{display:none;}
        .global-wrapper aside ul li .nav-item {
    color: #000;
    opacity: 1;
}
.global-wrapper aside
{
    width:270px;
}
/* .page-wrapper .page-content {
        padding: 0px;
        } */

.np-button {
    margin: 0 10px;
}
}

@media only screen and (max-width: 768px) {
        .global-wrapper aside ul li .nav-item {
    color: #000;
    opacity: 1;
}
  .responsive_investorlogo
    {
        position:absolute!important;
        width:230px!important;
        /*height:30px;*/
            top: 3.5em;
             right: 0em;
    }
    .footer-responsive
    {
        position:inherit;
    }
    .nav-user img
    {
            width: 100px!important;
            height: 35px;
    }
  .logo-lg-w {
    width: 82px !important;
    margin-right: 50%;
    margin-top:7%;
}
.navbar-custom .topbar-nav li
{
    margin-top:0%;
}
.enlarge-menu.enlarge-menu-all .topbar .topbar-left {
    margin-left: 0;
    width: 80px !important;
}
.navbar-custom .nav-link {
    padding: 0 0.75rem;
    color: #7081b9;
    line-height: 70px;
    max-height: 70px;
    position: relative;
    z-index: 999999;
}
.global-wrapper aside {
    position: fixed;
    width: 270px;
    float: right;
    text-align: left;
    height: 100%;
    transition: all .3s ease-in-out;
    background-color: #ffffff;
    left: -4.6%;
    top: 63px;
    /* padding-top: 0%; */
    z-index: 99999;
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%), 0 6px 6px rgb(0 0 0 / 11%);
}
.global-wrapper aside ul li a {
    margin: 2px 0px 2px 0PX;
    cursor: pointer;
    padding: 6px 0px 0px 0px;
}
.m-p{padding: 0.2rem !important;}
.page-content {
    width: 100%;
    position: relative;
    min-height: 100vh;
    /*padding:  0px !important;*/
}
.booth-row {
    margin-left: -15px;
}
#dlogo {
    width: 50% !important;
    /* padding: 6px 0px 3px 9px; */
    box-shadow: 0 3px 6px rgb(15 21 41 / 50%), 0 3px 6px rgb(0 0 0 / 23%);
    margin:-25% 0% 0% -3% !important;
 left: 46%;
    bottom: 11%;
    position: relative;
    /* z-index: 9999999999; */
}

}


@media only screen and (max-width: 640px)
{
    .carh_h
{
    min-height: auto;
}
.live-right
{
    text-align:left;
}
.hide-btnd
{
display:block!important;
}
.show-btnd
{
    display:none!important;
}
}

@media only screen and (max-width: 575px)

{
   .res-btn
   {
       margin-top:5px;
   }
   .global-wrapper aside 
   {
       left: -6.6%;
       width:250px;
   }
}
.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #d8d8d8;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0;
    max-height: 4rem;
    }
    .header .logo {
    font-size: 1.2rem;
    font-weight: 600;
    }
    .header .subtext {
    font-size: 1.1rem;
    }
    .contact-info {
        display: flex;
        align-items: center;
        padding: 10px;
        /* background-color: #0c2678; */
        width: fit-content;
        color: #fff;
        background: linear-gradient( 
    14deg , #051321 0%, rgb(15 20 28));
        }
    .contact-info .avatar img {
    width: 100%;
    /* height: 100%;
    border-radius: 9999px; */
    }
    .contact-info .user-info {
        margin-left: 5px;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        }
     .input-area {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 7px;
            background: #e1e5ed;
            border: 1px solid #ffffffc9;
          
            }
    .input-area input[type="text"] {
    padding: 0.4rem 0.4rem;
    outline: none;
    border-radius: 7px;
    border: 1px solid #d8d8d8;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    }
    .input-area button {
    outline: none;
    border: none;
    width: 5rem;
    height: 2.3rem;
    border-radius: 0%;
    margin-left: 0.4rem;
    /* border: 1px solid #dce1eb; */
    cursor: pointer;
    background: #6e9cff;
    color: #fff;
    }
    .input-area button:hover {
    background-color: #e6e6e6;
    color:#000;
    }
    .input-area .fa-paper-plane {
    color: #00c3ff;
    }
    .chat-box {
        width: 100%;
        height: 400px;
        padding: 2rem 1rem;
        display: flex;
        flex-direction: column-reverse;
        overflow-y: auto;
        background: #7c8493;
        }
    .message {
    padding: 0.3rem 1rem;
    margin: 0.5rem 0;
    border-radius: 7px;
    width: fit-content;
    }
    .message .timestamp {
    color: #646464;
    font-size: 0.6rem;
    }
    .message.primary {
    text-align: left;
    background-color: #fff;
    margin-left: auto;
    }
    .message.secondary {
    text-align: left;
    background-color: #fff;
    margin-right: auto;
    }
    /* Media Queries */
    @media only screen and (max-width: 600px) {
    .contact-info .avatar {
    width: 35px;
    height: 35px;
    }
    }
    
    
    .new-color .card-body{padding:9px}
 
.agency-logo{
    background: #e9edf5;
    padding: 10px;
    margin: 5px 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 10px;
}
     
    
    
    
    
    