*:before,
*:after {
    box-sizing: border-box;
}

ul li,
ol li {
    list-style: none;
}

body {
    background: #e3e9f3;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    color: white;
}

.container-fluid {
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
}

.page .sidemenu .logo {
    padding: 10px;
    background-color: #F98124;
    height: 60px;
}

.page .sidemenu .logo img {
    margin-top: 18px;
}

.page .menu .las {
    font-size: 25px;
    padding: 7px;
    margin-bottom: 20px;
}


.page .menu a {
    color: #ffffff;
}

.page .menu a:hover {
    color: #c0c8d5;
}



.page .logout a{
    color: #ffffff; 
}

.page .logout a:hover{
    color: #c0c8d5; 
}















.page .menu dl,
ol,
ul {
    margin: 0;
    padding: 7px;
}

.page .logout {
    padding: 0 12px;
}

.page .logout .las {
    font-size: 25px;
    padding: 4px;
    margin-bottom: 20px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav .closebtn {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 31px;
    margin-left: 50px;
    background-color: #9dbef0;
    padding: 7px;
    line-height: 22px;
    border-radius: 10px;
}

.sidenav a {
    color: #ffffff;
    text-decoration: auto;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.sidenav {
    padding: 50px 0 0 0;
}

.sidenav .search {
    padding: 0;
}

.sidenav .list {
    padding: 10px;
    height: 830px;
    overflow: auto;
    margin-top: 0px;
    background-color: #fafcff;
    border-right: 1px solid #d8e3f6;
}

.sidenavt a {
    color: #ffffff;
}

.sidenav input {
    border-radius: 3px;
    border: none;
    padding: 14px;
    color: white;
    background: #2e4070;
    width: 90%;
    font-size: 14px;
}

.sidenav .fa-search {
    position: relative;
    left: -25px;
}

.sidenav ul {
    padding: 0;
    height: 770px;
    margin-top: 20px;
}

.sidenav ul li {
    padding: 10px 20px;
    background-color: #f6f9ff;
    margin: 8px 0;
    border: 1px solid #dae3f3;
    border-radius: 6px;
}

.sidenav ul .active {
    padding: 10px 20px;
    background-color: #e7ebf3;
    margin: 8px 0;
    border-left: 6px solid #5f86c2;
    border-radius: 6px;
}

.sidenav ul li:hover,
.sidenav ul li:active,
.sidenav ul li:focus {
    padding: 10px 20px;
    background-color: #f0f3f9;
    margin: 8px 0;
}

.sidenav .name {
    color: #2a3c6e;
}

.sidenav img {
    float: left;
    width: 50px;
    margin-right: 5px;
}

.sidenav .about {
    float: left;
    margin-top: 8px;
}

.sidenav .about {
    padding-left: 8px;
}

.sidenav .status {
    color: #92959e;
}

.sidenav .history {
    text-align: center;
    height: 50px;
    line-height: 49px;
    background-color: #5F86C2;
    display: none;
}

.sidenav .history a {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.bg-light {
    padding: 5px 10px 5px 10px;
    background-color: #5F86C2 !important
}

.navbar img {
    width: 100px;
}

.navbar .btn-login {
    display: -webkit-box;
}

.navbar .las {
    color: white;
    font-size: 30px;
    margin-top: 1px;
    margin-left: 15px;
    margin-right: 14px;
}

.navbar .btn-primary {
    color: #fff;
    background-color: #f98124;
    border-color: #f98124;
    border-radius: 100px;
    padding: 7px 18px;
}

.navbar .btn-primary:hover,
.navbar .btn-primary:focus,
.navbar .btn-primary:active {
    color: #fff;
    background-color: #f88d3b;
    border-color: #f88d3b;
}

.navbar .form-inline span {
    display: none;
}

.people-list .contacts {
    padding: 0;
    border-right: 1px solid #d8e3f6;
    height: 60px;
}

.people-list .contacts .h4, h4 {
    font-size: 16px;
    color: #2a3c6e;
    font-weight: bold;
    padding: 0 10px;
    line-height: 0;
    margin-top: 25px;
}

.people-list .contacts span {
    margin-right: 40px;
     color: #a8aab1;
     font-size: 12px;
 }

 .people-list .contacts .number {
    float: right;
    margin-top: 22px;
    margin-right: 14px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #5f86c2;
    background-color: #5f86c2;
}


.people-list .list span{

    color: #2a3c6e;
}





.sidenav2 {
    line-height: 20px;
    display: none;
    height: 100%;
    width: 400px;
    position: fixed;
    z-index: 100000;
    top: 0;
    right:  0;
    background-color: #FAFCFF;
    overflow-x: hidden;
    box-shadow: 0 10px 40px rgb(91 91 91 / 45%);
    /* border-left: 1px solid #d2d2d2; */
  }

  .sidenav2 .closebg{
    padding: 5px 13px;
    position: fixed;
    width: inherit;
    background-color: #f6f9ff;
}


  .sidenav2 .closebtn {
    top: 0;
    left: 15px;
    font-size: 30px;
    margin-top: 15px;
    width: 25px;
    height: 25px;
    padding: 0 2px;
    line-height: 27px;
    color: #adb5bd;
    border-radius: 4px;
}


.sidenav2 a:hover {
    color: #f98124;
    text-decoration: none;
}


.sidenav2 .information {
    padding: 0 20px;
    margin-top: 45px;
}

.sidenav2 .essential_information {
    padding: 20px;
    border: 1px solid #dae3f3;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #f6f9ff;
}

.sidenav2 .essential_information h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2a3c6e;
}

.sidenav2 .essential_information p{
    font-size: 11px;
    color: #2a3c6e;
}

.sidenav2 textarea.form-control {
    height: auto;
    font-size: 12px;
    border: 1px solid #dae3f3;
}

.sidenav2 .essential_information .form-group {
    margin-bottom: 0;
}





.sidenav2 .conversation_history{
    border: 1px solid;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #f6f9ff;
    border: 1px solid #dae3f3;
}


.sidenav2 .conversation_history .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #ffffff;
}

.sidenav2 .conversation_history h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 12px;
    color: #2a3c6e;
}


