/* _content/DirectCompanies/Components/Layout/MainLayout.razor.rz.scp.css */
main[b-05iy7vszue] {
    flex: 1;
}

.sidebar[b-05iy7vszue] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-05iy7vszue] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-05iy7vszue]  a, .top-row[b-05iy7vszue]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-05iy7vszue]  a:hover, .top-row[b-05iy7vszue]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-05iy7vszue]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-05iy7vszue] {
        justify-content: space-between;
    }

    .top-row[b-05iy7vszue]  a, .top-row[b-05iy7vszue]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-05iy7vszue] {
        flex-direction: row;
    }

    .sidebar[b-05iy7vszue] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-05iy7vszue] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-05iy7vszue]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-05iy7vszue], article[b-05iy7vszue] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-05iy7vszue] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-05iy7vszue] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DirectCompanies/Components/Pages/HeaderComponent.razor.rz.scp.css */
.notification_dropdown .dropdown-menu-end[b-38fs25id97] {
  min-width: 275px;
  padding: 0rem 0 1rem;
  /*  top: 60px;*/
}
.notification_dropdown .dropdown-menu-end .notification_title[b-38fs25id97] {
  /* background: $primary;
  color: $white;*/
  padding: 10px 20px;
}
.notification_dropdown .dropdown-menu-end .media[b-38fs25id97] {
  border-bottom: 1px solid #CCC;
  padding: 5px 0px;
}
.notification_dropdown .dropdown-menu-end .media > span[b-38fs25id97] {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 9px;
  margin-right: 10px;
}
.notification_dropdown .dropdown-menu-end .media > span.success[b-38fs25id97] {
  background: #DEF2DB;
  color: #2F9B1B;
}
.notification_dropdown .dropdown-menu-end .media > span.primary[b-38fs25id97] {
  background: #D3E7FE;
  color: #176AD2;
}
.notification_dropdown .dropdown-menu-end .media > span.danger[b-38fs25id97] {
  background: #FFE0E0;
  color: #E24747;
}
.notification_dropdown .dropdown-menu-end .media .notify-time[b-38fs25id97] {
  width: 100% !important;
  margin-right: 0 !important;
}
.notification_dropdown .dropdown-menu-end .media p[b-38fs25id97] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  margin-bottom: 0;
  margin-top: 5px;
}
.notification_dropdown .dropdown-menu-end .all-notification[b-38fs25id97] {
  display: block;
  padding: 15px 30px 0;
  text-align: center;
}
.notification_dropdown .dropdown-menu-end .all-notification i[b-38fs25id97] {
  margin-left: 10px;
}

/* pulse in CSS */
.pulse-css[b-38fs25id97] {
  border-radius: 0.5rem;
  border-radius: 3.5rem;
  height: 0.4rem;
  position: absolute;
  background: #593bdb;
  right: 5px;
  top: 0.6rem;
  width: 0.4rem;
}
.pulse-css[b-38fs25id97]:after, .pulse-css[b-38fs25id97]:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.2rem;
  background-color: #593bdb;
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 1.5s linear infinite;
  animation: pulse-me-b-38fs25id97 1.5s linear infinite;
}

@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes pulse-me-b-38fs25id97 {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
fieldset.data-information[b-38fs25id97] {
  border: 2px solid #b8d5dc;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 2.5em 0 !important;
  background-color: #FFF;
}

.data-information legend[b-38fs25id97] {
  font-size: 1.2em !important;
  font-weight: bold !important;
  padding: 0 10px;
  position: relative;
  top: -15px;
  background-color: #FFF;
  width: auto;
}

body[dir=ltr] .customDropdown .dropdown-menu[b-38fs25id97] {
  left: initial !important;
  right: 0 !important;
}

body[dir=rtl] .customDropdown .dropdown-menu[b-38fs25id97] {
  right: initial !important;
  left: 0 !important;
}
/* _content/DirectCompanies/Components/Pages/Home.razor.rz.scp.css */
.search-width[b-3rxmldvyga] {
  width: 75%;
}

body[dir=rtl] input[b-3rxmldvyga] {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

body[dir=rtl] .input-group-text[b-3rxmldvyga] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
/* _content/DirectCompanies/Components/Pages/Login.razor.rz.scp.css */
