/*https://codepen.io/merong/pen/JjoKKZg*/
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-color: #27ae60;

  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
/*  font-size: 1em;*/
  letter-spacing: 0.1px;
  color: #32465a;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
}
svg{
      width: 24px;
    height: 24px;
}

ul{
      padding-left: 0;
    list-style: none;
}

.phead{
  margin: 8px 0;
}
.modal-footer button{
  width: auto;
}

.dropdown.dirright .dropdown-menu{
  left: initial;
    right: 0;
}


.alertDialog{
      z-index: 100000000!important;
}
.bootbox-prompt.in,.bootbox-alert.in,.bootbox-confirm.in{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; 
    padding: 0;
    margin: 0;
  }


#frame {
      border-radius: 8px;
      overflow: hidden;
  width: 95%;
  min-width: 360px;
  max-width: 1000px;
  height: 92vh;
  min-height: 300px;
  max-height: 720px;
  background: #E6EAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#frame #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background-color: #f5f5f5;
  color: #2c3e50;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}



#frame #sidepanel #profile {
      width: 100%;
    padding: 8px 14px;
    display: flex;
    flex-direction: row;
        align-items: center;
}
#frame #sidepanel #profile .actions{
   display: none;
   align-items: center;
}
#frame #sidepanel #profile .actions >*{
      margin-right: 12px;
}

#frame #sidepanel #profile.expanded .wrap {
  height: auto;
  line-height: initial;
}
#frame #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame #sidepanel #profile.expanded .wrap i.expand-button {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}
#frame #sidepanel #profile .wrap {
  height: 60px;
  flex:1;
  line-height: 60px;
  overflow: hidden;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}

#frame #sidepanel #profile .wrap img {
  width: 50px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}

#frame #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}

#frame #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}

#frame #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#frame #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}

#frame #sidepanel #profile .wrap #status-options:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}

#frame #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}

#frame #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}

#frame #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame #sidepanel #profile .wrap #expanded {
  padding: 65px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame #sidepanel #search {
  border-top: 1px solid #32465a;
  border-bottom: 1px solid #32465a;
  font-weight: 300;
}

#frame #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame #sidepanel #search input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  padding: 10px 0 10px 46px;
  width: 100%;
  border: none;
  background-color: #fff;
  color: #32465a;
}
#frame #sidepanel #search input:focus {
  outline: none;
  background-color: #fff;
}
#frame #sidepanel #search input::-webkit-input-placeholder {
  color: #32465a;
}
#frame #sidepanel #search input::-moz-placeholder {
  color: #32465a;
}
#frame #sidepanel #search input:-ms-input-placeholder {
  color: #32465a;
}
#frame #sidepanel #search input:-moz-placeholder {
  color: #32465a;
}
#frame #sidepanel #contacts {
  height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#frame #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}
#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}
#frame #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}

#frame #sidepanel #contacts ul li.contact:hover {
  background: #32465a;
}
#frame #sidepanel #contacts ul .contact.active {
  background-color: #fff;
    border-right: 5px solid #435f7a;
}
#frame #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #32465a !important;
}
#frame #sidepanel #contacts ul li.contact .wrap {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  width: 88%;
  margin: 0 auto;
  position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
#frame #sidepanel #contacts ul li.contact .img{
   position: relative;
}
#frame #sidepanel #contacts .tick{
  width: 12px!important;
    height: 12px!important;
    position: absolute;
    bottom: 0;
    border:0!important;
    right: 0;
}


#frame #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}
#frame #sidepanel #contacts  span.online {
  background: #2ecc71;
}
#frame #sidepanel #contacts  span.away {
  background: #f1c40f;
}
#frame #sidepanel #contacts span.busy {
  background: #e74c3c;
}
#frame #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  border: 1px solid transparent;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
    margin-left: 8px;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0.7;
    font-size: 12px;
}
#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: 0.5;
}
#frame #sidepanel #bottom-bar {
  position: relative;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#frame #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
}

#frame #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}

#frame #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}

