@font-face {
    font-family: 'Montserrat';
    src: url(/static/fonts/montserrat/Montserrat-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    /*font-display: swap;*/
    font-display: block; /* Change from swap to block for critical fonts */
}

@font-face {
    font-family: 'MontserratBold';
    src: url(/static/fonts/montserrat/Montserrat-Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    /*font-display: swap;*/
    font-display: block; /* Change from swap to block for critical fonts */
}


@font-face {
    font-family: 'Nunito';
    src: url(/static/fonts/Nunito/static/Nunito-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    /*font-display: swap;*/
    font-display: block; /* Change from swap to block for critical fonts */
}

@font-face {
    font-family: 'NunitoBold';
    src: url(/static/fonts/Nunito/static/Nunito-Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    /*font-display: swap;*/
    font-display: block; /* Change from swap to block for critical fonts */
}


@font-face {
    font-family: 'NunitoSemiBold';
    src: url(/static/fonts/Nunito/static/Nunito-SemiBold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    /*font-display: swap;*/
    font-display: block; /* Change from swap to block for critical fonts */
}


.montserrat {
    font-family: 'Montserrat', Arial, sans-serif;
}


.montserrat-bold {
    font-family: 'MontserratBold', 'Arial Bold', Arial, sans-serif;
}


.nunito-bold {
    font-family: 'NunitoBold', 'Arial Bold', Arial, sans-serif;
}


.nunito-semibold {
    font-family: 'NunitoSemiBold', 'Arial Bold', Arial, sans-serif;
}


.nunito {
    font-family: 'Nunito', 'Arial', Arial, sans-serif;
}


body {
    min-height: 100vh;

    font-family: 'Nunito', 'Arial', Helvetica Neue, Helvetica, sans-serif;
    color: black;
    background-color: white;
}


.sol-gradient_full {
    background: linear-gradient(
            180deg,
            #a685bc 0%,
            #b988bb 35%,
            #d48dbb 60%,
            #da89b8 75%,
            #e486b5 90%,
            #ea92bd 100%
    );
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: white;
}


a {
    color: #fff;
    text-underline-offset: 0.2em;
}

a:hover {
    color: yellow;
}

/* main font for languages with pure latin symbols */
.html-lang-latin {
    font-family: 'Montserrat', 'Arial', Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;

}

/* main font for languages with non-lating symbols (Greek, etc) */
.html-lang-non-latin {
    font-family: Arial, sans-serif !important;
    font-size: 17px;
}


.sol-logo {
    width: 4em;
}

/* for smaller screens */
@media only screen and (max-width: 801px) {
    .sol-logo {
        width: 4em;
    }
}


.sol-h1 {
    font-size: 1.35em
}

/* for smaller screens */
@media only screen and (max-width: 801px) {
    .sol-h1 {
        font-size: 1.3em
    }
}


.sol-label_best_tool {
    width: 10em
}

/* for smaller screens */
@media only screen and (max-width: 801px) {
    .sol-label_best_tool {
        width: 8em
    }
}


.sol-easy_to_use {
    font-size: 1.2em
}

/* for smaller screens */
@media only screen and (max-width: 801px) {
    .sol-easy_to_use {
        font-size: 0.9em;
    }
}


.sol-footer_text_white, .sol-footer_text_white a {
    font-size: 0.98em;
    color: white;
}


.sol-footer_text, .sol-footer_text a {
    font-size: 0.98em;
    color: #8c5c96;

}


.sol-footer_text a:hover {
    color: black;
}

/* for smaller screens */
@media only screen and (max-width: 801px) {
    .sol-footer_text {
        font-size: 0.8em;
    }
}


/* google button - signup */
.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 16px;
    height: 45px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 22px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    /* max-width: 400px; */
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}


/* /google button - signup */

.sol-legal-page {
    font-family: 'Nunito', 'Arial', Arial, sans-serif;

}

.sol-legal-page a {
    color: darkviolet;
}

.sol-legal-page a:hover {
    color: black;
}


.sol_legal_back a {
    color: #b0b0b0;
    text-decoration: none;
}


.sol-legal-h1, .sol-legal-h2 {
    font-family: 'NunitoBold', 'Arial Bold', Arial, sans-serif;
}

.sol-legal-date {
    color: #8c5c96;
}


/* ++++++ rounded buttons */
.sol-input {
    border: none;
    box-shadow: none;
    padding-right: 1em !important;
    padding-left: 1em !important;
}


.sol-input::placeholder {
    color: lightgray;
    opacity: 1; /* Firefox */
}


.sol-input-green::placeholder {
    color: #81c463;;
    opacity: 1; /* Firefox */
}

.sol-input-violet::placeholder {
    color: #A662A7;;
}


.sol-input::-ms-input-placeholder { /* Edge 12 -18 */
    color: lightgray;
}


.sol-input:focus {
    outline: 0;
    box-shadow: none;
}

.sol-input-icon {
    max-height: 1em
}

.sol-input-group {
    background-color: white;
    border-bottom-right-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom-left-radius: 1.4rem;
    border-top-left-radius: 1.4rem;
}


.sol-input-group-green {
    border-color: #81c463 !important;
}

.sol-input-group-violet {
    border-color: #A662A7 !important;
}


.sol-input-group-text {
    background-color: transparent;
    border: none;
    padding-right: 0.2em !important;
    padding-left: 0.6em !important;
}

.sol-input-big-append {
    height: 100%;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 2px;
}


.sol-input-button {
    background-color: white;
    color: white;
    background-size: cover !important;
    border-radius: 2rem;
    /*border: 3px solid white;*
     */
    border:none;
    font-size: 1.1em;
    font-weight: bold;

    padding-left: 2em;
    padding-right: 2em;
}


/* for smaller screens */
@media only screen and (max-width: 801px) {
    .sol-input-button {
        padding-left: 1em !important;
        padding-right: 1em !important;
        font-size: 1em;
        padding-top: 0.5em;
    }
}

.sol-input-button:hover {
    /*border: 3px solid white !important;*/
    /*color: yellow !important;*/
    border:none!important;
}

.sol-input-button-small {
    background-color: white;
    color: white;
    background-size: cover !important;
    border-radius: 2rem;
    /*border: 3px solid white;*/
    border:none;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 0.15em;
}

.sol-input-button-small:hover {
    /*border: 3px solid white !important;*/
    border:none;
    color: yellow !important;
}

.sol-input-button-text-black {
    color: black;
}


.sol-btn-gradient-yellow {
    background: linear-gradient(to bottom, #fbea03, #f9df06, #efbe14);
    color: black;
}

.sol-btn-gradient-yellow:hover, .sol-btn-gradient-yellow:focus {

    /*
    background: none;
    background-color: #81c463; */
    background: linear-gradient(to bottom, #4990e1, #3774bc);
    color: #fff;
    border: 3px solid #fff;
}


.sol-btn-gradient-rose {
    background: linear-gradient(to right, #847bba, #bb88ed, #d87bd6, #e7589e);
    color: white;
    width: 100%;
    font-size: 1em;
}

.sol-btn-gradient-rose:hover, .sol-btn-gradient-rose:focus {

    background: linear-gradient(to bottom, #81c463, #81c463);
    color: #fff;
    border: 3px solid #fff;
}


.sol-button-gradient {

    background-color: white;
    color: white;
    background-size: cover;
    border-radius: 2em;
    border: 3px solid white;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 1em;
    padding-bottom: 0.4em;
    padding-top: 0.4em;
    padding-right: 1em;
    text-align: center;
    text-decoration: none;

}

.sol-button-gradient:hover {
    color: yellow;
}


.sol-btn-green {
    background-color: #81c463;
    border: none;
    color: #fff;
    letter-spacing: 0.08em;
}

.sol-btn-green:hover, .sol-btn-green:focus {
    background-color: #a662a7 !important;
    color: #fff;
}


.sol-btn-darkgreen {
    background-color: #65bebe;
    border: none;
    color: #fff;
    letter-spacing: 0.08em;
}

.sol-btn-darkgreen:hover, .sol-btn-darkgreen:focus {
    background-color: #a662a7 !important;
    color: #fff;
}


.sol-btn-blue {
    background-color: #8bcce0;
    border: none;
    color: #fff;
    letter-spacing: 0.08em;
}

.sol-btn-blue:hover, .sol-btn-blue:focus {
    background-color: #085ed7 !important;
    color: #fff;
}


.sol-btn-darkblue {
    /*background-color: #085ed7 !important;*/
    /* background-color: #8ac3f6!important; */
    border: none;
    color: #fff;

    background: linear-gradient(to bottom, #4990e1, #3774bc);
    color: #fff;
    border: 3px solid #fff;

    letter-spacing: 0.08em;
}

.sol-btn-darkblue:hover, .sol-btn-lightblue:focus {
    background: linear-gradient(to bottom, #fbea03, #f9df06, #efbe14);
    color: black;
    /* background-color: #085ed7 !important; */

}


.sol-btn-lightblue {
    background-color: #8ac3f6 !important;
    border: none;
    color: #fff;
    letter-spacing: 0.08em;
}

.sol-btn-lightblue:hover, .sol-btn-lightblue:focus {
    background-color: #085ed7 !important;
}


.sol-btn-violet {
    background-color: #A662A7;
    border: none;
    color: #fff;
    letter-spacing: 0.08em;
}

.sol-btn-violet:hover, .sol-btn-violet:focus {
    background-color: #706f6e;
    color: #fff !important;
}


.sol-btn-red {
    background-color: #f05b4e;
    border: none;
    color: #fff;
    letter-spacing: 0.08em;
}

.sol-btn-red:hover, .sol-btn-red:focus {
    background-color: #de535b !important;
}

.sol-btn-outline-red {
    background-color: #fff !important;
    border: 1px solid #f05b4e !important;
    color: #f05b4e;
    letter-spacing: 0.08em;
}

.sol-btn-outline-red:hover, .sol-btn-outline-red:focus {
    background-color: #de535b !important;
}


.sol-btn-outline-red:hover {
    background-color: #f05b4e !important;
    color: #fff;
}

.sol-btn-condensed {
    letter-spacing: 0.04em;
    font-size: 0.9em;
}


/* ---------- rounded buttons */


.sol-text-rose {
    color: #ff4caa;
}

.sol-text-blue {
    color: #26a9e1
}

.sol-text-green {
    color: #81c463;
}


/*
DASHBOARD
 */

.sol-dashboard-background
{
    background-color: #F7F6F4;

}

.sol-dash-sidebar-title {
    /*background-color:#f4f4f4;*/
    /*font-size: 0.9em;*/
    text-decoration: underline;
    text-decoration-color: #d63d8e;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 0.1em;
}

.sol-dash-sidebar-title-icon {
    max-width: 1.4em;
}


.sol-dash-sidebar-link {
    color: #1d1d1b;
}

.sol-dash-sidebar-link a {
    color: #1d1d1b;
    text-decoration: none;
}


.sol-dash-sidebar-icon {
    width: 1.5em;
    max-width: 1.5em;
}


.sol-dash-index-bg-left {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-color: #fff;
    height: 12em;
    box-sizing: border-box;
    border-top-right-radius: 5em;
    border-bottom-right-radius: 5em;
}


.sol-dash-index-bg-right {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-color: #fff;
    height: 12em;
    box-sizing: border-box;
    border-top-left-radius: 5em;
    border-bottom-left-radius: 5em;
}


.sol-dash-index-link {
    font-size: 1.2em;
}


.sol-dash-index-text {
    font-size: 0.9em;
}

/* for smaller screens */
@media only screen and (max-width: 801px) {
    .sol-dash-index-link {
        font-size: 0.9em;
    }


    .sol-dash-index-text {
        font-size: 0.75em;
    }

    .sol-dash-index-bg-left {
        height: 10em;
    }

    .sol-dash-index-bg-right {
        height: 10em;
    }
}


.sol-dash-index-link a {
    color: #000;
    text-decoration: none;
}

.sol-dash-index-link a:hover {
    text-decoration: underline;
}


.sol-dash-sidebar-link-active a {
    font-weight: bold;
}


/* mega input */
.input-group-sr {
    background-color: white;
    border-bottom-right-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom-left-radius: 1.4rem;
    border-top-left-radius: 1.4rem;
}

.input-group-text-sr {
    background-color: transparent;
    border: none;
    padding-right: 0.2em !important;
    padding-left: 0.6em !important;
    font-family: Nunito, sans-serif !important;
}


.input-icon-sr {
    max-height: 1.2em
}

.input-both-sr {
    border: none;
    box-shadow: none;
    padding-right: 0.8em !important;
    padding-left: 0.7em !important;

    border-bottom-right-radius: 1.4rem !important;
    border-top-right-radius: 1.4rem !important;

}


.input-both-sr:focus {
    outline: 0;
    box-shadow: none;
}


.sol-popup-friends {
    /* background: linear-gradient(to bottom, #509cd0, #509cd0, #509cd0, #85ccec); */

    background: linear-gradient(to bottom, #25b1b7, #26b5b2, #2bc59e, #2fd091, #30d38d);

}


/*
Mobile sticky footer
 */

/* Mobile Sticky Footer */
.mobile-sticky-footer {
    background: #3c3c3c;
    border-top: 1px solid #dee1f4;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 1000;
}

.mobile-footer-item {
    padding: 2px 0;
}

.mobile-footer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #F7F6F4;
    transition: color 0.2s;
}

.mobile-footer-link:hover,
.mobile-footer-link.active {
    color: #39d2c0;
}

.mobile-footer-link-active
{
    color: #39d2c0;
}



.mobile-footer-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
}


.mobile-footer-icon svg {
    font-size: 20px;
    width: 1em;
    height: 1em;
}


.mobile-footer-text {
    font-size: 12px;
    font-weight: 500;
}

/* lag for content to avoid header overflow */
@media (max-width: 767.98px) {
    body {
        padding-bottom: 60px;
    }
}

.mobile-footer-link.active {
    color: #39d2c0;
    font-weight: bold;
}

.mobile-footer-link.active .mobile-footer-icon {
    filter: brightness(0) saturate(100%) invert(37%) sepia(99%) saturate(1234%) hue-rotate(193deg) brightness(96%) contrast(101%);
}

/*
 --- mobile sticky footer
 */


.sol-profile-header-subs {
    font-size: 0.7em;
}

.sol-profile-header-nick {
    color: #848384;
    font-size: 0.8em;
}



.sol-profile-header-bio {

    font-size: 0.9em;
}


.sol-profile-table-row {
    border-bottom: 1px solid #e0e3e7;
    line-height: 2.7em;
}


.sol-profile-table-text {
    font-size: 1em;
}

.sol-profile-table-text:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.sol-profile-table-number
{
    font-size: 1.2em;
}
.sol-profile-table-number:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.sol-profile-table-arrow {
    font-size: 1.2em;
    color: #999999;
    text-decoration: none!important;
}

.sol-profile-switch-on {
    background-color: #fff;
    color: #736b6d;
}

.sol-profile-switch-off {
    background-color: #e7e1e2;
    color: #bcb7ba;
}

.sol-profile-switch:hover {
    color: white;
    background-color: black;
}


.sol-profile-list-name a {
    color: black;
    text-decoration: none;

}

.sol-profile-list-name a:hover {
    color: #d63d8e;
    text-decoration: underline;
}


.sol-profile-list-nickname a {
    color: #848384;
    font-size: 0.8em;
    text-decoration: none;
}

.sol-profile-list-nickname a:hover {
    color: #d63d8e;
    text-decoration: underline;
}


.sol-profile-list-image {
    max-width: 60px !important;
}

.sol-profile-list-arrow a {
    color: #999999;
    font-size: 1.3em;
    text-decoration: none;
}

.sol-profile-list-arrow a:hover {
    color: #d63d8e;
    text-decoration: none;
}


.sol-followers-image
{
    max-width: 60px !important;
}


.sol-followers-date
{
    color:#848384;
    font-size:1em;
}


.sol-followers-fullname {
    color: #000;

}

.sol-followers-nickname {
    color: #848384;
    font-size:0.8em;
}

.sol-followers  {
    text-decoration: underline;
    text-decoration-color: #F7F6F4;
}


.sol-followers:hover * {
    text-decoration: underline;
    text-decoration-color: #F7F6F4;
}






/* for smaller screens */
@media only screen and (max-width: 801px) {
    .sol-followers-date
    {
           font-size:0.7em;
    }
}






/*
Loading heart - used when parsing profiles
 */
.loaderHeart {
    width: 60px;
    aspect-ratio: 1;
    background: linear-gradient(#dc1818 0 0) bottom/100% 0% no-repeat #ccc;
    -webkit-mask: radial-gradient(circle at 60% 65%, #000 62%, #0000 65%) top left,
    radial-gradient(circle at 40% 65%, #000 62%, #0000 65%) top right,
    linear-gradient(to bottom left, #000 42%, #0000 43%) bottom left,
    linear-gradient(to bottom right, #000 42%, #0000 43%) bottom right;
    -webkit-mask-size: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    animation: l19 2s infinite linear;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em
}

@keyframes l19 {
    90%, 100% {
        background-size: 100% 100%
    }
}


/* Absolute Center Spinner */
.loading {
    display: none;
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0.5em;

    border: 15px solid rgba(33, 150, 243, 1.0);
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;


}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

