
@import url('/assets/css/webpixel.css');
@import url('/assets/css/default.css');
@import url('/assets/css/form.css');

::-webkit-scrollbar {
    display: none;
}

a.help-btn {
    position: fixed;
    bottom: 50px;
    font-size: 50px;
    right: 25px;
    color:#249bd1;
}

.cb2{
    max-height:500px;
    overflow-y:auto;
}

.note_line {
    line-height: 1.2em;
    font-weight: 300;
    padding: 10px;
    background: #fff5c9;
    border-radius: 3px;
    margin-bottom: 10px;
}
.note_note {
    font-size: 14px;
}
.note_footer {
    font-size: 10px;
    margin-top:5px;
    display:block;
    color: rgb(4, 104, 4);
}

a.btn.btn-outline-secondary.update_quota {
    padding-top: 17px;
    font-size: 13px;
    letter-spacing: normal;
}


a.help-btn:hover {
    transform: scale(1.1);
    transition: all 0.3s;
    color:#1c81b0;
}

.submit-no-payment{
    font-size:16px !important;
    font-weight:400 !important;
}



.list-group > span:hover{
    cursor:pointer;
}

.order_actions{
    margin-right:15px;
}

.order_actions:hover{
    cursor:pointer;
    color: var(--green);
}

.tsr-input-group:focus-within, .tsr-input-group > .form-control, .tsr-input-group:focus-within > span {
    box-shadow: none !important;
    border-color: #e0e0e0 !important;
}

.tsr-input-group > .btn-check:focus+.btn-outline-secondary, .tsr-input-group > .btn-outline-secondary:focus {
    box-shadow: none !important;
}



.tsr-input-group > input, 
.tsr-input-group > select, 
.tsr-input-group > textarea,
.tsr-input-group > .input-group-text,
.tsr-input-group > .form-select,
.tsr-input-group > span,
.tsr-input-group > a{
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background: #f8f8f8;
    text-align:center !important;
}


.tsr-input-group > span {
    color: #6a6a6a !important;
    background: #e0e0e0 !important
}

.tsr-input-group > a {
    background: var(--dark) !important;
    color: var(--white) !important;
    font-size:14px;
    letter-spacing: 1px;
}

.tsr-input-group > a:hover {
    background: var(--orange) !important;
}




.tsr-input-group > input:focus{
    border: 1px solid #f09020;
}

.btn-vsm {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: normal;
    border-width: 2px;
    color: #fff;
    padding: 7px 8px;
    border: none;
    border-radius: 3px;
    margin-right: 10px;
    opacity:.8;
}

.btn-vsm:hover {
    opacity:1;
    color: #fff !important;
}

.express_icon{
    width: 50px;
    margin-left: 5px;
}

.express_icon_big{
    margin-top:25px;
    width: 100px;
}

.span_product_image {
    margin-left: 10px;
}

.single-order-title {
    font-size: 13px;
    font-weight: 440;
}

.service_header{
    display: table;
    height: 65px;
}

.service_title{
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.3em;
}

h3.card-title.pricing-card-title.mb-2.fw-normal {
    font-weight: 200 !important;
    color: #575757;
}


.pd-sm{
    font-size:13px;
    font-weight:300;
}

.msg-user{
    font-weight: 400;
    color: black;
    font-size: 15px;
}

.msg-date{
    font-weight: 300;
    color: #545454;
    font-size: 13px;
}

.msg-content {
    font-weight: 300;
    color: #545454;
    font-size: 15px;
}   

.timeline-title, .timeline-date{
    font-size: 15px;
    font-weight: 300;
    line-height:1.2em;
}

.timeline{
    margin-bottom: 12px;
    background: #f8f8f8;
    border-radius: 3px;
    padding: 7px;
}

.timeline:hover{
    background: #f0f2b7;
    cursor: pointer;
}


.single-msg{
    padding: 10px 0;
}

.msg-body{
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}

.single-msg:nth-child(even){
    background: #f7f7f7;
}

.single-msg:hover{
    background: #f0f2b7;
    cursor: pointer;
}

.sm-txt{
    font-size: 12px;
    line-height: 1.2em;
    padding: 0 15px;
    opacity:.6;
}

.sm-st{
    font-size: 13px;
    font-weight: 300;
    padding-top: 2px;
}

.s-title {
    font-weight: 500;
    font-size: 13px;
}

