@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');
* {
    font-family: 'Rubik', sans-serif;
}
body {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f6f8fc;
}

div {
    border-radius: 3px;
}

#dashboard-hampers-sales th, #dashboard-shipping-date-sales th {
    font-size: smaller;
    font-weight: 500;
}

table caption {
    caption-side: top;padding-left: 10px;
}

#hampers_container {
    background-color: #FFFFF0;    
}

#shipping_date_container {
    background: #FFFFF0;
}

#sales_container label {
    font-weight: 600;
}

#salesModal h4 {
    border-radius: 3px;
    padding: 10px !important;
}

#myTab {
    padding: 1%;
}

#myTab a.nav-link {
    color:rgba(0,0,0,.85);
    background-color: #FFEFBA;
    padding: 0.8rem;
}
#myTab a.nav-link.active {
    background-color:#A5402d;
    color: whitesmoke;
}

#add_detail, #save_detail, #add_hamper {
    padding: 15px;
}

.print-card {
    background-color: lightgray !important;
}

.packaging {
    background-color: lightyellow !important;
}

.shipping {
    background-color: #84d4fa !important;
}

.sent {
    background-color: lightgreen !important;
}

.table thead th, .table tbody td, tfoot {
    font-size: 0.85rem;
    font-weight: 300;
    width: 1% !important;
}

#showDetail .modal-body .form-control[readonly] {
    background-color: #FFFFF0;
}

.overlay {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffeeee;
    display: none;
}

nav.navbar {
    padding:0;
    /* background: linear-gradient(135deg, rgba(45,35,231,1) 0%, rgba(9,9,121,1) 35%, rgba(143,236,255,1) 100%); */
    /* background: rgb(255,0,0);
background: linear-gradient(135deg, rgba(255,0,0,1) 0%, rgba(139,0,0,1) 35%, rgba(255,39,47,1) 100%); */
background: #FFEFBA;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #FFFFF0, #FFEFBA);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #FFFFF0, #FFEFBA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

a.navbar-brand {
    font-size: 1.75rem;
    color: rgb(10,10,10);
    font-weight: 600;
}

a {
    text-decoration: none;
}

a.nav-link {
    color: rgb(50,50,50); text-decoration:none; font-weight: 500;
}

#periode {
    text-align: right;
}

#frm div#question {
    display: none;
}

.qItem span {
    font-size: 10px;
    color: black;
}

.row {
    margin: 10px -15px;
}

.btn-group-toggle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0px;
    flex-wrap: wrap;
}

/* .qItem {
    width: 23%;    
} */

table {
    border-collapse: separate;
    border-radius: 5px;
    border-spacing: 0px;
}

.table {
    margin-bottom: 0px;
}

.table td {
    padding: .375rem .75rem;
    width: 33% !important;
}

hr {
    border-top: 2px solid rgba(0,0,0,.55);
}

.float-btn{
	position:fixed;
	width:50px;
	height:50px;
	bottom:70px;
	right:40px;
	background-color:#A5402d;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.float-btn:hover {
    color: #FFEFBA;
    text-decoration: none;
}

.float-btn:hover .my-float {
    transform: translate(-50%, -50%) scale(1.2,1.2);
}

.my-float {
    position: absolute;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 500ms;
}

#infoContainer {
    border: 1px solid orangered;
    border-radius: 5px;
    padding: 5px;
}

@media only screen and (max-width: 1000px) {
    #app {
        margin-bottom: 100px;
    }
    #tblSales_wrapper {
        overflow-x: scroll;
    }
    #myTab {
        background-color: whitesmoke;
        position:fixed;
        bottom:0;
        left: 0;
        z-index: 1000;
    }
    #myTab .nav-item.dropdown {
        display: none;
    }
    .float-btn {
        bottom: 65px;
    }
    .navbar-expand-sm>.container {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 648px) {
    .qItem {
        width: 100%;
        margin: 5px 0px;
    }
    #periode {
        text-align: left;
    }
    #hasil {
        margin-top: 5px;
    }

    #total, #periode {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .table {
        margin-top: 15px;
    }
}

@keyframes animPoster{
    0% {
        opacity: 0;
    }
    3%,17% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }

}
