:root {
    --theme-color-1: #f62e2d;
    --theme-color-2: #00733d;
    --theme-color-3: #3d70b2;
    --theme-color-4: #5a5a5c;
    /*--grey-color: #f4f4f4;*/
    --grey-color: #F7F7F7;
    --tab-active-color: #afafaf;
}

.bg-theme-color-1{
    background-color: var(--theme-color-1);
}
.bg-theme-color-2{
    background-color: var(--theme-color-2);
}
.bg-theme-color-3{
    background-color: var(--theme-color-3);
}
.bg-theme-color-4{
    background-color: var(--theme-color-4);
}
.bg-gray{
    background-color: var(--grey-color) !important;
}
.border-grey{
    border: 1px solid #e8e8e8 !important;
}
.border-radius-lg{
     border-radius: 10px !important;
}
.border-radius-md{
    border-radius: 8px !important;
}
.border-radius-sm{
     border-radius: 6px !important;
 }
.border-radius-xs{
    border-radius: 4px !important;
}
.shadow-none{
    box-shadow: none !important;
}
.text-theme-color-3{
    color: var(--theme-color-3);
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.btn{
    background: var(--theme-color-3);
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;

    border-radius: 6px;
}
.btn:hover{
    background: #ffffff;
    color: var(--theme-color-3);
    border-color: var(--theme-color-3);
}
.btn.style-1{
    background: #fff;
    border: 2px solid var(--theme-color-3);
    padding: 0;
    font-size: 10px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
}
.btn.style-1:hover{
    background: var(--theme-color-3);
    color: #ffffff;
}
.button{
    border-radius: 6px !important;
}
.custom_loading {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0, 0, 0, .7)
}
.custom_loading .spinner {
    position: absolute;
    /*top: 40%;
    left: 48%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.custom_loading .spinner > i {
    font-size: 50px;
}
.pre_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
.pre_loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}
form #togglePassword{
    position: absolute;
    top: 35px;
    right: 25px;
    font-size: 16px;
    cursor: pointer;
}
.footer-mobile-nav {
    background: var(--theme-color-3);
    position: fixed;
    bottom: 0;
    /*height: 65px;*/
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    z-index: 9;
}
.footer-mobile-nav a{
    color: #ffffff;
    font-size: 24px;
}
.process-style-2 li:before,
.process-style-2 li:after{
    display: none;
}
.process-style-2 li a{
    color: #212529;
}

.toggle_btn label{
    display: inline-block;
    width: auto;
}
.toggle_btn .switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 24px;
}

.toggle_btn .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle_btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle_btn .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle_btn input:checked + .slider {
    background-color: green;
}

.toggle_btn input:focus + .slider {
    box-shadow: 0 0 1px green;
}

.toggle_btn input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.toggle_btn .slider.round {
    border-radius: 34px;
}

.toggle_btn .slider.round:before {
    border-radius: 50%;
}

.radios-to-slider .slider-bar{
    background-color: var(--theme-color-3) !important;
}
.slider-knob{
    background-color: #114487 !important;
}
.listing-ver-3 .listing-content span {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.page-heading{
    font-size: 16px;
}
.page-heading h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #393a4f;
    margin-bottom: 20px;
}
.page-heading p{
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 700;*/
    font-weight: 600;
    font-size: .9rem;
    color: #393a4f;
}
.logo-img{
    max-width: 300px !important;
}

.notification {
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}


.notification .badge {
/* position: absolute;
top: 13px;
right: -24px;
padding: 5px 10px;
padding: 2px 8px;
border-radius: 50%;
background-color: red;
color: white; */

    position: absolute;
    top: 16px;
    right: -12px;
    padding: 1px 3px;
    color: white;
}


.notification-icon {
    display: block;
    position: absolute;
    top: 19px;
    color: black;
    right: 75px;
    font-size: 18px;
    width: auto !important;
}
.notification-icon .badge{
    position: absolute;
    top: 0;
    font-size: 60% !important;
}
.score-icon{
    display: none !important;
    position: absolute;
    top: 19px;
    right: 125px;
    width: 35px;
    height: 35px;
}


.notification-popup {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    /* left: 0; */
    width: 300px; /* Adjust as needed */
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px;
}

