@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,600&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.15;
    font-family: 'Poppins', sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    outline: none;
}

.submit-section a:hover {
    color: #fff;
    background: #29cc6c;
    border-color: #29cc6c;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover,
a:focus {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    outline: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

/*input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}*/

/*---------------START----------------*/
#login { float: left; width: 100%; position: relative; /*background: url(../images/bg.png) center center no-repeat; background-size: cover;*/ background: #fff5e8; height: 100vh;}
.overlayblack { position: absolute; top: 0px;left: 0px;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);}
.login-outer { max-width: 1300px; width: 100%; margin: 0 auto; position: relative; padding: 0 0px 0 0; display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 100vh;}
.login-left { width: 100%; text-align: center; margin-top:30px; position: relative; height: 100vh}
.login-left img { width: 90%; position: absolute; bottom: 10%; right:10%; max-width: 350px; animation: MoveUpDown 8s linear infinite;}
.login-right { width: 100%; position: relative; height: 100vh}
.login-right img { width: 90%; position: absolute; top: 10%; left: 10%; max-width: 350px; animation: MoveDownUP 8s linear infinite;}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 100px;
  }
  50% {
    bottom: 200px;
  }
}
@keyframes MoveDownUP {
  0%, 100% {
    top: 100px;
  }
  50% {
    top: 200px;
  }
}
.login-center { width: 100%; float: left; text-align: center;}
.login-box { width: 100%; height: auto;}
.client-logo { width: 100%; text-align: center;}
.client-logo img { max-width: 360px; width: 100%; margin-bottom:15px;}
.login-box h1 { font-size: 20px; line-height: normal; margin-bottom: 15px;margin-top: 20px; text-align: center; color: #FF7342; font-weight: bold;}
.login-box .form-control { border: 0px;background: #ffffff; border-radius: 20px;}
.login-box .form-control:focus {box-shadow: none;}
.form-floating{display: flex; align-items: center; border-radius: 10px; background: #ffffff; width: 100%;padding: 0px 10px; border:1px solid #ffe5db !important; }
.form-floating > label{left: 50px; top: 2px;}
.login-box .form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label { opacity: 1; transform: scale(0.85) translateY(-1.3rem) translateX(0rem); background: #fff; border-radius: 6px; height: auto; color: #7989A1; font-size: 11px; padding: 5px 8px; top: 8px;}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown){padding-top: 12px}
.login-footer { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%);}
.login-footer p { color: #ececec; font-weight: 500;font-size: 16px;text-shadow: 2px 3px 4px rgb(0 0 0 / 50%), 0px 4px 0px rgb(255 255 255 / 10%);}
.login-action {display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-top: 40px;}
.submit-section { float: left; width: 100%; display: flex; flex-direction: row; justify-content: flex-end; align-items: center;}
.cardbody-border .submit-section { float: left; width: 100%; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; position: absolute; right: 20px; margin: 0px; bottom: 20px;}
.login-box .btn-primary{
    height: 60px;
    border-radius: 100px;
    line-height: 60px;
    background: #401955;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
}
.btn-primary:hover, .btn-primary:focus{ background: #401955;}
.btn-primary,
.btn-border {
    height: 40px;
    text-align: center;
    border-radius: 100px;
    line-height: 40px;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    background: #401955;
    border: none;
    cursor: pointer;
    position: relative;
}
.btn-add {
    width: 130px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    line-height: 40px;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    background: #666666;
    border: none;
    cursor: pointer;
    position: relative;
    margin-left: 6px;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow: none;
}

.btn-border {
    background: transparent;
    border: 1.5px solid #401955;
    color: #265a8f;
    cursor: pointer;
}

/*----------------END-----------------*/
.maincontent {
    float: right;
    width: 100%;
/*    height: 50px;*/
    position: relative;
}

.nav-top {
    height: 50px;
    padding: 0px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-brand img {
    height: auto !important;
    width: 100%;
}

.nav-link {
    padding: 0.7rem 1rem;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.nav-link:hover {
    color: #fff;
}
.navbar-nav .nav-link{display: flex; align-items: center;}
.navbar-brand {
    padding: 10px;
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
}

.footer {
    float: left;
    width: calc(100% - 270px);
    position: fixed;
    z-index: 8;
    bottom: 0px;
    right: 0px;
    min-height: 40px;
    padding: 12px 10px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    text-align: center;
    color: #252525;
    background: #f9f9f9;
}

.footerDiv {
    width: 100%;
    transition: all 0.3s ease 0s;
}

.top-right a, .top-right a:hover {
    display: block;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
}
.top-right a.logout, .top-right a.logout:hover{
    font-size: 16px;
    font-weight: bold;
    display: inline-flex;
}
.top-right a.logout img, .top-right a.logout:hover img{
    margin-left: 8px;
}

.top-right a i {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar-outer{
    position: sticky;
  top: 0;
  padding: 15px 0px;
  display: block;
  float: left;
width: 101%;
  z-index: 99;
  background: #fff;
  margin-left: -0.5%;
}
.topbar {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin:0px;
    /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #da8be7, #a8a1ff);*/
    background:#fff5e8;
/*    animation: gradient 5s ease infinite;*/
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.top-right {
    padding: 6px 0px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.top-right a, .top-right a:hover, .top-right a:focus {
    color: #fff;
    margin-right: 0px;
    display: block;
}

.top-right a span {
    margin: 10px;
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.navbar {
    max-width: 270px;
    width: 100%;
    min-height: 100vh;
    height: auto;
    position: fixed;
    padding-top: 0px;
    left: 0;
    transition: all 0.3s ease 0s;
    background: transparent !important;
    /*background: #168e5d !important;*/
}

.hidenav {
    left: -20%;
    transition: all 0.3s ease 0s;
}

.nav-item {
    width: 100%;
}

.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef00;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
    color: #FF7342;
}
.navbar .nav-link:hover img,
.navbar .nav-link:focus img,
.navbar .nav-link.active img{filter: drop-shadow(1px 1px 2px #FF7342);}

/* .input-group-text{
line-height: 45px;
padding: 12px 0.75rem;
height: 45px;
} */
.dropdown-menu {
    border: 0px;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dropdown-item {
    line-height: 26px;
    font-size: 14px;
    color: #212529;
    font-weight: 500;
    padding: 0.25rem 10px;
}

.navbar-expand-lg .navbar-collapse {
    width: 100%;
    align-items: flex-start;
    padding: 0px 15px;
    overflow-y: auto;
    max-height: 100vh;
}

.navbar-expand-lg {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0px;
}

.dropdown-item:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 10px 5px;
}

.dropdown-menu.show {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

/*============================================*/
#company {
    float: left;
    height: 100vh;
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, #260636, #4B1565, #4B1565);
}

.mainbody {
float: right;
    width: calc(100% - 270px);
    padding: 0px 10px 50px 10px;
    position: relative;
    z-index: 9;
    transition: all 0.3s ease 0s;
    overflow-y: auto;
    height: 100vh;
    background: #ffffff;
    border-radius: 40px 0 0 0;
}

.maindiv {
    margin-left: 0px;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.maintitle {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}

.cardbody {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

.cardbody .form-label {
    margin-bottom: 0.2rem;
    font-size: 13px;
    font-weight: 500;
}

td,
th {
    vertical-align: middle;
}

.cardbody .form-control,
.cardbody .form-select {
    height: 38px;
    font-size: 14px;
/*    border-color: #969696;*/
}

.cardbody .form-control:focus,
.cardbody .form-select:focus {
    box-shadow: none;
    border-color: #68a4d4;
}

.table-bordered {
    border: 1px solid #000;
}

.form-control {
    font-size: 13px;
    border: 1px solid #959595;
}

.table thead tr th {
    background: #401955;
    font-size: 13px;
    color: #ffffff;
    border-color: #401955;
}

.table tbody tr td {
    font-size: 13px;
    line-height: 20px;
    padding: 15px 10px;
}

.actionbtns a {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin: 0px 5px;
    display: inline-block;
}

.cardbody-border {
    border: 1px solid #C9D5E9;
    padding: 15px;
    float: left;
    width: 100%;
    position: relative;
    min-height: 435px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.cardbody-emp-of-month {
    border: 1px solid #C9D5E9;
    padding: 15px;
    float: left;
    width: 100%;
    position: relative;
    min-height: 280px !important;
    margin-bottom: 20px;
    border-radius: 15px;
}

.cardbody-fillcolor {
    background: #C1E1C1;
    /*background: #7fb4de;*/
    border: 1px solid #000;
    float: left;
    width: 100%;
    position: relative;
    min-height: 100px;
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
}

.purchase.cardbody-fillcolor {
    margin-bottom: 20px;
}

fieldset {
    border: 1px groove #C9D5E9 !important;
    padding: 10px 10px 5px 10px!important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.form-check {
    margin: 5px 8px 5px 0px;
}

.cardbody-border .form-check {
    margin: 30px 0px 0;
}

.cardbody-border .form-check-new {
    margin: 10px 0px 0;
}

.cardbody-border fieldset .form-check {
    margin: 5px 5px;
}

legend {
    width: auto;
    padding: 4px 12px;
    border-bottom: none;
    display: block;
    margin-top: -22px;
    background: #edf3f7;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 10px;
}
.role-legend legend{background: #c2ddee !important;}

.table>thead {
    vertical-align: bottom;
    background: #eaa5ce;
    position: sticky;
    top: 0px;
}

.form-check-input {
    margin-top: 0px;
}

.form-label {
    margin-bottom: 2px;
    font-size: 13px;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 10px;
}

.cardbody-border fieldset {
    margin: 10px 0 0 0 !important;

}

.table-orderentry tfoot tr td label {
    float: right;
    font-size: 14px;
}

.label-field {
    display: flex;
    flex-direction: row;
    min-height: 75px;
    align-items: center;
}

.orderentry .cardbody-border,
.jobSheet .cardbody-border,
.jobSheetpurchase .cardbody-border,
.wholesalejewelpos .cardbody-border,
.pos .cardbody-border {
    min-height: 175px;
    margin-bottom: 10px;
}

.orderentry .cardbody-border .submit-section {
    margin-top: 15px;
}

.btn-small-square {
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    padding: 0px;
    width: 100%;
    border: 0px;
    background: #265a8f;
    color: #fff;
    border-radius: 4px;
}

.upload label {
    display: inline-block;
    background-color: transparent;
    color: white;
    padding: 0;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    width: 34px;
    height: 35px;
    border: 2px dotted #3570ad;
    color: #3570ad;
    text-align: center;
    font-size: 21px;
    line-height: 32px;
}

.upload label img {
    width: 33px;
    object-fit: cover;
}

.upload {
    margin: 0px 5px;
}

#list-add-item{
    display: flex;
    flex-direction: row-e;
    justify-content: flex-end;
    align-items: center;
}
.entrylisting .nav-link {
    min-width: 240px;
    width: 100%;
    height: 100px;
    display: flex;
    color: #000;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border: 2px solid #000;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    padding: 12px;
    position: relative;
}

.entrylisting .nav-pills .nav-link {
    border: 1.5px solid #000;
}

.entrylisting .nav-link span {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.entrylisting .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background: #0d6efd;
}

.entrylisting .nav-pills .nav-link.active.color-alllisting,
.dashboardcol.color-alllisting {
    background: #e4e4e4;
}

.entrylisting .nav-pills .nav-link.active.color-supplier-rd,
.dashboardcol.color-supplier-rd {
    background: #ffee93;
}

.entrylisting .nav-pills .nav-link.active.color-unassigned,
.dashboardcol.color-unassigned {
    background: #ff9aa2;
}

.entrylisting .nav-pills .nav-link.active.color-wtsupplier,
.dashboardcol.color-wtsupplier {
    background: #b5dfea;
}

.entrylisting .nav-pills .nav-link.active.color-supplier-pd,
.dashboardcol.color-supplier-pd {
    background: #f66672;
}

.entrylisting .nav-pills .nav-link.active.color-delivercus,
.dashboardcol.color-delivercus {
    background: #b5eac4;
}

.btnopen {
    position: absolute;
    bottom: 20px;
    left: 10px;
    transform: rotate(180deg);
}

.table-action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.table-action span {
    margin: 0px 5px;
}

.table-action a {
    display: inline-block;
    margin: 0px 3px;
    color: #000;
}

.table-action a i {
    font-size: 16px;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.form-column {
    width: 120px;
    float: left;
    margin-right: 15px;
}

.main-head,
.sign {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.sign {
    width: 100%;
    margin-bottom: 0px;
}

fieldset {
    margin-top: 10px !important;
}

.entrylisting .nav-pills .nav-link span {
    width: 100%;
    text-align: right;
}

.filter .input-group-text {
    height: 31px;
    background: #fff;
    position: absolute;
    z-index: 99;
    border: 0px;
    top: 1px;
}

/* .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
} */
.input-group-text img {
    width: 18px;
}

/* .input-group .form-control{
padding-left: 45px;
} */
.tradecost {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.tradecost fieldset {
    margin-right: 15px !important;
}

.submit-outer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.row-new {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.entrylisting .form-label {
    line-height: 35px;
    font-size: 14px;
}

.col-form-label {
    font-size: 14px;
}

.filter {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.form-filter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.form-filter label {
    margin-right: 15px;
    min-width: 70px;
}

.tab-content {
    float: left;
    width: 100%;
}

.customersign {
    width: 100%;
}

.table-orderentry tfoot tr td .customersign label {
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    float: left;
}

.signbox {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    min-height: 70px;
    border-radius: 0.25rem;
}

.visible-values {
    float: left;
    width: 100%;
    display: block;
}

.detailorder label {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}

.detailorder p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.advancepay {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.advancedpayment,
.billamount {
    width: 380px;
    height: 70px;
    background: #f1f0c4;
    border: 1px solid #f8f8f8;
    margin-right: 25px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.billamount {
    background: #fcfa91;
}

.advancedpayment label {
    font-size: 16px !important;
    font-weight: 800;
    width: 220px;
}

.advancedpayment .form-control {
    font-size: 32px;
    height: 55px;
    text-align: right;
    font-weight: 800;
    padding: 2px 10px;
}

.billamount label {
    font-size: 16px !important;
    font-weight: 800;
    width: 140px;
}

.billamount p,
.advancedpayment p {
    font-size: 32px;
    text-align: right;
    font-weight: 800;
}

.billamount {
    justify-content: space-between;
}

tfoot tr:last-child td {
    border-top: 1px solid #000 !important;
}

.btn-primary{margin-left: 10px !important;}

.filter .form-control,
.filter .form-select {
    height: 38px;
    font-size: 14px;
    border-radius: 10px !important;
}
.form-control, .form-select{border-radius: 10px !important;}

.filter .submit-section {
    margin-top: 15px;
}

.modal-title {
    font-weight: 800;
}

.paymode {
    width: auto;
    height: 70px;
    background: #b2f1cf;
    border: 1px solid #f8f8f8;
    margin-right: 25px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.paymode label {
    font-size: 16px !important;
    font-weight: 800;
    width: 220px;
}

.tradecost .paymode p {
    font-size: 32px;
    text-align: right;
    font-weight: 800;
    margin-bottom: 0px;
}

.table> :not(:first-child) {
    border-top: 1px solid currentColor;
}

.popup-btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
    background-color: cyan;
    filter: invert(1);
}

.modal {
    position: fixed;
    top: 2%;
    left: 2%;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-fullscreen {
    width: 96vw;
    height: 96vh;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.dashboardcol {
    /*    min-width: 240px;*/
    width: 100%;
    min-height: 200px;
    height: 100px;
    display: flex;
    color: #000;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    /* border: 2px solid #000; */
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.dashboardcol span {
    font-size: 64px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.dashboardcol .btnopen {
    right: 10px;
    left: inherit;
    bottom: 30px;
    transform: rotate(0deg);
}

.subtitle {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 700;
}

.dashboardcol p {
    font-size: 18px;
}

.box-customer {
    width: 100%;
    min-height: 238px;
    height: 100%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.box-customer p {
    font-size: 20px;
    line-height: 34px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
}

.box-customer .count-total {
    font-size: 62px;
    line-height: 50px;
    font-weight: 800;
    color: #168e5d;
}

.box-customer img {
    width: 92px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: 0.9;
}

/*------------Customer Form------------*/
.top-image {
    float: left;
    width: 100%;
    background: url(../images/cusform/img4.jpg) no-repeat;
    min-height: 230px;
    height: auto;
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(2 48 29 / 89%);
}

.logo {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
    min-height: 230px;
    color: #fff;
}

.mainsec {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.top-image .logo img {
    width: 140px !important;
}

.logo h1 {
    margin-top: 30px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.formHead {
    margin-bottom: 30px;
}

.mainsec .container {
    max-width: 980px;
}

.mainsec .submit-section {
    justify-content: center;
    padding-bottom: 50px;
}

.mainsec .submit-section .btn-primary,
.mainsec .submit-section .btn-border {
    width: 130px;
    font-size: 14px;
    margin: 0px 10px;
}

.console .cardbody-border {
    min-height: auto;
    margin-bottom: 30px;
}

.table-fix {
    min-height: 230px;
    height: auto;
}

.sticky-bottom {
position: fixed;
    width: 85%;
    bottom: 43px;
    right: 0px;
    padding: 0px;
    background-color: #fff !important;
    padding: 10px 12px !important;
}

.jobSheetpurchase,
.wholesalejewelpos,
.pos {
    height: 100vh;
    position: relative;
}

.sticky-bottom .table tbody tr td {
    font-size: 13px;
    padding: 3px 4px;
}

.sticky-bottom .table tbody tr th {
    font-size: 13px;
    padding: 9px 4px;
    font-weight: 600;
}

.table-fullwidth-scroll {
    width: 100%;
    max-height: 230px;
/*    height: 100%;*/
    overflow-y: auto;
    border: 1px solid #000;
    margin-bottom: 20%;
}

.headertop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.topbtn {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}

.fixed_header {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody {
    display: block;
    width: 100%;
    overflow: auto;
    height: 194px;
}

.fixed_header thead tr {
    display: block;
}

.fixed_header thead {
    background: black;
    color: #000 !important;
}

.fixed_header th,
.fixed_header td {
    padding: 5px;
    text-align: left;
    width: 400px;
}

.posvalue {
    margin-bottom: 20px;
    padding: 20px 20px 0;
    background-color: #C1E1C1;
}

.posvalue .form-lable {
    font-weight: 500;
}

.posvalue .valueTxt {
    font-size: 24px;
    font-weight: 600;
}

.wholesalejewelpos .fixed_header tbody {
    height: 147px;
}

.navbar-toggler {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0px;
    transition-duration: 0.5s;
}

.navbar-toggler .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 24px;
    width: 24px;
    top: 7px;
    right: 0px;
    padding: 0;
    z-index: 999;
}

.navbar-toggler .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    content: "";
    top: 0;
    right: 0px;
    transform: rotateZ(45deg) scaleX(1) translate(1px, 6px);
}

.navbar-toggler .icon:after {
    transition-duration: 0.5s;
    position: absolute;

    background-color: #ffffff;
    content: "";

    width: 20px;
    height: 2px;
    transform: rotateZ(-45deg) scaleX(1) translate(-11px, -5px)
}

.navbar-toggler.open .icon {
    transition: 0.5s;
}

.navbar-toggler.open .icon:before {
    transform: none;
    width: 20px;
    height: 2px;
}

.navbar-toggler.open .icon:after {
    transform: none;
    width: 12px;
    height: 2px;
    top: 8px;
    right: 0px;
}

.navbar-toggler:hover {
    cursor: pointer;
}

.navbar-expand-lg .navbar-toggler {
    display: inline-block;
}

th.text-align {
    text-align: center;
}

td.font-mono {
    font-family: monospace !important;
}

.recentlogos {
    float: left;
    width: 100%;
    /* margin-top: 20px;
    margin-bottom: 30px;*/
}

.logtable {
    border: 1px solid #000;
    background-color: #fff;
}

.recentlogos .logtable tbody tr td table,
.recentlogos .logtable {
    width: 100%;
}

.recentlogos .logtable tbody tr td table tr td.datetime,
.recentlogos .logtable tbody tr td table tr td.description,
.recentlogos .logtable tbody tr td table tr td.timelog {
    text-align: left;
    padding: 10px 10px;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
}

.recentlogos .logtable tbody tr td table tr td.datetime p,
.recentlogos .logtable tbody tr td table tr td.description p,
.recentlogos .logtable tbody tr td table tr td.timelog {
    font-size: 11px;
    margin-bottom: 5px;
}

.recentlogos .logtable tbody tr td table tr td.datetime p bold,
.recentlogos .logtable tbody tr td table tr td.description p bold,
.recentlogos .logtable tbody tr td table tr td.datetime p,
.recentlogos .logtable tbody tr td table tr td.timelog {
    font-weight: 700;
}

.recentlogos .logtable tbody tr td table tr td.datetime span,
.recentlogos .logtable tbody tr td table tr td.description span {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    display: block;
}

.sidetitle {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
}

.select2-search--dropdown .select2-search__field {
    font-size: 13px;
    height: 30px;
}

[type=search] {
    outline-offset: 0
}

.jobsheet-details-edit {
    max-height: 460px;
    border: 1px solid #000;
}

.catalogue-edit {
    height: 230px;
    border: none;
    margin: 0;
    height: 230px;
}

.direct-purchase-head {
    border: 1px solid #000;
    max-height: 130px;
}

.table-fullwidth-scroll .table {
    border: none;
    margin: 0;
}

.inventory-table {
    border: none !important;
}

.report-class thead tr td,
.report-class tbody tr td {
    padding: 6px 8px;
    font-size: 13px;
}

.effort-type tr td{border: 1px solid #C9D5E9 !important;}

/*.report-class tbody tr td {
    background: #fff;
}*/

.report-class tbody tr.date-report td {
    background: #E1E7EA;
}

.table> :not(caption)>*>* {
    box-shadow: none;
}

.report-class tbody tr.date-report td {
    background: #EEEFEF;
}

.total_summary td {
    padding-bottom: 21px !important;
}

.cata_balance {
    height: 100%;
    max-height: 153px;
}

.cata_balance tr {
    border-bottom: 1px solid #000;
}

.td-category_id.position-relative {
    padding-right: 20px;
}

.td-category_id.position-relative .fa-refresh {
    position:absolute;
    cursor: pointer;
    font-size: 16px;
    background-color: #d4d5d6;
    border: none;
    color: #000;
    padding: 11px 15px;
    border-radius: 10px;
    margin: 0 4px;
}

/*-------------Purchase----------------*/
    .report-select > label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
.filter-top {
    padding: 0 !important;
    float: left;
    width: 100%;
    background: transparent !important;
}
.filterbody {
    border: 1px solid #ddd;
   padding: 0px 15px 25px;
    background: transparent;
}
.report-select .form-check label {
    font-size: 14px;
}
.report-select .form-check {
    margin: 12px 19px;
}
 .report-select legend{
    font-weight: 600;
}
.filter-top fieldset {
    margin-top: 0 !important;
}
.form-check-label {
    cursor: pointer;
    font-size: 13px;
}
.form-check-label-new {
    cursor: pointer;
    font-size: 13px;
    padding-right: 7px;
}
.printbtn {
    -webkit-appearance: none;
    outline: 0px;
    width: 41px;
    height: 36px;
    float: right;
    font-size: 22px;
}
.dashboard-content {
    float: left;
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
.dashboard-content img {
    width: 400px;
}
.dashboard-content h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin: 21px 0px;
    color: #646464;
}
.dashboard-content h2 {
    font-size: 16px;
    line-height: 16px;
}
table thead tr td, table thead tr th {
    font-weight: 600;
} 
.report-overall-total {
    font-size: 18px;
    color: #401955 !important;
    font-weight: bold;
    text-align: right;
    padding: 10px 0px;
}

.inner-pages p {
    padding-bottom: 20px;
    font-size: 16px!important;
}

.inner-pages p {
    padding-bottom: 20px;
    font-size: 16px!important;
}

.inner-head h1 {
    font-size: 20px!important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.inner-pages b {
    font-size: 18px!important;
    font-weight: bold;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.inner-pages ul, .inner-pages ul li  {
    list-style: disc;
    margin-left: 20px;
}

.inner-pages ul li {
    padding-bottom: 20px;
}

.dataTables_empty{
    color: red;
    font-weight: 500;
}
.log-btn {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 20px;
    text-align: right;
}
.date-width {
    width: 110px;
}
.note-editable {
    background-color: #fff;
    height: 200px;
}
.preserveLines {
    white-space: pre-wrap;
}

.total-leave {
    width: 100%;
    float: left;
}
.dashboard h2 {
    font-size: 18px;
}

.home-modal { width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; pointer-events: none; opacity: 0; transition: 300ms opacity ease-in; text-align: center; z-index: 9999;}
.modal__container.container_phrases {background-color: white; width: 30rem; height: auto; padding: 1.5rem 1.5rem 2.5rem 1.5rem; border-radius: 1rem; overflow: hidden;  display: flex; align-items: center; flex-wrap: wrap; justify-content: center; z-index: 1;}
.modal__container.container_birthday {background: url(../images/birthday-bg.png) top center no-repeat #45169b !important; width: 30rem; height: auto; padding: 1.5rem 1.5rem 2.5rem 1.5rem; border-radius: 1rem; overflow: hidden;  display: flex; align-items: center; flex-wrap: wrap; justify-content: center; z-index: 1; position: fixed;}
.modal__container h2 { text-align: center; font-size: 20px; font-weight: 600; color: #252525; letter-spacing: 1px; width: 100%; line-height: 40px;}
.modal__container p { line-height: 1.5rem; padding: 0.5rem 0 1.5rem 0; color: #ffffff; font-size: 18px;}
.modal__container.container_phrases p { line-height: 1.5rem; padding: 1.5rem 0; color: #000; font-size: 18px;}
.modal__buttons button { width: 200px; height: 60px; text-align: center; line-height: 60px;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    font-size: 20px; border: none; outline: none; border-radius: 60px; font-weight: bold;}
.modal__buttons button:hover, .modal__buttons button:focus{background: #3e0ba9;}
.modal-visible {opacity: 1; pointer-events: auto;}
.user-image img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; margin-top: 10px;}
.modal__container h2 span {display: grid; text-transform: uppercase; background: linear-gradient(-45deg, #6355a4, red, #e89a3e, aqua); background-size: 300%; letter-spacing: 0px; word-spacing: 10px; -webkit-background-clip: text; background-clip: text; color: transparent; /* -webkit-text-fill-color: transparent;/ */ animation: zee 5s linear infinite; font-size: 32px;}
.birthday-frame{position: relative;}
.birthday-frame h2{position: absolute;content: ''; z-index: -2; top: 30px; left: 50%; transform: translateX(-50%); font-size: 35px; text-transform: uppercase; color: #ffd21e;}
.birthday-image{position: absolute; left: 50%; bottom: 38px; transform: translateX(-50%); content: ''; z-index: -1; width: 264px;}
.birthday-image img{width: 100%;}
@keyframes zee {
  0% {
    background-position: 0px 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0px 50%;
  }
}

.c-1 { width: 280px; height: 280px; background-color: #D74FB9; opacity: 0.5; border-radius: 50%; position: absolute; top: 22%; left: 48%; animation: c-1 3s infinite;}
@keyframes c-1 {
  0% { transform: scale(0.8);}
  50% { transform: scale(1);}
  100% { transform: scale(0.8);}
}

.c-2 { width: 280px; height: 280px; background-color: #AF91EF; opacity: 0.5; border-radius: 50%; position: absolute; animation: c-2 3s infinite;}
@keyframes c-2 {
  0% { left: 36%; top: 46%;}
  50% { left: 38%; top: 50%;}
  100% { left: 36%; top:46%;}
}

.c-3 { width: 76px; height: 76px; background-color: #F86161; opacity: 0.5; border-radius: 50%; position: absolute; animation: c-3 3s infinite;}
@keyframes c-3 {
  0% { left: 60%; top: 36%;}
  50% { left: 63%; top: 38%;}
  100% { left: 60%; top:36%;}
}

.c-4 { width: 80px; height: 80px; background-color: #D8E171; opacity: 0.5; border-radius: 50%; position: absolute;top: 36%; left: 36%; animation: c-4 3s infinite;}
@keyframes c-4 {
  0% { transform: scale(0.5);}
  50% { transform: scale(1);}
  100% { transform: scale(0.5);}
}

.c-5 { width: 50px; height: 50px; background-color: #F81F58; opacity: 0.5; border-radius: 50%; position: absolute;top: 63%; left: 58%; animation: c-5 3s infinite;}
@keyframes c-5 {
  0% { transform: scale(0.5);}
  50% { transform: scale(1);}
  100% { transform: scale(0.5);}
}

.c-6 { width: 30px; height: 30px; background-color: #7989A1; opacity: 0.5; border-radius: 50%; position: absolute;top: 46%; left: 32%; animation: c-6 3s infinite;}
@keyframes c-6 {
  0% { transform: scale(0.5);}
  50% { transform: scale(1);}
  100% { transform: scale(0.5);}
}

.topbar .input-group .form-control {
    border-radius: 50px !important;
    padding-left: 38px;
    background: url(../images/search.png) 10px center no-repeat #ffffff !important;
    height: 35px !important;
}
#work-end{background: #fff; padding: 3px 14px 3px 8px; border-radius: 20px;margin-right: 3px; border: 1px solid #ffc0c0;}
#work-end p{display: flex; align-items: center; color: #e96d6d; font-size: 15px;font-weight: bold;}
#work-end p img{margin-right: 5px; width: 28px;}

.w-content p{padding-left: 15px; color: #ffffff; font-weight: 500;display: flex; align-items: center;}
.w-content p img{filter: invert(0);margin-right: 10px; width: 21px;}
.w-content p span#current-time{color: #FF7342; font-weight: bold;}

.billing-hours-data{border: 1px solid #C9D5E9; padding: 15px; border-radius: 15px; margin-bottom: 15px;}

.d-top{margin-bottom: 30px;}
.d-top .card {padding: 25px;}
.d-top .card .card-header{display: flex; align-items: center; justify-content: space-between; background: transparent; border: none; padding: 0px;}
.d-top .card .card-header .title{font-size: 18px;}
.d-top .card .card-header .icon{width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50px;}
.d-top .card .number{display: block; font-size: 36px; font-weight: bold; margin-bottom: 10px;}
.d-top .card .view-all{display: block; font-size: 14px; text-decoration: underline;}

.d-top .card.pink{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,238,255,1) 100%); border: 1px solid #D74FB9;
}
.d-top .card.pink .icon{background: #D74FB9;}
.d-top .card.pink .view-all{color: #D74FB9;}

.d-top .card.green{background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(253,254,238,1) 100%); border: 1px solid #C9D353;}
.d-top .card.green .icon{background: #C9D353;}
.d-top .card.green .view-all{color: #C9D353;}

.d-top .card.blue{background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,247,255,1) 100%); border: 1px solid #6E97FF;}
.d-top .card.blue .icon{background: #6E97FF;}
.d-top .card.blue .view-all{color: #6E97FF;}

.d-top .card.red{background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,242,246,1) 100%); border: 1px solid #F81F58;}
.d-top .card.red .icon{background: #F81F58;}
.d-top .card.red .view-all{color: #F81F58;}

.client-data-height table.dataTable, .new-data-height table.dataTable, .remaining-height table.dataTable{height: 420px; overflow-y: auto !important; display: block;}
.client-data-height .table > tbody, .client-data-height .table > thead,
.new-data-height .table > tbody, .new-data-height .table > thead,
.remaining-height .table > tbody, .remaining-height .table > thead{display: inline-table; width: 100%;}

.client-data-height .table > tbody, .client-data-height .table > thead th,
.new-data-height .table > tbody, .new-data-height .table > thead th,
.remaining-height .table > tbody, .remaining-height .table > thead th{border: none;}


.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button{color: #7989A1 !important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background: #401955 !important; color: white !important; border-radius: 8px; border: none !important;}

.form-check-input:checked{background-color: #401955 !important; border-color: #401955 !important;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #ffffff !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #555555 !important;
}

#company .maincontent::-webkit-scrollbar {
  width: 6px !important;               /* width of the entire scrollbar */
}

#company .maincontent::-webkit-scrollbar-track {
  background: #ffffff !important;
  border: 2px solid C9D5E9 !important;   /* color of the tracking area */
}

#company .maincontent::-webkit-scrollbar-thumb {
  background-color: #C9D5E9 !important;    /* color of the scroll thumb */
  border-radius: 6px !important;       /* roundness of the scroll thumb */
  border: 2px solid C9D5E9 !important;  /* creates padding around scroll thumb */
}

.motivation{max-width: 600px; width: 100%; display: flex; background: rgb(255,115,66); background: linear-gradient(90deg, rgba(255,115,66,1) 0%, rgba(177,33,151,1) 100%);height: 120px; margin: 120px auto 20px auto; align-items: center; padding-left: 10px; border-radius: 20px;}
.motivation img{width: 150px; height: 203px; position: relative; bottom: 42px;}
.motivation-content{display: block; padding-right: 15px;}
.motivation-content h2{font-size: 22px; font-weight: 500; position: relative; padding: 0px 20px; text-align: center; color: #ffffff; }
.motivation-content h2:before,
.motivation-content h2:after{position: absolute; content: ''; width: 38px; height: 38px;}
.motivation-content h2:before{left: 0px; background: url(../images/star-left.png) no-repeat center center;}
.motivation-content h2:after{right: 0px; background: url(../images/star-right.png) no-repeat center center;}
.motivation-content h2 strong{font-size: 24px;font-weight: bold;}
.motivation-content p{text-align: center;color: #ffffff; line-height: 22px; margin-top: 10px;}

#work-initial-startup img{max-width: 100px; margin: 0 auto;}

  @keyframes explosion {
    0% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    100% {
      transform: translate(50vw, 100vh);
    }
  }


.ui-timepicker-wrapper {
    width: 250px !important;
    border-radius: 10px;
    padding: 2px !important;
}
.ui-timepicker-list li {
    padding: 6px !important;
    margin: 2px !important;
    display: inline-block;
    background: #edf3f7;
    width: 31.5% !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    text-align: center;
}

tr.overall_summary td.over-all-billing-background {
    background-color: #C1E1C1 !important;
}
.invalid-login-feedback {
    width: 100%;
    font-size: 0.875em;
    color: #dc3545;
    display: flex;
    margin: -6px 0 15px;
}

#create-tax input {
    text-align: right;
}

.readonly-dropdown {
    pointer-events: none;
    background-color: #f5f5f5; /* Optional: greyed out look */
}
.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #401955;
    background: #401955!important;
    color: #fff!important;
}

.blood-page table.dataTable tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}


.blood-page .table tbody tr td {
    border: 1px solid #000;
}

.blood-page #dataTableBuilder{
    width: 50%!important;
    margin: 0!important;
}


.blood-page table tbody tr td:first-child
{
    border-bottom: 0px!important;
    border-right: 0px!important;
}

/* Second column */
.blood-page table tbody tr td:nth-child(2)
{
    border-bottom: 0px!important;
    border-right: 0px!important;
}

/* Third column */
.blood-page table tbody tr td:nth-child(3)
{
    border-bottom: 0px!important;
}

.blood-page .dataTables_paginate {
    display: none !important;
}

.billing-hours-wrapper {
  height: 500px;
  overflow-y: auto;
  border: 1px solid #ccc;
}

.billing-hours-scroll {
  height: auto;
  min-height: 100%;
  width: 100%;
}

canvas {
  display: block;
  width: 100% !important;
}


.start-break-icon {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    padding: 0 20px 0px 15px;
    cursor: pointer;
}
.start-break-icon span {
    font-weight: 500;
}

.start-break-icon img {
    width: 50px;
}

.end-break-icon {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    padding: 0 20px 0px 15px;
    cursor: pointer;
}
.end-break-icon span {
    font-weight: 500;
}

.end-break-icon img {
    width: 50px;
}

.break-history td{
    font-weight: bold!important;
}

.break-history-admin td{
    background: transparent!important;
    padding: 5.7px!important;
}

.break-history-admin tr, .break-history-admin tr:nth-of-type(odd){
    background-color: transparent !important;
    background: transparent!important;
}

.break-history-admin .pink{
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(237 232 245) 100%)!important;
    border: 1px solid rgb(158 103 245)!important;
    padding: 5px!important;
}
.break-history-admin .card {
    padding: 5px;
}