a,
a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.5s ease;
  text-decoration: none;
}

button,
button:active,
button:focus,
button:hover {
  outline: none;
  transition: all 0.5s ease;
  text-decoration: none;
}


body {
  background: #08264B;
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

#particles-js {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.jWcRuH {
  position: fixed;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  opacity: 0.16;
  left: -100px;
  top: -100px;
  background: radial-gradient(34.98% 34.98% at 50% 50%, #20a8e1 0%, rgba(6, 19, 45, 0) 100%);
}

.card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
}

.card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
}

.ms-3 {
  margin-left: 10px;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #c49cf5;
}

.navbar-collapse {
  flex-grow: revert;
}

.container {
  max-width: 1250px;
}

header {
  padding-top: 20px;
  position: relative;
  left: 0;
  right: 0;
  z-index: 11;
}

.header_logo {
  width: 180px;
}

.modal-content {
  background: #102d51;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: rgba(255, 255, 255, 0.3) !important;
}

.select2-dropdown {
  background-color: #102d51;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #264061;
  color: #fff;
}

.select2-container--default .select2-results__option--selected {
  background-color: #274262;
}

.list-group-item {
  color: #fff;
  padding: 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}

.add_btn {
  position: absolute;
  right: 15px;
  top: 0px;
}


.list-group-item .custom_list {
  color: #fff;
  display: block;
  padding: 0.75rem 1.25rem;
}

.list-group-item .custom_list:hover {
  background: #007bff;
}


.close {
  color: #fff;
  text-shadow: none;
  opacity: 1;

}