.table td, .table th {
    padding: 9px;
    font-size: 11px;
    vertical-align: top;
    border-top: 1px solid #dae3f3;
    color: #2a3c6e;
}


.sidenav2 .tags {
    padding: 20px;
    border: 1px solid;
    border: 1px solid #dae3f3;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #f6f9ff;
}

.sidenav2 .tags .badge-warning {
    color: #ffffff;
    background-color: #5f86c2;
    font-size: 12px;
}


.sidenav2 .tags h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2a3c6e;
}







.contact_mobile{
    background-color: #fdfdfd;
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    z-index: 1000000;
    height: 100vh;
    display: none;
}


.contact_mobile .btn_open {
    color: #5f86c2;
    font-size: 33px;
    float: right;
    padding: 0 17px;
    cursor: pointer;
}

.chat .chat-header .btn_open {
   display: none;
}

.menu_mobile_min{
    height: 40px;
    background-color: #5f86c2;
    z-index: 100000;
    right: 0;
    display: none;
}

.menu_mobile_min .la, .las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    color: white;
    text-align: center;
}
























.people-list .list {
    padding: 10px;
    height: calc(100vh - 50px);
    overflow: scroll;
    margin-top: 0px;
    background-color: #fafcff;
    border-right: 1px solid #d8e3f6;
}

.people-list a {
    color: #ffffff;
}

.people-list .number {
    float: right;
    margin-top: 10px;
}

.people-list .number .badge {
    font-size: 95%;
    color: #ffffff;
    background-color: #9dbef0;
    padding: 0.25em 8px;
    border-radius: 50px;
}


.people-list .list h4{
    color: #c9d0de;
    text-align: center;
    font-size: 14px;
    margin: 0;
}
  .people-list .list .queued {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 25px auto;
}
.people-list .list .queued .line {
    height: 2px;
    flex: 1;
    background-color: #e2e2e2;
}
  












/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f100;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #e3ebfa;
    border-radius: 100px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #e3ebfa;
}

.people-list input {
    border-radius: 3px;
    border: none;
    padding: 14px;
    color: white;
    background: #ffffff;
    font-size: 14px;
    border: 1px solid #dae3f3;
}

.people-list .fa-search {
    position: relative;
    left: -25px;
}

.people-list ul {
    padding: 0;
    margin-top: 20px;
}

.people-list ul li {
    padding: 10px 20px;
    background-color: #f6f9ff;
    margin: 8px 0;
    border: 1px solid #dae3f3;
    border-radius: 4px;
    cursor: pointer;
}

.people-list ul li h5 {
    color: #2a3c6e;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px;
}


.people-list ul li.selected{
    background-color: #E7EBF3;
    color: #e03d25;
}







.people-list ul .active {
    padding: 10px 20px;
    background-color: #e7ebf3;
    margin: 8px 0;
    border-left: 6px solid #5f86c2;
    border-radius: 6px;
}

