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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
select,
input,
option,
textarea,
ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box;
    list-style-type: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

/* remember to define focus styles! */
:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a {
    color: var(--primary);
}

a:hover,
a:focus {
    color: var(--primary);
    text-decoration: none;
}

/* End Clearfix */
/* For IE 6/7 (trigger hasLayout) */
a,
button,
.btn {
    outline: none !important;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    text-decoration: none !important;
}

:host {
    display: block;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-ExtraBold.ttf');
    font-weight: 800;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Black.ttf');
    font-weight: 900;
}

:root {
    --primary: #283891;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    background-color: #F3F6F9;
    overflow-x: hidden;
    font-family: 'Rubik';
    font-weight: 400;
}

html,
body {
    height: 100%;
}

.btn {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.btn i {
    font-size: 18px;
    padding-right: 5px;
}

.btn.btn-border {
    color: #2a3547;
    background-color: #fff;
    border: 1px solid #E5EAEF;
}

.btn.btn-border:hover {
    color: #fff;
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.btn.btn-primary,
.btn.btn-default {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-default:hover,
.btn.btn-primary.active.focus,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active.focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.btn.btn-default.active.focus,
.btn.btn-default.active:focus,
.btn.btn-default.active:hover,
.btn.btn-default:active.focus,
.btn.btn-default:active:focus,
.btn.btn-default:active:hover {
    color: #2a3547;
    background-color: #fff;
    border: 1px solid #E5EAEF;
}

.btn.btn-success {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}

.btn.btn-danger {
    background-color: #BB2D3B;
    border-color: #BB2D3B;
    color: #fff;
}

.btn.btn-warning {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #fff;
}


.require {
    color: #F00 !important;
}


* {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: transparent;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

*:hover {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) transparent;
}

*:hover::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*:hover::-webkit-scrollbar-track {
    background-color: transparent;
}

*:hover::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

*:hover::-webkit-scrollbar-track,
*:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
}


.border-top {
    border-top: none !important;
    position: relative;
}

.border-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}

.border-bottom {
    border-bottom: none !important;
    position: relative;
}

.border-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}

.border-start {
    border-left: none !important;
    position: relative;
}

.border-start::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}

.border-end {
    border-right: none !important;
    position: relative;
}

.border-end::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}


.form-group {
    margin-bottom: 1rem;
    width: 100%;
    display: inline-block;
}

.form-control,
.daterangepicker .input-mini {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: none;
    height: 40px;
    border: 1px solid #E9EBEC;
}

.tokenize>.tokens-container {
    padding: 5px 15px 5px 15px;
    height: auto;
    min-height: 40px;
}

.tokenize.focus>.tokens-container {
    border-color: var(--primary);
    box-shadow: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    height: 40px !important;
    padding: 10px 15px;
}

.daterangepicker .input-mini {
    padding: 10px 15px 10px 30px;
}

.daterangepicker .daterangepicker_input i {
    top: 10px;
}

.daterangepicker td,
.daterangepicker th {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

label {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    color: #212529;
    font-size: 14px;
    /* line-height: 14px; */
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.form-control:focus {
    /* box-shadow: 0 0 3px rgb(45 57 147) !important;
    border: 1px solid rgb(45 57 147 / 50%) !important; */
    border-color: var(--primary);
    box-shadow: none;
}

/* .form-control {
    box-shadow: 0px 0px 40px 0px rgba(48, 73, 191, 0.05);
    border: 1px solid rgba(233, 235, 236, 1);
    border-radius: 5px;
} */


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #878A99;
    letter-spacing: 0.02em;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #878A99;
    letter-spacing: 0.02em;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #878A99;
    letter-spacing: 0.02em;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #878A99;
    letter-spacing: 0.02em;
}


/* .fitscreen-height-main {
    padding: 15px;
} */

.p-0 {
    padding: 0 !important;
}

.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}


.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


.pt-35 {
    padding-top: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.ptb-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}


.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}


.pt-45 {
    padding-top: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}


.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}


.pt-55 {
    padding-top: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.plr-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}


.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}


.pt-65 {
    padding-top: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.ptb-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}


.pt-75 {
    padding-top: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.ptb-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}


.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}


.pt-85 {
    padding-top: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.ptb-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}


.pt-90 {
    padding-top: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}


.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}



/* Margin */

.m-0 {
    margin: 0px !important;
}

.mtb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mtb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}


.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

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

.mr-10 {
    margin-right: 10px !important;
}

.mtb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mlr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}


.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

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

.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}


.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mtb-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}


.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mtb-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mlr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}


.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mtb-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.mlr-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}


.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mtb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mlr-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}


.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mtb-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.mlr-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}


.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mtb-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mlr-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}


.mt-55 {
    margin-top: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mtb-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
}

.mlr-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}


.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mtb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mlr-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}


.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mtb-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}


.mt-75 {
    margin-top: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mtb-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}


.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mtb-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}


.mt-85 {
    margin-top: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mtb-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}


.mt-90 {
    margin-top: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mtb-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}


.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}


.inputwithicon {
    position: relative;
    width: 100%;
    display: inline-block;
}

.inputwithicon input {
    padding: 10px 40px 10px 15px !important;
}

.inputwithicon .inputicon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #696969;
}

.inputwithicon .inputicon img {
    width: 25px;
    height: 25px;
}


.content-header h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #212529;
}

.page-header-name .tabs a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    border-radius: 7px;
    padding: 10px 15px;
    background: transparent;
    position: relative;
    margin-right: 15px;
    letter-spacing: 0.05em;
}

.page-header-name .tabs a::after {
    content: "";
    background-color: #fff;
    width: 1px;
    height: 80%;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.page-header-name .tabs a.active,
.page-header-name .tabs a:hover {
    background-color: #fff;
    color: var(--primary);
}

.page-header-name .tabs a:last-child {
    margin-right: 0px;
}

.page-header-name .tabs a:last-child::after {
    display: none;
}

.page-header-name .menuselect {
    display: none;
}

.page-header-name .select2 {
    width: 150px !important;
}

.dash_sary_main {
    width: 100%;
    display: inline-block;
}

.dash_sary_main .dsboxes {
    margin-bottom: 25px;
}

.subboxhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subboxhead .sbhtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.02em;
}

.subboxhead .sbhbboxes .dbhbul {
    display: flex;
    align-items: center;
}

.subboxhead .sbhbboxes .dbhbul li {
    line-height: 0;
    margin-right: 15px;
}

.subboxhead .sbhbboxes .dbhbul li:last-child {
    margin-right: 0px;
}


.pagehead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagehead .pagetitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.02em;
}

.pagehead .dbhbul {
    display: flex;
    align-items: center;
}

