* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Roboto', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300;1,400;1,900&display=swap');

/* connectpage */
.zps-connectpage {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 15px;
}

.zps-comparision {
    color: #666;
    font-weight: normal;
}

.zps-connectheading {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 30px;
}

.zps-content {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    width: 59%;
    margin: 0 auto 40px;
}

.zps-wordpresslogo {
    margin: 0 0 25px;
}

.zps-connect-icon,
.zps-createicon {
    width: 26%;
}

/* connectpage */

/* zpsconnection */
.zps-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    padding: 0 15px;

}

.zps-popupbg {
    max-width: 545px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 65px;
    box-shadow: 0px 5px 32.9px 2.1px rgba(63, 63, 63, 0.11);
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
}

.zps-innercontent {
    margin-top: -77px;
}

.zps-popupicon {
    width: 75px;
    height: 75px;
    background-color: #e4fde9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.zps-connection-icon {
    width: 75%;
}

.zps-successheading {
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 15px;
}

.zps-popupcontent {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    padding: 0 0 25px;
}

.zps-secondarybutton {
    font-size: 16px;
    color: #616160;
    padding: 0 25px;
    border: 1px solid #e1e0df;
    border-radius: 5px;
    background: rgba(0, 0, 0, .05);
    height: 40px;
}

/* zpsconnection */

/* zpsdisconnection */
.zps-disconnect-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    padding: 0 15px;

}

.zps-disconnectpbg {
    max-width: 545px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 40px 65px;
    border-radius: 5px;
    box-shadow: 0px 5px 32.9px 2.1px rgba(63, 63, 63, 0.11);
    box-sizing: border-box;
}

.zps-disconnect-icon {
    width: 75px;
    height: 75px;
    background-color: #e36f75;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 18px;
}

.zps-disconnect-img {
    width: 70%;
    margin: -7px 0 0;
}

.zps-disconnect-innerblk {
    margin-top: -82px;
}

.zps-disconnect-heading {
    font-size: 21px;
    color: #222;
    font-weight: 500;
    margin: 0 0 15px;
}

.zps-disconnect-content {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
    padding: 0 0 25px;
}

.zps-button-block{
    display: flex;
    justify-content: center;
}


/* zpsdisconnection */

/* zpscreate */
.zps-createpage {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 15px;
}

/* zpscreate */

/* zpsconnectpage */
.zps-forminnerpage {
    max-width: 700px;
    margin: 0 auto;
    padding: 110px 15px 0;
    box-sizing: border-box;
}

.zps-form-heading {
    font-size: 23px;
    color: #000;
    font-weight: 500;
    margin: 0 0 13px;
}

.zps-from-subheading {
    font-size: 14px;
    margin: 0 0 35px;
    line-height: 20px;
}

.zps-form-block {
    padding: 35px 50px;
    box-shadow: 2.1px 2.1px 18px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #eaeaea;
    border-radius: 5px;
    margin: 0 0 15px;
}

.zps-select-box {
    font-size: 14px;
    color: #565656;
    appearance: none;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 0;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20276.7%20153%22%20enable-background%3D%22new%200%200%20276.7%20153%22%3E%3Cstyle%3E.arrow%7Bfill%3A%23d1d1d1%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M276.7%200H0l138.2%20153z%22%20%2F%3E%3C%2Fsvg%3E);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.2em) 1em;
    background-size: 0.75em;
    line-height: 2.5em;
    height: 40px;
}
.childdiv{
    font-size: 14px;
    color: #565656;
    appearance: none;
    width: 96%;
    outline: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.2em) 1em;
    background-size: 0.75em;
    line-height: 2.5em;
    height: 31px;
    padding: 0 15px;
    overflow-y: auto;
    position: relative;
    left:0px;
    top:6px;
    display: none;
}
.childdiv:hover{
    background-color: #ebe9e9;
}

.zps-field-label {
    color: #444;
    margin: 0 0 15px;
    font-size: 15px;
    display: block;
}

.zps-form-innerblock {
    margin: 0 0 32px;
}

.zps-connect-btn-block{
    display: flex;
}

/* zpsconnectpage */

/* button */

