body {
    padding: 0;
    background: #F3F3F9;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #000000;
}

/* common */
a {
    text-decoration: none;
}

.white {
    color: #ffffff;
}

.border-bottom {
    border-bottom: 1px solid #9C9E9E !important;
}

.list-style {
    list-style: none;
}

.size-12 {
    font-size: 12px;
    line-height: 16px;
}

.size-14 {
    font-size: 14px;
}

.size-16 {
    font-size: 16px;
}

.size-18 {
    font-size: 18px;
}

.size-20 {
    font-size: 20px;
}

.size-22 {
    font-size: 22px;
}

.size-25 {
    font-size: 25px;
}

.size-30 {
    font-size: 30px;
}

/* header, sidebar */
header {
    /* margin-left: calc(60px + 2rem); */
    position: sticky;
    top: 0;
    padding: 0 32px;
    z-index: 100;
    height: 93px;
    background: #F5F5F5;
    transition: all 0.6s linear;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.header_toggle {
    cursor: pointer;
}

/* .menu_nav {
    padding: 0 22px;
} */

.l-navbar h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}



.l-navbar ul {
    list-style: none;
    padding: 0;
}

.l-navbar li {
    margin-top: 29px;
}

.l-navbar li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.l-navbar li a span {
    align-items: center;
    width: 100%;
    display: none;
    transition: all 0.5s linear;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* text-transform: capitalize; */
    color: rgba(56, 69, 74, 0.5);
    overflow: hidden;
    white-space: nowrap;
}

.l-navbar li a span {
    align-items: center;
    width: 100%;
    display: none;
    transition: all 0.5s linear;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: rgb(255 255 255);
    overflow: hidden;
    white-space: nowrap;
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: #F7F6FB;
}

.nav_logo-name {
    color: #F7F6FB;
    font-weight: 700
}

.nav_link {
    position: relative;
    color: #AFA5D9;
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav_link:hover {
    color: #F7F6FB
}

.nav_icon {
    font-size: 1.25rem
}

.l-navbar.show {
    left: 0
}

.l-navbar.show li a span,
.l-navbar:hover a span {
    display: flex;
}

.body-pd header {
    margin-left: calc(80px + 15rem) !important;
}

.active {
    color: #F7F6FB
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: #F7F6FB
}

#body-pd .form-control {
    background-color: transparent;
    border: none;
    padding-left: 49px;
}

#body-pd form {
    /* margin-left: 24px; */
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(230 230 247 / 80%);
    border-radius: 5px;
    padding: 2px 0;
}

.btn-transparent {
    top: 0px;
    bottom: 0;
    margin: auto;
}

#body-pd ::placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #1C1C1C;
}

#body-pd :-ms-input-placeholder {
    color: #1C1C1C;
}

#body-pd ::-webkit-input-placeholder {
    color: #1C1C1C;
}

.form-control:focus,
:focus-visible {
    border: 1px solid #82b906 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

span.digit {
    width: 23.65px;
    height: 23.65px;
    left: 14px;
    top: -5px;
    background: #B30505;
    border: 1px solid #F5F5F5;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

span.admin_name {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: block;
    white-space: normal;
    width: 100px;
    overflow: hidden;
    margin-left: 20px;
}

span.admin-img {
    width: 67px;
    height: 67px;
    background: #F5F5F5;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: block;
    padding: 9px;
}

.dropdown-toggle::after {
    margin-left: -2px;
    border-top: 11px solid #000000;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-radius: 4px;
}

.dropdown-menu {
    min-width: 253px;
    top: 61% !important;
    left: -26px !important;
    background: #F5F5F5;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    border: none;
    border-radius: 0;
    padding: 18px 22px 10px;
}

.dropdown-menu img {
    margin-right: 10px;
}

.dropdown-menu li:first-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.dropdown-menu li {
    margin-bottom: 10px;
}

.dropdown-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.5s linear;
}

.dropdown-menu li a:hover {
    color: #048c94;
}

/* 
.l-navbar::-webkit-scrollbar {
    display: none;
} */


/* .l-navbar {
    -ms-overflow-style: none;

    scrollbar-width: none;

} */

.l-navbar .dropdown-toggle::after {
    margin-left: 0;
    border-top: 6px solid #9ba2a4;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-radius: 4px;
    position: absolute;
    right: 8%;
}

/* .l-navbar .dropdown-menu.show {
display: block;
left: 1px !important;
top: -29px !important;
position: relative !important;
transition: all 0.5s linear;
} */
.l-navbar .sub_categories {
    transition: all 0.5s linear;
    padding: 0 !important;
    background-color: #4a5da2;
    margin-top: 7px;
}

.l-navbar .sub_categories li:first-child {
    padding-top: 10px !important;
}

/* .l-navbar  .sub_categories{
display: none;
} */
.l-navbar .sub_categories li {
    margin: 9px 0 0 !important;
    margin-bottom: 0 !important;
    padding: 0px 20px;
}

.l-navbar .sub_categories li a {
    font-weight: 400;
    font-size: 15px !important;
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff47;
    background-color: transparent;
}

.l-navbar .sub_categories li:last-child a {
    border-bottom: none !important;
    padding-bottom: 13px;
}



.body-pd .content-wrapper {
    margin-left: calc(80px + 9rem) !important;
}

/* content home page */
.content-wrapper {
    min-height: 100vh;
    padding-left: calc(60px + 2rem);
    transition: all 0.5s linear;
    padding-bottom: 10%;
}



.page_name {
    display: flex;
    justify-content: space-between;
    padding: 6px 35px 6px 43px;
    background: #F5F5F5;
    box-shadow: 0px 4px 4px #ECEBEB;
    align-items: center;
    position: fixed;
	top: 93px;
	width: 100%;
	z-index: 999;

}


.title_page {
    font-weight: 700;
}

.page_name a {
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}

.page_name .breadcrumb-item.active {
    text-transform: capitalize;
    color: rgb(122 122 122);
}

.card {
    background: #FDFBFB;
    box-shadow: 2px 2px 15px #e6e6f6;
    margin-bottom: 28px;
    padding: 20px;
    border: none;
    border-radius: 0 !important;
}

.blocks .card h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    margin: 7px 0 16px;
}

.blocks .card span img {
    margin-top: -37px;
    margin-bottom: -14px;
}

.blocks .col-md-3:first-child .card h3 {
    color: #BC5B02;
}

.blocks .col-md-3:nth-child(2) .card h3 {
    color: #04239B;
}

.blocks .col-md-3:nth-child(3) .card h3 {
    color: #0C5B87;
}

.blocks .col-md-3:nth-child(4) .card h3 {
    color: #008253;
}

.blocks .col-md-3 .card a {
    font-size: 14px;
    line-height: 19px;
    color: #048C94;
}

a.add_link {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(191 191 191 / 66%);
    padding: 3px 12px;
    text-decoration: none;
}

.card_marginbutton a.add_link {
    margin: -6px 0 8px;
}

.leads li {
    background: #F5F5F5;
    border: 1px solid;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 7%);
    padding: 7.5px 20px;
    margin: 11px 15px;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.5s linear;
    height: 40px;
}

.leads li:hover {
    color: #ffffff !important;
}

.leads li span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.leads {
    display: flex;
    flex-wrap: wrap;
    height: 250px;
    margin: 0 -25px;
}

li.green {
    border-color: #196609;
    color: #196609;
}

li.green:hover {
    background-color: #196609;
}

li.blue {
    border-color: #1A2CCD;
    color: #1A2CCD;
}

li.blue:hover {
    background-color: #1A2CCD;
}

li.red {
    border-color: #AC4040;
    color: #AC4040;
}

li.red:hover {
    background-color: #AC4040;
}

li.purple {
    border-color: #AA40AC;
    color: #AA40AC;
}

li.purple:hover {
    background-color: #AA40AC;
}

li.yellow {
    border-color: #AC9440;
    color: #AC9440;
}

li.yellow:hover {
    background-color: #AC9440;
}

li.orange {
    border-color: #BC5B02;
    color: #BC5B02;
}

li.orange:hover {
    background-color: #BC5B02;
}

li.black-clr {
    border-color: #0D0D0D;
    color: #0D0D0D;
}

li.black-clr:hover {
    background-color: #0D0D0D;
}

li.light-green {
    border-color: #30C62C;
    color: #30C62C;
}

li.light-green:hover {
    background-color: #30C62C;
}

li.green {
    border-color: #196609;
    color: #196609;
}

li.green:hover {
    background-color: #196609;
}

li.blue-light {
    border-color: #083272;
    color: #083272;
}

li.blue-light:hover {
    background-color: #083272;
}

.row-table table th,
.row-table table td {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
    padding: 8.5px 17px;
    width: 120px;
    font-weight: 400 !important;
}

.row-table table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.row-table .table-responsive {
    height: 250px;
    margin-right: -14px;
}

.right-table .table-responsive {
    height: 280px;
    margin-right: -14px;
}

.row-table table tbody tr {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 7%);
}

.graphs .add_link {
    width: 184px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.row-table ::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

.row-table ::-webkit-scrollbar-track {
    background: #ffffff;
    /* color of the tracking area */
}

.row-table ::-webkit-scrollbar-thumb {
    background-color: #656565db656565db;
    /* color of the scroll thumb */
    border-radius: 15px;
    /* roundness of the scroll thumb */
    border: 3px solid #ffffff;
    /* creates padding around scroll thumb */
}

.view_link {
    margin-bottom: -7px;
}

.view_link a {
    color: #4A81E5;
}

ul.leads a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
}

.leads li {
    position: relative
}

/* leads */
.customer-detail {
    background: #4A81E5;
    padding: 22px 22px 5px;
}

.custom-margin {
    margin: -13px 0 14px;
}

.abbre-name {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    color: #222222;
    background: #E8E8EF;
    border: 3px solid #F5F5F5;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 8%);
    width: 97px;
    height: 97px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

a.edit-link {
    position: absolute;
    right: 11px;
    top: 14px;
    z-index: 9;
}

.types-info span {
    width: 34px;
    height: 33px;
    background: #386FD5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin-left: 10px;
    margin-bottom: 10px;
}

.custom-px {
    padding-left: 11px;
    padding-right: 11px;
}

.order-info {
    background: #FDFBFB;
    box-shadow: 2px 2px 15px #d4eded;
    padding: 12px 25px 12px 68px;
}

.order-info h6 {
    color: #545454;
    border-bottom: 0.5px solid rgba(156, 158, 158, 0.5);
    padding: 6px 0 6px;
    line-height: 19.1px;
}

.order-info h6 span {
    color: #222222
}

.border-none {
    border: none !important
}

.order-info:after {
    content: '';
    position: absolute;
    height: 84%;
    width: 1px;
    background-color: rgba(156, 158, 158, 0.5);
    top: 0;
    bottom: 0;
    left: 4.5%;
    right: 0;
    margin: auto;
}

.order-info h6 img {
    margin-top: -3px;
}

h3.number-order {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-transform: capitalize;
    color: #048B2A;
    margin-left: 15px;
}

.client-requirement .accordion-item .accordion-button.collapsed {
    background-color: rgb(74 129 229 / 12%) !important;
    color: #285FC4 !important;
}

.client-requirement .accordion-item {
    border-radius: 0 !important;
}

.client-requirement .accordion-item .accordion-button {
    background-color: #4A81E5;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    border: none !important;
    padding: 8px 24px;
    box-shadow: none !important;
}

.accordion-body {
    padding: 1rem 1.6rem;
    background: #4a81e5;
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    font-weight: 400;
}

.client-requirement .accordion-item {
    border: none !important;
}

.accordion-button.collapsed::after {
    background-color: rgba(56, 69, 74, 0.1) !important;
}

.accordion-button::after {
    background-color: rgb(255 255 255 / 95%);
    width: 26px;
    height: 25px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}

.right-listing li {
    position: relative;
    display: block;
    padding: 9.71px 12px;
    border-left: 0.5px solid rgba(56, 69, 74, 0.5);
}

.right-listing {
    border-right: 0.5px solid rgba(56, 69, 74, 0.5);
}

.tabs_navbr {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
    margin-top: 15px;
}

.tabs_navbr .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #4A81E5;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

.tabs_navbr .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #5184E3;
    padding: 13px 22.4px;
}

.tooltiptext {
    visibility: hidden;
    width: 115px;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 2px 6px;
    position: absolute;
    bottom: -6px;
    font-size: 10px;
    z-index: 1;
    left: -84px;
    border: 1px solid #000000;
    background-color: #ffffff;
}

.right-listing li:hover .tooltiptext,
.filter:hover .tooltiptext {
    visibility: visible;
}

.tab-content .input-label {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #656565;
    padding-top: 0px;
    margin-bottom: 0;
}

.tab-content select.form-select,
.tab-content .form-control {
    height: 34px;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #656565;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    background-color: #F5F5F5 !important;

}

.form-control,
select.form-select {
    height: 34px;
    font-size: 12px;
    line-height: 16px;
    /* text-transform: capitalize; */
    color: #656565;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    background-color: #F5F5F5 !important;
}

input.form-control.form-file:after {
    content: 'choose file';
    position: absolute;
    width: 90px;
    height: 34px;
    z-index: 1;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    background: #4A81E5;
    border: 1px solid rgba(74, 129, 229, 0.3);
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    justify-content: center;
}

input.form-control.form-file {
    position: relative;
}

.tab-content .form-control {
    padding-left: 12px !important;
}

.tab-content ::placeholder {
    font-size: 12px !important;
    line-height: 16px;
    text-transform: capitalize;
    color: #656565 !important;
}

.tab-content>.tab-pane form {
    box-shadow: none !important;
    background-color: transparent !important;
}

.tab-content>.tab-pane {
    padding: 0 41px 40px;
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

li.select2-selection__choice {
    background: rgba(253, 226, 157, 0.4) !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 0px 30px !important;
}

button.select2-selection__choice__remove {
    border: none !important;
}

button.select2-selection__choice__remove span {
    font-weight: 600;
    font-size: 12px;
    line-height: 11px;
    text-transform: capitalize;
    color: #6F5001;
    padding-left: 13px;
    padding-top: 8px;
    background-color: transparent !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 4px;
    padding-right: 6px;
    padding-top: 0;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
}

.select2-selection__choice__display {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #6F5001;
}

.check-label {
    display: block;
    position: relative;
    padding-left: 58px;
    font-size: 16px;
    line-height: 22px;
    color: #656565;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 7px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

button.btn.btn-primary {
    background: #4A81E5;
    border-radius: 5px;
    border: none;
    width: 154px;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    height: 38px;
}

.sales-reporting-show {
    background-color: #4A81E5;
    border: none;
    color: #fff;
    height: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    margin-left: 2px;
    border-radius: 50%;
    width: 25px;
}

div#pills-tabContent {
    margin: 15px 0;
}

.btn-gray {
    background: rgba(56, 69, 74, 0.06);
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #474747;
    width: 154px;
    height: 38px;
}

/* Hide the browser's default checkbox */
.check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 33.57px;
    background: #F5F5F5;
    border: 1px solid rgba(74, 129, 229, 0.3);
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.check-label:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-label input:checked~.checkmark {
    background: #0B63A3;
    box-shadow: 2px 2px 15px rgba(221, 221, 239, 0.8);
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-label .checkmark:after {
    left: 16px;
    top: 3px;
    width: 10px;
    height: 21px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.timeline {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
    padding: 20px 52px;
}

.timeline h5 {
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    color: #2C2C2C;
}

.timeline ul {
    list-style: none;
    position: relative;
    z-index: 1;
}

.timeline ul:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    margin: auto;
    width: 1px;
    height: 93%;
    border: 1px dashed #9E9E9E;
    z-index: -1;
}

.timeline ul li {
    margin-bottom: 11px;
    display: flex;

}

.timeline h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #3A3A3A;
}

.timeline p {
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #656565;
}

.timeline span.dot {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    margin-right: 25px;
}

.timeline span.dot.teal {
    background: #005579;
}

.timeline span.dot.blue {
    background: #00CFDD;
}

.timeline span.dot.brown {
    background: #793A00;
}

/* all leads */
.card_inner {
    background: #f2f2f9;
    box-shadow: 2px 2px 15px #f2f2f9;
    padding: 17px !important;
}

.card_inner form .form-control[type=search] {
    background: #F5F5F5 !important;
    box-shadow: 2px 2px 15px #f2f2f9;
    border-radius: 5px;
    padding-left: 20px;
}

.card_inner li .add_link {
    background: #4a81e5 !important;
    color: #ffffff !important;
    height: 39px;
    border-radius: 5px;
}

#dropdownfilter {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2C2C2C;
    border: 1px solid #3F3F3F;
    margin: 0 17px 0 28px;
    display: flex;
    align-items: center;
}

