.menu .custom-control {
  margin-top: 14px !important;
  margin-right: 2px !important;
  margin-left: 0px !important;
}

.btn-m{
  padding: 8px 12px !important;
}

.language-card{
    display:flex;
    align-items:center;
    padding:14px;
    margin-bottom:12px;
    border:2px solid #ECECEC;
    border-radius:18px;
    text-decoration:none;
    transition:.2s;
    background:#FFF;
}

.language-card:hover{
    border-color:#4CAF50;
    text-decoration:none;
}

.language-card.active{
    border-color:#4CAF50;
    background:#F4FFF4;
}

.language-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#FFF;
    font-size:20px;
    font-weight:bold;
    flex-shrink:0;
}

.language-title{
    font-size:18px;
    font-weight:700;
    color:#222;
}

.language-name{
    font-size:15px;
    color:#888;
}

.check-icon{
    margin-left:auto;
    color:#28A745;
    font-size:22px;
}

.audio-btn{
    width:35px;
    height:35px;
    border-radius:50%;
    border:none;
    background:#4CAF50;
    color:#FFF;
    box-shadow:0 4px 10px rgba(0,0,0,.15);
}

.help-link{
    text-decoration:none;
    font-size:15px;
}

/* ==========================
   Modern Bottom Navigation
========================== */

.modern-footer{
    height:82px;
    padding:6px;
    background:#fff;
    border-top:1px solid #ececec;
    box-shadow:0 -4px 18px rgba(0,0,0,.05);
}


.modern-footer a{

    position:relative;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-decoration:none;

    color:#757575;

    border-radius:16px;

    padding:8px 0 12px;

    transition:all .25s ease;
}


/* Icon */

.modern-footer a i{

    font-size:24px;

    margin-bottom:8px;

    transition:all .20s ease;
}


/* Label */
.modern-footer a span{
    font-size:13px;
    font-weight:600;
    line-height:1.2;
}

/* Active Card */
.modern-footer a.active-nav{
    background:#dbeafe;
    color:#0d6efd;
    transform:translateY(-3px);
    box-shadow:
        0 4px 12px rgba(13,110,253,.15);

    border:1px solid #93c5fd;
}


/* Active Icon */

.modern-footer a.active-nav i{

    transform:scale(0.85);

}


/* Bottom Blue Line */

.modern-footer a.active-nav::after{

    content:'';

    position:absolute;

    bottom:2px;

    left:20%;

    width:60%;

    height:3px;

    background:#0d6efd;

    border-radius:10px;

}


/* Touch */

.modern-footer a:active{

    transform:scale(.96);

}


/* ==========================
   Modern More Action Sheet
========================== */


.modern-more-menu .content{

    padding-bottom:20px;

}


.more-card{

    display:flex;

    align-items:center;

    background:#fff;

    border-radius:18px;

    padding:14px;

    margin-bottom:12px;

    text-decoration:none;

    color:#222;

    box-shadow:0 4px 12px rgba(0,0,0,.06);

}



.more-icon{

    width:46px;

    height:46px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:20px;

}


.more-content{

    flex:1;

    margin-left:14px;

}


.more-title{

    font-size:16px;

    font-weight:700;

}


.more-subtitle{

    font-size:13px;

    color:#777;

    margin-top:3px;

}


.more-arrow{

    color:#999;

    font-size:20px;

}



.logout-card{

    width:100%;

    border:none;

    background:#fff0f0;

    color:#dc3545;

    border-radius:18px;

    padding:15px;

    font-size:16px;

    font-weight:700;

}


.logout-card i{

    margin-right:8px;

}



/* Icon colors */

.bg-blue{
    background:#0d6efd;
}

.bg-green{
    background:#198754;
}

.bg-purple{
    background:#6f42c1;
}

.bg-orange{
    background:#fd7e14;
}

.bg-dark{
    background:#343a40;
}

/* ==========================
   Profile Completion Card
========================== */

.gh-profile-card{

    background:linear-gradient(135deg,#0b4c8c,#1667b8);

    border-radius:22px;

    overflow:hidden;

}


.gh-profile-icon{

    width:58px;

    height:58px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    color:#fff;

}


.gh-progress{

    height:10px;

    border-radius:20px;

    background:rgba(255,255,255,.18);

}


.gh-progress-bar{

    background:#ff7a00;

    border-radius:20px;

}


/* ==========================
   Find Job Card
========================== */

.gh-find-job-card{

    border-radius:22px;

    transition:.25s;

}

.gh-find-job-card:hover{

    transform:translateY(-2px);

}

.gh-find-job-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#e8f1fb;

}

.gh-find-job-icon i{

    font-size:30px;

    color:#0b4c8c;

}


/* ==========================
   Dashboard Quick Actions
========================== */

.gh-action-card{

    border-radius:20px;

    transition:.25s;

}

.gh-action-card:hover{

    transform:translateY(-2px);

}

.gh-action-card .card-body{

    padding:24px 10px;

}

.gh-action-icon{

    width:60px;

    height:60px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

}

.gh-action-icon i{

    color:#fff;

    font-size:26px;

}

.gh-blue{

    background:#0d6efd;

}

.gh-green{

    background:#198754;

}

.gh-orange{

    background:#fd7e14;

}

.gh-purple{

    background:#6f42c1;

}

.help-video-scroll::-webkit-scrollbar {
    display: none;
}

#footer-bar a{
    padding-top:14px;
}

#footer-bar a i{
    font-size:28px;
}

#footer-bar a span{
    font-size:11px;
    padding-top:1px;
    margin-bottom:6px;
}