.permission-background {
    /* width: 100%; */
    height: 500px;
    margin-top: -50px;
    margin-left: 0px;
    padding-top: 50px;
    background: white;
}

.access-denide-text {
    font-size: 46px;
    font-weight: bold;
}

.lock-item {
    border-radius: 50%;
    border: lightgray solid thin;
    padding: 30px;
    background-color: lightgray;
}

.earth {
    width: 170px;
    height: 150px;
    position: absolute;
    z-index: 10;
    margin-left: 0px;
    margin-top: 0px;
    /* left: 2; */
}

.earth2 {
    width: 170px;
    height: 150px;
    position: absolute;
    z-index: 10;
    margin-left: -10px;
    margin-top: -10px;
    /* left: 2; */
}

.text-earth {
    color: white;
    text-shadow: black 2px 2px 2px;
    position: absolute;
    z-index: 10;
    margin-left: 37px;
    margin-top: 47px;
    /* left: 5; */
}

.text-earth2 {
    color: white;
    text-shadow: black 2px 2px 2px;
    position: absolute;
    z-index: 10;
    margin-left: 28px;
    margin-top: 38px;
    /* left: 5; */
}

.message-icon {
    width: 70px;
    height: 75px;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.message-icon:hover {
    /* opacity: 0.8;
    filter: alpha(opacity=40); */
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.7));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.chat-box {
    width: 350px;
    height: 450px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    border: lightgray solid thin;
    box-shadow: 2px 2px 4px lightgray;
    margin-bottom: 5px;
    margin-right: 10px;
    background-color: white;
    padding-top: 2px;
    display: none;
    background-image: url("../images/logo/chat6.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-color: #006666; */
    /* background: white;
    background: -webkit-linear-gradient(white, #FF69B4);
    background: -o-linear-gradient(white, #FF69B4);
    background: -moz-linear-gradient(white, #FF69B4);
    background: linear-gradient(white, #FF69B4); */
}

.close-chat {
    color: rgb(22, 37, 37);
    font-weight: bold;
    cursor: pointer;
}

.close-chat:hover {
    color: black;
}

.input-chat {
    position: fixed;
    bottom: 0;
    margin-bottom: 10px;
    height: 40px;
    width: 295px;
    padding-left: 15px;
    border: lightslategray solid thin;
    border-radius: 5px;
    padding-top: 7px;
    display: block;
}

.input-chat:focus {
    border-color: black;
    outline-offset: 0px;
    outline: none;
}

.sent-message {
    position: fixed;
    bottom: 0;
    margin-bottom: 17px;
    font-size: 28px;
    margin-left: 300px;
    cursor: pointer;
    color: white;
}

.show-chat {
    height: 365px;
    margin-top: -5px;
    padding-right: 10px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.show-chat::-webkit-scrollbar {
    display: none;
}

.chat-message {
    font-size: 14px;
    word-wrap: break-word;
    max-width: 270px;
    padding-top: 5px;
    float: right;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-left: 20px;
    min-height: 35px;
    border-radius: 10px 10px 1px 10px;
    margin-bottom: 10px;
    /* background-color: #98FB98; */
    background-color: #CCFFCC;
    box-shadow: 2px 2px 3px gray;
    color: black;
}

.chat-message-admin {
    font-size: 14px;
    word-wrap: break-word;
    max-width: 270px;
    padding-top: 5px;
    float: left;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: 20px;
    min-height: 35px;
    border-radius: 10px 10px 10px 1px;
    margin-bottom: 10px;
    /* background-color: #FFCC66; */
    background-color: #FFFF99;
    box-shadow: 2px 2px 3px gray;
    color: black;
}

.image-first-page {
    width: 80%;
    margin-top: 100px;
}

.first-page {
    padding: 20px;
}

.upload-button {
    color: white !important;
    text-shadow: 1px 1px 3px black;
    height: 50px;
    padding-top: 13px;
}

@media screen and (max-width: 768px) {
    .sidenav {
        display: none;
    }
    .earth {
        /* width: 100px;
        height: 85px; */
        width: 100px;
        height: 85px;
        margin-left: -10px;
        margin-top: 0px;
    }
    .earth2 {
        /* width: 100px;
        height: 85px; */
        width: 100px;
        height: 85px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .text-earth {
        margin-left: 9px;
        margin-top: 25px;
        font-size: 10px;
        /* left: 5; */
    }
    .text-earth2 {
        margin-left: 19px;
        margin-top: 27px;
        font-size: 10px;
        /* left: 5; */
    }
    .image-first-page {
        width: 105%;
        margin-top: 50%;
        margin-left: -10px;
    }
}