﻿.hidden > div {
    display: none;
}

.visible > div {
    display: block;
}


ul, #myUL1, #myUL2 {
    list-style-type: none;
    color: #081A2A;
    margin-left: 20px;
}

li {
    color: #081A2A;
    margin-left: 10px;
    margin-top: 5px;
}

#myUL1, #myUL2 {
    margin: 0;
    padding: 0;
}


.nested {
    display: none;
}

.active {
    display: block;
}


@font-face {
    font-family: "Edwardian Script";
    src: url(fonts/EdwardianScriptITC.ttf);
    src: url(fonts/ITCEDSCR.TTF);
}

.proImg {
    width: 100%;
    border-radius: 20px;
    /*margin-left: -10px;*/
    min-height: 190px;
    max-height: 260px;
}

.proImgL {
    width: 100%;
    border-radius: 20px;
    min-height: 190px;
    max-height: 260px;
}

.proImgR {
    width: 100%;
    border-radius: 20px;
    min-height: 210px;
    max-height: 280px;
}

.proImg1 {
    width: 100%;
    border-radius: 20px;
    /*margin-left: -10px;*/
}

.three-dot {
    transform: rotate(90deg) translateX(5px);
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.container {
    position: relative;
    text-align: center;
    color: black;
    margin-left: -10px;
}

.img {
    border-radius: 20px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 15pt;
    color: #081A2A;
}



.footer {
    position: fixed;
    padding-top: 5px;
    left: 0px;
    bottom: 100px;
    height: 100px;
    width: 100%;
    text-align: center;
    vertical-align: central;
}

.imgcss {
    width: 90px;
    height: 110px;
    object-fit: cover;
}

Imagebutton {
    border: none;
    cursor: pointer;
    outline: none;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.8;
    z-index: 9999;
}


