@font-face {
    font-family: "CairoBold";
    src: url("/font/Cairo-Bold.ttf");
}

@font-face {
    font-family: "CairoSemiBold";
    src: url("/font/Cairo-SemiBold.ttf");
}

@font-face {
    font-family: "CairoRegular";
    src: url("/font/Cairo-Regular.ttf");
}

#main-content {
    visibility: hidden;
    opacity: 0;
    position: fixed;
}

#loader {
    display: block;
}

.position-inherit {
    position: inherit!important;
}

body {
    background-color: #FFFFFF;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    color: #111111;
    font-size: 14px;
}

.display-none {
    display: none!important;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.clearfix {
    padding: 0;
    margin: 0;
}

.mainbox {
    background-color: #fff;
    border-radius: 2px;
    padding: 5%;
    margin-bottom: 25px;
}

.logosite {
    padding: 18px;
}

.topmenu {
    display: inline-block;
}

.topmenu ul {
    float: right;
}

.topmenu li {
    list-style: none;
    display: inline-block;
    padding: 20px;
}

.topmenu .dropdown {
    padding: 10px;
}

.topmenu img {
    margin-right: 5px;
}

.topmenu a {
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.topmenu a:hover {
    color: #afafe2;
}

.btnAdd {
    background-color: rgba(46, 176, 6);
    color: #fff;
    font-family: CairoBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.btnAdd:hover {
    background-color: rgba(46, 176, 6, 0.8);
    color: #fff;
    text-decoration: none;
}

.btnAdd:focus {
    background-color: #fff;
    color: rgba(46, 176, 6, 0.8);
    border: 1px solid rgba(46, 176, 6, 0.8);
    text-decoration: none;
}

.btn-red {
    background-color: #e74c3c!important;
    color: #FFF!important;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.activebtn {
    background-color: #fff;
    color: rgba(46, 176, 6, 0.8);
    border: 1px solid rgba(46, 176, 6, 0.8);
    text-decoration: none;
}

.topbox {
    padding-bottom: 45px;
}

.topbox span {
    background-image: url("../img/puce.png");
    background-position: 0% 50%;
    padding-left: 15px;
    background-repeat: no-repeat;
    float: left;
    color: #ff7200;
    font-size: 16px;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
}

.Firsttitle {
    background-image: url("../img/puce.png");
    background-position: 0% 50%;
    padding-left: 15px;
    background-repeat: no-repeat;
    float: left;
    color: #ff7200;
    font-size: 16px;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
}

#section .topbox a {
    float: right;
    margin-right: 2px;
}

.centerbox {
    padding: 18px;
    border: solid 1px #dbdada;
    border-radius: 2px;
}

.Linkbox {
    display: block;
    background-color: #f0f0f0;
    border: solid 1px #dbdada;
    border-radius: 2px;
    padding: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.btnLink {
    background-color: #ffffff;
    color: rgba(46, 176, 6);
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.btnLink:hover {
    background-color: #6b6b7b;
    color: #ffffff;
}

.btnLink a {
    color: #6b6b7b;
    text-decoration: none;
}

.btnLink:hover a {
    color: #ffffff;
    text-decoration: none;
}

.btnEdit {
    background-color: rgb(0, 116, 217);
    background-image: url("../img/edit.png");
    background-position: 20% 50%;
    background-repeat: no-repeat;
    float: right;
    margin-left: 15px;
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 50px;
    padding-right: 25px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.btnEdit:hover {
    background-color: rgba(107, 107, 123, 0.8);
    color: #fff;
    text-decoration: none;
}

.btnDelete {
    background-color: rgb(255, 65, 54);
    background-image: url("../img/trash.png");
    background-position: 20% 50%;
    background-repeat: no-repeat;
    float: right;
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 50px;
    padding-right: 25px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.btnDelete:hover {
    background-color: rgba(165, 165, 178, 0.8);
    color: #fff;
    text-decoration: none;
}

.btnDelete a {
    color: #fff;
    text-decoration: none;
}

.btnDelete a:hover {
    color: #fff;
    text-decoration: none;
}

.Linkbox span {
    color: #6b6b7b;
    padding: 8px;
}

.copyright {
    margin-top: 25px;
    margin-bottom: 10px;
    background-image: url("../img/logoinnova-dark.png");
    background-position: 55% 50%;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.copyrightLogo {
    background-image: url("../img/logo-white-shadow.png")!important;
    margin-top: 25px;
    margin-bottom: 10px;
    background-position: 55% 50%;
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.copyrightlink {
    position: relative;
    margin-top: 35px;
}

.copyrightlink a {
    text-decoration: none;
    color: #111111;
    font-size: 14px;
}

.addlinkfrm {
    width: 80%;
    text-align: left;
    padding-left: 15%;
    padding-right: 15%;
    margin: auto;
}

.formtitles {
    font-family: CairoSemiBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #6b6b7b;
    display: block;
    padding-top: 15px;
    padding-bottom: 5px;
}

.addlinkfrm input {
    font-family: CairoSemiBold, DosisMedium, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0d0d19;
    width: 100%;
    background-color: #f0f0f0;
    border: solid 1px #dbdada;
    border-radius: 2px;
    padding: 8px;
    margin-bottom: 10px;
}

.btncolor1 {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ff7200;
    width: 35px;
    height: 35px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.btncolor2 {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.colortitle {
    font-family: CairoSemiBold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0d0d19;
}

.btnconfirm {
    margin-right: 2px;
    background-color: rgba(107, 107, 123);
    float: center;
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.btnconfirm:hover {
    background-color: rgba(107, 107, 123, 0.8);
}

.btncancel {
    background-color: rgba(165, 165, 178);
    float: center;
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.btncancel:hover {
    background-color: rgba(165, 165, 178, 0.8);
}

.Firstbox2 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.logotop {
    padding-top: 35px;
    padding-bottom: 35px;
}

.mainbox2 {
    border: solid 1px #292941;
    background-color: #191929;
    border-radius: 2px;
    padding: 0 4%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.mainbox2 button {
    display: block;
}

.login-box {
    max-width: 450px;
    padding: 2%!important;
}

.BtnLinkV {
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    margin: 1% 0;
    white-space: pre-wrap!important;
}

.Btn1 {
    background-color: rgba(246, 138, 31);
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.Btn1:hover {
    background-color: rgba(246, 138, 31, 0.8);
}

.Btn2 {
    background-color: rgba(14, 178, 122);
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.Btn2:hover {
    background-color: rgba(14, 178, 122, 0.8);
}

.Btn3 {
    background-color: rgba(16, 194, 64);
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.Btn3:hover {
    background-color: rgba(16, 194, 64, 0.8);
}

.Btn4 {
    background-color: rgba(81, 31, 246);
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.Btn4:hover {
    background-color: rgba(81, 31, 246, 0.8);
}

.Btn5 {
    background-color: rgba(246, 31, 61);
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.Btn5:hover {
    background-color: rgba(246, 31, 61, 0.8);
}

.Btncreate {
    background-color: rgba(25, 25, 41);
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.Btncreate:hover {
    background-color: rgba(25, 25, 41, 0.8);
}

.box2link .login {
    color: #dbdada;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.box2link a {
    color: #111111;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.box2link a:hover {
    color: #afafe2;
}

.linkcreate {
    color: #94949e;
    text-decoration: none;
    font-family: CairoSemiBold, Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 20px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.linkcreate:hover {
    color: #dbdbe0;
}

.Btnfacebook {
    background-color: #3b5999;
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.Btnfacebook:hover {
    background-color: #004eff;
}

.Btninstagram {
    background-color: #e4405f;
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.Btninstagram:hover {
    background-color: #ff950b;
}

.mainbox2 h3 {
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    color: #ff7200;
    text-transform: uppercase;
}

.mainbox2 .title {
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    color: #ff7200;
    text-transform: uppercase;
    font-size: 1.8em;
}

.mainbox2 p {
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    color: #dbdada;
    font-size: 1.7rem;
    margin-bottom: 25px;
}

.box2link p {
    max-width: 400px;
    color: #74747f;
    margin: auto;
    font-size: 1.9rem;
    letter-spacing: 1px
}

.instagram {
    color: #c32aa3;
}

.facebook {
    color: #1877f2;
}

.fb {
    background-color: #3B5998;
    color: white;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
}

.twitter {
    color: #1da1f2;
}

.youtube {
    color: #ff0000;
}

.google {
    color: #ea4335;
}

.globe {
    color: rgb(111, 37, 222);
}

.linkedin {
    color: #007bb5;
}

.pinterest {
    color: #bd081c;
}

.snapchat {
    color: #fffc00;
}

.whatsapp {
    color: #25d366;
}

.tumblr {
    color: #35465d;
}

.reddit {
    color: #ff4500;
}

.vimeo {
    color: #1ab7ea;
}

.default {
    color: black;
}

.telegram {
    color: #0088cc;
}

.twitch {
    color: #9146ff;
}

.line {
    color: #25d366;
}

.shopping {
    color: #2ECC40;
}

.form-control {
    margin: 1% 0;
}

.error-message {
    color: #a94442;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
    text-decoration: none;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #fff;
    color: #111111;
    font-size: 120%;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    opacity: 0;
    border: 1px solid #111111;
    border-radius: 5px;
    z-index: 99999;
    visibility: hidden;
    text-decoration: none;
}

[data-title] {
    position: relative;
}

.fb-login-button {
    margin-bottom: 5%;
}

.social-select {
    margin-bottom: 3%;
}

.font-2 {
    font-size: 2rem;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-15 {
    padding-top: 15px;
}

.social-spacing {
    margin-left: 16px;
    margin-right: 16px;
    white-space: nowrap;
    line-height: 2.5;
}

.clear {
    clear: both;
}

.btnApply {
    background: none;
    border: none;
    text-align: center;
    margin: 3% 0;
}

.btnApply a {
    background-color: rgba(46, 176, 6);
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.btnApply a:hover {
    background-color: #fff;
    color: rgba(46, 176, 6);
    border: 1px solid rgba(46, 176, 6);
    text-decoration: none;
}

.btnApplyed {
    background: none;
    border: none;
    text-align: center;
    margin: 3% 0;
}

.btnApplyed a {
    background-color: #FF851B;
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.btnApplyed a:hover {
    background-color: #fff;
    color: #FF851B;
    border: 1px solid #FF851B;
    text-decoration: none;
}


/** zoom image */

.zoom {
    width: 600px;
    height: auto;
    cursor: zoom-in;
}

#lb-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    padding: 50px 15%;
}

#lb-back.show {
    visibility: visible;
    opacity: 1;
}

#lb-img {
    text-align: center;
    border-radius: 5px;
    cursor: zoom-out;
}

#lb-img img {
    border-radius: 10px;
}

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(46, 176, 6);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#scrollTopBtn:hover {
    background-color: #555;
}

#colorsThemes,
#customThemes {
    display: none;
}

#themesTypesBtn {
    display: none;
}

#themesTypesBtn .bounceIn:hover {
    box-shadow: 0 10px 6px -6px rgba(111, 37, 222, 0.1)!important;
    -webkit-box-shadow: 0 10px 6px -6px rgba(111, 37, 222, 0.1)!important;
    -moz-box-shadow: 0 10px 6px -6px rgba(111, 37, 222, 0.1)!important;
}

#themesTypesBtn button .active {
    background-color: #fff;
    color: rgba(46, 176, 6);
}

.demobtn {
    background: none;
    border: none;
}

.demobtn img {
    border-radius: 5px;
    cursor: pointer;
    width: 80%;
}

.basketBtn {
    position: absolute;
    top: 43%;
    background-color: rgba(46, 176, 6);
}

.home-list .update {
    font-size: 2rem;
    color: rgba(46, 176, 6);
}

.home-list .copy {
    font-size: 2rem;
}

.profileLink a {
    text-decoration: none;
    color: #111111;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: none;
}

.navbar-nav {
    margin: 0 -15px;
}

.dropdown-toggle {
    padding: 0!important;
    background: none!important;
}

#mobileNavBar {
    display: none;
}

#webNavBar {
    display: block;
    background-color: #1a1929;
}

.current-theme-demo {
    width: auto;
    margin: 0 35%;
}

.current-theme {
    width: 50%;
    margin: 0 25%;
}

.display-mobile {
    display: none;
}

.display-web {
    display: inline-block;
}

.display-web-flex {
    display: flex;
}

@media (max-width: 800px) {
    .display-mobile {
        display: inline-block;
    }
    .display-web,.display-web-flex {
        display: none;
    }

    .my-social-links-row {
        margin-bottom: 5%;
    }
    .my-subscribers-links-row {
        margin-bottom: 5%;
    }
    .my-subscribers-links-row .subscriber-row{
        font-size : 1rem;
    }
    .user-mv-3 {
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .current-theme-demo {
        width: 100%!important;
        margin: 0!important;
    }
    .current-theme {
        width: 50%;
        margin: 0 25%;
    }
    .auto-width {
        width: auto;
    }
    #mobileNavBar {
        display: block;
        position: inherit!important;
        margin-bottom: 0;
    }
    #webNavBar {
        display: none;
    }
    .dropdown-toggle {
        padding: 10px 15px!important;
    }
    .dropdown button {
        font-size: 18px;
    }
    .dropdown-menu {
        position: inherit;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 0;
        font-size: 14px;
        text-align: center;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    li .borderBottom {
        border-bottom: 1px solid #dddddd;
    }
    .topmenu {
        text-align: center;
        padding: 0;
        display: block;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }
    .logo {
        text-align: center;
    }
    .Linkbox button,
    .Linkbox a {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        width: 100%;
        margin: 3% 0;
    }
    .Linkbox span {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        text-align: center;
    }
    .login-box {
        max-width: 450px;
        padding: 2%!important;
    }
    .btnEdit {
        padding-left: 42%;
    }
    .btnDelete {
        width: 100%;
    }
    .btnconfirm {
        background-color: rgba(107, 107, 123);
        float: center;
        color: #fff;
        font-family: CairoRegular, Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        margin-top: 40px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 3px;
        border: none;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        text-transform: uppercase;
        letter-spacing: 2px;
        width: 94%;
        margin: 5% 3% 0 3%;
        font-weight: 600;
    }
    .btncancel {
        background-color: rgba(165, 165, 178);
        float: center;
        color: #fff;
        font-family: CairoRegular, Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        margin-top: 40px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 3px;
        border: none;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 94%;
        margin-right: 3%;
        margin-left: 3%;
        font-weight: 600;
    }
    .green-nav-link {
        margin: 2% 0;
        text-transform: uppercase;
        ;
        letter-spacing: 1px;
    }
    .update-title {
        margin: 2% 0;
        text-transform: uppercase;
        ;
        letter-spacing: 2px;
        font-weight: 600;
    }
    .mainbox form label {
        margin: 3% 0;
        text-transform: uppercase;
        ;
        letter-spacing: 1px;
        font-size: 2rem;
    }
    .mainbox form .form-control {
        height: 50px;
        padding: 6px 12px;
        font-size: 1.9rem;
        letter-spacing: 1px;
        margin: 3% 0;
        text-transform: capitalize;
    }
    .mainbox form .checkbox label {
        margin: 5% 0;
    }
    .centerbox {
        padding: 0;
        border: none!important;
        border-radius: 2px;
    }
    .mainbox .home-list label {
        margin: 3% 0;
        text-transform: uppercase;
        ;
        letter-spacing: 1px;
        font-size: 2rem;
    }
    .home-list .form-group .row {
        text-align: center;
    }
    .home-list .update {
        font-size: 4rem;
        color: rgba(46, 176, 6);
    }
    .home-list .copy {
        font-size: 3rem;
    }
    .mainbox .home-list .user-info {
        margin: 3% 0;
        text-transform: uppercase;
        ;
        letter-spacing: 1px;
        font-size: 2rem;
        color: #337ab7;
        word-break: break-all;
        display: inline;
    }
    .mainbox .home-list .centerbox {
        padding: 0;
        border: none!important;
        border-radius: 2px;
    }
    .addlinkfrm {
        width: 100%;
        text-align: left;
        padding: 0 4%;
        margin: auto;
    }
    .smartphone {
        margin-top: 10%!important;
        position: relative;
        width: auto!important;
        height: 640px;
        border: 12px #111111 solid;
        border-top-width: 30px;
        border-bottom-width: 20px;
        border-radius: 36px;
    }
    .text-center-mobile {
        text-align: center;
    }
    .text-center-mobile label {
        float: left!important;
    }
    .profileLink {
        text-align: center;
    }
    .profileLink a {
        text-decoration: none;
        color: #111111;
    }
    .checkText {
        left: 17%!important;
    }
    #scrollTopBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 5px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: rgba(46, 176, 6);
        color: white;
        cursor: pointer;
        padding: 10px;
        border-radius: 4px;
    }
    #lb-back {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s;
        padding: 5%;
    }
    #themesTypesBtn button {
        width: 90%;
        margin: 2% 5%;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }

    #subscriberModal .modal-dialog {
        width: 90%;
        margin-left: 5%;
    }
}


/* end zoom image */


/* animation card*/

.bounceIn:hover {
    -webkit-box-shadow: 0 10px 6px -6px rgba(46, 176, 6);
    -moz-box-shadow: 0 10px 6px -6px rgba(46, 176, 6);
    box-shadow: 0 10px 6px -6px rgba(46, 176, 6);
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.p-0 {
    padding: 0!important;
}

.m-0 {
    margin: 0!important;
}


/* The device with borders */

.smartphone {
    position: relative;
    width: 360px;
    height: 640px;
    margin: auto;
    border: 12px #111111 solid;
    border-top-width: 30px;
    border-bottom-width: 20px;
    border-radius: 36px;
}


/* The circle on the bottom of the device */

.smartphone:after {
    content: '';
    display: block;
    width: 60px;
    height: 24px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%, -50%);
    background: #111111;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}


/* The screen (or content) of the device */

.smartphone .content {
    height: 100%;
    background: #111111;
}

.smartphone .content #mobileView {
    border-radius: 5px;
}

#mobileView html {
    overflow: overlay!imprtant;
}

#social_selector {
    font-family: Arial, FontAwesome;
}

#social_selector option span {
    font-size: 2rem;
}

#iconsSelectorRow {
    display: none;
    margin-bottom: 3%;
}

.checkContainer {
    padding-left: 35px;
    margin-bottom: 5%!important;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkText {
    position: absolute;
    left: 10%;
    cursor: pointer;
    color: rgb(39, 43, 80);
    font-weight: 800;
}

.checkmark-label {
    vertical-align: -webkit-baseline-middle;
    margin-right: 5%;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    border-radius: 3px;
    top: -3;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}


/* On mouse-over, add a grey background color */

.checkContainer:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkContainer input:checked~.checkmark {
    background-color: rgba(46, 176, 6, 0.8);
    ;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkContainer input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mt-0 {
    margin-top: 0!important;
}

.m-0 {
    margin: 0!important;
}

.mb-4 {
    margin-bottom: 4%;
}

.mb-2 {
    margin-bottom: 2%;
}

.mt-2 {
    margin-top: 2%;
}

.mt-4 {
    margin-top: 4%;
}

.mv-2 {
    margin: 2% 0;
}

.mv-5 {
    margin: 5% 0;
}

.pv-2 {
    padding: 2% 0;
}

.pt-2 {
    padding-top: 0.5rem;
}

#mobileView {
    width: 100%;
    border: none;
    height: 640px;
    pointer-events: none;
}

.scrollbar {
    overflow-y: scroll;
}

.force-overflow {
    min-height: 450px;
}

#content-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(111, 37, 222, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#content-scroll::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#content-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(111, 37, 222, .3);
    background-color: #555;
}

.pointer {
    cursor: pointer;
}

.border-Comet {
    border: 1px solid #6b6b7b!important;
}

.border-2 {
    border-radius: 50%;
    border: 2px solid white;
}

.shared-link {
    display: inline-block;
    margin: 2% 0;
    padding: 2% 0;
    white-space: inherit;
}

.shared-link em {
    font-size: 2.3rem;
    padding-right: 8px;
}

.shared-link span {
    font-size: 1.8rem;
}

.login-form {
    width: 340px;
    margin: 50px auto;
}

.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.login-form .form-control,
.btn {
    min-height: 38px;
    border-radius: 2px;
}

.login-form .btn {
    font-size: 15px;
    font-weight: bold;
}


/*Switch button*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(245, 110, 52);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: rgb(111, 37, 222);
}

input:focus+.slider {
    box-shadow: 0 0 1px #2ECC40;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.off-text {
    position: absolute;
    top: 6px;
    left: -40px;
}

.on-text {
    position: absolute;
    top: 6px;
    right: -38px;
}

#off-text-user-subscribers{
    position: absolute;
    top: 6px;
    left: -87px;
}

#on-text-user-subscribers{
    position: absolute;
    top: 6px;
    right: -61px;
}

#disabled-text {
    position: absolute;
    top: 6px;
    left: -70px;
}

#enabled-text {
    position: absolute;
    top: 6px;
    right: -58px;
}

.all-item-row {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 5px;
    margin: 1% 0;
}


/* MOBILE NAV BAR */

#mobileNavBar .navbar-static-top {
    margin-bottom: 19px;
}

#mobileNavBar #navbar,
.navbar-header {
    background: #191929;
    color: #fff!important;
}

#mobileNavBar #navbar {
    min-height: 100vh;
}

#mobileNavBar .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-overflow-scrolling: touch;
}

#mobileNavBar .navbar-brand img {
    padding: 6% 0;
    width: 77%;
}

#mobileNavBar .navbar-default .navbar-toggle {
    border: none;
}

#mobileNavBar .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
}

