﻿
/****** Custom Stylee ******/
@font-face {
    font-family: 'GE SS Text';
    src: url('../fonts/subset-GESSTextLight-Light.eot');
    src: url('../fonts/subset-GESSTextLight-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-GESSTextLight-Light.woff') format('woff'), url('../fonts/subset-GESSTextLight-Light.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'GE SS Text';
    src: url('../fonts/subset-GESSTextLight-Light.eot');
    src: url('../fonts/subset-GESSTextLight-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-GESSTextLight-Light.woff') format('woff'), url('../fonts/subset-GESSTextLight-Light.ttf') format('truetype');
    font-style: normal;
}


body {
    direction: rtl;
    text-align: center;
    font-family: 'GE SS Text';
    font-size: 14px;
    overflow-x: hidden;
}

.form-group {
    margin-bottom: 0.3rem;
}

.mb-4, .my-4 {
    margin-bottom: 0.2rem !important;
}

.bg-gradient-primary {
    background: linear-gradient(174deg,#19194d,#07b8fb 79%) !important
}

/* Custom primary button */

.btn-primary {
    color: #fff;
    border-color: #172d52;
    background-color: #172b4d;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

    .btn-primary:hover {
        color: #fff;
        border-color: #172b4d;
        background-color: #172d52;
    }

    .btn-primary:focus,
    .btn-primary.focus {
        box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(94, 114, 228, .5);
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        border-color: #5e72e4;
        background-color: #5e72e4;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        border-color: #203d6f;
        background-color: #1b3663;
    }

hr {
    margin-top: 2rem;
    margin-bottom: 4rem;
    border: 0;
}

.card .table td, .card .table th {
}

.hand {
    cursor: pointer;
}

.table td, .table th {
    padding: 10px;
}
.card .table td, .card .table th {
    padding-right: 14px;
    padding-left: 4px;
}

.table.align-items-center td, .table.align-items-center th {
    vertical-align:top;
}

