@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Thin.ttf');
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Black.ttf');
    font-weight: 900;
}

html, body {
    font-family: 'Roboto', sans-serif;
}
.omid-primary-color {
    color: #0F4372 !important;
}
.omid-primary-bgcolor {
    background-color: #0F4372 !important;
}
.omid-signup-btn {
    min-width: 4.5rem;
    height: 2rem;
    background-color: #dfe0e1;
    border: solid 2px #0F4372;
    border-radius: 15px;
    font-size: .7rem;
}
.omid-blog-background {
    background-color: #f8f9fa;
}
.omid-logo {
    width: 90px;
}
.omid-margin {
    margin-left: 1rem;
}
.omid-border {
    border-right:1px solid darkgray;
}
.omid-image {
    transition: transform 0.6s;
}
.omid-image:hover {
   transform: scale(1.06);
}
li > a:hover {
    color: darkblue !important;
}
li > a:active {
    border-bottom: 1px solid darkgray;
}

.navbar-toggler {
    background-color: #0F4372;
    border: none;
    padding: 10px 6px;
    outline: none;
}
.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border: 1px;
    background: #fff;
}
.navbar-toggler span + span {
    margin-top: 4px;
    width: 18px;
    margin-left: 4px;
}
.navbar-toggler span + span + span {
    width: 10px;
    margin-left: 4px;
}
#omid-btn {
    background-color: #0F4372;
    border: #0F4372;
}

.ms-xl-4 {
    margin-left: 6.5rem !important;
    margin-top: -1rem !important;
}

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}
.blog-img {
    width: 25vw;
    height: 40vh;
    max-height: 300px;
    max-width: 250px;
    min-height: 270px;
    min-width: 180px;
    border-radius: 20px;
}

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}
hr {
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: #0F4372;
}

.omid-header-color {
    background-color: hsl(0, 0%, 88%);
}

.omid-buttun-fontsize {
    font-size: .75rem;
}

.row button {
    border-radius: 17px;
}
.omid-background {
    background-color: hsl(0, 2%, 97%);
    padding: 30px 0 30px 0;
    border-radius: 20px;
}

.line:after {
    content: "|";
    margin-left: 1vw;
}

.circle {
    font-size: 1.2rem;
    height: 7rem;
    width: 7rem;
    background-color: #bbb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-hr {
    border-left: 2px dotted #0F4372;
    height: max-content;
    margin-top: 20px;
    margin-left: 48px;
    top: 0;
}

.dot {
    display: list-item;
}

table {
    width: 90% !important;
    margin: 0 auto !important;
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}
/*
tbody {
    background-color: hsla(208, 77%, 25%, 0.2);
}
*/
td,th:first-child {
    padding-left: 20px !important;
}

th{
    padding:10px 10px !important;
}