#mobileNavBar .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
}

#mobileNavBar .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 1px;
    background-color: #fff!important;
}

#mobileNavBar .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

#mobileNavBar .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

#mobileNavBar .nav {
    padding: 0% 14%;
    margin-bottom: 0;
    list-style: none;
}

#mobileNavBar .nav>li {
    position: relative;
    display: block;
    padding: 4% 0;
}

#mobileNavBar .nav .item-border-vertical {
    border-top: 0.09rem solid rgb(221, 221, 221, 0.3);
    border-bottom: 0.09rem solid rgb(221, 221, 221, 0.3);
}

#mobileNavBar #navbar ul li a {
    color: white!important;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 1px;
}

#mobileNavBar .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: white!important;
    background: none!important;
    font-weight: 500;
}

#mobileNavBar .nav-user {
    border-bottom: 0.09rem solid rgb(221, 221, 221, 0.3);
    letter-spacing: 1px;
}

#mobileNavBar .nav-user img {
    border-radius: 50%;
    border: 0.09rem solid rgb(221, 221, 221, 0.3);
}

#mobileNavBar .nav-user span {
    display: block;
    margin-top: 2%;
    font-weight: 500;
    font-size: 1.8rem;
}

#mobileNavBar .nav-footer {
    position: absolute;
    bottom: 0%;
    text-align: center;
    width: 100%;
}