.people-list ul li:hover,
.people-list ul li:active,
.people-list ul li:focus {
    padding: 10px 20px;
    background-color: #f0f3f9;
    margin: 8px 0;
}

.people-list img {
    float: left;
    width: 42px;
    margin-right: 5px;
    margin-top: 4px;
}

.people-list .name {
    color: #2a3c6e;
}

.people-list .about {
    float: left;
    margin-top: 8px;
}

.people-list .about {
    padding-left: 8px;
}

.people-list .status {
    color: #a8aab1;
   
}



   .people-list .about .fa {
    color: #07e676;
    font-size: 12px;

}

.people-list .history {
    text-align: center;
    color: white;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1030;
    margin: 0 auto;
    width: 100%;
    background-color: #5f86c2;
}

.people-list .history a {
    color: white;
    text-transform: uppercase;
}









































.chat {
    background: #ffffff;
    color: #2a3c6e;
}


.chat .chat-header {
    padding: 15px;
    background-color: #f6f9ff;
}

.chat .chat-header img {
    float: left;
    width: 50px;
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px;
    margin-top: 6px;
}

.chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 16px;
}

.chat .chat-header .chat-num-messages {
    color: #a8aab1;
}

.chat .chat-header .las {
    float: right;
    color: #5f86c2;
    font-size: 22px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #f6f9ff;
    padding: 4px;
    border-radius: 4px;
    margin-left: 10px;
    border: 1px solid #5f86c2;
}


.chat .chat-header .dropbtn {
    background-color: #f6f9ff;
    color: #5f86c2;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    border: 1px solid #5f86c2;
  }
  
  .chat .chat-header  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .chat .chat-header .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .chat .chat-header button:focus {
    outline: 1px dotted;
    outline: 0 auto -webkit-focus-ring-color;
}
  
  .chat .chat-header .dropdown-content a {
    color: #2a3c6e;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px;
  }
  
  .chat .chat-header .dropdown-content a:hover {background-color: #eceff4;}
  
  .chat .chat-header .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .chat .chat-header .dropdown:hover .dropbtn {
    background-color: #ffffff;
  }

  .chat .chat-header .dropbtn::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.chat .chat-header .contacts_mobile_btn {
    display: none;
 }











.chat .chat-history {
    background-color: #fff;
    padding: 30px 30px 20px;
    overflow-y: scroll;
    height: calc(100vh - 50px - 90px - 85px);
}

.chat .chat-history img {
    margin: auto;
    display: block;
    width: 30%;
    margin-top: 100px;
}

.chat .chat-history .message-data {
    margin-bottom: 15px;
}

.chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
}

.chat .chat-history .message {
    color: #2a3c6e;
    padding: 18px 20px;
    line-height: 23px;
    font-size: 14px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    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: #fff4eb;
    border-width: 10px;
    margin-left: -10px;
}

.chat .chat-history .my-message {
    background: #fff4eb;
}

.chat .chat-history .other-message {
    background: #d8e3f685;
}

.chat .chat-history .alert-success {
    color: #853e07;
    background-color: #fdd6b8;
    border-color: #f8c299;
    border-radius: 15px;
}





.chat .chat-history .other-message:after {
    border-bottom-color: #d8e3f685;
    left: 93%;
}


.chat .chat-history h6 {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 13px;
}



/****************  Settings  ***********************/

.page .settings{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    grid-area: chaat;
    background-color: rgb(255 255 255);
    display: grid;
    grid-template-rows: 0 auto 0;
    overflow: scroll;
}


.page .settings h3 {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    color: #adb5bd;
}


.page .settings .form-control {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    padding: 9px 5px;
    min-height: 40px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 20px;
}



.page .settings .form-check-label {
    margin-bottom: 0;
    color: #495057;
    font-size: 12px;
    margin-left: 13px;
}

.page .settings .form-check-input {

    margin-left: -9px;
}

.page .settings h2 {
    background-color: #f6f9ff;
    padding: 20px;
    font-size: 16px;
    color: #2a3c6e;
    font-weight: 700;
    position: fixed;
    width: 100%;
    z-index: 10000;
}


.page .settings .btn-secondary{
    color: #fff;
    background-color: #f98124;
    border-color: #f98124;
    font-size: 13px;
    margin-top: 16px;
    border-radius: 100px;
    margin-right: 5px;
}

.page .settings .btn-secondary:hover,
.page .settings .btn-secondary:focus {
    background: #f88d3b;
}



.page .settings .mobile_seat_settings{

display: none;

}



.page .settings .space_line{
    height: 1px;
    width: 100%;
    background-color: #dae3f3;
   margin-top: 30px;



}




