.ic_agent_sidebar .logo span {
  display: inline-block;
}
.ic_agent_sidebar .logo i {
  display: none;
}
.ic_agent_sidebar .topbar-left {
  background-color: #ffffff;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ic_agent_sidebar .side-menu {
  background-color: #ffffff;
  padding: 10px;
}
.ic_agent_sidebar #sidebar-menu > ul > li > a {
  color: var(--sidebar_menu_color) !important;
  border-radius: 8px;
  transition-duration: 0.5s;
}
.ic_agent_sidebar #sidebar-menu > ul > li > a:hover {
  background-color: rgba(60, 87, 223, 0.1);
}
.ic_agent_sidebar #sidebar-menu > ul > li > a i {
  margin-left: -5px !important;
  margin-top: 3px;
}
.ic_agent_sidebar #sidebar-menu > ul > li > a.mm-active {
  background-color: #3c58df;
  color: white !important;
}

.float-left {
  display: flex !important;
  gap: 10px !important;
}

.navbar-custom {
  margin-left: 267px;
}

.button-menu-mobile {
  background-color: #ffffff;
}

.app-search .form-control,
.app-search .form-control:focus {
  background-color: #ffffff;
}

.app-search .form-control:focus {
  border: 1px solid #5471ff;
}

@media (max-width: 768px) {
  .enlarged #wrapper .topbar .topbar-left {
    width: 0px !important;
  }
  .navbar-custom {
    margin-left: 0px !important;
  }
}
.ic_ds_icn {
  font-size: 20px !important;
}

.ic_dasboard_text {
  margin-left: 8px;
}

.btn_primary {
  background: #3c58df !important;
  color: #ffffff;
}

.btn_primary:hover {
  background: #334abc !important;
  color: #ffffff !important;
}

.ic_data_sidebar .logo span {
  display: inline-block;
}
.ic_data_sidebar .logo i {
  display: none;
}
.ic_data_sidebar .topbar-left {
  background-color: #ffffff;
  text-align: start;
  padding-left: 10px;
}
.ic_data_sidebar .side-menu {
  background-color: #ffffff;
  padding: 10px;
}
.ic_data_sidebar #sidebar-menu > ul > li > a {
  color: #031b4e !important;
  border-radius: 8px;
  transition-duration: 0.5s;
}
.ic_data_sidebar #sidebar-menu > ul > li > a:hover {
  background-color: rgba(60, 87, 223, 0.1);
}
.ic_data_sidebar #sidebar-menu > ul > li > a i {
  margin-left: -4px !important;
}
.ic_data_sidebar #sidebar-menu > ul > li > a.mm-active {
  background-color: #3c58df;
  color: white !important;
}

.float-left {
  display: flex !important;
  gap: 10px !important;
}

.navbar-custom {
  background-color: #ffffff;
  margin-left: 267px;
}

.button-menu-mobile {
  background-color: #ffffff;
}

.app-search .form-control,
.app-search .form-control:focus {
  background-color: #ffffff;
}

.app-search .form-control:focus {
  border: 1px solid #5471ff;
}

.submenu li a {
  margin-top: 4px;
  border-radius: 8px;
  background-color: #ffffff;
  color: #031b4e;
  padding-left: 30px !important;
}
.submenu li a:hover {
  background-color: #ffffff !important;
  color: #3c58df !important;
}

.submenu li.mm-active > a {
  background-color: #ffffff !important;
  color: #3c58df;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul > li:hover > a {
  background-color: #3c58df !important;
  color: #ffffff !important;
}

.enlarged #wrapper #sidebar-menu ul ul {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .enlarged #wrapper .topbar .topbar-left {
    width: 42px !important;
    margin-top: 16px;
  }
  .navbar-custom {
    margin-left: 0px !important;
  }
  .topbar-left {
    width: 42px !important;
    margin-top: 16px;
  }
}
.card_wrapper {
  margin-bottom: 40px;
}
.card_wrapper .custom_grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .card_wrapper .custom_grid {
    gap: 10px;
  }
}
@media (max-width: 1280.98px) {
  .card_wrapper .custom_grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991.98px) {
  .card_wrapper .custom_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .card_wrapper .custom_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card_wrapper .dashboard_card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 1725px) {
  .card_wrapper .dashboard_card {
    padding: 14px;
    height: 100% !important;
  }
}
@media (max-width: 1399px) {
  .card_wrapper .dashboard_card {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.card_wrapper .dashboard_card .icon_wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .card_wrapper .dashboard_card .icon_wrapper {
    width: 40px;
    height: 40px;
  }
}
.card_wrapper .dashboard_card .icon_wrapper img {
  height: 20px;
  width: 20px;
}
@media (max-width: 1399px) {
  .card_wrapper .dashboard_card .icon_wrapper img {
    width: 18px;
    height: 18px;
  }
}
.card_wrapper .dashboard_card .card_title {
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
  margin-top: 18px;
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .card_wrapper .dashboard_card .card_title {
    font-size: 12px;
    margin-top: 10px;
  }
}
.card_wrapper .dashboard_card .value {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 1399px) {
  .card_wrapper .dashboard_card .value {
    font-size: 18px;
  }
}
.card_wrapper .dashboard_card .increase_decrease_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.card_wrapper .dashboard_card .change_text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.card_wrapper .dashboard_card .change_badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 999px;
  color: #ffffff;
  white-space: nowrap;
}
.card_wrapper .dashboard_card .increase {
  color: #35bdaa;
  background-color: #e2faf6;
}
.card_wrapper .dashboard_card .decrease {
  color: #fb4242;
  background-color: #f8bfbf;
}

