/* shipping calculate */
.calculate {
    text-align: center;
    margin-bottom: 72px;
    border-top: 1px solid #BEBEBE;
    padding-top: 30px !important;
}

.product-image img {
    height: 80px;
    margin-bottom: 10px;
}
    

.shipping-price {
    border: 1px solid #BEBEBE;
    height: 250px;
    /* height: calc(100% - 1rem); */
    border-radius: 5px;
    overflow: hidden;
}

.shipping-heading {
    color: #FFFFFF;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipping-image img {
    height: 80px;
    margin-bottom: 10px;
}

.shipping-cost {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    /* height: 100%; */
    height: calc(100% - 50px);
    padding: 10px 10px 10px 10px;
}


/** Find-owner list carousel */

.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 120px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    /*background: url(../images/nav-icon.png) no-repeat scroll 0 0;*/
    color: #26b899;
    left: -33px;
}

.owl-carousel .next-slide {
    /* background: url(../images/nav-icon.png) no-repeat scroll -24px 0px;*/
    color: #26b899;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    /*background-position: 0px -53px;*/
    color: #8199A3
}

.owl-carousel .next-slide:hover {
    /*background-position: -24px -53px;*/
    color: #8199A3
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}

.owl-lazy {
    border-radius: 2%;
}

.owl-dots {
    visibility: hidden;
}


/*** order timeline */


/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);*/
._mgt-100{
    margin-top: 100px;
}

@media screen and (max-width: 571px) {
    .invoice .invoice-title .invoice-number {
        float: none !important;
        font-size: 20px;
        font-weight: 700;
        margin-top: 0px !important;
    }

    .invoice hr {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
        border-top-color: #f9f9f9;
    }
}


.steps-header,
.steps-name {
    color: #26b899;
    font-weight: 400;
    font-size: 1.2em;
    margin-top: 20px !important;
}

.steps-header {
    margin-bottom: 20px;
    text-align: center;
}

.steps-timeline {
    outline: 1px dashed rgba(255, 0, 0, 0);
}

@media screen and (max-width: 667px) {
    .steps-timeline {
        border-left: 2px solid #d0d0d0;
        margin-left: 10vw;
    }
}

@media screen and (min-width: 667px) {
    .steps-timeline {
        border-top: 2px solid #d0d0d0;
        padding-top: 15px;
        margin-top: 40px;
        margin-left: 16.65%;
        margin-right: 16.65%;
    }
}

.steps-timeline:after {
    content: "";
    display: table;
    clear: both;
}

.steps-one,
.steps-two,
.steps-three,
.steps-four {
    outline: 1px dashed rgba(0, 128, 0, 0);
}

@media screen and (max-width: 667px) {

    .steps-one,
    .steps-two,
    .steps-three,
    .steps-four {
        margin-left: -25px;
    }
}

@media screen and (min-width: 667px) {

    .steps-one,
    .steps-two,
    .steps-three,
    .steps-four {
        float: left;
        width: 33%;
        margin-top: -70px;
    }
}

@media screen and (max-width: 667px) {

    .steps-one,
    .steps-two,
    .steps-three {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 667px) {
    .steps-one {
        margin-left: -16.65%;
        /* margin-right: 16.65%; */
        /* close this line for four step */
    }
}

@media screen and (max-width: 667px) {
    .steps-four {
        margin-bottom: -100%;
    }
}

@media screen and (min-width: 667px) {
    .steps-four {
        /* margin-left: 16.65%; */
        /* close this line for four step */
        margin-right: -16.65%;
    }
}

.steps-img {
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 0%;
}

@media screen and (max-width: 667px) {
    .steps-img {
        float: left;
        margin-right: 20px;
        margin-left: -25px;
    }
}

.steps-name,
.steps-description {
    margin: 0;
}

@media screen and (min-width: 667px) {
    .steps-name {
        text-align: center;
    }
}

.steps-description {
    overflow: hidden;
}

@media screen and (min-width: 667px) {
    .steps-description {
        text-align: center;
    }
}

/* evidence */

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

@media (max-width: 992px) {
    .card-img-top {
        height: 20vw;
    }
}

@media (max-width: 767px) {
    .card-img-top {
        height: 30vw;
    }
}

@media (max-width: 576px) {
    .card-img-top {
        height: 50vw;
    }
}

.edvidence-img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    margin-bottom:1rem;
}

@media (max-width: 992px) {
    .edvidence-img {
        height: 30vw;
    }
}

@media (max-width: 767px) {
    .edvidence-img {
        height: 40vw;
    }
}

@media (max-width: 576px) {
    .edvidence-img {
        height: 60vw;
    }
}

#edit_remark,#show_remark{
    word-break: break-all;
}

/* calculate */
.h-100 {
    height: 100% !important;
}

@media (max-width: 767px) {
    .shipping-rate .h-100,.shipping-price {
        height: auto !important;
    }
}

/* user rate */
.table {
    min-height: 7rem;
}

.user_rate .fa {
    transition: .3s transform ease-in-out;
}

.user_rate .collapsed .fa {
    transform: rotate(90deg);
}

.card .card-header .btn {
    padding: 4.8px 13px !important;
}

/* global */
.text-primary{
    color:#26b899;
}


/* 
- use icon from https://loading.io/css/ mix with https://codepen.io/charlyarg/pen/GByKja
*/
.loading-overlay {
    position: fixed;
    z-index: 1999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.loading-overlay:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.3), rgba(0, 0, 0, .3));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.3), rgba(0, 0, 0,.3));
}
.loading-overlay div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.loading-overlay div:nth-child(1) {
    animation-delay: -0.40s;
}
.loading-overlay div:nth-child(2) {
    animation-delay: -0.25s;
}
.loading-overlay div:nth-child(3) {
    animation-delay: -0.13s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.main-sidebar {
    overflow-y: auto;
}

@media (max-width: 1024px) {
     /*--- ADD default scrolling for mobile. ---*/
    .main-sidebar {
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
        direction: inherit;
        position: relative;
    }

    /*--- HIDDEN scrolling plugin for mobile. ---*/
    /* .nicescroll-rails.nicescroll-rails-vr {
        display: none !important;
    } */

    /*--- set scrolling for safari. ---*/
    body.sidebar-gone {
        position: relative;
    }
    body.sidebar-show {
        position: fixed;
    }
}
/*
* version 1 use <div class="loading-overlay">
*/ 
/*
.loading-overlay-1 {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.loading-overlay-1:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.3), rgba(0, 0, 0, .3));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.3), rgba(0, 0, 0,.3));
}
.loading-overlay-1:not(:required):after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
**/