﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.d-grid{
    display:grid;
}
.f-30{
    font-size:30px!important
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100 !important;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200 !important;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300 !important;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800 !important;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900 !important;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100 !important;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200 !important;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300 !important;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800 !important;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900!important;
    font-style: italic;
}
:root {
    --blue-color: #0272BC;
    --black:   900;
    --bold:   700;
    --semi-bold:   600;
    --regular:   400;
    --medium:   500;
    --light:   300;
}
footer {
    background-color: #EEEFF1;
    padding: 40px 0px;
}
p, h1, h2, h3, h4, h5, h6, input, select, option, small, button, span, div, a, li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.blue {
    color: #0272BC!important;
}
.black{
    color:black!important;
}
footer .para {
    font-size: 14px;
   color: #555454;
   margin:35px 0px 20px 0px;
}
footer .addresses p {
    font-size: 14px;
    margin: 0px;
    padding-left: 10px;
    color: #4B4A4A;
    line-height: 34.63px
}
footer .addresses a {
    color: #4B4A4A
}
footer .addresses{
    margin-bottom:15px;
    align-items:baseline;
}
.footer-head {
    color: black; 
    font-size: 24px;
    font-weight: 600!important; 
    text-align: left;
}
header {
    box-shadow: 4px 6px 24px 0px #6D8DAD26;
    background-color:white
}
    header .nav-link { 
        font-size: 14px;  
        color: #000000!important;
        cursor:pointer;
    }header .nav-item{
         padding:0px 15px;
     }
.btn-outline-blue {
    border: 1px solid #0272BC;
    color: #0272BC!important;
    background-color:white;
}
.btn-outline-blue.nav-link{
    color:#0272BC!important;
    font-weight:var(--semi-bold)
}
.btn-blue {
    background-color:#0272BC;
    border: 1px solid #0272BC;
    color: white!important
}
.btn-blue.nav-link{
    color:white!important;
    font-weight:var(--semi-bold)
}
.btn{
   border-radius:5px;
}
.ideal-candidate {
    background: linear-gradient(90deg, #026FB6 0%, #012F4F 100%);
    height: 271px;
    color:white;
}
.idea-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width:400px;
}

.candidate-column-height{
    height:271px;
}
.ideal-candidate h2 {
    font-weight:var(--semi-bold);
}
.ideal-candidate p { 
    font-size: 16px;
    font-weight: var(--light);
    line-height: 24px;
    text-align: left;

}
.btn-white {
    background-color: white;
    color: #0272BC;
}
.radius-12{
    border-radius:12px;
}
.why-signup h2 { 
    font-size: 37.89px;
    font-weight: 600;
    line-height: 55.65px;
    text-align: left;
}
.why-signup ul{
    list-style:unset;
}
    .why-signup ul li {
        margin-bottom: 10px; 
        font-size: 18.89px;
        font-weight: 400;
        line-height: 34.63px;
        text-align: left;
    }
.main-heading {
    text-align: center; 
    font-size: 42.01px;
    font-weight: 600;
    line-height: 63.01px; 
    color:black;
}
.center-para {
    text-align: center;
    color: #A7A7A7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.next-job,.card {
    padding: 15px;
    box-shadow: 4px 6px 24px 0px #6D8DAD33;
    border-radius:14px;
    border:0px;
}
    .next-job .card-footer {
        background-color: white;
        padding: 0px;
        border-top: 1px solid #E0E0E0
    }