.agent .chart_rts_wrapper {
  display: grid;
  grid-template-columns: 1fr !important;
}

.chart_rts_wrapper {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}
@media (max-width: 1399.98px) {
  .chart_rts_wrapper {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .chart_rts_wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.chart_rts_wrapper .enrollment-chart {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  height: 100%;
}
.chart_rts_wrapper .enrollment-chart .chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.chart_rts_wrapper .enrollment-chart .chart-header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.chart_rts_wrapper .enrollment-chart .chart-header .chart-filter span {
  font-size: 14px;
  color: #666;
}
.chart_rts_wrapper .enrollment-chart .chart-content {
  padding: 20px;
}
.chart_rts_wrapper .enrollment-chart .chart-content .chart-legend {
  display: flex;
  margin-bottom: 15px;
}
.chart_rts_wrapper .enrollment-chart .chart-content .chart-legend .legend-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.chart_rts_wrapper .enrollment-chart .chart-content .chart-legend .legend-item .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #4169e1;
  margin-right: 8px;
}
.chart_rts_wrapper .enrollment-chart .chart-content .chart-legend .legend-item .legend-text {
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .chart_rts_wrapper .enrollment-chart .chart-content #enrollmentChart {
    height: 250px;
  }
}
.chart_rts_wrapper .enrollment-chart {
  min-width: 0;
  flex-basis: calc(60% - 10px);
}
@media (max-width: 992px) {
  .chart_rts_wrapper .enrollment-chart {
    flex-basis: 100%;
  }
}
.chart_rts_wrapper .chart-legend {
  display: flex;
  margin-bottom: 15px;
}
.chart_rts_wrapper .chart-legend .legend-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.chart_rts_wrapper .chart-legend .legend-item .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #4169e1;
  margin-right: 8px;
}
.chart_rts_wrapper .chart-legend .legend-item .legend-text {
  font-size: 14px;
  color: #666;
}
.chart_rts_wrapper #enrollmentChart {
  height: 350px;
}
@media (max-width: 768px) {
  .chart_rts_wrapper #enrollmentChart {
    height: 250px;
  }
}

.widget {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  flex: 1;
  min-width: 0;
  padding: 0 !important;
}

.rts-companies {
  min-width: 0;
  flex-basis: calc(40% - 10px);
}
@media (max-width: 992px) {
  .rts-companies {
    flex-basis: 100%;
  }
}

.widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 480px) {
  .widget-header {
    padding: 15px 10px;
  }
}
.widget-header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.widget-header .time-filter {
  font-size: 14px;
  color: #666;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 12px 12px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  text-wrap: nowrap;
}
@media (max-width: 480px) {
  .table th,
  .table td {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.table tr:hover {
  background-color: #f2f2fa;
}
.table th {
  font-weight: 600;
  color: #333;
  background-color: #f9f9f9;
}
.table tr:last-child td {
  border-bottom: none;
}

.status-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.status-badge.attention {
  background-color: rgba(76, 175, 80, 0.1);
  color: #4caf50;
}
.status-badge.inactive {
  background-color: rgba(244, 67, 54, 0.1);
  color: #f44336;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.recent_application_container {
  margin-top: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* Status badges */
  /* Select dropdown styles */
  /* Pagination */
}
.recent_application_container .applications-container {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #2d3748;
}
.recent_application_container .applications-container .applications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media (max-width: 480px) {
  .recent_application_container .applications-container .applications-header {
    padding: 15px;
  }
}
.recent_application_container .applications-container .applications-header h1 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a365d;
  margin: 0;
}
.recent_application_container .applications-container .applications-header .view-all {
  color: #1a365d;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}
.recent_application_container .applications-container .applications-header .view-all:hover {
  text-decoration: underline;
}
.recent_application_container .applications-container .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.recent_application_container .applications-container .applications-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.recent_application_container .applications-container .applications-table th,
.recent_application_container .applications-container .applications-table td {
  padding: 12px 20px;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .recent_application_container .applications-container .applications-table th,
  .recent_application_container .applications-container .applications-table td {
    padding: 10px 15px;
  }
}
.recent_application_container .applications-container .applications-table th {
  background-color: #f7fafc;
  font-weight: 600;
  color: #2d3748;
  border-bottom: 1px solid #e2e8f0;
}
.recent_application_container .applications-container .applications-table td {
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
}
.recent_application_container .applications-container .applications-table tr:hover {
  transition-duration: 0.5s;
  background-color: #f2f2fa;
}
.recent_application_container .status-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
}
.recent_application_container .status-badge.pending {
  background-color: rgba(244, 67, 54, 0.1);
  color: #f44336;
}
.recent_application_container .status-badge.saved {
  background-color: rgba(76, 175, 80, 0.1);
  color: #4caf50;
}
.recent_application_container .status-badge.processing {
  background-color: rgba(46, 53, 70, 0.1);
  color: #2e3546;
}
.recent_application_container .status-badge.incomplete {
  background-color: rgba(246, 139, 17, 0.1);
  color: #f68b11;
}
.recent_application_container .status-badge.has-medicare {
  background-color: rgba(84, 112, 255, 0.1);
  color: #5471ff;
}
.recent_application_container .status-medicare {
  background-color: #e9ecff;
  color: #4a5568;
}
.recent_application_container .status-pending {
  background-color: #ffebeb;
  color: #e53e3e;
}
.recent_application_container .status-saved {
  background-color: #e6f7ef;
  color: #38a169;
}
.recent_application_container .status-processing {
  background-color: #f0f0f0;
  color: #718096;
}
.recent_application_container .status-incomplete {
  background-color: #fff8e6;
  color: #dd6b20;
}
.recent_application_container .select-dropdown {
  position: relative;
  display: inline-block;
  width: 140px;
  max-width: 150px;
}
.recent_application_container .select-dropdown select {
  appearance: none;
  width: 100%;
  padding: 5px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 0.875rem;
  cursor: pointer;
}
.recent_application_container .select-dropdown i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #2d3748;
}
.recent_application_container .pagination-container {
  padding: 16px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #e2e8f0;
}
.recent_application_container .pagination-container .pagination {
  display: flex;
  list-style: none;
}
.recent_application_container .pagination-container .pagination li {
  margin: 0 4px;
}
.recent_application_container .pagination-container .pagination li a,
.recent_application_container .pagination-container .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  text-decoration: none;
  color: #2d3748;
}
.recent_application_container .pagination-container .pagination li a:hover {
  background-color: #edf2f7;
}
.recent_application_container .pagination-container .pagination li.active span {
  background-color: #1a365d;
  color: #ffffff;
}

