 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


.page-content{
        position: relative;
      }
      body {
         font-family: "Lato", sans-serif;
      }
      .font-lato {
         font-family: "Lato", sans-serif;
      }

      



.sidebar.has-bg-image .sidebar-layout {
    background: #2c3539;
}

.layout .sidebar .menu .menu-item:hover a {
    background: #c9c7c714;
    text-decoration: none;
}

/*.layout .sidebar .menu .menu-item a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    color: #fff;
}*/

.sidebar .sidebar-layout .sidebar-header {
    height: 62px;
    min-height: 62px;
}

.page-content h1 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Eurostile';
}

.top-header p {
    font-weight: 600;
    margin-bottom: 0;
}

.sidebar.has-bg-image .sidebar-layout {
    background: #f4f8ff;
}
/*
.layout .sidebar .menu .menu-item a {
    color: #262627;
}
*/


.top-header p {
    padding-left: 24px;
}

.layout .sidebar .sidebar-collapser {
    top: 22px;
    left: calc(275px - 20px);
    color: #2c3539;
    background: none;
    box-shadow: 1px 1px 4px #0c1e3500;
}

.top-header {
    box-shadow: 1px 1px 4px #9aa0b900;
}

.search_bar_n {
    width: 100%;
}

.logo_icon {
    margin-top: 4px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.search_frm {
    position: relative;
}

.search_frm input {
    background: white;
    border: 1px solid #f2f2f2;
    border-radius: 43px;
    padding: 8px;
    padding-left: 36px;
    width: 100%;
    font-size: 12px;
}

.layout .header {
    display: block;
    padding: 0px 20px 4px 20px;
    height: auto;
    min-height: auto;
}

.top-header {
    border-bottom: 1px solid #00000017;
}

.info-title {
    font-size: 14px;
}

.filter p {
    font-size: 12px;
    font-weight: 500;
}

.dashboard .info-card h6 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .info-icon {
    color: #fff;
    background: #293337;
}

.dashboard .info-icon {
    font-size: 20px;
    line-height: 0;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    flex-grow: 0;
}

.rounded-circle {
    border-radius: 50% !important;
}

.ventitles h2 {
    font-size: 13px;
    color: #0067bf;
    font-weight: 600;
    margin-bottom: 20px;
}

.ventitles .vensub {
    font-size: 12px;
    color: #0067bf;
    font-weight: 600;
    margin-bottom: 20px;
}

.ven-table {
    background-color: #fff;
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.ven-table .table td, .ven-table .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e600;
    font-size: 12px;
    font-weight: 600;
}

.venspan {
    font-size: 10px;
    color: red;
    background: #ff00001f;
    padding: 3px 9px;
    border-radius: 10px;
    font-weight: 700;
}

.venspan1 {
    font-size: 10px;
    color: white;
    background: #0667ad;
    padding: 3px 9px;
    border-radius: 10px;
}

.venspan2 {
    font-size: 10px;
    color: #28a745;
    background: #28a74524;
    padding: 3px 9px;
    border-radius: 10px;
}

.vensth {
    text-align: end;
}

.layout .content {
    padding: 12px 18px;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.search-bar {
    min-width: 230px;
}

.search-form {
    width: 100%;
}

.search-form input {
    border: 0;
    font-size: 12px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.search-form button i {
    color: #9a9a9b;
    font-size: 12px;
}

.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

.filter {
    padding-right: 10px;
}

.info-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #6f7476;
    background-clip: border-box;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border: none;
    border-radius: 12px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    color: white;
}

.info-body {
    padding: 20px 20px 20px 20px;
}

.dashboard-toolbar {
    min-height: 84px;
    background-color: #dfdfdf;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 27px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

@media (min-width:992px) {
    .dashboard-toolbar {
        left: 238px;
    }

}

.top-header {
    background: white;    /*box-shadow: 1px 1px 4px #9aa0b9;*/
}

.top-header > ul {
    margin: 0;
    padding: 0;
}

.top-header ul {
    list-style: none;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.dropdown, .dropend, .dropstart, .dropup {
    position: relative;
}

.top-header .nav-icon {
    font-size: 20px;
    color: #012970;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

header-nav ul {
    list-style: none;
}

.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.nav-profile {
    color: #012970;
}

.rounded-circle {
    border-radius: 50% !important;
}

.nav-profile span {
    font-size: 14px;
    font-weight: 600;
}

.nav-profile img {
    max-height: 36px;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

/* hide default header and text of google translator */

body{
    top: 0px !important;
}
body>.skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-tt {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: transparent !important;
}


#google_translate_element select:focus-visible {
    outline: none !important;
}

#google_translate_element select {
    background: #f9f9f9;
    border-radius: 10px;
    color: #0e38ec;
    border: none;
    font-weight: bold;
    border-radius: 10px;
    padding: 8px 12px;
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO{
    width: 0px !important;
    height: 0px !important;
}

.headerBreadCrumb{
    font-family: Lato;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 12px !important;
    leading-trim: NONE !important;
    line-height: 100% !important;
    letter-spacing: 2% !important; 
    margin-top: 10px !important;
    text-decoration: none;
    color:black !important;
    background-color:white !important;
    cursor: pointer !important;
}
.headerBreadCrumb span a {
    color:black !important;
    text-decoration: none !important;
}