@charset "utf-8";
/* Mobile Avast Wi-Fi Security / AMS tutorials - On-line Help CSS */

html { box-sizing: border-box; }

body {
/* Default dimensions of Online Help Dialog box
  width: 448px;
/*height: 516px; */
margin: 0;
padding: 0;
background-color: #363F4B;
color: #444e5a;
direction: ltr;
font-family: "Open Sans","Segoe UI",Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 1.4;
text-align: left;
width: 100%;
height: 100%;
overflow: visible;
text-align: center;
}

body.ipm {
  font-size: 12px;
}

/* START - Addendum to OLH-V2015.CSS */

#container {
    /* max-width: 1008px; */
    height: 100%;
    overflow: visible;
    height: auto; 
    position: relative; 
    background: #FFF;
    text-align: left;
    margin: 0 auto;
}
.AVsizer {
    margin: 0 auto;
    padding: 0 3%;
    text-align: left;
    max-width: 1008px;
}

@media (min-width: 768px) {
    .hns-header-msg-sticky.sticky {
        position: fixed;
    }
}

/* cross-browser compatibility */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
} 

input, textarea, label {
font-family: "Open Sans","Segoe UI",Arial,Helvetica,sans-serif; font-size: 14px;
padding: 3px 2px; 
border-radius: 0;
border: 0;
}

h1,h2,h3 {  
    margin: 0;
    line-height: 1.2;
    }


/* web page parts styles */
BODY.ipm .wpage {display: none;}

.wpage.top {
    padding: 10px 0;
    position: relative;
    min-height: 45px;
}
.wpage.top img {
    max-width: 109px;
}
.wpage.top .nav-mobile {
    display: none;
    position: absolute;
    top: 22px;
    right: 12px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: transparent url(https://static.avast.com/support/help/images/icons/icon-hamburger-menu-b.png) 0 0 no-repeat;
    background-size: 22px;
}

.wpage.bottom {
    padding: 0 30px 30px;
    background-color: #363F4B;
    font-size: 12px;
    height: 80vh;
}
.wpage.bottom DIV.AVsizer {
    min-height: 80px;
    padding-top: 15px;
}
.wpage.bottom P {color: #616C7A; padding-bottom: 30px;}
.wpage.bottom A {color: #616C7A; text-decoration: none;}
.wpage.bottom A:hover {color: #adb2b6;}
.wpage.bottom P.links {float: left;}
.wpage.bottom P.links A {display: inline-block; margin-right: 20px;}
.wpage.bottom P.copy {float: right;}
.wpage.bottom P.copy:after {content: ""; visibility: hidden; display: block; clear: both;}

/* mobile */
@media (max-width: 767px) {

    .wpage.top .nav-mobile {
        display: block;
    }
    .wpage.bottom {height: 85vh;}
    .wpage.bottom P.links,
    .wpage.bottom P.copy {float: none;}

}


/* content */
.content {
    overflow: auto;
    padding: 30px 0 50px 0;
}
.content h1,
.content h2,
.content h3,
.content h4 {
    padding-top: 15px;
    margin: 0px;
}
.content h1 {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 24px;
    color: #00A7D1;
}
.content h2 {
 padding-bottom: 5px;
    font-size: 18px;
    color: #00A7D1;
}
.content a { 
    color: #00A7D1; 
}
.content a:hover,
.content a:active {
    color: #FE9100;
}
.content img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 5px auto;
}
.content hr {
    height: 0px;
    border: 0px;
    border-top: 1px solid #E9EAEC;
}
.content ol,
.content ul {
    padding-left: 30px;
}
.content ol li,
.content ul li {
    padding-bottom: 10px;
}
.content li ol,
.content li ul {
    padding-top: 10px;
}
.content .location {
    display: block;
    font-size: 13px;
    font-style: italic;
}


/* START - Sticky Tabs Navigation */

/* desktop */
#tabs-anchor {
    height: 32px;
    background-color: #444E5A;
    border-bottom: 1px solid #363F4B;
    box-sizing: content-box;
}

#tabs-anchor .AVsizer:after {
    visibility: hidden;
    content: "";
    display: block;
    clear: both;
}

#tabs-anchor.sticky {
    width: 100%;
    top: 0px;
    left: 0;
    position: fixed;
    z-index: 9999;
}