#mobileNavBar .nav-footer a img {
    content: url("/img/logoinnova.png");
}


/* END MOBILE NAV BAR */


/* HOME PAGE DESIGN*/

@media (max-width: 800px) {
    html,
    body {
        height: 100%;
    }
    .wrapper {
        /* the bottom margin is the negative value of the footer's height */
    }
    .footer {
        background: #191929;
        text-align: center;
        padding: 5% 0;
    }
    body {
        background: #fff;
    }
    .word-break {
        word-break: break-all;
    }
    .custom-container {
        padding: 10px 10% 0 10%!important;
        letter-spacing: 1px;
        min-height: 100vh;
    }
    .header {
        margin-bottom: 4%;
    }
    .user-image {
        border-radius: 50%;
        border: 0.2rem solid rgb(221, 221, 221, 0.6);
    }
    .user-name {
        margin-top: 2%;
        font-weight: 500;
        font-size: 1.8rem;
    }
    .my-link-row {
        margin-bottom: 10%;
    }
    .my-theme-row {
        margin-bottom: 10%;
    }
    .my-links-row {
        margin-bottom: 10%;
    }
    .box-header {
        padding: 3% 1%;
        background: rgb(111, 37, 222);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .box-header label {
        padding: 5% 0%;
        font-size: 1.6rem;
        color: white;
        font-weight: 300;
    }
    .box-header a {
        font-size: 1.8rem;
        color: white;
        background: rgb(83, 84, 102)!important;
        border-radius: 5px;
    }
    .box-header-clicks a .btn.focus,
    .btn:focus,
    .btn:hover {
        background: white!important;
        color: rgb(83, 84, 102)!important;
    }

    .box-header-clicks {
        padding: 3% 1%;
        background: rgb(111, 37, 222);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .box-header-clicks label {
        padding: 5% 0%;
        font-size: 1.6rem;
        color: white;
        font-weight: 300;
    }
    .box-header-clicks a {
        font-size: 1.8rem;
        color: rgb(111, 37, 222);
        background: white;
        border-radius: 5px;
    }    
    .box-header-clicks a .btn.focus,
    .btn:focus,
    .btn:hover {
        background: white!important;
        color: rgb(83, 84, 102)!important;
    }
    .box-body-clicks {
        padding: 3% 1%;
        background: rgb(83, 84, 102)!important;
        -webkit-box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
        -moz-box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
        box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
    }
    .box-body-clicks label {
        font-size: 1.5rem;
        color: rgb(111, 37, 222);
        background: white;
        font-size: 1.5rem;
        padding: 1% 5%;
        border-radius: 16px;
    }
    .box-body {
        padding: 3% 1%;
        background: rgb(240, 240, 240);
        -webkit-box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
        -moz-box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
        box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
    }
    .box-body label {
        font-size: 1.5rem;
        color: rgb(39, 43, 80);
    }
    .my-theme-row .box-body img {
        border-radius: 3%;
        width: 80%;
        text-align: center;
        margin-left: 10%;
        margin-bottom: 3%;
    }
    .my-theme-row .box-body label {
        font-size: 1.5rem;
        color: rgb(39, 43, 80);
        background: white;
        padding: 1% 5%;
        border-radius: 16px;
    }
    .my-links-row .box-body a {
        background: rgb(245, 110, 52)!important;
        color: white;
        font-size: 1.8rem;
    }
    .avatr-img {
        width: 50px;
        height: 50px;
    }
    #previewImg {
        width: 150px;
        height: 150px;
        margin-top: 2%;
    }
}


/*END MOBILE MEDIA*/

@media (min-width: 850px) {
    html,
    body {
        height: 100%;
    }
    .wrapper {}
    .footer,
    .push {
        background: #191929;
        text-align: center;
        padding: 2% 0;
    }
    body {
        background: #fff;
    }
    .word-break {
        word-break: break-all;
    }
    .custom-container {
        padding: 20px 20% 0 20%!important;
        letter-spacing: 1px;
        min-height: 100vh;
        margin-bottom: 5%;
    }
    .header {
        margin-bottom: 4%;
    }
    .user-image {
        border-radius: 50%;
        border: 0.2rem solid rgb(221, 221, 221, 0.6);
    }
    .user-name {
        margin-top: 2%;
        font-weight: 500;
        font-size: 1.8rem;
    }
    .user-name .btn:hover,
    .user-name .btn:focus {
        color: #23527c!important;
    }
    .my-link-row {
        margin-bottom: 5%;
    }
    .my-theme-row {
        margin-bottom: 5%;
    }
    .my-links-row {
        margin-bottom: 5%;
    }
    .my-social-links-row{
        margin-bottom: 5%;
    }

    .box-header {
        padding: 1% 1%;
        background: rgb(111, 37, 222);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .box-header label {
        padding: 2% 0%;
        font-size: 2rem;
        color: white;
        font-weight: 300;
    }
    .box-header a {
        margin: 5% 0%;
        font-size: 2rem;
        color: white!important;
        background: rgb(83, 84, 102)!important;
        border-radius: 5px;
    }
     .box-header-clicks {
        padding: 1% 1%;
        background: rgb(111, 37, 222);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .box-header-clicks label {
        padding: 2% 0%;
        font-size: 2rem;
        color: white;
        font-weight: 300;
    }
    .box-header-clicks a {
        margin: 5% 0%;
        font-size: 2rem;
        color: rgb(83, 84, 102)!important;
        background:white!important;
        border-radius: 5px;
    }
    .color-white {
        color: white!important;
    }
    .box-header a .btn.focus,
    .btn:focus,
    .btn:hover {
        color: white!important;
    }
    .box-header-clicks a:focus,
    .box-header-clicks a:hover {
        color: rgb(83, 84, 102)!important;
    }
    .cursor-all-scroll{
      cursor: all-scroll;
    }
    .box-body {        
        padding: 3% 1%;
        background: rgb(240, 240, 240);
        -webkit-box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
        -moz-box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
        box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
    }
    .box-body label {
        font-size: 1.5rem;
        color: rgb(39, 43, 80);
    }

    .box-body-clicks {
        padding: 3% 1%;
        background: rgb(83, 84, 102)!important;
        -webkit-box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
        -moz-box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
        box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
    }
    .box-body-clicks label {
        font-size: 1.5rem;
        color: rgb(111, 37, 222);
        background: white;
        padding: 1% 5%;
        border-radius: 20px;
    }
    .my-theme-row .box-body label {
        font-size: 1.5rem;
        color: rgb(39, 43, 80);
        background: white;
        padding: 1% 5%;
        border-radius: 20px;
    }
    .my-links-row .box-body a,
    .my-links-row .box-body .link {
        background: rgb(245, 110, 52)!important;
        color: white;
        font-size: 1.8rem;
    }
    .my-links-row .box-body a:hover,
    .my-links-row .box-body .link:hover {
        background: #fff!important;
        color: rgb(245, 110, 52)!important;
        cursor: auto;
    }
    .avatr-img {
        width: 50px;
        height: 50px;
    }
    #previewImg {
        width: 100px;
        height: 100px;
        float: right;
    }
    .text-md-right {
        text-align: right!important;
    }
    .captcha-center{
      margin-left: 12%;
    }
}


/* END HOME PAGE DESIGN*/


/* THEMES PAGE DESIGN*/

.mb-5 {
    margin-bottom: 5%;
}

.themes-container {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5%;
}

@media (max-width: 800px) {
    .current-theme-box {
        padding: 6% 0!important;
    }
}

.current-theme-box {
    border-radius: 5px;
    color: rgb(25, 25, 41);
    background: white;
    padding: 1% 0;
    -webkit-box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
    -moz-box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
    box-shadow: 0 8px 6px -6px rgb(106, 106, 118);
}

.current-theme-box label:first-child {
    display: block;
    font-size: 2rem;
}

.current-theme-box label:last-child {
    display: block;
    font-size: 2rem;
}

.current-theme-box img {
    width: 80%;
    margin: 0 10%;
    border-radius: 3px;
}

.theme-category-box {
    background: rgb(251, 44, 162);
    /* Pink */
    padding: 10% 0;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}

.theme-category-box img {
    width: 36%;
    margin: 0 32%;
    margin-bottom: 2%;
    display: block;
}

.social-media-img {
    padding-right: 8px;
    width: 40px;
}

.vertical-align-bottom {
    vertical-align: bottom!important;
}

@media (max-width: 800px) {
    .btn-apply {
        padding: 2px 5px;
        background: rgb(111, 37, 222);
        font-size: 1.4rem;
        color: white;
        border-radius: 3px;
        letter-spacing: 1px;
        width: 100%;
    }
    .carousel {
        padding: 5%;
    }
    .socialMediaSelectedImage {
        width: 40px;
    }
    .socialMediaSelector {
        margin-top: 3%!important;
    }
    .carousel .theme-title {
        color: #454454;
        text-align: center;
        letter-spacing: 1px;
        font-size: 1.4rem;
        border-radius: 3px;
        margin-bottom: 3%;
        width: 100%;
    }
    .carousel .theme-btn-block {
        margin-top: 2%;
        background: white;
        border-radius: 5px;
        padding: 10px 10px;
        width: 100%;
        margin-left: 5%;
    }
    #socialMediaThemes {
        list-style: none;
        margin-top: 3%;
    }
    #socialMediaThemes img {
        padding: 5px 10px;
    }
    #socialMediaThemes img:hover {
        cursor: pointer;
        display: inline-block;
        -webkit-box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
    }
    #socialMediaThemes .active {
        -webkit-box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
    }
    .carousel .theme-btn-block {
        margin-top: 2%;
        background: white;
        border-radius: 5px;
        padding: 10px 10px;
        width: 100%;
        margin-left: 5%;
    }
    #questionMarkButton{
        background: none!important;        
        color: rgb(83, 84, 102)!important;      
        padding: 0;
        cursor: pointer;
    }
    #questionMarkButton em{
       background: #fff;
      border-radius: 50%;
      padding: 5px 10px;
    }
}

