.kc-us-link {
color: #5850ec;
}
.kc-flex {
display: flex;
}
.kc-us-link-icon {
width: 2.5rem;
color: #5850ec;
height: 1.5rem;
cursor: pointer;
}
.kc-us-link-create-icon {
width: 2.5rem;
color: #000000;
height: 1.5rem;
cursor: pointer;
}
.kc-us-qr-code .qr {
margin-left: auto;
margin-right: auto;
font-size: 1px;
width: 50%;
} #generate-short-link, #generated-short-link {
text-align: center;
}
#generate-short-link #kc-us-target-url, #generate-short-link #kc-us-short-url {
width: 60%;
display: inline;
border: 1px solid grey;
border-radius: 50px 0px 0px 50px;
background-color: #FFFFFF;
margin: 0px;
font-size: 16px;
}
#generate-short-link #kc-us-submit-btn, #generate-short-link #kc-us-copy-btn {
border: 1px solid grey;
display: inline;
padding: 15px;
background-color: #4662FA;
color: #FFFFFF;
border-radius: 0px 50px 50px 0px;
margin: -5px;
width: 150px;
font-size: 16px;
}
.kc-us-tooltip {
position: relative;
display: inline-block;
}
.kc-us-tooltip .kc-us-tooltiptext {
visibility: hidden;
width: 140px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 150%;
left: 50%;
margin-left: -75px;
opacity: 0;
transition: opacity 0.3s;
}
.kc-us-tooltip .kc-us-tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.kc-us-tooltip:hover .kc-us-tooltiptext {
visibility: visible;
opacity: 1;
}.xoo-wl-notice-error{
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
padding: 7px 10px;
}
.xoo-wl-notice-success{
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
padding: 15px;
}
.xoo-wl-notices{
display: none;
margin: 15px 0;
width: calc(100% - 20px);
}
.xoo-wl-notice-error p {
margin-bottom: 2px;
}
.xoo-wl-notice-error , .xoo-wl-notice-success{
border: 1px solid transparent;
border-radius: 4px;
display: block;
margin: 10px 0;
}
span.xoo-wl-scs-icon {
margin-right: 5px;
}
.xoo-wl-opac {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 999999;
right: 0;
background-color: black;
opacity: 0;
transition: all 0.2s ease-out
}
.xoo-wl-modal {
top: 0;
text-align: center;
bottom: 0;
left: 0;
right: 0;
position: fixed;
z-index: 10000000000;
overflow: auto;
opacity: 0;
transition: all 0.2s ease-in-out;
transform: scale(0.8);
}
.xoo-wl-inmodal .scroll-content{
height: 100%;
}
.xoo-wl-inmodal {
display: inline-block;
background: #fff;
position: relative;
vertical-align: middle;
width: 90%;
text-align: left;
border-radius: 5px;
height: 90%;
border-radius: 17px;
}
.xoo-wl-srcont {
flex-grow: 1;
height: 100%;
overflow: auto;
}
.xoo-wl-popup-active .xoo-wl-modal{
opacity: 1;
transform: scale(1);
}
.xoo-wl-popup-active .xoo-wl-opac{
opacity: 0.7;
}
.xoo-wl-popup-active.xoo-wl-popup{
visibility: visible;
}
.xoo-wl-popup{
visibility: hidden;
}
html.xoo-wl-popup-active, body.xoo-wl-popup-active {
overflow-y: hidden;
}
span.xoo-wl-close {
font-size: 17px;
position: absolute;
right: -9px;
top: -12px;
border-radius: 50%;
cursor: pointer;
z-index: 100;
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
color: #000;
background-color: #fff;
box-shadow: -1px 2px 10px rgba(0, 0, 0, .17);
}
span.xoo-wl-close:hover{
color: #e63030;
}
.xoo-wl-sidebar{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100%;
border-radius: 15px 0 0 15px;
}
.xoo-wl-wrap {
min-height:  100%;
display: flex;
width: 100%;
height: 100%;
}
.xoo-wl-main {
padding: 30px 25px;
position: relative;
vertical-align: top;
}
button.xoo-wl-action-btn{
width: 100%;
border-radius: 5px;
cursor: pointer;
}
.xoo-wl-form button.xoo-wl-submit-btn {
margin: 0 auto;
display: table;
}
.xoo-wl-btc-inline_toggle .xoo-wl-inline-form {
display: none;
}
.xoo-wl-btc-show{
display: block!important;
}
span.xwh-heading {
display: block;
text-align: center;
font-size: 23px;
font-weight: bold;
word-spacing: 1px;
}
span.xwh-subheading {
display: block;
margin: 20px 0;
}
.xoo-wl-btc-inline_toggle.xoo-wl-active button.xoo-wl-btn-toggle {
display: none;
}
.xoo-wl-btc-inline_toggle.xoo-wl-active .xoo-wl-inline-form {
display: block;
}
.xoo-wl-nlc-btns {
margin: 10px 0;
}
.xoo-wl-nlc-btns a {
margin-right: 12px;
}
.xoo-wl-btn-container.xoo-wl-btc-variable {
display: none;
}
.xoo-wl-notloggedin-cont {
display: table;
margin: 20px auto;
}
@media only screen and (max-width: 769px) {
.xoo-wl-sidebar{
display: none;
}
.xoo-wl-wrap , .xoo-wl-main{
display: block;
width: 100%;
}
.xoo-wl-footer-note{
position: relative;
}
}
.xoo-wl-modal:before {
content: '';
display: inline-block;
height: 100%;
margin-right: -0.25em;
vertical-align: middle;
}
.xoo-wl-popup button.xoo-wl-submit-btn {
width: calc(100% - 20px);
max-width: unset;
display: inline-block;
}
.xoo-wl-user-added .xoo-wl-sidebar {
display: none;
}
.xoo-wl-user-added .xoo-wl-main {
background-color: #dff0d8;
padding: 5px;
}
.xoo-wl-user-added .xoo-wl-inmodal{
max-height: unset;
height: auto;
}
.xoo-wl-popup-active.xoo-wl-popup[data-wpr-lazyrender] {
content-visibility: visible!important;
}
@media only screen and (min-height: 650px) {
.xoo-wl-srcont {
display: flex;
flex-direction: column;
justify-content: center;
}
}
@media only screen and (max-width: 450px) {
.xoo-aff-group.onehalf, .xoo-aff-group.onefourth, .xoo-aff-group.onethird, .xoo-aff-group, .xoo-aff-group-twothird, .xoo-wl-popup button.xoo-wl-submit-btn {
width: 100%;
}
}