/*** Start ***/
*{
    font-family: 'Poppins', sans-serif;
}

.form-control::placeholder {
    color: rgb(141, 137, 137);
  }


#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/
.shadow{
    box-shadow: 0 .3rem 1rem rgba(130, 130, 130, 0.15) !important
}
.mt-35 {
    margin-top: 35px;
}

.mt-6 {
    margin-top: 6px;
}
.mt-11{
    margin-top: 11px;
}
.max-w65{
    max-width: 65%;
}
.page-header .breadcrumb{
    padding-top: 200px;
}
.color-gray{
    color: #868686;
}
.color-orange{
    color: #f4991a;
}
.bg-gray{
    color: #868686 !important;
}

.color-blue{
    color: #133ac7 !important;
}

.bg-blue{
    background-color: #3f52e3 !important;
}

.bg-transparan {
    background-color: #cdcdcd;
}

.btnc-warning{
    background: #FFE867;
}

.color-yellow {
    color: #FFE867;
}

.mw-600{
    max-width: 600px;
}
.mw-888{
    max-width: 888px;
}
.img-h-485{
    height: 485px;
}
.py-150{
    padding-top: 150px;
    padding-bottom: 150px;
}
.w-435{
    width: 435px;
}
.w-65{
    width: 65% !important;
}
.w-20{
    width: 20px;
}
.fz-11{
    font-size: 11px;
}
.fz-8{
    font-size: 8px;
}
.fz-60{
    font-size: 60px;
}
.fz-25{
    font-size: 25px;
}
.fz-10{
    font-size: 10px;
}
.fz-12{
    font-size: 12px;
}
.fz-15{
    font-size: 15px;
}
.fz-20{
    font-size: 20px;
}

.fz-14{
    font-size: 14px;
    color: #868686;
}

.fz-14-bold{
    font-size: 14px;
    font-weight: bold;
}

.fz-2{
  font-size: 2rem;
  max-width: 407px;
  color: #000;
}

.fz-15-blod{
    font-size: 15px;
    color: #868686;
    font-weight: bold;
}

.mt-12 {margin-top: 12px;}

.cursor-pointer{
    cursor: pointer;
}

/*** Button Start ***/
.btn {
    font-weight: 100;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}
.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 35px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/

.sticky-top{
    background: #FFFFFF;
    border-bottom: 1px solid rgba(13, 13, 13, 0.1);
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
}