.pagehead .dbhbul li {
    line-height: 0;
    margin-right: 15px;
}

.pagehead .dbhbul li:last-child {
    margin-right: 0px;
}

.profileddown {
    padding-top: 7px;
    padding-right: 10px;
}

.profileddown .hpinner {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.profileddown .hproimg {
    width: 32px;
    height: 32px;
}

.profileddown .hproimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 100%;
}

.profileddown .pro_info {
    padding-left: 10px;
    /* padding-right: 10px; */
}

.profileddown .pro_info span {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    display: inline-block;
}

.profileddown .pro_info h6 {
    color: #9EA9AD;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    max-width: 100px;
    letter-spacing: 0.05em;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}


.dash_sary_main .dash-tcibox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dash_sary_main .dash-tcibox .bx-inr-name {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
    letter-spacing: 0.02em;
}

.dash_sary_main .dash-bx-pro-counter {
    width: 100%;
    display: inline-block;
    background-image: none !important;
    background-size: inherit;
    background-repeat: inherit;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #212529;
    text-align: left;
    padding: 15px 0;
}

.bx-inr-lowhigh {
    float: none;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.bx-inr-lowhigh .stspnt {
    margin: 0 1px;
}

.bx-inr-lowhigh .stspnttxt {
    color: #212529;
    margin-left: 2px;
}

.bx-minus {
    color: #ED5E5E;
}

.bx-pls {
    color: #13C56B;
}


.login-logo,
.register-logo {
    margin-bottom: 30px;
}

.login-box-body,
.register-box-body {
    padding: 30px;
}

.login-page {
    height: 100vh;
    width: 100%;
    background-color: #F3F6F9;
}

.login-box,
.register-box {
    width: 100%;
    margin: 0;
    height: 100%;
}

.login-box .row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.logbg {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 555px;
    position: relative;
}

.logbg .imgshape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: auto;
}

.logbg .imgshape img {
    width: 100%;
}

.logbg::before {
    content: "";
    background: rgba(40, 56, 145, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.formbox {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
}

.formbox .btn {
    width: 100%;
}

.formbox .lfttitle {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.formbox .lfttitle h1 {
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.formbox .lfttitle p {
    color: #878A99;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 0px;
}

.logcopyright {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

div.dataTables_wrapper div.dataTables_length select,
.table div.dataTables_length select {
    padding: 5px;
}

.tbl-footer-row .dataTables_length select {
    width: 75px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0;
}




/*************************************** Radio & CheckBox Style Start ***********************************/
/* .form-check {
    margin-right: 0px;
    padding-left: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
} */

.cust-chk-bx {
    display: block;
    position: relative;
    padding-left: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    cursor: pointer;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
}

.cust-chk-bx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cust-chkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #E9EBEC;
    transition: all 0.3s;
}

.cust-chk-bx input:checked~.cust-chkmark {
    background-color: var(--primary);
    border-color: #ffffff !important;
}

.cust-chkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cust-chk-bx input:checked~.cust-chkmark:after {
    display: block;
}

.cust-chk-bx .cust-chkmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-chk-bx input:focus~.cust-chkmark {
    border-color: var(--primary);
    box-shadow: 0 0 0 .2rem rgba(40, 56, 145, .25);
}

/*======= Custom radio button ======*/
.cust-radio-btn {
    display: flex;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.cust-radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cust-radio-chkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #E9EBEC;
    border-radius: 50%;
    transition: all 0.3s;
}

.cust-radio-btn input:checked~.cust-radio-chkmark {
    background-color: #fff;
    border-color: var(--primary);
}

.cust-radio-chkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cust-radio-btn input:checked~.cust-radio-chkmark:after {
    display: block;
}

.cust-radio-btn .cust-radio-chkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
}

/*************************************** Radio & CheckBox Style End ***********************************/


.lblfot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lblfot .fgotpsd {
    color: #878A99;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #878A99;
    font-size: 20px;
}

.form-control-feedback {
    right: 5px;
}

a.form-control-feedback {
    cursor: pointer;
}

.login-page .login-logo img {
    width: 250px;
    height: auto;
    object-fit: contain;
}


.aligned-row {
    display: flex;
    flex-flow: row wrap;
}

.aligned-row::before {
    display: block;
}

.searchpanelbtn {
    display: flex;
    align-items: center;
}

.searchpanelbtn .btn {
    margin-right: 10px;
}

.searchpanelbtn .btn:last-child {
    margin-right: 0px;
}

.box-header>.box-tools {
    position: inherit;
    right: inherit;
    top: inherit;
}

.btn-box-tool {
    padding: 0;
    font-size: 25px;
    background: transparent;
    color: #97a0b3;
}

.range_inputs .btn {
    display: inline-block;
}

.pagination>li {
    display: inline-block;
}

.pagination .paginate_button,
.pagination li {
    margin-right: 10px;
}

.pagination .paginate_button:last-child,
.pagination li:last-child {
    margin-right: 0px;
}

.pagination .paginate_button a,
.pagination li a {
    color: #212529;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    border: 1px solid #E9EBEC;
    border-radius: 4px;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    line-height: 30px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}


.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}


.pagination .paginate_button.disabled a {
    background-color: #ddd;
    color: #000000;
}

.pagination .paginate_button.disabled a:hover {
    background-color: #ddd;
    color: #000000;
}

.content-wrapper {
    border-radius: 2px;
    /* box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15); */
    padding: 20px;
    background-color: transparent;
}

.content-wrapper.nobgpage {
    padding: 0;
}

.content-wrapper .fitscreen-height-main {
    background-color: #fff;
}

.content-wrapper.nobgpage .fitscreen-height-main {
    background-color: transparent;
}


.tactionicon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tactionicon a,
.tactionicon button {
    font-size: 20px;
    color: #212529;
    margin-right: 5px;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}

.tactionicon a:last-child,
.tactionicon button:last-child {
    margin-right: 0px;
}


.tbl-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 0;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
    white-space: nowrap;
}

.page_top_right {
    display: flex;
    justify-content: end;
    align-items: center
}

.page_top_right ul {
    display: flex;
    justify-content: end;
    align-items: center
}

.page_top_right ul li button.iconbox,
.page_top_right ul li a.iconbox,
.page_top_right ul li input {
    white-space: nowrap;
    padding: 10px;
    height: 35px;
    line-height: 35px;
    color: #001e42;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .6px
}

.page_top_right ul li button.iconbox:hover i,
.page_top_right ul li a.iconbox:hover i {
    color: #fff
}

.page_top_right ul li a.btn {
    padding: 8px 10px;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
}

.page_top_right ul li a.btn i {
    color: #fff;
    font-size: 18px;
    padding-right: 5px;
}

.page_top_right ul li a.btn:hover i,
.page_top_right ul li a.btn.active.focus,
.page_top_right ul li a.btn.active:focus,
.page_top_right ul li a.btn.active:hover,
.page_top_right ul li a.btn:active.focus,
.page_top_right ul li a.btn:active:focus,
.page_top_right ul li a.btn:active:hover {
    color: #2a3547;
}

.page_top_right ul li a.btn:active i,
.page_top_right ul li a.btn:focus i {
    color: #fff;
}

.page_top_right ul li .bootstrap-select>.dropdown-toggle {
    height: 35px;
    box-shadow: 0 0 4px #919eab80
}

.page_top_right ul li input[name=rangedate],
.page_top_right ul li input[name=singledate] {
    padding: 10px 30px 10px 15px;
    width: 220px
}

.page_top_right ul li .bootstrap-select .dropdown-toggle .filter-option {
    color: #001e42;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .6px;
    line-height: 16px
}

.page_top_right ul li .dropdown-toggle:after {
    font-size: 15px
}

.page_top_right ul li button.iconbox,
.page_top_right ul li a.iconbox {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 22px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #E9EBEC;
    background: #fff;
    display: inline-block
}

.page_top_right ul li a.iconbox:hover,
.page_top_right ul li a.iconbox:focus,
.page_top_right ul li button.iconbox:hover,
.page_top_right ul li button.iconbox:focus {
    background: var(--primary);
    color: #fff
}

.page_top_right ul li {
    margin: 0 5px;
    font-size: 12px
}

.search-result-btn-scroll {
    overflow: auto;
}

.filterbtn.closebtn i::before {
    content: "\eb97";
}

.filterbox {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease;
}

.filterbox.showbox {
    display: inline-block;
    opacity: 1;
    height: auto;
}

/* .filterbox {
    display: none;
    transition: height 0.3s ease;
    animation: slideUp 0.3s ease;
}

.filterbox.showbox {
    display: inline-block;
    transition: height 0.3s ease;
    animation: slideDown 0.3s ease;
} */

/* @keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
} */



.timgboxmain img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border: 1px solid #E9EBEC;
    border-radius: 2px;
}

