@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500&family=Ubuntu&display=swap');
.btn{
    font-family: 'Ubuntu', sans-serif;
    width: max-content;
}

a:-webkit-any-link {
    color: #2b3c4e;
    cursor: pointer;
    /*text-decoration: underline;*/
}

a:hover {
    color: green;
    cursor: pointer;
    /*text-decoration: underline;*/
}

.form-button {
    margin-top: 100px;
}

.notification-inactive{
    width: 30px;
    height: 30px;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    opacity: 0.7;
    filter: grayscale(0.8);
}
.notification{
    width: 40px;
    height: 40px;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
    /*opacity: 0.5;*/
}

.number-in-dropdown{
    position: relative;
}

.user-data{
    font-size: 20px;
    
}

.user-data.crews{
    font-size: 18px;
}



.notification:hover{
    /*box-shadow: 4px 4px 4px #AAEF85;*/
    width: 42px;
    height: 42px;
    
}
.footer{
            padding-top: 100px; 
            font-size: 13px;
            text-align: right; 
            width: 100%;
            margin-top: 300px;
            z-index: -10; 
        }

.h1-title{
    font-weight: normal;
}

#logo-icon {
    
    /* width: inherit;  */
    max-width: 150px;
    max-height: 75px;
    border-radius: 3px;
    
}

#screen-block-shopwindow {
    
    width: 100%;
    /* max-width: 90%; */
    margin-top: 15px;
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


.screen-block-adjustment{
    
    margin-top: 10px;
}

.buttons-shopwindow {
    
        border-radius: 30px;
    
    width: auto;
    height: fit-content;
    align-content: center;
        padding: 10px 15px 10px 15px;
    transition: 1s ease;
    margin-right: 15px;
    background-color: #ddd;
}

.social-icons{
    width: 17px;
    filter: invert(1);
}

.logo-footer-img{
    width: 130px;
    
}

.buttons-shopwindow:hover {
    background-color: #425b76;
    color: white
    
}

#top-banner {
    justify-items: center;
    text-align: center;
    padding-bottom: 50px;
}

#hat-bar {
    width: 90%;
}

.logo-top-bar{
    
    width: 150px;
    
}

#top-bar-block {
    align-items: center;
    width:100%;
    display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #8080806b;
    
    
}

#main-block {
    width: 90%;
    /* justify-content: center; */
    align-items: center;
    display: flex;
    flex-direction: column;
}

.dropdown-top:hover .dropdown-content{
    display: block;
    
    
}
.dropdown-top{
    position: relative;
}

#left-panel-sections{
    overflow-y: auto;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: -30px;
  top:40px;
  z-index: 105;
}
.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: #e7ffde;
    padding: 10px;
    box-shadow: 2px 2px 4px rgba(3, 3, 1, 0.4)
}


#form-container {
    padding-left:25px;
    padding-right: 25px;
    width: max-content;
    /*    display: flex;*/
    /*flex-wrap: wrap;*/
    
}

@media (max-aspect-ratio: 1/1) {
  #form-container {
     max-width: inherit;  
  }
}


.shared-icon{
    top: 0;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 3px;
    background-color: white;
}

.data-block-profile {
        
        
    max-width: 95%;
}

.block-in-center {
    width: 80%;
}

#preloader{
    min-width:100%;
    min-height:100%;
    display:none;
    justify-content:center;
    align-items:center;
    z-index:15;
    opacity:0.5;
    background:#8C8C8C;
  position: fixed;
  
}

@keyframes circle1{
  25%{
    transform: translate(20px,0px);
  }
  50%{
    transform: translate(20px,20px);
  }
  75%{
    transform: translate(0px,20px);
  }
  100%{
    transform: translate(0px,0px);
}
}
@keyframes circle2{
  0%{
    transform: translate(20px,20px);
  }
  25%{
    transform: translate(0px,20px);
  }
  50%{
    transform: translate(0px,0px);
  }
  75%{
    transform: translate(20px,0px);
  }
  100%{
    transform: translate(20px,20px);
  }
}