#tabs-anchor ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
#tabs-anchor ul:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
#tabs-anchor ul li {
    float: left;
}
#tabs-anchor ul li:last-child:after {
  content: "";
  display: block;
  clear: both;
}
#tabs-anchor ul li a {
    border-right: 1px solid #363F4B;
    display: inline-block;
    color: #FFF;
    line-height: 32px;
    height: 32px;
    padding: 0 30px 0;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    outline: medium none currentColor;
}
#tabs-anchor ul li a:hover,
#tabs-anchor ul li a:active {
    background-color: #363F4B;
}

#tabs-anchor ul li:first-child a,
#tabs-anchor ul li:last-child a {
    border-left: 1px solid #363F4B;
}
#tabs-anchor ul li.more {
    float: right;
    text-align: right;
    font-weight: normal;
}
#tabs-anchor ul li.more a {
    font-weight: normal;
    color: #A0ABBA;
}

#tabs-anchor img[src*="/logo_m."],
#tabs-anchor  img[src*="/logo_m_w."] {
    position: relative;
    top: 2px;
    max-height: 28px;
}

/* Hide link to other issues in the tabs */

body.web #tabs-anchor ul li:not([class]) + li.more:nth-last-of-type(1),
body.web #tabs-anchor ul li:not([class]) + li.more:nth-last-of-type(2) {
    display: none;
}


/* mobile */
@media (max-width: 767px) {

    .hidden {
      display: none;
    }

    #tabs-anchor {
      display: none;
      height: auto;
    }
    #tabs-anchor-clone {
    display: none;
    }
    #tabs-anchor.sticky {
    position: static !important;
    }
    #tabs-anchor.active {
      display: block;
    }
    #tabs-anchor .AVsizer {
        padding: 0;
    }
    #tabs-anchor ul {
    padding: 0;
    }
    #tabs-anchor ul li {
        float: none;
    }
    #tabs-anchor ul li:last-child,
    #tabs-anchor ul li:nth-last-child(2) {
        float: none;
    }
    #tabs-anchor ul li a {
        border-right: none;
        display: block;
        line-height: 40px;
        height: auto;
        border-bottom: 1px solid #363F4B;
    }
    #tabs-anchor ul li:first-child a,
    #tabs-anchor ul li:last-child a {
        border-left: none;
    }
    #tabs-anchor ul li:last-child a {
        text-align: center;
        font-weight: bold;
    }

    #tabs-anchor img[src*="/logo_m."],
    #tabs-anchor  img[src*="/logo_m_w."] {
        top: 8px;
}
    

}


/* TAKEN FROM PLATFORM STYLES olh-mac2015 and olh-win2015 */

/* input */
input.btn { margin-top: 20px; width: 200px; }

/**
* v2015 - general button definitions for chromium
* you can use for HTML elements: button, a, div, input[type=submit], input[type=button]
* for button and input, you can use "disabled" both ways: as HTML atribute or CSS class
**/


/* link */
.link {
  text-decoration: underline;
  cursor: pointer;
}

/* buttons */
.btn {
  display: inline-block;
  
  padding: 8px 15px;
  margin: 0;

  font-size: 16px;
  line-height: 20px;

  font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.btn:hover {
  text-decoration: none;
}

.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: .65;
}

.btn-default {
  color: #fff;
  background-color: #808080;
  border-color: #777777;
  transition: background 0.15s;
}

.btn-default.disabled,
.btn-default[disabled] {
  /* you can specify more if you need */
}

.btn-default:hover {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}

.btn-success {
  color: #fff;
  background-color: #00a7d1;
  border-color: #009bc2;
  transition: background 0.35s;
}
.btn-success:hover {
  color: #fff;
  background-color: #00b8e5;
  border-color: #00b8e5;
}

.btn-success.disabled,
.btn-success[disabled] {
  /* you can specify more if you need */
}

.btn-green {
  color: #fff;
  background: #3EAC0D;
  border: 1px solid #37990B;   
  transition: background 0.35s;
}

.btn-green:hover {
  background: #37920e;
  border-color: #338c0a;
}

.btn-green.disabled,
.btn-green[disabled] {
  /* you can specify more if you need */
}

