:root {
    --blue: #00c0ed;
    --blue-deep: #1797ce;
}

button,
button:active,
button:focus,
button:hover,
.btn,
.btn:active,
.btn:focus,
.btn:hover {
    outline: none !important;
}

.overflow-auto{
    overflow: auto;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: var(--blue-deep);
}

.btn-primary {
    background-color: var(--blue);
    border-color: var(--blue);
    border: 0;
}

.btn-primary:hover {
    background-color: var(--blue-deep);
}

/*input glow remove*/
.form-control,
.form-select {
    box-shadow: none !important;
}

.logo {
    width: 150px;
}

.dashboard .form-select {
    max-width: 100px;
    cursor: pointer;
}

.dashboard table tr td:first-child,
.dashboard table tr th:first-child {
    padding-left: 20px;
}

.card-support {
    width: 100%;
    padding: 50px 10px;
}

/* form.profile .card-title{} */
@media screen and (max-width:576px) {
    .order-history .table .dropdown{
        position: relative;
    }
}

@media screen and (min-width:992px) {
.support-form-wrap {
    width: 600px;
    margin: 0 auto;
}
}
.card-support .btn {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
.card-support .card-header {
    padding-bottom: 0px;
}
.card-header .card-title {
    color: #000;
}

.sub-head svg {
    margin-top: -3px;
    margin-left: -5px;
}
.invoice-wrap {
    padding: 50px;
}
.invoice-wrap .logo {
    width: 100%;
    max-width: 200px;
}
.invoice-head h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
}
.invoice-head hr {
    margin-top: 25px;
    margin-bottom: 40px;
}
.invoice-head h6 {
    color: #999;
}
.invoice-head h5 {
    font-weight: bold;
    font-size: 15px;
}
.invoice-head p {
    color: #000;
}

.invoice-items table {
    margin-top: 50px;
}
.invoice-items table th,
.invoice-payment table th  {
    background-color: #3b7ddd;
    color: #fff;
}
.invoice-items h3 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: bold;
}
.invoice-items p {
    font-size: 13px;
}

.invoice-total table {
    color: #000;
}

.invoice-payment table tr th,
.invoice-payment table tr td {
    vertical-align: top;
}
.invoice-payment table p {
    max-width: 300px;
}
.invoice-payment h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 50px;
}
.invoice-payment .info {
    margin-top: 50px;
    padding: 50px 50px 30px 50px;
    background-color: #F7F7F7;
    border-radius: 12px;
    color: #000;
}
.toastify {
    background: transparent;
}
.dropdown .dropdown-menu.show {
    top: 30px !important;
}


.sidebar, .sidebar-content,
.sidebar-link, a.sidebar-link {
    background-color: #111;
}


.dashboard .btn-lg {
    padding: 7px 30px;
    font-size: 20px;
}

.dashboard .table tr td,
.dashboard .table tr th {
    vertical-align: top;
}
.wrap-white {
    background-color: #fff;
}
.customer-dashboard .table-responsive {
    padding-bottom: 3rem;
}


@media screen and (min-width:992px) {
    .ticket-history .table tr th:nth-child(2) {
        width: 100px;
    }
}

@media screen and (max-width:767px) {
    .dashboard .btn-lg {
        width: 100%;
    }
    .dashboard .w-100, .dashboard .vh-100 {
        height: auto !important;
    }
    .dashboard .navbar .d-none {
        display: initial !important;
    }
    /* .ticket-history .table thead {
        display: none;
    }
    .ticket-history .table tr td {
        width: 100%;
        display: block;
    } */
    .dashboard table tr td:first-child, .dashboard table tr th:first-child {
        padding-left: .75rem;
    }
    /* .ticket-history .table tr {
        border-bottom: 30px solid #f5f7fb;
    } */

    /* .order-history .table thead {
        display: none;
    }
    .order-history .table tr td {
        width: 100%;
        display: block;
    }
    .order-history .table tr {
        border-bottom: 30px solid #f5f7fb;
    }
    .order-history .table tr td::before {
        float: left;
        font-weight: bold;
        margin-right: 25px;
        width: 150px;
    }
    .order-history .table tr td:nth-child(1)::before {
        content: "Date";
    }
    .order-history .table tr td:nth-child(2)::before {
        content: "Invoice No.";
    }
    .order-history .table tr td:nth-child(3)::before {
        content: "Order Status";
    }
    .order-history .table tr td:nth-child(4)::before {
        content: "Total Items";
    }
    .order-history .table tr td:nth-child(5)::before {
        content: "Payment Status";
    }
    .order-history .table tr td:nth-child(6)::before {
        content: "Total Payable ($)";
    }
    .order-history .table tr td:nth-child(7)::before {
        content: "Paid ($)";
    }
    .order-history .table tr td:nth-child(8)::before {
        content: "Due ($)";
    }
    .order-history .table tr td:nth-child(9)::before {
        content: "Action";
    }
    .order-history .table .dropdown {
        position: relative;
    }
    .order-history .table .dropdown .dropdown-menu.show {
        left: 175px !important;
    } */

    .content-invoice .invoice-head .text-end {
        text-align: left !important;
    }

    .invoice-payment .table thead {
        display: none;
    }
    .invoice-payment .table tr td {
        width: 100%;
        display: block;
    }
    .invoice-payment .table tr {
        border-bottom: 30px solid #fff;
    }
    .invoice-payment .table tr td {
        text-align: left !important;
    }
    .invoice-payment .table tr td::before {
        float: left;
        /* margin: 0.75rem; */
        font-weight: bold;
        margin-right: 25px;
        width: 150px;
    }

    /* .table-payment tr td:nth-child(1)::before {
        content: "Date";
    }
    .table-payment tr td:nth-child(2)::before {
        content: "Payment No";
    }
    .table-payment tr td:nth-child(3)::before {
        content: "Amount";
    }
    .table-payment tr td:nth-child(4)::before {
        content: "Payment Method";
    }
    .table-payment tr td:nth-child(5)::before {
        content: "Payment Note";
    }

    .table-details tr td:nth-child(1)::before {
        content: "#";
    }
    .table-details tr td:nth-child(2)::before {
        content: "Name";
    }
    .table-details tr td:nth-child(3)::before {
        content: "Serial/IMEI";
    }
    .table-details tr td:nth-child(4)::before {
        content: "Color";
    }
    .table-details tr td:nth-child(5)::before {
        content: "Storage";
    }
    .table-details tr td:nth-child(6)::before {
        content: "Condition";
    } */
}

/* Suhe */

p.err-text{
    color: #ff603f;
    font-size: 13px;
    margin-bottom: 0;
}

form.profile .card-header{
    border-bottom: 1px solid #e1e1e1;
}

form.profile label,
form.profile input{
    color: #000;
}

.form-label-sp{
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.fw-bold{ font-weight: 600; }
.fw-semibold{ font-weight: 500; }

.product-table-scroll{
    height: 60vh;
    overflow: auto;
    box-shadow: 0px 2px 5px #c2d0e5ab;
    border-radius: 4px;
}

.product-table-scroll thead{
    background-color: #2d7ac5;
}

.product-table-scroll tbody td{
    max-width: 100px;
}

.product-select-dropdown{
    max-width: 450px;
}

.trash-icon{
    border: none;
    background: transparent;
    opacity: .8;
    transform: scale(.95);
    transition: all .3s ease;
}

.trash-icon:hover{
    opacity: 1;
    transform: scale(1);
}

.product-quantity{
    max-width: 120px;
}

.order-table{
    overflow: auto;
}

/* --end-- */