.circle{

  position:absolute;
  border:none;
  border-radius:100%;
  background:green;
  padding:10px;
  animation: circle 3s infinite;
  z-index:16;
}
#first-circle{
  animation:circle1 2s infinite;
}
#second-circle{
  animation:circle2 2s infinite;
}

.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: 3px solid green;
    
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 22px;
    height: 22px;
}

.dropdown-content a:hover {
  background-color: #B5D6AD;
  color: darkgreen;
  /*font-weight: bold;*/
  cursor: pointer;
  /*box-shadow: 1 1 1px green;*/
}

/*.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: white;
    font-family: 'Avenir Next', sans-serif;
    z-index: 0;
    overflow:scroll; 
    overflow-x: hidden;
    margin: 0px;  
    /*transition: 1s;*/
}


::-webkit-scrollbar {
  width: 5px;
      height: 10px;
      
  
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: 0 0 1px grey;*/
  border-radius: 2px;
  
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 2px;
  /*opacity: 0.50;*/
}

button {
    /*border: white;*/
    padding: 10px;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c5c9c1;
    letter-spacing: 0.2px;
    text-align: center;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0, 100, 0, 0.3);
    
    
}

button:hover {
    /*background: #AAEF85;*/
    /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);*/
    
    box-shadow: 5px 5px 10px rgba(0, 100, 0, 0.3);
    
}


.bar{
    
    width:95%;
    display:flex;
    
  
}
#first-bar-content{
    width:100%;
    justify-content: space-between;
}

.data-block {
    /*display: inline-block;*/
    width : 470px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
    flex-direction: column;
        border: solid 1px grey;
    border-radius: 4px;
}

@media (max-aspect-ratio: 1/1) {
  .data-block {
     max-width: inherit;
  }
}



#first-bar{
    height: 48px;
  display: flex;
  width: 100%; 
  background-color: #fffefe;
  color:#61526e;

  font-family:Roboto;
  font-size:20px;
  font-weight: bold;
  justify-content: center;
    border-bottom: solid #e2e2e2;
    position: fixed;
    z-index: 100;

  
}
a {
    border:0;
    outline: none;
   }
#second-bar{
   display: none;
    background: #C5E0B4;
    width:100%;
    height:40px;
    /*display: flex;*/
    justify-content: center
}

#footer {
       height: 60px;
    color: white;
    display: contents;
    z-index: 20;
}

.profile-edit{
    position: relative;
    margin: 0;
}

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: Black;*/
    padding-top: auto;
    padding-bottom: 12px;
}

#avatar-img{
    cursor: default;
    
}

.avatar-img{
    border-radius: 50%;
    width: -webkit-fill-available;
    height: 100%;
}

/*#user-name:hover {*/
/*    color: blue;*/
/*}*/

a[href^="https://"]:hover {
  color: rgb(255, 255, 255);
}

#button-eventer-img{
        bottom: 6%;
    width: 100px;
    opacity: 80%;
    border-radius: 14px;
    
}

#button-eventer-img:hover{ 
    opacity: 100%;
}

#on-top-button{
    left:40px;
    bottom: 3%;
    position:absolute;
}

#create-tripzz-btn:hover{
    box-shadow: 4px 4px 4px 3px;
}

#create-tripzz-btn{
    right: 2%;
    bottom: 7%;
    z-index:10;
    outline: 0;
    align-items:center;
    font-weight:bold;
    font-family:Roboto;
    font-size:13px; 
    border-radius: 14px;
    color:#71B149;
        z-index: 101;
        position: fixed;
}

.user-card-list{
    background-color: white;
    padding: 5px;
    border: solid 1px #acc;
    border-radius: 5px;
    margin-bottom: 13px;
}

.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;
  max-width:123px;
  
}
#avatar-img{
    width:100%;
    height:100%;
    border:solid 3px #AAEF85;
  border-radius: 100%;
  object-fit: cover;
}

#btn-adding-new{
    display: flex;
    justify-content: center;
    margin-bottom: 7px
}

.btn-adding-new{
    display: flex;
    justify-content: center;
    margin-bottom: 7px
}

