@charset "utf-8";
/* CSS Document */

/******* import fonts *********/

@import url('../fonts/roboto_style.css');
@import url('../fonts/oswald_style.css');

/******* import fonts *********/

/* scroll bar style */

::-webkit-scrollbar {
    background: #000000;
    height: 5px;
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #73A9AD;
}

::-webkit-scrollbar-thumb {
    background: #73A9AD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #73A9AD;
}

/* scroll bar style */

body{
    overflow-x: hidden;
    font-family: 'Roboto' !important;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1{
    font-family: 'Oswald';
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}

h2{
    font-family: 'Oswald';
    font-size: 28px;
    color: #333333;
    font-weight: 800;
}

h3{
    font-family: 'roboto';
    font-size: 18px;
    color: #163249;
    font-weight: 800;
}

p{
    font-family: 'roboto';
    font-size: 13px;
    color: #333333;
}

a{
    text-decoration: none;
}

.sub_heading{
  font-size: 20px;
  color: #333333;
}

dl{
  font-size: 14px;
  color: #333333;
}

/* header */

.header_con{
    padding: 5px;
    height: 300px;
}

.header_bg{
    background-image: url(../images/header_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}

.header_heading .text_div{
    position: absolute;
    bottom: 25px;
}

/* nav bar */

.top_nav{
    border-bottom: 1px solid #ffffff;
    width: fit-content;
}

.nav_row{
    background-color: #ffffff15;
    padding: 12px 20px;
    border-radius: 8px;
}

.header_logo_div{
    width: 480px;
}

.contact_link a, .header_lang a, .nav_link{
    color: #ffffff;
    font-size: 13px;
    transition: .3s ease-in-out all;
}

.contact_link a:hover, .header_lang a:hover, .social_links a:hover, .nav_link:hover{
    color: #F4D400;
}

.contact_link a i{
    color: #F4D400;
    margin-right: 3px;
}

.social_links a{
    color: #ffffff;
    font-size: 15px;
    transition: .3s ease-in-out all;
}

.yellow_link{
    color: #F4D400;
    font-weight: bold;
}

.yellow_btn{
    background-color: #F4D400;
    color: #000000 !important;
    border: 0;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px !important;
    padding: 8px 15px;
}

.yellow_btn:hover{
    background-color: #132436;
    color: #ffffff !important;
}

.register_btn{
    padding: 15px 40px;
}

.search_btn{
  height: 50px;
}

/* search bar */

.searchbar_div{
    background-color: #ffffff;
    border-radius: 8px;
}

/* Form CSS */
.form-control, .form-select{
  font-size: 13px;
  height: 50px;
  box-shadow: none !important;
  border-radius: 6px;
}

.form-select option:selected{
  background-color: red;
}

.form-label{
  color: #616161;
  font-size: 13px;
  margin-bottom: 2px;
}

.input-group button{
  background-color: #132436;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.input-group button:hover{
  background-color: #295C93;
  color: #ffffff;
}

.input-group .input-group-text{
  font-size: 13px;
}

.form-select:focus{
    border-color: #a2a2a2;
}

.form-control:focus{
    border-color: #a2a2a2;
}

/* Form CSS */

/* OTP Box CSS */
.otp_box{
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  background-color: #F8FAFC;
}

.otp_box p{
  font-size: 13px;
}

.otp_box .countdown_div{
  font-size: 13px;
  color: #616161;
}

.otp_input_div .form-control {
  font-size: 19px;
}

.green_btn{
  background-color: #4BAE4F;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
}

.green_btn:hover{
  background-color: #18911c;
  color: #ffffff;
}

.verify_btn{
  font-size: 11px !important;
  max-width: 100px;
  height: 50px;
}

.underline_link{
  font-size: 14px;
  font-style: italic;
  color: #616161;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.underline_link:hover{
  color: #DA1212;
}


.verified_btn {
  background-color: #4BAE4F !important;
  color: #ffffff !important;
  border-color: #4BAE4F !important;
  font-weight: bold;
}

/* OTP Box CSS */

/* text box */

.text_box{
    background-color: #ffffff;
    padding: 27px 27px 27px 35px;
    border-radius: 8px;
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: -20px bottom;
    background-size: 70px;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.047) 0px 8px 24px;
    transition: .3s ease-in-out all;
    height: 100%;
}

.text_box h3{
    transition: .3s ease-in-out all;
}

.text_box:hover{
    box-shadow: rgba(149, 157, 165, 0.177) 0px 8px 24px;
}

.text_box:hover h3{
    color: #C30700;
}

.text_box::after{
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    background-color: #FAFAFA;
    right: -5px;
    bottom: -5px;
    border-radius: 5px;
}

.text_box p{
   color: #616161;
   font-style: italic;
}

.arrow_btn{
    background-color: #132436;
    border: none;
    border-radius: 5px;
    transition: .3s ease-in-out all;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.arrow_btn:hover{
    background-color: #142e4a;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 30px;
  height: 38px;
  position: relative;
  color: #ffffff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.text_box:hover .button__icon-wrapper {
  color: #ffffff;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-200%, 200%);
}

.text_box:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(200%, -200%);
}

.text_box:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

/* =============== */

/* register / login */

.white_bg_box{
    background-color: #ffffff;
    padding: 40px 25px;
    border-radius: 10px;
    margin-top: -65px;
    z-index: 9;
    position: relative;
}

/* login modal */

.login_modal .modal-header{
    border: 0;
    position: absolute;
    z-index: 5;
    right: 0;
}

.login_modal .modal-body{
    padding: 40px 25px;
}

.reg_link{
    font-family: 'Oswald';
    color: #000000;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    transition: .3s ease-in-out all;
    margin-left: 5px;
}

.reg_link:hover{
    color: #C30700;
}

/* Footer CSS  */

footer{
    margin-top: auto;
}

.footer_con{
  background-color: #C30700;
}

.footer_con p{
  font-size: 13px;
}

.footer_link{
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.footer_link:hover{
  color: #F4D400;
}
/* Footer CSS  */

/* select 2 */
.select2-wrapper{
  position: relative;
}

.select2-container--open .select2-dropdown--below{
  z-index: 9999;
}

.select2-container .select2-results__options {
  max-height: 200px; /* adjust as needed */
  overflow-y: auto;
}

.select2-container{
  display: block !important;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 50px !important;
  border: 1px solid #dee2e6 !important;
}

.select2-selection__rendered {
  line-height: 48px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
  margin-right: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent !important;
  border-width: 0 !important;
  transform: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #444;
  font-size: 13px;
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-dropdown {
  font-size: 13px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 12px !important;
}

.select2-search--dropdown:focus-visible, .select2-container:focus-visible, .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
  outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  white-space: normal !important;
  word-wrap: break-word;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.select2-container .select2-selection--single {
  overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  padding-right: 20px !important;
  padding-top: 12px;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #dee2e6 !important;
  height: 50px;
  color: #999;
  font-size: 14px;
  padding-top: 10px !important;
  padding-bottom: 11px !important;
}

.select2-selection--multiple .select2-selection__rendered {
  line-height: normal !important;
}

.select2-container .select2-selection--multiple {
  min-height: 50px !important;
  height: auto;
  padding-left: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #323232;
  background-color: #EEEEEE !important;
  border: none;
  white-space: nowrap;
  font-size: 13px;
}

.select2-search__field::placeholder {
  color: #999 !important;
  font-size: 13px;
 font-family: 'Roboto' !important;
}

/* select 2 */

/* Pagination CSS start  */

.site_pagination .page-link {
  border: 1px solid #D3D3D3;
  background-color: #ffffff;
  color: #616161;
  font-size: 13px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.site_pagination .page-link:hover {
  background-color: #f8f8f8;
}

.site_pagination .disabled .page-link {
  border: 1px solid #F4D400;
  background-color: #F4D400;
  color: #000000;
  font-weight: 600;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 5px;
}

.page-link:focus {
  box-shadow: none;
}

.site_pagination .page-item.active .page-link {
    background-color: #ffc107; /* or your theme color */
    border-color: #ffc107;
    color: #000;
    font-weight: bold;
}

.text_box.year::after{
  background-color: transparent !important;
}

.text_box.year{
  background-image: url('/assets/images/doc.png');
  display: flex;
  align-items: center;
}

/* Pagination CSS end  */
