/*
Template Name: Joblo - Job Portal & Social Network HTML
Author: Askbootstrap
Author URI: https://www.codester.com/Askbootstrap/
Version: 1.0
*/
/*
    -- body
    -- Slider
    -- Top Nav
    -- Card Design
    -- Tab Design
    -- Login Page Designs
    -- People List
    -- Job List
    -- Network Item
    -- FAQ
    -- Chat
    -- Blog
    -- Gallery / Review
    -- Extra
    -- Mobile Media
*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');

/* body */
body {
    background: #edf2f6;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
}

p {
    color: #888da8
}

/* End body */
/* Slider */
.slick-arrow:before {
    color: #000;
    z-index: 99999;
}

.slick-prev {
    left: 0;
    display: none;
}

.slick-next {
    right: 9px;
    z-index: 9;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.08) !important;
}

/* End Slider */
/* Top Nav */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .8);
}

.osahan-nav-top .container {
    padding: 0 16px;
}

.osahan-nav-top .img-profile {
    width: 30px;
    height: 30px;
}

.osahan-nav-top .navbar-brand img {
    height: 31px;
    margin: -4px 0 0 0;
}

.osahan-nav-top .osahan-list-dropdown .nav-link i {
    font-size: 16px;
}

.osahan-nav-top .osahan-list-dropdown .nav-link .badge {
    position: absolute;
    border-radius: 50px;
    min-width: 15px;
    height: 15px;
    font-size: 9px;
    padding: 0px;
    right: 10px;
    line-height: 15px;
    top: 13px;
}

.osahan-nav-top .nav-link {
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
}

.osahan-nav-top .navbar-search .form-control {
    background: #132028;
}

.osahan-nav-top .navbar-search .btn {
    background: #132028 !important;
    color: #74828e;
}

.dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.3rem;
}

.dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
    width: 20rem !important;
}

.dropdown-list .dropdown-header {
    background-color: #1d2f38;
    border: 1px solid #1d2f38;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    padding: .8rem 1rem;
}

.dropdown-list .icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* End Top Nav */
/* Card Design */
.box.border {
    border: 1px solid #ffffff !important;
}

.shadow-sm {
    box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.08) !important;
}

/* End Card Design */
/* Tab Design */
.osahan-line-tab .nav-link {
    font-size: 14px;
    font-weight: 500;
    padding: 1rem !important;
    color: #888da8;
    position: relative;
}

.osahan-line-tab .nav-link.active {
    color: #007bff;
}