.btn-link {
  font-weight: normal;
  color: gray;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:hover {
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled],
.btn-link.disabled {
  text-decoration: none;
}

.btn-lg {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 22px;
}

.btn-sm {
  padding: 8px 5px;
  font-size: 14px;
  line-height: 16px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}





/* Expanding panels style */
.panel { position: relative; margin: 30px auto; }
.panel .panel-heading {
cursor: pointer;
color: #fff;
position: relative;
border-top: 1px solid #e5e5e5;
border-bottom: 2px solid #e5e5e5;
}


.panel .panel-heading { background: #fefefe url(https://static.avast.com/program/api/images/2015/olh/arrow-top.png) no-repeat 98% 8px; }
.panel .panel-heading:hover { background: #e3e3e3 url(https://static.avast.com/program/api/images/2015/olh/arrow-top.png) no-repeat 98% 8px; }
.panel .panel-heading:hover h3 { color: #000; }


.panel.active .panel-heading { background: #e3e3e3 url(https://static.avast.com/program/api/images/2015/olh/arrow-right.png) no-repeat 98% 8px; }

.panel-heading h2 {
margin: 0;
padding: 0px 0px 0px 10px;
line-height: 32px;
}

.panel-heading h3 {
margin: 0;
padding: 0;
padding: 0px 0px 0px 10px;
color: #545454;
font-size: 12px;
height: 32px;
line-height: 32px;
}

.panel.active .panel-heading h3 { color: #000; }
.panel-content { padding: 10px; }

.panel:last-child { margin-bottom: 50px; }



/* scrollbar */

*::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 0 0 0px 1px rgb(235,235,235);
}


/* Header messages common */
[class*="header-msg"] {
    max-width: 100%;
    display: block;
    top: 0;
    left: 0;
    padding: 10px 0 15px;
}
[class*="header-msg"] { 
    background: url('https://static.avast.com/support/help/images/en/av/10/icons/icon-alert.png') no-repeat scroll 10px 10px #EDDC46;  }

[class*="header-msg"] h1 {
    margin: 0px;
    font-size: 22px;
    padding: 5px 0px 5px 52px;
}

[class*="header-msg"] p {
    margin: 0px;
    padding: 3px 0px 0px 52px;
    font-size: 12px;
}
[class*="header-msg"] a { 
    text-decoration: underline; 
    cursor: pointer; 
    color: #fff; 
}
[class*="header-msg"] .help {
top: 9px;
right: 6px;
position: absolute;
font-size: 10px;
text-align: right;
}
[class*="header-msg"] .btn {
background: white;
color: black;
padding: 0px 4px;
margin: 0 4px;
font-weight: bold;
border-radius: 4px;
cursor: pointer;
text-decoration: none;
font-size: 11px;
display: inline;
}

/* Header Attention/Failure message */
[class*="header-msg"] { 
height: 50px;
position: fixed;
width: 100%;
top: 0;
left: 0;
display: none;
z-index: 100;
}

/* HNS header messages  */
[class*="hns-header-msg"] { 
height: auto;
position: relative;
width: 100%;
top: 0;
left: 0;
display: block;
padding: 20px 0;
background-image: none;
}
[class*="hns-header-msg"] .alert {
  position: relative;
}
[class*="hns-header-msg"] .alert IMG {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
}

.hns-header-msg-yellow {
  background-color: #EDDC46;
}
.hns-header-msg-red {
    background-color: #C93738;
    color: #FFF;
}

.hns-header-msg-sticky {
    background-color: #DFD366;
}
.hns-header-msg-sticky h1 {
    font-weight: normal;
    font-size: 16px;
}

.hns-header-msg-sticky .phone,
.hns-header-msg-sticky .phone a[href^="tel:"] {
    color: #03B0EE;
    text-decoration: underline;
}


@media (max-width: 767px) {
    [class*="header-msg"] h1 {
        font-size: 14px;
    }
  [class*="hns-header-msg"] .alert IMG {
    top: 4px;
    width: auto;
    max-width: 40px;
  }
}



/* START - Black outline Fix for IE */

#container a, img {
    border: none;
    outline: none;
}

/* END - Black outline Fix for IE */



/* START - Router Vendor List */

#vendor_list {
    width: 100%;
    box-sizing: content-box;
    display: inline-table;
}

#vendor_list .tile {
    width: 24%;
    height: auto;
    min-width: 170px;
    max-width: 100%;
    position: relative;
    float: left;
    margin: 0.5%;
    cursor: pointer;
    text-decoration: none;
}

#vendor_list .tile:hover,
#vendor_list .tile:active {
    -webkit-box-shadow: 0px 0px 10px 1px #F3F3F3;
    -moz-box-shadow: 0px 0px 10px 1px #F3F3F3,
    -o-box-shadow: 0px 0px 10px 1px #F3F3F3;
    box-shadow: 0px 0px 10px 1px #F3F3F3;
}
/* mobile */
@media (max-width: 767px) {

  #vendor_list .tile {
    width: 49%;
  }

}
/* small mobile */
@media (max-width: 479px) {

  #vendor_list .tile {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }

}

#vendor_list .tile a {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

#vendor_list .tile:last-of-type,
#vendor_list .tile a:last-of-type {
    width: 99%;
}
/* 2 or 3 tiles in a row */
@media (min-width: 768px) {

  #vendor_list .tile.duo,
  #vendor_list .tile.duo:last-of-type {
    width: 49%;
  }
  #vendor_list .tile.trio,
  #vendor_list .tile.duo:last-of-type {
    width: 32.3%;
  }

}

