.notebookdropdown {
/*font-family: 'IBM Plex Sans', sans-serif;*/
font-family: RiformaLLWeb-Regular;
/*display:inline-block;*/
display: flex;
font-weight: 400;
vertical-align: middle;

}

.notebookdropdown_button {
        position: relative;
    white-space: nowrap;
    color: rgb(80,80,80);
    text-align: left;
    /*width: 360px;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-color: white;
    overflow-x: hidden;
    background-color: white;
    /*font-size: 15px;*/
    /*height: 48px;*/
    font-size: 15px;
    line-height: 24px;

    border-style: solid;
    border-width: 0px;
    border-color: #f0f2f5;
    box-sizing: border-box;
    border-radius: 3px;

    border-radius: 100px;
    background: var(--color-background-primary, #EBEBEB);
    backdrop-filter: blur(12px);
    text-overflow: ellipsis;
}
.dropdown_with_value .notebookdropdown_button {
    border-color: #454DF6;
    border-width: 0px;
    overflow-y: hidden;
    background-color: #454DF6;
    color: var(--color-text-invert-primary);
}
.notebookdropdown_button_small {
  width: 80px;
}
.notebookdropdown_button:after{
  content: ' ';
  background-image: url(../img/notebookdropdown_icon.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
  display: block;
  /*background-color: var(--color-background-primary, #EBEBEB);*/
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0;
  top:0;

}

.notebookdropdown-options {
  display: none;
   border-color: rgb(235, 235, 235);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0px 7px 20px rgba(0,0,0,0.1);
  
  list-style-type: none;
  padding:0px;
 
  text-align: left;
  max-height: 352px;
  min-width: 360px;
  overflow-y:auto;
  overflow-x:hidden;
  position: absolute;
  margin:0;
  z-index:9999;

}
.notebookdropdown-options li {
  display: block;
  margin:0;
  
  font-size: 15px;
  display: block;
  padding:10px;
  padding-left:40px;
  padding-right:20px;
   min-width: 204px;
  color:rgb(47,47,47);
}
.notebookdropdown-options .dropseparator {
  font-size: 15px;
    display: block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 204px;
    color: rgb(177, 177, 177);
    user-select: none;
    text-transform: uppercase;
}

.notebookdropdown-options li:hover {
  background-color: rgb(248,248,248);
   transition-property: background-color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}
.notebookdropdown-selected {
  background-image: url(../img/notebookcheck.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 16px;
}
.notebookdropdown-title {
  font-size: 12px;
    color: rgb(100,100,100);
    padding: 6px;
}
.notebookdropdown-options input {
  margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: -5px;
    padding: 8px;
    padding-right: 50px;
    vertical-align: top;
    font-size: 15px;
    border: 0;
    border-bottom-style: solid;
    border-bottom-color: rgb(230,230,230);
    border-bottom-width: 1px;
    width: 100%;
    color: rgb(80,80,80);
    height: 47px;
    
    background: url(../img/search.png) no-repeat ;
    background-size: 16px;
    background-position: top 16px right 16px;
  
}  

.notebookdropdown-options input:focus {
outline: 0;


}
.wrap-dropblocks{
  display: flex;
  gap: 4px;
  flex-flow: row wrap;
}
.dropblock {
  /*width: 360px;*/
  /*height: 48px;*/
  /*margin-right: 4px;*/
  display: inline-block;
  /*width: 188px;*/
  width: 211px;
}

.block:last-child,.dropblock:last-child {
  margin-right: 0px;
}

/*.dropblock {
    width: 264px;
  }*/
  .notebookdropdown_button {
    /*width: 264px;*/
    /*width: 200px;*/
    /*width: 188px;*/
    width: 211px;
    
  }
  .notebookdropdown-options {
    /*min-width: 264px;
    width: 264px;*/
    min-width: 188px;
    width: fit-content;
  }

  #editiondrop .notebookdropdown-options{
    width: 216px;
  }
  .notebookdropdown-options li {
    min-width: 264px;
    box-sizing: border-box;
  }



.notebookdropdown-options::-webkit-scrollbar       {background-color:rgb(252,252,251);width:18px}
.notebookdropdown-options::-webkit-scrollbar-track {background-color:rgb(252,252,251)}
.notebookdropdown-options::-webkit-scrollbar-thumb {background-color:#babac0;border-radius:6px;border:4px solid rgb(252,252,251)}
.notebookdropdown-options::-webkit-scrollbar-thumb:hover {background-color:rgb(45,45,45);}

@media only screen and (max-width : 1200px)
{
  .dropblock {
    /*width: 232px;*/
    width: 345px;
  }
  .notebookdropdown_button {
    /*width: 232px;*/
    width: 345px;
  }
  .notebookdropdown-options {
    min-width: 232px;
    /*width: 232px;*/
    width: 345px;
  }
  .notebookdropdown-options li {
    min-width: 232px;
    box-sizing: border-box;
  }

  

}


@media only screen and (max-width : 798px)
{
  .dropblock {
    
    width: 342px;
    max-width: 91%;
  }
  .notebookdropdown_button {
    
    width: 342px;
  }
  .notebookdropdown-options {
    
    
    /*width: 231px;*/
  }
  
}

@media only screen and (max-width : 375px)
{
 .dropblock {
    
    max-width: 100%;
    width: 100%;
  }
  .notebookdropdown_button {
    
    width: 100%;
  }

  .notebookdropdown-options {
        
    max-width: 90%;
  }

}