.filter_options {
    display: none;
}

.table_lead .check-label {
    height: 17px;
    width: 17px;
    padding-left: 0;
}

.table_lead .checkmark {
    width: 17px;
    height: 17px;
}

.table_lead .check-label .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
}

.table_lead table {
    width: 100%;
    padding: 0;
    margin: 0;
}

.table_lead td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table_lead tr:last-child td {
    border-bottom: none !important;
}

.table_lead td a {
    color: #000000;
}

.table_lead th {
    font-weight: 600 !important;
}

.table_lead td,
.table_lead th {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    padding: 16px 7px;
}

.card_inner form .form-control[type=search] {
    padding-left: 12px !important;
}

.card_inner form .btn-success {
    color: #fff;
    background-color: #4a81e5;
    border-color: #4a81e5;
    padding: 0 15px;
    border-radius: 0px 5px 5px 0;
}

.table_lead .dropdown-menu {
    min-width: 94px;
    width: 94px;
    padding: 10px !important;
    left: 0 !important;
}

.table_lead button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.table_lead .dropdown-menu li a {
    font-size: 12px !important;
    padding: 0;
}

.showing_page select {
    width: 6% !important;
    padding: 0 12px;
    height: 28px;
    border: 1px solid #4a81e5;
    background-color: #d5e4ff;
    margin-left: 15px;
    color: #000000;
    font-size: 14px;
}

.custom-width {
    box-shadow: none !important;
}

/* date range */
.daterangepicker.dropdown-menu.ltr.opensright.show-calendar {
    left: 46% !important;
    top: 56% !important;
}

.daterangepicker.dropdown-menu.ltr.opensright {
    left: 68% !important;
    top: 54% !important;
    padding: 10px 0;
    min-width: 80px;
}

element.style {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

div#reportrange {
    height: 34px;
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
    color: #656565;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    background-color: #F5F5F5 !important;
    width: 100%;
}

.daterangepicker td,
.daterangepicker th {
    font-size: 13px;
}

.ranges li {
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    color: #000;
    padding: 3px 8px;
    margin: 0 0 4px !important;
}

/* .table_lead th .checkmark {
cursor: auto;
} */

/* team */
.team_top form {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(172, 172, 172, 0.5);
    border-radius: 0 !important;
    box-shadow: none !important;
}

.team_top select {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1C1C1C;
}

.team_top label {
    font-size: 10px;
    line-height: 14px;
    color: rgba(28, 28, 28, 0.5);
}

.status {
    border-right: 1px solid rgba(172, 172, 172, 0.5);
}

.status select {
    padding: 0;
    border: none;
}

.status .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.status .form-control:focus,
.status :focus-visible {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.serach_bar {
    /* padding:5px 0; */
    width: 84%;
    border-right: 1px solid rgba(172, 172, 172, 0.5);
}

.team_top p {
    color: #626262;
}

.serach_bar input {
    font-size: 14px;
    padding-left: 28px !important;
}

.serach_bar input::placeholder {
    color: rgba(28, 28, 28, 0.5) !important;
}

.serach_bar button {
    border: none;
    padding: 0;
}

.arw_btns button {
    background-color: transparent;
}

.members a {
    width: 30px;
    height: 30px;
    border: 2px solid #F5F5F5;
    border-radius: 50%;
    background: #545454;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    padding: 4px;
}

a.more-box {
    background-color: #EBE8E8 !important;
}

.members a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.member-table th {
    color: #4A81E5;
}

.member-table th,
.member-table td {
    padding: 10px 37px;
    font-size: 14px;
    line-height: 20px;
}

.members a:first-child {
    margin-left: 0 !important;
}

.enable {
    width: 15px;
    height: 15px;
    background: #06D74D;
    border-radius: 50%;
    margin-left: 12px;
}

.disable {
    width: 15px;
    height: 15px;
    background: #BA1903;
    border-radius: 50%;
    margin-left: 12px;
}

.body-pd .member-table th,
.member-table td {
    padding: 10px 32px;
}

.member-table .dropdown-menu {
    height: 80px !important;
}

.action_info {
    color: #656565;
}

/* team member */
button.button-back {
    color: rgba(56, 69, 74, 0.75);
    border: none;
    font-size: 14px;
}

.border-blue {
    border-color: #4A81E5 !important;
}

/* add member */
.bg-gray {
    background: rgba(221, 221, 239, 0.3);
    box-shadow: 2px 2px 7px #EDEDF7;
    padding: 12px;
}

.bg-gray h5 {
    font-weight: 700;
    line-height: 22px;
    color: #313030;
}

/* search location */
.location_inner .nav {
    background: #f2f2f9;
    padding: 20px 10px 10px;
}

.location_inner .nav-pills .nav-link.active,
.location_inner .nav-pills .show>.nav-link {
    color: #fff;
    background: #4A81E5 !important;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
    border-radius: 0;
}

.location_inner .nav-pills .nav-link {
    border: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #5184E3;
    padding: 13px 22.4px;
    text-align: left;
    border-bottom: 1px dashed;
}

.location_inner .tab-content {
    padding: 20px 40px 40px;
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

.location_inner .tab-content>.tab-pane {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.location_inner .tab-content>.tab-pane {
    color: #656565 !important;
    font-size: 16px;
}

.location_inner button.btn.btn-primary,
.location_inner .btn-secondary {
    border-radius: 5px;
    height: auto !important;
    padding: 8px 16px;
    font-size: 14px;
    width: 76px;
    line-height: 17px;
}

.location_inner table {
    border: 1px solid;
}

.location_inner .inner_content h4 {
    color: #000000;
    font-weight: 700;
}

.location_inner .inner_content h4 span {
    color: #1842d6;
}

.location_inner .inner_content th,
.location_inner .inner_content tr,
.location_inner .inner_content td {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #96969c;
    padding: 7px 15px;
    font-size: 14px;
}

.details-control {
    cursor: pointer;
}

.table-info {
    /* display: none; */
    transition: all 0.5s linear;
}

.details-control:hover {
    color: #4a81e5;
}

.table-info table {
    border: none;
    margin-bottom: 0;
}

/* 27th oct */
a.up_dooc {
    font-size: 14px;
    background-color: #ffffff;
    width: 190px;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 12%);
}

.mutual_section {
    margin-top: 15px;
    padding: 10px 20px;
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

.box {
    margin-left: auto;
    overflow: hidden;
    background: #ffffff;
    margin-top: 12px;
    margin-bottom: 9px;
}

/* Add padding and border to inner content
for better animation effect */
.box-inner {
    width: 100%;
    padding: 10px;
}

button.slide-toggle {
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: auto;
}

/* -----------media query--------------- */
@media screen and (min-width: 768px) {

    .l-navbar.show,
    .l-navbar:hover {
        width: calc(75px + 190px) !important;
    }

    .source .draggable {
        width: 32%;
        margin: 3px;
    }

    .tree .card {
        min-width: 225px;
    }

    .status {
        width: 130px;
        padding-bottom: 6px;
    }

    .table_lead .dropdown-menu {
        height: 117px;
        z-index: 99;
        top: -28px !important;
    }

    /* .body-pd  .card_inner form .form-control[type=search] {
    width: 380px !important;
} */
    .body-pd .custom-width {
        width: 50%;
    }

    .custom-width {
        width: 60%;
    }

    .card_inner form .form-control[type=search] {
        width: 250px;
        height: 41px;
    }

    .searchbox {
        width: 250px !important;
        height: 41px !important;
    }

    .btn-search {

        color: #fff;
        background-color: #4a81e5 !important;
        border-color: #4a81e5 !important;
        padding: 0 15px;
        border-radius: 0px 5px 5px 0;
    }

    .body-pd .leads li {
        width: 16.2% !important;
    }

    .leads li {
        width: 17%;
    }

    .customer-height {
        height: 180px;
    }

    .lead-info .col-md-3 {
        flex: 0 0 auto;
        width: 29.5%;
    }

    .lead-info .col-md-6 {
        flex: 0 0 auto;
        width: 41%;
    }

    .close_div {
        display: none !important;
    }

    /* body{
    padding-left: calc(60px + 2rem);
} */
    .header_img {
        width: 40px;
        height: 40px;
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        left: 0;
        padding-bottom: 20% !important;
    }

    .l-navbar.show,
    .l-navbar:hover {
        width: calc(75px + 248px);
    }

    /* .body-pd{padding-left: calc(68px + 188px)} */
}

@media only screen and (max-width:767px) {
    .location_inner .tab-content {
        padding: 20px 10px 40px;
    }

    .status {
        width: 30%;
        padding-left: 7px;
    }

    .source .draggable {
        width: 100%;
        margin: 5px 0;
    }

    .filter {
        padding-right: 13px;
    }

    .serach_bar {
        width: 48%;
    }

    .table_lead .dropdown-menu {
        height: 117px;
        z-index: 99;
        top: -30px !important;
    }

    .mobile-w {
        width: 100%;
    }

    .card_inner li .add_link {
        width: 100%;
        justify-content: center;
    }

    .table_lead .check-label {
        margin-bottom: 0 !important;
    }

    .table_lead table {
        width: 1145px;
    }

    /* leads page */
    .timeline span.dot {
        width: 20px;
    }

    .abbre-name {
        display: none !important;
    }

    br {
        display: none;
    }

    .order-info {
        padding: 12px;
    }

    .order-info:after {
        left: 2.5%;
    }

    .accordion-body {
        padding: 15px !important;
    }

    .nav-pills li.nav-item {
        width: 50%;
        border: 1px solid #cbdeff;
    }

    .tab-content>.tab-pane {
        padding: 0px;
    }

    label.check-label {
        margin-bottom: 22px;
    }

    .timeline {
        padding: 12px;
    }

    .btn-right button.btn {
        margin-left: 0 !important;
        width: 100% !important;
        margin-bottom: 16px;
    }

    /* end */
    span.close_div {
        position: absolute;
        top: 2px;
        right: 5px;
        z-index: 99;
        background: #1742d5;
        padding: 5px 9px;
        color: #fff;
    }

    header {
        margin-left: 0;
        height: auto;
        padding: 0 16px;
    }

    #body-pd form {
        margin-left: 0;
    }

    span.admin_name {
        width: auto;
    }

    a#navbarDropdown {
        padding-right: 0 !important;
    }

    .content-wrapper {
        min-height: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }

    ul.leads {
        height: 100% !important;
        margin: 0 -8px !important;
        padding:0 !important;
        flex-direction: row !important;
    }

    .leads li {
        padding: 7.5px 16px;
        margin: 4px;
        border-radius: 6px;
        width: 47%;
    }

    .content-inner {
        padding: 28px 16px;
    }

    .page_name {
        padding: 6px 16px;
    }

    .l-navbar.show {
        width: 100%;
    }

    .l-navbar {
        top: 48px;
    }

    .right-info {
        padding: 0;
        width: 100%;
        justify-content: space-between;
    }

    .body-pd header,
    .body-pd .content-wrapper {
        margin-left: 0 !important;
    }

    footer {
        z-index: 9;
    }
}


div#buttonAlert {
    position: absolute;
    top: 3px;
    z-index: 9999;
    right: 4px;
    margin: auto;
    width: 25%;
    padding: 30px 37px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    background: #1842d6;
}

div#buttonAlert button.close {
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    background: white;
    color: #1842d6;
    font-weight: 800;
    font-size: 22px;
    padding: 0 0;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xdsoft_time_box.xdsoft_scroller_box {
    color: #000 !important;
}

/* datetime picker */
.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::selection {
    background: transparent
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #656565db;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #656565db;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    color: #000000 !important;
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #656565db;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #33aaff !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
}

.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #656565db !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
    /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
    /* IE6-9 */
}


#datetimepicker {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c1d2f0;
    padding: 7px 9px;
    font-size: 12px;
    color: #656565;
}


/* team-mebers */
.tree {
    margin: 18px;
    padding: 0;
    display: flex;
    overflow-x: scroll;
}

.tree .card {
    background: #F5F5F5 !important;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.12);
    border-radius: 5px !important;
    border-top: 5px solid;
}

.border-red {
    border-color: #DE0202 !important;
}

.tree:not(:empty):before,
.tree:not(:empty):after,
.tree ul:not(:empty):before,
.tree ul:not(:empty):after,
.tree li:not(:empty):before,
.tree li:not(:empty):after {
    display: block;
    position: absolute;
    content: "";
}

.tree ul,
.tree li {
    position: relative;
    margin: 0;
    padding: 0;
}

.tree li {
    list-style: none;
}

.tree li>div {
    background-color: #eee;
    color: #222;
    padding: 5px;
    display: inline-block;
}

.tree.cascade li {
    margin-left: 24px;
}

.tree.cascade li div {
    margin-top: 12px;
}

.tree.cascade li:before {
    border-left: 1px solid #656565db;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.cascade li:after {
    border-top: 1px solid #656565db;
    width: 12px;
    left: -12px;
    top: 24px;
}

.tree.cascade li:last-child:before {
    height: 24px;
    top: 0;
}

.tree.cascade>li:first-child:before {
    top: 24px;
}

.tree.cascade>li:only-child {
    margin-left: 0;
}

.tree.cascade>li:only-child:before,
.tree.cascade>li:only-child:after {
    content: none;
}

.tree.horizontal li {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.tree.horizontal li div {
    margin: 6px 0;
}

.tree.horizontal li:before {
    border-left: 1px solid #656565db;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.horizontal li:first-child:before {
    height: 50%;
    top: 50%;
}

.tree.horizontal li:last-child:before {
    height: 50%;
    bottom: 50%;
    top: auto;
}

.tree.horizontal li:after,
.tree.horizontal li ul:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 12px;
    top: 50%;
    left: -12px;
}

.tree.horizontal li:only-child:before {
    content: none;
}

.tree.horizontal li ul:after {
    left: 0;
}

.tree.horizontal>li:only-child {
    margin-left: 0;
}

.tree.horizontal>li:only-child:before,
.tree.horizontal>li:only-child:after {
    content: none;
}

.tree ul {
    display: flex;
    justify-content: center;
}

.tree li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tree li .card {
    margin: 30px 6px;
    padding: 0;
}

.tree .card-body img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
}

.tree .card-body span {
    width: 80%;
    font-size: 13px;
    line-height: 14px;
    color: #38454A;
}

.tree .card-body span h5 {
    font-size: 13px;
    font-weight: 600;
}

.tree li .card .card-header {
    background-color: transparent;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
}

