@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


.custom-wrapper {
    width: 100% !important;
    height: 60px !important;
}

.custom img {
    max-width: 100% !important;
    width: 100%;
    height: 60px;
    margin: auto;
    vertical-align: middle;
}

.mycontent {
    margin-top: 60px;
}

.dropify-wrapper {
    width: 200px !important;
    min-width: 200px;
    height: 200px !important;
    border-radius: 100%;
}

.dropify-wrapper .dropify-clear {
    right: 80px !important;
}

.card-body .dropify-wrapper .dropify-message span.file-icon:before {
    display: inline-block;
    font: normal normal normal 24px/1 "themify";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\e66b";
    color: #1f1f1f;
    font-size: 1.25rem;
}

.mybtn {
    width: 100px;
}

@font-face {
    font-family: "simple-line-icons";
    src: url("../../fonts/simple-icon/Simple-Line-Icons.eot");
    src: url("../../fonts/simple-icon/Simple-Line-Icons.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/simple-icon/Simple-Line-Icons.woff2") format("woff2"),
        url("../../fonts/simple-icon/Simple-Line-Icons.woff") format("woff"),
        url("../../fonts/simple-icon/Simple-Line-Icons.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

.my-icon a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.myform {
    width: 250px;
    height: 25px;
    border-radius: 26px;
    box-shadow: -3px 0px 7px 0px #00000040;
}

.myformtextarea {
    width: 410px;
    height: 145px;
    border-radius: 15px;
    box-shadow: -3px 0px 7px 0px #00000040;

}

.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
    background: #edecec !important;
}

.sidebar .nav.sub-menu .nav-item::before {
    content: none !important;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
    color: #bb8069 !important;
}

.btn-success {
    background-color: #7d80da;
    border-color: #7d80da;
}

.btn-secondary {
    background-color: #cebacf;
    border-color: #cebacf;
}

.fa-trash {
    color: #db5252 !important;
}

.btn-logout {
    color: #bb8069;
    border-color: #bb8069;
}

.btn-circle {
    width: 40px;
    height: 40px;
    padding: 6px 0px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    box-shadow: 3px 3px 11px 2px #00000040;
}

.fullname {
    width: 320px;
}

.bi-chevron-left {
    color: #bc8068;
}

.table thead th i,
.jsgrid .jsgrid-table thead th i {
    margin: 0 auto !important;
}

.myformtextarea-sm {
    width: 410px;
    height: 80px;
    border-radius: 15px;
    box-shadow: -3px 0px 7px 0px #00000040;
    display: inherit !important;
}

.custom-btn {
    /* border:1px solid #bb8069; */
    border-radius: 10px;
    padding: 1px;
    box-shadow: -3px 0px 7px 0px #00000040;
    font-size: 10px;
    background-color: white;
}

.btn.btn-icon {
    box-shadow: 3px 3px 11px 2px #00000040;
}

.btn-check:checked+.btn-outline-secondary,
.editable-container.editable-inline .editableform .control-group .editable-buttons .btn-check:checked+.editable-cancel,
.btn-check:active+.btn-outline-secondary,
.editable-container.editable-inline .editableform .control-group .editable-buttons .btn-check:active+.editable-cancel,
.btn-outline-secondary:active,
.editable-container.editable-inline .editableform .control-group .editable-buttons .editable-cancel:active,
.btn-outline-secondary.active,
.editable-container.editable-inline .editableform .control-group .editable-buttons .active.editable-cancel,
.btn-outline-secondary.dropdown-toggle.show,
.editable-container.editable-inline .editableform .control-group .editable-buttons .dropdown-toggle.show.editable-cancel {
    background-color: #bc8068;
    color: white;
    border: #bc8068;
    box-shadow: 3px 3px 11px 2px #00000040;
}

/* select2:css  */
.select2-container .select2-selection--single {
    /* width: 410px; */
    /* height: 43px; */
    /* border-radius: 50px !important; */
    box-shadow: 3px 3px 11px 2px #00000040;
}

.select2-container--default .select2-selection--single {
    height: 43px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1px;
}

/* Icon Size */
.navbar-icon-lg {
    font-size: 2.5rem;
}

.icon-lg {
    font-size: 1.6rem;
}

/* Button styles  */
.qty-btn {
    border-radius: 30px;
}

.qty {
    width: 90px;
}

.tb-row-borderless {
    border: 2px solid #f5f7ff;
}

/* Model Dialog Select2 Style  */
div.searchable {
    width: 300px;
    /* float: left; */
    /* margin: 0 15px; */
}

.searchable input {
    width: 100%;
    max-height: 35px;
    font-size: 1rem;
    padding: 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    display: block;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-radius: 30px;
}

.searchable ul {
    display: block;
    list-style-type: none;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border-top: none;
    max-height: 350px;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
}

.searchable ul li {
    padding: 7px 9px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    color: #6e6e6e;
}

.searchable ul li:hover {
    background: rgb(190, 190, 147);
    border-radius: 1rem;
}

.searchable ul li.selected {
    background-color: rgb(190, 190, 147);
    border-radius: 1rem;
}

.selected {
    background-color: rgb(190, 190, 147);
}

/* End Product Search  */

/* Change password form styles  */
.change-password-form {
    background: rgba(196, 196, 196, 0.21);
    border-radius: 30px;
}

input.form-control.w-75.py-1.bg-white.change-ps-input {
    border-radius: 10px;
}

.change-ps-bg {
    background: url("/images/change-ps.png");
    background-size: cover;
}


/* //login css */
/* login:css  */

.login-logo {
    left: 25%;
    top: 25%;
    position: absolute;
    width: 300px;
}

.holder {
    position: relative;
    display: block;
}

.login-bg-color {
    background: #dbbaae;
}

.left-bg {
    height: auto;
    width: 100%;
    position: relative;
}

/* //form:css  */

.login-box {
    margin-top: 75px;
    height: auto;
    /* background: #1A2226; */
    /* background-color: rgba(188, 128, 104, 0.54); */
    text-align: center;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
}

.login-key {
    font-size: 80px;
    line-height: 100px;
    background: -webkit-linear-gradient(#27ef9f, #0db8de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
    color: #ecf0f5;
}

.login-title img {
    width: 200px;
    margin-bottom: 10px;
    position: relative;
}

.login-form {
    margin-top: 25px;
    text-align: left;
}

input.inputmail {
    /* background-color: #1A2226 !important; */
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #bb8069;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    /* color: #ecf0f5 !important; */
}

input.inputpwd {
    /* background-color: #d7b6a9 !important; */

    background-color: transparent;
    border: none;
    border-bottom: 2px solid #bb8069;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    padding-left: 0px;
    margin-bottom: 20px;
    /* color: #ecf0f5 !important; */
}

form div .form-group i {
    margin-left: -60px;
    cursor: pointer;
}

/* .togglePassword {
    position: absolute;
    cursor: pointer;
    margin-left: 0px;
    right: 0px;
} */
i.togglePassword {
    color: #bb8069;
    margin-left: -25px;
}

/* .togglePassword:focus {
    position: relative;
    cursor: pointer;
    margin-left: 0px;
    right: 0px;
    background: transparent;
} */

.form-group {
    margin-bottom: 40px;
    outline: 0px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #d7b6a9 inset;
    /* Change the color of input box background color */
    -webkit-text-fill-color: #bb8069;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #d7b6a9 inset;
    -webkit-text-fill-color: #bb8069;
}

/* .myform-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid white;
    outline: 0;
    background-color: transparent;
    color: #2f3e50;
    border-color: white !important;
} */
.myform-control {
    padding: 0px !important;
}

.form-control {
    display: inline-block;
}

input:focus {
    outline: none;
    box-shadow: 0 0 0;
}

label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 10px;
    color: #6c6c6c;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary {
    border-color: #bb8069 !important;
    color: white !important;
    background-color: #bb8069 !important;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-outline-primary:hover {
    background-color: #bb8069 !important;
    right: 0px;
}

.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    text-align: right;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #a2a4a4;
}

