body {
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    background: #eaedf7;
    color: gray;
    font-family: "Poppins", Arial, sans-serif;
}

a:hover {
    text-decoration: none;
}

.adminWrap {
    width: 100%;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    background: #25233c;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
}

#sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
}

#sidebar h1 .logo {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

#sidebar ul.components {
    padding: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

#sidebar ul li {
    font-size: 14px;
}

#sidebar ul li.active>a {
    background: transparent;
    color: #fff;
}

#sidebar ul li.active>a {
    background: transparent;
    color: #fff;
}

#sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar ul li a:hover {

    text-decoration: none;
}

#sidebar .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#sidebar .custom-menu .btn.btn-primary {
    border-color: #25233c;
    background: #25233c;
}

#sidebar .custom-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar.active .custom-menu {
    margin-right: -50px;
}

#sidebar ul li>ul {
    margin-left: 10px;
}

#adminContent {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 50px 10px 10px 10px;
    margin-left: 250px;
}

.adminActive {
    margin-left: 46px !important;
}

/* Product page css */

.pageTitle {
    font-size: 24px !important;
    color: #170c6b;
    font-weight: 500;
    font-size: 32px;
    text-indent: -1px;
    line-height: 1;
    position: relative;
}

.pageHeader {
    margin: 1rem 0 1.5rem 0;
}

.tableCard {
    box-shadow: 0 10px 30px 0 rgba(24, 28, 33, 0.05);
    padding: 25px 25px 25px 25px;
    border-radius: 11px;
}

.cardHeader {
    margin-bottom: 25px;
}

.cardHeader h3 {
    color: #1d212f;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .2px;
    font-size: 14px;
}

.tableStyle.dataTables_length label {
    color: #1d212f !important;
}

.tableStyle .dataTables_wrapper .dataTables_length label {
    color: #1d212f !important;
}

.tableStyle table.dataTable {
    border-collapse: collapse !important;
}

.tableStyle .table-bordered {
    border: 1px solid #ededf9 !important;
}

.tableStyle .table-bordered td,
.table-bordered th {
    border: none !important;
}

.tableStyle .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(121 121 121 / 5%);
}

/* profile css  */

.profilePic {
    flex: 1 1 auto;
    padding: 15px;
    text-align: center;
}

.profileImg img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}

.headerBorder {
    margin-right: -25px !important;
    margin-left: -25px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.profileName h5 {
    font-weight: 500 !important;
    color: #465988 !important;
    font-size: 18px;
}

.tabStyle {
    margin-left: -25px;
    margin-right: -25px;
}

.tabStyle .nav {
    display: block !important;
}

.tabStyle .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #6259ca;
    border-radius: 0px;
    font-weight: 500;

}

.tabStyle .nav-link {
    color: #1d212f;
    font-size: .875rem;
    font-weight: 400;
    /* border-bottom:1px solid rgba(0,0,0,.1); */
    padding: 13px 1rem;
}

.tabStyle .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    background: #6259ca;
    border-radius: 0px;
    color: #fff;
}

.tabStyle .nav-tabs {
    border-bottom: none;
}

.more {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}

.more-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
    left: 0;
    margin-top: -14px;
}

.more-menu {
    position: absolute;
    top: auto;
    z-index: 900;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.more-menu {
    width: 140px;
}

.more-dot {
    background-color: #b0adad;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.tabStyle td span {
    padding: 2px;
    color: #fff;
}

.more-menu-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
    outline: none;
}

.more-menu-item:hover {
    background-color: #f2f2f2;
}

.more-menu-item {
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color: #66757f;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
    position: relative;
    white-space: nowrap;
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}

.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.profileIcon {
    margin-right: 10px;
}

.file {
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

#check {
    position: absolute;
    /* opacity: 0; */
    width: 10px;
    cursor: pointer;
    top: -31px;
    left: 139px;

}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.changeImg {
    position: relative;
}

.add {
    cursor: pointer;
    float: left;
    position: absolute;
    left: 139px;
    top: -38px;
    background: #6259ca;
    padding: 10px 10px;
    color: #fff;
}

.formBody {
    padding-top: 20px;
}

.formLabel {
    color: #1d212f;
}

