/*@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800&amp;display=swap");
*/
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
body,
html {
    margin:0;
    padding:0;
    box-sizing:border-box;
  /*  font-family: "Rubik", sans-serif;*/
}
button,
a.btn {
    width: 100%;
    height: 40px;
    border: 2px solid #0665ab;
    background: #0665ab;
    color: white;
    border-radius: 5px;
    font-size: 18px;
}
.btn_new {
        width: auto;
    padding: 5px;
    font-size: 14px;
    height: auto !important;
    margin: 0 10px;
}
input:focus-visible {
    outline:none;
}
.color_theme {
    background: #ededf4;
}
/*  pagination_head   */
.pagination_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
}
.pagination_head img {
        width: 150px;
}
.pagination_head a {
        text-decoration: none;
    color: #000;
        display: flex;
    align-items: center;
    text-transform: uppercase;
}
.pagination_head a svg {
        width: 25px;
    margin-right: 5px;
}
/* login screen */
.login_screen {
    height:100vh;
    width:100%;
    position:relative;
    background: #013B4F;
    padding: 15px;
    z-index: 1;
        overflow: hidden;
}

.login_screen:after {
    content:'';
        position: absolute;
    background-image: url('img/login_bg.png');
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
        opacity: .2;
}
.logo_login {
        text-align:center;
        position: relative;
}
.logo_login p {
    font-size: 20px;
    color: #fff;
}
.register {
        display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
}
.form_screen p {
        font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.logo_login img {
 width: 250px;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
}
.form_screen {
    margin-top: 20%;
}
.form_screen .form-group {
        margin-bottom: 15px;
}
.form_screen label {
        display: block;
    color: #fff;
        font-size: 14px;
    margin-bottom: 6px;
}
.form_screen input,
.form_screen select {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: 2px solid #ffffff;
    border-radius: 5px;
    height: 40px;
    color: #ffffff;
    padding-left: 15px;
}
.form_screen select option {
    background: #464645;
}
:focus-visible {
        outline: none;
}
.form_screen input::placeholder {
    color: #ffffff;
}
/* end login screen */

/*  navigation  */
.navigation {
        position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 10px #d1d1d1;
    background: white;
    border-radius: 10px 10px 0 0;
}
.navigation ul {
        display: flex;
    justify-content: space-around;
    align-items: center;
}
.navigation li {
    display: inline-block;
    width: 20%;
    transition: .5s ease;
}

.navigation li.active {
        position: relative;
    top: -20px;
    background: #c7cb36;
    border-radius: 10px;
    transition: .5s ease;
}
.navigation li a {
        display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.navigation li span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.navigation li img {
    width: 30px;
    height: 30px;
    margin:0 auto;
}
/*  end navigation  */

/*  user_dashboard   */
.user_dashboard {
        padding: 30px 0;
    text-align: center;
    background: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 26px 17px #e0e0e0;
}
.user_dashboard img {
        width: 100px;
    height: 100px;
    object-fit: scale-down;
    border-radius: 50px;
    background: #fff;
    margin:0 auto;
}
.user_dashboard p {
        font-size: 22px;
}
.user_dashboard p span {
    color: #c7cb36;
}
.booking_form {
        margin: 0;
    background: #ea7d39;
    padding: 10px;
padding-bottom: 105px;
    
}
table {
  border-collapse: collapse;
  width: 100%;
}

td, th 
{
  border: 1px solid #dddddd;
  text-align: left !important;
  padding: 3px !important;
  font-size: 10px;
  border: 1px solid #dddddd;
  
    
    
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.counter {
       padding: 10px; 
}
.flex_data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    background: #fff;
        color: #000;
    padding: 10px;
    border-radius: 10px;
        text-decoration: none;
}
.flex_data p b {
        display: block;
    font-size: 24px;
    color: #0061a9;
    padding-top: 5px;
}
.phone_details {
        display: flex;
    justify-content: space-around;
    margin-top: 15px;
}
.phone_details a {
        color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.phone_details svg {
        fill: #fff;
    width: 20px;
    margin-right: 5px;
}
.input_img input {
        width: 88px;
}
.pipup_table table{
        background:#fff;
}
.pipup_table th,td{
        text-align:center;
}

.pipup_table thead{
    background: #c7cb36;
}
.form-check-inline {
        display: flex;
    align-items: center;
}
.form-check-inline label {
    margin:0;
    padding-left: 10px;
}
.form-check-inline input {
    width: auto;
    height: 21px;
}
.mt-2 {
    margin-top:15px;
}
.sidebar_menu {
    position: fixed;
    top: 0;
    background: #0262aa;
    height: 100%;
    transition: .5s ease;
    overflow: hidden;
     border-radius: 0 30px 30px 0;
    box-shadow: 0 0 15px #040303;
    width:0;
}
#closeBtn {
    position: absolute;
    width: 40px;
    font-size: 30px;
    color: #c7cb36;
    padding: 0;
    right: 10px;
    top: 10px;
    background: transparent;
    box-shadow: none;
    border: 0;
}
.sidebar_menu .menu_mid {
        padding: 10px;
        border-top: 1px solid #ffffff6b;
}
.sidebar_menu .menu_mid a {
        display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.sidebar_menu .menu_mid img {
       width: 30px;
    height: 30px;
    margin-right: 12px;
    filter: invert(1);
}
.top_profile {
        padding: 10px;
}
.top_profile img {
    width: 50px;
    background: #fff;
    border-radius: 50px;
    height: 50px;
    object-fit: scale-down;
    border: 1px solid #c7cb36;
}
.top_profile p {
    color: #fff;
    margin-top: 10px;
}
.logout_footer {
    position: absolute;
    bottom: 2%;
    border-top: 1px solid #ffffff6b;
    width: 95%;
    left: 2%;
    padding: 5px;
    border-radius: 0;
   
}
.logout_footer img {
        width: 30px;
    height: 30px;
    margin-right: 10px;
}
.logout_footer a {
        font-size: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.fillter_option {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fillter_option span {
    
}
.fillter_option a {
        text-decoration: none;
    font-size: 20px;
        color: #1e1ed3;
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    transition: opacity 0.3s ease;
}
.pb-10 {
    padding-bottom:10px;
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 14% auto;
    padding: 0px;
    width: 95%;
    animation-name: modalopen;
    animation-duration: 0.4s;
}

/* The Close Button */
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close-btn img {
        width: 30px;
}
/* The Close Button */
.close-btn1 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn1:hover,
.close-btn1:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close-btn1 img {
        width: 30px;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.close img {
        width: 30px;
}
/* Add Animation */
@keyframes modalopen {
    from {top: -300px; opacity: 0;}
    to {top: 0; opacity: 1;}
}
.modal2-content {
    background-color: #fefefe;
    margin: 14% auto;
    padding: 0px;
    width: 95%;
    animation-name: modalopen;
    animation-duration: 0.4s;
}

/*----------------------*/
.btn-default {
    color: #fff !important;
    background-color: #fff0 !important;
    border: 2px solid #fff !important;
    width: 100% !important;
}
.dropdown-menu {
        background-color: #ea7d39 !important;
}
.dropdown-menu>li>a {
    color:#fff !important;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.bootstrap-select {
    width: 100% !important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #428bca !important;
}
/*-------------------------------------------------------------------*/
.iframe_pge_called {
    background: #f1f1f1;
    padding: 20px 0;
        margin-bottom: 80px;
}
.iframe_pge_called iframe {
        border: none; 
        overflow: hidden;
    width: 100%;
    
}
.app_footer_inclide {
    display:none !important;
}
.app_header_inclide {
    display:none !important;
}
.col-form-label {
    font-size: 14px !important;
    font-weight: 500;   
}
.form-control {
        font-size: 14px !important;
    box-shadow: none !important;
}
label.label {
    font-size: 14px !important;
    font-weight: 500;   
        text-align: left !important;
}
form button {
        font-size: 18px !important;
}
.page_layout {
    padding-bottom: 90px;
}