/*Dashboard 02*/
.container-dashboard {
    /* padding-left: 243px; */
    /* padding-right: 243px; */
    margin: 0 auto;
}

.badge {
    display: inline-block;
    padding: .25em .5em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.bg-danger {
    background-color: #dc3545!important;
}

.dashboard-content {
    width:1434px;
    margin:auto;
    padding-bottom: 196px;
}
.btn-white {
    width: 95px;
    background-color: #ffffff;
    color: #13395C;
    border: 2px solid #13395B;
    border-radius: 5px;
    height: 48px;
    font-weight: bold;
}

.btn-white:hover {
    opacity: 70%;
    background-color: #123555;
    color: #ffffff;
}

.list-box {
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

.item-list-box {
    margin: 38px 47px 48px 35px;
}
.item-list-box-total {
    margin: 38px;
}
.title-list-box {
    font-weight: 400;
    font-size:24px;
}

.title-dashboard{
    font-weight: bold; 
}

.title-box {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-right: 32px;
    color: #B2B2B2;
    margin-bottom: 5px !important;
}

.count-number {
    display: flex;
    justify-content: center;
    align-items: center;
}

.number {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 73px;
    text-align: left;
    color: #2E6DAC;
}

.subject {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
}

.position-name {
    padding: 10px 10px;
    margin: 10px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #696969;
}

.tab-inquiry {
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

.list-inquiry {
    padding: 0 30px 10px 30px;
    margin: 0 30px 0 20px;
    height: 440px;
    overflow-y: scroll;
}


.list-inquiry .inquiry-item {
    padding: 0 10px;
    border-radius: 5px;
}

.list-inquiry .inquiry-item:hover {
    background-color: #eee;
}

.rounded-circle {
    object-fit: cover;
    margin-top: 10px;
    margin-right: 30px;
    width: 75px;
    height: 75px;
    border-radius: 50% !important;
    border:solid #696969 2px ;
}

.total-order {
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: max-content;
    max-width: 697px;
    min-width: 424px;
    margin-bottom: 200px;
}
.total-order-box {
    width: 100%;
    height: 245px !important;
}
.number-total {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 43px;
    margin-right: 10px;
    text-align: left;
    color: #2E6DAC;
}
.item-inquiry {
    height: 100px;
}
.box-name {
    font-size: 18px;
    color: #696969;
}
.estimate-box {
    width: 697px;
    margin-right: 20px;
}

.inquiry-box{
    width: 697px;
    margin-left: 20px;

}