body {
    background-color: whitesmoke;
}

#sidebar {
    width: 220px;
    background-color: black;
    position: fixed;
    height: 100vh;
}

.img-div {
    padding: 10px 10px;
}

#content {
    width: calc(100% - 220px);
    margin-left: 220px;
}

#menu-list {
    padding-top: 20px;
}

#menu-list li a {
    text-decoration: none;
    padding: 15px 17px;
    display: flex;
    color: rgb(255, 255, 255, 1);
    margin: 3px 15px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 500;
}

.mini-list li .active {
    background-color: rgb(241, 93, 37, 0.3);
    color: rgb(241, 93, 37, 1) !important;
}

#menu-list li .active {
    background-color: rgb(241, 93, 37, 0.3);
    color: rgb(241, 93, 37, 1) !important;
}

#menu-list li a .dropdown-toggle {
    font-size: 18px;
}

#menu-list li a:hover {
    background-color: rgb(241, 93, 37, 0.3);
    color: rgb(241, 93, 37, 1);
}

#menu-list li a i {
    padding-right: 10px;
    vertical-align: middle;
    font-size: 25px;
}

.mini-list li a {
    background-color: black;
    text-decoration: none;
    padding: 7px 30px !important;
    display: flex;
    color: white;
    border-radius: 10px !important;
}

.profile {
    background-color: rgb(241, 93, 37, 0.2);
    font-weight: 500;
    border: none;
}

.profile:hover {
    background-color: rgb(241, 93, 37, 0.2);
}

.profile i {
    vertical-align: middle;
}

.sorting::before,
.sorting::after {
    color: red;
    font-size: 22px !important;
}

.dt-button-collection a.active {
    background-color: grey !important;
}

.dt-button-collection a:focus {
    background-color: grey !important;
}

@media print {
    body {
        background-color: white !important;
    }
    #content {
        margin-left: 0px;
        width: 100%;
    }
    #sidebar {
        width: 0px;
    }
}


/*All Customers start*/

#main_card {
    border-radius: 10px;
    border: none;
}

.table thead th {
    font-weight: 400;
    padding: 15px 5px;
}

.table tbody td {
    border-bottom: 1px solid #f2f0f0;
}

.table tbody td {
    font-weight: 400;
}

.table tbody td a {
    font-weight: 600;
    color: black;
}

.bottom {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 0.15rem solid lightgray;
    display: flex;
    justify-content: space-between;
}

#cust_table_paginate {
    margin-right: 12px;
}

.paginate_button a {
    font-weight: 600;
    color: black;
    box-shadow: none;
}

.pagination .active a {
    background-color: #F15d25;
    border: 1px solid #F15d25;
}

#cust_table_length label {
    visibility: visible;
    padding-left: 13px;
}

#cust_table_length label select {
    visibility: visible;
    border-radius: 10px;
    text-align: center;
}

.main-controls {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.15rem solid lightgray;
    padding-bottom: 12px;
}

.main-controls #search-bar {
    width: 25rem;
    border-radius: 10px;
    box-shadow: none;
}

.main-controls #search-bar:hover,
.main-controls #search-bar:focus {
    border-color: #F15d25;
}

.main-content .colvisbtn {
    border-radius: 10px;
    margin: 0px 8px;
    background-color: rgba(241, 93, 37, 0.1);
    box-shadow: none !important;
    border: 1px solid rgba(241, 93, 37, 1);
}

.main-content .colvisbtn i {
    vertical-align: middle;
    color: rgba(241, 93, 37, 1);
}

.main-content .colvisbtn:hover,
.main-content .colvisbtn:focus,
.main-content .colvisbtn:active {
    background-color: rgba(241, 93, 37, 1);
}

.main-content .colvisbtn:hover i,
.main-content .colvisbtn:focus i,
.main-content .colvisbtn:active i {
    color: rgba(255, 255, 255, 1);
}

.main-content .colvisbtn::after {
    content: none;
}

.search-bar {
    border-radius: 10px;
}

.main-content .btn-add {
    background-color: rgb(241, 93, 37, 1);
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 10px;
}

.main-content .btn-add:hover,
.main-content .btn-add:focus {
    background-color: #f04f25;
    color: white;
}

.main-content .btn-add span i {
    vertical-align: top;
}

.heading {
    font-weight: 600;
}


/*All Customers end*/


/* Add Customers*/

.btn-second {
    background-color: white;
    color: #f15d25;
    border: 1px solid #f15d25;
}

.btn-second:focus,
.btn-second:active,
.btn-second:hover {
    background-color: #f15d25;
    color: white;
    border: 1px solid #f15d25;
}

.forms label span {
    color: red;
}

#add_customer input,
#add_customer select {
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: none;
}

#add_customer input:focus,
#add_customer select:focus {
    border-color: #f04f25;
}


/*SMS promotions*/

.main-content .btn-third {
    background-color: rgba(241, 93, 37, 0.7);
    color: white;
}

.main-content .btn-third:focus,
.main-content .btn-third:hover {
    background-color: rgba(241, 93, 37, 1);
    color: white;
}

#dynamic .help {
    background-color: rgba(6, 2, 0, 0.1);
    border: none;
}

#dynamic .help p {
    font-size: 0.89rem;
}

#dynamic .help h6 {
    color: rgb(241, 93, 37, 1);
}


/*Whatsapp promotions*/

#main_card input,
#main_card textarea,
#main_card select {
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: none;
}

#main_card button {
    border-radius: 10px;
}

#main_card input:focus,
#main_card textarea:focus,
#main_card select:focus {
    border-color: #f04f25;
}

#filter {
    margin-top: -90px;
    margin-right: 15px;
}


/*Update customer*/

.forms label span {
    color: red;
}

#update_customer input,
#update_customer select {
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: none;
}

#update_customer input:focus,
#update_customer select:focus {
    border-color: #f04f25;
}


/*Settings*/

#special_card {
    border-radius: 10px;
}

#special_card label {
    font-weight: 700;
}

#special_card input {
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: none;
}

#special_card input:focus {
    border-color: #f04f25;
}

#special table thead th {
    font-weight: 600;
    background-color: lightgray;
    padding: 5px 10px;
}

#special table tbody tr td button {
    border: none;
}

#special table tbody tr td i:hover {
    color: #f15d25;
}

#special .table-responsive h5 {
    margin: 5px 5px;
}

#special .table-responsive {
    min-height: 300px;
    max-height: 300px;
}