@font-face {
    font-family: "Heebo-Light";
    src: url(../fonts/Heebo/Heebo-Light.ttf);
}

@font-face {
    font-family: "Heebo-Regular";
    src: url(../fonts/Heebo/Heebo-Regular.ttf);
}

@font-face {
    font-family: "Heebo-Bold";
    src: url(../fonts/Heebo/Heebo-Bold.ttf);
}

body {
    direction: rtl;
    /* font-family: 'Open Sans', sans-serif !important; */
}

/* h1, h2, h3, h4, h5, h6 {
    font-family: 'Suez One', serif !important;
} */

body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF; /* A background-color is required */
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.clickable:hover {
    cursor: pointer;
    /*border: 1px solid;*/
    background-color: #98cbe8;
}

table .btn {
    margin-bottom: -1px;
    margin-top: -1px;
    /*margin-bottom: -1;*/
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.vdp-datepicker .form-control[readonly] {
    background-color: #fff;
}

.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #a9b435;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

@supports (-webkit-overflow-scrolling: touch) {
    .table-responsive .table {
        max-width: none;
    }
}