.notification-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.notification-popup ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    float: none;
}
.notification-popup ul li p{
    margin: 0px;
}
.notification-popup ul li a{
    display: contents !important;
}

.notification-popup ul li:last-child {
    border-bottom: none;
}
.notification-popup ul li.notification-footer{
    width: 100%;
    margin: 0;
    text-align: center;
}
.notification-popup ul li.notification-footer a{
    display: block !important;
    padding: 0 !important;
}
header .notification-menu .notification-icon{
    font-size: 18px;
    top: 0px;
}
header .notification-menu .notification-icon .badge{
    top: 15px;
}
.popup-li{
    width: 100%;
    margin: 0 !important;
    /* padding: 0 !important; */
}
/* .team-inside{
    width: 800px;
    margin: auto;
  }
  .team-inside .img-sec {
    margin-top: 10px;
    max-height: 500px !important;
  }
  .cd-gallery img{
    width: 300px !important;
  }
  @media screen and (max-width: 768px){
    .team-inside{
      width: auto;
      margin: auto;
    }
  }
  .user-img-responsive{
    display: inline-block !important;
  }
  .user-img-responsive{
    width: 300px;
    height: 300px;
  } */

.company_layout footer .copyright{
    display: flex;
    align-items: center;
}
.company_layout footer .copyright img{
    max-width: 250px;
    margin-left: 15px;
}

