﻿
.main-header {
    background-color: #f1f4fb;
}

.navbar-nav .form-control {
    padding-right: 75px;
    border-radius: 16px 0 0 16px;
}

.btn-search {
    display: flex;
    padding-right: 15px;
    align-items: center;
    border: transparent;
    border-radius: 0 16px 16px 0;
    background: #f8f9fd;
    text-decoration: none;
}

.header-notification-icon-wrapper {
    background-color: #F1F4FB;
    border-radius: 20px;
    padding: 12px 18px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.notification-counter {
    position: absolute;
    top: 20px;
    right: 535px;
    background-color: #D80027;
    padding: 0px 9px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.dropdown-menu.notification-onboarding {
    display: none;
    position: absolute;
    top: 75px;
    left: 1150px;
    background: white;
    border: 2px solid #E9F0F4;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    width: 400px;
    padding: 10px;
    border-radius: 16px;
}

.notification-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #19233C;
    cursor: default;
}

.finish-onboarding {
    cursor: pointer !important;
}

    .finish-onboarding:hover {
        color: #243257;
    }

.no-notifications {
    text-align: center;
    margin-top: 10px;
}

.dropdown-item-new {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.red-dot {
    padding: 4px;
    border-radius: 50%;
    background-color: red;
    margin-top: 10px;
}

.notification-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #DBE6EC;
    border-radius: 16px;
    width: auto;
    padding: 10px 12px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    border-color: #D1C89E;
    gap: 20px;
    max-width: 700px;
}

.notification-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #19233C;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.notification-main-wrapper-warning .close-icon {
    cursor: pointer;
}

.search-box-wrapper {
    display: flex;
    background: white;
    border: 1px solid #DBE6EC;
    border-radius: 15px;
    height: 40px;
    width: 450px;
}

    .search-box-wrapper .btn-search img{
        width: 15px
    }

    .search-box-wrapper input {
        background: transparent !important;
        padding-block: 0px !important;
    }

    .search-box-wrapper .btn-search {
        background: transparent;
        margin-right: -35px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 25px;
        z-index: 1;
    }


@media screen and (max-width: 1300px) {
    .notification-main-wrapper-warning .notification-wrapper {
        gap: 7px;
    }

    nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
        gap: 10px;
    }
}