.loginbttm {
    padding: 0px;
}

.version {
    padding-bottom: 20px;
}

.mycontainer {
    height: 100%;
    background-image: url("../../images/login-bg.png");
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
}

.mycontainer2 {
    height: 100%;
    background-image: url("/images/bg-right.png");
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
}

.lux-logo {
    width: 300px;
}

/* footer  */
.myfooter {
    background-color: rgba(188, 128, 104, 1);
    color: #fff;
    text-shadow: 2px 2px 8px #200303;
}

.footer-size {
    width: 100% !important;
    position: fixed;
    padding-left: 40px;
    /* right: 0; */
    bottom: 0;
    /* left: 0; */
    background: white;
    z-index: 1030;
}

/* Flash Messaging */

div.flash-message_container {
    width: 230px;
    height: 60px;
    background: green;
    position: fixed;
    right: 20px;
    z-index: 99;
    bottom: 4rem;
    display: flex;
    align-items: center;
    border-radius: 1rem;
}

.date-label {
    color: #fff;
    background-color: #bb8069;
    border: #bb8069;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99;
}

#loading-image {
    width: 80px;
    height: 80px;
    z-index: 100;
}

.preview {
    cursor: pointer;
    /* width: 250px;
    height: 250px; */
}

.img-thumbnail {
    background-color: transparent;
    border: none;
}

