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

.center-vertical {
  display: flex;
  align-items: center;   /* center secara vertical */
  justify-content: center; /* kalau mau center horizontal juga */
  height: 100%;          /* pastikan div punya tinggi */
}

button {
  	display: inline-block;
  	width: auto !important;       /* auto width sesuai teks */
	border: none;
  	border-radius: 0.5rem;          /* rounded */
  	font-weight: 500;
  	padding: 8px 18px;
  	transition: all 0.3s ease;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	background-color : #33A1E0;
	color: #fff !important;
}

/* Hover effect universal */
button:hover {
  	transform: translateY(-2px);
  	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.date-range {
  	appearance: none; /* Hilangkan gaya bawaan browser */
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	background-color: #fff  !important;
  	border: 2px solid #4a90e2  !important;
  	border-radius: 8px  !important;
  	font-size: 1rem  !important;
  	color: #333  !important;
  	cursor: pointer  !important;
  	transition: all 0.3s ease  !important;
  	width: 100%  !important;
	height: 45px !important;
	justify-content: center !important; /* horizontal */
  	align-items: center !important;  
	padding-left: 10px ;
	padding-right: 10px ;
	font-weight: 400 ;

  	/* Bayangan halus */
  	box-shadow: 0 4px 8px rgba(0,0,0,0.05)  !important;
}

/* Styling dasar */
.select2-container {
  width: 100% !important;
}

/* =====================
   SINGLE SELECT
   ===================== */
.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 2px solid #33A1E0 !important;
  border-radius: 8px !important;
  padding: 6px 10px !important;
  height: auto !important;
}

/* Teks single */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333 !important;
  font-weight: 500 !important;
}

/* Hover single */
.select2-container--default .select2-selection--single:hover {
  border-color: #33A1E0 !important;
}

/* =====================
   DROPDOWN LIST
   ===================== */
.select2-container--default .select2-results__option {
  padding: 8px 12px !important;
  font-size: 14px !important;
}

/* Highlight saat hover di list */
.select2-container--default .select2-results__option--highlighted {
  background-color: #33A1E0 !important;
  color: #fff !important;
}

/* =====================
   PLACEHOLDER
   ===================== */
.select2-container--default .select2-selection__placeholder {
  color: #888 !important;
  font-style: italic !important;
}


.container {
  	display: flex;
	width: 100%;
  	justify-content: space-between;
  	gap: 20px; /* jarak antar kolom */
}

.column {
  flex: 1; /* tiap kolom sama lebar */
}

.rows-hover{
	cursor: pointer;
	color: #7A7A73 ;
	font-size: 1.1rem ;
}
.rows-hover:hover .rows-text{
	color: #000000 ;
	padding-top: 20px;
	padding-bottom: 20px;
}

.radian-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: -15%;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.radian-modal-content {
    background: border-box;
    background-color: white;
    background-image: url('../images/reward-logo.png');
    box-shadow: #000 2px 2px 10px;
    padding: 20px;
    margin: 15% auto;
    width: 30%;
    text-align: center;
    border-radius: 8px;
    background-origin: content-box;
    background-size: 240px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 20px;
}

.radian-row {
    display: inline;
    justify-content: center;
}

.header-label>span {
    font-size: 20px;
    font-weight: 900;
    color: #000000;
}

.radian-close {
    float: right;
    font-size: 32px;
    cursor: pointer;
    align-items: end;
}

.radian-tabs {
    display: flex;
    justify-content: center;
    margin: 140px 0px 10px 0px;
}

span.tab-option {
    padding: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background-color: #33aaff;
    border-radius: 50%;
}

.tab-button {
    padding: 10px;
    cursor: pointer;
}

.tab-content {
    display: none;
    margin: auto;
}

.tab-content.active {
    display: block;
}

.btn-radian {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: 0.2px solid transparent;
}

.btn i {
    margin-right: 8px;
    font-size: 20px;
}

