
  /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


aside::-webkit-scrollbar{
    display:none;
}

aside {
    color: #fff;
    width: 250px !important;
    padding-left:0 !important;
    padding-right: 20px;
    height: 100vh;
    background-image: linear-gradient(360deg, #939097, #171b36 30%);
    /*border-top-left-radius: 80px;*/
    position: relative;
    right: 0;
    height:100vh;
    overflow:auto;
    
}
aside p {
    margin: 0;
    padding: 40px 0;
}

aside a {
    font-size: 12px;
    color: #fff;
    display: block;
    padding: 12px;
    padding-right: 30px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: none !important ;
}
aside a i {
    margin-right: 5px;
}
aside a:hover {
    color: #3f5efb;
    background: #f6f9fd;
    outline: none;
    position: relative;
    background-color: #f6f9fd;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1;
    position: relative;
}
aside a:hover::before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 38px;
    left: 0;
    height: 35px;
    width: 35px;
    z-index:-1;
    border-top-left-radius: 18px;
    box-shadow: 0 -20px 0 0 #f6f9fd;
}
aside a:hover::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 100%;
    left: 0;
    height: 35px;
    width: 35px;
    z-index:-1;
    border-bottom-left-radius: 18px;
    box-shadow: 0 20px 0 0 #f6f9fd;
}

.icon-customer {
    
    height: 35px;
    background-color: #ffe94e;
    width: 100px;
    text-align: center;
    position: relative;
    margin: auto;
    display: flex;
    border-radius: 10px;
    top: -30px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #000;
}
.user-prf {
    border-radius: 100%;
}
.customer-avatar{
    text-align:center;
    padding:12px !important;
}
.customer-avatar:after,.customer-avatar:before{
    display:none !important;
}
.customer-avatar:hover{
    background:none;
}














main.main-panel {
    /*flex: 1;*/
    margin-right: 240px;
    /* padding: 40px 100px; */
    height: 100%;
    background: #f6f9fd;
    overflow: auto;
    min-height: calc(100vh - 174px);
}
.nav-top-account {
    background-image: linear-gradient(135deg, #171b36, #171b36);
    height: 16.7em;
    padding-top: 12px;
}

.contain-o {
    background-color: #fff;
    width: 95% !important;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgb(19 37 71 / 10%);
    border-radius: 5px;
    padding: 15px 0;
    margin-bottom: 40px;
    margin-top: -120px;
}


@media(min-width:768px){
    main.main-panel{
        /*display:flex;*/
    }
    .menu-mobile,.close-menu{
        display:none !important;
    }
}
main.main-panel:before{
    width:100%;
    height:25vh;
    content:"";
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    right:0;
    background:#171b36;
}
main.main-panel #content{
    border:2px solid #ffc659;
    margin-top: -13vh;
    position: relative;
    background: #fff;
    padding:20px;
}
main.main-panel .container{
    margin-top:18vh;
    max-width: 80%;
    /*background: #fff;*/
    position: relative;
    z-index: 3;
}
#column-right{
    position: fixed;
    top: 0;
    z-index: 2;
    padding-right:0 ;
}
main.main-panel .title-account {
    position:relative;
    z-index:3;
    padding-top: 0vh;
    margin-top: 7vh ;
}

.title-account h2{
    color:#fff !important;
    font-size:22px;
}
@media(max-width:768px){
    main.main-panel{
        margin-right:0 !important;
    }
    main.main-panel .title-account{
        display:flex;
    }
    .title-account h2{
        padding-right:28px;
    }
    main.main-panel .container{
        margin-top: 14vh;
    }
    main.main-panel .title-account{
        margin-top: 3vh;
    }
    #column-right{
        max-width:300px !important;
        position: fixed;
        top: 0;
        right: -100%;
        left: 5%;
        z-index: 14;
        padding-right: 0;
        transition:all ease-in 0.3s;
    }
    .close-menu{
        color: #fff;
        position: absolute;
        top: 5px;
        left: 25px;
        z-index: 99;
        font-size: 40px;
    }
}
.menu-mobile{
    width: 35px;
    height: 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:column;
    /*padding:10px ;*/
}
.menu-mobile .ham1,.menu-mobile .ham2,.menu-mobile .ham3{
    border:3px solid #fff;
    border-radius:3px;
    width: 100%;
}
.close-menu{
    width: 35px;
    height: 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:column;
    /*padding:10px ;*/
}
.close-menu .ham1,.close-menu .ham2{
    border:3px solid #fff;
    border-radius:3px;
    width:100%;
}
.close-menu .ham1{
    transform: rotate(135deg);
    margin-top: 24px;
    margin-bottom: 3px;
}
.close-menu .ham2{
    transform: rotate(225deg);
    margin-left: 0px;
    margin-top: -8px;
}

.img-servi-reg{
    max-height:350px !important;
    width:auto !important;
}
a,div{
    font-size: 17px;
}


.service-address-box{
                          
    border: 2px solid #ffc659;
    padding: 25px !important;
}
.bx-day-get{
                          
    text-align: center;
    border: 2px solid #171b36;
    padding: 20px 10px;
    max-width: 65%;
    margin: auto;
    border-radius: 10px;
    
    cursor: pointer;
}
.ttl-day-select-error{
      color:red;
}
.run-out-get-res{
      background:#ff0;
      
}
.time-set-day{
                     
    text-align: center;
    border: 2px solid #171b36;
    padding: 20px 10px;
    max-width: 70%;
    min-height: 92px;
    margin: auto;
    display: flex;
    border-radius: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.run-out-get-res{
                         
    text-align: center;
    padding: 20px 10px;
    max-width: 70%;
    min-height: 92px;
    margin: auto;
    display: flex;
    border-radius: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  overflow: hidden;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #ffc659;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ffc659;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
main .container{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color:#fff;
    border-radius:20px;
    padding:25px !important;
    margin-top:3rem;

}
.breadcrumb{
    display:none !important;
}

.col.text-end button{
    background-color: #0d6efd;
}