#vendor_list .tile .img {
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 38px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px 10px;
    vertical-align: middle;
    border: 1px solid #E9EAEC;
    border-radius: 2px 2px 0px 0px;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
    transition: all 0.5s cubic-bezier(0, 0, 1, 1);
    -webkit-box-shadow: inset 0px 0px 20px 1px #F3F3F3;
    -moz-box-shadow: inset 0px 0px 20px 1px #F3F3F3;
    -o-box-shadow: inset 0px 0px 20px 1px #F3F3F3;
    box-shadow: inset 0px 0px 20px 1px #F3F3F3;
}
#vendor_list .tile:hover .img,
#vendor_list .tile:active .img {
    border-bottom: 1px solid #FF9100;
    -webkit-box-shadow: inset 0px 0px 20px 1px #F9F9F9;
    -moz-box-shadow: inset 0px 0px 20px 1px #F9F9F9;
    -o-box-shadow: inset 0px 0px 20px 1px #F9F9F9;
    box-shadow: inset 0px 0px 20px 1px #F9F9F9;
    
}

#vendor_list .tile .img img {
    max-height: 28px;
    padding: 5px 0;
}

#vendor_list .tile h3 {
    color: #FFFFFF;
    background-color: #0086FF;
    line-height: 22px;
    padding: 0px 12px 2px 12px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.400);
    border: 1px solid #009CC5;
    border-top: 1px solid #00A7D1;
    border-radius: 0px 0px 2px 2px;
    -webkit-box-shadow: inset 0px 0px 20px 1px #00A7D1;
    -moz-box-shadow: inset 0px 0px 20px 1px #00A7D1;
    -o-box-shadow: inset 0px 0px 20px 1px #00A7D1;
    box-shadow: inset 0px 0px 20px 1px #00A7D1;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 1, 1);
    transition: all 0.5s cubic-bezier(0, 0, 1, 1);
}
#vendor_list .tile:hover h3,
#vendor_list .tile:active h3 {
    background-color: #00C5F7;
    border-top: 1px solid #FF9100;
}


/* END - Router Vendor List */



/* START - Issue List  */

#issue_list {
    height: auto;
    display: block;
    position: relative;
    background-color: #444E5A;
    color: #ADB2B6;
}

#issue_list:before {
    content: "";
    height: auto;
    display: block;
    position: relative;
    top: -6px;
    height: 6px;
    background-color: #444E5A;
}

#issue_list .AVsizer {
    padding-top: 20px;
    padding-bottom: 40px;
}

#issue_list h2 {
    color: #DDE2EB;
    padding-bottom: 5px;
}

#issue_list h2:not(:first-of-type) {
    padding-top: 20px;
}

#issue_list hr {
    height: 0px;
    border: 0px;
    border-top: 1px solid #444E5A;
}

#issue_list ul {
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
}

#issue_list ul li {
    padding: 5px 35px;
}

#issue_list ul li a {
    color: #ADB2B6;
    font-size: 14;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#issue_list ul li a:hover {
    color: #FF9100;
}

#issue_list .issue_list-yellow {
    background: url('https://static.avast.com/support/help/images/en/av/10/icons/icon_attention.png') no-repeat 5px 50%;
    background-size: 15px 15px;
}

#issue_list .issue_list-red {
    background: url('https://static.avast.com/support/help/images/en/av/10/icons/icon_error.png') no-repeat 5px 50%;
    background-size: 15px 15px;
}

body.ipm #issue_list {
    height: 100vh;
}

/* Hide list to other issues in the footer */

body.web .content ~ #issue_list {
    display: none;
}


/* END - Issue List */


/* START - To-Do-Steps Panes */

.to-do-steps ol {
    width: 98%;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0px;
    counter-reset: li;
}

.to-do-steps ol > li {
    position: relative;
    border: 2px solid #F4F5F6;
    -webkit-border-radius; 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 6px 0px 12px 2em;
    padding: 18px 2em;
    background: #F4F5F6;
    list-style: none outside none;
}

