 .vv-header-main {
    padding: 20px;
    border-bottom: 1px solid #d3d3d3;
    background-color: #fff;
}

#vv-custom-header-logo img {
    width: 150px;
}

#vv-logo-hamburger-container {
    display: flex;
    justify-content: space-between;
}
#vv-header-hamburger-icon{
    z-index: 1000005;
    cursor: pointer;
}

#vv-header-nav-main {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #5060F6;
    z-index: 1000005;
}

#vv-header-nav-container {
    margin: 20px;
}

#vv-header-close-container {
    display: flex;
    justify-content: right;
    margin: 40px 20px 0 0;
}
#vv-header-close-icon{
    cursor: pointer;
}

/*-------when logged out-------*/
.vv-nav-menu-list-container {
    display: flex;
    justify-content: center;
}

.vv-header-menu-list {
    text-align: center;
    margin: 200px 0 0 0;
    padding: 0;
}

.vv-header-menu-list li {
    list-style-type: none;
    margin-bottom: 20px;
}

.vv-header-menu-list li:last-child {
    margin-bottom: 0;
}

.vv-header-menu-list a {
    text-decoration: none;
    color: #fff;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.vv-services-button-dropdown-container {
    display: none;
}

/*-------when logged in-------*/
#vv-menu-logged-in-container{
    margin-top: -80px;
}

.credit-matchpoint-balance{
    margin-bottom: 20px;
}
/*--Logout Button---*/
.logout-global-btn .sc_button {
  /* background-color: #D0D0FF !important; */
  background-color: #EFEFFF !important;
  width: fit-content !important;
  height: 38px !important;
  padding: 0 28px;
}
.logout-global-btn .sc_button_title{
  color: #000 !important;
}
.logout-global-btn .sc_button::after {
  margin-left: 11px !important;
  color: #000 !important;
}
.logout-global-btn .sc_button:hover{
  background-color: #5060F6 !important;
}
.logout-global-btn .sc_button:hover .sc_button_title{
  color: #fff !important;
}
.logout-global-btn .sc_button:hover::after{
  color: #fff !important;
}

@media only screen and (min-width: 900px) {
    .vv-header-main {
        display: flex;
        justify-content: center;
    }
    .vv-header-main-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 800px;
    }

    #vv-custom-header-logo img {
        width: 226px;
    }

    #vv-header-hamburger-icon {
        display: none;
    }

    /*--------Navigation Menu-----*/
    #vv-header-nav-main {
        display: block;
        position: initial;
        background-color: initial;
        height: initial;
        width: initial;
    }

    #vv-header-close-container {
        display: none;
    }

    /*-------when logged out-------*/
    #vv-menu-logged-out-container {
        display: flex;
        align-items: center;
    }

    .vv-nav-menu-list-container {
        display: flex;
        justify-content: center;
    }

    .vv-header-menu-list {
        text-align: initial;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .vv-header-menu-list li {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .vv-header-menu-list li:last-child {
        margin-right: 0;
    }

    .vv-header-menu-list a {
        color: #000;
        font-size: 16px;
    }

    .vv-services-button-dropdown-container {
        display: initial;
        position: relative;
    }

    #vv-services-form-button-container {
        background-color: #5060F6;
        margin-left: 20px;
        width: 180px;
        height: 52.2px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    #vv-form-dropdown-container {
        display: none;
        z-index: 10;
    }

    #vv-services-form-button-container:hover+#vv-form-dropdown-container {
        display: initial;
    }

    #vv-form-dropdown-container:hover {
        display: initial;
    }

    #vv-services-form-button-container span {
        font-family: "Kumbh Sans", sans-serif;
        font-size: 16x;
        font-weight: 700;
        color: #fff;
        margin-right: 8px;
    }

    #vv-form-dropdown-container {
        position: absolute;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 1px 1px #BDBDBD;
        right: 0;
    }

    #vv-form-dropdown-container ul {
        width: fit-content;
        margin: 0;
        padding: 0;
    }

    #vv-form-dropdown-container ul li {
        list-style-type: none;
        width: fit-content;
        min-width: 300px;
        border-bottom: 1px solid #BDBDBD;
        padding: 10px;
    }

    #vv-form-dropdown-container ul li a {
        text-decoration: none;
        color: #1F242E;
        font-family: "Kumbh Sans", sans-serif;
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        height: 100%;
    }

    /*-------when logged In-------*/
    #vv-menu-logged-in-container{
        margin-top: 0;
    }
    #vv-credit-logout-main-container{
        display: flex;
        align-items: center;
    }
    .credit-matchpoint-balance{
        margin: 0 20px 0 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: fit-content;
    }
}

@media only screen and (min-width: 1200px) {
    .vv-header-main-container {
        width: 1100px;
    }
}

@media only screen and (min-width: 1439px) {
        .vv-header-main-container {
        width: 1260px;
    }
}