section.login-sec .login-inner button.btn-login {
    background-color: #e62c2b;
    color:  #fff;
    font-weight: 600;
    font-size: 15px;
    min-width: 130px;
    border-radius: 40px;
    padding: 9px 6px;
    margin-top: 11px;
}

.alert-danger  p{
    color: #a94442 !important;
}

.alert-success  p{
    color: #3c763d !important;
}

.youtube-embed {
	width: 100%;
	position:relative;
	padding-bottom:56%;
	height:0;
	overflow:hidden;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: 100%;
	margin:0px 15px;
}
.detail-tp-img h1.main-heads {
    margin-bottom: 17px;
}

.competition .play_btn{ 
display:block;
}

.auto-fill {
    font-size: 12px;
}

.error {
    color: #ff0000;
}

.show_desc {
    font-size: 12px;
    width: 100%;
    height: 40px;
    line-height: 20px;
}

.head_desc {
    font-size: 14px;
    font-weight: bold;
}

.popup {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 250px;
    background: #ffffff;
    padding: 15px;
    border: 2px solid #002b60;
    display: none;
    z-index: 1000;
}

.pop_text {
    border-bottom: 1px solid #002b60 !important;
    text-align: center;
    height: 30px !important;
}

.pop_desc {
    line-height: 30px !important;
}

.popup .form-group {
    border: none;
    padding: 0;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #002b60;
}

.popup-btn{
    background: #002b60;
    color: white;
    float: right;
}
.popup-btn:hover {
    color: #fff;
}

.fm_icon_btn {
    background: #002b60;
    font-size: 20px;
    color: #fff;
   /* width:180px*/
}
.fm_icon_btn:hover {
    color: #fff;
}
.view_more{
    background: #002b60;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.view_more:hover{
    color: #fff;
}
.frm_row_inner tr{
    border-bottom: 1px solid #002b60;
}
.more_flight_detail{
    display: none;
    background: #efefef;
    border: 1px solid #002b60;
}
.card-header{
    background: #002b60;
    color: #ffffff;
}
.card{
    border: 1px solid #002b60;
}
/* Pagination container */
.page-wrapper {
  display: flex;
  margin-top: 20px;
}
.page {
  display: flex;
  gap: 6px;
}

/* Pagination links */
.page a {
  color: #007bff;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.2s;
  border: 1px solid #ddd;
  margin: 0 4px;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}

/* Hover effect */
.page a:hover {
  background-color: #f1f1f1;
  border-color: #007bff;
}

/* Active/current page */
.page a.active {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}
