/* Header */

.ciws-wrap .ciws-header {
    background: #fff;
    border: 1px solid #fff;
    padding: 12px 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}
.ciws-wrap .nav-tab {
    padding: 10px 12px;
}
.ciws-wrap .nav-tab-active {
    color: #217924;
    background: #ffffff;
}
select.ciws-floating-template-dropdown.ciws-select-option, 
select.ciws-floating-position-dropdown,
select.ciws-template-dropdown,
select.ciws-floating-box-template-dropdown,
select.ciws-radio-toggle {
    max-width: unset;
}

.ciws-header-relative {
    position: sticky;
    top: 0;
    z-index: 2;
    transition: all 0.3s ease-in;
}
.ciws-header h1 {
    font-size: 45px;
}
.ciws-header h1, .ciws-header h2 {
    color: rgb(226, 223, 223);
    margin: 0;
}
.ciws-plugin-logo {
    vertical-align: middle;
    margin-bottom: 10px;
}
.nav-tab {
    line-height: 1.5;
}
a.nav-tab.ciws-tab-trigger {
    background: #f3f3f3;
}
a.nav-tab.ciws-tab-trigger.nav-tab-active {
    background: #fff;
    border-bottom-color: #fff;
}
a.nav-tab.ciws-tab-trigger.nav-tab-active:focus{
   box-shadow: none;
}

.ciws-settings-wrap {
    background-color: #fff;
    padding: 20px;
    min-height: 300px;
    border: 1px solid #eeeeee;
    border-top: none;
}
.ciws-field-wrap {
    margin-bottom: 20px;
    align-items: center;
}
.ciws-field-wrap > label {
    width: 23%;
    max-width: 190px;
    vertical-align: top;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}
