body,
.main-header,
.main-footer,
.content-wrapper {
  background-color: #03090d !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.bg-blue p {
  margin: 0 !important;
}

.new-active {
  background-color: #08b150 !important;
  padding: 5px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #fff !important;
}

.new-inactive {
  background-color: #f64549 !important;
  padding: 5px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #fff !important;
}

.input-group-prepend button {
  background-color: #108de5 !important;
}

.input-group-prepend .dropdown-menu {
  background-color: #0d1317 !important;
}

.input-group-prepend .dropdown-menu .dropdown-item a {
  color: #fff !important;
  cursor: pointer !important;
}

.dropdown-item {
  cursor: pointer;
}

.main-header {
  border-bottom: 1px solid #4f5962 !important;
}

.main-sidebar {
  background-color: #0d1317 !important;

  box-shadow: 0 14px 28px #383440, 0 10px 10px rgb(0 0 0 / 4%) !important;
}

.card {
  background-color: transparent !important;
  border: 1px solid #4f5962 !important;
  border-radius: 16px !important;
}

h1 {
  color: #fff !important;
  font-size: 24px !important;
}

.btn {
  /* background-color: #108DE5 !important; */
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* table .btn-secondary 
{
    background-color: #F64549;
}table .btn-success 
{
    background-color: #08B150;
} */
.table-bordered {
  border: 1px solid #4f5962 !important;
  border-radius: 16px !important;
  /* padding: 10px !important; */
  color: #fff !important;
}

thead {
  border-top: none !important;
  border-bottom: none !important;
}

td,
th {
  border: none !important;
  border-right: 1px solid #4f5962 !important;
  border-bottom: 1px solid #4f5962 !important;
}

td:last-child,
th:last-child {
  border-right: none !important;
}

tr:last-child>td {
  border-bottom: none !important;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 12px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 12px 12px !important;
}

.dataTables_filter label {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: Poppins, sans-serif !important;
  color: #fff !important;
}

.checkbox-area label {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding-right: 8px !important;
  margin: 0 !important;
}

.dataTables_length label {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  /* padding: 4px !important; */
}

.dataTables_length select {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background-color: transparent !important;
  margin: 0 5px !important;
  border-radius: 8px !important;
  cursor: pointer;
}

.dataTables_length select option {
  background-color: #0d1317 !important;
}

.dataTables_filter input {
  margin-left: 5px !important;
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  width: 250px !important;
  padding: 8px !important;
}

.checkbox-area {
  margin-bottom: 0px !important;
  margin-top: 15px !important;
}

.add-new-btn {
  height: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #108de5 !important;
}

.modal-content {
  background-color: #0d1317 !important;
  color: #c2c7d0 !important;
}

.modal-content .profile-pic,
.profile-pic-edit {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: 0 auto;
}

.modal-content .profilepic .circle {
  display: flex;
  justify-content: center;
}

.p-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.modal-header {
  border-bottom: 1px solid#4f5962 !important;
}

.modal-body,
.editmodal-body {
  padding: 20px !important;
}

.modal-body .input-section {
  width: 100% !important;
}

select option {
  background-color: #0d1317 !important;
}

.modal-body input {
  background-color: transparent !important;
  font-size: 14px !important;
  color: #c2c7d0 !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
}

.modal-body select {
  background-color: transparent !important;
  font-size: 14px !important;
  color: #c2c7d0 !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
  font-weight: 400 !important;
}

.modal-body select option {
  background-color: #03090d !important;
}

.p-image input {
  padding: 6px !important;
  width: 50% !important;
}

.enrichment-area {
  background-color: transparent;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  border: none;
  /* flex-direction: row-reverse; */
  gap: 10px;
}

.enrichment-area label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #c2c7d0 !important;
  margin: 0 !important;
}

.modal-body button[type="submit"] {
  width: 100% !important;
  height: 36px !important;
}

.dataTables_paginate,
.dataTables_info {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
  margin-top: 10px !important;
}

