body{
    background-color: #272B34;
    /* margin-bottom: 10%; */
    overflow: revert;
    color: white;
}

.calLogo{
    width: 40%;
}

.carousel{
    height: 200px;
}
#nextBtn{
    position: absolute;
    top: 50%;
    right: 15%;
    color: #ee6e73;
}
#prevBtn{
    position: absolute;
    top: 50%;
    left: 15%;
    color: #ee6e73;
}
.itemForm h4, .itemForm .input-field{
    margin: 0;
}
.serviceInput {
    color: white !important;
}
.searchBox {
    background-color: rgba(52, 62, 70, 1);
    border-radius: 10px;
    height: 40px;
}
.resetBox {
    background-color: rgba(52, 62, 70, 1);
    border-radius: 10px;
    height: 40px;
    margin-left: 2em !important;
    cursor: pointer;
}
.resetBox i{
    margin: auto;
    color:#F44336;
    padding-top: 8px;
}
.resetBox i:hover{
    color: #fff;
}
.searchBox i{
    padding-left: 10px;
    margin: auto;
}
.searchBox input, .searchBox input:focus {
    border-bottom: 0px !important;
    box-shadow: none !important;
    /* width: 105% !important; */
}
.card-panel{
    background-color: rgba(48, 53, 59, 1);
    /* border-radius: 28px; */
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 24px;
    border: none;
}
.itemCategoryList{
    margin-top: 4em;
}
.card{
    background-color: rgba(52, 62, 70, 1);
    border-radius: 20px;
}
.itemResponsive{
    overflow-x: hidden;
}
.card .card-image{
    width: 80%;
    margin: auto;
}
.itemName{
    color: white;
}
.btn-floating.btn-small {
    width: 24.4px;
    height: 24.4px;
}
.btn-floating.btn-small i {
    line-height: 24.4px;
}
.minusBtn {
    left: unset !important;
}
.input-number{
    top:70%;
    left: unset !important;
}
.card .card-content {
    padding: 11px 0;
}
.card .card-content p {
    margin-top: 10px;
}
/* .select-services label{
    background-image: url('../img/items/ac.png');
} */
.bottom-menu{
    display: initial;
    padding: 1em 0;
    background-color: rgba(52, 62, 70, 1);
}
.bottom-menu .btn{
    background: transparent;
    box-shadow: none;
}
.bottom-menu .btn:hover{
    background-color: transparent;
    color: #ee6e73;
}
/* Custom Scrollbar */

/* width */
::-webkit-scrollbar {
    width: 3px;
    height:3px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: rgba(52, 62, 70, 1);
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ee6e73;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }


.section-2{
    margin-top: 2em;
}

.carousel-item{
    background-color: #272B34;
    width: 120px !important;
    height: 150px !important;
}
/* .carousel-item img{
    width: 90% !important;
} */
.carousel-item span{
    font-size: 14px;
    /* position: absolute;
    bottom: 0; */
}


/* Cost details */
.costDetails{
    text-align: center;
}
.costDetails span{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    color: #ee6e73;
}
#totalItemCount{
    color: #fff;
    font-size: 30px;
}
#totalStorageCost{
    color: #fff;
    font-size: 30px;
}

.tabs-vertical .tabs {
    height: auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
    border-radius: 20px;
    background-color: rgba(52, 62, 70, 1);
}
.tabs-vertical .tab {
width: 100%;
}
.tabs-vertical .tab a{
color: white;
}
.tabs-vertical .tab .active {
-moz-transition: border-color 0.5s ease;
-o-transition: border-color 0.5s ease;
-webkit-transition: border-color 0.5s ease;
transition: border-color 0.5s ease;
border-right: 3px solid #ee6e73;
}
.tabs-vertical .tab :hover {
border-right: 3px solid #eeeeee;
}
.tabs-vertical .indicator {
display: none;
}
.tabs-vertical .tab-content {
display: block;

/*  make tab content scrollable , by define height, then overflow: auto*/
padding: 0;
margin: 0;
height: 100%;
width: 100%;

overflow: auto;
overflow-y: auto;
overflow-x: auto;
/*  make tab content scrollable */
}
.tabs-vertical > .tab-content .active {
display: block;
}

.notFound{
    font-size: 20px;
    height: 20vh;
    text-align: center;
}
.notFound span{
    margin-top: 2em;
}

#toast-container {
    min-width: 10%;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(50%);
}
/* Date Picker Styling  */
.datepicker-date-display{
    background-color: #181b1e;
}
.datepicker-table td.is-today {
    color: #ee6e73;
}
.datepicker-table td.is-selected {
    background-color: #181b1e;
    color: #fff;
}
.datepicker-table td {
    color: #181b1e;
}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done{
    color: #ee6e73;
}

.displayCost{
    font-size: 24px;
    text-align: center;
    color: #ee6e73;
}

#backBtn, #previewBtn, #submitBtn {
    margin-top: -1em;
}

i.right{
    margin-left: 7px;
}
i.left{
    margin-right: 7px;
}

#summary{
    min-height: 50vh;
}
#form-loader{
    min-height: 65vh;
}
#form-loader img{
    padding-top: 3em;
}

@media (min-width: 769px) and (max-width:1025px){
    #totalStorageCost, #totalItemCount{
        font-size: 18px;
    }
}

@media screen and (max-width: 600px){
    .calLogo{
        width: 60%;
    }
    .tabs-vertical .tabs{
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .tabs-vertical .tab :hover, .tabs-vertical .tab .active {
        border: none;
    }
    .itemCategoryList {
        margin-top: unset;
    }
    .resetBox i{
        padding-left: 5px;
    }
    .searchBox, .resetBox{
        margin-top: 1em;
    }
    .input-number {
        top: 73%;
        font-size: 20px !important;
    }
    .card .card-content p{
        padding: 0;
        margin: unset;
        font-size: 16px;
    }
    .displayCost {
        font-size: 20px;
    }
    #summary {
        padding-bottom: 3em;
    }
}
@media (max-width: 600px) and (min-width: 401px){

    .minusBtn, .addBtn {
        width: 35.4px !important;
        height: 35.4px !important;
    }
    .addBtn {
        left: 37% !important;
    }
    .btn-floating.btn-small i {
        line-height: 35.4px;
    }
    .btn-small i {
        font-size: 2rem;
    }
}

@media screen and (max-width: 400px){
    .btn-small i {
        font-size: 1.6rem;
    }
    .btn-floating.btn-small i {
        line-height: 32.4px;
    }
    .input-number {
        left: 38% !important;
    }
    .resetBox i {
        padding-left: 1px;
    }
}
@media screen and (max-width: 330px){
    .btn-floating.btn-small i {
        line-height: 24.4px;
    }
    .card .card-content p{
        font-size: 14px;
    }
    .input-number {
        top: 67%;
        font-size: 16px !important;
    }
    .input-field .prefix ~ input {
        width: 60%;
    }
    .resetBox i {
        padding-left: 0;
    }
    #myChart{
        width: 210px !important;
        height: 190px !important;
    }
}
