
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');

.header_section {
    background-color: #000000;
    font-family: "Poppins", sans-serif;
  }
  
  .header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  
  .header_section .nav_container {
    margin: 0 auto;
  }
  
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 10px 30px;
    color: #ffffff;
    text-align: center;
    position: relative;
  }
  
  .custom_nav-container .navbar-nav .nav-item .nav-link::before {
    content: "";
    display: none;
    position: absolute;
    bottom: 7px;
    left: 50%;
    width: 30px;
    height: 4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #0494e0;
    border-radius: 5px;
  }
  
  .custom_nav-container .navbar-nav .nav-item .nav-link:hover::before {
    display: block;
  }
  
  .custom_nav-container .navbar-nav .nav-item.active a::before {
    display: block;
  }

  .custom_nav-container .navbar-nav .nav-item.active a{
    font-weight: 600;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: initial;
  }
  
  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .navbar-brand img {
    width: 100px;
    margin-right: 5px;
    background: white;
    border-radius: 10px;
}
  
  .navbar-brand span {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
  }
  
  .custom_nav-container {
    z-index: 99999;
    padding: 5px 0;
  }
  
  .custom_nav-container .navbar-toggler {
    outline: none;
  }

  .custom_nav-container .navbar-toggler {
    outline: none;
  }
  
  .custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 42px;
  }

.body-content{
    /* background: linear-gradient(to bottom, #d5d5d5, #0494e0); */
    height: 100vh;
    overflow-y: scroll;
}
.wrapper{
    height: 100%;
}
.container-fluid{
    height: 100%;
}
.wrapper .card {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    margin:auto;
    margin-top: 20px;
    min-height: 90%;
}


.tabs {
    width: 100%;
}

.tab-header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

/* .tab-button {
    position: relative;
    padding: 10px 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
} */

.tab-button {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 10px;
    background: #0494e0;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.3rem 0.8rem #00000050;
    border: none;
    font-size: 16px;
  }
  
.tab-button.active{
    background: #fff;
    color: #000;
    font-weight: 500;
    border-top: 3px solid #0494e0;
}

.tab-button.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0274b0;
}

.tab-panel {
    display: none;
    padding: 20px;
}

.tab-panel.active {
    display: block;
}
.select-wrapper {
    position: relative;
    width: 200px;
}

.select-wrapper::after {
    content: "\25bc";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

select {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: white;
}
.tab-content .selectBox {
    display: flex;
    justify-content: center;
    gap: 20px;
}
select:focus {
    outline: none;
    border-color: green;
}

.table{
    font-size: 15px;
}

.theme-loader {
    height: 100%;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}
.theme-loader .loader-track {
    left: 50%;
    top: 50%;
    position: absolute;
    display: block;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
}
.theme-loader .loader-track:after,
.theme-loader .loader-track:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    border: 4px solid #0274b0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.theme-loader .loader-track:after {
    width: 100%;
    height: 100%;
    animation: move 1.4s linear infinite;
}
.theme-loader .loader-track:before {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    animation: move 1.2s linear infinite;
}
.theme-loader .loader-track .loader-bar {
    left: 50%;
    top: 50%;
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    top: 30px;
    left: 30px;
}
.theme-loader .loader-track .loader-bar:after,
.theme-loader .loader-track .loader-bar:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    border: 4px solid #0274b0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.theme-loader .loader-track .loader-bar:after {
    width: 100%;
    height: 100%;
    animation: move 1s linear infinite;
}
.theme-loader .loader-track .loader-bar:before {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    animation: move 0.8s linear infinite;
}
@keyframes move {
    100% {
        transform: rotate(360deg);
    }
}

.table-user {
	width:100%;
    border: none !important;
    display: inline-table !important;
}

.table-user .table-header {
	width:100%;
	background:#000;
}

.table-user .table-row {
	width:100%;
	padding:12px 0;
}

.table-user .table-row:nth-of-type(odd){
    background: #EEEEEE;
}

.table-user .table-row:nth-of-type(odd):hover{
    background: #FFF;
}

.table-user .table-row:nth-of-type(even):hover{
    background: #EEEEEE;
}

.table-user td, .table-user th {
	text-align:center;
}

.header-text {
	color:white;
	text-decoration: none;
	padding-left:24px;
	padding-right:24px;
    text-transform: uppercase;
    border: none !important
}

.nav{
    position: relative;
    white-space: nowrap;
    background: #000;
    padding: .3em 0;
    margin: 2em 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 5px;
    border-radius: 5px;
    display: flex;
}

.nav .nav-block{
    display: inline-block;
	z-index: 10;
	width: 20%;
	padding: 1em 0;
	text-align: center;
	cursor: pointer;
    color: white;
    font-size: 15px;
}

.underline {
	border-bottom: 2px solid #fff;
}


@media only screen and (max-width: 768px) {
    .table-user{
        display: block !important;
    }
}