img {
    border: 0
}


.btn-group>.btn-group,
.dropdown-menu {
    float: left
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

footer,
header,
main,
menu,
nav,
section {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

strong {
    font-weight: 700
}

*,
:after,
:before,
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

.glyphicon,
address {
    font-style: normal
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: #EDF2FA;
}
main {
    flex: 1;
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #073d84;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #2068c7;
    text-decoration: underline
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.full-width {
    width: 100%
}

.centered-content {
    display: block;
    text-align: center
}

.responsive-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto
}

img {
    vertical-align: middle
}

.input-text:focus, .input-text:focus-visible {
    border-color: #96bdf2!important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 .25rem rgba(44, 123, 229, .25)!important;
    outline: none;
}

.input-textl::-moz-placeholder {
    color: #acb6c0;
    font-size: 1.5rem;
    opacity: 1
}

.input-text:-ms-input-placeholder {
    color: #acb6c0;
    font-size: 1.5rem;
}

.input-text::-webkit-input-placeholder {
    color: #acb6c0;
    font-size: 1.5rem;
}

.scrollstyle::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.scrollstyle::-webkit-scrollbar-thumb {
    background-color: grey
}

.scrollstyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;
    max-height: 50%;
    height: 50%
}

.scrollstyle::-webkit-scrollbar-button {
    max-height: 20px;
    height: 20px
}

.flex-row {
    display: flex
}

.success {
    background-color: #18bc9c;
    border-color: #18bc9c;
    color: #fff
}

.info {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff
}

.fade {
    display: none
}


@media (min-width: 992px) {
    .container {
        width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px
    }
}

@media (min-width: 1540px) {
    .container {
        width: 1480px
    }
}