.zps-primarybutton {
    font-size: 16px;
    background: linear-gradient(60deg, #fe7330, #ff8e3b);
    color: #fff;
    padding: 0 25px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    height: 40px;
    cursor: pointer;
}

.zps-code-btn{
    color: #ff7928;
    border: 1px solid #ff852c;
    background: transparent;
    margin: 0 0 0 15px;
}

.zps-danger-button {
    font-size: 16px;
    background: #e36f75;
    color: #fff;
    padding: 0 32px;
    display: inline-block;
    border: none;
    height: 40px;
}

.zps-btn-space {
    margin: 0 0 0 15px;
}

/* button */

/* zpscopy code */
.zps-snippetpage {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 15px 0;
    box-sizing: border-box;
    position: relative;
}

.zps-snippetheading {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}

.zps-snippetcontent {
    font-size: 14px;
    color: #000;
}

.zps-project-snippet {
    padding: 35px 0 0;
}

.zps-activesnippet {
    background: #faf9f8;
}

.zps-snippetbutton {
    position: relative;
    appearance: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    line-height: 2.5em;
    height: 2.5em;
    min-width: 2.5em;
    padding: 0 1.25em;
    border: 1px solid transparent;
    font-size: 12px;
    background-color: transparent;
    cursor:pointer;
}

.zps-activesnippet {
    background-color: #faf9f8;
}

.zps-btncolor {
    background-color: #eaeaea;
    border-radius: 4px;
}

.zps-textarea {
    word-break: break-all;
    white-space: pre-line;
    padding: 1rem 6rem 1rem 1rem;
    width: 100%;
    box-sizing: border-box;
    background-color: #faf9f8;
    border: 1px solid #fff3ed;
    overflow: auto;
    resize: none;
    font-size: 0.75rem;
    line-height: 1.4em;
    margin: 0 0 15px;
}

.zps-snippetbtn {
    position: absolute;
    font-weight: 600;
    top: 1.1em;
    right: 1.5em;
}

.zps-snippetcode {
    position: relative;
}

.zps-help-btn {
    width: 20px;
    height: 20px;
    z-index: 5;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #ededed;
    color: #646463;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-top: 0.25rem;
    margin-left: 0.75rem;
}

.zps-snippet-tab {
    display: flex;
}

.zps-textarea:focus-visible{
    outline: 1px solid transparent;
}
/* zpscopy code */

/* loginpage */
.zps-loginpage{
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    padding: 0 15px;
}

.zps-logo svg{
    width: 40%;
}

.zps-formblock{
    padding: 35px;
    border: 1px solid #eaeaea;
    box-shadow: 2.1px 2.1px 18px 0 rgba(0, 0, 0, 0.08);
    margin: 20px 0 0;
}

.zps-forminner{
    margin: 0 0 30px;
}

.zps-input-label{
    font-size: 16px;
    color: #444;
    font-weight: normal;
    margin: 0 0 10px;
    display: inline-flex;
}

.zps-input-field{
    font-size: 12px;
    height: 35px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
}

.zps-input-field:focus{
    outline: none;
    border-color: 1px solid red;
}

.zps-info-icon{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 38px;
    right: 15px;
}

.zps-info-icon:hover{
    background-color: #31a7fa;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    top: 36px;
    right: 13px;
}

.zps-form-page{
    position: relative;
}

.zps-info-icon svg{
    fill: #727272;
}

.zps-info-icon:hover svg{
    fill: #fff;
}

.zps-info-inner{
    position: absolute;
    top: -93px;
    right: -261px;
    width: 260px;
}

.zps-info-bg{
    background-color: #403f3f;
    padding: 10px 0;
}

.zps-info-inner p{
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    line-height: 20px;
    border-radius: 5px;
}

.zps-arrow-right{
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #403F3E;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translate(0px, -50%);
}
/* loginpage */

.zps-info-bar{
    width: 15px;
    height: 15px;
}

.zps-info-block{
    display: flex;
    align-items: center;
}

.zps-info-description{
    font-size: 12px;
    color: #333;
    padding: 0 0 0 10px;
    flex: 1;
    line-height: 16px;
}
.zmhaccoutname {
    width: calc(100% - 20px);
    float: left;
    position: absolute;
}

.zmhaccoutright{
    float: right;
    padding: 10px 15px;
    position: fixed;
    right: 0px;
    background-color: #f7f8fa;
    top:35px;
}

.zmhaccoutright input {
    background-color: transparent;
    color:#009ad5;
    cursor: pointer;
    padding-top: 2px;
    border: 0;
}

.zmhaccoutright .zmhaccname {
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
}

.zmhaccoutright .zmhaccname span.email {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-right: 5px;
    line-height: 20px;
    margin-bottom: 3px;
}

.zmhaccoutright .zmhaccname span.timedate {
    display: block;
    font-weight: 600;
    font-size: 12px;
    margin-right: 5px;
    color: #848484;
    text-align: left;
}

.zmhaccoutright a.zmhaccopt {
    font-weight: 600;
    font-size: 14px;
    color: #027abf;
    text-decoration: underline;
}

.zmhaccoutright a.zmhaccopt:hover {
    text-decoration: none;
}

.mainwpclass{
    background: #fff;
    position: fixed;
    left: 160px;
    right: 0;
    height: 100vh;
}

.zps-close-icon{
    right: 14px;
    width: 2.5rem;
    height: 2.5rem;
    background: #edeceb;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    position: absolute;
    cursor: pointer;
}

.st0 {
    fill: none;
}

.st1 {
    fill: #089949;
}

.st2 {
    fill: #E42527;
}

.st3 {
    fill: #226DB4;
}