@font-face {
    font-family: b1;
    src: url('../font/IRANSansWeb.ttf') format('truetype');
}

p {
    margin-bottom: 0;
}

* {
    font-family: b1;
}

.right-section {
    background-image: url('../../media/right.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.left-section {
    background-image: url('../../media/left.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* table style */
table {
    table-layout: fixed;
}

td {
    vertical-align: middle;
    text-align: center;
}

td a, td input, td img {
    vertical-align: middle;
    display: inline-block;
}

.border-left-0 {
    border-left: 0 !important;
}

.hasInput {
    padding: 0;
    position: relative;
}

.hasInput > input {
    padding: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background-color: transparent;
}

.socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.socials > img {
    width: 10%
}

.CanSelect {
    cursor: pointer;
    user-select: none;
}

.ActiveSelect {
    background-color: #198754 !important;
    color: white !important;
}