html {
  overflow-x: hidden;
}
/*body{background: rgb(247, 250, 255);}*/
body {
  background:linear-gradient(155deg, #FFEDE5, #ffffff);
}
body.visitor-page {
  background-image: url(/assets/img/visitor-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-top: 2%;
}
body.visitor-page:before {
  content: "";
  background:linear-gradient(155deg, #FF4A00, #ffffff);
  display: block;
  position: fixed;
  top: 0;
  opacity: 0.1;
  height: 100%;
  width: 100%;
}

@keyframes vpulse {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.f-s-25{
  font-size: 25px !important;
}
#process_loader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding-top: 10%;
  position: fixed;
  z-index: 1000;
  display: none;
  text-align: center;
  transition: all 1s;
}

/* #process_loader p{
  color: var(--example-color); 
  --fa-animation-duration: 2s; 
  margin-top: -100px;
  animation-name: vpulse; 
  animation-timing-function: ease-in-out;
  animation-duration:2s;
  animation-iteration-count: infinite;
} */
.mic-overlay {
  display: none;
  background: rgba(55, 55, 55, 0.3);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 10%;
}
.mic-div {
  height: 200px;
  width: 200px;
  margin: 10% auto;
  text-align: center;
  background-image: url(https://cdn.dribbble.com/users/3208619/screenshots/6606144/__02-____.gif);
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #c3c3c3;
  box-shadow: inset 0px 0px 5px #a6a6a6, inset 1px 1px 5px #e0e0e0;
}
/* Neomorphic */

/* LOGIN PAGE */

body.visitor-page .form-group .control-label,
body.visitor-page .form-group > label,
body.visitor-page h5,
body.visitor-page a {
  color: #fff;
}
body.visitor-page .alert.alert-danger {
  color: #f2838f !important;
  background: transparent !important;
}
body.visitor-page .login-img {
  background-image: url("/assets/img/login-img.png");
  background-size: cover;
}
/* body.visitor-page .alert.alert-danger {
  color: #f2838f !important;
  border: none !important;
  border-radius: 10px !important;
  background: linear-gradient(145deg, #e6e6e6, #ffffff) !important;
  box-shadow:  5px 5px 10px #a3a3a3,
               -5px -5px 10px #ffffff !important;
} */
body.visitor-page .card {
  opacity: 1;
  box-shadow: none;
  border-radius: 10px;
  background-image: linear-gradient(120deg, #00000096, #00000063);
  background-color: #ffffff17;
  box-shadow: 0px 0px 4px 1px #ddd;
  /* linear-gradient(145deg, #e6e6e6, #ffffff); */
  /* box-shadow:  5px 5px 10px #a3a3a3,
               -5px -5px 10px #ffffff; */
  /* background: linear-gradient(145deg, #363c43, #2d3239);
  box-shadow:  5px 5px 11px #25292e,
               -5px -5px 11px #404750; */
}
.custom-file,
select.form-control,
textarea.form-control {
  border: 1px solid #cbcbcb;
}
.custom-file-label:after {
  height: calc(2.25rem + 3px);
  line-height: 2.2;
  border-color: #ced4da;
}
.form-control,
.input-group-text,
.custom-select,
.custom-file-label {
  background-color: transparent;
}

body.visitor-page .input-group-text{
  color: #fff;
}
body.visitor-page .form-control,
.input-group-text,
.custom-select,
.custom-file-label {
  border-color: transparent;
}
body.visitor-page .form-control-wrapper {
  padding: 5px;
  /* box-shadow:  1px 1px 7px #cccccc, -5px -5px 10px #ffffff;
  border-radius: 40px; */
}

body.visitor-page .form-control-wrapper .input-group-text i {
  font-size: 20px;
}

body.visitor-page input:active,
body.visitor-page input:focus,
body.visitor-page input {
  height: 45px;
  border: none !important;
  border-radius: 10px !important;
  color: #555;
  background: #ffffff !important;
  box-shadow: inset 1px 1px 4px #ababab, inset -5px -5px 4px #ffffff !important;
  /* color: #aaa;
  background: #32383F !important;
  box-shadow: inset 5px 5px 10px #1d2025,
              inset -5px -5px 10px #475059 !important; */
}
body.visitor-page .login-btn {
  width: 100px;
}
.btn.btn-theme,
.login-btn {
  cursor: pointer;
  display: block;
  text-align: center;
  /* width: 50%; */
  /* margin: 20px auto; */
  padding: 10px;
  font-size: 16px;
  border-radius: 8px;
  color: #555;
  border: none;
  border-radius: 20px;
  background: transparent;
  box-shadow: 1px 1px 7px #a3a3a3, -5px -5px 10px #ffffff !important;
  /* background: linear-gradient(145deg, #363c43, #2d3239);
  box-shadow:  5px 5px 11px #25292e,
               -5px -5px 11px #404750; */
}

.btn.btn-theme:hover,
.btn.btn-theme:focus,
.login-btn:hover,
.login-btn:focus {
  outline: none;
  background: linear-gradient(45deg, #8a33e24f, #ffffff);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #555 !important;
}

/* LOGIN PAGE */

/* Sidebar & Navs */
.navbar {
  left: 0px;
}
/* .main-navbar { */
  /* box-shadow: none; */
  /* background-image: url('/assets/img/panel-bg.jpg'); */
/* } */
.main-navbar > .navbar-nav.navbar-right {
  /* background-color: #E5EAEE; */
  margin: 10px;
  border-radius: 30px;
  padding: 6px;
}
.main-sidebar {
  top: 55px;
  left: 10px;
  width: 270px;
  border-radius: 10px;
  background: #21263f !important;
  /* background: transparent !important; */
  box-shadow: 8px 8px 15px #bebebe, -8px -8px 15px #ffffff;
  /* background: #FF4A00; */
  /* background: linear-gradient(199deg, #FF4A00, #0077B6); */
}
aside#sidebar-wrapper {
  margin-bottom: 100px;
}
.main-content {
  padding-left: 30px;
  padding-top: 50px !important;
}
/* body.sidebar-mini .main-content{
  padding-top: 135px !important;
} */
body.sidebar-mini .navbar {
  left: 0px;
}
body.sidebar-mini .main-sidebar:after {
  top: 55px;
  box-shadow: none;
  background-color: transparent;
}
body.sidebar-mini .main-sidebar .sidebar-menu li a {
  margin: 8px 0px;
  box-shadow: none !important;
}
body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu {
  left: 50px;
  margin-left: 5px;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a {
  color: #030c10;
  padding: 0px;
  margin-left: 5px;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a:active,
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a:focus,
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a:hover {
  color: #fff;
}
body.sidebar-mini .main-content,
body.sidebar-mini .main-footer {
  padding-left: 30px;
}
.main-footer {
  padding-left: 30px;
}

.navbar {
  height: 75px;
}
.navbar .sidebar-brand {
  height: 65px !important;
  background-color: transparent;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, .06); */
}
.navbar .sidebar-brand img {
  /* max-width: 140px !important; */
  max-height: 60px !important;
  margin: 3px 15px;
  /* max-width: 170px !important;max-height: 60px !important;margin-top:18px;margin-bottom:14px; */
}
.navbar .sidebar-brand-sm img {
  display: none;
  width: 32px !important;
  height: 32px !important;
  margin-top: 20px !important;
}

.main-sidebar .sidebar-menu li.menu-header,
.main-sidebar .sidebar-menu li a {
  color: #fff;
  /* #A842E9; */
}

.main-sidebar .sidebar-menu {
  padding: 0 5px 0 0;
  margin: 10px 0 0 0;
}

.main-sidebar .sidebar-menu li a {
  border-radius: 10px;
}
.main-sidebar .sidebar-menu li a > span {
  font-weight: 500;
}

.main-sidebar .sidebar-menu li.active > a,
.main-sidebar .sidebar-menu li a:hover,
.main-sidebar .sidebar-menu li.active > ul.dropdown-menu li.active a,
.main-sidebar .sidebar-menu li.active > ul.dropdown-menu li a:hover {
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(155deg, #FF4A00, #FFBC00);
  /* background: linear-gradient(45deg, #FF4A00, #0a258c);
box-shadow:  5px 5px 9px #FF4A00,
             -5px -5px 9px #0d31b8; */
}
/* Sidebar & Navs */

.wizard-step,
.card {
  opacity: 1;
  /* border-radius: 10px; */
  /* background: transparent !important; */
  box-shadow: 0px 0px 3px 0px #999;
  /* box-shadow:  5px 5px 14px #cfcfcf,
              -5px -5px 14px #ffffff; */
}
input:active,
input:focus,
input {
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: inset 3px 3px 6px #cfcfcf, inset -3px -3px 6px #ffffff !important;
}
.btn {
  /* min-width: 100px; */
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 8px;
  color: #444;
  /* border: none; */
}
.btn.btn-primary {
  color: #fff;
  /* background-color: #fff !important; */
  background: linear-gradient(155deg, #FF4A00, #FFBC00);
  /* box-shadow:  3px 3px 6px #cfcfcf,
              -3px -3px 6px #ffffff !important; */
  border: none;
}
.empty-state .empty-state-icon {
  background: linear-gradient(100deg, #FF4A00, #FFBC00);
}
.embed-responsive-16by9::before {
  background: #333;
}
.dataTables_filter,
.btn.btn-primary {
  margin: 3px;
}
/* .btn.btn-theme{
  color: #A474FF;
  font-weight: 500;
background: linear-gradient(145deg, #5efbff, #4fd4da) !important;
box-shadow:  5px 5px 5px #368f94,
             -5px -5px 5px #7affff !important;
  border: none;
} */
.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: linear-gradient(120deg, #FF4A00, #FFBC00);
  /* box-shadow:  3px 3px 6px #cfcfcf,
              -3px -3px 6px #ffffff !important; */
  border: none;
}
/* .btn.btn-theme:active,
.btn.btn-theme:hover,
.btn-theme:focus{
  background: linear-gradient(145deg, #5efbff, #4fd4da) !important;
  box-shadow:  -5px -5px 5px #368f94,
               5px 5px 5px #7affff !important;
  border: none;
} */

.neumorphic {
  box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, 0.2),
    -12px -12px 24px 0 rgba(255, 255, 255, 0.5);
  font-size: 5rem;
  width: 100%;
  height: 20px;
  border-radius: 40px;
  overflow: hidden;
  padding: 1.3rem;
  /* display: flex; */
}

.neumorphic:focus,
.neumorphic:active {
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
}

.variation2 {
  justify-content: space-around;
  align-items: center;
}

.variation2 span {
  display: block;
  padding-bottom: 1.5rem;
  position: relative;
  font-size: 3rem;
}

.variation2 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 0.3rem;
  border-radius: 1rem;
  width: 50%;
  margin: 0 auto;
  background-color: currentColor;
}

.variation2:focus,
.variation2:active {
  color: #5ab9ea;
}

/* Neomorphic */

/* SOCIAL BUTTON */
.btn-youtube {
  color: #4285f4 !important;
  background-color: #fff;
  border: 1px solid #4285f4;
  font-size: 14px;
  height: 48px;
}
.btn-youtube img {
  width: 23px !important;
  display: inline;
  float: left;
  margin-top: 10.5px;
  margin-left: 15px;
  top: 0;
  border-radius: 2px;
}
.btn-youtube:focus,
.btn-youtube:hover {
  color: #fff !important;
  background-color: #4285f4;
  border: 1px solid #4285f4;
}
.btn-facebook {
  font-size: 14px;
}
/* .login_btn{background: linear-gradient(45deg, #FF4A00, #FC7824);border-color: #FC7824;}

.login_btn:hover{background: linear-gradient(45deg, #FF4A00, #FC7824) !important;border-color: #FC7824 !important;} */

/* SIDE BAR */
.main-sidebar .sidebar-brand {
  height: 65px !important;
  background-color: transparent;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, .06); */
}
.main-sidebar .sidebar-brand img {
  max-width: 140px !important;
  max-height: 30px !important;
  margin: 0px 25px;
  /* max-width: 170px !important;max-height: 60px !important;margin-top:18px;margin-bottom:14px; */
}
.main-sidebar .sidebar-brand-sm img {
  width: 32px !important;
  height: 32px !important;
  margin-top: 20px !important;
}
.main-sidebar .sidebar-menu li a i {
  margin-left: 4px;
  font-size: 25px !important;
}
.main-sidebar .sidebar-menu li ul li a i {
  margin-right: 5px;
  font-size: 14px !important;
}
body:not(.sidebar-mini)
  .sidebar-style-2
  .sidebar-menu
  li.active
  ul.dropdown-menu
  li
  a {
  padding-left: 50px;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  padding-left: 45px;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu2 li a {
  padding-left: 40px;
}
#select2-account_switch_select-container {
  padding-left: 15px !important;
  padding-right: 5px !important;
}

/* STICKY COLUMN */
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}
.section > *:first-child {
  margin-top: 45px;
}
.section .section-title:before {
  margin-top: 11px;
}
.sidebar-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0 15px;
}

/* TABLE */
table .condensed a.dropdown-item {
  padding: 7px 20px !important;
}

/* MODAL  */
.modal-footer {
  display: block !important;
}
.modal-footer button[data-dismiss="modal"] {
  float: right !important;
}
.modal-xl {
  min-width: 70%;
}
.modal-mega {
  min-width: 80%;
}
.modal-full {
  min-width: 95%;
}
.modal-title .fas,
.modal-title .far,
.modal-title .fal,
.modal-title .fab {
  font-size: 18px !important;
}

/* UPLOADER */
.ajax-upload-dragdrop,
.ajax-file-upload-statusbar {
  width: 100% !important;
}
.ajax-file-upload {
  background: linear-gradient(45deg, #FF4A00, #fc7824) !important;
}
.ajax-upload-dragdrop span {
  display: none !important;
}

/* PRISM CODE HIGHTLIGHT */
code[class*="language-"],
pre[class*="language-"] {
  white-space: pre-wrap !important;
  word-break: break-all !important;
}

/* FORM */
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border: none !important;
}

/* STYLE */
.badge-status {
  background: #fcfcfc !important;
  border: 0.5px solid #ccc;
  padding: 4px 12px;
  font-size: 12px;
  color: #064663 !important;
}
.badge-status,
.badge-subscribe i {
  font-size: 12px !important;
}
.badge-status.normal {
  padding: 8px 10px !important;
}
.activity .badge {
  font-size: 10px;
  padding: 4px 8px;
}
.activity .badge-danger {
  background: #fcfcfc;
  color: #fb160a;
  border: 1px solid #fb160a;
}
.activity .badge-warning {
  background: #fcfcfc;
  color: orange;
  border: 1px solid orange;
}
.pointer {
  cursor: pointer;
}
.section-header h1 i {
  font-size: 24px !important;
}
a.card-cta {
  text-decoration: underline;
}
.custom-file input {
  cursor: pointer !important;
}
.status-icon {
  font-size: 20px;
}
.hidden {
  display: none !important;
}
.disappear {
  opacity: 0 !important;
}
/*.section_custom .section-header{margin-bottom: 0;border-bottom:1px solid #f9f9f9;border-radius: 3px 3px 0 0;}*/
/*.section_custom .card:first-child{border-radius: 0 0 3px 3px!important;}*/
/*.section_custom .card:first-child .card-header{border-bottom-width: 0;}*/
/*.section_custom .alert{margin-bottom: 0;border-radius: 0}*/
/*@media (max-width: 575.98px){.section_custom .section-header{margin-bottom: 0 !important;}}*/
.language-javascript {
  color: #fff !important;
}
.language-javascript .toolbar .toolbar-item:first-child {
  display: none !important;
}
/* .btn-outline-info,.btn-outline-primary,.btn-outline-success,.btn-outline-warning,.btn-outline-danger{background: #fff;} */
.dropdown_alt {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.dropdown_alt2 {
  border-radius: 0 4px 4px 0;
  border-right: none;
}
.full_width {
  width: 100% !important;
}
.padding-0 {
  padding: 0 !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-20 {
  padding: 20px !important;
}
.margin-0 {
  margin: 0 !important;
}
.dropdown-menu.large {
  width: 240px;
}
/* .show_parent:last-child .show_menu{position: absolute;top: -60px !important;left: 0;} */
.waiting_response .waiting {
  height: 100%;
  width: 100%;
  display: table;
}
.waiting_response .waiting i {
  font-size: 60px;
  display: table-cell;
  vertical-align: middle;
}
.dropdown-menu.dropdown-menu-sm a {
  font-size: 13px !important;
  color: #212529;
}
.no_radius {
  border-radius: 0 !important;
}
.no_shadow {
  box-shadow: none !important;
}
.dropdown-toggle.no_caret::after {
  content: none !important;
}
.border_me {
  border: 0.5px solid #dee2e6 !important;
}
.no_radius {
  border-radius: 0 !important;
}
.d-block {
  display: block !important;
}
.font-weight-bold {
  font-weight: 500 !important;
}
.swal-text {
  font-weight: 400;
}
.swal-title {
  font-weight: 300;
}
.section-header.m-0 {
  margin-bottom: 30px !important;
}

.text-info.gradient {
  background: -webkit-linear-gradient(270deg, #34e7e4, #1a7472);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-primary.gradient {
  background: -webkit-linear-gradient(270deg, #FF4A00, #053155);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-secondary.gradient {
  background: -webkit-linear-gradient(270deg, #8a3ab9, #e95950, #fccc63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-success.gradient {
  background: -webkit-linear-gradient(270deg, #32ff7e, #125a2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-warning.gradient {
  background: -webkit-linear-gradient(270deg, #ffa801, #5a3b01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-danger.gradient {
  background: -webkit-linear-gradient(270deg, #fc427b, #8b2544);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-dark.gradient {
  background: #131d4b;
  background-image: radial-gradient(
    circle 350px at center,
    #135051,
    #131d4b 77%,
    #1597e5 100%
  );
}
.bg-info.gradient {
  background: #15e9ff;
  background-image: radial-gradient(
    circle 350px at center,
    #15e9ff,
    #131d4b 70%,
    #1597e5 100%
  );
}
/*.bg-primary.gradient{background: linear-gradient(45deg, #FF4A00, #FC7824);background-image: radial-gradient(circle 248px at center,#FF4A00 0,#0741cc 47%,#3f51b5 100%);}*/
.bg-primary.gradient {
  background: linear-gradient(45deg, #FF4A00, #fc7824);
  background-image: radial-gradient(
    circle 248px at center,
    #FF4A00 0,
    #0741cc 47%,
    #0a193f 100%
  );
}
.bg-secondary.gradient {
  background: #f14793;
  background-image: radial-gradient(circle 248px at center, #f14793, #3a0989);
}
.bg-success.gradient {
  background: #53a164;
  background-image: radial-gradient(
    circle 350px at center,
    #53a164,
    #131d4b 77%,
    #1597e5 100%
  );
}
.bg-warning.gradient {
  background: #fc4a1a;
  background-image: radial-gradient(circle 248px at center, #fc4a1a, #f7b733);
}
.bg-danger.gradient {
  background: #ff6a00;
  background-image: radial-gradient(circle 248px at center, #ff6a00, #ee0979);
}

.bg-info-light.gradient {
  background: -webkit-linear-gradient(90deg, #ffffff, #fafdfb, #d7e9f7);
}
.bg-info-light-alt.gradient {
  background: -webkit-linear-gradient(270deg, #ffffff, #fafdfb, #d7e9f7);
}
.bg-success-light.gradient {
  background: -webkit-linear-gradient(90deg, #ffffff, #fafdfb, #d1edd1);
}
.bg-success-light-alt.gradient {
  background: -webkit-linear-gradient(270deg, #ffffff, #fafdfb, #d1edd1);
}
.bg-primary-light.gradient {
  background: -webkit-linear-gradient(90deg, #ffffff, #fafdfb, #b8dbf9);
}
.bg-primary-light-alt.gradient {
  background: -webkit-linear-gradient(270deg, #ffffff, #fafdfb, #b8dbf9);
}
.bg-secondary-light.gradient {
  background: -webkit-linear-gradient(90deg, #ffffff, #fafdfb, #f1e3f9);
}
.bg-secondary-light-alt.gradient {
  background: -webkit-linear-gradient(270deg, #ffffff, #fafdfb, #f1e3f9);
}
.bg-warning-light.gradient {
  background: -webkit-linear-gradient(90deg, #ffffff, #fafdfb, #fffae0);
}
.bg-warning-light-alt.gradient {
  background: -webkit-linear-gradient(270deg, #ffffff, #fafdfb, #fffae0);
}
.bg-danger-light.gradient {
  background: -webkit-linear-gradient(90deg, #ffffff, #fafdfb, #ffdddd);
}
.bg-danger-light-alt.gradient {
  background: -webkit-linear-gradient(270deg, #ffffff, #fafdfb, #ffdddd);
}

/* ICON CARD */
.card.card-large-icons.card-condensed {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
  color: #030c10;
}
.card.card-large-icons.card-condensed h4 {
  color: #6c757d;
}
.card.card-large-icons.card-condensed.active h4 {
  color: #fff;
}
.card.card-large-icons.card-condensed a:not(.dropdown-item),
.card.card-large-icons.card-condensed .dropdown-toggle,
.card.card-large-icons.card-condensed .card-icon {
  color: #030c10 !important;
}
.card.card-large-icons.card-condensed.active {
  color: #fff;
  background: linear-gradient(45deg, #FF4A00, #fc7824);
}
.card.card-large-icons.card-condensed.active a:not(.dropdown-item),
.card.card-large-icons.card-condensed.active .dropdown-toggle,
.card.card-large-icons.card-condensed.active .card-icon {
  color: #fff !important;
}
.card.card-large-icons.card-condensed .card-icon {
  width: 75px;
}
.card.card-large-icons.card-condensed .card-icon i {
  font-size: 22px;
}
.card.card-large-icons.card-condensed .card-body {
  padding: 10px;
}
.card.card-large-icons.card-condensed .card-body h4 {
  font-size: 15px;
}

@media (max-width: 575.98px) {
  .card.card-large-icons {
    width: 100%;
  }
  .card.card-large-icons .card-icon {
    display: none !important;
  }
  .card.card-large-icons .card-body {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }
}

/* BADGES */
.badge2 {
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 12px;
}
.badge2.badge-success2 {
  background-color: rgba(29, 201, 183, 0.1);
  color: #1dc9b7;
  border: dotted 2px rgba(29, 201, 183, 0.1);
}
.badge2.badge-pending2 {
  background-color: rgba(255, 31, 31, 0.1);
  color: #ff5656;
  border: dotted 2px rgba(255, 31, 31, 0.1);
}
.badge2.badge-processing2 {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  border: dotted 2px rgba(255, 184, 34, 0.1);
}

/* SELECT2 */
.input-group .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #fff;
  color: #030c10;
  border: 1px solid #FF4A00 !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #030c10 !important;
}

/* COLOR */
.instagram {
  color: #ad34b1;
}
.orange {
  color: orange !important;
}
.green {
  color: #63ed7a !important;
}
.red {
  color: #fb160a !important;
}
.white {
  color: white !important;
}
.gray {
  color: #ccc !important;
}
.blue {
  color: #030c10 !important;
}
.black {
  color: #064663 !important;
}
.bg-body {
  background: #fafdfb !important;
}
.bg-light {
  background: #f7f7f7 !important;
}
.purple {
  color: #d43f8d !important;
}
.ash {
  color: #6c757d !important;
}
.cyan {
  color: #16d6d0 !important;
}
.alert.alert-success {
  background: #b9df90 !important;
  border-color: #b9df90 !important;
  color: #3c763d !important;
}
.alert.alert-warning {
  background: #ffdd87 !important;
  border-color: #ffdd87 !important;
  color: #8a6d3b !important;
}
.alert.alert-danger {
  background: #f2838f !important;
  border-color: #f2838f !important;
  color: #fff !important;
}

/* BUTTON */
.btn {
  box-shadow: none !important;
}
.btn-circle {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  padding: 0;
  padding-top: 8px;
}
.btn.small {
  font-size: 10px !important;
}
.btn-outline {
  background: #fff;
  border-radius: 0;
  border: 0.5px dashed #ccc;
  cursor: pointer;
}
.btn-outline:hover {
  border: 1px dashed #FF4A00 !important;
}
.mini_dropdown {
  padding: 8px 0;
  top: -11px !important;
  border: 0.5px solid #394ee5;
}
.mini_dropdown .btn {
  margin-right: 4px;
}
.mini_dropdown .btn:last-child {
  margin-right: 0px;
}
/* .btn-progress:visited{background-color:#ddd !important;border-color:#aaa !important;box-shadow: none !important;} */

/* DATA TABLE */
td,
th {
  vertical-align: middle !important;
}
.data-card {
  width: 101% !important;
}
.dataTable,
.table-responsive,
.dataTable,
.table-responsive2 {
  width: 100% !important;
}
.data-card .table:not(.table-sm) thead th {
  background: #f8fafb !important;
  color: #030c10 !important;
}
.data-card .table {
  border: none !important;
}
.data-card .table thead {
  border: 1px solid #edeffd !important;
}
.data-card .table tbody {
  border: 1px solid #edeffd !important;
}
.data-card .table-bordered td {
  border: 1px solid #edeffd !important;
  vertical-align: middle;
}
.data-card .table-bordered th {
  border: none !important;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}
.data-card .table-bordered:not(.table-sm) td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.data-card .table tfoot {
  border: 1px solid #edeffd !important;
  text-align: right !important;
}
.data-card .dataTables_length {
  display: inline !important;
}
.data-card .dataTables_length select {
  width: 90px !important;
  margin-top: 15px;
}
.data-card .dataTables_info {
  display: inline !important;
  float: right !important;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: left !important;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0 !important;
  padding: 20px 15px !important;
  max-width: 155px !important;
}

/* SCROLL */
.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
.nicescroll-cursors {
  background: #d2dae2 !important;
}

/* MESSENGER BOT CUSTOM */
#messenger_bot_form .card {
  margin-bottom: 0 !important;
}
#messenger_bot_form .btn.btn-outline-primary.float-right {
  padding: 0.1rem 0.4rem !important;
}
#messenger_bot_form .select2 {
  width: 100% !important;
}
#messenger_bot_form .card {
  box-shadow: none !important;
}
#messenger_bot_form .card-primary,
#messenger_bot_form .card-secondary,
#messenger_bot_form .card-warning {
  border-left: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}

/* TABLE RESPONSIVE 2 */
@media (max-width: 575.98px) {
  .table-responsive2-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive2-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive2-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive2-md > .table-bordered {
    border: 0;
  }
  .data-card .table-bordered:not(.table-sm) tr:first-child td {
    padding-top: 45px;
  }
}
@media (max-width: 991.98px) {
  .table-responsive2-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive2-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive2-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive2-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive2 {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive2 > .table-bordered {
  border: 0;
}

/* EMOJI */
.emojionearea.form-control,
.emojionearea {
  min-height: 150px !important;
  border: 1px solid #e4e6fc !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.emojionearea.form-control.focused,
.emojionearea.focused {
  border-color: #95a0f4 !important;
}
.emojionearea .emojionearea-editor {
  padding: 0 !important;
}

/* TOKENIZED */
.div.Tokenize ul.TokensContainer,
div.Tokenize ul.TokensContainer {
  height: 150px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 3px;
}
div.Tokenize ul.TokensContainer li.Token,
div.Tokenize ul.TokensContainer li.TokenSearch {
  height: 22px !important;
}
div.Tokenize ul.TokensContainer {
  padding: 0px 7px !important;
}
.tokenize-sample,
.Tokenize {
  border: none !important;
  padding: 0 !important;
}
.Tokenize .Dropdown li.Hover {
  background: linear-gradient(45deg, #FF4A00, #fc7824) !important;
}
div.Tokenize ul.TokensContainer,
div.Tokenize ul.Dropdown {
  border-color: #e4e6fc !important;
}

/* SUMMETNOTE EDITOR */
.note-toolbar {
  height: 40px !important;
}
.note-toolbar-wrapper {
  height: 35px;
}
.note-editable {
  padding-top: 37px !important;
  max-height: 160px !important;
}

/* CHECKBOX + RADIO*/
/* http://www.inserthtml.com/2012/06/custom-form-radio-checkbox/ */
.regular-checkbox {
  display: none;
}
.regular-checkbox + label {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin: 0;
}
.regular-checkbox + label:active,
.regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.regular-checkbox:checked + label:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: -1.5px;
  left: 0;
  color: #99a1a7;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.big-checkbox + label {
  padding: 18px;
}
.big-checkbox:checked + label:after {
  font-size: 28px;
  left: 6px;
}
.radio-1 {
  width: 193px;
}
.button-holder {
  float: left;
}
.regular-radio {
  display: none;
}
.regular-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.regular-radio:checked + label:after {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}
.regular-radio:checked + label {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1),
    inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.regular-radio + label:active,
.regular-radio:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.big-radio + label {
  padding: 16px;
}
.big-radio:checked + label:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}

/* webview-builder custom styles */
.webview-builder-action-buttons {
  width: 183px;
}

#detail-webview-form-modal .modal-body {
  padding: 0 15px 15px 15px;
}

#detail-webview-form-modal .modal-body .card {
  margin-bottom: 0px;
}

#detail-webview-form-modal .modal-body .card-body {
  padding-top: 0px;
}

#detail-first-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10;
}

#detail-first-view .first-view-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Manual payment style */
#manual-payment-modal #additional-info {
  height: 180px !important;
}

.mp-actions .fa {
  cursor: pointer;
}
.mp-actions.show .fa {
  color: #030c10;
}
.mp-actions .dropdown-menu {
  padding: 0.5rem 0.5rem !important;
}

.custom-switch-description i {
  font-size: 15px !important;
  padding-top: 2px;
  margin: 0 1.5px;
}
.social-media-switch .custom-switch-indicator {
  border-color: #030c10 !important;
  background: #fff !important;
}
.social-media-switch .custom-switch-indicator:before {
  background: linear-gradient(45deg, #FF4A00, #fc7824) !important;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-s-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-b-30 {
  padding-bottom: 30px;
}
.p-t-30 {
  padding-top: 30px;
}

.m-b-10 {
  margin-bottom: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-s-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-t-20 {
  margin-top: 20px;
}

.area {
  background: #4e54c8;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
  height: 100vh;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(138, 51, 226, 0.255);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.card.card-primary {
  border: none;
  opacity: 0.9;
  border-radius: 6px;
  box-shadow: 0px 0px 2px 1px #aaa;
}

.empty-state a.mt-4.bb {
  display: none;
}

footer.blockquote-footer {
  display: none;
}

.shadow-soft {
  box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
}

.border-light {
  border-color: #d1d9e6 !important;
}
.card-header:first-child {
  border-radius: calc(0.55rem - 0.0625rem) calc(0.55rem - 0.0625rem) 0 0;
}
.rounded {
  border-radius: 0.55rem !important;
}

.btn {
  position: relative;
  transition: all 0.2s ease;
  letter-spacing: 0.025em;
  font-size: 1rem;
  border-color: #d1d9e6;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
}

/* 
.box {
  width: 200px;
  height: 300px;
  position: relative;
  border: 1px solid #bbb;
  background: #eee;
  float: left;
  margin: 20px;
} */

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 180px;
  height: 100px;
  text-align: right;
}

.ribbon span {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  padding: 4px 21px 0px 23px;
  transform: rotate(25deg);
  width: 210px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 17px;
  right: -16px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 0px solid #79a70a;
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79a70a;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 4px solid #79a70a;
  border-left: 1px solid transparent;
  border-bottom: 7px solid transparent;
  border-top: 4px solid #79a70a;
}

.red span {
  background: linear-gradient(#f70505 0%, #8f0808 100%);
}

.red span::before {
  border-left-color: #8f0808;
  border-top-color: #8f0808;
}

.red span::after {
  border-right-color: #8f0808;
  border-top-color: #8f0808;
}

.blue span {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.blue span::before {
  border-left-color: #0d335f;
  border-top-color: #0d335f;
}

.blue span::after {
  border-right-color: #0d335f;
  border-top-color: #0d335f;
}

.invalid-feedback {
  position: absolute;
  margin-top: 50px;
}

.ai-block-selector {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: -7px;
  border-radius: 10px;
  background: linear-gradient(100deg, #FF4A004d, #c88ff71e);
}

.block-link:hover > .ai-block-selector {
  display: block;
}

div.dataTables_wrapper div.dataTables_processing {
  width: 45px !important;
  height: 45px !important;
}

.dropdown-menu.show{
  background-color: #000;
}
.topbar-item {
  padding: 11px;
  display: inline-block;
  position: relative;
}
.navbar .nav-link,
.first-tier-submenu a,
.dropdown-menu .dropdown-title,
.dropdown-item,
.topbar-item a {
  color: #fff !important;
  text-decoration: none;
}
/* .navbar .nav-link:hover, */
.dropdown-item:focus, 
.dropdown-item:hover,
.first-tier-submenu a:hover,
.first-tier-submenu a:focus,
.first-tier-submenu a:active,
.topbar-item a:hover,
.topbar-item a:focus,
.topbar-item a:active,
.topbar-menu .topbar-item:hover .first-tier-submenu ul li a:hover,
.topbar-menu .topbar-item:hover .first-tier-submenu ul li a:focus,
.topbar-menu .topbar-item:hover .first-tier-submenu ul li a:active {
  color: #FFBC00 !important;
  background-color: transparent !important;
  text-decoration: none;
}

.first-tier-submenu {
  position: absolute;
  visibility: hidden;
  top: 60px;
  left: -50%;
  padding-left: 10px;
  width: max-content;
  opacity: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  box-shadow: 0px 0px 3px 1px #ccc;
}
.first-tier-submenu.wide-menu {
  left: -610%;
}
.first-tier-submenu.wide-menu:last-of-type {
  left: -1310%;
}
.first-tier-submenu .row {
  padding: 15px 0px;
}
.first-tier-submenu .col-4 {
  padding: 10px 20px;
  border-right: 1px solid #ddd;
}
.first-tier-submenu.style-right {
  right: 100px;
  left: auto;
}
.topbar-menu .topbar-item:hover .first-tier-submenu {
  opacity: 1;
  top: 50px;
  max-width: 690px;
  visibility: visible;
  padding: 0px;
}
.btn-drop .btn:focus ~ .first-tier-submenu.style-right,
.btn-drop .btn:active ~ .first-tier-submenu.style-right {
  top: 65px;
  opacity: 1;
  max-width: 700px;
  visibility: visible;
  padding: 0px;
}

.first-tier-submenu h5 {
  font-size: 17px;
  font-weight: 500;
}
.first-tier-submenu ul {
  padding: 0px 0px 10px 0px;
}
.first-tier-submenu ul li {
  list-style: none;
  line-height: 30px;
}
.first-tier-submenu ul li a {
  color: #888;
}
.first-tier-submenu h5 i {
  font-size: 14px;
  padding: 0px 5px;
}
.user-menu {
  opacity: 1;
  top: 55px;
  z-index: 880;
  background-color: #fff !important;
  border-top: 1px solid #aaa;
}
.user-menu.inverted {
  opacity: 0;
}
/* .user-menu .topbar-menu{
  right: 0px !important;
  float: right;
  position: fixed;
} */
.first-tier-submenu:first-of-type {
  left: 10%;
}

.topbarmenu {
  background-color: #333;
}
/* .topbarmenu .topbar-item a {
  color: #333;
} */
.topbarmenu.inverted {
  background-color: transparent;
}
.topbarmenu.inverted .topbar-item > a {
  color: #fff;
}
.slider-img {
  border-radius: 4px;
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.pop_serv {
  display: block;
  width: auto;
  padding: 300px 0px 0px 20px;
  height: 400px;
  color: #fff;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.9) inset;
  background-size: cover !important;
  cursor: pointer;
}
.pop_serv p {
  margin: 0px;
}
.pop_serv h5 {
  margin: 0px;
  font-weight: 700;
}
/* .no-js .owl-carousel, .owl-carousel.owl-loaded {
  background: #000;
  box-shadow: 0px 0px 3px 0px #999;
} */

.white-space{
  white-space: pre-wrap !important;
  word-break: break-all !important;
}
.chat-box .chat-content .chat-item.chat-right .chat-details .chat-text {
  background: linear-gradient(120deg, #FF4A00, #FFBC00);
}