@media (min-width: 801px) {
    .carousel .theme-title {
        color: #454454;
        text-align: center;
        letter-spacing: 1px;
        font-size: 1.3rem;
        border-radius: 3px;
        width: 100%;
    }
    .btn-apply {
        padding: 2px 5px;
        background: rgb(111, 37, 222);
        font-size: 1.4rem;
        color: white;
        border-radius: 3px;
        letter-spacing: 1px;
        width: 100%;
    }
    .carousel {
        padding: 15px 10px;
    }
    .socialMediaSelectedImage {
        width: 50px;
    }
    #socialMediaThemes {
        list-style: none;
        margin-top: 3%;
    }
    #socialMediaThemes img {
        padding: 5px 10px;
    }
    #socialMediaThemes img:hover {
        cursor: pointer;
        display: inline-block;
        -webkit-box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
    }
    #socialMediaThemes .active {
        -webkit-box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
        -moz-box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 1);
    }
    .carousel .theme-btn-block {
        margin-top: 2%;
        background: white;
        border-radius: 5px;
        padding: 10px 10px;
        width: 100%;
        margin-left: 5%;
    }
     #questionMarkButton{
        background: none!important;        
        color: rgb(83, 84, 102)!important;      
        padding: 0;
        cursor: pointer;
    }
    #questionMarkButton em{
       background: #fff;
      border-radius: 50%;
      padding: 5px 10px;
    }  
}

.carousel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
    padding-bottom: 10;
}

.visible {
    visibility: visible!important;
    opacity: 100!important;
}

.gallery .flickity-viewport .gallery-cell img {
    height: 80vh!important;
    margin-left: 5%;
    border-radius: 5px;
}

.td-theme-img {
    padding: 0 5px;
}

.td-theme-name {
    padding: 0 5px;
}

@media (max-width: 800px) {
    .carousel .gallery {
        min-height: 100vh!important;
    }
    .gallery .flickity-viewport {
        min-height: 100vh!important;
    }
    .gallery .flickity-viewport .gallery-cell {
        height: 100%!important;
        width: 100%;
    }
    .td-theme-img {
        padding: 0 5px;
    }
    .td-theme-name {
        padding: 0 10px;
    }
}

.flickity-enabled.is-draggable {
    height: 100%;
    border-radius: 9px;
}

.flickity-viewport {
    height: 100%!important;
    border-radius: 5px;
}

.flickity-page-dots {
    visibility: hidden!important;
}

.flickity-prev-next-button {
    top: 50%!important;
    width: 65px!important;
    height: 65px!important;
    border-radius: 0!important;
    transform: translateY(-50%);
}

.flickity-button {
    position: absolute;
    background: rgb(0, 0, 0, 0.3)!important;
    border: none!important;
    color: #e3e3ec!important;
}

.flickity-prev-next-button.previous {
    left: -10px!important;
}

.flickity-prev-next-button.next {
    right: -10px!important;
}

.btn-apply a {}

.btn-apply a:focus,
a:hover {}

.btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 4px;
    color: white;
    background: rgb(0, 0, 0, 0.3);
    border: none;
    color: #e3e3ec;
    min-height: auto;
}


/* END THEMES PAGE DESIGN*/

.ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pr-0 {
    padding-right: 0!important;
}

.pl-0 {
    padding-left: 0!important;
}

.pv-2 {
    padding-top: 2%!important;
    padding-bottom: 2%!important;
}


/* MY LINKS DESIGN*/

.buttons-nav-row {
    margin-top: 5%;
    margin-bottom: 5%;
}

.btn-addLink {
    background: rgb(251, 43, 161);
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

.message-row {
    margin-top: 5%;
    margin-bottom: 2%;
}

.message-row label {
    color: rgb(107, 107, 123);
    font-weight: 400;
}

.links-list-row {
    margin-bottom: 5%;
}

.links-list-row .link-title {
    background: rgb(111, 37, 221)!important;
    text-align: center;
    font-size: 1.7rem;
    color: white;
    font-weight: 700;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
     padding-left: 40px;
}

.links-list-row .link-title:hover {
    color: white!important;
    font-weight: 700;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.links-list-row .created-label-col {
    padding-top: 3%;
    padding-bottom: 3%;
}

.created-label {
    color: rgb(107, 107, 123);
    font-weight: 400;
    font-size: 1.3rem;
}

.btnEdit {
    background-color: rgb(0, 116, 217);
    background-image: url(../img/edit.png);
    background-position: 20% 50%;
    background-repeat: no-repeat;
    float: right;
    margin-left: 15px;
    color: #fff;
    font-family: CairoRegular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 50px;
    padding-right: 25px;
    border-radius: 3px;
    border: none;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}

.links-list-row .actions-col a {
    margin-top: 1%;
    margin-bottom: 1%;
    text-transform: uppercase;
}

.links-list-row .actions-col .btn-update {
    background-color: rgb(84, 84, 103);
    background-image: url(../img/edit.png);
    background-position: 20% 50%;
    background-repeat: no-repeat;
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
}

.links-list-row .actions-col .btn-delete {
    background-color: rgb(206, 206, 213);
    background-image: url(../img/trash.png);
    background-position: 20% 50%;
    background-repeat: no-repeat;
    color: rgb(84, 84, 103);
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1%;
    margin-bottom: 1%;
}

.links-list-row .actions-col .btn-delete a {
    color: white;
    text-decoration: none;
}

.links-list-row .actions-col .btn-delete:hover>a {
    color: rgb(206, 206, 213)!important;
    text-decoration: none;
}


/* END MY LINKS LIST DESIGN*/


/* ADD NEW LINK DESING*/

.add-new-link-container form {
    padding-top: 2%;
}

.add-new-link-container .mv-3 {
    margin-bottom: 3%!important;
}

.return-link {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 1.8rem;
    color: rgb(107, 107, 123);
}

.return-link:hover,
.return-link:focus {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 1.8rem;
    color: rgb(107, 107, 123)!important;
    text-decoration: none;
}

.return-link>em {
    font-size: 2rem;
}

.btn-save {
    background: rgb(250, 101, 21);
    color: white;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
}

.btn-save:hover,
.btn-save:focus {
    background: white;
    color: rgb(250, 101, 21)!important;
}

.text-upperCase {
    text-transform: uppercase!important;
}

.text-capitalize {
    text-transform: capitalize!important;
}

.text-lowercase {
    text-transform: lowercase!important;
}


/* END ADD NEW LINK DESING*/


/* USER INFOS PERSO*/

.user-infos-container {
    color: rgb(107, 107, 123);
    min-height: 100vh;
}

.user-infos-container .info-row {
    background: rgb(240, 240, 240);
    box-shadow: 0 2px 0px -1px rgb(107, 107, 123);
    border-radius: 3px;
    padding-top: 3%;
    padding-bottom: 3%;
    margin: 2% 0;
    letter-spacing: 1px;
}

.user-infos-container .row div label:first-child {
    color: rgb(84, 84, 103);
    font-weight: 300;
}

.user-infos-container .row div label:last-child {
    color: rgb(13, 13, 25);
    font-weight: 500;
}

.user-infos-container .btn-update {
    background: rgb(84, 84, 103);
    color: white;
    text-transform: uppercase;
    font-size: 1.8rem;
    width: 100%;
    margin-top: 5%;
}


/*END USER INFO PERSO*/

.themes-type-card {
    color: black!important;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.card-title {
    color: black!important;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100vh!important;
}

.pointer {
    cursor: pointer;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden!important;
}

.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary {
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger {
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success {
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info {
    background-color: #26c6da;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.offline-user {
    background-color: #DDDDDD;
}

.offline-user .btn-primary {
    background-color: #DDDDDD!important;
    border-color: black!important;
    color: black!important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    text-align: center!important;
    color: rgb(111, 37, 222)!important;
    margin-bottom: 8%;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: left;
    width: 100%;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    width: 100%;
    background: none;
    border-radius: 0;
    padding-top: 2%;
    padding-bottom: 2%;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons .btn-ok {
    border-top: 0.09rem solid gray;
    border-bottom: 0.09rem solid gray;
}

.btn-ok:hover,
.btn-ok:focus {
    color: black!important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons .btn-cancel {
    color: gray;
}

.btn-cancel:hover,
.btn-cancel:focus {
    color: gray!important;
}

.credits {
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
}

.credits:hover {
    color: white;
    text-decoration: none;
}

@media(max-width:800px) {
    #avatarUpload {
        display: none;
        opacity: 0
    }
    #selectedFile {
        width: 50%;
        height: 38px;
        float: left;
        font-size: 13px;
        line-height: 25px;
        text-indent: 10px;
        pointer-events: none;
        background: white;
        color: black;
        padding-top: 6px;
    }
    #uploadBtn {
        cursor: pointer;
        display: block;
        background-color: rgb(111, 37, 222);
        height: 25px;
        color: white;
        width: 50%;
        float: left;
        font-size: 11px;
        line-height: 25px;
        text-align: center;
        -webkit-transition: 500ms all;
        -moz-transition: 500ms all;
        transition: 500ms all;
    }
    #button:hover {
        background-color: blue;
    }
    .error-message {
        margin: 1% 0;
        font-size: 1.2rem;
    }
}

@media(min-width:801px) {
    #avatarUpload {
        display: none;
        opacity: 0
    }
    #selectedFile {
        width: 384px;
        height: 38px;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 13px;
        line-height: 25px;
        text-indent: 10px;
        pointer-events: none;
        background: white;
        color: black;
        padding-top: 6px;
    }
    #uploadBtn {
        cursor: pointer;
        display: block;
        background-color: rgb(111, 37, 222);
        height: 25px;
        color: white;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 11px;
        line-height: 25px;
        text-align: center;
        -webkit-transition: 500ms all;
        -moz-transition: 500ms all;
        transition: 500ms all;
    }
    #uploadBtn:hover {
        background-color: blue;
    }
    .error-message {
        margin: 1% 0;
        font-size: 1rem;
    }
}