.job-salary { 
    font-size: 16.5px;
    font-weight: 600;
    line-height: 27.5px;
    text-align: left;
    color:#0272BC;
    margin:0;
}
.job-location {
    color: #A7A7A7;
    margin:0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.job-type {
    border: 1px solid #000000;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #313131F0;
    padding:5px 15px;
}
.f-12{
    font-size:12px!important
}
.job-description, .job-description * {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #A7A7A7;
    margin-bottom:5px;
}
.job-title,.job-title a {
     
    color:black;
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: left;
}
.btn-light-blue {
    background-color: #EBF4FA;
    color:#0272BC;
}
.job-profile{
    display:flex;
    align-items:center;
    margin-bottom:10px
}
.job-icon {
    width: 47px;
    height: 47px;
    border-radius:50%;
    object-fit:cover
}
.com-title ,.com-title a{ 
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color:black;
    margin-bottom:4px
}
.com-para {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #A7A7A7;
    margin:0px;
}
.btn-black, .btn-black:hover, .btn-black:focus, .btn-black:active{
    color:white;
    background-color:black;
}
.job-services {
    text-align: center; 
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    color:black;
    margin:0px;
    margin-top:5px;
}
.banner p {
     color:black;
    font-size: 15.39px;
    font-weight: 500;
    line-height: 28.22px;
    text-align: left;
}
.banner h4 {
    color:black;
    font-size: 25.52px;
    font-weight: 400;
    line-height: 31.89px;
    text-align: left;
}
.banner h1 {
     color:black;
    font-size: 39px;
    font-weight: 600;
    line-height: 60.11px;
    text-align: left;
}
.banner h3 {
    color:black;
    font-size: 25.52px;
    font-weight: 400; 
    text-align: left;
    margin:0;
}
@media(min-width:768px){
    .margin-md-minus-80 {
        margin-top:-80px;
    }
    .profile-detail-image {
        margin: -50px auto 0;
        border: 5px solid #fff;
        border-radius: 50%;
    }
}.mt-150{
         margin-top:150px;
     }
.nav-tabs .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:active {
    background-color: transparent !important;
}
.nav-tabs .nav-link{
    border-left:0px;
    border-top:0px;
    border-right:0px;
    cursor:pointer;
    font-weight:600!important;
}
.nav-tabs {
    border-bottom: 0.95px solid #BDBDBD;
}
.nav-tabs .nav-link.active{
    border-bottom:3px solid #0272BC;
}
.modal-content{
    border-radius:23px;
    border:0px
}
.modal-title {
    color:black;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}
.input-labeled {
    border: 1px solid #B2B2B2;
    padding:5px 10px;
        border-radius:8px;
        position:relative;
}
    .input-labeled label {
        color:black;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        display:block;
        margin-bottom:0px;
    }
    .input-labeled input, .input-labeled input:focus, .input-labeled input:active {
        border: 0px;
        width: calc(100% - 42px);
        outline: 0;
        color: #A7A7A7;
        font-size: 14px;
    }
        .input-labeled input::placeholder {
            color: #A7A7A7;
            font-size:14px;
        }
.btn-show-password {
    color: black;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(50%, -50%);
}
.radius-8{
    border-radius:8px!important
}
.modal-backdrop {
    background: #C7C7C766;
}
.modal-backdrop.show{
    opacity:1;
}
.modal-md{
    max-width:400px!important
}
.modal.fade.show{
    display:block;
}
.btn.focus, .btn:focus{
    box-shadow:none;
}
@media(max-width:767px){
    .candidate-column-height{
        height:auto;
        padding:15px 0px 0px;
    }
    .ideal-candidate{
        height:auto;
        padding:15px 0px 0px;
    }
    .idea-img{
       position:relative;
    }
    header .nav-item{
        margin-bottom:10px;
    }
    .footer-head{
        margin:15px 0px;
    }
}
.dropdown-menu{
    border-radius:8px;
}
.dropdown-menu *{
    cursor:pointer
}
.profile-header-image{
    background-image:url('../img/images/card-header.png');
    background-position:center;
    background-size:100% 100%;
    background-repeat:no-repeat;
    padding:25px 10px;
    border-bottom:0px;
}
.border-bottom-hr {
    border-bottom: 0.95px solid #BDBDBD
}
.input-group .form-control {
    height: auto !important;
    box-shadow: none;

}
.input-labeled input[type="text"]::placeholder{
    font-size:12px;
}
.form-control {
    border-color: #A7A7A7 !important;
    border-radius: 6px;
    font-size: 12px;
}
    .form-control.border-danger {
        border-color: #dc3545 !important
    }
.input-group .input-group-text {
    border-color: #A7A7A7
}
.text-light-grey{
    color:#A7A7A7;
}
.profile-para p, .profile-para li, .profile-para{ 
    color:black;
    font-size: 12px; 
    line-height: 22.76px;   
}
.profile-title {
    font-family: Poppins;
    font-size: 17.07px;
    font-weight: 500;
    line-height: 22.76px;
    text-align: left;
    color:black;
}
.rounded-left-card{
    border-top-left-radius:14px!important;
}
.list-profile-image{
    border-radius:50%
}
.border-top-radius{
    border-top-left-radius:14px!important;
    border-top-right-radius:14px!important;
}
.form-label { 
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color:black;
}
.btn-outline-white{
    border:1px solid #A7A7A7;
    color:black
}
.btn{
    border-radius:8px;
}
.or-horizontal, .or-vertical {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    color: #C5C5C5;
    position:relative;
    width:100%
}
    .or-horizontal::after {
        position: absolute;
        content: '';
        border-top: 1px solid black;
        width: 45%;
        right: 0;
        top: 50%;
    }
.or-horizontal::before{
    position:absolute;
    content:'';
    border-top: 1px solid black;
    width:45%;
    left:0;
    top:50%;
}
.or-vertical{ 
    height:85%;
    display:flex;
    align-items:center;
    justify-content:center;
} 
    .or-vertical::after {
        position: absolute;
        content: '';
        border-left: 1px solid black;
        width: 100%;
        left: 50%;
        top: 60%;
        height:40%
    }

    .or-vertical::before {
        position: absolute;
        content: '';
        border-left: 1px solid black;
        width: 100%;
        left: 50%;
        top: 00%;
        height:40%
    }
.card-img-friend{
    border-radius:50%;
}
.sub-heading {
    font-family: Poppins;
    font-size: 17.07px;
    font-weight: 500;
    line-height: 22.76px;
    text-align: left;
    color: #000000;
}
.custom-label {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #000000;
}
.custom-input {
    height: 34px;
}
.no-resize {
    resize: none;
}
.logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.logo-text {
    font-size: 20px;
    font-weight: bold;
}

.logo-image {
    margin-top: 20px;
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.upload-link {
    color: #000000;
    font-family: Poppins;
    font-size: 17.07px;
    font-weight: 500;
    line-height: 22.76px;
    text-align: left;
    text-decoration: underline;
}
.button-section {
    display: flex;
    gap: 10px;
    justify-content: flex-start; 
    margin-top: 30px;
}

@media (max-width: 766px){
    .flex-direction-column-reverse{
        flex-direction: column-reverse;
    }
}
.my-job {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 600;
    padding-left: 13px;
    line-height: 30px;
    text-align: left;
}
.header-padding{
    padding: 0px 16px;
}
@media (max-width: 400px) {
    .header-padding h5 {
        font-size: 15px;
    }
    .header-padding button {
        font-size: 15px;
    }
}

#img-preview{
    margin-bottom: 45px;
}
.bg-img {
    background-image: url('../img/company-logo.svg');
    background-position: center;
    background-size: cover;
    height: 45px;
}
.company_profile_div {
   /* height: 170px;*/
}
.company_profile_logo {
    border-radius: 50% !important;
    border: 8px solid #FFFFFF;
    margin-top: -50px;
    position: relative;
    height: auto;
    width: 100px;
    height:100px;
    object-fit:cover;
}
.comapny_profile_details {
    border-bottom: 0.95px solid #BDBDBD;
}
.comapny-name {
    font-family: Poppins;
    font-size: 27.45px;
    font-weight: 600;
    line-height: 30.77px;
    color: #000000;
}
.comapny-loc {
    color: #A7A7A7;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 6px;
}
.company-review {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.des-title {
    font-family: Poppins;
    font-size: 17.07px;
    font-weight: 500;
    line-height: 22.76px;
    color: #000000;
}
.des-text {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 300;
    line-height: 22.76px;
    text-align: justify;
    color: #000000;
}
.message-navbar {
    min-height: 550px;
    padding: 20px;
    background-color: #0272BC;
    color: #FFFFFF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
    .message-navbar li {
        padding: 15px 0px 15px 25px;
    }
    .message-navbar li:hover {
        background-color: rgba(0,0,0,0.2);
        cursor: pointer;
    }
        .message-navbar li a {
            display: flex;
            gap: 15px;
            font-family: Poppins;
            font-size: 16px;
            font-weight: 400;
        }

@media (max-width: 992px){
    .message-navbar {
        min-height: auto;
        padding: 10px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .message-navbar li {
       padding: 15px 0px 15px 25px;
    }
}
.inbox-tr {
    background-color: #0272BC0A;
    color: #0272BC;
    font-size: 14px
}
.inbox-header {
    border-bottom: 1.03px solid #DDDDDD80;
}
.inbox-img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 8px;
}
.td-div {
    margin-top: 43px;
}
.text-black {
    color: #000000;
}
.inbox-table tr:hover {
    background-color: rgba(2, 114, 188, 0.2);
}
.inbox-table tr {
    margin-top: 15px!important;
}
.inbox-table {
    border-spacing: 0 10px !important;
    border-collapse: separate!important;
}



.menu-icon {
    cursor: pointer;
    color: white;
    font-size: 30px;
    display: none; /* Initially hidden */
}



@media (min-width: 769px) {
    

    .menu-icon {
        display: none; /* Hide hamburger icon on larger devices */
    }
}

@media (max-width: 768px) {
    .nav-links {
        max-height: 0; 
        overflow: hidden;
        transition: max-height 0.3s ease; 
        background-color: #333;
        width: 100%; 
    }

/*        .nav-links.active {
            max-height: 500px; 
        }*/

    .menu-icon {
        display: block;
        background-color: #0272BC;
    }
    .message-navbar li {
        padding: 15px 0px 15px 6px;
    }
    .humburger {
        margin-left: 13px;
    }

    .inbox-header h5 {
        margin-left: 10px;
    }
}


.chat-sidebar {
    border-right: 1px solid #dee2e6;
    padding-right: 0px;
}

.sidebar-header {
    border-bottom: 1.03px solid #DDDDDD80;
    padding: 15px 20px;
}

    .sidebar-header h5 {
        font-family: Poppins;
        font-size: 14.44px;
        font-weight: 600;
        color: #000000;
    }

.sidebar-search {
    padding: 15px;
    border-bottom: 1.03px solid #DDDDDD80;
}

.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #e1e4e8;
    background-color: #f6f8fa;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: Arial, sans-serif;
    color: #6c757d;
    position: relative;
}

    .search-bar input {
        border: none;
        outline: none;
        background: none;
        width: 100%;
        font-size: 14px;
        color: #6c757d;
    }

        .search-bar input::placeholder {
            color: #858585;
            font-family: Poppins;
            font-size: 12.37px;
            font-weight: 400;
        }

    .search-bar .icon {
        color: #0272BC;
        margin-right: 8px;
        font-size: 25px;
    }

    .search-bar .dropdown-arrow {
        position: absolute;
        right: 10px;
        font-size: 16px;
        color: #0272BC;
    }

.user-inbox-profile img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.user-message-time {
    text-align: end;
    padding: 0 14px 0 0;
}

    .user-message-time p {
        font-family: Poppins;
        font-size: 12.37px;
        font-weight: 400;
        margin: 0px;
    }

    .user-message-time span {
        font-family: Poppins;
        font-size: 10.31px;
        font-weight: 400;
        background-color: #0272BC;
        padding: 3px 6px;
        border-radius: 50px;
        color: #FFFFFF;
    }

.user-name h5 {
    font-family: Poppins;
    font-size: 14.44px;
    font-weight: 600;
    margin: 0px;
}

.user-name p {
    font-family: Poppins;
    font-size: 12.37px;
    font-weight: 400;
    margin: 0px;
}

.chat-sidebar .user {
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

    .chat-sidebar .user:hover {
        background-color: rgba(0,0,0,0.2);
    }

.user-div {
    padding: 10px;
}


.chat-content {
    display: flex;
    flex-direction: column;
    padding-left: 0px !important;
}

.chat-header {
    border-bottom: 1.03px solid #DDDDDD80;
    padding: 6px 15px;
}

    .chat-header span {
        font-family: Poppins;
        font-size: 14.44px;
        font-weight: 600;
    }

    .chat-header img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 10px;
    }

.messages {
    flex-grow: 1;
    overflow-y: auto;
    padding: 15px 4px;
}

.day-div {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1.03px solid #DDDDDD80
}

.day {
    position: relative;
    top: 11px;
    padding: 4px 10px;
    background-color: #FFFFFF;
    font-family: Poppins;
    font-size: 12.37px;
    font-weight: 400;
}

.message {
    margin: 10px 0px;
}

.message-sent {
    padding: 10px;
    text-align: end;
}

    .message-sent img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .message-sent span {
        background-color: #0272BC;
        padding: 10px;
        border-radius: 0px 10px 10px 10px;
        font-family: Poppins;
        font-size: 12.37px;
        font-weight: 400;
        color: #FFFFFF;
        margin-right: auto;
    }

    .message-sent small {
        font-family: Poppins;
        font-size: 12.37px;
        font-weight: 400;
        color: #929292;
        padding-right: 50px;
    }

.message-received {
    padding: 10px;
}

    .message-received span {
        background-color: #EDEEF1;
        padding: 10px;
        border-radius: 10px 0px 10px 10px;
        font-family: Poppins;
        font-size: 12.37px;
        color: #000000;
        font-weight: 400;
        margin-right: auto;
    }

    .message-received small {
        font-family: Poppins;
        font-size: 12.37px;
        font-weight: 400;
        color: #929292;
        padding-left: 45px;
    }

.chat-footer {
    display: flex;
    align-items: center;
    border-top: 1px solid #dee2e6;
    padding: 10px;
}


.message-bar {
    display: flex;
    align-items: center;
    background-color: #EDEEF1;
    border-radius: 10px;
    padding: 8px 12px;
    width: 100%;
    position: relative;
}

    .message-bar input {
        border: none;
        outline: none;
        background: none;
        width: 100%;
        font-size: 14px;
        color: #929293;
        margin: 0 8px;
    }

        .message-bar input::placeholder {
            color: #929293;
            font-family: Poppins;
            font-size: 12.37px;
            font-weight: 400;
        }

    .message-bar .icon-left, .message-bar .icon-right {
        color: #0272BC;
        font-size: 18px;
    }

    .message-bar .divider {
        height: 20px;
        width: 1px;
        background-color: #d1d5da;
        margin: 0 8px;
    }

@media(max-width: 992px) {
    .user-name {
        padding-left: 20px;
    }
}

@media(max-width: 765px) {
    .chat-sidebar {
        padding-right: 15px;
        border: 0;
    }

    .user-name {
        padding-left: 0px;
    }

    .chat-content {
        padding-left: 19px !important;
    }
}

@media(max-width: 380px) {


    .user-name {
        padding-left: 13px;
    }
}


.input-container {
    position: relative;
}

.tags-container {
    width: 50%;
    margin-top: 10px;
}

    .tags-container .tag {
        display: inline-block;
        padding: 5px 10px;
        font-size: 12px;
        background: #0272BC;
        color: #FFFFFF;
        margin: 3px;
        border-radius: 5px;
        text-transform: lowercase;
        cursor: default;
    }

        .tags-container .tag .tag-close {
            cursor: pointer;
            margin-left: 5px;
            font-size: 10px;
        }

.suggestions-list {
    list-style: none;
    padding: 0;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
    position: absolute;
    width: 100%;
    z-index: 10; 
    display: none;
}

.suggestion-item {
    padding: 8px 10px;
    cursor: pointer;
    font-size: 12px;
    color: #495057;
}

    .suggestion-item:hover {
        background-color: #e8e8e8;
    }
.close-none{
    display: none;
}
/* Sidebar styling for screens smaller than 550px */
@media (max-width: 550px) {
    .nav-item .dropdown-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 70vw;
        max-width: 320px; /* Adjust as per your preference */
        background-color: #0272BC; /* Set your desired background color */
        color: #FFFFFF!important;
        z-index: 1050;
        padding-top: 20px;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    .close-none {
        display: block;
    }
    .dropdown-menu a,
    .dropdown-menu button {
        color: #FFFFFF !important;
    }
    /* Show the sidebar when dropdown is active */
    .nav-item.show .dropdown-menu {
        transform: translateX(0);
    }

    /* Close button styling */
    .nav-item .dropdown-menu .close-btn {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
    }

    /* Blurred background overlay */
    .blur-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        z-index: 1049;
    }
}

.input-grp {
    position: relative;
}

.input-group-addon {
    position: absolute;
    right: 10px; /* Adjust as needed */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.cke_notifications_area{
    display:none;
}
@media(min-width:768px){
    .contents-minhight {
        min-height: calc(100vh - 360px)!important;
    }
}
.stars-container.starsset:before{
    display:none
}