.tbtn {
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    padding: 6px 10px;
    text-transform: capitalize;
    margin: 5px;
    display: inline-block;
}

.tbtntxt {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #0E9594;
    padding: 0 5px;
}

.tbtn i {
    font-size: 14px;
    padding-right: 5px;
}

.tbtn.btn-primary {
    background: var(--primary);
    color: #fff
}

.tbtn.btn-danger {
    background: #ED5E5E;
    color: #fff
}

.tbtn.btn-success {
    background: #13C563;
    color: #fff
}

.tbtn.btn-warning {
    background: #FFC107;
    color: #fff
}

.tbtn.btn-info {
    background: #188EE2;
    color: #fff
}

/* table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\f326";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.5;
} */



.sticky_bottom_btn {
    /* width: calc(100% - 252px); */
    width: calc(100% - 55px);
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0px 0px 6px 0px #0000001A;
    text-align: right;
    position: fixed;
    bottom: 0;
    right: 0;
}

/* .sidebar-mini .sticky_bottom_btn {
    width: calc(100% - 70px);
} */

.menu-open .sticky_bottom_btn {
    width: calc(100% - 295px);
}

.sticky_bottom_btn .sbbinner {
    display: flex;
    align-items: center;
    justify-content: end;
}

.sticky_bottom_btn .sbbinner .btn,
.searchpanelbtn .btn {
    padding: 11px 30px;
    margin-right: 15px;
}

.sticky_bottom_btn .sbbinner .btn:last-child {
    margin-right: 0px;
}

.scrolldiv {
    height: calc(100vh - 250px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.content {
    min-height: 250px;
    padding: 0 15px 15px 15px;
}

.file_uploader_main {
    width: 100%;
    display: inline-block;
    border: 1px dashed #E9EBEC;
    padding: 10px;
    background-color: #FBFBFB;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.file_uploader_main .iconbox {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
}

.file_uploader_main .iconbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 2px;
}

.file_uploader_main p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #212529;
}

.file_uploader_main p span {
    color: #212529;
    font-weight: 600;
    text-decoration: underline !important;
}

