﻿
/* Start Montashir Customer Dashboard */
.cust_profile{
    width: 600px;
}
.cust_profile h3 {
    font-size: 21px;
    color: #000;
}
.cust_profile form label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}
.cust_profile form button {
    float: right;
    border: none;
    background: rgb(66, 47, 136);
    color: #fff;
    padding: 4px 16px;
    border-radius: 5px;
    font-size: 15px;
}
.cust_profile form button:hover {
    background: #ee7e24;    
}

.cus_sidebar .cus_dash {
    font-size: 14px;
    font-weight: 500;
}
.cus_sidebar .side_menu {
    font-size: 11px;
    color: #333;
    font-weight: 500;
}

.cus_sidebar .side_menu i {
    font-size: 11px;
    color: rgb(66, 47, 136);
    font-weight: bold;
}
.list-group-item.active{
    font-size: 12px;
    padding: 5px 0px;
    background-color: rgb(66, 47, 136);
    border-color: rgb(66, 47, 136);
}
.cust_orderlist table a {
    background: #0a8741;
    font-size: 12px;
    padding: 4px 7px;
    color: #fff;
    border-radius: 3px;
}
.cust_orderlist table tr th {
    padding: 5px 0px;
    font-size: 12px;
    font-weight: 500;
    background: rgb(66, 47, 136);
    color: #fff;
}
.cust_orderlist table tbody tr td {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    padding: 4px;
}
.cust_orderlist table .cus_delete {
    background: #e90303;
}

.cust_orderdetails table tr th,
.cust_orderdetails table tr td {
    border: 1px solid #898989;
}
.cust_orderdetails table tr th {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.cust_orderdetails table tbody tr td {
    font-size: 13px;
    color: #333;
    font-weight: 500;
    padding: 4px;
}

.cust_orderdetails .left_table{
    float: left;
}
.cust_orderdetails .left_table table tr td{
    border: 0;
}
.cust_orderdetails .right_table{
    float: right;
}
.cust_orderdetails .right_table table tr td{
    border: 0;
}

.cust_orderdetails .ordertotal_table {
    float: right;
}
.cust_orderdetails .ordertotal_table table tr td{
    border: 0;
}
/* .cust_orderdetails .left_table table tr td{
    border: 0;
} */
/* End Montashir Customer Dashboard */
.cus_dashboard .order-card {
    color: #fff;
}

/* .cus_dashboard .bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.cus_dashboard .bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.cus_dashboard .bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.cus_dashboard .bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
} */


.cus_dashboard .card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cus_dashboard .card .card-block {
    padding: 15px;
    box-shadow: 0 0 3px #edc1c1;
    border-radius: 5px;
}
.cus_dashboard .card .card-block h6 {
    font-size: 19px;
    color: rgb(66, 47, 136);
}
.cus_dashboard .card .card-block h2 {
    color: #ee7e24;
    font-size: 25px;
}
.cus_dashboard .card .card-block p {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}

.cus_dashboard .order-card i {
    font-size: 30px;
    color: #422f88;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}
.cus_info h5 {
    background: rgb(66, 47, 136);
    color: #fff;
    font-size: 15px;
    padding: 10px;
}
.cus_info .left_info {
    border: 1px solid #d5d2d2;
    padding: 10px;
    border-radius: 5px;
    height: 160px;
}
.cus_info .right_info {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    height: 160px;
}
.cus_info .right_info img {
    float: left;
    width: 126px;
    height: 126px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    margin-right: 20px;
}
.cus_info .right_info .addres_info {
    
}