/* vertical tab start */
.vertical-tabs {
    border-radius: 20px;
  }
  .vertical-tabs .nav-tabs .nav-link {
    text-align: center;
    font-size: 1.3rem;
    border: 0;
    border-bottom: 1px solid #ddd;
    color: #3150a1;
    margin-right: 0;
    padding: 1.5rem 0.5rem;
  }
  
  .vertical-tabs .nav-tabs .nav-link:hover {
    color: #ed1c24;
  }
  
  .vertical-tabs .nav-tabs .nav-link.active {
    background-color: #3150a1 !important;
    color: #fff;
    border-radius: 20px 0 0 20px;
  }
  .vertical-tabs .tab-content > .active {
    background: #fff;
    display: block;
  }
  .vertical-tabs .nav.nav-tabs {
    border-bottom: 0;
  
    display: block;
    float: left;
    width: 25%;
  }
  .vertical-tabs .sv-tab-panel {
    background: #fff;
    height: 274px;
    padding-top: 10px;
  }
  
  .vertical-tabs .tab-content {
    padding: 25px 30px;
    width: 75%;
    float: left;
    border-left: 3px solid #3150a1;
    min-height: 23rem;
  }
  
  @media (max-width: 767px) {
    .vertical-tabs {
      margin-bottom: 2rem;
    }
    .vertical-tabs .nav.nav-tabs {
      width: 100%;
    }
    .vertical-tabs .tab-content {
      width: 100%;
      border-left: 0;
      border-top: 3px solid #3150a1;
      padding: 20px;
    }
    .vertical-tabs .nav-tabs .nav-link {
      float: left;
      padding: 0.5rem 1rem;
    }
    .vertical-tabs .nav-tabs .nav-link.active {
      border-radius: 10px 10px 0 0;
    }
  }
  
  @media (max-width: 575px) {
    .vertical-tabs .nav-tabs .nav-link {
      padding: 0.5rem 1.25rem;
      font-size: 1.2rem;
    }
  }
  /* vertical tab end */
  
  /* language switch */
  .lan-switch {
    height: 25px;
    float: left;
    border-radius: 15px;
    background: #fff;
    padding: 0 6px;
    line-height: 1.3;
    margin-top: 2px;
    margin-left: 0.5rem;
  }
  .lan-switch a {
    font-size: 12px;
  }
  .lan-switch .active {
    background: #ed1c24;
  
    color: #fff;
    border-radius: 15px;
    padding: 2px 6px;
  }
  
  /* data table */
  .page-item.active .page-link {
    background-color: #3150a1;
    border-color: #3150a1;
  }
  
  .page-link {
    color: #3150a1;
  }
  
  /* table */
  .table > thead {
    background-color: #3150a1;
  }
  .table > thead > tr > th {
    color: #fff;
  }
  .table > :not(caption) > * > * {
    padding: 0.25rem 0.75rem;
  }
  
  /* accordina */
  .accordion-header {
    background: #f2f2f2;
  }
  .accordion-button {
    font-size: 1.25rem;
  }
  
  .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #3150a1;
  }
  
  /* language */
  
  .lan-switch-dropdown .form-control {
    height: 25px;
    padding: 0 0 0 5px;
    font-size: 0.75rem;
    border: 0;
    color: #333;
    width: 65px !important;
    border-radius: 20px;
  }
  
  .lan-switch-dropdown .form-select {
    background-position: right 0.3rem center !important;
  }
  
  .btn-check:focus + .btn-primary,
  .btn-primary:focus {
    color: #fff;
    background-color: none;
    border-color: none;
    box-shadow: none;
  }
  
  .example-image {
    margin-bottom: 1rem;
  }
  
  .accordion-item:last-of-type .accordion-button.collapsed {
    text-align: left;
  }
  
  .dataTables_filter {
    margin-bottom: 0.5rem;
  }
  
  .dataTables_length {
    margin-top: 0.5rem;
  }
  
  .selectsearchbtn {
    position: absolute;
    width: 28rem;
    right: 18rem;
  }
  
  #round-btn .round-btn-img {
    animation: bounce 2s infinite !important;
  }
  
  table.dataTable > thead .sorting::before,
  table.dataTable > thead .sorting::after,
  table.dataTable > thead .sorting_asc::before,
  table.dataTable > thead .sorting_asc::after {
    bottom: 0.3rem !important;
  }
  
  table.dataTable > thead .sorting::before,
  table.dataTable > thead .sorting_asc::before,
  table.dataTable > thead .sorting_desc::before,
  table.dataTable > thead .sorting_asc_disabled::before,
  table.dataTable > thead .sorting_desc_disabled::before {
    bottom: 0.3rem !important;
  }
  
  table.dataTable > thead .sorting::after,
  table.dataTable > thead .sorting_asc::after,
  table.dataTable > thead .sorting_desc::after,
  table.dataTable > thead .sorting_asc_disabled::after,
  table.dataTable > thead .sorting_desc_disabled::after {
    bottom: 0.3rem !important;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--theme-color);
    border-radius: 50%;
    background-size: 70%;
  }
  @media (max-width: 991px) {
    .selectsearchbtn {
      width: 23rem;
    }
  }
  
  @media (max-width: 767px) {
    .selectsearchbtn {
      position: relative;
      right: 0;
      width: 100%;
    }
  }
  
  
  d-btn .popup-banner, #round-btn .round-btn-div,  #palmbot {z-index: 5 !important}