.file_uploader_main .simgbox img {
    width: 100%;
    height: 80px;
    max-height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.file_uploader_main .sibox .fileIcon {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.file_uploader_main .filename {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #212529;
    margin-bottom: 5px;
}

.file_uploader_main .filesize {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #212529;
}

.file_uploader_main .selectimgbox .closeicon {
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
    background-color: var(--primary);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    font-size: 20px;
}

.multiple_file {
    width: 100%;
    display: inline-block;
    border: 1px dashed #E9EBEC;
    padding: 10px;
    background-color: #FBFBFB;
    text-align: center;
    border-radius: 5px;
}

.multiple_file p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #212529;
}

.multiple_file p span {
    color: #212529;
    font-weight: 600;
    text-decoration: underline !important;
}

.multiple_file .msboxes {
    position: relative;
}

.multiple_file .msboxes img {
    width: 150px;
    height: 150px;
    max-height: 80px;
    object-fit: contain;
    margin: 0 auto 15px;
}

.multiple_file .msboxes .mfileIcon {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.multiple_file .msboxes .mfilename {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #212529;
    margin-bottom: 5px;
}

.multiple_file .msboxes .mfilesize {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #212529;
}

.multiple_file .msboxes .mcloseicon {
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
    background-color: var(--primary);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    font-size: 20px;
}


.content-header.subpage {
    margin-bottom: 15px;
}

.showboxmain {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* .showboxmain:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.showboxmain.border-bottom:last-child::after {
    display: none;
} */

.showboxmain .sbmhead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.showboxmain .sbmhead .boxactionbtn {
    margin-bottom: 0px;
}

.showboxmain .sbmtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.showboxmain .sbmtitle h2 {
    color: #495057;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.showboxmain .sbsmain {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* .showboxmain .sbsmain:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
} */

/* .showboxmain .sbsmain:last-child::after {
    display: none;
} */

.showboxmain .sbsmain .sbmtitle h2 {
    color: #495057;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.showboxmain .btn_add,
.showboxmain .btn_remove {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #E9EBEC;
    display: inline-block;
}

.showboxmain .btn_add i,
.showboxmain .btn_remove i {
    font-size: 25px;
    line-height: 40px;
}

.boxactionbtn .iconbox {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 22px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #E9EBEC;
    background: #fff;
    color: #444444;
    display: inline-block;
    margin-right: 5px;
}

.boxactionbtn .iconbox:last-child {
    margin-right: 0;
}

.showboxmain .sbmtab {
    width: 100%;
    display: inline-block;
    border: 1px solid #E6E8EC;
    border-radius: 5px;
    padding: 15px;
}

.address_div_cls {
    border: 1px solid #E5EAEF;
    background: #fff;
    box-shadow: 0 0 4px #919eab80;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 5px;
    position: relative;
}

.file-caption-name i {
    padding-right: 5px;
}

.modal .modal-content {
    border: none;
    background: #fff;
    border-radius: 10px;
}

.modal .modal-body {
    padding: 0 20px 20px 20px;
    overflow-x: hidden;
}

.modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding: 20px;
}

.modal-title {
    font-weight: 600;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #2A3547;
}

.modal .close {
    opacity: 1;
    box-shadow: none;
    padding: 0;
    margin: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #2A3547;
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    background: #FFF;
}

.modal .close i {
    line-height: 30px;
}

.modal .modal-footer {
    padding: 1rem 1.5rem 1rem;
    border: none;
    display: flex;
    align-items: center;
    justify-content: end;
}

.modal .modal-footer .btn {
    margin: 0 15px 0 0;
    padding: 11px 30px;
}

.modal .modal-footer .btn:last-child {
    margin: 0 0px 0 0;
}

.select2-hidden-accessible {
    display: none;
}

.sequnce-cls {
    border: 1px solid #E5EAEF;
    background: #fff;
    box-shadow: 0 0 4px #919eab80;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 5px;
    cursor: all-scroll;
}


.sequnce-cls .toggle-on,
.sequnce-cls .toggle-off {
    padding-right: 12px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 23px;
    border-radius: 3px;
    display: inline-block;
    text-align: left;
}

.sequnce-cls .toggle-handle {
    padding: 0 5px;
    border-radius: 3px;
    background-color: #fff !important;
    border-color: #fff !important;
}

.al-table-top-info ul li {
    display: inline-block;
    color: #212529;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    border-right: 1px solid var(--primary);
    padding: 0 5px 0 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.al-table-top-info ul li a {
    color: #212529;
}

.al-table-top-info ul li:last-child {
    border-right: 0;
}

/* .dropdown-filter-sort {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
} */

.thfbox .dropdown-filter-sort .select2-hidden-accessible {
    display: inline-block;
}

.thfbox .dropdown-filter-sort {
    margin-top: -35px !important;
}

.tdes {
    width: 250px;
    white-space: break-spaces;
    word-break: break-word;
    margin: 0 auto;
}

.thfbox .dropdown-filter-dropdown {
    /*    position: relative;*/
    display: block;
}

.thfbox .dropdown-filter-content {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
}

.thfbox .tableflticon {
    float: right;
    position: absolute;
    right: 10px;
    padding: 0;
    margin: 0;
    line-height: normal;
    top: 50%;
    transform: translateY(-50%);
}

.thfbox label {
    padding-top: 5% !important;
}

.thfbox {
    position: relative;
    padding: 8px 30px 8px 8px !important;
}

.thfbox .close-icon {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: 5px;
    position: relative;
    z-index: 1020;
}

.thfbox .close-icon i {
    font-size: 20px;
    color: red;
}

.filter_modal .tokenize>.tokens-container {
    display: flex;
    flex-wrap: wrap;
}

.filter_modal .tokenize ul li.token span {
    text-wrap: balance;
}

.dropdown-filter-search .btn {
    padding: 10px 15px;
}

.APCU_sequnce_cls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxactionbtn {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-align: right;
    position: relative;
}

.boxactionbtn .boxcounter {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: red;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 600;
}


.nav-tabs .nav-link,
.RevisionTab .tabs_Link,
.SubTab .tabs_Link {
    color: #444444;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #E9EBEC;
    /* border-bottom: none; */
    background: #FFF;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    height: auto;
}

.nav-tabs .nav-link.active,
.RevisionTab .nav-item.active .tabs_Link,
.SubTab .nav-item.active .tabs_Link,
.nav-tabs .nav-link:hover,
.RevisionTab .nav-link:hover,
.SubTab .nav-item:hover .tabs_Link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

/* .nav-tabs .nav-link img,
.RevisionTab .tabs_Link img,
.SubTab .tabs_Link img {
    width: 30px;
    height: 30px;
    object-fit: contain;
} */

.nav-tabs .nav-link span,
.RevisionTab .tabs_Link span,
.SubTab .tabs_Link span {
    display: inline-block;
}

.nav-tabs .nav-link span:first-child,
.RevisionTab .tabs_Link span:first-child,
.SubTab .tabs_Link span:first-child {
    padding-right: 5px;
}


.RevisionTab,
.SubTab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.RevisionTab ul,
.SubTab ul {
    display: flex;
    align-items: center;
    overflow: auto;
}

.RevisionTab .nav-item,
.SubTab .nav-item {
    margin: 0 12px 0 0;
}

.RevisionTab .nav-item:last-child,
.SubTab .nav-item:last-child {
    margin-right: 0px;
}

.tab-data {
    display: none;
}

.tableinput input,
.tableinput .select2-selection {
    width: 200px;
    margin: 0 auto;
    text-align: left;
}

.tableinput textarea {
    width: 400px;
    height: auto;
}

.tableboxes .table {
    border-radius: 0 5px 0 0;
}

.ipmboxes {
    margin-bottom: 15px;
}

.ipmbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E6E8EC;
    padding: 5px;
    border-radius: 5px;
}

.ipmbox .form-group {
    margin-bottom: 0;
    width: auto;
    /* flex-shrink: 0; */
}

.ipmbox .form-group .form-control {
    border: none;
}

.ipmbox .form-group .form-control:focus {
    box-shadow: none !important;
    border: none !important;
}

.ipmbox .form-control[disabled],
.ipmbox .form-control[readonly],
.ipmbox fieldset[disabled] .form-control {
    background-color: transparent;
    cursor: no-drop;
}


.ipmbox .input-group .form-control {
    z-index: 0;
}

.ipmbox .input-group .input-group-addon {
    background-color: #FBFBFB;
    border-color: #E9EBEC;
    border-radius: 0px 5px 5px 0px;
    color: #444444;
    /* text-transform: uppercase; */
}

.ipmbox .input-group {
    /* flex-grow: 1; */
}

.ctmipmbox label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: left;
}

.ctmipmbox .input-group {
    border: 1px solid #E9EBEC;
    border-radius: 5px;
}

.ctmipmbox .input-group .form-control {
    background-color: transparent;
    border: none;
}

.ctmipmbox .input-group .input-group-addon {
    background-color: #FBFBFB;
    border: 0;
    border-left: 1px solid #E9EBEC;
    border-radius: 0px 5px 5px 0px;
    color: #444444;
    letter-spacing: 0.02em;
}

.input-group .input-group-addon {
    background-color: #FBFBFB;
}

.file-preview {
    display: inline-block;
}

.map_location {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 20px;
    background: var(--primary);
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
}

.tableaction {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tableaction li {
    margin-right: 3px;
}

.tableaction li:last-child {
    margin-right: 0px;
}

.tableaction button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.tableaction a i,
.tableaction button i {
    font-size: 20px;
    color: #212529;
}

/* #add_revision_detail .boxactionbtn {} */

.X-Small {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
}

.Small_Box_width {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.Mid_Box_width {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}

.Large_Box_width {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}

.Extra_Large_Box_width {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}

.nav-tabs-custom {
    margin-bottom: 0;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}

.nav-tabs-custom ul {
    display: flex;
    align-items: center;
    overflow: auto;
}

.nav-tabs-custom>.nav-tabs {
    margin: 0;
    border-bottom-color: transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs-custom>.nav-tabs>li {
    border-top: none;
    margin-bottom: 0;
    margin-right: 10px;
}

.nav>li>a {
    color: #444444;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    width: 100%;
    border-radius: 5px 5px 0px 0px !important;
    border: 1px solid #E9EBEC !important;
    border-bottom: none !important;
    background: #FFF;
    padding: 12px 15px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    height: auto;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a,
.nav-tabs-custom>.nav-tabs>li:hover>a {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.nav li a span:first-child {
    padding-right: 5px;
    font-size: 18px;
}

.tab-content {
    width: 100%;
    display: inline-block;
}


/* .product_view_old_quotation .sbsmain:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.product_view_old_quotation .sbsmain:last-child.border-bottom::after {
    display: none;
} */


.tokenize.single>.tokens-container>.token {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ctmalert {
    position: absolute;
    top: -86%;
    right: -10px;
    z-index: 1080;
}

.tabledes {
    max-width: 350px;
    white-space: normal;
    word-break: break-word;
    margin: 0 auto;
}


.timeline-item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    border: 1px solid #c7c7c7;
}

.list-group {
    margin-bottom: 0px;
}

.timeline-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.list-group {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.list-group-item {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    border-radius: 0 !important;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    position: inherit;
    padding-top: 0;
    list-style-type: none;
    display: flex;
}

.list-group-item:nth-child(-n + 2) {
    padding-top: 10px;
}

.list-group-item .lgi_box {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    border: 1px solid #E6E8EC;
    border-radius: 4px;
    width: 100%;
}

.list-group-item .lgi_box p,
.list-group-item .lgi_box a {
    word-break: break-word;
    white-space: pre-wrap;
}

.list-group-item .lgi_box p:last-child {
    margin-bottom: 0px;
}

/*// `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .list-group-item {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .list-group-item:nth-child(-n + 2) {
        padding-top: 0px;
    }

    .menu-toggle {
        display: flex !important;
        align-items: center;
    }

    .menu-toggle i {
        font-size: 25px !important;
        color: #fff;
        padding-right: 0px !important;
        margin-right: 10px;
    }

    .sidebarmenu {
        display: none;
    }

    .mobile-menu .sidebarmenu {
        display: block !important;
    }

    .content-wrapper {
        width: calc(100% - 0px) !important;
    }

    .mobile-menu .content-wrapper {
        width: calc(100% - 55px) !important;
    }
}

.timeline>li>i,
.timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.bg-blue {
    background-color: var(--primary) !important;
}

.timeline>.time-label>span {
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
}

.timeline:before {
    width: 2px;
    background: #E6E8EC;
}

.timeline>li>.timeline-item {
    box-shadow: none;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    position: relative;
    border: 1px solid #E6E8EC;
    border-radius: 5px;
}

.timeline>li>.timeline-item>.timeline-header {
    color: #495057;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

ul.accounts ul.subaccounts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.accounts ul.subaccounts li {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 400;
}

ul.accounts ul.subaccounts li:last-child {
    margin-right: 0px;
}

ul.accounts ul.subaccounts li .icheckbox_minimal-blue {
    margin-right: 5px;
}


.sidebar .nav li a span:first-child {
    padding-right: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    /*background-color: var(--primary);*/
    border: 2px solid var(--primary);
    border-radius: 100%;
    flex-shrink: 0 !important;
    margin-left: 7px;
}

.sidebar .nav ul>li.parent-menu.active>a>span:first-child,
.sidebar .nav ul>li.parent-menu:hover>a>span:first-child {
    /*background-color: #fff;*/
    background-color: var(--primary);
    border: 3px solid #fff;
}

/*.content-wrapper {
    -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
    -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
    -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
    -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
    transition: all .5s cubic-bezier(.685, .0473, .346, 1);
}*/

.latlongbtn .latlong {
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.delete_view {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    position: absolute;
    top: -15px;
    background: #dd4b39;
    border-radius: 50%;
    right: -15px;
    color: #FFFFFF;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.multiradio .cust-radio-btn {
    width: auto !important;
    display: inline-block !important;
}

.modal {
    z-index: 1090;
}

#operator_btn button {
    padding: 10px 15px;
}


.file-footer-caption .linkincomings {
    display: inline-block;
    padding: 5px 10px;
}

.file-footer-caption .linkincomings i {
    padding-right: 0px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: 1px solid #E9EBEC !important;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.DashboardTabMain {
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 232, 236, 1);
    padding: 15px;
}


.DashboardTabMain .nav>li>a {
    border: 1px solid #E9EBEC !important;
    border-radius: 5px !important;
}

.DashboardTabMain .tab-content {
    padding: 15px 0px;
}

.DashboardTabMain .pagehead .pagetitle {
    color: #495057;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

:root {
    --PendingTask: #283891;
    --RunningTask: #EF412E;
    --PauseTask: #F89D2A;
    --CompletedTask: #228CDB;
    --CancelTask: #60B146;
    --ReworkTask: #F26522;
    --RejectTask: #0E9594;
}

.wallet-chart-bx {
    width: 100%;
    display: inline-block;
    box-shadow: none;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0 5px;
    border: 1px solid transparent;
    padding: 10px 15px;
}

.wallet-chart-bx .wallet-heading {
    border: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0;
}

.wallet-chart-bx .wallet-value {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0;
}

.pending-task {
    background-color: #F0F5FF;
    border-color: var(--PendingTask);
}

.pending-task .wallet-heading {
    color: var(--PendingTask);
}

.pending-task .wallet-value {
    color: var(--PendingTask);
}


.running-task {
    background-color: #FCD9D5;
    border-color: var(--RunningTask);
}

.running-task .wallet-heading {
    color: var(--RunningTask);
}

.running-task .wallet-value {
    color: var(--RunningTask);
}


.pause-task {
    background-color: #FEEBD4;
    border-color: var(--PauseTask);
}

.pause-task .wallet-heading {
    color: var(--PauseTask);
}

.pause-task .wallet-value {
    color: var(--PauseTask);
}


.completed-task {
    background-color: #D3E8F8;
    border-color: var(--CompletedTask);
}

.completed-task .wallet-heading {
    color: var(--CompletedTask);
}

.completed-task .wallet-value {
    color: var(--CompletedTask);
}


.cancel-task {
    background-color: #DFEFDA;
    border-color: var(--CancelTask);
}

.cancel-task .wallet-heading {
    color: var(--CancelTask);
}

.cancel-task .wallet-value {
    color: var(--CancelTask);
}


.rework-task {
    background-color: #FCE0D3;
    border-color: var(--ReworkTask);
}

.rework-task .wallet-heading {
    color: var(--ReworkTask);
}

.rework-task .wallet-value {
    color: var(--ReworkTask);
}


.reject-task {
    background-color: #CFEAEA;
    border-color: var(--RejectTask);
}

.reject-task .wallet-heading {
    color: var(--RejectTask);
}

.reject-task .wallet-value {
    color: var(--RejectTask);
}


.user-ov-box {
    padding-right: 0px;
    padding-left: 0px;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid rgba(34, 45, 50, 0.10);
    background-color: #ecf0f5;
    border-radius: 3px;
}

.dash-bx-text {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    padding: 10px 15px;
}

.dash-bx-number {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
}

.formulaBoxes .searchpanelbtn {
    overflow: auto;
}

.cls_main_ipm .CloseDiv {
    margin-bottom: 25px;
}






/* OLD TO NEW CSS */

.dash-flt-btn {
    position: inherit;
    top: inherit;
    right: inherit;
    background-color: transparent;
    z-index: inherit;
    padding: 0;
    margin-right: 0px;
}

/* .content-header {
    position: relative;
    padding: 0;
}

.content {
    min-height: auto;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
} */

.skin-red .main-header .navbar {
    background-color: var(--primary);
}

.content-header {
    width: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 15px;
}

.sticky-page-header
  {
    position: sticky;
    background: #fff !important;
    top: 70px;
    z-index: 9  !important;
    border-bottom: 1px solid #E9EBEC !important;
/*    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Bottom shadow */
  }

.content-header>.breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0;
    position: inherit;
    top: inherit;
    right: inherit;
    border-radius: 2px;
}

.skin-red .wrapper,
.skin-red .main-sidebar,
.skin-red .left-side {
    background-color: var(--primary);
}

.skin-red .sidebar-menu>li:hover>a,
.skin-red .sidebar-menu>li.active>a,
.skin-red .sidebar-menu>li.menu-open>a {
    color: #fff;
    background: rgb(255 255 255 / 17%);
}

.skin-red .sidebar-menu>li.active>a {
    border-left-color: #fff;
}

.main-header .logo {
    height: 53px;
}

.skin-red .main-header .logo {
    background-color: var(--primary);
    color: var(--primary);
    border-bottom: none;
    line-height: 53px;
}

.skin-red .main-header .logo:hover {
    background-color: var(--primary);
}

.skin-red .main-header .logo:hover {
    background-color: var(--primary);
}

.skin-red .main-header .navbar .sidebar-toggle:hover {
    background-color: transparent;
}

.main-sidebar {
    padding-top: 65px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
    background-color: var(--primary);
}

.skin-red .sidebar-menu>li>.treeview-menu {
    margin: 0 1px;
    background: #fff;
}

.skin-red .sidebar-menu .treeview-menu>li.active>a,
.skin-red .sidebar-menu .treeview-menu>li>a:hover {
    color: #000;
    background-color: rgb(45 57 147 / 8%);
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 10px;
}

.select2-container--focus.select2-container--default .select2-selection--single,
.select2-selection .select2-container--focus .select2-selection--single {
    border-color: var(--primary) !important;
    box-shadow: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary) !important;
    color: white !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #E9EBEC !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.custome-date-filter {
    width: 250px;
    float: inline-end;
    position: inherit;
    padding-left: 0;
    margin: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #E9EBEC;
    border-radius: 5px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #CED4DA;
    box-shadow: 0px 0px 40px 0px rgba(48, 73, 191, 0.05);
    border: 1px solid #E9EBEC;
    border-radius: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary);
    border-color: var(--primary);
    padding: 1px 10px;
    color: #fff;
}

.select2-dropdown {
    margin: 0;
    padding: 0;
    border-radius: 10px;
    margin-top: 5px;
    border: 2px solid #F4F4F4;
    box-shadow: 0 0 50px #2a59980d;
    z-index: 1099;
}

.info-box-main {
    min-height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    box-shadow: inherit;
    transition: all 0.3s;
    margin-bottom: 0px;
    background-image: inherit !important;
    height: 100%;
    background-size: inherit;
    background-repeat: inherit;
    background-position: inherit;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 232, 236, 1);
    padding: 15px;
}

.dash_sary_main a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.info-box-main:hover {
    box-shadow: inherit;
}

.dash-bx-icon {
    font-size: 25px;
    transition: all 0.3s;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 100%;
    text-align: center;
}

#new_employee .dash-bx-icon {
    background-color: #F0F5FF;
    color: #283891;
}

#panding_tasks .dash-bx-icon {
    background-color: #EF412E33;
    color: #EF412E;
}

#assigned_tasks .dash-bx-icon {
    background-color: #F89D2A33;
    color: #F89D2A;
}