.not-found-container {
    min-height: 100vh;
}

@media(max-width:800px) {
    .not-found-container .not-found-img {
        width: 100%;
    }
    .not-found-container .btn {
        background: rgb(111, 37, 222);
        color: white;
        font-weight: bold;
        width: 50%;
        text-transform: uppercase;
        font-size: 1.6rem;
    }
    .not-found-container label {
        color: #6b6b7b;
        letter-spacing: 1px;
        display: block;
        margin-bottom: 3%;
        margin-top: 15%;
        font-size: 1.8rem;
    }
}

@media(min-width:801px) {
    .not-found-container {
        min-height: 100vh;
        margin-bottom: 3%;
    }
    .not-found-container .not-found-img {
        width: 40%;
        margin-left: 30%
    }
    .not-found-container label {
        color: #6b6b7b;
        letter-spacing: 1px;
        display: block;
        margin-bottom: 3%;
        margin-top: 5%;
        font-size: 1.6rem;
    }
    .not-found-container .btn {
        background: #f96514;
        color: white;
        font-weight: bold;
        width: 30%;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .not-found-container .btn:hover,
    .not-found-container .btn:focus {
        background: #fff!important;
        color: #f96514!important;
        border: 1px solid #f96514!important;
        font-weight: bold;
        width: 30%;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .not-found-container+.credits:hover {
        color: #f96514!important;
        text-decoration: none;
    }
}

.not-found-container footer .footer-logo {
    content: url("/img/logoinnova.png");
}

.not-found-container .btn:hover {
    background: white;
    color: #f96514;
    font-weight: bold;
    border: #f96514 1px solid;
    text-transform: uppercase;
}

.subscribe-link {
    color: white;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.subscribe-link:hover {
    color: white;
    background: none;
}

.register .col-md-12 {
    border-radius: 5px;
}

.register .col-md-12 label {
    color: white;
    text-align: left;
    font-size: 1.2rem;
    display: block;
    width: 100%;
}

.register .col-md-12 input {
    color: white;
    background: #292941;
    border: 1px solid #292941;
    font-size: 1.4rem;
    margin-bottom: 4%;
}

.register .col-md-12 .btn {
    color: #292941;
    background: white;
    border: 1px solid #fff;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 4%;
    border-radius: 5px;
}

.register .col-md-12 .btn:hover,
.register .col-md-12 .btn:focus {
    color: #292941!important;
    background: white;
    border: 1px solid #fff;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 4%;
    border-radius: 5px;
}

.register .error-message {
    text-align: left;
    margin-bottom: 5%;
    font-size: 1.2rem;
}

.visitors-number {
    display: inline-block;
    margin-left: 3%;
    color: rgb(111, 37, 222);
}

.connection-btn {
    color: #191929;
    background: white;
    padding: 6px 10%;
    margin-bottom: 2%;
    display: inline-block;
    width: 100%;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.connection-btn:hover {
    color: white;
    background: #191929;
    text-decoration: none;
    border: 1px solid white;
}

.themeForm #previewDemoImg {
    width: 360px;
    height: 640px;
    border-radius: 5px;
}

.themeForm .form-control {
    padding-top: 2px;
    text-transform: capitalize;
    margin-bottom: 2%;
}

.orLabel {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.recycle {
    display: block;
    background-color: rgb(111, 37, 222);
    color: white;
    border: none;
    height: 30px;
    border-radius: 3px;
    margin-top: 6%;
    padding: 2px 7px;
    font-size: 2rem;
}

@media(min-width:801px) {
    .about-us {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .about-us h2,
    .about-us h3 {
        color: #7024de;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .about-us p {
        color: #6c6b7b;
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .about-us img {
        margin-top: 20px;
        width: 100%;
    }
    .row-btn {
        margin-top: 5rem;
        margin-bottom: 20px;
    }
    .row-btn p {
        color: #6c6b7b;
        margin-bottom: 15px;
        font-size: 2rem;
    }
    .btn-purple {
        background: #6f25de;
        color: white;
        font-size: 1.5rem;
        padding: 5px 70px;
        font-weight: bold;
        letter-spacing: 0.08rem;
    }
}

@media(max-width:800px) {
    .about-us {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .about-us h2,
    .about-us h3 {
        color: #7024de;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 2rem;
    }
    .about-us p {
        color: #6c6b7b;
        margin-bottom: 15px;
        font-size: 1.5rem;
        text-align: justify;
    }
    .about-us .col-img {
        margin-bottom: 20px;
    }
    .about-us img {
        margin-top: 20px;
        width: 100%;
    }
    .row-btn {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .row-btn p {
        color: #6c6b7b;
        margin-bottom: 35px;
        font-size: 2rem;
        text-align: center;
    }
    .btn-purple {
        background: #6f25de;
        color: white;
        font-size: 1.5rem;
        padding: 5px 70px;
        font-weight: bold;
        letter-spacing: 0.08rem;
    }
}

@media(min-width:801px) {
    .footer .links {
        text-align: left;
        list-style: none;
    }
    .footer .links li {
        padding: 5px;
    }
    .footer .links li a {
        text-decoration: none;
        color: white;
        font-size: 1.5rem;
    }
    .btn-login-purple {
        background: #6f25de;
        color: white;
        font-size: 1.5rem;
        padding: 5px 70px;
        font-weight: bold;
        letter-spacing: 0.08rem;
    }
    .btn-pink {
        background: #fb2ca2;
        color: white;
        font-size: 1.5rem;
        padding: 5px 70px;
        font-weight: bold;
        letter-spacing: 0.08rem;
    }
    .copyright-row {
        margin-top: 25px;
    }
    .copyright-row span {
        color: white;
        vertical-align: bottom;
        margin-right: 10px;
    }
    .btn-pink-nav {
        background: #fb2ca2;
        color: white;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0.08rem;
        padding: 8px 30px;
    }
}

@media(max-width:800px) {
    .footer .links {
        text-align: center;
        padding: 0;
        list-style: none;
        margin-bottom: 15px;
    }
    .footer .logo {
        margin-bottom: 15px;
    }
    .footer .links li {
        padding: 10px 0px;
    }
    .footer .links li a {
        text-decoration: none;
        color: white;
        font-size: 1.5rem;
    }
    .btn-login-purple {
        background: #6f25de;
        color: white;
        font-size: 1.5rem;
        padding: 5px 70px;
        font-weight: bold;
        letter-spacing: 0.08rem;
    }
    .btn-pink {
        background: #fb2ca2;
        color: white;
        font-size: 1.5rem;
        padding: 5px 70px;
        font-weight: bold;
        letter-spacing: 0.08rem;
    }
    .btn-pink-nav {
        background: #fb2ca2;
        color: white;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0.08rem;
        padding: 5px 30px;
    }
    .copyright-row {
        margin-top: 25px;
    }
    .copyright-row span {
        color: white;
        vertical-align: bottom;
        margin-right: 10px;
    }
}

@media(min-width:801px) {
    .why {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .why .row {
        margin-bottom: 50px;
    }
    .why h2,
    .why h3 {
        color: #7024de;
        font-weight: bold;
        font-size: 2rem;
        margin-bottom: 5px;
    }
    .why p {
        color: #6c6b7b;
        margin-bottom: 15px;
        font-size: 1.6rem;
        text-align: justify;
    }
    .why img {
        margin-top: 20px;
    }
    .why .btn-subscribe {
        text-align: left;
    }
    .list-row {
        border-color: rgb(104, 104, 104, 0.3);
        border-width: 0.1em;
        border-style: solid;
        border-radius: 5px;
        background: #ffffff;
        margin: 0 0;
        margin-bottom: 15px!important;
        -webkit-box-shadow: 0 8px 6px -6px rgba(104, 104, 104, 0.31);
        -moz-box-shadow: 0 8px 6px -6px rgba(104, 104, 104, 0.31);
        box-shadow: 0 8px 6px -6px rgba(104, 104, 104, 0.31);
    }
    .list-row .col-md-1 {
        padding: 0!important;
    }
    .list-row img {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 5px;
    }
    .list-row p {
        color: #797985;
        font-size: 1.5rem;
        letter-spacing: 0.05rem;
        text-align: justify;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 10px 0;
    }
}

@media(max-width:800px) {
    .why {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .why .row {
        margin-bottom: 50px;
    }
    .why h2,
    .why h3 {
        color: #7024de;
        font-weight: bold;
        font-size: 1.8rem;
        margin-bottom: 5px;
        text-align: justify;
    }
    .why .col-img {
        margin-bottom: 20px;
    }
    .why img {
        width: 100%;
    }
    .why p {
        color: #6c6b7b;
        margin-bottom: 15px;
        font-size: 1.6rem;
        text-align: justify;
    }
    .why .btn-subscribe {
        text-align: center;
        margin-bottom: 20px;
    }
    .list-row {
        border-color: rgb(104, 104, 104, 0.3);
        border-width: 0.1em;
        border-style: solid;
        border-radius: 5px;
        background: #ffffff;
        margin: 5px;
        margin-bottom: 15px!important;
        -webkit-box-shadow: 0 8px 6px -6px rgba(104, 104, 104, 0.31);
        -moz-box-shadow: 0 8px 6px -6px rgba(104, 104, 104, 0.31);
        box-shadow: 0 8px 6px -6px rgba(104, 104, 104, 0.31);
    }
    .list-row img {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 5px;
    }
    .list-row p {
        color: #797985;
        font-size: 1.2rem;
        letter-spacing: 0.05rem;
        text-align: justify;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 10px 0;
    }
}

.link-white {
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    display: block;
}

.link-white:hover {
    text-decoration: none;
    color: white;
}

.link-purple {
    text-decoration: none;
    color: #6f25dd;
    font-size: 1.5rem;
    display: block;
}

.link-purple:hover {
    text-decoration: none;
    color: #6f25dd;
    text-decoration: underline;
}

.home {
    background: #fcc2d1;
}

@media(min-width:801px) {
    .home {
        padding-bottom: 40px;
        padding-top: 20px;
        min-height: 100vh;
    }
    .home h2 {
        color: #fff;
        font-weight: bold;
        font-size: 3rem;
        margin-bottom: 5px;
        text-align: justify;
    }
    .home p {
        color: #fff;
        font-weight: 200;
        font-size: 2rem;
        margin-bottom: 5px;
        text-align: justify;
    }
    .home img {
        width: 70%;
    }
    .home .text-block {
        padding: 10% 0% 10% 10%;
    }
    .btn-start {
        margin-top: 50px!important;
    }
}

@media(max-width:800px) {
    .home {
        padding-bottom: 40px;
        padding-top: 20px;
        min-height: 100vh;
    }
    .home h2 {
        color: #fff;
        font-weight: bold;
        font-size: 3rem;
        margin-bottom: 5px;
    }
    .home p {
        color: #fff;
        font-weight: 200;
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .home .col-img {
        text-align: center;
    }
    .home img {
        width: 60%;
    }
    .home .text-block {
        text-align: center;
        margin-bottom: 5%;
    }
}

.font-2rem {
    font-size: 2rem!important;
}

@media(max-width: 800px) {
    .img-container {
        position: relative;
        text-align: center;
        color: white;
    }
    .img-container img {
        width: 100%;
        margin-bottom: 3%;
        border-radius: 5px;
    }
    .img-text-centered {
        width: 70%;
        position: absolute;
        top: 43%;
        left: 62%;
        transform: translate(-50%, -50%);
    }
    .img-text-centered .title {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .img-text-centered .paragraph {
        font-size: 1rem;
        font-weight: 400;
        margin-top: 10px;
    }
    .email-box {
        width: 92%;
        margin-left: 4%;
        background-color: #eff0f2;
        border-radius: 5px;
        border: 1px solid rgb(211, 211, 211, 0.3);
        padding: 40px 5px;
        margin-right: 4%;
    }
    .email-box .title {
        font-size: 1.8rem;
        color: #787886;
        font-weight: bold;
    }
    .email-box .paragraph {
        font-size: 1.6rem;
        font-weight: 300;
        margin-top: 10px;
        color: #787886;
        width: 80%;
    }
    .email-box .email-row {
        margin-left: 5%;
        width: 90%;
        margin-top: 5%;
        margin-bottom: 10px;
        display: block;
    }
    .email-box .email-row input {
        height: 35px;
        width: 100%;
        border-radius: 5px;
        border-top-right-radius: 5px!important;
        border-bottom-right-radius: 5px!important;
    }
    .email-box .email-row span {
        padding-top: 5px;
        padding-left: 3px;
        width: 100%;
        margin-top: 5px;
        display: flex;
        border-radius: 5px;
    }
    .email-box .email-row button {
        width: 100%;
        min-height: 30px!important;
        height: 35px;
        border-radius: 5px;
        border-top-left-radius: 5px!important;
        border-bottom-left-radius: 5px!important;
        background-color: #6f25dd;
        color: white;
        font-weight: bold;
    }
    .checkbox-row {
        width: 100%;
    }
    .checkbox-row .title {
        color: #787886;
        font-weight: 400;
        font-size: 1.2rem;
        margin-left: 13%;
    }
    .checkbox-row .title small {
        display: block;
    }
    .checkbox-row input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    .notSubscribed .checkmark {
        position: absolute;
        top: 5px;
        left: 20px;
        height: 20px;
        width: 20px;
        background-color: #ffffff;
        border: 1px solid rgb(211, 211, 211, 0.3);
    }
    .notSubscribed .checkbox-row:hover input~.checkmark {
        background-color: #787886;
    }
    .notSubscribed .checkbox-row input:checked~.checkmark {
        background-color: #787886;
    }
    .notSubscribed .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    .notSubscribed .checkbox-row input:checked~.checkmark:after {
        display: block;
    }
    .notSubscribed .checkbox-row .checkmark:after {
        left: 7px;
        top: 4px;
        width: 5px;
        height: 8px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .email-box .text-danger {
        margin: 10px 0;
        text-align: center;
        display: block;
    }
}

@media(min-width: 801px) {
    .img-box {
        height: 454px;
        margin-bottom: 5%;
    }
    .img-container {
        position: relative;
        text-align: center;
        color: white;
    }
    .img-container img {
        width: 100%;
        margin-bottom: 3%;
        border-radius: 5px;
    }
    .img-text-centered {
        width: 65%;
        position: absolute;
        top: 58%;
        left: 62%;
        transform: translate(-50%, -50%);
    }
    .img-text-centered .title {
        font-size: 2.1rem;
        font-weight: bold;
    }
    .img-text-centered .paragraph {
        font-size: 1.5rem;
        font-weight: 400;
        margin-top: 10px;
    }
    .email-box-existe{
      padding-top: 25%!important;
    }
    .email-box {
        background-color: #eff0f2;
        border-radius: 5px;
        border: 1px solid rgb(211, 211, 211, 0.3);
        padding: 43px 5px;
        height: 454px;
    }
    .email-box .title {
        font-size: 1.8rem;
        color: #787886;
        font-weight: bold;
    }
    .email-box .paragraph {
        font-size: 1.6rem;
        font-weight: 300;
        margin-top: 10px;
        color: #787886;
        width: 80%;
    }
    .email-box .email-row,
    .email-box .text-danger {
        margin-left: 5%;
        width: 90%;
        margin-top: 5%;
    }
    .email-box .email-row input {
        height: 35px;
        border-radius: 5px;
    }
    .email-box .email-row span {
        padding: 4px 0;
        width: 25%;
    }
    .email-box .email-row button {
        width: 100%;
        min-height: 30px!important;
        height: 35px;
        border-radius: 5px;
        background-color: #6f25dd;
        color: white;
        font-weight: bold;
    }
    .checkbox-row {
        margin-top: 10px;
        width: 100%;
    }
    .checkbox-row .title {
        color: #787886;
        font-weight: 400;
        font-size: 1.2rem;
        margin-left: 8%;
    }
    .checkbox-row .title small {
        display: block;
    }
    .checkbox-row input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    .notSubscribed .checkmark {
        position: absolute;
        top: 14px;
        left: 30px;
        height: 20px;
        width: 20px;
        background-color: #ffffff;
        border: 1px solid rgb(211, 211, 211, 0.3);
    }
    .notSubscribed .checkbox-row:hover input~.checkmark {
        background-color: #787886;
    }
    .notSubscribed .checkbox-row input:checked~.checkmark {
        background-color: #787886;
    }
    .notSubscribed .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    .notSubscribed .checkbox-row input:checked~.checkmark:after {
        display: block;
    }
    .notSubscribed .checkbox-row .checkmark:after {
        left: 7px;
        top: 4px;
        width: 5px;
        height: 8px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.dot-circle {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.dot-green {
    background-color: #2ECC40;
}

.dot-red {
    background-color: #FF4136;
}

@media (max-width: 800px) {
  .circular--portrait {
    position: relative;
    width: 15vw;
    height: 15vw;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: 40%;
    margin-bottom: 2%;
  }
  .circular--portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 801px) {
  .circular--portrait {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 4vw;
    height: 4vw;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid white;
  }
  .circular--portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width:800px) {
  .register-confirmation {
      margin-top: 1rem;
      margin-bottom: 1rem;
  }

  .register-confirmation .body {
      background: #6f25dd;
      border-radius: 5px;
  }

  .register-confirmation .body img {
      max-width: 100%;
      width: auto;
  }
  .register-confirmation .body .img-col {
      padding-top: 2rem;
      padding-bottom: 2rem;
  }

  .register-confirmation .body .text-col {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      margin-top: 3rem;
  }

  .register-confirmation .body .text-col label{
      color: white;
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 1px;
  }

  .register-confirmation .body .button-col {
      padding-top: 1rem;
      padding-bottom: 2rem;
      margin-top: 0.5rem;
      padding-left: 0;
      padding-right: 0;
  }

  .register-confirmation .body .button-col a{
      color: #6f25dd;
      font-size: 1.5rem;
      font-weight: bold;
      background: white;
  }

  .register-confirmation .body .button-col a:hover,
  .register-confirmation .body .button-col a:focus{
      color: white;
      font-size: 1.5rem;
      font-weight: bold;
      background: #6f25dd;
      border : 1px solid white;
  }


}

@media (min-width:801px) {
  .register-confirmation {
      margin-top: 1rem;
      margin-bottom: 1rem;
  }

  .register-confirmation .body {
      background: #6f25dd;
      border-radius: 5px;
  }

  .register-confirmation .body img {
      max-width: 100%;
      width: auto;
  }
  .register-confirmation .body .img-col {
      padding-top: 2rem;
      padding-bottom: 2rem;
  }

  .register-confirmation .body .text-col {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      margin-top: 3rem;
  }

  .register-confirmation .body .text-col label{
      color: white;
      font-size: 1.8rem;
      font-weight: bold;
  }

  .register-confirmation .body .button-col {
      padding-top: 1rem;
      padding-bottom: 2rem;
      margin-top: 0.5rem;
  }

  .register-confirmation .body .button-col a{
      color: #6f25dd;
      font-size: 1.8rem;
      font-weight: bold;
      background: white;
  }

  .register-confirmation .body .button-col a:hover,
  .register-confirmation .body .button-col a:focus{
      color: white;
      font-size: 1.8rem;
      font-weight: bold;
      background: #6f25dd;
      border : 1px solid white;
  }

}

@media (max-width:800px) {
  .surevy-container {
      margin-top: 1rem;
      margin-bottom: 1rem;
  }

  .surevy-container .body {
      background: #eff0f2;
      border-radius: 5px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }

  .surevy-container .body img {
      max-width: 100%;
      width: auto;
  }

  .surevy-container .body .img-col {
      padding-top: 2rem;
      padding-bottom: 2rem;
  }

  .surevy-container .body .text-col {
      padding-bottom: 1.5rem;
      margin-top: 3rem;
  }

  .surevy-container .body .text-col .orange-label {
      color: #ffa800;
      display: block;
      font-size: 1.5rem;
      font-weight: 500;
      letter-spacing: 1px;
      text-align: center;
  }

  .surevy-container .body .text-col .orange-label span {
      color: #90909a;
      margin-top: 50px;
      margin-bottom: 20px;
      display: block;
      font-size: 1.1rem;
      font-weight: 500;
      text-align: center;
  }

  .surevy-container .body .text-col .input label {
      color: #90909a;
      display: block;
      font-size: 1.2rem;
      font-weight: bold;
      letter-spacing: 1px;
      text-align: left;
      padding-left: 15px;
  }

  .surevy-container .body .text-col .input input,
  .surevy-container .body .text-col .input textarea {
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
      width: 100%;
      border-radius: 3px;
      border: 1px solid rgb(185, 185, 192, 0.3);
      margin: 1px 0 15px 0px;
      color: #6b6b7b;
      padding: 2px 5px;
      font-size: 16px;
      height: 35px;
  }

  .surevy-container .body .text-col .input input:hover,
  .surevy-container .body .text-col .input input:focus {
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
      border: 1px solid rgb(111, 37, 222, 0.3);
  }

  .surevy-container .body .text-col .input select {
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
      width: 100%;
      border-radius: 3px;
      border: 1px solid rgb(185, 185, 192, 0.3);
      margin: 1px 0 15px 0px;
      color: #6b6b7b;
      padding: 0px 5px;
      font-size: 16px;
      height: 34px;
      max-width: 100%;
  }
 
  .surevy-container .body .text-col button {
      color: #37373c;
      font-size: 1.5rem;
      font-weight: bold;
      background: #ffa800;
      border-radius: 50px;
      max-width: 100%;
      width: 60%;
  }

  .surevy-container .body .text-col button:hover,
  .surevy-container .body .text-col buttona:focus {
      color: #ffa800;
      font-size: 1.5rem;
      font-weight: bold;
      background: #37373c;
      border: 1px solid white;
  }

  .mb-2-mobile{
    margin-bottom: 0.5rem;
  }
}

@media (min-width:801px) {
  .surevy-container {
      margin-top: 1rem;
      margin-bottom: 1rem;
  }

  .surevy-container .body {
      background: #eff0f2;
      border-radius: 5px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }

  .surevy-container .body img {
      max-width: 100%;
      width: auto;
  }

  .surevy-container .body .logo-col {
      padding-top: 2rem;
      padding-bottom: 2rem;
  }

  .surevy-container .body .img-col {
      padding-top: 2rem;
      padding-bottom: 2rem;
  }

  .surevy-container .body .text-col {
      padding-bottom: 1.5rem;
      margin-top: 3rem;
  }

  .surevy-container .body .text-col .orange-label {
      color: #ffa800;
      display: block;
      font-size: 1.5rem;
      font-weight: 500;
      letter-spacing: 1px;
      text-align: center;
  }

  .surevy-container .body .text-col .orange-label span {
      color: #90909a;
      margin-top: 50px;
      margin-bottom: 20px;
      display: block;
      font-size: 1.1rem;
      font-weight: 500;
      text-align: center;
  }

  .surevy-container .body .text-col .input label {
      color: #90909a;
      display: block;
      font-size: 1.1rem;
      font-weight: bold;
      letter-spacing: 1px;
      text-align: left;
      padding-left: 15px;
  }

  .surevy-container .body .text-col .input input,
  .surevy-container .body .text-col .input textarea {
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
      width: 100%;
      border-radius: 3px;
      border: 1px solid rgb(185, 185, 192, 0.3);
      margin: 1px 0 15px 0px;
      color: #6b6b7b;
      padding: 2px 5px;
      font-size: 14px;
      height: 30px;
  }

  .surevy-container .body .text-col .input input:hover,
  .surevy-container .body .text-col .input input:focus {
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
      border: 1px solid rgb(111, 37, 222, 0.3);
  }

  .surevy-container .body .text-col .input select {
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
      width: 100%;
      border-radius: 3px;
      border: 1px solid rgb(185, 185, 192, 0.3);
      margin: 1px 0 15px 0px;
      color: #6b6b7b;
      padding: 0px 5px;
      font-size: 14px;
      height: 30px;
      max-width: 100%;
  }

  .surevy-container .body .text-col button {
      color: #37373c;
      font-size: 1.5rem;
      font-weight: bold;
      background: #ffa800;
      border-radius: 50px;
      max-width: 100%;
      width: 60%;
  }

  .surevy-container .body .text-col button:hover,
  .surevy-container .body .text-col buttona:focus {
      color: #ffa800;
      font-size: 1.5rem;
      font-weight: bold;
      background: #37373c;
      border: 1px solid white;
  }

}

/* Storable lists */
.list-group .list-group-item {
  border-radius: 0;
  cursor: move;
}
.list-group .list-group-item {
    background: rgb(111, 37, 221)!important;
    text-align: center;
    font-size: 1.7rem;
    color: white;
    font-weight: 700;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.list-group .list-group-item:hover {
    background: rgb(251, 43, 161);

}

#linksSortablelist .grid-square:hover {    
    cursor: grab;
}
#linksSortablelist .grid-square {    
    display: inline-block;    
    margin: 12px;
    cursor: grab;
}

.drag-hide{
  display: none;
}

.drag-show{
  display: block;
}
/* End Storable lists */

/* snackbar*/
@media(max-width: 800px){
  #snackbar {
    visibility: hidden;
    min-width: 250px; 
    margin-left: -125px;     
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    border-radius: 2px; 
    padding: 16px; 
    position: fixed; 
    z-index: 1; 
    left: 46%; 
    bottom: 30px;
    width: 76%;
  }
}
@media(min-width: 801px){
  #snackbar {
    visibility: hidden;
    min-width: 250px; 
    margin-left: -125px;    
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    border-radius: 2px; 
    padding: 16px; 
    position: fixed; 
    z-index: 1; 
    left: 32%; 
    bottom: 30px;
    width: 50%;
  }
}
.snackbar-success { 
  background: rgb(111, 37, 221)!important;
  color: #fff;   
}
.snackbar-error { 
  background: rgb(255, 65, 54)!important;
  color: #fff;   
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animationssnackbar */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}


    @media (max-width:800px){
        .how-to-us{
            min-height: 100vh;
            background-color: #fdc4d3;
            padding-bottom: 40px;
            padding-top: 20px;
        }
        .how-to-us .global-title{            
            font-size: 3.5rem;
            font-family: CairoBold, Arial, Helvetica, sans-serif;
            color: rgb(255, 255, 255);
            font-weight: bold;
            text-shadow: -11.883px 1.67px 23.04px rgba(0, 0, 0, 0.2); 
            width: 100%;           
        }
        .how-to-us .logo{
            width: 64%;
            margin-left: 17%;
            max-width: 100%;
            display: block;
            margin-top: 1%;
        }
        .how-to-us .calque{
            margin-bottom: 8%;
            text-align: center;
        }
        .how-to-us .calque img{
            width: 100px;
            max-width: 150px;
        }
        .how-to-us .calque .title{
            font-family: CairoBold, Arial, Helvetica, sans-serif;
            display: block;
            color: #6722cd;
            font-weight: bold;
            font-size: 2.8rem;
            padding-top: 13px;
            text-align: center;
        }

        .how-to-us .calque .description{
            color: #2b2b2d;
            font-weight: 400;
            font-size: 2rem;
            text-align: center;
        }
        .how-to-us .calque .link-form{
            width: 100%;
            max-width: 100%;
            border-radius: 3px;
            margin-top: 20px;
            content: url('/img/how-to-use-link-mobile.png');
        }
        .how-to-us .img-col{
            padding-top: 5%;
            padding-bottom: 5%;
        }
        .how-to-us .img-col img{ 
            width: 100%;
            max-width: 100%;
        }
        .how-to-us .video{ 
            width: 100%;            
        }
         .how-to-us .video img{ 
            border-radius: 5px;
            width: 85%;            
            max-width: 100%;
        }
        .how-to-us .fa-play-circle{
            display: block;
            font-size: 3rem;
            color: #fff;
        }
         .how-to-us .play-video{
            background: #FF4136;
            padding: 6px 13px;
            border-radius: 10px;
        }
        .how-to-us .play-video:hover,
        .how-to-us .play-video:focus{
            background: #FF4136!important;
            padding: 6px 13px;
            border-radius: 10px;
        }
    }
    @media (min-width:801px){
        .how-to-us{
            min-height: 100vh;
            background-color: #fdc4d3;
            padding-bottom: 40px;
            padding-top: 40px;
        }
        .how-to-us .global-title{            
            font-size: 6.5rem;
            font-family: CairoBold, Arial, Helvetica, sans-serif;
            color: rgb(255, 255, 255);
            font-weight: bold;
            line-height: 0.535;
            text-shadow: -11.883px 1.67px 23.04px rgba(0, 0, 0, 0.2);           
        }
        .how-to-us .logo{
            width: 325px;
            max-width: 325px;
        }
        .how-to-us .calque-col{
            padding-top: 5%;
            padding-bottom: 5%;
        }
        .how-to-us .calque{
            margin-bottom: 8%;
        }
        .how-to-us .calque:last-of-type{
            margin-bottom: 0%;
            margin-top: 5rem;
        }
        .how-to-us .calque img{
            width: 80px;
            max-width: 150px;
        }
        .how-to-us .calque .title{
            font-family: CairoBold, Arial, Helvetica, sans-serif;
            display: block;
            color: #6722cd;
            font-weight: bold;
            font-size: 3rem;
        }

        .how-to-us .calque .description{
            color: #2b2b2d;
            font-weight: 400;
            font-size: 2rem;
        }

        .how-to-us .calque .link-form{
            width: 100%;
            max-width: 100%;
            border-radius: 3px;
            margin-top: 20px;
            content: url('/img/how-to-use-link.png');
        }
        .how-to-us .img-col{

        }
        .how-to-us .img-col img{ 
            width: 80%;
            margin-left: 10%;
            max-width: 100%;
        }

        .how-to-us .video{ 
            width: 100%;            
        }
        .how-to-us .video img{ 
            border-radius: 5px;
            width: 35%;            
            max-width: 35%;
            display: block;
            margin-left: 32.5%
        }

        .how-to-us .fa-play-circle{
            display: block;
            margin-bottom: 2%;
            font-size: 6rem;
            color: #fff;
        }
        .how-to-us .play-video{
            background: #FF4136;
            padding: 6px 13px;
            border-radius: 10px;
        }
        .how-to-us .play-video:hover,
        .how-to-us .play-video:focus{
            background: #FF4136;
            padding: 6px 13px;
            border-radius: 10px;
        }
    }

    /* Anonymous styles */
    .draggable-icon {
        position: relative;
    }

    .draggable-icon::before {
        background-image: url(/img/draggable-icon.png);
        background-size: 21px 20px;
        background-repeat: no-repeat;
        position: absolute;
        left: 4px;
        top: 7px;
        height: 30px;
        width: 28px;
        content: '';
    }

    .not-active{
      background : rgb(170, 170, 170,0.3);
    }

     .modal-dialog {
        width: 30%;
        height: 100%;
        margin-left: 35%;
        padding: 0;
    }

    .modal-content {
        padding: 5px;
       /* height: auto;
        min-height: 100%;
        border-radius: 0;*/
    }

    .StripeElement {
        background-color: white;
        padding: 8px 12px;
        border-radius: 4px;
        border: 1px solid transparent;
        box-shadow: 0 1px 3px 0 #e6ebf1;
        -webkit-transition: box-shadow 150ms ease;
        transition: box-shadow 150ms ease;
    }

    .StripeElement--focus {
        box-shadow: 0 1px 3px 0 #cfd7df;
    }

    .StripeElement--invalid {
        border-color: #fa755a;
    }

    .StripeElement--webkit-autofill {
        background-color: #fefde5 !important;
    }

    .theme-guide-none{
        display: none;
    }
    .theme-guide{
        display: block;
    }

    .guide-modal .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }
    @media(max-width:800px){
        .speech-bubble {
            position: absolute;
            top: -178px;
            right: 9%;
            background: #ffffff;
            padding: 5px;
            width: auto;
            border-radius: .4em;
            color: rgb(111, 37, 222);
            text-align: center;
            font-size: 1.3rem;
            border: 1px solid rgb(83, 84, 102,0.3);
            max-width: 100%;
        }
        .speech-bubble .btn{       
            background: rgb(111, 37, 222);       
            color: #fff;
            text-align: center;
            font-weight: bold;
            font-size: 1.4rem;
        }
        .themes-btn-hand{
            font-size: 2.5rem;
            position: absolute;
            font-weight: 400;
            color: #fff;
            right: 40%;
            top: 30%;
        }
    }
    @media(min-width:801px){
        .speech-bubble {
            position: absolute;
            top: -85px;
            right: 35%;
            background: #ffffff;
            padding: 5px;
            width: 30%;
            border-radius: .4em;
            color: rgb(111, 37, 222);
            text-align: center;
            font-size: 1.3rem;
            border: 1px solid rgb(83, 84, 102,0.3);
        }
        .speech-bubble .btn{       
            background: rgb(111, 37, 222);
            color: #fff;
            text-align: center;
            font-weight: bold;
            font-size: 1.4rem;
        }
        .themes-btn-hand{
            font-size: 3rem;
            position: absolute;
            font-weight: 400;
            color: #fff;
            right: 17%;
            top: 27%;
        }
    }

    .floating {  
        animation-name: floating;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        margin-left: 30px;
        margin-top: 5px;
    }

    @keyframes floating {
        from { transform: translate(0,  0px); }
        55%  { transform: translate(0, 10px); }
        to   { transform: translate(0, -0px); }    
    }

    #guideModal .modal-content{
        background: rgb(111, 37, 222);
        color: #fff;
        padding-bottom: 10px;

    }
    #guideModal .modal-content .close{        
        color: #fff;
        margin-right: 5px;
    }
    #guideModal .modal-content .content-row{        
        margin-top: 5%;
    }
    #guideModal .modal-content .content-row img{        
        width: 100%;
        max-width: 100%;
    }
    #guideModal .modal-content .content-row label{        
        font-size: 2rem;
        font-weight: bold;
        display: block;    
    }
    #guideModal .modal-content .content-row p{        
        font-size: 1.5rem;
        font-weight: 400;
    }
    #guideModal .modal-content .content-row .btn{        
        font-size: 1.5rem;
        background-color: #fff;
        color:  rgb(111, 37, 222);
        font-weight: bold;
    }
    #guideModal .modal-content .content-row .btn em{        
        margin-right: 5px;
    }
    #guideModal .modal-content .content-row .btn:hover,        
    #guideModal .modal-content .content-row .btn:focus{        
        font-size: 1.5rem;
        background-color: #fff;
        color:  rgb(111, 37, 222)!important;
        font-weight: bold;
    }
    .faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover>.faa-horizontal {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite;
}
@keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  6% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  12% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  18% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  24% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  30% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  36% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}

 #paymentModalLabel .modal-dialog {
    width: 30%;
    height: 100%;
    margin-left: 35%;
    padding: 0;
}

.modal-content {
    padding: 5px;  
}

.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.confirm-title-custom{
    background: rgb(111, 37, 222);  
    padding: 19px 5px 2px 5px;
}

#notification-title{
    color: #fff;
}
.p-15{
    padding: 15px;
}

