﻿@import url("/OutSystemsUIWeb/Theme.BaseTheme.css?556");

/* ================================================

Primary color customization
For additional color customizations, you can change the color code for the colors below

  ================================================ */

 @font-face{
 font-family:'NewJuneReg';
 src:url('/EBanking/NewJune-Regular.otf') format('OpenType');
 } 
  
  @font-face{
 font-family:'NewJuneBold';
 src:url('/EBanking/NewJune-Bold.otf') format('OpenType');
 }  
 
 @font-face{
 font-family:'NewJuneLight';
 src:url('/EBanking/NewJune-Light.otf') format('OpenType');
 }  
  
 html {    
    color: var(--color-neutral-9);
    font-family: NewJuneReg, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    overflow: auto;
    font-size: 14px;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    
} 

:root {
    --color-primary: #59ABE3; /*primary-color*/
    --color-primary-hover: #59ABE3; /*primary-color*/
    --color-secondary: #59ABE3; /*primary-color*/
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #fff !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: -44px;
}