.tree li:before {
    border-left: 1px solid #656565db;
    height: 30px;
    width: 0;
    top: 0;
}

.tree li:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 100%;
}

.tree li:first-child:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 50%;
    left: 50%;
}

.tree li:last-child:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 50%;
    right: 50%;
}

.tree li:only-child:after {
    content: none;
}

.tree li ul:before {
    border-left: 1px solid #656565db;
    height: 30px;
    width: 0;
    top: -30px;
}

.tree li ul:after {
    content: '';
    background-image: url(../images/circle.png);
    width: 13px;
    height: 13px;
    background-size: 10px;
    background-repeat: no-repeat;
    top: -39px;
    background-position: top;
}

/* .tree li:after{
content: '';
background-image: url(../images/circle.png);
width: 13px;
height: 13px;
background-size: 10px;
background-repeat: no-repeat;
top: 0px;
background-position: top;
} */
.tree>li:only-child:before,
.tree>li:only-child:after {
    content: none;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li,
.tree.cascade-3>li>ul>li>ul>li,
.tree.cascade-2>li>ul>li,
.tree.cascade-1>li,
.tree .cascade {
    flex-direction: column;
    align-items: start;
    padding: 0 12px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:before,
.tree.cascade-3>li>ul>li>ul>li:before,
.tree.cascade-2>li>ul>li:before,
.tree.cascade-1>li:before,
.tree .cascade:before {
    left: 24px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:after,
.tree.cascade-3>li>ul>li>ul>li:after,
.tree.cascade-2>li>ul>li:after,
.tree.cascade-1>li:after,
.tree .cascade:after {
    left: 0;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:first-child:after,
.tree.cascade-3>li>ul>li>ul>li:first-child:after,
.tree.cascade-2>li>ul>li:first-child:after,
.tree.cascade-1>li:first-child:after,
.tree .cascade:first-child:after {
    left: 24px;
    width: 100%;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:last-child:after,
.tree.cascade-3>li>ul>li>ul>li:last-child:after,
.tree.cascade-2>li>ul>li:last-child:after,
.tree.cascade-1>li:last-child:after,
.tree .cascade:last-child:after {
    left: 0;
    width: 24px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li ul,
.tree.cascade-3>li>ul>li>ul>li ul,
.tree.cascade-2>li>ul>li ul,
.tree.cascade-1>li ul,
.tree .cascade ul,
.tree.cascade-4>li>ul>li>ul>li>ul>li li,
.tree.cascade-3>li>ul>li>ul>li li,
.tree.cascade-2>li>ul>li li,
.tree.cascade-1>li li,
.tree .cascade li {
    display: block;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li ul:before,
.tree.cascade-3>li>ul>li>ul>li ul:before,
.tree.cascade-2>li>ul>li ul:before,
.tree.cascade-1>li ul:before,
.tree .cascade ul:before,
.tree.cascade-4>li>ul>li>ul>li>ul>li ul:after,
.tree.cascade-3>li>ul>li>ul>li ul:after,
.tree.cascade-2>li>ul>li ul:after,
.tree.cascade-1>li ul:after,
.tree .cascade ul:after,
.tree.cascade-4>li>ul>li>ul>li>ul>li li:before,
.tree.cascade-3>li>ul>li>ul>li li:before,
.tree.cascade-2>li>ul>li li:before,
.tree.cascade-1>li li:before,
.tree .cascade li:before,
.tree.cascade-4>li>ul>li>ul>li>ul>li li:after,
.tree.cascade-3>li>ul>li>ul>li li:after,
.tree.cascade-2>li>ul>li li:after,
.tree.cascade-1>li li:after,
.tree .cascade li:after {
    border: none;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li div,
.tree.cascade-3>li>ul>li>ul>li div,
.tree.cascade-2>li>ul>li div,
.tree.cascade-1>li div,
.tree .cascade div {
    margin: 0;
    margin-top: 12px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li,
.tree.cascade-3>li>ul>li>ul>li li,
.tree.cascade-2>li>ul>li li,
.tree.cascade-1>li li,
.tree .cascade li {
    margin-left: 24px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li:before,
.tree.cascade-3>li>ul>li>ul>li li:before,
.tree.cascade-2>li>ul>li li:before,
.tree.cascade-1>li li:before,
.tree .cascade li:before {
    border-left: 1px solid #656565db;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li:after,
.tree.cascade-3>li>ul>li>ul>li li:after,
.tree.cascade-2>li>ul>li li:after,
.tree.cascade-1>li li:after,
.tree .cascade li:after {
    border-top: 1px solid #656565db;
    width: 12px;
    height: 0;
    left: -12px;
    top: 24px;
    content: "";
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li:last-child:before,
.tree.cascade-3>li>ul>li>ul>li li:last-child:before,
.tree.cascade-2>li>ul>li li:last-child:before,
.tree.cascade-1>li li:last-child:before,
.tree .cascade li:last-child:before {
    height: 24px;
    top: 0;
}

.zoom-btns a.btn {
    background: #afafaf;
    color: #fff;
}



.target {
    border: 1px solid rgb(226, 226, 226);
    background-color: #ededf8;
    height: 100%;
}

.target .draggable {
    background-color: #ffffff !important;
    margin: 7px 7px 8px !important;
}

.draggable {
    border: none;
    padding: 1.5ch;
    background-color: #ededf8;
    cursor: move;
}

.draggable.is-dragging {
    opacity: 0.5;
}

.source .draggable {
    display: inline-block;
}

.draggable .inner img {
    width: 53px;
    height: 53px;
    object-fit: contain;
    border-radius: 50%;
}

.draggable .inner a {
    color: #474747;
}

.user-profile .active {
    color: #000;
}

.user-profile .tab-pane {
    padding: 0;
}

.btn-upload {
    width: 139px;
    height: 139px;
    background: #4e95c1 !important;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.btn-upload .fa.fa-upload {
    font-size: 76px;
    color: #fff;
}

.btn-upload #avatar-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.avatar-source .img-thumbnail {
    cursor: pointer;
}

#search-leads-btn {
    line-height: 1.2 !important;
}

.content-inner.tab-page .tab-pane.active {
    color: #656565;
    ;
}

.content-inner .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #4a81e5;
}

.content-inner .remove-line-height {
    line-height: 0.5;
}

.row.hed {
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

.ui-state-default {
    list-style: none;
}

.rd {
    background: #f5f8fa;
    padding: 0.75rem;
}

.rd1 {
    background: #f6f6f6;
    padding: 0.75rem;
}

#sortable {
    padding: 0;
    margin-left: -14px;
}

.swal-button--confirm {
    background-color: #dc3545;
}

.custom_clr .active {
    color: #000;
}

#nav-bar .navbar-brand img {
    width: 92px;
}

.img_cstm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img_cstm {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.error-help-block {
    position: absolute;
    font-size: 12px !important;
}

.custom-datetime {
    width: 516px;
    display: flex;
    flex-wrap: wrap;
}

.custom-datetime .drp-buttons {
    width: 100%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #4a81e5;
    border-color: #4a81e5;
}

.services {
    border: 1px solid #d1c7c7 !important;
    padding: 20px;

}

.req {
    color: #ff0000;
}

.float-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #4a81e5;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.float-btn:hover {
    color: #fff;
}

.large-area {
    height: auto !important;
}

.area-of-operation {
    border: 1px solid #ccc !important;
    padding-bottom: 15px;
}

.heading-area-of-operation {
    margin-top: -10px;
    background-color: #f3f3f9;
    position: absolute;
    padding: 0px 8px;
    font-weight: 700;
    margin-left: 10px;
}

.heading-content-area {
    margin-top: -1px;
}

.custom-margin-sidebar {
    margin-right: 11px;
}

/* .tree li .card::after {
content: '';
position: absolute;
bottom: 0;
width: 10px;
height: 10px;
border-radius: 50%;
left: 0;
right: 0;
margin: auto;
background: #a0c2ff;
}
.tree li .card {
position: relative;
}
.removeChild .card::after {
display: none;
} */
@media only screen and (max-width: 600px) {
    .web-whatsapp {
        display: none;
        cursor: pointer;
    }

    .mobile-whatsapp1 {
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    .web-whatsapp {
        display: block;
        cursor: pointer;
    }

    .mobile-whatsapp1 {
        display: none;
    }
}

.customer-detail a {
    color: #fff;
}

.todo-card-content {
    font-size: 16px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    font-weight: 800;
    padding: 0px 9px;
    background: #e7ffe6;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13);
}

.reminder .dropdown-toggle::after {
    margin-left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    border-color: transparent;
    width: 100%;
    left: 0;
}

/* .reminder-drop {
margin-top: 25px !important;
left: 15px !important;
} */
.reminder-drop {
    margin-top: 25px !important;
    left: -235px !important;
    width: 300px;
    padding: 10px 4px 10px 3px;
}

ul.dropdown-menu.reminder-drop::after {
    content: '';
    border-bottom: 11px solid #f5f5f5;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-radius: 4px;
    position: absolute;
    top: -11px;
    right: 24px;
}

.login_adm::after {
    margin-left: 8px !important;
    border-top: 8px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.dropdown-menu.admin_dtl.show {
    min-width: 255px;
    top: 84% !important;
    left: -109% !important;
}

.dropdown.reminder .top-0 {
    top: 13px !important;
    right: -7px;
}

.notification-list {
    padding: 4px 10px;
    margin-bottom: 7px;
    /* background: #fff; */
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 2px 9px 10px 1px rgba(0, 0, 0, 0.06);
}

.notification-list--unread {
    border-left: 2px solid #20803c;
}

.notification-list span,
.notification-list a {
    font-size: 12px !important;
}

.notification-list a {
    color: #20803c !important;
    font-weight: 600 !important;
}


/* common */
a {
    text-decoration: none;
}

.white {
    color: #ffffff;
}

.border-bottom {
    border-bottom: 1px solid #9C9E9E !important;
}

.list-style {
    list-style: none;
}

.size-12 {
    font-size: 12px;
    line-height: 16px;
}

.size-14 {
    font-size: 14px;
}

.size-16 {
    font-size: 16px;
}

.size-18 {
    font-size: 18px;
}

.size-20 {
    font-size: 20px;
}

.size-22 {
    font-size: 22px;
}

.size-25 {
    font-size: 25px;
}

.size-30 {
    font-size: 30px;
}

/* header, sidebar */

.navbar-brand {
    text-align: center;
    /* margin: 0 0 14px !important; */
    display: block;
    height: 92px;
    padding: 12px 0 11px;
    position: sticky;
    top: 0;
    /* background: #ffffff; */
    z-index: 9;
}

/* .menu_nav {
    padding: 0 22px;
} */


.l-navbar {
    position: fixed;
    /* margin-top: -7%; */
    top: 129px;
    left: 0%;
    width: 92px;

    background-color: #ffffff;
    padding: 0 !important;
    transition: all .5s linear;
    z-index: 100;

}

/* .l-navbar .menu_nav {
    overflow-y: scroll;
    height: 100vh;
} */
.l-navbar .menu_nav {
    background: #4a81e5;
    height: 85vh;
    border-radius: 10px;
    overflow-y: auto;
    margin: 0 auto;
}
section#nav-bar {
    overflow: hidden;
    min-height: 100vh;
    background: #4a81e5;
}
.l-navbar .menu_nav::-webkit-scrollbar {
    width: 12px !important;
    background-color: #dbdbdb !important;
    scrollbar-color: #007 #bada55 !important;
}

.l-navbar .menu_nav::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgb(187, 190, 211) !important;
    scrollbar-color: #007 #b1c768;
}

.l-navbar .menu_nav::-webkit-scrollbar-thumb:hover {
    background-color: #ccc !important
}


.l-navbar ul {
    list-style: none;
    padding: 0;
}

.l-navbar li {
    margin-top: 29px;
}

.l-navbar li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}


.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: #F7F6FB;
}

.nav_logo-name {
    color: #F7F6FB;
    font-weight: 700
}

.nav_link {
    position: relative;
    color: #AFA5D9;
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav_link:hover {
    color: #F7F6FB
}

.nav_icon {
    font-size: 1.25rem
}

.l-navbar.show {
    left: 0
}


.body-pd header {
    margin-left: calc(80px + 15rem) !important;
}

.active {
    color: #F7F6FB
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: #F7F6FB
}

#body-pd .form-control {
    background-color: transparent;
    border: none;
    padding-left: 49px;
}


.btn-transparent {
    top: 0px;
    bottom: 0;
    margin: auto;
}

#body-pd ::placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #1C1C1C;
}

#body-pd :-ms-input-placeholder {
    color: #1C1C1C;
}

#body-pd ::-webkit-input-placeholder {
    color: #1C1C1C;
}

.form-control:focus,
:focus-visible {
    border: 1px solid #82b906 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

span.digit {
    width: 23.65px;
    height: 23.65px;
    left: 14px;
    top: -5px;
    background: #B30505;
    border: 1px solid #F5F5F5;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

span.admin_name {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: block;
    white-space: normal;
    width: 100px;
    overflow: hidden;
    margin-left: 20px;
}

span.admin-img {
    width: 67px;
    height: 67px;
    background: #F5F5F5;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: block;
    padding: 9px;
}

.dropdown-toggle::after {
    margin-left: -2px;
    border-top: 11px solid #000000;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-radius: 4px;
}

.dropdown-menu {
    min-width: 253px;
    top: 61% !important;
    left: -26px !important;
    background: #F5F5F5;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    border: none;
    border-radius: 0;
    padding: 18px 22px 10px;
}

.dropdown-menu img {
    margin-right: 10px;
}

.dropdown-menu li:first-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.dropdown-menu li {
    margin-bottom: 10px;
}

.dropdown-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.5s linear;
}

.dropdown-menu li a:hover {
    color: #048c94;
}

/* .l-navbar::-webkit-scrollbar {
    display: none;
} */

/* Hide scrollbar for IE, Edge and Firefox */
/* .l-navbar {
    -ms-overflow-style: none;
    
    scrollbar-width: none;
  
} */

.l-navbar .dropdown-toggle::after {
    margin-left: 0;
    border-top: 6px solid #9ba2a4;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-radius: 4px;
    position: absolute;
    right: 8%;
}

/* .l-navbar .dropdown-menu.show {
display: block;
left: 1px !important;
top: -29px !important;
position: relative !important;
transition: all 0.5s linear;
} */
.l-navbar .sub_categories {
    transition: all 0.5s linear;
    padding: 0 !important;
    background-color: #4a5da2;
    margin-top: 7px;
}

.l-navbar .sub_categories li:first-child {
    padding-top: 10px !important;
}

/* .l-navbar  .sub_categories{
display: none;
} */
.l-navbar .sub_categories li {
    margin: 9px 0 0 !important;
    margin-bottom: 0 !important;
    padding: 0px 20px;
}

.l-navbar .sub_categories li a {
    font-weight: 400;
    font-size: 15px !important;
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff47;
    background-color: transparent;
}

.l-navbar .sub_categories li:last-child a {
    border-bottom: none !important;
    padding-bottom: 13px;
}

.body-pd .content-wrapper {
    margin-left: calc(80px + 9rem) !important;
}

/* content home page */
.content-wrapper {
    min-height: 100vh;
    padding-left: calc(60px + 2rem);
    transition: all 0.5s linear;
    padding-bottom: 10%;
}




.title_page {
    font-weight: 700;
}

.page_name a {
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}

.page_name .breadcrumb-item.active {
    text-transform: capitalize;
    color: rgb(122 122 122);
}

/* .card {
background: #FDFBFB;
box-shadow: 2px 2px 15px #e6e6f6;
margin-bottom: 28px;
padding: 20px;
border: none;
border-radius: 0 !important;
} */

.blocks .card h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    margin: 7px 0 16px;
}

.blocks .card span img {
    margin-top: -37px;
    margin-bottom: -14px;
}

.blocks .col-md-3:first-child .card h3 {
    color: #BC5B02;
}

.blocks .col-md-3:nth-child(2) .card h3 {
    color: #04239B;
}

.blocks .col-md-3:nth-child(3) .card h3 {
    color: #0C5B87;
}

.blocks .col-md-3:nth-child(4) .card h3 {
    color: #008253;
}

.blocks .col-md-3 .card a {
    font-size: 14px;
    line-height: 19px;
    color: #048C94;
}

a.add_link {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(191 191 191 / 66%);
    padding: 3px 12px;
    text-decoration: none;
}

.card_marginbutton a.add_link {
    margin: -6px 0 8px;
}

.leads li {
    background: #F5F5F5;
    border: 1px solid;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 7%);
    padding: 7.5px 20px;
    margin: 11px 15px;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.5s linear;
    height: 40px;
}

.leads li:hover {
    color: #ffffff !important;
}

.leads li span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.leads {
    display: flex;
    flex-wrap: wrap;
    height: 250px;
    margin: 0 -25px;
}

li.green {
    border-color: #196609;
    color: #196609;
}

li.green:hover {
    background-color: #196609;
}

li.blue {
    border-color: #1A2CCD;
    color: #1A2CCD;
}

li.blue:hover {
    background-color: #1A2CCD;
}

li.red {
    border-color: #AC4040;
    color: #AC4040;
}

li.red:hover {
    background-color: #AC4040;
}

li.purple {
    border-color: #AA40AC;
    color: #AA40AC;
}

li.purple:hover {
    background-color: #AA40AC;
}

li.yellow {
    border-color: #AC9440;
    color: #AC9440;
}

li.yellow:hover {
    background-color: #AC9440;
}

li.orange {
    border-color: #BC5B02;
    color: #BC5B02;
}

li.orange:hover {
    background-color: #BC5B02;
}

li.black-clr {
    border-color: #0D0D0D;
    color: #0D0D0D;
}

li.black-clr:hover {
    background-color: #0D0D0D;
}

li.light-green {
    border-color: #30C62C;
    color: #30C62C;
}

li.light-green:hover {
    background-color: #30C62C;
}

li.green {
    border-color: #196609;
    color: #196609;
}

li.green:hover {
    background-color: #196609;
}

li.blue-light {
    border-color: #083272;
    color: #083272;
}

li.blue-light:hover {
    background-color: #083272;
}

.row-table table th,
.row-table table td {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
    padding: 8.5px 17px;
    width: 120px;
    font-weight: 400 !important;
}

.row-table table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.row-table .table-responsive {
    height: 250px;
    margin-right: -14px;
}

.right-table .table-responsive {
    height: 280px;
    margin-right: -14px;
}

.row-table table tbody tr {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 7%);
}

.graphs .add_link {
    width: 184px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.row-table ::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

.row-table ::-webkit-scrollbar-track {
    background: #ffffff;
    /* color of the tracking area */
}

.row-table ::-webkit-scrollbar-thumb {
    background-color: #656565db656565db;
    /* color of the scroll thumb */
    border-radius: 15px;
    /* roundness of the scroll thumb */
    border: 3px solid #ffffff;
    /* creates padding around scroll thumb */
}

.view_link {
    margin-bottom: -7px;
}

.view_link a {
    color: #4A81E5;
}

ul.leads a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
}

.leads li {
    position: relative
}

/* leads */
.customer-detail {
    background: #4A81E5;
    padding: 22px 22px 5px;
}

.custom-margin {
    margin: -13px 0 14px;
}

.abbre-name {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    color: #222222;
    background: #E8E8EF;
    border: 3px solid #F5F5F5;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 8%);
    width: 97px;
    height: 97px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

a.edit-link {
    position: absolute;
    right: 11px;
    top: 14px;
    z-index: 9;
}

.types-info span {
    width: 34px;
    height: 33px;
    background: #386FD5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin-left: 10px;
    margin-bottom: 10px;
}

.custom-px {
    padding-left: 11px;
    padding-right: 11px;
}

.order-info {
    background: #FDFBFB;
    box-shadow: 2px 2px 15px #d4eded;
    padding: 12px 25px 12px 68px;
}

.order-info h6 {
    color: #545454;
    border-bottom: 0.5px solid rgba(156, 158, 158, 0.5);
    padding: 6px 0 6px;
    line-height: 19.1px;
}

.order-info h6 span {
    color: #222222
}

.border-none {
    border: none !important
}

.order-info:after {
    content: '';
    position: absolute;
    height: 84%;
    width: 1px;
    background-color: rgba(156, 158, 158, 0.5);
    top: 0;
    bottom: 0;
    left: 4.5%;
    right: 0;
    margin: auto;
}

.order-info h6 img {
    margin-top: -3px;
}

h3.number-order {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-transform: capitalize;
    color: #048B2A;
    margin-left: 15px;
}

.client-requirement .accordion-item .accordion-button.collapsed {
    background-color: rgb(74 129 229 / 12%) !important;
    color: #285FC4 !important;
}

.client-requirement .accordion-item {
    border-radius: 0 !important;
}

.client-requirement .accordion-item .accordion-button {
    background-color: #4A81E5;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    border: none !important;
    padding: 8px 24px;
    box-shadow: none !important;
}

.accordion-body {
    padding: 1rem 1.6rem;
    background: #4a81e5;
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    font-weight: 400;
}

.client-requirement .accordion-item {
    border: none !important;
}

.accordion-button.collapsed::after {
    background-color: rgba(56, 69, 74, 0.1) !important;
}

.accordion-button::after {
    background-color: rgb(255 255 255 / 95%);
    width: 26px;
    height: 25px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}

.right-listing li {
    position: relative;
    display: block;
    padding: 9.71px 12px;
    border-left: 0.5px solid rgba(56, 69, 74, 0.5);
}

.right-listing {
    border-right: 0.5px solid rgba(56, 69, 74, 0.5);
}

.tabs_navbr {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
    margin-top: 15px;
}

.tabs_navbr .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #4A81E5;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

.tabs_navbr .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #5184E3;
    padding: 13px 22.4px;
}

.tooltiptext {
    visibility: hidden;
    width: 115px;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 2px 6px;
    position: absolute;
    bottom: -6px;
    font-size: 10px;
    z-index: 1;
    left: -84px;
    border: 1px solid #000000;
    background-color: #ffffff;
}

.right-listing li:hover .tooltiptext,
.filter:hover .tooltiptext {
    visibility: visible;
}

.tab-content .input-label {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #656565;
    padding-top: 0px;
    margin-bottom: 0;
}

.tab-content select.form-select,
.tab-content .form-control {
    height: 34px;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #656565;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    background-color: #F5F5F5 !important;

}

.form-control,
select.form-select {
    height: 34px;
    font-size: 12px;
    line-height: 16px;
    /* text-transform: capitalize; */
    color: #656565;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    background-color: #F5F5F5 !important;
}

input.form-control.form-file:after {
    content: 'choose file';
    position: absolute;
    width: 90px;
    height: 34px;
    z-index: 1;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    background: #4A81E5;
    border: 1px solid rgba(74, 129, 229, 0.3);
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    justify-content: center;
}

input.form-control.form-file {
    position: relative;
}

.tab-content .form-control {
    padding-left: 12px !important;
}

.tab-content ::placeholder {
    font-size: 12px !important;
    line-height: 16px;
    text-transform: capitalize;
    color: #656565 !important;
}

.tab-content>.tab-pane form {
    box-shadow: none !important;
    background-color: transparent !important;
}

.tab-content>.tab-pane {
    padding: 0 41px 40px;
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

li.select2-selection__choice {
    background: rgba(253, 226, 157, 0.4) !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 0px 30px !important;
}

button.select2-selection__choice__remove {
    border: none !important;
}

button.select2-selection__choice__remove span {
    font-weight: 600;
    font-size: 12px;
    line-height: 11px;
    text-transform: capitalize;
    color: #6F5001;
    padding-left: 13px;
    padding-top: 8px;
    background-color: transparent !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 4px;
    padding-right: 6px;
    padding-top: 0;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
}

.select2-selection__choice__display {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #6F5001;
}

.check-label {
    display: block;
    position: relative;
    padding-left: 58px;
    font-size: 16px;
    line-height: 22px;
    color: #656565;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 7px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

button.btn.btn-primary {
    background: #4A81E5;
    border-radius: 5px;
    border: none;
    width: 154px;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    height: 38px;
}

.sales-reporting-show {
    background-color: #4A81E5;
    border: none;
    color: #fff;
    height: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    margin-left: 2px;
    border-radius: 50%;
    width: 25px;
}

div#pills-tabContent {
    margin: 15px 0;
}

.btn-gray {
    background: rgba(56, 69, 74, 0.06);
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #474747;
    width: 154px;
    height: 38px;
}

/* Hide the browser's default checkbox */
.check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 33.57px;
    background: #F5F5F5;
    border: 1px solid rgba(74, 129, 229, 0.3);
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.check-label:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-label input:checked~.checkmark {
    background: #0B63A3;
    box-shadow: 2px 2px 15px rgba(221, 221, 239, 0.8);
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-label .checkmark:after {
    left: 16px;
    top: 3px;
    width: 10px;
    height: 21px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.timeline {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
    padding: 20px 52px;
}

.timeline h5 {
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    color: #2C2C2C;
}

.timeline ul {
    list-style: none;
    position: relative;
    z-index: 1;
}

.timeline ul:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    margin: auto;
    width: 1px;
    height: 93%;
    border: 1px dashed #9E9E9E;
    z-index: -1;
}

.timeline ul li {
    margin-bottom: 11px;
    display: flex;

}

.timeline h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #3A3A3A;
}

.timeline p {
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #656565;
}

.timeline span.dot {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    margin-right: 25px;
}

.timeline span.dot.teal {
    background: #005579;
}

.timeline span.dot.blue {
    background: #00CFDD;
}

.timeline span.dot.brown {
    background: #793A00;
}

/* all leads */
.card_inner {
    background: #f2f2f9;
    box-shadow: 2px 2px 15px #f2f2f9;
    padding: 17px !important;
}

.card_inner form .form-control[type=search] {
    background: #F5F5F5 !important;
    box-shadow: 2px 2px 15px #f2f2f9;
    border-radius: 5px;
    padding-left: 20px;
}

.card_inner li .add_link {
    background: #4a81e5 !important;
    color: #ffffff !important;
    height: 39px;
    border-radius: 5px;
}

#dropdownfilter {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2C2C2C;
    border: 1px solid #3F3F3F;
    margin: 0 17px 0 28px;
    display: flex;
    align-items: center;
}

.filter_options {
    display: none;
}

.table_lead .check-label {
    height: 17px;
    width: 17px;
    padding-left: 0;
}

.table_lead .checkmark {
    width: 17px;
    height: 17px;
}

.table_lead .check-label .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
}