/* WhatsApp (Outline Success) */
.btn-outline-success {
    color: #25D366;
    border-color: #25D366;
    background: transparent;
}

.btn-outline-success:hover {
    background: #25D366;
    color: white;
}

/* Email (Outline Danger) */
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    background: transparent;
}

.btn-outline-danger:hover {
    background: #dc3545;
    color: white;
}

.radian-input-phone {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 4px;
    width: 100%;
    max-width: 302px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.radian-input-mail {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 4px;
    width: 100%;
    max-width: 302px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.radian-input-phone:focus,
.radian-input-mail:focus {
    background-color: white;
    border-color: #bbb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background-color: #007bff;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    min-width: 302px !important;
}

.btn-primary:hover {
    background-color: #0056b3;
}

label.wp-label {
    font-weight: 500 !important;
}

.gflex-column {
    display: flex;
    flex-basis: 100%;
    text-align: center !important;
    margin: auto !important;
    justify-content: center;
}

/* FOR OTP VALIDATION */
.rwd-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: -15%;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.rwd-modal-content {
    background: border-box;
    background-color: white;
    box-shadow: #000 2px 2px 10px;
    padding: 20px;
    margin: 15% auto;
    width: 400px;
    text-align: center;
    border-radius: 8px;
    background-origin: content-box;
}

.header {
    text-align: center;
    margin: auto !important;
}

h3.header-title {
    font-weight: 900;
    font-size: 20px;
}

span.header-info {
    color: #25D366;
    font-size: 14px !important;
}

input.otp-code {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #bbb;
}

.otp-code {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.otp-code::-webkit-inner-spin-button,
.otp-code::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.content-timer {
    text-align: left !important;
    color: #d94f4f;
}

.content-button,
.content-timer {
    margin-left: 1.25em !important;
    margin-right: 1.25em !important;
}

#resendOtp {
    font-size: 14px !important;
}

.blur-record {
    filter: blur(4px);
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/* DROPDOWN MENU LOGIN */
.radian-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.radian-menu-item {
    display: block;
    width: max-content;
    float: left;
    padding: .5rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

.radian-menu-item a {
    text-decoration: none;
    color: #605be5 !important;
    font-size: medium !important;
}

.radian-menu-item:hover {
    cursor: pointer;
}

.radian-menu-item>.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 1000;
    padding: 0 !important;
}

.radian-menu-item:hover>.dropdown {
    display: block;
    visibility: visible;
    opacity: 1;
}

.dropdown li {
    list-style: none;
    text-align: left !important;
    width: 100%;
    clear: both;
}

.dropdown li a {
    padding: 1rem;
    text-decoration: none;
    display: block;
}

.dropdown li a:hover {
    color: #01a2ef;
}

a#radianRewardsBtn {
    font-size: medium !important;
}

a#radian-page {
    font-size: medium !important;
}

.not-found-container {
    text-align: center;
    padding: 30px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: transparent;
    min-width: 100% !important;
    color: #000000;
}


.not-found-container h1 {
    font-size: 96px !important;
    margin: auto !important;
    color: #0055d9 !important;
}

.not-found-container p {
    font-size: 24px !important;
    margin: auto !important;
}

.not-found-container {
    background-color: #c9c9c9;
}

.blur-record {
    filter: blur(4px);
    transition: filter 0.3s ease;
}

@media screen and (max-width: 1024px) {
    .radian-modal-content {
        margin: 25% auto;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .radian-modal-content {
        margin: 25% auto;
        width: 400px;
    }

    .rwd-modal {
        top: 5%;
    }

    .rwd-modal-content {
        width: 100%;
    }

    input.otp-code {
        width: 45px;
        height: 45px;
    }

    .content-button,
    .content-timer {
        margin-left: .5em !important;
        margin-right: .5em !important;
    }
}

@media screen and (max-width: 480px) {
    .radian-modal-content {
        margin: 50% auto;
        width: 90%;
    }
}