.close:hover {
  color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.ajaxCall {
  position: absolute;
  right: 19px;
  top: 6px;

  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.modal-footer .btn-default {
  background-color: #dc3545;
  color: #fff;
}

.select2-search__field:focus-visible {
  outline: none;
}

.chat_container {
  max-width: 600px;
  margin: auto;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  border-radius: 10px;
  padding: 10px;
}

.chat_box .chat_box {
  height: unset;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.chat_admin {
  display: block;
  margin-bottom: 15px;
}

.admin_pic_name img {
  width: 40px;
}

.admin_pic_name span {
  font-weight: 500;
  margin-left: 6px;
}

.admin_chat_box {
  margin-left: 22px;
  border-radius: 0px 15px 15px 15px;
  margin-top: 8px;
}

.chat_box {
  border: 2px solid rgba(255, 255, 255, 0.1);
  max-height: 150px;
  word-wrap: anywhere;
  display: inline-block;
  padding: 10px 10px;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
}

.chat_box p {
  margin-bottom: 0px;
  font-size: 13px;
}

.chat_box_img {
  height: 80px;
  cursor: pointer;
}

.chat_box_img_popup {
  max-width: 100%;
}

.chat_box_img_attach {
  max-height: 80px;
}

  .hover_data {
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    max-width: 125px;
  }

  .hover_data:hover {
    overflow: visible;
    white-space: normal;
    height: auto;
  }

.admin_date {
  font-weight: 500;
  font-size: 11px;
  opacity: .5;
  margin-left: 6px;
}

.chat_box_container {
  width: 100%;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.chat_user {
  text-align: right;
  margin-bottom: 15px;
}

.user_chat_box {
  border-radius: 15px 0px 15px 15px;
  margin-top: 4px;
}

.user_date {
  margin-left: 0px;
  margin-right: 6px;
}

.chat_footer {}

.chat_input_holder {
  position: relative;
  border-radius: 40px;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  padding-left: 50px;
  padding-right: 70px;
}

.chat_input {
  background: transparent;
  width: 100%;
  padding: 20px 15px;
  border: none;
  color: #fff
}

.chat_input:focus {
  outline: none;
  box-shadow: none;
}

.chat_submit {
  background: #2644d6;
  position: absolute;
  right: 7px;
  top: 6px;
  text-align: center;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%
}

.chat_submit img {
  filter: brightness(0) invert(1);
  width: 25px;
}

.upload_file_box {
  position: absolute;
  left: 20px;
  top: 18px;
}

.chat_container_height {
  max-height: 400px;
  padding-right: 20px;
  overflow: auto;
}


.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-item {
  float: left;
  padding: 0px 10px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

#owl-demo .item {
  display: block;
  margin: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 45%;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -35px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -35px;
}


.simple-marquee-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.simple-marquee-container {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 70px;
  position: relative;
  cursor: pointer;
}

.marquee,
*[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}

.marquee-content-items {
  display: inline-block;
  margin: 0;
  position: relative;
}

.marquee-content-items h2 {
  -webkit-text-stroke: 1px #ffffff3d;
  font-size: 60px;
  font-style: italic;
  font-family: 'Saira', sans-serif;
  text-transform: uppercase;
  color: transparent;
  font-weight: 700;
}


.banner_box {
  max-width: 500px;
  margin: auto;
}

.banner_box_border {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 350px;
}

.banner_box_bg {
  width: 100%;
  padding: 75px 50px;
  height: 100%;
  background-image: linear-gradient(to right, #0ddcdc 0%, #434aeb 51%, #0085e0 100%);
  border-radius: 350px;
}

.banner_box_inner {
  position: relative;
  overflow: hidden;
  margin: 0px 10px;
  border-radius: 50px;
}

.mobile-frame {
  width: 100%;
  z-index: 1;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.items_img img {
  width: 100% !important;
  border-radius: 10px !important;
}



.chat_img_upload img {
  filter: brightness(0) invert(1);
  opacity: .7;
  width: 20px;
}

.chat_img_upload {
  display: inline-block;
  background-color: transparent;
  color: white;
  cursor: pointer;
  margin: 0px;
}

.output_img {
  width: 25px;
  border-radius: 50%;
}

.date_box {
  text-align: center;
  margin-bottom: 40px;
}

.date_box span {
  background: #2644d6;
  font-size: 12px;
  color: #fff;
  padding: 7px 15px;
  border-radius: 10px;
}

.date_box hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: -9px;
}

.header_box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  position: relative;
  padding: 15px 15px;
  border-radius: 10px;
}

.top_link {
  color: #c49cf5;
}

.top_link:hover {
  color: #fff;
}

.header_box .navbar {
  padding: 0px;
}

.navbar-toggler {
  color: #fff;
}

nav .pagination {
  margin-bottom: 0px;
}

.page-link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

.page-item.disabled .page-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.page-link:focus {
  box-shadow: none;
}

.page-item.active .page-link {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgb(72, 105, 142);
}

.page-link:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgb(72, 105, 142);
  color: #fff;
}

.table thead th {
  border-bottom: 2px solid #ffffff12;
  background: #08264b;
  padding: 16px 10px;
}

.table td,
.table th {
  border-top: 1px solid #ffffff12;
}

.pegination_r nav {
  float: right;
}


.chat_img_send {}

#preview>span {
  position: relative;
  margin-top: 10px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.remove_img_preview::before {
  content: "×";
}

.remove_img_preview {
  color: white;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}

.remove_img_preview {
  position: absolute;
  top: -5px;
  line-height: 16px;
  right: -6px;
  background: #090909;
  color: white;
  border-radius: 50px;
  font-size: 0.9em;
  height: 16px;
  width: 16px;
  text-align: center;
  cursor: pointer;
}

#preview img {
  width: 40px;
  height: 40px;
}

.theme_btn {
  border-radius: 5px;
  padding: 6px 20px;
  background-image: linear-gradient(to right, #0ddcdc 0%, #434aeb 51%, #0085e0 100%);
  transition: all 0.5s ease-in-out;
  border: none;
  background-size: 200% 100%;
  color: #fff;
  box-shadow: 0 3px 5px 0 rgba(102, 102, 255, .3);
}

.theme_btn:hover {
  color: #fff;
  background-position: 100% 0;
}

.Forgot_link {
  color: #0ddcdc;
  font-size: 14px;
}

.Forgot_link:hover {
  color: #fff;
}

.menu_icon {
  width: 27px;
  filter: brightness(0) invert(1);
}

.home_heading {
  color: #fff;
  position: relative;
}

.home_heading h1 {
  margin-bottom: 0px;
  font-size: 60px;
  font-weight: 600;
}

.table {
  color: #fff;
}

.form-control::placeholder {
  color: #fdfdfd78;
}

.form-control {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

.form-control:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: #80bdff85;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(167, 230, 227, 0.08);
}

.btn-sm {
  margin: 3px 0px;
}

.custom-file-label {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

.form-control:disabled,
.form-control[readonly] {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.3);
}

.header_dropdown {
  background: transparent;
  color: #fff;
  border: none;
}

.header_dropdown img {
  width: 35px;
}

.dropdown-menu {
  padding: 0px;
}

.dropdown-item {
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #e6e6e68a;
}

.back_btn_padding h5 {
  text-transform: uppercase;
  font-weight: 600;
  word-wrap: anywhere;
}

.back_btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
}

.back_btn:hover {
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.14) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
}

.back_btn img {
  filter: brightness(0) invert(1);
  width: 20px;
}

.copy_btn {
  filter: brightness(0) invert(1);
  width: 20px;
  cursor: pointer;
  margin-left: 5px;
}


.back_btn.position {
  position: absolute;
  top: -7px;
  left: 0;
}

.back_btn_padding {
  padding-bottom: 35px;
}

.user_details_p p {
  display: block;
  word-wrap: anywhere;
  margin-bottom: 10px;
  color: #ffffffc9;
}

.user_details_p p span {
  font-weight: 500;
  color: #fff;
}

.table {
  font-size: 14px;
}

.chat_container_height::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.chat_container_height::-webkit-scrollbar-thumb {
  background: #959595;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px #000;
}


.tr_bg_danger {
  color: #721c24;
  background-image: linear-gradient(to left, #c7a6a9, #c7a6a9);
}

.tr_bg_danger .footable-toggle {
  background-color: rgba(127, 48, 56, 0.67);
  outline: 3px solid rgba(86, 18, 25, 0.31);
}

.btn-warning {
  color: #fff;
}

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

.select2-container--default .select2-selection--single {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 4px;
}

.wallet_box {
  position: relative;
  overflow: hidden;
  color: #fff;
  margin: 10px 0px;
  border-radius: 5px;
  padding: 40px 20px;
}

.wallet_box::before {
  content: "";
  background: #fff;
  height: 160px;
  width: 160px;
  display: inline-block;
  border-radius: 50%;
  opacity: .2;
  position: absolute;
  right: -65px;
  top: -40px;
}

.wallet_box::after {
  content: "";
  background: #fff;
  height: 160px;
  width: 160px;
  display: inline-block;
  border-radius: 50%;
  opacity: .2;
  position: absolute;
  right: -12px;
  bottom: -89px;
}

.wallet_box h5 {
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.wallet_box h3 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 28px;
}

.wallet_box img {
  width: 50px;
  filter: brightness(0) invert(1);
  position: absolute;
  right: 15px;
  top: 20px;
}

.wallet_gradient_1 {
  background: linear-gradient(90deg, #ffbf96, #fe7096);
}

.wallet_gradient_2 {
  background: linear-gradient(90deg, #90caf9, #047edf 99%);
}

.wallet_gradient_3 {
  background: linear-gradient(90deg, #84d9d2, #07cdae);
}

.wallet_gradient_4 {
  background: linear-gradient(90deg, #da8cff, #9a55ff);
}

.wallet_gradient_5 {
  background: linear-gradient(90deg, #deba2e, #feb01c);
}

.wallet_gradient_6 {
  background: linear-gradient(90deg, #8cc65a, #58ab06);
}

.wallet_gradient_7 {
  background: linear-gradient(90deg, #e281eb, #cd0792);
}

.wallet_gradient_8 {
  background: linear-gradient(90deg, #da7d2a, #a95408);
}

.wallet_gradient_9 {
  background: linear-gradient(90deg, #da2a2a, #a90808);
}

.md_container {
  max-width: 800px;
  margin: auto;
}

.app_bg {
  background: #04032d;
}

/* #botmanWidgetRoot .desktop-closed-message-avatar{display: none !important;} */
.desktop-closed-message-avatar svg {
  width: 20px !important;
}

.desktop-closed-message-avatar {
  height: 50px !important;
  width: 50px !important;
}

.mobile-closed-message-avatar {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

select option {
  color: #000;
}

.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table thead th {
  font-weight: 600;
  font-size: 13px;
}

.notification_dropdown {
  position: absolute;
  right: 65px;
  top: 2px;
}

.notification_dropdown button {
  background: #ffffff14;
  color: #fff;
  border: 1px solid #ffffff4f;
  height: 33px;
  width: 33px;
  border-radius: 50%;
}

.notification_dropdown .dropdown-menu {
  min-width: 350px !important;
}

.dropdown_menu_height {
  max-height: 400px;
  overflow-x: auto;
  padding: 10px;
}

.dropdown_menu_card {
  margin-bottom: 10px;
}

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

.dropdown_menu_card a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 0px 7px 2px #0000000d;
  font-size: 13px;
}

.dropdown_menu_card a:hover {
  border: 1px solid #4345eb;
  box-shadow: 0px 5px 5px 1px #4345eb82;
}

.dropdown_menu_card a:hover h6 {
  color: #4345eb;
}

.dropdown_menu_card a h6 {
  color: #393939;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 1px solid #cccccc94;
  padding-bottom: 9px;
}

.dropdown_menu_card a p {
  color: #222;
  font-size: 12px;
}

.dropdown_menu_card a p small {
  font-weight: 600;
  text-decoration: underline;
}

.notification_dropdown .notification_text {
  padding-left: 14px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

@media only screen and (max-width:760px) {
  .header_box {
    padding: 7px 10px;
  }

  .notification_dropdown .dropdown-menu {
    min-width: 300px !important;
  }

  .nav-item .theme_btn {
    display: block;
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin-left: 0px;
    margin-top: 10px;
  }

  .home_heading h1 {
    font-size: 40px;
  }

  .header_logo {
    width: 150px;
  }

}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}