#frame .content {
      min-height: initial;
      text-align: left;
      margin: 0;
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*//////////////////////////////////////////////////////////////////////*/
.chatcontextmenu{}
.chatcontextmenu .items{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.chatcontextmenu .item{
    margin: 0 12px 12px 0;
    width: 50px;
    text-align: center;
  }
.boxchat .contact-profile {
      width: 100%;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 8px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.boxchat .contact-profile .hasback{
      margin-right: 16px;
    padding-left: 8px;
}
.boxchat .contact-profile img.avatarmain {
  width: 40px;
  height: 40px;
  border-radius: 50%;  
}
.boxchat .contact-profile .headerprofile{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
     padding: 0 9px; 
    -webkit-box-flex: 1; 
        -ms-flex: 1; 
            flex: 1;
}
.boxchat .contact-profile p {
  float: left;
}
.boxchat .contact-profile .social-media {
  float: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.boxchat .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
.boxchat .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
.boxchat .contact-profile .social-media i:hover {
  color: #435f7a;
}
.boxchat .contact-profile .social-media img{
  width: 24px;
  height: 24px;
}
.boxchat .contact-profile .social-media > *{
  margin-left: 8px;
}

.boxchat .messages {
      padding-right: 16px;
    margin-right: -16px;
  height: 100%;
    overflow-x: hidden;
        overflow-y: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.boxchat .messages::-webkit-scrollbar {
  width: 4px;
  background: rgba(0, 0, 0, 0);
}
.boxchat .messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.boxchat .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
  margin-bottom: 4px;
}
.boxchat .messages ul li .time{ 
    opacity: 0.7;
}
.boxchat .messages ul li.replies .time{
      text-align: right;
    margin-right: 35px;
 
}
.boxchat .messages ul li.sent .time{
      text-align: left;
    margin-left: 35px;
 
}
.boxchat .messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
.boxchat .messages ul li.sent img.icoimg {
  margin: 6px 8px 0 0;
}
.boxchat .messages ul li.sent .msg {
  background: #435f7a;
  color: #f5f5f5;
}
.boxchat .messages ul li.replies img.icoimg {
  float: right;
  margin: 6px 0 0 8px;
}
.boxchat .messages ul li.replies .msg {
  background: #f5f5f5;
  float: right;
  text-align: left;
}
.boxchat .messages ul li img.icoimg {
  width: 22px;
  border-radius: 50%;
  float: left;
}
.boxchat .messages ul li .msg {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  width: 70%;
  line-height: 130%;
      word-break: break-word;
}

.boxchat .message-input {
  position: relative;
  width: 100%; 
}
.boxchat .message-input .wrap {
  position: relative; 
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: flex; 
  }
.boxchat .message-input .wrap textarea {
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
}

.boxchat .message-input .wrap textarea:focus {
  outline: none;
}
.boxchat .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: 0.5;
  cursor: pointer;
}

.boxchat .message-input .wrap .attachment:hover {
  opacity: 1;
}
.boxchat .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}

.boxchat .message-input .wrap button:hover {
  background: #435f7a;
}
.boxchat .message-input .wrap button:focus {
  outline: none;
}
.boxchat{
  display: none;
  background-color: #e6eaea;
}
.boxchat.active{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    z-index: 10000000;
    position: absolute;
    height: 100%;
    width: 100%;
}
  .popup-main {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
/*  background: rgba(255, 255, 255, 0.9);*/
  z-index: 111111111111;
    visibility:hidden;
  display: none;
}
 .popup-main #popup {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
      width: 230px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px 0 #d2d2d2;
          box-shadow: 0 0 10px 0 #d2d2d2;
  border-radius: 5px;

}
 .popup-main ul li{
      margin:12px 0;
}
  .popup-main.animated{
    visibility:visible;
    display:block;
}
.boxchat .img-meta img{
        width: 100%;
    height: 105px;
    border-radius: 8px;
}
.boxchat .img-meta .title-meta{
    font-weight: bold;
}
.boxchat .img-meta .desc-meta{
    font-size: 12px;opacity: 0.8;
}

.boxchat .popup-main .items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
}
.boxchat .popup-main .items .item{
        margin-bottom: 4px;
}


