@font-face {
    font-family: azoSansRegular;
    src: url(/assets/FONT/AzoSans-Regular.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: azoSansBlack;
    src: url(/assets/FONT/AzoSans-Black.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: azoSansThin;
    src: url(/assets/FONT/AzoSans-Thin.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: azoSansMedium;
    src: url(/assets/FONT/AzoSans-Medium.ttf) format('truetype');
    font-weight: normal;
}


.investor-section-container {
}

.investor-section {
    display: flex;
}


.left-investor-section {
}

rightleft-investor-section {
}

#tabMenu::-webkit-scrollbar {
    display: none;
}

a {
    color: rgb(79, 79, 79);
    text-decoration: none;
    font-weight: bold;
}

#tabMenu {
    scrollbar-width: none;
}

.tugalogo {
    height: 100px !important;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 40px;
}

html {
    font-family: azoSansRegular;
    color: rgb(79, 79, 79);
    font-size: 12px;
}

body {
    margin: 0;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/assets/PNGs/1x/whitedotedbackground.png) no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
}

input {
    font-family: azoSansRegular;
    color: #909090;
    font-size: 16px;
}

.header {
    height: 60px;
    /* width: 87%;*/
    margin: auto;
    display: flex;
    align-items: center;
    flex-flow: row;
}

.backbutton {
    position: relative;
    z-index: 1;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
}

    .backbutton img {
        max-height: 100%;
        height: 25px;
        width: 14px;
        margin-top: 20px;
    }

.title {
    top: 10px;
    font-family: azoSansBlack;
    color: rgb(79, 79, 79);
    text-align: start;
    font-size: 30px;
    width: 87%;
    margin: auto;
    margin-bottom: 35px;
    position: relative;
}

.tabbedmenuParent {
    margin-top: 20px;
    height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tabbedmenu {
    width: 87%;
    border: 1px solid rgb(79, 79, 79);
    border-radius: 5px;
    white-space: nowrap;
    font-family: azoSansMedium;
    font-size: 11px;
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;
    overscroll-behavior: none;
}

    .tabbedmenu ::-webkit-scrollbar {
        display: none;
    }

.arlogo {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    height: 30px !important;
}

.tabbedmenu span {
    height: 21px;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 25px;
}

.selectedtabbutton {
    background-color: rgb(79, 79, 79);
    border: 2px solid rgb(79, 79, 79);
    border-radius: 4px;
    color: white;
}

.unselectedtabbutton {
}

.selectedtab {
    display: initial;
}

.unselectedtab {
    display: none;
}

.videocont {
    position: relative;
    width: 87%;
    margin: auto;
    height: 200px;
    margin-top: 35px;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#videoplayer {
    position: relative;
    width: 100%;
}

.othertext2 {
    position: relative;
    margin: auto;
    font-size: 12px;
    /*   width: 87%;*/
    text-align: left;
    font-style: italic;
}

.table1 {
    position: relative;
    margin: auto;
    margin-top: 75px;
    width: 87%;
}

.contentCont {
    overflow-y: scroll;
    height: 325px;
    margin-top: 35px;
}

.othertext {
    font-family: 'azoSansMedium';
    line-height: 15px;
    margin: auto;
    margin-top: 30px;
    text-align: left;
    font-size: 11px;
    /*width: 86%;*/
}

.lister li {
    margin-bottom: 10px;
}

.scrollnews figure {
    margin: 0px;
}

.scrollnews iframe {
    max-width: 100%;
    aspect-ratio: auto;
    height: 100%;
}

.imgTop img {
    max-width: 100%;
    aspect-ratio: auto;
    height: 100%;
}

.scrollnews img {
    max-width: 100%;
    aspect-ratio: auto;
    height: 100%;
}

#tab2 img {
    max-width: 100%;
    aspect-ratio: auto;
    height: auto!important;
}

.scrollnews audio {
    max-width: 100%;
}

.scrollnews table tr:first-child td:first-child {
    padding-top: 0px !important;
}

.introimg {
    max-width: 100% !important;
    margin-bottom: 25px;
    height: initial !important;
}

.smallplayer1 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}

.smallplayer2 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}

.smallplayer {
    width: 100px;
}

.solutiontext {
    margin-top: 5px;
}

.scrollnews {
    margin-top: 25px;
    height: 525px;
    overflow: auto;
}

.tugabutton {
    height: 25px;
    width: 75px;
    margin: auto;
    background-color: white;
    font-family: azoSansMedium;
    font-size: 10px;
    color: rgb(79, 79, 79);
    border: 1px solid white;
    font-weight: bold;
    border-radius: 4px;
    /*line-height: 23px;*/
}

.tugabutton2 {
    height: 30px;
    width: 100px;
    background-color: white;
    border: 1px solid rgb(79, 79, 79);
    border-radius: 7px;
    /*line-height: 28px;*/
    margin-top: 15px;
    display: block;
}

/*Responsive Footer Section*/

app {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

#app {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.pagewrapper {
    width: 100%;
    max-width: 750px;
    flex: 1 0 auto;
}

.copyright {
    font-family: azoSansRegular;
    color: rgb(203, 203, 203);
    font-size: 7px;
    flex-shrink: 0;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 360px) {
    app {
        align-items: initial;
    }

    #app {
        align-items: initial;
    }
}

@media (max-height: 760px) {
    .contentCont {
        overflow-y: scroll;
        height: 250px;
        margin-top: 35px;
    }
    /*    .scrollnews {
        height: 475px;
    }*/
}

@media (max-height: 700px) {
    .contentCont {
        overflow-y: scroll;
        height: 200px;
        margin-top: 35px;
    }
    /*    .scrollnews {
        height: 425px;
    }*/
}

@media (max-height: 600px) {
    .contentCont {
        overflow-y: scroll;
        height: 135px;
        margin-top: 35px;
    }
    /*    .scrollnews {
        height: 325px;
    }*/
}



/*End Responsive Footer Section*/
