﻿body {
    background-color: #F2F2F2 !important;
    animation: ease-in;
}
.text-mont {
    font-family: 'Montserrat', sans-serif;
}

.text-rob {
    font-family: 'Roboto', sans-serif;
}

.bg-white{
    background-color: white;
}

.flex-1{
    flex: 1;
}

.p-cursor{
    cursor: pointer;
}

.j-content {
    justify-content: space-between;
    align-items: center;
}

.j-content-end {
    justify-content: space-between;
    align-items: flex-end;
}

.j-content-center {
    justify-content: center;
    align-items: center;
}

.flex-vertical{
    flex-direction: column;
}

.alt-two-color {
    color: #110264
}
.unstyle-button{
    border: none;
    outline: none;
    background: none;

}
    .unstyle-button:focus{
        outline: none;
    }
.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}
.alt-two-bg-color {
    background-color: #110264
}

.alt-three-bg-color {
    background-color: #025b3c;
}
.alt-three-color {
    color: #025b3c;
}

.alt-one-color {
    color: #025564
}

.alt-one-bg-color {
    background-color: #025564
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-control {
    flex: 1 16%;
}

.fixed-height-20{
    max-height: 20px;
}

.mt-6{
    margin-top: 50px;
}

.p-sticky{
    position: sticky;
}

.p-fixed {
    position: fixed;
}

.d-grid-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.j-end {
    justify-content: flex-end;
}

.bg-white{
    background-color: white;
}