.to-do-steps ol > li:before {
    position: absolute;
    width: 2em;
    top: 5px;
    padding: 0;
    left: -1.7em;
    text-align: center;
    font-size: 32px;
    color: #00A7D1;
    content: counter(li);
    counter-increment: li;
}

.to-do-steps ul > li:first-child {
    padding: 10px 0px;
}

/* END - To-Do-Steps Panes */



/* START - DNS Table */

#dns-holder td {
    font-size: 14px;
    font-weight: bold;
}

#dns-holder td:first-child {
    border-left-style: none;
}

#dns-holder td {
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    padding: 10px;
}

#dns-holder tr td[rel='$'] {
    border-bottom: none;
}

/* END - DNS Table */


/* Footer Contact form */
.footer {
position: fixed;
bottom: 0;
left: 0;
height: auto;
color: #fff;
background: #FF9900;
width: 100%;
line-height: auto;
opacity: 0.8;
padding: 10px 3%;
}

.footer p { margin: 0; }

.footer span.btn-hide-footer {
background: url(https://static.avast.com/program/api/images/2015/olh/icons-web.png) no-repeat;
background-position:  0 -19px;
width: 19px;
height: 19px;
position: absolute;
right: 10px;
text-indent: -99999px;
top: 10px;
cursor: pointer;
}

.footer span.btn-hide-footer:hover { background-position:  -19px -19px; }
.footer:hover { opacity: 1; }

.footer a {
    font-weight: bold;
    color: white;
    cursor: pointer;
    text-decoration: underline;
}

.show {
position: fixed;
right: 10%;
bottom: 0;
display: none;
background: #FF9900;
padding: 5px 10px;
color: white;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-weight: bold;
cursor: pointer;
}



/* Contact form */
.overlay {
position: fixed;
height: 100%;
width: 100%;
z-index: 101;
background-color: #fff;
opacity: 0.7;
}

.overlay[state="active"] { display: block; }
.overlay[state="inactive"] { display: none; }

.modal-window {
top: 50%;
left: 50%;
margin-top: -170px;
background-color: #383838;
border-radius: 5px;
text-align: center;
z-index: 110;
width: 90%;
position: fixed;
margin-left: -45%;
height: 400px;
padding: 5px 5%;

}

.modal-window[state="active"] { display: block; }
.modal-window[state="inactive"] { display: none; }

.modal-window .link_close {
background: url(https://static.avast.com/program/api/images/2015/olh/icons-web.png) no-repeat;
background-position:  0 -19px;
width: 19px;
height: 19px;
position: absolute;
right: 10px;
text-indent: -99999px;
top: 10px;
cursor: pointer;
}

.feedback-form { margin: 40px auto 0 auto; }

.input-desc {
float: left;
font-weight: bold;
color: #FFF;
width: 100%;
display: block;
text-align: left;
padding: 5px 5%;
font-size: 14px;
}
  
.input-space {
width: 90%;
margin: 0px 5%; 
}
  
.input-space-textarea {
float: left;
width: 90%;
margin: 0px 5%;
resize: none;
height: 100px;
}

.input-submit {
float: right;
width: 70px;
height: 25px;
margin: 5px 12px 0 0;  
}
  
.message {
line-height: 12px;
font-size: 11px;
text-align: right;
font-weight: bold;
position: absolute;
top: 80px;
left: 50%;
width: 340px;
text-align: center;
margin-left: -170px;
}

.success-message {
top: 0px;
left: 0px;
position: absolute;
width: 100%;
height: 320px;
color: #000;
background: #fff url('https://static.avast.com/program/api/images/v9/browser-cleanup/check-green-80.png') 50% 50% no-repeat;
border-radius: 5px;
padding-top: 220px;
font-weight: bold;
font-size: 16px;
}
.success-message[state="inactive"] { display: none;   }
.success-message[state="active"] { display: block;   }
.errors-email { background: none repeat scroll 0% 0% #C93738; color: #FFF; padding: 5px 7px; width: 100%; border-radius: 4px; }
.errors-email[state="inactive"] { display: none;   }
.errors-email[state="active"] { display: block;   }
.message[state="inactive"] { display: none; }
.message[state="active"] { display: block; }

.active { display: block;   }
.inactive { display: none; }
.input-wrap { width: 100%; margin-bottom: 20px; }


.message-sent {
background: #4bbf60;
padding: 8px 3%;
color: #fff;
font-weight: bold;
font-size: 12px;
}