/* =========================================================
   OTHER CATEGORY SECTION
========================================================= */

.other-category-section {
    width: 100%;
    margin: 0px 0 0;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================================
   HEADING
========================================================= */

.other-category-heading {

    width: calc(100% - 20px);

    margin: 0 auto 10px;

    padding: 9px 8px;

    box-sizing: border-box;

    background: #d71920;

    color: #fff;

    border: 2px solid #000;

    border-radius: 8px;

    text-align: center;

    font-size: 17px;

    font-weight: 700;

    line-height: 1.3;
}


.other-category-heading i {

    margin: 0 4px;

    font-size: 15px;
}



/* =========================================================
   CATEGORY LIST
========================================================= */

.other-category-list {
    width: 100%;
    margin: 0;
    padding: 0 8px;

    box-sizing: border-box;
}


/* =========================================================
   CATEGORY ROW
========================================================= */

.other-category-row {
    width: 100%;
    min-height: 76px;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;

    align-items: center !important;

    gap: 10px;

    padding: 8px;

    margin: 0;

    box-sizing: border-box;

    background: #fff;

    border-bottom: 1px solid #ddd;

    overflow: visible !important;
}


/* =========================================================
   CATEGORY ICON
========================================================= */

.other-category-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;

    flex: 0 0 58px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    box-sizing: border-box;
}


.other-category-icon img {
    width: 52px;
    height: 52px;

    display: block;

    object-fit: cover;

    border-radius: 10px;
}


.other-category-icon i {
    font-size: 30px;
    color: #333;
}


/* =========================================================
   CATEGORY INFORMATION
========================================================= */

.other-category-info {
    flex: 1 1 auto !important;

    min-width: 0 !important;

    width: auto;

    display: flex;
    flex-direction: column;

    justify-content: center;

    overflow: hidden;
}


/* =========================================================
   CATEGORY NAME
========================================================= */

.other-category-title {
    width: 100%;

    margin: 0;
    padding: 0;

    color: #222;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.25;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}


/* =========================================================
   RATING
========================================================= */

.other-category-rating {
    width: 100%;
    height: 18px;

    margin-top: 3px;

    display: flex;
    align-items: center;
}


.other-category-rating img {
    width: 78px;
    max-width: 78px;
    height: auto;

    display: block;

    object-fit: contain;
}


/* =========================================================
   CATEGORY TEXT
========================================================= */

.other-category-description {
    width: 100%;

    margin-top: 3px;
    padding: 0;

    color: #009688;

    font-size: 13px;

    line-height: 1.25;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}


/* =========================================================
   GET HERE BUTTON
========================================================= */

.other-category-btn {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 84px !important;

    width: 84px !important;
    min-width: 100px !important;
    max-width: 100px !important;

    height: 30px !important;

    margin: 0 0 0 auto !important;
    padding: 0 6px !important;

    box-sizing: border-box !important;

    background: #ed1c24 !important;
    color: #fff !important;

    border: none !important;
    border-radius: 5px !important;

    text-decoration: none !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    line-height: 1 !important;

    white-space: nowrap !important;

    visibility: visible !important;
    opacity: 1 !important;

    position: relative !important;
    z-index: 20 !important;

    cursor: pointer;
}


.other-category-btn i {
    display: inline-block !important;

    margin-right: 4px !important;

    color: #fff !important;

    font-size: 12px !important;
}

.get-arrow {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;

    display: inline-block !important;
    position: relative !important;

    background: #fff !important;
    border-radius: 50% !important;

    margin-right: 5px !important;
}

/* Arrow */
.get-arrow::after {
    content: "" !important;

    position: absolute !important;

    width: 4px !important;
    height: 4px !important;

    border-top: 2px solid #ed1c24 !important;
    border-right: 2px solid #ed1c24 !important;

    top: 50% !important;
    left: 50% !important;

    transform: translate(-65%, -50%) rotate(45deg) !important;
}

.other-category-btn:hover,
.other-category-btn:focus,
.other-category-btn:active {
    background: #ed1c24 !important;
    color: #fff !important;

    text-decoration: none !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .other-category-section {
        width: 100%;
        margin-top: 8px;
    }


    /* Heading */

    .other-category-heading {

        width: calc(100% - 20px);

        margin: 0 auto 8px;

        padding: 9px 5px;

        font-size: 16px;

        border-radius: 7px;
    }


    .other-category-heading i {

        font-size: 14px;

        margin: 0 3px;
    }

}


    /* List */

    .other-category-list {
        width: 100%;
        padding: 0 4px;
    }


    /* Row */

    .other-category-row {
        width: 100%;

        min-height: 70px;

        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        align-items: center !important;

        gap: 7px;

        padding: 7px 5px;
    }


    /* Icon */

    .other-category-icon {
        width: 58px;
        min-width: 58px;

        flex: 0 0 58px;

        height: 58px;
    }


    .other-category-icon img {
        width: 52px;
        height: 52px;

        border-radius: 9px;
    }


    /* Info */

    .other-category-info {
        flex: 1 1 auto !important;

        min-width: 0 !important;

        width: auto;
    }


    /* Title */

    .other-category-title {
        font-size: 14px;
        line-height: 1.2;
    }


    /* Rating */

    .other-category-rating {
        height: 17px;
        margin-top: 2px;
    }


    .other-category-rating img {
        width: 76px;
        max-width: 76px;
    }


    /* Description */

    .other-category-description {
        margin-top: 2px;

        font-size: 12px;

        line-height: 1.2;
    }


    /* Get Here */

    .other-category-btn {
        display: flex !important;

        flex: 0 0 82px !important;

        width: 85px !important;
        min-width: 100px !important;
        max-width: 100px !important;

        height: 30px !important;

        margin-left: auto !important;

        font-size: 12px !important;
    }


    .other-category-btn i {
        font-size: 11px !important;
        margin-right: 3px !important;
    }




/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .other-category-row {
        gap: 5px;

        padding-left: 3px;
        padding-right: 3px;
    }


    .other-category-icon {
        width: 50px;
        min-width: 50px;

        flex-basis: 50px;

        height: 50px;
    }


    .other-category-icon img {
        width: 46px;
        height: 46px;
    }


    .other-category-title {
        font-size: 13px;
    }


    .other-category-description {
        font-size: 11px;
    }


    .other-category-btn {
        flex: 0 0 76px !important;

        width: 76px !important;
        min-width: 76px !important;
        max-width: 76px !important;

        height: 34px !important;

        font-size: 11px !important;
    }

}
/* ONLY CATEGORY PAGE */
.other-category-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.other-category-heading {
    margin-top: -5px !important;
}