.connections-box li .inside{
    /*background: #fff;*/
    background: var(--grey-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.connections-box li .inside a{
    color: #393a4f;
    font-weight: 500;
}
.connections-box li .thumb{
    background: transparent;
    padding: 0px;
    border: none;
}
.connections-box li .thumb img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.connection-info a, .connection-info a:hover{
    color: #393a4f;
}
.connections-box .connection-info{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.connections-box .connection-info .info-block{
    text-align: center;
    padding: 0 20px;
}
.connections-box .connection-info .info-block:nth-child(2) {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.connections-box .connection-info .info-block label{
    display: block;
    text-transform: uppercase;
    /*font-family: Roboto, sans-serif;*/
    font-weight: 500;
    font-size: .8rem;
    color: #393a4f;
}
.connections-box .connection-info .info-block .info-number{
    font-size: 1rem;
    color: #393a4f;
}
.connections-box .btn{
    background: var(--theme-color-3) !important;
    color: #ffffff !important;
}
.connections-box .btn:hover{
    background: #ffffff !important;
    color: var(--theme-color-3) !important;
    border-color: var(--theme-color-3);
}
.connections-box form.change_connection{
    width: 80%;
    margin: 0 auto;
}
.listing-profile-img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.listing-heading h5{
    align-items: center;
    display: flex;
    gap: 10px;
}
.form-heading{
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #393a4f;
}
.connection-fltr{
    height: 30px !important;
    width: 80px;
}
.box-radius{
    /* border-radius: .85rem; */
    border-radius: 10px;
}
.form-heading-font{
    font-family: "Montserrat", sans-serif;
    /*font-size: 1.4rem;*/
    font-size: 1.6rem;
    font-weight: 600;
    color: #393a4f;
}
.select2-container{
    width: 100% !important;
}
.responsive-invitaion-btn{
    display: none;
}
.kudos-list .friend-box {
    flex: 1;
    /*padding-bottom: 15px;*/
}
.friend-box{
    padding-bottom: 15px;
}
.friend-box .friend-content{
    padding-top: 10px;
}
.friend-box .friend-content p,.activity-text {
    font-weight: 400;
    line-height: 1.5;
    font-size: .95rem;
    color: #344258;
}
.friend-box-time{
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    color: #344258;
    text-align: right;
    margin: 10px 0 0 0;
}
.main-content{
    margin-bottom: 30px;
}
.number_box{
    box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
    display: block;
    width: 100%;
    padding: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #fff;
    transition: all .3s;

    text-align: center;
    color: #000000;
    font-size: 1.3rem;
    margin-bottom: 30px;
}
.number_box .number_count{
    font-size: 2rem;
}
.number_box .number_text{

}
.number_box:hover{
    color: #000000;
}
.select2-container .select2-selection--single{
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px;
}
.profile_card{
    border-color: var(--grey-color) !important;
    background: var(--grey-color) !important;
    border-radius: 10px !important;
}
.kudos_link_box{
    display: flex;
    justify-content: space-around;
    /* background: #ffffff; */
    border-radius: 8px;
}
.kudos_link_box a{
    /* flex: 0 0 50%; */
    flex: 0 0 49%;
    padding: 13px;
    text-align: center;
    color: #333;
    background: #ffffff;
}
.kudos_link_box a.selected,
.kudos_link_box a:hover{
    background: var(--tab-active-color);
    color: #fff;
}
.kudos_link_box a.kudos_given_link{
    /* border-radius: 8px 0 0 8px; */
    border-radius: 8px 8px 0 0px
}
.kudos_link_box a.kudos_received_link{
    /* border-radius: 0 8px 8px 0; */
    border-radius: 8px 8px 0px 0;
}
.kudos_link_box {
    display: flex;
}

.kudos_link_box a {
    padding: 10px 20px;
    background-color: white; /* Default background for links */
    transition: background-color 0.3s;
    text-decoration: none; /* Removes underline from links */
    color: black; /* Text color */
}

/* Default style for the selected link */
.kudos_link_box a.selected {
    background-color: var(--tab-active-color); /* Background color for the selected link */
    color: white; /* Text color for contrast */
}

/* Hover effect on the selected link when the other link is hovered */
.kudos_link_box a.hover-effect {
    background-color: white !important; /* Changes selected link to white */
    color: #333; /* Text color */
}
header img.menu-icon{
    width: 20px;
    margin-right: 5px;
    margin-top: -5px;
}
.blue{
    color: #3D70B2 !important;
}
.profile-btn{
    margin-top: 20px;
    display: block;
    border: 1px solid #3D70B2;
    border-radius: 20px;
    text-align: center;
    padding: 5px 18px;
}
.profile-btn:hover{
    color: #fff;
    background: #3D70B2;
}
.connection-fltr{
    background:#F7F7F7;
    border-radius: 6px;
}
.score-font{
    font-weight: 900;
    font-size: 50px;
    letter-spacing: 3px;
}
.score{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.read-more-link b{
    font-weight: 500 !important;
    color: #3D70B2;
    cursor: pointer !important;
}
.kudos-p{
    font-weight: 400 !important;
    line-height: 1.5 !important;
    font-size: .95rem !important;
    color: #344258 !important;
}
.story-time{
    font-size: .8rem;
    color: #757a91;
}
.profile-img{
    width: 142px;
    height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
    border-radius: 50%; border: 1px solid #e8e8e8;
    aspect-ratio: 1 / 1;
}
.profile-img img{
    max-width: 100%;
    max-height: 100%;
}
/* .search-input{
    padding-left: 36px !important;
} */
.search-icon{
    position: absolute;
    top: 0;
    /* left: 0; */
    /* right: 6px; */
    /* right: 79px; */
    right: 5px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .search-box .flex-block{ */
.header-search-box .flex-block{
    display: flex;
    align-items: center;
    transition: all .3s;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: .65rem;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    background: #fff;
}
/* .search-box .flex-block img{ */
/* .header-search-box .flex-block img{
    height: 42px;
    width: 42px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
} */
.header-search-box .flex-block .flex-block-meta{
    margin-left: 10px;
}
.header-search-box .flex-block .flex-block-meta .action-link{
    font-size: 1rem;
    color: #393a4f;
    transition: all .3s;
}
.header-search-box .flex-block .flex-block-meta .action-link:hover{
    font-weight: 500;
    color: #000;
}
.header-search {
    position: relative;
    width: 23%;
    float: left;
    left: 15%;
}
.company-search{
    width: 30% !important;
}

.header-search form{
    /* padding: 25px 0px; */
    padding: 25px 0px 0px 0px;
}

.header-search-box{
    z-index: 10;
    position: absolute;
    background: #fff;
    width: 100%;
    /* width: 84%; */
    max-height: 300px;
    overflow: auto;
    padding: 20px;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1), /* left shadow */
                5px 5px 10px rgba(0, 0, 0, 0.1),  /* right shadow */
                0 5px 10px rgba(0, 0, 0, 0.2);
}
.primary-button-size{
    /* width: 200px; */
    width: 270px;
    font-size: 1rem !important;
}
.introjs-tooltip {
    min-width: 300px;
}
.profile-company-content .dropdown{
    width: 100%;
}
.responsive-search{
    display: none;
}
.responsive-search .search-icon{
    right: 2%;
}

.switch-field {
    display: flex;
    /* margin-bottom: 36px; */
    overflow: hidden;
    /*border-radius: 8px;*/
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;

    margin-bottom: 0px !important;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: var(--theme-color-3);
    color: #fff;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}
.switch-field label {
    background-color: rgb(61 112 178);
    border: 6px solid rgb(61 112 178);
    border-radius: 0 !important;
    box-shadow: none;
    padding: 11px 16px;
    color: #fff
}
.switch-field input:checked + label {
    background-color: #fff;
    color: #000;
    box-shadow: none;
}
.switch-sm label{
    padding: 5px 5px;
}
.iti{
    display: block !important;
}
.avatar-wrap img {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: contain !important;
}
.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.btn-danger:hover {
    background: #ffffff !important;
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.friend-box .link-text {
    color: #344258;
    /* font-size: calc(0.8vw + 0.30rem); */
    font-size: calc(0.5vw + 0.30rem);
}
#mobile::placeholder{
    color: transparent;
}
.no-active-link{
    pointer-events: none;
}
.thumb  a img, .select-img{
    object-fit: contain;
}
.reaction-container {
    position: relative;
    display: inline-block;
}

.like-button {
    width: 30px;

    /* background-color: #1877f2;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px; */
}

/* Emoji Container Styling */
.emoji-container {
    width: max-content;
    position: absolute;
    bottom: 30px;
    left: 0;
    display: none; /* Hide emojis initially */
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.emoji {
    width: 40px;
    padding: 5px;
    cursor: pointer;
}

.emoji:hover {
    transform: scale(1.4);
}

/* Show emojis on button hover */
.reaction-container:hover .emoji-container {
    display: flex;
    gap: 8px;
}
.comments-wrap{
    display: none;
}
.comments-wrap .image img{
    height: 36px;
    width: 36px;
    min-width: 36px;
    border-radius: 50%;
}
@media (max-width: 987px) {
    .friend-box .link-text {
        color: #344258;
        font-size: calc(0.8vw + 0.60rem);
    }
}
@media (max-width: 600px) {
    .friend-box .link-text {
    font-size: 0.75rem; /* Minimum font size for smaller screens */
    }
}
@media (min-width: 992px) {
    header .navbar{
        position: relative;
    }
    .company-nav li a{
        padding: 10px 0px !important;
    }
}
@media(max-width: 991px){
    .profile-sidebar-content{
        margin: auto;
    }
}
@media (max-width: 988px) {
    header{
        padding-bottom: 10px;
    }
    .img-logo{
        max-width: 100px !important;

    }
    .notification-icon{
        display: block !important;
    }
    .score-icon{
        display: block !important;
    }
    .notification-popup {
        /* top: 141px; */
        top: 80px;
        right: 0;
        left: auto;
        /*width: 204px*/;
        width: 250px;
    }
    header .notification-menu{
        display: none !important;
    }
}
@media (max-width:1412px) {
    .header-search{
        display: none;
    }
    .responsive-search{
        display: block;
    }
    .my-profile-btn{
        display: none;
    }
    .my-profile-btn-res{
        display: block !important;
    }
}
@media (max-width: 988px) {
    .my-profile-btn{
        display: block;
    }
    .my-profile-btn-res{
        display: none !important;
    }
}
@media (min-width: 988px) {
    .notification-icon {
        right: 2%;
        top: 15px;
    }
}
@media (min-width: 1220px) {
    .notification-icon {
        /* right: 13%; */
        right: 9%;
        top: 15px;
    }
}

@media(max-width:768px){
    .logo-img{
        width: 250px !important;
    }
    .page-heading h3{
        font-size: 21px;
    }
    .profile-responsive{
        text-align: center;
    }
    .profile-img-responsive{
        width: 150px;
        height: 150px;
    }
    #arrow{
        width: 30px;
        height: 30px;
    }
    .responsive-invitaion-btn{
        display: block;
    }
    .row.no-gutters {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}
@media (max-width: 425px) {
    .score-font{
        font-weight: 600;
        font-size: 25px;
        letter-spacing: 2px;
    }
    .primary-button-size{
        width: 100% !important;
    }
}
@media (max-width: 1224px) {
    .container {
        max-width: 1170px !important;
    }
}