.formBtn {
    margin-bottom: 20px;
    padding: 10px 53px;
    background: #25233c;
    border: 1px solid #25233c;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.input-file input[type=file] {
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.input-file .btn {
    background-color: #ddd;
    border-color: #ccc;
    color: #333;
}

.input-file .file-selected {
    font-size: 10px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
}

.adddressTitle {
    padding: 20px 25px 0 25px;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8f7;
    background: transparent;
}

.addressWrap {
    border: 1px solid #ededf9 !important;
    border-radius: 10px;
    margin-bottom: 25px;
}

.adddressTitle i {
    font-size: 22px;
}

.addressBody {
    padding: 35px 25px;

}

/*========================= Login css ===================*/

.loginWrap {
    width: 100%;
    margin-top: 80px;
}

.innerLogin {
    width: 50%;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 10px 30px 0 rgba(24, 28, 33, 0.05);
    padding: 25px 25px 25px 15px;
    border-radius: 11px;
}

.loginTitle {
    font-size: 1.09375rem;
    color: black;
}

.loginP {
    color: #8f8fb1 !important;
    font-size: 13px;
}

.loginBtn {
    color: #fff;
    background-color: #6259ca;
    border-color: #6259ca;
    display: block;
    width: 100%;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-height: 38px;
    text-transform: capitalize;
}

.loginLeft {
    background-color: #6259ca !important;
    padding-left: -23px !important;
    margin-top: -25px;
    margin-bottom: -25px;
    border: 1px solid transparent;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

.loginbg {
    background: url(../images/bg.png);
    position: relative;
    background-size: cover;
    background-position: center;
}
.leftWrapper{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.leftWrapper div{
    text-align: center;
}
.alert {
    position: absolute !important;
    bottom: 2px !important;
    right: 20px !important;
    z-index: 999 !important;
}
/* .loginbg:before {
    background: rgba(77, 76, 178, 0.9);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    border: 1px solid transparent;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
} */

.logoImg {
    margin-left: 33px;
}

.loginLogo {
    position: absolute;
}

.userLogo {
    position: absolute;
    top: 51px;
    left: 44px;
}

.signIntxt {
    font-size: 1.09375rem;
    color:#ffff;
}
.leftWrapper{
    z-index: 9999999;
}
.signInP {
    color: #ffff;
    text-align: center;
    font-size: 13px;
    padding: 0px 12px;
}
.signInP a{
    color: white;
    text-decoration: underline;
    font-size: 16px;
}

/* dashboard css  */
.cardBody {
    margin-bottom: 20px;
}

.cardBody i {
    font-size: 25px;
    padding: 10px;
    border-radius: 44px;
    background: rgba(77, 76, 178, 0.1);
    color: #6259ca;
}

.totalCount {
    font-size: 20px;
    color: black;
    font-weight: bold;
    margin-left: 24px;
}

/* Model popup  */

.wdth {
    width: 100%;
    margin-top: 60px;
    background: white;
    padding: 10px 20px;
    height: auto;
    border-radius: 5px;
    margin: 38px auto;
    /* max-width: 650px; */
    max-width: 850px;
}
.orderModel .wdth{
    max-width: 850px !important;
}

.closebnt {
    position: absolute;
    /* margin-top: -35px;
    margin-left: 615px; */
    margin-top: -28px;
    margin-left: 805px;
    border: 0;
    border-radius: 50%;
    font-size: 21px;
    width: 30px;
    height: 30px;
    z-index: 99999;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 0px solid #ebebeb;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
    outline: 0;
}

.modal-body {
    text-align: left;
    margin: 10px 0;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.popup-tile {
    text-align: center;
}

.full_width {
    width: 100%;
}

.field_title {
    font-size: 12px !important;
    position: relative;
    margin-left: 10px !important;
    background: white;
    margin-top: 2px !important;
    display: unset !important;
}

.full_width input,
.half_width input {
    width: 100%;
    margin: 10px 0px;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 10px !important;
    border-radius: 3px;
    font-size: 14px;
    margin-top: -10px;
}

input,
textarea,
select {
    outline: none !important;
}

.com-button {
    outline: none;
    /* display: inline-flex; */
    color: #fff;
    background-color: #25233c !important;
    border: none;
    border-radius: 5px;
    padding: 11px 15px;
    cursor: pointer;
    transition: background-color .3s ease;
    text-decoration: none;
}

.com-button--large {
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 400;
}

.closemodal {
    position: absolute;
    top: -3px;
    left: 9px;
    color: grey;
}

.productForm,
.categoryWrap {
    background: #fff;
    padding: 30px 30px;
    border-radius: 12px;
}

.productBtn .formBtn {
    max-width: 100%;
    text-align: center;
    width: 100%;
}
.page-item.active .page-link{
    background-color: #25233c !important;
    border-color: #25233c  !important;
}

.categoryWrap .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.categoryWrap .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.categoryWrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.categoryWrap .container:hover input~.checkmark {
    background-color: #ccc;
}

.categoryWrap .container input:checked~.checkmark {
    background-color: #11D06B;
}

.categoryWrap .container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.categoryWrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.categoryWrap .container input:checked~.checkmark:after {
    display: block;
}

.categoryWrap h5 {
    color: #1d212f;
    font-weight: 500;
    font-size: 18px;
}

.addProductBtn {
    text-align: right;
    padding-right: 28px;
}

.pAddBtn {
    background: #6259ca;
    border: 1px solid #6259ca;
}

.pAddBtn:active {
    background: #6259ca;
    border: 1px solid #6259ca;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #6259ca !important;
    border: 1px solid #6259ca !important;
}

.btn-secondary:hover {
    background-color: #6259ca !important;
    border: 1px solid #6259ca !important;
}

.file-upload-input {
    width: 65%;
    color: black;
    font-size: 16px;
    padding: 10px 17px;
    border: none;
    background-color: #ffffff;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    border: 1px solid #d8d6d6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.file-upload-input:hover,
.file-upload-input:focus {
    background-color: #eaedf7;
    outline: none;
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 20px;
    border: none;
    margin-left: -1px;
    background-color: #6259ca;
    float: left;
    /* IE 9 Fix */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.file-upload-button:hover {
    background-color: #6259ca;
}

.productBorder{
    margin: 40px 0px 30px 0px;
}

.form-control{
    border-radius: 8px !important;
    font-size: 12px !important;
    height: calc(1.99em + .75rem + 2px) !important;
}

.Ptitle{
    padding-left: 96px;
}
.orderTable .table .thead-light th{
    background-color: #ffffff !important;
}
.orderTable .table th{
    border-top: none !important;
}
.orderTable .table thead th{
    border-bottom: none !important;
}
.orderTable .table td{
    border-top: 1px solid #dee2e63d !important;
}
.pending:hover,
.process:hover,
.completed:hover{
    color:white;
}
.pending{
    color: white;
    width: 92px;
    background:#C3242E;
    display: block;
    text-align: center;
    font-size: 12px;
    height: 27px;
    border-radius: 30px;
    opacity: 1px;
    opacity: 1;
    padding-top: 2px;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
}
.process{
    color: white;
    width: 92px;
    background: orange;
    display: block;
    text-align: center;
    font-size: 12px;
    height: 27px;
    border-radius: 30px;
    opacity: 1px;
    opacity: 1;
    padding-top: 2px; 
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
}
.completed{
    color: white;
    width: 92px;
    background: green;
    display: block;
    text-align: center;
    font-size: 12px;
    height: 27px;
    border-radius: 30px;
    opacity: 1px;
    opacity: 1;
    padding-top: 2px;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
}
.right {
    text-align: right;
    display: block;
    width: 100%;
    margin-right: 20px;
}
.btnActive {
    color: #fff;
    background-color: #25233c;
    border: none;
    border-radius: 5px;
    padding: 11px 15px;
    cursor: pointer;
    transition: background-color .3s ease;
    text-decoration: none;
}
.com-button {
    outline: none;
    /* display: inline-flex; */
    color: #fff;
    background-color:#6259ca!important;
    border: none;
    border-radius: 5px;
    padding: 11px 15px;
    cursor: pointer;
    transition: background-color .3s ease;
    text-decoration: none;
}
.com-button--large {
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 400;
}
