@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500&family=Ubuntu&display=swap');
.btn{
    font-family: 'Ubuntu', sans-serif;
}

input[type="checkbox" i] {
    cursor: pointer;
}

.notification-inactive{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    position: relative;
    opacity: 0.5;
}
.notification{
    width: 40px;
    height: 40px;
    margin-left: 5px;
    position: relative;
    /*opacity: 0.5;*/
}

.number-in-dropdown{
    position: relative;
}

.notification:hover{
    box-shadow: 4px 4px 4px #AAEF85;
    width: 42px;
    height: 42px;
    
}
.footer{
            padding-top: 100px; 
            font-size: 13px;
            text-align: right; 
            width: 100%;
        }

.h1-title{
    font-weight: normal;
}

.dropdown-top:hover .dropdown-content{
    display: block;
    
}
.dropdown-top{
    position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: -30px;
  top:40px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a {
  color: black;
  /*padding: 12px 16px;*/
  text-decoration: none;
  display: block;
  width: 150px;
  /*position: absolute;*/
  /*left: -100px;*/
  font-weight: normal;
  background-color: white;
}

.notification-number-in-drop {
    position: absolute;
    left: 20px !important;
    bottom: 0 !important;
    font-size: 15px;
    background: yellow '!important';
    border-radius: 50%;
    border: 1px solid green;
    
    /*justify-content: center;*/
    /*align-items: center;*/
    /*text-align: center;*/
    width: 18%;
    height: 18%;
}

.notification-number{
    position: absolute;
    left: 30px;
    bottom: 0;
    font-size: 15px;
    background: yellow;
    border-radius: 50%;
    border: 1px solid green;
    
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 18px;
    height: 18px;
}

.dropdown-content a:hover {
  background-color: #B5D6AD;
  color: darkgreen;
  font-weight: bold;
  cursor: pointer;
}

/*.notification:hover + .notification-line{*/
/*    visibility: visible;*/
/*    opacity: 1;*/
    
/*}*/

/*.notification-line{*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*    transition: opacity 0.3s ease;*/
/*}*/
/*.notification-line:hover{*/
/*    visibility: visible;*/
/*    opacity: 1;*/
    
/*}*/


body,html{
    /*color:grey;*/
    width:100%;
    height:100%;
    background: #D3E7C6;
    font-family: 'Ubuntu', sans-serif;
    z-index: 0;
    overflow:scroll; 
    overflow-x: hidden;
}


::-webkit-scrollbar {
  width: 5px;
  
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: 0 0 1px grey;*/
  border-radius: 1px;
  
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 1px;
  opacity: 80%;
}

button {
    border: white;
}

button:hover {
    background: #AAEF85;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}


.bar{
    width:90vw;
    display:flex;
    
  
}
#first-bar-content{
    
    justify-content: space-between;
}

.data-block {
    display: inline-block;
    width : 470px;
}

#first-bar{
    height: 48px;
  display: flex;
  width: 100%; 
  background-color: #F2F2F2;
  color:#61526e;

  font-family:Roboto;
  font-size:20px;
  font-weight: bold;
  justify-content: center
  
  
}
a {
    border:0;
    outline: none;
   }
#second-bar{
   
    background: #C5E0B4;
    width:100%;
    height:40px;
    display: flex;
    justify-content: center
}

#footer {
    height : 60px;
    color: white;
}

p:hover {cursor: default;}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { color: darkgreen; }
a:active { text-decoration: none; }

#dashb-icon {
    width: 26px;
    height: 26px;
    padding: 7px;
}

#dashb-icon:hover {
    content: url("dashboard.png");
}
#user-name {
    color: grey;
    padding-top: auto;
}

#avatar-img{
    cursor: default;
}

/*#user-name:hover {*/
/*    color: blue;*/
/*}*/

a[href^="https://"]:hover {
  color: blue;
}

.n-buttons{
    outline: 0;
    display:flex;
    align-items:center;
    font-weight:bold;
    font-family:Roboto;
    font-size:13px;
    padding:0px 8px;
    color:#71B149;
}
.n-buttons:hover{
    color:green;
    cursor:pointer;
}

.a-buttons{
    outline: 0;
    display:flex;
    align-items:center;
    font-weight:bold;
    font-family:Roboto;
    font-size:13px;
    padding:0px 8px;
    color:#486632;
}
/*.a-buttons:hover{*/
/*    color:#AAD292;*/
/*    cursor:pointer;*/
/*}*/

#left{
  display:flex;
  
  
}
#avatar-img{
    width:100%;
    height:100%;
    border:solid 3px #AAEF85;
  border-radius: 100%;
}


#right{
  display:flex;
  justify-content: right;
  
  

}