.ciws-field {
    display: inline-block;
    width: calc(100% - 180px);
}
.ciws-form-wrap .ciws-field, .ciws-field {
    max-width: 600px;
    padding-left: 20px;
    position: relative;
}
.ciws-checkbox-toggle input[type="checkbox"], .ciws-checkbox-toggle input[type="radio"] {
    min-width: 4rem;
}
.ciws-checkbox-toggle input[type="checkbox"] {
    height: 28px;
    width: 50px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.ciws-checkbox-toggle label {
    display: inline-block;
    transition: all 0.3s ease;
    height: 20px;
    width: 40px;
    border-radius: 48px;
    background-color: rgba(0, 0, 0, 0.16);
    position: relative;
}
.ciws-checkbox-toggle input[type="checkbox"] {
    height: 28px;
    width: 50px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.ciws-checkbox-toggle label:before {
    content: "";
    height: 24px;
    width: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: white;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 20%) 0 0 14px;
    transition: all 0.3s ease;
}
.ciws-checkbox-toggle input[type="checkbox"]:checked + label:before {
    left: 16px;
    background-color: #2AAC3E;
    background-image: linear-gradient(315deg, #2AAC3E 0%, #2AAC3E 74%);
    box-shadow: none;
}
.ciws-checkbox-toggle input[type="checkbox"]:checked + label {
    background-color: rgb(143, 240, 148);
}
.ciws-setting-flex {
    display: flex;
}
.ciws-setting-left {
    width: 60%;
    padding-right: 20px;
    border-right: 1px solid #bbbb;
}
.ciws-setting-right {
    width: 40%;
    float: right;
    margin-left: 20px;
}
.nav-tab:first-child {
    margin-left: 0px;
}
.ciws-field input[type=date], .ciws-field input[type=datetime-local], .ciws-field input[type=datetime], .ciws-field input[type=email], .ciws-field input[type=month], .ciws-field input[type=number], .ciws-field input[type=password], .ciws-field input[type=search], .ciws-field input[type=tel], .ciws-field input[type=text], .ciws-field input[type=time], .ciws-field input[type=url], .ciws-field input[type=week] {
    width: 80%;
    padding: 3px 8px;
    background: #fff;
}   
select.ciws-template-dropdown.ciws-select-option {
    padding: 3px 24px 2px 8px;
    width: 80%;
    max-width: 600px;
}
textarea.ciws-bknd-txt-area {
    width: 80%;
}
select.ciws-template-dropdown{
    padding: 3px 24px 2px 8px;
    width: 80%;
}
select.ciws-floating-template-dropdown.ciws-select-option,
select.ciws-floating-position-dropdown,
select.ciws-floating-box-template-dropdown,
select.ciws-radio-toggle{
    padding: 3px 24px 2px 8px;
    width: 80%;
} 
/* floating template-6 */

.ciws-floating-template-6 .ciws-floating-icon-wrap {
    width: unset;
    height: 50px;
    background-color: #2db742;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 10px;
    padding-right: 5px;
}
.ciws-floating-template-3 a.ciws-floating-btn-content-wrap {
    justify-content: flex-start;
}
.ciws-floating-template-1.ciws-floating-left a.ciws-floating-btn-content-wrap,
.ciws-floating-template-4.ciws-floating-left a.ciws-floating-btn-content-wrap,
.ciws-floating-template-5.ciws-floating-left a.ciws-floating-btn-content-wrap{
    justify-content: flex-start;
}

.ciws-floating-template-6 .ciws-floating-icon-wrap img {
    height: unset;
    width: unset;
}
.ciws-floating-template-6 .ciws-floating-btn-info-wrap {
    height: 50px;
    display: flex;
    align-items: center;
    padding-right: 10px; 
    background-color: #2db742;
}
.ciws-floating-template-6 .ciws-floating-btn-title{
    color: #fff;
}


.ciws-button-wrapper{
    display: flex;
    width: max-content;
    /* margin: unset; */
    justify-content: flex-start;
}
a.ciws-btn-content-wrap {
    display: flex;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
}
.ciws-button {
    background: #2db742;
}
.ciws-field .button-primary:hover {
    background: #43ac46;
}
.ciws-icon-wrap {
    width: 60px;
} 
/* frontend css */
.ciws-button-wrapper{
    display: flex;
    width: max-content;
    /* margin: unset; */
    justify-content: flex-start;
}
a.ciws-btn-content-wrap {
    display: flex;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    align-items: center;
}
.ciws-button {
    background: #2db742;
}
.ciws-icon-wrap {
    width: 50px;
} 
.ciws-button-wrapper.ciws-template-2 .ciws-button {
    border-radius: 15px;
}
.ciws-button-wrapper.ciws-template-3 .ciws-button {
    border-radius:100px;
}
.ciws-btn-info {
    display: flex;
    align-items: center;
}
.ciws-status {
    font-size: 10px;
    line-height: 120%;
    padding: 2px;
    color: #fff;
    background: #8fe4ab;
    border-radius: 5px;
    margin-left: 5px;
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
}
.ciws-icon-wrap img {
    width: 45px;
    height: 45px;
}


/* Backend list table */

.ciws-settings-section table td {
    padding: 15px;
}
.ciws-settings-section tbody tr td {
    border-bottom: 1px solid #d2d2d2;
}
.ciws-settings-section a {
    color: #272727;
}
.ciws-settings-section a.ciws-account-list-icon {
    padding: 5px;
    color: #fff;
    margin-right: 5px;
}
a.ciws-account-list-icon.ciws-list-edit {
    color: #0a9a42;
    border: 1px solid #0a9a42;
}
a.ciws-account-list-icon.ciws-list-delete {
    color: #aa1a1a;
    border: 1px solid #aa1a1a;;
}
.wrap.ciws-wrap {
    background: #fff;
}
h2.nav-tab-wrapper.ciws-menu-list.wp-clearfix {
    padding-bottom: 15px;
    padding-left: 20px;
    border-bottom: none;
    font-size: 24px;
}
.ciws-shortcode-preview {
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0 14px;
    line-height: 30px;
    white-space: nowrap;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    min-width: 180px;
}
.ciws-clipboard-copy {
    display: inline-block;
    vertical-align: middle;
    color: #27ae60;
    margin-left: 10px;
    cursor: pointer;
    line-height: 30px;
    background: #dbead7;
    margin-left: -3px;
    padding: 0 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
input.ciws-save-btn.ciws-btn-primary:hover {
    background: #2cb661;;
}
a.ciws-preview-btn.ciws-btn-secondary:hover {
    background: #a8ab28;
}
.ciws-copied-msg{
    color: #27ae60;
    vertical-align: middle;
}
.ciws-settings-section .widefat th{
    font-weight: 600;
    padding: 15px;
}
.ciws-floating-btn-title.ciws-floating-btn-info-attr {
    font-size: 16px;
}



/* URL Button */
.ciws-field .button {
    font-size: 14px;
}
button.button.ciws-btn-web {
    padding: 3px 15px;
}
button.button.ciws-btn-mob{
    padding: 3px 15px;
}


    button.button.ciws-btn-web.ciws-url-active {
        color: #26ad5a;
        border-color: #26ad5a;
        background-color: #fff;
    }

    button.button.ciws-btn-web {
        color: #202020;
        border-color: #fff;
        background: #d3d3d3;
    }

button.button.ciws-btn-web.selected:focus{
    box-shadow: none;
}
button.button.ciws-btn-mob.ciws-url-active {
    color: #26ad5a;
    border-color: #26ad5a;
    background-color: #fff;
}
button.button.ciws-btn-mob {
    color: #202020;
    border-color: #fff;
    background: #d3d3d3;
}
button.button.ciws-btn-mob.selected:focus{
    box-shadow: none;
}



/* floating button template css */

a.ciws-floating-btn-content-wrap {
    display: flex;
    text-decoration: none;
    justify-content: flex-end;
    align-items: center;
}
.ciws-floating-icon-wrap img {
    height: 40px;
    width: 40px;
}
.ciws-floating-icon-wrap {
    width: 60px;
    height: 60px;
    background-color: #2db742;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ciws-floating-template-1 .ciws-floating-btn-info-wrap{
    padding: 5px 10px;
    background: #C2BDBD;
    margin-right: 5px;
    border-radius: 3px;
}
.ciws-floating-template-1 .ciws-floating-btn-title {
    color: #1f1f1f;
}
.ciws-floating-right.ciws-floating-button-wrapper {
    position: fixed;
    right: 10px;
    bottom: 40px;
}


.ciws-floating-template-1 .ciws-floating-icon-wrap{
    border-radius: 10px;
}
.ciws-floating-right.ciws-floating-template-1 a.ciws-floating-btn-content-wrap,
.ciws-floating-right.ciws-floating-template-3 a.ciws-floating-btn-content-wrap{
    flex-direction: row-reverse;
}


/* template-2 */
.ciws-floating-button-wrapper.ciws-floating-right.ciws-floating-template-2  {
    right: 25px;
}
.ciws-floating-template-2 .ciws-floating-icon-wrap img {
    height: 40px;
    width: 40px;
}

.ciws-floating-right.ciws-floating-template-2 .ciws-floating-icon-wrap {
    border-radius: 100%;
    position: absolute;
    right: -20px;
}
.ciws-floating-template-2 a.ciws-floating-btn-content-wrap {
    flex-direction: row-reverse;
}
.ciws-floating-right.ciws-floating-template-2 .ciws-floating-btn-info-wrap {
    padding: 10px 45px 10px 15px;
}
.ciws-floating-template-2 .ciws-floating-btn-info-wrap{
    background: #2db742;
    margin-right: 5px;
    border-radius: 40px;
}


.ciws-floating-template-2 .ciws-floating-btn-title {
    color: #fff;
}
.ciws-floating-template-2  .ciws-floating-icon-wrap {
    border: 2px solid #fff;
}
.ciws-floating-template-3 .ciws-floating-btn-info-wrap{
    padding: 10px 15px;
    background: #2db742;
    border-radius: 3px;
}
.ciws-floating-right.ciws-floating-template-3 .ciws-floating-btn-info-wrap
.ciws-floating-right.ciws-floating-template-2 .ciws-floating-btn-info-wrap{
    margin-right: 5px;
}
.ciws-floating-template-3 .ciws-floating-btn-title {
    color: #fff;
}
.ciws-floating-template-3 .ciws-floating-icon-wrap {
    border-radius: 0px;
}
.ciws-floating-right.ciws-floating-template-3 .ciws-floating-btn-info-wrap{
    margin-right: 10px;
}
.ciws-floating-left.ciws-floating-template-3 .ciws-floating-btn-info-wrap{
    margin-left: 10px;
}
.ciws-template-3 a.ciws-btn-content-wrap:hover {
    border-radius: 100px;
}
.ciws-template-2 a.ciws-btn-content-wrap:hover {
    border-radius: 15px;
}

/* template-4 */
.ciws-floating-template-4 .ciws-floating-btn-info-wrap,
.ciws-floating-template-5 .ciws-floating-btn-info-wrap {
    display: none;
}
.ciws-floating-right.ciws-floating-template-4.ciws-floating-button-wrapper,
.ciws-floating-right.ciws-floating-template-5.ciws-floating-button-wrapper {
    position: fixed;
    right: 35px;
    bottom: 40px;
}
.ciws-floating-template-5 .ciws-floating-icon-wrap {
    border-radius: 100%;
}
.ciws-floating-template-5 .ciws-floating-icon-wrap img {
    height: 40px;
    width: 40px;
}


/* for left position */
.ciws-floating-left .ciws-floating-box-wrap {
    left: 0;
}

.ciws-floating-left.ciws-floating-template-3 .ciws-floating-btn-info-wrap,
.ciws-floating-left.ciws-floating-template-2 .ciws-floating-btn-info-wrap,
.ciws-floating-left.ciws-floating-template-1 .ciws-floating-btn-info-wrap{
    margin-left: 5px;
}
.ciws-floating-left.ciws-floating-template-2 .ciws-floating-btn-info-wrap{
    padding: 17px 17px 17px 60px;
}
/* .ciws-floating-button-wrapper.ciws-floating-left.ciws-floating-template-2  {
    left: 25px;
} */
.ciws-floating-left.ciws-floating-template-2 .ciws-floating-icon-wrap {
    border-radius: 100%;
    position: absolute;
    left: -20px;
}
.ciws-floating-left.ciws-floating-template-1 a.ciws-floating-btn-content-wrap,
.ciws-floating-left.ciws-floating-template-3 a.ciws-floating-btn-content-wrap{
    flex-direction: row;
}
.ciws-floating-left.ciws-floating-button-wrapper {
    position: fixed;
    left: 10%;
    bottom: 20px; 
}
.ciws-floating-button-wrapper{
    z-index: 9999;
}
.ciws-settings-section .widefat td {
    vertical-align: middle;
}

input.ciws-save-btn.ciws-btn-primary {
    background-color: #119042;
    padding: 15px 25px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-weight: bold;
    font-weight: 700;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 55px;
    text-decoration: none;
}
a.ciws-preview-btn.ciws-btn-secondary {
    padding: 15px 25px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    border-radius: 55px;
    margin-right: 5px;
}
.ciws-btn-secondary {
    background: #cfd324;
}
.ciws-field .button-primary {
    background: #217924;
    padding: 0 15px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    font-weight: bold;
    font-size: 11px;
}
input.floating-button-heading {
    width: 100%;
}
.ciws-settings-floating .ciws-setting-left {
    border-right: none;
}
a.ciws-btn-content-wrap.ciws-mobile-url {
    display: none;
}
a.ciws-btn-content-wrap.ciws-computer-url {
    display: flex;
}
a.ciws-floating-btn-content-wrap.ciws-floating-mobile-url {
    display: none;
}
a.ciws-floating-btn-content-wrap.ciws-floating-computer-url {
    display: flex;
}

.ciws-field-hide {
    display: none;
}
.ciws-field.ciws-checkbox-toggle small {
    display: block;
    font-style: italic;
    margin-top: 3px;
}
.ciws-error-mesg{
    color: red;
}
a.ciwsp-floating-btn-content-wrap.ciwsp-floating-box {
    justify-content: flex-start;
}
.profile-image-preview img {
    margin-top: 5px;
    width: 100px;
    height: 100px;
}
img.ciws-box-header-logo-green {
    display: none;
}

/* contact box css */

.ciws-box-heading h1 {
    color: #FFF;
    font-family: Helvetica;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px;
    padding-top: 0px;
}
.ciws-box-sub-heading h3 {
    color: #FFF;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ciws-online-desc {
    font-size: 11px;
    color: #ffa500;
}
.ciws-contact-img .ciws-online {
    display: none;
}
.ciws-box-template-1 .ciws-header-img-wrap{
    display: none;
}
.ciws-box-template-1 .ciws-online{
    display: none;
}
.ciws-box-template-1 .ciws-offline{
    display: none;
}
.ciws-header-img-wrap {
    height: 40px;
    width: 40px;
}
.ciws-contact-img img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    border-radius: 100%;
}
.ciws-box-header-wrap {
    display: inline-flex;
    width: -webkit-fill-available;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    background: #30b348;
    flex-direction: column;
}
.ciws-box-body-wrap div span {
    color: #5E5A5A;
    font-family: Helvetica;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div.ciws-reply-txt{
    margin-bottom: 10px;
}
.ciws-floating-box-wrap {
    display: flex;
    flex-direction: column;
    width: max-content;
    border-radius: 10px;
    border: 1px solid #AEAEAE;
    background: #FFF;
    position: absolute;
    bottom: 100%;
    right: 0;
    max-width: 400px;
    display: none;
    margin-bottom: 10px;
}
.ciws-floating-button {
    position: relative;
}
.ciws-floating-left .ciws-floating-box-wrap::before{
    right: unset;
    left: 30px;
}
.ciws-floating-right .ciws-floating-box-wrap::before {
    right: 30px;
}
.ciws-floating-box-wrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #AEAEAE;
}
.ciws-floating-box-wrap::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 31px;
    margin-left: -5px;
    border-width: 9px;
    border-style: solid;
    border: 9px solid transparent;
    border-top-color: white;
}

.ciws-floating-left .ciws-floating-box-wrap::after{
	left: 36px;
    right: unset;
}


.ciws-contact-list {
    display: inline-flex;
    padding: 12px 10px 13px 15px;
    align-items: center;
    gap: 2px;
    border-radius: 3px;
    border: 1px solid #C5C5C5;
    width: 100%;
    margin-bottom: 10px;
}
.ciws-box-body-wrap {
    padding: 15px 20px;
}
.ciws-contact-img {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 40px;
    background: #26F44C;
    margin-right: 12px;
}
.ciws-contact-name {
    color: #000;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
a.ciws-floating-btn-content-wrap.ciws-floating-box {
    cursor: pointer;
}
.ciws-contact-deg {
    color: #696969;
    font-family: Helvetica;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ciws-online-status {
    height: 10px;
    width: 10px;
    border-radius: 100%;
}
.ciws-box-template-1 .ciws-contact-discription{
    text-align: left;
}
.ciws-box-template-1 .ciws-contact-img .ciws-online{
    display: flex;
}
.ciws-box-template-1 .ciws-contact-img {
    position: relative;
}
.ciws-box-template-1 .ciws-online-status.ciws-online {
    right: 2px;
    bottom: 0px;
}
.ciws-floating-right.ciws-floating-template-1 a.ciws-floating-btn-content-wrap.ciws-floating-box, 
.ciws-floating-right.ciws-floating-template-2 a.ciws-floating-btn-content-wrap.ciws-floating-box {
    justify-content: unset;
}
/* template 2 */
.ciws-box-template-2 .ciws-heading-desc {
    margin-left: 10px;
}
.ciws-box-template-2 .ciws-box-header-wrap{
    display: flex;
    flex-direction: row;
}
.ciws-box-template-2 .ciws-contact-list{
    background: #EAEBED;
}
.ciws-box-template-2 .ciws-contact-list  {
    position: relative;
}
.ciws-online-status {
    right: 15px;
    position: absolute;
}
.ciws-online {
    background: #25D366;
}
.ciws-floating-left .ciws-floating-box-wrap::after{
	right: 88%;
    left: unset;
}
.ciws-floating-template-6.ciws-floating-left a.ciws-floating-btn-content-wrap {
    justify-content: flex-start;
}


/* woocommerce Position */
.ciws-wrap * {
    box-sizing: border-box;
}
.ciws-display-none{
    display: none;
}

.ciws-field.ciws-high-width {
    width: 100%;
    max-width: 680px;
}
.ciws-position-image-wrap {
    border: 3px solid #f0f0f0;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    transition: all 0.3s;
    width: 190px;
}
.position-image-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ciws-position-image {
    margin: 10px 20px 10px 0;
}
.ciws-position-image-wrap.ciws-selected {
    border-color: #43ac46;
}
.ciws-position-image-wrap img {
    cursor: pointer;
}
.ciws-position-image span {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

/**
new css
*/
.ciws-template-dropdown {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.ciws-dropdown-list {
    border: 1px solid #ddd;
    background: #fff;
    max-height: 150px;
    overflow-y: auto;
    margin-bottom: 10px;
    width: 80%;
}

.ciws-dropdown-item {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.ciws-dropdown-item:hover {
    background: #f0f0f0;
}

.ciws-selected-accounts-list {
    list-style-type: none;
    padding: 0;
    width: 80%;
    max-width: unset;
    padding: 20px;
    border: 2px dashed #a39a9a;
}

.ciws-selected-account-item {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    align-items: center;
}

.ciws-remove-account {
    background: #e74c3c;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.ciws-remove-account:hover {
    background: #c0392b;
}
.ciws-box-mobile {
    display: none;
}

a.ciws-btn-content-wrap:hover {
    color: #fff;
    opacity: 80%;
}
.ciws-floating-button-wrapper {
    opacity: 100%;
}
.ciws-close-btn {
    cursor: pointer;
    position: absolute;
    right: 10px;
    border-radius: 100%;
    top: 10px;
    height: 20px;
    width: 20px;
    background: #d75151;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.ciws-close-svg {
    width: 16px;
    height: auto;
    text-align: revert;
    vertical-align: middle;
}
li.ciws-selected-account-item {
    cursor: pointer;
}
ul.ciws-icon-list {
    display: flex;
    flex-wrap: wrap;
}
ul.ciws-icon-list li {
    border: 2px solid transparent;
    padding: 0px !important;
}
ul.ciws-icon-list li.ciws-active {
    border: 2px solid #2db742;
    padding: 0px !important;
}
ul.ciws-icon-list li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 2px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    line-height: 0;
}
.ciws-notification span {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 12px;
    line-height: 170%;
}
.ciws-body-form-wrap {
    max-height: 330px;
    overflow: auto;
}

.ciws-greeting-box-wrap {
    display: flex;
    flex-direction: column;
    /* width: max-content; */
    border-radius: 10px;
    border: 1px solid #AEAEAE;
    background: #FFF;
    position: absolute;
    bottom: 100%;
    right: 0;
    display: none;
    max-width: 400px;
    margin-bottom: 10px;
    min-width: 330px;
}
.ciws-floating-left .ciws-greeting-box-wrap {
    left: 0;
}
.ciws-greeting-template-3 .ciws-greeting-header-wrap {
    display: flex;
    flex-direction: row;
}
.ciws-greeting-header-wrap {
    display: inline-flex;
    padding: 10px 15px;
    border-radius: 10px 10px 0px 0px;
    background: #30b348;
    width: -webkit-fill-available;
    align-items: center;
    flex-direction: row;
}
.ciws-greeting-header-img-wrap {
    height: 50px;
    width: 50px;
}
.ciws-floating-right a.ciws-floating-btn-content-wrap.ciws-floating-box {
    justify-content: flex-end;
}

.ciws-greeting-heading-desc {
    margin-left: 10px;
}
.ciws-greeting-heading {
    color: #FFF;
    font-family: Helvetica;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 0px;
}
.ciws-greeting-heading p {
    padding: 0;
    margin: 0;
}

.ciws-greeting-main-body-wrap {
    background-color: #ece5dd;
    padding: 18px 24px 98px 18px;
    position: relative;
}
.ciws-customize-specific .ciws-greeting-main-body-wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/ciws-greeting-form-bg.png");
    opacity: 0.4;
}
.ciws-greeting-main-content {
    position: relative;
}
.ciws-greeting-main-content-txt {
    margin: 8px 5px;
    padding: 11px 12px 13px 12px;
    background-color: #74e59b;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px;
}

.ciws-greeting-cta-wrap{
    text-align: center;
    padding: 11px 25px 9px 25px;
    cursor: pointer;
    background-color: #ffffff;

}
.ciws-greeting-cta-wrap .ciws-button-wrapper {
    justify-content: center;
    width: 100%;
}
.ciws-greeting-footer-wrap {
    padding: 2px 25px 5px 25px;
    text-align: center;
    font-size: 12px;
    background-color: #ffffff;
    border-radius: 0px 0px 10px 10px;
}
.ciws-greeting-cta-btn .ciws-btn-info {
    display: none;
}
.ciws-greeting-footer-wrap p {
    margin: 0;
}

.ciws-greeting-cta-btn .ciws-icon-wrap {
    width: 35px;
    display: flex;
    align-items: center;
}
.ciws-greeting-cta-btn .ciws-icon-wrap img {
    width: 35px;
    height: 25px;
}
.ciws-greeting-cta-btn .ciws-btn-title {
    font-size: 15px;
}   
.ciws-greeting-heading-img img {
    height: 50px;
    width: 50px;
    border-radius: 100px;
}
.ciws-greeting-cta-wrap {
    text-align: center;
    padding: 11px 25px 9px 25px;
    cursor: pointer;
    background-color: #ffffff;
}
.ciws-button-wrapper {
    display: flex;
    justify-content: flex-start;
    -webkit-font-smoothing: antialised;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
}
.ciws-floating-btn-content-wrap:hover {
    opacity: 80%;
}
.ciws-contact-list {
    box-sizing: border-box;
}

@media only screen and (max-width: 769px){
    .ciws-mob-hide{
        display: none;
    }
    .ciws-box-mobile {
        display: block;
    }
    .ciws-box-desktop {
        display: none;
    }
    a.ciws-btn-content-wrap.ciws-computer-url {
        display: none;
    }
    a.ciws-btn-content-wrap.ciws-mobile-url {
        display: flex;
    }
    a.ciws-floating-btn-content-wrap.ciws-floating-computer-url {
        display: none;
    }
    a.ciws-floating-btn-content-wrap.ciws-floating-mobile-url {
        display: flex;
    }
    .ciws-floating-btn-title.ciws-floating-btn-info-attr {
        font-size: 12px;
    }
    .ciws-floating-right.ciws-floating-template-2 .ciws-floating-btn-info-wrap {
        padding: 12px 55px 12px 12px;
    }
    .ciws-floating-left.ciws-floating-template-2 .ciws-floating-btn-info-wrap {
        padding: 12px 17px 12px 50px;
    }
    .ciws-floating-template-2 .ciws-floating-icon-wrap img {
        height: 35px;
        width: 35px;
    }
    .ciws-floating-icon-wrap {
        width: 50x;
        height: 50px;
    }
    .ciws-floating-right.ciws-floating-button-wrapper {
        bottom: 20px;
    }
        .ciws-field {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
}
.ciws-field-wrap > label {
    width: 100%;
    max-width: 240px;
    margin-bottom: 5px;
}
select.ciws-floating-template-dropdown.ciws-select-option, select.ciws-floating-position-dropdown, select.ciws-floating-box-template-dropdown, select.ciws-template-dropdown, select.ciws-radio-toggle {
    width: 100%;
    max-width: unset;
}
.ciws-field input[type=date], .ciws-field input[type=datetime-local], .ciws-field input[type=datetime], .ciws-field input[type=email], .ciws-field input[type=month], .ciws-field input[type=number], .ciws-field input[type=password], .ciws-field input[type=search], .ciws-field input[type=tel], .ciws-field input[type=text], .ciws-field input[type=time], .ciws-field input[type=url], .ciws-field input[type=week] {
    width: 100%;
}
.ciws-setting-flex {
    flex-direction: column;
}
.ciws-setting-left {
    width: 100%;
    padding-right: 0px;
    border-right: 1px solid #bbbb;
}
input.ciws-save-btn.ciws-btn-primary {
    padding: 13px 19px;
    font-size: 10px;
    margin-right: 0px;
    margin-bottom: 5px;
}
a.ciws-preview-btn.ciws-btn-secondary {
    padding: 13px 19px;
    font-weight: 700;
    font-size: 10px;
    margin-right: 0px;
}
.aftm-header-btn-wrap {
    display: flex;
    flex-direction: column;
}
.ciws-settings-section table td {
    padding: 10px;
}
.ciws-shortcode-preview {
    min-width: 75px;
}
.fpsm-shortcode-display {
    display: flex;
    align-items: center;
    align-content: center;
}
textarea.ciws-bknd-txt-area {
    width: 100%;
}
.ciws-clipboard-copy {
    cursor: pointer;
    line-height: 30px;
    padding: 0px 8px;
    font-size: 10px;
}
}
@media only screen and (min-width: 769px){
    .ciws-desktop-hide{
        display: none;
    }
}

@keyframes slide-up{
    0%{
        bottom: -700%;
    }
    100%{
        bottom: 100%;
    }
}

.ciws-greeting-box-wrap,
.ciws-floating-box-wrap  {
    animation-name: slide-up;
    animation-duration: 0.7s;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