.osahan-line-tab .nav-link.active:after {
    content: "";
    background: -moz-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #007bff), color-stop(100%, #00c9e4));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ie10+ */
    background: linear-gradient(256deg, #00c9e4 0%, #007bff 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bff', endColorstr='#00c9e4', GradientType=1);
    /* ie6-9 */
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
}

/* End Tab */
/* Login Page Designs */
.osahan-login .form-control {
    background: #f8fafc;
    border-color: #eaebec;
}

.icon-form-control i {
    display: flex;
    top: 0;
    bottom: 0;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    width: 40px;
}

.icon-form-control .form-control {
    padding-left: 40px;
}

label {
    font-weight: 500;
}

.custom-control label {
    line-height: 22px;
    font-weight: 400;
}

.btn-outline-instagram {
    border-color: #2a5b83;
    background-color: #2a5b83;
    color: #fff;
}

.btn-outline-linkedin {
    border-color: #187fb9;
    background-color: #187fb9;
    color: #fff;
}

.btn-outline-facebook {
    border-color: #43619d;
    background-color: #43619d;
    color: #fff;
}

/* End Login Page Designs */
/* People List */
.people-list .font-weight-bold {
    font-weight: 500 !important;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
}

.people-list .btn-sm {
    font-size: .800rem;
}

.people-list .font-weight-bold div {
    text-overflow: ellipsis;
    overflow: hidden;
}

/* End People List */
/* Job List */
.job-item-header .img-fluid,
.job-item-2 .img-fluid {
    width: 40px;
    height: 40px;
}

/* End Job List */
/* Network Item */
.overlap-rounded-circle .rounded-circle {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    margin: 0 0 0 -9px;
}

.overlap-rounded-circle {
    margin-right: 9px;
    padding-left: 9px;
}

.image-overlap-2 .img-fluid {
    width: 75px;
    height: 75px;
    border: 4px solid #fff;
    margin: 0 -12px;
}

/* End Network Item */
/* FAQ */
.card-btn-arrow {
    display: inline-block;
    color: #377dff;
    margin-left: 1rem;
    transition: 0.3s ease-in-out;
}

.collapsed .card-btn-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* End FAQ */
/* Chat */
.osahan-chat-box {
    height: 322px;
    overflow-y: scroll;
}

.osahan-chat-list {
    overflow-y: auto;
    height: 463px;
    min-height: 463px;
}

/* End Chat */
/* Blog */
.blog-card .card-footer img {
    margin: 0 11px 0 0;
    width: 33px;
}

.blog-card .badge {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0 0 12px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.blog-card .badge-primary {
    background-color: rgba(92, 93, 232, 0.1);
    color: #5c5de8;
}

.blog-card .badge-danger {
    background-color: rgba(250, 100, 35, 0.1);
    color: #fa6423;
}

.blog-card .badge-success {
    background-color: rgba(0, 216, 200, 0.09);
    color: #00d8c8;
}

.blog-card .badge-dark {
    background-color: rgba(52, 58, 64, 0.19);
    color: #343a40;
}

.blog-card .badge-info {
    background-color: rgba(23, 160, 184, 0.17);
    color: #17a2b8;
}

.blog-card .badge-white {
    background-color: rgba(255, 255, 255, 0.81);
    color: #5c5de8;
}

.reviews-card .d-flex {
    height: 50px;
    width: 50px;
}

.reviews-card h5 small {
    color: #848484;
    font-size: 12px;
    margin: 0 0 0 8px;
}

.star-rating i {
    font-size: 11px;
    letter-spacing: -1px;
}

.list-icon i {
    float: left;
    font-size: 36px;
    line-height: 47px;
    width: 52px;
}

.list-icon {
    margin-bottom: 24px;
}

.list-icon strong {
    text-transform: uppercase;
    vertical-align: text-top;
}

.list-icon p {
    line-height: 11px;
}

.property-single-title {
    bottom: 0;
    left: 0;
    padding: 37px 0;
    position: absolute;
    right: 0;
}

.reviews-card h5.mt-0 {
    font-size: 14px;
}

ul.sidebar-card-list {
    margin: 0;
    padding: 0;
}

.sidebar-card-list li a {
    display: inline-block;
    width: 100%;
    color: #585b5f;
}

.sidebar-card-list>li {
    line-height: 32px;
    list-style: none;
}

.footer-social a {
    background: #007bff;
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
}

/* End Blog */
/* Gallery / Review */
.reviews-members img.mr-3 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.reviews-members {
    border-bottom: 1px solid #eaebec;
    padding: 17px 17px;
    margin: 0 -17px;
}

.reviews-members:last-child {
    border: none;
}

.gallery-box-main {
    border-radius: 10px;
    overflow: hidden;
}

.gallery-box:last-child {
    margin-bottom: 0px;
}

.gallery-box img:last-child {
    margin-right: 0px;
}

.gallery-box {
    align-items: center;
    display: flex;
    margin-bottom: 2px;
    justify-content: space-between;
}

.gallery-box img {
    width: 34%;
    border-right: 2px solid transparent;
}

/* End Gallery / Review */
/* Extra */
a {
    text-decoration: none !important;
}

div,
a {
    outline: none !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.osahan-share-post textarea {
    resize: none;
}

.text-success {
    color: #00c9a7 !important;
}

.text-danger {
    color: #de4437 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-info {
    color: #00dffc !important;
}

.bg-success {
    background-color: #00c9a7 !important;
}

.bg-danger {
    background-color: #de4437 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-info {
    background-color: #00dffc !important;
}

.badge-success {
    color: #fff;
    background-color: #00c9a7;
}

.badge-danger {
    color: #fff;
    background-color: #de4437;
}

.badge-warning {
    color: #1e2022;
    background-color: #ffc107;
}

.badge-info {
    color: #1e2022;
    background-color: #00dffc;
}

.border,
.card {
    border: 1px solid #eaebec !important;
}

.border-top {
    border-top: 1px solid #eaebec !important;
}

.border-bottom {
    border-bottom: 1px solid #eaebec !important;
}

.border-left {
    border-left: 1px solid #eaebec !important;
}

.border-right {
    border-right: 1px solid #eaebec !important;
}

.list-group-item {
    border-color: #eaebec !important;
}

.btn-light {
    color: #007bff;
    background-color: #ebf2ff;
    border-color: #ebf2ff;
}

.btn-light:hover {
    color: #007bff;
    background-color: #ffffff;
    border-color: #007bff;
}

.btn-primary {
    background: -moz-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #007bff), color-stop(100%, #00c9e4));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(194deg, #00c9e4 0%, #007bff 100%);
    /* ie10+ */
    background: linear-gradient(256deg, #00c9e4 0%, #007bff 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007bff', endColorstr='#00c9e4', GradientType=1);
    /* ie6-9 */
    border-color: #007bff;
}

.text-gold {
    color: #d3ac2b;
}

.btn-outline-gold {
    color: #d3ac2b;
    border-color: #d3ac2b;
}

.btn-outline-gold:hover {
    color: #ffffff;
    background-color: #d3ac2b;
    border-color: #d3ac2b;
}

.dropdown-menu {
    border-color: #eaebec;
}

.dropdown-item {
    padding: 6px 1rem;
}

.btn-outline-secondary {
    color: #b7b9cc;
    border-color: #b7b9cc;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    color: #ffffff;
    border-color: #b7b9cc;
    background-color: #b7b9cc;
}

.bg-dark {
    background: #1d2f38 !important;
}

.form-control,
.btn {
    font-size: 13px;
}

.input-group-text,
.custom-select {
    font-size: 13px;
}

.text-dark {
    color: #1d2f38 !important;
}

.small,
small {
    font-size: 12px;
}

.no-arrow .dropdown-toggle::after {
    display: none;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown .dropdown-menu,
.dropdown-item {
    font-size: .85rem;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

.dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}

.dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}

.dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: .125rem solid #fff;
}


/* Extra End */
/* Mobile Media */
@media (max-width: 768px) {
    .osahan-nav-top .dropdown-menu {
        width: 100% !important;
    }

    .osahan-nav-top .nav-item.dropdown {}
    .osahan-nav-top .nav-item.dropdown.osahan-list-dropdown a.nav-link.dropdown-toggle{position: absolute; z-index: 2; right: 0;}
    .osahan-nav-top .nav-item.dropdown.osahan-profile-dropdown a{position:relative; z-index:1;}

    .osahan-line-tab .nav-link {
        font-size: 13px;
    }

    .job-tags .btn {
        margin: 3px 1px !important;
    }

    .profile-right {
        display: inline-grid;
    }

    .profile-right .btn {
        margin: 2px 0 !important;
    }
}

/* End Mobile Media */
/*Mobile_Menu*/
.hamburger-menu {
    width: 100%;
}

.nav-class {
    float: right;
}

.menu-tigger {
    float: right;
    display: none;
    cursor: pointer
}

.menu-tigger span {
    background: #fff;
    height: 2px;
    width: 30px;
    display: block;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
    top: 4px;
    position: relative;
}

.menu-tigger.button-tigger span:nth-child(2) {
    opacity: 0
}

.menu-tigger.button-tigger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform-origin: 5px 7px ;
    transform-origin: 5px 7px 
}

.menu-tigger.button-tigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform-origin: 8px -4px;
    -webkit-transform: rotate(-45deg);
    transform-origin: 8px -4px;
}

.hrm-sidebar .feather-chevron-down {
    transition: transform 0.2s ease;
}

.hrm-sidebar .rotate-180 {
    transform: rotate(180deg);
}

.hrm-sidebar .list-group-item {
    font-weight: 700;
    font-size: 0.75rem;
}

.hrm-sidebar .list-group-item i,
.hrm-sidebar .list-group-item span {
    font-weight: 700;
}

.hrm-sidebar .list-group-item i {
    font-size: 0.75rem;
}

.hrm-sidebar .list-group-item:hover,
.hrm-sidebar .list-group-item:hover span {
    color: #fff;
}

.hrm-sidebar .list-group-item:hover,
.hrm-sidebar a:hover .list-group-item {
    background-color: #0b3a4a;
}

.hrm-sidebar .hrm-submenu {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: none;
}

.hrm-sidebar .hrm-toggle-submenu.open .hrm-submenu {
    display: block;
}

.hrm-sidebar .hrm-submenu .list-group-item {
    background-color: transparent;
    width: 100%;
    border: 0;
    border-radius: 6px;
    padding-left: 1.5rem;
}

.hrm-sidebar .hrm-submenu a {
    display: block;
    width: 100%;
}

.hrm-sidebar .hrm-submenu a:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.hrm-sidebar .hrm-submenu .list-group-item:hover,
.hrm-sidebar .hrm-submenu a:hover .list-group-item {
    background-color: transparent;
    color: #fff;
}

.hrm-sidebar .hrm-submenu .list-group-item:hover i,
.hrm-sidebar .hrm-submenu .list-group-item:hover span {
    color: #fff;
}

.billing-logo,
.hrm-logo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.2);
}