#videoModal .modal-content{
    background: none;
    box-shadow: none;
    border: none;
}
#videoModal .modal-header{
   border: none;
   padding : 5px 16px;
}
#videoModal video{
    max-width: 100%;
    border-radius: 3px;
}

#videoModal video:focus{
   border-color: rgba(252, 194, 209, 0.8)!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(252, 194, 209, 0.6)!important;
    outline: 0 none; 
}
#videoModal button{
    background: none;
    border: none;
    position: absolute;
    top: -2px;
    right: 0;
}

#videoModal button:focus{
   border-color: rgba(255, 65, 54, 0.8)!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 65, 54, 0.6)!important;
    outline: 0 none; 
}
#videoModal button em{   
    color: #000;
    border-radius: 50%;
    background: #ffff;
    padding: 5px 6px;
    font-size: 2rem;
}


#videoModal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  #videoModal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

@media(max-width: 800px){
 #videoModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-top: 25%;
  }
}

#videoModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.not-active{
  background : rgb(170, 170, 170,0.3);
}

.subscribe-form .input{
    text-align: left;    
}
.subscribe-form label{
    font-weight: 400;
    color: black;
    text-transform: capitalize;
    font-size: 1.2rem;
}
.subscribe-form p{
    font-weight: 400;
    color: black!important;
    text-transform: capitalize;
    font-size: 1.2rem!important;
}
.subscribe-form .btn{
    width: 50%;
    margin-left: 25%;
}

.color-gray{
    color:#AAAAAA!important;
}

.export-btn{
    padding: 0px 13px;
}
