html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: palanquin;
    src:url('../css/fonts/palanquin/palanquin-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
.card {
    background: #fff;
    transition: .5s;
    border: 0;
    margin-bottom: 30px;
    border-radius: .55rem;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    
}
.chat-app .people-list {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}

.chat-app .chat {
    margin-left: 280px;
    border-left: 1px solid #eaeaea;
    font-family: Palanquin !important;
    font-size: 18px;
    font-weight: 500;
}

.people-list {
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.people-list .chat-list li {
    padding: 2px;
    list-style: none;
    border-radius: 3px
}

.people-list .chat-list li:hover {
    background: #efefef;
    cursor: pointer
}

.people-list .chat-list li.active {
    background: #efefef
}

.people-list .chat-list li .name {
    font-size: 18px;
    height: 10px;
    padding: 3px;
    color: white;
    background-color: #ff7142;
    border-radius: 5px 5px 0px 0px;
}

.people-list .chat-list img {
    width: 100%;
 
}

.people-list img {
    float: left;
    height: 40px;
    margin-bottom: 15px;

}

.people-list .about {
    float: left;
    padding-left: 8px;
    width: 100%;
}

.people-list .status {
    color: #999;
    font-size: 13px;
    position: relative;
    width: 100%;
}
.people-list .status .quest{
    font-size: 18px;
    text-align: left;
    background-color: #167dc2;
    color: white;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}
.chat .chat-header {
    padding: 15px 20px;
    border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img {
    float: left;

    width: 59px
}
.chat-about h6{
    font-size: 20px;
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px
}

.chat .chat-history {
    padding: 20px;
    border-bottom: 2px solid #fff
}

.chat .chat-history ul {
    padding: 0
}

.chat .chat-history ul li {
    list-style: none;
    margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
    margin-bottom: 0px
}

.chat .chat-history .message-data {
    margin-bottom: 15px
}

.chat .chat-history .message-data img {
    border-radius: 40px;
    width: 40px
}

.chat .chat-history .message-data-time {
    color: #434651;
    padding-left: 6px
}

.chat .chat-history .message {
    color: #444;
    padding: 18px 20px;
    line-height: 26px;

    border-radius: 7px;
    display: inline-block;
    position: relative
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .my-message {
    background: #efefef;
    float: left;
    text-align: left
    
}
.centrally{
    background-color: #4497cd;
    padding: 5px;
    border-radius: 10px;
    color: white;
}
.cent_title{
    font-size: 18px;
    background-color: #ff7142;
}
.chat .chat-history .my-message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #efefef;
    border-width: 10px;
    margin-left: -10px
}

.chat .chat-history .other-message {
    background: #e8f1f3;
    text-align: right;
    font-family: Palanquin;
}

.chat .chat-history .other-message:after {
    border-bottom-color: #e8f1f3;
    left: 93%
}

.chat .chat-message {
    padding: 20px;
    height: 130px;
}
.chat-about h6{
    margin-bottom: 1px;
}

.online,
.offline,
.me {
    margin-right: 2px;
    
    vertical-align: middle
}

.online {
    color: #86c541
}

.offline {
    color: #e47297
}

.me {
    color: #1d8ecd
}

.float-right {
    float: right
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.tag-container {
    display: flex;
    flex-flow: row wrap;
  }
  
  .tag{
    pointer-events: none;
    background-color: #f56925;
    color: white;
    padding: 6px;
    margin: 5px;
  }
  
  .hrlogo{
    height:115px;
  }
  .travel_guide img{
    width: 100%;
  }
  .tr_guide_row .hrlogo{
    height: 60px;
    width: 55%;
    
  }
  .tr_guide_row .col-md-12{
    margin: 0px;
    padding: 0px;
  }
  .scrollbar
{
	width: 100%;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}
.relative_conta{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
 .etpelogo{
    width:130px !important;
    float: right !important;
    text-align: center;
}
.chat-message .inp_btn  {
    background: #ffffff73;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    height: 80px;;
    
    /*stacking fieldsets above each other*/
    position: relative;
  }
#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: 4px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #ff7142;
	 
}
.input-group{
    display: block !important;
}
.bttn{
    appearance: none;
    -webkit-appearance: none; /* for Safari */
    border: none;
    background-color: #ffffff00;
    color: #fff;
    padding: 0px 20px;
    border-radius: 5px;
    cursor: pointer;
    
}
.fa-send{
    position: absolute;
    z-index: 10;
    right: 14px;
    top: 38px;
    font-size: 53px;
    color: #86c541;
    
    transition: all 0.2s ease-in-out;
}
.fa-send:hover{
    font-size: 57px ;
    color: green;
    

}
.close_1{
    float: right;
    font-size: 21px;
    font-weight: 100;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    color: red;
}
#note_me{
    height: 30px;
    color: orangered;
    display: block;
}
.modal_chat{
    height: 600px;
}
.submit_back{
    width: 100%;
top: 0px;
right: 0px;
left: 0px;
position: fixed;
background-color: #000000a1;
margin: 0 auto;
height: 1000px;
z-index:1001;
}
.menue_op .fa{
    display: none;
}

@media only screen and (max-width: 767px) {
    .menue_op .fa{
        float: left;
        font-size: 38px;
        color: orange;
        display: block;
        cursor: pointer;
         z-index: 1001;
         transition: all 0.3s ease-in;
    }
    .menue_op .fa:hover{
        color: rgb(212, 138, 0);
    }
    .etpelogo {
        width: 130px !important;
        float: none !important; 
        text-align: center;
        margin: 0px auto;
        margin-top: 15px;
    }
    .chat-app .people-list {
        position: fixed;
        height: 465px;
        width: 100%;
        overflow-x: auto;
        background: #fff;
        left: -400px;
        z-index: 1000;
        
    }
    .chat-app .people-list.open {
        left: 0
    }
    .chat-app .chat {
        margin: 0
    }
    .chat-app .chat .chat-header {
        border-radius: 0.55rem 0.55rem 0 0
    }

    .chat-message .inp_btn{
        height: 40px;
    }
    .fa-send{      
        font-size: 30px;
        top: 34px;
    }
    .fa-send:hover{      
        font-size: 40px;
    }
    .tr_guide_row .hrlogo{
        width: 95%;
    }
    .travel_guide .col-md-6{
        padding: 0px;
    }
    .travel_guide div{
        padding: 0px;
    }
    .travel_guide img{
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .chat-app .chat-list {
        height: 650px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: 600px;
        overflow-x: auto
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .chat-app .chat-list {
        height: 480px;
        overflow-x: auto
    }
    .chat-app .chat-history {
        height: calc(100vh - 350px);
        overflow-x: auto
    }
}
