* { font-family: "Roboto", sans-serif; } table.tableStyle { border-collapse: separate; border-spacing: 0 10px; width: 100%; } table.tableStyle td { border: 0; background: #fff; padding: 9px 5px; } table.tableStyle th:nth-child(1) { padding-left: 15px; padding-right: 4px; } table.tableStyle td:nth-child(1) { border-top-left-radius: 5px; border-bottom-left-radius: 5px; padding-left: 15px; padding-right: 4px; } table.tableStyle td:last-child { border-top-right-radius: 5px; border-bottom-right-radius: 5px; padding-right: 15px; } table.tableStyle tbody tr { box-shadow: 0 0 1px 0 #cccccc; } .available-page .nav-tabs .nav-link{ background-color: #f6f7f8 !important; color: #000; border-bottom-color: #dee2e6; } .available-page .nav-tabs .nav-link.active{ background-color: #f6f7f8 !important; color: #384696; font-weight: 600; border-bottom-color: transparent; } .search-btn-sign{ background-color: #384696; border-color: #384696; color: #fff !important; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; } .search-btn-sign:hover{ outline: none; opacity: .9; } .search-btn-sign svg{ width: 12px; height: auto; } .search-btn-sign svg path{ fill: #fff; } .center-menu a.nav-link.active{ color: #384696; font-weight: 700; } .user-icon-name{ color: #384696; } .sign-form-eri select { width: 100%; margin-bottom: 12px; height: 37px; border-radius: 4px; padding: 0 5px; } .sign-form-eri .search-btn-sign { width: 100%; justify-content: center; /*margin-top: 20px;*/ } .hide-block { display: none !important; }