.ic_commission {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
}
@media (max-width: 1399.98px) {
  .ic_commission {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 20px;
  }
}
@media (max-width: 1299.98px) {
  .ic_commission {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
@media (max-width: 991.98px) {
  .ic_commission {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.support-tickets-container {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 480px) {
  .support-tickets-container {
    padding: 15px;
  }
}

.ic_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.ic_header h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}

.see-all-btn {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  color: #64748b;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .see-all-btn {
    padding: 6px 10px !important;
    font-size: 12px !important;
  }
}

.see-all-btn:hover {
  background-color: #f8fafc;
}

.summary-section {
  display: flex;
  justify-content: space-between;
  background-color: #f1f5f9;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .summary-section {
    flex-direction: column;
    gap: 15px;
  }
}

.total-tickets {
  display: flex;
  flex-direction: column;
}

.total-tickets .label {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 5px;
}

.total-tickets .value {
  font-size: 24px;
  font-weight: 700;
  color: #3c58df;
}

.solved-tickets-summary {
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 575.98px) {
  .solved-tickets-summary {
    text-align: left;
  }
}

.solved-tickets-summary .label {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 5px;
}

.solved-tickets-summary .value {
  font-size: 18px;
  font-weight: 600;
}

.solved-tickets-summary .value.positive {
  color: #10b981;
  text-align: center;
  font-size: 20px;
}

.gauge-label {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.gauge-label .percentage {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #d946ef;
  margin-bottom: 5px;
}

.gauge-label .label {
  display: block;
  font-size: 14px;
  color: #64748b;
}

.footer {
  background-color: #ffffff;
  border-radius: 6px;
  left: 268px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center !important;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .footer {
    flex-direction: column;
    gap: 5px;
    padding: 10px !important;
  }
}

.content-page .content {
  margin-top: 70px;
  margin-bottom: 80px;
}

.ic_brand_name {
  color: #3c58df;
  font-weight: 600;
}

.card_wrapper_admin {
  margin-bottom: 40px;
}
.card_wrapper_admin .custom_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .card_wrapper_admin .custom_grid {
    gap: 10px;
  }
}
@media (max-width: 1199.98px) {
  .card_wrapper_admin .custom_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .card_wrapper_admin .custom_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card_wrapper_admin .dashboard_card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 1725px) {
  .card_wrapper_admin .dashboard_card {
    padding: 14px;
  }
}
@media (max-width: 1399px) {
  .card_wrapper_admin .dashboard_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.card_wrapper_admin .dashboard_card .icon_wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .card_wrapper_admin .dashboard_card .icon_wrapper {
    width: 40px;
    height: 40px;
  }
}
.card_wrapper_admin .dashboard_card .icon_wrapper img {
  height: 20px;
  width: 20px;
}
@media (max-width: 1399px) {
  .card_wrapper_admin .dashboard_card .icon_wrapper img {
    width: 18px;
    height: 18px;
  }
}
.card_wrapper_admin .dashboard_card .card_title {
  font-size: 14px;
  font-weight: 500;
  color: #6c757d;
  margin-top: 18px;
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .card_wrapper_admin .dashboard_card .card_title {
    font-size: 12px;
    margin-top: 10px;
  }
}
.card_wrapper_admin .dashboard_card .value {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 1399px) {
  .card_wrapper_admin .dashboard_card .value {
    font-size: 18px;
  }
}
.card_wrapper_admin .dashboard_card .increase_decrease_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.card_wrapper_admin .dashboard_card .change_text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.card_wrapper_admin .dashboard_card .change_badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 999px;
  color: #ffffff;
  white-space: nowrap;
}
.card_wrapper_admin .dashboard_card .increase {
  color: #35bdaa;
  background-color: #e2faf6;
}
.card_wrapper_admin .dashboard_card .decrease {
  color: #fb4242;
  background-color: #f8bfbf;
}