.boxchat .avat{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.boxchat .messages img,.boxchat .messages iframe,.boxchat .messages video,.boxchat .messages canvas{
  border-radius: 8px;
}

.boxchat .avat img{
        width: 35px;
    height: 35px;
}
.boxchat .playyoutube{
        position:relative;
    }
    .boxchat .playyoutube:before{
         content: " ";
    position: absolute;
    z-index: 1000;
    background: url(https://pluspng.com/img-png/play-button-png-projects-330.png) no-repeat;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    top: 40%;
    left: 44%;
    }

.boxchat iframe{
  width:100%;
  height: auto;
}
/*/////////////////////////////////////////////////////*/
.content .boxchat{
  display: none;
  height: 100%;
  overflow: hidden;
  width:100%;

    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
      
    -webkit-box-orient: vertical;
      
    -webkit-box-direction: normal;
      
        -ms-flex-direction: column;
      
            flex-direction: column;
}


.content .boxchat.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.modal-header .modal-title{
  padding-right: 32px;
}
.modal-header .close{
      font-size: 1.6rem;
}

.modal-header.header .modal-title{
  padding-left: 16px;
}

.modal-flex .modal-dialog,.modal-flex .modal-content{
  height: 100%;
}
.modal-flex .modal-content{

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
}
.modal-flex .modal-dialog{
  margin: 0px;
}
.modal-flex .modal-body{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;

}

.modal-footer{
  text-align: center!important;
}



.accordion-menu .panel-body{padding:0px; margin:0px;}
.accordion-menu .panel-heading{background-color:#FFFFFF;}
.accordion-menu .panel-heading:hover{
  background:#f5f5f5;
}

.accordion-menu .panel{
    border-radius: 3px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);}

.glyphicon-icon-rpad .glyphicon,.glyphicon-icon-rpad .glyphicon.m8,.fa-icon-rpad .fa,.fa-icon-rpad .fa.m8{ padding-right:8px; }
.glyphicon-icon-lpad .glyphicon,.glyphicon-icon-lpad .glyphicon.m8,.fa-icon-lpad .fa,.fa-icon-lpad .fa.m8{ padding-left:8px; }
.glyphicon-icon-rpad .glyphicon.m5,.fa-icon-rpad .fa.m5{ padding-right:5px; }
.glyphicon-icon-lpad .glyphicon.m5,.fa-icon-lpad .fa.m5{ padding-left:5px; }
.glyphicon-icon-rpad .glyphicon.m12,.fa-icon-rpad .fa.m12{ padding-right:12px; }
.glyphicon-icon-lpad .glyphicon.m12,.fa-icon-lpad .fa.m12{ padding-left:12px; }
.glyphicon-icon-rpad .glyphicon.m15,.fa-icon-rpad .fa.m15{ padding-right:15px; }
.glyphicon-icon-lpad .glyphicon.m15,.fa-icon-lpad .fa.m15{ padding-left:15px; }

.accordion-menu .panel-title .accordion-menu-collapsible-icon{
  position: absolute;
    right: 0;
}
.accordion-menu h4{position:relative;}

.accordion-menu h4 .accordion-menu-collapsible-icon{position:absolute; right:0px; top:5px; font-size:9px; }
.accordion-menu h4 a{display:block; color:#666666;}
.accordion-menu h4 a.active,.accordion-menu h4 .active, .active{text-decoration:none;}
.accordion-menu h4 a:hover,
.accordion-menu h4 a:focus{text-decoration:none; color:#222222;}
.accordion-menu h4 .accordion-menu-title-icon
{
  float:right;
  margin:0;
}
.accordion-menu ul{list-style:none; padding:0px; margin:0px;}
.accordion-menu ul li{
      padding: 12px 8px;
}
.accordion-menu ul li .badge,.accordion-menu ul li span.badge,.accordion-menu ul li label.badge{float:right}
.accordion-menu ul li:first-child a{}
.accordion-menu ul li:last-child a{border:0px solid #f9f9f9;}
.accordion-menu ul li a{display:block; line-height:22px;  margin:0px; border-bottom:1px solid #e8e8e8;}
.accordion-menu ul li a:hover{color:#232323;text-decoration:none;}
.accordion-menu ul.bullets{list-style:inside disc}
.accordion-menu ul.numerics{list-style:inside decimal}
.accordion-menu ul.kas-icon{}
.accordion-menu ul.kas-icon-aero li a:before{font-family: 'Glyphicons Halflings'; font-size:9px; content: "\e258"; padding-right:8px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

 
.gallery_container  img {
  max-width: 100%;
  min-width: 100%;
  min-height: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_container .col-sm-3, .video_container .col-sm-3{
  margin: 10px 0;
}
.gallery_container, .video_container{
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
.video_container img + img{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  z-index: 9;
}

.gallery_container a.lightbox::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'fontAwesome';
    content: "\f00e";
    pointer-events: none;
    z-index: 9;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.gallery_container a.lightbox:hover:before {
    opacity: 1;
}
.gallery_container a:after {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    opacity: 0;
    background-color: rgba(69, 68, 68, 0.9);
    content: '';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.gallery_container a:hover:after {
    opacity: 1;
}




.introapp{
    position: absolute;
        z-index: 10000;
    background-color: #fff;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column;
    
}
.introapp.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.introapp main{
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    height: 100%;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.qr-description{
    text-align: left;
    list-style-type: decimal;

      padding-left: 26px;
}
.qrbox{
    margin-bottom:24px;
}

.qr-description li{
    margin-bottom: 8px;
}
 

  .introapp header{
        padding: 8px;
 }
  .introapp header .lr{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
 }
   
.introapp header{
   background-color: rgb(34 34 34 / 96%);
}
.introapp{
    background:  url(https://thumbs.dreamstime.com/b/neon-background-wallpaper-futuristic-glowing-lights-cool-backgrounds-blue-white-green-image-generated-use-ai-276345013.jpg) no-repeat;
    background-size: cover;
    background-origin: center;
}
 
.introapp .maincover{
    background-color:rgb(34 34 34 / 96%);
    position: relative;
    margin: 16px auto;
    padding: 32px 0;
   
    width: 520px; 
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    -webkit-transition: all .15s ease .15s;
    -o-transition: all .15s ease .15s;
    transition: all .15s ease .15s;
    color:#fff;
}

.introapp .maincover *{
    
}

.introapp .title{
        font-size: 26px;
}
.introapp .barcode{
        font-size: 15px;  
    color: #7d7f81;
}
.introapp .desc{
        margin: 16px;
    font-size: 16px;
}

.introapp footer{
       color: #cecece;
}


.alertDialog .msg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
}
.alertDialog .msg>*{
        padding: 8px;
    border-radius: 8px;
}





.message-input[data-typing]{
    position:relative;
}
.message-input[data-typing]:before{
    position:absolute;
    content:attr(data-typing);
    color:blue;
    font-style: italic;
    z-index:10;
    top:-18px;
    left:10px;
}


.modal-flex,.bootbox-confirm,.bootbox-alert,.bootbox-prompt{
        z-index: 100000;
}

.btn.no,button.no{
    color: initial;
    background-color: transparent!important;
}


.alertDialog{}
.alertDialog .modal-dialog{
      width: 50%;
    margin: 1.5% auto;
    height: 90%;
}

#popuplang{
        z-index: 1000000000 !important;
}

 .content .boxchat{
     position: absolute;
        top: 0;
 }
    .content .boxchat.active{
        z-index:1000;
           
    }



::-webkit-scrollbar{
     opacity:0;
     background: transparent;
}
::-webkit-scrollbar:hover{
     opacity: 1;
}


.bootbox-prompt.in, .bootbox-alert.in, .bootbox-confirm.in{
        z-index: 1000000000000;
}

#toast-container{
    z-index: 1000000000001;
}


.panel{
      border-radius: 16px;
}

 ul.menu{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  margin: 16px 0;
    border-radius: 8px;
    background-color: #fafafa;
    padding: 8px;
}
  ul.menu>li{
      margin: 8px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
ul.menu> li img,ul.menu> li svg,ul.menu> li .bg{
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
}
ul.menu> li i{
  font-size: 24px; 
}

/*Tab*/
.tablr{
  display: flex;
  flex-direction: row;
}
.tablr>ul{
  width: 150px;
  margin-right: 8px;
}

.tablr >.tab-content{
  flex:1;
}

.tabpage{
  display: flex;
  flex-direction: row;
  flex:1;
  height: 100%;
  overflow: hidden;
}
.tabpage>ul{
  width: 100%;
  margin-right: 8px;
  overflow-y: hidden;
}

.tabpage >.tab-content{
  flex:1;
  height: 100%;
  overflow: hidden; 
}

.tabpage >.tab-content>.tab-pane{
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

ul.small>li>a{
      padding: 4px 12px;
}
ul.medium>li>a{
      padding: 6px 12px;
}

.nav>li>a{
      border-radius: 0;
   border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff;
    color: #333;
    background-color: transparent;
}

.nav>li.active>a,.nav>li.active>a:focus{
    background-color: transparent!important;
    color: #333!important;
    border-bottom-color: #337ab7;
}

ul.tabbutton>li>a{
    border-radius: 32px; 
    border: 1px solid #cecece;
}
ul.tabbutton>li.active>a,ul.tabbutton>li.active>a:focus{
    color: #fff!important;
     border: 1px solid #337ab7!important;
     background-color: #337ab7!important;
}

/*Tab*/


@media screen and (max-width: 1015px) {
  .ios button,.ios btn,.ios input{
     border-radius: 32px;
     padding-left: 16px;
     padding-right: 16px;
  }
  .modal-header .close {
    font-size: 2.6rem;
}
  .modal:not(.bootbox) .modal-content,.alertDialog:not(.medium,.small) .modal-content{
      border-radius: 0;
      border: none;
  }

  *{
   
    user-select: none;
}
.userselect{
  user-select: all;
}
  body.pad{
    padding:0!important;
  }
    .style2{}
    .style2 #sidepanel{
            width: 100%!important;
        max-width: inherit!important;
    }

     .style2 #frame #sidepanel #bottom-bar{
            flex-direction: row;
    }
     .style2    #frame #sidepanel #contacts ul li.contact .wrap .meta,  .style2    #frame #sidepanel #contacts ul li.contact .wrap .meta-time {
        display: block;
    }
     .style2 #frame #sidepanel #contacts ul li.contact {
        padding: 8px;
    }

    .style2 #frame #sidepanel #profile .actions{
       display: flex;
    }
    .style2 #search{
        display:block!important;
    }
 

  #frame{
        max-height: initial;
            height: 100%;
  }
 
    body,html,.alertDialog .modal-dialog{
      background-color: #e6eaea;
          height: 100%;
      overflow: hidden;
      width: 100%;
       margin: 0;
       border-radius: 0;
    }
      .bootbox-prompt.in .modal-dialog,.bootbox-alert.in .modal-dialog,.bootbox-confirm.in .modal-dialog{
      width: 85%;
              margin: 0;
    }
    .modal-header.header{
      border-bottom: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  #frame {
        border-radius: 0;
  }

  #frame #sidepanel #profile .actions{
    
}

  .boxchat .messages ul li .msg{
    width: 265px;
  }
 
  .boxchat .message-input .wrap button {
    padding: 16px 0;
  }
 
  .boxchat .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
 
  .boxchat .message-input .wrap textarea {
    padding: 15px 32px 16px 8px;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
  }
 
  /*.boxchat .messages ul li .msg {
     width: 300px;
  }
 
   */
 
  #frame .content {
    width: 100%;
 
  }
 
  #frame #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
 
  #frame #sidepanel #bottom-bar button span {
    display: none;
  }
 
  #frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
 
  #frame #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
 
  #frame #sidepanel #contacts ul li.contact .wrap .meta, #frame #sidepanel #contacts ul li.contact .wrap .meta-time {
    display: none;
  }
 
  #frame #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
 
  #frame #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
 
  #frame #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
 
  #frame #sidepanel #contacts {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
 
  #frame #sidepanel #search {
    display: none;
  }
 
  #frame #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
 
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
 
  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
 
  #frame #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
 
  #frame #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
 
  #frame #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
 
  #frame #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
 
  #frame #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
 
  #frame #sidepanel #profile .wrap p {
    display: none;
  }
 
  #frame #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
 
  #frame #sidepanel #profile .wrap {
    height: 55px;
  }
 
  #frame #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
 
  #frame #sidepanel {
    width: 58px;
    min-width: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
  }
  #frame #sidepanel #contacts{
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
            height: 100%;
  }
  #frame #sidepanel #bottom-bar{
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
 
  #frame {
    position: relative;
    width: 100%;
            height: 100vh;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
  }
  #frame .content{
                padding: 0;
                width: 100%;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            height: 100%;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
  }
 

 .boxchat .messages{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
            height: 100%;
}
 

 .introapp .maincover{
    width: 320px; 
 }

 .alertDialog.medium{}