/* =========================================================
   CATEGORY APPS HEADING
   SAME AS OTHER CATEGORY HEADING
========================================================= */

.category-apps-heading {

    width: calc(100% - 17px);

    margin: -5px auto 10px !important;

    padding: 9px 8px;

    box-sizing: border-box;

    background: #d71920;

    color: #fff;

    border: 2px solid #000;

    border-radius: 8px;

    text-align: center;

    font-size: 17px;

    font-weight: 700;

    line-height: 1.3;
}


.category-apps-heading i {

    margin: 0 4px;

    font-size: 15px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .category-apps-heading {

        width: calc(100% - 17px);

        margin: -5px auto 8px !important;

        padding: 9px 5px;

        font-size: 16px;

        border-radius: 7px;
    }


    .category-apps-heading i {

        font-size: 14px;

        margin: 0 3px;
    }

}


/*==================================
CATEGORY PAGE BANNER
SAME AS HOME BANNER
==================================*/

.category-banner{
    width:100vw;

    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);

    margin-top:0 !important;
    margin-bottom:20px !important;

    padding:0 !important;

    line-height:0;

    overflow:hidden;

    background:#fff;

    box-sizing:border-box;
}


/*==================================
CATEGORY BANNER IMAGE
==================================*/

.category-banner img{
    display:block;

    width:100%;
    height:auto;

    max-width:100%;

    margin:0;
    padding:0;

    border:none;
    border-radius:0;

    box-shadow:none;

    object-fit:cover;
}


/*==================================
DESKTOP
==================================*/

@media (min-width:993px){

    .category-banner{

        width:100vw;

        margin-left:calc(50% - 50vw);
        margin-right:calc(50% - 50vw);

        margin-top:0 !important;

        margin-bottom:20px !important;

    }

}


/*==================================
MOBILE
==================================*/

@media (max-width:992px){

    .category-banner{

        width:100vw;

        margin-left:calc(50% - 50vw);
        margin-right:calc(50% - 50vw);

        margin-top:0 !important;

        margin-bottom:15px !important;

    }

}

/* =========================================
   DESKTOP CATEGORY APPS
   3 APPS PER ROW - FULL WIDTH
========================================= */