.table_lead table {
    width: 100%;
    padding: 0;
    margin: 0;
}

.table_lead td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table_lead tr:last-child td {
    border-bottom: none !important;
}

.table_lead td a {
    color: #000000;
}

.table_lead th {
    font-weight: 600 !important;
}

.table_lead td,
.table_lead th {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    padding: 16px 7px;
}

.card_inner form .form-control[type=search] {
    padding-left: 12px !important;
}

.table_lead .dropdown-menu {
    min-width: 94px;
    width: 94px;
    padding: 10px !important;
    left: 0 !important;
}

.table_lead button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.table_lead .dropdown-menu li a {
    font-size: 12px !important;
    padding: 0;
}

.showing_page select {
    width: 6% !important;
    padding: 0 12px;
    height: 28px;
    border: 1px solid #4a81e5;
    background-color: #d5e4ff;
    margin-left: 15px;
    color: #000000;
    font-size: 14px;
}

.custom-width {
    box-shadow: none !important;
}

/* date range */
.daterangepicker.dropdown-menu.ltr.opensright.show-calendar {
    left: 46% !important;
    top: 56% !important;
}

.daterangepicker.dropdown-menu.ltr.opensright {
    left: 68% !important;
    top: 54% !important;
    padding: 10px 0;
    min-width: 80px;
}

element.style {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

div#reportrange {
    height: 34px;
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
    color: #656565;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    background-color: #F5F5F5 !important;
    width: 100%;
}

.daterangepicker td,
.daterangepicker th {
    font-size: 13px;
}

.ranges li {
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    color: #000;
    padding: 3px 8px;
    margin: 0 0 4px !important;
}

/* .table_lead th .checkmark {
cursor: auto;
} */

/* team */
.team_top form {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(172, 172, 172, 0.5);
    border-radius: 0 !important;
    box-shadow: none !important;
}

.team_top select {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1C1C1C;
}

.team_top label {
    font-size: 10px;
    line-height: 14px;
    color: rgba(28, 28, 28, 0.5);
}

.status {
    border-right: 1px solid rgba(172, 172, 172, 0.5);
}

.status select {
    padding: 0;
    border: none;
}