.editpreview {
    background-color: white !important;
    border: 1px solid #dee2e6 !important;
}

.swal2-icon.swal2-success.swal2-icon-show {
    margin-top: 30px !important;
}

div.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    width: 280px;
    height: 330px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 0px;
}

/* div#datepicker-popup.input-group.date.datepicker {
    height: 36px;
} */

/* Monthpicker Styles  */
.datepicker td,
.datepicker th {
    width: 90px !important;
}

/* Dashboard Style  */
.total-sale-card-header {
    background-color: #0096FE;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
    border-bottom: none;
}

.most-sale-card-header {
    background-color: #FFCA00;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
    border-bottom: none;
}

.today-visitor-card-header {
    background-color: #EC7A58;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
    border-bottom: none;
}

.po-card-header {
    background-color: #9819F2;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
    border-bottom: none;
}

.c-header {
    color: white;
    font-size: 19px;
    font-weight: bolder;
    font-family: sans-serif;
    margin: 6px;
}


.total-sale-card-bg {
    background-color: #b2d3ea;
    height: 250px;
}

.most-sale-card-bg {
    background: #f8e59e;
    /* height: 100%; */
    margin: 0;
    height: 250px;

}

.today-visitor-card-bg {
    background: #f3cfc4;
    height: 250px;
}

.po-card-bg {
    background: #dcbaf4;
    height: 250px;
}

.luxura-bg {
    background: rgba(188, 128, 104, 0.54);
}

.mfont {
    font-family: 'Anton', sans-serif;
    font-size: 35px;
}

.pfilter::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.pfilter:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.pfilter::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.pfilter:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

table tfoot tr td {
    padding: 7px !important;
    height: 20 px !important;
    border-style: dotted solid double dashed;

}

.disalbed-purchase-stock-in {
    pointer-events: none;
    cursor: default;
}

.hidden {
    display: none !important;
}

.popover {
    margin-right: 0;
    width: 200px;
    text-align: center;
    pointer-events: none;
}

span {
    cursor: pointer;
}

input.price {
    width: 130px;
}

input#amount {
    width: 130px;
}

/* input.qty{
    width:100%;
} */
/* #total_initial_amt{
    width:150px;
}
#total_final_amt{
    width:150px;
} */

@media screen and (max-width: 500px) {
    input.price {
        width: 150px;

    }

    input.amount {
        width: 150px;
    }

    #total_initial_amt {
        width: 150px;
    }

    #total_final_amt {
        width: 150px;
    }
}

.form-check .form-check-label input[type="radio"]+.input-helper:before {
    border: 1px solid #BC6086;
}

.form-check .form-check-label input[type="radio"]:checked+.input-helper:before {
    border: 1px solid #BC6086;
    background: #ffffff;
}

.form-check .form-check-label input[type="radio"]+.input-helper:after {
    background: #BC8068;
}