.dataTables_info {
  padding: 10px !important;
}

.bg-blue {
  background-color: #0d5cb1 !important;
}

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

.phoneSelect {
  display: flex !important;
  justify-content: end !important;
  align-items: center !important;
  gap: 10px !important;
}

.phoneSelect button,
.phoneSelect a {
  background-color: #108de5 !important;
  height: 36px !important;

  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

#addEntityModal input,
#editEntityModal input {
  display: block;
  background-color: transparent !important;
  font-size: 14px !important;
  color: #c2c7d0 !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
  height: 38px;
  width: 100% !important;
}

#addEntityModal select,
#editEntityModal select {
  width: 100%;
  background-color: transparent !important;
  font-size: 14px !important;
  color: #c2c7d0 !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
  height: 38px;
}

.select2-container--default .select2-selection--multiple {
  /* width: 60%; */
  background-color: transparent !important;
  font-size: 14px !important;
  color: #c2c7d0 !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  /* background-color: #e4e4e4; */
  background-color: transparent !important;
  font-size: 14px !important;
  color: #c2c7d0 !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
}

#addEntityModal textarea {
  background-color: transparent !important;
  font-size: 14px !important;
  color: #c2c7d0 !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
  width: 100%;
  height: 38px;
  overflow: auto;
}

.updateprofilepic .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.joining-link {
  width: 280px;
  /* Ensures the column width */
  max-width: 280px;
  white-space: nowrap;
  /* Prevents text wrapping */
  overflow: hidden;
  /* Hides overflowing text */
  text-overflow: ellipsis;
  /* Adds ellipsis (...) */
}

.updateprofilepic .image-wrapper img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: 0 auto;
}

.delete-image {
  background: transparent;
  border: none;
  outline: none;
}

#uploadCSVModalFileAdd {
  margin-bottom: 10px;
}

.modal-sub-section button,
.modal-sub-section a {
  width: 100%;
}

.admin-dropdown {
  background-color: #0d1317 !important;
  border: 1px solid #4f5962 !important;
  min-width: 230px !important;
  box-shadow: 0 14px 28px #38344078, 0 10px 10px rgb(0 0 0 / 10%) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #108de5 !important;
  text-decoration: none;
  background-color: #1c2a34 !important;
}

.admin-dropdown .dropdown-item {
  color: #fff !important;
}

.admin-dropdown .dropdown-divider {
  border-top: 1px solid #4f5962 !important;
}

.login-page {
  background-color: #03090d !important;
}

.form-main-div {
  position: relative;
  margin-bottom: 20px !important;
}

.text-danger {
  display: block;
  position: absolute;
  top: 38px;
  right: 0;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.login-page .card-body {
  padding-top: 0px !important;
}

.login-box-msg {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff !important;
}

.login-page .card-body input {
  background-color: transparent !important;
  font-size: 14px !important;
  color: #c2c7d0 !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #23232329;
}

.change-password-user .card-header h2 {
  font-size: 24px !important;
  color: #fff !important;
}

section.section.mt-3.change-password-user {
  max-width: 510px;
  width: 100%;
  margin: 0px auto;
}

.change-password-user .card-body {
  padding-top: 0 !important;
}

.change-password-user .card-body .form-label {
  font-size: 14px;
  font-weight: 400 !important;
  color: #fff !important;
}

.change-password-user .card-body input {
  background-color: transparent !important;
  font-size: 14px !important;
  color: #c2c7d0 !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
}

.change-password-user .card-body button {
  width: 100% !important;
  background-color: #108de5 !important;
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.profilepic .image-wrapper img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: 0 auto;
}

.profilepic .image-wrapper {
  display: flex;
  justify-content: center;
}

/* #update-two-fa .switch, #update-view-permission .switch
{
    display: block;
    width: 56px;
    height: 26px;
    background-color:#FD632F;
    border-radius: 99px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
}
.inactiveactive input:checked + .switch::after, #update-view-permission .switch:checked + .switch::after
{
    left: 32px;
}
.inactiveactive input:checked + .slider:after {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
#update-two-fa .switch::after, #update-view-permission .switch::after
{
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: left 0.3s ease;
}
#update-two-fa #two_fa_status , #update-view-permission #default_view
{
    display: none;
} 
#update-two-fa #two_fa_type
{
    display: none;
} */

.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
}

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

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #adb5bd;
  transition: 0.4s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 20px;
  left: 0.27em;
  bottom: 4px;
  background-color: #adb5bd;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #007bff;
  border: 1px solid #007bff;
}

