.header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #2c3335;
    color: #ecf0f1;
    padding: 0 15px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-left:200px;
    padding-right:200px;
}

.header-logo {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 28px;
    margin-right: 20px;
}
.header-logo a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    text-decoration: none;
    color: white;
    transform: translateY(-1px);
}
.header-logo a:hover{
    transition: .3s ease;
    color:#48dbfb;
}

.header-links {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.header-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6vw;
    height: 50px;
    line-height: 50px;
}
.header-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    font-size: 16px;
}
.header-link a:hover{
    transition: .3s ease;
    color:#48dbfb;
}

.header-link-dropdown-content {
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 256px;
    background-color: #2d3436;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius:16px;
    z-index: 1;
    box-sizing: border-box;
}
.header-link-dropdown-content a {
    display: block;
    height:32px;
    color: white;
    text-decoration: none;
    padding-left:10px;
    line-height: 32px;
}
.header-link-dropdown-content a:hover {
    transition: .3s ease;
    color:#48dbfb;
}


.header-login{
    display:inline-block;
    width:128px;
    height:40px;
    background-color:transparent;
    color:#48dbfb;
    border:1px solid #48dbfb;
    border-radius:20px;
    text-align:center;
    line-height:40px;
    text-decoration: none;
}
.header-login:hover{
    transition: .3s ease;
    background-color: #48dbfb;
    color:white;
}
.header-get-started{
    display:inline-block;
    width:128px;
    height:40px;
    background-color:#48dbfb;
    color:white;
    border:1px solid #48dbfb;
    border-radius:20px;
    text-align:center;
    margin-left:5px;
    line-height:40px;
    text-decoration: none;
}
.header-get-started:hover{
    transition: .3s ease;
    background-color: #48dbfb;
    color:white;
}


.header-account-button{
    display:inline-block;
    width:128px;
    background-color:#8395a7;
    color:white;
    border:none;
    border-radius:75px;
    text-align:center;
    line-height: 42px;
}
.header-account-content  {
    display: none;
    position: absolute;
    background-color: #2d3436;
    min-width: 256px;
    border-bottom-left-radius:16px;
    z-index: 1;
    top:50px;
    text-align:left;
    margin-left:-128px;
    padding:5px;
}
.header-account-content a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    height:32px;
    border-radius:16px;
    padding-left:10px;
}
.header-account-content a i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: white;
}
.header-account-content a:hover {
    background-color: #48dbfb;
    color: white;
}
.header-account-content a:hover i {
    color: white;
}


@media (max-width: 1227px) {

    .header-login{
        display: none;
    }
    .header-get-started{
        display: none;
    }
    .header-links{
        display:none;
    }
    .header-account-button{
        display:none;
    }
    .dashboard-menu-sidebar{
        display:none;
    }


    .toggle-button{
        display: inline-block !important;
    }

    .header-logo {
        width:100%;
        text-align:center;
    }
}

@media (min-width: 1227px) {
    .sidebar {
        display: none;
        transform: translateX(-100%);
    }

    .toggle-button {
        display: none;
    }
}
  

.toggle-button {
    display: none;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-color:#8395a7;
    color: white;
    border: 0px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    box-sizing: border-box;
}
.toggle-button:hover{
    transition: .3s ease;
    background-color:#48dbfb;
    color:white;
    cursor: pointer;
}


.dashboard-mobile-menu{
    display:none;
    position:absolute;
    height:100%;
    width:256px;
    left:0px;
    background-color: #2d3436;
    color: #ecf0f1;
    padding:5px;
    z-index: 100;
    border-radius:16px;
}
.dashboard-mobile-menu a{
    display:block;
    width:100%;
    height:32px;
    text-decoration: none;
    color:white;
}
.dashboard-mobile-menu a:hover{
    transition: .3s ease;
    color:#48dbfb;
}


.sidebar {
    position: fixed;
    top: 50px;
    right: -250px;
    left: auto;
    width: 250px;
    height: 100%;
    background-color: #2c3335;
    color: white;
    transition: right 0.3s ease;
    z-index: 2000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.sidebar-link {
    position: relative;
    text-decoration: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
.sidebar-link a {
    text-decoration: none;
    color: white;
    display: inline-block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-left: 5px;
}
.sidebar-link a:hover {
    transition: .3s ease;
    color: #48dbfb;
}
.sidebar-dropdown-content {
    position: absolute;
    top: 0;
    right: 250px;
    width: 250px;
    height: auto;
    background-color: #2c3335;
    display: none;
    padding-left: 5px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.sidebar-dropdown-content a {
    display: inline-block;
    height: 40px;
    width: 100%;
    line-height: 40px;
}
.sidebar-dropdown-content a:hover {
    transition: .3s ease;
    color: #48dbfb;
}
.sidebar.active {
    right: 0;
}


.header-sidebar-login a{
    display:inline-block;
    height:32px;
    width:100%;
    height:40px;
    width:240px;
    line-height: 40px;
    text-align:center;
    color:#48dbfb;
    text-decoration: none;
    border:1px solid #48dbfb;
    border-radius:20px;
    margin-left:5px;
    margin-bottom:5px;
}
.header-sidebar-login a:hover{
    transition: .3s ease;
    background-color:#48dbfb;
    color:white;
}
.header-sidebar-get-started a{
    display:inline-block;
    height:32px;
    width:100%;
    height:40px;
    width:240px;
    line-height: 40px;
    text-align:center;
    color:white;
    text-decoration: none;
    background-color:#48dbfb;
    border-radius:20px;
    margin-left:5px;
}
.header-sidebar-get-started a:hover{
    transition: .3s ease;
    background-color:#48dbfb;
    color:white;
}
.sidebar-account-button{
    display:inline-block;
    height:32px;
    width:100%;
    height:40px;
    width:240px;
    line-height: 40px;
    text-align:center;
    background-color:#8395a7;
    color:white;
    text-decoration: none;
    border-radius:20px;
    margin-left:5px;
    margin-bottom:5px;
}
.sidebar-account-content{
    position: absolute;
    top: 0;
    right:250px;
    width:250px;
    height:auto;
    background-color: #2c3335;
    display: none;
    padding-left: 5px;
    border-bottom-left-radius:16px;
}
.sidebar-account-content a{
    display:inline-block;
    width:100%;
    height:32px;
    line-height: 32px;
    color:white;
    text-decoration:none;
    text-align:left;
}
.sidebar-account-content a:hover{
    transition: .3s ease;
    color:#48dbfb;
}