﻿.aspectImage
{
    object-fit:contain
}
.pac-container {
    z-index: 1051 !important;
}

.required2:after {
    content: " *";
    color: red;
}
.ant-typography h4, h4.ant-typography
{
    margin-bottom:0 !important;
}
.ant-typography h2, h2.ant-typography {
    margin-bottom: 0 !important;
}
.ant-typography h3, h3.ant-typography {
    margin-bottom: 0 !important;
}
::-webkit-scrollbar{
    width:5px;
}
::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 0 transparent;
}
::-webkit-scrollbar-thumb {
    background-color : darkgray;
}
@font-face {
    font-family: arabicFont;
    src: url('../Fonts/Almarai-Regular.ttf') format('truetype');
}
@font-face {
    font-family: englishFont;
    src: url('../Fonts/Montserrat-Regular.ttf') format('truetype');
}