.p-buttons{
  height: 32px;
  width: 32px;
  display:flex;
  align-content:center;
  justify-content: center;
  margin:8px;
  /*background-color: #61526e;*/
  background: white;
  transition: 1s;
  align-self: center;
  border:none;
  border-radius:100%;
}
.p-buttons:hover{
  cursor: pointer;
  
}

#create-img{
  align-self: center;
  height: 16px;
  width: 16px;
}
#my-tripzz-img{
  align-self: center;
  height: 16px;
  width: 16px;
}

#icon-href{
    display:flex;
    align-items:center;
}
#icon{
  align-self: center;
  max-height: 70%;
} 
#avatar-tripzz{
  display: flex;
  align-items: center;
 
  background-color: lightgrey;
  font-family:  Roboto,Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  border:solid 1px grey;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  color:white;
}



  
  #left-bar{
    display:flex;
    
    
  }
  
  
  
  
  



.point{

    opacity:0.6;
  z-index: 1;
  position:absolute;
  padding:15px;
    background:linear-gradient(149deg, #0E3EDA , #F473B9 ,#EFD345, #FFBDE6 , #FFDDEE );
    background-size: 1000%;
  border:white solid 4px;
  border-radius: 100%;
  animation:point-gradient 15s infinite;


  
}
.point-edit{
    background:none;
    background-size:20px 20px;
    animation:none;
    opacity:1;

}
.point-move{
    background-size:50px 50px;
    animation:none;
    opacity:1;
    padding:25px;
    border:none;
}
.viewed-point{
    background:#83BD75;
}
.point-with-photo{
    background:none;
    background-size:20px 20px;
    background-color:#83BD75;
    
}

@keyframes zoom-anim{
    100%{
        filter:blur(5px);
        transform:scale(2) translate(100px,100px);
        
        opacity:0.1;

    }
}
@keyframes unzoom-anim{
    100%{
        filter:blur(0px);
        transform:scale(1);
    }
}

@keyframes ring{
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  100% {
    width: 80px;
    height:80px;
    opacity: 0;
  }
}
.ring::before{
    content:"";
  border:#C4B4E4 solid 5px;
  border-radius:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  opacity:0;
  transition:1s;
  width: 80px;
    height:80px;
}
.ring::after{
    z-index:0;
    content:"";
  border:#C4B4E4 solid 5px;
  border-radius:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  opacity:0;
  transition:1s;
  animation:ring 1.5s infinite;
}
.unzoom-filter{
    transform:scale(3);
    filter:blur(5px);
}
.unzoom{
    transform:scale(3);
    filter:blur(5px);
    
    animation:unzoom-anim 0.5s;
}
.layerzoom{
    transform:scale(3);
    filter:blur(5px);
    
    max-height:100%;
    max-width:100%;
    position:absolute;
    z-index:-2;
}

@keyframes point-gradient{
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 90% 90%;
    }
    100% {
        background-position: 0% 0%;
    }
}
.step{
    flex:1;
    padding-top:10px;
    transition: 1s;
}

.active-navigation {
    color: #237D4A;
    font-weight: bold; 
    background: #D3E7C6;
    border-radius: 5px 5px 0px 0px;
}


#progressBar{
    display:flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    margin-top: 10px;

    
}

.full-screen-window {
    /*display:inline-block;*/
    display: none;
    /*visibility: hidden;*/
    background-color: white;
    opacity: 100%;
    /*position: absolute; top: 0; right: 0; bottom: 0; left: 0;*/
    position: fixed;
    top: 20%; right: 15%; bottom: 50%; left: 25%;
    width: 550px;
    height: 400px;
    z-index: 11;
}
.full-screen {
    /*display:inline;*/
    display: none;
    background-color: white;
    width: 100%; height: 100%;
    position: absolute; top: 0; right: 0; bottom: 0; left: 0;
    position: fixed;
    z-index: 10;
    opacity: 60%
}

.full-screen-window-show {
    display:inline-block;
    /*visibility: visible;*/
}

.full-screen-show {
    display:inline;
}


.button-on-section {
    /*margin-left: 10px;*/
    float: right;
    background: #C5E0B4;
    border: 2px solid transparent;
    cursor: pointer;
}

.subtitle-on-viewer {
    
}

.inline {
    display: inline-block;
}

.block {
    display: block;
}

lable{
    /*display:block;*/
    color: green;
    font-family: Verdana;
}

.button-on-section-inactive {
    /*margin-left: 10px;*/
    float: right;
    background: transparent;
    border: 2px solid transparent;
    color: grey;
}

#account-image {
    top: 0;
}
#main-name {
    top: 0;
}


.button-on-section:hover {
    background: #548235;
    color: white;
}


/*.title-in-profile{*/
/*    font-size: 20px;*/
/*}*/