@media (min-width: 992px){

    .desktop-apps{
        display:block !important;
        width:100% !important;
        max-width:100% !important;
        margin:0 !important;
        padding:0 !important;
        box-sizing:border-box;
    }

    .desktop-apps .apps-content{
        width:100% !important;
        max-width:100% !important;
        box-sizing:border-box;
    }


    /* ===============================
       3 APPS PER ROW
    =============================== */

    .desktop-grid{
        display:grid !important;
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
        width:100% !important;
        max-width:100% !important;
        gap:0 !important;
        margin:0 !important;
        padding:0 !important;
        box-sizing:border-box;
    }


    /* ===============================
       SINGLE APP
    =============================== */

    .desktop-grid .apps-row{

        display:flex !important;

        width:100% !important;
        min-width:0 !important;

        box-sizing:border-box;

        align-items:center;

        padding:14px 12px;

        border-bottom:1px solid #ececec;

        overflow:visible;
    }


    /* ===============================
       RANK
    =============================== */

    .desktop-grid .apps-rank{

        width:30px;
        min-width:30px;

        text-align:center;

        font-size:18px;
        font-weight:700;

        color:#888;

        flex-shrink:0;
    }


    /* ===============================
       ICON
    =============================== */

    .desktop-grid .apps-icon{

        position:relative;

        width:55px;
        min-width:55px;

        height:55px;

        margin:0 12px;

        flex-shrink:0;

        overflow:visible;
    }


    .desktop-grid .apps-icon img{

        display:block;

        width:55px;
        height:55px;

        border-radius:12px;

        object-fit:cover;
    }


    /* ===============================
       INFO
    =============================== */

    .desktop-grid .apps-info{

        flex:1 1 auto;

        min-width:0;

        overflow:hidden;
    }


    .desktop-grid .apps-title{

        font-size:15px;

        font-weight:700;

        line-height:1.25;

        margin-bottom:2px;

        white-space:nowrap;

        overflow:hidden;

        text-overflow:ellipsis;
    }


    .desktop-grid .apps-meta{

        font-size:13px;

        line-height:1.35;

        color:#666;

        white-space:nowrap;

        overflow:hidden;

        text-overflow:ellipsis;
    }


    .desktop-grid .apps-withdraw{

        font-size:13px;

        line-height:1.35;

        color:#16a34a;

        font-weight:700;

        white-space:nowrap;

        overflow:hidden;

        text-overflow:ellipsis;
    }


    /* ===============================
       DOWNLOAD BUTTON
    =============================== */

    .desktop-grid .apps-download{

        display:inline-flex;

        align-items:center;
        justify-content:center;

        flex-shrink:0;

        margin-left:12px;

        padding:9px 18px;

        min-width:105px;

        background:#ff2d3d;

        color:#fff;

        text-decoration:none;

        border-radius:8px;

        font-size:13px;

        font-weight:700;

        white-space:nowrap;

        box-sizing:border-box;

        transition:.25s;
    }


    .desktop-grid .apps-download:hover{

        background:#ff1d34;

    }


    /* ===============================
       NEW BADGE
    =============================== */

    .desktop-grid .new-ribbon{

        position:absolute;

        top:-6px;
        left:-6px;

        background:darkorange;

        color:#fff;

        font-size:9px;

        font-weight:700;

        line-height:1;

        padding:3px 7px;

        border-radius:10px;

        z-index:999;

        pointer-events:none;

        box-shadow:0 2px 8px rgba(0,0,0,.25);
    }


    /* ===============================
       LOAD MORE
    =============================== */

    .desktop-apps .load-more-btn{

        display:block;

        margin:12px auto 15px;

    }

}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width:1200px){

    .desktop-grid .apps-row{

        padding:14px 18px;

    }

    .desktop-grid .apps-icon{

        margin-left:14px;
        margin-right:14px;

    }

    .desktop-grid .apps-download{

        min-width:115px;

        padding:10px 20px;

    }

}

/* =========================================
   CATEGORY LOAD MORE GAP
========================================= */

.category-page-apps .load-more-btn {
    margin-bottom: -15px !important;
}

.category-page-apps .apps-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.category-page-apps .mobile-apps,
.category-page-apps .desktop-apps {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* =========================================================
   STATIC PAGE TITLE
   ABOUT / CONTACT / PRIVACY / TERMS / DISCLAIMER
========================================================= */

.page-content h1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    text-align: center;
}

