@media (max-width: 767.98px) { 
    .hs-help-popup {
        width: 50%!important; 
    } 
}
@media (max-width: 575.98px) { 
    .hs-help-popup {
        width: 100%!important; 
    } 
}

/* .popup-overlay.hubspot-support{
	background-color: unset;
} */

.hubspot-support #cancel-popup{
	position: absolute;
    right: 30px;
    top: 19px;
    cursor: pointer;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hs_help{
    border-radius: 20px 20px 2px 20px;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 45px;
    right: 15px;
    background-color: #0B363C;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    box-shadow: 0 5px 20px 0 rgba(12,73,84,.2);
}

.hs-help-popup {
    position: absolute;
    width: 30%;
    right: 0;
    margin-left: -400px;
    background-color: #fff;
    height: 100%;
	overflow: auto;
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.hs-kb-header{
    border-bottom: 1px solid #0B363C;
    padding: 25px;
    position: relative;
    background-color: #0B363C;
    color: #fff;
}

.hs-kb-header a{
	color: #fff;
}

.hp-header {
	border-bottom: 1px solid #0B363C;
    padding: 25px;
    position: relative;
    background-color: #0B363C;
    color: #fff;
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.hp-header img {
    border-radius: 100px;
}

.hp-header h1, .hp-header p{
	color:#fff;
	margin:0;
  margin-top:5px;
}

.hubspot-support .popup-body input, .hubspot-support .popup-iframe input{
    padding: 9px 40px 9px 10px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 16px;
    transition: all .15s ease-out;
    background-color: #fff;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 5px 0px;
	outline:none;
}

.hs-support{
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 11px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 5px 0px;
    border-radius: 3px;
}

.popup-iframe .pb-hs-box{
	padding: 5px 11px;
}

.kb-content ul li{
	background: #fff;
    padding: 11px;
	border-bottom: 2px solid #f6f8fa;
}

#hubspot-conversations-inline-parent iframe{
    width: 100%;
    height: calc(100vh - 151px);
    border-width: 0px;
}

.hs-chat-header{
	padding: 25px;
    position: relative;
    background-color: #FFF;
    color: #000;
}

.hs-chat-header a{
	color: #000;
}

.popup-iframe{
	background:#fff;
}

.overflow-hidden{
	overflow:hidden;
}

.rotate-95{
	-webkit-transform: rotate(95deg);
    -moz-transform: rotate(95deg);
    -ms-transform: rotate(95deg);
    -o-transform: rotate(95deg);
    transform: rotate(95deg);
}

.hsch-menu{
	color:#7888a9;
	display: flex;
	justify-content: space-around;
	list-style-type: none;
	padding-inline-start: 0;
	margin-top: 25px;
	border-bottom: 2px solid #7888a9;
	margin-block-end: 0em;
}

.hsch-menu>li.active{
	color:#0B363C;
	border-bottom: 4px solid #0B363C;
    margin-bottom: -3px;
}

.hsch-menu>li:hover {
	color:#0B363C;
	border-bottom: 4px solid #0B363C;
    margin-bottom: -3px;
}

.hsch-menu>.inactive:hover {
	color:#7888a9;
	border-bottom: unset;
    margin-bottom: -3px;
}
	
.hsch-menu>li{
    padding: 15px 33px;
	cursor: pointer; 	
}

.hsch-menu>.inactive{
	cursor: not-allowed; 	
}

.popup-overlay.hubspot-support{
	background-color: unset;
}

.an-message{
    padding: 18px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}
