/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 10, 2021, 5:32:44 PM
    Author     : Diyan
*/

.btn-sub-primary{
    border-radius: 4px;
}

.book_title{
    font-size:22px;
}

.book-author{
    color: #555555;
    font-size: 18px;
}

.single-item-social{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.sm-margin-right{
    margin-right: 10px;
}

.item-bottom-sm{
    font-size: 24px;
}

.breadcrumb-pagination {
    width:100%;
    border-bottom:1px solid #E1E6EB;
    text-align:center;
    float:left;
    color:#B3B7C1;
    margin-bottom: 18px;
}

.breadcrumb-pagination div {
    width: 25%;
    display:inline-block;
}

.breadcrumb-pagination div span {
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    height: 37px;
    width: 37px;
    padding: 1px 0 0 0px;
    font-size: 20px;
}  

.completed span {
    background-color:NONE;
    color:#95db89;
    border:2px solid #95db89;
}

.active-breadcrumb span {
    /*background-color:#00abc9;*/
    background-color:#191919;
    color:#fff;
}

.todo span {
    background-color:none;
    color:#E1E6EB;
    border:2px solid #E1E6EB;
}

.breadcrumb-pagination div p {
    text-align:center;
    line-height:0;
    margin:30px auto 25px;
    font-size: 16px;
}

.active-breadcrumb p {
    border-bottom:2px solid #00abc9;
    padding-bottom:27px;
    margin-bottom:0px !important;
    color: #3c4043;
    font-weight:700;
}

.completed p {
    color:#B3B7C1;
}

.completed span::before { 
    content: '\2713' 
}
.md-margin-top {
    padding-top: 30px;
}

.info-txt{
    color: #457fd7;
}

.td-unit-price {
    font-size: 16px;
}

.td-line-amount {
    font-size: 16px;
}

.amount_col{
    font-size: 16px;
}

.login-tag:active .login-tag:focus {
    background-color: #fff;
}

.tab-bar .tab-bar-item {
    padding: 8px 16px;
    float: left;
    width: 50%;
    border: none;
    display: block;
    outline: 0;
    border-radius: 0 0 12px 12px;
}

.active-tab{
    color: #191919;
    background-color: #d9d9d9;
}

.category-search-item{
    border-top: none;
}

.category-search-btn{
    padding: 0 0 0 0 !important;
}

.category-search-btn button{
    max-width: none !important;
}

.sell-starx{
    margin-bottom: 10px;
}

.input-height{
    line-height: 4;
}

.alert.alert-success{
    background-color: #009688;
    border: none;
    border-radius: 2px;
    color: #fff;
}

.alert.alert-danger{
    /*background-color: #f20976;*/
    background: rgb(245 171 61 / 80%);
    border: none;
    border-radius: 2px;
    color: #fff;
}