#right{
  display:flex;
  justify-content: right;
  align-items: center;
  padding:0;
  margin-right: 15px;

}


.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;
    margin-left: 15px;
}
#icon{
  align-self: center;
  max-height: 70%;
  
} 

#icon-company-block{
    display:flex;
    align-items:center;
    margin-left: 5px;
    
}

#icon-company {
    max-height: 42px;
    align-self: center;
    
}
#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: 40px;
  width: 40px;
  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:30px 30px;
    animation:none;
    opacity:1;

}
.point-move{
    background-size:50px 50px;
    animation:none;
    opacity:1;
    padding:25px;
    border:none;
}
.viewed-point{
    background:#83BD75;
    background-size: contain;
}
.point-with-photo{
    background:none;
    background-size: contain;
    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;
    border: solid 0.5px grey;
    
}

.full-screen-window {
    /*display:inline-block;*/
    display: none;
    /*visibility: hidden;*/
    background-color: white;
    opacity: 100%;
    position: absolute;
    position: flex;
    top: 20%;
    /*right: 15%; bottom: 50%; left: 25%;*/
    width: 550px;
    height: 400px;
    z-index: 11;
}
.full-screen {
    /*display:inline;*/
    display: none;
    background-color: #e2e2e2;
    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;*/
        padding: 20px;
    border: solid 2px #9995a0;
    height: fit-content;
    z-index: 110;
}

.full-screen-show {
    display:inline;
    /*z-index: 105;*/
}

#btn-block{
    display: flex;
    padding: 15px;
    justify-content: space-around;
}

.btn-block-on-form{
    display: flex;
    padding: 15px;
    justify-content: space-around;
    
}

.btn-on-forms{
    display: block;
    margin: auto;
    height: fit-content;
    width: 88px;
}


.button-on-section {
    /*margin-left: 10px;*/
    float: right;
    /*background: #C5E0B4;*/
    background-color: rgb(197, 224, 180, 0);
    border: 2px solid transparent;
    cursor: pointer;
    box-shadow: none;
}

.subtitle-on-viewer {
    
}

.line-in-blocks-empty{
    display: block;
    height: 20px;
    width: 100%;
}

#input-crew-captain{
    margin-bottom: 10px;
}


#main{
 min-width: 700px;   
 width: 100%;
 padding-left: 5%;
 padding-right: 5%;
    
}

.title-timing-block{
    display: block;
    color: #237d4a;
    background-color: #ffffffb5;
}

.inline {
    display: inline-block;
}

.block {
    display: inline-block;
    max-width: 180px;
    opacity: 1;
}

lable{
    /*display:block;*/
    color: green;
    font-family: Verdana;
}

.notification-window {
    width: 80%;
}

.button-on-section-inactive {
    /*margin-left: 10px;*/
    float: right;
    background: transparent;
    border: 2px solid transparent;
    color: grey;
    box-shadow: none;
}

.button-on-section-inactive:hover {
    background: none
}

.avatar-block{
    align-items: center;
    margin: auto;
    background: white;
    border: none;
}

.input-user-info {
    border: solid 1px green;
    /*width: 98%;*/
    /*width: -webkit-fill-available;*/
    
}

.time-on-profile{
    font-size: 12px;
    
}

.section-with-multiple-options{
        display: flex;
    align-items: baseline;
}

.btn-block-profile{
   display: flex; 
   flex-flow: column; 
   align-items: center
}

/*.input-user-info{*/
    
/*}*/

#account-image {
    display: block;
    position: relative;
    top: 0;
    max-width: 70px;
    transition: 2s ease;
    margin: 5px;
    /*transition-delay: 0.5s;*/
}

#account-image:hover {
    /*cursor: wait;*/
    max-width: 300px;
    
}

#main-name {
    display: block;
    position: relative;
    top: 0;
}

.on-top {
    position: absolute;
    top:0;
}

/*.image-container {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center; */
/*}*/


.button-on-section:hover {
    background: #548235;
    color: white;
}