input:focus+.slider {
  box-shadow: 0 0 1px #007bff;
}

input:checked+.slider:before {
  transform: translateX(1.2em);
  background-color: #fff;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none !important;
  padding-right: inherit !important;
}

#update-two-fa .inactiveactive,
#update-view-permission .inactiveactive {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.message-details {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.entity-phone-icon {
  font-size: 56px !important;
}

.message-details .btn {
  padding: 0 !important;
  padding-top: 3px !important;
}

.message-text {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
}

.bold-message {
  font-weight: 700 !important;
}

#off_description,
#edit_off_description {
  background-color: transparent !important;
  font-size: 14px !important;
  color: #c2c7d0 !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
}

.brand-link .brand-image {
  border-radius: 0 !important;
  float: none !important;
}

#circle-group img,
#circle-group-edit img,
#id_existingProfilePicsContainer img,
#existingProfilePicsContainer img {
  height: 80px;
  width: 80px !important;
  border-radius: 50%;
  margin: 5px;
  object-fit: cover;
}

.modal-footer {
  border-top: 1px solid #4f5962 !important;
}

#addEntityModal input {
  width: 100% !important;
}

.entity-send-btn {
  width: 100%;
}

a.nav-link.fa-user-icon {
  height: 40px;
  width: 40px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#add_country_modal .text-danger,
#edit_country_modal .text-danger,
#add_region_modal .text-danger,
#edit_region_modal .text-danger {
  left: 10px !important;
}

.mini-gallery img {
  height: 40px;
  width: 40px;
  margin: 5px;
}

#addEntityModal .text-danger {
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.action-btn-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sidebar-collapse .brand-link .brand-image {
  height: 40px !important;
  width: 60px !important;
  margin: 0 !important;
}

span.tag {
  background: #08b150;
  padding: 3px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: linear-gradient(to bottom, #585858 0%, #111 100%) !important;
}

.dataTables_paginate.paging_simple_numbers {
  padding: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
  margin: 4px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline {
  width: 100%;
  margin-left: -4px !important;
}

#id_groups-error .text-danger {
  top: 83px !important;
}

#uploadProfilePicAdd,
#uploadCSVModalFileAdd,
#uploadCSVModalFileDownload {
  height: 36px !important;
}

.mb-3.col-md-6 .select2.select2-container {
  border: 1px solid #4f5962;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 7px;
}

.select2.select2-container .select2-selection__choice {
  display: flex !important;
  gap: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: 0 !important;
  margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-right: 5px;
  background-color: #e4e4e4;
  border: 1px solid #aaa;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding-right: 10px;
  margin: 0;
}

#addEntityModal .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field,
#editEntityModal .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
  border: none !important;
  margin: 0 !important;
  height: 35px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline {
  margin: 0px !important;
  padding-right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding-right: 10px;
  margin-right: 5px;
  margin-left: 0;
  margin-top: 0;
  margin-top: 5px;
}

#addEntityModal .modal-body input.checkbox,
#editEntityModal .modal-body input.checkbox {
  position: unset !important;
  margin-top: -24px !important;
  margin-left: 15px !important;
  height: auto;
}

#addEntityModal .modal-body textarea#id_sub_classifications,
#editEntityModal .modal-body textarea#id_sub_classifications {
  height: 120px;
}

.cancel-btn-edit {
  position: absolute;
  top: -4px;
  right: 0px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ccc;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  align-content: center;
  line-break: 123px !important;
  line-break: -20px !important;
  line-height: 13px;
  width: 15px;
  padding: 0;
  color: solid black;
}