#total_employees .dash-bx-icon {
    background: #F2652233;
    color: #F89D2A;
}

#complited_task .dash-bx-icon {
    background: #0E959433;
    color: #0E9594;
}

#over_due_task .dash-bx-icon {
    background: #7399B833;
    color: #7399B8;
}

#task_runing .dash-bx-icon {
    background: #228CDB33;
    color: #228CDB;
}

#requested_goods .dash-bx-icon {
    background: #60B14633;
    color: #60B146;
}

#total_task .dash-bx-icon {
    background: #3B231333;
    color: #3B2313;
}

#issued_total .dash-bx-icon {
    background: #B02A2C33;
    color: #B02A2C;
}


.box.box-danger {
    border-top-color: var(--primary);
}

table thead tr th,
table tfoot tr th {
    color: #000000;
    background: #F3F4F9;
    padding: 10px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-color: #E9EBEC !important;
    /* border: 1px solid #E9EBEC !important; */
    white-space: nowrap;
    text-align: center;
    vertical-align: top !important;
}

table tbody tr td {
    border-color: #E9EBEC !important;
    /* border: 1px solid #E9EBEC !important; */
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px;
    letter-spacing: 0.05em;
    color: #212529;
    white-space: nowrap;
    background-color: transparent;
    vertical-align: top !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--primary);
}