.status .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.status .form-control:focus,
.status :focus-visible {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.serach_bar {
    /* padding:5px 0; */
    width: 84%;
    border-right: 1px solid rgba(172, 172, 172, 0.5);
}

.team_top p {
    color: #626262;
}

.serach_bar input {
    font-size: 14px;
    padding-left: 28px !important;
}

.serach_bar input::placeholder {
    color: rgba(28, 28, 28, 0.5) !important;
}

.serach_bar button {
    border: none;
    padding: 0;
}

.arw_btns button {
    background-color: transparent;
}

.members a {
    width: 30px;
    height: 30px;
    border: 2px solid #F5F5F5;
    border-radius: 50%;
    background: #545454;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    padding: 4px;
}

a.more-box {
    background-color: #EBE8E8 !important;
}

.members a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.member-table th {
    color: #4A81E5;
}

.member-table th,
.member-table td {
    padding: 10px 37px;
    font-size: 14px;
    line-height: 20px;
}

.members a:first-child {
    margin-left: 0 !important;
}

.enable {
    width: 15px;
    height: 15px;
    background: #06D74D;
    border-radius: 50%;
    margin-left: 12px;
}

.disable {
    width: 15px;
    height: 15px;
    background: #BA1903;
    border-radius: 50%;
    margin-left: 12px;
}

.body-pd .member-table th,
.member-table td {
    padding: 10px 32px;
}

.member-table .dropdown-menu {
    height: 80px !important;
}

.action_info {
    color: #656565;
}

/* team member */
button.button-back {
    color: rgba(56, 69, 74, 0.75);
    border: none;
    font-size: 14px;
}

.border-blue {
    border-color: #4A81E5 !important;
}

/* add member */
.bg-gray {
    background: rgba(221, 221, 239, 0.3);
    box-shadow: 2px 2px 7px #EDEDF7;
    padding: 12px;
}

.bg-gray h5 {
    font-weight: 700;
    line-height: 22px;
    color: #313030;
}

/* search location */
.location_inner .nav {
    background: #f2f2f9;
    padding: 20px 10px 10px;
}

.location_inner .nav-pills .nav-link.active,
.location_inner .nav-pills .show>.nav-link {
    color: #fff;
    background: #4A81E5 !important;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
    border-radius: 0;
}

.location_inner .nav-pills .nav-link {
    border: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #5184E3;
    padding: 13px 22.4px;
    text-align: left;
    border-bottom: 1px dashed;
}

.location_inner .tab-content {
    padding: 20px 40px 40px;
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

.location_inner .tab-content>.tab-pane {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.location_inner .tab-content>.tab-pane {
    color: #656565 !important;
    font-size: 16px;
}

.location_inner button.btn.btn-primary,
.location_inner .btn-secondary {
    border-radius: 5px;
    height: auto !important;
    padding: 8px 16px;
    font-size: 14px;
    width: 76px;
    line-height: 17px;
}

.location_inner table {
    border: 1px solid;
}

.location_inner .inner_content h4 {
    color: #000000;
    font-weight: 700;
}

.location_inner .inner_content h4 span {
    color: #1842d6;
}

.location_inner .inner_content th,
.location_inner .inner_content tr,
.location_inner .inner_content td {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #96969c;
    padding: 7px 15px;
    font-size: 14px;
}

.details-control {
    cursor: pointer;
}

.table-info {
    /* display: none; */
    transition: all 0.5s linear;
}

.details-control:hover {
    color: #4a81e5;
}

.table-info table {
    border: none;
    margin-bottom: 0;
}

/* 27th oct */
a.up_dooc {
    font-size: 14px;
    background-color: #ffffff;
    width: 190px;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 12%);
}

.mutual_section {
    margin-top: 15px;
    padding: 10px 20px;
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

.box {
    margin-left: auto;
    overflow: hidden;
    background: #ffffff;
    margin-top: 12px;
    margin-bottom: 9px;
}

/* Add padding and border to inner content
for better animation effect */
.box-inner {
    width: 100%;
    padding: 10px;
}

button.slide-toggle {
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: auto;
}

/* -----------media query--------------- */


@media only screen and (max-width:767px) {
    .location_inner .tab-content {
        padding: 20px 10px 40px;
    }

    .status {
        width: 30%;
        padding-left: 7px;
    }

    .source .draggable {
        width: 100%;
        margin: 5px 0;
    }

    .filter {
        padding-right: 13px;
    }

    .serach_bar {
        width: 48%;
    }

    .table_lead .dropdown-menu {
        height: 117px;
        z-index: 99;
        top: -30px !important;
    }

    .mobile-w {
        width: 100%;
    }

    .card_inner li .add_link {
        width: 100%;
        justify-content: center;
    }

    .table_lead .check-label {
        margin-bottom: 0 !important;
    }

    .table_lead table {
        width: 1145px;
    }

    /* leads page */
    .timeline span.dot {
        width: 20px;
    }

    .abbre-name {
        display: none !important;
    }

    br {
        display: none;
    }

    .order-info {
        padding: 12px;
    }

    .order-info:after {
        left: 2.5%;
    }

    .accordion-body {
        padding: 15px !important;
    }

    .nav-pills li.nav-item {
        width: 50%;
        border: 1px solid #cbdeff;
    }

    .tab-content>.tab-pane {
        padding: 0px;
    }

    label.check-label {
        margin-bottom: 22px;
    }

    .timeline {
        padding: 12px;
    }

    .btn-right button.btn {
        margin-left: 0 !important;
        width: 100% !important;
        margin-bottom: 16px;
    }

    /* end */
    span.close_div {
        position: absolute;
        top: 2px;
        right: 5px;
        z-index: 99;
        background: #1742d5;
        padding: 5px 9px;
        color: #fff;
    }

    header {
        margin-left: 0;
        height: auto;
        padding: 0 16px;
    }


    span.admin_name {
        width: auto;
    }

    a#navbarDropdown {
        padding-right: 0 !important;
    }

    .content-wrapper {
        min-height: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }


    .leads li {
        padding: 7.5px 16px;
        margin: 4px;
        border-radius: 6px;
        width: 47%;
    }



    .page_name {
        padding: 6px 16px;
    }

    .l-navbar.show {
        width: 100%;
    }

   

    .right-info {
        padding: 0;
        width: 100%;
        justify-content: space-between;
    }

    .body-pd header,
    .body-pd .content-wrapper {
        margin-left: 0 !important;
    }

    footer {
        z-index: 9;
    }
}


div#buttonAlert {
    position: absolute;
    top: 3px;
    z-index: 9999;
    right: 4px;
    margin: auto;
    width: 25%;
    padding: 30px 37px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    background: #1842d6;
}

/* div#buttonDangerAlert {
    position: absolute;
    top: 3px;
    z-index: 9999;
    right: 4px;
    margin: auto;
    width: 25%;
    padding: 30px 37px;
    text-align: center;
    color: #af233a;
    font-weight: 600;
    background: #f9e1e5;
} */
div#buttonDangerAlert {
    position: absolute;
    top: 5%;
    z-index: 9999;
    right: 4px;
    margin: auto;
    width: 25%;
    padding: 30px 23px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background: #ff2020;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #ff9696;
    text-align: left;
}

div#buttonDangerAlert i {
    font-size: 41px;
    margin-right: 15px;
    padding-top: 3px;
}

#buttonDangerAlert::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2%;
    height: 100%;
    background-color: #ffffff87;
    z-index: 9;
}

div#buttonAlert button.close {
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    background: white;
    color: #1842d6;
    font-weight: 800;
    font-size: 22px;
    padding: 0 0;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#buttonAlert button.close {
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    background: white;
    color: #1842d6;
    font-weight: 800;
    font-size: 22px;
    padding: 0 0;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xdsoft_time_box.xdsoft_scroller_box {
    color: #000 !important;
}

/* datetime picker */
.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::selection {
    background: transparent
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #656565db;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #656565db;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    color: #000000 !important;
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #656565db;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #33aaff !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
}

.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #656565db !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
    /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
    /* IE6-9 */
}


#datetimepicker {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c1d2f0;
    padding: 7px 9px;
    font-size: 12px;
    color: #656565;
}


/* team-mebers */
/* .tree {
margin: 18px;
padding: 0;
display: flex;
justify-content: center;
} */

.tree .card {
    background: #F5F5F5 !important;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.12);
    border-radius: 5px !important;
    border-top: 5px solid;
}

.border-red {
    border-color: #DE0202 !important;
}

.tree:not(:empty):before,
.tree:not(:empty):after,
.tree ul:not(:empty):before,
.tree ul:not(:empty):after,
.tree li:not(:empty):before,
.tree li:not(:empty):after {
    display: block;
    position: absolute;
    content: "";
}

.tree ul,
.tree li {
    position: relative;
    margin: 0;
    padding: 0;
}

.tree li {
    list-style: none;
}

.tree li>div {
    background-color: #eee;
    color: #222;
    padding: 5px;
    display: inline-block;
}

.tree.cascade li {
    margin-left: 24px;
}

.tree.cascade li div {
    margin-top: 12px;
}

.tree.cascade li:before {
    border-left: 1px solid #656565db;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.cascade li:after {
    border-top: 1px solid #656565db;
    width: 12px;
    left: -12px;
    top: 24px;
}

.tree.cascade li:last-child:before {
    height: 24px;
    top: 0;
}

.tree.cascade>li:first-child:before {
    top: 24px;
}

.tree.cascade>li:only-child {
    margin-left: 0;
}

.tree.cascade>li:only-child:before,
.tree.cascade>li:only-child:after {
    content: none;
}

.tree.horizontal li {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.tree.horizontal li div {
    margin: 6px 0;
}

.tree.horizontal li:before {
    border-left: 1px solid #656565db;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.horizontal li:first-child:before {
    height: 50%;
    top: 50%;
}

.tree.horizontal li:last-child:before {
    height: 50%;
    bottom: 50%;
    top: auto;
}

.tree.horizontal li:after,
.tree.horizontal li ul:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 12px;
    top: 50%;
    left: -12px;
}

.tree.horizontal li:only-child:before {
    content: none;
}

.tree.horizontal li ul:after {
    left: 0;
}

.tree.horizontal>li:only-child {
    margin-left: 0;
}

.tree.horizontal>li:only-child:before,
.tree.horizontal>li:only-child:after {
    content: none;
}

.tree ul {
    display: flex;
    justify-content: center;
}

.tree li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tree li .card {
    margin: 30px 6px;
    padding: 0;
}

.tree .card-body img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
}

.tree .card-body span {
    width: 80%;
    font-size: 13px;
    line-height: 14px;
    color: #38454A;
}

.tree .card-body span h5 {
    font-size: 13px;
    font-weight: 600;
}

.tree li .card .card-header {
    background-color: transparent;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
}

.tree li:before {
    border-left: 1px solid #656565db;
    height: 30px;
    width: 0;
    top: 0;
}

.tree li:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 100%;
}

.tree li:first-child:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 50%;
    left: 50%;
}

.tree li:last-child:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 50%;
    right: 50%;
}

.tree li:only-child:after {
    content: none;
}

.tree li ul:before {
    border-left: 1px solid #656565db;
    height: 30px;
    width: 0;
    top: -30px;
}

.tree li ul:after {
    content: '';
    background-image: url(../images/circle.png);
    width: 13px;
    height: 13px;
    background-size: 10px;
    background-repeat: no-repeat;
    top: -39px;
    background-position: top;
}

