/*
*  html5resetcss stephen update
*/

html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    background: #EBF0F3 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

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

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

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

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

.loadScreen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
}

img {
    width: 100%;
    height: auto;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* Custom CSS
============================================= */

.login-page-wrapper {
    background: #B6E3FF;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.user_panel_outer {
    background: #fff;
    width: 647px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
}

.user_panel {
    width: 480px;
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.logo {
    width: 206px;
    font-size: 0;
    margin: 51px auto;
}

.logo img {
    display: inline-block;
}

.login_panel {
    width: 100%;
    float: left;
    text-align: center;
}

.user_panel h2 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    padding-bottom: 49px;
    text-align: left;
}

.custom_input {
    width: 100%;
    float: left;
}

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

.pass-box {
    position: relative;
    width: 100%;
    float: left;
}

.pass-box span {
    background: url(images/pass-hide-icon.png) 0 0 no-repeat;
    background-size: contain;
    width: 25px;
    height: 14px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pass-box span.show {
    background-image: url(images/pass-show-icon.png);
}

.custom_input strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    text-align: left;
    padding-bottom: 5px;
}

.custom_input input {
    background: #fff;
    height: 50px;
    width: 100%;
    float: left;
    outline: none;
    text-align: left;
    border: none;
    border-bottom: 1px solid #647986;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    padding: 15px 0 14px;
}

.user_panel label {
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    position: relative;
}

.user_panel label input {
    display: none;
}

.user_panel label input:checked+i {
    background-image: url(images/chk-active-img.png);
    width: 24px;
    height: 24px;
}

.user_panel label i {
    background: url(images/chk-img.png) 0 0 no-repeat;
    background-size: contain;
    float: left;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
}

a.forgot_btn {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}

a.forgot_btn:hover {
    color: #B6E3FF;
}

.custom_input input[type="submit"] {
    background: #B6E3FF;
    border-color: #B6E3FF;
    width: 100%;
    height: 67px;
    margin: 77px auto 0;
    clear: both;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.custom_input input[type="submit"]:disabled,
.custom_input input[type="submit"]:disabled:hover {
    background: transparent;
    border: 1px solid #D6CBC5;
    color: #D6CBC5;
    cursor: default;
}

.custom_input input[type="submit"]:hover {
    background: #5abffa;
    border-color: #5abffa;
}

.backToSignIn {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 13px;
}

.backToSignIn>a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    display: inline-block;
}

.backToSignIn>a:hover {
    color: #B6E3FF;
}

.login_slider_area {
    width: 1273px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
}

.login_slider {
    width: 629px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.login_slider .item img {
    width: 500px;
    display: block;
    margin: 0 auto;
}

.login_slider h2 {
    font-family: 'Inter', sans-serif;
    font-size: 28.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.24px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

.login_slider h2 small {
    display: block;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.forgot_pass_panel {
    width: 100%;
    float: left;
    display: none;
}

.custom_input p {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    margin: 0 0 45px;
}

.forgot_pass_panel .space {
    width: 100%;
    float: left;
    height: 74px;
}

.sent_panel {
    width: 100%;
    float: left;
    display: none;
    text-align: center;
}

.sent_panel h2 {
    text-align: center;
    padding-bottom: 20px;
}

.sent_panel img {
    width: 70px;
    margin: 0 auto 30px;
}

.back_btn_area {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

a.back_btn {
    width: 32px;
    display: inline-block;
}

a.back_btn img {
    width: 100%;
    margin: 0;
}

.user_panel p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin: 0 0 50px;
}

.forgot_pass_panel input[type="submit"],
.sent_panel input[type="submit"] {
    margin: 0 auto;
    float: none;
    display: block;
}

.sent_panel .backToSignIn {
    margin-top: 25px;
}

.sent_panel .dashboard_panel {
    width: 100%;
    float: left;
    padding-left: 240px;
    position: relative;
    height: 100%;
}

.dashboard_sidebar {
    background: #FCFEFF;
    width: 260px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    padding-top: 100px;
}

.dash_logo {
    padding: 15px 54px 15px 0;
    font-size: 0;
    float: left;
}

.dash_logo a {
    display: inline-block;
    width: 206px;
}

.dash_menu {
    width: 100%;
    float: left;
}

.dash_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dash_menu ul>li {
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid #C1D6E2;
}

.dash_menu ul>li>a {
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
    padding: 13px 0;
    display: block;
    position: relative;
    padding-left: 56px;
    height: 54px;
    box-sizing: border-box;
}

.dash_menu ul>li>a img {
    width: 24px;
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dash_menu ul>li:hover>a,
.dash_menu ul>li.current>a {
    background: #B6E3FF;
}


/* .dash_menu ul>li>a img:nth-child(2) {
    opacity: 0;
}

.dash_menu ul>li:hover>a img:nth-child(1),
.dash_menu ul>li.current>a img:nth-child(1) {
    opacity: 0;
}

.dash_menu ul>li:hover>a img:nth-child(2),
.dash_menu ul>li.current>a img:nth-child(2) {
    opacity: 1;
} */

.dash_menu ul>li.current .nav-drp-arw,
.dash_menu ul>li:hover .nav-drp-arw {
    /* border-color: #fff; */
    top: 25px;
}

.dash_menu ul>li.current .nav-drp-arw.current,
.dash_menu ul>li:hover .nav-drp-arw.current {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    /*border-color: #fff;
    */
    top: 25px;
}

.nav-drp-arw {
    background: url(images/drop-arrow.png) 95% center no-repeat;
    background-size: 12px 8px;
    position: absolute;
    width: 12px;
    height: 8px;
    right: 18px;
    top: 25px;
    z-index: 1;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dash_menu ul ul {
    /* border-top: 10px solid #fff; */
    display: none;
}

.dash_menu ul ul>li>a::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 28px;
    top: 16px;
    border: 3px solid #000;
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* .dash_menu ul ul>li.current>a::before,
.dash_menu ul ul>li:hover>a::before {
    border-color: #fff;
} */

.dash_header {
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 20px 48px 24px 30px;
    margin-bottom: 30px;
    z-index: 2;
    position: fixed;
}

.header_search {
    background: #EBF0F3 url(images/search-icon.png) 20px center no-repeat;
    background-size: 18px auto;
    width: 600px;
    float: left;
    padding: 0 10px 0 54px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.header_search input {
    background: transparent;
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #647986;
}

.header_right {
    float: right;
}

.notification_box {
    float: left;
    margin: 2px 20px 0px 0;
    position: relative;
}

.notification_boxs {
    float: left;
    margin: 2px 20px 0px 0;
    position: relative;
}

a.notify_btn {
    width: 60px;
    display: block;
}

a.notify_btn img {
    display: block;
}

a.notify_btns {
    width: 60px;
    display: block;
}

a.notify_btns img {
    display: block;
}

.notification_dropdown {
    background: #fff;
    width: 355px;
    position: absolute;
    left: 50%;
    top: 52px;
    display: none;
    padding-bottom: 20px;
    z-index: 5;
    box-shadow: 0 3px 6px #00000029;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.notification_dropdown:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.notify_scroll {
    width: 100%;
    float: left;
    height: 400px;
    overflow-y: auto;
}

.notify_scroll .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.notification_dropdown h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    padding: 15px 20px;
    border-bottom: 1px solid #E8E8E8;
    margin: 0;
}

.notification_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification_dropdown li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 10px;
}

.notification_dropdown li a {
    display: block;
    padding: 8px 20px;
}

.notification_dropdown li a:hover {
    background: #ffdec5;
}

.notification_dropdown li:last-child {
    border: none;
    margin: 0;
}

.notification_dropdown li strong {
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}

.notification_dropdown li p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #6A6A6A;
    margin: 0 0 5px;
}

.notification_dropdown li small {
    display: block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #959595;
}

a.add_btn {
    width: 60px;
    height: 60px;
    float: left;
    margin: 2px 20px 0px 0;
}

.user_box {
    float: right;
    position: relative;
}

a.user_btn {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    padding-right: 36px;
    color: #000;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

a.user_btn:hover {
    color: #337ab7;
}

a.user_btn img {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

a.user_btn:after {
    background: url(images/drop-arrow.png) 0 0 no-repeat;
    background-size: 20px auto;
    position: absolute;
    right: 0;
    top: 3px;
    content: '';
    width: 20px;
    height: 12px;
}

a.user_btn:hover:after {
    border-color: #B6E3FF;
}

a.user_btns {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    margin-right: 13px;
    color: #000;
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

a.user_btns:hover {
    color: #B6E3FF;
}

a.user_btns img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 10px 0 0;
}

.user_dropdown {
    background: #fff;
    width: 140px;
    box-shadow: 0 3px 6px #00000029;
    position: absolute;
    right: -10px;
    top: 45px;
    display: none;
}

.user_dropdown a:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.user_dropdown a:hover::after {
    border-bottom-color: #B6E3FF;
}

.user_dropdown a {
    padding: 7px 18px 6px;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: block;
    position: relative;
}

.user_dropdown a:hover {
    background: #B6E3FF;
    color: #fff;
}

.breadecrumbs {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.breadecrumbs li:first-child {
    padding-left: 0;
}

.breadecrumbs h1 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 800;
    color: #000;
    float: left;
    margin: 10px 0;
}

.breadecrumbs h1 small {
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.breadecrumbs ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.breadecrumbs li {
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 29px;
}

.breadecrumbs li::before {
    background: url(images/next-arrow.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: -24px;
    top: 8px;
    width: 14px;
    height: 10px;
    content: '';
}

.breadecrumbs li:last-child::before {
    display: none;
}

.breadecrumbs li a {
    display: block;
    color: #000;
}

.breadecrumbs li a:hover {
    color: #2f52eb;
}

.breadecrumbs a.button1 {
    float: right;
    margin-top: 0;
}

.dashboard_panel {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
}

.page_container {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
    margin: 130px 0 50px;
    padding: 0 40px 0 290px;
}

.page_container h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 0 -40px;
    position: relative;
}

.name {
    display: inline-block;
    vertical-align: middle;
}

.name img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.active_tag {
    background: #34C759;
    height: 30px;
    padding: 6px 20px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.deactive_tag {
    background: #efadad;
    height: 30px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.blocked_tag {
    background: #000;
    height: 30px;
    padding: 6px 14px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.action_box a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.action_box a img {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.action_box a.view_btn:hover {
    /* background: #EB6612; */
}

.dTable_btn {
    position: absolute;
    font-size: 0;
    left: 17%;
    bottom: -2px;
}

.dTable_btn a {
    background: #000000;
    height: 34px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding: 8px 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.dTable_btn a:hover {
    background: #EB6612;
}

.dataTables_length {
    display: none;
}

.mCSB_inside>.mCSB_container {
    margin-right: 8px;
}

.hide {
    display: none !important;
}

a.mob_btn {
    display: none;
}

.popup_overlay {
    background: rgb(0 0 0 / 90%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.login_slider .slick-dots {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.login_slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.login_slider .slick-dots li.slick-active button {
    opacity: 1;
}

.login_slider .slick-dots li button {
    background: #fff;
    opacity: 0.2;
    width: 12px;
    height: 12px;
    outline: none;
    border: none;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.dash_block {
    width: 100%;
    float: left;
    padding-bottom: 11px;
}

.dash_block ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.dash_block li {
    background: #FFF;
    width: 23.5%;
    height: 130px;
    position: relative;
    padding: 15px;
    float: left;
    margin: 0 10px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dash_block li svg {
    margin-right: 10px;
}

.dash_block li em {
    width: 60px;
    height: 60px;
    right: 15px;
    top: 15px;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.dash_block li small {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.7;
}

.dash_block li small span img {
    width: 24px;
    float: left;
    margin-right: 8px;
}

.dash_block li small span {
    color: #00B69B;
}

.dash_block li small span.red {
    color: #F93C65;
}

.dash_block li h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    color: #202020;
    margin: 14px 0 12px;
}

.dash_block li span a {
    display: inline-block;
    margin-right: 10px;
}

.dash_chart {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.chart_1 {
    background: #fff;
    width: 56%;
    /* height: 430px; */
    padding: 20px;
    float: left;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.chart_1 figure {
    margin-top: 20px;
}

.chart_2 figure {
    margin-top: 40px;
}

canvas#leadsChart {
    height: 410px !important;
}

.dash_chart h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #202020;
    float: left;
}

.dash_chart h4 strong {
    display: block;
    color: #202020;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
}

.dash_chart p {
    float: right;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    clear: inline-end;
    margin: 6px 0 7px;
}

.dash_chart p span {
    width: 140px;
    display: block;
    float: left;
}

.dash_chart p span img {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
}

.dash_chart figure canvas {
    width: 100% !important;
    height: 100% !important;
}

.chart_2 {
    background: #fff;
    width: 511px;
    height: 430px;
    padding: 20px;
    float: right;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.chart_2 h4 {
    font-weight: 700;
}

.chart_2 p {
    font-size: 14px;
    color: rgba(97, 94, 131, 1);
}

.chart_2 p span {
    width: auto;
    padding-left: 15px;
}

.dash_chart figure {
    width: 100%;
    display: block;
    float: left;
}

.chart_2 {
    width: 42.7%;
}


/* .chart_2 figure {
    margin-top: 42px;
} */

.dash_table_area {
    width: 100%;
    float: left;
}

.custom_block {
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.block_top {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid rgba(100, 121, 134, 1); */
}

.block_top h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 36px 30px;
    float: left;
}

.block_top h3 small {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.block_top_right {
    float: right;
    padding: 31px 30px 0;
}

.block_top_right .block-top-btn {
    background-color: #C1D6E2;
    border: 1px solid #C1D6E2;
    border-radius: 40px;
    padding: 15px 30px !important;
    color: black;
    /* height: 60px; */
    text-transform: capitalize;
    margin: 0px 10px 0px 0px;
}

.block_top_right .block-top-btn:hover {
    background-color: #000;
    color: white;
}

.custom_search {
    float: left;
    width: 400px;
    position: relative;
    margin-right: 15px;
}

.custom_search input {
    border: 1px solid #647986;
    background: #FFF url(images/search-icon.png) 15px center no-repeat;
    background-size: 24px 24px;
    outline: none;
    color: #647986;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 16px 16px 16px 49px;
    line-height: normal;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.search-button {
    background-color: #C1D6E2;
    border-radius: 40px;
    padding: 13px 20px;
    color: black;
    margin: 0px 10px 0px 15px;
}

.search-button:active {
    background-color: black;
    color: white;
}

.search-button:hover {
    background-color: black;
    border-radius: 40px;
    padding: 13px 20px;
    color: white !important;
    margin: 0px 10px 0px 15px;
}

.reset-button {
    background-color: #C1D6E2;
    border-radius: 40px;
    padding: 16px 20px;
    color: black;
    margin: 0px !important;
}

.reset-button:hover {
    background-color: black;
    border-radius: 40px;
    padding: 16px 20px;
    color: white !important;
    margin: 0px !important;
}

.download_sheet {
    float: right;
    padding: 10px 0px 10px 0;
    /* display: flex;
    gap: 10px; */
    font-size: 0;
}

.download-pdf {
    padding-left: 10px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid black;
    background-color: rgb(245, 240, 240);
    padding: 10px 20px;
    border-radius: 40px; */
}

.download-pdf:hover {
    /* border: 1px solid black; */
}

.download-pdf:hover .download-text {
    color: white;
}

.download-text {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    margin-right: 5px;
    color: black;
}

.download_sheet span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 40px;
    margin-right: 10px;
}


/* .download_sheet a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: 42px;
} */


/* .download_sheet a:last-child {
    width: 30px;
} */

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

.custom_select_area .ss_row {
    margin: 0 -0.6%;
}

.custom_select_area .ss_column {
    width: 20%;
    float: left;
    margin: 0 0.6% 30px;
}

.custom_select_area .ss_column-search {
    float: left;
    margin-top: 28px;
}

.c_select span {
    display: block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* padding-bottom: 13px; */
}

.c_select select {
    background: #FFF url(images/drop-arrow.png) 90% center no-repeat;
    background-size: 16px 12px;
    border: 1px solid #647986;
    width: 100%;
    height: 50px;
    outline: none;
    padding: 0 19px;
    color: #0f1214;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.leads table td p {
    width: 294px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

a.button1 {
    background: #fff;
    display: block;
    float: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.128px;
    padding: 18px 52px 17px;
    color: black;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.button1:hover {
    background: black;
    color: white;
}

a.duplicate_btn {
    background: #7ECFFF;
    display: block;
    float: left;
    padding: 15px 20px;
    height: 60px;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-right: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.duplicate_btn:hover {
    background: #000;
    color: #fff;
}

a.button2 {
    background: #fff;
    border: 1px solid #000;
    display: block;
    float: left;
    padding: 13px 30px;
    height: 60px;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    min-width: 50px;
    margin-right: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.button2:hover {
    background: black;
    color: white;
}

a.button2.wid_1 {
    padding: 14px 34px 12px 34px;
    font-size: 16px;
    margin-top: 2px !important;
}

a.edit_btn {
    background: #000 url(images/edit-icon.png) 36px 20px no-repeat;
    background-size: 20px 20px;
    padding: 20px 35px 19px 58px;
    display: block;
    float: left;
    height: 60px;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin-right: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.edit_btn:hover {
    background: #7ECFFF url(images/edit-icon.png) 36px 20px no-repeat;
    background-size: 20px 20px;
    color: #000;
}

.custom_table_1 {
    width: 100%;
    float: left;
}

.custom_table_1 table {
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #000;
}

.custom_table_1 table th,
.custom_table_1 table td {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 12px 15px;
}

.custom_table_1 table td {
    font-weight: 500;
    vertical-align: middle;
}

a.downloadBtn {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.nobor {
    border: none;
    margin: 0;
}

.custom_table_1.nobor table {
    border: none;
}

.txt_bg1 {
    background: #C1D6E2;
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
     padding: 15px 10px;
    min-width: 140px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.txt_bg2 {
    background: #ECFF9F;
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
     padding: 15px 10px;
    min-width: 140px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.txt_bg3 {
    background: #FFDA55;
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
     padding: 15px 10px;
    min-width: 140px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.txt_bg4 {
    background: #99FF97;
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px 10px;
    min-width: 140px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.txt_bg5 {
    background: rgba(234, 234, 234, 1);
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px 48px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.txt_bg6 {
    background: rgba(176, 225, 255, 1);
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px 48px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.txt_bg7 {
    background: rgba(176, 203, 255, 1);
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px 48px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.txt_bg8 {
    background: rgba(227, 227, 227, 1);
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px 48px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.txt_bg9 {
    background: rgba(206, 193, 226, 1);
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px 48px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.txt_bg10 {
    background: rgba(199, 211, 255, 1);
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px 48px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.txt_bg11 {
    background: rgba(195, 233, 226, 1);
    height: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px 48px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.custom_datatable {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_datatable h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin: 36px 30px 0;
    float: left;
}

.custom_datatable h3 small {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dataTables_info {
    padding-left: 30px;
    padding-bottom: 30px;
}

.paging_simple_numbers {
    padding-right: 30px;
    padding-bottom: 30px;
}

.custom_datatable .txt_bg1,
.custom_datatable .txt_bg2,
.custom_datatable .txt_bg3,
.custom_datatable .txt_bg4,
.custom_datatable .txt_bg5,
.custom_datatable .txt_bg6,
.custom_datatable .txt_bg7,
.custom_datatable .txt_bg8,
.custom_datatable .txt_bg9,
.custom_datatable .txt_bg10,
.custom_datatable .txt_bg11 {
    padding: 15px 25px;
}

.custom_panel_1 {
    width: 100%;
    float: left;
}

.custom_panel_1 .row_1 {
    margin: 0 -0.8%;
}

.custom_panel_1 .column_1 {
    background: #FFF;
    width: 20.3%;
    margin: 0 0.8%;
    padding-top: 0px;
    padding-bottom: 156px;
    float: left;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_panel_1 .column_1 h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.16px;
    padding: 25px 30px 10px;
    margin: 0;
    width: 100%;
    float: left;
}

.custom_panel_1 .column_1 .address-head {
    font-size: 14px;
    font-weight: 600;
}

.custom_panel_1 .column_1 .b_line {
    background: #647986;
    width: 100%;
    height: 1px;
    float: left;
    margin: 15px 0 0;
}

.custom_panel_1 .column_1 ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom_panel_1 .column_1 ul li {
    width: 55%;
    float: left;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* margin: 0 !important;
    height: 55px; */
}

.custom_panel_1 .column_1 ul li:nth-child(2n) {
    width: 45%;
    padding-right: 10px;
    text-align: right;
    float: right;
}

.custom_panel_1 .column_1 ul li em {
    display: block;
    padding: 3px 0;
}

.custom_panel_1 .column_1 ul li p {
    margin-top: 15px;
}

.custom_panel_1 .column_cont {
    width: 100%;
    float: left;
    padding: 20px 25px 0px;
}

.custom_panel_1 .column_cont3 {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.custom_panel_1 .column_cont3 li {
    padding: 10px 0px;
}

.custom_panel_1 .column_cont.li_padding li {
    margin-bottom: 15px;
}

.custom_panel_1 .column_cont.li_padding .detail-heading {
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.custom_panel_1 .column_cont.li_padding li:last-child,
.custom_panel_1 .column_cont.li_padding li:nth-last-child(2) {
    margin-bottom: 0;
}

.column_cont table {
    width: 100%;
    table-layout: fixed;
}

.column_cont table th {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 0px 5px 10px;
}

.column_cont table td {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 5px;
}

.column_cont table tr:last-child td {
    padding-bottom: 5px;
}

.custom_form_panel {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    float: left;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_form_panel h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.16px;
    padding: 25px 30px 23px;
    margin: 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(100, 121, 134, 1);
}

.admin-edit {
    display: flex;
    flex-direction: column;
}

.form_box {
    width: 100%;
    float: left;
    padding: 30px 30px 14px;
    border-bottom: 1px solid rgba(100, 121, 134, 1);
}

.form_box:last-child {
    border: none;
    padding-bottom: 20px;
}

.form_box ul {
    list-style: none;
    margin: 0 -1%;
    padding: 0;
}

.form_box li {
    float: left;
    width: 23%;
    margin: 0 1% 20px;
    position: relative;
}

.form_box li.color1 {
    background: rgba(235, 240, 243, 1);
}

.form_box li.color1 input {
    background-color: transparent;
}

.form_box li.color1 select {
    background: transparent;
}

.form_box strong {
    color: rgba(17, 20, 45, 1);
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    display: block;
    padding-bottom: 6px;
    position: relative;
}

.form_box strong small {
    font-size: 14px;
    color: rgba(100, 121, 134, 1);
    line-height: 16px;
    display: block;
    float: right;
}

.form_box input {
    background: transparent;
    border: 1px solid rgba(100, 121, 134, 1);
    width: 100%;
    height: 60px;
    outline: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    padding: 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.form_box input.col_1 {
    background: rgba(235, 240, 243, 1);
}

.form_box li select {
    background: rgba(255, 255, 255, 1) url(images/drop-arrow.png) 96% center no-repeat;
    background-size: 12px 6px;
    border: 1px solid rgba(100, 121, 134, 1);
    width: 100%;
    height: 60px;
    outline: none;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    padding: 14px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.yearselect {
    background: transparent url(images/calendar-icon.png) 94% center no-repeat !important;
    background-size: 18px 18px !important;
}

.form-upload {
    border: 1px solid rgba(100, 121, 134, 1);
    width: 100%;
    height: 60px;
    display: table;
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.form-upload label {
    height: 50px;
    width: 110px;
    border: none;
    background: rgba(100, 121, 134, 1);
    color: #fff;
    transition: 0.3s;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: block;
    float: right;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 15px 0;
    margin: 4px 5px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.form-upload label:hover {
    background: rgb(83, 100, 111);
}

.form-upload label .file-upload {
    position: absolute;
    left: -9999px;
}

.form-upload p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(100, 121, 134, 1);
    float: none;
    margin: 0;
    padding: 0 15px;
    width: 245px;
    white-space: normal;
    display: table-cell;
    vertical-align: middle;
}

.currency>select {
    background: transparent url(images/drop-arrow.png) 90% center no-repeat !important;
    background-size: 13px 6px !important;
    width: 105px !important;
    height: 56px !important;
    position: absolute;
    left: 1px;
    top: 24px;
    border: none !important;
    cursor: pointer;
}

#cif_cost_price::placeholder,
#total_cost_price::placeholder,
#net_sale_price_price::placeholder,
#profit_price::placeholder {
    color: #4b4a4a;
}

.custom_form_panel input::placeholder,
.custom_form_panel select::placeholder,
.custom_form_panel textarea::placeholder {
    color: #4b4a4a;
}

.currency::after {
    background: rgba(100, 121, 134, 1);
    width: 1px;
    height: 60px;
    position: absolute;
    left: 106px;
    top: 22px;
    content: '';
}

.fx-rate.currency::after {
    display: none !important;
}

.currency input {
    padding-left: 120px !important;
}

.fx-rate input {
    padding-left: 142px !important;
}

#fixrate {
    width: 61px;
    height: 29px;
    border: none;
    outline: none;
    position: absolute;
    left: 70px;
    bottom: 16px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    padding: 0 5px 0 10px !important;
    border-radius: 0;
    border-left: 1px solid rgba(100, 121, 134, 1);
    border-right: 1px solid rgba(100, 121, 134, 1);
}

#fix_rate {
    width: 61px;
    height: 29px;
    border: none;
    outline: none;
    position: absolute;
    white-space: nowrap;
    /* Prevent line breaks */
    overflow: hidden;
    /* Hide overflow if any */
    text-overflow: ellipsis;
    left: 70px;
    bottom: 16px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    padding: 0 5px 0 10px !important;
    border-radius: 0;
    border-left: 1px solid rgba(100, 121, 134, 1);
    border-right: 1px solid rgba(100, 121, 134, 1);
}

#fixratereadonly {
    width: 60px;
    height: 29px;
    border: none;
    outline: none;
    position: absolute;
    left: 14px;
    bottom: 16px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    pointer-events: none;
    padding: 0 3px !important;
    border-radius: 0;
    /*border-right: 1px solid rgba(100, 121, 134, 1);*/
}

.filename {
    width: 140px;
    white-space: nowrap;
}

.toggle_button {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: rgba(17, 20, 45, 1);
    margin-right: 40px;
    position: relative;
    line-height: 36px;
    margin-top: 11px;
}

.toggle_button input {
    display: none;
}

.toggle_button input:checked+i {
    background: url(images/toggle-btn-active.png) 0 0 no-repeat;
    background-size: contain;
}

.toggle_button i {
    background: url(images/toggle-btn.png) 0 0 no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    margin-right: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}


/* Datepicker css */

.date {
    background: transparent url(images/calendar-icon.png) 94% center no-repeat !important;
    background-size: 18px 18px !important;
    /* width: 100%;
    height: 50px;
    padding: 5px 10px;
    border: 1px solid #D5CCC5;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    outline: none;
    padding: 13px 15px 12px;
    appearance: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
}

.date:focus {
    outline: none;
    /* border-color: #5D9CF5; */
}

.ui-datepicker {
    width: 280px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 40px -8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    border: 1px solid #B3B7CF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media screen and (max-width: 580px) {
    .ui-datepicker {
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100%;
        border-radius: 0px;
    }
}

.ui-datepicker.active {
    opacity: 1;
}

.ui-datepicker-header {
    height: 40px;
    padding: 3px;
    margin-bottom: 10px;
}

.ui-datepicker-header .ui-datepicker-title {
    text-align: center;
    line-height: 34px;
}

.ui-datepicker-month,
.ui-datepicker-year {
    -webkit-appearance: none;
    border: 0;
    background: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0 1px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    background: #fff;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    text-indent: 9999px;
    overflow: hidden;
    border-radius: 3px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background: #444B56;
}

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin-left: 15px;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin-left: 13px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: "";
    position: absolute;
    display: block;
    margin-top: -2px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #4a2200;
    border-bottom: 2px solid #4a2200;
    pointer-events: none;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.ui-datepicker-calendar thead tr th {
    width: 40px;
    padding-bottom: 6px;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: 100%;
    padding: 0;
    color: #8D9298;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.ui-datepicker-calendar tbody tr td {
    padding-right: 3px;
    padding-bottom: 3px;
}

.ui-datepicker-calendar tbody tr td:first-child {
    padding-left: 3px;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #000;
    height: 34px;
    line-height: 36px;
    border-radius: 3px;
    font-size: 12px;
}

.ui-state-default:hover {
    background: #444B54;
    text-decoration: none;
    color: #000;
}

.ui-state-highlight {
    background: #4A2200;
    color: #fff;
    border-radius: 50%;
}

.ui-state-active:not(.ui-state-highlight) {
    color: #000;
    background: #5D9CF5;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #cecece;
    pointer-events: none;
}

a.button1 {
    background: #C1D6E2;
    min-width: 226px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: black !important;
    text-align: center;
    padding: 20px 30px 19px;
    display: block;
    float: left;
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.button1-delete {
    background: #C1D6E2;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: black !important;
    text-align: center;
    padding: 20px 30px 19px;
    display: block;
    float: left;
    position: relative;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.button1:hover {
    background: black;
    color: white !important;
}

.currency.width {
    width: 48% !important;
}

.currency.width select:nth-child(3) {
    left: 75px;
}

.currency.width input {
    padding-left: 223px !important;
}

.currency.width small {
    color: rgba(100, 121, 134, 1);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    line-height: 30px;
    border-left: 1px solid rgba(100, 121, 134, 1);
    border-right: 1px solid rgba(100, 121, 134, 1);
    position: absolute;
    left: 160px;
    bottom: 15px;
    padding: 0 7px;
}

.slide_toggle {
    width: 50px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.slide_toggle input {
    width: 50px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0;
}

.slide_toggle input:checked+i {
    background-image: url(images/t-btn.png);
    background-size: contain;
}

.slide_toggle i {
    background: url(images/t-active-btn.png) 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 30px;
    display: block;
}

.slide_toggle {
    width: 50px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.slide_toggle input {
    width: 50px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0;
}

.slide_toggle input:checked+i {
    background-image: url(images/t-btn.png);
    background-size: contain;
}

.slide_toggle i {
    background: url(images/t-active-btn.png) 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 30px;
    display: block;
}

.status-text {
    font-weight: bold;
    font-size: 16px;
}

.status-text.active {
    color: #66afe9;
}

.status-text.inactive {
    color: black;
}

.dataTables_scroll {
    overflow: auto !important;
    display: inline-block;
    max-height: 400px; /* choose any height you like */
    overflow-y: auto;  /* adds vertical scroll when content grows */
}

.product_details_area {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.product_image_gallery {
    background: #fff;
    width: 49.3%;
    float: left;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


/**
 * Gallery Styles
 * 1. Enable fluid images
 */

.gallery {
    overflow: hidden;
    width: 100%;
    padding: 20px;
}

.gallery__hero {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px;
    background: #fff;
    height: 630px;
    width: 100%;
}

.gallery__hero img {
    width: 100%;
    height: 100%;
}

.is-zoomed .gallery__hero {
    cursor: move;
}

.is-zoomed .gallery__hero img {
    max-width: none;
    position: absolute;
    z-index: 0;
    top: -50%;
    left: -50%;
}

.gallery__video {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px;
    background: #fff;
    height: 630px;
    width: 100%;
}

.gallery__video video {
    width: 100%;
    height: 100%;
}

.fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9999;
}

.gallery__thumbs {
    text-align: center;
    background: #fff;
}

.gallery__thumbs a {
    display: inline-block;
    width: 24.2%;
    overflow: hidden;
    padding: 0 5px;
    opacity: 1 !important;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.gallery__thumbs a:hover {
    opacity: 1;
}

.gallery__thumbs a.is-active {
    opacity: 1 !important;
    border: 3px solid #3e9dd5 !important;
}

.gallery__thumbs-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.gallery__thumbs {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    max-width: 100%;
}

.gallery__thumbs a {
    margin: 0 5px;
    flex: 0 0 auto;
}

.gallery__thumbs a img {
    width: 100%;
    height: 100%;
}

.video_thumnail {
    width: 100%;
    height: 100%;
    position: relative;
}

.thumbs-arrow {
    background: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 0 10px;
}

.produt_details_info {
    background: #fff;
    width: 49.3%;
    min-height: 400px;
    float: right;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.produt_details_info h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    padding: 25px 30px 21px;
    border-bottom: 1px solid rgba(100, 121, 134, 1);
}

.product_info_list {
    width: 100%;
    float: left;
    padding: 10px 30px 30px;
}

.product_info_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product_info_list li {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    padding: 12px 0;
}

.product_info_list li:last-child,
.product_info_list li:nth-last-child(2) {
    border-top: 1px solid rgba(100, 121, 134, 1);
    border-bottom: 1px solid rgba(100, 121, 134, 1);
    padding: 20px 0;
}

.add_new_product {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px 30px 50px;
    margin-bottom: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.add_new_product h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 19px;
}

.add_new_product span {
    display: block;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    font-weight: 500;
    padding: 21px 0px;
}


/* Upload image css */

.image-upload-container {
    width: 100%;
    float: left;
}

.upload_img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.imageUpload_div {
    display: flex;
    gap: 70px;
}

.image-upload-container h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 5px 10px 5px;
}

.upload_img .default-img {
    border: 1px solid grey;
    border-radius: 20px;
    padding: 5px;
}

.imageUpload_section {
    display: flex;
    flex-direction: column;
    min-width: 100px;
}

.form-input {
    width: 100px;
    height: 100px;
}

.form-input input {
    display: none;
}

.form-input label {
    display: block;
    width: 100px;
    height: 100px;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.form-input img {
    width: 100px;
    height: 100px;
    border: 1px solid rgba(100, 121, 134, 1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.form-input .video-img {
    border: 1px solid black;
    border-radius: 20px;
    padding: 15px;
    background-color: #C1D6E2;
}

.form-input .video-img img {
    width: 100px;
    height: 60px;
    border: 1px solid rgba(100, 121, 134, 1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.imgRemove {
    background: url(images/del-btn-img.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.bulk_upload {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.bulk_upload .form_box {
    padding: 0;
    width: 425px;
    float: left;
    border: none;
}

.bulk_upload .form_box h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 19px;
}

.bulk_upload a.button2 {
    margin: 0;
}

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

.table1 table {
    width: 100%;
    float: left;
    white-space: nowrap;
}

.table1 table th,
.table1 table td {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    padding-bottom: 25px;
}

.form_box.odd {
    width: 100%;
    float: left;
    padding-bottom: 35px;
    border-top: 1px solid rgba(100, 121, 134, 1);
}

.form_box.odd input {
    width: 500px;
}


/* New css - 17.03.2025 */


/* .toast-message {
    text-transform: capitalize !important;
} */

.save {
    background: #C1D6E2 !important;
    color: #000 !important;
    margin: 0px auto;
    clear: both;
    display: block;
    float: none;
    position: static !important;
    padding: 15px 45px 14px !important;
    width: auto !important;
    border-radius: 28px !important;
    font-size: 15px !important;
}

.save:hover {
    background-color: black !important;
    color: white !important;
}

.select2-dropdown {
    overflow: hidden !important;
}

.profile-editSection {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
}

.text-center.mb-2 {
    font-size: 1.5rem !important;
    margin-top: -30px !important;
}

.select2-container--open .select2-dropdown {
    top: -1px;
    left: -9px;
    min-width: 79px !important;
    /* width: 100% !important; */
}

.close-btn {
    position: relative;
    z-index: 2;
}


/* .currency>select {
    width: fit-content !important;
} */

.currency input {
    padding-left: 120px !important;
}

.custom_form_panel .form_box h2 {
    margin: 0 !important;
}

.customer-table .form_box {
    border-top: none !important;
    border-bottom: 2px solid #647986;
}

input:read-only,
input:disabled,
select:disabled {
    background-color: #C1D6E2 !important;
    color: #000 !important;
}
#auction_sales_commission{
    color: #000 !important;
}

#total_payment_due_currency {
    background-color: transparent !important;
}

.form_box input[type="date"] {
    text-transform: uppercase !important;
}

.save-lead {
    background-color: #C1D6E2 !important;
    border-radius: 40px;
    padding: 15px 30px !important;
    color: black;
    /* margin: 0px !important; */
    font-size: 15px !important;
}

.save-lead:hover {
    background-color: black !important;
    color: white !important;
}

.button1.remove_section {
    opacity: 0.5;
    background-color: #F93C65 !important;
}

.button1.remove_section:hover {
    opacity: 1;
    background-color: #F93C65 !important;
}

.block_top_right button,
.block_top_right button,
.block_top_right a {
    /* min-width: 120px !important; */
    height: auto !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0px 12px 0 0 !important;
    font-size: 14px !important;
}

.search-button {
    color: black !important;
}

.block_top_right {
    padding: 23px 30px;
}

#employeeID {
    color: #000 !important;
}

.form_box li a.button1 {
    margin-top: 20px;
}

a[onclick="removeCustomer(event)"] {
    background: #fb8787;
    border-color: #fb8787;
    color: #fff !important;
}

a[onclick="removeCustomer(event)"]:hover {
    background: #f83b3b;
    color: #fff !important;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../admin-assets/images/calendar-icon.png) 97% center no-repeat;
    background-size: 17px auto;
}

input[type="date"]::-webkit-clear-button {
    font-size: 18px;
    height: 30px;
    position: relative;
}

input[type="date"]::-webkit-inner-spin-button {
    height: 28px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    font-size: 15px;
}

.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.profile-pic0 {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.profile-pic1 {
    max-width: 200px;
    max-height: 200px;
    display: block;
}

.file-upload {
    display: none;
}

.img-holder {
    position: relative;
    width: 128px;
    height: 128px;
    margin: 0 auto 20px;
}

.circle {
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 3px solid #c1d6e2;
    position: absolute;
    top: 0;
    border-radius: 50%;
}

.circle img {
    max-width: 100%;
    height: 100%;
}

.p-image {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 30;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 1.2em;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

.tab_nav {
    margin-bottom: 20px;
    font-size: 0;
}

.tab_nav a {
    display: inline-block;
    vertical-align: middle;
    min-width: 160px;
    height: 60px;
    padding: 10px 38px;
    margin-right: 30px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 100px;
}

.tab_nav a.current {
    background-color: #7ECFFF;
    border-color: #7ECFFF;
}

.tab_cont1 {
    width: 100%;
    float: left;
    display: none;
}

.broker_upload_panel {
    width: 100%;
    float: left;
}

.broker_upload_panel .broker_upload {
    padding: 30px;
    width: 100%;
    float: left;
}

.broker_upload_panel .broker_upload .upload_box {
    margin-right: 50px;
    float: left;
    position: relative;
}

.upload_box label {
    background-color: #000;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    padding: 16px 33px;
    position: relative;
    width: 120px;
    height: 60px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.upload_box label input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.upload_box ul {
    list-style: none;
    padding: 0;
    margin: 0 18px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.upload_box li {
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    border: 1px solid #647986;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.upload_box li figure {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
}

.upload_box li figure img {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.error-text {
    display: block !important;
}

#error_alert #error_messages {
    background: red;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    padding: 10px 15px;
    margin: 0;
    display: none;
}

.upload_file_name {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    display: none;
}

.broker_upload strong {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8%;
    color: #000;
    margin-right: 50px;
}

.broker_upload strong small {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 110.00000000000001%;
    letter-spacing: 0.8%;
    color: #11142D;
    padding-top: 20px;
}


/* Brocker css */

.left_cont {
    width: 100%;
    float: left;
    padding: 30px !important;
}

.left_cont_top {
    width: 100%;
    float: left;
    padding-bottom: 8px;
    text-align: center;
    border-bottom: 1px solid #647986;
}

.left_cont_top>img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 17px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.left_cont_top strong {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.2px;
    text-align: center;
    color: #000;
    padding-bottom: 14px;
}

.left_cont_top span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.2px;
    text-align: center;
    color: #000;
    padding-bottom: 12px;
}

.left_cont ul {
    list-style: none;
    padding: 15px 0 !important;
    margin: 0 0 20px !important;
    width: 100%;
    float: left;
    border-bottom: 1px solid #647986;
}

.left_cont li {
    width: 100% !important;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.2px;
    padding: 16px 0;
    color: #000;
}

.left_cont li span {
    display: block;
    float: left;
}

.left_cont li strong {
    display: block;
    float: right;
    text-align: right;
    font-weight: 600;
}

.doc_box {
    background-color: #B6E3FF;
    width: 100%;
    float: left;
    padding: 8px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.doc_box span {
    background: #fff;
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    padding: 10px;
    margin-right: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.doc_box span img {
    width: 22px;
    height: 22px;
}

.doc_box strong {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #0F172A;
    padding-top: 13px;
}

.doc_box strong small {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #000;
    display: none;
}

.doc_box a {
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    margin: 11px 7px;
}

.asterrisk {
    display: inline-block;
    float: none;
    color: red;
    padding: 0 2px;
    font-weight: 700;
}

.upload_box.edit {
    margin-right: 200px;
}

.upload_box.edit label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.dataTables_scroll table {
    width: 2300px !important;
}

.slide_toggle span {
    position: absolute;
    left: 56px;
    top: 4px;
}


/* Label css */

.custom-multiselect {
    float: left;
    position: relative;
    padding-right: 20px;
}

.selected-items {
    background: #000 url(admin-assets/images/white-drop-arrow.png) 95% center no-repeat;
    background-size: 15px auto;
    border: 1px solid #000;
    padding: 15px 30px !important;
    font-size: 14px;
    /*min-height: 60px;*/
    cursor: pointer;
    color: #fff;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.selected-items .tag {
    background: #e0f0ff;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.selected-items .remove-tag {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
}

.dropdown-content input {
    width: 100%;
    padding: 6px;
    border: none;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.dropdown-content .option-item {
    padding: 8px;
    cursor: pointer;
}

.dropdown-content .option-item:hover {
    background-color: #f1f1f1;
}

select[multiple] {
    display: none;
}

.selected-items span {
    display: none !important;
}

.output {
    position: static;
    bottom: -30px;
    left: 0;
    z-index: 2;
    display: inline-block;
}

.output small {
    background: #7ECFFF;
    padding: 5px 15px;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    min-width: fit-content;
    white-space: nowrap ;
}

.output small .remove {
    color: red;
    cursor: pointer;
    margin-left: 5px;
    margin-top: -2px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.custom_popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup_content {
    background: #fff;
    padding: 20px;
    margin: 15% auto;
    width: 500px;
    border-radius: 8px;
    position: relative;
    text-align: center;
}

.popup_content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.popup_content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px;
}

.pop_close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
    cursor: pointer;
    color: red;
}

.custom_table_1.pic table {
    border: none !important;
}

.custom_table_1.pic table th,
.custom_table_1.pic table td {
    white-space: normal;
}

.custom_table_1.pic {
    padding-left: 140px;
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    padding-top: 12px;
}

.t_pic {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 30px;
    top: 25px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.list_width .column_1 {
    width: 48.4%;
}

.currency.c_value input {
    padding-left: 140px !important;
}

.hr {
    display: none !important;
}

.li_height li {
    height: 93px;
}

.form_box input[type="radio"] {
    width: 15px !important;
    height: 15px !important;
    margin: 4px 5px 5px 0 !important;
}

.chart-legend {
    display: none !important;
}

.btn1 {
    min-width: 100px !important;
    padding: 15px 30px !important;
    height: auto !important;
    border-radius: 50px !important;
}

.gallery__video {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px;
    background: #fff;
    height: 400px;
    width: 100%;
}

.form_box li.currency .select2 {
    margin: 0 !important;
    position: absolute;
    bottom: 17px;
    left: 20px;
    width: 70px !important;
}

.form_box li {
    height: 85px !important;
}

.form_box li.gst strong {
    padding-bottom: 23px !important;
}

.box-profile .list-group-item {
    border: none !important;
}

.box-profile input {
    border: 1px solid #dee2e6 !important;
    padding: 10px !important;
    font-size: smaller;
    height: auto;
    margin-top: 7px;
    width: 100% !important;
}

.box-profile .select2 {
    position: absolute;
    left: 0;
    top: 0;
}

#additional-company-container {
    padding: 20px;
}

#additional-company-container a.button2.wid_1 {
    padding: 16px 34px 14px 34px;
    margin-top: 14px !important;
    height: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent !important;
}

.select2-container--default .select2-selection--single {
    border: none;
    border-radius: unset;
}

.button2.wid_1 {
    padding: 17px 30px 15px 30px !important;
}

.block_top_right.btnWidth a,
.block_top_right.btnWidth button {
    min-width: 120px !important;
    text-align: center !important;
    padding: 16px 15px 14px !important;
    float: right !important;
    line-height: 22px !important;
}

.custom_panel_1 .cust {
    width: 47.6% !important;
}

.custom_panel_1 .cust li {
    width: 65% !important;
}

.custom_panel_1 .cust li:nth-child(2n) {
    width: 35% !important;
}


/* year dropdown css */

.dropdown-wrapper {
    position: relative;
    width: auto;
}

.dropdown-display {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: left;
    outline: none;
    padding: 10px 15px 10px 15px;
    border: 1px solid #DFEAF0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    user-select: none;
    position: relative;
}

.dropdown-display::before {
    background: url(images/calendar-edit.png) 0 0 no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 15px;
    content: '';
}

.dropdown-display::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none;
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.dropdown-options .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.dropdown-options .option:hover {
    background-color: #f8f9fa;
}

.dropdown-options .option input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
}

.dropdown-options .option input[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.dropdown-options .option input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* 05.06.2025 */

.dropdown {
    position: relative;
    float: right;
    margin: 20px 20px 20px 0px;
}

.custom-range h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #000;
    padding: 19px 45px 19px 26px;
    /* Right padding makes space for arrow */
    margin: 0 4px 0 0;
    float: left;
    cursor: pointer;
    border: 1px solid #DFEAF0;
    border-radius: 10px;
    position: relative;
    /* Needed for ::after positioning */
}


/* Add dropdown arrow using ::after */

.custom-range h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    /* Arrow color */
    transform: translateY(-50%);
}


/* .dropdown:nth-child(1) {
    width: 333px;
    margin-right: 0 !important;
} */

.dropdown-btn {
    padding: 10px 45px 10px 62px;
    background: #FCFCFC url(images/dropdown1.png) 95% center no-repeat;
    background-size: 24px 24px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    min-width: 290px;
    border: 1px solid #DFEAF0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dropdown-btn::before {
    background: url(images/calendar-edit.png) 0 0 no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 22px;
    content: '';
}

.dropdown-btn small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #777777;
}

.dropdown-btn small>small {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 10;
    width: 100%;
}

.dropdown-section {
    margin-bottom: 10px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.dropdown-section:nth-child(2) {
    padding-left: 20px;
}

.dropdown-content label {
    display: block;
    margin: 21px 0;
    cursor: pointer;
}

.dropdown-content input[type="radio"] {
    appearance: none;
    border: 2px solid #bdccd5;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: -3px;
    float: right;
    outline: none;
}

.dropdown-content input[type="radio"]:checked {
    background-color: #bdccd5;
    outline: none;
}

.dateRangeButton {
    background: #FCFCFC url(images/dropdown1.png) 95% center no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: left;
    padding: 10px 45px 10px 62px;
    border: 1px solid #DFEAF0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dateRangeButton>input {
    background: transparent;
    border: none;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.dateRangeButton>input:focus {
    box-shadow: unset;
}

.dateRangeButton::before {
    background: url(images/calendar-edit.png) 0 0 no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 22px;
    content: '';
}

.dateRangeButton span {
    display: block;
}

.dateRangeButton small {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #777777;
}


/* Input field styling */

.custom-input {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    color: #333;
    width: 250px;
}


/* Highlight on focus */

.custom-input:focus {
    border-color: #0056b3;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}


/* Output styling */

.date-output {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    margin-top: 10px;
    color: #444;
}


/* Date range picker panel custom styling (optional) */

.daterangepicker {
    font-family: 'Segoe UI', sans-serif;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #007bff;
    color: #fff;
}


/* month-range-mode-css */

.range-mode {
    display: flex;
    gap: 1rem;
    padding: 6px 3px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.range-mode>div {
    display: flex;
    flex-direction: row;
    flex: 1 1 150px;
    min-width: 150px;
}

.range-mode label {
    font-weight: 600;
    margin: 12px 0 !important;
    color: #333;
    width: 138px;
}

.range-mode select {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    font-size: 1rem;
    color: #333;
    outline: none;
    width: 160px !important;
    transition: border-color 0.3s ease;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
}

.toggle-wrapper {
    float: right;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.toggle-wrapper label,
.toggle-wrapper .switch {
    display: inline-block;
    vertical-align: middle;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 0 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #000;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.report_chart {
    width: 100%;
    max-width: 793px;
    float: left;
    padding: 20px 0 0 0;
    margin-left: 30px;
    border: 1px solid #DFEAF0;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    margin-bottom: 50px;
}

.report_chart:nth-child(3) {
    float: right;
    max-width: unset;
    width: 39.7%;
    margin-right: 25px;
}

.report_chart h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #252525;
    float: left;
    margin: 0 0 0 20px;
}

.chart_toggle {
    float: right;
    position: relative;
    z-index: 1;
    margin-right: 20px;
    margin-bottom: 20px;
}

.chart_toggle span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.chart_toggle .slide_toggle {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.apexcharts-toolbar {
    display: none !important;
}

.dash_chart .chart_2 {
    height: 529px;
}

#monthlyChart {
    height: 425px !important;
}


/* 06.06.2025 */

#yearSelect {
    padding: 10px !important;
    margin-left: 10px !important;
    border-radius: 10px !important;
    min-width: 85px;
    outline: none !important;
}

#yearSelect:focus {
    outline: none !important;
    box-shadow: unset !important;
}


/* 07.06.2025 */

#purchase_broker_commission_type {
    background: transparent !important;
}

.custom_datatable.notifyTable table th {
    border-top: none !important;
    border-right: 0 !important;
    padding: 15px !important;
}

.custom_datatable.notifyTable table tbody td {
    padding-top: 0 !important;
    border-color: #ddd !important;
}

.custom_datatable.notifyTable table tbody tr:last-child td {
    border: none !important;
}

.column_cont .column_cont {
    padding: 0 !important;
}

.column_cont .column_cont ul li {
    margin-bottom: 15px !important;
}

.phoneNumber {
    position: relative;
}

.phoneNumber .select2 {
    position: absolute;
    left: 26px;
    top: 22px;
}

.phoneNumber input {
    padding-left: 90px !important;
}

.tableTop table td {
    white-space: normal !important;
    word-break: break-word;
}

.product-details-item a.button1 {
    background: #fb8787;
    color: #fff !important;
}

.product-details-item a.button1:hover {
    background: #f83b3b;
}

#additional-company-container a.button2.wid_1 {
    background: #fb8787;
    border-color: #fb8787;
    color: #fff !important;
}

#additional-company-container a.button2.wid_1:hover {
    background: #f83b3b;
    border-color: #f83b3b;
}

.list-group.border input {
    padding: 12px 15px !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.column_cont li strong {
    font-weight: 400;
}

.remarks_history_sales li,
.column_cont.purchase_price_history li,
.column_cont.remarks_history li {
    width: 100% !important;
    height: auto !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}

.remarks_history_sales li:first-child strong,
.column_cont.purchase_price_history li:first-child strong,
.column_cont.remarks_history li:first-child strong {
    font-weight: 700 !important;
}

.remarks_history_sales li:nth-child(2n),
.column_cont.purchase_price_history li:nth-child(2n),
.column_cont.remarks_history li:nth-child(2n) {
    margin-bottom: 20px !important;
}

.range_option {
    background: #fff;
    width: 270px;
    display: none;
    position: absolute;
    right: 3px;
    top: 66px;
    border: 1px solid #DFEAF0;
    border-radius: 10px;
    padding: 13px 10px 13px;
}

.range_option select {
    width: 49% !important;
    background-color: #fff;
    border: 1px solid #DFEAF0;
    border-radius: 10px;
    padding: 6px 10px 6px 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    outline: none;
    position: relative;
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 16px;
    width: 200px;
    transition: border 0.2s, box-shadow 0.2s;
}




.custom_table_1 table tr th{
    white-space: nowrap;
}
.custom_table_1 table{
    min-width: 900px ;
    table-layout: auto;
}

.product-main-table table tr th{
    white-space: nowrap;
}

.formfield {
    position: relative;
}
span.unit-box {
    position: absolute;
    left: 22px;
    height: 30px;
    padding-right: 10px;
    border-right: 1px solid #000;
    top: 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.formfield:has(.unit-box) input{
    padding-left: 60px;
}



/* ========================================================== */


/* .dataTable {
    overflow-x: auto;
    cursor: grab;
}*/


/*
font-family: 'Inter', sans-serif;
font-family: 'Plus Jakarta Sans', sans-serif;
*/


/*Responsive CSS
=================================================================*/

@media only screen and (max-width:2560px) {
    .table_scroll_1 {
        width: 100%;
        float: left;
        overflow: hidden;
        overflow-x: auto;
    }
    .table_scroll_1 table {
        width: 100%;
        min-width: 1366px;
    }
}

@media only screen and (max-width:2100px) {
    .user_box {
        margin: 2px 0;
    }
    .filename {
        overflow: hidden;
    }
}

@media only screen and (max-width:1900px) {
    .login_slider_area {
        width: 1054px;
    }
    .filename {
        width: 187px;
    }
}

@media only screen and (max-width:1700px) {
    .login_slider_area {
        width: 855px;
    }
    .login_slider .item img {
        width: 400px;
    }
    .dash_block li {
        width: 23.3%;
    }
    .dash_block li small {
        font-size: 15px;
    }
    .dash_block li h3 {
        font-size: 19px;
        margin: 16px 0 18px;
    }
    .chart_1,
    .chart_2 {
        /* height: 365px; */
    }
    .header_search {
        width: 400px;
    }
    .filename {
        width: 136px;
    }
}

@media only screen and (max-width:1500px) {
    .login_slider_area {
        width: 50%;
    }
    .login_slider .item img {
        width: 300px;
    }
    .login_slider h2 {
        font-size: 25px;
    }
    .user_panel_outer {
        width: 50%;
    }
    .dash_block li {
        width: 31.4%;
    }
    .custom_select_area .ss_column {
        width: 18.8%;
    }
    .dash_logo {
        padding: 19px 60px 19px 0;
    }
    .dash_logo a {
        width: 172px;
    }
    .breadecrumbs h1 {
        font-size: 25px;
        margin: 10px 0 0px;
    }
    .filename {
        width: 108px;
    }
    .block_top h3 {
        font-size: 25px;
    }
    a.button2.wid_1 {
        padding: 12px 18px;
        font-size: 17px;
        height: auto;
        min-width: unset;
    }
}

@media only screen and (max-width:1365px) {
    .dash_block li {
        width: 31.1%;
    }
    .dash_chart h4 {
        font-size: 17px;
    }
    .block_top_right .custom_search {
        width: 250px;
    }
    .block_top h3 {
        font-size: 25px;
    }
    .block_top_right {
        padding: 20px 30px 0 0px;
    }
    .form_box li {
        width: 31.3%;
    }
}

@media only screen and (max-width:1199px) {
    .lead-details-card .block_top_right {
        margin: 0px 0 0 0;
        right: -52px;
    }
    .header_search {
        width: 350px;
    }
    .notification_box,
    a.add_btn {
        margin-right: 10px;
    }
    .dash_block li {
        width: 47.2%;
    }
    .block_top h3 {
        font-size: 23px;
        margin-right: 0;
    }
    .block_top_right .custom_search {
        width: 200px;
    }
    .custom_select_area .ss_column {
        width: 23.8%;
    }
    .block_top_right {
        padding: 20px 0px 0 0px;
        position: relative;
        margin: -94px 0 0 0;
        right: -52px;
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
    .form_box li {
        width: 47.3%;
    }
    .breadecrumbs a.button1 {
        margin-bottom: 70px;
    }
    .gallery__thumbs a {
        width: 23.7%;
    }
}

@media only screen and (max-width:1099px) {
    .user_panel {
        width: 410px;
    }
}

@media only screen and (max-width:992px) {
    .login_slider_area {
        display: none;
    }
    .user_panel_outer {
        width: 100%;
    }
    .user_panel {
        width: 360px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width:767px) {
    .dashboard_sidebar {
        left: -300px;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
    }
    .dashboard_sidebar.change {
        left: 0;
    }
    .dash_header {
        padding: 5px 15px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3;
    }
    .header_right {
        margin-top: 3px;
    }
    .dashboard_content_area {
        padding-top: 48px;
    }
    .page_container {
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .dash_logo.hide {
        display: block !important;
        float: left;
        padding: 0 16px 0 0;
    }
    .dash_logo.hide a {
        width: 24px;
    }
    a.mob_btn {
        display: block;
        float: right;
        position: relative;
        width: 25px;
        height: 15px;
        margin: 5px 0 5px 10px;
    }
    a.mob_btn span {
        background: #000;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 0;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    a.mob_btn span::before {
        background: #000;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 8px;
        content: '';
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    a.mob_btn span::after {
        background: #000;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 16px;
        content: '';
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    a.cls_btn {
        background: transparent url(images/close-icon-white.png) 0 0 no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        z-index: 5;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .dashboard_panel {
        padding-left: 0;
    }
    .header_search {
        background-position: 10px center;
        width: auto;
        padding: 0;
        position: absolute;
        left: 54px;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .header_search input {
        width: 38px !important;
        padding: 0;
        /* height: 46px; */
        border: none;
        outline: none;
        font-size: 0;
        line-height: 19px;
        font-weight: 400;
        color: #000;
    }
    .header_search input:focus,
    .header_search input:valid {
        width: 230px !important;
        padding: 0 10px 0 34px;
        font-size: 14px;
    }
}

.select2select-filter-parent .select2-selection.select2-selection--single{
    border: 1px solid #647986;
    border: 1px solid #647986;
    width: 100%;
    height: 50px;
    border-radius: 33px !important;
}
.select2select-filter-parent:not(:has(.select2-selection__placeholder))
.select2-selection__rendered {
    padding-top: 10px;
    padding-left: 22px !important;
    color: #0f1214 !important;
}

.select2select-filter-parent .select2-selection__placeholder{
    padding-top: 16px;
    padding-left: 10px;
    color: #0f1214 !important;
}
.select2select-filter-parent .select2-selection__arrow{
    padding: 10px 10px 37px 30px !important;
}
.c_select > span{
    padding-bottom: 13px;
 }
.margin-adjystment .select2-selection__arrow{
    margin-top: -8px;
}

.form-select2-parent .select2-container {
            background-size: 17px 9px;
            border: 1px solid rgba(100, 121, 134, 1);
            width: 18%;
            height: 60px;
            outline: none;
            font-size: 14px;
            line-height: 17px;
            font-weight: 400;
            padding: 15px;
            color: #000;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 30px;
            -webkit-border-radius: 30px;
        }

    .form-select2-parent .select2-selection--single {
            border: none !important;
        }

     .form-select2-parent .select2-container--default .select2-selection--single .select2-selection__placeholder {
            color: #000;
        }

       .form-select2-parent .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #000 transparent transparent transparent;
            border-style: solid;
            border-width: 8px 8px 0 8px;
            height: 0;
            left: 50%;
            margin-left: -16px;
            margin-top: 10px;
            position: absolute;
            top: 50%;
            width: 0;
        }

      .form-select2-parent .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 8px 8px 0 8px;
        }

      .form-select2-parent .select2-dropdown--above {
            top: -1px !important;
        }

.currency select{
    border-radius: 30px 0 0 30px !important;
}
.select2-container--disabled{
    background-color: #C1D6E2 !important;
}
.hhjcb tr th:nth-child(3), .hhjcb tr th:nth-child(6){
    width: 200px !important;
}
.hhjcb.table.dataTable tbody td {
    vertical-align: middle !important;
    padding: 6px 12px !important;
}


@media only screen and (max-width:690px) {}

@media only screen and (max-width:667px) {}

@media only screen and (max-width:615px) {}

@media only screen and (max-width:560px) {}

@media only screen and (max-width:479px) {}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:390px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}
.dataTables_scroll {
    overflow-x: auto !important;  /* Ensure horizontal scroll is enabled */
    overflow-y: auto !important;
    display: inline-block;
    max-height: 600px;
}
.phoneNumber > span{
    width: 70px !important;
}