#cw-widget {
    position: fixed;
    bottom: 20px;
    border-radius: 30px;
    padding: 3px;
    right: 20px;
    z-index: 9999;
    background: #263DBA;
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
}

#cw-widget img#cw-toggle {
    width: 100%;
    cursor: pointer;
}

#cw-box {
   background: #fdfdfd;
    border-radius: 15px;
    padding: 10px;
    display: none;
    width: 250px;
    position: absolute;
    bottom: 70px;
    right: 0;
    box-shadow: 0px 3px 22px rgb(229 229 229);
}

#cw-widget.cw-open #cw-box {
    display: block;
}

.cw-entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    background-image: linear-gradient(110deg, #FF6302 0%, #FEA00C 100%);
    color: #fff !important;
     font-size: 14px;
    padding: 5px 0 3px 0;
    text-align: center;
    border-radius: 30px;
}
.cw-entry:last-child {
	background-image: linear-gradient(110deg, #21d700 0%, #27c500 100%);
}

.cw-entry a {
    margin-left: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    display: block;
    width: 100%;
}


.cw-shortcode-button {
     display: inline-block;
    padding: 7px 60px;
    font-weight: 600;
    background-image: linear-gradient(110deg, #FF6302 0%, #FEA00C 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 35px;
}



#cw-toggle {
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#cw-toggle.animate-out {
  opacity: 0;
  transform: rotate(180deg) scale(0.7);
}

#cw-toggle.animate-in {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.text_number {
	color: #000391;
    font-weight: 700;
}

.text_number_phone {
	text-align: center;
    font-weight: 300;
    top: -64px;
    position: relative;
    color: #fff;
    display: flex;
    border-radius: 30px 0px 0px 30px;
    padding: 3px;
    right: 42px;
    z-index: unset;
    background: #263DBA;
    width: 173px;
    height: 46px;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
}

