﻿.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    background-color: #f0f2f5 !important;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f0f2f5 !important;
    margin: 0;
    padding: 0;
    border: 0;
    /*    direction: rtl;*/
    /*margin-bottom: 60px;*/
    font-family: 'MyCustomFont','danafanum', sans-serif;
}

p {
    padding: 0;
    margin: 0;
}
