@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..700&display=swap");
/*
* This project uses the Inter typeface
* Copyright (c) 2016-2020 The Inter Project Authors.
* "Inter" is trademark of Rasmus Andersson.
* License can be found at http://scripts.sil.org/OFL
*
*
*
* This project uses the following icon fonts
## Font Awesome
*
*  Copyright (C) 2016 by Dave Gandy
*
*  Author:    Dave Gandy
*  License:   SIL (http://scripts.sil.org/OFL)
*   Homepage:  http://fortawesome.github.com/Font-Awesome/
*
*
*## Entypo
*
*   Copyright (C) 2012 by Daniel Bruce
*
*   Author:    Daniel Bruce
*   License:   SIL (http://scripts.sil.org/OFL)
*   Homepage:  http://www.entypo.com
*
*
*## MFG Labs
*
*  Copyright (C) 2012 by Daniel Bruce
*
*  Author:    MFG Labs
*  License:   SIL (http://scripts.sil.org/OFL)
*  Homepage:  http://www.mfglabs.com/
*
*
#*# Typicons
*
*  (c) Stephen Hutchings 2012
*
*  Author:    Stephen Hutchings
*  License:   SIL (http://scripts.sil.org/OFL)
*  Homepage:  http://typicons.com/
*
*

## Linecons

   Copyright (C) 2013 by Designmodo

   Author:    Designmodo for Smashing Magazine
   License:   CC BY ()
   Homepage:  http://designmodo.com/linecons-free/


## Elusive

   Copyright (C) 2013 by Aristeides Stathopoulos

   Author:    Aristeides Stathopoulos
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://aristeides.com/


* ## Fontelico
*
* Copyright (C) 2012 by Fontello project
*
* Author:    Crowdsourced, for Fontello project
* License:   SIL (http://scripts.sil.org/OFL)
* Homepage:  http://fontello.com
*
*
*/

html {
    --primary-color: #1546a3;
    font-family: Inter, sans-serif;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Inter;
}

* {
    box-sizing: border-box;
}

a {
    color: var(--primary-color);
}

/* Overriding flexisaf default icon size */
i[class^="iconsax-"] {
    font-size: 16px !important;
}

/* Hiding spin buttons on number inputs */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/*  Hack for issue with flexibull tabs being not spreading  on firefox browser  */
.flexi-tab-header-box {
    flex-grow: 1;
}
body {
    overflow-x: hidden !important;
}

div[mode="segmented"] .flexi-tab-inactive {
    background-color: #fff !important;
}
