.overlay{
    position: absolute;
    /* top: 0;
    left: 0; */
    width: 15%;
    height: 100%;
   /* z-index: 10; */
    /*background-color: rgba(0,0,0,0.5); dim the background*/
  }
 
  /*added css for gizmo*/
  .obit-controls-gizmo {
    position: absolute;
    top: 2em;
    right: 2em;
    z-index: 1000;
    background-color: #FFF0;
    border-radius: 100%;
    transition: background-color .15s  linear;
    cursor: pointer;
}

.obit-controls-gizmo.dragging, 
.obit-controls-gizmo:hover {
    background-color: rgba(145, 148, 148, 0.2);
}

.obit-controls-gizmo.inactive {
    pointer-events: none;
    background-color: #FFF0  !important;
}

.btn-styled {
    background-color: #f9f9f9;color: #0e0907;width: 19em !important;height: 35px;border-top: none;
    border-right: 6px solid rgb(201, 238, 250);border-left: 6px solid rgb(201, 238, 250);border-bottom:0.5px solid #BEBEBE;text-align: left;padding-left: 20px;}
.btn-styled:hover{
    background-color: #F0F0F0
}

.sampleimage {
    width:149px; 
    height:169px; 
    max-width: 100%; 
    max-height: 100%;
}
.sampleimagediv {
    width:151px; 
    height:171px;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.sampleimagediv:hover .caption {
    display: block;
}
.sampleimagediv:hover{
    border:1px solid #0a6aa1;
    cursor: pointer;
}

.locationimagediv {
    width:131px; 
    height:141px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    
}
.locationimagediv:hover .caption {
    display: block;
}
.locationimagediv:hover{
    cursor: pointer;
}
.caption {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: hwb(0 0% 100%);
    padding: 25px;
    text-align: center;
}

#loadSampleModelsContainer :last-child {
    border-bottom: 6px solid rgb(201, 238, 250);height: 35.5px
}
  
.dropdown-content {
    position: fixed;
    background-color: #f9f9f9;
    min-width: 140px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    top: 0;
    right: 0;
    margin-top: 4em;
    margin-right: 12em;
}

.dropdown-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}