/*.title-in-profile{*/
/*    font-size: 20px;*/
/*}*/

#mode-toggle {
    /*margin-left: 5%;*/
    z-index:10;
    height: auto;
    display: flex;
    align-items: center;
}



/*#best-mode {*/
/*    opacity: 30%;*/
/*}*/

/*#events-mode {*/
/*    font-weight: bold;*/
/*}*/

.mode-label {
            font-size: 10px;
    margin-right: 5px;
    margin-left: 5px;
    /*margin-bottom: 5px;*/
    color: green;
    padding: 3px;
        }

.toggle-container {
                display: inline-block;
    position: relative;
    width: 35px;
    height: 20px;
    background-color: #13a845;
    border-radius: 20px;
    cursor: pointer;
    /* margin-top: 15px; */
    /*margin: auto;*/
        }

.toggle-slider {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: #AAEF85;
    border-radius: 50%;
    transition: 0.3s;
}

#toggleContainer:active {
    outline: none;
}


#toggleSlider:active {
    outline: none;
}

.crews-line-in-menu{
    background-color: green;
}

.shared-icon-on-PC {
    border-radius: 15%; 
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    margin-top: 5px;
    margin-right: 3px;
    background-color: white;
    padding: 3px;
    
}

.score-on-icon-gallery{
        color: green;
    left: 22px;
    position: absolute;
    z-index: 100;
}

.score-icon-on-PC{
        border-radius: 15%;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.3);
    margin-top: 5px;
    margin-right: 3px;
    background-color: rgba(224, 195, 0, 1);
    padding: 3px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    /* border-color: black; */
    /* border: 2px; */
    border: 4px solid white;
    width: 17px;
    height: 17px;
    
    
}

.score-icon-on-PC-my-portfolio{
    border-radius: 25%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    margin-right: 2px;
    background-color: rgba(224, 195, 0, 1);
    /* padding: 3px; */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    /* border-color: black; */
    /* border: 2px; */
    border: 4px solid white;
    width: 40px;
    height: 40px;
    margin-left: 3px;
    font-size: 19px;
}


.panel-icons-menu-title{
    
    font-size: 14px;
    
    
}

.btn-success{
    
    margin-bottom: 10px;
    padding: 10px;
        font-size: 14px;
    font-weight: 500;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c5c9c1;
    letter-spacing: 0.2px;
    text-align: center; 
    box-shadow: 2px 2px 5px rgba(0, 100, 0, 0.3);
    
}

#upload-avatar{
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.pop-up-notes{
    position: absolute;
    font-weight: 200;
    /* top: 60px; */
    right: 0;
    font-size: 20px;
    color: #000;
    background-color: #eff57b;
    opacity: 1;
    display: none;
    width: auto;
    min-width: 140px;
    z-index: 20;
    transition: 1s;
    /* opacity: 95%; */
    padding: 12px;
}


.sub-sub-title-in-menu{
    
    font-size: 16px;
    padding-left: 19px;
}

.crew-list-in-menu{
    background-color: green;
    opacity: 80%;
    padding-right: 10px;
    padding-bottom: 10px;
}

.question-note{
    
    font-size: 13px;
    /* border-width: 33px; */
    border: 3px solid #92e592;
    border-radius: 7px;
    background-color: white;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    background-color: #effff4;
    z-index: 10;
    
}

.pin-block:hover >.pop-up-notes{
    /*opacity:0.9;*/
    
    display: block;
    /*background-color: green;*/
    /*box-shadow: 0 0 3px grey;*/
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
}

.icon-block{
    display : flex;
}

.icon-block:hover >.pop-up-notes{
    /*opacity:0.9;*/
    
    display: block;
    /*background-color: green;*/
    /*box-shadow: 0 0 3px grey;*/
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
}

.block-info:hover >.pop-up-notes{
    /*opacity:0.9;*/
    
    display: block;
    background-color: white;
    color: black;
    /*box-shadow: 0 0 3px grey;*/
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
}

