/*----------  Library  ----------*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,700,700i,900');
@import 'plugin/bootstrap.css';

/*----------  css  ----------*/

@import 'pages/reset.css';
@import 'pages/common.css';
@import 'pages/animations.css';

/* Header buttons */
/* .button {
  background-color: #1589f9;
  border: none;
  /* color: black; 
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
} 
*/
.button, .btn {
    border-radius: 6px;
    outline: none;
    font-weight: 600;
    padding: calc(0.5rem - 1px) 2rem;
    display: block;
    box-shadow: none;
    border: none;
    width: fit-content;
    min-width: 15rem;
    text-align: center;
}
.button:hover {
    text-decoration: none;
    cursor: pointer;
}

.btn-primary {
    color: #fff !important;
    background-color: #126CC7;
  
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #082847;
    text-decoration: none;
  }
  .btn-secondary {
    background-color:#E7E8EE;
    color: black;
}
.btn-secondary:hover {
    background-color: #BABDCD;
    color: black;
}
.btn-1 {
  border: none;
  /* color: black; */
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

/* body css */
::-ms-reveal {
    display: none;
}
#showVid,#previewVid{
    width: 520px;
    height: 300px;
    object-fit: cover;
}
.error{
    color: #d13241;
    font-size: 12px;
    font-weight: 500;
}
.has-error .floating-label {
    color: #ce3131;
}
.image-uploader .popover{
    top: 100%;
    left: 10%;
}

label.required{
    display: inline-block;
    position: relative;
}
label.required::after {
    position: relative;
    content: '*';
    top: 0;
    left: 2px;
    color: red;
}


div.dropdown-menu.open{
    max-height: 314px !important;
    overflow: hidden;
  }
  ul.dropdown-menu.inner{
    max-height: 265px !important;
    overflow-y: auto;
  }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* .alert {
    position: relative;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 15px;
    border-left: 4px solid; 
    font-size: 16px;
    padding-left: 20px;
}  
.alert::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid;
    border-bottom: 8px solid transparent;
    margin-top: -7px;
} 
.alert-danger{
    color: #ce3131;
    padding-left: 50px;
    background-image: url(../images/danger.svg);
}
*/
.alert{
    font-size: 16px;
}
.alert-success{
    background-color: #d4edda;
    border-color: #d4edda;
    color: #175825;
}

.alert-info{
    background-color: #cce5ff;
    border-color: #cce5ff;
    color: #204085;
}

.alert-covid{
    /*text-align: left !important;*/
    background-color: #126cc7;
    padding: 25px;
    /*color: #204085; */
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    /* border-bottom: 7px solid #ffffff; */
    border-radius: 0px;
    text-align: center;
    margin-top: 40px;
}
.a-covid{
    color: #1589f9;

}

.promo-covid{
    margin-top: 69px;
}
@media(max-width:1024px) {
    .promo-covid{
        margin-top: 55px;
    }
    .alert-covid{
        padding: 12px;
        font-size: 16px;
    }
}

.alert-danger{
    background-color: #f8d7da;
    border-color: #f8d7da;
    color: #721c23;
}

.alert-default{
    background-color: #e2e3e5;
    border-color: #e2e3e5;
    color: #383d41;
}


.alert .close{
    top: -10px;
    right: -10px;
    background: #fff;
    -webkit-box-shadow: 1px -2px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 1px -2px 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.alert:hover .close{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.alert .close:hover{background: #eeeeee;}
.pac-container {
    z-index: 10000 !important;
}
.ui-dialog .ui-dialog-titlebar {
    margin: -3px;
    border-radius: 0;
    background: rgba(245, 0, 0, 0.1);
}
body .ui-dialog .ui-dialog-content{
    padding-top: 20px;
    overflow: hidden;
}
body .ui-widget-content .ui-icon.ui-icon-alert {
    background-image: url(../images/danger.svg);
    background-size: 24px;
    background-position: 0px 4px;
    width: 40px;
    height: 40px;
}
.ui-widget-overlay{
    z-index: 999 !important;
    background-color: rgba(86, 101, 125, 0.9) !important;
    opacity: 1 !important;
}
.ui-widget.ui-widget-content{
    z-index: 9991 !important;
}


#setLocation {
    font-size: 14px;
    padding: 0px 5px;
    height: auto;
    border-radius: 3px;
    margin: 5px 0;
}
.datepicker .prev span{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.datepicker .next span{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#regenerate_bill_button_div{
    display: none;
    margin-left: -15px !important;
}
.yesno-btn {
    text-align: center;
}

.yesno-btn .btn {
    margin: 0 15px;
}

.modal-content .sub-head {
    font-size: 17px;
    color: #333333;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0 20px 0;
}

.modal-content .popup_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

input.btn.btn-border.calendar-icon,
button.btn.btn-border.calendar-icon {
    border-color: #12bd7a;
    height: 40px;
}
input.btn.btn-border.calendar-icon:hover,
button.btn.btn-border.calendar-icon:hover {
    background-color: #12bd7a;
}

@media print {
    .print-unfriendly, video, audio, embed, object, footer {
        display: none !important;
    }
    .print-friendly {
        display: block !important;
    }
    h1, h2, h3, h4 {
        text-decoration: underline;
    }
}

.ical, 
div.btn.btn-border.success.image-preview-input, 
input#datetimepicker2.form-control, 
input#datetimepicker1.form-control,
input#datetimepicker3.form-control, 
input#datetimepicker6.form-control,
input#datetimepicker7.form-control
{
    height:40px !important;
}

.w-full {
    width: 100%;
}
.flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}

#admin-sidebar {
    background-color: #56657d;
    min-height: 100vh;
    padding: 1em 0;
    min-width: 220px;
    max-width: 220px;

    li {
        padding: 0.5em 1em;
        display: flex;
        justify-content: start;
        align-items: center;
        overflow: hidden;
        gap: 0;

        a {
            color: white;
            width: 100%;
            display: flex;
            justify-content: start;
            align-items: center;
            gap: 0.5em;
        }
        i {
            color: white;
            width: 2em;
            text-align: center;
        }
    }
    li.active {
        background-color: #082847;
    }
    li:not(.subtab) {
        font-weight: bold;
    }
    li.subtab {
        padding-left: 4em;
    }
}
.alert-warning {
    background-color: #fcf2c4;
    border-color: #fcf2c4;
    color: #844602;
}