.navbar{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.nav-user{
    margin-top: -2px;
}

.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 15px;
    color: #000000;
    font-size: 12px;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #133ac7 !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .notif-dropdown .dropdown-toggle::after {
    border: none;
    content: "";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu{
    min-width: 6rem;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

.navbar .notif-dropdown-menu{
    right: -135%;
    min-width: 18rem;
    top: 134% !important;
    border: 0;
    border-radius: 0;
}

.flag-position{
    width: 7%;
    position: absolute;
    top: 36px;
    right: 15px;
}

.sticky-top .accordion-button:not(.collapsed)::after {
    background-image: url("../img/asset/down-filled-triangular-arrow.png");
  }
.sticky-top .accordion-button::after {
background-image: url("../img/asset/up-filled-triangular-arrow.png");
}

.flag .buying-item:hover .shopping-item-border::after {
    content: "";
    width: 100%;
    height: 36px;
    position: absolute;
    right: 0px;
    bottom: -4px;
    background: #133ac7;
    border-radius: 12px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.navbar-toggler {
    color: #868686 !important
  } 

.carousel-item .button-track{
    z-index: 99;
}

.carousel-item .position-relative{
    right: 50px;
}

.carousel-item .icon{
    right: 100px;
    top: 7px;
}
.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    left: 7% !important;
    right: 7% !important;
}

.carousel-item p, h1 {
    max-width: 415px;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: #ffc927;
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background: url(../img/asset/image-breadcrumb.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 15px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/* home header */
.track-home{
    height: 330px;
    background-color: #3F52E3;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    background-image: url('../img/asset/image-home.svg');
    background-repeat: no-repeat;
    background-position: top 10% right;
    background-size: 43%;
}
.track-content{
    position: absolute;
    top: 23%;
}
.track-home::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(63, 82, 227, 0.7);
}
.img-home-track{width: 505px;}
.input-track{
width: 80%;
padding-right: 60px;
}
.w-80{width: 80%;}
.button-track{
right: 0px;
}
.button-track{
/* padding: 20px 0; */
right: 55px;
bottom: 51%;
float: right;
width: 20%;
}
.select2-results__option{
    font-size: 12px !important;
  }

.select2-selection__rendered
{
    font-size:12px;
    color: #868686 !important;
    padding: 15px 0;
}

.calculator .select2-selection{
    padding-top: 12px;
    height: 45px;
    border-radius: 10px;
}

.hover-calculator {
                
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 3% 0px;
}

.hover-calculator:hover{
    background-repeat: no-repeat;
    background-position: 3% 0px;
}


.icon-calculator1{
    background-image: url('../img/asset/icon-ship-now-grey.svg');
}

.icon-calculator1:hover{
    background-image: url('../img/asset/icon-ship-now-blue.svg');
}
.icon-calculator2{
    background-image: url('../img/asset/icon-get-a-quote-grey.svg');
}

.icon-calculator2:hover{
    background-image: url('../img/asset/icon-get-a-quote-blue.svg');
}
.icon-calculator3{
    background-image: url('../img/asset/icon-for-busienss-grey.svg');
}

.icon-calculator3:hover{
    background-image: url('../img/asset/icon-for-busienss-blue.svg');
}
.icon-calculator4{
    background-image: url('../img/asset/icon-portal-login-grey.svg');
}

.icon-calculator4:hover{
    background-image: url('../img/asset/icon-portal-login-blue.svg');
}


.hover-calculator .border-hover:hover{
    border-bottom: 4px solid #4766e2 !important;
    width: 90%;
    transition: all .5s;
}
.calculator .nav-pills .nav-link.active{
    background-color: #ffffff;
    color: #000000;
}
.px-20{
    padding:0 30px;
}
.border-hover{
    margin-right: 50px;
}

.modal-soon-shop{
    height: 300px;
    background: rgba(198, 198, 198, 0.8);
    top: -9px;
    position: absolute;
    width: 100%;
}
.modal-shop-img-soon{
    width: 31%;
}
.modal-shop-img{
    width: 33%;
}

/* end home header */

/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
}

.information .project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.information .project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content .text {
    background: rgba(48, 47, 48, 0.8);
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}


.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
    width: 100px;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer{background-color: #133ac7;}

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

/*** Footer End ***/


/* <!-- Our Service --> */
.line-service{
  padding: 1px;
  background: #133ac7;
  height: 50px;
  margin-top: 5%;
  border-radius: 30px 30px 30px 30px;
}
/* <!-- End Service --> */


/* about */
.about-title{
    max-width: 350px;
}

.about-content{
    height: 400px;
}

 @media (min-width: 992px) {
    .about-content{
        left: 400px;
    }
 }

 .process {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/process.jpg) center center no-repeat;
    background-size: cover;
}

.drop-point {
    background: linear-gradient(rgba(252, 252, 252, 0.6), rgba(235, 226, 226, 0.6)), url(../img/peta-indonesia.jpg) center center no-repeat;
    background-size: cover;
}

.arrow-right{
    margin-top: 5%;
    font-size: 30px;
}

.process-icon{
  width: 130px;
  height: 130px;
  font-size: 90px;
  background-color: #ffffff;
}

.process-icon:hover{
    background-color: rgb(32, 110, 227);
}


.process a:hover{
    color: #ffc927 !important;
}

.drop-point .card{
    border-radius: 100px 100px 100px 0;
}
/* end about  */

/* custom */
form .form-check-input, .form-check-input:checked[type="checkbox"]{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e") !important;
  border-radius: 50% !important;
}


.calculator .title{
    max-width: 600px;
}
.line-title{
    height: 2px !important;
    width: 55px;
    opacity: 1;
}
.pt-250 {
    padding-top: 250px;
}

.ship {
    top: -70px;
}
.calculator .nav-link{
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.information .position-absolute{
    bottom: 5px;
    max-width: 85%;
}
.position-absolute-next{
    position: absolute;
    width: 15% !important;
    height: 20% !important;
    right: 0;
    bottom: 0px;
    border-radius: 0px 0px 8px 0px !important;
    border: 0 !important;
    background-color: #FFE867;
}

.icon-circle{
  width: 40px;
  height: 40px; 
  line-height: 28px;
  text-align: center;
}

.login .position-absolute{
    top: 13px;
    right: 12px;
    font-size: 20px;
    color: #93888847;
}

.login-dialog{
    max-width: 300px;
}

/* end custom */

/*** buying Start ***/

.buying-img {
    position: relative;
    padding: 15px;
}

.buying-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.buying-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.buying-item:hover .buying-content {
    opacity: 1;
    transition: .5s;
}

.buying-item:hover .shopping-item-border::after {
    content: "";
    width: 100%;
    height: 95px;
    position: absolute;
    right: 0px;
    bottom: -5px;
    background: #133ac7;
    border-radius: 12px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.price .position-absolute{
  top: 14px;
  left: 14px
}

.price .input-price{
    padding-left: 48px !important;
}

.packaging .position-absolute{
  right: 4%;
  top: 50%;
}
/*** buying End ***/

/* forget password */
.reset-content{
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15);
    right: 215px;
    top: 28%;
    width: 350px;
}

@media (max-width: 992px) {
    .reset-content{
        right: 5%;
        top: 65%;
        width: 350px;
    }

    .login-page .reset-content{
        top: 65% !important;
    }
    
 }

 @media (min-width: 768px) and (max-width: 991.98px) { 
    .reset-content{
        right: 5%;
        top: 22%;
        width: 350px;
    }

    .login-page .reset-content{
        top: 10% !important;
    }
  }

 .forget-content{
    top: 25%;
    max-width: 345px
 }

.img-content:after {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
}

.bg-content{
    height: 100%;
    position: relative;
    bottom: 100%;
    width: 100%;
}

.bg-content .position-absolute{
    top: 35%;
}
/* end forget password  */

/* login page  */
.login-page .login-form{
    font-size: 20px;
    color: #93888847;
}

.password-page{
    top: 20%;
    right: 3%;
}

.staticPasswordProfile .password-page{
    top: 50%;
    right: 3%;
}

.login-page .reset-content{
    top: 18%;
}
/* end login page  */

/* buying page  */
.progress-container{
    padding: 0 45px 2px 38px;
}


.progress-icon{
    padding-top: 13px;
    position: absolute;
    margin-left: 0;
    top: 15px;
    width: 55px;
    color: #d9d9d9;
    background-color: #ffffff;
}   

.progress-bar .active{
    color: #4453dd;
}

.progress .ml-190{
    margin-left: 15%;
}

.multi-step-form{
    width: 100%;
}

.multi-step-form .progress-bar{
    margin-top: -50px;
}
/* end buying page  */

/* transaksi  */
.dropdown-filter{
    width: 160px !important;
    padding: 10px;
    background-color: #ffffff;
}
.filter-down{
    margin-right: 60%;
}
.dropdown-filter-transaction .dropdown-toggle::after{
    border-right:0 !important;
    border-left:0 !important;
}
.icon-down-filter{
  margin-left: 57%;
  position: relative;
  top: 1px;
}
/* end transaksi  */

/* deatil transaksi  */
.status-detail{
    margin-top: 10px
}
.bg-active{
    background-color: #133ac7;
}
.circle{
    height: 15px;
    width: 15px;
}
.vertical-border{
    left: 6px;
    width: 2px;
    height: 146%;
}
/* end detail transaksi  */

/* shopping  */
.soon-shop{
    height: 100%;
    background: rgba(198, 198, 198, 0.8);
    top: 0px;
    position: absolute;
    width: 100%;
}
.img-height{
    height: 280px;
}

.loadmore-frame-tokokamas .content-load, .loadmore-frame .content-load{
    display:none;
    padding: .5rem;
}
.loadmore-frame-tokokamas .content, .loadmore-frame .content {
    width: 100%;
}

.buying button:focus:not(:focus-visible){
    background-color: #4766e2;
    color: #fff;
}

.shopping .nav-pills .nav-link.active{
    background-color: #4766e2 !important;
    color: #ffffff;
}
.shopping .btn-width{
    width: 90%;
}
.shopping .nav-link{
    color: #000000;
}

.filter-shopping .btn-outline-primary{
    background-color: #f3f3f3;
    border-color: #c6c5c5;
}
.category-item{
    position: relative;
    bottom: 2px;
}
/* end shopping  */

/* Notice  */
.information .search-item{
    right: 15px;
    bottom: 12px;
}
/* end Notice  */

/* contact us  */
@media (min-width: 992px) {
    .contact-content{
        position: relative;
        right: 40px;
        top: 90px;
    }
    .mt-50{
        margin-top: 50%;
    }
 }

 .contact-title{
    max-width: 435px;
}
/* end contact  */

/* profile  */
.my-profile .link-tab-profile .nav-link:hover,
.my-profile .link-tab-profile .nav-link.active {
    color: #3F52E3 !important;
    background-color: transparent;
    border-bottom: 2px solid #3F52E3;
}
.search-item{
    top: 14px;
    right: 9px;
}

.profile-search .search-item{
    top: 6px !important;
    right: 9px;
}
.detail-address{
    display: block;
    overflow: hidden;
}
.detail-address .item-1{
    width: 18%;
    float: left;
}
.detail-address .item-2{
    width: 2%; 
    float: left;
}
.detail-address .item-3{
    width: 75%; 
    float: left;
}

.text-bottom{
    bottom: 0;
}

.notif-dropdown .dropdown-menu[data-bs-popper]{
    left: -208% !important;
}
.nav-logout{
    position: relative;
    top: -3px;
    margin-left: 10px;
}

.notif-dropdown-menu .nav-pills .nav-link.active{
    background-color: transparent;
    color: #133ac7;
    border-bottom: #133ac7 2px solid;
}
.notif-dropdown-menu .nav-pills .nav-link{
    border-bottom: 1px solid #eaeaea;
}
.staticTernCondition .overflow-scroll, .staticRecipientHistory .overflow-scroll, .staticShipnowAddress .overflow-scroll, .staticAddressProfile .overflow-scroll{
    height: 355px;
}
/* end profile  */

/* chat  */
.chat{
    position: fixed;
    width: 50px;
    height: 50px;
    right: 40px;
    bottom: 35%;
    z-index: 99;
}
  
.flag-carousel .flag div{width: 110px; height: 75px}
.flag-carousel img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 575.98px) { 
    .step-form{
        width: 100% !important
    }
    .progress-icon{
        width: 44px;
    }
    .progress .ml-190{
        margin-left: 25%;
    }
    .multi-step-form{
        width: 100%;
    }
 }

 /* ship now  */
 .step-form{
    width: 57%;
  }
  .progress-details{
    background-image: url('../img/asset/Icon-Delivery-details-color.svg');
    background-repeat: no-repeat;
    background-position: top 13px center;
    height: 63px;
  }
  .progress-finish p, .progress-payment p, .progress-summary p, .progress-details p {
    margin: 0;
    position: relative;
    top: 100%;
  }
  .progress-details p {
    right: 33%;
  }

  .progress-summary .progress-icon{
    background-image: url('../img/asset/Icon-summary-gray.svg');
    background-repeat: no-repeat;
    background-position: top 13px center;
    height: 63px;
  }

  .progress-payment .progress-icon{
    background-image: url('../img/asset/icon-payment-gray.svg');
    background-repeat: no-repeat;
    background-position: top 13px center;
    height: 63px;
  }
  .progress-finish .progress-icon{
    background-image: url('../img/asset/icon-finish-gray.svg');
    background-repeat: no-repeat;
    background-position: top 13px center;
    height: 63px;
  }

  .progress-summary .active{
    background-image: url('../img/asset/Icon-summary-color.svg');
    background-repeat: no-repeat;
    background-position: top 13px center;
  }
  .progress-payment .active{
    background-image: url('../img/asset/icon-payment-color.svg');
    background-repeat: no-repeat;
    background-position: top 13px center;
  }
  .progress-finish .active{
    background-image: url('../img/asset/icon-finish-color.svg');
    background-repeat: no-repeat;
    background-position: top 13px center;
  }

  .staticItemType .btn-outline-primary, .staticFlightSchedule .btn-outline-primary, .service-shipnow .btn-outline-primary{
    color: #000000;
  }
  .deletePackageMore{
      color: #133ac7 !important;
  }
  .deletePackageMore:hover{
      color: #ffffff !important;
  }
  .staticItemType .btn-outline-primary:hover, .staticFlightSchedule, .btn-outline-primary:hover, .service-shipnow .btn-outline-primary:hover{
    color: #ffffff;
  }
  .btn-previous .progress-icon{
      top: 0;
      background: transparent;
      width: 100%;
  }
  .btn-previous .progress{
      background: none;
  }
  .staticShipnowAddress .select2-container {
      z-index: 99999;
  }

  .shipnow_form .select2-container .select2-selection--single,  .staticShipnowAddress .select2-container .select2-selection--single{
      height: 50px;
      border: 1px solid #dadee3 !important;
      border-radius: 6px !important;
  }
  .staticShipnowAddress .select2-selection__rendered {
      line-height: 100% !important;
      margin-top: 2px;
  }
  .shipnow_form .select2-selection__rendered{
      margin-top: 10px;
  }

  .shipnow_form .select2-selection__arrow, .staticShipnowAddress .select2-selection__arrow{
      top: 12px !important;
      border-radius: 10px;
  }
  .detail-shipnow-address{top: 30%;
      right: 2%;
  }
  .shipnow_form .address-textarea{
      padding-right: 5rem;
  }
  .recipient_history:hover{
      border: 2px solid #133ac7 !important;
      cursor: pointer;
      transition: all 0.5s;
  }
  .check-label {
      top:7px
  }
  form .btn-check:checked + .btn-outline-primary{
      background-color: #133ac7 !important;
  }
  .price-flag{
      padding: 9px 0px;
  }
  .input-price{
      border-radius: 0;
  }
  .edit-progress{
      right: 0;
      width: 55px !important;
  }
  .bg-green{
          background-color: #3bba00;
      }
  .scroll-coupon{
      height: 325px;
  }
  .coupon-position{
      position: relative;
      bottom: 3px;
  }
.btn-drop-package:hover{
    background-color:#133ac7;
}
.drop-package .nav-item{
    width: 31%;
}

.fz-35{
    font-size: 35px;
}
  /* end ship now  */

input[type=number] {
    appearance: textfield;
    text-align: center;
}