:root {
    --cloud: #F4F4FD;
    --white: #ffffff;
    --navyblue: #2E2F42;
    --iris: #4D5AE5;
    --iris-opa: #4d5ae5e4;
    --ocean: #404BBF;
    --cornflower: #E7E9FC;
    --slate: #434455;
    --lightslate: #8E8F99;
    --dairy: #FCFCFC;
    --modal-bg: #0000003c;
    --green: #31D0AA;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--background-white);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    overflow-x: hidden;
}

/* default */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

html {
    box-sizing: border-box;
}
html,
body,
iframe {
    height: 100vh;
    border: none;
    width: 100%;
    border-radius: 5px;
    display: block;
}
.iframe {
    width: 100%;
    height: 100vh; /* Adjust height as needed */
    border: none; /* Remove iframe border */
    display: block; /* Ensure it behaves like a block element */ 
}
.w3-main{
    margin-left:300px;
    margin-top:100px;
}
@media (max-width: 992px) {
    .iframe {
        height: calc(100vh - 100px); /* Adjust height to accommodate for header */
    }
    
    /* Ensure sidebar or any container doesn't overlap with the iframe */
    #mySidebar {
        width: 100%; /* Expand sidebar fully on small screens */
    }
    
    /* Adjust the main content to take full width */
    .w3-main {
        margin-left: 0 !important;
        width: 100%;
    }
}

