/*==========================================================================
DEFAULT
===========================================================================*/
body{
    --main_cl: #07AB3E;
    --main_cl_t: #fff;
    --main_cl_2: #FFA10A;
    --main_cl_2_t: #fff;
    --dark_cl: #000;
    --dark_cl_2: #666;
    --dark_cl_3: #ddd;
    --dark_cl_4: #f5f5f5;
    --light_cl: #fff;
    --light_cl_2: #f5f5f5;
    --line_cl: #eee;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
    overflow-x: hidden;
    color: var(--dark_cl_2);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
pre{
    display: block;
    padding: 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    margin: 0 0 25px;
    overflow: auto;
}
pre code{
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
@media (min-width: 1200px){
    /* width */
    body ::-webkit-scrollbar{
        width: 3px;
        height: 3px;
    }
    /* Track */
    body ::-webkit-scrollbar-track{
        background-color: var(--dark_cl_4);
        border-radius: 90px;
    }
    /* Handle */
    body ::-webkit-scrollbar-thumb{
        background-color: var(--dark_cl_3);
        border-radius: 90px;
    }
    body ::-webkit-scrollbar-thumb:hover{
        background-color: var(--dark_cl);
    }
    /* Button */
    body ::-webkit-scrollbar-button{
        width: 0;
        height: 0;
    }
}
.socials a,
.form-socials .social-item,
.form-socials .form-field{
    order: 99;
}
.socials .facebook,
.form-socials .facebook{
    order: 1;
}
.socials .x,
.form-socials .x{
    order: 2;
}
.socials .youtube,
.form-socials .youtube{
    order: 3;
}
.socials .linkedin,
.form-socials .linkedin{
    order: 4;
}
.socials .tiktok,
.form-socials .tiktok{
    order: 5;
}
.socials .telegram,
.form-socials .telegram{
    order: 6;
}
.socials .pinterest,
.form-socials .pinterest{
    order: 7;
}
.socials .whatsapp,
.form-socials .whatsapp{
    order: 8;
}
.socials .skype,
.form-socials .skype{
    order: 9;
}
.socials .message,
.form-socials .message{
    order: 10;
}
