.card {
  border-radius : 7px;
}
.cart-card-img {
  height: 245px;
  object-fit: cover;
  width: 100%;
}
.screen-img-xl {
  width: 70%;
}
.screen-img-lg {
  width: 80%;
  margin-top: 50px;
}
.screen-img-md {
    max-width: 100px;
    width: 100%;
    height: auto;
    opacity: 0.7;
}
.screen-img-sm {
  width:40%;
  opacity:.9;
}
.screen-img-xs {
  width:20%;
  margin-top: 20px;
}
.screen-img-xss {
  width:20%;
  opacity:.7;
  margin-top: 40px;
}
.cart-disabled-link {
  color: #ccc;
  pointer-events: none;
}
.card-body {
  padding: 0.50rem;
}
.card-title {
  max-width: 100%;
}
.cart-card-title {
  font-size: 23px;
  color: #003d5d;
}
.cart-card-header {
  color: #003d5d;
  background-color: #f2f2f2;
}
.btn.btn-primary-lg {
  color: #FFFFFF;
  background-color: #06794f;
  border-color: #06794f;
  border-radius: 7px;
  width: 100%;
}
.btn.btn-info-lg {
  color: #FFFFFF;
  background-color: #FF5F1F;
  border-color: #FF5F1F;
  border-radius: 7px;
  width: 100%;
}
.btn.btn-danger-lg {
  color: #FFFFFF;
  background-color: #d73f30;
  border-color: #d73f30;
  border-radius: 7px;
  width: 100%;
}
.btn.btn-primary-md-size {
  color: #fff;
  background-color: #06794f;
  border-color: #06794f;
  border-radius: 7px;
  width: 20%;
}
.btn.btn-info-md{
  color: #FFFFFF;
  background-color: #FF5F1F;
  border-color: #FF5F1F;
  border-radius: 7px;
  width: 35%;
}
.btn.btn-primary-sm {
  color: #fff;
  background-color: #06794f;
  border-color: #06794f;
  border-radius: 7px;
  width: 18%;
}
.btn.btn-info-sm {
  color: #fff;
  background-color: #FF5F1F;
  border-color: #FF5F1F;
  border-radius: 7px;
  width: 18%;
}
.btn.btn-danger-sm-size {
  color: #fff;
  background-color: #d73f30;
  border-color: #d73f30;
  border-radius: 7px;
  width: 15%;
}
.img-small {
  display: flex;
}
.img-small-col {
  flex-basis: 24%;
  cursor: pointer;
}
.percentage {
  font-size: 25px;
  color: red;
}
.description{
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  font-size: 20px;
}
.description-strip {
  display: none;
}
label.radio{
  cursor: pointer;
}
label.radio input{
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
}
label.radio span{
  padding: 5px 22px;
  border: 2px solid #06794f;
  display: inline-block;
  color: #06794f;
  border-radius: 3px;
  text-transform: uppercase;
}
label.radio.disabled-radio span {
  padding: 2px 9px;
  border: 2px solid #06794f;
  color: #06794f;
  opacity: 0.5;
  text-decoration: line-through;
}
label.radio input:checked+span{
  border-color: #06794f;
  background-color: #06794f;
  color: #fff;
}
.error-message-bold {
  font-weight: bold;
}
.equal-column-spacing th,
.equal-column-spacing td {
  width: calc(50% / 7);
}
.icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
hr {
  margin-top: 0rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
progress {
  border: 1px solid black;
  width: 79%;
  height: 7px;
  background: crimson;
  margin-left:10.2%;
}
progress {
  color: green;
}
progress::-webkit-progress-bar {
  background-color: white;
}
progress::-moz-progress-bar {
  background-color: white;
}
.accordion-detail-first {
  padding:0;
  margin-left:3px;
}
.accordion-detail-second {
  margin-top:4px;
  margin-left:10px
}
p.ticket-word {
  word-break: break-word;
  font-size:15px;
  font-weight: bold;
  color:#535252;
  padding:0px !important;
  zoom: 1 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.calendar-bg {
  background:#eff3f9 !important;
}
.table-fix {
  table-layout:fixed;
}
.breadcrumb {
  padding: 0px;
}
main{
  /background-color:white;
}
.bg-primary-light-dash {
  background-color:#80ffaa !important;
  color:dark;
}
.nav-tabs .nav-link.active {
  background-color: #1365ab !important;
  color:white !important;
}
.bg-dark-green {
  background-color:#cddc39 !important;
}
.text-dark-green {
  color:#99a526 !important;
}
.text-dark-sky-blue{
  color:#0097ab !important;
}
.bg-dark-sky-blue {
  background-color:#00bcd4 !important;
}
.bg-violet {
  background-color:#9c27b0 !important;
}
.text-violet {
  color:#6a017c !important;
}
.dash-sm {
  font-size:16px;
  font-weight:bold;
  padding:0px;
}
.val {
  padding: 0px;
  font-size:12px;
}
.dash-pr {
  font-size:15px;
  font-weight:bold;
  padding:0px;
}
.modal {
  padding: 0 !important; // override inline padding-right added from js
}
.modal .modal-dialog.screen-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal .modal-content.screen-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-body.screen-body {
  overflow-y: auto;
}
.dash-header {
  font-size:25px;
}
.dash-height {
  height:130px;
}
.dash-head {
  font-size:20px;
  font-weight:bold;
}
.dash-head-md {
  font-size:13px;
  font-weight:bold;
}
.dash-table {
  table-layout:auto;
  font-size:12px;
}
.dash-table-font {
  font-size:11px;
}
.dash-table-font-sm {
  font-size:1px;
}
.dash-small {
  padding: 5px 10px;
  margin-right: 10px;
}
.hbr {
  border-radius:0px;
}
.dbr {
  border-radius:0px;
  position:relative;
}
.expense-det {
  margin-left:6px
}
.expense-details {
  margin-left:5px;
  margin-right:5px;
}
.comment-scroll {
  overflow:scroll;
}
.overflow-hid {
  overflow:hidden;
}
.span-date {
  margin-right:10px;
  margin-top:4px;
}
.span-icon {
  margin-top:4px;
  font-size:20px;
}
.span-badge {
  margin-left:10px;
  margin-top:4px;
}
.span-pad {
  padding:0;
  margin-left:3px;
}
.margin-rt {
  margin-right:5px;
  margin-top:5px;
}
.ul-wid {
  width:110%;
}
.d-wid {
  width:100%;
  text-align:center;
  margin-left:5px;
}
.reimburse-text-color {
  color: black;
}
.card-profile-img {
  width:34px;
  height:35.5px;
  border-radius:50%;
}
.border-orange {
  border-left: 3px solid orange;
  table-layout:fixed;
}
.border-red {
  border-left: 3px solid red;
  table-layout:fixed;
}
.border-green {
  border-left: 3px solid green;
  table-layout:fixed;
}
.border-blue {
  border-left: 3px solid blue;
  table-layout:fixed;
}
.field_icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  opacity: 0.5;
}
.login-height {
  height:100vh;
}
.login-responsive {
  overflow:auto;
  height:100%;
  width:420px;
}
.login-width {
  max-width:200px;
}
.landing-page-image {
  background: url("/static/assets/img/wave.06aa3aa1fcf9.svg")
}
.escalate-matrix {
  font-size:17px;
}
.we-kart-logo {
  width:20%;
}
.photo-border {
  border-radius:80%;
}
.photo-click {
  font-size:xx-large;
}
.vvdn-logo {
  width:140px;
}
.userImage{
  height: 40px;
  width: 40px;
  margin-right: 1rem;
  border-radius: 100%;
  text-align: center;
}
.c {
  color:#323f52;
}
.c:hover {
  color:#06794f;
}
.error-text {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-border-none {
  border:none
}
.pagination-height {
  height:41px;
}
.dropdown-style {
  width:100%;
}
.badge-small {
  padding-right: 0.6em;
  padding-left: 0.6em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-radius: 10rem;
  font-size: 13px;
  background-color: #D8735C;
  color: #ffffff;
  }
.note-card{
    color: #A569BD;
      background-color: #EBDEF0;
      border-color: #b9d9ce;
}
.text-note{
color: #A569BD;
}


.vertical {
            border-left: 6px solid black;
            height: 200px;
            position:absolute;
            left: 50%;
        }

        #form1 {
        display:none;
        }
        .jumbotron-fluid{
        color: white;
        }
        .bed{
        cursor: pointer;
        min-width: 120px;
        min-height:80px;
        }
.img-block-md {
        height: 50px !important;
        width: 50px !important;
        border-radius: 50%;
        background-position: center;
        background-size: cover;
    }
    input {
    border: none;
    border-color: transparent;
    }
    input.data_dict:focus {
    outline-width: 0;
}


.icon-guest-house{
  text-align:right;

}
<!--.small{-->
<!--font-size:0.700em;-->
<!--}-->
.text-end{
    text-align: right!important;
}
.guest-house-pt-1{
padding-top:.25rem!important;
}
.guest-house-fa-1x  {
    font-size: 1.5rem !important;
}
.guest-house-sub-text{
    font-size:.6rem;
    letter-spacing:.2px
 }
.guest-house-count{
    font-size:1.2rem;
 }
.guest-house-count-i{
    font-size:1.1rem !important;
 }
.bed{
    width:150px;
 }

.card-guest-house{
    border-color: #696969;
 }

.slot{
    height: 80px;
    width:60px;
    display: grid;
    align-content: center;
 }

.dotted {
    border-style: solid ;
    border-color : white !important;
    border-width: 0.5px;
    border-radius: 12px;
    margin-top:2px;
  margin-bottom:3px;
  margin-right:2px;
  margin-left: 2px;

 }
.text-green{
    color : #009688 !important;

 }
.text-blue {
   color : #009688 !important;
}
.text-brown{
  padding-center: 20px;

}
.list-inline-item:not(:last-child) {
    margin-right: 0.2rem;
}
.form-fields .form-group {
    margin-top: 0.4rem;
}
.item-card{
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  }
.item-font-lg{
  font-size: 1.1rem;
}
.item-font-md{
  font-size: 1.0rem;
}
.item-font-sm{
  font-size: 0.7rem;
}
.detail-card{
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.special-color{
  color: #003d5d;
}
.img-fluid-list{
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.padding-adjustment{
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.small-word{
    word-break: break-word;
    font-size:15px;
    font-weight: bold;
    color:#535252;
    padding:0px !important;
}
.hidden-card {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}
.card-front,
.card-back {
    width: 70mm;
    height: 112mm;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    overflow: hidden;
    box-sizing: border-box;
}
.logo {
    width: 50mm;
    height: 18mm;
    margin: 5mm auto 2mm;
}
.website {
    color: #000000;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.photo {
    width: 35mm;
    height: 46mm;
    margin: 3mm auto 0;
    border-radius: 4px;
}
.side-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30mm;
    height: 30mm;
    z-index: 0;
}
.details, .blood {
    position: relative;
    z-index: 1;
}
.details {
    color: #000000;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 1.9;
    margin-top: 3mm;
}
.blood {
    color: #000000;
    text-align: center;
    font-size: 13px;
    margin-top: 1mm;
}
.qr {
    position: absolute;
    bottom: 3mm;
    right: 3mm;
    width: 17mm;
    height: 17mm;
}
.card-back {
    font-family: Arial, sans-serif;
    padding: 10px;
}
.card-back .side-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30mm;
    height: 30mm;
    z-index: 0;
}
.card-back .backside-content,
.card-back .backside-heading {
    position: relative;
    z-index: 1;
}
.backside-heading {
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
}
.backside-content {
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 1.9;
}
.output {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 70vh;
    text-align: center;
    margin-top: 20px;
}
.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loader-container img.loading-gif {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}
.output img.loading-gif {
    width: 30px;
    height: 30px;
    border: none;
    box-shadow: none;
}
.output img:not(.loading-gif) {
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 70mm;
    height: auto;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    transition: transform 0.2s ease-in-out;
}
.output img {
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 70mm;
    height: auto;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    transition: transform 0.2s ease-in-out;
}
@media (max-width: 768px) {
    .output {
        flex-direction: column;
        gap: 25px;
    }
    .output img {
        width: 80mm;
    }
}
@media (max-width: 480px) {
    .output img {
        width: 85%;
        max-width: 320px;
    }
}
.visitor-card {
    width: 410px;
    min-height: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#visitorCardBack.visitor-card {
    height: auto;
}
.visitor-card .contact {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    display: block;
    padding-left: 20px;
}
.visitor-card .logo {
    width: 110px;
    height: 50px;
    margin: auto;
}
#visitorCardBack .logo {
    width: 130px;
    height: 70px;
}
.visitor-card .card-footer {
    background-color: #4b71eb;
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding: 3px 6px;
    font-weight: 500;
    border-radius: 4px;
}
.visitor-output {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}
.visitor-output img {
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    width: 410px;
    height: auto;
    object-fit: contain;
    transition: transform 0.2s ease-in-out;
}
@media (max-width: 768px) {
    .visitor-card,
    .visitor-output img {
        width: 90%;
        height: auto;
        max-width: 410px;
    }
}
.visitor-card-name{
    font-size: 16px;
    color: #55A5F3;
}
.secure-img {
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
}
.visitor-preview {
    text-align: center;
    margin-bottom: 2px;
}
.visitor-code{
    width: 130px;
    height: 130px;
    object-fit: contain;
    padding-bottom: 10px;
}
.contact-padding{
    padding-top: 70px;
}
.we-timeline {
    position: relative;
    padding-left: 5px;
    margin: 0;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}
.we-timeline-inner {
    position: relative;
    padding-left: 3px;
}
.we-timeline-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #003d5d;
    border-radius: 2px;
}
.we-timeline-item {
    position: relative;
    margin: 10px 0;
}
.we-timeline-item:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -8px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 3px solid #003d5d;
    border-radius: 50%;
    z-index: 1;
}
.we-timeline-data {
    margin-left: 5px;
    font-size: 15px;
}
.we-timeline::-webkit-scrollbar {
    width: 6px;
}
.we-timeline::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.we-timeline::-webkit-scrollbar-thumb {
    background: #003d5d;
    border-radius: 10px;
}
.we-timeline::-webkit-scrollbar-thumb:hover {
    background: #005680;
}
.loading-gif {
    width: 30px;
    height: 30px;
}
.office-name{
    font-size: 13px;
    color: #55A5F3;
}
#visitingOutputArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    width: 100%;
}
@media (max-width: 576px) {
    #visitingOutputArea {
        min-height: 50vh;
        padding: 1.5rem 1rem;
    }
    #visitingOutputArea img {
        max-width: 100%;
        height: auto;
    }
}
.visiting-min-height{
    min-height: 60vh;
}
#IDCardOutputArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    width: 100%;
    text-align: center;
}

#IDCardOutputArea img.loading-gif {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media (max-width: 576px) {
    #IDCardOutputArea {
        min-height: 50vh;
        padding: 1.5rem 1rem;
    }
    #IDCardOutputArea img.loading-gif {
        width: 30px;
        height: 30px;
    }
}
.visiting-padding{
    padding-top: 80px;
}