@font-face {
    font-family: 'Kufi';
    font-weight: normal;
    font-display: swap;
    font-style: normal;
    src: url([object Module]) format('woff2'),
    url([object Module]) format('woff'),
    url([object Module]) format('truetype'),
    url([object Module]) format("svg");
}




@font-face {
    font-family: 'Sans';
    font-weight: normal;
    font-display: swap;
    font-style: normal;
    src: url([object Module]) format('woff2'),
    url([object Module]) format('woff'),
    url([object Module]) format('truetype'),
    url([object Module]) format("svg");
}
@charset "UTF-8";

/*!
 * InsuranceClaims Project
 * Copyright © 2021 SarhSoft All rights reserved.
 * M.Farhat
 */

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background-color: #3d3d3d;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: #daeef3;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--v-secondary-base);
}

.w-100 {
  width: 100% !important;
}

.v-application--is-rtl .app-row > .app-btn {
  margin-left: 10px;
}

.v-application--is-ltr .app-row > .app-btn {
  margin-right: 10px;
}

.pointer {
  cursor: pointer !important;
}

