

*,*:before,*:after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: Arial, Helvetica, sans-serif;
    cursor: none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.background-section{
    background: url("../img/facebook");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 100vh;
    width: 100vw;
}


.background-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn{
  cursor: pointer;
}



#title-bar {
    height: 50%;
    background-color: #d6dae0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    user-select: none;
    cursor: none !important;
  }
  
#title-bar .title-left-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#title-bar .title-right-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

  #logo {
    padding-left: 5px;
    vertical-align: middle;
  }
  
  #logo-description {
    color: black;
    font-size: 14px;
    vertical-align: middle;
  }
  
  #minimize {
    color: black;
    font-size: 12px;
    padding: 9px 15px 7px 15px;
  }
  
  #square {
    color: black;
    font-size: 22px;
    padding: 0px 15px 5px 15px;
  }
  
  #exit {
    color: black;
    font-size: 15px;
    padding: 7px 17px 7px 17px;
  }
  
  #url-bar {
    height: 50%;
    background-color: #f1f3f4;
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: scroll;
    text-overflow: ellipsis;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-bottom: 1px solid lightgray;
  }
  
  #url-bar::-webkit-scrollbar {
    display: none;
  }
  
  #ssl-padlock {
    user-select: none;
    padding-left: 8px;
    margin-right: 8px;
  }
  
  #domain-name {
    color: #000000;
    font-size: 14px;
  }
  
  #domain-path {
    color: #7c7c7c;
    font-size: 14px;
  }
  
  #title-bar-width {
    width: 100%;
    height: 10%;
  }
  
  #content {
    width: 100%;
    height: 90%;
  }
  
  #window {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 90%; /* title bar height + content height */
    width: 90%;
    cursor: none !important;
  }

  :-webkit-full-screen #window{
    height: 100%;
    width: 100%;
  }

  :-webkit-full-screen body{
    overflow: hidden;
  }




  .conf-di-ovrly{
    display: none;
  }

  .dlg-wdw-ovrly{
    position:fixed;text-align: center; overflow: auto; height: 100vh;
  }

  .dlg_wdw * {
    position: relative;
}

.dlg_wdw {
    cursor: pointer;
    border:1px solid lightgray;
    background: white;
    border-radius: 10px;
    padding:15px;
    margin: 0 auto;
    margin-top: 20px;
    width:410px;
    font-size: 13px;
    text-align: left;
    box-shadow: 0px 0px 8px gray;
}

.dlg_wdw .dlg_wdw_txt {
    margin-bottom: 15px;
}

.dlg_logo {
    text-align: left;
    margin-bottom: 15px;
}
.dlg_logo img{
    width: 17px;
}
.dlg_btns .btn {
    font-size: 12px;
}

.conf-di-ovrly .dlg-wdw-ovrly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    font-family: sans-serif;
    background: rgba(0, 0, 0, 0.05);
}


.conf-di-ovrly .button {
    cursor: pointer;
    font-size: 13px;
}