/* =========================================================
   FOOTER PAGE MODAL - FINAL
========================================================= */

.footer-page-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 20px;

    box-sizing: border-box;

    /* Hidden state */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.30s ease,
        visibility 0.30s ease;
}


/* =========================================================
   MODAL ACTIVE
========================================================= */

.footer-page-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* =========================================================
   DARK OVERLAY
========================================================= */

.footer-page-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.48);

    opacity: 0;

    transition:
        opacity 0.30s ease;

    backdrop-filter: blur(1px);
}


.footer-page-modal.active .footer-page-overlay {
    opacity: 1;
}


/* =========================================================
   MODAL BOX
========================================================= */

.footer-page-box {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 420px;

    max-height: 90vh;

    background: #fff;

    border-radius: 8px;

    overflow: hidden;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.35);

    /* Hidden position */

    transform:
        translateY(25px)
        scale(0.96);

    opacity: 0;

    transition:
        transform 0.35s cubic-bezier(.22, 1, .36, 1),
        opacity 0.25s ease;
}


/* =========================================================
   MODAL BOX OPEN
========================================================= */

.footer-page-modal.active .footer-page-box {

    transform:
        translateY(0)
        scale(1);

    opacity: 1;
}


/* =========================================================
   MODAL HEADER
========================================================= */

.footer-page-modal-header {

    min-height: 68px;

    padding: 0 18px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    box-sizing: border-box;

    background: #fff;

    border-bottom: 1px solid #ddd;
}


/* =========================================================
   MODAL TITLE
========================================================= */

.footer-page-modal-header h2 {

    margin: 0;
    padding: 0;

    color: #222;

    font-size: 21px;

    font-weight: 600;

    line-height: 1.2;
}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.footer-page-close {

    width: 38px;
    height: 38px;

    padding: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border: none;

    background: transparent;

    color: #9aa0a6;

    font-size: 30px;

    font-weight: 300;

    line-height: 1;

    cursor: pointer;

    transition:
        color 0.20s ease,
        transform 0.20s ease;
}


.footer-page-close:hover {

    color: #222;

    transform: rotate(90deg);
}


/* =========================================================
   MODAL CONTENT
========================================================= */

.footer-page-content {

    max-height:
        calc(90vh - 68px);

    overflow-y: auto;

    padding: 22px;

    box-sizing: border-box;

    color: #333;

    font-size: 15px;

    line-height: 1.55;
}


/* =========================================================
   SCROLLBAR
========================================================= */

.footer-page-content::-webkit-scrollbar {

    width: 6px;
}


.footer-page-content::-webkit-scrollbar-track {

    background: #f1f1f1;
}


.footer-page-content::-webkit-scrollbar-thumb {

    background: #bbb;

    border-radius: 10px;
}


.footer-page-content::-webkit-scrollbar-thumb:hover {

    background: #999;
}


/* =========================================================
   PAGE CONTENT RESET
========================================================= */

.footer-page-content .page-content {

    width: 100% !important;

    max-width: none !important;

    margin: 0 !important;

    padding: 0 !important;
}


/* =========================================================
   HIDE DUPLICATE PAGE TITLE
========================================================= */

.footer-page-content h1 {

    display: none !important;

    margin: 0 !important;

    padding: 0 !important;
}


.footer-page-content .page-content h1 {

    display: none !important;
}


/* =========================================================
   CONTENT H2
========================================================= */

.footer-page-content h2 {

    margin: 24px 0 10px;

    padding: 0;

    color: #222;

    font-size: 17px;

    font-weight: 700;

    line-height: 1.35;
}


/* =========================================================
   CONTENT H3
========================================================= */

.footer-page-content h3 {

    margin: 20px 0 8px;

    padding: 0;

    color: #222;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.35;
}


/* =========================================================
   PARAGRAPH
========================================================= */

.footer-page-content p {

    margin: 0 0 18px;

    padding: 0;

    color: #444;

    font-size: 15px;

    line-height: 1.55;
}


/* =========================================================
   LIST
========================================================= */

.footer-page-content ul,
.footer-page-content ol {

    margin: 0 0 18px;

    padding-left: 22px;
}


.footer-page-content li {

    margin-bottom: 7px;
}


/* =========================================================
   LINKS
========================================================= */

.footer-page-content a {

    color: #1769aa;

    text-decoration: underline;
}


