.modal-open {
overflow:hidden !important;
}
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow:hidden;
}

.lightbox-modal.show {
   display: flex !important;
  align-items:center;
  justify-content:center;
}

.lightbox-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);

  display: flex;
  flex-direction: column;
  overflow:hidden;
}

.lightbox-modal-content {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  overflow-y: auto;
}

.lightbox-modal-dialog-scrollable {
	overflow-y:auto;

}
.lightbox-modal-header{
	display:flex;
    flex-shrink:0;
    justify-content:space-between;
    align-items:center;
    padding:1rem 1rem;
  

}


.lightbox-modal-body{
	flex:1;
    padding:1.25rem;
    overflow-y:auto;
}



.lightbox-modal-title{
	margin:0;
    font-size:16px;
    line-height: 1.56;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;

}


@media (min-width: 768px) {
 .lightbox-modal-title {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .lightbox-modal-title {
    font-size: 20px;
  }
}


.lightbox-modal-close {
    background-image: url("../../../../../../content/dam/uob/Exit.svg");
    width: 30px;
    height: 30px;
    background-size:cover;
    background-repeat:no-repeat;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;

}

.lightbox-modal-footer{
	padding:1.25rem;
    text-align:right;

}


.lightbox-modal p,.lightbox-modal ul li {
  font-size: 13px;
  color:#212121;
  line-height:1.5;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;

}

@media (min-width: 768px) {
  .lightbox-modal p,.lightbox-modal ul li {
    font-size: 14px;
  }
}

.lightbox-modal-footer{
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;

    }
@media (min-width: 992px) {
  .lightbox-modal p,.lightbox-modal ul li {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .lightbox-modal p,.lightbox-modal ul li {
    font-size: 16px;
  }
}




.lightbox-btn-trigger {
    padding: 10px 20px !important;
    border-radius: 5px !important;
    background: #0084ff !important;
    font-weight: 500 !important;
    line-height: 1.57 !important;
    color: #ffffff !important;
    transition: all .3s ease !important;
    border: 2px solid transparent !important;
    cursor:pointer;
}
.lightbox-btn-trigger {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.lightbox-btn-trigger:hover {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .4);
    color: #ffffff;
}
.lightbox-btn-trigger:hover {
    background: #004585;
}

.lightbox-link-trigger {
    position: relative;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all 250ms ease-in-out;
}
.lightbox-link-trigger {
    font-weight: 700;
    line-height: 1.57;
    color: #0084ff;
    text-decoration: none;
    border: 2px solid transparent;
}
.lightbox-link-trigger{
    transition: all 250ms ease-in-out;
    position: relative;
}
.lightbox-btn-trigger, .lightbox-link-trigger {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px;
}

.lightbox-link-trigger:hover {
    text-decoration: none;
    background-size: 100% 1px;
}

a.lightbox-link-trigger:hover {
    color: #004585;
}

.lightbox .guideFieldNode:not(.guideFileUpload) .guideFieldLabel{
	height:0px;
}

.lightbox-img-trigger:hover{
	background-size:0px;
}

.hide-lightbox{
	display:none !important;
}