article {
    display: flex;
}

.col-lg-3.col-12 .row {
    padding-left: 20px;
}

.cad-icon {
    height: 40px;
    cursor: pointer;
}

#modalWindow {
    display: none;
}

#modalWindow.show {
    display: block;
}

#modalWindow {
    display: none;
}

#modalWindow.show {
    display: flex;
    flex-direction: column;
    background-color: rgba(128, 128, 128, 0.449);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}


#exitModalButton {
    width: 60%;
    background: #051e50;
    height: 30px;
    justify-content: end;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    transition:all 0.2s ease-in-out;
    cursor: pointer;
    font-size: 40px;
}



.els-cont {
    display: grid;
    position: relative;
    width: 500px;
    height: 560px;
    padding: 20px;
    background-color: white;

}

.cad-container {
    padding-top: 20px;
    margin: 0px 3px;
}

.d-none.d-lg-block.col-print-3.col-12 {
    color: #616161;
}

button {
    border: none;
}

#ifCad3d.hide, #drawingCont.hide, #imageCont.hide {
    display: none;
}

#ifCad3d.show, #drawingCont.show, #imageCont.show {
    display: flex;
}


#ifCad3d, #imageCont {
    height: 500px;
    width: 480px;
    max-width: 480px !important;
}

#imageCont {
    overflow: hidden;
    object-fit: contain;
}



#fullscreenBtn {
    position: absolute;
}

.buttons {
    position: relative;
    display: flex;
    gap: 5px;
}


#cad_download_btn {
    -webkit-text-size-adjust: 100%;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    color: #FFFFFF;
    background-color: #051e50;
    padding: 10px 43px;
    transition:all 0.2s ease-in-out;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#cad_download_btn:hover,
#showCad:hover, 
#showImage:hover,
#showDrawing:hover,
#fullscreenBtn:hover {
    background-color: #03112e;
}

#cad_format {
    -webkit-text-size-adjust: 100%;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-indent: 0.01px;
    appearance: auto;
   width: inherit;
    height: 44px;
    padding-inline: 10px 20px;
    border: 1px solid #D8D8DA;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cad-selection {
    display: flex;
    width: 100%;
}

#showCad, 
#showImage, 
#showDrawing, 
#fullscreenBtn {
    height: 40px;
    width: 40px;
    background-color: #051e50;
    color: white;
    opacity: 1;
    transition:all 0.2s ease-in-out;
    border-radius: 4px;
}

#fullscreenBtn {
    display: none;
    margin-top: 5px;
}

#fullscreenBtn.show {
    display: grid;
    align-items: center;
}

#showCad i::before, 
#showImage i::before, 
#showDrawing i::before, 
#fullscreenBtn i::before {
    font-size: 20px;
}

#showCad.active, 
#showImage.active, 
#showDrawing.active {
    background-color: white;
    color: #051e50;
    border: 1px solid #051e50;
}

#downloadCadMessage {
    margin-top: 10px;
}

a#downloadHere {
    color: #051e50;
    text-decoration: underline;
    font-weight: bold;
}

#loader {
    display: none;
    position: relative;
    width: 25px;
    height: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 7px solid;
    border-color: #214ea7 #051e50;
    animation: l1 1s infinite;
  }
  @keyframes l1 {to{transform: rotate(.5turn)}}
  
  #loader.show {
    display: block;
  }

  .cad-button {
    display: grid;
    align-items: center;
  }

  .cad-download-msg-container {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .c-block-05__foot {
    height: 34px;
    margin-top: 0 !important;
  }

  #cad_download_btn.disabled {
    user-select: none;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #bebebe;
    color: black;
    border-color:#bebebe;
  }

  .content-frame {
    display: grid;
    justify-content: center;
    align-content: center;
    width: 480px;
    height: 500px;
  }

  /* .imageWrapper_TnUXP {
    max-height: max-content;
  } */

  .cad-section {
    width: 100% !important; 
    height: 660px;
  }

  .ProductPDFDocuments_productPDFDocuments__item__TYG0Z {
    width: 300px;
  }