/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #28b78d;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #00ffb3;
}

html {
    height: 100%;
}

/* Open edit  */
body 
{
    /* background-image: linear-gradient(to top, #17dcff 0%, #e078d6 100%); */
    background-image: url("../assets/image/anh.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.dad 
{
    border-radius: 0 0 10px 10px;
    width: 100%;
    background-color: #28b78d;
       /* background-color: #00000017; */
    display: flex;
    justify-content: flex-end;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
#title
{
    font-size: 35pt;
    padding: 5px 0;
}
.tabcontent
{
    padding: 10px 0;
}
#ten,#noidung
{
    margin: 5px 0 0 0;
}

#noiquy
{
    background-color:transparent;
    border: none;
}

footer
{
    color: white;
}
footer div a 
{
    text-decoration: none;
    color: white;
}
footer div
{
    background-color: rgba(1, 31, 0, 0.658);
    padding: 5px 0;
    border-radius: 15px 15px 0 0;
    text-align: center;
}
footer div a:hover{
    font-weight: 600;
    color: #28b78d;
}
.filter {
    border-radius:15px;
    position: relative;
    /* top: 0;
    left: 0;
    transform: translate3d( 0, 20%, 0 );
    width: 100%;
    height: 60%;
    z-index: 30;
    -webkit-backdrop-filter: blur(10px); */
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
}

.scape{
    margin: 1rem;
}

/*  */

.btn{
    width: 100%;
}

h1 {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.bgrtext {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.473);
    height: 400px;
    border-radius: 10px;
    overflow: auto;
    user-select: none;
}
.covertext {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";   
    font-weight: 620;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    height: auto;
    margin-left: 30px;
    margin-right: 20px;
}

.covertext h2 {
    font-size: 1.8rem;
    color: rgb(0, 0, 94);
    text-transform: uppercase;
}

.nutlike {
    position: fixed;
    bottom: 100px;
    left: -1px;
    z-index: 31;
}

@media screen and (max-width: 767px)
{
    .navbar-toggler 
    {
        border: 1px solid white;
    }
    .custom-toggler .navbar-toggler-icon {
    Background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
    }
    #title
    {
        font-size: 30px;
        text-align: center;
    }
    body {
        font-size: 10pt;
        background-size: 800px; 
    }
    .navbar-toggler
    {
        font-size: 12pt;
    }

    .bttn-fill.bttn-md 
    {
        font-size: 16px;
        font-family: inherit;
        padding: 5px 12px;
    }
}