    /*@font-face{
   font-family:'SF-Compact-Text-Regular';
   src: url('SF-Compact-Text-Regular.otf');
  }
  
  @font-face{
   font-family:'SF-UI-Display-Light';
   src: url('SF-UI-Display-Light.otf');
  }
  */
    
    @font-face {
        font-family: 'sf-ui-display-black';
        src: url('sf-ui-display-black-58646a6b80d5a.otf');
    }
    
    @font-face {
        font-family: 'sf-ui-display-bold';
        src: url('sf-ui-display-bold-58646a511e3d9.otf');
    }
    
    @font-face {
        font-family: 'sf-ui-display-heavy';
        src: url('sf-ui-display-heavy-586470160b9e5.otf');
    }
    
    @font-face {
        font-family: 'sf-ui-display-light';
        src: url('sf-ui-display-light-58646b33e0551.otf');
    }
    
    @font-face {
        font-family: 'sf-ui-display-medium';
        src: url('sf-ui-display-medium-58646be638f96.otf');
    }
    
    @font-face {
        font-family: 'sf-ui-display-semibold';
        src: url('sf-ui-display-semibold-58646eddcae92.otf');
    }
    
    @font-face {
        font-family: 'sf-ui-display-thin';
        src: url('sf-ui-display-thin-58646e9b26e8b.otf');
    }
    
    @font-face {
        font-family: 'sf-ui-display-ultralight';
        src: url('sf-ui-display-ultralight-58646b19bf205.otf');
    }
    
    @font-face {
        font-family: 'SF-UI-Display-Regular';
        src: url('SF-UI-Display-Regular.otf');
    }
    
    .black {
        font-family: 'sf-ui-display-black';
    }
    
    .bold {
        font-family: 'sf-ui-display-bold';
    }
    
    .heavy {
        font-family: 'sf-ui-display-heavy';
    }
    
    .light {
        font-family: 'sf-ui-display-light';
    }
    
    .medium {
        font-family: 'sf-ui-display-medium';
    }
    
    .semibold {
        font-family: 'sf-ui-display-semibold';
    }
    
    .thin {
        font-family: 'sf-ui-display-thin';
    }
    
    .ultralight {
        font-family: 'sf-ui-display-ultralight';
    }
    
    .regular {
        font-family: 'sf-ui-display-regular';
    }
    
    ul.navbar-nav {
        margin-left: auto;
        margin-right: auto;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    body {
       /* background-color: #f9f9f9;*/
        font-family: 'SF-UI-Display-Regular';
        letter-spacing: 1.5px;
    }
    
    .body {
        /* user-select: none;*/
        background-color: #f9f9f9;
        /*ghostwhite;*/
        line-height: 1.5;
        font-family: 'SF-UI-Display-Regular';
        letter-spacing: 1.5px;
    }
    table.dataTable {
         border-collapse: collapse !important;
    }
    .addtaskbtn, #filterform {
        display: inline-block;
    }
    .dropdown-menu.flex-container.show {
        display: inline-block;
        width: unset;
        clear: none;
        width: 350px;
    }
    
    a.dropdown-item.flex-left.col-sm {
        width: 165px;
        white-space: normal;
        vertical-align: text-top;
        display: inline-block;
    }
    
    select#year {
        margin-right: 5px;
    }
    
    #Calendar .table td,
    #Calendar .table th {
        padding: 5px;
        vertical-align: top;
        text-align: center;
    }
    
    .dataTables_wrapper {
        position: relative;
        clear: both;
        zoom: 1;
        zoom: 1;
        overflow: auto;
    }
    
    a.btn.btn-primary.form-control.month {
        background-color: #006199 !important;
        border-radius: 20px;
    }
    
    .nav-fill .nav-item {
        /*  background-color: #fff7f7;*/
        background-color: #00619914;
    }
    
    .dropdown-item {
        color: #ffffff;
    }
    
    .form-control-plaintext {
        border: none;
    }
    
    .dropdown .show {
        background-color: #006199;
    }
    
    
    .padding-10 {
        padding: 10px;
    }
    
    .background {
        background-color: aliceblue;
        border-radius: 15px;
    }
    
    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        /*color: rgb(0, 0, 0);
        background-color: #dadada;*/
        color: rgb(255, 255, 255);
        background-color: #006199;
    }
    
    .navbar-dark .navbar-toggler-icon {
        border-radius: 16px;
        background-color: black;
    }
    
    .bg-primary {
       /*background-color: white !important;*/
    }
    
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.5 !important;
    }
    
    iframe {
        width: 100%;
    }
    
    .input-group-append {
        margin-left: -1px;
        height: 38px;
    }
    
    .scrollDiv {
        height: 900px;
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
    .side {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0;
    }
    
    .scroll-area {
        width: 100%;
        height: calc(100% - 200px);
        margin-top: 100px;
        background-color: black;
        float: left;
        overflow-y: scroll;
    }
    /* width */
    
     ::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    
     ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 5px;
    }
    /* Handle */
    
     ::-webkit-scrollbar-thumb {
        background: black;
        border-radius: 10px;
    }
    
    .dropdown-menu {
        left: unset !important;
        right: 0;
    }
    
    .navbar-dark .navbar-nav .nav-link {
        /*color: rgba(255, 255, 255, 0.95) !important;*/
        color: black !important;
    }
    
    .navbar-dark .navbar-brand {
        color: black !important;
    }
    
    .btn-primary {
        color: rgb(255, 255, 255) !important;
        background-color: #006199 !important;
        border-color: #ddd !important;
    }
    
    .bg-light {
        /*background-color: white !important;*/
    }
    
    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgb(236 230 230 / 20%) !important;
    }
    
    tr,
    td,
    .navbar {
        border: 1px solid #ddd !important;
    }
    
    button,
    select,
    input {
        border-width: 0.1px !important;
        border-color: #ddd !important;
    }
    
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }    
    form.needs-validation.mb-5 {
        border: 1px solid #ddd;
        padding: 10px;
    }
   .select2-container {
    width: 100% !important;
   }