.page .settings .form-group {
    margin-bottom: 0;
}

.page .settings .media-body{

    padding: 10px 20px;
    background-color: #f6f9ff;
    margin: 6px 21px;
    border: 1px solid #dae3f3;
    border-radius: 4px;
    cursor: pointer;
    color: #2a3c6e;
}






















 .menu_mob_tab {
    display: none;
    
}

.menu_mob_tab li {
    list-style: none;
}


 .menu_mob_tab h5 {
    font-size: 14px;
    color: #2a3c6e;
    margin: 0;
    font-weight: 900;
    padding: 0 23px;
    text-align: center;
    border-bottom: 1px solid;
    line-height: 35px;

}


.page .settings .form-check {
       margin-top: 20px;
    background-color: #f6f9ff;
    padding: 8px 33px;
    width: 100%;

}

.page .settings .form-row {
       padding: 65px 25px;
}




.page .ph_chat {
    margin: 0 auto;
    width: 100%;
    grid-area: chaat;
    background-color: rgb(255, 255, 255);
    display: grid;
    grid-template-rows: 60px auto 0;
}

.ph_chat .chat-history {
    background-color: #fff;
    padding: 30px 30px 20px;
    overflow-y: scroll;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
}


.ph_chat .chat-history .img_bh {
    margin: 0;
    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translate(-50%, -50%);
}
.ph_chat .chat-history img {
   
    width: 50%;
    
}

.ph_chat .chat-history h3 {
    font-size: 1.75rem;
    font-size: 16px;
    color: #99a6ba;
    padding: 10px;
}




.ph_chat .chat-header {
    padding: 15px;
    background-color: #f6f9ff;
}
.ph_chat .chat-header .las {
    float: right;
    color: #5f86c2;
    font-size: 22px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #f6f9ff;
    padding: 4px;
    border-radius: 4px;
    margin-left: 10px;
    border: 1px solid #5f86c2;
}



.ph_chat .chat-header .btn_open {
    display: none;
}















.chat .chat-message {
    padding: 14px;
    background-color: #e7ebf3;
    position: relative;
}

.chat .chat-message textarea {
    width: 100%;
    margin-top: 8px;
    height: 65px;
    border: none;
    font-size: 13px;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: none;
    border: 1px solid #f2ba8e;
}

.chat .chat-message .las {
    font-size: 20px;
    color: gray;
    cursor: pointer;
    padding: 9px 5px;
}

.chat .chat-message a {
    float: right;
    color: #fdfdfd;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: bold;
    background: #f98124;
    border-radius: 100px;
}

.chat .chat-message a:hover,
.chat .chat-message a:focus {
    background: #f88d3b;
}

.chat .chat-message .custom-switch {
    padding-left: 0;
}

.chat .chat-message .custom-switch span {
   
    margin-right: 35px;
}


.chat .chat-message .summary{
    padding: 0 26px;
}

.chat .chat-message .summary h2{
    font-size: 16px;
    font-weight: 800;
}


.chat .chat-message .summary p{
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}

.chat .chat-message .summary .table td, .chat .chat-message .summary .table th {
    padding: 1px;
    font-size: 13px;
    vertical-align: top;
    border-top: 0 solid #dae3f3;
    color: #2a3c6e;
}

.chat .chat-message .summary .table {
    width: 60%;

}

.chat .chat-message .summary .checked {
    color: orange;
  }




















.online {
    background-color: #07e676;
    margin-right: 3px;
    width: 10px;
    height: 10px;
}

.offline {
    background-color: #656974;
    margin-right: 3px;
    width: 10px;
    height: 10px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.people-list .search ::-webkit-input-placeholder {
    /* Edge */
    color: rgb(255, 255, 255);
}

.people-list .search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(255, 255, 255);
}

.people-list .search ::placeholder {
    color: rgb(255, 255, 255);
}

.chat .chat-message textarea:focus-visible {
    border: 1px solid #F98124;
}

.login-min .login {
    min-height: 100vh;
}

.login-min .container-fluid {
    margin: 0 auto;
    width: 100%;
    background: #5d85c3;
}

.login-min .bg-image {
    background-image: url(../images/login.svg);
    background-size: cover;
    background-position: center;
    background-color: white;
}

.login-min .login-heading {
    font-weight: 300;
    color: #ffffff;
}

.login-min .btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.65rem 1.6rem;
    color: #fff;
    background-color: #f98127;
    border-color: #f98127;
    border-radius: 100px;
}