.file-input .file-caption-main {
    width: 100%;
    display: flex;
    align-items: center;
}

.file-input .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: auto;
}

.dropdown-menu>li>a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 10px 15px;
    color: #212529 !important;
    display: block;
    clear: both;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover {
    background-color: var(--primary);
    color: #fff !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--primary);
    outline: 0;
}

.main-header {
    position: relative;
    max-height: auto;
    z-index: 1030;
}

.main-header .moblogo {
    display: none;
}

/* OLD TO NEW CSS */

.ten-columns>.col-sm-2 {
    width: 20%;
}

/*added by ashish lakhani start*/

li.select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    /*Altered two below to make word wrap work */
    word-wrap: normal !important;
    white-space: normal;
}

ul.select2-selection__rendered {
    padding-right: 12px !important;
}

.fixedwidth {
    width: 275px;
    min-width: 275px;
    max-width: 275px;
    white-space: normal;
    word-break: break-word;
    margin: 0 0;
}

.fixedwidth_min {
    width: 175px;
    min-width: 175px;
    max-width: 175px;
    white-space: normal;
    word-break: break-word;
    margin: 0 0;
}

.fixedwidth_extra_min
{
    width: 125px;
    min-width: 125px;
    max-width: 125px;
    white-space: normal;
    word-break: break-word;
    margin: 0 0;

}

