/* Modal shell */
.ez-office-modal .ezm-content{
  border-radius: 18px;
  overflow: hidden;
  border: 0;
}

/* Close icon top-right */
.ez-office-modal .ezm-close{
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  opacity: 1;
}

/* Green header bar */
.ez-office-modal .ezm-header{
  padding: 0;
  background: transparent;
}

.ez-office-modal .ezm-header-inner{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #0b8f3f;
  color: #fff;
  padding: 18px 26px 18px 22px;
  border-bottom-right-radius: 18px;
  min-width: 520px;
}

.ez-office-modal .ezm-icon{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ez-office-modal .ezm-icon svg{
  width: 34px;
  height: 34px;
  fill: #fff;
}
.ez-office-modal .ezm-icon img{
  width: 34px;
  height: 34px;
  fill: #fff;
}


.ez-office-modal .ezm-title{
  font-weight: 800;
  letter-spacing: .5px;
  font-size: 20px;
  text-transform: uppercase;
}

/* Body */
.ez-office-modal .ezm-body{
  padding: 26px 30px 34px;
}

/* Item block */
.ez-office-modal .ezm-item{
  background: transparent;
}

/*
.ez-office-modal .ezm-img{
  width: 100%;
  aspect-ratio:  / 1;
  overflow: hidden;
  border-radius: 2px;
  background: #eee;
}
.ez-office-modal .ezm-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;

  display: block;
}  */



.ez-office-modal .ezm-item .row > [class*="col-"]{
  display: flex;
  flex-direction: column;
}

.ez-office-modal .ezm-img{
  height: 100%;
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
}

.ez-office-modal .ezm-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}












/* Text styles */
.ez-office-modal .ezm-name{
  margin: 0 0 8px 0;
  font-weight: 800;
  font-size: 22px;
  color: #0b8f3f;
  text-transform: uppercase;
}


.ez-office-modal .ezm-address{
  color: #0b8f3f;
  font-size: 16px;
  line-height: 1.25;
}

.ez-office-modal .ezm-hr{
  margin: 14px 0 12px;
  border: 0;
  height: 1px;
  background: rgba(0,0,0,.22);
}

/* Carrying value */
.ez-office-modal .ezm-cv-label{
  color: #0b8f3f;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 0px;
}



.ez-office-modal .ezm-cv{
  color: #3bb54a;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

/* Responsive header */
@media (max-width: 768px){
  .ez-office-modal .ezm-header-inner{
    min-width: auto;
    width: calc(100% - 56px);
    border-bottom-right-radius: 14px;
  }
  .ez-office-modal .ezm-body{
    padding: 18px 16px 22px;
  }
}








/* row4_cr                  */

#row4_cr_01.ez-office-modal .ezm-name, 
#row4_cr_02.ez-office-modal .ezm-name, 
#row4_cr_03.ez-office-modal .ezm-name, 
#row4_cr_04.ez-office-modal .ezm-name {
 color:#0b8f3f; 
}

#row4_cr_01.ez-office-modal .ezm-address,
#row4_cr_02.ez-office-modal .ezm-address,
#row4_cr_03.ez-office-modal .ezm-address,
#row4_cr_04.ez-office-modal .ezm-address { 
  color:#0b8f3f; 
}

#row4_cr_01.ez-office-modal .ezm-cv-label,
#row4_cr_02.ez-office-modal .ezm-cv-label,
#row4_cr_03.ez-office-modal .ezm-cv-label,
#row4_cr_04.ez-office-modal .ezm-cv-label { 
  color:#0b8f3f; 
}

#row4_cr_01 .property-value .ezc-prefix,
#row4_cr_02 .property-value .ezc-prefix,
#row4_cr_03 .property-value .ezc-prefix,
#row4_cr_04 .property-value .ezc-prefix { 
  color:#0b8f3f; 
}

#row4_cr_01 .property-value .ezc-number,
#row4_cr_02 .property-value .ezc-number,
#row4_cr_03 .property-value .ezc-number,
#row4_cr_04 .property-value .ezc-number { 
  color:#0b8f3f; 
}

