        /* OPEN STYLE TABS LINK */
        .tab {
            text-align: center;
            overflow: hidden;
            /* border: 1px solid #ccc;
            background-color: #f1f1f1; */
          }
          
          /* Style the buttons inside the tab */
          .tab button {
            color: #000;
            background-color: inherit;
            float: none;
            outline: none;
            cursor: pointer;
            /* padding: 14px 16px; */
            transition: 0.3s;
            font-size: 16px;
            font-weight: 500;
          }
          
          .tablinks {
            width: 195px;
            height: 49px;
            left: 102px;
            top: 0px;
            border: 2px solid #d9d9d9;
            border-radius: 20px;
          }
          
          /* Change background color of buttons on hover */
          .tab button:hover {
            background: var(--rectangle-366, linear-gradient(90deg, #FF8008 0%, #FFC837 100%));
            color: #fff;
            border: none;
          }
          
          /* Create an active/current tablink class */
          .tab button.active {
            background: var(--rectangle-366, linear-gradient(90deg, #FF8008 0%, #FFC837 100%));
            border-radius: 20px;
            color: #11293C;
            border: none;
            font-weight: 700;
          }
          
          .tablinks-active {
            background: var(--rectangle-366, linear-gradient(90deg, #FF8008 0%, #FFC837 100%));
            border: none;
            color: #fff !important;
          }
          
          /* Style the tab content */
          .tabcontent {
            display: none;
            padding: 6px 12px;
            /* border: 1px solid #ccc;
            border-top: none; */
          }
          
          .dropdown-item.active, .dropdown-item:active {
            color: #aeaeae;
            text-decoration: none;
            background-color: #e9ecef;
          }
          /* CLOSE STYLE TABS LINK */

          /* OPEN STYLE PAGINATION */
          .pagination {
            display: flex;
            padding-left: 0;
            list-style: none;
            font-weight: 500;
            justify-content: center;
          }
          
          .page-item {
            margin: 10px;
          }
          
          #page-link-item {
            padding: 7px;
            border: none;
            color: #FFFFFF;
          }
          
          .page-item .page-link {
            width: 37px;
            height: 37px;
            padding: 5px;
            border-radius: 5px;
            justify-content: center;
          }
          
          .page-link {
            position: relative;
            display: block;
            color: #11293C;
            text-decoration: none;
            background-color: #fff;
            /* border: 1px solid #EDEDED; */
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          }
          
          .page-link {
            background: var(--rectangle-366, linear-gradient(90deg, #FF8008 0%, #FFC837 100%));
          }
          
          .page-item:not(:first-child) .page-link {
            margin-left: -1px;
          }
          
          .active-paginate-cs a {
            background: var(--rectangle-366, linear-gradient(90deg, #FF8008 0%, #FFC837 100%));
          }
          
          #page-link-number {
            background: none;
            border-radius: 10px;

            color: #11293C;
            /* border: 1px solid #EDEDED; */

          }
          
          .page-item {
            width: 37px;
            border-radius: 2px;
            padding: 6px 13px;
            /* gap: 5px; */
          }
          /* CLOSE STYLE PAGINATION */

          @media only screen and (max-width: 767px) {
              .page-item {
                padding: 0px;
              }

          }