html, body {
    height: 100%;
    font-size: 0.7rem;
    /*font-size: 62.5%;*/
}

a{
    text-decoration: none;
}

body{
    overflow-x: hidden;
}

[data-name="company_logo"] img{
    width: 250px!important;
}

#edit_modal [for="company_logo"] img{
    width: 100%;
}

.header_control_icon{
    font-size: 2.5rem;
}

.control_panel_icon{
    font-size: 1.7rem;
}

.table tbody tr:hover {
    background: #F0B428!important;
}

.table thead th{
    white-space: nowrap;!important;
}

/* adjusting the spacing between columns */
.table thead tr th,
.table tbody tr td,
.table tbody tr th{
    padding: 1rem 1.4rem;
}

.header-icon-size{
    width: 2rem;
}

.theme_color_text{
    color: #F0B428;
}

.theme_color_text:hover{
    color: #F0B428;
}

.theme_color_text:focus{
    color: #F0B428;
}

/* Start customisation of dataTable Styling */
#contact_book_table_length,
#contact_book_table_filter,
#contact_book_table_info,
#contact_book_table_paginate{
    display: none;
}

#customer_category_table_length,
#customer_category_table_filter,
#customer_category_table_info,
#customer_category_table_paginate{
    display: none;
}

#tour_category_table_length,
#tour_category_table_filter,
#tour_category_table_info,
#tour_category_table_paginate{
    display: none;
}

#main_table_length,
#main_table_filter,
#main_table_info,
#main_table_paginate{
    display: none;
}

.control_group_select_btn{
    font-size: 1.5rem;
}

#tour_category_table tr,
#main_table tr{
    cursor: pointer;
}

.tour_cat_control_group{
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.validation_msg_box{
    font-size: 1.3rem;
}

/* End customisation of dataTable Styling */

.bg_container{
    background-image: url("../../images/home_bg_image.png");
    /* Full height */
    /*height: 90%;*/

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.attraction_container{
    max-height: calc(100vh - 100px);
}

.attraction_table_container{
    flex: 1;
}

.page-header{
    height: 10%;
}

.home_category_card{
    background: white;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    border-radius: 10px;
    height: 200px;
}

.locked_item{
    color: green;
}

.control_group_container{
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.return_btn{
    cursor: pointer;
}

#header_account_btn:hover .header_account_list{
    display: block!important;
}

.grid_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-auto-rows: 150px;*/
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.home_category_card{
    padding: 1rem 2rem;
    width: 25rem;
    gap: 2rem;
}

/*.home_category_card{*/
/*    height: 25rem;*/
/*    padding: 3rem;*/
/*    width: 25%;*/
/*    flex-wrap: wrap;*/
/*}*/

.home_category_container{
    gap: 1rem;
    padding-top: 1rem;
    /*flex-wrap: wrap;*/
    /*gap: 1rem;*/
    /*box-sizing: content-box;*/
}

.home_category_card img{
    flex: 1;
    width: fit-content;
    object-fit: contain;
}

.card_title{
    font-size: 2.4rem;
}

.card_header{
    background: #F0B428!important;
    border-radius: 10px 10px 0px 0px;
}

.search_bar{
    font-size: 1.5rem;
}

.alert-danger{
    font-size: 1.6rem;
}

.has-search .form-control-feedback {
    margin-left: 5px;
    margin-top: 10px;
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.card_header{
    /*box-shadow: 0px -15px 15px 2px rgba(0, 0, 0, 0.25);*/
}

.card_content_container{
    /*height: 80%;*/
    /*box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);*/
    border-radius: 0px 0px 10px 10px;
}

#client_image_field{
    background: #F0B428;
    /*width: 15rem;*/
    /*height: 15rem;*/
}

#client_image_preview{
    max-width: 100%;
    object-fit: contain;
}

#client_image_file_field{
    visibility: hidden;
    position: absolute;
}

label[for="client_image_file_field"]{
    cursor: pointer;
}

.control_group{
    cursor: pointer;
}

.selected_class{
    background: #F0B428!important;
}

#tour_category_table .table_data,
#tour_category_schedule_table .table_data{
    cursor: pointer;
}

html,
body {
    height: 100%;
}

.form-signin {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin: auto;
}

.login_brand_logo{
    width: 100px;
    height: 100px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sign_in_btn{
    font-size: 2rem;
}

.form-control{
    font-size: 1.5rem!important;
}
