
#builderOptionsButton{
    position: relative;
    height: 66px;
  }
  
  #builderBlockBackground{
    position: absolute;
    width: 325px;
    height: 50px;
    border-color: #B5BDC7;
    border-width: 1px;
    border-style: solid;
    top: -10px;
  
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  
  #cameraButton1{
    height: 42px;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 157px !important;
    background-color: white;
  
    border-width: 1px;
    border-color: #DADEE3;
    border-style: solid;
  
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #17181b;
  
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  
    transition: 0.3s;
  }
  
  #cameraButton1:hover {
    color: #17181b;
    background-color: #fdfbf5;
    border-color: #ffb608;
    opacity: 1;
  }
  
  #cameraButton2{
    height: 42px;
    position: absolute;
    top: 3px;
    left: 163.51px;
    width: 157px !important;
    background-color: white;
  
    border-width: 1px;
    border-color: #FFFFFF;
    border-style: solid;
  
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #17181b;
  
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  
    transition: 0.3s;
  }
  
  #cameraButton2:hover {
    color: #17181b;
    background-color: #fdfbf5;
    border-color: #ffb608;
    opacity: 1;
  }
  
  .lineWidthFirstBlock{
    color: #000000;
    width: 373px;
    position: relative;
    border-top: 1px solid #F3F3F3;
  }
  
  
  
  