/*added by ashish lakhani end*/



.skin-red .wrapper,
.skin-red .main-sidebar,
.skin-red .left-side {
    background-color: #ecf0f5;
}


/* NEW MENU TWO CSS START */
.sidebar_icon {
    width: 55px;
    display: inline-block;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px 0px #0000001A;
    margin-top: 70px;
    /* position: fixed;
    z-index: 1010;
    top: 0px;
    left: 0px; */
    padding: 15px 5px 15px 5px;
    text-align: center;
    height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar_icon li {
    margin-bottom: 15px;
}

.sidebar_icon li:last-child {
    margin-bottom: 0px;
}

.sidebar_icon li a .menuicon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
}

.sidebar_icon li a .menuicon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

.sidebar_icon li a .menuicon i {
    font-size: 24px;
    color: #212529;
}

.sidebar_icon li.active a .menuicon,
.sidebar_icon li a:hover .menuicon {
    background-color: var(--primary);
    color: #fff;
}

.sidebar_icon li.active a .menuicon i,
.sidebar_icon li a:hover .menuicon i {
    color: #fff;
}

.sidebar_icon li.active a .menuicon img,
.sidebar_icon li a:hover .menuicon img {
    /*filter: brightness(100);*/
    filter: brightness(0) invert(1);
}

.sdebr_sub_menu {
    width: 225px;
    display: inline-block;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px 0px #0000001A;
    margin-top: 70px;
    padding: 15px 10px;
    height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 10px 0px 10px 10px;
    /* transform: translateX(-200%); */
    opacity: 0;
    /*transition: transform 0.5s ease, opacity 0.5s ease;*/
    z-index: 1010;
    position: relative;
}

.menu-open .sdebr_sub_menu {
    /* transform: translateX(0); */
    opacity: 1;
}

.sdebr_sub_menu li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.sdebr_sub_menu li:last-child {
    margin-bottom: 0;
}

.sdebr_sub_menu li::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 100%;
    display: inline-block;
    outline: 1px solid var(--primary) !important;
    border: 3px solid #fff;
    background-color: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
}

.sdebr_sub_menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}

.sdebr_sub_menu li.active a,
.sdebr_sub_menu li:hover a {
    font-weight: 600;
    color: var(--primary);
}

.sdebr_sub_menu li.active::before,
.sdebr_sub_menu li:hover::before {
    background-color: var(--primary);
}


.menu_page_wrapper {
    /*    display: flex;
    flex-direction: column;*/

    display: inline-block;
    width: 100%;
}

.sidebarmenu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 55px;
}

.menu-open .sidebarmenu {
    width: 295px;
}


/* .sidebarmenu .tooltip {
    box-shadow: 0px 4px 32px 0px #0000001A;
    background-color: #fff;
    opacity: 1 !important;
}

.sidebarmenu .tooltip .tooltip-arrow {
    border-color: #fff !important;
}

.sidebarmenu .tooltip-inner {
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    color: #000000;
} */


.menulist {
    display: none;
}

.menu-none .sidebarmenu {
    display: none;
}

.menu-none .content-wrapper {
    width: calc(100% - 0px);
}

.menu-none.mobile-menu .content-wrapper {
    width: calc(100% - 0px) !important;
}



/* NEW MENU TWO CSS END */