.login_wrapper {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  height: 100vh;
}
@media (max-width: 1650px) {
  .login_wrapper {
    grid-template-columns: 0.7fr 1.3fr;
  }
}
@media (max-width: 1399px) {
  .login_wrapper {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
@media (max-width: 1199px) {
  .login_wrapper {
    grid-template-columns: 0.9fr 1.1fr;
  }
}
@media (max-width: 1040px) {
  .login_wrapper {
    grid-template-columns: 0.9fr 1.1fr;
  }
}
@media (max-width: 991px) {
  .login_wrapper {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
@media (max-width: 840px) {
  .login_wrapper {
    grid-template-columns: 1.2fr 0.8fr;
  }
}
@media (max-width: 775px) {
  .login_wrapper {
    grid-template-columns: 1.4fr 0.6fr;
  }
}
@media (max-width: 575px) {
  .login_wrapper {
    grid-template-columns: 1.8fr 0.2fr;
  }
}
@media (max-width: 480px) {
  .login_wrapper {
    grid-template-columns: 2fr 0fr;
  }
}
.login_wrapper .form-group input {
  height: 44px;
}
.login_wrapper .ic-btn {
  height: 44px;
}

.ic_logo_img {
  display: flex;
  justify-content: center;
}
.ic_logo_img img {
  width: 180px;
  height: auto;
}

.login_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ic_dashboard_grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 16px;
}
@media (max-width: 1650px) {
  .ic_dashboard_grid {
    gap: 15px;
  }
}
@media (max-width: 999px) {
  .ic_dashboard_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .ic_dashboard_grid {
    grid-template-columns: 1fr;
  }
}

.ic_dashboard_card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 16px;
}
@media (max-width: 1399px) {
  .ic_dashboard_card {
    padding: 12px;
  }
}

.ic_dashboard_card_header {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  margin-bottom: 16px;
}
@media (max-width: 1399px) {
  .ic_dashboard_card_header {
    margin-bottom: 8px;
  }
}
@media (max-width: 1399px) {
  .ic_dashboard_card_header {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .ic_dashboard_card_header {
    margin-bottom: 0px;
  }
}

.ic_dashboard_card_title {
  font-size: 16px;
  font-weight: 500;
  color: #031b4e;
  margin-bottom: 14px;
  margin-top: 0;
}
@media (max-width: 1399px) {
  .ic_dashboard_card_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .ic_dashboard_card_title {
    margin-bottom: 6px;
  }
}

.ic_dashboard_card_value {
  font-size: 22px;
  font-weight: 700;
  color: #031b4e;
}
@media (max-width: 1399px) {
  .ic_dashboard_card_value {
    font-size: 18px;
  }
}

.ic_dashboard_card_footer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6c757d;
}
@media (max-width: 1399px) {
  .ic_dashboard_card_footer {
    font-size: 12px;
  }
}

/* Badges */
.ic_dashboard_badge_increase,
.ic_dashboard_badge_decrease {
  display: inline-flex;
  align-items: center;
  padding: 4px 7px;
  border-radius: 12px;
  font-size: 14;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .ic_dashboard_badge_increase,
  .ic_dashboard_badge_decrease {
    padding: 2px 4px;
  }
}

.ic_dashboard_badge_increase {
  background-color: #e2faf6;
  color: #35bdaa;
}

.ic_dashboard_badge_increase::before {
  content: "+";
  margin-right: 2px;
}

.ic_dashboard_badge_decrease {
  background-color: #f8d7da;
  color: #721c24;
}

/* Icon Styles */
.ic_dashboard_card_icon_blue,
.ic_dashboard_card_icon_pink,
.ic_dashboard_card_icon_green,
.ic_dashboard_card_icon_orange {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex: 0 0 auto;
}
@media (max-width: 1399px) {
  .ic_dashboard_card_icon_blue,
  .ic_dashboard_card_icon_pink,
  .ic_dashboard_card_icon_green,
  .ic_dashboard_card_icon_orange {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .ic_dashboard_card_icon_blue,
  .ic_dashboard_card_icon_pink,
  .ic_dashboard_card_icon_green,
  .ic_dashboard_card_icon_orange {
    width: 30px;
    height: 30px;
  }
}
.ic_dashboard_card_icon_blue img,
.ic_dashboard_card_icon_pink img,
.ic_dashboard_card_icon_green img,
.ic_dashboard_card_icon_orange img {
  width: 22px;
}
@media (max-width: 1399px) {
  .ic_dashboard_card_icon_blue img,
  .ic_dashboard_card_icon_pink img,
  .ic_dashboard_card_icon_green img,
  .ic_dashboard_card_icon_orange img {
    width: 18px;
  }
}
@media (max-width: 480px) {
  .ic_dashboard_card_icon_blue img,
  .ic_dashboard_card_icon_pink img,
  .ic_dashboard_card_icon_green img,
  .ic_dashboard_card_icon_orange img {
    width: 14px;
  }
}

.ic_dashboard_card_icon_blue {
  background-color: #4361ee;
}

.ic_dashboard_card_icon_pink {
  background-color: #e33bcf;
}

.ic_dashboard_card_icon_green {
  background-color: #33c696;
}

.ic_dashboard_card_icon_orange {
  background-color: #fb7b3a;
}

.data_enroll .card-body {
  padding: 0px !important;
}
@media (max-width: 575px) {
  .data_enroll .card-body {
    padding: 20px !important;
  }
}

.ic_client_data_page_wrapper {
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0px 0px 40px rgba(48, 48, 48, 0.04), 0px 0px 12px rgba(48, 48, 48, 0.04);
  border-radius: 6px;
}

.ic-head-box-wrap .ic-box:before {
  content: "";
  left: -1px;
  width: 39px;
  height: 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 100px 0 0 100px;
}

.ic_filter {
  border: 1px solid black;
  font-weight: bold;
  border-radius: 6px !important;
  padding: 8px;
}
.ic_filter:hover {
  color: #ffffff;
  background-color: #02a499;
  border-color: #02a499;
}

.ic_small_text {
  height: 24px;
  width: 24px;
  border-radius: 26px;
  text-align: center;
  font-size: 14px !important;
  background-color: #3c58df;
  color: #ffffff;
  align-content: center;
}

.ic_custom_dropdown .btn {
  background-color: #3c58df !important;
  border-radius: 23px;
}

.ic_three_dot {
  background-color: #ffffff;
  border: 1px solid #e5e8f7;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
  border-bottom: 1px solid #e5e8f7;
  border-left: none;
  border-right: none;
}

.dataTables_scrollBody > table > tbody > tr > td {
  border-bottom: 1px solid #e5e8f7 !important;
}

.table-striped tbody tr:nth-of-type(odd),
.thead-default th {
  background-color: #ffffff;
}

.table-hover tbody tr:hover {
  transition-duration: 0.5s;
  background-color: #f2f2fa;
}

.dataTables_scrollBody > table > tbody > tr > td {
  border: none;
  border-bottom: 1px solid red;
}

button,
select {
  text-transform: none;
  padding: 4px;
  border-radius: 6px;
  border: 1px solid #e5e8f7;
}

.ic_table tr {
  background-color: #ffffff;
  border: 1px solid red;
}

.ic_badge {
  border-radius: 6px;
  padding: 8px 10px;
}

.ic_pending {
  background-color: rgba(244, 67, 54, 0.1);
  color: #f44336;
}

.ic_processing {
  background-color: rgba(46, 53, 70, 0.1);
  color: #2e3546;
}

.ic_incomplete {
  background-color: rgba(246, 139, 17, 0.1);
  color: #f68b11;
}

.ic_saved {
  background-color: rgba(76, 175, 80, 0.1);
  color: #4caf50;
}

.ic_has {
  background-color: rgba(84, 112, 255, 0.1);
  color: #5471ff;
}

button.dt-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
  padding: 8px;
  font-size: 14px;
  background-color: #ffffff !important;
  width: 46px !important;
  height: 44px !important;
  border-radius: 6px !important;
  margin-right: 8px !important;
  border: 1px solid #e5e8f7 !important;
}

div.dt-buttons {
  margin-left: 14px;
}

.ic-chart-main {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.ic-chart-items {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 45px;
}

.ic-chart-item {
  display: flex;
  width: 100px;
  gap: 8px;
}
.ic-chart-item p {
  font-size: 14px;
  font-weight: 500;
  color: #3a4251;
  margin-top: 15px;
}

.ic-chart-color {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 22px;
  flex: 0 0 auto;
}

.ic-chart-value {
  padding: 4px 8px;
  flex: 0 0 auto;
  background: #eef0f8;
  border-radius: 15px;
  color: #3c58df;
  font-size: 14px;
  font-weight: 500;
}

.widget .dropdown button {
  background: none;
  border: none;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  padding: 2px 5px;
}

.widget .dropdown.active .dropdown-menu {
  display: block;
}

.widget .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  left: -100px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
}

.widget .dropdown .dropdown-menu a {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0.5em 1em;
  padding: 0 !important;
  margin-left: 0px !important;
  border: 1px solid #ffffff !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.ic_document_file {
  border: 1px solid #e5e8f7 !important;
  border-radius: 4px;
  width: 100%;
  color: #333;
  margin-left: 15px;
  font-size: 14px;
  direction: ltr;
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 8px !important;
}

.ic_document_file::file-selector-button {
  background-color: #3c58df;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin-left: 10px;
  height: 100%;
}

.ic_policies_table .dataTables_wrapper {
  background-color: #ffffff;
  padding: 15px;
}

div.dataTables_wrapper div.dataTables_processing {
  top: 118% !important;
  padding-bottom: 40px !important;
}

.form-control:focus {
  border-color: #4E5CCF !important;
  outline: none;
}

.custom-control-label::before {
  box-shadow: none !important;
}

.wrapper-page .card {
  border: none !important;
}

.ic_btn_login {
  background-color: #3C58DF !important;
  border: 1px solid #3C58DF !important;
}
.ic_btn_login:hover {
  background-color: #344cc4 !important;
  border: 1px solid #344cc4 !important;
}

.form-control[readonly] {
  background-color: #F2F2FA !important;
}

.form-control:disabled {
  background-color: #F2F2FA !important;
}

.dropdown-menu {
  border-color: white;
  background-color: transparent;
}

.ic_three_dot {
  border-radius: 8px;
  background-color: transparent;
  padding: 5px 8px;
}

.dataTables_length label {
  margin-top: 8px;
}

.ic-box {
  background-color: #EEF0F8 !important;
}

.ic_create_btn_padding {
  padding: 10px 16px;
}

.ic_app .dataTables_filter input {
  padding: 20px 10px !important;
  background-color: transparent;
  border-radius: 6px !important;
}

.ic_cms .dataTables_filter input {
  padding: 20px 10px !important;
}

.dataTables_filter input:focus {
  border: 1px solid #344cc4 !important;
}

.btn-danger {
  border-radius: 26px !important;
}

.ic_del_btn {
  border-radius: 8px !important;
}

.ic_support_card .card {
  height: calc(100% - 20px);
}

.dataTables_filter input {
  padding-right: 30px !important;
  background: url("/images/search1.svg") no-repeat right 10px center;
  background-size: 16px 16px;
  padding: 10px !important;
  background-color: transparent;
  border-radius: 6px !important;
  outline: none;
}

.ic_src {
  padding: 0px !important;
}

.notification-list .noti-icon-badge {
  right: 3px !important;
  top: 8px !important;
}

.ic_user {
  border: 1px solid;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin-left: 14px;
  margin-right: 9px;
}

.ic_top_icn_container {
  display: flex !important;
  align-items: center;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .ic_top_icn_container {
    margin-top: 15px;
  }
}

.ic_notific_icn {
  font-size: 25px;
}

.notification-list .nav-link {
  padding: 15px !important;
  line-height: 0px !important;
}

.navbar-custom {
  margin-right: 28px;
  margin-top: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  /* box-shadow: 0px 0px 4px rgba(48, 48, 48, 0.04), 0px 0px 1px; */
}
@media (max-width: 768px) {
  .navbar-custom {
    margin-right: 14px;
  }
}

.ic_dash_padding {
  margin: 20px 0 !important;
}
@media (max-width: 575px) {
  .ic_dash_padding {
    margin: 15px 0 !important;
  }
}

.ic-head-box-wrap .ic-box {
  border: none !important;
}

.ic-application-area textarea {
  min-height: 120px !important;
}

.nav-user img {
  margin-top: -14px !important;
  margin-left: -14px !important;
}

.ic_month {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 6px 12px;
}
@media (max-width: 480px) {
  .ic_month {
    padding: 6px 8px;
    font-size: 12px !important;
  }
}

.ic_add_dcmnt {
  padding: 6px 15px;
}

.ic_consent_optn {
  margin: 3px !important;
}

@media (max-width: 1399px) {
  .ic_padding_less {
    padding: 15px !important;
  }
}
.ic_crd_content_padding {
  padding: 16px 0px !important;
}

.ic_supt_icon {
  color: #3C58DF;
  width: 14px;
  height: 18px;
}

.notification-list .noti-icon-badge {
  top: 8px;
  right: 6px !important;
  /* text-align: center; */
  /* align-content: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-title-box {
  padding: 28px 0px 10px 0px;
}

.ic_team_data .dataTable th:last-child {
  width: 100%;
}

.ic_agnt_tbl_res table.dataTable thead > tr > th {
  padding-right: 158px;
}

.ic_resources table.dataTable thead > tr > th.sorting {
  width: 1%;
}

.ic_admin_portfolio .dataTable td:last-child {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ic_small_data_table .dataTables_scrollHeadInner {
  width: 100% !important;
}

.ic_small_data_table .dataTables_scrollHeadInner .table {
  width: 100% !important;
}

@media (max-width: 575px) {
  .ic_pd {
    padding-top: 15px !important;
  }
}

.ic_pl_4 {
  padding-left: 18px !important;
}

.ic_blue {
  color: #3C58DF;
  padding: 0px !important;
}

.ic_text_width {
  white-space: normal !important;
}

.ic_width {
  width: 450px !important;
}

.rts-companies .table tbody td {
  font-size: 13px;
}

.recent_application_container .table tbody td {
  font-size: 13px;
}

table.data-table th {
  text-align: left !important;
}

@media (max-width: 575px) {
  .btn-success, .btn-danger {
    padding: 8px 12px !important;
  }
}
.table th {
  padding-left: 10px !important;
}

.ic_display_none_small {
  display: none;
}
@media (max-width: 768px) {
  .ic_display_none_small {
    display: block;
  }
}

table.dataTable thead th {
  border-bottom: 1px solid #e5e8f7 !important;
}

.ic_data_menu_2 {
  display: none;
}
@media (max-width: 419px) {
  .ic_data_menu_2 {
    display: block;
    width: auto;
    padding-left: 10px !important;
    margin-top: 3px;
    background-color: transparent !important;
  }
}

@media (max-width: 419px) {
  .ic_data_pl_4 {
    padding-left: 3px !important;
  }
}
.content .container-fluid {
  padding-right: 13px !important;
  padding-left: 13px !important;
}

.ic_lenght .dataTables_length select {
  width: 50px !important;
}

.ic-application-area select {
  height: 42px !important;
}

.ic_lbl {
  margin-top: 0px !important;
}

.radious_6 {
  border-radius: 6px !important;
}

.ic_res_del {
  padding: 6px 7px;
  color: white;
  font-size: 12px;
  border-radius: 6px;
  background-color: #ec4561;
  border: 1px solid #ec4561;
}

.ic_res_del:hover {
  transition-duration: 0.3s;
  background-color: #ea2e4d;
  border: 1px solid #ea2e4d;
}

.ic_py {
  padding: 10px 16px;
}

.ic_admin_company .table-bordered td {
  border-right: none !important;
}

.ic_right_border .table-bordered td {
  border-right: 1px solid #E5E8F7 !important;
}

#sidebar-menu .badge {
  margin-top: 3px;
}

.ic-form-bottom-button input {
  line-height: 180% !important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #E5E8F7 !important;
}

.ic_setting_upload_img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}

.ic_action {
  border: 1px solid #e5e8f7;
  padding: 3px 8px;
  border-radius: 8px;
}

.ic_bg_white {
  background-color: #ffffff !important;
}

@media (max-width: 1399px) {
  .ic_dasboard_text {
    font-size: 15px;
  }
  .ic_ds_icn {
    font-size: 19px !important;
  }
  .submenu li a {
    font-size: 13.5px !important;
    padding: 6px 20px 6px 10px;
  }
}
@media (max-width: 575px) {
  .ic_dasboard_text {
    font-size: 14px;
  }
  .ic_ds_icn {
    font-size: 17px !important;
  }
  .submenu li a {
    font-size: 13px !important;
    padding: 5px 20px 5px 10px;
  }
}
.enlarged #wrapper .navbar-custom {
  margin-left: 97px !important;
}
@media (max-width: 768px) {
  .enlarged #wrapper .navbar-custom {
    margin-left: 0px !important;
  }
}

.btn-success {
  background-color: #ffffff;
  color: black;
}

.btn-success:hover {
  border: 1px solid transparent !important;
}

.ic-application-area {
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(48, 48, 48, 0.04), 0px 0px 12px rgba(48, 48, 48, 0.04);
  border-radius: 6px;
  border: none;
}

.ic-application-area .ic-main-title {
  text-align: center;
  margin: 20px 0 38px 0;
}

.ic-application-area .ic-main-title h4 {
  border-bottom: none !important;
  margin-bottom: 26px !important;
  display: inline;
  padding: 6px;
  border-bottom: 1px solid black !important;
}
@media (max-width: 1299px) {
  .ic-application-area .ic-main-title h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .ic-application-area .ic-main-title h4 {
    font-size: 18px;
  }
}

.form-control {
  border: 1px solid #e5e8f7 !important;
}

.ic_title {
  font-size: 20px;
  color: #3c58df !important;
}

.ic-form-flex-warper .item {
  margin-left: 0px;
}

.ic_btn-document {
  background-color: #031b4e !important;
  border: 1px solid #031b4e !important;
  border-radius: 20px;
  color: #ffffff;
}
.ic_btn-document:hover {
  transition-duration: 0.5s;
  color: #ffffff;
}

.ic_btn_aca {
  background-color: #3c58df;
  border: 1px solid #3c58df;
  border-radius: 23px;
  padding: 10px 16px;
  color: #ffffff;
}
.ic_btn_aca:hover {
  transition-duration: 0.5s;
  color: #ffffff;
  background-color: #334aba;
}

.ic_btn_portal {
  background-color: #ffffff;
  border: 1px solid #e5e8f7;
  border-radius: 23px;
  padding: 10px 16px;
}
.ic_btn_portal:hover {
  transition-duration: 0.5s;
  background-color: #dcdbdb;
}

.ic_file {
  border: 1px solid #e5e8f7;
  border-radius: 4px;
  width: 100%;
  color: #333;
  padding: 4px 0;
  padding-left: 12px;
  font-size: 14px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 180%;
}

.ic_file::file-selector-button {
  background-color: #3c58df;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.ic_radius {
  border-radius: 50px !important;
}

.ic_close {
  border-radius: 20px;
  border: 1px solid #e5e8f7;
}

.ic_close:hover {
  transition-duration: 0.5s;
  background-color: #e5e8f7;
}

.card {
  border: 1px solid #e5e8f7;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background-color: #ffffff !important;
}

.card-header {
  border-radius: 8px !important;
  padding: 12px 16px !important;
}

.bg-muted {
  background-color: #ffffff !important;
  color: #031b4e;
}

.ic_card_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px !important;
}
.ic_card_content span {
  word-break: keep-all;
}
@media (max-width: 480px) {
  .ic_card_content span {
    word-break: break-all;
  }
}

.ic_support_card .col-md-4,
.col-lg-3 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.ic_agent_support {
  padding: 0px !important;
}

.ic_agent_support .card-body {
  padding: 16px 14px !important;
}

.ic_spt_card {
  padding: 0 15px;
  background-color: #ffffff;
}

.ic_spt_card .card {
  height: 100%;
}

.ic-support-card {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  width: 25%;
  float: left;
}

@media (max-width: 1669px) {
  .ic-support-card {
    width: 33.3333%;
    float: left;
  }
}
@media (max-width: 1225px) {
  .ic-support-card {
    width: 50%;
    float: left;
  }
}
@media (max-width: 871px) {
  .ic-support-card {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ic-application-role-header {
    flex-direction: column;
    gap: 8px;
  }
}

.applications-header p {
  margin: 0;
}

.ic-list-show-top-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .ic-list-show-top-left {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .ic-list-show-top-left {
    flex-direction: column;
    align-items: start;
  }
}

.ic-list-show-top-left p {
  font-size: 14px;
  font-weight: 500;
}

.ic-show-list-number {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #031B4E;
}
.ic-show-list-number input {
  width: 54px;
  height: 28px;
  border-radius: 8px;
  border: 1.5px solid #E5E8F7;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  color: #031B4E;
}
.ic-show-list-number input:focus {
  outline: none;
}

.ic-entries-file {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ic-entries-file-items {
  display: flex;
  gap: 8px;
}

.ic-entries-file-item {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  border: 1.5px solid #E5E8F7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .ic-list-show-top-right {
    width: 100%;
  }
}

.ic-search-item {
  height: 44px;
  border-radius: 6px;
  border: 1.5px solid #E5E8F7;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
@media (max-width: 767.98px) {
  .ic-search-item {
    height: 40px;
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .ic-search-item {
    width: 80%;
  }
}
@media (max-width: 425.98px) {
  .ic-search-item {
    width: 100%;
  }
}

.ic-rolelist-search {
  border: none;
}
.ic-rolelist-search:focus {
  outline: none;
}
@media (max-width: 767.98px) {
  .ic-rolelist-search {
    width: 100%;
  }
}

.ic-table-bottom {
  padding: 20px 24px 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.98px) {
  .ic-table-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.ic-table-bottom-right {
  font-size: 14px;
  font-weight: 500;
  color: #031B4E;
}

.ic-table-bottom-right .pagination {
  gap: 10px;
}

.ic-table-bottom-right .page-link {
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ic-table-bottom-right .page-link.active {
  background: #3C58DF;
  color: #fff;
}

.ic-pagination {
  display: flex;
  gap: 10px;
}

.form-group label {
  font-size: 16px;
  font-weight: 500;
  color: #031B4E;
}

@media (min-width: 768px) {
  .form-group input {
    height: 38px;
  }
}

.ic-checkbox-main {
  position: relative;
}

.ic-arrow-item {
  position: absolute;
  top: 0;
  rotate: -90deg;
  right: -50%;
}

.ic-checkbox-all {
  display: flex;
  align-items: center;
}

.ic-checkbox-all label {
  margin-bottom: 0;
}

.ic_parent_permission {
  background: #fff !important;
  border: 1.5px solid #E5E8F7;
  border-radius: 6px;
  padding: 5px 0;
  margin: 0;
  color: #3C58DF !important;
}

.ic_div-show {
  margin: 0px;
  border: 1.5px solid #E5E8F7;
  border-top: none;
  border-radius: 6px;
}

.ic-creat-role-btn {
  display: flex;
  justify-content: end;
}
@media (max-width: 575.98px) {
  .ic-creat-role-btn {
    justify-content: center;
  }
}
.ic-creat-role-btn button {
  padding: 9px 20px;
  border-radius: 20px;
  background: #3C58DF;
  font-size: 14px;
  font-weight: 500;
  border: 1.5px solid #3C58DF;
  transition: all 0.3s;
}
.ic-creat-role-btn button:hover {
  background: transparent;
  color: #3C58DF;
  border: 1.5px solid #3C58DF;
}
@media (max-width: 575.98px) {
  .ic-creat-role-btn button {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .card {
    padding: 0;
  }
}

.lg_py {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
}

.ic_login_padding {
  padding: 0 40px;
}

.ic_term_center {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ic_text_end {
  display: flex;
  justify-content: end;
  align-items: center;
}

.text-forget-right {
  text-align: right;
}
@media (max-width: 575.98px) {
  .text-forget-right {
    text-align: left;
    margin-top: 6px;
  }
}

.ic_text_14 {
  font-size: 14px !important;
}

.ic_ml-1 {
  margin-left: 1px;
}

.ic-top-btn a {
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  color: #fff;
}
.ic-top-btn a:hover {
  color: #fff;
}
@media (max-width: 1399.98px) {
  .ic-top-btn a {
    padding: 10px;
    font-size: 13px;
    margin-right: 5;
  }
}
@media (max-width: 767.98px) {
  .ic-top-btn a {
    padding: 8px;
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.ic-download {
  background: #031B4E;
}

.ic-delete {
  background: #E5252A;
}

@media (max-width: 1399.98px) {
  .ic-assign-btn .ic-top-btn a {
    margin-bottom: 8px;
  }
}

.ic-assign-btn-right button, .ic-popup .modal-footer button {
  padding: 8px 20px;
  border-radius: 20px;
  border: 1.5px solid #E5E8F7;
  font-weight: 500;
  font-size: 14px;
  color: #3A4251;
  background: transparent;
  transition: all 0.3s;
}
.ic-assign-btn-right button:hover, .ic-popup .modal-footer button:hover {
  background: #3C58DF;
  color: #fff;
  border: 1.5px solid #3C58DF;
}
@media (max-width: 1650.98px) {
  .ic-assign-btn-right button, .ic-popup .modal-footer button {
    font-size: 12px;
    padding: 8px 10px;
  }
}
@media (max-width: 1399.98px) {
  .ic-assign-btn-right button, .ic-popup .modal-footer button {
    font-size: 10px;
  }
}

.ic-assign-btn-right button.active, .ic-popup button.ic-active {
  background: #3C58DF;
  color: #fff;
  border: #3C58DF;
  transition: all 0.3s;
  border: 1.5px solid #3C58DF;
}
.ic-assign-btn-right button.active:hover, .ic-popup button.ic-active:hover {
  background: transparent;
  color: #3A4251;
  border: 1.5px solid #E5E8F7;
}

.ic-popup {
  border-radius: 10px;
  padding: 20px 15px;
}
.ic-popup h5 {
  font-size: 22px;
  font-weight: 600;
  color: #031B4E;
}
.ic-popup label {
  color: #031B4E;
}
.ic-popup select {
  height: 44px;
}
.ic-popup option {
  font-size: 14px;
  font-weight: 400;
  color: #3A4251;
}

/*# sourceMappingURL=main.css.map */