#search{
    margin-left: 30px;
    /*align-items: baseline;*/
    display: flex;
    
}
#searchInput{
    height: 20px;
    max-width: 300px;
    width: 200px;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none; 
    transition: 1s;
}

#searchInput:focus {
    transition: 1s;
    padding: 5px;
    box-shadow: 2px 2px 1px lightgreen;
        }
        
.icon-block{
    position: relative;
}

.btns-on-report{
    margin-left: 5px;
}

#report-page{
    background-color: rgba(255, 255, 255, 1);
    width: 600px;
    max-width: 100%;
    /*height: 800px;*/
    left: auto;
    /*display: none;*/
    position: absolute;
    z-index: 21;
    opacity: 100%;
    overflow-x: auto;
    border: 10px solid white;
    box-shadow: 3px -1px 14px grey;
}

#report-background{
    background-color: rgba(255, 255, 255, 0.48); 
    display: none; 
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    justify-content: center;
    
}

#screen-block{
    display: flex;
    margin-top: 63px;
    left: 220px;
    z-index: 0;
    position: absolute;
    z-index: 1;
    width: -webkit-fill-available;
    padding-bottom: 150px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    transition: opacity 3s ease;
    transition: left 1s ease;
}

/*@media (max-width: 767px) {*/




.unitBlock-list{
    background-color: white;
    padding-left: 5px;
    border-radius: 8px;
    padding-right: 2px;
}





.left-dashb-blocks{
    display: flex;
    flex-direction: column;
}

.left-panel-section-title{
    display: flex;
    align-items: center;
    font-weight: 700;
    height: auto;
    margin-top: 15px;
    font-size: 13px;
    /*white-space: nowrap;*/
}

.left-panel-title-image{
    height: 30px;
    width: 30px;
    margin-left: 3px;
    margin-right: 7px;
    padding-bottom: 3px;
    opacity: 0.4;
    
}


#left-dashboard{
    display: flex;
    background-color: #e1e1e1fa;
    width: 0px;
    margin-top: 48px;
    height: -webkit-fill-available;
    transition: width 0.6s ease;
    position: fixed;
    z-index: 100;
}

#left-dashboard:hover{
    box-shadow: 5px 5px 5px lightgrey;
}

#screen-cover{
    
    z-index:101;
    width: -webkit-fill-available;
    height: 100%;
    position: absolute;
    left: 220px;
    top: 52px;
    right:0;
    /*background-color: green;*/
    
}


.line-in-blocks-left-dashboard{
     margin-bottom: 4px;
     margin-left: 40px;
     
     
    
    
}

#aboutMe{
    width: 97%;
    margin-left: 1%;
    margin-right: 1%;
}

.line-in-blocks-left-dashboard:hover{
    background-color: #9cde71; 
}

a.line-in-blocks-left-dashboard{
    
    width: 152px;
    overflow: hidden;
}

a.line-in-blocks-left-dashboard:hover{
    
    color: white;
    
}

#screen-frame{
    position : fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.panel-activation{
    width: 30px;
    /*background-color: green;*/
    z-index: 2;
    margin-top: 2px;
    
}

.panel-activation-icon{
    margin-left: 3px;
    position: absolute;
}

.panel-sections{
    left: -25px;
    position: relative;
    margin-top: 5px;
    overflow: hidden;
    
}



.download-pdf-icon{
    
    width: 20px;
    height: 20px;
    z-index: 3;
    position: relative;
    margin-left: 49px;
        margin-left: 49px;
    margin-top: auto;
    margin-bottom: auto;

}




.download-pdf-title{
    display: flex;
    align-items: baseline;
        overflow: hidden;
    width: 200px;
}

.active-page{
    background-color: #9cde71;
}

.button-in-blocks{
    background-color: green;
    color: white;
}

.status-icon{
        padding: 3px;
    background-color: white;
}


.icon-block-on-list{
    position: absolute;
    width: 28px;
    
}

.icon-block-on-list:hover >.pop-up-notes{
    /*opacity:0.9;*/
    
    display: block;
    /*background-color: green;*/
    /*box-shadow: 0 0 3px grey;*/
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
}