#profilePreview {
  width: 120px;
  /* set equal width & height */
  height: 120px;
  object-fit: cover;
  /* ensures image fills without stretching */
  border-radius: 50%;
  /* makes it a circle */
}

.log-filters-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.filter-item label {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-style: Medium;
  font-size: 16px !important;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0%;
}

.filter-item-select {
  border: 1px solid #aaaaaa !important;
  border-radius: 8px !important;
  background-color: transparent !important;
  width: 250px !important;
  height: 42px !important;
  margin: 0px !important;
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 16px !important;
  color: #ffffff !important;
  line-height: 100%;
  letter-spacing: 0%;

}

.filter-item-select::placeholder {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #4F5962;
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #108DE5 !important;
  border-radius: 8px !important;
  height: 40px;
  margin-left: auto !important;
}

.daterangepicker {
  background-color: #0D1317 !important;
  border-radius: 8px !important;
  border: 1px solid #4F5962 !important;
}

.daterangepicker::after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #0D1317 !important;
  border-left: 6px solid transparent;
}

.drp-selected {
  color: #fff !important;
}

.drp-buttons .cancelBtn {
  background-color: #FD632F !important;
  border-radius: 8px !important;
  border: none !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 4px 12px !important;
}

.drp-buttons .applyBtn {
  background-color: #108DE5 !important;
  border-radius: 8px !important;
  border: none !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 4px 12px !important;
}

td,
th {
  border: none !important;
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}

.calendar-table {
  background-color: #0D1317 !important;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {

  border: solid #edebeb;

}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #343a40 !important;

}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #357ebd !important;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.in-range {
  background-color: #357ebd !important;
}

.drp-calendar.right {
  padding-left: 0px !important;
}

.drp-calendar.left {
  padding-right: 0px !important;
}

.card-body {
  overflow-x: auto !important;
}

.daterangeArea_main {
  position: relative;

}

.calender-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
}

.daterangeArea_main .filter-item-select {
  padding: 8px 12px;
}

.dropdown.filter-item-select button {
  background-color: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100% !important;
}

.dropdown-menu {
  background: #0D1317;
  border: 1px solid #4F5962;
  margin-top: 10px;
  border-radius: 8px;
}

.dropdown-menu li a {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-menu li a:hover {
  color: #108de5 !important;
  text-decoration: none;
  background-color: #1c2a34 !important;
}

.log-list-heading {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 30px;
}


.substage-checkbox {
  appearance: none; /* Remove default checkbox styling */
  width: 15px;
  height: 15px;
  background-color: #4F5962;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  pointer-events: none;
}
.substage-checkbox:checked {
  background-color: #007BFF;
  border-color: #007BFF;
  position: relative;
}
/* Optional: Add a checkmark when checked */
.substage-checkbox:checked::after {
  content: "✔";
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.log-type-checkbox {
  appearance: none; /* Remove default checkbox styling */
  width: 15px;
  height: 15px;
  background-color: #4F5962;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  pointer-events: none;
}
.log-type-checkbox:checked {
  background-color: #007BFF;
  border-color: #007BFF;
  position: relative;
}
/* Optional: Add a checkmark when checked */
.log-type-checkbox:checked::after {
  content: "✔";
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.log-list-checkbox:checked {
  background-color: #007BFF !important;
  border-color: #007BFF !important;
  position: relative !important;
}

.log-list-checkbox:checked::after {
  content: "✔" !important;
  color: white !important;
  font-size: 12px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.log-list-checkbox{
  appearance: none; /* Remove default checkbox styling */
  width: 15px;
  height: 15px;
  background-color: #4F5962;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}






*::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background: #8E9DAD;
  border-radius: 2px;
  border: 2px solid transparent;
}

.dropdown-menu li a:hover {
  color: #fff!important;
  text-decoration: none;
  background-color: #108DE5 !important;
  border: none;
}