/* .tree li:after{
content: '';
background-image: url(../images/circle.png);
width: 13px;
height: 13px;
background-size: 10px;
background-repeat: no-repeat;
top: 0px;
background-position: top;
} */
.tree>li:only-child:before,
.tree>li:only-child:after {
    content: none;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li,
.tree.cascade-3>li>ul>li>ul>li,
.tree.cascade-2>li>ul>li,
.tree.cascade-1>li,
.tree .cascade {
    flex-direction: column;
    align-items: start;
    padding: 0 12px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:before,
.tree.cascade-3>li>ul>li>ul>li:before,
.tree.cascade-2>li>ul>li:before,
.tree.cascade-1>li:before,
.tree .cascade:before {
    left: 24px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:after,
.tree.cascade-3>li>ul>li>ul>li:after,
.tree.cascade-2>li>ul>li:after,
.tree.cascade-1>li:after,
.tree .cascade:after {
    left: 0;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:first-child:after,
.tree.cascade-3>li>ul>li>ul>li:first-child:after,
.tree.cascade-2>li>ul>li:first-child:after,
.tree.cascade-1>li:first-child:after,
.tree .cascade:first-child:after {
    left: 24px;
    width: 100%;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:last-child:after,
.tree.cascade-3>li>ul>li>ul>li:last-child:after,
.tree.cascade-2>li>ul>li:last-child:after,
.tree.cascade-1>li:last-child:after,
.tree .cascade:last-child:after {
    left: 0;
    width: 24px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li ul,
.tree.cascade-3>li>ul>li>ul>li ul,
.tree.cascade-2>li>ul>li ul,
.tree.cascade-1>li ul,
.tree .cascade ul,
.tree.cascade-4>li>ul>li>ul>li>ul>li li,
.tree.cascade-3>li>ul>li>ul>li li,
.tree.cascade-2>li>ul>li li,
.tree.cascade-1>li li,
.tree .cascade li {
    display: block;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li ul:before,
.tree.cascade-3>li>ul>li>ul>li ul:before,
.tree.cascade-2>li>ul>li ul:before,
.tree.cascade-1>li ul:before,
.tree .cascade ul:before,
.tree.cascade-4>li>ul>li>ul>li>ul>li ul:after,
.tree.cascade-3>li>ul>li>ul>li ul:after,
.tree.cascade-2>li>ul>li ul:after,
.tree.cascade-1>li ul:after,
.tree .cascade ul:after,
.tree.cascade-4>li>ul>li>ul>li>ul>li li:before,
.tree.cascade-3>li>ul>li>ul>li li:before,
.tree.cascade-2>li>ul>li li:before,
.tree.cascade-1>li li:before,
.tree .cascade li:before,
.tree.cascade-4>li>ul>li>ul>li>ul>li li:after,
.tree.cascade-3>li>ul>li>ul>li li:after,
.tree.cascade-2>li>ul>li li:after,
.tree.cascade-1>li li:after,
.tree .cascade li:after {
    border: none;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li div,
.tree.cascade-3>li>ul>li>ul>li div,
.tree.cascade-2>li>ul>li div,
.tree.cascade-1>li div,
.tree .cascade div {
    margin: 0;
    margin-top: 12px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li,
.tree.cascade-3>li>ul>li>ul>li li,
.tree.cascade-2>li>ul>li li,
.tree.cascade-1>li li,
.tree .cascade li {
    margin-left: 24px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li:before,
.tree.cascade-3>li>ul>li>ul>li li:before,
.tree.cascade-2>li>ul>li li:before,
.tree.cascade-1>li li:before,
.tree .cascade li:before {
    border-left: 1px solid #656565db;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li:after,
.tree.cascade-3>li>ul>li>ul>li li:after,
.tree.cascade-2>li>ul>li li:after,
.tree.cascade-1>li li:after,
.tree .cascade li:after {
    border-top: 1px solid #656565db;
    width: 12px;
    height: 0;
    left: -12px;
    top: 24px;
    content: "";
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li:last-child:before,
.tree.cascade-3>li>ul>li>ul>li li:last-child:before,
.tree.cascade-2>li>ul>li li:last-child:before,
.tree.cascade-1>li li:last-child:before,
.tree .cascade li:last-child:before {
    height: 24px;
    top: 0;
}

.zoom-btns a.btn {
    background: #afafaf;
    color: #fff;
}



.target {
    border: 1px solid rgb(226, 226, 226);
    background-color: #ededf8;
    height: 100%;
}

.target .draggable {
    background-color: #ffffff !important;
    margin: 7px 7px 8px !important;
}

.draggable {
    border: none;
    padding: 1.5ch;
    background-color: #ededf8;
    cursor: move;
}

.draggable.is-dragging {
    opacity: 0.5;
}

.source .draggable {
    display: inline-block;
}

.draggable .inner img {
    width: 53px;
    height: 53px;
    object-fit: contain;
    border-radius: 50%;
}

.draggable .inner a {
    color: #474747;
}

.user-profile .active {
    color: #000;
}

.user-profile .tab-pane {
    padding: 0;
}

.btn-upload {
    width: 139px;
    height: 139px;
    background: #4e95c1 !important;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.btn-upload .fa.fa-upload {
    font-size: 76px;
    color: #fff;
}

.btn-upload #avatar-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.avatar-source .img-thumbnail {
    cursor: pointer;
}

#search-leads-btn {
    line-height: 1.2 !important;
}

.content-inner.tab-page .tab-pane.active {
    color: #656565;
    ;
}

.content-inner .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #4a81e5;
}

.content-inner .remove-line-height {
    line-height: 0.5;
}

.row.hed {
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

.ui-state-default {
    list-style: none;
}

.rd {
    background: #f5f8fa;
    padding: 0.75rem;
}

.rd1 {
    background: #f6f6f6;
    padding: 0.75rem;
}

#sortable {
    padding: 0;
    margin-left: -14px;
}

.swal-button--confirm {
    background-color: #dc3545;
}

.custom_clr .active {
    color: #000;
}

#nav-bar .navbar-brand img {
    width: 92px;
}

.img_cstm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img_cstm {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.error-help-block {
    position: absolute;
    font-size: 12px !important;
}

.custom-datetime {
    width: 516px;
    display: flex;
    flex-wrap: wrap;
}

.custom-datetime .drp-buttons {
    width: 100%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #4a81e5;
    border-color: #4a81e5;
}

.services {
    border: 1px solid #d1c7c7 !important;
    padding: 20px;

}

.req {
    color: #ff0000;
}

.float-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #4a81e5;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.float-btn:hover {
    color: #fff;
}

.large-area {
    height: auto !important;
}

.area-of-operation {
    border: 1px solid #ccc !important;
    padding-bottom: 15px;
}

.heading-area-of-operation {
    margin-top: -10px;
    background-color: #f3f3f9;
    position: absolute;
    padding: 0px 8px;
    font-weight: 700;
    margin-left: 10px;
}

.heading-content-area {
    margin-top: -1px;
}

.custom-margin-sidebar {
    margin-right: 11px;
}

/* .tree li .card::after {
content: '';
position: absolute;
bottom: 0;
width: 10px;
height: 10px;
border-radius: 50%;
left: 0;
right: 0;
margin: auto;
background: #a0c2ff;
}
.tree li .card {
position: relative;
}
.removeChild .card::after {
display: none;
} */
@media only screen and (max-width: 600px) {
    .web-whatsapp {
        display: none;
        cursor: pointer;
    }

    .mobile-whatsapp1 {
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    .web-whatsapp {
        display: block;
        cursor: pointer;
    }

    .mobile-whatsapp1 {
        display: none;
    }
}

.customer-detail a {
    color: #fff;
}

.todo-card-content {
    font-size: 16px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    font-weight: 800;
    padding: 0px 9px;
    background: #e7ffe6;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13);
}

.reminder .dropdown-toggle::after {
    margin-left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    border-color: transparent;
    width: 100%;
    left: 0;
}

/* .reminder-drop {
margin-top: 25px !important;
left: 15px !important;
} */
.reminder-drop {
    margin-top: 25px !important;
    left: -235px !important;
    width: 300px;
    padding: 10px 4px 10px 3px;
}

ul.dropdown-menu.reminder-drop::after {
    content: '';
    border-bottom: 11px solid #f5f5f5;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-radius: 4px;
    position: absolute;
    top: -11px;
    right: 24px;
}

.login_adm::after {
    margin-left: 8px !important;
    border-top: 8px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.dropdown-menu.admin_dtl.show {
    min-width: 255px;
    top: 84% !important;
    left: -109% !important;
}

.dropdown.reminder .top-0 {
    top: 13px !important;
    right: -7px;
}

.notification-list {
    padding: 4px 10px;
    margin-bottom: 7px;
    /* background: #fff; */
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 2px 9px 10px 1px rgba(0, 0, 0, 0.06);
}

.notification-list--unread {
    border-left: 2px solid #20803c;
}

.notification-list span,
.notification-list a {
    font-size: 12px !important;
}

.notification-list a {
    color: #20803c !important;
    font-weight: 600 !important;
}


/* common */
a {
    text-decoration: none;
}

.white {
    color: #ffffff;
}

.border-bottom {
    border-bottom: 1px solid #9C9E9E !important;
}

.list-style {
    list-style: none;
}

.size-12 {
    font-size: 12px;
    line-height: 16px;
}

.size-14 {
    font-size: 14px;
}

.size-16 {
    font-size: 16px;
}

.size-18 {
    font-size: 18px;
}

.size-20 {
    font-size: 20px;
}

.size-22 {
    font-size: 22px;
}

.size-25 {
    font-size: 25px;
}

.size-30 {
    font-size: 30px;
}

/* .menu_nav {
    padding: 0 22px;
} */



.l-navbar ul {
    list-style: none;
    padding: 0;
}

.l-navbar li {
    margin-top: 5px;
}

.l-navbar li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    /* padding: 6px 6px; */
    padding: 6px 22px;
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: #F7F6FB;
}

.nav_logo-name {
    color: #F7F6FB;
    font-weight: 700
}

.nav_link {
    position: relative;
    color: #AFA5D9;
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav_link:hover {
    color: #F7F6FB
}

.nav_icon {
    font-size: 1.25rem
}

.l-navbar.show {
    left: 0
}



.body-pd header {
    margin-left: calc(80px + 11.5rem) !important;
}

.active {
    color: #F7F6FB
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: #F7F6FB
}

#body-pd .form-control {
    background-color: transparent;
    border: none;
    padding-left: 15px;
}


.btn-transparent {
    top: 0px;
    bottom: 0;
    margin: auto;
}

#body-pd ::placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #1C1C1C;
}

#body-pd :-ms-input-placeholder {
    color: #1C1C1C;
}

#body-pd ::-webkit-input-placeholder {
    color: #1C1C1C;
}

.form-control:focus,
:focus-visible {
    border: 1px solid #82b906 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

span.digit {
    width: 23.65px;
    height: 23.65px;
    left: 14px;
    top: -5px;
    background: #B30505;
    border: 1px solid #F5F5F5;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

span.admin_name {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: block;
    white-space: normal;
    width: 100px;
    overflow: hidden;
    margin-left: 20px;
}

span.admin-img {
    width: 67px;
    height: 67px;
    background: #F5F5F5;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: block;
    padding: 9px;
}

.dropdown-toggle::after {
    margin-left: -2px;
    border-top: 11px solid #000000;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-radius: 4px;
}

.dropdown-menu {
    min-width: 253px;
    top: 61% !important;
    left: -26px !important;
    background: #F5F5F5;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    border: none;
    border-radius: 0;
    padding: 18px 22px 10px;
}

.dropdown-menu img {
    margin-right: 10px;
}

.dropdown-menu li:first-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.dropdown-menu li {
    margin-bottom: 10px;
}

.dropdown-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.5s linear;
}

.dropdown-menu li a:hover {
    color: #048c94;
}

/* .l-navbar::-webkit-scrollbar {
    display: none;
} */

/* Hide scrollbar for IE, Edge and Firefox */
/* .l-navbar {
    -ms-overflow-style: none;
  
    scrollbar-width: none;
} */

.l-navbar .dropdown-toggle::after {
    margin-left: 0;
    border-top: 6px solid #9ba2a4;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-radius: 4px;
    position: absolute;
    right: 8%;
}

/* .l-navbar .dropdown-menu.show {
display: block;
left: 1px !important;
top: -29px !important;
position: relative !important;
transition: all 0.5s linear;
} */
.l-navbar .sub_categories {
    transition: all 0.5s linear;
    padding: 0 !important;
    background-color: #4a5da2;
    margin-top: 7px;
}

.l-navbar .sub_categories li:first-child {
    padding-top: 10px !important;
}

/* .l-navbar  .sub_categories{
display: none;
} */
.l-navbar .sub_categories li {
    margin: 9px 0 0 !important;
    margin-bottom: 0 !important;
    padding: 0px 20px;
}

.l-navbar .sub_categories li a {
    font-weight: 400;
    font-size: 15px !important;
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff47;
    background-color: transparent;
}

.l-navbar .sub_categories li:last-child a {
    border-bottom: none !important;
    padding-bottom: 13px;
}

.body-pd .content-wrapper {
    margin-left: calc(80px + 9rem) !important;
}

/* content home page */
.content-wrapper {
    min-height: 100vh;
    padding-left: calc(60px + 2rem);
    transition: all 0.5s linear;
    padding-bottom: 10%;
}

.content-inner {
	padding: 28px 33px;
	margin-top: 25px !important;
}

.title_page {
    font-weight: 700;
}

.page_name a {
    line-height: 22px;
    color: #000000;
    text-decoration: none;
}

.page_name .breadcrumb-item.active {
    text-transform: capitalize;
    color: rgb(122 122 122);
}

.card {
    background: #FDFBFB;
    box-shadow: 2px 2px 15px #e6e6f6;
    margin-bottom: 28px;
    padding: 20px;
    border: none;
    border-radius: 15px !important;
}

.blocks .card h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    margin: 7px 0 16px;
}

.blocks .card span img {
    margin-top: -37px;
    margin-bottom: -14px;
}

.blocks .col-md-3:first-child .card h3 {
    color: #BC5B02;
}

.blocks .col-md-3:nth-child(2) .card h3 {
    color: #04239B;
}

.blocks .col-md-3:nth-child(3) .card h3 {
    color: #0C5B87;
}

.blocks .col-md-3:nth-child(4) .card h3 {
    color: #008253;
}

.blocks .col-md-3 .card a {
    font-size: 14px;
    line-height: 19px;
    color: #048C94;
}

a.add_link {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(191 191 191 / 66%);
    padding: 3px 12px;
    text-decoration: none;
}

.card_marginbutton a.add_link {
    margin: -6px 0 8px;
}

.leads li {
    background: #F5F5F5;
    border: 1px solid;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 7%);
    padding: 7.5px 20px;
    margin: 11px 15px;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.5s linear;
    height: 40px;
}

.leads li:hover {
    color: #ffffff !important;
}

.leads li span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.leads {
    display: flex;
    flex-wrap: wrap;
    height: 250px;
    margin: 0 -25px;
}

li.green {
    border-color: #196609;
    color: #196609;
}

li.green:hover {
    background-color: #196609;
}

li.blue {
    border-color: #1A2CCD;
    color: #1A2CCD;
}

li.blue:hover {
    background-color: #1A2CCD;
}

li.red {
    border-color: #AC4040;
    color: #AC4040;
}

li.red:hover {
    background-color: #AC4040;
}

li.purple {
    border-color: #AA40AC;
    color: #AA40AC;
}

li.purple:hover {
    background-color: #AA40AC;
}

li.yellow {
    border-color: #AC9440;
    color: #AC9440;
}

li.yellow:hover {
    background-color: #AC9440;
}

li.orange {
    border-color: #BC5B02;
    color: #BC5B02;
}

li.orange:hover {
    background-color: #BC5B02;
}

li.black-clr {
    border-color: #0D0D0D;
    color: #0D0D0D;
}

li.black-clr:hover {
    background-color: #0D0D0D;
}

li.light-green {
    border-color: #30C62C;
    color: #30C62C;
}

li.light-green:hover {
    background-color: #30C62C;
}

li.green {
    border-color: #196609;
    color: #196609;
}

li.green:hover {
    background-color: #196609;
}

li.blue-light {
    border-color: #083272;
    color: #083272;
}

li.blue-light:hover {
    background-color: #083272;
}

.row-table table th,
.row-table table td {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-transform: uppercase;
    padding: 8.5px 17px;
    width: 120px;
    font-weight: 400 !important;
}

.row-table table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.row-table .table-responsive {
    height: 250px;
    margin-right: -14px;
}

.right-table .table-responsive {
    height: 280px;
    margin-right: -14px;
}

.row-table table tbody tr {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 7%);
}

.graphs .add_link {
    width: 184px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.row-table ::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

.row-table ::-webkit-scrollbar-track {
    background: #ffffff;
    /* color of the tracking area */
}

.row-table ::-webkit-scrollbar-thumb {
    background-color: #656565db656565db;
    /* color of the scroll thumb */
    border-radius: 15px;
    /* roundness of the scroll thumb */
    border: 3px solid #ffffff;
    /* creates padding around scroll thumb */
}

.view_link {
    margin-bottom: -7px;
}

.view_link a {
    color: #4A81E5;
}

ul.leads a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
}

.leads li {
    position: relative
}

/* leads */
.customer-detail {
    background: #4A81E5;
    padding: 22px 22px 5px;
    border-radius: 10px;
}

.custom-margin {
    margin: -13px 0 14px;
}

.abbre-name {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    color: #222222;
    background: #E8E8EF;
    border: 3px solid #F5F5F5;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 8%);
    width: 97px;
    height: 97px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

a.edit-link {
    position: absolute;
    right: 11px;
    top: 14px;
    z-index: 9;
}

.types-info span {
    width: 34px;
    height: 33px;
    background: #386FD5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin-left: 10px;
    margin-bottom: 10px;
}

.custom-px {
    padding-left: 11px;
    padding-right: 11px;
}

.order-info {
    background: #FDFBFB;
    box-shadow: 2px 2px 15px #d4eded;
    padding: 12px 25px 12px 68px;
}

.order-info h6 {
    color: #545454;
    border-bottom: 0.5px solid rgba(156, 158, 158, 0.5);
    padding: 6px 0 6px;
    line-height: 19.1px;
}

.order-info h6 span {
    color: #222222
}

.border-none {
    border: none !important
}

.order-info:after {
    content: '';
    position: absolute;
    height: 84%;
    width: 1px;
    background-color: rgba(156, 158, 158, 0.5);
    top: 0;
    bottom: 0;
    left: 4.5%;
    right: 0;
    margin: auto;
}

.order-info h6 img {
    margin-top: -3px;
}

h3.number-order {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-transform: capitalize;
    color: #048B2A;
    margin-left: 15px;
}

.client-requirement .accordion-item .accordion-button.collapsed {
    background-color: rgb(74 129 229 / 12%) !important;
    color: #285FC4 !important;
}

.client-requirement .accordion-item {
    border-radius: 0 !important;
}

.client-requirement .accordion-item .accordion-button {
    background-color: #4A81E5;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    border: none !important;
    padding: 8px 24px;
    box-shadow: none !important;
}

.accordion-body {
    padding: 1rem 1.6rem;
    background: #4a81e5;
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    font-weight: 400;
}

.client-requirement .accordion-item {
    border: none !important;
}

.accordion-button.collapsed::after {
    background-color: rgba(56, 69, 74, 0.1) !important;
}

.accordion-button::after {
    background-color: rgb(255 255 255 / 95%);
    width: 26px;
    height: 25px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}

.right-listing li {
    position: relative;
    display: block;
    padding: 9.71px 12px;
    border-left: 0.5px solid rgba(56, 69, 74, 0.5);
}

.right-listing {
    border-right: 0.5px solid rgba(56, 69, 74, 0.5);
}

.tabs_navbr {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
    margin-top: 15px;
}

.tabs_navbr .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #4A81E5;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

.tabs_navbr .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #5184E3;
    padding: 13px 22.4px;
}

.tooltiptext {
    visibility: hidden;
    width: 115px;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 2px 6px;
    position: absolute;
    bottom: -6px;
    font-size: 10px;
    z-index: 1;
    left: -84px;
    border: 1px solid #000000;
    background-color: #ffffff;
}

.right-listing li:hover .tooltiptext,
.filter:hover .tooltiptext {
    visibility: visible;
}

.tab-content .input-label {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #656565;
    padding-top: 0px;
    margin-bottom: 0;
}

.tab-content select.form-select,
.tab-content .form-control {
    height: 34px;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #656565;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    background-color: #F5F5F5 !important;

}

.form-control,
select.form-select {
    height: 34px;
    font-size: 12px;
    line-height: 16px;
    color: #656565;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    background-color: #F5F5F5 !important;
}

input.form-control.form-file:after {
    content: 'choose file';
    position: absolute;
    width: 90px;
    height: 34px;
    z-index: 1;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    background: #4A81E5;
    border: 1px solid rgba(74, 129, 229, 0.3);
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    justify-content: center;
}

input.form-control.form-file {
    position: relative;
}

.tab-content .form-control {
    padding-left: 12px !important;
}

.tab-content ::placeholder {
    font-size: 12px !important;
    line-height: 16px;
    text-transform: capitalize;
    color: #656565 !important;
}

.tab-content>.tab-pane form {
    box-shadow: none !important;
    background-color: transparent !important;
}

.tab-content>.tab-pane {
    padding: 0 41px 40px;
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

li.select2-selection__choice {
    background: rgba(253, 226, 157, 0.4) !important;
    border-radius: 5px !important;
    border: none !important;
    padding: 0px 30px !important;
}

button.select2-selection__choice__remove {
    border: none !important;
}

button.select2-selection__choice__remove span {
    font-weight: 600;
    font-size: 12px;
    line-height: 11px;
    text-transform: capitalize;
    color: #6F5001;
    padding-left: 13px;
    padding-top: 8px;
    background-color: transparent !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 4px;
    padding-right: 6px;
    padding-top: 0;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
}

.select2-selection__choice__display {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #6F5001;
}

.check-label {
    display: block;
    position: relative;
    padding-left: 58px;
    font-size: 16px;
    line-height: 22px;
    color: #656565;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 7px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

button.btn.btn-primary {
    background: #4A81E5;
    border-radius: 5px;
    border: none;
    width: 154px;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
    height: 38px;
}

.sales-reporting-show {
    background-color: #4A81E5;
    border: none;
    color: #fff;
    height: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    margin-left: 2px;
    border-radius: 50%;
    width: 25px;
}

div#pills-tabContent {
    margin: 15px 0;
}

.btn-gray {
    background: rgba(56, 69, 74, 0.06);
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #474747;
    width: 154px;
    height: 38px;
}

/* Hide the browser's default checkbox */
.check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 33.57px;
    background: #F5F5F5;
    border: 1px solid rgba(74, 129, 229, 0.3);
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.check-label:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-label input:checked~.checkmark {
    background: #0B63A3;
    box-shadow: 2px 2px 15px rgba(221, 221, 239, 0.8);
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-label .checkmark:after {
    left: 16px;
    top: 3px;
    width: 10px;
    height: 21px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.timeline {
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
    padding: 20px 52px;
}

.timeline h5 {
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    color: #2C2C2C;
}

.timeline ul {
    list-style: none;
    position: relative;
    z-index: 1;
}

.timeline ul:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    margin: auto;
    width: 1px;
    height: 93%;
    border: 1px dashed #9E9E9E;
    z-index: -1;
}

.timeline ul li {
    margin-bottom: 11px;
    display: flex;

}

.timeline h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #3A3A3A;
}

.timeline p {
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #656565;
}

.timeline span.dot {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    margin-right: 25px;
}

.timeline span.dot.teal {
    background: #005579;
}

.timeline span.dot.blue {
    background: #00CFDD;
}

.timeline span.dot.brown {
    background: #793A00;
}

/* all leads */
.card_inner {
    background: #f2f2f9;
    box-shadow: 2px 2px 15px #f2f2f9;
    padding: 17px !important;
}

.card_inner form .form-control[type=search] {
    background: #F5F5F5 !important;
    box-shadow: 2px 2px 15px #f2f2f9;
    border-radius: 5px;
    padding-left: 20px;
}

.card_inner li .add_link {
    background: #4a81e5 !important;
    color: #ffffff !important;
    height: 39px;
    border-radius: 5px;
}

#dropdownfilter {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2C2C2C;
    border: 1px solid #3F3F3F;
    margin: 0 17px 0 28px;
    display: flex;
    align-items: center;
}

.filter_options {
    display: none;
}

.table_lead .check-label {
    height: 17px;
    width: 17px;
    padding-left: 0;
}

.table_lead .checkmark {
    width: 17px;
    height: 17px;
}

.table_lead .check-label .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
}

.table_lead table {
    width: 100%;
    padding: 0;
    margin: 0;
}

.table_lead td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table_lead tr:last-child td {
    border-bottom: none !important;
}

.table_lead td a {
    color: #000000;
}

.table_lead th {
    font-weight: 600 !important;
}

.table_lead td,
.table_lead th {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    padding: 16px 7px;
}

.card_inner form .form-control[type=search] {
    padding-left: 12px !important;
}

.table_lead .dropdown-menu {
    min-width: 94px;
    width: 94px;
    padding: 10px !important;
    left: 0 !important;
}

.table_lead button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.table_lead .dropdown-menu li a {
    font-size: 12px !important;
    padding: 0;
}

.showing_page select {
    width: 6% !important;
    padding: 0 12px;
    height: 28px;
    border: 1px solid #4a81e5;
    background-color: #d5e4ff;
    margin-left: 15px;
    color: #000000;
    font-size: 14px;
}

.custom-width {
    box-shadow: none !important;
}

/* date range */
.daterangepicker.dropdown-menu.ltr.opensright.show-calendar {
    left: 46% !important;
    top: 56% !important;
}

.daterangepicker.dropdown-menu.ltr.opensright {
    left: 68% !important;
    top: 54% !important;
    padding: 10px 0;
    min-width: 80px;
}

element.style {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

div#reportrange {
    height: 34px;
    font-size: 12px;
    line-height: 22px;
    text-transform: capitalize;
    color: #656565;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    background-color: #F5F5F5 !important;
    width: 100%;
}

.daterangepicker td,
.daterangepicker th {
    font-size: 13px;
}

.ranges li {
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    color: #000;
    padding: 3px 8px;
    margin: 0 0 4px !important;
}

/* .table_lead th .checkmark {
cursor: auto;
} */

/* team */
.team_top form {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(172, 172, 172, 0.5);
    border-radius: 0 !important;
    box-shadow: none !important;
}

.team_top select {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1C1C1C;
}

.team_top label {
    font-size: 10px;
    line-height: 14px;
    color: rgba(28, 28, 28, 0.5);
}

.status {
    border-right: 1px solid rgba(172, 172, 172, 0.5);
}

.status select {
    padding: 0;
    border: none;
}

.status .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.status .form-control:focus,
.status :focus-visible {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.serach_bar {
    /* padding:5px 0; */
    width: 84%;
    border-right: 1px solid rgba(172, 172, 172, 0.5);
}

.team_top p {
    color: #626262;
}

.serach_bar input {
    font-size: 14px;
    padding-left: 28px !important;
}

.serach_bar input::placeholder {
    color: rgba(28, 28, 28, 0.5) !important;
}

.serach_bar button {
    border: none;
    padding: 0;
}

.arw_btns button {
    background-color: transparent;
}

.members a {
    width: 30px;
    height: 30px;
    border: 2px solid #F5F5F5;
    border-radius: 50%;
    background: #545454;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    padding: 4px;
}

a.more-box {
    background-color: #EBE8E8 !important;
}

.members a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.member-table th {
    color: #4A81E5;
}

.member-table th,
.member-table td {
    padding: 10px 37px;
    font-size: 14px;
    line-height: 20px;
}

.members a:first-child {
    margin-left: 0 !important;
}

.enable {
    width: 15px;
    height: 15px;
    background: #06D74D;
    border-radius: 50%;
    margin-left: 12px;
}

.disable {
    width: 15px;
    height: 15px;
    background: #BA1903;
    border-radius: 50%;
    margin-left: 12px;
}

.body-pd .member-table th,
.member-table td {
    padding: 10px 32px;
}

.member-table .dropdown-menu {
    height: 80px !important;
}

.action_info {
    color: #656565;
}

/* team member */
button.button-back {
    color: rgba(56, 69, 74, 0.75);
    border: none;
    font-size: 14px;
}

.border-blue {
    border-color: #4A81E5 !important;
}

/* add member */
.bg-gray {
    background: rgba(221, 221, 239, 0.3);
    box-shadow: 2px 2px 7px #EDEDF7;
    padding: 12px;
}

.bg-gray h5 {
    font-weight: 700;
    line-height: 22px;
    color: #313030;
}

/* search location */
.location_inner .nav {
    background: #f2f2f9;
    padding: 20px 10px 10px;
}

.location_inner .nav-pills .nav-link.active,
.location_inner .nav-pills .show>.nav-link {
    color: #fff;
    background: #4A81E5 !important;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
    border-radius: 0;
}

.location_inner .nav-pills .nav-link {
    border: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #5184E3;
    padding: 13px 22.4px;
    text-align: left;
    border-bottom: 1px dashed;
}

.location_inner .tab-content {
    padding: 20px 40px 40px;
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

.location_inner .tab-content>.tab-pane {
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.location_inner .tab-content>.tab-pane {
    color: #656565 !important;
    font-size: 16px;
}

.location_inner button.btn.btn-primary,
.location_inner .btn-secondary {
    border-radius: 5px;
    height: auto !important;
    padding: 8px 16px;
    font-size: 14px;
    width: 76px;
    line-height: 17px;
}

.location_inner table {
    border: 1px solid;
}

.location_inner .inner_content h4 {
    color: #000000;
    font-weight: 700;
}

.location_inner .inner_content h4 span {
    color: #1842d6;
}

.location_inner .inner_content th,
.location_inner .inner_content tr,
.location_inner .inner_content td {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #96969c;
    padding: 7px 15px;
    font-size: 14px;
}

.details-control {
    cursor: pointer;
}

.table-info {
    /* display: none; */
    transition: all 0.5s linear;
}

.details-control:hover {
    color: #4a81e5;
}

.table-info table {
    border: none;
    margin-bottom: 0;
}

/* 27th oct */
a.up_dooc {
    font-size: 14px;
    background-color: #ffffff;
    width: 190px;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 12%);
}

.mutual_section {
    margin-top: 15px;
    padding: 10px 20px;
    background: #F3F3F9;
    box-shadow: 2px 2px 15px rgb(182 182 196 / 25%);
}

.box {
    margin-left: auto;
    overflow: hidden;
    background: #ffffff;
    margin-top: 12px;
    margin-bottom: 9px;
}

/* Add padding and border to inner content
for better animation effect */
.box-inner {
    width: 100%;
    padding: 10px;
}

button.slide-toggle {
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: auto;
}

/* -----------media query--------------- */

@media only screen and (max-width:767px) {
    .location_inner .tab-content {
        padding: 20px 10px 40px;
    }

    .status {
        width: 30%;
        padding-left: 7px;
    }

    .source .draggable {
        width: 100%;
        margin: 5px 0;
    }

    .filter {
        padding-right: 13px;
    }

    .serach_bar {
        width: 48%;
    }

    .table_lead .dropdown-menu {
        height: 117px;
        z-index: 99;
        top: -30px !important;
    }

    .mobile-w {
        width: 100%;
    }

    .card_inner li .add_link {
        width: 100%;
        justify-content: center;
    }

    .table_lead .check-label {
        margin-bottom: 0 !important;
    }

    .table_lead table {
        width: 1145px;
    }

    /* leads page */
    .timeline span.dot {
        width: 20px;
    }

    .abbre-name {
        display: none !important;
    }

    br {
        display: none;
    }

    .order-info {
        padding: 12px;
    }

    .order-info:after {
        left: 2.5%;
    }

    .accordion-body {
        padding: 15px !important;
    }

    .nav-pills li.nav-item {
        width: 50%;
        border: 1px solid #cbdeff;
    }

    .tab-content>.tab-pane {
        padding: 0px;
    }

    label.check-label {
        margin-bottom: 22px;
    }

    .timeline {
        padding: 12px;
    }

    .btn-right button.btn {
        margin-left: 0 !important;
        width: 100% !important;
        margin-bottom: 16px;
    }

    /* end */
    span.close_div {
        position: absolute;
        top: 2px;
        right: 5px;
        z-index: 99;
        background: #1742d5;
        padding: 5px 9px;
        color: #fff;
    }

    header {
        margin-left: 0;
        height: auto;
        padding: 0 16px;
    }

    span.admin_name {
        width: auto;
    }

    a#navbarDropdown {
        padding-right: 0 !important;
    }

    .content-wrapper {
        min-height: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }
    .leads li {
        padding: 7.5px 8px;
        margin: 4px;
        border-radius: 6px;
        width: 47%;
        font-size: 14px;
    }
    .page_name {
        padding: 6px 16px;
    }

    .l-navbar.show {
        width: 100%;
    }

    .right-table .table-responsive {
        height: auto !important;
    }

    .right-info {
        padding: 0;
        width: 100%;
        justify-content: space-between;
    }

    .body-pd header,
    .body-pd .content-wrapper {
        margin-left: 0 !important;
    }

    footer {
        z-index: 9;
    }
}


div#buttonAlert {
    position: absolute;
    top: 3px;
    z-index: 9999;
    right: 4px;
    margin: auto;
    width: 25%;
    padding: 30px 37px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    background: #1842d6;
}

div#buttonAlert button.close {
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    background: white;
    color: #1842d6;
    font-weight: 800;
    font-size: 22px;
    padding: 0 0;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xdsoft_time_box.xdsoft_scroller_box {
    color: #000 !important;
}

/* datetime picker */
.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::selection {
    background: transparent
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #656565db;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #656565db;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    color: #000000 !important;
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #656565db;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #33aaff !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
}

.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #656565db !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
    /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
    /* IE6-9 */
}


#datetimepicker {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c1d2f0;
    padding: 7px 9px;
    font-size: 12px;
    color: #656565;
}


/* team-mebers */
/* .tree {
margin: 18px;
padding: 0;
display: flex;
justify-content: center;
} */

.tree .card {
    background: #F5F5F5 !important;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.12);
    border-radius: 5px !important;
    border-top: 5px solid;
}

.border-red {
    border-color: #DE0202 !important;
}

.tree:not(:empty):before,
.tree:not(:empty):after,
.tree ul:not(:empty):before,
.tree ul:not(:empty):after,
.tree li:not(:empty):before,
.tree li:not(:empty):after {
    display: block;
    position: absolute;
    content: "";
}

.tree ul,
.tree li {
    position: relative;
    margin: 0;
    padding: 0;
}

.tree li {
    list-style: none;
}

.tree li>div {
    background-color: #eee;
    color: #222;
    padding: 5px;
    display: inline-block;
}

.tree.cascade li {
    margin-left: 24px;
}

.tree.cascade li div {
    margin-top: 12px;
}

.tree.cascade li:before {
    border-left: 1px solid #656565db;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.cascade li:after {
    border-top: 1px solid #656565db;
    width: 12px;
    left: -12px;
    top: 24px;
}

.tree.cascade li:last-child:before {
    height: 24px;
    top: 0;
}

.tree.cascade>li:first-child:before {
    top: 24px;
}

.tree.cascade>li:only-child {
    margin-left: 0;
}

.tree.cascade>li:only-child:before,
.tree.cascade>li:only-child:after {
    content: none;
}

.tree.horizontal li {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.tree.horizontal li div {
    margin: 6px 0;
}

.tree.horizontal li:before {
    border-left: 1px solid #656565db;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.horizontal li:first-child:before {
    height: 50%;
    top: 50%;
}

.tree.horizontal li:last-child:before {
    height: 50%;
    bottom: 50%;
    top: auto;
}

.tree.horizontal li:after,
.tree.horizontal li ul:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 12px;
    top: 50%;
    left: -12px;
}

.tree.horizontal li:only-child:before {
    content: none;
}

.tree.horizontal li ul:after {
    left: 0;
}

.tree.horizontal>li:only-child {
    margin-left: 0;
}

.tree.horizontal>li:only-child:before,
.tree.horizontal>li:only-child:after {
    content: none;
}

.tree ul {
    display: flex;
    justify-content: center;
}

.tree li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tree li .card {
    margin: 30px 6px;
    padding: 0;
}

.tree .card-body img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
}

