

*,*: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.jpg");
    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;
}

#logo {
    padding-left: 5px;
    vertical-align: middle;
  }
  
  #logo-description {
    color: #404040;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    margin-right: 30px;
    font-weight: bold;
  }
  
  #url-bar {
    height: 50%;
    background-color: #ededee;
    border-bottom: 1px solid lightgray;
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: scroll;
    text-overflow: ellipsis;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  #url-bar::-webkit-scrollbar {
    display: none;
  }
  
  #ssl-padlock {
    user-select: none;
    padding-left: 8px;
    margin-right: 8px;
  }
  
  #domain-name {
    color: black;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  #domain-path {
    color: #878383;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  #title-bar-width {
    width: 100%;
    height: 10%;
  }
  
  #title-bar {
    padding: 0 10px;
    user-select: none;
    text-align: center;
    height: 50%;
    background-color: #f6f6f6;
    cursor: none !important;

    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  #content {
    width: 100%;
    height: 90%;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  
  #window {
    color: red;
    background-color: transparent;
    border-radius: 7px 7px 7px 7px;
    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;
  }

  .outer {
    background: #b4b4b4;
    opacity: 0.9;
    padding: 5px 5px 5px 8px;
    border-radius: 7px 7px 0px 0px;
  }
  .outer.dark {
    background: #273138;
  }
  .outer.dark .dot {
    background: #4a5c66;
  }
  .outer.yosemite {
    background: #f6f6f6;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #b4b4b4;
  }

  .dots {
    float: left;
  }
  
  .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f9f9f9;
    border-radius: 50%;
    margin: 0 4px 0 0;
  }
  .dot.red {
    background: #ff6057;
    border: 1px solid #e14640;
  }
  .dot.amber {
    background: #ffbd2e;
    border: 1px solid #dfa123;
  }
  .dot.green {
    background: #27c93f;
    border: 1px solid #1dad2b;
  }
  

  :-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;
}
