﻿html, body {
    font-family: 'VazirmatnMedium', Helvetica, Arial, sans-serif;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'VazirmatnMedium', sans-serif;
}

.fs-x-small {
    font-size: x-small;
}

[title] {
    font-family: 'VazirmatnMedium', sans-serif;
}

.list-group-dark .list-group-item:not(.bg-danger-hard-hover):hover, .list-group-dark .list-group-item:not(.bg-danger-hard-hover).active {
    color: #24292d !important;
    background-color: #fff !important;
}

.bg-danger-hard-hover:hover, .bg-danger-hard-hover:active, .bg-danger-hard-hover:focus {
    background-color: #d6293d !important;
    color: #fff !important;
}

.card-share {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
}

.bg-x {
    background-color: #000000;
    color: #fff;
    border: none;
}

    .bg-x:hover, .bg-x:active, .bg-x:focus {
        background-color: #fff;
        color: #000000;
/*        border: 1px solid #000;*/
    }

.bg-telegram {
    background-color: #0088CC;
    color: #fff;
    border: none;
}
    .bg-telegram:hover, .bg-telegram:active, .bg-telegram:focus {
        background-color: #1c92d2;
        color: #fff;
    }

.bg-email {
    background-color: #626262;
    color: #fff;
    border: none;
}

@media (min-width: 1200px) {
    h5, .h5 {
        font-size: 1.1125rem;
    }
}

.text-dark-1 {
    color: var(--bs-card-title-color);
}

.fs-7 {
    font-size: 0.7375rem !important;
}

.alert .list-group-item {
    color: inherit;
}

.h-300 {
    height: 300px !important;
}

.card-metro:before {
    
    background-image: none;
    background-image: none;
}

#home-title {
    color: #5c13e1;
    font-size: 4.8125rem;
}

#components-reconnect-modal {
    display: none !important;
}

.lesson-img {
    min-height: 530px;
}

a.icon-link {
    color: #6c757d
}

.post-item img {
    height: 270px;
    min-height: 270px;
    max-height: 270px;
}

.h-600px {
    height: 300px !important;
}

@media (min-width: 1440px) {
    .h-600px {
        height: 600px !important;
    }
}
