:root {
    --blue: #84b2c6;
    --green: #98a661;
    --gray: lightgray;
}

/* @font-face {
  font-family: "Popins";
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
} */

/* @font-face {
  font-family: "Popins-Bold";
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
} */

body,
html {
    /* font-family: "Popins" !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Popins-Bold" !important; */
}

body {
    overflow-x: hidden;
    font-family: "Popins" !important;
}

.section {
    padding: 50px 0;
}

a {
    transition: all 0.5s ease;
    /* font-family: "Popins" !important; */
}

p {
    color: #000000;
    /*font-family: "Avenir";*/
    line-height: 1;
}

.brown {
    color: #484541;
}

.btn-add {
    background: #f58719;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.house {
    width: 500px;
}

.theme {
    color: #2b3248;
}

.ft-16 {
    font-size: 16px;
}

.ft-12 {
    font-size: 12px;
}

.input-group input.form-control {
    border-left: 0;
}

.form-control:focus {
    color: #f58719 !important;
    border-color: #f58719 !important;
    box-shadow: none;
}

.input-group-text {
    width: 40px;
    background: #f3f4f6 !important;
    color: gray;
    height: 46px;
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.form-control:focus::placeholder {
    color: #f58719 !important;
    opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
    color: #f58719 !important;
}

.form-control:focus::-ms-input-placeholder {
    color: #f58719 !important;
}

.footer {
    background: #3f3d56;
}

.footer p,
.footer p a {
    color: #fff;
}

.wd-100 {
    width: 100px;
}

.btn-black {
    border: 2px solid #f3872d;
    background: transparent;
    border-radius: 6px;
    padding: 10px 35px;
    font-size: 14px;
    color: #f3872d;
}

.bell {
    background: #ededed;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.bg-nav {
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
}

.bg-nav .dropdown-item {
    font-size: 14px;
}

.left-side {
    height: 100vh;
    border-right: 1px solid #d3d3d3;
    background: #ffff;
    overflow: visible;
    max-width: 5rem !important;
}

.new-modal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.new-modal .modal-header {
    background: #fff;
    text-align: left;
    border-radius: 0;
    color: #4e5164;
}

.new-modal .modal-header .modal-title {
    font-weight: 600;
}

.new-modal .close {
    color: #4e5164;
    opacity: 1;
    /* background: #e2780e; */
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    position: relative;
    top: 0;
    right: 0;
}

.new-modal .modal-body {
    padding: 15px;
}

.new-modal input.form-control {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
}
.new-modal .form-control {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
    padding: 8px 14px !important;
    border: 1px solid transparent !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 20px;
}
.new-modal .form-control:focus {
    border: 1px solid #7cd4f2;
    background: #feeddd;
    border: 0px;
}

/* .new-modal label {
color: #f58719;
font-size: 14px;
} */

.new-modal .modal-footer {
    background: #fff;
    text-align: right !important;
    border-top: 0px;
}

.btn-save {
    border-radius: 7px;
    background: #f58719;
    border: 1px solid #f58719;
    text-transform: capitalize !important;
    color: #fff;
    margin: 0;
}

.btn-save:hover {
    color: #fff;
}

.btn-close {
    color: #3f3d56;
    background: 0 0;
    text-transform: uppercase;
    background: #f0f1f2;
}

.gray {
    color: #939bb5;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
}

.navbar-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.wrapper {
    width: 100%;
}

#sidebar {
    max-width: 250px;
    color: #c5c4cc;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 145px;
    max-width: 80px;
    text-align: center;
    /* height: 800px; */
}

#sidebar.active ul.components li {
    font-size: 14px;
}

#sidebar.active ul.components li a span.fa {
    margin-right: 0;
    display: block;
    font-size: 30px;
}

#sidebar ul.components {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar ul.components {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar ul li {
    /* font-size: 18px; */
}

#sidebar ul li > ul {
    margin-left: 10px;
}

#sidebar ul li > ul li {
    font-size: 14px;
}

#sidebar ul li a {
    display: block;
    color: #c5c4cc;
    font-size: 16px;
    font-weight: 400 !important;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

#sidebar ul li a span {
    margin-right: 15px;
}

@media (max-width: 991.98px) {
    #sidebar ul li a span {
        display: block;
    }
}

@media (min-width: 768px) {
    .text-lg-right {
        text-align: right;
    }
}

/*#sidebar ul li a:hover {
  color: #f58719;
}*/

/*#sidebar ul li.active>a {
  background: 0 0;
  color: #f58719;
}*/

@media (max-width: 991.98px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    #sidebar.active {
        margin-left: 0 !important;
    }
}

#content {
    /* width: calc(100% - 80px);
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: #f7f7f7;
  position: relative;
  min-height: 120vh;
  height: 100%; */
}

.tooltips {
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 18px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.box {
    position: absolute;
    top: 100px;
    border-radius: 16px;
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
    background-color: #fff;
    padding: 12px 3px;
    /* background-image: linear-gradient(
        to bottom,
        #fff 68%,
        rgba(245, 135, 25, 0.1) 90%
    ); */
}

.box .filter {
    background-color: #f2f2f2ff;
    padding: 10px;
    width: 200px;
    height: 45px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
}

.box .filter img {
    width: 20px;
}

.box .territory img {
    width: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #f58719 !important;
}

.box .territory {
    height: 45px;
    background-color: #f2f2f2ff;
    padding: 10px;
    width: 200px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
}

.filter img,
.territory img {
    width: 30px;
}

.bg-white {
    background: transparent !important;
    width: 410px;
    border-radius: 8px;
    padding: 15px;
    height: 780px;
    overflow-x: hidden;
    overflow-y: auto;
}

.user-tracking .bg-white {
    height: 480px;
}

.bg-white2 {
    background: #fff !important;
    border-radius: 8px;
    padding: 15px;
    height: 500px;
    overflow: auto;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999999;
    cursor: pointer;
}

#pills-filter .input-group input.form-control,
.bg-white2 .input-group input.form-control,
.send-messsage .input-group input.form-control {
    border-left: 1px solid #ced4da;
    border-right: 0;
}

.ft-14 {
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 4px;
}

/*
::-webkit-scrollbar-track {
  background: #f1f1f1;
}*/

::-webkit-scrollbar-thumb {
    background-color: #f58719;
}

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

#map {
    min-height: 100vh;
    width: 100%;
    height: 100%;
}

.fa {
    cursor: pointer;
}

.pagination li {
    font-size: 12px;
    position: relative;
    display: block;
    /* padding: 1px 1px; */
    margin-left: 0;
    line-height: 1.25;
    color: #007bff;
    /* background-color: #fff; */
}

.pagination li.active {
    z-index: 1;
    color: #fff;

    border-color: #f58719;
}

.orange {
    color: #f58719;
}

.bg-orange {
    background: #f58719 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f58719;
    background-color: #f58719;
}

.select2 {
    width: 100% !important;
}

.gb-font {
    font-family: "Gibson";
}

.gb-font-bold {
    color: #000126;
}

.filter-box,
.filters h5 {
    background: #fff;
    padding: 15px 10px;
    color: #000126;
}

.heading1 {
    color: #000126;
    font-size: 40px;
}

.heading2 {
    color: #000126;
    font-size: 21px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    font-family: "Font Awesome";
    font-weight: 900;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    border: 0;
    vertical-align: unset;
    position: relative;
    top: 1px;
}

.dropdown.position-absolute {
    top: 15px;
}

.nav-item {
    cursor: pointer;
}

.app-icon {
    width: 150px;
}

.ui-autocomplete {
    z-index: 2147483647 !important;
}

.pac-container {
    z-index: 9999999 !important;
}

.user-box {
    height: 466px;
    overflow-y: auto;
}

/* Chat CSS */

.chats,
.inbox {
    background: #fff;
    padding: 15px 20px;
}

.inbox .active-user {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.inbox-user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.active-username {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.inbox .nav-pills .nav-link {
    color: gray;
}

.inbox .nav-link.active,
.inbox .nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #f58719;
    border-radius: 0;
    border-color: transparent transparent #f58719 transparent;
    text-transform: capitalize;
    background: 0 0 !important;
    color: #f58719;
}

.inbox .fa-ellipsis-h {
    font-size: 20px;
    color: #f58719;
    opacity: 0.6;
}

.inbox .tab-pane {
    height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

.chat-box .received-message p:first-of-type,
.chat-box .send-message p:first-of-type {
    color: gray;
}

.chat-box .received-message .bg-gray {
    background-color: #f9f8fa;
}

.white {
    color: #fff;
}

.chat-box {
    /* height: 568px;
  overflow-y: auto;
  padding-right: 15px; */
}

.fc-h-event .fc-event-title {
    text-transform: capitalize;
}

.media,
.offline,
.online {
    position: relative;
}

.online .fa-circle {
    position: absolute;
    right: 0;
    font-size: 11px;
    left: 30px;
    top: 28px;
    color: #04e013;
}

.offline .fa-circle {
    position: absolute;
    right: 0;
    font-size: 11px;
    left: 30px;
    top: 28px;
    color: #b6b9c3;
}

/* Chat CSS End */

.add-statusbox {
    background: #fff;
    height: 100%;
    box-shadow: 0 12px 20px #455b6314;
    border-radius: 8px;
    padding: 7px 15px;
    position: relative;
}

.add-statusbox .fa-map-marker {
    font-size: 40px;
}

.info-box {
    width: 300px;
    padding: 10px;
}

.border-0 {
    border: 0 !important;
}

.info-box button {
    padding: 2px 20px;
    font-size: 14px;
    color: #fff;
}

.ft-13 {
    font-size: 13px;
    color: #3f3d56;
}

.btn-save,
.btn-close,
.btn-danger,
.btn-warning {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    margin-right: 10px !important;
}

#selectAllEmployees {
    padding-top: 0px;
}

/*.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary {
  background: #f58719 !important;
  border: 1px solid #f58719 !important;
}*/

.white-box {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 12px 20px #455b6314;
    border-radius: 8px;
    height: 600px;
    overflow-y: auto;
}

.white-box2 {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 12px 20px #455b6314;
    border-radius: 8px;
}

/* .leader-ranks img{
width:40px;
} */

.other-rank {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #fff;
}

.panel-title {
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.panel-title::after {
    content: "\f107";
    color: transparent;
    top: -1px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
    cursor: pointer;
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}

.user-img {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

/* .active{
color: #8ACB3D;
} */

.inactive {
    color: gray;
}

.gray-box {
    background: #f0f4f4;
    padding: 10px;
    height: 150px;
    overflow-y: scroll;
}

table,
table a {
    color: #000000 !important;
    font-size: 12px;
}

.setting-col {
    height: 450px;
    overflow-y: auto;
}

label {
    font-size: 13px;
    color: #8d96a7;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 3px;
}
label.form-check-label {
    margin-left: 10px;
}

.form-control2,
.form-control2:focus,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    background: #f0f1f2;
    border: 0px;
}

.menu-box {
    position: absolute;
    top: 0;
    left: 90px;
    background: #3f3d56;
    width: 250px;
    padding: 20px 50px;
    z-index: 9999;
}

.menu-box .card {
    border: 0px;
}

.menu-box .card-header {
    background: #3f3d56;
    padding: 0;
    border: 0px;
    text-align: left;
    color: #fff;
}

.menu-box .card-body {
    background: #3f3d56;
    padding: 0;
}

.menu-box ul {
    list-style: none;
    padding-inline-start: 0px;
    text-align: left;
}

.menu-box ul li {
    padding-bottom: 8px;
}

.menu-box ul li a:hover {
    color: #fff !important;
}

.accordion-menu {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.accordion-menu::before {
    content: "\f067";
    /* fa-plus */
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    top: 13px;
    font-size: 13px;
}

.accordion-menu[aria-expanded="true"]::before {
    content: "\f068";
    /* fa-minus */
}

.table td,
.table th {
    /* vertical-align: baseline; */
    border-top: 1px solid #f2f2f2;
}

.table th {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

#territory_performance table th {
    font-size: 12px;
}

.btn-orange {
    background: #f58719;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.btn-orange:hover {
    color: #fff;
}

/*.account-table tr {
  background: #fff;
}*/

.account-table input.form-control,
.input-group-text {
    border: none;
}

.input input.form-control,
.input .input-group-text {
    background: #f0f1f2 !important;
    border: 0px;
}

.input .input-group-text {
    width: auto;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.btn-cancel {
    background: #dc3545 !important;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.btn-cancel:hover {
    color: #fff;
}

/* .body-bg {
  background-image: url('../images/map-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */

.bg-white1 {
    background-image: linear-gradient(157deg, #f59b42 6%, #c16407 83%);
    position: relative;
    height: 100vh;
}

.white:hover {
    color: #fff;
}

.ul-no-style {
    list-style: none;
    position: absolute;
    right: 47px;
    bottom: 20px;
    padding-inline-start: 0px;
}

.ul-no-style li {
    display: inline;
}

@media (max-width: 767px) {
    .ul-no-style {
        position: unset;
        padding-top: 15px;
    }
}

@media (max-width: 576px) {
    .bg-white1 {
        height: auto;
    }
}

.import-history thead th {
    background: #f58719;
    color: #fff !important;
}

a.orange {
    color: #f58719 !important;
    cursor: pointer;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.import-history td,
.import-history th,
.import-history thead th {
    border-top: none !important;
    border-bottom: none !important;
    padding: 20px 10px !important;
}

#manage_user .active {
    color: #77c31e;
    font-family: "Gibson-SemiBold";
    font-size: 15px;
}

/* .select2-container--default .select2-selection--single {
    background-color: #f0f1f2;
    border: none;
    border-radius: 3px;
    height: 40px;
} */

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0.375rem 0.75rem;
    color: #a8aaaa;
    font-size: 14px;
    border: 0 !important;
}

.gray-box2 {
    background: #f8f9fd;
    padding: 10px 20px;
}

.progress-bar {
    background-color: #ffd76e;
}

.filter-box2 {
    background: #fff;
    padding: 15px 11px;
    color: #000000;
    font-size: 12px;
}

.fa-plus-circle {
    position: relative;
    top: 1px;
    color: #f58719 !important;
}

.calculation label {
    font-size: 12px;
    font-weight: normal;
}
input.form-control {
    color: #f58719;
    /* font-size: 30px; */
}

#ajaxLoader {
    z-index: 9999;
    display: none;
    width: 69px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 2px;
}

.importBox {
    /* border: 2px solid; */
    /* min-width: 300px; */
    /* max-width: 300px; */
    /* margin-right: 15px; */
    /* border-radius: 5px; */
    margin-bottom: 1px;
}

.border-green {
    /* border-color: var(--green); */
}

.border-blue {
    border-color: var(--blue);
}

.border-gray {
    border-color: lightgray;
    opacity: 0.5;
}

.configDetails {
    width: 100%;
    overflow-x: auto;
}

.hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.importFields {
    /* height: 60px; */
    overflow-y: auto;
}

::-webkit-scrollbar {
    height: 6px !important;
}

.card[disabled] {
    pointer-events: none;
    opacity: 0.7;
}

.user_pin_image {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.hide_section {
    font-weight: bold;
    font-size: 12px;
    float: right;
    margin-top: 8px;
    cursor: pointer;
    margin-left: 10px;
    color: #f5872d;
}

.hide_section.collapsed:before {
    content: "+";
    margin-right: 5px;
    width: 15px;
}

.hide_section:before {
    content: none;
    margin-right: 5px;
    width: 15px;
}

/* Start Redesign CSS */
.primary-color {
    color: #4e5164;
}

.secondary-color {
    color: #2b3248;
}

.primary-input {
    height: 41px;
    border-radius: 5px;
}

.primary-input::-webkit-input-placeholder {
    /* Edge */
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.primary-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.primary-input::placeholder {
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.font-semi-bold {
    font-weight: 600;
}

.btn-add:hover {
    background: #3f3d56;
}

.font-13 {
    font-size: 13px;
}

.hover-color:hover {
    color: #f58719;
}

.btn-theme,
.btn-theme2 {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    z-index: 0;
    justify-content: center;
}

.btn-theme::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #3f3d56;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: -1;
}

.btn-theme:hover::before,
.btn-theme2:hover::before {
    transform: translateX(0);
}

button.btn.btn-add.btn-theme:hover {
    background: unset;
    border-color: transparent;
}

.bg-yellow {
    z-index: 0;
}

.bg-yellow::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 135, 25, 0) 64%,
        rgba(245, 135, 25, 0.1)
    );
    z-index: -1;
}

.font-20 {
    font-size: 18px;
}

.btn-color {
    color: #000000 !important;
}

.white-color-hover:hover {
    color: #fff !important;
}

.btn-theme.btn-black:hover > img {
    filter: brightness(0) invert(1);
}

button:focus {
    box-shadow: unset !important;
}

#notificationDropdown::after {
    content: none;
}

.dropdown-icon::after {
    font-size: 22px;
    color: #3f3d56;
}

.user-dropdown {
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #d1d5dc;
    background-color: #fff;
    margin-top: 30px;
    border: 0;
    border-radius: 10px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
    width: 300px;
}

.user-dropdown.dropdown-menu.show {
    display: flex;
}
.user-dropdown.dropdown-menu > li {
    padding: 7px 12px !important;
    margin: 0 !important;
}
.dropdown-menu::after {
    content: none !important;
}

.user-dropdown > a.dropdown-item:not(:last-child) {
    margin-bottom: 20px;
}

.user-dropdown > a.dropdown-item:hover {
    background-color: transparent;
    color: #f6912d;
}

.user-dropdown > a.dropdown-item {
    padding: 0;
    font-size: 18px;
    color: #000;
}

.user-profile-pic {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
}

.user-profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.font-30 {
    font-size: 30px !important;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.user-dropdown::after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -12px;
    right: 30px;
}

.btn-save2,
.btn-close2 {
    padding: 13px 60px;
    height: auto;
    border-radius: 5px;
    line-height: 0.88;
    letter-spacing: 0.66px;
    border: 0;
}

.opacity03 {
    opacity: 0.3 !important;
}

.opacity065 {
    opacity: 0.65 !important;
}

.form-control.form-control2 {
    background-color: rgba(141, 150, 167, 0.1);
    border: 1px solid transparent;
    height: 45px;
    font-size: 12px !important;
    color: #000124;
}

.form-control.form-control2:focus,
.form-control.form-control2:active {
    border: 1px solid #f58719 !important;
    background-color: rgba(245, 135, 25, 0.22);
}

.form-control2.form-control::-webkit-input-placeholder {
    /* Edge */
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control2.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control2.form-control::placeholder {
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control.focus-color:focus::placeholder {
    color: #f58719 !important;
    opacity: 1;
}

.form-control.focus-color:focus:-ms-input-placeholder {
    color: #f58719 !important;
}

.form-control.focus-color:focus::-ms-input-placeholder {
    color: #f58719 !important;
}

.btn-theme2::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #f58719;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: -1;
    color: #fff !important;
}

.btn-theme2:hover {
    color: #fff;
}

.font-24 {
    font-size: 24px !important;
}

#pinDetail button {
    border-radius: 5px;
    font-weight: 600;
}

#pinDetailForm table td {
    font-size: 12px;
    text-align: center;
}

.user-search {
    width: 383px;
    margin-left: auto;
}

/* modified css */
.lb-white-box {
    background-color: #f7f7f7;
    box-shadow: none;
}

.lb-bg-height {
    min-height: 91.5vh;
}

.lb-select-bg {
    background-color: rgba(141, 150, 167, 0.1);
    border: 1px solid transparent;
    height: 45px;
    font-size: 12px !important;
    color: #000124;
    border-radius: 12px;
}

.leader-ranks {
    border-bottom: 1px solid #c8c7ce;
    padding-bottom: 1.5rem;
}

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

::-webkit-scrollbar-track {
  background: #f1f1f1;
} */

::-webkit-scrollbar-thumb {
    /* background-color: #f58719; */
    border-radius: 3px;
    background-color: #c9c9c9;
}

.faq-card-border,
.faq-card-border > .card-header {
    border: none;
}

.faq-card-border > .card-header > p {
    color: #a2a1b5;
}

.statuses-icon {
    padding: 1rem 0.9rem !important;
    border-radius: 100%;
    background-color: #f7f7f7;
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statuses-btn {
    padding: 0.85rem 1rem !important;
    border-radius: 100%;
    background-color: #f7f7f7;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.statuses-h6 {
    font-size: 22px !important;
}

.fields-mainp {
    color: #4e5164 !important;
}

.fields-ip > div > input {
    width: 80%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: rgba(141, 150, 167, 0.3) !important;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #4e5164;
    font-size: 16px;
}

.new-modal .form-control::placeholder {
    color: #000124 !important; /* apne desired color se change kar lo */
    opacity: 1; /* kuch browsers me placeholder dull na dikhe */
}
/* .customfields-table{
  border-collapse: inherit !important;
} */
.statuses-table th,
.statuses-table td {
    border-bottom: 0 !important;
    border-top: 0 !important;
    margin-bottom: 1rem !important;
}

.statuses-rightside-table {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    color: #000124;
    padding: 0 !important;
}

.customfield-icon {
    padding: 1.1rem 0.9rem !important;
    /* background: red; */
    border-radius: 100%;
    background-color: #f7f7f7;
    margin-right: 1rem;
}

.customfields-table > thead > tr,
.customfields-table > tbody > tr {
    margin-bottom: 2rem !important;
    border-bottom: 10px solid #f7f7f7;
}

.ft-weight-normal {
    font-weight: normal;
}

.statuses-righttable-select {
    /* padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0; */
    padding-left: 0 !important;
}

.statuses-righttable-select-center {
    /* padding: 1.5rem 0rem 1.5rem 5.5rem !important; */
}

.statuses-righttable-select-left {
    /* padding: 1.5rem 2.5rem !important; */
}

.nav-pills .nav-link.active img,
.nav-pills .show > .nav-link img {
    filter: brightness(0) invert(1);
}

.nav-pills .nav-link.active p {
    color: #fff;
}

.colorComponent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px;
    position: relative;
    z-index: 0;
}

.colorComponent input {
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.colorComponent::before {
    content: "";
    position: absolute;
    opacity: 0.08;
    background-color: #505a6c;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.text-underline {
    text-decoration: underline;
}

.theme-color {
    color: #f58719;
}

.add_territory {
    color: #3f3d56;
    font-size: 20px;
}

.dropdown span.fa.fa-cog {
    font-size: 26px;
    color: #3f3d56;
}

.territory-edit-dropdown .dropdown-menu {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
    background-color: #eee;
    border-color: transparent;
    /* padding: 15px; */
}

.territory-edit-dropdown .dropdown-menu a.dropdown-item {
    /* color: #3f3d56; */
    /* letter-spacing: 0.03px; */
    font-size: 12px;
    padding: 4px 10px;
}

.territory-edit-dropdown .dropdown-menu a.dropdown-item:hover {
    background-color: transparent;
    color: #f58719;
}

.territories-search-area input {
    background-color: transparent !important;
    border: 1px solid #c4c3cb !important;
    border-right: 0 !important;
    height: 50px;
}

.territories-search-area span.input-group-text {
    background-color: transparent !important;
    border: 1px solid #c4c3cb !important;
    border-left: 0 !important;
    color: #c0bfc7 !important;
}

.territories-search-area input::-webkit-input-placeholder {
    /* Edge */
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input::placeholder {
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input:focus,
.territories-search-area input:active {
    border-color: #c4c3cb !important;
}

.territories-search-area input:focus::placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.territories-search-area input:focus:-ms-input-placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.territories-search-area input:focus::-ms-input-placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.bg-shadow {
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
}

.user-pin-table thead th {
    border-bottom: 0;
}

.user-pin-table td,
.user-pin-table th {
    padding: 15px;
}

.fc-button.fc-button-primary {
    background-color: #fff !important;
    border-color: transparent !important;
    padding: 8px 25px !important;
    text-transform: capitalize !important;
    color: #3f3d56 !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0) !important;
    transition: all 0.5s ease !important;
}

.fc-button.fc-button-primary.fc-button-active,
.fc-button.fc-button-primary:hover {
    background-color: #f58719 !important;
    border-color: transparent !important;
    color: #fff !important;
}

.user-calendar-post:not(:last-child) {
    border-bottom: 1px solid #cfced4;
}

.menu-box .card-body ul > li > a {
    color: #fff !important;
    opacity: 0.5;
    font-size: 16px !important;
}

.menu-box .card-body ul > li > a:hover {
    opacity: 1;
    text-decoration: none;
}

.user-boxes .card {
    background-color: transparent;
    border: 0;
}

.user-boxes .card-header {
    background-color: transparent;
    border: 0;
}

.user-boxes input.form-control.autocomplete {
    background-color: #fff;
    border-color: transparent;
}

.user-boxes span.input-group-text {
    background: #fff !important;
}

table.account-table th,
table.account-table td {
    border: 0;
    border-bottom: 1px solid #eff0f1;
}

/* .account-table .new-modal .form-control {
    background-color: #fff !important;
} */

.account-table .input-group .form-control {
    /* background: #fff; */
}

.account-table span.input-group-text {
    background: #fff !important;
}

/* End Redesign CSS */

/* Modify  Css */

/* Font css  */

.font-19 {
    font-size: 19px;
}

.font-28 {
    font-size: 28px;
}

.font-14 {
    font-size: 14px;
}

.font-26 {
    font-size: 26px;
}

.font-22 {
    font-size: 21px;
}

.font-18 {
    font-size: 16px;
}

/* Font css end */

/* Font color css  */

.color-fff {
    color: #fff;
}

.color-ffd76e {
    color: #ffd76e !important;
}

.color-ffd76e {
    color: #ffd76e;
}

.bg-ffd76e {
    background-color: #ffd76e;
}

.color-black {
    color: #000;
}

.color-f58719 {
    color: #f58719 !important;
}

.color-3f3d56 {
    color: #3f3d56;
}

.color-c840e9 {
    color: #c840e9;
}

.color-gray {
    color: rgba(48, 48, 48, 0.87) !important;
}

.color-0087 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.color-4e5164 {
    color: #4e5164;
}

.color-373c57 {
    color: #373c57;
}

.color-danger {
    color: #f52119 !important;
}

.color-9095a4 {
    color: #9095a4;
}

.color-04e013 {
    color: #04e013;
}

/* Font color css  end */

/* Font weight css  */

.font-600 {
    font-weight: 600 !important;
}

.font-500 {
    font-weight: 500 !important;
}

/* Font weight css  */

/* Login page Css  */
.clear-filter {
    text-decoration: underline;
}

.andriod-app-store {
    position: unset;
    display: flex;
    align-items: end;
    justify-content: center;
}

.andriod-app-store a {
    padding: 10px;
}

.user-drop-down {
    background-color: rgba(255, 215, 110, 0.1);
    min-height: 99px;
    padding-left: 20px;
}

.navbar-collapse {
    margin: -15px -10px;
}

/* Login page Css End  */

/* Dashboard css  */
.filter-btn {
    background-color: #f58719;
    width: fit-content;
    padding: 10px 55px !important;
    border-color: transparent;
    border-radius: 8px;
}

.filter-btn p {
    margin: 0 !important;
    font-size: 17px;
    color: #fff;
    margin-right: 15px;
    line-height: 1.5 !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.dis-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

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

.filter-sec {
    background-color: #fff;
    padding: 20px 20px 30px;
    border-radius: 4px;
}

.title h5 {
    margin: 0 !important;
}

.select2 {
    border: 0;
    border-radius: 0;
}

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

.search-btn {
    height: 36px;
    width: 156.3px;
    background-color: #f58719;
    border-color: transparent;
    color: #fff;
    border-radius: 8px;
}

/* Dashboard css end  */

/* Side Bar Css  */
.non-active .active-img {
    display: none;
    margin: 0 auto;
}

.non-active .static-img {
    display: block;
    margin: 0 auto;
}

.side-active .active-img {
    display: block;
    margin: 0 auto;
}

.side-active .static-img {
    display: none;
    margin: 0 auto;
}

.side-active {
    background-image: linear-gradient(
        to right,
        rgba(245, 135, 25, 0),
        rgba(245, 135, 25, 0.2)
    );
}

.non-active p {
    padding-top: 10px;
}

.side-active p {
    color: #f58719;
    padding-top: 10px;
}

.mod-side-bar > li {
    margin: 0 !important;
    padding: 0 !important;
}

.map-icon {
    margin-right: 10px;
}

.territories-input input {
    width: 100% !important;
    height: 38px;
    border: solid 1px #8d96a7 !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 0 10px 0 30px;
    font-size: 12px;
}

.territories-input input:focus {
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff !important;
    z-index: 0 !important;
}

.search-icon {
    position: absolute;
    top: 11px;
    left: 10px;
}

.search-icon i {
    color: rgba(141, 150, 167, 0.3);
    font-size: 18px;
}

.territory-filter p {
    margin: 0;
    line-height: 1.5 !important;
    margin-left: 10px;
}

.nav-pills > li {
    margin: 0 !important;
}

.map-title {
    position: absolute;
    top: 50px;
    left: 30px;
}

.territorE-border {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

/* Side Bar Css  End */

/* Map Page css  */

.new-select .select2-container--default .select2-selection--multiple {
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}

.new-input input {
    width: 100% !important;
    height: 45px !important;
    border-radius: 0 !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}

.first-cell {
    width: 40%;
    flex: 0 0 60%;
}

.boder::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
}

.boder {
    position: relative;
}

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

.cencel-btn {
    width: 125px;
    height: 40px;
    border-radius: 7px;
    border: solid 1px #f58723;
    background-color: #fff;
    color: #f58723;
}

.btn-save {
    height: 40px;
}

.bnt-area {
    width: 100%;
}

/* Map Page css  end */

/* Filter css  */

/* .filter-box {
  padding: 10px 6px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, rgba(245, 135, 25, 0) 80%, rgba(245, 135, 25, 0.1) 100%);
  min-height: 540px;
} */

.boder {
    width: 100%;
}

.status-text h5 {
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 18px;
}

.table-row {
    padding: 0;
}

.table-row table {
    background-color: #fff;
    border-radius: 12px;
}

.w-14 {
    width: 14%;
}

.table-row table th {
    border-top: 0;
    border-bottom: 1px solid rgba(63, 61, 86, 0.25);
    padding: 16px 10px !important;
    color: #3f3d56;
    background: #f58719;
}

.table-row table td {
    padding: 19px 9px !important;
    color: #3f3d56;
}

.table-row table td:not(:last-child) {
    border-bottom: 2px solid #f2f2f2;
}

.t-row-color {
    border-radius: 8px;
}

.add-modal {
    min-width: 1100px;
    border-radius: 12px;
}

.add-modal .modal-header {
    background-color: #f58719;
    color: #fff;
    padding: 15px 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.add-modal .modal-content {
    border-radius: 12px;
}

.add-modal .modal-header .close {
    color: #fff;
    font-weight: 100;
}

.edit-profile-img input::placeholder,
.add-modal input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(168, 170, 170, 0.42) !important;

    /* Firefox */
}

.edit-profile-img input:-ms-input-placeholder,
.add-modal input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(168, 170, 170, 0.42) !important;
}

.edit-profile-img input::-ms-input-placeholder,
.add-modal input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(168, 170, 170, 0.42) !important;
}

.add-modal .btn-close {
    color: #f58723;
    border: 1px solid #f58723;
    background-color: transparent;
    border-radius: 7px;
}

.add-modal .modal-footer {
    padding-bottom: 20px;
}

.add-modal .modal-body {
    padding: 20px 30px;
}

.add-appoit {
    height: 54px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 9px;
    background-color: #f58719;
    border-color: transparent;
}

.appoit-text {
    padding-bottom: 30px;
}

.appoit-text h2 {
    margin: 0 !important;
}

.appoit-filter-box .head {
    background-color: rgba(245, 135, 25, 0.1);
    padding: 20px 30px 30px 25px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/*
.appoit-filter-box .filter-body {
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #fff 81%, rgba(245, 135, 25, 0.1) 100%);
  padding: 20px;
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 595px;
  overflow: auto;
} */

.user-select {
    width: 100% !important;
    height: 40px !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    color: rgba(168, 170, 170, 1) !important;
    font-size: 14px;
    background: #f6f6fa;
    border-radius: 12px !important;
}

.company-users {
    margin-top: 30px;
}

.user-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
}

.border-bottom {
    border-bottom: 1px solid #dddfe4;
}

/* Chat Screen Css  */
.chat-users {
    margin-bottom: 30px;
    position: relative;
    padding: 25px;
    height: 834px;
    border-radius: 10px;
    overflow: auto;
    background-image: linear-gradient(
        to bottom,
        #fff 82%,
        rgba(245, 135, 25, 0.1)
    );
}

.filter-box-2 p {
    margin-bottom: 10px;
}

/* .filter-box2 {
  background: #fff;
  padding: 15px 11px;
  color: #000000;
  font-size: 12px;
} */

.chat-user {
    padding: 10px 20px;
    border-radius: 0;
    margin-bottom: 15px;
}

.chat-user:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.chat-profile {
    margin-bottom: 20px;
}

.chat-profile .user-chat-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.chat-profile > ul {
    display: flex;
    align-items: center;
}

.chat-profile .user-chat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-name > p {
    color: rgba(0, 0, 0, 0.5);
}

.chat-users .nav-item {
    width: 50%;
    text-align: center;
}

.chat-users .nav-item .nav-link.active {
    color: #fff;
}

.chat-users .nav-item .nav-link {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.5);
}

.tabs-area > ul {
    margin: 30px 0 10px 0 !important;
}

.other-chat-img {
    width: 60px;
    height: 60px;
    position: relative;
}


.other-user-names {
    width: 100%;
}

.chat-time {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-time p {
    color: rgba(0, 0, 0, 0.5);
    margin: 0 !important;
}

.other-user-names h2 {
    margin: 0 !important;
}

.on-icon {
    position: absolute;
    bottom: 1px;
    right: 0px;
}

.user-active {
    background-color: #f2f2f2 !important;
    padding: 10px 20px;
    border-radius: 5px;
    border-bottom: 0 !important;
}

.ad-user {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.chat-screen {
    background-color: #fff;
    position: relative;
    height: 760px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: auto;
    padding: 10px 20px;
}

.chat-bottom-border {
    border-bottom: 1px solid #f0f0fb;
}



.msg-input {
    padding: 10px 20px;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.msg-input input {
    border-color: transparent;
    width: 100%;
    height: 57px;
    border-radius: 7px;
    background-color: #f2f2f2;
    padding: 10px 50px 10px 20px;
}

.postion-relative {
    position: relative;
}

.send-icon {
    position: absolute;
    top: 15px;
    right: 30px;
    cursor: pointer;
}

.aposite-chat {
    padding: 13px 20px;
    max-width: 540px;
    width: fit-content;
    border-radius: 7px;
    background-color: #f2f2f2;
    margin-bottom: 12px;
}

.aposite-chat p {
    line-height: 1.5 !important;
    margin: 0 !important;
    color: #9095a4;
    font-size: 14px;
}

.mine-chat {
    padding: 13px 20px;
    max-width: 540px;
    width: fit-content;
    border-radius: 7px;
    background-color: #f58719;
    margin-bottom: 12px;
}

.mine-chat p {
    line-height: 1.5 !important;
    margin: 0 !important;
    color: #ffffff;
    font-size: 14px;
}

.text-end {
    text-align: end !important;
    display: flex;
    align-items: center;
    justify-content: end;
}

.mine-chats {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    flex-direction: column;
}

.table-header {
    padding: 25px 90px 25px 20px;
    background-color: rgba(254, 243, 231, 0.5);
    background-color: #fef3e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table-header .chat-detail {
    margin: 0 !important;
    padding: 0 !important;
}

.manage-icon {
    top: 12px !important;
}

.territories-input .manage-input {
    width: 435px !important;
}

.territories-input .manage-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a8aaaa;

    /* Firefox */
}

.territories-input .manage-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a8aaaa;
}

.territories-input .manage-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a8aaaa;
}

.manage-table {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.manage-table table {
    border-radius: 10px;
}

.manage-table th {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 30px 15px;
    font-size: 22px;
}

.manage-table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 20px 10px;
}

.w-60 {
    width: 60%;
}

.w-20 {
    width: 20%;
}

.table-user-name p {
    margin: 0 !important;
}

.table-deatil {
    margin: 0 !important;
    padding: 0 !important;
}

.leader-header {
    padding: 25px 20px;
    background-color: rgba(254, 243, 231, 0.5);
    background-color: #fef3e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.leader-header .chat-time > h2 {
    margin: 0;
}

.leaderboard-text {
    padding: 0 10px 10px 10px;
    height: 834px;
    background-image: linear-gradient(
        to bottom,
        #fff 82%,
        rgba(245, 135, 25, 0.1)
    );
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.leader-detail {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.leader-time p {
    margin: 0 !important;
}

.leader-detail:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.board-number p {
    margin: 0 !important;
}

/* Faq Page  */

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

.faq-title .territories-input .faq-input {
    background-color: rgba(255, 215, 110, 0.1s) !important;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.accord-bg {
    padding: 0;
}

.accord-bg .accordion .card .card-header {
    position: relative;
    background-color: rgba(168, 170, 170, 0.15);
    padding: 13px 15px;
    display: flex;
    align-items: center;
    border-color: transparent;
}

.accord-bg .accordion .card {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 0;
    background-color: #f0f1f2;
}

.accord-bg .accordion .card-body {
    padding: 0;
    padding: 20px 10px;
    background-color: #f0f1f2;
}

.accord-bg .accordion .card-body p {
    margin: 0 !important;
    color: #a8aaaa;
    line-height: 1.67;
}

.accord-bg .accordion .card .card-header button {
    width: 100%;
    text-align: left;
    padding: 0;
    color: #a8aaaa;
}

.accord-bg .accordion .card .card-header .icon {
    position: absolute;
    right: 25px;
    top: 36%;
}

.new-icon {
    top: 10px;
}

.privacy-box {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
}

.privacy-box p {
    line-height: 1.7;
    font-size: 16px;
    font-weight: 500;
    color: #000124;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
}

.avatar-upload .avatar-edit label {
    cursor: pointer;
}

.avatar-upload .avatar-edit input {
    display: none;
}

/* .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
} */

/* .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
} */

/* .avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

*/
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.avatar-upload .avatar-preview > img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    content: " ss ";
    color: transparent;
    padding: 0 5px;
    background-image: url("../images/calendar.png");
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: transparent;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.date-input {
    margin-top: 10px;
    padding: 20px;
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 5px;
    background-color: rgba(168, 170, 170, 0.15);
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(168, 170, 170, 0.42) !important;

    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(168, 170, 170, 0.42) !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea::-webkit-input-placeholder {
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea:-ms-input-placeholder {
    color: rgba(168, 170, 170, 0.42) !important;
}

.bg-or-light {
    background-color: rgba(245, 135, 25, 0.1);
    margin: 0;
    padding: 16px 14px;
    margin-top: 27px !important;
}

.bg-grey-light {
    background-color: rgba(73, 89, 105, 0.1);
}

.modify-table th {
    color: #3f3d56;
    font-weight: 600 !important;
    border: 0;
    border-bottom: 0 !important;
    text-align: center;
}

.modify-table td {
    color: #3f3d56;
    font-weight: normal !important;
    border: 0;
}

.app-p p {
    margin: 0;
}

/* Chat Screen Css End */

span.select2-selection.select2-selection--multiple {
    min-height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
}

span.select2-selection.select2-selection--multiple:active,
span.select2-selection.select2-selection--multiple:focus {
    border: 1px solid transparent !important;
}

.filter-box .filter-title {
    margin-bottom: 40px;
    margin-top: 15px;
}

.status-detail {
    /* padding: 2px 0; */
}

.list-title {
    font-size: 30px;
    font-weight: bold;
    color: #f58719;
    padding-left: 20px;
    padding-bottom: 30px;
}

/* Modify  Css End */
.d-none {
    display: none !important;
}

.nav-top {
    align-items: center;
}

.fc-h-event {
    background-color: #f58719 !important;
    border-color: #f58719 !important;
    padding-left: 10px !important;
}

table.fc-scrollgrid {
    background-image: linear-gradient(
        to bottom,
        #fff 68%,
        rgba(245, 135, 25, 0.1) 90%
    );
}

.fc .fc-toolbar.fc-header-toolbar {
    padding: 15px 10px;
    margin: 0 !important;
    background-color: rgba(141, 150, 167, 0.3);
}

.table-row.table-responsive #userpins-list_wrapper {
    /* width: 1000px; */
    max-width: 100% !important;
}

.table-row.table-responsive #userpins-list_wrapper .sorting {
    padding: 20px 8px !important;
    background-color: #f58719;
    color: #fff;
}

.setting-col {
    transform: translate3d(-225px, 25px, 0) !important;
}

.table-container {
    max-height: 330px;
    min-height: 330px;
    /* Adjust this value as needed */
    overflow-y: scroll;
}

/* Style for the fixed header */
thead {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 20px 0 !important;
}

/* Optional: Style the table cells, borders, etc. */
table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 8px !important;
    font-size: 12px !important;
}
/*
.filter-box-2 {
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, rgba(245, 135, 25, 0) 80%, rgba(245, 135, 25, 0.1) 100%);
} */

.table th {
    border: 0 !important;
}

.table-container .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent !important;
}

.table td img {
    width: 13px;
    height: 15px;
}

.table td a img {
    width: auto;
    height: auto;
}

.table td .other-chat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button.btn-black img {
    width: 16px;
    height: 14px;
    margin-right: 5px;
}

.user-profile {
    position: relative;
}

.user-profile .user-active-img {
    position: absolute;
    top: 74%;
    right: 4%;
}

/* Start Responsive CSS */

/* End Responsive CSS */
#myChart {
    height: 500px !important;
}

#myChart2 {
    /*   height:500px !important; */
}

@media (min-width: 1600px) {
    .login-bg {
        height: 100vh;
    }
}

.border-dashed {
    border: 1px dashed #a9a8b3;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* New csss  */

.dailog-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f7f7f7;
}

.dailog-header {
    position: relative;
    margin-bottom: 10px;
}

.dailog-header div {
    position: relative;
    padding: 10px 10px;
}

.dailog-body {
    padding: 10px 10px;
}

.gm-style-iw {
    padding: 0 !important;
}

/* Scrollbar Styling */
.gm-style-iw-d::-webkit-scrollbar {
    width: 1px !important;
}

.gm-style-iw-d::-webkit-scrollbar-track {
    background-color: #ebebeb !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

.gm-style-iw-d::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #6d6d6d !important;
}

.gm-style-iw-d p {
    margin-bottom: 10px !important;
}

.gm-ui-hover-effect {
    top: 10px !important;
    right: 10px !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid transparent !important;
}

.gm-ui-hover-effect span {
    pointer-events: none;
    display: block;
    width: 17px;
    height: 19px;
    margin: 8px;
}

.map-sec {
    position: relative;
}

.right-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
    background-color: #fff;
}

.drawer-header {
    position: relative;
}

.drawer-header > div {
    padding: 10px 15px;
}

.drawer-header h1 {
    font-size: 22px;
}

.drawer-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f7f7f7;
}

.drawer-body {
    padding: 10px 15px;
}

.drawer-body h1 {
    font-size: 18px;
}

.terrain-img {
    width: 120px;
    height: 115px;
    border-radius: 8px;
    margin-right: 13px;
    flex: 0 0 120px;
}

.terrain-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.terrain-img p {
    font-size: 14px;
    margin-top: 4px;
}

.custom-tabs {
    margin: 16px 0 40px 0;
}

.box .filter img {
    width: 20px;
}

.activity-box .territory img {
    width: 20px;
}

.nav-tabs .nav-link.active,
.nav-tabs .show > .nav-link {
    background: #f58719 !important;
}

.custom-tabs .nav-tabs {
    border: 0 !important;
    width: 100%;
}

.custom-tabs .nav-tabs .nav-item {
    width: 50%;
}

.custom-tabs .nav-tabs > li {
    margin: 0 !important;
}

.custom-tabs .nav-tabs .nav-link {
    background: #f2f2f2ff;
    text-align: center;
    border: 0;
    color: #000;
}

.custom-tabs .nav-tabs .nav-link.active {
    color: #fff !important;
}

.activer-users p {
    margin: 0 !important;
}

.activer-users {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
    padding: 0 15px 13px 15px;
}

.active-user-img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 10px;
}

.active-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-text-box .title {
    color: #000000;
}

.tab-text-box .date-p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.custom-tabs .tab-content {
    margin-top: 25px;
}

.activer-users .area-activity-p {
    margin-top: 11px !important;
}

.participat-modal .modal-body {
    padding: 0 !important;
}

.participat-modal .modal-header {
    background-color: #f58719 !important;
    color: #fff;
    padding: 25px 12px;
    margin-bottom: 10px;
}

.participat-modal .modal-body .activer-users {
    padding: 10px 12px;
}

.participat-modal .close {
    color: #fff !important;
    opacity: 1;
}

.pin-item {
    margin-right: 10px;
    margin-right: 10px;
    background-color: #f2f2f2;
    /* padding: 15px 35px; */
    border-radius: 12px;
    margin-bottom: 10px !important;
    display: flex;
    flex-direction: column;
    width: 117px;
    height: 114px;
    align-items: center;
    justify-content: center;
}

.pin-item-active {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    width: 117px;
    height: 114px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: solid 1px #3f3d56;
    padding: 15px 0;
    border-radius: 12px;
    margin-bottom: 10px !important;
}

.pin-item p,
.pin-item-active p {
    margin: 0 !important;
    margin-top: 5px !important;
}

.pin-img {
    height: 50px;
    width: 54px;
    border-radius: 50%;
}

.pin-img img {
    width: 100%;
    height: 100%;
}

.table-row.table-responsive #userpins-list_wrapper .sorting:first-child {
    border-top-left-radius: 10px;
}

.table-row.table-responsive #userpins-list_wrapper .sorting:last-child {
    border-top-right-radius: 10px;
}

/* .terrain-box {
  height: 141px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  min-width: 639px;
  max-width: 1001px;
} */

.terrain-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.terrain-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.user-scroll {
    height: 430px;
    overflow: auto;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #f58718 !important;
    border-color: #f58718 !important;
    border-radius: 7px;
}

.terrain-scroll {
    width: 403px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 145px;
}

/* .scrollable table,
.scrollable th,
.scrollable td {
  border: 1px solid #ccc;

}

*/
.scrollable table {
    border-spacing: 0;
    border-collapse: collapse;
    width: auto;
    border-radius: 22px;
}

.scrollable table th,
.scrollable table td {
    padding: 6px 8px;
    vertical-align: top;
}

.scrollable table th {
    background: #f58719;
    color: #fff;
    font-weight: 900;
    text-align: left;
    padding: 22px 10px !important;
    letter-spacing: 1.3px;
}

.scrollable table th:first-child {
    border-top-left-radius: 16px;
}

.scrollable table th:last-child {
    border-top-right-radius: 16px;
}

/* .scrollable table tbody tr:nth-child(odd) {
  background: #f3f3f3;
} */

.scrollable {
    overflow: auto;
    position: relative;
    width: 95%;
}

.scrollable.is-scrollable:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px/50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: none;
}

.scrollable > div {
    overflow-x: auto;
}

.scrollable > div ::-webkit-scrollbar {
    height: 12px;
}

.scrollable > div ::-webkit-scrollbar-track {
    background: #f0f0f0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
}

.scrollable > div ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 6px;
}

.scrollable td {
    min-width: 250px;
    max-width: 285px;
    /* Set your desired maximum width */
    word-wrap: break-word;
    /* Allow long words to break and wrap */
    padding: 10px 10px !important;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_paginate .pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    width: auto;
}
div.dataTables_wrapper div.dataTables_paginate .pagination li {
    border: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate .pagination a {
    text-decoration: none;
    color: #000;
    float: left;
    padding: 8px 16px;
    border: 0 !important;
    /* border-radius: 8px; */
}

div.dataTables_wrapper div.dataTables_paginate .pagination1 a.active {
    background-color: #f58719;
    color: #fff;
    border-radius: 12px;
}

div.dataTables_wrapper
    div.dataTables_paginate
    .pagination1
    a:hover:not(.active) {
    background-color: #ddd;
}

div.dataTables_wrapper div.dataTables_paginate .pagination2 a.active {
    background-color: #f58719;
    color: #fff;
    padding: 10px;
}
li#userpins-list_previous {
    margin-right: 10px;
}

li#userpins-list_next {
    margin-left: 10px;
}

.close-img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.close-img img {
    width: 100%;
    height: 100%;
}

.color_box {
    width: 20px;
    height: 20px;
    background-color: red;
    margin-top: 2px;
    margin-left: 8px;
    border-radius: 4px;
}

.fc .fc-toolbar-title {
    font-size: 1.25em !important;
}

.calender-icon {
    position: absolute;
    right: 17px;
    top: 37%;
}

/*******/
@font-face {
    font-family: "EuclidSquare-light";
    src: url("../Font/EuclidSquare-Light.ttf");
}

@font-face {
    font-family: "EuclidSquare-Medium";
    src: url("../Font/EuclidSquare-Medium.ttf");
}

@font-face {
    font-family: "EuclidSquare-Bold";
    src: url("../Font/EuclidSquare-Bold.ttf");
}
@font-face {
    font-family: "EuclidSquare-regular";
    src: url("../Font/EuclidSquare-SemiBold.ttf");
}

body {
    margin: 0;
    color: #000126;
    font-size: 13px;
    position: relative;
    font-family: "EuclidSquare-light" !important;
    overflow-x: hidden;
    background-color: #f7f7fa;
}

.data-table {
    font-family: "EuclidSquare-Medium" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    src: url("../Font/EuclidSquare-Bold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

ol,
ul {
    padding: 0 !important;
    list-style: none !important;
}

p,
ul,
ol,
div,
footer,
header,
main {
    font-family: "EuclidSquare-light" !important;
}
.setting-box p.font-18 {
    font-family: "EuclidSquare-Medium" !important;
}
.acc-box p:not(.font-12) {
    font-family: "EuclidSquare-regular" !important;
}
/* total width */
::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
    display: none;
}

a {
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
    text-decoration: none !important;
    color: #000126 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

address,
dl,
ol,
p,
ul {
    margin: 0 !important;
}

a:hover,
a:focus,
a:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

button {
    transition: all 0.5s ease;
}

.btn-theme {
    border-radius: 12px;
    background-color: #1182f1;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}

.btn-theme2 {
    border-radius: 12px;
    background-color: #8d96a7;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}

.btn-theme3 {
    border-radius: 12px;
    background-color: #ae0808;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}
/*
.btn-theme::after,
.btn-theme2::after,
.btn-theme3::after {
  background-color: #111114;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(40deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
  position: absolute;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-theme:hover::after,
.btn-theme2:hover::after,
.btn-theme3:hover::after {
  height: 100%;
  width: 135%;
}

.btn-theme:hover,
.btn-theme2:hover,
.btn-theme3:hover {
  color: #fff !important;
} */

.auth-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.container {
    width: 100% !important;
    max-width: 100%;
    padding: 0 100px;
    margin: 0 auto;
}

/* Font  */

.font-38 {
    font-size: 38px;
}

.font-48 {
    font-size: 48px;
}

.font-16 {
    font-size: 15px;
}

.color-fff {
    color: #fff;
}

.color-blue {
    color: #1182f1 !important;
}

.color-light {
    color: rgb(0, 1, 36, 0.6);
}

/* // Header css */
header {
    padding: 36px 13px 10px 20px;
}

.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-button:hover {
    cursor: pointer;
}

.icon-button__badge {
    position: absolute;
    top: -4px;
    right: 0;
    width: 15px;
    height: 15px;
    background: #1182f1;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
}

.main-sec {
    padding: 0 20px;
}

#sidebar {
    width: 70px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

#wrapper.toggled #sidebar {
    width: 395px;
}

#sidebar {
    position: sticky;
    z-index: 1000;
    left: -180px;
    transition: all 0.3s;
}

div#wrapper main {
    background-color: #f7f7fa;
    height: auto;
}

#wrapper.toggled #sidebar {
    left: 0;
}

/* #wrapper.toggled .flex-grow-1 {
  margin-left: 250px;
} */

aside ul li a {
    color: #8d96a7 !important;
}

#sidebar .side-logo {
    display: none;
}

#sidebar ul li a {
    display: none;
}

.toggled #sidebar .side-logo {
    display: block;
}

#sidebar .accordion-button::after {
    content: none;
}

.toggled #sidebar .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    opacity: 0.4;
}

.toggled #sidebar ul li a {
    display: block;
}

.toggled #sidebar ul li img {
    margin-left: 0;
}

#sidebar .user-list li p {
    display: none;
}

.toggled #sidebar .user-list li p {
    display: block;
}

* {
    box-sizing: border-box;
}

.nav-active {
    background-image: linear-gradient(to left, #fdeddd, #fff 52%);
    position: relative;
}

.nav-active::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    background-color: #f58719;
    top: 20%;
    right: 0;
    border-radius: 10px !important;
}

.nav-active a {
    color: #f58719 !important;
}

.toggled aside .nav .nav-item {
    padding: 12px 22px;
}

/***********************
** Start Sidebar Menu **
***********************/

/* aside {
  position: fixed;
  width: 265px;
  height: 100%;
  overflow: auto;
}

.logo {
  height: 90px;
  font-family: sans-serif;
  font-size: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.logo span span {
  color: rgb(25, 118, 210);
}

.logo select {
  display: block;
  height: 20px;
  margin-top: 22px;
  width: 40px;
  font-size: 10px;
  text-transform: capitalize;
}

ul li label i:first-child {
  color: rgb(119, 119, 119);
}

.sub-menu ul>li {
  margin-top: 11px;
  font-size: 14px;
}


Side Bar Css
#sidebar {
  width: 250px;
  min-height: 100vh;
  background-color: #fff;
}

#sidebar {
  position: absolute;
  z-index: 1000;
  left: -180px;
  transition: all 0.3s;
}

div#wrapper main {
  margin-left: 77px;
}

#wrapper.toggled #sidebar {
  left: 0;
}

#wrapper.toggled .flex-grow-1 {
  margin-left: 250px;
}

aside ul li a {
  color: #8d96a7 !important;
}

#sidebar .side-logo {
  display: none;
}

#sidebar ul li a {
  display: none;
}

.toggled #sidebar .side-logo {
  display: block;
}

#sidebar .accordion-button::after {
  content: none;
}

.toggled #sidebar .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  opacity: 0.4;
}

.toggled #sidebar ul li a {
  display: block;
}

#sidebar ul li img {
  margin-left: 184px;
}

#sidebar ul li .user-profile img {
  margin-left: 174px;
}

.toggled #sidebar ul li img {
  margin-left: 0;
}

#sidebar .user-list li p {
  display: none;
}

.toggled #sidebar .user-list li p {
  display: block;
}

* {
  box-sizing: border-box;
} */

/***********************
** Start Sidebar Menu **
***********************/

/* aside {
  position: fixed;
  width: 265px;
  height: 100%;
  overflow: auto;
}

.logo {
  background-color: rgb(195, 195, 195);
  height: 90px;
  font-family: sans-serif;
  font-size: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.logo span span {
  color: rgb(25, 118, 210);
}

.logo select {
  display: block;
  height: 20px;
  margin-top: 22px;
  width: 40px;
  font-size: 10px;
  text-transform: capitalize;
}

ul li label i:first-child {
  color: rgb(119, 119, 119);
}

.sub-menu ul>li {
  margin-top: 11px;
  font-size: 14px;
} */

/* Start Radio inputs */

/* Start Menu */

.sub-menu {
    padding-left: 28px;
    margin-top: 12px;
}

.nav > li {
    margin-bottom: 5px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    padding: 0;
    border: 0 !important;
    background: transparent;
}

.accordion-item {
    border: 0;
    background: transparent;
}

.accordion-item:first-of-type .accordion-button {
    padding: 0;
    background: transparent;
    border: 0 !important;
    box-shadow: none;
}

.user-list {
    width: 100%;
    position: absolute;
    bottom: 20px;
    border-top: 1px solid rgba(141, 150, 167, 0.4);
    padding: 0 20px !important;
}

.user-list .user-profile {
    width: 50px;
    height: 50px;
    flex: 0 0 44px;
    margin-right: 9px;
}

.user-list .user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-list li {
    margin-top: 10px;
}

.dashboard header {
    padding: 12px 15px 11px 5px;
}

.dashboard header ul > li:not(:last-child) {
    margin-right: 20px;
    position: relative;
}

.dashboard header .after-line > li:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(141, 150, 167, 0.5);
    left: -10px;
    top: 0;
}

.dashboard header ul > li:not(:last-child) {
    padding: 0 5px;
}

.search-header-icon::after {
    content: none !important;
}

.side-logo img {
}

/* End Menu */

/* User Type  */

.user-type-input #addon-wrapping {
    background: transparent;
    border: solid 1px #e2e6ed;
    background-color: #fff;
    border-right: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 44px;
}

.user-type-input input {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0;
    border: solid 1px #e2e6ed;
    background-color: #fff;
    border-left: 0;
    height: 44px;
}

.user-type-input input:active,
.user-type-input input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #e2e6ed;
}

.user-type-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data-table thead {
    background-color: #1182f1;
    padding: 20px 0 !important;
    border-radius: 12px;
}

.data-table th {
    padding: 20px 10px;
    color: #fff;
}

.data-table {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    /* box-shadow:; */
}

.data-table td {
    padding: 20px 10px 10px 10px;
}

.data-table th:first-child {
    border-top-left-radius: 12px;
}

.data-table th:last-child {
    border-top-right-radius: 12px;
}

.data-table .btn {
    border: 1px solid #8d96a7;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    color: #000;
    border-radius: 10px;
    padding: 4px 16px;
    font-size: 14px;
}

.dt-length {
    display: none;
}

table.table.dataTable > tbody > tr:nth-child(odd) {
    background: #ffffff !important;
}

.table > :not(caption) > * > * {
    border-bottom: 0 !important;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
    box-shadow: none !important;
}

.pagination .dt-paging-button .page-link {
    border-radius: 12px;
    background: rgba(141, 150, 167, 0.1);
    border: 0;
    padding: 10px 20px;
}

.pagination .dt-paging-button.active a {
    background: #1182f1;
    border-radius: 2px;
}

.table-responsive .dt-info,
.table-responsive .dt-paging {
    margin-top: 40px !important;
}

.table > tbody tr td:first-child {
    color: rgb(0, 1, 36, 0.9) !important;
    font-size: 16px;
}

.dropdown-menu > li:first-child a {
    color: #1182f1 !important;
}

.dropdown-menu > li:last-child a {
    color: #eb5151 !important;
}

.dashboard {
    position: relative;
}

.ham-btn {
    background-color: transparent !important;
    color: #f58719 !important;
    border: 0 !important;
}
.ham-btn.btn-dark:hover {
    background-color: transparent !important;
    color: #f58719 !important;
    border: 0 !important;
}
.ham-btn:active,
.ham-btn:focus-within,
.ham-btn:focus,
.ham-btn:focus-visible {
    border: 0 !important;
}

.content-area {
    padding: 30px 30px 30px 30px;
    background-color: #f7f7fa;

}

/* Dashboard css */

.dash-box {
    display: flex;
    border-radius: 9px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
}

.dash-box p {
    font-family: "EuclidSquare-light" !important;
    font-size: 17px;
    color: #fff;
    line-height: 1.222;
}

.dash-box .box-num {
    /* font-family: "EuclidSquare-light" !important; */
    font-size: 50px;
    font-weight: 400;
}

.bg-blue {
    background-color: #4d5ae4;
}

.bg-green {
    background-color: #439a86;
}

.bg-aqua {
    background-color: #22b3f4;
}

.bg-orange {
    background-color: #f58719;
}
.bg-btn-blue {
    background-color: #1182f1;
}

.sale-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content: flex-start; */
    gap: 23px;
}

.sale-graph .sale-head-second-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale-graph .sale-head-second-child > div {
    margin-right: 20px;
}

.sale-head-first-child p {
    color: #000126;
}

.sale-select .form-select {
    font-size: 14px;
    color: #8d96a7;
    border: 1px solid #8d96a7;
    border-radius: 10px;
}

.univers-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.unser-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.cirlce-orange {
    background-color: #f58719;
}

.cirlce-purple {
    background-color: #8f19f5;
}

.cirlce-aqua {
    background-color: #22cbf5;
}

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

.table-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f58719;
}

.color-red {
    color: #f58719;
}
.territory-table .table-responsive .table .color-light {
    color: rgba(0, 1, 36, 0.4);
}

.territory-table .table-responsive .table td:not(:first-child),
.territory-table .table-responsive .table th:not(:first-child) {
    text-align: center;
}

.territory-table {
    height: 226px;
    overflow: auto;
    /* background: rebeccapurple; */
}

.leader-user-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #8d96a7;
    padding: 10px 10px 10px 0;
}

.bg-first {
    background-image: linear-gradient(
        to left,
        rgba(253, 204, 10, 0.2) 10%,
        #fff 42%
    );
}
.bg-second {
    background-image: linear-gradient(
        to left,
        rgba(193, 193, 192, 0.2) 10%,
        #fff 42%
    );
}
.bg-third {
    background-image: linear-gradient(
        to left,
        rgba(205, 128, 50, 0.2) 10%,
        #fff 42%
    );
}

/* Maap Section  */
.map-sec-bg {
    /* background-image: url("../img/map-bg.png"); */
    position: relative;
}
.map-sec-header {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-radius: 12px;
    position: absolute;
    width: 95%;
    top: 6%;
    margin: 0 30px;
}
.map-header {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 12px;
}

.map-filter-btn {
    height: 45px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    padding: 0 30px;
    font-size: 14px;
}

/* .map-filter-btn img {
    width: 15px;
    height: 15px;
} */

.bg-grey {
    background-color: #8d96a7;
}

.map-input input {
    height: 45px;
    border-radius: 10px;
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff;
    padding: 0 10px;
}

.pin-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #dddfe4;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.detail-body {
    background-color: #fff;
    /* box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.29); */
    /* border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; */
}

.filter-btn-without-icon {
    padding: 22px 32px;
    border: 0;
    border-radius: 8px;
    height: 30px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.color-light {
    color: rgb(0, 1, 36, 0.6);
}

.detail-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddfe4;
    padding: 20px;
}

.bg-red {
    background-color: #fa6565;
}

.bg-light-grey {
    background-color: #dddfe4;
    color: #8d96a7;
}

.map-select {
    margin-bottom: 12px;
    position: relative;
}

.map-select select,
.map-select input,
.map-select textarea {
    font-size: 14px;
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
}

.map-select label {
    color: #8d96a7;
    font-weight: normal;
    font-size: 12px;
}

.map-select input:active,
.map-select input:hover,
.map-select input:focus,
.map-select input:focus-visible,
.map-select input:focus-within {
    font-size: 14px;
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
    box-shadow: none;
    outline: none;
}

.map-select input::placeholder {
    font-weight: normal !important;
    color: #000124 !important;
    opacity: 1;
    /* Firefox */
}

.map-select input::-ms-input-placeholder {
    /* Edge 12 -18 */
    font-weight: normal !important;
    color: #000124 !important;
}

.more-detail {
    height: 244px;
    overflow: auto;
    padding: 20px;
}

.more-detail-footer {
    box-shadow: 0 -6px 26px 0 rgba(0, 0, 0, 0.16);
    padding: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.territories-detail {
    padding: 20px;
}

.input-sreach {
    position: relative;
}

.input-sreach input {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #dddfe4;
    padding: 10px 10px 10px 40px;
}

.input-sreach img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.territories-check label {
    color: #000124;
    font-weight: normal;
}

.territories-check .color-light {
    color: #8d96a7;
}

.territories-check {
    margin-top: 10px;
}

.territories-detail {
    height: 440px;
    overflow: auto;
}

.user-territories {
    background-color: #fff;
}

.user-territories-header {
    border-bottom: 1px solid #dddfe4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.terrain-box {
    padding: 20px 20px 10px 20px;
}

.terrain-img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}
.terrain-img + p {
    margin-left: -13px !important;
}
.terrain-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.territories-tabs {
    padding: 0 20px 20px 20px;
}

.territories-tabs button {
    width: 50%;
}

.territories-tabs .nav > li {
    width: 50%;
    margin-bottom: 0;
}

.territories-tabs .nav > li button {
    width: 100%;
}

.territories-tabs ul {
    background: #dddfe4;
    border: 0 !important;
    border-radius: 12px;
}

.territories-tabs .nav-link.active {
    color: #fff;
    border-radius: 12px;
    border: 0;
    height: 100%;
    background-color: #8d96a7 !important;
}

.territories-tabs .nav-link {
    color: #000;
}

.territories-user-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.territories-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.active-territories-user {
    padding: 10px;
    border-bottom: 1px solid #dddfe4;
}

.tab-pane-territories {
    height: 350px;
    overflow: auto;
}

.territories-user-para p {
    width: 30px;
    height: 30px;

    border-radius: 50% !important;
}

.bg-pink {
    background-color: #ec4067;
}

/* Map Section */

.list-table thead tr {
    background-color: #f58719;
}

.list-table thead tr th {
    padding: 15px 15px !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.list-table thead tr th:first-child {
    border-top-left-radius: 12px;
}

.list-table thead tr th:last-child {
    border-top-right-radius: 12px;
}

.circle-white {
    background-color: #fff !important;
}

.list-table tbody tr td {
    /* padding: 15px !important; */
}

.list-table tbody tr td img {
    width: auto;
    height: auto;
}

/* Chat Screen */

.tab-pane-chat {
    height: 800px;
    overflow: auto;
}

.chat-box-profile {
    width: 50px;
    height: 50px;
    overflow: hidden;
        flex: 0 0 50px;

}

.chat-box-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-chat-box {
    margin-bottom: 5px;
    padding: 10px 10px;
    border-radius: 8px;
}

.user-chat-box p {
    font-weight: normal !important;
    font-family: "EuclidSquare-light" !important;
}

.active-chat-box {
    background-color: rgba(221, 223, 228, 0.541);
}

.chat-area {
    background-color: #fff;
}

.chat-area-header {
    padding: 10px;
    border-bottom: 1px solid #dddfe4;
}

.chat-area-header .color-light {
    font-size: 12px;
    margin-top: 5px !important;
}

.other-user-chat .chat-content {
    background-color: rgba(221, 223, 228, 0.3);
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px !important;
    display: inline-block;
}



.mychat span {
    background-color: #f58719;
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px !important;
    text-align: end;
    display: inline-block;
    color: #fff;
}

.chat-box-content {
    height: 700px;
    overflow: auto;
}

.chat-area-footer {
    background-color: #eeeff2;
    padding: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.sent-text-box {
    position: relative;
}

.sent-chat-img {
    width: 40px;
    height: 40px;
    background-color: #f58719;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sent-text-box input {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 12px;
    padding: 0 10px;
    background-color: #ffffff;
}

.sent-text-box input:active,
.sent-text-box input:focus,
.sent-text-box input:focus-visible,
.sent-text-box input:focus-within {
    border: 0;
    border-radius: 12px;
    padding: 0 10px;
    background-color: #ffffff;
    outline: none;
}

.other-user-chat {
    margin-bottom: 12px;
}

.user-chats-groups .territories-tabs ul::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #dddfe4;
    bottom: -7px;
}

.user-chats-groups .territories-tabs ul {
    position: relative;
}



.chat-profile-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.chat-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.content-area #content {
    background: #fff;
    padding: 20px;
}

.content-area #content label {
    font-family: "EuclidSquare-light" !important;
}

.calculation .form-control {
    background: #f58719;
    color: #ffff;
    border-radius: 8px;
    height: auto;
    height: 46px;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
}

.acc-box {
    border-bottom: 1px solid rgba(141, 150, 167, 0.5);
    min-height: 60px;
    padding: 0 22px;
}
.acc-box p,
.acc-box span {
    font-family: "EuclidSquare-medium" !important;
}
.setting-box p {
    font-family: "EuclidSquare-medium" !important;
    line-height: 1.2;
}
/* .account-details {
  background-color: #fff;
  padding: 20px;
} */

.setting-box {
    background-color: #fff;
    padding: 20px 20px 9px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    min-height: 190px;
}

.navbar .dropdown .dropdown-toggle {
    border: 0 !important;
    background-color: transparent;
}

.navbar .dropdown .dropdown-toggle::after {
    content: none !important;
}

.navbar .dropdown-menu > li:not(:first-child) {
    border-top: 1px solid rgba(141, 150, 167, 0.5);
}

.navbar .dropdown-menu > li {
    padding: 8px !important;
    margin: 0 !important;
}

.new-box-area {
    position: absolute;
    top: 16%;
    right: 3%;
}

.bg-new-white {
    height: 432px;
}

.box .territory {
    background-color: #8d96a7;
}

.box .territory p {
    color: #fff;
}

input[type="date"]:after {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 20px;
    height: 18px;
}

.table-user-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 6px;
    margin-top: 9px;
}

.table-user-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}
.table-user-img + div p {
    margin-top: 9px !important;
}
.color-green {
    color: #7ee36c;
}

.tabl-cicrle-green {
    background-color: #7ee36c !important;
}
.tabl-cicrle-white {
    background-color: #fff !important;
}

.user-manage-table tbody tr td {
    vertical-align: middle;
    font-size: 13px !important;
}

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

.table-pagination li {
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
}

.table-pagination .active {
    background-color: rgba(141, 150, 167, 0.1) !important;
}

.table-pagination li .pagination-ordering {
    border-radius: 8px;
}

.table-pagination .active .pagination-ordering {
    color: yellow !important;
    background-color: #f58719;
}

.table-pagination .left-arrow {
    margin-right: 10px;
    border-radius: 14px;
    background-color: rgba(141, 150, 167, 0.1);
}

.table-pagination .right-arrow {
    margin-left: 10px;
    border-radius: 8px;
    background-color: rgba(141, 150, 167, 0.1);
}
.user-manage-table {
    background: #fff;
}
.user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.user-profile {
    width: 38px;
    height: 38px;
}
/* new css */
.form-position {
        width: 100%;
    position: absolute;
    background: #fff;
    padding: 0 20px;
    z-index: 999;
    border-radius: 12px;
    top: 100%;
    right: 6px;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
    position: relative;
    z-index: 0;
}

table#userpins-list {
    width: 100% !important;
    position: relative;
    z-index: 0;
}
.gm-style-iw-chr {
    position: relative;
}

button.gm-ui-hover-effect {
    position: absolute;
    width: 48px;
    right: 3px !important;
    top: 9px !important;
}
.gm-ui-hover-effect span {
    pointer-events: none;
    display: block;
    width: 17px !important;
    height: 19px !important;
    margin: 0 !important;
}
.gm-style-iw-chr {
    display: none !important;
}

#calendar .fc-scrollgrid td {
    padding: 0 !important;
}
#calendar .fc-col-header-cell {
    background-color: rgba(141, 150, 167, 0.3);
    border-right: 1px solid rgba(141, 150, 167, 0.4);
}
.w-30 {
    width: 20%;
}
.input-group-append {
    cursor: pointer;
}
.user-select {
    width: 240px !important;
    margin-right: 20px;
}
.input-group.date {
    height: 35px !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    color: rgba(168, 170, 170, 1) !important;
    font-size: 14px;
}
.input-group.date input {
    border: 0;
    height: 46px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    background-color: rgb(243 244 246) !important;
}
.input-group.date .input-group-text {
    height: 40px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    background-color: rgba(141, 150, 167, 0.15) !important;
    margin-left: 0 !important;
}
.white-space {
    white-space: nowrap;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    left: auto !important;
}
.user-profile-dropdown .dropdown-menu .dropdown-item {
    padding: 0 !important;
}
.user-profile-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
}
.modal-dialog .form-group {
    /* margin-top: 10px; */
}
.map-sec-header
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 37px;
    position: absolute;
    top: 2px;
    right: 4px;
    width: 23px;
}
.date-piker-select {
    border: 0;
    height: 40px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    background-color: rgba(141, 150, 167, 0.15) !important;
    font-size: 13px;
    color: rgb(0, 1, 38, 0.6) !important;
}

.table-pagination li {
    padding: 10px;
    background: transparent;
}

.table-pagination .active {
    background-color: #f58718 !important;
    border-radius: 4px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.noti-drop {
    padding: 0 !important;
}

.noti-drop .dropdown-toggle {
    padding: 0;
}
.noti-drop .dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto !important;
}

.user-profile-dash {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 8px;
}

.user-profile-dash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gmnoprint.gm-style-mtc-bbw {
    bottom: 10% !important;
    top: auto !important;
}

.gmnoprint {
    bottom: 10% !important;
    top: auto !important;
}
.close_map_window {
    border: 0;
    background: transparent;
}

/* // new css  */
.sale-body canvas#myChart {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    /* max-height: 321px !important; */
    margin-top: 40px;
}
.sale-graph {
    margin-top: 30px !important;
    background: #fff !important;
    padding: 15px;
    border-radius: 8px;
    min-height: 540px;
}

.univers-box {
    /* margin-top: 30px !important; */
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    min-height: 543px;
}

.nav img {
    width: auto;
    height: auto;
}

.dashboard h3 {
    font-size: 20px;
}

.dropdown .dropdown-toggle img {
    width: 28px;
}
.search-icon img {
    width: 16px;
}

.search-icon span i {
    font-size: 15px;
}

/* .territories-input {
  margin-top: 10px;
} */

.form-group.boder h5 {
    font-size: 18px !important;
    margin-bottom: 5px;
}
.territory-area {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    min-height: 546px;
}
.territory-performance {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}
.territory-new-head {
    margin-bottom: 70px !important;
}
.leader-box {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    /* height: 341px; */
    overflow: auto;
}
.territory-head img {
    width: 18px;
}
.lead-box .territories-input {
    margin-top: 0 !important;
}
.navbar .dropdown .dropdown-toggle .user-profile {
    width: 38px;
    height: 38px;
}
.navbar .dropdown .dropdown-toggle .user-profile img {
    width: 100%;
    height: 100%;
}
.nav-item .me-3 {
    margin-right: 13px !important;
}
.message-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.box-account {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}
.box-leader {
    background-color: #fff;
}
.map-header img {
    cursor: pointer;
}
/*Leads Listing*/

.filter-box {
    padding: 10px 6px;
    border-radius: 8px;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 135, 25, 0) 80%,
        rgba(245, 135, 25, 0.1) 100%
    );
}

form.search_filter2 {
    display: flex;
    flex-direction: column;
}

form#search_filter > div p {
    padding: 5px 0px;
}
p.font-600.color-0087.font-18 {
}

.status-title {
    font-family: "EuclidSquare-medium" !important;
    font-size: 16px !important;
}

p.font-600.color-0087.font-18 {
    font-family: "EuclidSquare-medium" !important;
    font-size: 16px !important;
    padding-bottom: 10px !important;
}
.territory-performance table thead tr {
    color: #000 !important;
    border: 0 !important;
}
table thead tr th {
    color: #fff !important;
    /* width: 150px !important;.map-input input */
    padding: 10px 10px !important;
}
table thead tr td {
    width: 150px !important;
}
.dataTables_scroll table thead tr th {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}
.dataTables_scroll table tbody tr td {
    padding: 15px 10px !important;
}
div#userpins-list_length {
    display: none;
}
#userpins-list thead tr {
    background: transparent !important;
}

.toggled #sidebar .user-list li > p:first-child {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
}

.territory-performance table thead tr th {
    color: #000 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 6px !important;
}

ul.nav.flex-column.mt-5 {
    margin-top: 36px !important;
}

.leader-user-box > div:first-child {
    width: 50%;
}

.table td,
.table th {
    border: 0 !important;
}

.target-square {
    width: 15px;
    height: 15px;
    background-color: #e8d9d2;
    border-radius: 3px;
}
.achieved-square {
    width: 15px;
    height: 15px;
    background-color: #f4a962;
    border-radius: 3px;
}

/*  New Css  */
.new-bg-white {
    background: transparent !important;
    width: 440px;
    border-radius: 8px;
}
.body-filter {
    height: 440px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: relative;
}
.map-new-box {
    padding: 0;
}
.box-new-header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background-color: rgba(141, 150, 167, 0.3);
    padding: 20px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-center-btn .filter-btn-without-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin: 0 auto;
    padding: 19px;
    font-size: 15px;
}
.territories-input input::placeholder {
    color: #8d96a7 !important; /* placeholder का color */
}
.territories-input svg,
.territories-input i {
    color: #8d96a7 !important;
}
.clear-p-btn {
    top: 0;
    right: 41px;
    background: #f1862a;
    color: #fff !important;
    padding: 8px;
    border-radius: 12px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 0 auto;
    margin-bottom: 10px;
}
.color-000126 {
    color: #000126;
}

.new-bg-white label {
    font-size: 14px;
    color: #8d96a7;
    font-weight: 500;
    margin-top: 9px;
    margin-bottom: 0;
}
.close-icon img {
    width: 14px;
}

.new-modal .input-with-append .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

form#company_sales_form .filter-btn-without-icon {
    padding: 20px 42px;
    font-size: 14px;
}

form#company_sales_form .color-light {
    font-family: "EuclidSquare-Medium" !important;
    color: #8d96a7 !important;
    font-size: 13px !important;
}
form#company_sales .new-modal .form-control {
    font-family: "EuclidSquare-Medium" !important;
    color: #000124 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.acc-box .color-light {
    color: #8d96a7 !important;
}
.color-dark {
    color: #000126;
}
.table-container {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff !important;
    margin-bottom: 20px;
}

.custom-table thead {
    background-color: #f57c00;
    color: white;
}

.custom-table th,
.custom-table td {
    padding: 17px 16px !important;
    text-align: left;
    font-size: 14px;
}
.custom-table th:first-child {
    border-top-left-radius: 12px;
}
.custom-table th:last-child {
    border-top-right-radius: 12px;
}
.custom-table tbody tr:nth-child(even) {
    background-color: #fdf7f2;
}

.custom-table tbody tr:hover {
    background-color: #f1f1f1;
}

.status {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.status-dot {
    position: relative;
}

.status.orange {
    color: #f57c00;
}
.status.blue {
    color: #007bff;
}
.status.green {
    color: #43a047;
}
.status.red {
    color: #e53935;
}
.status.light-green {
    color: #7ee36c;
}
.status-dot::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    left: -6px;
    top: 43%;
}
.status-dot.orange::after {
    background-color: #f57c00 !important;
}
.status-dot.blue::after {
    background-color: #007bff;
}
.status-dot.green::after {
    background-color: #43a047;
}
.status-dot.red::after {
    background-color: #e53935;
}
.status-dot.white::after {
    background-color: #fff;
}
.status-dot.light-green::after {
    background-color: #7ee36c;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 16px; */
}

.page-btn {
    border: none;
    margin: 0 4px;
    padding: 9px 17px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.page-btn.active {
    color: white;
    font-weight: 600;
    box-shadow: 0 5px 15px 0 rgba(245, 135, 25, 0.3);
    background-color: #f58719;
}

.page-btn:hover {
    background-color: #ffb74d;
    color: white;
}
.page-of {
    padding: 12px 15px;

    background: rgba(141, 150, 167, 0.1);
    border-radius: 8px;
    font-size: 14px;
}
.page-of p {
    color: #8d96a7 !important;
}
.pagination-area {
    background-color: rgba(141, 150, 167, 0.1);
    border-radius: 12px;
}

.table-profile {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.table-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover !important;
}
.table-profile-area p {
    color: #000124;
}
td p {
    font-weight: 500;
    font-size: 14px;
}
.check-area-width {
    width: 20px;
}
.user-select {
    position: relative;
}
.drop-icon-img {
    position: absolute;
    right: 6px;
    top: 30%;
    z-index: 1;
}
.user-select span.select2-selection__arrow {
    display: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: rgb(0, 1, 38, 0.6) !important;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.user-b-t {
    border-top: 1px solid rgba(141, 150, 167, 0.3);
    margin-top: 29px;
    padding: 0 28px;
}

/* Ham css */
#simpleDrawer {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background-color: #f8f9fa;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease;
    z-index: 1050;
}

#simpleDrawer.open {
    left: 0;
}

.drawer-content {
    padding: 20px;
}

.drawer-content .close-btn {
    background: none;
    border: none;
    font-size: 28px;
    float: right;
    cursor: pointer;
}

.drawer-menu {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.drawer-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.drawer-menu li a {
    color: #000;
    text-decoration: none;
    display: block;
}

.drawer-menu li a:hover {
    color: #007bff;
}
.ham-btn {
    display: none;
}

.new-calender-header {
    background-color: #000124;
}

:root {
    --bg: #ffffff;
    --card-bg: #071028; /* dark header bg */
    --card-accent: #f59b1f; /* orange accent */
    --muted: #9aa3ad; /* gray for times */
    --line: #e9edf0; /* separators */
    --dot-size: 10px;
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
}

/* Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
.wrap {
    padding: 0 12px;
    /* background: linear-gradient(180deg, #f6f8fa 0, #ffffff 100%); */
}

/* Card */
.timeline-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(10, 20, 40, 0.06);
    border: 1px solid rgba(10, 20, 40, 0.04);
}

/* Header */
.timeline-header {
    background: var(--card-bg);
    color: #fff;
    padding: 18px 18px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timeline-header .date-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.timeline-header .weekday {
    font-size: 16px;
    opacity: 0.9;
    color: #fff;
}
.timeline-header .date {
    color: var(--card-accent);
    font-weight: 600;
    font-size: 16px;
}

/* Body: two columns - time col and content col */
.timeline-body {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg, #fff 0, #f9fbfd 100%);
}

/* Time column */
.time-col {
    width: 84px;
    min-width: 84px;
    border-right: 1px solid var(--line);
    padding: 10px 8px;
    background: #fff;
}
.time-slot {
    min-height: 64px; /* vertical spacing to match screenshot */
    /* display: flex; */
    align-items: flex-start;
    padding: 10px;
    color: var(--muted);
    font-size: 13px;
    position: relative;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(141, 150, 167, 0.3);
    justify-content: center;
}

/* Content column */
.content-col {
    flex: 1;
    padding: 10px 14px;
    position: relative;
}

/* horizontal separators */
.slot-sep {
    height: 64px;
    border-bottom: 1px solid var(--line);
    position: relative;
}

/* Event row inside content */
.event {
    /* height: 64px; */
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 6px;
    text-align: center;
    position: relative;
    width: 60%;
    /* background: red; */
}
.event .dot {
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 50%;
    flex: 0 0 var(--dot-size);
    margin-top: 2px;
}
.event .text {
    font-size: 14px;
    color: #253342;
    line-height: 1.1;
}
.event .text small {
    display: block;
    color: #6b7785;
    margin-top: 6px;
    font-size: 13px;
}

/* Different colored dots similar to screenshot */
.dot.orange {
    background: #f59b1f;
}
.dot.purple {
    background: #8f19f5;
}
.dot.green {
    background: #2fc07d;
}

/* Faint bottom gradient rounded */
.timeline-footer {
    height: 28px;
    background: linear-gradient(
        180deg,
        rgba(246, 248, 250, 0),
        rgba(6, 18, 36, 0.03)
    );
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

/* Make content aligned with times visually — use absolute timeline line if needed */
/* Optional: small vertical dashed marker at top x position (not required) */

/* Responsive tweak */
@media (max-width: 420px) {
    .wrap {
        padding: 0 10px;
    }
    .time-col {
        width: 78px;
        min-width: 78px;
    }
    .time-slot,
    .slot-sep,
    .event {
        height: 60px;
    }
}
.timeline-header span.date {
    font-size: 15px;
    margin-left: 2px;
    color: #f58719;
}

.time-slots {
    text-align: end;
    margin-right: 11px;
}

.event {
    text-align: left;
}

div#leader_board {
    height: 227px;
    overflow: auto;
}

div#accordionImport .card {
    background: transparent !important;
    border: 0;
}

div#accordionImport .card .card-header {
    padding: 18px 20px !important;
    border-radius: 12px;
    border: 0 !important;
}

div#accordionImport .card .card-header .panel-title {
    font-size: 14px;
}

.upload-wrapper {
    display: flex;
    flex-direction: column;
}

.upload-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.upload-box {
    border: 2px dashed #bfbfbf;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    background-color: #fafafa;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.upload-box:hover {
    border-color: #4096ff;
    background-color: #f0f7ff;
}

.upload-box input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
}

.upload-icon {
    font-size: 40px;
    color: #1890ff;
    margin-bottom: 10px;
}

.upload-text {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.upload-hint {
    font-size: 12px;
    color: #777;
}

.selected-file {
    margin-top: 10px;
    font-size: 14px;
    color: #1890ff;
    font-weight: 500;
}

div#accordionImport .card .card-body {
    /* width: 60%; */
    margin: 0 auto;
}

div#accordionImport .card .card-body .btn-save {
    width: 100%;
    margin: 0 auto;
}

.appoit-filter-box {
    height: 693px;
    overflow: auto;
    background: #fff;
    padding: 0 0 10px 0;
}

.filter-body {
    padding: 10px !important;
}

.import-history tr th:first-child {
    border-top-left-radius: 12px;
}
/* Last column (right side) */
.import-history tr th:last-child {
    border-top-right-radius: 12px;
}

.accord-bg .accordion .card .card-header {
    background-color: #f0f1f2 !important;
    border-radius: 12px;
}

.accord-bg .accordion .card .card-header button {
    text-decoration: auto;
    color: #000124;
}

.faq-title .input .search-icon {
    top: 16px;
    left: 13px;
}

.faq-title .input .territories-input input {
    height: 45px;
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff;
    border-radius: 10px !important;
    padding: 0 10px 0 40px;
    font-size: 12px;
}

.form-check-input:checked {
    background-color: #000124;
    border-color: #000124;
}
.form-check-input:focus {
    border-color: #000124;
    outline: 0;
    box-shadow: none !important;
}

.edit-btn {
    padding: 1rem 0.9rem !important;
    border-radius: 50%;
    background-color: #007bff; /* bright blue */
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.delete-btn {
    padding: 1rem 0.9rem !important;
    border-radius: 50%;
    background-color: #dc3545; /* vibrant red */
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid transparent !important;
}

/* Hover effects */
.edit-btn:hover {
    background-color: #0056b3; /* darker blue */
}

.delete-btn:hover {
    background-color: #b02a37; /* darker red */
}

/* Image inside button */
.edit-btn img,
.delete-btn img {
    filter: brightness(0) invert(1); /* makes icon white */
    width: 18px;
    height: 18px;
}
.table {
    margin-bottom: 0 !important;
}
#add_pin_form .form-control {
    margin-bottom: 14px;
}
.new-btn {
    padding: 11px 28px;
    border-radius: 8px;
}
.accod-input {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 46px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 12px !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}
.step-2-btns {
    width: 30%;
    margin: 0 auto;
}
.step-2-btns button#step_2_btn {
    width: 100%;
}

.step3-table-area table th {
    background: #f1862a !important;
    padding: 14px 10px !important;
    border: 0 !important;
}
.step3-table-area table td {
    padding: 14px 6px !important;
    border: 0 !important;
}
.step3-table-area table th:first-child {
    border-top-left-radius: 11px;
}
.step3-table-area table {
    border: 1px solid transparent !important;
}
.step4-finish {
    width: 80%;
    margin: 0 auto;
    background: #efeff2;
    margin-top: 19px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.step-4-p1 {
    color: #000124;
    margin-bottom: 10px !important;
}
.step-4-p2 {
    color: #000124;
    margin-bottom: 10px !important;
}
.step-4-p3 {
    font-weight: 600;
    color: #f58719;
    letter-spacing: 1px;
    font-size: 16px;
}
.form-group.upload-wrapper {
    width: 70%;
    margin: 0 auto;
}
table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    white-space: nowrap;
    padding: 15px !important;
}
.dot-white {
    background-color: #fff !important;
}
.appoit-filter-box .head {
    background: #071028;
    color: #fff !important;
}

.appoit-filter-box .head h3 {
    color: #f58719 !important;
}

table#example {
    border: 1px solid transparent !important;
}

table#data-table {
    border: 1px solid transparent !important;
}
table#example th {
    background: #f18e3e;
    padding: 18px 10px !important;
}
table#data-table th {
    background: #f18e3e;
    padding: 18px 10px !important;
}
table#example td {
    padding: 16px 10px !important;
}
table#data-table td {
    padding: 16px 10px !important;
}

table#data-table td {
    padding: 16px 10px !important;
}
table#example th:first-child {
    border-top-left-radius: 12px;
}
table#data-table th:first-child {
    border-top-left-radius: 12px;
}
table#example th:last-child {
    border-top-right-radius: 12px;
}

table#data-table th:last-child {
    border-top-right-radius: 12px;
}
._edit_admin_user_btn {
    padding: 3px 10px;
    font-size: 12px;
}

.pagination-count-page {
    display: inline-block;
    margin-top: 10px;
    border-radius: 10px;
    background-color: rgba(141, 150, 167, 0.1);
    padding: 14px 13px;
}
.pagination-count-page p {
    color: #8d96a7;
}
.territory_table th {
    border-bottom: 1px solid rgba(141, 150, 167, 0.3);
}
.auth-logo img {
    width: 270px;
}

.font-19 {
    font-size: 14px;
}
.login-area input::placeholder {
    color: #a8aaaa !important; /* apna desired color yahan likho */
    opacity: 1 !important; /* optional: taake color light na lage */
}
.andriod-app-store {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}
.login-button-new {
    z-index: 1;
    position: relative;
}
div#card-element {
    background: #f3f4f6;
    /* height: 40px; */
    border-radius: 8px;
    line-height: 2;
    padding: 15px 11px;
}
div#simpleDrawer {
    display: none;
}

@media (max-width: 1399px) {
    .right-sidebar {
        width: 30% !important;
    }

    .accordion-menu::before {
        top: 4px;
    }

    button.fc-prevYear-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-nextYear-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-today-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-prev-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-next-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    .fc .fc-toolbar-title {
        font-size: 18px;
    }

    .box .filter {
        width: 150px;
    }

    .box .territory {
        width: 150px;
    }

    .box .filter img {
        width: 20px;
        height: 17px;
        width: 15px !important;
    }

    #calendar.table-container {
        max-height: 684px !important;
    }

    .table td span {
        font-size: 12px;
    }

    /* .bg-white1 {
        height: auto;
    } */

    .bg-white {
        width: 315px;
        height: 430px;
    }

    .user-tracking .bg-white {
        height: 370px !important;
    }

    .andriod-app-store {
        min-height: 190px !important;
    }

    .table th {
        border: 0 !important;
    }

    .table-container .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid transparent !important;
    }

    .table td:last-child,
    .table th:last-child {
        /* text-align: center !important; */
    }

    .non-active p {
        font-size: 12px;
        padding-top: 5px !important;
    }

    .side-active p {
        font-size: 12px;
        padding-top: 5px !important;
        margin-bottom: 7px;
    }

    .side-active .active-img {
        width: 25px !important;
    }

    .side-active .static-img {
        width: 25px !important;
    }

    .non-active .static-img img {
        width: 40px !important;
    }

    .non-active .static-img {
        width: 25px;
    }

    #sidebar.active {
        min-width: 85px;
        max-width: 95px;
        text-align: center;
    }

    .font-30 {
        font-size: 22px !important;
    }

    p {
        font-size: 14px;
    }

    .navbar {
        padding: 10px;
    }

    .btn-black {
        padding: 8px 18px;
        border: 1px solid;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 !important;
    }

    .user-drop-down {
        min-height: 70px;
    }

    .font-20 {
        font-size: 14px !important;
    }

    .side-active p {
        font-size: 11px;
        padding-top: 5px !important;
        margin-bottom: 4px;
    }

    .non-active p {
        font-size: 11px;
        padding-top: 5px !important;
        margin-bottom: 4px;
    }

    button.btn.btn-black.btn-theme {
        padding: 5px 12px;
        font-size: 12px !important;
    }

    h5 {
        font-size: 18px;
    }

    .mb-3,
    .my-3 {
        margin: 8px 0 !important;
    }

    .font-22 {
        font-size: 18px;
    }

    .mt-5,
    .my-5 {
        margin-top: 14px !important;
    }
    .p-xl-5 {
        padding: 20px !important;
    }

    .auth-logo img {
        width: 200px;
        padding-bottom: 14px !important;
    }
    .andriod-app-store img {
        width: 100px;
    }
}

@media (max-width: 1199px) {
    button.btn.btn-black.btn-theme img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .bell {
        width: 36px;
        height: 36px;
    }

    .bell i {
        font-size: 16px !important;
    }

    .user-profile-pic {
        width: 36px;
        height: 36px;
    }

    .nav-link.dropdown-toggle.dropdown-icon.font-20 {
        font-size: 16px;
    }

    .andriod-app-store {
        justify-content: center;
        right: 0;
        left: 0;
    }

    .andriod-app-store a:not(:last-child) {
        margin-right: 10px;
    }

    .bg-white1 .primary-color + p > br {
        display: none;
    }
}

@media (max-width: 991px) {
    .filter-btn {
        padding: 5px 30px !important;
        font-size: 12px;
    }

    .filter-btn p {
        font-size: 14px;
    }

    #sidebar.active {
        min-width: 100px;
    }

    .table-row table th {
        font-size: 14px;
        width: 100px !important;
        min-width: 168px;
    }

    .filter-box2 {
        padding: 10px;
    }

    .add-appoit {
        font-size: 12px;
        height: 45px;
    }
    .auth-logo img {
        width: 200px;
        padding-bottom: 10px !important;
    }

    .font-28 {
        font-size: 20px;
    }

    .font-19 {
        font-size: 12px;
    }

    .login-area .form-group input {
        height: 32px;
        font-size: 12px;
    }

    .login-area .form-group p {
        font-size: 12px;
    }

    .login-area .form-group > div > div p {
        font-size: 10px !important;
    }

    .login-area .form-group input > .d-flex {
        display: flex;
        justify-content: space-between !important;
    }

    .login-area input#login-btn {
        height: 34px;
        padding: 0;
        font-size: 12px;
        width: 45%;
        margin: 0 auto;
    }

    .andriod-app-store img {
        width: 95px;
    }

    .andriod-app-store a {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .andriod-app-store {
        position: unset;
    }

    .filter-box2 {
        padding: 5px;
    }

    .nav-top {
        align-items: start;
        margin-top: 16px !important;
        margin-left: 10px !important;
    }

    .add-appoit {
        font-size: 12px !important;
        height: 40px !important;
    }

    .faq-title {
        flex-direction: column;
    }

    .territories-input .faq-input {
        width: 200px !important;
    }

    .bg-white {
        padding: 0;
    }

    .box {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .add-appoit {
        font-size: 10px !important;
        height: 35px !important;
    }

    .font-30 {
        font-size: 20px !important;
    }

    .faq-title {
        flex-direction: column;
    }

    .territories-input .faq-input {
        width: 150px !important;
    }

    .bg-white {
        width: 280px;
        padding: 0;
    }
}

.dashboard .table-responsive table th,
.dashboard .data_table th {
    background: rgb(241, 142, 62) !important;
}
.dashboard .table-responsive table th:first-child,
.dashboard .data_table th:first-child {
    border-top-left-radius: 12px;
}
.dashboard .table-responsive table th:last-child,
.dashboard .data_table th:last-child {
    border-top-right-radius: 12px;
}

textarea.form-control {
    resize: none;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Scrollbar width */
.table-responsive::-webkit-scrollbar {
    height: 8px !important;
}

/* Light + Dark Mix Background */
.table-responsive::-webkit-scrollbar-track {
    background: #c7c7c7; /* Light gray */
    border-radius: 10px !important;
}

/* Thumb (Dark + Light Mix) */
.table-responsive::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #7a7a7a, #7a7a7a) !important;
    border-radius: 10px !important;
}

/* Hover effect */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #b5b5b5, #6b6b6b) !important;
}

.dashboard .territory-performance .table-responsive table th,
.dashboard .data_table th {
    background: transparent !important;
}

.header-input-area .select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
    height: 48px;
}

.header-input-area {
    width: 300px;
    align-items: center;
    justify-content: center;
}

.header-input-area label {
    width: auto;
    white-space: nowrap;
    margin: 9px 10px 0 0 !important;
}

.upload-wrapper .btn-save,
.step-2-btns .btn-save {
    color: #fff !important;
}

.map-select .calender-icon {
    position: absolute;
    right: 11px;
    top: 58%;
}
.map-select .calender-icon img {
    width: 18px;
}
.w-80 {
    width: 50%;
}
.user-chat-box p {
    font-size: 13px;
    margin-right: 10px !important;
}

.user-chat-text {
    padding: 0 30px;
}

.input-group.date.user-select {
}

.input-group.date.user-select .input-group-text {
    height: 46px !important;
    background: #f3f4f6 !important;
}

.input-group.date.user-select .input-group-text .drop-icon-img {
    top: 10px;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: auto;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: auto !important;
}
.table td .user-management-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.tracker-sec .gm-style-iw.gm-style-iw-c {
    padding: 10px !important;
}
.color-white {
    color: #fff;
}
:root {
    --blue: #84b2c6;
    --green: #98a661;
    --gray: lightgray;
}

/* @font-face {
  font-family: "Popins";
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
} */

/* @font-face {
  font-family: "Popins-Bold";
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
} */

body,
html {
    /* font-family: "Popins" !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Popins-Bold" !important; */
}

body {
    overflow-x: hidden;
    font-family: "Popins" !important;
}

.section {
    padding: 50px 0;
}

a {
    transition: all 0.5s ease;
    /* font-family: "Popins" !important; */
}

p {
    color: #000000;
    /*font-family: "Avenir";*/
    line-height: 1;
}

.brown {
    color: #484541;
}

.btn-add {
    background: #f58719;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.house {
    width: 500px;
}

.theme {
    color: #2b3248;
}

.ft-16 {
    font-size: 16px;
}

.ft-12 {
    font-size: 12px;
}

.input-group input.form-control {
    border-left: 0;
}

.form-control:focus {
    color: #f58719 !important;
    border-color: #f58719 !important;
    box-shadow: none;
}

.input-group-text {
    width: 40px;
    background: #f3f4f6 !important;
    color: gray;
    height: 46px;
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.form-control:focus::placeholder {
    color: #f58719 !important;
    opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
    color: #f58719 !important;
}

.form-control:focus::-ms-input-placeholder {
    color: #f58719 !important;
}

.footer {
    background: #3f3d56;
}

.footer p,
.footer p a {
    color: #fff;
}

.wd-100 {
    width: 100px;
}

.btn-black {
    border: 2px solid #f3872d;
    background: transparent;
    border-radius: 6px;
    padding: 10px 35px;
    font-size: 14px;
    color: #f3872d;
}

.bell {
    background: #ededed;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.bg-nav {
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
}

.bg-nav .dropdown-item {
    font-size: 14px;
}

.left-side {
    height: 100vh;
    border-right: 1px solid #d3d3d3;
    background: #ffff;
    overflow: visible;
    max-width: 5rem !important;
}

.new-modal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.new-modal .modal-header {
    background: #fff;
    text-align: left;
    border-radius: 0;
    color: #4e5164;
}

.new-modal .modal-header .modal-title {
    font-weight: 600;
}

.new-modal .close {
    color: #4e5164;
    opacity: 1;
    /* background: #e2780e; */
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    position: relative;
    top: 0;
    right: 0;
}

.new-modal .modal-body {
    padding: 15px;
}

.new-modal input.form-control {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
}
.new-modal .form-control {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
    padding: 8px 14px !important;
    border: 1px solid transparent !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 20px;
}
.new-modal .form-control:focus {
    border: 1px solid #7cd4f2;
    background: #feeddd;
    border: 0px;
}

/* .new-modal label {
color: #f58719;
font-size: 14px;
} */

.new-modal .modal-footer {
    background: #fff;
    text-align: right !important;
    border-top: 0px;
}

.btn-save {
    border-radius: 7px;
    background: #f58719;
    border: 1px solid #f58719;
    text-transform: capitalize !important;
    color: #fff;
    margin: 0;
}

.btn-save:hover {
    color: #fff;
}

.btn-close {
    color: #3f3d56;
    background: 0 0;
    text-transform: uppercase;
    background: #f0f1f2;
}

.gray {
    color: #939bb5;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
}

.navbar-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.wrapper {
    width: 100%;
}

#sidebar {
    max-width: 250px;
    color: #c5c4cc;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 145px;
    max-width: 80px;
    text-align: center;
    /* height: 800px; */
}

#sidebar.active ul.components li {
    font-size: 14px;
}

#sidebar.active ul.components li a span.fa {
    margin-right: 0;
    display: block;
    font-size: 30px;
}

#sidebar ul.components {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar ul.components {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar ul li {
    /* font-size: 18px; */
}

#sidebar ul li > ul {
    margin-left: 10px;
}

#sidebar ul li > ul li {
    font-size: 14px;
}

#sidebar ul li a {
    display: block;
    color: #c5c4cc;
    font-size: 16px;
    font-weight: 400 !important;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

#sidebar ul li a span {
    margin-right: 15px;
}

@media (max-width: 991.98px) {
    #sidebar ul li a span {
        display: block;
    }
}

@media (min-width: 768px) {
    .text-lg-right {
        text-align: right;
    }
}

/*#sidebar ul li a:hover {
  color: #f58719;
}*/

/*#sidebar ul li.active>a {
  background: 0 0;
  color: #f58719;
}*/

@media (max-width: 991.98px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    #sidebar.active {
        margin-left: 0 !important;
    }
}

#content {
    /* width: calc(100% - 80px);
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: #f7f7f7;
  position: relative;
  min-height: 120vh;
  height: 100%; */
}

.tooltips {
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 18px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.box {
    position: absolute;
    top: 100px;
    border-radius: 16px;
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
    background-color: #fff;
    padding: 12px 3px;
    /* background-image: linear-gradient(
        to bottom,
        #fff 68%,
        rgba(245, 135, 25, 0.1) 90%
    ); */
}

.box .filter {
    background-color: #f2f2f2ff;
    padding: 10px;
    width: 200px;
    height: 45px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
}

.box .filter img {
    width: 20px;
}

.box .territory img {
    width: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #f58719 !important;
}

.box .territory {
    height: 45px;
    background-color: #f2f2f2ff;
    padding: 10px;
    width: 200px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
}

.filter img,
.territory img {
    width: 30px;
}

.bg-white {
    background: transparent !important;
    width: 410px;
    border-radius: 8px;
    padding: 15px;
    height: 780px;
    overflow-x: hidden;
    overflow-y: auto;
}

.user-tracking .bg-white {
    height: 480px;
}

.bg-white2 {
    background: #fff !important;
    border-radius: 8px;
    padding: 15px;
    height: 500px;
    overflow: auto;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999999;
    cursor: pointer;
}

#pills-filter .input-group input.form-control,
.bg-white2 .input-group input.form-control,
.send-messsage .input-group input.form-control {
    border-left: 1px solid #ced4da;
    border-right: 0;
}

.ft-14 {
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 4px;
}

/*
::-webkit-scrollbar-track {
  background: #f1f1f1;
}*/

::-webkit-scrollbar-thumb {
    background-color: #f58719;
}

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

#map {
    min-height: 100vh;
    width: 100%;
    height: 100%;
}

.fa {
    cursor: pointer;
}

.pagination li {
    font-size: 12px;
    position: relative;
    display: block;
    /* padding: 1px 1px; */
    margin-left: 0;
    line-height: 1.25;
    color: #007bff;
    /* background-color: #fff; */
}

.pagination li.active {
    z-index: 1;
    color: #fff;

    border-color: #f58719;
}

.orange {
    color: #f58719;
}

.bg-orange {
    background: #f58719 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f58719;
    background-color: #f58719;
}

.select2 {
    width: 100% !important;
}

.gb-font {
    font-family: "Gibson";
}

.gb-font-bold {
    color: #000126;
}

.filter-box,
.filters h5 {
    background: #fff;
    padding: 15px 10px;
    color: #000126;
}

.heading1 {
    color: #000126;
    font-size: 40px;
}

.heading2 {
    color: #000126;
    font-size: 21px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    font-family: "Font Awesome";
    font-weight: 900;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    border: 0;
    vertical-align: unset;
    position: relative;
    top: 1px;
}

.dropdown.position-absolute {
    top: 15px;
}

.nav-item {
    cursor: pointer;
}

.app-icon {
    width: 150px;
}

.ui-autocomplete {
    z-index: 2147483647 !important;
}

.pac-container {
    z-index: 9999999 !important;
}

.user-box {
    height: 466px;
    overflow-y: auto;
}

/* Chat CSS */

.chats,
.inbox {
    background: #fff;
    padding: 15px 20px;
}

.inbox .active-user {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.inbox-user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.active-username {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.inbox .nav-pills .nav-link {
    color: gray;
}

.inbox .nav-link.active,
.inbox .nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #f58719;
    border-radius: 0;
    border-color: transparent transparent #f58719 transparent;
    text-transform: capitalize;
    background: 0 0 !important;
    color: #f58719;
}

.inbox .fa-ellipsis-h {
    font-size: 20px;
    color: #f58719;
    opacity: 0.6;
}

.inbox .tab-pane {
    height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

.chat-box .received-message p:first-of-type,
.chat-box .send-message p:first-of-type {
    color: gray;
}

.chat-box .received-message .bg-gray {
    background-color: #f9f8fa;
}

.white {
    color: #fff;
}

.chat-box {
    /* height: 568px;
  overflow-y: auto;
  padding-right: 15px; */
}

.fc-h-event .fc-event-title {
    text-transform: capitalize;
}

.media,
.offline,
.online {
    position: relative;
}

.online .fa-circle {
    position: absolute;
    right: 0;
    font-size: 11px;
    left: 30px;
    top: 28px;
    color: #04e013;
}

.offline .fa-circle {
    position: absolute;
    right: 0;
    font-size: 11px;
    left: 30px;
    top: 28px;
    color: #b6b9c3;
}

/* Chat CSS End */

.add-statusbox {
    background: #fff;
    height: 100%;
    box-shadow: 0 12px 20px #455b6314;
    border-radius: 8px;
    padding: 7px 15px;
    position: relative;
}

.add-statusbox .fa-map-marker {
    font-size: 40px;
}

.info-box {
    width: 300px;
    padding: 10px;
}

.border-0 {
    border: 0 !important;
}

.info-box button {
    padding: 2px 20px;
    font-size: 14px;
    color: #fff;
}

.ft-13 {
    font-size: 13px;
    color: #3f3d56;
}

.btn-save,
.btn-close,
.btn-danger,
.btn-warning {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    margin-right: 10px !important;
}

#selectAllEmployees {
    padding-top: 0px;
}

/*.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary {
  background: #f58719 !important;
  border: 1px solid #f58719 !important;
}*/

.white-box {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 12px 20px #455b6314;
    border-radius: 8px;
    height: 600px;
    overflow-y: auto;
}

.white-box2 {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 12px 20px #455b6314;
    border-radius: 8px;
}

/* .leader-ranks img{
width:40px;
} */

.other-rank {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #fff;
}

.panel-title {
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.panel-title::after {
    content: "\f107";
    color: transparent;
    top: -1px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
    cursor: pointer;
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}

.user-img {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

/* .active{
color: #8ACB3D;
} */

.inactive {
    color: gray;
}

.gray-box {
    background: #f0f4f4;
    padding: 10px;
    height: 150px;
    overflow-y: scroll;
}

table,
table a {
    color: #000000 !important;
    font-size: 12px;
}

.setting-col {
    height: 450px;
    overflow-y: auto;
}

label {
    font-size: 13px;
    color: #8d96a7;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 3px;
}
label.form-check-label {
    margin-left: 10px;
}

.form-control2,
.form-control2:focus,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    background: #f0f1f2;
    border: 0px;
}

.menu-box {
    position: absolute;
    top: 0;
    left: 90px;
    background: #3f3d56;
    width: 250px;
    padding: 20px 50px;
    z-index: 9999;
}

.menu-box .card {
    border: 0px;
}

.menu-box .card-header {
    background: #3f3d56;
    padding: 0;
    border: 0px;
    text-align: left;
    color: #fff;
}

.menu-box .card-body {
    background: #3f3d56;
    padding: 0;
}

.menu-box ul {
    list-style: none;
    padding-inline-start: 0px;
    text-align: left;
}

.menu-box ul li {
    padding-bottom: 8px;
}

.menu-box ul li a:hover {
    color: #fff !important;
}

.accordion-menu {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.accordion-menu::before {
    content: "\f067";
    /* fa-plus */
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    top: 13px;
    font-size: 13px;
}

.accordion-menu[aria-expanded="true"]::before {
    content: "\f068";
    /* fa-minus */
}

.table td,
.table th {
    /* vertical-align: baseline; */
    border-top: 1px solid #f2f2f2;
}

.table th {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

#territory_performance table th {
    font-size: 12px;
}

.btn-orange {
    background: #f58719;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.btn-orange:hover {
    color: #fff;
}

/*.account-table tr {
  background: #fff;
}*/

.account-table input.form-control,
.input-group-text {
    border: none;
}

.input input.form-control,
.input .input-group-text {
    background: #f0f1f2 !important;
    border: 0px;
}

.input .input-group-text {
    width: auto;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.btn-cancel {
    background: #dc3545 !important;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.btn-cancel:hover {
    color: #fff;
}

/* .body-bg {
  background-image: url('../images/map-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */

.bg-white1 {
    background-image: linear-gradient(157deg, #f59b42 6%, #c16407 83%);
    position: relative;
    height: 100vh;
}

.white:hover {
    color: #fff;
}

.ul-no-style {
    list-style: none;
    position: absolute;
    right: 47px;
    bottom: 20px;
    padding-inline-start: 0px;
}

.ul-no-style li {
    display: inline;
}

@media (max-width: 767px) {
    .ul-no-style {
        position: unset;
        padding-top: 15px;
    }
}

@media (max-width: 576px) {
    .bg-white1 {
        height: auto;
    }
}

.import-history thead th {
    background: #f58719;
    color: #fff !important;
}

a.orange {
    color: #f58719 !important;
    cursor: pointer;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.import-history td,
.import-history th,
.import-history thead th {
    border-top: none !important;
    border-bottom: none !important;
    padding: 20px 10px !important;
}

#manage_user .active {
    color: #77c31e;
    font-family: "Gibson-SemiBold";
    font-size: 15px;
}

/* .select2-container--default .select2-selection--single {
    background-color: #f0f1f2;
    border: none;
    border-radius: 3px;
    height: 40px;
} */

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0.375rem 0.75rem;
    color: #a8aaaa;
    font-size: 14px;
    border: 0 !important;
}

.gray-box2 {
    background: #f8f9fd;
    padding: 10px 20px;
}

.progress-bar {
    background-color: #ffd76e;
}

.filter-box2 {
    background: #fff;
    padding: 15px 11px;
    color: #000000;
    font-size: 12px;
}

.fa-plus-circle {
    position: relative;
    top: 1px;
    color: #f58719 !important;
}

.calculation label {
    font-size: 12px;
    font-weight: normal;
}
input.form-control {
    color: #f58719;
    /* font-size: 30px; */
}

#ajaxLoader {
    z-index: 9999;
    display: none;
    width: 69px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 2px;
}

.importBox {
    /* border: 2px solid; */
    /* min-width: 300px; */
    /* max-width: 300px; */
    /* margin-right: 15px; */
    /* border-radius: 5px; */
    margin-bottom: 1px;
}

.border-green {
    /* border-color: var(--green); */
}

.border-blue {
    border-color: var(--blue);
}

.border-gray {
    border-color: lightgray;
    opacity: 0.5;
}

.configDetails {
    width: 100%;
    overflow-x: auto;
}

.hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.importFields {
    /* height: 60px; */
    overflow-y: auto;
}

::-webkit-scrollbar {
    height: 6px !important;
}

.card[disabled] {
    pointer-events: none;
    opacity: 0.7;
}

.user_pin_image {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.hide_section {
    font-weight: bold;
    font-size: 12px;
    float: right;
    margin-top: 8px;
    cursor: pointer;
    margin-left: 10px;
    color: #f5872d;
}

.hide_section.collapsed:before {
    content: "+";
    margin-right: 5px;
    width: 15px;
}

.hide_section:before {
    content: none;
    margin-right: 5px;
    width: 15px;
}

/* Start Redesign CSS */
.primary-color {
    color: #4e5164;
}

.secondary-color {
    color: #2b3248;
}

.primary-input {
    height: 41px;
    border-radius: 5px;
}

.primary-input::-webkit-input-placeholder {
    /* Edge */
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.primary-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.primary-input::placeholder {
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.font-semi-bold {
    font-weight: 600;
}

.btn-add:hover {
    background: #3f3d56;
}

.font-13 {
    font-size: 13px;
}

.hover-color:hover {
    color: #f58719;
}

.btn-theme,
.btn-theme2 {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    z-index: 0;
    justify-content: center;
}

.btn-theme::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #3f3d56;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: -1;
}

.btn-theme:hover::before,
.btn-theme2:hover::before {
    transform: translateX(0);
}

button.btn.btn-add.btn-theme:hover {
    background: unset;
    border-color: transparent;
}

.bg-yellow {
    z-index: 0;
}

.bg-yellow::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 135, 25, 0) 64%,
        rgba(245, 135, 25, 0.1)
    );
    z-index: -1;
}

.font-20 {
    font-size: 18px;
}

.btn-color {
    color: #000000 !important;
}

.white-color-hover:hover {
    color: #fff !important;
}

.btn-theme.btn-black:hover > img {
    filter: brightness(0) invert(1);
}

button:focus {
    box-shadow: unset !important;
}

#notificationDropdown::after {
    content: none;
}

.dropdown-icon::after {
    font-size: 22px;
    color: #3f3d56;
}

.user-dropdown {
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #d1d5dc;
    background-color: #fff;
    margin-top: 30px;
    border: 0;
    border-radius: 10px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
    width: 300px;
}

.user-dropdown.dropdown-menu.show {
    display: flex;
}
.user-dropdown.dropdown-menu > li {
    padding: 7px 12px !important;
    margin: 0 !important;
}
.dropdown-menu::after {
    content: none !important;
}

.user-dropdown > a.dropdown-item:not(:last-child) {
    margin-bottom: 20px;
}

.user-dropdown > a.dropdown-item:hover {
    background-color: transparent;
    color: #f6912d;
}

.user-dropdown > a.dropdown-item {
    padding: 0;
    font-size: 18px;
    color: #000;
}

.user-profile-pic {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
}

.user-profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.font-30 {
    font-size: 30px !important;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.user-dropdown::after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -12px;
    right: 30px;
}

.btn-save2,
.btn-close2 {
    padding: 13px 60px;
    height: auto;
    border-radius: 5px;
    line-height: 0.88;
    letter-spacing: 0.66px;
    border: 0;
}

.opacity03 {
    opacity: 0.3 !important;
}

.opacity065 {
    opacity: 0.65 !important;
}

.form-control.form-control2 {
    background-color: rgba(141, 150, 167, 0.1);
    border: 1px solid transparent;
    height: 45px;
    font-size: 12px !important;
    color: #000124;
}

.form-control.form-control2:focus,
.form-control.form-control2:active {
    border: 1px solid #f58719 !important;
    background-color: rgba(245, 135, 25, 0.22);
}

.form-control2.form-control::-webkit-input-placeholder {
    /* Edge */
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control2.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control2.form-control::placeholder {
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control.focus-color:focus::placeholder {
    color: #f58719 !important;
    opacity: 1;
}

.form-control.focus-color:focus:-ms-input-placeholder {
    color: #f58719 !important;
}

.form-control.focus-color:focus::-ms-input-placeholder {
    color: #f58719 !important;
}

.btn-theme2::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #f58719;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: -1;
    color: #fff !important;
}

.btn-theme2:hover {
    color: #fff;
}

.font-24 {
    font-size: 24px !important;
}

#pinDetail button {
    border-radius: 5px;
    font-weight: 600;
}

#pinDetailForm table td {
    font-size: 12px;
    text-align: center;
}

.user-search {
    width: 383px;
    margin-left: auto;
}

/* modified css */
.lb-white-box {
    background-color: #f7f7f7;
    box-shadow: none;
}

.lb-bg-height {
    min-height: 91.5vh;
}

.lb-select-bg {
    background-color: rgba(141, 150, 167, 0.1);
    border: 1px solid transparent;
    height: 45px;
    font-size: 12px !important;
    color: #000124;
    border-radius: 12px;
}

.leader-ranks {
    border-bottom: 1px solid #c8c7ce;
    padding-bottom: 1.5rem;
}

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

::-webkit-scrollbar-track {
  background: #f1f1f1;
} */

::-webkit-scrollbar-thumb {
    /* background-color: #f58719; */
    border-radius: 3px;
    background-color: #c9c9c9;
}

.faq-card-border,
.faq-card-border > .card-header {
    border: none;
}

.faq-card-border > .card-header > p {
    color: #a2a1b5;
}

.statuses-icon {
    padding: 1rem 0.9rem !important;
    border-radius: 100%;
    background-color: #f7f7f7;
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statuses-btn {
    padding: 0.85rem 1rem !important;
    border-radius: 100%;
    background-color: #f7f7f7;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.statuses-h6 {
    font-size: 22px !important;
}

.fields-mainp {
    color: #4e5164 !important;
}

.fields-ip > div > input {
    width: 80%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: rgba(141, 150, 167, 0.3) !important;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #4e5164;
    font-size: 16px;
}

.new-modal .form-control::placeholder {
    color: #000124 !important; /* apne desired color se change kar lo */
    opacity: 1; /* kuch browsers me placeholder dull na dikhe */
}
/* .customfields-table{
  border-collapse: inherit !important;
} */
.statuses-table th,
.statuses-table td {
    border-bottom: 0 !important;
    border-top: 0 !important;
    margin-bottom: 1rem !important;
}

.statuses-rightside-table {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    color: #000124;
    padding: 0 !important;
}

.customfield-icon {
    padding: 1.1rem 0.9rem !important;
    /* background: red; */
    border-radius: 100%;
    background-color: #f7f7f7;
    margin-right: 1rem;
}

.customfields-table > thead > tr,
.customfields-table > tbody > tr {
    margin-bottom: 2rem !important;
    border-bottom: 10px solid #f7f7f7;
}

.ft-weight-normal {
    font-weight: normal;
}

.statuses-righttable-select {
    /* padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0; */
    padding-left: 0 !important;
}

.statuses-righttable-select-center {
    /* padding: 1.5rem 0rem 1.5rem 5.5rem !important; */
}

.statuses-righttable-select-left {
    /* padding: 1.5rem 2.5rem !important; */
}

.nav-pills .nav-link.active img,
.nav-pills .show > .nav-link img {
    filter: brightness(0) invert(1);
}

.nav-pills .nav-link.active p {
    color: #fff;
}

.colorComponent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px;
    position: relative;
    z-index: 0;
}

.colorComponent input {
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.colorComponent::before {
    content: "";
    position: absolute;
    opacity: 0.08;
    background-color: #505a6c;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.text-underline {
    text-decoration: underline;
}

.theme-color {
    color: #f58719;
}

.add_territory {
    color: #3f3d56;
    font-size: 20px;
}

.dropdown span.fa.fa-cog {
    font-size: 26px;
    color: #3f3d56;
}

.territory-edit-dropdown .dropdown-menu {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
    background-color: #eee;
    border-color: transparent;
    /* padding: 15px; */
}

.territory-edit-dropdown .dropdown-menu a.dropdown-item {
    /* color: #3f3d56; */
    /* letter-spacing: 0.03px; */
    font-size: 12px;
    padding: 4px 10px;
}

.territory-edit-dropdown .dropdown-menu a.dropdown-item:hover {
    background-color: transparent;
    color: #f58719;
}

.territories-search-area input {
    background-color: transparent !important;
    border: 1px solid #c4c3cb !important;
    border-right: 0 !important;
    height: 50px;
}

.territories-search-area span.input-group-text {
    background-color: transparent !important;
    border: 1px solid #c4c3cb !important;
    border-left: 0 !important;
    color: #c0bfc7 !important;
}

.territories-search-area input::-webkit-input-placeholder {
    /* Edge */
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input::placeholder {
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input:focus,
.territories-search-area input:active {
    border-color: #c4c3cb !important;
}

.territories-search-area input:focus::placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.territories-search-area input:focus:-ms-input-placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.territories-search-area input:focus::-ms-input-placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.bg-shadow {
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
}

.user-pin-table thead th {
    border-bottom: 0;
}

.user-pin-table td,
.user-pin-table th {
    padding: 15px;
}

.fc-button.fc-button-primary {
    background-color: #fff !important;
    border-color: transparent !important;
    padding: 8px 25px !important;
    text-transform: capitalize !important;
    color: #3f3d56 !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0) !important;
    transition: all 0.5s ease !important;
}

.fc-button.fc-button-primary.fc-button-active,
.fc-button.fc-button-primary:hover {
    background-color: #f58719 !important;
    border-color: transparent !important;
    color: #fff !important;
}

.user-calendar-post:not(:last-child) {
    border-bottom: 1px solid #cfced4;
}

.menu-box .card-body ul > li > a {
    color: #fff !important;
    opacity: 0.5;
    font-size: 16px !important;
}

.menu-box .card-body ul > li > a:hover {
    opacity: 1;
    text-decoration: none;
}

.user-boxes .card {
    background-color: transparent;
    border: 0;
}

.user-boxes .card-header {
    background-color: transparent;
    border: 0;
}

.user-boxes input.form-control.autocomplete {
    background-color: #fff;
    border-color: transparent;
}

.user-boxes span.input-group-text {
    background: #fff !important;
}

table.account-table th,
table.account-table td {
    border: 0;
    border-bottom: 1px solid #eff0f1;
}

/* .account-table .new-modal .form-control {
    background-color: #fff !important;
} */

.account-table .input-group .form-control {
    /* background: #fff; */
}

.account-table span.input-group-text {
    background: #fff !important;
}

/* End Redesign CSS */

/* Modify  Css */

/* Font css  */

.font-19 {
    font-size: 19px;
}

.font-28 {
    font-size: 28px;
}

.font-14 {
    font-size: 14px;
}

.font-26 {
    font-size: 26px;
}

.font-22 {
    font-size: 21px;
}

.font-18 {
    font-size: 16px;
}

/* Font css end */

/* Font color css  */

.color-fff {
    color: #fff;
}

.color-ffd76e {
    color: #ffd76e !important;
}

.color-ffd76e {
    color: #ffd76e;
}

.bg-ffd76e {
    background-color: #ffd76e;
}

.color-black {
    color: #000;
}

.color-f58719 {
    color: #f58719 !important;
}

.color-3f3d56 {
    color: #3f3d56;
}

.color-c840e9 {
    color: #c840e9;
}

.color-gray {
    color: rgba(48, 48, 48, 0.87) !important;
}

.color-0087 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.color-4e5164 {
    color: #4e5164;
}

.color-373c57 {
    color: #373c57;
}

.color-danger {
    color: #f52119 !important;
}

.color-9095a4 {
    color: #9095a4;
}

.color-04e013 {
    color: #04e013;
}

/* Font color css  end */

/* Font weight css  */

.font-600 {
    font-weight: 600 !important;
}

.font-500 {
    font-weight: 500 !important;
}

/* Font weight css  */

/* Login page Css  */
.clear-filter {
    text-decoration: underline;
}

.andriod-app-store {
    position: unset;
    display: flex;
    align-items: end;
    justify-content: center;
}

.andriod-app-store a {
    padding: 10px;
}

.user-drop-down {
    background-color: rgba(255, 215, 110, 0.1);
    min-height: 99px;
    padding-left: 20px;
}

.navbar-collapse {
    margin: -15px -10px;
}

/* Login page Css End  */

/* Dashboard css  */
.filter-btn {
    background-color: #f58719;
    width: fit-content;
    padding: 10px 55px !important;
    border-color: transparent;
    border-radius: 8px;
}

.filter-btn p {
    margin: 0 !important;
    font-size: 17px;
    color: #fff;
    margin-right: 15px;
    line-height: 1.5 !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.dis-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

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

.filter-sec {
    background-color: #fff;
    padding: 20px 20px 30px;
    border-radius: 4px;
}

.title h5 {
    margin: 0 !important;
}

.select2 {
    border: 0;
    border-radius: 0;
}

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

.search-btn {
    height: 36px;
    width: 156.3px;
    background-color: #f58719;
    border-color: transparent;
    color: #fff;
    border-radius: 8px;
}

/* Dashboard css end  */

/* Side Bar Css  */
.non-active .active-img {
    display: none;
    margin: 0 auto;
}

.non-active .static-img {
    display: block;
    margin: 0 auto;
}

.side-active .active-img {
    display: block;
    margin: 0 auto;
}

.side-active .static-img {
    display: none;
    margin: 0 auto;
}

.side-active {
    background-image: linear-gradient(
        to right,
        rgba(245, 135, 25, 0),
        rgba(245, 135, 25, 0.2)
    );
}

.non-active p {
    padding-top: 10px;
}

.side-active p {
    color: #f58719;
    padding-top: 10px;
}

.mod-side-bar > li {
    margin: 0 !important;
    padding: 0 !important;
}

.map-icon {
    margin-right: 10px;
}

.territories-input input {
    width: 100% !important;
    height: 38px;
    border: solid 1px #8d96a7 !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 0 10px 0 30px;
    font-size: 12px;
}

.territories-input input:focus {
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff !important;
    z-index: 0 !important;
}

.search-icon {
    position: absolute;
    top: 11px;
    left: 10px;
}

.search-icon i {
    color: rgba(141, 150, 167, 0.3);
    font-size: 18px;
}

.territory-filter p {
    margin: 0;
    line-height: 1.5 !important;
    margin-left: 10px;
}

.nav-pills > li {
    margin: 0 !important;
}

.map-title {
    position: absolute;
    top: 50px;
    left: 30px;
}

.territorE-border {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

/* Side Bar Css  End */

/* Map Page css  */

.new-select .select2-container--default .select2-selection--multiple {
    width: 100% !important;
    height: auto  !important;
    border-radius: 0 !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}

.new-input input {
    width: 100% !important;
    height: 45px !important;
    border-radius: 0 !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}

.first-cell {
    width: 40%;
    flex: 0 0 60%;
}

.boder::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
}

.boder {
    position: relative;
}

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

.cencel-btn {
    width: 125px;
    height: 40px;
    border-radius: 7px;
    border: solid 1px #f58723;
    background-color: #fff;
    color: #f58723;
}

.btn-save {
    height: 40px;
}

.bnt-area {
    width: 100%;
}

/* Map Page css  end */

/* Filter css  */

/* .filter-box {
  padding: 10px 6px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, rgba(245, 135, 25, 0) 80%, rgba(245, 135, 25, 0.1) 100%);
  min-height: 540px;
} */

.boder {
    width: 100%;
}

.status-text h5 {
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 18px;
}

.table-row {
    padding: 0;
}

.table-row table {
    background-color: #fff;
    border-radius: 12px;
}

.w-14 {
    width: 14%;
}

.table-row table th {
    border-top: 0;
    border-bottom: 1px solid rgba(63, 61, 86, 0.25);
    padding: 16px 10px !important;
    color: #3f3d56;
    background: #f58719;
}

.table-row table td {
    padding: 19px 9px !important;
    color: #3f3d56;
}

.table-row table td:not(:last-child) {
    border-bottom: 2px solid #f2f2f2;
}

.t-row-color {
    border-radius: 8px;
}

.add-modal {
    min-width: 1100px;
    border-radius: 12px;
}

.add-modal .modal-header {
    background-color: #f58719;
    color: #fff;
    padding: 15px 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.add-modal .modal-content {
    border-radius: 12px;
}

.add-modal .modal-header .close {
    color: #fff;
    font-weight: 100;
}

.edit-profile-img input::placeholder,
.add-modal input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(168, 170, 170, 0.42) !important;

    /* Firefox */
}

.edit-profile-img input:-ms-input-placeholder,
.add-modal input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(168, 170, 170, 0.42) !important;
}

.edit-profile-img input::-ms-input-placeholder,
.add-modal input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(168, 170, 170, 0.42) !important;
}

.add-modal .btn-close {
    color: #f58723;
    border: 1px solid #f58723;
    background-color: transparent;
    border-radius: 7px;
}

.add-modal .modal-footer {
    padding-bottom: 20px;
}

.add-modal .modal-body {
    padding: 20px 30px;
}

.add-appoit {
    height: 54px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 9px;
    background-color: #f58719;
    border-color: transparent;
}

.appoit-text {
    padding-bottom: 30px;
}

.appoit-text h2 {
    margin: 0 !important;
}

.appoit-filter-box .head {
    background-color: rgba(245, 135, 25, 0.1);
    padding: 20px 30px 30px 25px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/*
.appoit-filter-box .filter-body {
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #fff 81%, rgba(245, 135, 25, 0.1) 100%);
  padding: 20px;
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 595px;
  overflow: auto;
} */

.user-select {
    width: 100% !important;
    height: 35px !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    color: rgba(168, 170, 170, 1) !important;
    font-size: 14px;
}

.company-users {
    margin-top: 30px;
}

.user-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
}

.border-bottom {
    border-bottom: 1px solid #dddfe4;
}

/* Chat Screen Css  */
.chat-users {
    margin-bottom: 30px;
    position: relative;
    padding: 25px;
    height: 834px;
    border-radius: 10px;
    overflow: auto;
    background-image: linear-gradient(
        to bottom,
        #fff 82%,
        rgba(245, 135, 25, 0.1)
    );
}

.filter-box-2 p {
    margin-bottom: 10px;
}

/* .filter-box2 {
  background: #fff;
  padding: 15px 11px;
  color: #000000;
  font-size: 12px;
} */

.chat-user {
    padding: 10px 20px;
    border-radius: 0;
    margin-bottom: 15px;
}

.chat-user:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.chat-profile {
    margin-bottom: 20px;
}

.chat-profile .user-chat-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.chat-profile > ul {
    display: flex;
    align-items: center;
}

.chat-profile .user-chat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-name > p {
    color: rgba(0, 0, 0, 0.5);
}

.chat-users .nav-item {
    width: 50%;
    text-align: center;
}

.chat-users .nav-item .nav-link.active {
    color: #fff;
}

.chat-users .nav-item .nav-link {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.5);
}

.tabs-area > ul {
    margin: 30px 0 10px 0 !important;
}

.other-chat-img {
    width: 60px;
    height: 60px;
    position: relative;
}



.other-user-names {
    width: 100%;
}

.chat-time {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-time p {
    color: rgba(0, 0, 0, 0.5);
    margin: 0 !important;
}

.other-user-names h2 {
    margin: 0 !important;
}

.on-icon {
    position: absolute;
    bottom: 1px;
    right: 0px;
}

.user-active {
    background-color: #f2f2f2 !important;
    padding: 10px 20px;
    border-radius: 5px;
    border-bottom: 0 !important;
}

.ad-user {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.chat-screen {
    background-color: #fff;
    position: relative;
    height: 760px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: auto;
    padding: 10px 20px;
}

.chat-bottom-border {
    border-bottom: 1px solid #f0f0fb;
}



.msg-input {
    padding: 10px 20px;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.msg-input input {
    border-color: transparent;
    width: 100%;
    height: 57px;
    border-radius: 7px;
    background-color: #f2f2f2;
    padding: 10px 50px 10px 20px;
}

.postion-relative {
    position: relative;
}

.send-icon {
    position: absolute;
    top: 15px;
    right: 30px;
    cursor: pointer;
}

.aposite-chat {
    padding: 13px 20px;
    max-width: 540px;
    width: fit-content;
    border-radius: 7px;
    background-color: #f2f2f2;
    margin-bottom: 12px;
}

.aposite-chat p {
    line-height: 1.5 !important;
    margin: 0 !important;
    color: #9095a4;
    font-size: 14px;
}

.mine-chat {
    padding: 13px 20px;
    max-width: 540px;
    width: fit-content;
    border-radius: 7px;
    background-color: #f58719;
    margin-bottom: 12px;
}

.mine-chat p {
    line-height: 1.5 !important;
    margin: 0 !important;
    color: #ffffff;
    font-size: 14px;
}

.text-end {
    text-align: end !important;
    display: flex;
    align-items: center;
    justify-content: end;
}

.mine-chats {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    flex-direction: column;
}

.table-header {
    padding: 25px 90px 25px 20px;
    background-color: rgba(254, 243, 231, 0.5);
    background-color: #fef3e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table-header .chat-detail {
    margin: 0 !important;
    padding: 0 !important;
}

.manage-icon {
    top: 12px !important;
}

.territories-input .manage-input {
    width: 435px !important;
}

.territories-input .manage-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a8aaaa;

    /* Firefox */
}

.territories-input .manage-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a8aaaa;
}

.territories-input .manage-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a8aaaa;
}

.manage-table {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.manage-table table {
    border-radius: 10px;
}

.manage-table th {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 30px 15px;
    font-size: 22px;
}

.manage-table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 20px 10px;
}

.w-60 {
    width: 60%;
}

.w-20 {
    width: 20%;
}

.table-user-name p {
    margin: 0 !important;
}

.table-deatil {
    margin: 0 !important;
    padding: 0 !important;
}

.leader-header {
    padding: 25px 20px;
    background-color: rgba(254, 243, 231, 0.5);
    background-color: #fef3e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.leader-header .chat-time > h2 {
    margin: 0;
}

.leaderboard-text {
    padding: 0 10px 10px 10px;
    height: 834px;
    background-image: linear-gradient(
        to bottom,
        #fff 82%,
        rgba(245, 135, 25, 0.1)
    );
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.leader-detail {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.leader-time p {
    margin: 0 !important;
}

.leader-detail:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.board-number p {
    margin: 0 !important;
}

/* Faq Page  */

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

.faq-title .territories-input .faq-input {
    background-color: rgba(255, 215, 110, 0.1s) !important;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.accord-bg {
    padding: 0;
}

.accord-bg .accordion .card .card-header {
    position: relative;
    background-color: rgba(168, 170, 170, 0.15);
    padding: 13px 15px;
    display: flex;
    align-items: center;
    border-color: transparent;
}

.accord-bg .accordion .card {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 0;
    background-color: #f0f1f2;
}

.accord-bg .accordion .card-body {
    padding: 0;
    padding: 20px 10px;
    background-color: #f0f1f2;
}

.accord-bg .accordion .card-body p {
    margin: 0 !important;
    color: #a8aaaa;
    line-height: 1.67;
}

.accord-bg .accordion .card .card-header button {
    width: 100%;
    text-align: left;
    padding: 0;
    color: #a8aaaa;
}

.accord-bg .accordion .card .card-header .icon {
    position: absolute;
    right: 25px;
    top: 36%;
}

.new-icon {
    top: 10px;
}

.privacy-box {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
}

.privacy-box p {
    line-height: 1.7;
    font-size: 16px;
    font-weight: 500;
    color: #000124;
}



.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
}

.avatar-upload .avatar-edit label {
    cursor: pointer;
}

.avatar-upload .avatar-edit input {
    display: none;
}

/* .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
} */

/* .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
} */

/* .avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

*/
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.avatar-upload .avatar-preview > img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}

input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    content: " ss ";
    color: transparent;
    padding: 0 5px;
    background-image: url("../images/calendar.png");
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: transparent;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.date-input {
    margin-top: 10px;
    padding: 20px;
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 5px;
    background-color: rgba(168, 170, 170, 0.15);
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(168, 170, 170, 0.42) !important;

    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(168, 170, 170, 0.42) !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea::-webkit-input-placeholder {
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea:-ms-input-placeholder {
    color: rgba(168, 170, 170, 0.42) !important;
}

.bg-or-light {
    background-color: rgba(245, 135, 25, 0.1);
    margin: 0;
    padding: 16px 14px;
    margin-top: 27px !important;
}

.bg-grey-light {
    background-color: rgba(73, 89, 105, 0.1);
}

.modify-table th {
    color: #3f3d56;
    font-weight: 600 !important;
    border: 0;
    border-bottom: 0 !important;
    text-align: center;
}

.modify-table td {
    color: #3f3d56;
    font-weight: normal !important;
    border: 0;
}

.app-p p {
    margin: 0;
}

/* Chat Screen Css End */

span.select2-selection.select2-selection--multiple {
    min-height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
}

span.select2-selection.select2-selection--multiple:active,
span.select2-selection.select2-selection--multiple:focus {
    border: 1px solid transparent !important;
}

.filter-box .filter-title {
    margin-bottom: 40px;
    margin-top: 15px;
}

.status-detail {
    /* padding: 2px 0; */
}

.list-title {
    font-size: 30px;
    font-weight: bold;
    color: #f58719;
    padding-left: 20px;
    padding-bottom: 30px;
}

/* Modify  Css End */
.d-none {
    display: none !important;
}

.nav-top {
    align-items: center;
}

.fc-h-event {
    background-color: #f58719 !important;
    border-color: #f58719 !important;
    padding-left: 10px !important;
}

table.fc-scrollgrid {
    background-image: linear-gradient(
        to bottom,
        #fff 68%,
        rgba(245, 135, 25, 0.1) 90%
    );
}

.fc .fc-toolbar.fc-header-toolbar {
    padding: 15px 10px;
    margin: 0 !important;
    background-color: rgba(141, 150, 167, 0.3);
}

.table-row.table-responsive #userpins-list_wrapper {
    /* width: 1000px; */
    max-width: 100% !important;
}

.table-row.table-responsive #userpins-list_wrapper .sorting {
    padding: 20px 8px !important;
    background-color: #f58719;
    color: #fff;
}

.setting-col {
    transform: translate3d(-225px, 25px, 0) !important;
}

.table-container {
    max-height: 330px;
    min-height: 330px;
    /* Adjust this value as needed */
    overflow-y: scroll;
}

/* Style for the fixed header */
thead {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 20px 0 !important;
}

/* Optional: Style the table cells, borders, etc. */
table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 8px !important;
    font-size: 12px !important;
}
/*
.filter-box-2 {
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, rgba(245, 135, 25, 0) 80%, rgba(245, 135, 25, 0.1) 100%);
} */

.table th {
    border: 0 !important;
}

.table-container .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent !important;
}

.table td img {
    width: 13px;
    height: 15px;
}

.table td a img {
    width: auto;
    height: auto;
}

.table td .other-chat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button.btn-black img {
    width: 16px;
    height: 14px;
    margin-right: 5px;
}

.user-profile {
    position: relative;
}

.user-profile .user-active-img {
    position: absolute;
    top: 74%;
    right: 4%;
}

/* Start Responsive CSS */

/* End Responsive CSS */
#myChart {
    height: 500px !important;
}

#myChart2 {
    /*   height:500px !important; */
}

@media (min-width: 1600px) {
    .login-bg {
        height: 100vh;
    }
}

.border-dashed {
    border: 1px dashed #a9a8b3;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* New csss  */

.dailog-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f7f7f7;
}

.dailog-header {
    position: relative;
    margin-bottom: 10px;
}

.dailog-header div {
    position: relative;
    padding: 10px 10px;
}

.dailog-body {
    padding: 10px 10px;
}

.gm-style-iw {
    padding: 0 !important;
}

/* Scrollbar Styling */
.gm-style-iw-d::-webkit-scrollbar {
    width: 1px !important;
}

.gm-style-iw-d::-webkit-scrollbar-track {
    background-color: #ebebeb !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

.gm-style-iw-d::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #6d6d6d !important;
}

.gm-style-iw-d p {
    margin-bottom: 10px !important;
}

.gm-ui-hover-effect {
    top: 10px !important;
    right: 10px !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid transparent !important;
}

.gm-ui-hover-effect span {
    pointer-events: none;
    display: block;
    width: 17px;
    height: 19px;
    margin: 8px;
}

.map-sec {
    position: relative;
}

.right-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
    background-color: #fff;
}

.drawer-header {
    position: relative;
}

.drawer-header > div {
    padding: 10px 15px;
}

.drawer-header h1 {
    font-size: 22px;
}

.drawer-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f7f7f7;
}

.drawer-body {
    padding: 10px 15px;
}

.drawer-body h1 {
    font-size: 18px;
}

.terrain-img {
    width: 120px;
    height: 115px;
    border-radius: 8px;
    margin-right: 13px;
    flex: 0 0 120px;
}

.terrain-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.terrain-img p {
    font-size: 14px;
    margin-top: 4px;
}

.custom-tabs {
    margin: 16px 0 40px 0;
}

.box .filter img {
    width: 20px;
}

.activity-box .territory img {
    width: 20px;
}

.nav-tabs .nav-link.active,
.nav-tabs .show > .nav-link {
    background: #f58719 !important;
}

.custom-tabs .nav-tabs {
    border: 0 !important;
    width: 100%;
}

.custom-tabs .nav-tabs .nav-item {
    width: 50%;
}

.custom-tabs .nav-tabs > li {
    margin: 0 !important;
}

.custom-tabs .nav-tabs .nav-link {
    background: #f2f2f2ff;
    text-align: center;
    border: 0;
    color: #000;
}

.custom-tabs .nav-tabs .nav-link.active {
    color: #fff !important;
}

.activer-users p {
    margin: 0 !important;
}

.activer-users {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
    padding: 0 15px 13px 15px;
}

.active-user-img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 10px;
}

.active-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-text-box .title {
    color: #000000;
}

.tab-text-box .date-p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.custom-tabs .tab-content {
    margin-top: 25px;
}

.activer-users .area-activity-p {
    margin-top: 11px !important;
}

.participat-modal .modal-body {
    padding: 0 !important;
}

.participat-modal .modal-header {
    background-color: #f58719 !important;
    color: #fff;
    padding: 25px 12px;
    margin-bottom: 10px;
}

.participat-modal .modal-body .activer-users {
    padding: 10px 12px;
}

.participat-modal .close {
    color: #fff !important;
    opacity: 1;
}

.pin-item {
    margin-right: 10px;
    margin-right: 10px;
    background-color: #f2f2f2;
    /* padding: 15px 35px; */
    border-radius: 12px;
    margin-bottom: 10px !important;
    display: flex;
    flex-direction: column;
    width: 117px;
    height: 114px;
    align-items: center;
    justify-content: center;
}

.pin-item-active {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    width: 117px;
    height: 114px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: solid 1px #3f3d56;
    padding: 15px 0;
    border-radius: 12px;
    margin-bottom: 10px !important;
}

.pin-item p,
.pin-item-active p {
    margin: 0 !important;
    margin-top: 5px !important;
}

.pin-img {
    height: 50px;
    width: 54px;
    border-radius: 50%;
}

.pin-img img {
    width: 100%;
    height: 100%;
}

.table-row.table-responsive #userpins-list_wrapper .sorting:first-child {
    border-top-left-radius: 10px;
}

.table-row.table-responsive #userpins-list_wrapper .sorting:last-child {
    border-top-right-radius: 10px;
}

/* .terrain-box {
  height: 141px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  min-width: 639px;
  max-width: 1001px;
} */

.terrain-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.terrain-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.user-scroll {
    height: 430px;
    overflow: auto;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #f58718 !important;
    border-color: #f58718 !important;
    border-radius: 7px;
}

.terrain-scroll {
    width: 403px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 145px;
}

/* .scrollable table,
.scrollable th,
.scrollable td {
  border: 1px solid #ccc;

}

*/
.scrollable table {
    border-spacing: 0;
    border-collapse: collapse;
    width: auto;
    border-radius: 22px;
}

.scrollable table th,
.scrollable table td {
    padding: 6px 8px;
    vertical-align: top;
}

.scrollable table th {
    background: #f58719;
    color: #fff;
    font-weight: 900;
    text-align: left;
    padding: 22px 10px !important;
    letter-spacing: 1.3px;
}

.scrollable table th:first-child {
    border-top-left-radius: 16px;
}

.scrollable table th:last-child {
    border-top-right-radius: 16px;
}

/* .scrollable table tbody tr:nth-child(odd) {
  background: #f3f3f3;
} */

.scrollable {
    overflow: auto;
    position: relative;
    width: 95%;
}

.scrollable.is-scrollable:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px/50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: none;
}

.scrollable > div {
    overflow-x: auto;
}

.scrollable > div ::-webkit-scrollbar {
    height: 12px;
}

.scrollable > div ::-webkit-scrollbar-track {
    background: #f0f0f0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
}

.scrollable > div ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 6px;
}

.scrollable td {
    min-width: 250px;
    max-width: 285px;
    /* Set your desired maximum width */
    word-wrap: break-word;
    /* Allow long words to break and wrap */
    padding: 10px 10px !important;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_paginate .pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    width: auto;
}
div.dataTables_wrapper div.dataTables_paginate .pagination li {
    border: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate .pagination a {
    text-decoration: none;
    color: #000;
    float: left;
    padding: 8px 16px;
    border: 0 !important;
    /* border-radius: 8px; */
}

div.dataTables_wrapper div.dataTables_paginate .pagination1 a.active {
    background-color: #f58719;
    color: #fff;
    border-radius: 12px;
}

div.dataTables_wrapper
    div.dataTables_paginate
    .pagination1
    a:hover:not(.active) {
    background-color: #ddd;
}

div.dataTables_wrapper div.dataTables_paginate .pagination2 a.active {
    background-color: #f58719;
    color: #fff;
    padding: 10px;
}
li#userpins-list_previous {
    margin-right: 10px;
}

li#userpins-list_next {
    margin-left: 10px;
}

.close-img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.close-img img {
    width: 100%;
    height: 100%;
}

.color_box {
    width: 20px;
    height: 20px;
    background-color: red;
    margin-top: 2px;
    margin-left: 8px;
    border-radius: 4px;
}

.fc .fc-toolbar-title {
    font-size: 1.25em !important;
}

.calender-icon {
    position: absolute;
    right: 17px;
    top: 37%;
}

/*******/
@font-face {
    font-family: "EuclidSquare-light";
    src: url("../Font/EuclidSquare-Light.ttf");
}

@font-face {
    font-family: "EuclidSquare-Medium";
    src: url("../Font/EuclidSquare-Medium.ttf");
}

@font-face {
    font-family: "EuclidSquare-Bold";
    src: url("../Font/EuclidSquare-Bold.ttf");
}
@font-face {
    font-family: "EuclidSquare-regular";
    src: url("../Font/EuclidSquare-SemiBold.ttf");
}

body {
    margin: 0;
    color: #000126;
    font-size: 13px;
    position: relative;
    font-family: "EuclidSquare-light" !important;
    overflow-x: hidden;
    background-color: #f7f7fa;
}

.data-table {
    font-family: "EuclidSquare-Medium" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    src: url("../Font/EuclidSquare-Bold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

ol,
ul {
    padding: 0 !important;
    list-style: none !important;
}

p,
ul,
ol,
div,
footer,
header,
main {
    font-family: "EuclidSquare-light" !important;
}
.setting-box p.font-18 {
    font-family: "EuclidSquare-Medium" !important;
}
.acc-box p:not(.font-12) {
    font-family: "EuclidSquare-regular" !important;
}
/* total width */
::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
    display: none;
}

a {
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
    text-decoration: none !important;
    color: #000126 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

address,
dl,
ol,
p,
ul {
    margin: 0 !important;
}

a:hover,
a:focus,
a:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

button {
    transition: all 0.5s ease;
}

.btn-theme {
    border-radius: 12px;
    background-color: #1182f1;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}

.btn-theme2 {
    border-radius: 12px;
    background-color: #8d96a7;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}

.btn-theme3 {
    border-radius: 12px;
    background-color: #ae0808;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}
/*
.btn-theme::after,
.btn-theme2::after,
.btn-theme3::after {
  background-color: #111114;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(40deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
  position: absolute;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-theme:hover::after,
.btn-theme2:hover::after,
.btn-theme3:hover::after {
  height: 100%;
  width: 135%;
}

.btn-theme:hover,
.btn-theme2:hover,
.btn-theme3:hover {
  color: #fff !important;
} */

.auth-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.container {
    width: 100% !important;
    max-width: 100%;
    padding: 0 100px;
    margin: 0 auto;
}

/* Font  */

.font-38 {
    font-size: 38px;
}

.font-48 {
    font-size: 48px;
}

.font-16 {
    font-size: 15px;
}

.color-fff {
    color: #fff;
}

.color-blue {
    color: #1182f1 !important;
}

.color-light {
    color: rgb(0, 1, 36, 0.6);
}

/* // Header css */
header {
    padding: 36px 13px 10px 20px;
}

.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-button:hover {
    cursor: pointer;
}

.icon-button__badge {
    position: absolute;
    top: -4px;
    right: 0;
    width: 15px;
    height: 15px;
    background: #1182f1;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
}

.main-sec {
    padding: 0 20px;
}

#sidebar {
    width: 70px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

#wrapper.toggled #sidebar {
    width: 395px;
}

#sidebar {
    position: sticky;
    z-index: 1000;
    left: -180px;
    transition: all 0.3s;
}

div#wrapper main {
    background-color: #f7f7fa;
    height: auto;
}

#wrapper.toggled #sidebar {
    left: 0;
}

/* #wrapper.toggled .flex-grow-1 {
  margin-left: 250px;
} */

aside ul li a {
    color: #8d96a7 !important;
}

#sidebar .side-logo {
    display: none;
}

#sidebar ul li a {
    display: none;
}

.toggled #sidebar .side-logo {
    display: block;
}

#sidebar .accordion-button::after {
    content: none;
}

.toggled #sidebar .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    opacity: 0.4;
}

.toggled #sidebar ul li a {
    display: block;
}

.toggled #sidebar ul li img {
    margin-left: 0;
}

#sidebar .user-list li p {
    display: none;
}

.toggled #sidebar .user-list li p {
    display: block;
}

* {
    box-sizing: border-box;
}

.nav-active {
    background-image: linear-gradient(to left, #fdeddd, #fff 52%);
    position: relative;
}

.nav-active::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    background-color: #f58719;
    top: 20%;
    right: 0;
    border-radius: 10px !important;
}

.nav-active a {
    color: #f58719 !important;
}

.toggled aside .nav .nav-item {
    padding: 12px 22px;
}

/***********************
** Start Sidebar Menu **
***********************/

/* aside {
  position: fixed;
  width: 265px;
  height: 100%;
  overflow: auto;
}

.logo {
  height: 90px;
  font-family: sans-serif;
  font-size: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.logo span span {
  color: rgb(25, 118, 210);
}

.logo select {
  display: block;
  height: 20px;
  margin-top: 22px;
  width: 40px;
  font-size: 10px;
  text-transform: capitalize;
}

ul li label i:first-child {
  color: rgb(119, 119, 119);
}

.sub-menu ul>li {
  margin-top: 11px;
  font-size: 14px;
}


Side Bar Css
#sidebar {
  width: 250px;
  min-height: 100vh;
  background-color: #fff;
}

#sidebar {
  position: absolute;
  z-index: 1000;
  left: -180px;
  transition: all 0.3s;
}

div#wrapper main {
  margin-left: 77px;
}

#wrapper.toggled #sidebar {
  left: 0;
}

#wrapper.toggled .flex-grow-1 {
  margin-left: 250px;
}

aside ul li a {
  color: #8d96a7 !important;
}

#sidebar .side-logo {
  display: none;
}

#sidebar ul li a {
  display: none;
}

.toggled #sidebar .side-logo {
  display: block;
}

#sidebar .accordion-button::after {
  content: none;
}

.toggled #sidebar .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  opacity: 0.4;
}

.toggled #sidebar ul li a {
  display: block;
}

#sidebar ul li img {
  margin-left: 184px;
}

#sidebar ul li .user-profile img {
  margin-left: 174px;
}

.toggled #sidebar ul li img {
  margin-left: 0;
}

#sidebar .user-list li p {
  display: none;
}

.toggled #sidebar .user-list li p {
  display: block;
}

* {
  box-sizing: border-box;
} */

/***********************
** Start Sidebar Menu **
***********************/

/* aside {
  position: fixed;
  width: 265px;
  height: 100%;
  overflow: auto;
}

.logo {
  background-color: rgb(195, 195, 195);
  height: 90px;
  font-family: sans-serif;
  font-size: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.logo span span {
  color: rgb(25, 118, 210);
}

.logo select {
  display: block;
  height: 20px;
  margin-top: 22px;
  width: 40px;
  font-size: 10px;
  text-transform: capitalize;
}

ul li label i:first-child {
  color: rgb(119, 119, 119);
}

.sub-menu ul>li {
  margin-top: 11px;
  font-size: 14px;
} */

/* Start Radio inputs */

/* Start Menu */

.sub-menu {
    padding-left: 28px;
    margin-top: 12px;
}

.nav > li {
    margin-bottom: 5px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    padding: 0;
    border: 0 !important;
    background: transparent;
}

.accordion-item {
    border: 0;
    background: transparent;
}

.accordion-item:first-of-type .accordion-button {
    padding: 0;
    background: transparent;
    border: 0 !important;
    box-shadow: none;
}

.user-list {
    width: 100%;
    position: absolute;
    bottom: 20px;
    border-top: 1px solid rgba(141, 150, 167, 0.4);
    padding: 0 20px !important;
}

.user-list .user-profile {
    width: 50px;
    height: 50px;
    flex: 0 0 44px;
    margin-right: 9px;
}

.user-list .user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-list li {
    margin-top: 10px;
}

.dashboard header {
    padding: 12px 15px 11px 5px;
}

.dashboard header ul > li:not(:last-child) {
    margin-right: 20px;
    position: relative;
}

.dashboard header .after-line > li:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(141, 150, 167, 0.5);
    left: -10px;
    top: 0;
}

.dashboard header ul > li:not(:last-child) {
    padding: 0 5px;
}

.search-header-icon::after {
    content: none !important;
}

.side-logo img {
}

/* End Menu */

/* User Type  */

.user-type-input #addon-wrapping {
    background: transparent;
    border: solid 1px #e2e6ed;
    background-color: #fff;
    border-right: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 44px;
}

.user-type-input input {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0;
    border: solid 1px #e2e6ed;
    background-color: #fff;
    border-left: 0;
    height: 44px;
}

.user-type-input input:active,
.user-type-input input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #e2e6ed;
}

.user-type-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data-table thead {
    background-color: #1182f1;
    padding: 20px 0 !important;
    border-radius: 12px;
}

.data-table th {
    padding: 20px 10px;
    color: #fff;
}

.data-table {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    /* box-shadow:; */
}

.data-table td {
    padding: 20px 10px 10px 10px;
}

.data-table th:first-child {
    border-top-left-radius: 12px;
}

.data-table th:last-child {
    border-top-right-radius: 12px;
}

.data-table .btn {
    border: 1px solid #8d96a7;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    color: #000;
    border-radius: 10px;
    padding: 4px 16px;
    font-size: 14px;
}

.dt-length {
    display: none;
}

table.table.dataTable > tbody > tr:nth-child(odd) {
    background: #ffffff !important;
}

.table > :not(caption) > * > * {
    border-bottom: 0 !important;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
    box-shadow: none !important;
}

.pagination .dt-paging-button .page-link {
    border-radius: 12px;
    background: rgba(141, 150, 167, 0.1);
    border: 0;
    padding: 10px 20px;
}

.pagination .dt-paging-button.active a {
    background: #1182f1;
    border-radius: 2px;
}

.table-responsive .dt-info,
.table-responsive .dt-paging {
    margin-top: 40px !important;
}

.table > tbody tr td:first-child {
    color: rgb(0, 1, 36, 0.9) !important;
    font-size: 16px;
}

.dropdown-menu > li:first-child a {
    color: #1182f1 !important;
}

.dropdown-menu > li:last-child a {
    color: #eb5151 !important;
}

.dashboard {
    position: relative;
}

.ham-btn {
    background-color: transparent !important;
    color: #f58719 !important;
    border: 0 !important;
}
.ham-btn.btn-dark:hover {
    background-color: transparent !important;
    color: #f58719 !important;
    border: 0 !important;
}
.ham-btn:active,
.ham-btn:focus-within,
.ham-btn:focus,
.ham-btn:focus-visible {
    border: 0 !important;
}

.content-area {
    padding: 30px 30px 30px 30px;
    background-color: #f7f7fa;
        position: relative;

}

/* Dashboard css */

.dash-box {
    display: flex;
    border-radius: 9px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
}

.dash-box p {
    font-family: "EuclidSquare-light" !important;
    font-size: 17px;
    color: #fff;
    line-height: 1.222;
}

.dash-box .box-num {
    /* font-family: "EuclidSquare-light" !important; */
    font-size: 50px;
    font-weight: 400;
}

.bg-blue {
    background-color: #4d5ae4;
}

.bg-green {
    background-color: #439a86;
}

.bg-aqua {
    background-color: #22b3f4;
}

.bg-orange {
    background-color: #f58719;
}
.bg-btn-blue {
    background-color: #1182f1;
}

.sale-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content: flex-start; */
    gap: 23px;
}

.sale-graph .sale-head-second-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale-graph .sale-head-second-child > div {
    margin-right: 20px;
}

.sale-head-first-child p {
    color: #000126;
}

.sale-select .form-select {
    font-size: 14px;
    color: #8d96a7;
    border: 1px solid #8d96a7;
    border-radius: 10px;
}

.univers-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.unser-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.cirlce-orange {
    background-color: #f58719;
}

.cirlce-purple {
    background-color: #8f19f5;
}

.cirlce-aqua {
    background-color: #22cbf5;
}

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

.table-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f58719;
}

.color-red {
    color: #f58719;
}
.territory-table .table-responsive .table .color-light {
    color: rgba(0, 1, 36, 0.4);
}

.territory-table .table-responsive .table td:not(:first-child),
.territory-table .table-responsive .table th:not(:first-child) {
    text-align: center;
}

.territory-table {
    height: 226px;
    overflow: auto;
    /* background: rebeccapurple; */
}

.leader-user-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #8d96a7;
    padding: 10px 10px 10px 0;
}

.bg-first {
    background-image: linear-gradient(
        to left,
        rgba(253, 204, 10, 0.2) 10%,
        #fff 42%
    );
}
.bg-second {
    background-image: linear-gradient(
        to left,
        rgba(193, 193, 192, 0.2) 10%,
        #fff 42%
    );
}
.bg-third {
    background-image: linear-gradient(
        to left,
        rgba(205, 128, 50, 0.2) 10%,
        #fff 42%
    );
}

/* Maap Section  */
.map-sec-bg {
    /* background-image: url("../img/map-bg.png"); */
    position: relative;
}
.map-sec-header {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-radius: 12px;
    position: absolute;
    width: 95%;
    top: 6%;
    margin: 0 30px;
}
.map-header {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 12px;
}

.map-filter-btn {
    height: 45px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    padding: 0 30px;
    font-size: 14px;
}

/* .map-filter-btn img {
    width: 15px;
    height: 15px;
} */

.bg-grey {
    background-color: #8d96a7;
}

.map-input input {
    height: 45px;
    border-radius: 10px;
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff;
    padding: 0 10px;
}

.pin-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #dddfe4;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.detail-body {
    background-color: #fff;
    /* box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.29); */
    /* border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; */
}

.filter-btn-without-icon {
    padding: 22px 32px;
    border: 0;
    border-radius: 8px;
    height: 30px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.color-light {
    color: rgb(0, 1, 36, 0.6);
}

.detail-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddfe4;
    padding: 20px;
}

.bg-red {
    background-color: #fa6565;
}

.bg-light-grey {
    background-color: #dddfe4;
    color: #8d96a7;
}

.map-select {
    margin-bottom: 12px;
    position: relative;
}

.map-select select,
.map-select input,
.map-select textarea {
    font-size: 14px;
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
}

.map-select label {
    color: #8d96a7;
    font-weight: normal;
    font-size: 12px;
}

.map-select input:active,
.map-select input:hover,
.map-select input:focus,
.map-select input:focus-visible,
.map-select input:focus-within {
    font-size: 14px;
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
    box-shadow: none;
    outline: none;
}

.map-select input::placeholder {
    font-weight: normal !important;
    color: #000124 !important;
    opacity: 1;
    /* Firefox */
}

.map-select input::-ms-input-placeholder {
    /* Edge 12 -18 */
    font-weight: normal !important;
    color: #000124 !important;
}

.more-detail {
    height: 244px;
    overflow: auto;
    padding: 20px;
}

.more-detail-footer {
    box-shadow: 0 -6px 26px 0 rgba(0, 0, 0, 0.16);
    padding: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.territories-detail {
    padding: 20px;
}

.input-sreach {
    position: relative;
}

.input-sreach input {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #dddfe4;
    padding: 10px 10px 10px 40px;
}

.input-sreach img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.territories-check label {
    color: #000124;
    font-weight: normal;
}

.territories-check .color-light {
    color: #8d96a7;
}

.territories-check {
    margin-top: 10px;
}

.territories-detail {
    height: 440px;
    overflow: auto;
}

.user-territories {
    background-color: #fff;
}

.user-territories-header {
    border-bottom: 1px solid #dddfe4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.terrain-box {
    padding: 20px 20px 10px 20px;
}

.terrain-img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}
.terrain-img + p {
    margin-left: -13px !important;
}
.terrain-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.territories-tabs {
    padding: 0 20px 20px 20px;
}

.territories-tabs button {
    width: 50%;
}

.territories-tabs .nav > li {
    width: 50%;
    margin-bottom: 0;
}

.territories-tabs .nav > li button {
    width: 100%;
}

.territories-tabs ul {
    background: #dddfe4;
    border: 0 !important;
    border-radius: 12px;
}

.territories-tabs .nav-link.active {
    color: #fff;
    border-radius: 12px;
    border: 0;
    height: 100%;
    background-color: #8d96a7 !important;
}

.territories-tabs .nav-link {
    color: #000;
}

.territories-user-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.territories-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.active-territories-user {
    padding: 10px;
    border-bottom: 1px solid #dddfe4;
}

.tab-pane-territories {
    height: 350px;
    overflow: auto;
}

.territories-user-para p {
    width: 30px;
    height: 30px;

    border-radius: 50% !important;
}

.bg-pink {
    background-color: #ec4067;
}

/* Map Section */

.list-table thead tr {
    background-color: #f58719;
}

.list-table thead tr th {
    padding: 15px 15px !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.list-table thead tr th:first-child {
    border-top-left-radius: 12px;
}

.list-table thead tr th:last-child {
    border-top-right-radius: 12px;
}

.circle-white {
    background-color: #fff !important;
}

.list-table tbody tr td {
    /* padding: 15px !important; */
}

.list-table tbody tr td img {
    width: auto;
    height: auto;
}

/* Chat Screen */

.tab-pane-chat {
    height: 710px;
    overflow: auto;
}

.chat-box-profile {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.chat-box-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-chat-box {
    margin-bottom: 5px;
    padding: 10px 10px;
    border-radius: 8px;
}

.user-chat-box p {
    font-weight: normal !important;
    font-family: "EuclidSquare-light" !important;
}

.active-chat-box {
    background-color: rgba(221, 223, 228, 0.541);
}
.chat-area {
    background-color: #fff;
}

.chat-area-header {
    padding: 10px;
    border-bottom: 1px solid #dddfe4;
}

.chat-area-header .color-light {
    font-size: 12px;
    margin-top: 5px !important;
}

.other-user-chat .chat-content {
    background-color: rgba(221, 223, 228, 0.3);
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px !important;
    display: inline-block;
}



.mychat span {
    background-color: #f58719;
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px !important;
    text-align: end;
    display: inline-block;
    color: #fff;
}

.chat-box-content {
    height: 700px;
    overflow: auto;
}

.chat-area-footer {
    background-color: #eeeff2;
    padding: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.sent-text-box {
    position: relative;
}

.sent-chat-img {
    width: 40px;
    height: 40px;
    background-color: #f58719;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sent-text-box input {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 12px;
    padding: 0 10px;
    background-color: #ffffff;
}

.sent-text-box input:active,
.sent-text-box input:focus,
.sent-text-box input:focus-visible,
.sent-text-box input:focus-within {
    border: 0;
    border-radius: 12px;
    padding: 0 10px;
    background-color: #ffffff;
    outline: none;
}

.other-user-chat {
    margin-bottom: 12px;
}

.user-chats-groups .territories-tabs ul::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #dddfe4;
    bottom: -7px;
}

.user-chats-groups .territories-tabs ul {
    position: relative;
}



.chat-profile-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.chat-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.content-area #content {
    background: #fff;
    padding: 20px;
}

.content-area #content label {
    font-family: "EuclidSquare-light" !important;
}

.calculation .form-control {
    background: #f58719;
    color: #ffff;
    border-radius: 8px;
    height: auto;
    height: 46px;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
}

.acc-box {
    border-bottom: 1px solid rgba(141, 150, 167, 0.5);
    min-height: 60px;
    padding: 0 22px;
}
.acc-box p,
.acc-box span {
    font-family: "EuclidSquare-medium" !important;
}
.setting-box p {
    font-family: "EuclidSquare-medium" !important;
    line-height: 1.2;
}
/* .account-details {
  background-color: #fff;
  padding: 20px;
} */

.setting-box {
    background-color: #fff;
    padding: 20px 20px 9px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    min-height: 190px;
}

.navbar .dropdown .dropdown-toggle {
    border: 0 !important;
    background-color: transparent;
}

.navbar .dropdown .dropdown-toggle::after {
    content: none !important;
}

.navbar .dropdown-menu > li:not(:first-child) {
    border-top: 1px solid rgba(141, 150, 167, 0.5);
}

.navbar .dropdown-menu > li {
    padding: 8px !important;
    margin: 0 !important;
}

.new-box-area {
    position: absolute;
    top: 16%;
    right: 3%;
}

.bg-new-white {
    height: 432px;
}

.box .territory {
    background-color: #8d96a7;
}

.box .territory p {
    color: #fff;
}

input[type="date"]:after {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 20px;
    height: 18px;
}

.table-user-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 6px;
    margin-top: 9px;
}

.table-user-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}
.table-user-img + div p {
    margin-top: 9px !important;
}
.color-green {
    color: #7ee36c;
}

.tabl-cicrle-green {
    background-color: #7ee36c !important;
}
.tabl-cicrle-white {
    background-color: #fff !important;
}

.user-manage-table tbody tr td {
    vertical-align: middle;
    font-size: 13px !important;
}

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

.table-pagination li {
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
}

.table-pagination .active {
    background-color: rgba(141, 150, 167, 0.1) !important;
}

.table-pagination li .pagination-ordering {
    border-radius: 8px;
}

.table-pagination .active .pagination-ordering {
    color: yellow !important;
    background-color: #f58719;
}

.table-pagination .left-arrow {
    margin-right: 10px;
    border-radius: 14px;
    background-color: rgba(141, 150, 167, 0.1);
}

.table-pagination .right-arrow {
    margin-left: 10px;
    border-radius: 8px;
    background-color: rgba(141, 150, 167, 0.1);
}
.user-manage-table {
    background: #fff;
}
.user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.user-profile {
    width: 38px;
    height: 38px;
}
/* new css */


.dataTables_scrollHeadInner {
    width: 100% !important;
    position: relative;
    z-index: 0;
}

table#userpins-list {
    width: 100% !important;
    position: relative;
    z-index: 0;
}
.gm-style-iw-chr {
    position: relative;
}

button.gm-ui-hover-effect {
    position: absolute;
    width: 48px;
    right: 3px !important;
    top: 9px !important;
}
.gm-ui-hover-effect span {
    pointer-events: none;
    display: block;
    width: 17px !important;
    height: 19px !important;
    margin: 0 !important;
}
.gm-style-iw-chr {
    display: none !important;
}

#calendar .fc-scrollgrid td {
    padding: 0 !important;
}
#calendar .fc-col-header-cell {
    background-color: rgba(141, 150, 167, 0.3);
    border-right: 1px solid rgba(141, 150, 167, 0.4);
}
.w-30 {
    width: 20%;
}
.input-group-append {
    cursor: pointer;
}
.user-select {
    width: 240px !important;
    margin-right: 20px;
}
.input-group.date {
    height: 35px !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    color: rgba(168, 170, 170, 1) !important;
    font-size: 14px;
}
.input-group.date input {
    border: 0;
    height: 46px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    background-color: rgb(243 244 246) !important;
}
.input-group.date .input-group-text {
    height: 40px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    background-color: rgba(141, 150, 167, 0.15) !important;
    margin-left: 0 !important;
}
.white-space {
    white-space: nowrap;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    left: auto !important;
}
.user-profile-dropdown .dropdown-menu .dropdown-item {
    padding: 0 !important;
}
.user-profile-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
}
.modal-dialog .form-group {
    /* margin-top: 10px; */
}
.map-sec-header
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 37px;
    position: absolute;
    top: 2px;
    right: 4px;
    width: 23px;
}
.date-piker-select {
    border: 0;
    height: 40px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    background-color: rgba(141, 150, 167, 0.15) !important;
    font-size: 13px;
    color: rgb(0, 1, 38, 0.6) !important;
}

.table-pagination li {
    padding: 10px;
    background: transparent;
}

.table-pagination .active {
    background-color: #f58718 !important;
    border-radius: 4px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.noti-drop {
    padding: 0 !important;
}

.noti-drop .dropdown-toggle {
    padding: 0;
}
.noti-drop .dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto !important;
}

.user-profile-dash {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 8px;
}

.user-profile-dash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gmnoprint.gm-style-mtc-bbw {
    bottom: 10% !important;
    top: auto !important;
}

.gmnoprint {
    bottom: 10% !important;
    top: auto !important;
}
.close_map_window {
    border: 0;
    background: transparent;
}

/* // new css  */
.sale-body canvas#myChart {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    /* max-height: 321px !important; */
    margin-top: 40px;
}
.sale-graph {
    margin-top: 30px !important;
    background: #fff !important;
    padding: 15px;
    border-radius: 8px;
    min-height: 540px;
}

.univers-box {
    /* margin-top: 30px !important; */
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    min-height: 543px;
}

.nav img {
    width: auto;
    height: auto;
}

.dashboard h3 {
    font-size: 20px;
}

.dropdown .dropdown-toggle img {
    width: 28px;
}
.search-icon img {
    width: 16px;
}

.search-icon span i {
    font-size: 15px;
}

/* .territories-input {
  margin-top: 10px;
} */

.form-group.boder h5 {
    font-size: 18px !important;
    margin-bottom: 5px;
}
.territory-area {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    min-height: 546px;
}
.territory-performance {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}
.territory-new-head {
    margin-bottom: 70px !important;
}
.leader-box {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    /* height: 341px; */
    overflow: auto;
}
.territory-head img {
    width: 18px;
}
.lead-box .territories-input {
    margin-top: 0 !important;
}
.navbar .dropdown .dropdown-toggle .user-profile {
    width: 38px;
    height: 38px;
}
.navbar .dropdown .dropdown-toggle .user-profile img {
    width: 100%;
    height: 100%;
}
.nav-item .me-3 {
    margin-right: 13px !important;
}
.message-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.box-account {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}
.box-leader {
    background-color: #fff;
}
.map-header img {
    cursor: pointer;
}
/*Leads Listing*/

.filter-box {
    padding: 10px 6px;
    border-radius: 8px;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 135, 25, 0) 80%,
        rgba(245, 135, 25, 0.1) 100%
    );
}

form.search_filter2 {
    display: flex;
    flex-direction: column;
}

form#search_filter > div p {
    padding: 5px 0px;
}
p.font-600.color-0087.font-18 {
}

.status-title {
    font-family: "EuclidSquare-medium" !important;
    font-size: 16px !important;
}

p.font-600.color-0087.font-18 {
    font-family: "EuclidSquare-medium" !important;
    font-size: 16px !important;
    padding-bottom: 10px !important;
}
.territory-performance table thead tr {
    color: #000 !important;
    border: 0 !important;
}
table thead tr th {
    color: #fff !important;
    /* width: 150px !important;.map-input input */
    padding: 10px 10px !important;
}
table thead tr td {
    width: 150px !important;
}
.dataTables_scroll table thead tr th {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}
.dataTables_scroll table tbody tr td {
    padding: 15px 10px !important;
}
div#userpins-list_length {
    display: none;
}
#userpins-list thead tr {
    background: transparent !important;
}

.toggled #sidebar .user-list li > p:first-child {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
}

.territory-performance table thead tr th {
    color: #000 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 6px !important;
}

ul.nav.flex-column.mt-5 {
    margin-top: 36px !important;
}

.leader-user-box > div:first-child {
    width: 50%;
}

.table td,
.table th {
    border: 0 !important;
}

.target-square {
    width: 15px;
    height: 15px;
    background-color: #e8d9d2;
    border-radius: 3px;
}
.achieved-square {
    width: 15px;
    height: 15px;
    background-color: #f4a962;
    border-radius: 3px;
}

/*  New Css  */
.new-bg-white {
    background: transparent !important;
    width: 440px;
    border-radius: 8px;
}
.body-filter {
    height: 440px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: relative;
}
.map-new-box {
    padding: 0;
}
.box-new-header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background-color: rgba(141, 150, 167, 0.3);
    padding: 20px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-center-btn .filter-btn-without-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin: 0 auto;
    padding: 19px;
    font-size: 15px;
}
.territories-input input::placeholder {
    color: #8d96a7 !important; /* placeholder का color */
}
.territories-input svg,
.territories-input i {
    color: #8d96a7 !important;
}
.clear-p-btn {
    top: 0;
    right: 41px;
    background: #f1862a;
    color: #fff !important;
    padding: 8px;
    border-radius: 12px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 0 auto;
    margin-bottom: 10px;
}
.color-000126 {
    color: #000126;
}

.new-bg-white label {
    font-size: 14px;
    color: #8d96a7;
    font-weight: 500;
    margin-top: 9px;
    margin-bottom: 0;
}
.close-icon img {
    width: 14px;
}

.new-modal .input-with-append .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

form#company_sales_form .filter-btn-without-icon {
    padding: 20px 42px;
    font-size: 14px;
}

form#company_sales_form .color-light {
    font-family: "EuclidSquare-Medium" !important;
    color: #8d96a7 !important;
    font-size: 13px !important;
}
form#company_sales .new-modal .form-control {
    font-family: "EuclidSquare-Medium" !important;
    color: #000124 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.acc-box .color-light {
    color: #8d96a7 !important;
}
.color-dark {
    color: #000126;
}
.table-container {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff !important;
    margin-bottom: 20px;
}

.custom-table thead {
    background-color: #f57c00;
    color: white;
}

.custom-table th,
.custom-table td {
    padding: 17px 16px !important;
    text-align: left;
    font-size: 14px;
}
.custom-table th:first-child {
    border-top-left-radius: 12px;
}
.custom-table th:last-child {
    border-top-right-radius: 12px;
}
.custom-table tbody tr:nth-child(even) {
    background-color: #fdf7f2;
}

.custom-table tbody tr:hover {
    background-color: #f1f1f1;
}

.status {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.status-dot {
    position: relative;
}

.status.orange {
    color: #f57c00;
}
.status.blue {
    color: #007bff;
}
.status.green {
    color: #43a047;
}
.status.red {
    color: #e53935;
}
.status.light-green {
    color: #7ee36c;
}
.status-dot::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    left: -6px;
    top: 43%;
}
.status-dot.orange::after {
    background-color: #f57c00 !important;
}
.status-dot.blue::after {
    background-color: #007bff;
}
.status-dot.green::after {
    background-color: #43a047;
}
.status-dot.red::after {
    background-color: #e53935;
}
.status-dot.white::after {
    background-color: #fff;
}
.status-dot.light-green::after {
    background-color: #7ee36c;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 16px; */
}

.page-btn {
    border: none;
    margin: 0 4px;
    padding: 9px 17px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.page-btn.active {
    color: white;
    font-weight: 600;
    box-shadow: 0 5px 15px 0 rgba(245, 135, 25, 0.3);
    background-color: #f58719;
}

.page-btn:hover {
    background-color: #ffb74d;
    color: white;
}
.page-of {
    padding: 12px 15px;

    background: rgba(141, 150, 167, 0.1);
    border-radius: 8px;
    font-size: 14px;
}
.page-of p {
    color: #8d96a7 !important;
}
.pagination-area {
    background-color: rgba(141, 150, 167, 0.1);
    border-radius: 12px;
}

.table-profile {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.table-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover !important;
}
.table-profile-area p {
    color: #000124;
}
td p {
    font-weight: 500;
    font-size: 14px;
}
.check-area-width {
    width: 20px;
}
.user-select {
    position: relative;
}
.drop-icon-img {
    position: absolute;
    right: 6px;
    top: 30%;
    z-index: 1;
}
.user-select span.select2-selection__arrow {
    display: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: rgb(0, 1, 38, 0.6) !important;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.user-b-t {
    border-top: 1px solid rgba(141, 150, 167, 0.3);
    margin-top: 29px;
    padding: 0 28px;
}

/* Ham css */
#simpleDrawer {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background-color: #f8f9fa;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease;
    z-index: 1050;
}

#simpleDrawer.open {
    left: 0;
}

.drawer-content {
    padding: 20px;
}

.drawer-content .close-btn {
    background: none;
    border: none;
    font-size: 28px;
    float: right;
    cursor: pointer;
}

.drawer-menu {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.drawer-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.drawer-menu li a {
    color: #000;
    text-decoration: none;
    display: block;
}

.drawer-menu li a:hover {
    color: #007bff;
}
.ham-btn {
    display: none;
}

.new-calender-header {
    background-color: #000124;
}

:root {
    --bg: #ffffff;
    --card-bg: #071028; /* dark header bg */
    --card-accent: #f59b1f; /* orange accent */
    --muted: #9aa3ad; /* gray for times */
    --line: #e9edf0; /* separators */
    --dot-size: 10px;
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
}

/* Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
.wrap {
    padding: 0 12px;
    /* background: linear-gradient(180deg, #f6f8fa 0, #ffffff 100%); */
}

/* Card */
.timeline-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(10, 20, 40, 0.06);
    border: 1px solid rgba(10, 20, 40, 0.04);
}

/* Header */
.timeline-header {
    background: var(--card-bg);
    color: #fff;
    padding: 18px 18px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timeline-header .date-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.timeline-header .weekday {
    font-size: 16px;
    opacity: 0.9;
    color: #fff;
}
.timeline-header .date {
    color: var(--card-accent);
    font-weight: 600;
    font-size: 16px;
}

/* Body: two columns - time col and content col */
.timeline-body {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg, #fff 0, #f9fbfd 100%);
}

/* Time column */
.time-col {
    width: 84px;
    min-width: 84px;
    border-right: 1px solid var(--line);
    padding: 10px 8px;
    background: #fff;
}
.time-slot {
    min-height: 58px; /* vertical spacing to match screenshot */
    /* display: flex; */
    align-items: flex-start;
    padding-top: 6px;
    color: var(--muted);
    font-size: 13px;
    position: relative;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(141, 150, 167, 0.3);
    justify-content: center;
}

/* Content column */
.content-col {
    flex: 1;
    padding: 10px 14px;
    position: relative;
}

/* horizontal separators */
.slot-sep {
    height: 64px;
    border-bottom: 1px solid var(--line);
    position: relative;
}

/* Event row inside content */
.event {
    /* height: 64px; */
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 6px;
    text-align: center;
    position: relative;
    width: 100%;
    /* background: red; */
}
.event .dot {
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 50%;
    flex: 0 0 var(--dot-size);
    margin-top: 2px;
}
.event .text {
    font-size: 14px;
    color: #253342;
    line-height: 1.4;
}
.event .text small {
    display: block;
    color: #6b7785;
    margin-top: 6px;
    font-size: 13px;
}

/* Different colored dots similar to screenshot */
.dot.orange {
    background: #f59b1f;
}
.dot.purple {
    background: #8f19f5;
}
.dot.green {
    background: #2fc07d;
}

/* Faint bottom gradient rounded */
.timeline-footer {
    height: 28px;
    background: linear-gradient(
        180deg,
        rgba(246, 248, 250, 0),
        rgba(6, 18, 36, 0.03)
    );
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

/* Make content aligned with times visually — use absolute timeline line if needed */
/* Optional: small vertical dashed marker at top x position (not required) */

/* Responsive tweak */
@media (max-width: 420px) {
    .wrap {
        padding: 0 10px;
    }
    .time-col {
        width: 78px;
        min-width: 78px;
    }
    .time-slot,
    .slot-sep,
    .event {
        height: 60px;
    }
}
.timeline-header span.date {
    font-size: 15px;
    margin-left: 2px;
    color: #f58719;
}

.time-slots {
    /* margin-left: -40px; */
    /*margin-right: 11px;*/
    padding: 2px;
}

.event {
    text-align: left;
}

div#leader_board {
    height: 227px;
    overflow: auto;
}

div#accordionImport .card {
    background: transparent !important;
    border: 0;
}

div#accordionImport .card .card-header {
    padding: 18px 20px !important;
    border-radius: 12px;
    border: 0 !important;
}

div#accordionImport .card .card-header .panel-title {
    font-size: 14px;
}

.upload-wrapper {
    display: flex;
    flex-direction: column;
}

.upload-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.upload-box {
    border: 2px dashed #bfbfbf;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    background-color: #fafafa;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.upload-box:hover {
    border-color: #4096ff;
    background-color: #f0f7ff;
}

.upload-box input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
}

.upload-icon {
    font-size: 40px;
    color: #1890ff;
    margin-bottom: 10px;
}

.upload-text {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.upload-hint {
    font-size: 12px;
    color: #777;
}

.selected-file {
    margin-top: 10px;
    font-size: 14px;
    color: #1890ff;
    font-weight: 500;
}

div#accordionImport .card .card-body {
    /* width: 60%; */
    margin: 0 auto;
}

div#accordionImport .card .card-body .btn-save {
    width: 100%;
    margin: 0 auto;
}

.appoit-filter-box {
    height: 693px;
    overflow: auto;
    background: #fff;
    padding: 0 0 10px 0;
}

.filter-body {
    padding: 10px !important;
}

.import-history tr th:first-child {
    border-top-left-radius: 12px;
}
/* Last column (right side) */
.import-history tr th:last-child {
    border-top-right-radius: 12px;
}

.accord-bg .accordion .card .card-header {
    background-color: #f0f1f2 !important;
    border-radius: 12px;
}

.accord-bg .accordion .card .card-header button {
    text-decoration: auto;
    color: #000124;
}

.faq-title .input .search-icon {
    top: 16px;
    left: 13px;
}

.faq-title .input .territories-input input {
    height: 45px;
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff;
    border-radius: 10px !important;
    padding: 0 10px 0 40px;
    font-size: 12px;
}

.form-check-input:checked {
    background-color: #000124;
    border-color: #000124;
}
.form-check-input:focus {
    border-color: #000124;
    outline: 0;
    box-shadow: none !important;
}

.edit-btn {
    padding: 1rem 0.9rem !important;
    border-radius: 50%;
    background-color: #007bff; /* bright blue */
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.delete-btn {
    padding: 1rem 0.9rem !important;
    border-radius: 50%;
    background-color: #dc3545; /* vibrant red */
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid transparent !important;
}

/* Hover effects */
.edit-btn:hover {
    background-color: #0056b3; /* darker blue */
}

.delete-btn:hover {
    background-color: #b02a37; /* darker red */
}

/* Image inside button */
.edit-btn img,
.delete-btn img {
    filter: brightness(0) invert(1); /* makes icon white */
    width: 18px;
    height: 18px;
}
.table {
    margin-bottom: 0 !important;
}
#add_pin_form .form-control {
    margin-bottom: 14px;
}
.new-btn {
    padding: 11px 28px;
    border-radius: 8px;
}
.accod-input {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 46px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 12px !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}
.step-2-btns {
    width: 30%;
    margin: 0 auto;
}
.step-2-btns button#step_2_btn {
    width: 100%;
}

.step3-table-area table th {
    background: #f1862a !important;
    padding: 14px 10px !important;
    border: 0 !important;
}
.step3-table-area table td {
    padding: 14px 6px !important;
    border: 0 !important;
}
.step3-table-area table th:first-child {
    border-top-left-radius: 11px;
}
.step3-table-area table {
    border: 1px solid transparent !important;
}
.step4-finish {
    width: 80%;
    margin: 0 auto;
    background: #efeff2;
    margin-top: 19px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.step-4-p1 {
    color: #000124;
    margin-bottom: 10px !important;
}
.step-4-p2 {
    color: #000124;
    margin-bottom: 10px !important;
}
.step-4-p3 {
    font-weight: 600;
    color: #f58719;
    letter-spacing: 1px;
    font-size: 16px;
}
.form-group.upload-wrapper {
    width: 70%;
    margin: 0 auto;
}
table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    white-space: nowrap;
    padding: 15px !important;
}
.dot-white {
    background-color: #fff !important;
}
.appoit-filter-box .head {
    background: #071028;
    color: #fff !important;
}

.appoit-filter-box .head h3 {
    color: #f58719 !important;
}

table#example {
    border: 1px solid transparent !important;
}

table#data-table {
    border: 1px solid transparent !important;
}
table#example th {
    background: #f18e3e;
    padding: 18px 10px !important;
}
table#data-table th {
    background: #f18e3e;
    padding: 18px 10px !important;
}
table#example td {
    padding: 16px 10px !important;
}
table#data-table td {
    padding: 16px 10px !important;
}

table#data-table td {
    padding: 16px 10px !important;
}
table#example th:first-child {
    border-top-left-radius: 12px;
}
table#data-table th:first-child {
    border-top-left-radius: 12px;
}
table#example th:last-child {
    border-top-right-radius: 12px;
}

table#data-table th:last-child {
    border-top-right-radius: 12px;
}
._edit_admin_user_btn {
    padding: 3px 10px;
    font-size: 12px;
}

.pagination-count-page {
    display: inline-block;
    margin-top: 10px;
    border-radius: 10px;
    background-color: rgba(141, 150, 167, 0.1);
    padding: 14px 13px;
}
.pagination-count-page p {
    color: #8d96a7;
}
.territory_table th {
    border-bottom: 1px solid rgba(141, 150, 167, 0.3);
}
.auth-logo img {
    width: 270px;
}

.font-19 {
    font-size: 14px;
}
.login-area input::placeholder {
    color: #a8aaaa !important; /* apna desired color yahan likho */
    opacity: 1 !important; /* optional: taake color light na lage */
}
.andriod-app-store {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}
.login-button-new {
    z-index: 1;
    position: relative;
}
div#card-element {
    background: #f3f4f6;
    /* height: 40px; */
    border-radius: 8px;
    line-height: 2;
    padding: 15px 11px;
}
div#simpleDrawer {
    display: none;
}

@media (max-width: 1399px) {
    .right-sidebar {
        width: 30% !important;
    }

    .accordion-menu::before {
        top: 4px;
    }

    button.fc-prevYear-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-nextYear-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-today-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-prev-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-next-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    .fc .fc-toolbar-title {
        font-size: 18px;
    }

    .box .filter {
        width: 150px;
    }

    .box .territory {
        width: 150px;
    }

    .box .filter img {
        width: 20px;
        height: 17px;
        width: 15px !important;
    }

    #calendar.table-container {
        max-height: 684px !important;
    }

    .table td span {
        font-size: 12px;
    }

    /* .bg-white1 {
        height: auto;
    } */

    .bg-white {
        width: 315px;
        height: 430px;
    }

    .user-tracking .bg-white {
        height: 370px !important;
    }

    .andriod-app-store {
        min-height: 190px !important;
    }

    .table th {
        border: 0 !important;
    }

    .table-container .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid transparent !important;
    }

    .table td:last-child,
    .table th:last-child {
        /* text-align: center !important; */
    }

    .non-active p {
        font-size: 12px;
        padding-top: 5px !important;
    }

    .side-active p {
        font-size: 12px;
        padding-top: 5px !important;
        margin-bottom: 7px;
    }

    .side-active .active-img {
        width: 25px !important;
    }

    .side-active .static-img {
        width: 25px !important;
    }

    .non-active .static-img img {
        width: 40px !important;
    }

    .non-active .static-img {
        width: 25px;
    }

    #sidebar.active {
        min-width: 85px;
        max-width: 95px;
        text-align: center;
    }

    .font-30 {
        font-size: 22px !important;
    }

    p {
        font-size: 14px;
    }

    .navbar {
        padding: 10px;
    }

    .btn-black {
        padding: 8px 18px;
        border: 1px solid;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 !important;
    }

    .user-drop-down {
        min-height: 70px;
    }

    .font-20 {
        font-size: 14px !important;
    }

    .side-active p {
        font-size: 11px;
        padding-top: 5px !important;
        margin-bottom: 4px;
    }

    .non-active p {
        font-size: 11px;
        padding-top: 5px !important;
        margin-bottom: 4px;
    }

    button.btn.btn-black.btn-theme {
        padding: 5px 12px;
        font-size: 12px !important;
    }

    h5 {
        font-size: 18px;
    }

    .mb-3,
    .my-3 {
        margin: 8px 0 !important;
    }

    .font-22 {
        font-size: 18px;
    }

    .mt-5,
    .my-5 {
        margin-top: 14px !important;
    }
    .p-xl-5 {
        padding: 20px !important;
    }

    .auth-logo img {
        width: 200px;
        padding-bottom: 14px !important;
    }
    .andriod-app-store img {
        width: 100px;
    }
}

@media (max-width: 1199px) {
    button.btn.btn-black.btn-theme img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .bell {
        width: 36px;
        height: 36px;
    }

    .bell i {
        font-size: 16px !important;
    }

    .user-profile-pic {
        width: 36px;
        height: 36px;
    }

    .nav-link.dropdown-toggle.dropdown-icon.font-20 {
        font-size: 16px;
    }

    .andriod-app-store {
        justify-content: center;
        right: 0;
        left: 0;
    }

    .andriod-app-store a:not(:last-child) {
        margin-right: 10px;
    }

    .bg-white1 .primary-color + p > br {
        display: none;
    }
}

@media (max-width: 991px) {
    .filter-btn {
        padding: 5px 30px !important;
        font-size: 12px;
    }

    .filter-btn p {
        font-size: 14px;
    }

    #sidebar.active {
        min-width: 100px;
    }

    .table-row table th {
        font-size: 14px;
        width: 100px !important;
        min-width: 168px;
    }

    .filter-box2 {
        padding: 10px;
    }

    .add-appoit {
        font-size: 12px;
        height: 45px;
    }
    .auth-logo img {
        width: 200px;
        padding-bottom: 10px !important;
    }

    .font-28 {
        font-size: 20px;
    }

    .font-19 {
        font-size: 12px;
    }

    .login-area .form-group input {
        height: 32px;
        font-size: 12px;
    }

    .login-area .form-group p {
        font-size: 12px;
    }

    .login-area .form-group > div > div p {
        font-size: 10px !important;
    }

    .login-area .form-group input > .d-flex {
        display: flex;
        justify-content: space-between !important;
    }

    .login-area input#login-btn {
        height: 34px;
        padding: 0;
        font-size: 12px;
        width: 45%;
        margin: 0 auto;
    }

    .andriod-app-store img {
        width: 95px;
    }

    .andriod-app-store a {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .andriod-app-store {
        position: unset;
    }

    .filter-box2 {
        padding: 5px;
    }

    .nav-top {
        align-items: start;
        margin-top: 16px !important;
        margin-left: 10px !important;
    }

    .add-appoit {
        font-size: 12px !important;
        height: 40px !important;
    }

    .faq-title {
        flex-direction: column;
    }

    .territories-input .faq-input {
        width: 200px !important;
    }

    .bg-white {
        padding: 0;
    }

    .box {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .add-appoit {
        font-size: 10px !important;
        height: 35px !important;
    }

    .font-30 {
        font-size: 20px !important;
    }

    .faq-title {
        flex-direction: column;
    }

    .territories-input .faq-input {
        width: 150px !important;
    }

    .bg-white {
        width: 280px;
        padding: 0;
    }
}

.dashboard .table-responsive table th,
.dashboard .data_table th {
    background: rgb(241, 142, 62) !important;
}
.dashboard .table-responsive table th:first-child,
.dashboard .data_table th:first-child {
    border-top-left-radius: 12px;
}
.dashboard .table-responsive table th:last-child,
.dashboard .data_table th:last-child {
    border-top-right-radius: 12px;
}

textarea.form-control {
    resize: none;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Scrollbar width */
.table-responsive::-webkit-scrollbar {
    height: 8px !important;
}

/* Light + Dark Mix Background */
.table-responsive::-webkit-scrollbar-track {
    background: #c7c7c7; /* Light gray */
    border-radius: 10px !important;
}

/* Thumb (Dark + Light Mix) */
.table-responsive::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #7a7a7a, #7a7a7a) !important;
    border-radius: 10px !important;
}

/* Hover effect */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #b5b5b5, #6b6b6b) !important;
}

.dashboard .territory-performance .table-responsive table th,
.dashboard .data_table th {
    background: transparent !important;
}

.header-input-area .select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
    height: 48px;
}

.header-input-area {
    width: 300px;
    align-items: center;
    justify-content: center;
}

.header-input-area label {
    width: auto;
    white-space: nowrap;
    margin: 9px 10px 0 0 !important;
}

.upload-wrapper .btn-save,
.step-2-btns .btn-save {
    color: #fff !important;
}

.map-select .calender-icon {
    position: absolute;
    right: 11px;
    top: 58%;
}
.map-select .calender-icon img {
    width: 18px;
}
.w-80 {
    width: 50%;
}
.user-chat-box p {
    font-size: 13px;
    margin-right: 10px !important;
}

.user-chat-text {
    padding: 0 30px;
}

.input-group.date.user-select {
}

.input-group.date.user-select .input-group-text {
    height: 46px !important;
    background: #f3f4f6 !important;
}

.input-group.date.user-select .input-group-text .drop-icon-img {
    top: 10px;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: auto;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: auto !important;
}
.table td .user-management-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.tracker-sec .gm-style-iw.gm-style-iw-c {
    padding: 10px !important;
}
.color-white {
    color: #fff;
}

.no-appt {
    margin-top: 20px !important;
    text-align: center;
}

:root {
    --blue: #84b2c6;
    --green: #98a661;
    --gray: lightgray;
}

/* @font-face {
  font-family: "Popins";
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
} */

/* @font-face {
  font-family: "Popins-Bold";
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
} */

body,
html {
    /* font-family: "Popins" !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Popins-Bold" !important; */
}

body {
    overflow-x: hidden;
    font-family: "Popins" !important;
}

.section {
    padding: 50px 0;
}

a {
    transition: all 0.5s ease;
    /* font-family: "Popins" !important; */
}

p {
    color: #000000;
    /*font-family: "Avenir";*/
    line-height: 1;
}

.brown {
    color: #484541;
}

.btn-add {
    background: #f58719;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.house {
    width: 500px;
}

.theme {
    color: #2b3248;
}

.ft-16 {
    font-size: 16px;
}

.ft-12 {
    font-size: 12px;
}

.input-group input.form-control {
    border-left: 0;
}

.form-control:focus {
    color: #f58719 !important;
    border-color: #f58719 !important;
    box-shadow: none;
}

.input-group-text {
    width: 40px;
    background: #f3f4f6 !important;
    color: gray;
    height: 46px;
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.form-control:focus::placeholder {
    color: #f58719 !important;
    opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
    color: #f58719 !important;
}

.form-control:focus::-ms-input-placeholder {
    color: #f58719 !important;
}

.footer {
    background: #3f3d56;
}

.footer p,
.footer p a {
    color: #fff;
}

.wd-100 {
    width: 100px;
}

.btn-black {
    border: 2px solid #f3872d;
    background: transparent;
    border-radius: 6px;
    padding: 10px 35px;
    font-size: 14px;
    color: #f3872d;
}

.bell {
    background: #ededed;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.bg-nav {
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
}

.bg-nav .dropdown-item {
    font-size: 14px;
}

.left-side {
    height: 100vh;
    border-right: 1px solid #d3d3d3;
    background: #ffff;
    overflow: visible;
    max-width: 5rem !important;
}

.new-modal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.new-modal .modal-header {
    background: #fff;
    text-align: left;
    border-radius: 0;
    color: #4e5164;
}

.new-modal .modal-header .modal-title {
    font-weight: 600;
}

.new-modal .close {
    color: #4e5164;
    opacity: 1;
    /* background: #e2780e; */
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    position: relative;
    top: 0;
    right: 0;
}

.new-modal .modal-body {
    padding: 15px;
}

.new-modal input.form-control {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
}
.new-modal .form-control {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
    padding: 8px 14px !important;
    border: 1px solid transparent !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 20px;
}
.new-modal .form-control:focus {
    border: 1px solid #7cd4f2;
    background: #feeddd;
    border: 0px;
}

/* .new-modal label {
color: #f58719;
font-size: 14px;
} */

.new-modal .modal-footer {
    background: #fff;
    text-align: right !important;
    border-top: 0px;
}

.btn-save {
    border-radius: 7px;
    background: #f58719;
    border: 1px solid #f58719;
    text-transform: capitalize !important;
    color: #fff;
    margin: 0;
}

.btn-save:hover {
    color: #fff;
}

.btn-close {
    color: #3f3d56;
    background: 0 0;
    text-transform: uppercase;
    background: #f0f1f2;
}

.gray {
    color: #939bb5;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
}

.navbar-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.wrapper {
    width: 100%;
}

#sidebar {
    max-width: 250px;
    color: #c5c4cc;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 145px;
    max-width: 80px;
    text-align: center;
    /* height: 800px; */
}

#sidebar.active ul.components li {
    font-size: 14px;
}

#sidebar.active ul.components li a span.fa {
    margin-right: 0;
    display: block;
    font-size: 30px;
}

#sidebar ul.components {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar ul.components {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar ul li {
    /* font-size: 18px; */
}

#sidebar ul li > ul {
    margin-left: 10px;
}

#sidebar ul li > ul li {
    font-size: 14px;
}

#sidebar ul li a {
    display: block;
    color: #c5c4cc;
    font-size: 16px;
    font-weight: 400 !important;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

#sidebar ul li a span {
    margin-right: 15px;
}

@media (max-width: 991.98px) {
    #sidebar ul li a span {
        display: block;
    }
}

@media (min-width: 768px) {
    .text-lg-right {
        text-align: right;
    }
}

/*#sidebar ul li a:hover {
  color: #f58719;
}*/

/*#sidebar ul li.active>a {
  background: 0 0;
  color: #f58719;
}*/

@media (max-width: 991.98px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    #sidebar.active {
        margin-left: 0 !important;
    }
}

#content {
    /* width: calc(100% - 80px);
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: #f7f7f7;
  position: relative;
  min-height: 120vh;
  height: 100%; */
}

.tooltips {
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 18px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.box {
    position: absolute;
    top: 100px;
    border-radius: 16px;
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
    background-color: #fff;
    padding: 12px 3px;
    /* background-image: linear-gradient(
        to bottom,
        #fff 68%,
        rgba(245, 135, 25, 0.1) 90%
    ); */
}

.box .filter {
    background-color: #f2f2f2ff;
    padding: 10px;
    width: 200px;
    height: 45px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
}

.box .filter img {
    width: 20px;
}

.box .territory img {
    width: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #f58719 !important;
}

.box .territory {
    height: 45px;
    background-color: #f2f2f2ff;
    padding: 10px;
    width: 200px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
}

.filter img,
.territory img {
    width: 30px;
}

.bg-white {
    background: transparent !important;
    width: 410px;
    border-radius: 8px;
    padding: 15px;
    height: 780px;
    overflow-x: hidden;
    overflow-y: auto;
}

.user-tracking .bg-white {
    height: 480px;
}

.bg-white2 {
    background: #fff !important;
    border-radius: 8px;
    padding: 15px;
    height: 500px;
    overflow: auto;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999999;
    cursor: pointer;
}

#pills-filter .input-group input.form-control,
.bg-white2 .input-group input.form-control,
.send-messsage .input-group input.form-control {
    border-left: 1px solid #ced4da;
    border-right: 0;
}

.ft-14 {
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 4px;
}

/*
::-webkit-scrollbar-track {
  background: #f1f1f1;
}*/

::-webkit-scrollbar-thumb {
    background-color: #f58719;
}

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

#map {
    min-height: 100vh;
    width: 100%;
    height: 100%;
}

.fa {
    cursor: pointer;
}

.pagination li {
    font-size: 12px;
    position: relative;
    display: block;
    /* padding: 1px 1px; */
    margin-left: 0;
    line-height: 1.25;
    color: #007bff;
    /* background-color: #fff; */
}

.pagination li.active {
    z-index: 1;
    color: #fff;

    border-color: #f58719;
}

.orange {
    color: #f58719;
}

.bg-orange {
    background: #f58719 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f58719;
    background-color: #f58719;
}

.select2 {
    width: 100% !important;
}

.gb-font {
    font-family: "Gibson";
}

.gb-font-bold {
    color: #000126;
}

.filter-box,
.filters h5 {
    background: #fff;
    padding: 15px 10px;
    color: #000126;
}

.heading1 {
    color: #000126;
    font-size: 40px;
}

.heading2 {
    color: #000126;
    font-size: 21px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    font-family: "Font Awesome";
    font-weight: 900;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    border: 0;
    vertical-align: unset;
    position: relative;
    top: 1px;
}

.dropdown.position-absolute {
    top: 15px;
}

.nav-item {
    cursor: pointer;
}

.app-icon {
    width: 150px;
}

.ui-autocomplete {
    z-index: 2147483647 !important;
}

.pac-container {
    z-index: 9999999 !important;
}

.user-box {
    height: 466px;
    overflow-y: auto;
}

/* Chat CSS */

.chats,
.inbox {
    background: #fff;
    padding: 15px 20px;
}

.inbox .active-user {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.inbox-user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.active-username {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.inbox .nav-pills .nav-link {
    color: gray;
}

.inbox .nav-link.active,
.inbox .nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #f58719;
    border-radius: 0;
    border-color: transparent transparent #f58719 transparent;
    text-transform: capitalize;
    background: 0 0 !important;
    color: #f58719;
}

.inbox .fa-ellipsis-h {
    font-size: 20px;
    color: #f58719;
    opacity: 0.6;
}

.inbox .tab-pane {
    height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

.chat-box .received-message p:first-of-type,
.chat-box .send-message p:first-of-type {
    color: gray;
}

.chat-box .received-message .bg-gray {
    background-color: #f9f8fa;
}

.white {
    color: #fff;
}

.chat-box {
    /* height: 568px;
  overflow-y: auto;
  padding-right: 15px; */
}

.fc-h-event .fc-event-title {
    text-transform: capitalize;
}

.media,
.offline,
.online {
    position: relative;
}

.online .fa-circle {
    position: absolute;
    right: 0;
    font-size: 11px;
    left: 30px;
    top: 28px;
    color: #04e013;
}

.offline .fa-circle {
    position: absolute;
    right: 0;
    font-size: 11px;
    left: 30px;
    top: 28px;
    color: #b6b9c3;
}

/* Chat CSS End */

.add-statusbox {
    background: #fff;
    height: 100%;
    box-shadow: 0 12px 20px #455b6314;
    border-radius: 8px;
    padding: 7px 15px;
    position: relative;
}

.add-statusbox .fa-map-marker {
    font-size: 40px;
}

.info-box {
    width: 300px;
    padding: 10px;
}

.border-0 {
    border: 0 !important;
}

.info-box button {
    padding: 2px 20px;
    font-size: 14px;
    color: #fff;
}

.ft-13 {
    font-size: 13px;
    color: #3f3d56;
}

.btn-save,
.btn-close,
.btn-danger,
.btn-warning {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    margin-right: 10px !important;
}

#selectAllEmployees {
    padding-top: 0px;
}

/*.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary {
  background: #f58719 !important;
  border: 1px solid #f58719 !important;
}*/

.white-box {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 12px 20px #455b6314;
    border-radius: 8px;
    height: 600px;
    overflow-y: auto;
}

.white-box2 {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 12px 20px #455b6314;
    border-radius: 8px;
}

/* .leader-ranks img{
width:40px;
} */

.other-rank {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #fff;
}

.panel-title {
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.panel-title::after {
    content: "\f107";
    color: transparent;
    top: -1px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
    cursor: pointer;
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}

.user-img {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

/* .active{
color: #8ACB3D;
} */

.inactive {
    color: gray;
}

.gray-box {
    background: #f0f4f4;
    padding: 10px;
    height: 150px;
    overflow-y: scroll;
}

table,
table a {
    color: #000000 !important;
    font-size: 12px;
}

.setting-col {
    height: 450px;
    overflow-y: auto;
}

label {
    font-size: 13px;
    color: #8d96a7;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 3px;
}
label.form-check-label {
    margin-left: 10px;
}

.form-control2,
.form-control2:focus,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    background: #f0f1f2;
    border: 0px;
}

.menu-box {
    position: absolute;
    top: 0;
    left: 90px;
    background: #3f3d56;
    width: 250px;
    padding: 20px 50px;
    z-index: 9999;
}

.menu-box .card {
    border: 0px;
}

.menu-box .card-header {
    background: #3f3d56;
    padding: 0;
    border: 0px;
    text-align: left;
    color: #fff;
}

.menu-box .card-body {
    background: #3f3d56;
    padding: 0;
}

.menu-box ul {
    list-style: none;
    padding-inline-start: 0px;
    text-align: left;
}

.menu-box ul li {
    padding-bottom: 8px;
}

.menu-box ul li a:hover {
    color: #fff !important;
}

.accordion-menu {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.accordion-menu::before {
    content: "\f067";
    /* fa-plus */
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    top: 13px;
    font-size: 13px;
}

.accordion-menu[aria-expanded="true"]::before {
    content: "\f068";
    /* fa-minus */
}

.table td,
.table th {
    /* vertical-align: baseline; */
    border-top: 1px solid #f2f2f2;
}

.table th {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

#territory_performance table th {
    font-size: 12px;
}

.btn-orange {
    background: #f58719;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.btn-orange:hover {
    color: #fff;
}

/*.account-table tr {
  background: #fff;
}*/

.account-table input.form-control,
.input-group-text {
    border: none;
}

.input input.form-control,
.input .input-group-text {
    background: #f0f1f2 !important;
    border: 0px;
}

.input .input-group-text {
    width: auto;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.btn-cancel {
    background: #dc3545 !important;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.btn-cancel:hover {
    color: #fff;
}

/* .body-bg {
  background-image: url('../images/map-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */

.bg-white1 {
    background-image: linear-gradient(157deg, #f59b42 6%, #c16407 83%);
    position: relative;
    height: 100vh;
}

.white:hover {
    color: #fff;
}

.ul-no-style {
    list-style: none;
    position: absolute;
    right: 47px;
    bottom: 20px;
    padding-inline-start: 0px;
}

.ul-no-style li {
    display: inline;
}

@media (max-width: 767px) {
    .ul-no-style {
        position: unset;
        padding-top: 15px;
    }
}

@media (max-width: 576px) {
    .bg-white1 {
        height: auto;
    }
}

.import-history thead th {
    background: #f58719;
    color: #fff !important;
}

a.orange {
    color: #f58719 !important;
    cursor: pointer;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.import-history td,
.import-history th,
.import-history thead th {
    border-top: none !important;
    border-bottom: none !important;
    padding: 20px 10px !important;
}

#manage_user .active {
    color: #77c31e;
    font-family: "Gibson-SemiBold";
    font-size: 15px;
}

/* .select2-container--default .select2-selection--single {
    background-color: #f0f1f2;
    border: none;
    border-radius: 3px;
    height: 40px;
} */

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0.375rem 0.75rem;
    color: #a8aaaa;
    font-size: 14px;
    border: 0 !important;
}

.gray-box2 {
    background: #f8f9fd;
    padding: 10px 20px;
}

.progress-bar {
    background-color: #ffd76e;
}

.filter-box2 {
    background: #fff;
    padding: 15px 11px;
    color: #000000;
    font-size: 12px;
}

.fa-plus-circle {
    position: relative;
    top: 1px;
    color: #f58719 !important;
}

.calculation label {
    font-size: 12px;
    font-weight: normal;
}
input.form-control {
    color: #f58719;
    /* font-size: 30px; */
}

#ajaxLoader {
    z-index: 9999;
    display: none;
    width: 69px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 2px;
}

.importBox {
    /* border: 2px solid; */
    /* min-width: 300px; */
    /* max-width: 300px; */
    /* margin-right: 15px; */
    /* border-radius: 5px; */
    margin-bottom: 1px;
}

.border-green {
    /* border-color: var(--green); */
}

.border-blue {
    border-color: var(--blue);
}

.border-gray {
    border-color: lightgray;
    opacity: 0.5;
}

.configDetails {
    width: 100%;
    overflow-x: auto;
}

.hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.importFields {
    /* height: 60px; */
    overflow-y: auto;
}

::-webkit-scrollbar {
    height: 6px !important;
}

.card[disabled] {
    pointer-events: none;
    opacity: 0.7;
}

.user_pin_image {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.hide_section {
    font-weight: bold;
    font-size: 12px;
    float: right;
    margin-top: 8px;
    cursor: pointer;
    margin-left: 10px;
    color: #f5872d;
}

.hide_section.collapsed:before {
    content: "+";
    margin-right: 5px;
    width: 15px;
}

.hide_section:before {
    content: none;
    margin-right: 5px;
    width: 15px;
}

/* Start Redesign CSS */
.primary-color {
    color: #4e5164;
}

.secondary-color {
    color: #2b3248;
}

.primary-input {
    height: 41px;
    border-radius: 5px;
}

.primary-input::-webkit-input-placeholder {
    /* Edge */
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.primary-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.primary-input::placeholder {
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.font-semi-bold {
    font-weight: 600;
}

.btn-add:hover {
    background: #3f3d56;
}

.font-13 {
    font-size: 13px;
}

.hover-color:hover {
    color: #f58719;
}

.btn-theme,
.btn-theme2 {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    z-index: 0;
    justify-content: center;
}

.btn-theme::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #3f3d56;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: -1;
}

.btn-theme:hover::before,
.btn-theme2:hover::before {
    transform: translateX(0);
}

button.btn.btn-add.btn-theme:hover {
    background: unset;
    border-color: transparent;
}

.bg-yellow {
    z-index: 0;
}

.bg-yellow::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 135, 25, 0) 64%,
        rgba(245, 135, 25, 0.1)
    );
    z-index: -1;
}

.font-20 {
    font-size: 18px;
}

.btn-color {
    color: #000000 !important;
}

.white-color-hover:hover {
    color: #fff !important;
}

.btn-theme.btn-black:hover > img {
    filter: brightness(0) invert(1);
}

button:focus {
    box-shadow: unset !important;
}

#notificationDropdown::after {
    content: none;
}

.dropdown-icon::after {
    font-size: 22px;
    color: #3f3d56;
}

.user-dropdown {
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #d1d5dc;
    background-color: #fff;
    margin-top: 30px;
    border: 0;
    border-radius: 10px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
    width: 300px;
}

.user-dropdown.dropdown-menu.show {
    display: flex;
}
.user-dropdown.dropdown-menu > li {
    padding: 7px 12px !important;
    margin: 0 !important;
}
.dropdown-menu::after {
    content: none !important;
}

.user-dropdown > a.dropdown-item:not(:last-child) {
    margin-bottom: 20px;
}

.user-dropdown > a.dropdown-item:hover {
    background-color: transparent;
    color: #f6912d;
}

.user-dropdown > a.dropdown-item {
    padding: 0;
    font-size: 18px;
    color: #000;
}

.user-profile-pic {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
}

.user-profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.font-30 {
    font-size: 30px !important;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.user-dropdown::after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -12px;
    right: 30px;
}

.btn-save2,
.btn-close2 {
    padding: 13px 60px;
    height: auto;
    border-radius: 5px;
    line-height: 0.88;
    letter-spacing: 0.66px;
    border: 0;
}

.opacity03 {
    opacity: 0.3 !important;
}

.opacity065 {
    opacity: 0.65 !important;
}

.form-control.form-control2 {
    background-color: rgba(141, 150, 167, 0.1);
    border: 1px solid transparent;
    height: 45px;
    font-size: 12px !important;
    color: #000124;
}

.form-control.form-control2:focus,
.form-control.form-control2:active {
    border: 1px solid #f58719 !important;
    background-color: rgba(245, 135, 25, 0.22);
}

.form-control2.form-control::-webkit-input-placeholder {
    /* Edge */
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control2.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control2.form-control::placeholder {
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control.focus-color:focus::placeholder {
    color: #f58719 !important;
    opacity: 1;
}

.form-control.focus-color:focus:-ms-input-placeholder {
    color: #f58719 !important;
}

.form-control.focus-color:focus::-ms-input-placeholder {
    color: #f58719 !important;
}

.btn-theme2::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #f58719;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: -1;
    color: #fff !important;
}

.btn-theme2:hover {
    color: #fff;
}

.font-24 {
    font-size: 24px !important;
}

#pinDetail button {
    border-radius: 5px;
    font-weight: 600;
}

#pinDetailForm table td {
    font-size: 12px;
    text-align: center;
}

.user-search {
    width: 383px;
    margin-left: auto;
}

/* modified css */
.lb-white-box {
    background-color: #f7f7f7;
    box-shadow: none;
}

.lb-bg-height {
    min-height: 91.5vh;
}

.lb-select-bg {
    background-color: rgba(141, 150, 167, 0.1);
    border: 1px solid transparent;
    height: 45px;
    font-size: 12px !important;
    color: #000124;
    border-radius: 12px;
}

.leader-ranks {
    border-bottom: 1px solid #c8c7ce;
    padding-bottom: 1.5rem;
}

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

::-webkit-scrollbar-track {
  background: #f1f1f1;
} */

::-webkit-scrollbar-thumb {
    /* background-color: #f58719; */
    border-radius: 3px;
    background-color: #c9c9c9;
}

.faq-card-border,
.faq-card-border > .card-header {
    border: none;
}

.faq-card-border > .card-header > p {
    color: #a2a1b5;
}

.statuses-icon {
    padding: 1rem 0.9rem !important;
    border-radius: 100%;
    background-color: #f7f7f7;
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statuses-btn {
    padding: 0.85rem 1rem !important;
    border-radius: 100%;
    background-color: #f7f7f7;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.statuses-h6 {
    font-size: 22px !important;
}

.fields-mainp {
    color: #4e5164 !important;
}

.fields-ip > div > input {
    width: 80%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: rgba(141, 150, 167, 0.3) !important;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #4e5164;
    font-size: 16px;
}

.new-modal .form-control::placeholder {
    color: #000124 !important; /* apne desired color se change kar lo */
    opacity: 1; /* kuch browsers me placeholder dull na dikhe */
}
/* .customfields-table{
  border-collapse: inherit !important;
} */
.statuses-table th,
.statuses-table td {
    border-bottom: 0 !important;
    border-top: 0 !important;
    margin-bottom: 1rem !important;
}

.statuses-rightside-table {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    color: #000124;
    padding: 0 !important;
}

.customfield-icon {
    padding: 1.1rem 0.9rem !important;
    /* background: red; */
    border-radius: 100%;
    background-color: #f7f7f7;
    margin-right: 1rem;
}

.customfields-table > thead > tr,
.customfields-table > tbody > tr {
    margin-bottom: 2rem !important;
    border-bottom: 10px solid #f7f7f7;
}

.ft-weight-normal {
    font-weight: normal;
}

.statuses-righttable-select {
    /* padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0; */
    padding-left: 0 !important;
}

.statuses-righttable-select-center {
    /* padding: 1.5rem 0rem 1.5rem 5.5rem !important; */
}

.statuses-righttable-select-left {
    /* padding: 1.5rem 2.5rem !important; */
}

.nav-pills .nav-link.active img,
.nav-pills .show > .nav-link img {
    filter: brightness(0) invert(1);
}

.nav-pills .nav-link.active p {
    color: #fff;
}

.colorComponent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px;
    position: relative;
    z-index: 0;
}

.colorComponent input {
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.colorComponent::before {
    content: "";
    position: absolute;
    opacity: 0.08;
    background-color: #505a6c;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.text-underline {
    text-decoration: underline;
}

.theme-color {
    color: #f58719;
}

.add_territory {
    color: #3f3d56;
    font-size: 20px;
}

.dropdown span.fa.fa-cog {
    font-size: 26px;
    color: #3f3d56;
}

.territory-edit-dropdown .dropdown-menu {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
    background-color: #eee;
    border-color: transparent;
    /* padding: 15px; */
}

.territory-edit-dropdown .dropdown-menu a.dropdown-item {
    /* color: #3f3d56; */
    /* letter-spacing: 0.03px; */
    font-size: 12px;
    padding: 4px 10px;
}

.territory-edit-dropdown .dropdown-menu a.dropdown-item:hover {
    background-color: transparent;
    color: #f58719;
}

.territories-search-area input {
    background-color: transparent !important;
    border: 1px solid #c4c3cb !important;
    border-right: 0 !important;
    height: 50px;
}

.territories-search-area span.input-group-text {
    background-color: transparent !important;
    border: 1px solid #c4c3cb !important;
    border-left: 0 !important;
    color: #c0bfc7 !important;
}

.territories-search-area input::-webkit-input-placeholder {
    /* Edge */
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input::placeholder {
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input:focus,
.territories-search-area input:active {
    border-color: #c4c3cb !important;
}

.territories-search-area input:focus::placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.territories-search-area input:focus:-ms-input-placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.territories-search-area input:focus::-ms-input-placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.bg-shadow {
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
}

.user-pin-table thead th {
    border-bottom: 0;
}

.user-pin-table td,
.user-pin-table th {
    padding: 15px;
}

.fc-button.fc-button-primary {
    background-color: #fff !important;
    border-color: transparent !important;
    padding: 8px 25px !important;
    text-transform: capitalize !important;
    color: #3f3d56 !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0) !important;
    transition: all 0.5s ease !important;
}

.fc-button.fc-button-primary.fc-button-active,
.fc-button.fc-button-primary:hover {
    background-color: #f58719 !important;
    border-color: transparent !important;
    color: #fff !important;
}

.user-calendar-post:not(:last-child) {
    border-bottom: 1px solid #cfced4;
}

.menu-box .card-body ul > li > a {
    color: #fff !important;
    opacity: 0.5;
    font-size: 16px !important;
}

.menu-box .card-body ul > li > a:hover {
    opacity: 1;
    text-decoration: none;
}

.user-boxes .card {
    background-color: transparent;
    border: 0;
}

.user-boxes .card-header {
    background-color: transparent;
    border: 0;
}

.user-boxes input.form-control.autocomplete {
    background-color: #fff;
    border-color: transparent;
}

.user-boxes span.input-group-text {
    background: #fff !important;
}

table.account-table th,
table.account-table td {
    border: 0;
    border-bottom: 1px solid #eff0f1;
}

/* .account-table .new-modal .form-control {
    background-color: #fff !important;
} */

.account-table .input-group .form-control {
    /* background: #fff; */
}

.account-table span.input-group-text {
    background: #fff !important;
}

/* End Redesign CSS */

/* Modify  Css */

/* Font css  */

.font-19 {
    font-size: 19px;
}

.font-28 {
    font-size: 28px;
}

.font-14 {
    font-size: 14px;
}

.font-26 {
    font-size: 26px;
}

.font-22 {
    font-size: 21px;
}

.font-18 {
    font-size: 16px;
}

/* Font css end */

/* Font color css  */

.color-fff {
    color: #fff;
}

.color-ffd76e {
    color: #ffd76e !important;
}

.color-ffd76e {
    color: #ffd76e;
}

.bg-ffd76e {
    background-color: #ffd76e;
}

.color-black {
    color: #000;
}

.color-f58719 {
    color: #f58719 !important;
}

.color-3f3d56 {
    color: #3f3d56;
}

.color-c840e9 {
    color: #c840e9;
}

.color-gray {
    color: rgba(48, 48, 48, 0.87) !important;
}

.color-0087 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.color-4e5164 {
    color: #4e5164;
}

.color-373c57 {
    color: #373c57;
}

.color-danger {
    color: #f52119 !important;
}

.color-9095a4 {
    color: #9095a4;
}

.color-04e013 {
    color: #04e013;
}

/* Font color css  end */

/* Font weight css  */

.font-600 {
    font-weight: 600 !important;
}

.font-500 {
    font-weight: 500 !important;
}

/* Font weight css  */

/* Login page Css  */
.clear-filter {
    text-decoration: underline;
}

.andriod-app-store {
    position: unset;
    display: flex;
    align-items: end;
    justify-content: center;
}

.andriod-app-store a {
    padding: 10px;
}

.user-drop-down {
    background-color: rgba(255, 215, 110, 0.1);
    min-height: 99px;
    padding-left: 20px;
}

.navbar-collapse {
    margin: -15px -10px;
}

/* Login page Css End  */

/* Dashboard css  */
.filter-btn {
    background-color: #f58719;
    width: fit-content;
    padding: 10px 55px !important;
    border-color: transparent;
    border-radius: 8px;
}

.filter-btn p {
    margin: 0 !important;
    font-size: 17px;
    color: #fff;
    margin-right: 15px;
    line-height: 1.5 !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.dis-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

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

.filter-sec {
    background-color: #fff;
    padding: 20px 20px 30px;
    border-radius: 4px;
}

.title h5 {
    margin: 0 !important;
}

.select2 {
    border: 0;
    border-radius: 0;
}

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

.search-btn {
    height: 36px;
    width: 156.3px;
    background-color: #f58719;
    border-color: transparent;
    color: #fff;
    border-radius: 8px;
}

/* Dashboard css end  */

/* Side Bar Css  */
.non-active .active-img {
    display: none;
    margin: 0 auto;
}

.non-active .static-img {
    display: block;
    margin: 0 auto;
}

.side-active .active-img {
    display: block;
    margin: 0 auto;
}

.side-active .static-img {
    display: none;
    margin: 0 auto;
}

.side-active {
    background-image: linear-gradient(
        to right,
        rgba(245, 135, 25, 0),
        rgba(245, 135, 25, 0.2)
    );
}

.non-active p {
    padding-top: 10px;
}

.side-active p {
    color: #f58719;
    padding-top: 10px;
}

.mod-side-bar > li {
    margin: 0 !important;
    padding: 0 !important;
}

.map-icon {
    margin-right: 10px;
}

.territories-input input {
    width: 100% !important;
    height: 38px;
    border: solid 1px #8d96a7 !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 0 10px 0 30px;
    font-size: 12px;
}

.territories-input input:focus {
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff !important;
    z-index: 0 !important;
}

.search-icon {
    position: absolute;
    top: 11px;
    left: 10px;
}

.search-icon i {
    color: rgba(141, 150, 167, 0.3);
    font-size: 18px;
}

.territory-filter p {
    margin: 0;
    line-height: 1.5 !important;
    margin-left: 10px;
}

.nav-pills > li {
    margin: 0 !important;
}

.map-title {
    position: absolute;
    top: 50px;
    left: 30px;
}

.territorE-border {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

/* Side Bar Css  End */

/* Map Page css  */

.new-select .select2-container--default .select2-selection--multiple {
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}

.new-input input {
    width: 100% !important;
    height: 45px !important;
    border-radius: 0 !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}

.first-cell {
    width: 40%;
    flex: 0 0 60%;
}

.boder::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
}

.boder {
    position: relative;
}

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

.cencel-btn {
    width: 125px;
    height: 40px;
    border-radius: 7px;
    border: solid 1px #f58723;
    background-color: #fff;
    color: #f58723;
}

.btn-save {
    height: 40px;
}

.bnt-area {
    width: 100%;
}

/* Map Page css  end */

/* Filter css  */

/* .filter-box {
  padding: 10px 6px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, rgba(245, 135, 25, 0) 80%, rgba(245, 135, 25, 0.1) 100%);
  min-height: 540px;
} */

.boder {
    width: 100%;
}

.status-text h5 {
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 18px;
}

.table-row {
    padding: 0;
}

.table-row table {
    background-color: #fff;
    border-radius: 12px;
}

.w-14 {
    width: 14%;
}

.table-row table th {
    border-top: 0;
    border-bottom: 1px solid rgba(63, 61, 86, 0.25);
    padding: 16px 10px !important;
    color: #3f3d56;
    background: #f58719;
}

.table-row table td {
    padding: 19px 9px !important;
    color: #3f3d56;
}

.table-row table td:not(:last-child) {
    border-bottom: 2px solid #f2f2f2;
}

.t-row-color {
    border-radius: 8px;
}

.add-modal {
    min-width: 1100px;
    border-radius: 12px;
}

.add-modal .modal-header {
    background-color: #f58719;
    color: #fff;
    padding: 15px 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.add-modal .modal-content {
    border-radius: 12px;
}

.add-modal .modal-header .close {
    color: #fff;
    font-weight: 100;
}

.edit-profile-img input::placeholder,
.add-modal input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(168, 170, 170, 0.42) !important;

    /* Firefox */
}

.edit-profile-img input:-ms-input-placeholder,
.add-modal input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(168, 170, 170, 0.42) !important;
}

.edit-profile-img input::-ms-input-placeholder,
.add-modal input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(168, 170, 170, 0.42) !important;
}

.add-modal .btn-close {
    color: #f58723;
    border: 1px solid #f58723;
    background-color: transparent;
    border-radius: 7px;
}

.add-modal .modal-footer {
    padding-bottom: 20px;
}

.add-modal .modal-body {
    padding: 20px 30px;
}

.add-appoit {
    height: 54px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 9px;
    background-color: #f58719;
    border-color: transparent;
}

.appoit-text {
    padding-bottom: 30px;
}

.appoit-text h2 {
    margin: 0 !important;
}

.appoit-filter-box .head {
    background-color: rgba(245, 135, 25, 0.1);
    padding: 20px 30px 30px 25px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/*
.appoit-filter-box .filter-body {
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #fff 81%, rgba(245, 135, 25, 0.1) 100%);
  padding: 20px;
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 595px;
  overflow: auto;
} */

.user-select {
    width: 100% !important;
    height: 35px !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    color: rgba(168, 170, 170, 1) !important;
    font-size: 14px;
}

.company-users {
    margin-top: 30px;
}

.user-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
}

.border-bottom {
    border-bottom: 1px solid #dddfe4;
}

/* Chat Screen Css  */
.chat-users {
    margin-bottom: 30px;
    position: relative;
    padding: 25px;
    height: 834px;
    border-radius: 10px;
    overflow: auto;
    background-image: linear-gradient(
        to bottom,
        #fff 82%,
        rgba(245, 135, 25, 0.1)
    );
}

.filter-box-2 p {
    margin-bottom: 10px;
}

/* .filter-box2 {
  background: #fff;
  padding: 15px 11px;
  color: #000000;
  font-size: 12px;
} */

.chat-user {
    padding: 10px 20px;
    border-radius: 0;
    margin-bottom: 15px;
}

.chat-user:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.chat-profile {
    margin-bottom: 20px;
}

.chat-profile .user-chat-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.chat-profile > ul {
    display: flex;
    align-items: center;
}

.chat-profile .user-chat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-name > p {
    color: rgba(0, 0, 0, 0.5);
}

.chat-users .nav-item {
    width: 50%;
    text-align: center;
}

.chat-users .nav-item .nav-link.active {
    color: #fff;
}

.chat-users .nav-item .nav-link {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.5);
}

.tabs-area > ul {
    margin: 30px 0 10px 0 !important;
}

.other-chat-img {
    width: 60px;
    height: 60px;
    position: relative;
}


.other-user-names {
    width: 100%;
}

.chat-time {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-time p {
    color: rgba(0, 0, 0, 0.5);
    margin: 0 !important;
}

.other-user-names h2 {
    margin: 0 !important;
}

.on-icon {
    position: absolute;
    bottom: 1px;
    right: 0px;
}

.user-active {
    background-color: #f2f2f2 !important;
    padding: 10px 20px;
    border-radius: 5px;
    border-bottom: 0 !important;
}

.ad-user {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.chat-screen {
    background-color: #fff;
    position: relative;
    height: 760px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: auto;
    padding: 10px 20px;
}

.chat-bottom-border {
    border-bottom: 1px solid #f0f0fb;
}
.user-chat-detail {
    border-radius: 12px;
    height: 744px;
    overflow: auto;
}
.other-chat-heading{
    font-size: 16px;
}
.chat-detail {
    background-color: #fff;
    padding: 30px 15px;
    padding-bottom: 20px;
    border-radius: 0;
    margin-bottom: 15px;
}

.msg-input {
    padding: 10px 20px;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.msg-input input {
    border-color: transparent;
    width: 100%;
    height: 57px;
    border-radius: 7px;
    background-color: #f2f2f2;
    padding: 10px 50px 10px 20px;
}

.postion-relative {
    position: relative;
}

.send-icon {
    position: absolute;
    top: 15px;
    right: 30px;
    cursor: pointer;
}

.aposite-chat {
    padding: 13px 20px;
    max-width: 540px;
    width: fit-content;
    border-radius: 7px;
    background-color: #f2f2f2;
    margin-bottom: 12px;
}

.aposite-chat p {
    line-height: 1.5 !important;
    margin: 0 !important;
    color: #9095a4;
    font-size: 14px;
}

.mine-chat {
    padding: 13px 20px;
    max-width: 540px;
    width: fit-content;
    border-radius: 7px;
    background-color: #f58719;
    margin-bottom: 12px;
}

.mine-chat p {
    line-height: 1.5 !important;
    margin: 0 !important;
    color: #ffffff;
    font-size: 14px;
}

.text-end {
    text-align: end !important;
    display: flex;
    align-items: center;
    justify-content: end;
}

.mine-chats {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    flex-direction: column;
}

.table-header {
    padding: 25px 90px 25px 20px;
    background-color: rgba(254, 243, 231, 0.5);
    background-color: #fef3e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table-header .chat-detail {
    margin: 0 !important;
    padding: 0 !important;
}

.manage-icon {
    top: 12px !important;
}

.territories-input .manage-input {
    width: 435px !important;
}

.territories-input .manage-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a8aaaa;

    /* Firefox */
}

.territories-input .manage-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a8aaaa;
}

.territories-input .manage-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a8aaaa;
}

.manage-table {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.manage-table table {
    border-radius: 10px;
}

.manage-table th {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 30px 15px;
    font-size: 22px;
}

.manage-table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 20px 10px;
}

.w-60 {
    width: 60%;
}

.w-20 {
    width: 20%;
}

.table-user-name p {
    margin: 0 !important;
}

.table-deatil {
    margin: 0 !important;
    padding: 0 !important;
}

.leader-header {
    padding: 25px 20px;
    background-color: rgba(254, 243, 231, 0.5);
    background-color: #fef3e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.leader-header .chat-time > h2 {
    margin: 0;
}

.leaderboard-text {
    padding: 0 10px 10px 10px;
    height: 834px;
    background-image: linear-gradient(
        to bottom,
        #fff 82%,
        rgba(245, 135, 25, 0.1)
    );
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.leader-detail {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.leader-time p {
    margin: 0 !important;
}

.leader-detail:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.board-number p {
    margin: 0 !important;
}

/* Faq Page  */

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

.faq-title .territories-input .faq-input {
    background-color: rgba(255, 215, 110, 0.1s) !important;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.accord-bg {
    padding: 0;
}

.accord-bg .accordion .card .card-header {
    position: relative;
    background-color: rgba(168, 170, 170, 0.15);
    padding: 13px 15px;
    display: flex;
    align-items: center;
    border-color: transparent;
}

.accord-bg .accordion .card {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 0;
    background-color: #f0f1f2;
}

.accord-bg .accordion .card-body {
    padding: 0;
    padding: 20px 10px;
    background-color: #f0f1f2;
}

.accord-bg .accordion .card-body p {
    margin: 0 !important;
    color: #a8aaaa;
    line-height: 1.67;
}

.accord-bg .accordion .card .card-header button {
    width: 100%;
    text-align: left;
    padding: 0;
    color: #a8aaaa;
}

.accord-bg .accordion .card .card-header .icon {
    position: absolute;
    right: 25px;
    top: 36%;
}

.new-icon {
    top: 10px;
}

.privacy-box {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
}

.privacy-box p {
    line-height: 1.7;
    font-size: 16px;
    font-weight: 500;
    color: #000124;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
}

.avatar-upload .avatar-edit label {
    cursor: pointer;
}

.avatar-upload .avatar-edit input {
    display: none;
}

/* .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
} */

/* .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
} */

/* .avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

*/
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.avatar-upload .avatar-preview > img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    content: " ss ";
    color: transparent;
    padding: 0 5px;
    background-image: url("../images/calendar.png");
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: transparent;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.date-input {
    margin-top: 10px;
    padding: 20px;
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 5px;
    background-color: rgba(168, 170, 170, 0.15);
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(168, 170, 170, 0.42) !important;

    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(168, 170, 170, 0.42) !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea::-webkit-input-placeholder {
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea:-ms-input-placeholder {
    color: rgba(168, 170, 170, 0.42) !important;
}

.bg-or-light {
    background-color: rgba(245, 135, 25, 0.1);
    margin: 0;
    padding: 16px 14px;
    margin-top: 27px !important;
}

.bg-grey-light {
    background-color: rgba(73, 89, 105, 0.1);
}

.modify-table th {
    color: #3f3d56;
    font-weight: 600 !important;
    border: 0;
    border-bottom: 0 !important;
    text-align: center;
}

.modify-table td {
    color: #3f3d56;
    font-weight: normal !important;
    border: 0;
}

.app-p p {
    margin: 0;
}

/* Chat Screen Css End */

span.select2-selection.select2-selection--multiple {
    min-height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
}

span.select2-selection.select2-selection--multiple:active,
span.select2-selection.select2-selection--multiple:focus {
    border: 1px solid transparent !important;
}

.filter-box .filter-title {
    margin-bottom: 40px;
    margin-top: 15px;
}

.status-detail {
    /* padding: 2px 0; */
}

.list-title {
    font-size: 30px;
    font-weight: bold;
    color: #f58719;
    padding-left: 20px;
    padding-bottom: 30px;
}

/* Modify  Css End */
.d-none {
    display: none !important;
}

.nav-top {
    align-items: center;
}

.fc-h-event {
    background-color: #f58719 !important;
    border-color: #f58719 !important;
    padding-left: 10px !important;
}

table.fc-scrollgrid {
    background-image: linear-gradient(
        to bottom,
        #fff 68%,
        rgba(245, 135, 25, 0.1) 90%
    );
}

.fc .fc-toolbar.fc-header-toolbar {
    padding: 15px 10px;
    margin: 0 !important;
    background-color: rgba(141, 150, 167, 0.3);
}

.table-row.table-responsive #userpins-list_wrapper {
    /* width: 1000px; */
    max-width: 100% !important;
}

.table-row.table-responsive #userpins-list_wrapper .sorting {
    padding: 20px 8px !important;
    background-color: #f58719;
    color: #fff;
}

.setting-col {
    transform: translate3d(-225px, 25px, 0) !important;
}

.table-container {
    max-height: 330px;
    min-height: 330px;
    /* Adjust this value as needed */
    overflow-y: scroll;
}

/* Style for the fixed header */
thead {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 20px 0 !important;
}

/* Optional: Style the table cells, borders, etc. */
table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 8px !important;
    font-size: 12px !important;
}
/*
.filter-box-2 {
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, rgba(245, 135, 25, 0) 80%, rgba(245, 135, 25, 0.1) 100%);
} */

.table th {
    border: 0 !important;
}

.table-container .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent !important;
}

.table td img {
    width: 13px;
    height: 15px;
}

.table td a img {
    width: auto;
    height: auto;
}

.table td .other-chat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button.btn-black img {
    width: 16px;
    height: 14px;
    margin-right: 5px;
}

.user-profile {
    position: relative;
}

.user-profile .user-active-img {
    position: absolute;
    top: 74%;
    right: 4%;
}

/* Start Responsive CSS */

/* End Responsive CSS */
#myChart {
    height: 500px !important;
}

#myChart2 {
    /*   height:500px !important; */
}

@media (min-width: 1600px) {
    .login-bg {
        height: 100vh;
    }
}

.border-dashed {
    border: 1px dashed #a9a8b3;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* New csss  */

.dailog-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f7f7f7;
}

.dailog-header {
    position: relative;
    margin-bottom: 10px;
}

.dailog-header div {
    position: relative;
    padding: 10px 10px;
}

.dailog-body {
    padding: 10px 10px;
}

.gm-style-iw {
    padding: 0 !important;
}

/* Scrollbar Styling */
.gm-style-iw-d::-webkit-scrollbar {
    width: 1px !important;
}

.gm-style-iw-d::-webkit-scrollbar-track {
    background-color: #ebebeb !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

.gm-style-iw-d::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #6d6d6d !important;
}

.gm-style-iw-d p {
    margin-bottom: 10px !important;
}

.gm-ui-hover-effect {
    top: 10px !important;
    right: 10px !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid transparent !important;
}

.gm-ui-hover-effect span {
    pointer-events: none;
    display: block;
    width: 17px;
    height: 19px;
    margin: 8px;
}

.map-sec {
    position: relative;
}

.right-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
    background-color: #fff;
}

.drawer-header {
    position: relative;
}

.drawer-header > div {
    padding: 10px 15px;
}

.drawer-header h1 {
    font-size: 22px;
}

.drawer-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f7f7f7;
}

.drawer-body {
    padding: 10px 15px;
}

.drawer-body h1 {
    font-size: 18px;
}

.terrain-img {
    width: 120px;
    height: 115px;
    border-radius: 8px;
    margin-right: 13px;
    flex: 0 0 120px;
}

.terrain-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.terrain-img p {
    font-size: 14px;
    margin-top: 4px;
}

.custom-tabs {
    margin: 16px 0 40px 0;
}

.box .filter img {
    width: 20px;
}

.activity-box .territory img {
    width: 20px;
}

.nav-tabs .nav-link.active,
.nav-tabs .show > .nav-link {
    background: #f58719 !important;
}

.custom-tabs .nav-tabs {
    border: 0 !important;
    width: 100%;
}

.custom-tabs .nav-tabs .nav-item {
    width: 50%;
}

.custom-tabs .nav-tabs > li {
    margin: 0 !important;
}

.custom-tabs .nav-tabs .nav-link {
    background: #f2f2f2ff;
    text-align: center;
    border: 0;
    color: #000;
}

.custom-tabs .nav-tabs .nav-link.active {
    color: #fff !important;
}

.activer-users p {
    margin: 0 !important;
}

.activer-users {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
    padding: 0 15px 13px 15px;
}

.active-user-img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 10px;
}

.active-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-text-box .title {
    color: #000000;
}

.tab-text-box .date-p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.custom-tabs .tab-content {
    margin-top: 25px;
}

.activer-users .area-activity-p {
    margin-top: 11px !important;
}

.participat-modal .modal-body {
    padding: 0 !important;
}

.participat-modal .modal-header {
    background-color: #f58719 !important;
    color: #fff;
    padding: 25px 12px;
    margin-bottom: 10px;
}

.participat-modal .modal-body .activer-users {
    padding: 10px 12px;
}

.participat-modal .close {
    color: #fff !important;
    opacity: 1;
}

.pin-item {
    margin-right: 10px;
    margin-right: 10px;
    background-color: #f2f2f2;
    /* padding: 15px 35px; */
    border-radius: 12px;
    margin-bottom: 10px !important;
    display: flex;
    flex-direction: column;
    width: 117px;
    height: 114px;
    align-items: center;
    justify-content: center;
}

.pin-item-active {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    width: 117px;
    height: 114px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: solid 1px #3f3d56;
    padding: 15px 0;
    border-radius: 12px;
    margin-bottom: 10px !important;
}

.pin-item p,
.pin-item-active p {
    margin: 0 !important;
    margin-top: 5px !important;
}

.pin-img {
    height: 50px;
    width: 54px;
    border-radius: 50%;
}

.pin-img img {
    width: 100%;
    height: 100%;
}

.table-row.table-responsive #userpins-list_wrapper .sorting:first-child {
    border-top-left-radius: 10px;
}

.table-row.table-responsive #userpins-list_wrapper .sorting:last-child {
    border-top-right-radius: 10px;
}

/* .terrain-box {
  height: 141px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  min-width: 639px;
  max-width: 1001px;
} */

.terrain-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.terrain-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.user-scroll {
    height: 430px;
    overflow: auto;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #f58718 !important;
    border-color: #f58718 !important;
    border-radius: 7px;
}

.terrain-scroll {
    width: 403px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 145px;
}

/* .scrollable table,
.scrollable th,
.scrollable td {
  border: 1px solid #ccc;

}

*/
.scrollable table {
    border-spacing: 0;
    border-collapse: collapse;
    width: auto;
    border-radius: 22px;
}

.scrollable table th,
.scrollable table td {
    padding: 6px 8px;
    vertical-align: top;
}

.scrollable table th {
    background: #f58719;
    color: #fff;
    font-weight: 900;
    text-align: left;
    padding: 22px 10px !important;
    letter-spacing: 1.3px;
}

.scrollable table th:first-child {
    border-top-left-radius: 16px;
}

.scrollable table th:last-child {
    border-top-right-radius: 16px;
}

/* .scrollable table tbody tr:nth-child(odd) {
  background: #f3f3f3;
} */

.scrollable {
    overflow: auto;
    position: relative;
    width: 95%;
}

.scrollable.is-scrollable:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px/50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: none;
}

.scrollable > div {
    overflow-x: auto;
}

.scrollable > div ::-webkit-scrollbar {
    height: 12px;
}

.scrollable > div ::-webkit-scrollbar-track {
    background: #f0f0f0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
}

.scrollable > div ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 6px;
}

.scrollable td {
    min-width: 250px;
    max-width: 285px;
    /* Set your desired maximum width */
    word-wrap: break-word;
    /* Allow long words to break and wrap */
    padding: 10px 10px !important;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_paginate .pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    width: auto;
}
div.dataTables_wrapper div.dataTables_paginate .pagination li {
    border: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate .pagination a {
    text-decoration: none;
    color: #000;
    float: left;
    padding: 8px 16px;
    border: 0 !important;
    /* border-radius: 8px; */
}

div.dataTables_wrapper div.dataTables_paginate .pagination1 a.active {
    background-color: #f58719;
    color: #fff;
    border-radius: 12px;
}

div.dataTables_wrapper
    div.dataTables_paginate
    .pagination1
    a:hover:not(.active) {
    background-color: #ddd;
}

div.dataTables_wrapper div.dataTables_paginate .pagination2 a.active {
    background-color: #f58719;
    color: #fff;
    padding: 10px;
}
li#userpins-list_previous {
    margin-right: 10px;
}

li#userpins-list_next {
    margin-left: 10px;
}

.close-img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.close-img img {
    width: 100%;
    height: 100%;
}

.color_box {
    width: 20px;
    height: 20px;
    background-color: red;
    margin-top: 2px;
    margin-left: 8px;
    border-radius: 4px;
}

.fc .fc-toolbar-title {
    font-size: 1.25em !important;
}

.calender-icon {
    position: absolute;
    right: 17px;
    top: 37%;
}

/*******/
@font-face {
    font-family: "EuclidSquare-light";
    src: url("../Font/EuclidSquare-Light.ttf");
}

@font-face {
    font-family: "EuclidSquare-Medium";
    src: url("../Font/EuclidSquare-Medium.ttf");
}

@font-face {
    font-family: "EuclidSquare-Bold";
    src: url("../Font/EuclidSquare-Bold.ttf");
}
@font-face {
    font-family: "EuclidSquare-regular";
    src: url("../Font/EuclidSquare-SemiBold.ttf");
}

body {
    margin: 0;
    color: #000126;
    font-size: 13px;
    position: relative;
    font-family: "EuclidSquare-light" !important;
    overflow-x: hidden;
    background-color: #f7f7fa;
}

.data-table {
    font-family: "EuclidSquare-Medium" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    src: url("../Font/EuclidSquare-Bold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

ol,
ul {
    padding: 0 !important;
    list-style: none !important;
}

p,
ul,
ol,
div,
footer,
header,
main {
    font-family: "EuclidSquare-light" !important;
}
.setting-box p.font-18 {
    font-family: "EuclidSquare-Medium" !important;
}
.acc-box p:not(.font-12) {
    font-family: "EuclidSquare-regular" !important;
}
/* total width */
::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
    display: none;
}

a {
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
    text-decoration: none !important;
    color: #000126 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

address,
dl,
ol,
p,
ul {
    margin: 0 !important;
}

a:hover,
a:focus,
a:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

button {
    transition: all 0.5s ease;
}

.btn-theme {
    border-radius: 12px;
    background-color: #1182f1;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}

.btn-theme2 {
    border-radius: 12px;
    background-color: #8d96a7;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}

.btn-theme3 {
    border-radius: 12px;
    background-color: #ae0808;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}
/*
.btn-theme::after,
.btn-theme2::after,
.btn-theme3::after {
  background-color: #111114;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(40deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
  position: absolute;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-theme:hover::after,
.btn-theme2:hover::after,
.btn-theme3:hover::after {
  height: 100%;
  width: 135%;
}

.btn-theme:hover,
.btn-theme2:hover,
.btn-theme3:hover {
  color: #fff !important;
} */

.auth-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.container {
    width: 100% !important;
    max-width: 100%;
    padding: 0 100px;
    margin: 0 auto;
}

/* Font  */

.font-38 {
    font-size: 38px;
}

.font-48 {
    font-size: 48px;
}

.font-16 {
    font-size: 15px;
}

.color-fff {
    color: #fff;
}

.color-blue {
    color: #1182f1 !important;
}

.color-light {
    color: rgb(0, 1, 36, 0.6);
}

/* // Header css */
header {
    padding: 36px 13px 10px 20px;
}

.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-button:hover {
    cursor: pointer;
}

.icon-button__badge {
    position: absolute;
    top: -4px;
    right: 0;
    width: 15px;
    height: 15px;
    background: #1182f1;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
}

.main-sec {
    padding: 0 20px;
}

#sidebar {
    width: 70px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

#wrapper.toggled #sidebar {
    width: 395px;
}

#sidebar {
    position: sticky;
    z-index: 1000;
    left: -180px;
    transition: all 0.3s;
}

div#wrapper main {
    background-color: #f7f7fa;
    height: auto;
}

#wrapper.toggled #sidebar {
    left: 0;
}

/* #wrapper.toggled .flex-grow-1 {
  margin-left: 250px;
} */

aside ul li a {
    color: #8d96a7 !important;
}

#sidebar .side-logo {
    display: none;
}

#sidebar ul li a {
    display: none;
}

.toggled #sidebar .side-logo {
    display: block;
}

#sidebar .accordion-button::after {
    content: none;
}

.toggled #sidebar .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    opacity: 0.4;
}

.toggled #sidebar ul li a {
    display: block;
}

.toggled #sidebar ul li img {
    margin-left: 0;
}

#sidebar .user-list li p {
    display: none;
}

.toggled #sidebar .user-list li p {
    display: block;
}

* {
    box-sizing: border-box;
}

.nav-active {
    background-image: linear-gradient(to left, #fdeddd, #fff 52%);
    position: relative;
}

.nav-active::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    background-color: #f58719;
    top: 20%;
    right: 0;
    border-radius: 10px !important;
}

.nav-active a {
    color: #f58719 !important;
}

.toggled aside .nav .nav-item {
    padding: 12px 22px;
}

/***********************
** Start Sidebar Menu **
***********************/

/* aside {
  position: fixed;
  width: 265px;
  height: 100%;
  overflow: auto;
}

.logo {
  height: 90px;
  font-family: sans-serif;
  font-size: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.logo span span {
  color: rgb(25, 118, 210);
}

.logo select {
  display: block;
  height: 20px;
  margin-top: 22px;
  width: 40px;
  font-size: 10px;
  text-transform: capitalize;
}

ul li label i:first-child {
  color: rgb(119, 119, 119);
}

.sub-menu ul>li {
  margin-top: 11px;
  font-size: 14px;
}


Side Bar Css
#sidebar {
  width: 250px;
  min-height: 100vh;
  background-color: #fff;
}

#sidebar {
  position: absolute;
  z-index: 1000;
  left: -180px;
  transition: all 0.3s;
}

div#wrapper main {
  margin-left: 77px;
}

#wrapper.toggled #sidebar {
  left: 0;
}

#wrapper.toggled .flex-grow-1 {
  margin-left: 250px;
}

aside ul li a {
  color: #8d96a7 !important;
}

#sidebar .side-logo {
  display: none;
}

#sidebar ul li a {
  display: none;
}

.toggled #sidebar .side-logo {
  display: block;
}

#sidebar .accordion-button::after {
  content: none;
}

.toggled #sidebar .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  opacity: 0.4;
}

.toggled #sidebar ul li a {
  display: block;
}

#sidebar ul li img {
  margin-left: 184px;
}

#sidebar ul li .user-profile img {
  margin-left: 174px;
}

.toggled #sidebar ul li img {
  margin-left: 0;
}

#sidebar .user-list li p {
  display: none;
}

.toggled #sidebar .user-list li p {
  display: block;
}

* {
  box-sizing: border-box;
} */

/***********************
** Start Sidebar Menu **
***********************/

/* aside {
  position: fixed;
  width: 265px;
  height: 100%;
  overflow: auto;
}

.logo {
  background-color: rgb(195, 195, 195);
  height: 90px;
  font-family: sans-serif;
  font-size: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.logo span span {
  color: rgb(25, 118, 210);
}

.logo select {
  display: block;
  height: 20px;
  margin-top: 22px;
  width: 40px;
  font-size: 10px;
  text-transform: capitalize;
}

ul li label i:first-child {
  color: rgb(119, 119, 119);
}

.sub-menu ul>li {
  margin-top: 11px;
  font-size: 14px;
} */

/* Start Radio inputs */

/* Start Menu */

.sub-menu {
    padding-left: 28px;
    margin-top: 12px;
}

.nav > li {
    margin-bottom: 5px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    padding: 0;
    border: 0 !important;
    background: transparent;
}

.accordion-item {
    border: 0;
    background: transparent;
}

.accordion-item:first-of-type .accordion-button {
    padding: 0;
    background: transparent;
    border: 0 !important;
    box-shadow: none;
}

.user-list {
    width: 100%;
    position: absolute;
    bottom: 20px;
    border-top: 1px solid rgba(141, 150, 167, 0.4);
    padding: 0 20px !important;
}

.user-list .user-profile {
    width: 50px;
    height: 50px;
    flex: 0 0 44px;
    margin-right: 9px;
}

.user-list .user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-list li {
    margin-top: 10px;
}

.dashboard header {
    padding: 12px 15px 11px 5px;
}

.dashboard header ul > li:not(:last-child) {
    margin-right: 20px;
    position: relative;
}

.dashboard header .after-line > li:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(141, 150, 167, 0.5);
    left: -10px;
    top: 0;
}

.dashboard header ul > li:not(:last-child) {
    padding: 0 5px;
}

.search-header-icon::after {
    content: none !important;
}

.side-logo img {
}

/* End Menu */

/* User Type  */

.user-type-input #addon-wrapping {
    background: transparent;
    border: solid 1px #e2e6ed;
    background-color: #fff;
    border-right: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 44px;
}

.user-type-input input {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0;
    border: solid 1px #e2e6ed;
    background-color: #fff;
    border-left: 0;
    height: 44px;
}

.user-type-input input:active,
.user-type-input input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #e2e6ed;
}

.user-type-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data-table thead {
    background-color: #1182f1;
    padding: 20px 0 !important;
    border-radius: 12px;
}

.data-table th {
    padding: 20px 10px;
    color: #fff;
}

.data-table {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    /* box-shadow:; */
}

.data-table td {
    padding: 20px 10px 10px 10px;
}

.data-table th:first-child {
    border-top-left-radius: 12px;
}

.data-table th:last-child {
    border-top-right-radius: 12px;
}

.data-table .btn {
    border: 1px solid #8d96a7;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    color: #000;
    border-radius: 10px;
    padding: 4px 16px;
    font-size: 14px;
}

.dt-length {
    display: none;
}

table.table.dataTable > tbody > tr:nth-child(odd) {
    background: #ffffff !important;
}

.table > :not(caption) > * > * {
    border-bottom: 0 !important;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
    box-shadow: none !important;
}

.pagination .dt-paging-button .page-link {
    border-radius: 12px;
    background: rgba(141, 150, 167, 0.1);
    border: 0;
    padding: 10px 20px;
}

.pagination .dt-paging-button.active a {
    background: #1182f1;
    border-radius: 2px;
}

.table-responsive .dt-info,
.table-responsive .dt-paging {
    margin-top: 40px !important;
}

.table > tbody tr td:first-child {
    color: rgb(0, 1, 36, 0.9) !important;
    font-size: 16px;
}

.dropdown-menu > li:first-child a {
    color: #1182f1 !important;
}

.dropdown-menu > li:last-child a {
    color: #eb5151 !important;
}

.dashboard {
    position: relative;
}

.ham-btn {
    background-color: transparent !important;
    color: #f58719 !important;
    border: 0 !important;
}
.ham-btn.btn-dark:hover {
    background-color: transparent !important;
    color: #f58719 !important;
    border: 0 !important;
}
.ham-btn:active,
.ham-btn:focus-within,
.ham-btn:focus,
.ham-btn:focus-visible {
    border: 0 !important;
}



/* Dashboard css */

.dash-box {
    display: flex;
    border-radius: 9px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
}

.dash-box p {
    font-family: "EuclidSquare-light" !important;
    font-size: 17px;
    color: #fff;
    line-height: 1.222;
}

.dash-box .box-num {
    /* font-family: "EuclidSquare-light" !important; */
    font-size: 50px;
    font-weight: 400;
}

.bg-blue {
    background-color: #4d5ae4;
}

.bg-green {
    background-color: #439a86;
}

.bg-aqua {
    background-color: #22b3f4;
}

.bg-orange {
    background-color: #f58719;
}
.bg-btn-blue {
    background-color: #1182f1;
}

.sale-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content: flex-start; */
    gap: 23px;
}

.sale-graph .sale-head-second-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale-graph .sale-head-second-child > div {
    margin-right: 20px;
}

.sale-head-first-child p {
    color: #000126;
}

.sale-select .form-select {
    font-size: 14px;
    color: #8d96a7;
    border: 1px solid #8d96a7;
    border-radius: 10px;
}

.univers-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.unser-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.cirlce-orange {
    background-color: #f58719;
}

.cirlce-purple {
    background-color: #8f19f5;
}

.cirlce-aqua {
    background-color: #22cbf5;
}

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

.table-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f58719;
}

.color-red {
    color: #f58719;
}
.territory-table .table-responsive .table .color-light {
    color: rgba(0, 1, 36, 0.4);
}

.territory-table .table-responsive .table td:not(:first-child),
.territory-table .table-responsive .table th:not(:first-child) {
    text-align: center;
}

.territory-table {
    height: 226px;
    overflow: auto;
    /* background: rebeccapurple; */
}

.leader-user-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #8d96a7;
    padding: 10px 10px 10px 0;
}

.bg-first {
    background-image: linear-gradient(
        to left,
        rgba(253, 204, 10, 0.2) 10%,
        #fff 42%
    );
}
.bg-second {
    background-image: linear-gradient(
        to left,
        rgba(193, 193, 192, 0.2) 10%,
        #fff 42%
    );
}
.bg-third {
    background-image: linear-gradient(
        to left,
        rgba(205, 128, 50, 0.2) 10%,
        #fff 42%
    );
}

/* Maap Section  */
.map-sec-bg {
    /* background-image: url("../img/map-bg.png"); */
    position: relative;
}
.map-sec-header {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-radius: 12px;
    position: absolute;
    width: 95%;
    top: 6%;
    margin: 0 30px;
}
.map-header {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 12px;
}

.map-filter-btn {
    height: 45px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    padding: 0 30px;
    font-size: 14px;
}

/* .map-filter-btn img {
    width: 15px;
    height: 15px;
} */

.bg-grey {
    background-color: #8d96a7;
}

.map-input input {
    height: 45px;
    border-radius: 10px;
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff;
    padding: 0 10px;
}

.pin-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #dddfe4;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.detail-body {
    background-color: #fff;
    /* box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.29); */
    /* border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; */
}

.filter-btn-without-icon {
    padding: 22px 32px;
    border: 0;
    border-radius: 8px;
    height: 30px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.color-light {
    color: rgb(0, 1, 36, 0.6);
}

.detail-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddfe4;
    padding: 20px;
}

.bg-red {
    background-color: #fa6565;
}

.bg-light-grey {
    background-color: #dddfe4;
    color: #8d96a7;
}

.map-select {
    margin-bottom: 12px;
    position: relative;
}

.map-select select,
.map-select input,
.map-select textarea {
    font-size: 14px;
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
}

.map-select label {
    color: #8d96a7;
    font-weight: normal;
    font-size: 12px;
}

.map-select input:active,
.map-select input:hover,
.map-select input:focus,
.map-select input:focus-visible,
.map-select input:focus-within {
    font-size: 14px;
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
    box-shadow: none;
    outline: none;
}

.map-select input::placeholder {
    font-weight: normal !important;
    color: #000124 !important;
    opacity: 1;
    /* Firefox */
}

.map-select input::-ms-input-placeholder {
    /* Edge 12 -18 */
    font-weight: normal !important;
    color: #000124 !important;
}

.more-detail {
    height: 244px;
    overflow: auto;
    padding: 20px;
}

.more-detail-footer {
    box-shadow: 0 -6px 26px 0 rgba(0, 0, 0, 0.16);
    padding: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.territories-detail {
    padding: 20px;
}

.input-sreach {
    position: relative;
}

.input-sreach input {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #dddfe4;
    padding: 10px 10px 10px 40px;
}

.input-sreach img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.territories-check label {
    color: #000124;
    font-weight: normal;
}

.territories-check .color-light {
    color: #8d96a7;
}

.territories-check {
    margin-top: 10px;
}

.territories-detail {
    height: 440px;
    overflow: auto;
}

.user-territories {
    background-color: #fff;
}

.user-territories-header {
    border-bottom: 1px solid #dddfe4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.terrain-box {
    padding: 20px 20px 10px 20px;
}

.terrain-img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}
.terrain-img + p {
    margin-left: -13px !important;
}
.terrain-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.territories-tabs {
    padding: 0 20px 20px 20px;
}

.territories-tabs button {
    width: 50%;
}

.territories-tabs .nav > li {
    width: 50%;
    margin-bottom: 0;
}

.territories-tabs .nav > li button {
    width: 100%;
}

.territories-tabs ul {
    background: #dddfe4;
    border: 0 !important;
    border-radius: 12px;
}

.territories-tabs .nav-link.active {
    color: #fff;
    border-radius: 12px;
    border: 0;
    height: 100%;
    background-color: #8d96a7 !important;
}

.territories-tabs .nav-link {
    color: #000;
}

.territories-user-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.territories-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.active-territories-user {
    padding: 10px;
    border-bottom: 1px solid #dddfe4;
}

.tab-pane-territories {
    height: 350px;
    overflow: auto;
}

.territories-user-para p {
    width: 30px;
    height: 30px;

    border-radius: 50% !important;
}

.bg-pink {
    background-color: #ec4067;
}

/* Map Section */

.list-table thead tr {
    background-color: #f58719;
}

.list-table thead tr th {
    padding: 15px 15px !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.list-table thead tr th:first-child {
    border-top-left-radius: 12px;
}

.list-table thead tr th:last-child {
    border-top-right-radius: 12px;
}

.circle-white {
    background-color: #fff !important;
}

.list-table tbody tr td {
    /* padding: 15px !important; */
}

.list-table tbody tr td img {
    width: auto;
    height: auto;
}

/* Chat Screen */

.tab-pane-chat {
    height: 710px;
    overflow: auto;
}

.chat-box-profile {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.chat-box-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-chat-box {
    margin-bottom: 5px;
    padding: 10px 10px;
    border-radius: 8px;
}

.user-chat-box p {
    font-weight: normal !important;
    font-family: "EuclidSquare-light" !important;
}

.active-chat-box {
    background-color: rgba(221, 223, 228, 0.541);
}

.chat-area {
    background-color: #fff;
}

.chat-area-header {
    padding: 10px;
    border-bottom: 1px solid #dddfe4;
}

.chat-area-header .color-light {
    font-size: 12px;
    margin-top: 5px !important;
}

.other-user-chat .chat-content {
    background-color: rgba(221, 223, 228, 0.3);
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px !important;
    display: inline-block;
}


.mychat span {
    background-color: #f58719;
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px !important;
    text-align: end;
    display: inline-block;
    color: #fff;
}

.chat-box-content {
    height: 700px;
    overflow: auto;
}

.chat-area-footer {
    background-color: #eeeff2;
    padding: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.sent-text-box {
    position: relative;
}

.sent-chat-img {
    width: 40px;
    height: 40px;
    background-color: #f58719;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sent-text-box input {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 12px;
    padding: 0 10px;
    background-color: #ffffff;
}

.sent-text-box input:active,
.sent-text-box input:focus,
.sent-text-box input:focus-visible,
.sent-text-box input:focus-within {
    border: 0;
    border-radius: 12px;
    padding: 0 10px;
    background-color: #ffffff;
    outline: none;
}

.other-user-chat {
    margin-bottom: 12px;
}

.user-chats-groups .territories-tabs ul::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #dddfe4;
    bottom: -7px;
}

.user-chats-groups .territories-tabs ul {
    position: relative;
}



.chat-profile-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.chat-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.content-area #content {
    background: #fff;
    padding: 20px;
}

.content-area #content label {
    font-family: "EuclidSquare-light" !important;
}

.calculation .form-control {
    background: #f58719;
    color: #ffff;
    border-radius: 8px;
    height: auto;
    height: 46px;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
}

.acc-box {
    border-bottom: 1px solid rgba(141, 150, 167, 0.5);
    min-height: 60px;
    padding: 0 22px;
}
.acc-box p,
.acc-box span {
    font-family: "EuclidSquare-medium" !important;
}
.setting-box p {
    font-family: "EuclidSquare-medium" !important;
    line-height: 1.2;
}
/* .account-details {
  background-color: #fff;
  padding: 20px;
} */

.setting-box {
    background-color: #fff;
    padding: 20px 20px 9px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    min-height: 190px;
}

.navbar .dropdown .dropdown-toggle {
    border: 0 !important;
    background-color: transparent;
}

.navbar .dropdown .dropdown-toggle::after {
    content: none !important;
}

.navbar .dropdown-menu > li:not(:first-child) {
    border-top: 1px solid rgba(141, 150, 167, 0.5);
}

.navbar .dropdown-menu > li {
    padding: 8px !important;
    margin: 0 !important;
}

.new-box-area {
    position: absolute;
    top: 16%;
    right: 3%;
}

.bg-new-white {
    height: 432px;
}

.box .territory {
    background-color: #8d96a7;
}

.box .territory p {
    color: #fff;
}

input[type="date"]:after {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 20px;
    height: 18px;
}

.table-user-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 6px;
    margin-top: 9px;
}

.table-user-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}
.table-user-img + div p {
    margin-top: 9px !important;
}
.color-green {
    color: #7ee36c;
}

.tabl-cicrle-green {
    background-color: #7ee36c !important;
}
.tabl-cicrle-white {
    background-color: #fff !important;
}

.user-manage-table tbody tr td {
    vertical-align: middle;
    font-size: 13px !important;
}

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

.table-pagination li {
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
}

.table-pagination .active {
    background-color: rgba(141, 150, 167, 0.1) !important;
}

.table-pagination li .pagination-ordering {
    border-radius: 8px;
}

.table-pagination .active .pagination-ordering {
    color: yellow !important;
    background-color: #f58719;
}

.table-pagination .left-arrow {
    margin-right: 10px;
    border-radius: 14px;
    background-color: rgba(141, 150, 167, 0.1);
}

.table-pagination .right-arrow {
    margin-left: 10px;
    border-radius: 8px;
    background-color: rgba(141, 150, 167, 0.1);
}
.user-manage-table {
    background: #fff;
}
.user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.user-profile {
    width: 38px;
    height: 38px;
}
/* new css */


.dataTables_scrollHeadInner {
    width: 100% !important;
    position: relative;
    z-index: 0;
}

table#userpins-list {
    width: 100% !important;
    position: relative;
    z-index: 0;
}
.gm-style-iw-chr {
    position: relative;
}

button.gm-ui-hover-effect {
    position: absolute;
    width: 48px;
    right: 3px !important;
    top: 9px !important;
}
.gm-ui-hover-effect span {
    pointer-events: none;
    display: block;
    width: 17px !important;
    height: 19px !important;
    margin: 0 !important;
}
.gm-style-iw-chr {
    display: none !important;
}

#calendar .fc-scrollgrid td {
    padding: 0 !important;
}
#calendar .fc-col-header-cell {
    background-color: rgba(141, 150, 167, 0.3);
    border-right: 1px solid rgba(141, 150, 167, 0.4);
}
.w-30 {
    width: 20%;
}
.input-group-append {
    cursor: pointer;
}
.user-select {
    width: 240px !important;
    margin-right: 20px;
}
.input-group.date {
    height: 35px !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    color: rgba(168, 170, 170, 1) !important;
    font-size: 14px;
}
.input-group.date input {
    border: 0;
    height: 46px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    background-color: rgb(243 244 246) !important;
}
.input-group.date .input-group-text {
    height: 40px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    background-color: rgba(141, 150, 167, 0.15) !important;
    margin-left: 0 !important;
}
.white-space {
    white-space: nowrap;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    left: auto !important;
}
.user-profile-dropdown .dropdown-menu .dropdown-item {
    padding: 0 !important;
}
.user-profile-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
}
.modal-dialog .form-group {
    /* margin-top: 10px; */
}
.map-sec-header
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 37px;
    position: absolute;
    top: 2px;
    right: 4px;
    width: 23px;
}
.date-piker-select {
    border: 0;
    height: 40px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    background-color: rgba(141, 150, 167, 0.15) !important;
    font-size: 13px;
    color: rgb(0, 1, 38, 0.6) !important;
}

.table-pagination li {
    padding: 10px;
    background: transparent;
}

.table-pagination .active {
    background-color: #f58718 !important;
    border-radius: 4px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.noti-drop {
    padding: 0 !important;
}

.noti-drop .dropdown-toggle {
    padding: 0;
}
.noti-drop .dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto !important;
}

.user-profile-dash {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 8px;
}

.user-profile-dash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gmnoprint.gm-style-mtc-bbw {
    bottom: 10% !important;
    top: auto !important;
}

.gmnoprint {
    bottom: 10% !important;
    top: auto !important;
}
.close_map_window {
    border: 0;
    background: transparent;
}

/* // new css  */
.sale-body canvas#myChart {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    /* max-height: 321px !important; */
    margin-top: 40px;
}
.sale-graph {
    margin-top: 30px !important;
    background: #fff !important;
    padding: 15px;
    border-radius: 8px;
    min-height: 540px;
}

.univers-box {
    /* margin-top: 30px !important; */
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    min-height: 543px;
}

.nav img {
    width: auto;
    height: auto;
}

.dashboard h3 {
    font-size: 20px;
}

.dropdown .dropdown-toggle img {
    width: 28px;
}
.search-icon img {
    width: 16px;
}

.search-icon span i {
    font-size: 15px;
}

/* .territories-input {
  margin-top: 10px;
} */

.form-group.boder h5 {
    font-size: 18px !important;
    margin-bottom: 5px;
}
.territory-area {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    min-height: 546px;
}
.territory-performance {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}
.territory-new-head {
    margin-bottom: 70px !important;
}
.leader-box {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    /* height: 341px; */
    overflow: auto;
}
.territory-head img {
    width: 18px;
}
.lead-box .territories-input {
    margin-top: 0 !important;
}
.navbar .dropdown .dropdown-toggle .user-profile {
    width: 38px;
    height: 38px;
}
.navbar .dropdown .dropdown-toggle .user-profile img {
    width: 100%;
    height: 100%;
}
.nav-item .me-3 {
    margin-right: 13px !important;
}
.message-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.box-account {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}
.box-leader {
    background-color: #fff;
}
.map-header img {
    cursor: pointer;
}
/*Leads Listing*/

.filter-box {
    padding: 10px 6px;
    border-radius: 8px;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 135, 25, 0) 80%,
        rgba(245, 135, 25, 0.1) 100%
    );
}

form.search_filter2 {
    display: flex;
    flex-direction: column;
}

form#search_filter > div p {
    padding: 5px 0px;
}
p.font-600.color-0087.font-18 {
}

.status-title {
    font-family: "EuclidSquare-medium" !important;
    font-size: 16px !important;
}

p.font-600.color-0087.font-18 {
    font-family: "EuclidSquare-medium" !important;
    font-size: 16px !important;
    padding-bottom: 10px !important;
}
.territory-performance table thead tr {
    color: #000 !important;
    border: 0 !important;
}
table thead tr th {
    color: #fff !important;
    /* width: 150px !important;.map-input input */
    padding: 10px 10px !important;
}
table thead tr td {
    width: 150px !important;
}
.dataTables_scroll table thead tr th {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}
.dataTables_scroll table tbody tr td {
    padding: 15px 10px !important;
}
div#userpins-list_length {
    display: none;
}
#userpins-list thead tr {
    background: transparent !important;
}

.toggled #sidebar .user-list li > p:first-child {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
}

.territory-performance table thead tr th {
    color: #000 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 6px !important;
}

ul.nav.flex-column.mt-5 {
    margin-top: 36px !important;
}

.leader-user-box > div:first-child {
    width: 50%;
}

.table td,
.table th {
    border: 0 !important;
}

.target-square {
    width: 15px;
    height: 15px;
    background-color: #e8d9d2;
    border-radius: 3px;
}
.achieved-square {
    width: 15px;
    height: 15px;
    background-color: #f4a962;
    border-radius: 3px;
}

/*  New Css  */
.new-bg-white {
    background: transparent !important;
    width: 440px;
    border-radius: 8px;
}
.body-filter {
    height: 440px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: relative;
}
.map-new-box {
    padding: 0;
}
.box-new-header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background-color: rgba(141, 150, 167, 0.3);
    padding: 20px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-center-btn .filter-btn-without-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin: 0 auto;
    padding: 19px;
    font-size: 15px;
}
.territories-input input::placeholder {
    color: #8d96a7 !important; /* placeholder का color */
}
.territories-input svg,
.territories-input i {
    color: #8d96a7 !important;
}
.clear-p-btn {
    top: 0;
    right: 41px;
    background: #f1862a;
    color: #fff !important;
    padding: 8px;
    border-radius: 12px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 0 auto;
    margin-bottom: 10px;
}
.color-000126 {
    color: #000126;
}

.new-bg-white label {
    font-size: 14px;
    color: #8d96a7;
    font-weight: 500;
    margin-top: 9px;
    margin-bottom: 0;
}
.close-icon img {
    width: 14px;
}

.new-modal .input-with-append .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

form#company_sales_form .filter-btn-without-icon {
    padding: 20px 42px;
    font-size: 14px;
}

form#company_sales_form .color-light {
    font-family: "EuclidSquare-Medium" !important;
    color: #8d96a7 !important;
    font-size: 13px !important;
}
form#company_sales .new-modal .form-control {
    font-family: "EuclidSquare-Medium" !important;
    color: #000124 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.acc-box .color-light {
    color: #8d96a7 !important;
}
.color-dark {
    color: #000126;
}
.table-container {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff !important;
    margin-bottom: 20px;
}

.custom-table thead {
    background-color: #f57c00;
    color: white;
}

.custom-table th,
.custom-table td {
    padding: 17px 16px !important;
    text-align: left;
    font-size: 14px;
}
.custom-table th:first-child {
    border-top-left-radius: 12px;
}
.custom-table th:last-child {
    border-top-right-radius: 12px;
}
.custom-table tbody tr:nth-child(even) {
    background-color: #fdf7f2;
}

.custom-table tbody tr:hover {
    background-color: #f1f1f1;
}

.status {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.status-dot {
    position: relative;
}

.status.orange {
    color: #f57c00;
}
.status.blue {
    color: #007bff;
}
.status.green {
    color: #43a047;
}
.status.red {
    color: #e53935;
}
.status.light-green {
    color: #7ee36c;
}
.status-dot::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    left: -6px;
    top: 43%;
}
.status-dot.orange::after {
    background-color: #f57c00 !important;
}
.status-dot.blue::after {
    background-color: #007bff;
}
.status-dot.green::after {
    background-color: #43a047;
}
.status-dot.red::after {
    background-color: #e53935;
}
.status-dot.white::after {
    background-color: #fff;
}
.status-dot.light-green::after {
    background-color: #7ee36c;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 16px; */
}

.page-btn {
    border: none;
    margin: 0 4px;
    padding: 9px 17px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.page-btn.active {
    color: white;
    font-weight: 600;
    box-shadow: 0 5px 15px 0 rgba(245, 135, 25, 0.3);
    background-color: #f58719;
}

.page-btn:hover {
    background-color: #ffb74d;
    color: white;
}
.page-of {
    padding: 12px 15px;

    background: rgba(141, 150, 167, 0.1);
    border-radius: 8px;
    font-size: 14px;
}
.page-of p {
    color: #8d96a7 !important;
}
.pagination-area {
    background-color: rgba(141, 150, 167, 0.1);
    border-radius: 12px;
}

.table-profile {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.table-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover !important;
}
.table-profile-area p {
    color: #000124;
}
td p {
    font-weight: 500;
    font-size: 14px;
}
.check-area-width {
    width: 20px;
}
.user-select {
    position: relative;
}
.drop-icon-img {
    position: absolute;
    right: 6px;
    top: 30%;
    z-index: 1;
}
.user-select span.select2-selection__arrow {
    display: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: rgb(0, 1, 38, 0.6) !important;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.user-b-t {
    border-top: 1px solid rgba(141, 150, 167, 0.3);
    margin-top: 29px;
    padding: 0 28px;
}

/* Ham css */
#simpleDrawer {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background-color: #f8f9fa;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease;
    z-index: 1050;
}

#simpleDrawer.open {
    left: 0;
}

.drawer-content {
    padding: 20px;
}

.drawer-content .close-btn {
    background: none;
    border: none;
    font-size: 28px;
    float: right;
    cursor: pointer;
}

.drawer-menu {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.drawer-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.drawer-menu li a {
    color: #000;
    text-decoration: none;
    display: block;
}

.drawer-menu li a:hover {
    color: #007bff;
}
.ham-btn {
    display: none;
}

.new-calender-header {
    background-color: #000124;
}

:root {
    --bg: #ffffff;
    --card-bg: #071028; /* dark header bg */
    --card-accent: #f59b1f; /* orange accent */
    --muted: #9aa3ad; /* gray for times */
    --line: #e9edf0; /* separators */
    --dot-size: 10px;
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
}

/* Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
.wrap {
    padding: 0 12px;
    /* background: linear-gradient(180deg, #f6f8fa 0, #ffffff 100%); */
}

/* Card */
.timeline-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(10, 20, 40, 0.06);
    border: 1px solid rgba(10, 20, 40, 0.04);
}

/* Header */
.timeline-header {
    background: var(--card-bg);
    color: #fff;
    padding: 18px 18px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timeline-header .date-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.timeline-header .weekday {
    font-size: 16px;
    opacity: 0.9;
    color: #fff;
}
.timeline-header .date {
    color: var(--card-accent);
    font-weight: 600;
    font-size: 16px;
}

/* Body: two columns - time col and content col */
.timeline-body {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg, #fff 0, #f9fbfd 100%);
}

/* Time column */
.time-col {
    width: 84px;
    min-width: 84px;
    border-right: 1px solid var(--line);
    padding: 10px 8px;
    background: #fff;
}
.time-slot {
    min-height: 64px; /* vertical spacing to match screenshot */
    /* display: flex; */
    align-items: flex-start;
    padding: 10px;
    color: var(--muted);
    font-size: 13px;
    position: relative;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(141, 150, 167, 0.3);
    justify-content: center;
}

/* Content column */
.content-col {
    flex: 1;
    padding: 10px 14px;
    position: relative;
}

/* horizontal separators */
.slot-sep {
    height: 64px;
    border-bottom: 1px solid var(--line);
    position: relative;
}

/* Event row inside content */
.event {
    /* height: 64px; */
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 6px;
    text-align: center;
    position: relative;
    width: 60%;
    /* background: red; */
}
.event .dot {
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 50%;
    flex: 0 0 var(--dot-size);
    margin-top: 2px;
}
.event .text {
    font-size: 14px;
    color: #253342;
    line-height: 1.1;
}
.event .text small {
    display: block;
    color: #6b7785;
    margin-top: 6px;
    font-size: 13px;
}

/* Different colored dots similar to screenshot */
.dot.orange {
    background: #f59b1f;
}
.dot.purple {
    background: #8f19f5;
}
.dot.green {
    background: #2fc07d;
}

/* Faint bottom gradient rounded */
.timeline-footer {
    height: 28px;
    background: linear-gradient(
        180deg,
        rgba(246, 248, 250, 0),
        rgba(6, 18, 36, 0.03)
    );
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

/* Make content aligned with times visually — use absolute timeline line if needed */
/* Optional: small vertical dashed marker at top x position (not required) */

/* Responsive tweak */
@media (max-width: 420px) {
    .wrap {
        padding: 0 10px;
    }
    .time-col {
        width: 78px;
        min-width: 78px;
    }
    .time-slot,
    .slot-sep,
    .event {
        height: 60px;
    }
}
.timeline-header span.date {
    font-size: 15px;
    margin-left: 2px;
    color: #f58719;
}

.time-slots {
    text-align: end;
    margin-right: 11px;
}

.event {
    text-align: left;
}

div#leader_board {
    height: 227px;
    overflow: auto;
}

div#accordionImport .card {
    background: transparent !important;
    border: 0;
}

div#accordionImport .card .card-header {
    padding: 18px 20px !important;
    border-radius: 12px;
    border: 0 !important;
}

div#accordionImport .card .card-header .panel-title {
    font-size: 14px;
}

.upload-wrapper {
    display: flex;
    flex-direction: column;
}

.upload-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.upload-box {
    border: 2px dashed #bfbfbf;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    background-color: #fafafa;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.upload-box:hover {
    border-color: #4096ff;
    background-color: #f0f7ff;
}

.upload-box input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
}

.upload-icon {
    font-size: 40px;
    color: #1890ff;
    margin-bottom: 10px;
}

.upload-text {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.upload-hint {
    font-size: 12px;
    color: #777;
}

.selected-file {
    margin-top: 10px;
    font-size: 14px;
    color: #1890ff;
    font-weight: 500;
}

div#accordionImport .card .card-body {
    /* width: 60%; */
    margin: 0 auto;
}

div#accordionImport .card .card-body .btn-save {
    width: 100%;
    margin: 0 auto;
}

.appoit-filter-box {
    height: 693px;
    overflow: auto;
    background: #fff;
    padding: 0 0 10px 0;
}

.filter-body {
    padding: 10px !important;
}

.import-history tr th:first-child {
    border-top-left-radius: 12px;
}
/* Last column (right side) */
.import-history tr th:last-child {
    border-top-right-radius: 12px;
}

.accord-bg .accordion .card .card-header {
    background-color: #f0f1f2 !important;
    border-radius: 12px;
}

.accord-bg .accordion .card .card-header button {
    text-decoration: auto;
    color: #000124;
}

.faq-title .input .search-icon {
    top: 16px;
    left: 13px;
}

.faq-title .input .territories-input input {
    height: 45px;
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff;
    border-radius: 10px !important;
    padding: 0 10px 0 40px;
    font-size: 12px;
}

.form-check-input:checked {
    background-color: #000124;
    border-color: #000124;
}
.form-check-input:focus {
    border-color: #000124;
    outline: 0;
    box-shadow: none !important;
}

.edit-btn {
    padding: 1rem 0.9rem !important;
    border-radius: 50%;
    background-color: #007bff; /* bright blue */
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.delete-btn {
    padding: 1rem 0.9rem !important;
    border-radius: 50%;
    background-color: #dc3545; /* vibrant red */
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid transparent !important;
}

/* Hover effects */
.edit-btn:hover {
    background-color: #0056b3; /* darker blue */
}

.delete-btn:hover {
    background-color: #b02a37; /* darker red */
}

/* Image inside button */
.edit-btn img,
.delete-btn img {
    filter: brightness(0) invert(1); /* makes icon white */
    width: 18px;
    height: 18px;
}
.table {
    margin-bottom: 0 !important;
}
#add_pin_form .form-control {
    margin-bottom: 14px;
}
.new-btn {
    padding: 11px 28px;
    border-radius: 8px;
}
.accod-input {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 46px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 12px !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}
.step-2-btns {
    width: 30%;
    margin: 0 auto;
}
.step-2-btns button#step_2_btn {
    width: 100%;
}

.step3-table-area table th {
    background: #f1862a !important;
    padding: 14px 10px !important;
    border: 0 !important;
}
.step3-table-area table td {
    padding: 14px 6px !important;
    border: 0 !important;
}
.step3-table-area table th:first-child {
    border-top-left-radius: 11px;
}
.step3-table-area table {
    border: 1px solid transparent !important;
}
.step4-finish {
    width: 80%;
    margin: 0 auto;
    background: #efeff2;
    margin-top: 19px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.step-4-p1 {
    color: #000124;
    margin-bottom: 10px !important;
}
.step-4-p2 {
    color: #000124;
    margin-bottom: 10px !important;
}
.step-4-p3 {
    font-weight: 600;
    color: #f58719;
    letter-spacing: 1px;
    font-size: 16px;
}
.form-group.upload-wrapper {
    width: 70%;
    margin: 0 auto;
}
table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    white-space: nowrap;
    padding: 15px !important;
}
.dot-white {
    background-color: #fff !important;
}
.appoit-filter-box .head {
    background: #071028;
    color: #fff !important;
}

.appoit-filter-box .head h3 {
    color: #f58719 !important;
}

table#example {
    border: 1px solid transparent !important;
}

table#data-table {
    border: 1px solid transparent !important;
}
table#example th {
    background: #f18e3e;
    padding: 18px 10px !important;
}
table#data-table th {
    background: #f18e3e;
    padding: 18px 10px !important;
}
table#example td {
    padding: 16px 10px !important;
}
table#data-table td {
    padding: 16px 10px !important;
}

table#data-table td {
    padding: 16px 10px !important;
}
table#example th:first-child {
    border-top-left-radius: 12px;
}
table#data-table th:first-child {
    border-top-left-radius: 12px;
}
table#example th:last-child {
    border-top-right-radius: 12px;
}

table#data-table th:last-child {
    border-top-right-radius: 12px;
}
._edit_admin_user_btn {
    padding: 3px 10px;
    font-size: 12px;
}

.pagination-count-page {
    display: inline-block;
    margin-top: 10px;
    border-radius: 10px;
    background-color: rgba(141, 150, 167, 0.1);
    padding: 14px 13px;
}
.pagination-count-page p {
    color: #8d96a7;
}
.territory_table th {
    border-bottom: 1px solid rgba(141, 150, 167, 0.3);
}
.auth-logo img {
    width: 270px;
}

.font-19 {
    font-size: 14px;
}
.login-area input::placeholder {
    color: #a8aaaa !important; /* apna desired color yahan likho */
    opacity: 1 !important; /* optional: taake color light na lage */
}
.andriod-app-store {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}
.login-button-new {
    z-index: 1;
    position: relative;
}
div#card-element {
    background: #f3f4f6;
    /* height: 40px; */
    border-radius: 8px;
    line-height: 2;
    padding: 15px 11px;
}
div#simpleDrawer {
    display: none;
}

@media (max-width: 1399px) {
    .right-sidebar {
        width: 30% !important;
    }

    .accordion-menu::before {
        top: 4px;
    }

    button.fc-prevYear-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-nextYear-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-today-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-prev-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-next-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    .fc .fc-toolbar-title {
        font-size: 18px;
    }

    .box .filter {
        width: 150px;
    }

    .box .territory {
        width: 150px;
    }

    .box .filter img {
        width: 20px;
        height: 17px;
        width: 15px !important;
    }

    #calendar.table-container {
        max-height: 684px !important;
    }

    .table td span {
        font-size: 12px;
    }

    /* .bg-white1 {
        height: auto;
    } */

    .bg-white {
        width: 315px;
        height: 430px;
    }

    .user-tracking .bg-white {
        height: 370px !important;
    }

    .andriod-app-store {
        min-height: 190px !important;
    }

    .table th {
        border: 0 !important;
    }

    .table-container .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid transparent !important;
    }

    .table td:last-child,
    .table th:last-child {
        /* text-align: center !important; */
    }

    .non-active p {
        font-size: 12px;
        padding-top: 5px !important;
    }

    .side-active p {
        font-size: 12px;
        padding-top: 5px !important;
        margin-bottom: 7px;
    }

    .side-active .active-img {
        width: 25px !important;
    }

    .side-active .static-img {
        width: 25px !important;
    }

    .non-active .static-img img {
        width: 40px !important;
    }

    .non-active .static-img {
        width: 25px;
    }

    #sidebar.active {
        min-width: 85px;
        max-width: 95px;
        text-align: center;
    }

    .font-30 {
        font-size: 22px !important;
    }

    p {
        font-size: 14px;
    }

    .navbar {
        padding: 10px;
    }

    .btn-black {
        padding: 8px 18px;
        border: 1px solid;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 !important;
    }

    .user-drop-down {
        min-height: 70px;
    }

    .font-20 {
        font-size: 14px !important;
    }

    .side-active p {
        font-size: 11px;
        padding-top: 5px !important;
        margin-bottom: 4px;
    }

    .non-active p {
        font-size: 11px;
        padding-top: 5px !important;
        margin-bottom: 4px;
    }

    button.btn.btn-black.btn-theme {
        padding: 5px 12px;
        font-size: 12px !important;
    }

    h5 {
        font-size: 18px;
    }

    .mb-3,
    .my-3 {
        margin: 8px 0 !important;
    }

    .font-22 {
        font-size: 18px;
    }

    .mt-5,
    .my-5 {
        margin-top: 14px !important;
    }
    .p-xl-5 {
        padding: 20px !important;
    }

    .auth-logo img {
        width: 200px;
        padding-bottom: 14px !important;
    }
    .andriod-app-store img {
        width: 100px;
    }
}

@media (max-width: 1199px) {
    button.btn.btn-black.btn-theme img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .bell {
        width: 36px;
        height: 36px;
    }

    .bell i {
        font-size: 16px !important;
    }

    .user-profile-pic {
        width: 36px;
        height: 36px;
    }

    .nav-link.dropdown-toggle.dropdown-icon.font-20 {
        font-size: 16px;
    }

    .andriod-app-store {
        justify-content: center;
        right: 0;
        left: 0;
    }

    .andriod-app-store a:not(:last-child) {
        margin-right: 10px;
    }

    .bg-white1 .primary-color + p > br {
        display: none;
    }
}

@media (max-width: 991px) {
    .filter-btn {
        padding: 5px 30px !important;
        font-size: 12px;
    }

    .filter-btn p {
        font-size: 14px;
    }

    #sidebar.active {
        min-width: 100px;
    }

    .table-row table th {
        font-size: 14px;
        width: 100px !important;
        min-width: 168px;
    }

    .filter-box2 {
        padding: 10px;
    }

    .add-appoit {
        font-size: 12px;
        height: 45px;
    }
    .auth-logo img {
        width: 200px;
        padding-bottom: 10px !important;
    }

    .font-28 {
        font-size: 20px;
    }

    .font-19 {
        font-size: 12px;
    }

    .login-area .form-group input {
        height: 32px;
        font-size: 12px;
    }

    .login-area .form-group p {
        font-size: 12px;
    }

    .login-area .form-group > div > div p {
        font-size: 10px !important;
    }

    .login-area .form-group input > .d-flex {
        display: flex;
        justify-content: space-between !important;
    }

    .login-area input#login-btn {
        height: 34px;
        padding: 0;
        font-size: 12px;
        width: 45%;
        margin: 0 auto;
    }

    .andriod-app-store img {
        width: 95px;
    }

    .andriod-app-store a {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .andriod-app-store {
        position: unset;
    }

    .filter-box2 {
        padding: 5px;
    }

    .nav-top {
        align-items: start;
        margin-top: 16px !important;
        margin-left: 10px !important;
    }

    .add-appoit {
        font-size: 12px !important;
        height: 40px !important;
    }

    .faq-title {
        flex-direction: column;
    }

    .territories-input .faq-input {
        width: 200px !important;
    }

    .bg-white {
        padding: 0;
    }

    .box {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .add-appoit {
        font-size: 10px !important;
        height: 35px !important;
    }

    .font-30 {
        font-size: 20px !important;
    }

    .faq-title {
        flex-direction: column;
    }

    .territories-input .faq-input {
        width: 150px !important;
    }

    .bg-white {
        width: 280px;
        padding: 0;
    }
}

.dashboard .table-responsive table th,
.dashboard .data_table th {
    background: rgb(241, 142, 62) !important;
}
.dashboard .table-responsive table th:first-child,
.dashboard .data_table th:first-child {
    border-top-left-radius: 12px;
}
.dashboard .table-responsive table th:last-child,
.dashboard .data_table th:last-child {
    border-top-right-radius: 12px;
}

textarea.form-control {
    resize: none;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Scrollbar width */
.table-responsive::-webkit-scrollbar {
    height: 8px !important;
}

/* Light + Dark Mix Background */
.table-responsive::-webkit-scrollbar-track {
    background: #c7c7c7; /* Light gray */
    border-radius: 10px !important;
}

/* Thumb (Dark + Light Mix) */
.table-responsive::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #7a7a7a, #7a7a7a) !important;
    border-radius: 10px !important;
}

/* Hover effect */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #b5b5b5, #6b6b6b) !important;
}

.dashboard .territory-performance .table-responsive table th,
.dashboard .data_table th {
    background: transparent !important;
}

.header-input-area .select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
    height: 48px;
}

.header-input-area {
    width: 300px;
    align-items: center;
    justify-content: center;
}

.header-input-area label {
    width: auto;
    white-space: nowrap;
    margin: 9px 10px 0 0 !important;
}

.upload-wrapper .btn-save,
.step-2-btns .btn-save {
    color: #fff !important;
}

.map-select .calender-icon {
    position: absolute;
    right: 11px;
    top: 58%;
}
.map-select .calender-icon img {
    width: 18px;
}
.w-80 {
    width: 50%;
}
.user-chat-box p {
    font-size: 13px;
    margin-right: 10px !important;
}

.user-chat-text {
    padding: 0 30px;
}

.input-group.date.user-select {
}

.input-group.date.user-select .input-group-text {
    height: 46px !important;
    background: #f3f4f6 !important;
}

.input-group.date.user-select .input-group-text .drop-icon-img {
    top: 10px;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: auto;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: auto !important;
}
.table td .user-management-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.tracker-sec .gm-style-iw.gm-style-iw-c {
    padding: 10px !important;
}
.color-white {
    color: #fff;
}
:root {
    --blue: #84b2c6;
    --green: #98a661;
    --gray: lightgray;
}

/* @font-face {
  font-family: "Popins";
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
} */

/* @font-face {
  font-family: "Popins-Bold";
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
} */

body,
html {
    /* font-family: "Popins" !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Popins-Bold" !important; */
}

body {
    overflow-x: hidden;
    font-family: "Popins" !important;
}

.section {
    padding: 50px 0;
}

a {
    transition: all 0.5s ease;
    /* font-family: "Popins" !important; */
}

p {
    color: #000000;
    /*font-family: "Avenir";*/
    line-height: 1;
}

.brown {
    color: #484541;
}

.btn-add {
    background: #f58719;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.house {
    width: 500px;
}

.theme {
    color: #2b3248;
}

.ft-16 {
    font-size: 16px;
}

.ft-12 {
    font-size: 12px;
}

.input-group input.form-control {
    border-left: 0;
}

.form-control:focus {
    color: #f58719 !important;
    border-color: #f58719 !important;
    box-shadow: none;
}

.input-group-text {
    width: 40px;
    background: #f3f4f6 !important;
    color: gray;
    height: 46px;
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.form-control:focus::placeholder {
    color: #f58719 !important;
    opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
    color: #f58719 !important;
}

.form-control:focus::-ms-input-placeholder {
    color: #f58719 !important;
}

.footer {
    background: #3f3d56;
}

.footer p,
.footer p a {
    color: #fff;
}

.wd-100 {
    width: 100px;
}

.btn-black {
    border: 2px solid #f3872d;
    background: transparent;
    border-radius: 6px;
    padding: 10px 35px;
    font-size: 14px;
    color: #f3872d;
}

.bell {
    background: #ededed;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.bg-nav {
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
}

.bg-nav .dropdown-item {
    font-size: 14px;
}

.left-side {
    height: 100vh;
    border-right: 1px solid #d3d3d3;
    background: #ffff;
    overflow: visible;
    max-width: 5rem !important;
}

.new-modal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.new-modal .modal-header {
    background: #fff;
    text-align: left;
    border-radius: 0;
    color: #4e5164;
}

.new-modal .modal-header .modal-title {
    font-weight: 600;
}

.new-modal .close {
    color: #4e5164;
    opacity: 1;
    /* background: #e2780e; */
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    position: relative;
    top: 0;
    right: 0;
}

.new-modal .modal-body {
    padding: 15px;
}

.new-modal input.form-control {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
}
.new-modal .form-control {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
    margin-bottom: 15px;
    padding: 8px 14px !important;
    border: 1px solid transparent !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 5px;
    right: 8px;
    width: 20px;
}
.new-modal .form-control:focus {
    border: 1px solid #7cd4f2;
    background: #feeddd;
    border: 0px;
}

/* .new-modal label {
color: #f58719;
font-size: 14px;
} */

.new-modal .modal-footer {
    background: #fff;
    text-align: right !important;
    border-top: 0px;
}

.btn-save {
    border-radius: 7px;
    background: #f58719;
    border: 1px solid #f58719;
    text-transform: capitalize !important;
    color: #fff;
    margin: 0;
}

.btn-save:hover {
    color: #fff;
}

.btn-close {
    color: #3f3d56;
    background: 0 0;
    text-transform: uppercase;
    background: #f0f1f2;
}

.gray {
    color: #939bb5;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
}

.navbar-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.wrapper {
    width: 100%;
}

#sidebar {
    max-width: 250px;
    color: #c5c4cc;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 145px;
    max-width: 80px;
    text-align: center;
    /* height: 800px; */
}

#sidebar.active ul.components li {
    font-size: 14px;
}

#sidebar.active ul.components li a span.fa {
    margin-right: 0;
    display: block;
    font-size: 30px;
}

#sidebar ul.components {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #sidebar ul.components {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#sidebar ul li {
    /* font-size: 18px; */
}

#sidebar ul li > ul {
    margin-left: 10px;
}

#sidebar ul li > ul li {
    font-size: 14px;
}

#sidebar ul li a {
    display: block;
    color: #c5c4cc;
    font-size: 16px;
    font-weight: 400 !important;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}

#sidebar ul li a span {
    margin-right: 15px;
}

@media (max-width: 991.98px) {
    #sidebar ul li a span {
        display: block;
    }
}

@media (min-width: 768px) {
    .text-lg-right {
        text-align: right;
    }
}

/*#sidebar ul li a:hover {
  color: #f58719;
}*/

/*#sidebar ul li.active>a {
  background: 0 0;
  color: #f58719;
}*/

@media (max-width: 991.98px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    #sidebar.active {
        margin-left: 0 !important;
    }
}

#content {
    /* width: calc(100% - 80px);
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: #f7f7f7;
  position: relative;
  min-height: 120vh;
  height: 100%; */
}

.tooltips {
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 18px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.box {
    position: absolute;
    top: 100px;
    border-radius: 16px;
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
    background-color: #fff;
    padding: 12px 3px;
    /* background-image: linear-gradient(
        to bottom,
        #fff 68%,
        rgba(245, 135, 25, 0.1) 90%
    ); */
}

.box .filter {
    background-color: #f2f2f2ff;
    padding: 10px;
    width: 200px;
    height: 45px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
}

.box .filter img {
    width: 20px;
}

.box .territory img {
    width: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #f58719 !important;
}

.box .territory {
    height: 45px;
    background-color: #f2f2f2ff;
    padding: 10px;
    width: 200px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
}

.filter img,
.territory img {
    width: 30px;
}

.bg-white {
    background: transparent !important;
    width: 410px;
    border-radius: 8px;
    padding: 15px;
    height: 780px;
    overflow-x: hidden;
    overflow-y: auto;
}

.user-tracking .bg-white {
    height: 480px;
}

.bg-white2 {
    background: #fff !important;
    border-radius: 8px;
    padding: 15px;
    height: 500px;
    overflow: auto;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999999;
    cursor: pointer;
}

#pills-filter .input-group input.form-control,
.bg-white2 .input-group input.form-control,
.send-messsage .input-group input.form-control {
    border-left: 1px solid #ced4da;
    border-right: 0;
}

.ft-14 {
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 4px;
}

/*
::-webkit-scrollbar-track {
  background: #f1f1f1;
}*/

::-webkit-scrollbar-thumb {
    background-color: #f58719;
}

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

#map {
    min-height: 100vh;
    width: 100%;
    height: 100%;
}

.fa {
    cursor: pointer;
}

.pagination li {
    font-size: 12px;
    position: relative;
    display: block;
    /* padding: 1px 1px; */
    margin-left: 0;
    line-height: 1.25;
    color: #007bff;
    /* background-color: #fff; */
}

.pagination li.active {
    z-index: 1;
    color: #fff;

    border-color: #f58719;
}

.orange {
    color: #f58719;
}

.bg-orange {
    background: #f58719 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f58719;
    background-color: #f58719;
}

.select2 {
    width: 100% !important;
}

.gb-font {
    font-family: "Gibson";
}

.gb-font-bold {
    color: #000126;
}

.filter-box,
.filters h5 {
    background: #fff;
    padding: 15px 10px;
    color: #000126;
}

.heading1 {
    color: #000126;
    font-size: 40px;
}

.heading2 {
    color: #000126;
    font-size: 21px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    font-family: "Font Awesome";
    font-weight: 900;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    border: 0;
    vertical-align: unset;
    position: relative;
    top: 1px;
}

.dropdown.position-absolute {
    top: 15px;
}

.nav-item {
    cursor: pointer;
}

.app-icon {
    width: 150px;
}

.ui-autocomplete {
    z-index: 2147483647 !important;
}

.pac-container {
    z-index: 9999999 !important;
}

.user-box {
    height: 466px;
    overflow-y: auto;
}

/* Chat CSS */

.chats,
.inbox {
    background: #fff;
    padding: 15px 20px;
}

.inbox .active-user {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.inbox-user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.active-username {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.inbox .nav-pills .nav-link {
    color: gray;
}

.inbox .nav-link.active,
.inbox .nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #f58719;
    border-radius: 0;
    border-color: transparent transparent #f58719 transparent;
    text-transform: capitalize;
    background: 0 0 !important;
    color: #f58719;
}

.inbox .fa-ellipsis-h {
    font-size: 20px;
    color: #f58719;
    opacity: 0.6;
}

.inbox .tab-pane {
    height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

.chat-box .received-message p:first-of-type,
.chat-box .send-message p:first-of-type {
    color: gray;
}

.chat-box .received-message .bg-gray {
    background-color: #f9f8fa;
}

.white {
    color: #fff;
}

.chat-box {
    /* height: 568px;
  overflow-y: auto;
  padding-right: 15px; */
}

.fc-h-event .fc-event-title {
    text-transform: capitalize;
}

.media,
.offline,
.online {
    position: relative;
}

.online .fa-circle {
    position: absolute;
    right: 0;
    font-size: 11px;
    left: 30px;
    top: 28px;
    color: #04e013;
}

.offline .fa-circle {
    position: absolute;
    right: 0;
    font-size: 11px;
    left: 30px;
    top: 28px;
    color: #b6b9c3;
}

/* Chat CSS End */

.add-statusbox {
    background: #fff;
    height: 100%;
    box-shadow: 0 12px 20px #455b6314;
    border-radius: 8px;
    padding: 7px 15px;
    position: relative;
}

.add-statusbox .fa-map-marker {
    font-size: 40px;
}

.info-box {
    width: 300px;
    padding: 10px;
}

.border-0 {
    border: 0 !important;
}

.info-box button {
    padding: 2px 20px;
    font-size: 14px;
    color: #fff;
}

.ft-13 {
    font-size: 13px;
    color: #3f3d56;
}

.btn-save,
.btn-close,
.btn-danger,
.btn-warning {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    margin-right: 10px !important;
}

#selectAllEmployees {
    padding-top: 0px;
}

/*.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary {
  background: #f58719 !important;
  border: 1px solid #f58719 !important;
}*/

.white-box {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 12px 20px #455b6314;
    border-radius: 8px;
    height: 600px;
    overflow-y: auto;
}

.white-box2 {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 12px 20px #455b6314;
    border-radius: 8px;
}

/* .leader-ranks img{
width:40px;
} */

.other-rank {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #fff;
}

.panel-title {
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

.panel-title::after {
    content: "\f107";
    color: transparent;
    top: -1px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
    cursor: pointer;
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}

.user-img {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

/* .active{
color: #8ACB3D;
} */

.inactive {
    color: gray;
}

.gray-box {
    background: #f0f4f4;
    padding: 10px;
    height: 150px;
    overflow-y: scroll;
}

table,
table a {
    color: #000000 !important;
    font-size: 12px;
}

.setting-col {
    height: 450px;
    overflow-y: auto;
}

label {
    font-size: 13px;
    color: #8d96a7;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 3px;
}
label.form-check-label {
    margin-left: 10px;
}

.form-control2,
.form-control2:focus,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    background: #f0f1f2;
    border: 0px;
}

.menu-box {
    position: absolute;
    top: 0;
    left: 90px;
    background: #3f3d56;
    width: 250px;
    padding: 20px 50px;
    z-index: 9999;
}

.menu-box .card {
    border: 0px;
}

.menu-box .card-header {
    background: #3f3d56;
    padding: 0;
    border: 0px;
    text-align: left;
    color: #fff;
}

.menu-box .card-body {
    background: #3f3d56;
    padding: 0;
}

.menu-box ul {
    list-style: none;
    padding-inline-start: 0px;
    text-align: left;
}

.menu-box ul li {
    padding-bottom: 8px;
}

.menu-box ul li a:hover {
    color: #fff !important;
}

.accordion-menu {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.accordion-menu::before {
    content: "\f067";
    /* fa-plus */
    font-family: "FontAwesome";
    position: absolute;
    left: -20px;
    top: 13px;
    font-size: 13px;
}

.accordion-menu[aria-expanded="true"]::before {
    content: "\f068";
    /* fa-minus */
}

.table td,
.table th {
    /* vertical-align: baseline; */
    border-top: 1px solid #f2f2f2;
}

.table th {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

#territory_performance table th {
    font-size: 12px;
}

.btn-orange {
    background: #f58719;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.btn-orange:hover {
    color: #fff;
}

/*.account-table tr {
  background: #fff;
}*/

.account-table input.form-control,
.input-group-text {
    border: none;
}

.input input.form-control,
.input .input-group-text {
    background: #f0f1f2 !important;
    border: 0px;
}

.input .input-group-text {
    width: auto;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.btn-cancel {
    background: #dc3545 !important;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 14px;
}

.btn-cancel:hover {
    color: #fff;
}

/* .body-bg {
  background-image: url('../images/map-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */

.bg-white1 {
    background-image: linear-gradient(157deg, #f59b42 6%, #c16407 83%);
    position: relative;
    height: 100vh;
}

.white:hover {
    color: #fff;
}

.ul-no-style {
    list-style: none;
    position: absolute;
    right: 47px;
    bottom: 20px;
    padding-inline-start: 0px;
}

.ul-no-style li {
    display: inline;
}

@media (max-width: 767px) {
    .ul-no-style {
        position: unset;
        padding-top: 15px;
    }
}

@media (max-width: 576px) {
    .bg-white1 {
        height: auto;
    }
}

.import-history thead th {
    background: #f58719;
    color: #fff !important;
}

a.orange {
    color: #f58719 !important;
    cursor: pointer;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.import-history td,
.import-history th,
.import-history thead th {
    border-top: none !important;
    border-bottom: none !important;
    padding: 20px 10px !important;
}

#manage_user .active {
    color: #77c31e;
    font-family: "Gibson-SemiBold";
    font-size: 15px;
}

/* .select2-container--default .select2-selection--single {
    background-color: #f0f1f2;
    border: none;
    border-radius: 3px;
    height: 40px;
} */

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0.375rem 0.75rem;
    color: #a8aaaa;
    font-size: 14px;
    border: 0 !important;
}

.gray-box2 {
    background: #f8f9fd;
    padding: 10px 20px;
}

.progress-bar {
    background-color: #ffd76e;
}

.filter-box2 {
    background: #fff;
    padding: 15px 11px;
    color: #000000;
    font-size: 12px;
}

.fa-plus-circle {
    position: relative;
    top: 1px;
    color: #f58719 !important;
}

.calculation label {
    font-size: 12px;
    font-weight: normal;
}
input.form-control {
    color: #f58719;
    /* font-size: 30px; */
}

#ajaxLoader {
    z-index: 9999;
    display: none;
    width: 69px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 2px;
}

.importBox {
    /* border: 2px solid; */
    /* min-width: 300px; */
    /* max-width: 300px; */
    /* margin-right: 15px; */
    /* border-radius: 5px; */
    margin-bottom: 1px;
}

.border-green {
    /* border-color: var(--green); */
}

.border-blue {
    border-color: var(--blue);
}

.border-gray {
    border-color: lightgray;
    opacity: 0.5;
}

.configDetails {
    width: 100%;
    overflow-x: auto;
}

.hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.importFields {
    /* height: 60px; */
    overflow-y: auto;
}

::-webkit-scrollbar {
    height: 6px !important;
}

.card[disabled] {
    pointer-events: none;
    opacity: 0.7;
}

.user_pin_image {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.hide_section {
    font-weight: bold;
    font-size: 12px;
    float: right;
    margin-top: 8px;
    cursor: pointer;
    margin-left: 10px;
    color: #f5872d;
}

.hide_section.collapsed:before {
    content: "+";
    margin-right: 5px;
    width: 15px;
}

.hide_section:before {
    content: none;
    margin-right: 5px;
    width: 15px;
}

/* Start Redesign CSS */
.primary-color {
    color: #4e5164;
}

.secondary-color {
    color: #2b3248;
}

.primary-input {
    height: 41px;
    border-radius: 5px;
}

.primary-input::-webkit-input-placeholder {
    /* Edge */
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.primary-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.primary-input::placeholder {
    color: #2b3248;
    font-size: 14px;
    opacity: 0.3;
}

.font-semi-bold {
    font-weight: 600;
}

.btn-add:hover {
    background: #3f3d56;
}

.font-13 {
    font-size: 13px;
}

.hover-color:hover {
    color: #f58719;
}

.btn-theme,
.btn-theme2 {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    z-index: 0;
    justify-content: center;
}

.btn-theme::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #3f3d56;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: -1;
}

.btn-theme:hover::before,
.btn-theme2:hover::before {
    transform: translateX(0);
}

button.btn.btn-add.btn-theme:hover {
    background: unset;
    border-color: transparent;
}

.bg-yellow {
    z-index: 0;
}

.bg-yellow::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 135, 25, 0) 64%,
        rgba(245, 135, 25, 0.1)
    );
    z-index: -1;
}

.font-20 {
    font-size: 18px;
}

.btn-color {
    color: #000000 !important;
}

.white-color-hover:hover {
    color: #fff !important;
}

.btn-theme.btn-black:hover > img {
    filter: brightness(0) invert(1);
}

button:focus {
    box-shadow: unset !important;
}

#notificationDropdown::after {
    content: none;
}

.dropdown-icon::after {
    font-size: 22px;
    color: #3f3d56;
}

.user-dropdown {
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #d1d5dc;
    background-color: #fff;
    margin-top: 30px;
    border: 0;
    border-radius: 10px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
    width: 300px;
}

.user-dropdown.dropdown-menu.show {
    display: flex;
}
.user-dropdown.dropdown-menu > li {
    padding: 7px 12px !important;
    margin: 0 !important;
}
.dropdown-menu::after {
    content: none !important;
}

.user-dropdown > a.dropdown-item:not(:last-child) {
    margin-bottom: 20px;
}

.user-dropdown > a.dropdown-item:hover {
    background-color: transparent;
    color: #f6912d;
}

.user-dropdown > a.dropdown-item {
    padding: 0;
    font-size: 18px;
    color: #000;
}

.user-profile-pic {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
}

.user-profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.font-30 {
    font-size: 30px !important;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.user-dropdown::after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -12px;
    right: 30px;
}

.btn-save2,
.btn-close2 {
    padding: 13px 60px;
    height: auto;
    border-radius: 5px;
    line-height: 0.88;
    letter-spacing: 0.66px;
    border: 0;
}

.opacity03 {
    opacity: 0.3 !important;
}

.opacity065 {
    opacity: 0.65 !important;
}

.form-control.form-control2 {
    background-color: rgba(141, 150, 167, 0.1);
    border: 1px solid transparent;
    height: 45px;
    font-size: 12px !important;
    color: #000124;
}

.form-control.form-control2:focus,
.form-control.form-control2:active {
    border: 1px solid #f58719 !important;
    background-color: rgba(245, 135, 25, 0.22);
}

.form-control2.form-control::-webkit-input-placeholder {
    /* Edge */
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control2.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control2.form-control::placeholder {
    font-size: 14px;
    color: #4e5164 !important;
    position: relative;
}

.form-control.focus-color:focus::placeholder {
    color: #f58719 !important;
    opacity: 1;
}

.form-control.focus-color:focus:-ms-input-placeholder {
    color: #f58719 !important;
}

.form-control.focus-color:focus::-ms-input-placeholder {
    color: #f58719 !important;
}

.btn-theme2::before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #f58719;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: -1;
    color: #fff !important;
}

.btn-theme2:hover {
    color: #fff;
}

.font-24 {
    font-size: 24px !important;
}

#pinDetail button {
    border-radius: 5px;
    font-weight: 600;
}

#pinDetailForm table td {
    font-size: 12px;
    text-align: center;
}

.user-search {
    width: 383px;
    margin-left: auto;
}

/* modified css */
.lb-white-box {
    background-color: #f7f7f7;
    box-shadow: none;
}

.lb-bg-height {
    min-height: 91.5vh;
}

.lb-select-bg {
    background-color: rgba(141, 150, 167, 0.1);
    border: 1px solid transparent;
    height: 45px;
    font-size: 12px !important;
    color: #000124;
    border-radius: 12px;
}

.leader-ranks {
    border-bottom: 1px solid #c8c7ce;
    padding-bottom: 1.5rem;
}

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

::-webkit-scrollbar-track {
  background: #f1f1f1;
} */

::-webkit-scrollbar-thumb {
    /* background-color: #f58719; */
    border-radius: 3px;
    background-color: #c9c9c9;
}

.faq-card-border,
.faq-card-border > .card-header {
    border: none;
}

.faq-card-border > .card-header > p {
    color: #a2a1b5;
}

.statuses-icon {
    padding: 1rem 0.9rem !important;
    border-radius: 100%;
    background-color: #f7f7f7;
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statuses-btn {
    padding: 0.85rem 1rem !important;
    border-radius: 100%;
    background-color: #f7f7f7;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.statuses-h6 {
    font-size: 22px !important;
}

.fields-mainp {
    color: #4e5164 !important;
}

.fields-ip > div > input {
    width: 80%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: rgba(141, 150, 167, 0.3) !important;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #4e5164;
    font-size: 16px;
}

.new-modal .form-control::placeholder {
    color: #000124 !important; /* apne desired color se change kar lo */
    opacity: 1; /* kuch browsers me placeholder dull na dikhe */
}
/* .customfields-table{
  border-collapse: inherit !important;
} */
.statuses-table th,
.statuses-table td {
    border-bottom: 0 !important;
    border-top: 0 !important;
    margin-bottom: 1rem !important;
}

.statuses-rightside-table {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    color: #000124;
    padding: 0 !important;
}

.customfield-icon {
    padding: 1.1rem 0.9rem !important;
    /* background: red; */
    border-radius: 100%;
    background-color: #f7f7f7;
    margin-right: 1rem;
}

.customfields-table > thead > tr,
.customfields-table > tbody > tr {
    margin-bottom: 2rem !important;
    border-bottom: 10px solid #f7f7f7;
}

.ft-weight-normal {
    font-weight: normal;
}

.statuses-righttable-select {
    /* padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0; */
    padding-left: 0 !important;
}

.statuses-righttable-select-center {
    /* padding: 1.5rem 0rem 1.5rem 5.5rem !important; */
}

.statuses-righttable-select-left {
    /* padding: 1.5rem 2.5rem !important; */
}

.nav-pills .nav-link.active img,
.nav-pills .show > .nav-link img {
    filter: brightness(0) invert(1);
}

.nav-pills .nav-link.active p {
    color: #fff;
}

.colorComponent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px;
    position: relative;
    z-index: 0;
}

.colorComponent input {
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.colorComponent::before {
    content: "";
    position: absolute;
    opacity: 0.08;
    background-color: #505a6c;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.text-underline {
    text-decoration: underline;
}

.theme-color {
    color: #f58719;
}

.add_territory {
    color: #3f3d56;
    font-size: 20px;
}

.dropdown span.fa.fa-cog {
    font-size: 26px;
    color: #3f3d56;
}

.territory-edit-dropdown .dropdown-menu {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.08);
    background-color: #eee;
    border-color: transparent;
    /* padding: 15px; */
}

.territory-edit-dropdown .dropdown-menu a.dropdown-item {
    /* color: #3f3d56; */
    /* letter-spacing: 0.03px; */
    font-size: 12px;
    padding: 4px 10px;
}

.territory-edit-dropdown .dropdown-menu a.dropdown-item:hover {
    background-color: transparent;
    color: #f58719;
}

.territories-search-area input {
    background-color: transparent !important;
    border: 1px solid #c4c3cb !important;
    border-right: 0 !important;
    height: 50px;
}

.territories-search-area span.input-group-text {
    background-color: transparent !important;
    border: 1px solid #c4c3cb !important;
    border-left: 0 !important;
    color: #c0bfc7 !important;
}

.territories-search-area input::-webkit-input-placeholder {
    /* Edge */
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input::placeholder {
    color: #3f3d56;
    opacity: 0.33;
}

.territories-search-area input:focus,
.territories-search-area input:active {
    border-color: #c4c3cb !important;
}

.territories-search-area input:focus::placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.territories-search-area input:focus:-ms-input-placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.territories-search-area input:focus::-ms-input-placeholder {
    color: #3f3d56 !important;
    opacity: 0.33;
}

.bg-shadow {
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
}

.user-pin-table thead th {
    border-bottom: 0;
}

.user-pin-table td,
.user-pin-table th {
    padding: 15px;
}

.fc-button.fc-button-primary {
    background-color: #fff !important;
    border-color: transparent !important;
    padding: 8px 25px !important;
    text-transform: capitalize !important;
    color: #3f3d56 !important;
    border-radius: 4px !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0) !important;
    transition: all 0.5s ease !important;
}

.fc-button.fc-button-primary.fc-button-active,
.fc-button.fc-button-primary:hover {
    background-color: #f58719 !important;
    border-color: transparent !important;
    color: #fff !important;
}

.user-calendar-post:not(:last-child) {
    border-bottom: 1px solid #cfced4;
}

.menu-box .card-body ul > li > a {
    color: #fff !important;
    opacity: 0.5;
    font-size: 16px !important;
}

.menu-box .card-body ul > li > a:hover {
    opacity: 1;
    text-decoration: none;
}

.user-boxes .card {
    background-color: transparent;
    border: 0;
}

.user-boxes .card-header {
    background-color: transparent;
    border: 0;
}

.user-boxes input.form-control.autocomplete {
    background-color: #fff;
    border-color: transparent;
}

.user-boxes span.input-group-text {
    background: #fff !important;
}

table.account-table th,
table.account-table td {
    border: 0;
    border-bottom: 1px solid #eff0f1;
}

/* .account-table .new-modal .form-control {
    background-color: #fff !important;
} */

.account-table .input-group .form-control {
    /* background: #fff; */
}

.account-table span.input-group-text {
    background: #fff !important;
}

/* End Redesign CSS */

/* Modify  Css */

/* Font css  */

.font-19 {
    font-size: 19px;
}

.font-28 {
    font-size: 28px;
}

.font-14 {
    font-size: 14px;
}

.font-26 {
    font-size: 26px;
}

.font-22 {
    font-size: 21px;
}

.font-18 {
    font-size: 16px;
}

/* Font css end */

/* Font color css  */

.color-fff {
    color: #fff;
}

.color-ffd76e {
    color: #ffd76e !important;
}

.color-ffd76e {
    color: #ffd76e;
}

.bg-ffd76e {
    background-color: #ffd76e;
}

.color-black {
    color: #000;
}

.color-f58719 {
    color: #f58719 !important;
}

.color-3f3d56 {
    color: #3f3d56;
}

.color-c840e9 {
    color: #c840e9;
}

.color-gray {
    color: rgba(48, 48, 48, 0.87) !important;
}

.color-0087 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.color-4e5164 {
    color: #4e5164;
}

.color-373c57 {
    color: #373c57;
}

.color-danger {
    color: #f52119 !important;
}

.color-9095a4 {
    color: #9095a4;
}

.color-04e013 {
    color: #04e013;
}

/* Font color css  end */

/* Font weight css  */

.font-600 {
    font-weight: 600 !important;
}

.font-500 {
    font-weight: 500 !important;
}

/* Font weight css  */

/* Login page Css  */
.clear-filter {
    text-decoration: underline;
}

.andriod-app-store {
    position: unset;
    display: flex;
    align-items: end;
    justify-content: center;
}

.andriod-app-store a {
    padding: 10px;
}

.user-drop-down {
    background-color: rgba(255, 215, 110, 0.1);
    min-height: 99px;
    padding-left: 20px;
}

.navbar-collapse {
    margin: -15px -10px;
}

/* Login page Css End  */

/* Dashboard css  */
.filter-btn {
    background-color: #f58719;
    width: fit-content;
    padding: 10px 55px !important;
    border-color: transparent;
    border-radius: 8px;
}

.filter-btn p {
    margin: 0 !important;
    font-size: 17px;
    color: #fff;
    margin-right: 15px;
    line-height: 1.5 !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.dis-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

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

.filter-sec {
    background-color: #fff;
    padding: 20px 20px 30px;
    border-radius: 4px;
}

.title h5 {
    margin: 0 !important;
}

.select2 {
    border: 0;
    border-radius: 0;
}

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

.search-btn {
    height: 36px;
    width: 156.3px;
    background-color: #f58719;
    border-color: transparent;
    color: #fff;
    border-radius: 8px;
}

/* Dashboard css end  */

/* Side Bar Css  */
.non-active .active-img {
    display: none;
    margin: 0 auto;
}

.non-active .static-img {
    display: block;
    margin: 0 auto;
}

.side-active .active-img {
    display: block;
    margin: 0 auto;
}

.side-active .static-img {
    display: none;
    margin: 0 auto;
}

.side-active {
    background-image: linear-gradient(
        to right,
        rgba(245, 135, 25, 0),
        rgba(245, 135, 25, 0.2)
    );
}

.non-active p {
    padding-top: 10px;
}

.side-active p {
    color: #f58719;
    padding-top: 10px;
}

.mod-side-bar > li {
    margin: 0 !important;
    padding: 0 !important;
}

.map-icon {
    margin-right: 10px;
}

.territories-input input {
    width: 100% !important;
    height: 38px;
    border: solid 1px #8d96a7 !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    padding: 0 10px 0 30px;
    font-size: 12px;
}

.territories-input input:focus {
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff !important;
    z-index: 0 !important;
}

.search-icon {
    position: absolute;
    top: 11px;
    left: 10px;
}

.search-icon i {
    color: rgba(141, 150, 167, 0.3);
    font-size: 18px;
}

.territory-filter p {
    margin: 0;
    line-height: 1.5 !important;
    margin-left: 10px;
}

.nav-pills > li {
    margin: 0 !important;
}

.map-title {
    position: absolute;
    top: 50px;
    left: 30px;
}

.territorE-border {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

/* Side Bar Css  End */

/* Map Page css  */

.new-select .select2-container--default .select2-selection--multiple {
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}

.new-input input {
    width: 100% !important;
    height: 45px !important;
    border-radius: 0 !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}

.first-cell {
    width: 40%;
    flex: 0 0 60%;
}

.boder::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
}

.boder {
    position: relative;
}

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

.cencel-btn {
    width: 125px;
    height: 40px;
    border-radius: 7px;
    border: solid 1px #f58723;
    background-color: #fff;
    color: #f58723;
}

.btn-save {
    height: 40px;
}

.bnt-area {
    width: 100%;
}

/* Map Page css  end */

/* Filter css  */

/* .filter-box {
  padding: 10px 6px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, rgba(245, 135, 25, 0) 80%, rgba(245, 135, 25, 0.1) 100%);
  min-height: 540px;
} */

.boder {
    width: 100%;
}

.status-text h5 {
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 18px;
}

.table-row {
    padding: 0;
}

.table-row table {
    background-color: #fff;
    border-radius: 12px;
}

.w-14 {
    width: 14%;
}

.table-row table th {
    border-top: 0;
    border-bottom: 1px solid rgba(63, 61, 86, 0.25);
    padding: 16px 10px !important;
    color: #3f3d56;
    background: #f58719;
}

.table-row table td {
    padding: 19px 9px !important;
    color: #3f3d56;
}

.table-row table td:not(:last-child) {
    border-bottom: 2px solid #f2f2f2;
}

.t-row-color {
    border-radius: 8px;
}

.add-modal {
    min-width: 1100px;
    border-radius: 12px;
}

.add-modal .modal-header {
    background-color: #f58719;
    color: #fff;
    padding: 15px 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.add-modal .modal-content {
    border-radius: 12px;
}

.add-modal .modal-header .close {
    color: #fff;
    font-weight: 100;
}

.edit-profile-img input::placeholder,
.add-modal input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(168, 170, 170, 0.42) !important;

    /* Firefox */
}

.edit-profile-img input:-ms-input-placeholder,
.add-modal input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(168, 170, 170, 0.42) !important;
}

.edit-profile-img input::-ms-input-placeholder,
.add-modal input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(168, 170, 170, 0.42) !important;
}

.add-modal .btn-close {
    color: #f58723;
    border: 1px solid #f58723;
    background-color: transparent;
    border-radius: 7px;
}

.add-modal .modal-footer {
    padding-bottom: 20px;
}

.add-modal .modal-body {
    padding: 20px 30px;
}

.add-appoit {
    height: 54px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 9px;
    background-color: #f58719;
    border-color: transparent;
}

.appoit-text {
    padding-bottom: 30px;
}

.appoit-text h2 {
    margin: 0 !important;
}

.appoit-filter-box .head {
    background-color: rgba(245, 135, 25, 0.1);
    padding: 20px 30px 30px 25px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/*
.appoit-filter-box .filter-body {
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #fff 81%, rgba(245, 135, 25, 0.1) 100%);
  padding: 20px;
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 595px;
  overflow: auto;
} */

.user-select {
    width: 100% !important;
    height: 35px !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    color: rgba(168, 170, 170, 1) !important;
    font-size: 14px;
}

.company-users {
    margin-top: 30px;
}

.user-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
}

.border-bottom {
    border-bottom: 1px solid #dddfe4;
}

/* Chat Screen Css  */
.chat-users {
    margin-bottom: 30px;
    position: relative;
    padding: 25px;
    height: 834px;
    border-radius: 10px;
    overflow: auto;
    background-image: linear-gradient(
        to bottom,
        #fff 82%,
        rgba(245, 135, 25, 0.1)
    );
}

.filter-box-2 p {
    margin-bottom: 10px;
}

/* .filter-box2 {
  background: #fff;
  padding: 15px 11px;
  color: #000000;
  font-size: 12px;
} */

.chat-user {
    padding: 10px 20px;
    border-radius: 0;
    margin-bottom: 15px;
}

.chat-user:hover {
    background-color: #f2f2f2 !important;
    border-radius: 5px;
    border-bottom-color: transparent !important;
}

.chat-user:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.chat-profile {
    margin-bottom: 20px;
}

.chat-profile .user-chat-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.chat-profile > ul {
    display: flex;
    align-items: center;
}

.chat-profile .user-chat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-name > p {
    color: rgba(0, 0, 0, 0.5);
}

.chat-users .nav-item {
    width: 50%;
    text-align: center;
}

.chat-users .nav-item .nav-link.active {
    color: #fff;
}

.chat-users .nav-item .nav-link {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.5);
}

.tabs-area > ul {
    margin: 30px 0 10px 0 !important;
}

.other-chat-img {
    width: 60px;
    height: 60px;
    position: relative;
}

.other-chat-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    flex: 0 0 50px;
}

.other-user-names {
    width: 100%;
}

.chat-time {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-time p {
    color: rgba(0, 0, 0, 0.5);
    margin: 0 !important;
}

.other-user-names h2 {
    margin: 0 !important;
}

.on-icon {
    position: absolute;
    bottom: 1px;
    right: 0px;
}

.user-active {
    background-color: #f2f2f2 !important;
    padding: 10px 20px;
    border-radius: 5px;
    border-bottom: 0 !important;
}

.ad-user {
    position: absolute;
    bottom: 25px;
    right: 30px;
}

.chat-screen {
    background-color: #fff;
    position: relative;
    height: 760px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: auto;
    padding: 10px 20px;
}

.chat-bottom-border {
    border-bottom: 1px solid #f0f0fb;
}

.chat-detail {
    padding-bottom: 20px;
    border-radius: 0;
    margin-bottom: 15px;
}

.msg-input {
    padding: 10px 20px;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.msg-input input {
    border-color: transparent;
    width: 100%;
    height: 57px;
    border-radius: 7px;
    background-color: #f2f2f2;
    padding: 10px 50px 10px 20px;
}

.postion-relative {
    position: relative;
}

.send-icon {
    position: absolute;
    top: 15px;
    right: 30px;
    cursor: pointer;
}

.aposite-chat {
    padding: 13px 20px;
    max-width: 540px;
    width: fit-content;
    border-radius: 7px;
    background-color: #f2f2f2;
    margin-bottom: 12px;
}

.aposite-chat p {
    line-height: 1.5 !important;
    margin: 0 !important;
    color: #9095a4;
    font-size: 14px;
}

.mine-chat {
    padding: 13px 20px;
    max-width: 540px;
    width: fit-content;
    border-radius: 7px;
    background-color: #f58719;
    margin-bottom: 12px;
}

.mine-chat p {
    line-height: 1.5 !important;
    margin: 0 !important;
    color: #ffffff;
    font-size: 14px;
}

.text-end {
    text-align: end !important;
    display: flex;
    align-items: center;
    justify-content: end;
}

.mine-chats {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    flex-direction: column;
}

.table-header {
    padding: 25px 90px 25px 20px;
    background-color: rgba(254, 243, 231, 0.5);
    background-color: #fef3e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table-header .chat-detail {
    margin: 0 !important;
    padding: 0 !important;
}

.manage-icon {
    top: 12px !important;
}

.territories-input .manage-input {
    width: 435px !important;
}

.territories-input .manage-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a8aaaa;

    /* Firefox */
}

.territories-input .manage-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a8aaaa;
}

.territories-input .manage-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a8aaaa;
}

.manage-table {
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.manage-table table {
    border-radius: 10px;
}

.manage-table th {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 30px 15px;
    font-size: 22px;
}

.manage-table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 20px 10px;
}

.w-60 {
    width: 60%;
}

.w-20 {
    width: 20%;
}

.table-user-name p {
    margin: 0 !important;
}

.table-deatil {
    margin: 0 !important;
    padding: 0 !important;
}

.leader-header {
    padding: 25px 20px;
    background-color: rgba(254, 243, 231, 0.5);
    background-color: #fef3e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.leader-header .chat-time > h2 {
    margin: 0;
}

.leaderboard-text {
    padding: 0 10px 10px 10px;
    height: 834px;
    background-image: linear-gradient(
        to bottom,
        #fff 82%,
        rgba(245, 135, 25, 0.1)
    );
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.leader-detail {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.leader-time p {
    margin: 0 !important;
}

.leader-detail:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.board-number p {
    margin: 0 !important;
}

/* Faq Page  */

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

.faq-title .territories-input .faq-input {
    background-color: rgba(255, 215, 110, 0.1s) !important;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.accord-bg {
    padding: 0;
}

.accord-bg .accordion .card .card-header {
    position: relative;
    background-color: rgba(168, 170, 170, 0.15);
    padding: 13px 15px;
    display: flex;
    align-items: center;
    border-color: transparent;
}

.accord-bg .accordion .card {
    margin-bottom: 20px;
    border-radius: 5px;
    border: 0;
    background-color: #f0f1f2;
}

.accord-bg .accordion .card-body {
    padding: 0;
    padding: 20px 10px;
    background-color: #f0f1f2;
}

.accord-bg .accordion .card-body p {
    margin: 0 !important;
    color: #a8aaaa;
    line-height: 1.67;
}

.accord-bg .accordion .card .card-header button {
    width: 100%;
    text-align: left;
    padding: 0;
    color: #a8aaaa;
}

.accord-bg .accordion .card .card-header .icon {
    position: absolute;
    right: 25px;
    top: 36%;
}

.new-icon {
    top: 10px;
}

.privacy-box {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
}

.privacy-box p {
    line-height: 1.7;
    font-size: 16px;
    font-weight: 500;
    color: #000124;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
}

.avatar-upload .avatar-edit label {
    cursor: pointer;
}

.avatar-upload .avatar-edit input {
    display: none;
}

/* .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
} */

/* .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
} */

/* .avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

*/
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.avatar-upload .avatar-preview > img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}

input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    content: " ss ";
    color: transparent;
    padding: 0 5px;
    background-image: url("../images/calendar.png");
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: transparent;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.date-input {
    margin-top: 10px;
    padding: 20px;
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 5px;
    background-color: rgba(168, 170, 170, 0.15);
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(168, 170, 170, 0.42) !important;

    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(168, 170, 170, 0.42) !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea::-webkit-input-placeholder {
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(168, 170, 170, 0.42) !important;
}

textarea:-ms-input-placeholder {
    color: rgba(168, 170, 170, 0.42) !important;
}

.bg-or-light {
    background-color: rgba(245, 135, 25, 0.1);
    margin: 0;
    padding: 16px 14px;
    margin-top: 27px !important;
}

.bg-grey-light {
    background-color: rgba(73, 89, 105, 0.1);
}

.modify-table th {
    color: #3f3d56;
    font-weight: 600 !important;
    border: 0;
    border-bottom: 0 !important;
    text-align: center;
}

.modify-table td {
    color: #3f3d56;
    font-weight: normal !important;
    border: 0;
}

.app-p p {
    margin: 0;
}

/* Chat Screen Css End */

span.select2-selection.select2-selection--multiple {
    min-height: 46px !important;
    background-color: rgba(141, 150, 167, 0.1) !important;
    font-size: 12px;
    color: #000124 !important;
    border: 0px;
    border-radius: 10px !important;
}

span.select2-selection.select2-selection--multiple:active,
span.select2-selection.select2-selection--multiple:focus {
    border: 1px solid transparent !important;
}

.filter-box .filter-title {
    margin-bottom: 40px;
    margin-top: 15px;
}

.status-detail {
    /* padding: 2px 0; */
}

.list-title {
    font-size: 30px;
    font-weight: bold;
    color: #f58719;
    padding-left: 20px;
    padding-bottom: 30px;
}

/* Modify  Css End */
.d-none {
    display: none !important;
}

.nav-top {
    align-items: center;
}

.fc-h-event {
    background-color: #f58719 !important;
    border-color: #f58719 !important;
    padding-left: 10px !important;
}

table.fc-scrollgrid {
    background-image: linear-gradient(
        to bottom,
        #fff 68%,
        rgba(245, 135, 25, 0.1) 90%
    );
}

.fc .fc-toolbar.fc-header-toolbar {
    padding: 15px 10px;
    margin: 0 !important;
    background-color: rgba(141, 150, 167, 0.3);
}

.table-row.table-responsive #userpins-list_wrapper {
    /* width: 1000px; */
    max-width: 100% !important;
}

.table-row.table-responsive #userpins-list_wrapper .sorting {
    padding: 20px 8px !important;
    background-color: #f58719;
    color: #fff;
}

.setting-col {
    transform: translate3d(-225px, 25px, 0) !important;
}

.table-container {
    max-height: 330px;
    min-height: 330px;
    /* Adjust this value as needed */
    overflow-y: scroll;
}

/* Style for the fixed header */
thead {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 20px 0 !important;
}

/* Optional: Style the table cells, borders, etc. */
table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 8px !important;
    font-size: 12px !important;
}
/*
.filter-box-2 {
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, rgba(245, 135, 25, 0) 80%, rgba(245, 135, 25, 0.1) 100%);
} */

.table th {
    border: 0 !important;
}

.table-container .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent !important;
}

.table td img {
    width: 13px;
    height: 15px;
}

.table td a img {
    width: auto;
    height: auto;
}

.table td .other-chat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button.btn-black img {
    width: 16px;
    height: 14px;
    margin-right: 5px;
}

.user-profile {
    position: relative;
}

.user-profile .user-active-img {
    position: absolute;
    top: 74%;
    right: 4%;
}

/* Start Responsive CSS */

/* End Responsive CSS */
#myChart {
    height: 500px !important;
}

#myChart2 {
    /*   height:500px !important; */
}

@media (min-width: 1600px) {
    .login-bg {
        height: 100vh;
    }
}

.border-dashed {
    border: 1px dashed #a9a8b3;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* New csss  */

.dailog-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f7f7f7;
}

.dailog-header {
    position: relative;
    margin-bottom: 10px;
}

.dailog-header div {
    position: relative;
    padding: 10px 10px;
}

.dailog-body {
    padding: 10px 10px;
}

.gm-style-iw {
    padding: 0 !important;
}

/* Scrollbar Styling */
.gm-style-iw-d::-webkit-scrollbar {
    width: 1px !important;
}

.gm-style-iw-d::-webkit-scrollbar-track {
    background-color: #ebebeb !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

.gm-style-iw-d::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #6d6d6d !important;
}

.gm-style-iw-d p {
    margin-bottom: 10px !important;
}

.gm-ui-hover-effect {
    top: 10px !important;
    right: 10px !important;
    width: 30px !important;
    height: 30px !important;
    border: 1px solid transparent !important;
}

.gm-ui-hover-effect span {
    pointer-events: none;
    display: block;
    width: 17px;
    height: 19px;
    margin: 8px;
}

.map-sec {
    position: relative;
}

.right-sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 20px 0 rgba(69, 91, 99, 0.08);
    background-color: #fff;
}

.drawer-header {
    position: relative;
}

.drawer-header > div {
    padding: 10px 15px;
}

.drawer-header h1 {
    font-size: 22px;
}

.drawer-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f7f7f7;
}

.drawer-body {
    padding: 10px 15px;
}

.drawer-body h1 {
    font-size: 18px;
}

.terrain-img {
    width: 120px;
    height: 115px;
    border-radius: 8px;
    margin-right: 13px;
    flex: 0 0 120px;
}

.terrain-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.terrain-img p {
    font-size: 14px;
    margin-top: 4px;
}

.custom-tabs {
    margin: 16px 0 40px 0;
}

.box .filter img {
    width: 20px;
}

.activity-box .territory img {
    width: 20px;
}

.nav-tabs .nav-link.active,
.nav-tabs .show > .nav-link {
    background: #f58719 !important;
}

.custom-tabs .nav-tabs {
    border: 0 !important;
    width: 100%;
}

.custom-tabs .nav-tabs .nav-item {
    width: 50%;
}

.custom-tabs .nav-tabs > li {
    margin: 0 !important;
}

.custom-tabs .nav-tabs .nav-link {
    background: #f2f2f2ff;
    text-align: center;
    border: 0;
    color: #000;
}

.custom-tabs .nav-tabs .nav-link.active {
    color: #fff !important;
}

.activer-users p {
    margin: 0 !important;
}

.activer-users {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
    padding: 0 15px 13px 15px;
}

.active-user-img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 10px;
}

.active-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-text-box .title {
    color: #000000;
}

.tab-text-box .date-p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.custom-tabs .tab-content {
    margin-top: 25px;
}

.activer-users .area-activity-p {
    margin-top: 11px !important;
}

.participat-modal .modal-body {
    padding: 0 !important;
}

.participat-modal .modal-header {
    background-color: #f58719 !important;
    color: #fff;
    padding: 25px 12px;
    margin-bottom: 10px;
}

.participat-modal .modal-body .activer-users {
    padding: 10px 12px;
}

.participat-modal .close {
    color: #fff !important;
    opacity: 1;
}

.pin-item {
    margin-right: 10px;
    margin-right: 10px;
    background-color: #f2f2f2;
    /* padding: 15px 35px; */
    border-radius: 12px;
    margin-bottom: 10px !important;
    display: flex;
    flex-direction: column;
    width: 117px;
    height: 114px;
    align-items: center;
    justify-content: center;
}

.pin-item-active {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    width: 117px;
    height: 114px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: solid 1px #3f3d56;
    padding: 15px 0;
    border-radius: 12px;
    margin-bottom: 10px !important;
}

.pin-item p,
.pin-item-active p {
    margin: 0 !important;
    margin-top: 5px !important;
}

.pin-img {
    height: 50px;
    width: 54px;
    border-radius: 50%;
}

.pin-img img {
    width: 100%;
    height: 100%;
}

.table-row.table-responsive #userpins-list_wrapper .sorting:first-child {
    border-top-left-radius: 10px;
}

.table-row.table-responsive #userpins-list_wrapper .sorting:last-child {
    border-top-right-radius: 10px;
}

/* .terrain-box {
  height: 141px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  min-width: 639px;
  max-width: 1001px;
} */

.terrain-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.terrain-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.user-scroll {
    height: 430px;
    overflow: auto;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #f58718 !important;
    border-color: #f58718 !important;
    border-radius: 7px;
}

.terrain-scroll {
    width: 403px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 145px;
}

/* .scrollable table,
.scrollable th,
.scrollable td {
  border: 1px solid #ccc;

}

*/
.scrollable table {
    border-spacing: 0;
    border-collapse: collapse;
    width: auto;
    border-radius: 22px;
}

.scrollable table th,
.scrollable table td {
    padding: 6px 8px;
    vertical-align: top;
}

.scrollable table th {
    background: #f58719;
    color: #fff;
    font-weight: 900;
    text-align: left;
    padding: 22px 10px !important;
    letter-spacing: 1.3px;
}

.scrollable table th:first-child {
    border-top-left-radius: 16px;
}

.scrollable table th:last-child {
    border-top-right-radius: 16px;
}

/* .scrollable table tbody tr:nth-child(odd) {
  background: #f3f3f3;
} */

.scrollable {
    overflow: auto;
    position: relative;
    width: 95%;
}

.scrollable.is-scrollable:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px/50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: none;
}

.scrollable > div {
    overflow-x: auto;
}

.scrollable > div ::-webkit-scrollbar {
    height: 12px;
}

.scrollable > div ::-webkit-scrollbar-track {
    background: #f0f0f0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
}

.scrollable > div ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 6px;
}

.scrollable td {
    min-width: 250px;
    max-width: 285px;
    /* Set your desired maximum width */
    word-wrap: break-word;
    /* Allow long words to break and wrap */
    padding: 10px 10px !important;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_paginate .pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    width: auto;
}
div.dataTables_wrapper div.dataTables_paginate .pagination li {
    border: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate .pagination a {
    text-decoration: none;
    color: #000;
    float: left;
    padding: 8px 16px;
    border: 0 !important;
    /* border-radius: 8px; */
}

div.dataTables_wrapper div.dataTables_paginate .pagination1 a.active {
    background-color: #f58719;
    color: #fff;
    border-radius: 12px;
}

div.dataTables_wrapper
    div.dataTables_paginate
    .pagination1
    a:hover:not(.active) {
    background-color: #ddd;
}

div.dataTables_wrapper div.dataTables_paginate .pagination2 a.active {
    background-color: #f58719;
    color: #fff;
    padding: 10px;
}
li#userpins-list_previous {
    margin-right: 10px;
}

li#userpins-list_next {
    margin-left: 10px;
}

.close-img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.close-img img {
    width: 100%;
    height: 100%;
}

.color_box {
    width: 20px;
    height: 20px;
    background-color: red;
    margin-top: 2px;
    margin-left: 8px;
    border-radius: 4px;
}

.fc .fc-toolbar-title {
    font-size: 1.25em !important;
}

.calender-icon {
    position: absolute;
    right: 17px;
    top: 37%;
}

/*******/
@font-face {
    font-family: "EuclidSquare-light";
    src: url("../Font/EuclidSquare-Light.ttf");
}

@font-face {
    font-family: "EuclidSquare-Medium";
    src: url("../Font/EuclidSquare-Medium.ttf");
}

@font-face {
    font-family: "EuclidSquare-Bold";
    src: url("../Font/EuclidSquare-Bold.ttf");
}
@font-face {
    font-family: "EuclidSquare-regular";
    src: url("../Font/EuclidSquare-SemiBold.ttf");
}

body {
    margin: 0;
    color: #000126;
    font-size: 13px;
    position: relative;
    font-family: "EuclidSquare-light" !important;
    overflow-x: hidden;
    background-color: #f7f7fa;
}

.data-table {
    font-family: "EuclidSquare-Medium" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    src: url("../Font/EuclidSquare-Bold.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

ol,
ul {
    padding: 0 !important;
    list-style: none !important;
}

p,
ul,
ol,
div,
footer,
header,
main {
    font-family: "EuclidSquare-light" !important;
}
.setting-box p.font-18 {
    font-family: "EuclidSquare-Medium" !important;
}
.acc-box p:not(.font-12) {
    font-family: "EuclidSquare-regular" !important;
}
/* total width */
::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
    display: none;
}

a {
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
    text-decoration: none !important;
    color: #000126 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

address,
dl,
ol,
p,
ul {
    margin: 0 !important;
}

a:hover,
a:focus,
a:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

button {
    transition: all 0.5s ease;
}

.btn-theme {
    border-radius: 12px;
    background-color: #1182f1;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}

.btn-theme2 {
    border-radius: 12px;
    background-color: #8d96a7;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}

.btn-theme3 {
    border-radius: 12px;
    background-color: #ae0808;
    color: #ffffff;
    font-size: 14px;
    padding: 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    height: 40px;
}
/*
.btn-theme::after,
.btn-theme2::after,
.btn-theme3::after {
  background-color: #111114;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(40deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
  position: absolute;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-theme:hover::after,
.btn-theme2:hover::after,
.btn-theme3:hover::after {
  height: 100%;
  width: 135%;
}

.btn-theme:hover,
.btn-theme2:hover,
.btn-theme3:hover {
  color: #fff !important;
} */

.auth-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.container {
    width: 100% !important;
    max-width: 100%;
    padding: 0 100px;
    margin: 0 auto;
}

/* Font  */

.font-38 {
    font-size: 38px;
}

.font-48 {
    font-size: 48px;
}

.font-16 {
    font-size: 15px;
}

.color-fff {
    color: #fff;
}

.color-blue {
    color: #1182f1 !important;
}

.color-light {
    color: rgb(0, 1, 36, 0.6);
}

/* // Header css */
header {
    padding: 36px 13px 10px 20px;
}

.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-button:hover {
    cursor: pointer;
}

.icon-button__badge {
    position: absolute;
    top: -4px;
    right: 0;
    width: 15px;
    height: 15px;
    background: #1182f1;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
}

.main-sec {
    padding: 0 20px;
}

#sidebar {
    width: 70px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

#wrapper.toggled #sidebar {
    width: 395px;
}

#sidebar {
    position: sticky;
    z-index: 1000;
    left: -180px;
    transition: all 0.3s;
}

div#wrapper main {
    background-color: #f7f7fa;
    height: auto;
}

#wrapper.toggled #sidebar {
    left: 0;
}

/* #wrapper.toggled .flex-grow-1 {
  margin-left: 250px;
} */

aside ul li a {
    color: #8d96a7 !important;
}

#sidebar .side-logo {
    display: none;
}

#sidebar ul li a {
    display: none;
}

.toggled #sidebar .side-logo {
    display: block;
}

#sidebar .accordion-button::after {
    content: none;
}

.toggled #sidebar .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    opacity: 0.4;
}

.toggled #sidebar ul li a {
    display: block;
}

.toggled #sidebar ul li img {
    margin-left: 0;
}

#sidebar .user-list li p {
    display: none;
}

.toggled #sidebar .user-list li p {
    display: block;
}

* {
    box-sizing: border-box;
}

.nav-active {
    background-image: linear-gradient(to left, #fdeddd, #fff 52%);
    position: relative;
}

.nav-active::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    background-color: #f58719;
    top: 20%;
    right: 0;
    border-radius: 10px !important;
}

.nav-active a {
    color: #f58719 !important;
}

.toggled aside .nav .nav-item {
    padding: 12px 22px;
}

/***********************
** Start Sidebar Menu **
***********************/

/* aside {
  position: fixed;
  width: 265px;
  height: 100%;
  overflow: auto;
}

.logo {
  height: 90px;
  font-family: sans-serif;
  font-size: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.logo span span {
  color: rgb(25, 118, 210);
}

.logo select {
  display: block;
  height: 20px;
  margin-top: 22px;
  width: 40px;
  font-size: 10px;
  text-transform: capitalize;
}

ul li label i:first-child {
  color: rgb(119, 119, 119);
}

.sub-menu ul>li {
  margin-top: 11px;
  font-size: 14px;
}


Side Bar Css
#sidebar {
  width: 250px;
  min-height: 100vh;
  background-color: #fff;
}

#sidebar {
  position: absolute;
  z-index: 1000;
  left: -180px;
  transition: all 0.3s;
}

div#wrapper main {
  margin-left: 77px;
}

#wrapper.toggled #sidebar {
  left: 0;
}

#wrapper.toggled .flex-grow-1 {
  margin-left: 250px;
}

aside ul li a {
  color: #8d96a7 !important;
}

#sidebar .side-logo {
  display: none;
}

#sidebar ul li a {
  display: none;
}

.toggled #sidebar .side-logo {
  display: block;
}

#sidebar .accordion-button::after {
  content: none;
}

.toggled #sidebar .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  opacity: 0.4;
}

.toggled #sidebar ul li a {
  display: block;
}

#sidebar ul li img {
  margin-left: 184px;
}

#sidebar ul li .user-profile img {
  margin-left: 174px;
}

.toggled #sidebar ul li img {
  margin-left: 0;
}

#sidebar .user-list li p {
  display: none;
}

.toggled #sidebar .user-list li p {
  display: block;
}

* {
  box-sizing: border-box;
} */

/***********************
** Start Sidebar Menu **
***********************/

/* aside {
  position: fixed;
  width: 265px;
  height: 100%;
  overflow: auto;
}

.logo {
  background-color: rgb(195, 195, 195);
  height: 90px;
  font-family: sans-serif;
  font-size: 22px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.logo span span {
  color: rgb(25, 118, 210);
}

.logo select {
  display: block;
  height: 20px;
  margin-top: 22px;
  width: 40px;
  font-size: 10px;
  text-transform: capitalize;
}

ul li label i:first-child {
  color: rgb(119, 119, 119);
}

.sub-menu ul>li {
  margin-top: 11px;
  font-size: 14px;
} */

/* Start Radio inputs */

/* Start Menu */

.sub-menu {
    padding-left: 28px;
    margin-top: 12px;
}

.nav > li {
    margin-bottom: 5px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    padding: 0;
    border: 0 !important;
    background: transparent;
}

.accordion-item {
    border: 0;
    background: transparent;
}

.accordion-item:first-of-type .accordion-button {
    padding: 0;
    background: transparent;
    border: 0 !important;
    box-shadow: none;
}

.user-list {
    width: 100%;
    position: absolute;
    bottom: 20px;
    border-top: 1px solid rgba(141, 150, 167, 0.4);
    padding: 0 20px !important;
}

.user-list .user-profile {
    width: 50px;
    height: 50px;
    flex: 0 0 44px;
    margin-right: 9px;
}

.user-list .user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-list li {
    margin-top: 10px;
}

.dashboard header {
    padding: 12px 15px 11px 5px;
}

.dashboard header ul > li:not(:last-child) {
    margin-right: 20px;
    position: relative;
}

.dashboard header .after-line > li:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(141, 150, 167, 0.5);
    left: -10px;
    top: 0;
}

.dashboard header ul > li:not(:last-child) {
    padding: 0 5px;
}

.search-header-icon::after {
    content: none !important;
}

.side-logo img {
}

/* End Menu */

/* User Type  */

.user-type-input #addon-wrapping {
    background: transparent;
    border: solid 1px #e2e6ed;
    background-color: #fff;
    border-right: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 44px;
}

.user-type-input input {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0;
    border: solid 1px #e2e6ed;
    background-color: #fff;
    border-left: 0;
    height: 44px;
}

.user-type-input input:active,
.user-type-input input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #e2e6ed;
}

.user-type-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data-table thead {
    background-color: #1182f1;
    padding: 20px 0 !important;
    border-radius: 12px;
}

.data-table th {
    padding: 20px 10px;
    color: #fff;
}

.data-table {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    /* box-shadow:; */
}

.data-table td {
    padding: 20px 10px 10px 10px;
}

.data-table th:first-child {
    border-top-left-radius: 12px;
}

.data-table th:last-child {
    border-top-right-radius: 12px;
}

.data-table .btn {
    border: 1px solid #8d96a7;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    color: #000;
    border-radius: 10px;
    padding: 4px 16px;
    font-size: 14px;
}

.dt-length {
    display: none;
}

table.table.dataTable > tbody > tr:nth-child(odd) {
    background: #ffffff !important;
}

.table > :not(caption) > * > * {
    border-bottom: 0 !important;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
    box-shadow: none !important;
}

.pagination .dt-paging-button .page-link {
    border-radius: 12px;
    background: rgba(141, 150, 167, 0.1);
    border: 0;
    padding: 10px 20px;
}

.pagination .dt-paging-button.active a {
    background: #1182f1;
    border-radius: 2px;
}

.table-responsive .dt-info,
.table-responsive .dt-paging {
    margin-top: 40px !important;
}

.table > tbody tr td:first-child {
    color: rgb(0, 1, 36, 0.9) !important;
    font-size: 16px;
}

.dropdown-menu > li:first-child a {
    color: #1182f1 !important;
}

.dropdown-menu > li:last-child a {
    color: #eb5151 !important;
}

.dashboard {
    position: relative;
}

.ham-btn {
    background-color: transparent !important;
    color: #f58719 !important;
    border: 0 !important;
}
.ham-btn.btn-dark:hover {
    background-color: transparent !important;
    color: #f58719 !important;
    border: 0 !important;
}
.ham-btn:active,
.ham-btn:focus-within,
.ham-btn:focus,
.ham-btn:focus-visible {
    border: 0 !important;
}


/* Dashboard css */

.dash-box {
    display: flex;
    border-radius: 9px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
}

.dash-box p {
    font-family: "EuclidSquare-light" !important;
    font-size: 17px;
    color: #fff;
    line-height: 1.222;
}

.dash-box .box-num {
    /* font-family: "EuclidSquare-light" !important; */
    font-size: 50px;
    font-weight: 400;
}

.bg-blue {
    background-color: #4d5ae4;
}

.bg-green {
    background-color: #439a86;
}

.bg-aqua {
    background-color: #22b3f4;
}

.bg-orange {
    background-color: #f58719;
}
.bg-btn-blue {
    background-color: #1182f1;
}

.sale-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content: flex-start; */
    gap: 23px;
}

.sale-graph .sale-head-second-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale-graph .sale-head-second-child > div {
    margin-right: 20px;
}

.sale-head-first-child p {
    color: #000126;
}

.sale-select .form-select {
    font-size: 14px;
    color: #8d96a7;
    border: 1px solid #8d96a7;
    border-radius: 10px;
}

.univers-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.unser-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.cirlce-orange {
    background-color: #f58719;
}

.cirlce-purple {
    background-color: #8f19f5;
}

.cirlce-aqua {
    background-color: #22cbf5;
}

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

.table-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f58719;
}

.color-red {
    color: #f58719;
}
.territory-table .table-responsive .table .color-light {
    color: rgba(0, 1, 36, 0.4);
}

.territory-table .table-responsive .table td:not(:first-child),
.territory-table .table-responsive .table th:not(:first-child) {
    text-align: center;
}

.territory-table {
    height: 226px;
    overflow: auto;
    /* background: rebeccapurple; */
}

.leader-user-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #8d96a7;
    padding: 10px 10px 10px 0;
}

.bg-first {
    background-image: linear-gradient(
        to left,
        rgba(253, 204, 10, 0.2) 10%,
        #fff 42%
    );
}
.bg-second {
    background-image: linear-gradient(
        to left,
        rgba(193, 193, 192, 0.2) 10%,
        #fff 42%
    );
}
.bg-third {
    background-image: linear-gradient(
        to left,
        rgba(205, 128, 50, 0.2) 10%,
        #fff 42%
    );
}

/* Maap Section  */
.map-sec-bg {
    /* background-image: url("../img/map-bg.png"); */
    position: relative;
}
.map-sec-header {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-radius: 12px;
    position: absolute;
    width: 95%;
    top: 6%;
    margin: 0 30px;
}
.map-header {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 12px;
}

.map-filter-btn {
    height: 45px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    padding: 0 30px;
    font-size: 14px;
}

/* .map-filter-btn img {
    width: 15px;
    height: 15px;
} */

.bg-grey {
    background-color: #8d96a7;
}

.map-input input {
    height: 45px;
    border-radius: 10px;
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff;
    padding: 0 10px;
}

.pin-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #dddfe4;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.detail-body {
    background-color: #fff;
    /* box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.29); */
    /* border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; */
}

.filter-btn-without-icon {
    padding: 22px 32px;
    border: 0;
    border-radius: 8px;
    height: 30px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.color-light {
    color: rgb(0, 1, 36, 0.6);
}

.detail-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #dddfe4;
    padding: 20px;
}

.bg-red {
    background-color: #fa6565;
}

.bg-light-grey {
    background-color: #dddfe4;
    color: #8d96a7;
}

.map-select {
    margin-bottom: 12px;
    position: relative;
}

.map-select select,
.map-select input,
.map-select textarea {
    font-size: 14px;
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
}

.map-select label {
    color: #8d96a7;
    font-weight: normal;
    font-size: 12px;
}

.map-select input:active,
.map-select input:hover,
.map-select input:focus,
.map-select input:focus-visible,
.map-select input:focus-within {
    font-size: 14px;
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
    box-shadow: none;
    outline: none;
}

.map-select input::placeholder {
    font-weight: normal !important;
    color: #000124 !important;
    opacity: 1;
    /* Firefox */
}

.map-select input::-ms-input-placeholder {
    /* Edge 12 -18 */
    font-weight: normal !important;
    color: #000124 !important;
}

.more-detail {
    height: 244px;
    overflow: auto;
    padding: 20px;
}

.more-detail-footer {
    box-shadow: 0 -6px 26px 0 rgba(0, 0, 0, 0.16);
    padding: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.territories-detail {
    padding: 20px;
}

.input-sreach {
    position: relative;
}

.input-sreach input {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #dddfe4;
    padding: 10px 10px 10px 40px;
}

.input-sreach img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.territories-check label {
    color: #000124;
    font-weight: normal;
}

.territories-check .color-light {
    color: #8d96a7;
}

.territories-check {
    margin-top: 10px;
}

.territories-detail {
    height: 440px;
    overflow: auto;
}

.user-territories {
    background-color: #fff;
}

.user-territories-header {
    border-bottom: 1px solid #dddfe4;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.terrain-box {
    padding: 20px 20px 10px 20px;
}

.terrain-img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}
.terrain-img + p {
    margin-left: -13px !important;
}
.terrain-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.territories-tabs {
    padding: 0 20px 20px 20px;
}

.territories-tabs button {
    width: 50%;
}

.territories-tabs .nav > li {
    width: 50%;
    margin-bottom: 0;
}

.territories-tabs .nav > li button {
    width: 100%;
}

.territories-tabs ul {
    background: #dddfe4;
    border: 0 !important;
    border-radius: 12px;
}

.territories-tabs .nav-link.active {
    color: #fff;
    border-radius: 12px;
    border: 0;
    height: 100%;
    background-color: #8d96a7 !important;
}

.territories-tabs .nav-link {
    color: #000;
}

.territories-user-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.territories-user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.active-territories-user {
    padding: 10px;
    border-bottom: 1px solid #dddfe4;
}

.tab-pane-territories {
    height: 350px;
    overflow: auto;
}

.territories-user-para p {
    width: 30px;
    height: 30px;

    border-radius: 50% !important;
}

.bg-pink {
    background-color: #ec4067;
}

/* Map Section */

.list-table thead tr {
    background-color: #f58719;
}

.list-table thead tr th {
    padding: 15px 15px !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.list-table thead tr th:first-child {
    border-top-left-radius: 12px;
}

.list-table thead tr th:last-child {
    border-top-right-radius: 12px;
}

.circle-white {
    background-color: #fff !important;
}

.list-table tbody tr td {
    /* padding: 15px !important; */
}

.list-table tbody tr td img {
    width: auto;
    height: auto;
}

/* Chat Screen */

.tab-pane-chat {
    height: 710px;
    overflow: auto;
}

.chat-box-profile {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.chat-box-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-chat-box {
    margin-bottom: 5px;
    padding: 10px 10px;
    border-radius: 8px;
}

.user-chat-box p {
    font-weight: normal !important;
    font-family: "EuclidSquare-light" !important;
}

.active-chat-box {
    background-color: rgba(221, 223, 228, 0.541);
}

.chat-area {
    background-color: #fff;
}

.chat-area-header {
    padding: 10px;
    border-bottom: 1px solid #dddfe4;
}

.chat-area-header .color-light {
    font-size: 12px;
    margin-top: 5px !important;
}

.other-user-chat .chat-content {
    background-color: rgba(221, 223, 228, 0.3);
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px !important;
    display: inline-block;
}

.mychat span {
    background-color: #f58719;
    padding: 10px;
    border-radius: 8px;
    margin-top: 5px !important;
    text-align: end;
    display: inline-block;
    color: #fff;
}

.chat-box-content {
    height: 700px;
    overflow: auto;
}

.chat-area-footer {
    background-color: #eeeff2;
    padding: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.sent-text-box {
    position: relative;
}

.sent-chat-img {
    width: 40px;
    height: 40px;
    background-color: #f58719;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sent-text-box input {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 12px;
    padding: 0 10px;
    background-color: #ffffff;
}

.sent-text-box input:active,
.sent-text-box input:focus,
.sent-text-box input:focus-visible,
.sent-text-box input:focus-within {
    border: 0;
    border-radius: 12px;
    padding: 0 10px;
    background-color: #ffffff;
    outline: none;
}

.other-user-chat {
    margin-bottom: 12px;
}

.user-chats-groups .territories-tabs ul::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #dddfe4;
    bottom: -7px;
}

.user-chats-groups .territories-tabs ul {
    position: relative;
}

.user-chats-groups {
    padding-top: 33px;
    overflow: auto;
    background-color: #fff;
    border-radius: 12px;
    height: 844px;
}



.chat-profile-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.chat-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.content-area #content {
    background: #fff;
    padding: 20px;
}

.content-area #content label {
    font-family: "EuclidSquare-light" !important;
}

.calculation .form-control {
    background: #f58719;
    color: #ffff;
    border-radius: 8px;
    height: auto;
    height: 46px;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
}

.acc-box {
    border-bottom: 1px solid rgba(141, 150, 167, 0.5);
    min-height: 60px;
    padding: 0 22px;
}
.acc-box p,
.acc-box span {
    font-family: "EuclidSquare-medium" !important;
}
.setting-box p {
    font-family: "EuclidSquare-medium" !important;
    line-height: 1.2;
}
/* .account-details {
  background-color: #fff;
  padding: 20px;
} */

.setting-box {
    background-color: #fff;
    padding: 20px 20px 9px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    min-height: 190px;
}

.navbar .dropdown .dropdown-toggle {
    border: 0 !important;
    background-color: transparent;
}

.navbar .dropdown .dropdown-toggle::after {
    content: none !important;
}

.navbar .dropdown-menu > li:not(:first-child) {
    border-top: 1px solid rgba(141, 150, 167, 0.5);
}

.navbar .dropdown-menu > li {
    padding: 8px !important;
    margin: 0 !important;
}

.new-box-area {
    position: absolute;
    top: 16%;
    right: 3%;
}

.bg-new-white {
    height: 432px;
}

.box .territory {
    background-color: #8d96a7;
}

.box .territory p {
    color: #fff;
}

input[type="date"]:after {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 20px;
    height: 18px;
}

.table-user-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 6px;
    margin-top: 9px;
}

.table-user-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}
.table-user-img + div p {
    margin-top: 9px !important;
}
.color-green {
    color: #7ee36c;
}

.tabl-cicrle-green {
    background-color: #7ee36c !important;
}
.tabl-cicrle-white {
    background-color: #fff !important;
}

.user-manage-table tbody tr td {
    vertical-align: middle;
    font-size: 13px !important;
}

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

.table-pagination li {
    background-color: rgba(141, 150, 167, 0.1);
    border: 0;
}

.table-pagination .active {
    background-color: rgba(141, 150, 167, 0.1) !important;
}

.table-pagination li .pagination-ordering {
    border-radius: 8px;
}

.table-pagination .active .pagination-ordering {
    color: yellow !important;
    background-color: #f58719;
}

.table-pagination .left-arrow {
    margin-right: 10px;
    border-radius: 14px;
    background-color: rgba(141, 150, 167, 0.1);
}

.table-pagination .right-arrow {
    margin-left: 10px;
    border-radius: 8px;
    background-color: rgba(141, 150, 167, 0.1);
}
.user-manage-table {
    background: #fff;
}
.user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.user-profile {
    width: 38px;
    height: 38px;
}
/* new css */


.dataTables_scrollHeadInner {
    width: 100% !important;
    position: relative;
    z-index: 0;
}

table#userpins-list {
    width: 100% !important;
    position: relative;
    z-index: 0;
}
.gm-style-iw-chr {
    position: relative;
}

button.gm-ui-hover-effect {
    position: absolute;
    width: 48px;
    right: 3px !important;
    top: 9px !important;
}
.gm-ui-hover-effect span {
    pointer-events: none;
    display: block;
    width: 17px !important;
    height: 19px !important;
    margin: 0 !important;
}
.gm-style-iw-chr {
    display: none !important;
}

#calendar .fc-scrollgrid td {
    padding: 0 !important;
}
#calendar .fc-col-header-cell {
    background-color: rgba(141, 150, 167, 0.3);
    border-right: 1px solid rgba(141, 150, 167, 0.4);
}
.w-30 {
    width: 20%;
}
.input-group-append {
    cursor: pointer;
}
.user-select {
    width: 240px !important;
    margin-right: 20px;
}
.input-group.date {
    height: 35px !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    color: rgba(168, 170, 170, 1) !important;
    font-size: 14px;
}
.input-group.date input {
    border: 0;
    height: 46px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    background-color: rgb(243 244 246) !important;
}
.input-group.date .input-group-text {
    height: 40px !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    background-color: rgba(141, 150, 167, 0.15) !important;
    margin-left: 0 !important;
}
.white-space {
    white-space: nowrap;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    left: auto !important;
}
.user-profile-dropdown .dropdown-menu .dropdown-item {
    padding: 0 !important;
}
.user-profile-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
}
.modal-dialog .form-group {
    /* margin-top: 10px; */
}
.map-sec-header
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 37px;
    position: absolute;
    top: 2px;
    right: 4px;
    width: 23px;
}
.date-piker-select {
    border: 0;
    height: 40px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    background-color: rgba(141, 150, 167, 0.15) !important;
    font-size: 13px;
    color: rgb(0, 1, 38, 0.6) !important;
}

.table-pagination li {
    padding: 10px;
    background: transparent;
}

.table-pagination .active {
    background-color: #f58718 !important;
    border-radius: 4px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.noti-drop {
    padding: 0 !important;
}

.noti-drop .dropdown-toggle {
    padding: 0;
}
.noti-drop .dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto !important;
}

.user-profile-dash {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 8px;
}

.user-profile-dash img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gmnoprint.gm-style-mtc-bbw {
    bottom: 10% !important;
    top: auto !important;
}

.gmnoprint {
    bottom: 10% !important;
    top: auto !important;
}
.close_map_window {
    border: 0;
    background: transparent;
}

/* // new css  */
.sale-body canvas#myChart {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    /* max-height: 321px !important; */
    margin-top: 40px;
}
.sale-graph {
    margin-top: 30px !important;
    background: #fff !important;
    padding: 15px;
    border-radius: 8px;
    min-height: 540px;
}

.univers-box {
    /* margin-top: 30px !important; */
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    min-height: 543px;
}

.nav img {
    width: auto;
    height: auto;
}

.dashboard h3 {
    font-size: 20px;
}

.dropdown .dropdown-toggle img {
    width: 28px;
}
.search-icon img {
    width: 16px;
}

.search-icon span i {
    font-size: 15px;
}

/* .territories-input {
  margin-top: 10px;
} */

.form-group.boder h5 {
    font-size: 18px !important;
    margin-bottom: 5px;
}
.territory-area {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    min-height: 546px;
}
.territory-performance {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
}
.territory-new-head {
    margin-bottom: 70px !important;
}
.leader-box {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    /* height: 341px; */
    overflow: auto;
}
.territory-head img {
    width: 18px;
}
.lead-box .territories-input {
    margin-top: 0 !important;
}
.navbar .dropdown .dropdown-toggle .user-profile {
    width: 38px;
    height: 38px;
}
.navbar .dropdown .dropdown-toggle .user-profile img {
    width: 100%;
    height: 100%;
}
.nav-item .me-3 {
    margin-right: 13px !important;
}
.message-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.nav-item .message-count .my-count {
   background-color: #f58719;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}
.box-account {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}
.box-leader {
    background-color: #fff;
}
.map-header img {
    cursor: pointer;
}
/*Leads Listing*/

.filter-box {
    padding: 10px 6px;
    border-radius: 8px;
    background-image: linear-gradient(
        to bottom,
        rgba(245, 135, 25, 0) 80%,
        rgba(245, 135, 25, 0.1) 100%
    );
}

form.search_filter2 {
    display: flex;
    flex-direction: column;
}

form#search_filter > div p {
    padding: 5px 0px;
}
p.font-600.color-0087.font-18 {
}

.status-title {
    font-family: "EuclidSquare-medium" !important;
    font-size: 16px !important;
}

p.font-600.color-0087.font-18 {
    font-family: "EuclidSquare-medium" !important;
    font-size: 16px !important;
    padding-bottom: 10px !important;
}
.territory-performance table thead tr {
    color: #000 !important;
    border: 0 !important;
}
table thead tr th {
    color: #fff !important;
    /* width: 150px !important;.map-input input */
    padding: 10px 10px !important;
}
table thead tr td {
    width: 150px !important;
}
.dataTables_scroll table thead tr th {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}
.dataTables_scroll table tbody tr td {
    padding: 15px 10px !important;
}
div#userpins-list_length {
    display: none;
}
#userpins-list thead tr {
    background: transparent !important;
}

.toggled #sidebar .user-list li > p:first-child {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
}

.territory-performance table thead tr th {
    color: #000 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 6px !important;
}

ul.nav.flex-column.mt-5 {
    margin-top: 36px !important;
}

.leader-user-box > div:first-child {
    width: 50%;
}

.table td,
.table th {
    border: 0 !important;
}

.target-square {
    width: 15px;
    height: 15px;
    background-color: #e8d9d2;
    border-radius: 3px;
}
.achieved-square {
    width: 15px;
    height: 15px;
    background-color: #f4a962;
    border-radius: 3px;
}

/*  New Css  */
.new-bg-white {
    background: transparent !important;
    width: 440px;
    border-radius: 8px;
}
.body-filter {
    height: 440px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: relative;
}
.map-new-box {
    padding: 0;
}
.box-new-header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background-color: rgba(141, 150, 167, 0.3);
    padding: 20px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-center-btn .filter-btn-without-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    margin: 0 auto;
    padding: 19px;
    font-size: 15px;
}
.territories-input input::placeholder {
    color: #8d96a7 !important; /* placeholder का color */
}
.territories-input svg,
.territories-input i {
    color: #8d96a7 !important;
}
.clear-p-btn {
    top: 0;
    right: 41px;
    background: #f1862a;
    color: #fff !important;
    padding: 8px;
    border-radius: 12px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 0 auto;
    margin-bottom: 10px;
}
.color-000126 {
    color: #000126;
}

.new-bg-white label {
    font-size: 14px;
    color: #8d96a7;
    font-weight: 500;
    margin-top: 9px;
    margin-bottom: 0;
}
.close-icon img {
    width: 14px;
}

.new-modal .input-with-append .form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

form#company_sales_form .filter-btn-without-icon {
    padding: 20px 42px;
    font-size: 14px;
}

form#company_sales_form .color-light {
    font-family: "EuclidSquare-Medium" !important;
    color: #8d96a7 !important;
    font-size: 13px !important;
}
form#company_sales .new-modal .form-control {
    font-family: "EuclidSquare-Medium" !important;
    color: #000124 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.acc-box .color-light {
    color: #8d96a7 !important;
}
.color-dark {
    color: #000126;
}
.table-container {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff !important;
    margin-bottom: 20px;
}

.custom-table thead {
    background-color: #f57c00;
    color: white;
}

.custom-table th,
.custom-table td {
    padding: 17px 16px !important;
    text-align: left;
    font-size: 14px;
}
.custom-table th:first-child {
    border-top-left-radius: 12px;
}
.custom-table th:last-child {
    border-top-right-radius: 12px;
}
.custom-table tbody tr:nth-child(even) {
    background-color: #fdf7f2;
}

.custom-table tbody tr:hover {
    background-color: #f1f1f1;
}

.status {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.status-dot {
    position: relative;
}

.status.orange {
    color: #f57c00;
}
.status.blue {
    color: #007bff;
}
.status.green {
    color: #43a047;
}
.status.red {
    color: #e53935;
}
.status.light-green {
    color: #7ee36c;
}
.status-dot::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    left: -6px;
    top: 43%;
}
.status-dot.orange::after {
    background-color: #f57c00 !important;
}
.status-dot.blue::after {
    background-color: #007bff;
}
.status-dot.green::after {
    background-color: #43a047;
}
.status-dot.red::after {
    background-color: #e53935;
}
.status-dot.white::after {
    background-color: #fff;
}
.status-dot.light-green::after {
    background-color: #7ee36c;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 16px; */
}

.page-btn {
    border: none;
    margin: 0 4px;
    padding: 9px 17px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.page-btn.active {
    color: white;
    font-weight: 600;
    box-shadow: 0 5px 15px 0 rgba(245, 135, 25, 0.3);
    background-color: #f58719;
}

.page-btn:hover {
    background-color: #ffb74d;
    color: white;
}
.page-of {
    padding: 12px 15px;

    background: rgba(141, 150, 167, 0.1);
    border-radius: 8px;
    font-size: 14px;
}
.page-of p {
    color: #8d96a7 !important;
}
.pagination-area {
    background-color: rgba(141, 150, 167, 0.1);
    border-radius: 12px;
}

.table-profile {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.table-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover !important;
}
.table-profile-area p {
    color: #000124;
}
td p {
    font-weight: 500;
    font-size: 14px;
}
.check-area-width {
    width: 20px;
}
.user-select {
    position: relative;
}
.drop-icon-img {
    position: absolute;
    right: 6px;
    top: 30%;
    z-index: 1;
}
.user-select span.select2-selection__arrow {
    display: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: rgb(0, 1, 38, 0.6) !important;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.user-b-t {
    border-top: 1px solid rgba(141, 150, 167, 0.3);
    margin-top: 29px;
    padding: 0 28px;
}

/* Ham css */
#simpleDrawer {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background-color: #f8f9fa;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease;
    z-index: 1050;
}

#simpleDrawer.open {
    left: 0;
}

.drawer-content {
    padding: 20px;
}

.drawer-content .close-btn {
    background: none;
    border: none;
    font-size: 28px;
    float: right;
    cursor: pointer;
}

.drawer-menu {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.drawer-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.drawer-menu li a {
    color: #000;
    text-decoration: none;
    display: block;
}

.drawer-menu li a:hover {
    color: #007bff;
}
.ham-btn {
    display: none;
}

.new-calender-header {
    background-color: #000124;
}

:root {
    --bg: #ffffff;
    --card-bg: #071028; /* dark header bg */
    --card-accent: #f59b1f; /* orange accent */
    --muted: #9aa3ad; /* gray for times */
    --line: #e9edf0; /* separators */
    --dot-size: 10px;
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
}

/* Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
.wrap {
    padding: 0 12px;
    /* background: linear-gradient(180deg, #f6f8fa 0, #ffffff 100%); */
}

/* Card */
.timeline-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(10, 20, 40, 0.06);
    border: 1px solid rgba(10, 20, 40, 0.04);
}

/* Header */
.timeline-header {
    background: var(--card-bg);
    color: #fff;
    padding: 18px 18px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timeline-header .date-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.timeline-header .weekday {
    font-size: 16px;
    opacity: 0.9;
    color: #fff;
}
.timeline-header .date {
    color: var(--card-accent);
    font-weight: 600;
    font-size: 16px;
}

/* Body: two columns - time col and content col */
.timeline-body {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg, #fff 0, #f9fbfd 100%);
}

/* Time column */
.time-col {
    width: 84px;
    min-width: 84px;
    border-right: 1px solid var(--line);
    padding: 10px 8px;
    background: #fff;
}
.time-slot {
    min-height: 58px; /* vertical spacing to match screenshot */
    /* display: flex; */
    align-items: flex-start;
    padding-top: 6px;
    color: var(--muted);
    font-size: 13px;
    position: relative;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(141, 150, 167, 0.3);
    justify-content: center;
}

/* Content column */
.content-col {
    flex: 1;
    padding: 10px 14px;
    position: relative;
}

/* horizontal separators */
.slot-sep {
    height: 64px;
    border-bottom: 1px solid var(--line);
    position: relative;
}

/* Event row inside content */
.event {
    /* height: 64px; */
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 6px;
    text-align: center;
    position: relative;
    width: 100%;
    /* background: red; */
}
.event .dot {
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: 50%;
    flex: 0 0 var(--dot-size);
    margin-top: 2px;
}
.event .text {
    font-size: 14px;
    color: #253342;
    line-height: 1.4;
}
.event .text small {
    display: block;
    color: #6b7785;
    margin-top: 6px;
    font-size: 13px;
}

/* Different colored dots similar to screenshot */
.dot.orange {
    background: #f59b1f;
}
.dot.purple {
    background: #8f19f5;
}
.dot.green {
    background: #2fc07d;
}

/* Faint bottom gradient rounded */
.timeline-footer {
    height: 28px;
    background: linear-gradient(
        180deg,
        rgba(246, 248, 250, 0),
        rgba(6, 18, 36, 0.03)
    );
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

/* Make content aligned with times visually — use absolute timeline line if needed */
/* Optional: small vertical dashed marker at top x position (not required) */

/* Responsive tweak */
@media (max-width: 420px) {
    .wrap {
        padding: 0 10px;
    }
    .time-col {
        width: 78px;
        min-width: 78px;
    }
    .time-slot,
    .slot-sep,
    .event {
        height: 60px;
    }
}
.timeline-header span.date {
    font-size: 15px;
    margin-left: 2px;
    color: #f58719;
}

.time-slots {
    /* margin-left: -40px; */
    /*margin-right: 11px;*/
    padding: 2px;
}

.event {
    text-align: left;
}

div#leader_board {
    height: 227px;
    overflow: auto;
}

div#accordionImport .card {
    background: transparent !important;
    border: 0;
}

div#accordionImport .card .card-header {
    padding: 18px 20px !important;
    border-radius: 12px;
    border: 0 !important;
}

div#accordionImport .card .card-header .panel-title {
    font-size: 14px;
}

.upload-wrapper {
    display: flex;
    flex-direction: column;
}

.upload-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.upload-box {
    border: 2px dashed #bfbfbf;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    background-color: #fafafa;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.upload-box:hover {
    border-color: #4096ff;
    background-color: #f0f7ff;
}

.upload-box input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
    top: 0;
}

.upload-icon {
    font-size: 40px;
    color: #1890ff;
    margin-bottom: 10px;
}

.upload-text {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.upload-hint {
    font-size: 12px;
    color: #777;
}

.selected-file {
    margin-top: 10px;
    font-size: 14px;
    color: #1890ff;
    font-weight: 500;
}

div#accordionImport .card .card-body {
    /* width: 60%; */
    margin: 0 auto;
}

div#accordionImport .card .card-body .btn-save {
    width: 100%;
    margin: 0 auto;
}

.appoit-filter-box {
    height: 693px;
    overflow: auto;
    background: #fff;
    padding: 0 0 10px 0;
}

.filter-body {
    padding: 10px !important;
}

.import-history tr th:first-child {
    border-top-left-radius: 12px;
}
/* Last column (right side) */
.import-history tr th:last-child {
    border-top-right-radius: 12px;
}

.accord-bg .accordion .card .card-header {
    background-color: #f0f1f2 !important;
    border-radius: 12px;
}

.accord-bg .accordion .card .card-header button {
    text-decoration: auto;
    color: #000124;
}

.faq-title .input .search-icon {
    top: 16px;
    left: 13px;
}

.faq-title .input .territories-input input {
    height: 45px;
    border: solid 1px rgba(141, 150, 167, 0.3) !important;
    background-color: #fff;
    border-radius: 10px !important;
    padding: 0 10px 0 40px;
    font-size: 12px;
}

.form-check-input:checked {
    background-color: #000124;
    border-color: #000124;
}
.form-check-input:focus {
    border-color: #000124;
    outline: 0;
    box-shadow: none !important;
}

.edit-btn {
    padding: 1rem 0.9rem !important;
    border-radius: 50%;
    background-color: #007bff; /* bright blue */
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.delete-btn {
    padding: 1rem 0.9rem !important;
    border-radius: 50%;
    background-color: #dc3545; /* vibrant red */
    margin-right: 0.5rem;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid transparent !important;
}

/* Hover effects */
.edit-btn:hover {
    background-color: #0056b3; /* darker blue */
}

.delete-btn:hover {
    background-color: #b02a37; /* darker red */
}

/* Image inside button */
.edit-btn img,
.delete-btn img {
    filter: brightness(0) invert(1); /* makes icon white */
    width: 18px;
    height: 18px;
}
.table {
    margin-bottom: 0 !important;
}
#add_pin_form .form-control {
    margin-bottom: 14px;
}
.new-btn {
    padding: 11px 28px;
    border-radius: 8px;
}
.accod-input {
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 46px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 12px !important;
    background-color: rgba(168, 170, 170, 0.15) !important;
    border-color: transparent !important;
}
.step-2-btns {
    width: 30%;
    margin: 0 auto;
}
.step-2-btns button#step_2_btn {
    width: 100%;
}

.step3-table-area table th {
    background: #f1862a !important;
    padding: 14px 10px !important;
    border: 0 !important;
}
.step3-table-area table td {
    padding: 14px 6px !important;
    border: 0 !important;
}
.step3-table-area table th:first-child {
    border-top-left-radius: 11px;
}
.step3-table-area table {
    border: 1px solid transparent !important;
}
.step4-finish {
    width: 80%;
    margin: 0 auto;
    background: #efeff2;
    margin-top: 19px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.step-4-p1 {
    color: #000124;
    margin-bottom: 10px !important;
}
.step-4-p2 {
    color: #000124;
    margin-bottom: 10px !important;
}
.step-4-p3 {
    font-weight: 600;
    color: #f58719;
    letter-spacing: 1px;
    font-size: 16px;
}
.form-group.upload-wrapper {
    width: 70%;
    margin: 0 auto;
}
table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    white-space: nowrap;
    padding: 15px !important;
}
.dot-white {
    background-color: #fff !important;
}
.appoit-filter-box .head {
    background: #071028;
    color: #fff !important;
}

.appoit-filter-box .head h3 {
    color: #f58719 !important;
}

table#example {
    border: 1px solid transparent !important;
}

table#data-table {
    border: 1px solid transparent !important;
}
table#example th {
    background: #f18e3e;
    padding: 18px 10px !important;
}
table#data-table th {
    background: #f18e3e;
    padding: 18px 10px !important;
}
table#example td {
    padding: 16px 10px !important;
}
table#data-table td {
    padding: 16px 10px !important;
}

table#data-table td {
    padding: 16px 10px !important;
}
table#example th:first-child {
    border-top-left-radius: 12px;
}
table#data-table th:first-child {
    border-top-left-radius: 12px;
}
table#example th:last-child {
    border-top-right-radius: 12px;
}

table#data-table th:last-child {
    border-top-right-radius: 12px;
}
._edit_admin_user_btn {
    padding: 3px 10px;
    font-size: 12px;
}

.pagination-count-page {
    display: inline-block;
    margin-top: 10px;
    border-radius: 10px;
    background-color: rgba(141, 150, 167, 0.1);
    padding: 14px 13px;
}
.pagination-count-page p {
    color: #8d96a7;
}
.territory_table th {
    border-bottom: 1px solid rgba(141, 150, 167, 0.3);
}
.auth-logo img {
    width: 270px;
}

.font-19 {
    font-size: 14px;
}
.login-area input::placeholder {
    color: #a8aaaa !important; /* apna desired color yahan likho */
    opacity: 1 !important; /* optional: taake color light na lage */
}
.andriod-app-store {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}
.login-button-new {
    z-index: 1;
    position: relative;
}
div#card-element {
    background: #f3f4f6;
    /* height: 40px; */
    border-radius: 8px;
    line-height: 2;
    padding: 15px 11px;
}
div#simpleDrawer {
    display: none;
}

@media (max-width: 1399px) {
    .right-sidebar {
        width: 30% !important;
    }

    .accordion-menu::before {
        top: 4px;
    }

    button.fc-prevYear-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-nextYear-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-today-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-prev-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    button.fc-next-button.fc-button.fc-button-primary {
        padding: 10px !important;
    }

    .fc .fc-toolbar-title {
        font-size: 18px;
    }

    .box .filter {
        width: 150px;
    }

    .box .territory {
        width: 150px;
    }

    .box .filter img {
        width: 20px;
        height: 17px;
        width: 15px !important;
    }

    #calendar.table-container {
        max-height: 684px !important;
    }

    .table td span {
        font-size: 12px;
    }

    /* .bg-white1 {
        height: auto;
    } */

    .bg-white {
        width: 315px;
        height: 430px;
    }

    .user-tracking .bg-white {
        height: 370px !important;
    }

    .andriod-app-store {
        min-height: 190px !important;
    }

    .table th {
        border: 0 !important;
    }

    .table-container .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid transparent !important;
    }

    .table td:last-child,
    .table th:last-child {
        /* text-align: center !important; */
    }

    .non-active p {
        font-size: 12px;
        padding-top: 5px !important;
    }

    .side-active p {
        font-size: 12px;
        padding-top: 5px !important;
        margin-bottom: 7px;
    }

    .side-active .active-img {
        width: 25px !important;
    }

    .side-active .static-img {
        width: 25px !important;
    }

    .non-active .static-img img {
        width: 40px !important;
    }

    .non-active .static-img {
        width: 25px;
    }

    #sidebar.active {
        min-width: 85px;
        max-width: 95px;
        text-align: center;
    }

    .font-30 {
        font-size: 22px !important;
    }

    p {
        font-size: 14px;
    }

    .navbar {
        padding: 10px;
    }

    .btn-black {
        padding: 8px 18px;
        border: 1px solid;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 !important;
    }

    .user-drop-down {
        min-height: 70px;
    }

    .font-20 {
        font-size: 14px !important;
    }

    .side-active p {
        font-size: 11px;
        padding-top: 5px !important;
        margin-bottom: 4px;
    }

    .non-active p {
        font-size: 11px;
        padding-top: 5px !important;
        margin-bottom: 4px;
    }

    button.btn.btn-black.btn-theme {
        padding: 5px 12px;
        font-size: 12px !important;
    }

    h5 {
        font-size: 18px;
    }

    .mb-3,
    .my-3 {
        margin: 8px 0 !important;
    }

    .font-22 {
        font-size: 18px;
    }

    .mt-5,
    .my-5 {
        margin-top: 14px !important;
    }
    .p-xl-5 {
        padding: 20px !important;
    }

    .auth-logo img {
        width: 200px;
        padding-bottom: 14px !important;
    }
    .andriod-app-store img {
        width: 100px;
    }
}

@media (max-width: 1199px) {
    button.btn.btn-black.btn-theme img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .bell {
        width: 36px;
        height: 36px;
    }

    .bell i {
        font-size: 16px !important;
    }

    .user-profile-pic {
        width: 36px;
        height: 36px;
    }

    .nav-link.dropdown-toggle.dropdown-icon.font-20 {
        font-size: 16px;
    }

    .andriod-app-store {
        justify-content: center;
        right: 0;
        left: 0;
    }

    .andriod-app-store a:not(:last-child) {
        margin-right: 10px;
    }

    .bg-white1 .primary-color + p > br {
        display: none;
    }
}

@media (max-width: 991px) {
    .filter-btn {
        padding: 5px 30px !important;
        font-size: 12px;
    }

    .filter-btn p {
        font-size: 14px;
    }

    #sidebar.active {
        min-width: 100px;
    }

    .table-row table th {
        font-size: 14px;
        width: 100px !important;
        min-width: 168px;
    }

    .filter-box2 {
        padding: 10px;
    }

    .add-appoit {
        font-size: 12px;
        height: 45px;
    }
    .auth-logo img {
        width: 200px;
        padding-bottom: 10px !important;
    }

    .font-28 {
        font-size: 20px;
    }

    .font-19 {
        font-size: 12px;
    }

    .login-area .form-group input {
        height: 32px;
        font-size: 12px;
    }

    .login-area .form-group p {
        font-size: 12px;
    }

    .login-area .form-group > div > div p {
        font-size: 10px !important;
    }

    .login-area .form-group input > .d-flex {
        display: flex;
        justify-content: space-between !important;
    }

    .login-area input#login-btn {
        height: 34px;
        padding: 0;
        font-size: 12px;
        width: 45%;
        margin: 0 auto;
    }

    .andriod-app-store img {
        width: 95px;
    }

    .andriod-app-store a {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .andriod-app-store {
        position: unset;
    }

    .filter-box2 {
        padding: 5px;
    }

    .nav-top {
        align-items: start;
        margin-top: 16px !important;
        margin-left: 10px !important;
    }

    .add-appoit {
        font-size: 12px !important;
        height: 40px !important;
    }

    .faq-title {
        flex-direction: column;
    }

    .territories-input .faq-input {
        width: 200px !important;
    }

    .bg-white {
        padding: 0;
    }

    .box {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .add-appoit {
        font-size: 10px !important;
        height: 35px !important;
    }

    .font-30 {
        font-size: 20px !important;
    }

    .faq-title {
        flex-direction: column;
    }

    .territories-input .faq-input {
        width: 150px !important;
    }

    .bg-white {
        width: 280px;
        padding: 0;
    }
}

.dashboard .table-responsive table th,
.dashboard .data_table th {
    background: rgb(241, 142, 62) !important;
}
.dashboard .table-responsive table th:first-child,
.dashboard .data_table th:first-child {
    border-top-left-radius: 12px;
}
.dashboard .table-responsive table th:last-child,
.dashboard .data_table th:last-child {
    border-top-right-radius: 12px;
}

textarea.form-control {
    resize: none;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Scrollbar width */
.table-responsive::-webkit-scrollbar {
    height: 8px !important;
}

/* Light + Dark Mix Background */
.table-responsive::-webkit-scrollbar-track {
    background: #c7c7c7; /* Light gray */
    border-radius: 10px !important;
}

/* Thumb (Dark + Light Mix) */
.table-responsive::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #7a7a7a, #7a7a7a) !important;
    border-radius: 10px !important;
}

/* Hover effect */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #b5b5b5, #6b6b6b) !important;
}

.dashboard .territory-performance .table-responsive table th,
.dashboard .data_table th {
    background: transparent !important;
}

.header-input-area .select2-container--default .select2-selection--single {
    border: 1px solid transparent !important;
    height: 48px;
}

.header-input-area {
    width: 300px;
    align-items: center;
    justify-content: center;
}

.header-input-area label {
    width: auto;
    white-space: nowrap;
    margin: 9px 10px 0 0 !important;
}

.upload-wrapper .btn-save,
.step-2-btns .btn-save {
    color: #fff !important;
}

.map-select .calender-icon {
    position: absolute;
    right: 11px;
    top: 58%;
}
.map-select .calender-icon img {
    width: 18px;
}
.w-80 {
    width: 50%;
}
.user-chat-box p {
    font-size: 13px;
    margin-right: 10px !important;
}

.user-chat-text {
    padding: 0 30px;
}

.input-group.date.user-select {
}

.input-group.date.user-select .input-group-text {
    height: 46px !important;
    background: #f3f4f6 !important;
}

.input-group.date.user-select .input-group-text .drop-icon-img {
    top: 10px;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: auto;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: auto !important;
}
.table td .user-management-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.tracker-sec .gm-style-iw.gm-style-iw-c {
    padding: 10px !important;
}
.color-white {
    color: #fff;
}

.no-appt {
    margin-top: 20px !important;
    text-align: center;
}

.pointer-cur {
    cursor: pointer;
}

.other-user-chat {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.other-user-chat .chat-box-profile.other-chat-img {
    width: 35px;
    height: 35px;
    margin-right: 6px;
    flex:0 0 35px;
}

.other-user-chat .chat-content {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 7px;
}
.mychat span {
    background-color: #f58719;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 7px;
    margin-top: 5px !important;
    text-align: end;
    display: inline-block;
    color: #fff;
}
.chat-box-profile .icon .online-dot {
    width: 10px;
    height: 10px;
    background-color: #19f57f;
    position: absolute;
    right: 0;
    top: 4px;
    border-radius: 50%;
}
.chat-box-profile .icon .offline-dot {
    width: 10px;
    height: 10px;
    background-color: red;
    position: absolute;
    right: 0;
    top: 4px;
    border-radius: 50%;
}

.chat-box-profile {
    position: relative;
}

.chat-box-profile .icon img {
    width: 20px !important;
    height: 20px !important;
}
.chat-user {
    position: relative;
}
.count {
    position: absolute;
    z-index: 1;
    font-size: 10px;
    background: orange;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #fff;
    font-weight: 700;
       right: 17px;
    bottom: 15px;
}
.noti-sdrop-new-style{
    max-height: 415px;
    overflow-y: scroll;
    width: 419px;
    white-space: normal;

}

.noti-sdrop-new-style #notification_list .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    white-space: normal;
}
.w-100{
    width: 100% !important;
}

.table-show-area-dropdown {
    height: 412px;
    overflow-y: auto;
    /* margin-right: 27px !important; */
    overflow-x: hidden;
    width: 202px;
}

.avatar-upload .avatar-preview  #imagePreview{
        width: 173px;
    height: 170px;
    object-fit: cover;
    border-radius: 50%;
}


#selectAttachment span {
    font-size: 20px;
    margin-right: 10px;
    transition: 0.2s;
    padding: 10px;
    color: white;
}

#selectAttachment span:hover {
    cursor: pointer;
}
#selectAttachment {
    position: absolute;
    right: 44px;
    top: 5px;
    background-color: #fa882f;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.mychat {
    text-align: end;
    margin-right: 10px;
}

.user_list_box {
    border-radius: 0;
}
/* .avatar-upload .avatar-edit img {
    width: 175px;
    height: 190px;
    object-fit: cover;
    border-radius: 50%;
} */