
.active-form-wrap{
	position: fixed;
    z-index: 9999;
    top: 0;
    width: 300px;
    right: 0;
    box-sizing: border-box;
    padding: 25px 30px 20px 30px;
    min-height: 218px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 2px;
    -webkit-transform: translateX(100%);
    transition: transform 0.4s;
    transform: translateX(100%);
    transition: all 0.4s ease;
}

.cb-show{
	right: 300px !important;

}

.cb-hide{
	right: 0 !important;
}

.cshcb-form .vertical {
	cursor: pointer;
    position: absolute;
    transform-origin: 0 0;
    font-size: 16px;
    line-height: 34px;
    z-index: 1;
    padding: 10px 10px;
    color: #ffffff;
    left: 0;
    top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-transform: rotate(-90deg) translate(-100%, -100%);
    transform: rotate(-90deg) translate(-100%, -100%);
    padding-right: 64px;
}

.callback-icon{
	display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
    width: 54px;
    height: 54px;
    background-color: rgba(255,255,255,0.1);
}

.callback-icon span{
	font-weight: normal;
}

.callback-icon img{
	width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cshcb-form .alert_active_success{
    background: #4BB543 ;
    color: #f1f1f1 ;
    font-style: italic ;
    border: none;
    display: none;
    border-radius: 0;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/29841/tick_1.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    text-indent: 30px;
    max-width: 300px;
    min-width: 260px;
}