.s-value{
    font-weight:300;
    font-size:14px;
}

span.coupon_entry {
    font-size: 12px;
    background: var(--light-orange);
    color: var(--white);
    padding: 4px 6px;
    border-radius: 3px;
}

.sq-card-iframe-container{
    height:48px !important;
}

.message_ {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 10px 0;
    color: var(--black);
}

#empty_cart {
   font-size:12px;
   background: var(--red);
    color: var(--white);
    padding: 4px 5px;
    font-weight:300;
    border-radius:3px;
    opacity:.5;
}

#edit_cart_main {
    font-size:13px;
    background: var(--orange);
     color: var(--white);
     padding: 5px 8px;
     font-weight:400;
     border-radius:3px;
     margin-right:10px;
     opacity: .8;
 }

#edit_cart_main:hover {
    opacity: 1;
    cursor: pointer;
}

.red_bg_white_text{
    background: var(--red) !important;
    color: var(--white) !important;
}

.remove-coupon{
    color: var(--red);
    opacity:.4;
}

.remove-coupon:hover{
    opacity:1;
    cursor: pointer;
}

#empty_cart:hover {
     opacity:1;
 }

.card-fade-in{
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
}

.card-fade-out{
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    display: grid;
}

.mh {
    max-height: 263px;
}
.mh-2{
    max-height: 400px;;
}

.mh-3{
    max-height: 500px;
}

.mh-4{
    max-height: 600px;
}

.mh-5{
    max-height: 700px;
}

.mh-6{
    max-height: 800px;
}

.filter-stat:hover{
    cursor:pointer;
}

.image-preview > img {
    width: 150px;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 160px;
}

.product-service-card >  .card > .card-body{
    background:#f0902017;
}

.product-service-card >  .card > .card-body > ul > li:first-child{
   font-weight:600;
   font-size:14px;
   color:#000;
}

.product-service-card > .card > .card-body > ul > li:last-child {
    font-weight: 300;
    font-size: 10px;
    color: #505050;
    letter-spacing: 1px;
}


/* add background with solid white fade to 0 opacity */
.bg-white-fade {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
}

.toast-bottom-right{
    bottom:31px;
}

.table-responsive{
    overflow: auto;
}

.tsr_fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.login_bg{
    background-image: url(/assets/img/login_bg_6.jpg);
    background-size:cover;
}

#login_frm, #register_frm, #forgot_frm, #reset_frm, #_2fa, #activate_frm {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    border: solid var(--white);
    border-width: 1px 2px 2px 2px;
}



.sm > p, .sm > ul {
    font-size: 15px;
    font-weight: 400;
    text-align:left;
}

.sm_2 > p, .sm > ul {
    font-size: 15px;
    font-weight: 400;
}

.footer-policies{
    cursor: pointer;
    font-weight:400;
    color: var(--black);
    opacity: .6;
}
.footer-policies:hover{
    opacity: 1;
}

.modal-body > .form-check{
    margin-bottom:10px;
}

.form-check-label > p > muted{
    font-weight:400;
    font-size: 15px;
}

.form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}


#reportrange > span, #order_page_cal_range > span {
    font-weight: 440;
    font-size: 12px;
}

#reportrange, #order_page_cal_range {
    border-radius:6px;
    background: var(--white-footer);
    padding:2px 10px;
    cursor:pointer;
}

footer {
    background-color: var(--white-footer);
    color: var(--black);
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    font-weight: 200;
    left: 0;
    z-index:9;
}

.second-footer {
    background-color: var(--green);
    color: var(--black);
    text-align: center;
    padding: 12px;
    position: fixed;
    top:0;
    /* bottom: 38px; */
    width: 100%;
    font-size: 13px;
    font-weight: 200;
}

.footer-weblink {
    color: var(--black);
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer-weblink:hover {
    color: var(--green);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* .mv-down{
    padding-top:75px;
    padding-bottom:75px;
} */



.open-stat{
    margin-left:5px;
}

.si > select, .si > input, .si > .input-group-text{
    padding-top: .45rem !important;
    padding-bottom: .45rem !important;
}

.si-container > .input-group:focus-within {
    box-shadow: none !important;
}

.si-container > .input-group:focus-within .form-control, .si-container > .input-group:focus-within .input-group-text {
    border-color: transparent !important;
}


.si > .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none !important;
}