*,
*::after,
*::before {
    box-sizing: inherit;
}
a {
    color: #010101;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #b99e05;
    text-decoration: none;
    cursor: pointer;
    transition-property: background-color, color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a.link-no-underline:hover {
    text-decoration: none;
}

.a-view:hover,
.a-view:focus{
    color: #b90505;
    text-decoration: none;
    cursor: pointer;
    transition-property: background-color, color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input[type=submit],
input[type=button] {
    width: 100%;
    background-color: #b99e05;
    color: white;
    padding: 14px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
    background-color: #edb715c9;
}

/* input[type=text], */
/* input[type=number], */
/* input[type=month],
input[type=date],
.select-forms {
    width: 100%;
    padding: 12px 10px;
    margin: 8px 0; 
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #fff ;
} */

input[type=search] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}
select{
 width: 50px;
}
.header{
    background-color:#343a40;
}
.nav-side{
    z-index: 3;
    width: 300px;
    margin-top: 40px;
    padding-top: 100 px;
}
.profile-div {
    padding-top: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.profile-div-text {
    line-height: 1;
}
.div-modal{
    padding: 10px;
}
.div-center{
    text-align: center;
}


.div-bg-color{
    background-color: #0f729d;
    width: 60px;
    padding: 10px;
    border-radius: 5px;
    transition-property: background-color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.div-bg-color:hover {
    background-color: #0f729dc9;
}
.btn{
    border-radius: 5px;
    height: 50px;
}
.btn-white-text {
    color: white;   
}
.img-profile {
    border-radius: 50%;
    width: 30px;
}
.img-logo{
    display: block; /* Remove any default inline alignment */
    margin: auto; /* Center the image within its container */
    width: 100px;
}
.img-logo-dashboard {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
}
.div-dashboard-user{
    display: flex;
    justify-content: center;
    align-items: center;
}


.fa-fa-black{
    color: black;
}
.fa-fa-update {
    color: #0905f3ac;
    font-size: 15px; /* Adjust the size as needed */
    transition-property: color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fa-fa-update:hover {
    color: #2444f9a1;
}
.fa-fa-upload {
    color: #0f9d0f;
    font-size: 15px;
    /* Adjust the size as needed */
    transition-property: color;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fa-fa-upload:hover {
    color: #0f9d0fa1;
}

.fa-white-icon {
    color: white;
}
.white-icon {
    color: white;
}

.fa-white-icon:hover {
    color: #b0b0b096;
}

.error-msg{
    color: red;
}

.footer-index{
    width: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    color: white;
    padding-right: 20px;
}
.footer-dashboard {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 320px;
    color: red;
}
.div-footer {
    position: fixed;
    bottom: 10px;
}
.iframe{
   background: transparent;  
   border:none;
   width: 100%;
   height: 700px; /* Set height to 100% of the viewport height */
   padding: 10px;
}

.div-main{
    background-color: white;
    /* height: 100vh; */
}
/* Set the width of the container */
.table-container {
    /* width: 100%; */
    margin: 0 auto;
}

/* Set the width of the table */
#myTable {
    width: 100%;
}

.table-width {
    /* width: 100%; */
    border-collapse: collapse;
}

.table-div {
    padding: 10px;
    border-radius: 10px;
}

.table-th {
    color: #040404;
    text-align: left;
    font-size: 10px;
    cursor: cell;
}

td,
th {
    border-left: .005px solid #ccc;
    border-top: .005px solid #100e0e;
    text-align: left;
    box-sizing: border-box;
    padding-left: 35px;
    font-size: 12px;
    vertical-align: middle;
}

td:first-child {
    border-left: 0;
}

.card-header {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: auto;
    height: 35px;
}

.card-header-action {
    float: right;
    margin: 0 auto;
    margin-right: 5px;
}

.card-header-text {
    color: #2583ba;
    font-size: smaller;
    
}

.div-forms {
    border-radius: 5px;
}
/* The Modal (background) */
.modal-dialog {
    padding-top: 10px;
    /* Location of the box */
    left: 0;
    top: 0;
    max-width: 700px;
}

/* Modal Content */
.modal-content {
    margin: 0 auto;
    width: 80%;
    border: 1px solid #888;
    line-height: 1;
    border-radius: 10px;
}

.modal-main {
    padding-left: 15px;
}

.modal-div-header {
    background-color: #101314eb;
    height: 50px;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    /* background-color: red; */
}

.modal-title{
    color: #fff;
    margin: 0 auto;
}

.modal-body {
    margin: 5px;
    border-radius: 5px;
    border: solid 1px;
}

.modal-body-entry {
    padding-top: 0;
    margin: 0;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-right:10px;
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    background-color: transparent;
    cursor: pointer;
}
.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--modal-bg);
    transition-property: opacity, visibility;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Optional: If you want to center the modal horizontally */
.modal-dialog.submit-modal-top {
    max-width: 30%;
    margin: 0 auto;
    margin-top: 10%;
}

.custom-dropdown {
    z-index: 1000;
    /* Adjust the value as needed */
}

.toggle-password , .toggle-cpassword {
    position: absolute;
    top: 50%;
    right: 10px;
    /* Adjust this value according to your design */
    transform: translateY(-50%);
    cursor: pointer;
    color: #ccc;
    /* Adjust the color according to your design */
    z-index: 100;
    /* Ensure the eye icon appears above other elements */
}

.toggle-password:hover, .toggle-cpassword:hover {
    color: #666;
    /* Adjust the hover color according to your design */
}
/* Hide the default eye icon for password inputs */
input[type="password"]::-ms-reveal,
input[type="password"]::-webkit-reveal-button,
input[type="password"]::-webkit-clear-button {
    display: none;
}


.input-box, .select {
    position: relative;
    height: 50px;
    margin-bottom: 15px;
    /* margin: 25px 0; */
}

.input-box input,
.select {
    /* position: relative; */
    height: 100%;
    width: 100%;
    outline: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px 0 16px;
    border: 2px solid lightgrey;
    border-radius: 6px;
    transition: all 0.3s ease;
    background-color: #fff;
    /* margin-bottom: 10px; */
}

.input-box input:focus,
.input-box input:valid, .select {
    border-color: #1c1c1d;

}
.form-add .input-box-nopadding{
    padding: 0 auto;
    margin: 0 auto;
}
.input-box i,
.input-box label {
    position: absolute;
    top:0%;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 0;
    color: #a6a6a6;
    /* background-color: #fff; */
    transition: all 0.3s ease;
}

.input-box label {
    left: 15px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    padding: 0 6px;
    /* pointer-events: none; */
    border-radius: 5px;
}
.text-red{
    color: red;
    size: 5px;
}

.input-box input:focus~label,
.input-box input:valid~label {
    top: 0;
    font-size: 12px;
    color: #4070F4;
    /* background-color: #fff; */
}

.input-box i {
    right: 15px;
    cursor: pointer;
    padding: 6px;
    /* background-color: #fff; */
}

.alert {
    display: flex;
    align-items: center;
    margin-top: -13px;
}

.alert .error {
    color: #D93025;
    font-size: 18px;
    display: none;
    margin-right: 8px;
}

.text {
    font-size: 18px;
    font-weight: 400;
    color: #a6a6a6;
}
.text-red{
    color:red;
    margin-top: 5px;
    margin-left: 10px;
    font-size: small;
    font-style: italic;
}
.input-box.button input {
    border: none;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    /* background:#0f729d; */
    cursor: pointer;
} */

.input-box.button input.active:hover {
    background: #fff;
    cursor: pointer;
}
.center-image {
    text-align: center;
    vertical-align: middle;
    margin-right: 25px;
}

.center-image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.input-scanner{
    border-radius: 25px;
    font-size: 20px;
    text-align: center;
}
.container{
    border-radius: 10px;
    background-color: white;
    width: 50%;
}
input {
    background: #fff;
    cursor: pointer;
}
#map {
    height: 400px;
    width: 100%;
}
#map1 {
    height: 400px;
    width: 100%;
}

/* file upload button */
input[type="file"]::file-selector-button {
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
  }
  
  /* file upload button hover state */
  input[type="file"]::file-selector-button:hover {
    background-color: #f3f4f6;
  }
  
  /* file upload button active state */
  input[type="file"]::file-selector-button:active {
    background-color: #e5e7eb;
  }
  .img-thumbnail {
    width: 50%; /* Make images responsive */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px; /* Slightly round the corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: transform 0.2s; /* Smooth transition for hover effect */
}

.img-thumbnail:hover {
    transform: scale(1.05); /* Slight zoom on hover */
}
.carousel-inner img {
    width: 100%;         /* Make the image take the full width of the container */
    height: 300px;      /* Set a fixed height for the images */
    object-fit: cover;  /* Cover the entire area without stretching */
}
.caption-container {
    text-align: center; /* Center the text */
    padding: 10px; /* Add some padding */
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background for readability */
    border-radius: 5px; /* Rounded corners */
    margin: 0; /* Margin around the caption */
}

.carousel-item img {
    max-height: 400px; /* Limit the height of the images */
    object-fit: cover; /* Maintain aspect ratio without stretching */
}

.text-white{
    color: white;
}
.text-black{
    color: black;
}
.text-red-bold{
    color:red;
    font-weight: bold;
}
/* Cursor */
.cursor {
    position: relative;
    width: 24em;
    border-right: 2px solid rgba(255,255,255,.75);
    /* font-size: 20px; */
    color: black;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}

/* Animation */
.typewriter-animation {
  animation: 
    typewriter 10s steps(50) 1s infinite normal both, 
    blinkingCursor 500ms steps(50) infinite normal;
}

@keyframes typewriter {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blinkingCursor {
  from { border-right-color: rgba(255,255,255,.75); }
  to { border-right-color: transparent; }
}

.btn-book:hover,
.btn-book:focus{
    color: white;
    background-color: #fabc03c9;
}
.strikethrough {
    text-decoration: line-through;
    color: gray;
}
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  
  .star-rating input {
    display: none;
  }
  
  .star-rating .icon {
    font-size: 4rem;
    color: #ccc;
    cursor: pointer;
  }
  
  .star-rating input:checked ~ .icon,
  .star-rating input:hover ~ .icon,
  .star-rating input:hover ~ input ~ .icon {
    color: #f5c518;
  }