.main-header {
    width: 100%;
    background-color: var(--primary);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    max-height: inherit;
    z-index: 1080;
    width: calc(100% - 0px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-header .mhinner {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.main-header .mhileft {
    display: flex;
    align-items: center;
}

.main-header .mhileft .logobox {
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.main-header .headmenu ul {
    display: flex;
    align-items: center;
    overflow: auto;
}

.main-header .headmenu ul li {
    position: relative;
    margin-right: 19px;
}

.main-header .headmenu ul li:last-child {
    margin-right: 19px;
}

.main-header .headmenu ul li::after {
    content: "";
    background-color: #fff;
    width: 1px;
    height: 80%;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.main-header .headmenu ul li:last-child::after {
    display: none;
}

.main-header .headmenu ul li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    border-radius: 7px;
    padding: 11px 15px;
    display: flex;
    align-items: center;
}

.main-header .headmenu ul li a i {
    padding-right: 5px;
    font-size: 18px;
}

.main-header .headmenu ul li.active a,
.main-header .headmenu ul li:hover a {
    background-color: #fff;
    color: var(--primary);
}


.content-wrapper {
    margin-left: auto !important;
    z-index: 840;
    width: calc(100% - 55px);
    margin-top: 70px;
}

.menu-open .content-wrapper {
    margin-left: auto !important;
    z-index: 840;
    width: calc(100% - 295px);
}


.ctmalert .alert {
    padding: 10px 15px;
}

.sidebarmenu .tooltip.right {
    margin-left: 10px;
}

.dropdown-filter-search .select2-container {
    display: block;
}




@media (max-width: 1680.98px) {}


@media (max-width: 1440.98px) {
    .logbg {
        height: 460px;
    }

    .login-page .login-logo img {
        width: 150px;
    }

    .ipmboxes {
        width: 33.33%;
    }

    .ten-columns>.col-sm-2 {
        width: 25%;
    }
}


@media (max-width: 1399.98px) {
    /* .logbg {
        height: 380px;
    } */
}


@media (max-width: 1280.98px) {
    .logbg {
        height: 510px;
    }

    .grid4input .inputboxes {
        width: 33.33%;
    }

    .ipmboxes {
        width: 33.33%;
    }

    .page-header-name .headmenu {
        display: none;
    }

    .page-header-name .menuselect {
        display: inline-block;
    }

    .main-header .mhileft .logobox {
        margin-right: 20px !important;
    }

    .ten-columns>.col-sm-2 {
        width: 33.33%;
    }

    .scrolldiv {
        height: calc(100vh - 250px);
    }
}


@media (max-width: 1199.98px) {}


@media (max-width: 1024.98px) {
    /* .colgridinput .inputboxes {
        flex: 0 0 auto;
        width: 33.33%;
    } */

    .ipmboxes {
        width: 50%;
    }
}


@media (max-width: 991.98px) {


    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 0px !important;
        z-index: 840;
        width: calc(100% - 0px);
        margin-top: 60px;
    }

    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .main-footer {
        margin-left: 0;
        width: calc(100% - 0px);
        float: right;
    }

    .menu-toggle i {
        padding-right: 0px;
    }


    .scrolldiv {
        height: calc(100vh - 285px);
    }

    .content-header {
        width: 100%;
        display: inline-block;
        align-items: inherit;
        justify-content: inherit;
    }

    .content-header .page_name_title {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }

    .content-header .page_top_right {
        justify-content: start;
    }

    .content-header .page_top_right ul {
        overflow: auto;
        justify-content: start;
        align-items: center;
    }

    .main-header .moblogo {
        display: inline-block;
    }

    .mainlogo {
        display: none;
    }

    .main-header {
        position: fixed;
        max-height: inherit;
        z-index: 1030;
        top: 0;
        width: 100%;
        left: 0;
        background-color: var(--primary);
    }

    .main-header .main-header-inner {
        padding: 10px 15px;
    }

    .main-header .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-header .menubar_logo {
        display: flex;
        align-items: center;
    }

    .main-header .moblogo img {
        width: 100px;
        height: auto;
        object-fit: contain;
    }

    .main-header .sidebar-toggle {
        padding: 0;
        float: inherit;
        margin-right: 10px;
        font-size: 20px;
    }

    .main-header .profileddown {
        padding-top: 0;
        padding-right: 0;
    }

    .content-wrapper {
        margin-top: 60px;
        /* min-height: inherit !important; */
    }

    .tbl-footer-row {
        width: 100%;
        display: inline-block;
    }

    .tbl-footer-row .col-sm-12,
    .tbl-footer-row .dataTables_info,
    .tbl-footer-row .dataTables_length,
    .tbl-footer-row .dataTables_paginate {
        width: 100% !important;
        display: inline-block !important;
        text-align: center !important;
    }

    .tbl-footer-row .dataTables_info,
    .tbl-footer-row .dataTables_length {
        margin-bottom: 10px;
    }

    .tbl-footer-row .dataTables_info p,
    .tbl-footer-row .dataTables_paginate .pagination {
        display: inline-block;
        float: inherit !important;
    }

    .ten-columns>.col-sm-2 {
        width: 50%;
    }

    .pagehead {
        width: 100%;
        display: inline-block;
    }

    .pagehead .pagetitle {
        margin-bottom: 15px;
    }

    .pagehead .dbhbul {
        display: flex;
        align-items: center;
        overflow: auto;
    }

    .sticky_bottom_btn {
        width: calc(100% - 0px);
    }

    .mobile-menu .sticky_bottom_btn {
        width: calc(100% - 55px);
    }

    .menu-open .sticky_bottom_btn {
        width: calc(100% - 55px);
    }

    .sidebar_icon {
        margin-top: 60px;
        height: calc(100vh - 60px);
    }

    .sdebr_sub_menu {
        height: calc(100vh - 80px);
    }

}


@media (max-width: 767.98px) {
    .grid4input .inputboxes {
        width: 50%;
    }

    .sidebar-mini .sticky_bottom_btn {
        width: 100%;
    }

    /* .content-wrapper {
        margin-top: 70px;
        min-height: inherit !important;
    } */

    .ipmboxes {
        width: 100%;
    }

    .RevisionTab ul,
    .SubTab ul {
        display: flex;
        align-items: center;
        width: 100%;
        flex-wrap: nowrap;
    }

    .DashboardTabMain .pagehead {
        width: 100%;
        display: inline-block;
        align-items: inherit;
        justify-content: inherit;
    }

    .DashboardTabMain .pagehead .pagetitle {
        margin-bottom: 15px;
    }

    .DashboardTabMain .pagehead .dbhbul {
        overflow: auto;
    }
}


@media (max-width: 575.98px) {
    .grid4input .inputboxes {
        width: 100%;
    }

    .login-page {
        height: calc(100% - 50px);
        overflow: hidden;
    }

    .login-page .formbox {
        width: 100%;
        padding: 20px;
        position: inherit;
        top: inherit;
        left: inherit;
        transform: inherit;
        margin-top: -35%;
        z-index: 999;
        position: relative;
    }

    .login-page .logbg {
        height: 200px;
        background-position: center;
    }

    .login-page .logcopyright {
        position: inherit;
        bottom: inherit;
        text-align: center;
        width: 100%;
    }

    .ten-columns>.col-sm-2 {
        width: 100%;
    }

    .scrolldiv {
        height: calc(100vh - 280px);
    }
}


@media (max-width: 480.98px) {}

/* Added By Manish Dakhara On 24-5-2024 Start */
.tooltip>.tooltip-inner {
    background-color: #283891;
    box-shadow: 2px 0px 10px 0px #ddd;
    color: #212529;
    width: 100px;
    padding: 5px 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.tooltip.in {
    opacity: 1 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #283891;
}

/* Added By Manish Dakhara On 24-5-2024 End */

.fieldset {
    border: 1px groove #ddd !important;
    padding: 20px 15px 15px 15px !important;
    margin: 0 0 20px 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.legend {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.sort_btn_cls {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    /*cursor:move;*/
    flex: 0 0 11%;
    margin-right: 5px;
}

.sort_btn_cls:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
    /*cursor:move;*/
    flex: 0 0 11%;
    margin-right: 5px;
}

.sorting_ipm_cls{
    display: flex;
    align-items: center;
    cursor:move;
    margin-bottom: 5px;
}