.login-min .btn-login:hover {
    background-color: #f88d3b;
    border-color: #f88d3b;
}

.ph-item {
    background-color: #f6f9ff;
    border: 1px solid #f6f9ff;
    margin-bottom: 5px;
    padding: 10px 10px 0 10px;
    margin-top: 10px;
}


.ph-row div {
    background-color: #e5ecf7;
    height: 7px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.ph-avatar {
    background-color: #e5ecf7;
    min-width: 40px;
}

.ph-item::before {
    background: linear-gradient(to right, hsl(217deg 37% 98% / 19%) 46%, rgb(223 233 248 / 20%) 50%, rgb(232 241 253 / 14%) 54%) 50% 50%;
    -webkit-animation: ph-animation 0.8s linear infinite;
    animation: ph-animation 0.8s linear infinite;
}

/* ========== loading ========== */

.laoding {
    background-color: #5F86C2;
    color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.sk-circle {
    margin: 300px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #FFFFFF;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {

    .chat .chat-header .btn_open {
        display: block;
     }
     
    .chat .chat-message textarea {
        width: 100%;
        border: none;
        padding: 10px 20px;
        font-size: 12px;
        margin-bottom: 0;
        border-radius: 5px;
        resize: none;
        border: 1px solid #f2ba8e;
    }
    .chat .chat-message {
        padding: 15px 20px 40px 20px;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        background-color: #e6ecf9;
    }
    .chat .chat-message a {
        font-size: 12px;
        padding: 6px 16px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .sidenav .history {
        text-align: center;
        height: 50px;
        line-height: 49px;
        display: none;
        background-color: #5F86C2;
    }
    .ph-row div {
        height: 7px;
        margin-top: 7.5px;
    }
    .ph-item {
        margin-bottom: 10px;
        padding: 8px 0 0 0;
    }
    .ph-avatar {
        min-width: 50px;
    }
  
    .navbar .form-inline span {
        display: block;
    }
    .navbar .form-inline button {
        display: none;
    }
    .container {
        width: 100%;
    }
    .people-list {
        width: 100%;
        float: left;
        height: 571px;
    }
    .chat {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .people-list ul {
        margin-top: 55px;
    }
    .sidenav .list {
        padding: 10px 0;
        height: 830px;
        overflow: auto;
        margin-top: 0px;
        background-color: #fafcff;
        border-right: 1px solid #d8e3f6;
    }
    .sidenav {
        overflow-x: revert;
    }

    .chat .chat-header .contacts_mobile_btn {
        display: block;
     }


     .sidenav2 {
            width: 100%;
          }


    .chat .chat-header .dropbtn {
             padding: 5px 10px;
           }

           .menu_mobile_min{
            display: block;
        }

        .menu_mobile_min .la, .las {
           padding: 10px;
        }

        
 .menu_mob_tab {
    display: block;
    background-color: #E7EBF3;

    
}

.page .settings h2 {
    margin-top: 5px;
    font-size: 14px;
    position: inherit;
    width: initial;
    z-index: 10000;
}

.page .settings .form-control {
      margin-top: 10px;
}

.chat .chat-history .message {
    font-size: 12px;
    line-height: 22px;
}

.chat .chat-history .message-data-name{font-size: 12px;}
.chat .chat-history .message-data-time{font-size: 12px;}

.chat .chat-message .summary .table {
    width: 100%;
}

.page .settings .mobile_seat_settings ul{

    margin: 0;
    padding: 0;
    
    }


    
    .page .settings .mobile_seat_settings .search_mob{

       padding: 0 30px;
        
        }

        .page .settings .mobile_seat_settings  h4{

            padding: 0 30px;
            font-size: 14px;
             
             }


    .page .settings .mobile_seat_settings{
        background-color: #f6f9ff;

        display: block;
        
        }

    .page .settings .media-body {
        padding: 0;
        margin: 5px 8px;
     }

     .page .settings .form-row {
        padding: 0 14px;
    }

    .page .settings {
        padding: 0 0 20px 0;
    }




    
    
}

@media (max-width: 767px) {


    .menu_mob_tab h5 {
        font-size: 12px;
               padding: 0 14px;
       
    }
    .chat .chat-history ul {
        padding: 0;
    }
    .chat .chat-history {
        padding: 30px 15px 100px;
    }
    .login-min .login {
        min-height: 100vh;
        padding: 30px;
    }
}

@media (max-width: 425px) {
    .sidenav {
        padding-top: 40px;
    }
    .sidenav .list {
        padding: 0;
        height: 830px;
        overflow: auto;
        margin-top: 20px;
    }
}