/* responsvie */
/*@media only screen and (max-width: 767px) {*/
/*    .menu-tigger {*/
/*        display: block;*/
/*        position: relative;*/
/*        z-index: 2*/
/*    }*/

/*    .nav-class {*/
/*        text-align: center;*/
/*        padding-top: 20px;*/
/*        position: absolute;*/
/*        -webkit-transform: translate(-100%);*/
/*        transform: translate(-100%);*/
/*        right: 0;*/
/*        left: 0;*/
/*        background: #444;*/
/*        height: 100vh;*/
/*        -webkit-transition: .3s;*/
/*        transition: .3s;*/
/*        opacity: 0*/
/*    }*/

/*    .nav-class.res-menu {*/
/*        -webkit-transform: translate(0);*/
/*        transform: translate(0);*/
/*        opacity: 1*/
/*    }*/

/*    .nav-class ul {*/
/*        flex-direction: column !important;*/
/*    }*/

/*    .nav-class ul li {*/
/*        display: block;*/
/*        line-height: 50px*/
/*    }*/

/*    .nav-class ul li a {*/
/*        padding: 0;*/
/*        height: inherit !important;*/
/*    }*/

/*    .nav-class ul li a span {*/
/*        display: block;*/
/*    }*/
/*}*/


/* responsvie */
@media only screen and (max-width: 767px) {
    .menu-tigger {
        display: block;
        position: relative;
        z-index: 1101;
    }

    .nav-class {
        text-align: left;
        padding-top: 20px;
        position: fixed;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        right: 0;
        left: 0;
        top: 55px;
        background: #132028;
        height: calc(100vh - 55px);
        overflow-y: auto;
        -webkit-transition: .3s;
        transition: .3s;
        opacity: 0;
        z-index: 1100;
    }

    .nav-class.res-menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .nav-class ul {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .nav-class ul li {
        display: block;
        width: 100%;
        line-height: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-class ul li a {
        padding: 0 .5rem;
        height: inherit !important;
        color: #fff !important;
        display: flex;
        align-items: center;
    }

    .nav-class ul li a span {
        display: block;
    }

    body.nav-open {
        overflow: hidden;
    }

    .nav-class .dropdown-menu {
        position: static !important;
        float: none;
        transform: none !important;
        display: none;
        width: 100% !important;
        background: #132028;
        border: none;
        box-shadow: none;
        padding: 0 0 10px 0;
    }

    .nav-class .dropdown-menu.show {
        display: block;
    }

    .nav-class .dropdown-item {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 0px 10px;
    }
    .nav-class .dropdown-item:hover, .nav-class .dropdown-item:focus{background-color: #24323e;}
    .nav-class .dropdown-item:last-child {
        border-bottom: 0;
    }

    .nav-class .dropdown-toggle {
        color: #fff !important;
    }
    .list-sidebar.hrm-sidebar.bg-dark{display:none;}
    .d-sm-none {
        display: none !important;
    }
    .nav-item.bbr_sidebar{
        background:#132028;
        border-top:1px solid rgba(255, 255, 255, 0.08);
        line-height:normal;
        padding:0;
    }
    .bbr_sidebar .mobile-module-sidebar.hrm-sidebar{
        background:#132028;
        box-shadow:none;
        border:0;
        border-radius:0;
        margin:0;
    }
    .bbr_sidebar .hrm-sidebar-menu{
        display:block;
        padding:0;
        margin:0;
        background:#132028;
    }
    .bbr_sidebar .hrm-sidebar-menu > a,
    .bbr_sidebar .hrm-sidebar-menu > li,
    .bbr_sidebar .hrm-submenu > a{
        display:block;
        width:100%;
    }
    .bbr_sidebar .hrm-sidebar .list-group-item{
        background:#132028;
        border:0;
        border-bottom:1px solid #cccccc54 !important;
        border-radius:0;
        color:#fff !important;
        padding:14px 16px;
        font-size:12px;
        font-weight:600;
        line-height:1.35;
    }
    .bbr_sidebar .hrm-sidebar .list-group-item span,
    .bbr_sidebar .hrm-sidebar .list-group-item i,
    .bbr_sidebar .hrm-sidebar .list-group-item .feather-chevron-down{
        color:#fff !important;
    }
    .bbr_sidebar .hrm-sidebar .list-group-item:hover,
    .bbr_sidebar .hrm-sidebar a:hover .list-group-item{
        background:#24323e;
    }
    .bbr_sidebar .hrm-sidebar .hrm-toggle-submenu.open > .d-flex{
        background:transparent;
    }
    .bbr_sidebar .hrm-sidebar .hrm-submenu{
        display:none;
        margin:0;
        padding:0;
        background:#0f1a21;
    }
    .bbr_sidebar .hrm-sidebar .hrm-toggle-submenu.open .hrm-submenu{
        display:block;
    }
    .bbr_sidebar .hrm-sidebar .hrm-submenu .list-group-item{
        background:#0f1a21;
        padding-left:28px;
        font-weight:500;
    }
    .bbr_sidebar .hrm-sidebar .hrm-submenu a:hover .list-group-item,
    .bbr_sidebar .hrm-sidebar .hrm-submenu .list-group-item:hover{
        background:#1b2b35;
    }
    .bbr_sidebar .billing-logo,
    .bbr_sidebar .hrm-logo{
        width:32px;
        height:32px;
        border-radius:50%;
        object-fit:cover;
        border:2px solid rgba(255,255,255,0.18);
    }
}
    footer{transform: translateY(0%) !important; position: unset !important;}
    #footerPlaceholder{height: 0 !important;}
@media (min-width: 768px) {
    .bbr_sidebar .hrm-sidebar-menu{display:none;}
}
/*Mobile_Menu*/
/*Edit by user*/
.navbar {
    position: fixed;
    top: 0;
    width: -webkit-fill-available;
    z-index: 9;
}
.rdo_tab{
  display: none;
}
.rdo_tab.on{
  display: block;
}
.my_filter_mob{display:none;}
@media (max-width: 768px) {
    .my_tabbing_mob_btm{
        position: fixed;
        z-index: 999;
        background: #fff;
        bottom: 0;
        width: 100%;
    }
    .my_filter_desk{display:none;}
    .my_filter_mob{display:inherit;}
    .my_filter_mob_ul{overflow: auto scroll !important;
    width: 300px;
    white-space: nowrap;
    padding: 0px 0 10px;
    position: relative;
    top: 21px;}
    .nav-class .dropdown-menu.show .pt-1.pl-3.pr-3.d-flex.align-items-center {display:none !important;}
}
/*Edit by user*/

.rounded {
    /*border-radius: 1.25rem !important;*/
}

.badges {
    font-size: 14px;
    padding: 8px 12px;
    margin: 4px;
    border-radius: 20px;
    /* Circular Shape */
    display: inline-block;
}

.badge-primary {
    background-color: #007bff;
    color: white;
}

.badge-success {
    background-color: #28a745;
    color: white;
}

.badge-secondary {
    background-color: #9FA6B2;
    color: white;
}

.tick {
    color: green;
    font-size: 18px;
}

.cross {
    color: red;
    font-size: 18px;
}

@keyframes flipIn {
    from {
        transform: rotateX(90deg);
        opacity: 0;
    }
    to {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Apply animation to Bootstrap modal */
.flip-modal .modal-dialog {
    transform-origin: center top;
    animation: flipIn 0.4s ease-out;
}

.flip-modal .modal-content {
    animation: slideUp 0.4s ease-out;
}

.modal-content {
    /*border-radius: 1.3rem !important;*/
}
.input-group-text, .custom-select, .form-control {
    /*border-radius: 1.0rem;*/
}

.input-container {
    display: flex;
    justify-content: center;  /* Horizontally center */
    align-items: center;      /* Vertically center */
}

.input-container input {
    text-align: center; /* Center text inside input */
    font-weight: bold;  /* Bold text */
    /* color: red;         Red color */
    font-size: 20px;    /* Bigger font */
    background-color: #f0f2f5; /* Light grey background */
    border-radius: 20px; /* Rounded corners */
}
.footer_list{color: rgb(255 255 255 / 48%); padding: 3px 0; display: block;}
.footer_list .fa-angle-right{font-size: 11px; margin-right: 3px;}
.footer_list:hover{transition: 0.2s;color: rgb(255 255 255 / 75%); margin-left: 2px;}
.ul{ list-style: none; padding-left: 10px;}
.ul i{margin-right:5px;}
.footer_bottom{background: #182530;}
footer{padding-top:25px;}
.custom_filter li{text-transform: uppercase; border: none; padding-bottom: 0;}
.border_line{border-bottom: 1px solid #eaebec;}
.display_none{display: none !important;}
.product_name{width: 450px; height: 50px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}


.custom-switch {
  position: relative;
  display: inline-block;
  width: 34px;      /* reduced width */
  height: 18px;     /* reduced height */
}

.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: .3s;
  border-radius: 30px;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 12px;     /* reduced height */
  width: 12px;      /* reduced width */
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .3s;
  border-radius: 50%;
}

.custom-switch input:checked + .slider-switch {
  background-color: #28a745;
}

.custom-switch input:checked + .slider-switch:before {
  transform: translateX(16px); /* adjusted for smaller size */
}
.description-preview {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* ðŸ‘ˆ show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* ðŸ‘ˆ number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* ðŸ‘ˆ number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.me-5 { margin-right: 1rem !important; }
 #notificationList {
    max-height: 550px;     /* ~5 items depending on your item height */
    overflow-y: auto;
    overflow-x: hidden;
  }
.word_limit_400{width: 360px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 20px;}