/* =========================================================
   STRONG / BOLD
========================================================= */

.footer-page-content strong,
.footer-page-content b {

    font-weight: 700;

    color: #222;
}


/* =========================================================
   LOADING
========================================================= */

.footer-page-loading {

    padding: 30px 10px;

    text-align: center;

    color: #777;

    font-size: 14px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .footer-page-modal {

        padding: 18px;
    }


    /* ================================================
       SMALLER MOBILE POPUP
    ================================================= */

    .footer-page-box {

        width: 100%;

        max-width: 100%;

        max-height: 88vh;

        border-radius: 8px;
    }


    /* ================================================
       MOBILE HEADER
    ================================================= */

    .footer-page-modal-header {

        min-height: 56px;

        padding: 0 13px;
    }


    .footer-page-modal-header h2 {

        font-size: 18px;
    }


    /* ================================================
       MOBILE CLOSE
    ================================================= */

    .footer-page-close {

        width: 32px;

        height: 32px;

        font-size: 26px;
    }


    /* ================================================
       MOBILE CONTENT
    ================================================= */

    .footer-page-content {

        max-height:
            calc(88vh - 56px);

        padding: 15px;

        font-size: 14px;

        line-height: 1.5;
    }


    /* ================================================
       HIDE DUPLICATE H1
    ================================================= */

    .footer-page-content h1 {

        display: none !important;
    }


    /* ================================================
       MOBILE PARAGRAPH
    ================================================= */

    .footer-page-content p {

        margin-bottom: 16px;

        font-size: 14px;

        line-height: 1.5;
    }


    /* ================================================
       MOBILE H2
    ================================================= */

    .footer-page-content h2 {

        margin-top: 18px;

        margin-bottom: 9px;

        font-size: 16px;
    }


    /* ================================================
       MOBILE H3
    ================================================= */

    .footer-page-content h3 {

        margin-top: 17px;

        margin-bottom: 8px;

        font-size: 15px;
    }


    /* ================================================
       MOBILE LIST
    ================================================= */

    .footer-page-content ul,
    .footer-page-content ol {

        padding-left: 20px;

        margin-bottom: 16px;
    }


    .footer-page-content li {

        margin-bottom: 6px;
    }


    /* ================================================
       MOBILE SCROLLBAR
    ================================================= */

    .footer-page-content::-webkit-scrollbar {

        width: 4px;
    }

}

/* =========================================================
   STICKY SOCIAL BUTTONS
   TELEGRAM + WHATSAPP
========================================================= */

.sticky-social-wrap {
    position: fixed;

    right: 10px;
    top: 45%;

    transform: translateY(-50%);

    width: 52px;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 10px;

    z-index: 999999;

    box-sizing: border-box;
}


/* =========================================================
   TELEGRAM + WHATSAPP COMMON
========================================================= */

.sticky-telegram-item,
.sticky-whatsapp-item {

    width: 50px;
    height: 50px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 50% !important;

    border: 2px solid #fff !important;

    color: #fff !important;

    text-decoration: none !important;

    font-size: 26px;

    line-height: 1;

    box-sizing: border-box;

    transform: translateZ(0);

    transition:
        transform .25s ease,
        box-shadow .25s ease;

    animation:
        stickyFloat 3s ease-in-out infinite;
}


/* =========================================================
   TELEGRAM
========================================================= */

.sticky-telegram-item {

    background: #229ED9 !important;

    box-shadow:
        0 4px 14px rgba(34,158,217,.40);
}


/* =========================================================
   WHATSAPP
========================================================= */

.sticky-whatsapp-item {

    background: #25D366 !important;

    box-shadow:
        0 4px 14px rgba(37,211,102,.40);

    animation-delay: .5s;
}


/* =========================================================
   ICON
========================================================= */

.sticky-telegram-item i,
.sticky-whatsapp-item i {

    display: block;

    font-size: 25px;

    line-height: 1;

    transform: none !important;

    transition:
        transform .25s ease;
}


/* =========================================================
   HOVER
========================================================= */

.sticky-telegram-item:hover,
.sticky-whatsapp-item:hover {

    color: #fff !important;

    text-decoration: none !important;

    transform: scale(1.10) !important;

    animation-play-state: paused;

}


.sticky-telegram-item:hover i,
.sticky-whatsapp-item:hover i {

    transform: scale(1.05) !important;

}


/* =========================================================
   FLOATING ANIMATION
========================================================= */

