/* =========================================================
   BELIZE — PERMANENT REGISTRATION TAB COLOR ONLY
   LICENSING-inspired light cyan
   ========================================================= */

#belize-vessel-registration
.blz2-reg-tabs
> .blz2-reg-tab:nth-child(2):not(.active){

  background:
    linear-gradient(
      135deg,
      #e3f7fd 0%,
      #c9effa 55%,
      #aee4f5 100%
    ) !important;

  border-color:#8dd4eb !important;

  color:#115a7c !important;

  box-shadow:
    0 5px 15px rgba(45,163,207,.12) !important;
}


/* Slight brighter hover, still same LICENSING family */
#belize-vessel-registration
.blz2-reg-tabs
> .blz2-reg-tab:nth-child(2):not(.active):hover{

  background:
    linear-gradient(
      135deg,
      #d9f5fd 0%,
      #bceafa 55%,
      #91d9f0 100%
    ) !important;

  border-color:#69c5e5 !important;

  color:#0d5272 !important;
}
