*{
    box-sizing: border-box;
}

#topnav {
    height: 30px;
}

:root{
    --genericPage-color:#64c2e6;
    --genericPage-color2:#e1f6fe;
    --genericPage-color3:#e6f4f8;
    --tabColor1:#369bc5;
    --tabColor2:#9ed9ef;
    --tabColor3:#5cc0e5;
}



body{
    background-color:#d0d0d0;
    font-family: "Inter", sans-serif;
    color: rgb(0, 0, 0);
}

header#news {
    background-color: #6bbee0;
}

#footer, .Submenus-items__news {
    background-color: #6bbee0;
}


#medsection0{
    font-size: 14px;
/*    width:930px;*/
}

.Dashboard-container{
    position: relative;
    width: 1215px;
    height: max-content;
    background: url(https://cdn.ghanaweb.com/design/dashboard/bannerIMG.jpg);
    background-color: #ebebeb;
    background-repeat: no-repeat;
    margin: auto;
    padding: 15px 15px;
}

.dashboard-container-Inn{
    position: relative;
    width: 100%;
    height: 100%;
}


.Main-Dashboard {
    margin-top: 120px;
    width: auto;
    background-color: white;
    border-radius: 8px;
/*    padding: 10px;*/
}

.Name-section-dashboard {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}


.NameNphoto-container{
    display: flex;
    padding: 0 0 0 40px;
}

.Img-Con {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
/*    border: 3px solid white;*/
    margin-top: -79px;
    margin-right: 26px;
    background: #eee;
    text-align: center;
    display: table;
}
.Img-Con .name {
    display: table-cell;
    vertical-align: middle;
    font-size: 88px;
    color: #696f75;
}
.Img-Con img, .Notify-photo-Con img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.Tabs-container-dashboard{
    padding: 15px;
}

.Tabs-buttons-container{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
/*    padding: 20px 0;*/
}


.Tabs-Button {
    width: 22%;
    height: 152px;
    background-color: white;
    border-radius: 15px;
    filter: drop-shadow(0px 5px 5px rgb(0, 0, 0, 0.2));
    display: grid;
    align-content: center;
    text-align: center;
    margin: 15px;
}

/*.Tabs-Button img {
    width: 30%;
}*/

.Tabs-Button p {
    font-size: 16px;
}


.AllData-section-dashboard {
    width: 100%;
/*    height: 90px;*/
    border-top: 1px solid var(--genericPage-color);
    border-bottom: 1px solid var(--genericPage-color);
    margin-bottom: 10px;
    padding: 10px 20px;
}

.Alldata-Container{
    margin-top: 25px;
    display: flex;
}

.Alldata-tab {
    display: flex;
    align-items: self-end;
    margin-right: 12px;
}

.Alldata-tab:hover{
    color: var(--tabColor1);
    text-decoration: none;
}

.Alldata-tab p{
    margin: 0;
    margin-right: 3px;
    font-size: 12px;
    font-weight: 500;
}

.Alldata-tab img{
  width: 21px;
  margin-right: 5px;
}



.Tabs-container-dashboard{
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: var(--genericPage-color);
    border: 10px solid var(--genericPage-color3);
}

.Tabs-buttons-container a{
    text-decoration: none;
}

.Tabs-buttons-container a:hover, .Tabs-buttons-container a:hover .svg-icons{
    color: var(--tabColor1);
    fill: var(--tabColor1);

    transform: scale(0.98);
    transition: all 0.2ms ease-out;
}

svg {
    width: 30%;
}

.Tabs-buttons-container a:hover .st0{
    stroke: var(--tabColor1);
    fill:none;
}
.st0 {
    fill:none;
    stroke:#000;
    stroke-width:5;
    stroke-miterlimit:10;
}


.Name-Con h1 {
    font-size: 26px;
    margin: 11px 0 12px;
}

.Name-Con img{
    width: 21px;
    margin-right: 5px;
}

.Name-Con a{
    display: inline-flex;
    color: #919191;
    text-decoration: none;
}

.Name-Con .profile-btn:hover{
    text-decoration: none;
}

.Name-Con a:hover {
    text-decoration: underline;
}

.profile-btn{
    padding: 4px 15px;
    background-color: var(--tabColor1);
    border-radius: 6px;
    margin: 10px 0;
    color: #ffff !important;
    font-weight: 600;    
}

.profile-btn:hover{
    background-color: var(--tabColor2);
    color: #000000 !important;
}

.Side-Bar {
/*    width: 28.3%;*/
    background-color: var(--genericPage-color2);
    border-radius: 8px;
    overflow: hidden;
}

.side-TopSection, .side-MidSection, .side-BottomSection{
    padding:15px;
}

.side-MidSection, .side-TopSection{
    border-bottom: 2px solid var(--genericPage-color);
}

.side-TopSection {
    width: 100%;
    height: max-content;
}

.side-MidSection {
    padding: 20px 15px;
}

.mid-title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.mid-title a:hover{
    text-decoration: none;
    color: var(--genericPage-color);
}

.mid-title p{
    font-size: 15px;
    font-weight: 700;
}

.Notify-box {
    width: 100%;
    height: 70px;
    background-color: white;
    border: 2px solid var(--genericPage-color);
    border-radius: 14px;
    padding: 10px 15px 0px 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 18px 0;
}

.Notify-box:hover {
    transform: scale(1.02);
    text-decoration: none;
    color: #000000;
    filter: drop-shadow(5px 6px 5px rgb(0, 0, 0, 0.1));
}

.Notify-photo-Con{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.read-more-btn {
    font-weight: 600;
    padding: 2px 15px;
    background-color: var(--tabColor2);
    border-radius: 12px;
    font-size: 9px;
    position: absolute;
    top: -11px;
    right: 12px;
}

.Notify-box:hover .read-more-btn{
    background-color: var(--genericPage-color);
    color: white;
}

.Notify-text-Con p{
    font-size: 12px;
}

.Notify-text-box{
    width: 220px;
    height: 29px;
    overflow: hidden;
}

.Notify-timer{
    font-size: 9px !important;
    color: #919191;
    margin-bottom:2px;
}

.Notify-timer span {
    margin-left: 4px;
    width: 5px;
    height: 5px;
    background-color:#7fc7d9;
    border-radius: 50%;
    display: inline-flex;
}

.footer-class{
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: var(--tabColor1);
    bottom: 0;
    left: 0;
}

.side-BottomSection{
    width: 100%; 
}

.side-BottomSection h4{
    margin-bottom: 25px;
    margin-left: 4px;
} 

.Advert-Box {
    display: grid;
    place-content: center;
}

.Advert-Box img{
    border-radius: 6px;
}

.Headlines-Container {
/*    margin: auto;*/
/*    width: max-content;*/
    height: max-content;
/*    display: grid;*/
    place-content: center;
}

.Headlines-Cont-title {
    background-color: white;
    border-radius: 34px;
    border: 2px solid var(--tabColor1);
    padding: 10px 20px;
}

.Headlines-Cont-title {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.See-All-Btn{
    font-size: 14px;
    font-weight: 700;
    color: white;
    padding: 4px 8px;
    background-color: var(--tabColor1);
    border-radius: 50%;
    cursor: pointer;
}

.See-All-Btn:hover{
    color: rgb(0, 0, 0);
    background-color: var(--tabColor3);
}

.The-headlines{
    margin: 10px 0;
    padding: 10px 15px;
    background-color: white;
    border-radius: 10px;
    border: 2px solid var(--tabColor1);
}

.The-headlines a {
    display: block;
    width: 280px;
    overflow: hidden;
    height: 39px;
    margin: 5px 0px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    gap: 15px;
}

.The-headlines a:hover{
    text-decoration: none;
    color: var(--genericPage-color);
}

.headline-text img{
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.logout_link {
    display: none !important;
}


/* desktop CSS ends here ................................................................................*/















/* ...........................Mobile version CSS HERE ..................................................... */


/*@media screen and (min-width:360px) {
    .Tabs-Button {
        width: 47%;
        height: 125px;
        margin: 0 11px 11px 0px;
    }
    .Tabs-Button:nth-child(2n+0){
        margin-right: 0px;
    }
}*/

@media screen and (max-width:480px) {

    .Dashboard-container {
        width: 100%;
      height: fit-content;
      padding: 54px 20px;
    }

    .Main-Dashboard {
        margin-top: 125px;
        width: 100%;
        height: fit-content;
        position: relative;
        padding: 10px;
    }

    .Name-section-dashboard {
        height: 328px;
    }

    .Img-Con {
        margin: auto;
        margin-top: -115px;
    }

    .Name-Con {
        text-align: center;
    }

    .NameNphoto-container {
        display: block;
        padding: 0 0 0 0px;
    }

    .AllData-section-dashboard {
        width: 100%;
/*        height: 150px;*/
/*        padding: 10px;*/
    }

    .AllData-section-dashboard h4{
        text-align: center;
    }

    .Alldata-Container {
        margin-top: 20px;
        row-gap: 10px;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .Alldata-tab {
        display: flex;
        margin-right: 0;
    }

    .Alldata-tab p {
        margin: 0;
        margin-right: 7px;
        font-size: 13px;
        font-weight: 500;
    }

  /*  .Tabs-buttons-container {
        padding: 20px 0 10px;
    }*/

    .Tabs-Button {
        width: 48%;
        height: 140px;
        margin: 0 4% 4% 0;
    }
    .Tabs-Button:nth-child(2n+0){
        margin-right: 0px;
    }
    .Tabs-container-dashboard {
        height: fit-content;
        border: 5px solid var(--genericPage-color3)
    }


    .footer-class{
       display: none;
    }
    .Side-Bar {
        display: none;
    }
    .Tabs-Button p {
        font-size: 13px;
        color: #000;
        margin-top: 0;
    }
    .Tabs-buttons-container a {
        padding: 0 20px;
    }
    svg {
        width: 50%;
    }
    .logout_link {
        display: block !important;
        position: absolute;
        right: 10px;
        top: 10px;
        display: block;
    }
    .logout_link img {
        width: 24px;
    }
}
@media screen and (max-width:344px) {
    .Tabs-Button {
        width: 100%;
        height: 130px;
        margin: 0 0 11px;
    }
}
/*@media screen and (max-width:800px) {
    .Dashboard-container {
        width: 100%;
    }
}*/

#navContainer {
    background: #6bbee0;
}
#footer_menu_item_wrapper {
    background: #64c2e6;
}

header {
    background: #64c2e6;
}
.media-scroller {
    background-color: #2dace0;
}