.brand-logo{
    text-align: center;
}

.alert-error{
    color: #F95F53;
    font-size: 0.7rem;
    margin-bottom: 1px;
    margin-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
}

.nav-item.hide{
    display: none;
}

@media screen and (min-width: 600px) {
    form .datepicker{
        /*width: 40%;*/
    }
}

.content-wrapper.full-mode{
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.section-separator{
    border-bottom: 1px #ced4da dotted;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.section-header{
    color: #0a58ca;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}
.no-padding-top{
    padding-top: 0;
}

.btn-header{
    text-align: right;
    float: right;
}

@media screen and (min-width: 600px) {
    form .resp-on-lg-dev .select2-container{
        width: 50% !important;
        display: block;
    }
}

.form-group div.form-inline .select2-container, .form-group div.form-inline input{
    display: inline-block;
    width: auto !important;
}


a.tbl-link{
    /*text-underline: none;*/
    text-decoration: none;
   rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1))
}

.table-min-height{
    min-height: 15rem;
}

.home-tab .btn-primary{
    color: #ffffff;
}


form label.error{
    color: #F95F53;
    font-size: 0.7rem;
}

.js-custom-validation-error{
    font-size: 0.7rem;
}

.content-show{ display: block;}
.content-hide{ display: none;}

.container-vertical-align {
    display: flex;
    align-items: center; /* Vertically center the span */
    /*justify-content: center; !* Horizontally center the span (optional) *!*/
    /*height: 200px; !* Set a height for the div *!*/
}

.account-summary .t-field, .account-summary .t-value{
    display: inline-block;
    margin-bottom: 0.2rem;
    font-size: 0.812rem;
}
.account-summary .t-value{
    float: right;
}

.account-summary .t-balance{
    font-size: 1.8rem;
    color: #0a58ca;
}

.table th, .table td {
    line-height: 1;
    padding: 0.4rem 0.9375rem !important;
}

.table th.text-break, .table td.text-break {
    word-wrap: break-word;
    /*word-break: break-all;*/
    white-space: normal;
}

.table.no-btn th, .no-btn.table td {
    line-height: 2;
}

.table td .btn{
    margin-bottom: 0;
    margin-top: 0;
}

.content-wrapper {
    background: #F4F5F7;
    padding: 1rem;
}

td .dropdown .dropdown-menu .dropdown-item{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.mandatory-field{
    color: #F95F53;
    font-weight: bold;
}


.camera-capture-wrapper .video, .camera-capture-wrapper .preview{
    border:1px #cecece solid;
    background: #adadaa;
    text-align: center;
    padding: 0.5rem 1rem;
}

.camera-capture-wrapper a{
    margin-top: 1rem;
    display: inline-block;
}

a.btnSnap{
    text-decoration: none;
    cursor: pointer;
    background: #0a58ca;
    color: white;
    border-radius: 3px;
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
}

.video-container {
    width: 80%; /* Set the width of the container to 80% of its parent element */
    margin: 0 auto; /* Center the container */
}

.video-container video {
    width: 100%; /* Make the video take up 100% of the container's width */
    height: auto; /* Maintain the aspect ratio of the video */
}

.canvas-container {
    width: 80%; /* Set the width of the container to 80% of its parent element */
    margin: 0 auto; /* Center the container */
    position: relative; /* Needed for proper scaling */
    padding-top: 56.25%; /* Aspect ratio of 16:9 (9/16 = 0.5625) */
}

.canvas-container canvas {
    position: absolute; /* Position the canvas absolutely within the container */
    top: 0;
    left: 0;
    width: 100%; /* Make the canvas take up 100% of the container's width */
    height: 100%; /* Make the canvas take up 100% of the container's height */
}

.profile-img-container{
    width: 8rem;
    height: 8rem;
    text-align: center;
    padding-right: 0;
}

.profile-img-container img{
    width: 100%;
    height: auto;
    max-width: 8rem;
    max-height: 8rem;
}


.btn-take-picture, .upload-picture {
    margin-top: 1.2rem;
}

h4.inline-heading{
  display: inline-block;
}


.rule-key{
    display: inline-block;
    margin: 0.2rem 0.5rem;
    background: #fa7f75;
    border-radius: 5px;
    /*border: 1px #0a58ca solid;*/
    padding:0.1rem 1rem;
    font-size: 0.8rem;
}

.rule-key.tier{
    background: #51B1E1;
}

.rule-value{
    display: inline-block;
    padding-left: 0.5rem;
    color: white;
    border-left: 1px #cecece dotted;
    margin-left: 0.5rem;
}

.footer-label{
    display: block;
}

.img-header-dp {
    width: 5.5rem;
    height: 5.5rem;
}

.custom-nav.breadcrumb{
    border: none;
}


.file-upload-browse{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.file-upload-info{
    font-size: 0.7rem;
}

.printout{
    /*border: 1px black solid;*/
    padding: 0 2mm;
    width: 68mm;
    /*width: 58mm;*/
}

.printout p{
    font-size: 0.6rem;
}

.printout h5{
    font-size: 0.7rem;
}

.printout img{
    width: 10mm;
    height: 10mm;
}

.printout-divider, .printout-divider-dotted{
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.printout-content .badge, .printout-content .badge-success{
    all: unset !important;
    float: right !important;
    text-transform: capitalize;
    color: black !important;
}

.printout-content{
    font-size: 0.6rem !important;
}

.printout-content>*{
    background: none !important;
}

.printout-content .print-fld, .printout-content .print-val{
    color: black;
    width: 50%;
    overflow-wrap: anywhere;
}

.printout-content .print-val{
    float: right;
    text-align: right;
    font-weight: normal !important;
}

.printout-content .print-row{
    margin-bottom: 0.2rem;
    clear: both;
}


.full-width .twitter-typeahead{
    width: 100%; !important;
}


tr.text-danger td{
    color: #F95F53 !important;
}

.btn-cancel-message{
    display: inline-block;
    float: right;
    cursor: pointer;
    color: #F95F53;
    font-weight: bold;
    font-size: 1.2rem;
}

.btnEnableEdit{
    margin-bottom: 1rem;
    cursor: pointer;
}

.btnEnableEdit i{
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.btnEnableEdit span{
    display: inline-block;
}

form.slim-form .form-group, .slim-form .form-group{
    margin-bottom: 0.8rem;
}

.card.slim-card .card-title{
    margin-bottom: 0.8rem;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("../../assets/images/loading-blue.gif") center center no-repeat rgba(59, 161, 209, 0.13);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
