
/****************************
 ****      Fonts
****************************/
@font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Black.woff2') format('woff2'),
    url('webfonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Regular.woff2') format('woff2'),
    url('webfonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Medium.woff2') format('woff2'),
    url('webfonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Light.woff2') format('woff2'),
    url('webfonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Roboto';
    src: url('webfonts/Roboto-Bold.woff2') format('woff2'),
    url('webfonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }

  :root {
    --primary-color: #ff0000;
    --secondary-color: #4FB948;
    --blur-darker: #588BC9
  }

  html {
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    font-size: 14px;
  }

  body {
    font-family: 'Roboto', 'Segoe UI' ,Tahoma, Helvetica, 'Open Sans', arial, serif;
    font-weight: 400;
    max-width: 100%;
    overflow-x: hidden;
    font-size: 100%;
    direction: rtl;
    text-align: right;
    -webkit-font-smoothing: antialiased;
  }

  ul { margin: 0; padding: 0 }
  h1, h2, h3, h4, h5, h6 { font-weight: 500 }

  .top-header-bar {
    background-color: #0d1267;
    color: #fff;
    padding-right: 14.5rem;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  .top-header-inner { height: 45px }
  .top-header-user {
    position: relative;
    margin-left: 0;
    padding: 0 0.4rem;
    cursor: pointer;
    transition: all 0.3s linear;
    padding-right: 0;
  }
  .image-user {
    width: 35px;
    height: 35px;
    position: relative
  }
  .image-user img {
    width: 100%;
    height: 100%;
    border: 2px solid #4ec1f5;
    border-radius: 50%
  }
  .top-header-icon {
    position: relative;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 0.6rem;
    color: #ffffff;
    cursor: pointer;
    margin-left: 1rem;
    margin: 0;
    margin-left: -10px;
    font-size: 1.4rem
  }
  .top-header-icon:hover {
    color: #fff
  }
  .top-header-user-icon {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #78909c;
    text-align: center;
    padding: 0.44rem;
    font-size: 1.1rem;
    margin-left: 1rem;
  }
  .top-header-user-items { font-size: 12px; text-align: right }
  .top-title-heading {
    font-size: 1rem;
    height: 45px;
    display: flex;
    align-items: center;
    background-color: #171fa2;
    padding: 0 1rem;
  }
  .top-header-user-dropdown {
    position: absolute;
    top: 35px;
    color: #37474f;
    text-align: right;
    border: 1px solid #fff;
    width: 231px;
    left: -20px;
    background-color: #fff;
    transform: translateY(10px);
    display: none
  }
  .inner-bar-dropdown {
    background-color: #fff!important;
    width: 100%;
    padding: 0.8rem;
    font-size: 13px;
    color: #444;
    line-height: 13px;
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3;
  }
  .dropdown-notification .inner-bar-dropdown {
    background-color: #f6f9fc !important;
    width: 100%;
    padding: 1.1rem;
    font-size: 14px;
    color: #17216b;
    line-height: 13px
  }
  .top-header-user-dropdown ul { padding: 0.5rem }
  .top-header-user-dropdown ul li:last-of-type a { border: none; padding-bottom: 0 }
  .top-header-user-dropdown ul li a {
    color: #546e7a;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 13px
  }
  .result-card-right p { margin: 0 }

  @keyframes swing {
    0% { transform: rotate(0deg) }

    10% { transform: rotate(10deg) }
    30% { transform: rotate(0deg) }

    40% { transform: rotate(-10deg) }
    50% { transform: rotate(0deg) }

    60% { transform: rotate(5deg) }
    70% { transform: rotate(0deg) }

    80% { transform: rotate(-5deg) }
    100% { transform: rotate(0deg) }
  }

  @keyframes sonar {
    0% { transform: scale(0.9); opacity: 1 }
    100% { transform: scale(2); opacity: 0 }
  }
  body { background-color: #E4EBF2 }
  .page-wrapper .sidebar-wrapper,
  .sidebar-wrapper .sidebar-brand > a,
  .sidebar-wrapper .sidebar-dropdown > a:after,
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
  .sidebar-wrapper ul li a i,
  .page-wrapper .page-content,
  .sidebar-wrapper .sidebar-search input.search-menu,
  .sidebar-wrapper .sidebar-search .input-group-text,
  .sidebar-wrapper .sidebar-menu ul li a,
  #show-sidebar,
  #close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /*----------------page-wrapper----------------*/
  .page-wrapper { padding-top: 3.3rem }
  .page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
  }
  .page-wrapper .theme.chiller-theme { background: #1e2229 }
  /*----------------toggeled sidebar----------------*/
  .page-wrapper.toggled .sidebar-wrapper { right: 0px }

  @media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content { padding-right: 210px; padding-top: 0 }

  }

  @media (max-width: 767.98px) {

    #search-bar .input-group-append {
        transform: rotate(90deg);
        right: 92% !important;
        top: -4% !important;
        z-index: 6;
    }

    div#search-bar {
        overflow: inherit;
    }

    #search-bar .btn-outline-secondary i {
        font-size: 14px;
    }
  }
  /*----------------show sidebar button----------------*/
  #show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;

    top: 17%;
    width: 50px;
    height: 43px;
    padding: 0.7rem;
    transition-delay: 0.3s;
    z-index: 999;
    background-color: #ff9800;
    border: none;
    font-size: 1.2rem;
  }
  .page-wrapper.toggled #show-sidebar { left: -50px }
  /*----------------sidebar-wrapper----------------*/
  .sidebar-wrapper {
    width: 210px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
  }
  .sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .sidebar-wrapper a { text-decoration: none }
  /*----------------sidebar-content----------------*/
  .sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: scroll;
    position: relative;
  }
  .sidebar-content.desktop { overflow-y: hidden }

  /*--------------------sidebar-brand----------------------*/
  .sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    background-color: #0497d8;
    height: 64px;
  }
  .sidebar-brand a { color: #fff !important; font-size: 1.1rem }
  .sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
  }
  .sidebar-wrapper .sidebar-brand #close-sidebar { cursor: pointer; font-size: 20px }
  /*--------------------sidebar-header----------------------*/
  .sidebar-wrapper .sidebar-header { overflow: hidden; height: 107px }
  .sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
  }
  .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .sidebar-wrapper .sidebar-header .user-info { float: left }
  .sidebar-wrapper .sidebar-header .user-info > span { display: block }
  .sidebar-wrapper .sidebar-header .user-info .user-role { font-size: 12px }
  .sidebar-wrapper .sidebar-header .user-info .user-status { font-size: 11px; margin-top: 4px }
  .sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
  }
  /*-----------------------sidebar-search------------------------*/
  .sidebar-wrapper .sidebar-search > div { padding: 10px 20px }
  .list-open-active { color: #000 !important }
  .sub-open-active { color: #000 !important }
  /*----------------------sidebar-menu-------------------------*/
  .sidebar-wrapper .sidebar-menu { padding-bottom: 10px }
  .sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
  }
  .sidebar-wrapper .sidebar-menu ul li a {
    color: #3a3e63 !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 43px;
    padding: 0;
    position: relative;
  }
  .sidebar-submenu ul li a { font-size: 12px !important }
  .sidebar-dropdown { background-color: #F6F9FC }
  .sidebar-dropdown:last-of-type { border: none }
  .sidebar-submenu ul li { padding: 0 1rem }
  .sidebar-dropdown:hover { cursor: pointer }

  .sidebar-wrapper .sidebar-menu ul li a i {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
  }
  .sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
  }
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 10px
  }
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a.active:after { content: "\f077" !important }
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
    background-color: #cfd8dc0d;
    box-shadow: inset 0px 11px 15px -12px rgb(0 0 0 / 40%), inset 0px -11px 20px -15px rgb(0 0 0 / 40%);
  }
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li { border-bottom: 1px solid #dcdcdc4f }
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li:last-of-type { border: none }
  .sidebar-wrapper .sidebar-menu ul li a span.label,
  .sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
  }
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label { float: right; margin-top: 0px }
  .sidebar-wrapper .sidebar-menu .sidebar-submenu { display: none }
  .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after { transform: rotate(90deg); left: 17px }
  .sidebar-wrapper .sidebar-menu .sidebar-submenu-child { display: none }
  .sidebar-wrapper .sidebar-menu .sidebar-sub-dropdown.active > a:after { transform: rotate(90deg); left: 17px }
  /* .list-open-sub ul li.active {
    background-color: #4fb948 !important;
    color: #FFF;
    border: none
  } */
  .sub-open-active { color: #FFF !important }
  .sidebar-wrapper .sidebar-menu .sidebar-sub-dropdown .sidebar-submenu-child li.active { border: none }
  .sidebar-wrapper .sidebar-menu .sidebar-sub-dropdown .sidebar-submenu-child li.active a { border-bottom: none; color: #FFF !important }
  /*--------------------------side-footer------------------------------*/
  .sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
  }
  .sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
  }
  .sidebar-footer > a .notification { position: absolute; top: 0 }
  .badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
  }
  .badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
  }
  /*--------------------------page-content-----------------------------*/
  .page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .page-wrapper .page-content > div { padding: 20px 10px }
  /*------scroll bar---------------------*/
  .sidebar-content::-webkit-scrollbar {
    width: 8px;
    height: 7px;
    border-radius: 100px;
    display: none;
    position: absolute;
  }
  #sidebar:hover .sidebar-content::-webkit-scrollbar {
    display: block
  }
  .sidebar-content::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    border-radius: 100px;
  }
  .sidebar-content::-webkit-scrollbar-thumb {
    background: rgba(82, 89, 101, 0.418);
    border: 0px none #ffffff;
    border-radius: 0px;
    border-radius: 100px;
  }
  .sidebar-content::-webkit-scrollbar-thumb:hover { background: rgba(82, 89, 101, 0.418); border-radius: 100px }
  .sidebar-content::-webkit-scrollbar-thumb:active { background: rgba(82, 89, 101, 0.418); border-radius: 100px }
  .sidebar-content::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 100px;
  }
  .sidebar-content::-webkit-scrollbar-track:hover { background: transparent; border-radius: 100px }
  .sidebar-content::-webkit-scrollbar-track:active { background: transparent; border-radius: 100px }
  .sidebar-content::-webkit-scrollbar-corner { background: transparent; border-radius: 100px }

  /* --------- NOTIFICATION MENU --------- */
  .notification-menu::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    border-radius: 100px;
  }
  #sidebar:hover ::-webkit-scrollbar { display: block }
  .notification-menu::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    border-radius: 100px;
  }
  .notification-menu::-webkit-scrollbar-thumb {
    background: rgba(82, 89, 101, 0.418);
    border: 0px none #ffffff;
    border-radius: 0px;
    border-radius: 100px;
  }
  .notification-menu::-webkit-scrollbar-thumb:hover { background: rgba(82, 89, 101, 0.418); border-radius: 100px }
  .notification-menu::-webkit-scrollbar-thumb:active { background: rgba(82, 89, 101, 0.418); border-radius: 100px }
  .notification-menu::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 100px;
  }
  .notification-menu::-webkit-scrollbar-track:hover { background: transparent; border-radius: 100px }
  .notification-menu::-webkit-scrollbar-track:active { background: transparent; border-radius: 100px }
  .notification-menu::-webkit-scrollbar-corner { background: transparent; border-radius: 100px }

  /* --------- TABLE REN --------- */
  .table-ren::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    border-radius: 100px;
  }
  #sidebar ::-webkit-scrollbar { display: block }
  .table-ren::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    border-radius: 100px;
  }
  .table-ren::-webkit-scrollbar-thumb {
    background: rgba(82, 89, 101, 0.418);
    border: 0px none #ffffff;
    border-radius: 0px;
    border-radius: 100px;
  }
  .table-ren::-webkit-scrollbar-thumb:hover { background: rgba(82, 89, 101, 0.418); border-radius: 100px }
  .table-ren::-webkit-scrollbar-thumb:active { background: rgba(82, 89, 101, 0.418); border-radius: 100px }
  .table-ren::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 100px;
  }
  .table-ren::-webkit-scrollbar-track:hover { background: transparent; border-radius: 100px }
  .table-ren::-webkit-scrollbar-track:active { background: transparent; border-radius: 100px }
  .table-ren::-webkit-scrollbar-corner { background: transparent; border-radius: 100px }

  /*-----------------------------chiller-theme-------------------------------------------------*/
  .chiller-theme .sidebar-wrapper { background: #e8f2fb }
  .sidebar-header { background-color: #fff }

  /* .chiller-theme .sidebar-wrapper .sidebar-header,
  .chiller-theme .sidebar-wrapper .sidebar-search,
  .chiller-theme .sidebar-wrapper .sidebar-menu { border-top: 1px solid #ececec } */

  .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
  .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text { border-color: transparent; box-shadow: none }

  .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
  .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
  .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
  .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
  .chiller-theme .sidebar-wrapper .sidebar-brand>a,
  .chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
  .chiller-theme .sidebar-footer>a { color: #355b6d; font-size: 1.1rem }
  .page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #c7c7c7;
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 1.4rem;
  }

  .page-wrapper.chiller-theme.toggled #close-sidebar:hover { cursor: pointer }
  .chiller-theme .sidebar-wrapper .sidebar-menu ul li a i {
    vertical-align: middle;
    transition: all .2s ease-in-out;
    display: inline-block;
    color: #a1a5c8;
    text-align: center;
    font-size: 20px;
    flex-shrink: 0;
  }
  .sidebar-logo img {
    width: 160px;
    display: block;
    margin: auto;
  }
  .chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span { color: #6c7b88 }
  .chiller-theme .sidebar-footer { background: #3a3f48; border-top: 1px solid #464a52 }
  .chiller-theme .sidebar-footer>a:first-child { border-left: none }
  .chiller-theme .sidebar-footer>a:last-child { border-right: none }

  .card-content {
    border: none;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
  }
  .card-content-bar {
    background-color: #F6F9FC;
    padding: 0.7rem 1rem;
    color: #000000;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    height: 35px;
  }
  .border-bottom { border-bottom: 1px solid #e6e6e6 }
  .dropdown-item i { padding-left: 0.4rem !important }
  .card-content-inner {
    padding: 0.5rem;
    display: flex;
    border-top: none;
    flex-direction: column;
  }
  .dropdown.btn-edit {
    display: inline-block;
    border-radius: 2px;
  }
  .index-edit .card-content-inner label {
    padding: 5px 10px;
    background: #f3f3f3;
  }
  .dropdown.btn-edit .dropdown-item:hover {
    background: #06c075;
  }
  .dropdown.btn-edit a {
    color: #fff;
    padding: 7px 30px;
  }
  .bootstrap-select .dropdown-toggle { padding: 0.7rem }
  .card-content form .form-control {
    border: 1px solid #8fa9c582;
    border-radius: 0;
    color: #7e7e7e;
    font-size: 13px;
  }
  .card-content form .form-control:focus { border-color: #171fa2; box-shadow: none }
  .btn-global {
    position: relative;
    color: #fff;
    padding: 0.3rem 3rem 0.4rem 0.5rem;
    border-radius: 0;
    font-size: 16px;
    border-radius: 3px;
    font-weight: 400;
  }
  .btn-search-color { background-color: #f45c20; transition: all 0.3s linear }
  .btn-search-color:hover { color: #fff }
  .btn-search-color i { padding: 0.6rem 0.1rem }
  .btn-green { background-color: #4fb948; transition: all 0.3s linear }
  .btn-green:hover { color: #fff; background-color: #5cd154 }
  .btn-gray {
    background-color: #E6E6E6;
    color: #000000;
    border: 1px solid #e7e7e7;
  }
  .btn-global i {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    padding: 0.6rem 0.1rem;
  }
  .btn-green i { background-color: #3da736 }
  .btn-gray i { background-color: #607d8b1c; color: #607d8bb5 }
  .btn-search-advanced {
    background-color: #f1f1f1;
    color: #000;
    font-size: 14px;
  }
  .btn-toggle-items {
    position: relative;
    background-color: #bfd4eaad;
    margin-right: 2rem;
    color: #607d8b;
    font-size: 16px;
    color: #3a3e63 !important;
    border: none !important;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    width: 45px;
    height: 45px;
    border-radius: 0;
  }
  .btn-toggle-items:hover { background-color: #bfd4ea }
  .payment-method {
    color: #828282;
    float: left;
  }
  label {
    font-weight: 500;
    color: #333;
    font-size: 12.5px !important;
  }
  .result-card {
    position: relative;
    padding: 1rem 2rem 1rem 1rem;
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .result-card:last-of-type { border: none }
  .result-card:hover { background-color: #f9f9f9 }
  .result-card-left .dropdown-item {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #ececec;
    width: 100%
  }
  .result-card-left .dropdown-item:last-of-type { border: none }
  .dropdown-items {
    position: absolute;
    top: auto;
    right: -93px;
    width: 140px;
    text-align: right;
    background-color: #fff;
    border: 1px solid #eee;
    z-index: 2;
    transform: translateY(14px);
    border-radius: 8px;
    display: none;
  }
  .dropdown-items ul li a {
    font-size: 14px;
    color: #607d8b;
    text-decoration: none;
  }
  .dropdown-items ul li { border-bottom: 1px solid #eae7e7; padding: 0.5rem }
  .dropdown-items ul li:last-of-type { border: none }

  .top-card {
    background-color: #0d1267;
    padding: 0;
    border: 1px solid #e8e8e8;
  }
  .price-lg {
    font-size: 33px;
    color: #FFF;
    font-weight: 400;
    padding: 0.4rem 0;
  }
  .bootstrap-select .dropdown-toggle { background-color: transparent }
  .bootstrap-select .dropdown-toggle:focus {
    outline: none;
    outline: none !important;
    outline-offset: -2px;
  }
  .dropdown-item.active, .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #e8e8e8;
  }
  .container-checkbox  {
    position: absolute;
    top: 0;
    right: 25px;
    width: fit-content;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;

    transition: all 0.3s linear;
  }
  .result-card:hover .container-checkbox { opacity: 1 !important; visibility: visible !important }
  /* The container */
  .container-checkbox {
    display: block;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* Hide the browser's default checkbox */
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  /* Create a custom checkbox */
  .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #d4d3d3;
  }
  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked ~ .checkmark { background-color: #46b8da }
  /* Create the checkmark/indicator (hidden when not checked) */
  .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the checkmark when checked */
  .container-checkbox input:checked ~ .checkmark:after { display: block }
  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .page-content-top {
    background-color: #fff;
    padding: 0.5rem;
    /* box-shadow: 0 4px 10px #607d8b3b; */
    margin-bottom: 0rem;
    padding-right: 14rem;
    border-bottom: 1px solid #e8e8e8
  }
  .dropdown-menu button { color: #494d4e }
  .btn-add {
    background-color: #f45c20;
    color: #fff;
    padding: 0 1rem;
    transition: all 0.3s linear;
    height: 35px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 4px !important;
    overflow: hidden;
  }
  .btn-add:hover { background-color: #ffe9e0; color: #f45c20 !important; }
  .btn-add i {
    display: inline-block;
    width: 40px;
    height: 100%;
    padding: 0.7rem 1rem;
    margin-left: 0.7rem;
    border-radius: 0;
  }
  .buttons-groups { background-color: #eee; margin-left: 1rem }
  .btn-gray-fill {
    padding: 0.4rem 2rem;
    background-color: #f3f3f3;
    color: #5a5a5a !important;
    font-weight: 500;
  }
  .buttons-groups .btn { font-size: 1.3rem; color: #000 }
  .box-staticts {
    position: relative;
    padding: 1rem 3rem;
    color: #fff;
    width: 100%;
    transition: all 0.3s linear;
    cursor: pointer;
    border-left: 1px solid #333bbc;
  }
  .box-staticts:hover { background-color: #171fa2 }
  .box-staticts:last-of-type { border: none }
  .box-staticts-icon {
    font-size: 3.3rem;
    margin-left: 2rem;
    color: #03a9f3;
  }
  .btn-collection {
    padding: 0.4rem 2rem;
    background-color: #e6e6e6;
    color: #4c4b4b;
    border-radius: 0;
    transition: all 0.3s linear;
    border: 1px solid #ddd;
  }
  .btn-collection:hover {
    color: #484848;
    background-color: #cfcfcf;
    border: 1px solid #cfcfcf;
  }
  .btn-add .fa-plus {
    display: inline-block;
    width: 40px;
    height: 100%;
    padding: 0.7rem 1rem;
    margin-left: 0.7rem;
    border-radius: 0;
  }
  .select-bar-mini { background-color: #eee; padding: 0.3rem 1rem !important }
  .dropify-message p { font-size: 20px; font-family: 'DiodrumArabic' }
  .budget { width: 82%; margin-left: 1rem }
  .not-valid { color: #f00 }

  .ms-ctn .ms-trigger {
    left: -2px;
    right: auto;
    background: #e8e8e8;
    border-left: 1px solid #fff;
    width: 30px;
    text-align: center;
    border-radius: 1px;
  }
  .ms-ctn .ms-trigger:hover {
    width: 30px;
    left: 0 !important;
    right: auto;
    border-radius: 0 3px 3px 0;
  }
  .ms-ctn .ms-sel-item { float: right }
  .ms-ctn .ms-sel-ctn input {
    left: 3px;
    right: 3px;
    width: 100% !important;
  }
  .ms-ctn .ms-trigger {
    left: 0;
    right: auto;
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .btn-save {
    background-color: #0F8F5C;
    color: #fff;
    padding: 0.4rem 2rem;
    border-radius: 0;

    transition: all 0.3s linear;
  }
  .btn-save:hover { background-color: #1ec984; color: #fff }
  .btn-reset {
    background-color: #e4e4e4;
    margin-left: 1rem;
    border-radius: 0;
  }
  .btn-print {
    background-color: #0f8f5c;
    color: #fff;
    margin-bottom: 1rem;
    border-radius: 0;
    padding: 0.4rem 2rem;
  }
  .result-wrapper a {
    color: #000;
    text-decoration: none;
  }
  .btn-sumbit-print { display: table; margin: auto }
  .nav-tabs .nav-link { color: #000 }
  .nav-tabs { border: 1px solid #e7e7e7; background-color: #b0bec529 }
  .invoice-actions {
    background-color: #f3f3f3;
    width: 100%;
    display: block;
    padding: 0.6rem;
    border: 1px solid #e8e4e487;
    border-radius: 4px;
  }
  .invoice-actions .btn {
    color: #444!important;
    background-color: #e6e6e6;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    transition: all 0.3s linear;
    font-size: 12px;
    padding: 0.4rem 1rem;
  }
  .invoice-actions .btn:hover { background-color: #f5f5f5 }
  .invoice-template {
    background-color: #CCC;
    padding: 1rem 7rem;
    height: 800px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .preview-expense {
    padding: 1rem;
    border-top: none;
    margin-top: -14px;
  }
  #PrintableContent {
    height: 1142px;
    background-color: #fff;
    padding: 2rem;
    position: relative;
  }
  .form-login {
    width: 50%;
    margin: auto;
    border: 1px solid #607d8b1a;
    padding: 2rem;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 34px #607d8b24;
  }
  .form-login a { border-bottom: 1px solid #eee; padding-bottom: 2rem }
  .form-login .form-control {
    padding: 1.5rem 1rem;
    font-size: 13px;
    border: 1px solid #dadada;
    box-shadow: none
  }
  .btn-login {
    background-color: #2c67af;
    color: #fff;
    padding: 0.6rem 2rem;
    border-radius: 0;
  }
  .btn-login:hover { background-color: #377fd8; color: #fff }
  .login { padding: 9rem 0 }
  .table td, .table th { vertical-align: middle }
  .card-content form .form-control { height: 40px }
  .btn-export {
    background-color: #bfd4ea7d;
    margin-left: 10px;
    color: #607d8b;
    border-radius: 0;
    position: relative;
    padding-right: 3rem;
    font-weight: 500;
    padding: 0.1rem 3rem 0 1rem;
    border: 1px solid #a3c1e26e;
    height: 35px;
    display: flex;
    align-items: center;
  }
  .table td{border-top: none;}
  .btn-export i {
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    background-color: #85a8ce87;
    height: 100%;
    padding: 0.7rem;
    color: #356292;
  }
  .btn-control-item {color: #fff; font-size: 13px }

  .green {
    background-color: #05a665!important;
    background: linear-gradient(to right, #05a665 1%, #05a665 100%);
    color: #FFF !important
  }
  .green:hover { background-color: #f45c20!important; color: #fff }
  .red { background-color: #f44336 }

  .form-check-input { margin-top: 0; margin-right: 0 }
  .table thead th { vertical-align: middle }
  .table .roll {
    color: #000;
    font-size: 1.1rem;
    text-decoration: none;
  }
  .form-check-label { margin-right: 23px !important }
  .table-role thead { background-color: #f7f7f7 }
  .card-top-inner {
    background-color: #eee;
    padding: 0.7rem 1rem 0 0;
    margin-bottom: 1rem;
  }
  .card-body-inner .col-lg-4 { margin-bottom: 1rem }
  .checkbox-contain {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    font-size: 14px;
  }
  .checkbox-contain .checkmark { position: absolute; right: -29px }
  .checkbox-contain .checkmark { top: -4px }
  .hidden-block { display: none !important }
  .show-block { display: block !important }
  .btn-menu-slide {
    width: 45px;
    height: 43px;
    background-color: #607d8b29;
    color: #607d8b;
    font-size: 1.5rem;
  }
  .card-treasuries {
    border-bottom: 1px solid #ddd;
    padding: 1.4rem 1rem;
    transition: all 0.3s linear;
  }
  .card-treasuries:last-of-type { border: none }
  .contain-right p { color: #656565 }
  .main-color { background-color: #f1b503 !important }
  .table-view td.cost {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6d6d6d;
  }
  .btn-edit { background-color: #f45c20; color: #fff }
  .main-heading-table { background-color: #eee }
  .modal-header .close {
    margin: -1rem -1rem auto -1rem;
    font-size: 2.2rem;
    color: #848484;
    opacity: 1;
  }
  @media (min-width: 576px) {
    /* .modal-dialog { max-width: 700px } */
  }
  .dropmenu-add { border: none; width: 100% }
  .dropmenu-add .dropdown-item {
    color: #1f1f1f;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
    font-weight: 500;
    font-size: 13px;
  }
  .dropmenu-add .dropdown-item:last-of-type { border-bottom: none }
  .toggle-add {
    width: 155px;
    border-radius: 3px;
    padding: 0.3rem;
    font-weight: 500;
    height: 35px;
    font-size: 14px;
  }
  .toggle-items {
    background-color: #e5eaec;
    color: #607d8b !important;
    font-size: 1.4rem;
  }
  .toggle-items::after { display: none }
  .card-finance {
    background-color: #fff;
    color: #3063a2;
    padding: 6rem;
    border-radius: 0;
    font-size: 3.4rem;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #3a3a3a33;
    transition: all 0.3s linear
  }
  .card-finance:hover { box-shadow: 0 10px 16px #0c304233 }
  .card-finance:hover, a:hover { text-decoration: none }
  .red { background-color: #f00 }
  textarea { height: auto !important }
  .blocked { display: block !important }
  .label-block p {
    display: inline-block;
    background-color: #186298;
    padding: 0.5rem 3rem;
    color: #fff;
    border-radius: 100px;
  }
  .timeline-wrapper {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    z-index: 1;
    display: flex;
  }
  .timeline-wrapper::before {
    position: absolute;
    right: 146px;
    top: 0;
    bottom: 82px;
    content: '';
    width: 4px;
    height: 100%;
    background: #e6e7ff;
    z-index: -1
  }
  .timeline-wrapper span.d-block.d-flex.justify-content-between.align-items-center {
    text-align: center;
    border: 2px solid #fa6018;
    padding: 5px;
    border-radius: 6px;
    background: #fa6018;
    color: #fff;
  }
  .timeline-item {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    color: #546e7a;
    width: 100%;
    margin-right: 10%;
    padding: 1.5rem 1rem;
    border-radius: 7px;
    border: 2px solid #e6e7ff;
    margin-bottom: 2rem;
  }
  .timeline-item p { margin-bottom: 10px }
  .timeline-item .extend {
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translate(0%,-50%);
    width: 50px;
    height: 50px;
    background-color: #b0bec5ba !important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 0.5rem 0rem;
    font-size: 2rem;
  }
  .disabled-step {
    background-color: #b0bec5ba !important;
    color: #607d8b !important;
    font-size: 26px !important;
  }
  .timeline-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translate(0 ,-50%);
    width: 20px;
    height: 20px;
    background: #fa6018;
    border-radius: 50%;
  }
  .toggle-arrow::after { display: none }
  .dropdown-menu { text-align: right; padding: 0 }
  .toggle-arrow {
    background-color: #eee;
    margin: 0 1.3rem 0 1rem;
    padding: 0.2rem 0.7rem;
    height: 34px;
    border-radius: 0;
    color: #607d8b;
    text-align: center;
  }
  .checkbox-options .checkmark {
    height: 33px;
    margin-top: -4px;
    width: 33px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
  }
  .checkbox-options .checkmark:after { left: 12px; top: 10px }
  .dropdown-notification {
    width: 290px;
    top: -4px !important;
    border: none;
  }
  .btn.focus, .btn:focus { box-shadow: none }
  .action-menu { left: -70px !important; border: 1px solid #f1f1f1 }
  .action-menu .dropdown-item { border-bottom: 1px solid #eaeaea; padding: 0.7rem 0.8rem }
  .action-menu .dropdown-item:last-of-type { border: none }
  .dropdown-toggle::after { display: none }
  .menu-actions { left: 0px !important; border: 1px solid #eee }
  .menu-actions a {
    font-size: 12.5px;
    display: block;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #525252;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
    padding: 12px 15px;
  }
  .btn-edit-warning { background-color: #ffc107; color: #5a4400 }
  .btn-remove {
    background-color: #e20a0a;
    color: #fff;
    margin-right: 10px;
  }
  .table-print {
    background: #fff;
    width: 700px;
    margin: auto;
    padding: 1px;
    border: 1px solid #bbb;
  }
  .table-print-inner {
    padding: 20px;
    border: 2px solid #bbb;
    position: relative;
  }
  .table-print-wrapper { width: 100%; margin-bottom: 10px }
  .head-table-1 { margin-top: 0px; margin-bottom: 0px }
  .span-table { font-size: 10pt }
  .head-table-2 {
    text-decoration: underline;
    margin-top: 0px;
    margin-bottom: 0px
  }
  .p-style-table { direction: rtl; margin-top: 5px }
  .over-hidden { overflow: hidden }
  .table-inner-text {
    width: 100%;
    text-align: center;
    margin: 0px;
    margin-top: 20px;
  }
  .table-gray-color { color: #bbb }
  .text-underline { text-decoration: underline }
  .list--parent {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 2rem;
  }
  .form__inputs--parent {
    background-color: #eee;
    padding: 0.5rem 1rem;
    border: 1px solid #c7c7c759;
  }
  .list--children { padding: 1rem }
  /* Basic styles */
  .checkbox-container__input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .checkbox-container__label {
    position: relative;
    display: inline-block;
    padding: 0 2.2rem 0 0;
    height: 1.5em;
    line-height: 1.5;
    cursor: pointer;
  }
  .checkbox-container__label::before,
  .checkbox-container__label::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
  }
  .checkbox-container__label::before {
    content: " ";
    border: 2px solid #bdc3c7;
    border-radius: 20%;
  }
  /* Checkbox */
  .checkbox-container__input + .checkbox-container__label::after {
    content: "";
    color: #2c3e50;
    line-height: 1.5;
    text-align: center;
  }
  /* Radio */
  .checkbox-container__input + .checkbox-container__label::before { border-radius: 5px }
  .checkbox-container__input + .checkbox-container__label::after {
    content: "✔";
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    background: #03a9f3;
    border: .2em solid #96d8f5;
    border-radius: 5px;
    color: #fff;
    font-size: 14px
  }
  /* :checked */
  .checkbox-container__input:checked + .checkbox-container__label::before { background: #fff; border-color: #fff }
  .checkbox-container__input + .checkbox-container__label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .checkbox-container__input:checked + .checkbox-container__label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  /* Transition */
  .checkbox-container__label::before,
  .checkbox-container__label::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  .multi-checkbox-container__list .checkbox-container__label { margin-bottom: 1.5rem }
  .copyright {
    text-align: center;
    color: #000000;
    font-size: 12px;
  }
  @media only screen and (max-width: 992px) {
    .page-content-top { padding-right: 1rem }
    .top-header-bar { padding-right: 1rem !important }
    .staticts {
      flex-wrap: wrap;
      padding-left: 0;
      width: 100%;
      justify-content: center !important;
      align-items: center !important;
    }
    .box-staticts {
      padding: 1rem 3rem;
      border-left: none;
      color: #455a64;
      border-bottom: 1px solid #efefef;
      width: 100%;
    }
    .box-staticts .days { white-space: nowrap }
    .page-wrapper .page-content > div { padding: 15px 10px }
    .timeline-item { width: 80%; margin-right: 22% }
    .card-finance { padding: 2rem; margin-bottom: 1rem }
    .form-login { width: 100% }
    .col {
      flex-basis: auto
    }
  }

  .page-content-top-right { margin-right: 3rem }
  .hidden-block-search { display: none }
  .visible-block-search { display: block }

  .btn-search-advanced {
    background-color: transparent;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .search-advanced-icon {
    background-color: #607d8b24;
    padding: 0.7rem 1rem;
    margin-left: 0.6rem;
    color: #243842ad;
  }
  .btn-search-advanced-2 {
    border: 1px solid #607d8b29;
    border-radius: 0;
    padding-right: 0;
  }
  .btn-search-advanced-2 .search-advanced-icon {
    background-color: #a0bcdb78;
    padding: 0.7rem 1rem;
    color: #356292;
  }
  .btn-search-form {
    background-color: #a0bcdb33;
    color: #1d4875;
    border: 1px solid #35629221;
  }
  .table-staff thead,
  .table thead { background-color: #f6f9fc; color: #525252; border-bottom: 1px solid #bed7f1;}

  .table-staff thead tr th,
  .table thead tr th {
    height: 38px;
    border-top: none;
    font-weight: 650;
    color: #5a62b3;
    padding: 0px;
    padding-top: 6px !important;
    padding-bottom: 0!important;
    vertical-align: middle;
    flex: 1;
  }
  .report-table tr td { text-align: center }
  .table-staff  thead th { border-bottom: none }
  .table-staff .icon {
    background-color: #c7c7c7;
    width: 35px;
    height: 35px;
    color: #7c7d7d;
    color: #ffffff;
    text-align: center;
    padding: 0.1rem;
    border-radius: 50%;
    margin-left: 1rem;
    font-size: 28px;
  }
  .table-staff-name {
    color: #186298;
    font-size: 0.9rem;
    font-weight: 600;
  }
  .table-staff-code { color: #000000; font-weight: 600 }
  .active-circle {
    width: 13px;
    height: 13px;
    background-color: #366ba580;
    display: inline-block;
    border-radius: 50%;
    margin-left: 6px;
    margin-bottom: -3px;
  }
  .profile-menu { border: 1px solid #eee; background-color: #fff }
  .dropdown-profile-item {
    background-color: #f3f3f3!important;
    width: 100%;
    padding: 0.6rem;
    font-size: 13px;
    color: #000000;
    line-height: 13px;
  }
  .list-open { display: block !important; transition: all 0.3s linear }
  .list-open-sub { display: block !important; transition: all 0.3s linear }
  .hidden { display: none !important }

  .treasuries-cost h4,
  .treasuries-cost span,
  .card-treasuries-inner h5,
  .card-treasuries-inner span { flex: 1; font-size: 18px }

  .btn-submit { background-color: #009688; color: #fff }
  .table-sheet td, .table-sheet th {
    border-top: none;
    border-bottom: none;
    font-weight: 300
  }
  .table-sheet thead th { border-bottom: none !important }
  .table-sheet thead tr th { font-weight: 500 }

  .btn-gray-style-2 { background-color: #f3f3f3; color: #273848 }
  .active { background-color: #fff !important }
  .add-expenses { margin-left: 0.7rem }
  .dropdown-menu { border: 1px solid #efefef }

  input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  .form-checkbox-wrapper {
    display: table;
    padding: 0.6rem 0;
    margin: 0rem 0 1rem 0;
    border-radius: 5px;
  }
  .treasuries-cost h4 { font-size: 1.7rem }
  .alert-color {
    padding: 2px 7px;
    font-weight: 700;
    font-size: 11px;
    line-height: 9px;
  }
  .status {
    color: #fff;
    font-size: 10px !important;
    padding: 0.5rem 0.7rem;
    border-radius: 5px;
    float: left;
    font-weight: 400;
  }
  .btn-add-cost .fa-plus {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    padding: 0.7rem 0;
    background-color: #14a96d;
  }
  .btn-add-cost .fa-chevron-down {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    padding: 0.7rem 0;
    background-color: #08b972;
    border-right: 1px solid #0f9c63;
    background: linear-gradient(to right, #f45c20 1%, #27c384 100%);
  }
  .status-green { background-color: #0ABB87 !important }
  .status-red { background-color: #d20606 !important }
  .status-blue { background-color: #0d1267 !important }
  .card-treasuries:first-of-type .card-treasuries-inner .account-name { margin-right: 25px; display: inline-block }
  #expenses_form .checkbox-contain .checkmark { right: -25px !important }
  #expenses_form .container-checkbox { padding-right: 0.5rem }
  .btn-search-off {
    color: #212529;
    border-color: #dbe7f3;
    padding: 0.6rem 1.5rem;
    border-radius: 0;
    transition: all 0.3s linear
  }
  .btn-search-off:hover { background-color: #dbe7f3 }
  .btn-search-on {
    color: #212529;
    padding: 0.6rem 1.5rem;
    background-color: #dbe7f3;
    border-radius: 0
  }
  .btn-edit-user {
    background-color: #dbe2e8;
    color: #444444 !important;
    border-radius: 0;
  }
  .btn-remove-user { background-color: #ff110029; color: #e20f00d1 }
  /* *** NEW UPDATES **** */
  .topbar-list li a {
    color: #4c4c4c;
    font-size: 12px;
    font-weight: 500;
  }
  .topbar-list li span { color: #4c4c4c }
  .topbar-list li { transition: all 0.3s linear }
  .topbar-list li:hover { background-color: #f9f8f8 }
  .topbar-list { border: 1px solid #ddd; width: fit-content }
  .topbar-list li { padding: 0.4rem 1rem }
  .topbar-list li { border-left: 1px solid #d6d6d6;background-color: #eaeaea }
  .topbar-list li:last-of-type { border-left: none }
  .nav-tabs-transform { background-color: #E4EBF2 }

  .nav-tabs-transform .nav-item.show .nav-link, .nav-tabs-transform .nav-link.active {
    border-radius: 0;
    margin: 0;
    border: none;
    border-left: 1px solid #eee;
  }

  .table-moves thead th { font-size: 1.3rem; font-weight: 500 }
  .font-lg { font-size: 1.4rem }
  .table-moves { border: 1px solid #dee2e6 }

  .btn-view-src {
    color: #fff;
    background: #3aa4de;
    border-color: transparent;
    background: -webkit-linear-gradient(left, #3aa4de 1%, #37b8e6 100%);
    background: linear-gradient(to right, #3aa4de 1%, #37b8e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3aa4de', endColorstr='#37b8e6', GradientType=1);
  }
  .btn-view-print {
    color: #fff;
    background: #6b24a4;
    border-color: transparent;
    background: -moz-linear-gradient(left, #6b24a4 1%, #9c4bde 100%);
    background: -webkit-linear-gradient(left, #6b24a4 1%, #9c4bde 100%);
    background: linear-gradient(to right, #6b24a4 1%, #9c4bde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b24a4', endColorstr='#9c4bde', GradientType=1);
  }

  .btn-view-src:hover,
  .btn-view-print:hover { color: #fff }

  .end-row { background-color: #eee }
  .data-name p {
    font-weight: 100;
    color: #4c4c4c;
    font-size: 11.5px;
  }
  .data-name span:last-of-type {
    font-weight: 400;
    font-size: 12px;
    color: #5d5c5c;
  }

  .table-moves  .font-lg {
    font-weight: bold !important;
    color: #525050 !important;
    font-size: 1.4rem !important;
  }

  .table-moves tr { transition: all 0.3s linear }
  .table-moves tr:hover { background-color: #f5f5f5; cursor: pointer }
  .font-xlg { font-size: 25px }
  .nav-tabs-transform { border-bottom: 1px solid #dee2e6 }
  .border-top-none { border-top: none }
  .font-lg { white-space: nowrap }
  .table-bordered td, .table-bordered th { border: 1px solid #ddd }

  .card-treasuries-inner h5 {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .card-treasuries:hover { background-color: #f5f5f5 }
  .treasuries-heading { height: auto; font-size: 18px }

  .nav-tabs-transform .nav-item.show .nav-link, .nav-tabs-transform .nav-link { font-size: 1rem; font-weight: 500 }
  .flex-buttons { width: fit-content; border: 1px solid #efefef }
  .flex-buttons .btn {
    font-size: 12px;
    color: #444!important;
    background-color: #f9f9f9;
    border-color: #ddd #ddd #d8e1e3;
    font-weight: 500;
  }
  .flex-buttons .btn:hover { background-color: #f7f7f7 }
  .flex-buttons .modified { border-left: 1px solid #c5c5c5 }

  .nav-tabs-total { background-color: transparent; border-bottom: 1px solid #eaeaea }
  .tab-content {
    border: 1px solid #e2e2e2cc;
    padding-top: 1rem;
    border-top: none;
  }

  .nav-tabs-transform .nav-item.show .nav-link, .nav-tabs-transform .nav-link { font-size: 1rem }
  .bootstrap-select.btn-group .dropdown-toggle .filter-option { text-align: right }
  .inner-content {
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 13px;
  }
  .inner-content-bottom { font-size: 13px }
  input[type="date"] { text-align: right }
  .btn-transfer {
    background: linear-gradient(to right, #f45c20 1%, #27c384 100%);
    color: #fff;
    position: relative;
    margin-left: 1rem;
    padding: 0.5rem 4rem 0.5rem 1rem;
    border-radius: 0;
    font-size: 16px;
  }
  .btn-transfer i {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0aaf6c;
    width: 40px;
    height: 100%;
    padding: 0.8rem 0.5rem;
    text-align: center;
    border-left: 1px solid #0f9c64;
  }
  .btn-transfer:hover { color: #fff }
  .report-table thead th {
    border-bottom: 1px solid #dee2e6;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 100;
    color: #46819e;
  }
  .report-table tr div { font-size: 12.5px }
  .report-table a {
    color: #777777;
    text-decoration: underline;
    font-weight: 500;
  }
  .result-card-transform p { color: #949494 }
  .btn-gray-light {
    background-color: #eee;
    border-radius: 0;
    font-size: 13px;
    margin-left: 1rem;
    border: 1px solid #e0e0e0;
    transition: all 0.3s linear;
  }
  .btn-gray-light:hover { background-color: rgb(221, 221, 221) }
  #listing_table tr:first-child { background-color: #e5e5e5; font-size: 13px }
  #listing_table td, #listing_table th { border: 1px solid #000000 }
  #listing_table td, #listing_table th {
    padding: 0.3rem;
    font-weight: 100;
    font-size: 14px;
  }
  #listing_table tr:first-child td,
  #listing_table tr:last-child td { font-weight: bold }

  .btn-export-report {
    position: relative;
    background-color: #03a9f3;
    color: #fff;
    border-radius: 0;
    padding: 0.5rem 4rem 0.5rem 1rem;
  }
  .btn-export-report:hover { color: #fff }
  .btn-export-report i {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    background-color: #0e98d6;
    height: 100%;
    padding: 0.7rem;
    text-align: center;
    border-left: 1px solid #54879e;
  }
  .btn-print-report {
    position: relative;
    color: #fff;
    border-radius: 0;
    padding: 0.5rem 4rem 0.5rem 1rem;
  }
  .btn-print-report:hover { color: #fff }
  .btn-print-report i {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    background-color: #05975a;
    height: 100%;
    padding: 0.7rem;
    text-align: center;
    border-left: 1px solid #037546;
  }
  .border-bottom-none { border-bottom: none }
  .btn-summary {
    background-color: #a0a3a52e;
    color: #353535;
    font-size: 14px;
    font-weight: 100;
    padding: 0.4rem 2rem;
  }
  .btn-search-report {
    background-color: #4caf5024;
    color: #4caf50;
    font-size: 15px;
    margin-right: 2rem;
  }

  @media print {
    .top-header-bar { display: none }
    .sidebar-wrapper { display: none }
    .print-none { display: none }
  }

  .ml-7rem { margin-left: 0.7rem !important }
  .mr-3rem { margin-right: 3rem !important }

  .sub-menu-inner {
    will-change: transform !important;
    position: relative !important;
    transform: none !important;
    top: 0px !important;
    width: 100%;
    background-color: #f6f7f8;
    border: none;
  }
  .sidebar-wrapper .dropdown-inner > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    left: 15px;
    top: 13px;
  }
  .dropdown-inner { padding-left: 0 !important }
  .nav-link[data-toggle].collapsed:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f053";
      font-style: normal;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      background: 0 0;
      position: absolute;
      left: 15px;
      top: 13px;
  }
  .nav-link[data-toggle]:not(.collapsed):after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f077";
      font-style: normal;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      background: 0 0;
      position: absolute;
      left: 15px;
      top: 13px;
  }
  .dropdown-inner-items {
      padding: 5px 0;
      background-color: #cfd8dc33;
      box-shadow: inset 0 4px 7px #1f33461c;
  }
  .dropdown-items-nav li a { padding: 0.5rem 2rem 0.5rem 0 !important; border-bottom: 1px solid #dadada }
  .last-ul li:last-of-type a { border: none }
  /* NEW STYLE OVERIDE */
  .icon__user i {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    vertical-align: middle;
    margin-right: 2px;
    line-height: 37px;
  }
  .arrow__dropdown { display: inline-flex }
  .user-date,
  .user-time {
    color: #ffffff;
    font-size: 11px;
    opacity: 0.7;
  }
  .top-header__dropdown:hover { background-color: #171fa2; border-radius: 0 }
  .page-wrapper.toggled .sidebar-wrapper {
    background-color: #F6F9FC;
    border-left: 1px solid #b1b1b173
  }
  .box-staticts-icon .days { color: #FFF; font-size: 12px }
  .box-staticts { align-items: center }
  .staticts { height: 132px }

  @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1600px }
  }
  .profile-menu {
    width: 200px;
    position: relative;
    border-radius: 0
  }
  .profile-menu .dropdown-item {
      display: block;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #333;
      white-space: nowrap;
      border-bottom: 1px solid #eee;
      padding: 12px 15px;
      font-size: 13px;
      font-weight: 500;
  }
  .profile-menu::after {
      content: '';
      position: absolute;
      top: -9px;
      left: 10px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 10px solid #f3f3f3;
  }
  .result-date,
  .user-code {
    color: #000000;
    font-weight: 800;
    font-size: 15px;
  }
  .dropdown-menu { border: none; box-shadow: 0 5px 15px rgb(0 0 0 / 30%) }
  .result-price h4 { font-size: 1.5rem; color: #3e3e3e }
  .toggle-items {
      position: relative;
      background-color: #bfd4eaad;
      margin-right: 2rem;
      color: #607d8b;
      font-size: 16px;
      color: #3a3e63 !important;
      border: none !important;
      font-size: 21px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease-in-out;
      width: 45px;
      height: 45px;
      border-radius: 0;
  }
  .card-treasuries-inner .dropdown-item { padding: 0.8rem 1rem; border-bottom: 1px solid #ececec }
  .status {
    padding: 5px 7px;
    font-weight: 400 !important;
    font-size: 11px;
    line-height: 9px;
    border-radius: 3px;
    font-size: 11px !important;
  }
  .card-treasuries:first-of-type { border-top: 1px solid #ddd }
  .btn { border-radius: 0 }
  .dropdown-notification .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
    font-weight: 100;
    font-size: 13px;
    text-align: center;
    box-shadow: inset 0 0px 3px #e0e0e0;
    border-radius: 0;
    font-weight: 400 !important;
  }
  .end-bar { font-size: 12.5px !important; font-weight: 400 }
  .admin__name { font-size: 13px }
  .table .dropdown { display: table; margin: auto !important }
  .table-staff .btn-toggle-items { margin-right: 0 }
  .table-responsive>.table-bordered { border: 1px solid #ddd; overflow-x: auto;}
  .table tr td, .table tr td a {
      font-weight: 600;
      color: #000000;
      font-size: 14px;
      align-items: center;
      justify-content: center;
      width: -webkit-fill-available;
  }
  .expenses__heading { color: #171fa2 }
  .total_tr_style { background-color: #f6f9fc }
  .page-content-top-left { margin-left: 1rem !important }
  .cancel {
    background: linear-gradient(to right, #dc1f11 1%, #ff584c 100%) !important;
    border: 1px solid #c31d10 !important;
  }
  .cancel i { background-color: #de2518 !important }

  select {
    padding: 2px 50px 2px 2px;
    border: none;
    /* background-image: url("https://cdn4.iconfinder.com/data/icons/evil-icons-user-interface/64/arrow_down2-128.png"); */
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 21px;;
  }
  .result-user-name {
    font-weight: bold;
    color: #000;
    font-size: 12px;
  }
  .ml-x-3 { margin-left: 0.3rem !important }
  .table-moves thead { background-color: #fff !important }
  .table-moves thead tr th, .table-moves thead tr th {
    text-align: right;
    color: #333;
    font-size: 13px;
    font-weight: 400;
  }
  .data-name span { font-size: 13px; color: #000 }
  .main-currency { border-left: 3px solid #2d8a26; padding-left: 0.8rem }

  .user-toggle {
    width: 40px !important;
    height: 35px !important;
    font-size: 12px
  }
  .table-users tr td,
  .table-users tr th { padding: 0.4rem 1rem !important }
  .table-users { border: 1px solid #ddd }

  .form-staff .form-group label {
    position: absolute;
    top: -9px;
    right: 24px;
    background-color: #FFF;
    color: #00458f;
    font-weight: 600;
    transition: all 0.3s ease-out;
    z-index: 1;
  }
  .form-staff .form-group:hover > label {
    opacity: 0;
    visibility: hidden;
    top: 10px;
    cursor: pointer;
  }
  .form-search-home .form-control { height: 35px !important; flex: 1 }
  .form-group { position: relative }
  .form-search-home .btn-search-submit {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #171fa2;
    color: #FFF
  }
  .btn-success {
    color: #fff;
    background-color: #19b777;
    border-color: #1ab878;
  }
  .btn-success:hover {
    color: #fff;
    background-color: #118e5b;
    border-color: #20ad74;
  }
  .nav-tabs .nav-link { border-radius: 0 }

  .none { display: none !important }
  .toggle-right { right: -248px !important }
  .mr-24 { margin-right: 2.4rem !important }
  .ml-11 { margin-left: 1.5rem !important }
  .dropdown-menu { border-radius: 0 }

  .table-print-wrapper.table-bordered { border: 1px solid #9a9a9a }
  .head-table-2,
  .head-table-1 { font-size: 20px; font-weight: bold }

  #listing_table tr td,
  #listing_table thead th { color: #000 }
  #listing_table tr td { font-weight: 400 }
  .btn-close-modal {
    position: absolute;
    top: -21px;
    left: -14px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #000;
    border: 4px solid #fff;
    text-align: center;
    padding: 0;
  }
  .btn-close-modal i { color: #FFF }
  .custom_table thead, .custom_table thead { background-color: #f1f1f1 !important; color: #525252 }
  .custom_table thead tr th, .custom_table thead tr th {
    font-weight: 500;
    color: #505050;
    font-size: 13px;
  }
  .custom_table tr td { padding: 0 }
  .custom_table .btn-toggle-items {
    font-size: 14px;
    width: 38px;
    height: 38px;
    margin: 0.5rem 0;
  }
  .btn-modified {
    white-space: nowrap;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d8e1e3;
    border-radius: 2px;
    color: #58666e;
    font-size: 13px;
    font-weight: 600;
    margin: 4px;
    padding: 2px 5px;
    display: inline-block;
  }
  /* NEW STYLES */
  .client-details-header {
    background-color: #0d12672b;
    padding: 0.7rem 1rem;
    color: #000;
  }
  .client-details-inner a { color: #444 }
  .client-details-header h5 { margin: 0; font-size: 15px }
  .Paging { float: left }
  .clear {
    font-size: 1%;
    clear: both;
    height: 1%;
  }
  .entry-content {
    clear: both;
    background: #fff;
    padding: 0;
  }
  .day-view-entry-list .day-view-entry-label.day-view-entry-label:first-child { border-top: 1px solid #ddd }
  .day-view-entry-list .day-view-entry-label.day-view-entry-label { border-right: none }
  .day-view-entry-label.day-view-entry-label { border-left: none; border-right: 3px solid #ddd }
  .day-view-entry-label.day-view-entry-label {
    position: relative;
    border: none;
    border-left: 3px solid #ddd;
  }
  .day-view-entry {
    border-bottom: 1px solid #ddd !important;
    font-size: 13px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -ms-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
  }
  .day-view-entry table { line-height: 18px; width: 100% }
  .day-view-entry td {
    vertical-align: middle;
    padding: 16px 15px;
    word-wrap: break-word;
  }
  .day-view-entry .entry-info { word-wrap: break-word }
  .day-view-entry .task-notes { color: #777; overflow: hidden }
  .day-view-entry .task-notes { line-height: 13px }
  .day-view-entry .entry-time {
    vertical-align: middle;
    padding: 16px 15px;
    font-size: 21px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
  }
  .status { margin-left: auto }
  .entry-time .status { display: block !important }
  .entry-time .status span { float: none !important }
  .status .status-symble {
    border-radius: 3px;
    color: #fff;
    padding: 3px 7px;
  }
  .status .status-2 { background: #0abb87 !important }
  .status span {
    padding: 2px 7px;
    float: left;
    font-weight: 700;
    font-size: 11px;
  }
  .status span {
    padding: 2px 7px;
    font-weight: 700;
    font-size: 11px;
    line-height: 9px;
  }
  .day-view-entry .entry-button {
    line-height: 37px;
    padding-left: 0;
    text-align: right;
    width: 80px;
  }
  .day-view-entry td {
    vertical-align: middle;
    padding: 16px 15px;
    word-wrap: break-word;
  }
  .day-view-entry-label { border: 1px solid #dcdcdc !important }
  .nav-tabs-client .nav-link {
    font-size: 1rem;
    color: #444;
    font-weight: 500;
  }
  .task-notes a { color: #444 }
  .added-by { color: #777 }
  .invoice-wrap {
    width: 700px;
    margin: 0 auto;
    background: #FFF;
    color: #000;
  }
  .total_credit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
  }
  textarea { resize: none }
  .btn-icon {
    color: #fff;
    background-color: #4e5381;
    border-color: #4e5381;
  }
  .btn-icon i {
    float: right;
    display: block;
    height: 100%;
    font-size: 19px;
  }
  .item-group { background-color: #f6f9fc }
  .item-group .btn {
    font-weight: 500;
    background: #fff;
    border-color: #dadada;
    color: #75799d;
    border-top: none;
    border-bottom: none;
    border-left: none;
  }
  .panel-head { background-color: #e3eef966; padding: 0.9rem }
  .panel-head h5 {
    font-size: 14px;
    margin: 0;
    color: #75799d;
    font-weight: 600;
  }
  .timeline_custom { background-color: #E4EBF2; margin-top: 1rem }
  .timeline_custom ul li {
    font-size: 12px;
    margin-left: 15px;
    color: #929aab;
    background: #e4ebf2;
    padding: 1px 10px;
    border-radius: 6px;
  }
  .timeline_custom .label-block p {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 0.7rem 3rem;
    color: #546973;
    border-radius: 100px;
    font-weight: 500;
  }
  .timeline_custom .extend {
    background-color: #4fb948;
    font-size: 20px;
    padding: 0.8rem;
  }
  .trash {
    background: linear-gradient(to right, #e91e63 1%, #e91e63 100%) !important;
    border: 1px solid #e91e63 !important;
  }
  .trash i { background-color: #d8094f !important }
  .paper {
    background: linear-gradient(to right, #e2e2e2 1%, #dcdcdc 100%) !important;
    color: #777 !important;
    border: 1px solid #d2d2d2 !important;
  }
  .paper .fa-sticky-note { background-color: #cecfd0 !important }
  .rounded-item-header {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    background-color: #0d1267;
  }
  .inputs-group-list { padding: 1rem }
  .table_payment td, .table_payment th { padding: 0.3rem }
  .table_payment a { color: #444 }
  .table_payment tbody tr:nth-of-type(odd) { background-color: #FAFBFC !important }
  .box_rtl {
    direction: rtl;
    text-align: right;
    font-family: tahoma;
  }
  .Pcontainer {
    margin: 10px auto;
    max-width: 600px;
    border: 1px solid #777;
    padding: 15px;
  }
  .box_rtl .Left { float: right }
  .box_rtl .Right { float: left }
  .Ptitle {
    display: block;
    clear: both;
    border-bottom: 1px solid #bbb;
    margin: 0 auto 10px auto;
    padding-bottom: 5px;
  }
  .Ptitle h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    margin-top: 4px;
  }
  .Ptitle p {
    font-size: 12px;
    color: #444;
    margin-bottom: 0;
    margin: 4px 0;
  }
  .Prow { overflow: hidden }
  .Prow p {
    font-size: 12px;
    color: #444;
    line-height: 20px;
    margin: 2px 0;
  }
  .Prow span {
    font-weight: bold;
    font-size: 12px;
    color: #333;
  }
  .box_rtl .Left { float: right }
  .segnatures { overflow: hidden; margin-top: 40px }
  .segnatures h4 {
    font-size: 12px;
    color: #555;
    border-top: 1px solid #ccc;
    padding: 20px 80px 0;
    font-weight: normal;
  }

  .panel .panel-head {
    background: #f6f9fc;
    color: #3a3e63;
    font-size: 16px;
    padding: 10px 15px;
  }
  .panel .panel-head h3 {
    font-size: 14px;
    margin: 0;
    color: #75799d;
    font-weight: 600;
  }

  /* NEW STYLES */
  .card-heading {
      background-color: #0d1267;
      color: #FFF;
      padding: 0.7rem;
      font-weight: 500;
      font-size: 1.1rem;
  }

  .form-order .custom-file-label::after { left: -1px; right: auto }

  .custom-file-input:lang(en)~.custom-file-label::after { content: "رفع الصورة" }
  .custom-file-input:lang(en)~.label-end::after { content: "رفع الملف" }
  .select2-selection {
    border: 1px solid #8fa9c582 !important;
    border-radius: 0 !important;
    color: #356292;
    font-size: 12px;
    height: 40px !important;
    align-items: center !important;
    display: flex !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #356292 transparent transparent transparent !important;
    margin-left: -7px !important;
    top: 76% !important;
  }
  input:focus-visible { outline: none !important }
  /* */
  .btn-view-pic { background-color: #0d1267; color: #ffffff; border-radius: 2px; }
  .btn-download-file { background-color: #009688; color: #FFF; border-radius: 2px; }
  .btn-depend {
    background-color: #26a74b;
    color: #FFF;
    padding: 0.7rem 3rem;
    font-size: 1.1rem;
  }

  .btn-view-pic,
  .btn-download-file,
  .btn-depend { color: #FFF !important }

  .donut-inner {
      text-align: center;
      margin-top: -35%;
      font-family: sans-serif;
  }
  .donut-inner .percent {
      font-size: 65px;
      margin-bottom: 3px;
      margin-top: 0;
      font-weight: bolder;
  }
  .donut-inner .percent small{
      font-size: 35px;
      font-weight: bolder;
      font-family: Arial;
  }
  .donut-inner .price { margin: 0; font-size: 30px }
  .payment-method { font-weight: 700 }
  .result-date, .user-code { font-weight: 600 }
  .action-small-btn {
    background-color: #dbe7f3;
    border-color: #c5daef;
    color: #5a5a5a;
    padding: 0.3rem 1rem;
    border: 1px solid #8eb5dd6b;
    font-size: 13px;
    font-weight: 600;
  }

  .action-to-btn li:nth-of-type(2) a { border-right: none; border-left: none }
  .action-to-btn li:first-of-type a { border-top-right-radius: 3px; border-bottom-right-radius: 3px }
  .action-to-btn li:last-of-type a { border-top-left-radius: 3px; border-bottom-left-radius: 3px }

  .btn-to-action {
    background-color: #f45c20;
    color: #fff;
    margin-top: 1rem;
  }
  .btn-to-action:hover { color: #FFF }

  .nav-tabs .nav-link::after { display: none !important }
  .navs-client { border: 1px solid #e3e3e3; background-color: #ffffff29 }
  .navs-client .nav-item { margin-bottom: 0 }

  .navs-client .nav-item.show .nav-link, .navs-client .nav-link.active {
    color: #ffffff;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: #0d1267 !important;
  }

  .row-contain { display: none }
  .table-add-client thead, .table-add-client thead {
    background-color: #f5f5f5;
    color: #525252;
    border: 1px solid #e7e7e7;
  }
  .btn-close {
    background-color: #c90c0c;
    color: #FFF;
    border-radius: 5px;
  }
  .file-wrapper {
    background-color: #FEFFEF;
    padding: 3rem;
    border: 2px dashed #d3d3d3;
  }
  .custom-file-label::after { left: 0; right: auto }
  .items-footer li { color: #727272 }

  .card-sales {
    background-color: #FFF;
    padding: 3rem;
    box-shadow: 0 10px 15px #607d8b26;
    margin-bottom: 2rem
  }

  .sales-icon { margin-bottom: 1rem }
  .card-sales h4 {
    color: #495087;
    font-weight: bold;
    font-size: 1.4rem
  }
  .form-fatora label { white-space: nowrap; margin: 0 0 0 1rem }
  .select2-container--default .select2-selection--single { direction: rtl !important }
  .select2-container--default .select2-selection--single .select2-selection__arrow { left: 5px !important; right: auto !important }
  .note-toolbar { background-color: #eee !important }
  .note-btn {
    background-color: #dddddd !important;
    background-image: none !important;
    border: 1px solid #bfbfbf !important;
    border-color: #dfd6d6 !important;
  }
  .input-group-text {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    font-weight: bold
  }
  .select2-dropdown { border: none !important; box-shadow: 0 5px 20px #607d8b4a }

  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dfdfdf !important;
    padding: 0.6rem !important;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #0d1267 !important }
  .select2-search__field { text-align: right !important }
  .change-form .custom-file-input:lang(en) ~ .custom-file-label::after { content: "رفع ملف cv" }

  .flat-green { background-color: #20ad74; color: #FFF; transition: all 0.3s linear }
  .flat-green:hover { background-color: #0f8555; color: #FFF !important }
  .flat-blue { background-color: #2196f3; color: #FFF }
  .custom-file-label { height: 40px;padding: 0.7rem }
  .table-custom thead {
    background-color: #ebebeb;
    color: #000;
    border: 1px solid #dddddd;
  }
  .custom-file-label::after {  height: 100%; padding: 0.7rem 1rem }
  .table-custom thead tr th { color: #585858;font-weight: bold; }
  .table-custom .btn { border-radius: 3px; font-size: 12px }
  .table-custom .btn-warning { box-shadow: 0 3px 10px #ebc552 }
  .table-custom .flat-blue { box-shadow: 0 3px 10px #2196f3 }
  .table-custom .flat-blue:hover { background-color: #1e89dd; color: #FFF !important }
  .table-custom .btn-danger { box-shadow: 0 3px 10px #c82333 }
  .modal-body-style .d-flex { padding: 0.3rem 1rem; border-bottom: 1px solid #e7e7e7 }
  .modal-body-style .d-flex:last-of-type { border: none }

  .btn-link {
    background-color: #0d1267;
    color: #FFF;
    box-shadow: 0 5px 10px #2784c770;
  }

  .price-lg h4 { font-size: 2rem !important; color: #ef4b2a }

  .box-bordered { border-bottom: 1px solid #e9e9e9; padding-bottom: 1rem }

  .custom-heading {
    background-color: #efefef;
    padding: 0.4rem 1rem;
    color: #404040;
  }
  .list-style-circle { list-style: circle }

  .fatora-design {
    position: relative;
    background-color: #FFF;
    margin: 2rem;
    padding: 3rem;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
  }
  .invoice-box {
    text-align: left;
    background-color: #eee;
    padding: 0.5rem;
    margin-top: 1rem;
    border: 1px solid #dfdfdf;
  }

  .invoice-box p { margin-bottom: 0 }
  .table-fatora-design { border: 2px solid #e9e9e9 }
  .table-fatora-design thead tr { background-color: #f3f3f3 }
  .table-fatora-design thead tr th { color: #000; font-weight: 600 }

  .flat-gray { background-color: #f3f3f3 }

  .fatora-design .ab-img {
    position: absolute;
    top: -22px;
    left: 50%;
    height: 50px;
    width: 50px;
  }
  .fatora-design-inner h5 {
    margin-bottom: 1rem;
    border-right: 3px solid #4fb948;
    padding-right: 1rem;
  }
  .border-bottom-1 { border-bottom: 1px solid #CCC }
  .details-payment img {
    width: 119px;
    display: block;
    margin-bottom: 1rem;
  }
  .display-0 { display: none !important }
  .details-payment {
    border: 1px solid #dfdfdf;
    padding: 1rem;
    height: 100%;
  }
  /* TECHNICAL SUPPORT */
  .client-login-heading {
    margin: 1rem 0;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    border-top: 1px solid #21252912;
    border-bottom: 1px solid #2125290f;
    padding: 1rem;
  }
  .item-header-absolute {
    position: absolute;
    top: 8px;
    left: -20px;
    background-color: #4fb948;
    color: #FFF;
    padding: 0.6rem 2rem;
    transform: rotate(-23deg);
    font-weight: bold;
    border: 1px solid #2f9d28;
  }
  .ticket-heading { font-size: 1.6rem; font-weight: bold }
  .ticket-sub-heading {
    font-size: 1rem;
    font-weight: bold;
    color: #777
  }
  .btn-search-ticket {
    position: absolute;
    top: 1px;
    left: 0;
    color: #cbcbcb;
    font-size: 1.2rem;
  }
  .tickets-header {
    background-color: #0d1267;
    padding: 0.5rem 1rem;
    border: 2px solid #ededed;
    color: #FFF
  }
  .table-tickets.table-striped tbody tr:nth-of-type(odd) { background-color: rgb(96 125 139 / 13%); }
  .inner-data h5 { color: #4fb948 }
  .inner-data p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
  }
  .status-alert {
    border: 2px solid #000;
    width: 100%;
    display: block;
    border-radius: 100px;
    padding: 0.4rem;
    text-align: center;
    font-weight: bold;
  }
  .table-tickets thead tr th i { transform: rotate(-90deg) }
  .page-link { color: #5c5c5c }
  .tox-notifications-container { display: none !important }
  .form-create-ticket .dropify-wrapper { height: 95px }
  .create-ticket-heading { font-size: 3rem; margin-bottom: 3rem }
  .btn-ticket {
    background-color: #20508b;
    color: #FFF;
    border-radius: 100px;
    padding: 0.3rem 2rem;
  }
  .add-attachment {
    border: 1px solid #3c3c3c;
    color: #000000;
    font-weight: 400;
    border-radius: 100px;
    padding: 0.3rem 2rem;
  }
  .btn-cancel {
    border: 1px solid #3c3c3c;
    border-radius: 100px;
    padding: 0.2rem 3rem;
    margin-right: 1rem;
    font-weight: bold;
  }
  .creat-ticket-heading {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #186298;
  }
  .btn-order-data { border: none !important; padding: 0 !important }
  .accordion-ticket .card { border: 2px solid #d1d1d1 }
  .accordion-ticket .card .card-header { background-color: transparent }
  .accordion-title { font-size: 1.3rem; font-weight: bold }
  .ticket-view-content { border: 1px solid #CCC; margin-top: 1rem }
  .ticket-view-header .icon {
    font-size: 2rem;
    margin-left: 10px;
    color: #b9b9b9;
  }
  .paid-part { background-color: #F16334 }
  .unpaid { background-color: #f00 }
  .closed { background-color: #000 }

  .cursor-custom { cursor: help }
  .form-fatora .form-row .form-group .row {
    background-color: #FFF;
    border: 1px solid #d7d7d7;
    padding: 1rem
  }
  .border-none { border: none !important }
  .table-add-client tr th {
    background-color: #f5f5f5;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 13px;
    padding: 0 !important;
    text-align: center;
  }
  .table-container-items .form-control:focus { background-color: #ffc10726 }
  .table-container-items .remove-tr {
    background: linear-gradient(to right, #f83c5f 1%, #fd617e 100%);
    color: #FFF;
    padding: 0.1rem 0.5rem;
  }
  .merge-table { background-color: #EEEEEE }
  .form-fatora .custom-select2 .select2-container,
  .form-fatora .custom-select2 {
    width: 250px !important
  }
  .form-fatora .custom-select2 .select2-selection--single {
    width: 250px
  }
  .hint-box-inner {
    position: relative;
    background-color: #FFF;
    border: 3px solid #171fa2;
    padding: 1rem;
  }
  .hint-box-inner span {
    font-size: 4rem;
    margin-left: 2rem;
    color: #171fa2
  }
  .close-hint {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-color: #171fa2;
    color: #FFF;
    text-align: center;
    font-size: 1.3rem;
    cursor: pointer;
  }

  .staticts-absolute-icon {
    position: absolute;
    bottom: auto;
    left: 10px;
    width: 64px;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { background-color: #171fa2 !important; color: #FFF }

  .sidebar-wrapper .sidebar-menu .sidebar-sub-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 10px
  }
  .sidebar-wrapper .sidebar-menu .sidebar-sub-dropdown > a.active:after { content: "\f077" !important }
  .inside-form-box { border: 1px solid #dfdfdf }

  @media only screen and (max-width: 992px) {
    body { overflow-x: hidden }
    #show-sidebar { display: none }
    .top-header-bar { padding-right: 0 !important }
    .top-title-heading { display: none }
    .toggle-sidebar { display: inline-block !important }
    .top-header-icon { font-size: 1.1rem }
    .icon__user i { font-size: 20px }
    .admin__name { font-size: 11px }
    #sidebar { top: 45px; border-left: 1px solid #d1d1d1 }
    .toggle-right-mobile { right: -450px !important }
    .toggle-right { right: 0 !important }
    .form-search-home .form-row .col-lg-6 { margin-bottom: 10px }
    .btn { font-size: 12px;white-space: nowrap}
    .card-content form .form-control { font-size: 11px }
    .result-price h4 { font-size: 1.1rem }
    .payment-method { font-size: 11px; white-space: nowrap }
    .result-date, .user-code { font-size: 10px }
    .page-wrapper .page-content { overflow-x: hidden }
    .chiller-theme .sidebar-wrapper .sidebar-menu ul li a { font-size: 0.82rem !important }
    .card-content { overflow-x: scroll }
    .page-content-top-right { margin-right: 0 }
    .page-content-top { padding-right: 0 !important }
    .page-content-top-right { margin-right: 0 !important }
    .label-block p { font-size: 11px }
    .timeline-item .extend {
      width: 40px;
      height: 40px;
      font-size: 1.4rem;
      right: -60px;
    }
    .timeline-item { padding: 1rem 1rem }
    .timeline-item p { font-size: 12px }
    .page-content-top-left { margin-left: 0 !important }
    .page-content-top-right p { font-size: 11px }
    .table-add-client thead tr th { font-size: 12px; white-space: nowrap }
    .btn-to-action { width: 100px }
    .staticts { height: auto }
    .hint-box-inner p { font-size: 11px }
    .hint-box-inner span { font-size: 2.5rem }
    .box-staticts div span { color: #FFF }
    .table td,
    .table td div,
    .table td span { white-space: nowrap }
    .status { white-space: nowrap }
    .table-staff-name { white-space: nowrap }
    .table th { white-space: nowrap; font-size: 11.5px }
    .result-date, .user-code { white-space: nowrap }
    .result-price { margin-right: 2rem }
    .result-card-left .mr-5 { font-size: 0.5rem !important }
    .nav-tabs-client .nav-link { font-size: 0.7rem }
    .client-details-inner h2 { font-size: 14px }
    .client-details-header h5 { font-size: 13px }
    .table-responsive { margin: 0 !important }
    .table { margin: 0 !important }
    .result-user-name { font-size: 12px }
    .custom-st { flex-direction: row; flex-wrap: wrap }
    .invoice-template { overflow-x: scroll !important }
    #PrintableContent { width: 800px }
    .fatora-design { margin: 0.5rem 0; padding: 1rem }
    .custom-add { margin-top: 0.5rem; margin-left: 0.5rem }
    .fatora-method-header img { width: 110px }
    .fatora-method-header h3 { font-size: 16px }
    .link-header { font-size: 10px }
    /* .form-search-filter .justify-content-between  { flex-direction: column !important } */
    .nav-tabs-client .tab-pane h5 {
      font-size: 12px;
    }
  }

  @media only screen and (min-width: 500px) and (max-width: 770px) {
    .custom-st .box-staticts { width: 50% }
    .custom-add { margin-top: auto; margin-left: auto }
  }

  .bg-gray { background-color: #EEEEEE; color: #444469 !important }
  .bg-gray th { color: #444469 !important; font-weight: bold !important }
  .inner-border { border-bottom: 3px solid #CCC !important }
  .index-ul li {
    height: 35px;
    border-right: 1px solid #CCC;
    display: flex;
    align-items: center;
  }
  .index-ul li a {
    color: #878DA5;
    padding: 0 1rem;
    font-size: 1rem;
  }
  .index-ul .active { background-color: transparent !important }
  .active-green {  background-color: #20ad7430 }
  .active-green a { color: #25a783 !important }
  .pr-7rem { padding-right: 7rem }
  .ul-top li:first-of-type { border-right: 4px solid #E8AB21; padding-right: 1rem }
  .ul-top li:last-of-type { border-right: 4px solid #CE5032; padding-right: 1rem }
  .table-account tr:hover { cursor: pointer; background-color: #EEE }

  .invoice-wrap {
    width: 700px;
    margin: 0 auto;
    background: #FFF;
    color: #000;
  }

  .invoice-inner { margin: 0 30px; padding: 20px 0 }
  .invoice-address { margin: 55px 0 }
  b, strong { font-weight: bold }

  .table-cursor tr:hover { cursor: pointer }
  .custom-control-label::before { left: auto !important; right: 0 }
  .custom-control-label::after { right: 0; left: auto }
  .custom-control-label { padding-right: 1.5rem }
  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #171fa2;
    background-color: #171fa2;
  }
  .hint-box-inner p { margin: 0 }

  @media only screen and (max-width: 780px) {
    .edit-mob {
      flex-direction: column;
      height: 60px;
      font-size: 12px;
      padding-top: 5px !important;
    }
    .index-ul li a { font-size: 0.7rem }
    button.btn.btn-search-advanced {
      display: block !important;
    }
    .table-res {
      overflow-y: hidden;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      &::-webkit-scrollbar {
      width: 10px;
    }
    &::-webkit-scrollbar:horizontal {
      height: 10px;
    }
    &::-webkit-scrollbar-track {
      background-color: transparentize(#ccc, 0.7);
    }
    &::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: transparentize(#ccc, 0.5);
      box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }
  }
  }

  #chart_div2  div { width: 1129px !important; height: 260px !important }
  .status-3 { background-color: #F00 }
  .ul-index li a {
    color: #878da5;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid #CCC;
    font-size: 13px
  }
  .ul-index li:last-of-type a { border: none }

  .btn-to-active {
    background-color: #a1a5c86b;
    color: #3f477e;
    border-radius: 100px;
    padding: 0.4rem 1.5rem;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0d1267 !important;
    border: 1px solid #0d1267 !important;
    color: #FFF
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {  color: #FFF !important }
  .link-header { color: #0d1267; font-weight: 500 }
  .notification-menu {
    width: 330px !important;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .noti_menu a { color: #3a3e63; font-weight: 500 }
  @media only screen and (max-width: 780px) {

    .table-res {
       display: block;
       width: 100%;
       overflow-x: auto;
       -webkit-overflow-scrolling: touch;
    }
    .table { font-size: 10px }
    .page-content-top-right h5 { font-size: 12px }
    .ul-top h5 { font-size: 14px }
    .index-ul { border-top: 1px solid #ddd; border-left: 1px solid #ddd }
    .price-lg { font-size: 20px }
    .staticts-absolute-icon { width: 40px }
  }
  .noti_contain { padding: 0.5rem 1rem; border-bottom: 1px solid #0d12672e; }
  .noti_contain .icon {
    font-size: 14px;
    margin-left: 1rem;
    color: #7378ab;
  }
  .notification-menu a { color: #4e4e4e }
  .noti-time { font-size: 11px }
  .noti_contain p {  font-size: 12px }
  .noti_contain .content h6 { color: #3a3e63; font-size: 13px }
  .notification-menu li.noti_contain:nth-of-type(odd) { background-color: #0096881a !important }
  .notification-menu li.noti_contain:nth-of-type(even) { background-color: #ef4b2a1f !important }
  .header_search {
    font-family: inherit;
    font-size: 100%;
    background: url(../img/search.png) no-repeat center;
    border: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 50px;
    padding: 9px 10px;
    color: transparent;
    cursor: pointer;
    background-size: 29px;
    background-position-x: 10px;
  }
  .header_search:focus {
    width: 300px;
    padding-left: 30px;
    color: #fff;
    background-color: #171fa2;
    cursor: auto;
    border-radius: 10em;
  }
  .header_search:focus::placeholder { color: #FFF }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles */
    .header_search{ padding: 20px 20px }
  }
  .add-menu ul li { padding: 0.5rem; border-bottom: 1px solid #e5e5e5 }
  .add-menu ul li a { color: #37474f; font-size: 12.3px }
  .add-menu { border-radius: 4px }
  .table-hint th { white-space: nowrap }
  .btn-add-item {
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 0.4rem 1rem;
    background: #f45c20;
    font-weight: 500;
  }
  .btn-add-item:hover {
    background: #ffe9e0;
    color: #f45c20;
  }
  .btn-payment {
    background-color: #13519d;
    color: #FFF;
    border-radius: 100px;
    padding: 0.5rem 2rem;
  }
  .btn-payment-outline {
    background-color: transparent;
    color: #13519d;
    border-radius: 100px;
    padding: 0.5rem 2rem;
    border: 1px solid #13519d
  }
  .merge-table tbody tr td { background-color: #f7f7f7 }
  .add-new-row {
    border-radius: 6px;
    font-size: 12px;
    padding: 0.5rem 1rem;
  }
  @media only screen and (max-width: 992px) {
    .header_search:focus {
      position: absolute;
      bottom: -39px;
      right: 20px;
    }
    .header_search { background-size: 25px }
  }
  .table-ren thead tr th, .table-ren thead tr th { font-size: 13px; white-space: nowrap }
  .custom-control-label::after { right: 0px !important;top: 0.27rem }
  .btn-add-new {
    background-color: #20ad74;
    color: #FFF;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 13px;
  }
  .btn-add-new:hover { color: #FFF }
  .row-data-ren .col-lg-3 .d-flex {
    background-color: #f7f7f7;
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    border: 1px solid #ebebeb;
  }
  .row-data-ren .col-lg-3 .d-flex h6 { color: #186298 }
  .row-data-ren .col-lg-3 .d-flex p { font-size: 13px; color: #777 }
  .heading-data { font-size: 15px }
  .btn-view { background-color: #fff; font-size: 13px }
  .btn-view:hover {
    background-color: transparent;
    border-radius: 7px;
    font-size: 13px;
    color: #FFF;
    border: 1px solid #FFF
  }
  .nav-tabs .nav-link:focus-visible { outline: #171fa2 auto 1px }
  @media (min-width: 576px) {
    .modal-dialog-custom { max-width: 1600px !important }
  }
  .table-ren tbody td,
  .table-ren tbody th { white-space: nowrap }
  .tag {
    background-color: #20ad74;
    border-radius: 5px;
    padding: 0.2rem 0.7rem;
    color: #FFF;
    margin: 0 2px;
  }
  .table-ren > tbody td > a,
  .table-ren > tbody .inner-data a { color: #006285 }
  .link-ul li a { color: #003574 }
  .table-ren tbody td { font-size: 1rem }
  .table-ren tbody tr th {
    color: #6b6b6b;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .custom-td { font-size: 12px !important }
  .odd { background-color: rgb(96 125 139 / 13%) }
  .tr-expired { background-color: #f443361a }
  .table-ren td,
  .table-ren th { border: none }
  .tr-custom { border-bottom: 2px solid #ddd }
  .download-ul li .btn {
    background-color: #0d1267;
    color: #FFF;
    margin-right: 10px;
    padding: 0.4rem 1.4rem;
    border-radius: 2px;
  }
  .custom-timeline { margin: 4px 18px; }
  .custom-line { border: 1px solid #e3e3e3; border-bottom: none }
  .table-contracts thead th { white-space: nowrap }
  .table-contracts  { border: 1px solid #ddd }
  .result-custom {
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
  }
  .timeline {
      border-right: 4px solid #d9d9d9;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      color: #000;
      margin: 50px auto;
      position: relative;
      line-height: 1.4em;
      font-size: 1.03em;
      padding: 50px;
      list-style: none;
      text-align: right;
      font-weight: 100;
      max-width: 30%;
  }
  .timeline .event {
      border-bottom: 1px dashed rgba(255,255,255,0.1);
      padding-bottom: 25px;
      margin-bottom: 50px;
      position: relative;
  }
  .timeline .event:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none;
  }
  .timeline .event:before, .timeline .event:after {
      position: absolute;
      display: block;
      top: 0;
  }
  .timeline .event:before {
      right: -217.5px;
      color: #000;
      content: attr(data-date);
      text-align: right;
      font-weight: 500;
      font-size: 0.9em;
      min-width: 120px;
      text-align: left;
  }
  .timeline .event:after {
      box-shadow: 0 0 0 4px #186298;
      right: -57.85px;
      background: #ffffff;
      border-radius: 50%;
      height: 11px;
      width: 11px;
      content: "";
      top: 5px;
  }

  .timeline h5 { color: #065087; font-size: 14px }
  .event ul li { font-size: 13px; font-weight: 400 }
  .timeline a { color: #6c757d !important }
  .text-color-custom { color: #212529 }

  @media only screen and (max-width: 992px) {
    .timeline-item .extend i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      font-size: 21px;
    }
    .icon-customize { width: 17px !important }
  }

  .icon-customize {
      width: 24px;
      display: inline-block;
      margin-right: 10px
  }

  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
  }
  .header_search::placeholder {
    opacity: 0
  }

  .form-offer .select2-container {
    width: 100% !important
  }
  .form__contain {
    padding: 2rem 1rem;
    margin: auto;
    width: 700px;
    border-radius: 3px;
    box-shadow: 0 1px 14px #cdcdcd1f;
    font-family: 'Montserrat';
    position: relative;
    margin-bottom: 1rem;
    background-color: #FFF;
  }

  .textarea__question {
    resize: none
  }

  .textarea__question {
    border: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0;
    background-color: #f7f7f7;
    color: #2b4a58;
    font-weight: 400;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
  }

  .textarea__question:focus {
    box-shadow: none;
    background-color: #f7f7f7;
    border-bottom: 2px solid #CCC;
  }

  .btn-add-component {
    position: absolute;
    top: 0;
    right: -50px;
    width: 35px;
    height: 35px;
    background-color: #673ab7;
    border-radius: 50%;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 0.44rem 0rem;
  }

  .top-drag-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #eeeeee38;
    color: #607d8b;
    cursor: all-scroll;
    opacity: 0;
    visibility: hidden;
    transition: al 0.3s linear;
  }

  .form__contain:hover .top-drag-bar {
    opacity: 1;
    visibility: visible
  }

  .custom_input {
    border: none;
    border-bottom: 1px dashed #CCC;
    border-radius: 0;
    font-size: 14px;
    box-shadow: none;
  }

  .form-control:focus {
    box-shadow: none;
    border-color: #171fa2 !important;
  }

  .custom_heading {
    font-size: 2rem;
    color: #000
  }

  .box-active {
    border-left: 4px solid #673ab7
  }

  .btn-select-dropdown {
    border: 1px solid #dfdfdf;
    color: #545454;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
  }

  .btn.focus,
  .btn:focus {
    box-shadow: none
  }

  .btn-select-dropdown i {
    font-size: 1.2rem;
    color: #5a5a5a
  }

  .inner_text {
    font-size: 1rem
  }

  .dropdown_options {
    border: 1px solid #e1e1e1;
    box-shadow: 0 2px 6px #afafafba;
    position: absolute;
    top: -13px;
    right: 16px;
    width: 203px;
    z-index: 3;
    background-color: #FFFF;
    transition: all 0.1s linear;
  }

  .dropdown_options-item {
    color: #6e6c6c;
    font-size: 0.85rem;
    text-transform: capitalize;
    border-bottom: 1px solid #e9e9e9;
    padding: 0.7rem 0.7rem;
    cursor: pointer;
  }

  .dropdown_options-item i {
    font-size: 1.3rem
  }

  .dropdown-toggle::after {
    display: none
  }

  .fields-btn-content i {
    text-transform: capitalize
  }

  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
  }

  /* Hide default HTML checkbox */
  .switch input {
    display: none;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #673ab738;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 2px;
    background-color: #673ab7;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input.default:checked+.slider {
    background-color: #673ab752
  }

  input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px
  }

  .slider.round:before {
    border-radius: 50%
  }

  .form__contain--footer {
    border-top: 1px solid #ebebeb;
    padding-top: 1rem;
    margin-top: 3rem;
  }

  .li-bordered {
    border-right: 1px solid #e1e1e1;
    padding-right: 1rem;
    margin-right: 1rem;
  }

  textarea.form-control {
    padding: 1rem
  }

  .btn-select-dropdown {
    padding: 0.9rem
  }

  .choose_input {
    width: 620px
  }

  .btn-input-remove {
    font-size: 1.3rem;
    color: #a7a7a7
  }

  .input__icon {
    font-size: 1.4rem;
    color: #b3b3b3
  }

  .btn-add-component:hover {
    color: #FFF;
  }

  .dropdown-menu {
    border: none;
    box-shadow: 0 4px 15px #cccccc8f;
    border-radius: 11px;
  }

  .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ede5e5;
    font-size: 13.5px;
    padding: 0.5rem 1rem;
    color: #263238;
  }

  .dropdown-menu .dropdown-item:last-of-type {
    border-bottom: none;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #fff;
  }

  .advanced-search-wrapper-2 .select2-container {
    width: 100% !important
  }

  @media only screen and (max-width: 992px) {
    .table-res-mob {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }

  .multi-checkbox-container__list {
    padding-bottom: 0
  }

  .form-wrapper {
    padding: 2rem 1rem;
    margin: auto;
    width: 700px;
    border-radius: 3px;
    box-shadow: 0 1px 14px #cdcdcd1f;
    font-family: 'Montserrat';
    position: relative;
    margin-bottom: 1rem;
    background-color: #FFF;
  }
  .date-timeline {
      position: absolute;
      top: 34%;
      right: -92px;
      font-size: 1.3rem;
      color: #186298;
      font-weight: 500;
      border: 1px solid #186298;
      padding: 0rem 1rem;
      border-radius: 7px;
      display: inline-block;
  }


  #search-bar .input-group-append {
      background: #fff;
      position: absolute;
      flex-direction: column;
      top: -14%;
      right: -2%;
      align-items: baseline;
      padding: 0 5px;
      border-radius: 4px;
  }


  #search-bar .btn-outline-secondary {
      border: none;
      padding: 0;
  }

  #search-bar .btn-outline-secondary i {
      font-size: 14px;
      color: #0d1267;
  }

  .pagination{
    justify-content: center;
  }
  #img-per img {
    width: 100%;
    object-fit: cover;
}

.form-discount input {
    height: 40px !important;
}
.form-discount select#selectTo8 {
    height: 40px;
}
.page-content-top-left a:first-child {
    margin-left: 10px;
}
main.page-content.form-online {
    padding: 0 !important;
}
.btn-form-online.d-flex {
    padding-right: 1.5rem;
    margin-bottom: 14px;
}
/* .dropdown-menu.menu-actions.show {
    transform: translate3d(0px, -105px, 0px) !important;
} */
.table-responsive {
    overflow: inherit !important;
}
.modal-body.modal-body-style {
    padding: 0;
}

.modal-body.modal-body-style .feild-input {
    border-bottom: 1px solid #cdcdcd;
    margin: 0 10px;
}
table.contract-edite a {
    color: #000;
}
.fwater-table table tr {
    border-bottom: 1px solid #ddd;
}

#expenses_form .form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}
/* .result-wrapper a {
    width: 30%;
} */
.result-price {
    flex: 1;
    min-width: 130px;
    border-left: 1px solid #ddd;
    padding: 0 13px;
}
.result-card-left span.payment-method {font-size: 11px;}
.status {
    margin-left: inherit;
    width: 100%;
    color: #fff !important;
}
.edit-result .form-row {
    margin: 0 2px;
    padding: 10px 6px;
}
.add-offer-input .bootstrap-tagsinput input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.table-staff tr {
    display: flex;
    justify-content: space-between;
}

.table-staff .table tr td {
    flex: 1;
}

.Thand-table thead tr th,.Thand-table thead tr th {
    flex: 1;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table, tr, td, th{
    border-left: 1px solid #e4ebf2;
}
.Thand-table, .Thand-table tr, .Thand-table td, .Thand-table th{
  width:100%;
}
td:last-child {
    border: none;
}
.table-staff tr:nth-of-type(even){
    background-color:rgb(132 171 190 / 13%)
}
.Thand-table tr td {
    display: flex !important;
    flex-direction: column;
}
table.table.table-staff {
    background: #fff;
    border: 1px solid #bed7f1;
}

/* Scroll for table */

.table-res a {
    color: #000;
}
@media (max-width: 474px) {
  .fade-sec {
    display: none;
  }
  .btn-fadetoggle{
    display: block !important;
  }
}
.btn-fadetoggle {
    display: none;
}
.companyfwateerhead .form-group {
    min-height: 85px !important;
}
.form-search-filter .btn-filter {flex-direction: row !important;}
.search-box {
    position: relative;
}
.custom-file-label::after {
    background-color: #212bde !important;
    color: #fff !important;
    cursor: pointer;
}
.select2-container--default .select2-results__group {
    border-bottom: 1px solid #ddd;
    padding: 6px 18px !important;
    background: #0d12674d;
    color: #0d1267;
}
.select2-container{width: 100% !important;}
.icons-clients {
    display: inline-flex;
    align-items: center;
}

.icons-clients i {
    cursor: pointer;
    color: #3b3b3b;
    margin: 0 3px;
}
.label-block-plus p {
    display: inline-block;
    background-color: #afb3ff;
    padding: 0.5rem 3rem;
    color: #000;
    border-radius: 100px;
}
.timeline-item-plus {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    color: #546e7a;
    width: 80%;
    margin-right: 10%;
    padding: 1.5rem 1rem;
    border-radius: 7px;
    border: 2px solid #e6e6e6;
    margin-bottom: 2rem;
}
.timeline-item-plus .extend {
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translate(0%,-50%);
    width: 50px;
    height: 50px;
    background-color: #b0bec5ba !important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 0.5rem 0rem;
    font-size: 2rem;
}

.extend.green-plus {
    background-color: #0d1267!important;
    background: linear-gradient(to right, #0d1267 1%, #0d1267 100%);
    color: #FFF !important;
}

.timeline-item-plus span.d-block.d-flex.justify-content-between.align-items-center {
    text-align: center;
     border: none;
     padding: 5px;
     border-radius: 0;
     background: transparent;
     color: #000;
}

.timeline-wrapper-plus {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccccccd6;
    padding: 1rem;
    z-index: 1;

}
.timeline-wrapper-plus::before {
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 82px;
    content: '';
    width: 4px;
    height: 100%;
    background: #ebebeb;
    z-index: -1;
}
.green-plus {
    background-color: #f45c20 !important;
    background: linear-gradient(to right, #f45c20 1%, #f45c20 100%);
    color: #FFF !important;
}
button.btn.btn-search-advanced {
    display: none;
}
.ck-editor .ck.ck-content {
    text-align: right !important;
}
.timeline-item-active.custom-timeline {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    color: #546e7a;
    width: 80%;
    padding: 1.5rem 1rem;
    border-radius: 7px;
    border: 2px solid #e6e6e6;
    margin-bottom: 2rem;
    margin-right: 6.6%;
}
.timeline-item-active:after {
    content: '';
    position: absolute;
    top: 31%;
    right: -13px;
    transform: translate(0,50%);
    width: 0;
    height: 0;
    border-top: 10px solid #5f5b5b00;
    border-left: 12px solid #adadad;
    border-bottom: 10px solid transparent;
}
.timeline-wrapper-active.border-none {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccccccd6;
    padding: 1rem;
    z-index: 1;
}
.timeline-wrapper-active:before {
    position: absolute;
    right: 87px;
    top: 0;
    bottom: 82px;
    content: '';
    width: 4px;
    height: 100%;
    background: #ebebeb;
    z-index: -1;
}
.timeline-item-active .date-timeline {
    color: #f45c20;
    border-color: #f45c20;
}
a#phone {
    display: block;
}
