.login-register {
      background: linear-gradient(to right, #9C27B0 0%,#673AB7 100%);
}
.login-register:before {
    content: "";
    background: url('https://wappigo.com/assets/bw/images/hero/banner-shap-2.png');
    position: absolute;
    height: 100vh;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-position: left 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.navbar-header {
    background: linear-gradient(to right, #9C27B0 0%,#673AB7 100%) !important;
}
.top-left-part {
    background: #932bb2 !important;
}
.wappigo-detail {
    display: flex;
    line-height:60px;
    color:#fff;
    margin-right: 7px;
}
.b-detail-content {
    margin-right: 10px;
}
.text-wappigo {
    color: #673AB7;
}
@media screen and (max-width:598px) {
    .wappigo-detail .expire {
        display: none;
    }
}

.text-animation{
    font-weight: bold;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 6s infinite linear; }

@keyframes slideIn {
    0% {transform: translateY(1rem);    opacity: 0; }
    100% {transform:translateY(0rem);   opacity: 1; }
    0% {transform: translateY(1rem);    opacity: 0; } }
@-webkit-keyframes slideIn {
    0% {-webkit-transform: transform;        -webkit-opacity: 0;    }
    100% {-webkit-transform: translateY(0);  -webkit-opacity: 1;    }
    0% {-webkit-transform: translateY(1rem); -webkit-opacity: 0;    } }
@keyframes hue {
    from {background-position:0 0;  }
    to {background-position: 2000px 0;} }
@keyframes arrowanim{
    0%{ transform: translate(0, 0); }
    50%{ transform: translate(8px, 0); }
    100%{ transform: translate(0, 0); }
}
@-webkit-keyframes arrowanim{
    0%{ transform: translate(0, 0); }
    50%{ transform: translate(8px, 0); }
    100%{ transform: translate(0, 0); }
}
@keyframes updonanim{
    0%{ transform: translate(0, 0); }
    50%{ transform: translate(0, 8px); }
    100%{ transform: translate(0, 0); }
}
@-webkit-keyframes updonanim{
    0%{ transform: translate(0, 0); }
    50%{ transform: translate(0, 8px); }
    100%{ transform: translate(0, 0); }
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}
.bg-wappigo { background-image: linear-gradient(to right, #673AB7 0%,#E91E63 36%,#E91E63 65%,#673AB7 100%);}
.bg-a{ background-image: linear-gradient(to right, #ff1f8e 0%,#ffbd84 36%,#ffbd84 65%,#ff1f8e 100%);}

.fa-pencil:before {
    content: "\f303";
}
.btn {
    border-radius:2px
}
.btn-wappigo {
    color:#fff;
    background: linear-gradient(to right, #9C27B0 0%,#673AB7 100%) !important;
}
.btn-wappigo:hover {
    color:#fff;
    background: #673AB7 !important;
}
.text-megna {
    color: #7015bd;
}
.login-box {
    position:relative
}
.marketing-logo {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.marketing-logo img {
    width: 170px;
    height: auto;
    background: #fff;
    padding: 6px 12px;
    border-radius: 12px;
}
#side-menu > li > a.active {
    border-left:3px solid #673AB7 !important;
}
.bg-title .breadcrumb .active {
    color:#673AB7 !important;
}
.white-box button:nth-child(1) {
    background: #673AB7 !important;
    border: 1px solid #673AB7 !important;
}
.main-logo {
    width: 175px;
    height: auto;
    margin-top: 14px;
    margin-left: 16px;
}
@media screen and (min-width:768px) and (max-width:1168px) {
    #sm-logo {
        display: block !important;
    }
}

.area-feature {
    border: 1px solid #e4e7ea;
    border-top: none;
    padding: 5px;
}