.alertDialog.medium .modal-dialog{
      height: 80%;
    width: 90%;
    top: 10%;
    margin: 0 auto;
}

.alertDialog.small{}
.alertDialog.small .modal-dialog{
      height: 50%;
    width: 90%;
    top: 25%;
    margin: 0 auto;
}
  
}
.dark-mode{}
.dark-light svg {
    fill: #fff;
    stroke: #fff;
}
.dark-mode .dark-light svg {
    fill: #ffce45;
    stroke: #ffce45;
}
body.dark-mode #frame #sidepanel{
  background-color: #2c3e50;
  color: #f5f5f5;
}
body.dark-mode #frame #sidepanel #contacts ul .contact.active{
  background-color: #435f7a;
    color: #fff;
  
}
body.dark-mode #profile{
  color:#fff;
}

body.dark-mode #frame #sidepanel #search input{
   background-color: #32465a;
   color: #f5f5f5;
}
body.dark-mode #frame #sidepanel #search input:focus {
  outline: none;
  background-color: #32465a!important;
}
body.dark-mode #frame #sidepanel #search input::-webkit-input-placeholder {
  color: #f5f5f5!important;
}
body.dark-mode #frame #sidepanel #search input::-moz-placeholder {
  color: #f5f5f5!important;
}
body.dark-mode #frame #sidepanel #search input:-ms-input-placeholder {
  color: #f5f5f5!important;
}
body.dark-mode #frame #sidepanel #search input:-moz-placeholder {
  color: #f5f5f5!important;
}

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

}