@keyframes stickyFloat {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }

}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.sticky-social-close {

    position: absolute;

    top: -9px;
    right: -5px;

    width: 19px;
    height: 19px;

    padding: 0;

    display: flex !important;
    align-items: center;
    justify-content: center;

    background: #fff !important;

    color: #777 !important;

    border: 1px solid #ddd !important;

    border-radius: 50% !important;

    font-size: 14px !important;

    font-weight: 700;

    line-height: 1;

    cursor: pointer;

    z-index: 20;

    box-shadow:
        0 1px 5px rgba(0,0,0,.20);

    transform: none !important;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}


.sticky-social-close:hover {

    background: #f5f5f5 !important;

    color: #222 !important;

    transform: scale(1.08) !important;

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .sticky-social-wrap {

        right: 7px;

        width: 48px;

        gap: 8px;

    }


    .sticky-telegram-item,
    .sticky-whatsapp-item {

        width: 46px;

        height: 46px;

        font-size: 23px;

        border-width: 2px !important;

    }


    .sticky-telegram-item i,
    .sticky-whatsapp-item i {

        font-size: 23px;

    }


    .sticky-social-close {

        top: -13px;

        right: -5px;

        width: 18px;

        height: 18px;

        font-size: 13px !important;

    }

}


/* =========================================================
   REDUCE MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .sticky-telegram-item,
    .sticky-whatsapp-item {

        animation: none !important;

        transition: none !important;

    }

}

/* =========================================================
   HOME APP SEARCH - DESKTOP
========================================================= */

.home-app-search {
    width: 100%;

    padding: 2px 7px 3px;

    margin-top: -20px;
    margin-bottom: 10px;

    box-sizing: border-box;
}


/* SEARCH BOX */

.home-search-box {
    position: relative;

    width: 100%;
    height: 34px;

    display: flex;
    align-items: center;

    margin: 0;
    padding: 0;

    background: #eef3ff;

    border: 1px solid #777;

    border-top-left-radius: 0px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 15px !important;


    box-sizing: border-box;
}


/* SEARCH ICON */

.home-search-icon {
    width: 40px;
    height: 34px;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 40px;

    margin: 0 !important;
    padding: 0 !important;

    color: #657493;

    font-size: 17px;

    line-height: 1 !important;

    box-sizing: border-box;
}


/* INPUT */

.home-search-box input {
    flex: 1;

    width: 100%;
    height: 34px;

    margin: 0 !important;

    padding: 0 35px 0 2px !important;

    border: 0 !important;
    outline: 0 !important;

    background: transparent !important;

    color: #555;

    font-family: inherit;

    font-size: 16px;

    line-height: 34px !important;

    box-shadow: none !important;

    box-sizing: border-box;
}


/* PLACEHOLDER */

.home-search-box input::placeholder {
    color: #71809c;
    opacity: 1;
}


/* CLEAR */

.home-search-clear {
    position: absolute;

    right: 3px;
    top: 50%;

    width: 28px;
    height: 28px;

    transform: translateY(-50%);

    display: none;

    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    border: 0 !important;

    background: transparent !important;

    color: #315d9d;

    font-size: 17px;

    line-height: 1;

    cursor: pointer;
}


/* REMOVE EXTRA GAP */

.home-app-search + .apps-list-section {
    margin-top: 0 !important;
}

/* =========================================================
   HOME APP SEARCH - MOBILE
========================================================= */

@media (max-width: 600px) {

    .home-app-search {
        width: 100%;

        padding: 2px 10px 3px;

        margin-top: -14px;
        margin-bottom: 10px !important;

        box-sizing: border-box;
    }


    .home-search-box {
        width: 100%;
        height: 34px;

        border-top-left-radius: 0px !important;
        border-top-right-radius: 15px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 15px !important;
    }


    .home-search-icon {
        width: 38px;
        height: 34px;

        flex: 0 0 38px;

        font-size: 17px;
    }


    .home-search-box input {
        height: 34px;

        font-size: 15px;

        line-height: 34px !important;

        padding-left: 2px !important;
        padding-right: 32px !important;
    }


    .home-search-clear {
        right: 3px;

        width: 28px;
        height: 28px;

        font-size: 17px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .home-search-icon {
        width: 36px;

        flex-basis: 36px;

        font-size: 16px;
    }


    .home-search-box input {
        font-size: 14px;
    }

}