.tree .card-body span {
    width: 80%;
    font-size: 13px;
    line-height: 14px;
    color: #38454A;
}

.tree .card-body span h5 {
    font-size: 13px;
    font-weight: 600;
}

.tree li .card .card-header {
    background-color: transparent;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
}

.tree li:before {
    border-left: 1px solid #656565db;
    height: 30px;
    width: 0;
    top: 0;
}

.tree li:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 100%;
}

.tree li:first-child:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 50%;
    left: 50%;
}

.tree li:last-child:after {
    border-top: 1px solid #656565db;
    height: 0;
    width: 50%;
    right: 50%;
}

.tree li:only-child:after {
    content: none;
}

.tree li ul:before {
    border-left: 1px solid #656565db;
    height: 30px;
    width: 0;
    top: -30px;
}

.tree li ul:after {
    content: '';
    background-image: url(../images/circle.png);
    width: 13px;
    height: 13px;
    background-size: 10px;
    background-repeat: no-repeat;
    top: -39px;
    background-position: top;
}

/* .tree li:after{
content: '';
background-image: url(../images/circle.png);
width: 13px;
height: 13px;
background-size: 10px;
background-repeat: no-repeat;
top: 0px;
background-position: top;
} */
.tree>li:only-child:before,
.tree>li:only-child:after {
    content: none;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li,
.tree.cascade-3>li>ul>li>ul>li,
.tree.cascade-2>li>ul>li,
.tree.cascade-1>li,
.tree .cascade {
    flex-direction: column;
    align-items: start;
    padding: 0 12px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:before,
.tree.cascade-3>li>ul>li>ul>li:before,
.tree.cascade-2>li>ul>li:before,
.tree.cascade-1>li:before,
.tree .cascade:before {
    left: 24px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:after,
.tree.cascade-3>li>ul>li>ul>li:after,
.tree.cascade-2>li>ul>li:after,
.tree.cascade-1>li:after,
.tree .cascade:after {
    left: 0;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:first-child:after,
.tree.cascade-3>li>ul>li>ul>li:first-child:after,
.tree.cascade-2>li>ul>li:first-child:after,
.tree.cascade-1>li:first-child:after,
.tree .cascade:first-child:after {
    left: 24px;
    width: 100%;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li:last-child:after,
.tree.cascade-3>li>ul>li>ul>li:last-child:after,
.tree.cascade-2>li>ul>li:last-child:after,
.tree.cascade-1>li:last-child:after,
.tree .cascade:last-child:after {
    left: 0;
    width: 24px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li ul,
.tree.cascade-3>li>ul>li>ul>li ul,
.tree.cascade-2>li>ul>li ul,
.tree.cascade-1>li ul,
.tree .cascade ul,
.tree.cascade-4>li>ul>li>ul>li>ul>li li,
.tree.cascade-3>li>ul>li>ul>li li,
.tree.cascade-2>li>ul>li li,
.tree.cascade-1>li li,
.tree .cascade li {
    display: block;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li ul:before,
.tree.cascade-3>li>ul>li>ul>li ul:before,
.tree.cascade-2>li>ul>li ul:before,
.tree.cascade-1>li ul:before,
.tree .cascade ul:before,
.tree.cascade-4>li>ul>li>ul>li>ul>li ul:after,
.tree.cascade-3>li>ul>li>ul>li ul:after,
.tree.cascade-2>li>ul>li ul:after,
.tree.cascade-1>li ul:after,
.tree .cascade ul:after,
.tree.cascade-4>li>ul>li>ul>li>ul>li li:before,
.tree.cascade-3>li>ul>li>ul>li li:before,
.tree.cascade-2>li>ul>li li:before,
.tree.cascade-1>li li:before,
.tree .cascade li:before,
.tree.cascade-4>li>ul>li>ul>li>ul>li li:after,
.tree.cascade-3>li>ul>li>ul>li li:after,
.tree.cascade-2>li>ul>li li:after,
.tree.cascade-1>li li:after,
.tree .cascade li:after {
    border: none;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li div,
.tree.cascade-3>li>ul>li>ul>li div,
.tree.cascade-2>li>ul>li div,
.tree.cascade-1>li div,
.tree .cascade div {
    margin: 0;
    margin-top: 12px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li,
.tree.cascade-3>li>ul>li>ul>li li,
.tree.cascade-2>li>ul>li li,
.tree.cascade-1>li li,
.tree .cascade li {
    margin-left: 24px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li:before,
.tree.cascade-3>li>ul>li>ul>li li:before,
.tree.cascade-2>li>ul>li li:before,
.tree.cascade-1>li li:before,
.tree .cascade li:before {
    border-left: 1px solid #656565db;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li:after,
.tree.cascade-3>li>ul>li>ul>li li:after,
.tree.cascade-2>li>ul>li li:after,
.tree.cascade-1>li li:after,
.tree .cascade li:after {
    border-top: 1px solid #656565db;
    width: 12px;
    height: 0;
    left: -12px;
    top: 24px;
    content: "";
}

.tree.cascade-4>li>ul>li>ul>li>ul>li li:last-child:before,
.tree.cascade-3>li>ul>li>ul>li li:last-child:before,
.tree.cascade-2>li>ul>li li:last-child:before,
.tree.cascade-1>li li:last-child:before,
.tree .cascade li:last-child:before {
    height: 24px;
    top: 0;
}

.zoom-btns a.btn {
    background: #afafaf;
    color: #fff;
}



.target {
    border: 1px solid rgb(226, 226, 226);
    background-color: #ededf8;
    height: 100%;
}

.target .draggable {
    background-color: #ffffff !important;
    margin: 7px 7px 8px !important;
}

.draggable {
    border: none;
    padding: 1.5ch;
    background-color: #ededf8;
    cursor: move;
}

.draggable.is-dragging {
    opacity: 0.5;
}

.source .draggable {
    display: inline-block;
}

.draggable .inner img {
    width: 53px;
    height: 53px;
    object-fit: contain;
    border-radius: 50%;
}

.draggable .inner a {
    color: #474747;
}

.user-profile .active {
    color: #000;
}

.user-profile .tab-pane {
    padding: 0;
}

.btn-upload {
    width: 139px;
    height: 139px;
    background: #4e95c1 !important;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.btn-upload .fa.fa-upload {
    font-size: 76px;
    color: #fff;
}

.btn-upload #avatar-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.avatar-source .img-thumbnail {
    cursor: pointer;
}

#search-leads-btn {
    line-height: 1.2 !important;
}

.content-inner.tab-page .tab-pane.active {
    color: #656565;
    ;
}

.content-inner .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #4a81e5;
    border-radius: 5px;
}

.content-inner .remove-line-height {
    line-height: 0.5;
}

.row.hed {
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

.ui-state-default {
    list-style: none;
}

.rd {
    background: #f5f8fa;
    padding: 0.75rem;
}

.rd1 {
    background: #f6f6f6;
    padding: 0.75rem;
}

#sortable {
    padding: 0;
    margin-left: -14px;
}

.swal-button--confirm {
    background-color: #dc3545;
}

.custom_clr .active {
    color: #000;
}

#nav-bar .navbar-brand img {
    width: 92px;
}

.img_cstm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img_cstm {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.error-help-block {
    position: absolute;
    font-size: 12px !important;
}

.custom-datetime {
    width: 516px;
    display: flex;
    flex-wrap: wrap;
}

.custom-datetime .drp-buttons {
    width: 100%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #4a81e5;
    border-color: #4a81e5;
}

.services {
    border: 1px solid #d1c7c7 !important;
    padding: 20px;

}

.req {
    color: #ff0000;
}

.float-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #fa503a;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.float-btn:hover {
    color: #fff;
}

.large-area {
    height: auto !important;
}

.area-of-operation {
    border: 1px solid #ccc !important;
    padding-bottom: 15px;
}

.heading-area-of-operation {
    margin-top: -10px;
    background-color: #f3f3f9;
    position: absolute;
    padding: 0px 8px;
    font-weight: 700;
    margin-left: 10px;
}

.heading-content-area {
    margin-top: -1px;
}

.custom-margin-sidebar {
    margin-right: 11px;
}

/* .tree li .card::after {
content: '';
position: absolute;
bottom: 0;
width: 10px;
height: 10px;
border-radius: 50%;
left: 0;
right: 0;
margin: auto;
background: #a0c2ff;
}
.tree li .card {
position: relative;
}
.removeChild .card::after {
display: none;
} */
@media only screen and (max-width: 600px) {
    .web-whatsapp {
        display: none;
        cursor: pointer;
    }

    .mobile-whatsapp1 {
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    .web-whatsapp {
        display: block;
        cursor: pointer;
    }

    .mobile-whatsapp1 {
        display: none;
    }
}

.customer-detail a {
    color: #fff;
}

.todo-card-content {
    font-size: 16px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    font-weight: 800;
    padding: 0px 9px;
    background: #e7ffe6;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13);
}

.reminder .dropdown-toggle::after {
    margin-left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    border-color: transparent;
    width: 100%;
    left: 0;
}

/* .reminder-drop {
margin-top: 25px !important;
left: 15px !important;
} */
.reminder-drop {
    margin-top: 25px !important;
    left: -235px !important;
    width: 300px;
    padding: 10px 4px 10px 3px;
}

ul.dropdown-menu.reminder-drop::after {
    content: '';
    border-bottom: 11px solid #f5f5f5;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-radius: 4px;
    position: absolute;
    top: -11px;
    right: 24px;
}

.login_adm::after {
    margin-left: 8px !important;
    border-top: 8px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.dropdown-menu.admin_dtl.show {
    min-width: 255px;
    top: 84% !important;
    left: -109% !important;
}

.dropdown.reminder .top-0 {
    top: 13px !important;
    right: -7px;
}

.notification-list {
    padding: 4px 10px;
    margin-bottom: 7px;
    /* background: #fff; */
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 2px 9px 10px 1px rgba(0, 0, 0, 0.06);
}

.notification-list--unread {
    border-left: 2px solid #20803c;
}

.notification-list span,
.notification-list a {
    font-size: 12px !important;
}

.notification-list a {
    color: #20803c !important;
    font-weight: 600 !important;
}

.readmore {
    width: 200px;
}

.readmore .moreText {
    display: none;
}

.readmore a.more {
    display: block;
}

.select2-container--default .select2-selection--single {
    /* background-color: #fff; */
    /* border: 1px solid #aaa; */
    /* border-radius: 4px; */
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #656565;
    border: 1px solid rgba(74, 129, 229, 0.3) !important;
    box-shadow: 2px 2px 15px rgb(221 221 239 / 80%);
    border-radius: 5px;
    background-color: #F5F5F5 !important;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 31px;
}

.navbar form button.btn-success {
    position: absolute;
    right: 0;
    padding: 4px 0;
    background: #4a81e5;
    border: none;
    border-radius: 0 5px 5px 0;
}

.zoom-outer {
    z-index: 9999;
    position: relative;
}

.grp-search {
    position: absolute;
    margin-left: -9px;
    padding: 4.8px 11px;
    background: #4a81e5;
    border: none;
    border-radius: 0 5px 5px 0;
}

.blink {
    animation: blinker 1.5s linear infinite;
    color: #dc3545;
    font-family: sans-serif;
    font-weight: 900;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.company-search::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #656565 !important;
    font-size: 12px !important;
    opacity: 1;
    /* Firefox */
}


@media only screen and (max-width:500px) {
    nav.navbar {
        flex-wrap: wrap;
    }
    .row.blocks .col-md-3 .card .justify-content-between {
        justify-content: space-between!important;
        align-items: center;
        flex-direction: column-reverse;
        margin-top: -71px;
    }
    .row.blocks .col-md-3 .card .justify-content-between   img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .right-info {
        margin-top: -8px;
    }
    .page_name {
        top: 106px;
    }
    ul.right-info img {
        width: 28px;
    }
    .navbar-brand {
        height: 49px;
        padding: 0;
    }
    span.admin-img {
        width: 50px;
        height: 50px;
        padding: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    span.admin-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .login_adm::after {
        margin-left: 2px !important;
        border-top: 6px solid #000;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

    .right-info li {
        margin-right: -0px !important;
    }

    .right-info li .badge {
        font-size: 8px;
    }

    .content-inner .card form.showing_page strong {
        font-size: 13px !important;
    }

    form.showing_page {
        justify-content: space-between;
    }

    form.showing_page .d-flex {
        width: 100%!important;
        margin: 0 10px;
        justify-content: space-between;
    }
    form.d-flex.justify-content-md-between.showing_page.ms-0 {
        flex-direction: column;
    }
    .showing_page select {
        font-size: 12px;
    }

    .card_inner .custom-width {
        display: block !important;
    }

    .card_inner .custom-width select.form-select.bulk_action {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .card_inner .custom-width input {
        margin-right: 0 !important;
        border-radius: 5px 0px 0px 5px !important;
    }

    .card_inner ul.p-0.m-0.d-flex.flex-wrap.justify-content-md-end.list-style.align-items-center a {
        width: inherit;
    }

    .card_inner ul.p-0.m-0.d-flex.flex-wrap.justify-content-md-end.list-style.align-items-center a li {
        margin: -4px 0 7px !important;
    }

    .card_inner ul.p-0.m-0.d-flex.flex-wrap.justify-content-md-end.list-style.align-items-center li.mobile-w.ps-2 {
        width: 86%;
    }

    .card_inner ul.p-0.m-0.d-flex.flex-wrap.justify-content-md-end.list-style.align-items-center li.mobile-w.ps-2 a {
        width: 100% !important
    }

    .card_inner ul.p-0.m-0.d-flex.flex-wrap.justify-content-md-end.list-style.align-items-center li.filter-btn.mb-2.mb-md-0 {
        width: 100%;
        margin: 8px 0 8px !important;
    }

    .card_inner ul.p-0.m-0.d-flex.flex-wrap.justify-content-md-end.list-style.align-items-center li.filter-btn.mb-2.mb-md-0 button#dropdownfilter {
        width: 100%;
        margin-left: 0 !important;
    }

    .card_inner ul.p-0.m-0.d-flex.flex-wrap.justify-content-md-end.list-style.align-items-center li.filter-btn.mb-2.mb-md-0 li.mobile-w a {
        width: 100% !important;
    }
}

.active-link {
    background-color: #c8dbff !important;
    border-radius: 0px 30px 30px 0;
    /* color: red; */
}

.menu_nav a:hover {
    background-color: #ffffff !important;
    border-radius: 0px 30px 30px 0;

}

.input-group-text {
    line-height: 0.5
}

.card.code-block-website {
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .125);
}

.card.code-block-website .card-header {
    padding: 10px 15px;
    font-weight: bold;
}

.card.code-block-website .card-header h5 {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 0;
}

/* .sub_categories {
    display: none;
}

.category-menu.active .sub_categories {
    display: block;
} */

/* 
login style

*/
.login-sctn {
    background-image: url("/public/assets/img/loginbg.jpg");
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-inner {
    border-radius: 10px;
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 9%);
}

.login-inner .form-control {
    padding: 10px 12px;
}

#forgotpassword a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #3064b0;
}

.login-inner form {
    border-right: 1px dashed #e9e9e9;
}

.login-inner form .btn-primary {
    background-color: #eb6b20;
    border-color: #eb6b20;
}

.login-inner p a {
    text-decoration: none;
    color: #3064b0;
    font-weight: 600;
}

.toggle-password {
    position: absolute;
    right: 0;
    top: 9px;
    right: 10px;
}

.form-group.mb-3 {
    position: relative;
}

#map {
    height: 50vw;
    width: 100%;
}

.row-table-custom {
    background: #4a81e5;
    box-shadow: 2px 2px 15px #d4eded;
    color: #fff;
}

.l-navbar li a span {
    color: #ffff;
}

.l-navbar li a:hover span {
    color: #4a81e5 !important;
}

.l-navbar li a img {
    filter: brightness(0) invert(1);
}

.l-navbar li a:hover img {
    filter: sepia(100%) hue-rotate(190deg) saturate(500%);
}

.l-navbar .sub_categories li a:hover {
    color: #4a5da2 !important;
}


@media only screen and (max-width:767px){
    .l-navbar {
        top: 143px;
        width: 0;
        z-index:9 !important;
    }
    .dropdown-menu.admin_dtl.show {
        min-width: 204px;
        left: -141% !important;
        border-radius: 7px;
    }
   
}
.tbl-success{
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    font-weight: bolder !important;
}
.tbl-danger{
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    font-weight: bolder !important;
}
.tbl-warning{
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
    font-weight: bolder !important;
}
tr.tbl-success a{
    color:  #0f5132;
}
tr.tbl-danger a{
    color:  #842029;
}
tr.tbl-warning a{
    color:  #664d03;
}