#row4_cr_01 .property-value .ezc-suffix,
#row4_cr_02 .property-value .ezc-suffix,
#row4_cr_03 .property-value .ezc-suffix,
#row4_cr_04 .property-value .ezc-suffix { 
  color:#0b8f3f; 
}


/* row4_nr                  */

#row4_nr_01.ez-office-modal .ezm-name, 
#row4_nr_02.ez-office-modal .ezm-name {
 color:#1998d5!important; 
}

#row4_nr_01.ez-office-modal .ezm-address,
#row4_nr_02.ez-office-modal .ezm-address { 
  color:#1998d5!important; 
}

#row4_nr_01.ez-office-modal .ezm-cv-label,
#row4_nr_02.ez-office-modal .ezm-cv-label { 
  color:#1998d5!important; 
}

#row4_nr_01 .property-value .ezc-prefix,
#row4_nr_02 .property-value .ezc-prefix { 
  color:#1998d5!important; 
}

#row4_nr_01 .property-value .ezc-number,
#row4_nr_02 .property-value .ezc-number { 
  color:#1998d5!important; 
}

#row4_nr_01 .property-value .ezc-suffix,
#row4_nr_02 .property-value .ezc-suffix { 
  color:#1998d5!important; 
}


/* row4_ec                  */

#row4_ec_01.ez-office-modal .ezm-name, 
#row4_ec_02.ez-office-modal .ezm-name {
 color:#da213e; 
}

#row4_ec_01.ez-office-modal .ezm-address,
#row4_ec_02.ez-office-modal .ezm-address { 
  color:#da213e; 
}

#row4_ec_01.ez-office-modal .ezm-cv-label,
#row4_ec_02.ez-office-modal .ezm-cv-label { 
  color:#da213e; 
}

#row4_ec_01 .property-value .ezc-prefix,
#row4_ec_02 .property-value .ezc-prefix { 
  color:#da213e; 
}

#row4_ec_01 .property-value .ezc-number,
#row4_ec_02 .property-value .ezc-number { 
  color:#da213e; 
}

#row4_ec_01 .property-value .ezc-suffix,
#row4_ec_02 .property-value .ezc-suffix { 
  color:#da213e; 
}







/* row4_sr                  */

#row4_sr_01.ez-office-modal .ezm-name, 
#row4_sr_02.ez-office-modal .ezm-name,
#row4_sr_03.ez-office-modal .ezm-name, 
#row4_sr_04.ez-office-modal .ezm-name {
 color:#f36c20; 
}

#row4_sr_01.ez-office-modal .ezm-address,
#row4_sr_02.ez-office-modal .ezm-address,
#row4_sr_03.ez-office-modal .ezm-address,
#row4_sr_04.ez-office-modal .ezm-address { 
  color:##f36c20; 
}

#row4_sr_01.ez-office-modal .ezm-cv-label,
#row4_sr_02.ez-office-modal .ezm-cv-label, 
#row4_sr_03.ez-office-modal .ezm-cv-label,
#row4_sr_04.ez-office-modal .ezm-cv-label { 
  color:#f36c20; 
}

#row4_sr_01 .property-value .ezc-prefix,
#row4_sr_02 .property-value .ezc-prefix,
#row4_sr_03 .property-value .ezc-prefix,
#row4_sr_04 .property-value .ezc-prefix { 
  color:#f36c20; 
}

#row4_sr_01 .property-value .ezc-number,
#row4_sr_02 .property-value .ezc-number, 
#row4_sr_03 .property-value .ezc-number,
#row4_sr_04 .property-value .ezc-number { 
  color:#f36c20; 
}

#row4_sr_01 .ezm-address,
#row4_sr_02 .ezm-address,
#row4_sr_03 .ezm-address,
#row4_sr_04 .ezm-address {
  color:#f36c20; 
}

#row4_sr_01 .property-value .ezc-suffix,
#row4_sr_02 .property-value .ezc-suffix, 
#row4_sr_03 .property-value .ezc-suffix,
#row4_sr_04 .property-value .ezc-suffix { 
  color:#f36c20; 
}




@media (min-width: 0px) and (max-width: 767px){

.ez-office-modal .ezm-title{
  font-weight: 800;
  letter-spacing: 0px;
  font-size: 20px;
  text-transform: uppercase;
}
}