/* Navbar */
.navbar {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding-top: 16px;
    padding-bottom: 16px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar img {
    height: 26px;
}

.navbar .navbar-collapse ul li {
    margin: 0 7px;
    display: flex;
    align-items: center;
}

.navbar .navbar-collapse ul li a {
    color: black;
    font-size: 14px;
}

.navbar .navbar-collapse ul li button {
    font-size: 14px;
}

.btn-primary {
    background-color: #005db5;
    border-color: #005db5;
}

.btn-outline-primary {
    color: #005db5;
    border-color: #005db5;
}

.btn-outline-primary:hover {
    background-color: #dbeaf8 !important;
    color: #005db5;
}

.btn-none {
    background: none;
    border: none;
    padding: 0;
}

.btn-none:hover {
    background: none !important;
    border: none;
    padding: 0;
}

/* Banner */

.banner {
    height: 100vh;
    width: 100vw;
    background-image: url("../images/bg_blue.jpg");
}

.banner-content {
    justify-content: space-between;
}

.col-1 {
    width: 70%;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.col-1 h1 {
    font-weight: bolder;
    font-size: 56px;
}

.col-2 {
    width: 30%;
    height: 100vh;
    background-image: url("../images/banner_img.jpg");
}

.counter div p:first-of-type {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.counter div p {
    font-size: 16px;
    margin-bottom: 0;
}

.counter .line {
    background-color: white;
    width: 2px;
    height: 100%;
    margin: 0 60px;
}

/* Testimony */
.testimony {
    background-image: url("../images/bg_blue.jpg");
}

/* Footer */
footer {
    background-image: url("../images/bg_blue.jpg");
}

.page-title {
    background: linear-gradient(
        to right,
        #ffffff 60%,
        #e6f0ff
    ); /* putih ke biru muda */
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1); /* bayangan atas */
    padding: 20px;
    font-weight: bold;
    font-size: 1.25rem;
}

.page-title h1 {
    font-size: 30px;
}

.page-content {
    background-color: #f5f6fa;
}

.dropdown .user-avatar {
    height: 100%;
}

.dropdown .user-avatar img {
    height: 35px;
    width: 35px;
    object-fit: cover;
}

.profile {
    background-color: #f5f6fa;
}

.profile .card {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: none;
}

.payment .card {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: none;
}

.card {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: none;
}

.training-info p {
    font-size: 16px;
    font-weight: normal;
    margin-right: 20px;
    margin-bottom: 0;
}

.training-detail-tabs {
    border-bottom: 3px solid #f5f6fa;
}

.training-detail-tabs ul li a {
    color: #797e86;
}

.training-detail-tabs ul li button {
    color: #797e86;
}

.training-detail-tabs ul li .active {
    color: #303236 !important;
    border-bottom: 3px solid #005db5 !important;
}

/* Login */

.login-right {
    background-image: url("../images/bg_blue.jpg");
    color: white;
}

.stars i {
    font-size: 28px;
    color: #eec807;
}

/* ADMIN SIDE */

/* Sidebar */

.sidebar {
    background-color: #013073;
    background-image: url("../images/bg_blue.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sidebar .nav-item button {
    background: none;
    padding: 0;
    border: none;
    padding: 10px;
    width: 100%;
}

.sidebar .nav-item button i {
    margin-right: 10px;
}

.sidebar .nav-link {
    padding: 10px;
    border-radius: 8px;
    color: white;
    display: flex;
}

.sidebar .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
}

.sidebar .nav-item .active {
    background-color: white;
    color: #02519b;
    font-weight: bold;
}

.sidebar .nav-item a i {
    margin-right: 10px;
}

.table thead tr th {
    color: #4b5563;
}

label {
    font-size: 14px;
    font-weight: 600;
}

input {
    background: #f9fafb !important;
}

textarea {
    background: #f9fafb !important;
}

input::placeholder {
    color: #6b7280;
    font-size: 14px;
}

.dropdown-item:active,
.dropdown-item:focus {
    background-color: transparent !important;
}

select.form-select {
    background-color: #f9fafb;
    background-image: var(
        --bs-form-select-bg-img
    ); /* gunakan arrow default Bootstrap */
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

input[disabled],
select[disabled],
textarea[disabled] {
    background-color: white !important;
    border: none;
    padding: 0;
}

select[disabled].form-select {
    background-image: none;
}

input::placeholder,
textarea::placeholder,
select,
input,
textarea,
input[type="date"],
input[type="file"],
input[type="number"] {
    font-size: 14px !important;
}

.pagination-style nav {
    width: 100%;
}

.pagination-style p,
.pagination {
    margin: 0;
}
