/*-----------------------Background Color------------------------------------*/
/*-----------------------Text-Color------------------------------------*/
/*-----------------------Font Family------------------------------------*/
/*-----------------------Border Color------------------------------------*/
/*-----------------------Line Height------------------------------------*/
/*-----------------------Font Family Import------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
body {
  background: #f5f5f5;
  margin: 0px;
  padding: 0px;
  color: #949ba2;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
}

input[type="date"] {
  background: #2f323b;
  color: #fff;
  border: 1px solid #3d404c;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.fonte-branca {
  color: #fff !important;
}
.fonte-saldo {
  font-size: 19px;
}
.fonte-escura {
  color: #1d1f25;
}
.fonte-amarela {
  color: #fbb601 !important;
}
.fonte-vermelha {
  color: #fb0101 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}
.marginb {
  margin-bottom: 5px;
}
.espacoicon {
  margin-right: 4px;
}
.espacolateral {
  margin-right: 14px;
}
.espacolateral {
  margin-left: 14px;
}
.espacolateral2 {
  margin-left: 14px;
}
.bottom {
  margin-bottom: 35px;
}
.card-body2 {
  padding: 4.25rem;
}
.card-body3 {
  padding: 2.25rem;
}
.m10 {
  margin-top: -10px;
}
.m10-2 {
  margin-top: 10px;
}
.m10-3 {
  margin-top: 28px;
}
.wi100 {
  width: 100%;
}
.margin1 {
  margin-right: 20px;
  margin-left: 20px;
}
.margin2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.margin4 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.margin3 {
  margin-top: -5px;
}
.sempadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.padding3 {
  padding-top: 25px;
  padding-bottom: 40px;
}
.padding4 {
  padding-top: 11px;
  padding-bottom: 28px;
}
.padding5 {
  padding-top: 25px;
  padding-bottom: 36px;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.centro2 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.centro {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* .centro {height: 100%;min-height: 100%;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;} */

.separador {
  height: 1px;
  width: 100%;
  background: #32353e;
  display: -webkit-box;
}
.botaomaior {
  padding: 7px 70px 11px 70px;
}
.saldo {
  background: #1f2025;
  padding: 1px 24px 1px 24px;
  border-radius: 5px;
  padding-bottom: 1px !important;
}
.tabela1 {
  background: #2f323b;
}
.clientes a:hover {
  color: #fbb601 !important;
}

.odd:hover,
.even:hover {
  background: #2f323b;
}

.card-body2 a:hover {
  color: #fbb601 !important;
}
.card-body2 .fonttamanho {
  font-size: 36px;
}
.card-body2 .fonttamanho2 {
  font-size: 22px;
}
.card-body2 .espacolateral {
  margin-top: -7px;
}
.card-body a {
  float: right;
  margin-top: 13px;
  font-weight: 400;
  color: #eee;
}
.card-body a:hover {
  background-color: #fbb601;
  border-color: #fbb601;
  color: #000;
}

a {
  text-decoration: none;
  color: #3264eb;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: underline;
  outline: none;
}

/*======================== Font Style Css ===============================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #c0c4c8;
  margin: 0 0 15px;
  line-height: 1.75rem;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

/*======================== Font-Family Css ===============================*/
.red-font-lato {
  font-family: "Lato", sans-serif;
}

/*======================== Font-Color Css ===============================*/
.redial-primary,
.text-primary {
  color: #949ba2 !important;
}

.redial-primary-light {
  color: #7c99d6;
}

.redial-dark {
  color: #c0c4c8;
}

.redial-light {
  color: #949ba2;
}

.redial-cyan {
  color: #06c8e3;
}

.redial-drank {
  color: #9d0fea;
}

.redial-fb {
  color: #3a5798;
}

.redial-twi {
  color: #01a7eb;
}

.redial-pin {
  color: #c52027;
}

.redial-dri {
  color: #e44b88;
}

.redial-yellow {
  color: #fae10f;
}

.redial-info {
  color: #3fbcef;
}

/*======================== Background Color Css ===============================*/

.redial-bg-primary,
.modal-content {
  background-color: #24262d;
}

.card {
  background-color: rgba(68, 70, 79, 0.5);
}

.redial-bg-secondry {
  background-color: #2f323b;
}

.redial-bg-secondry-light {
  background-color: #353842;
}

.redial-bg-pink {
  background-color: #e0276a;
}

.redial-bg-success {
  background-color: #009f3c;
}

.redial-bg-info {
  background-color: #3fbcef;
}

.redial-bg-orchid {
  background-color: #9d0fea;
}

.redial-bg-fb {
  background-color: #3b5996;
}

.redial-bg-twi {
  background-color: #63cbf0;
}

.redial-bg-goog {
  background-color: #d03220;
}

.redial-bg-link {
  background-color: #238cc8;
}

/*======================== Font-Weight Css ===============================*/
.redial-font-weight-100 {
  font-weight: 100;
}

.redial-font-weight-200 {
  font-weight: 200;
}

.redial-font-weight-300 {
  font-weight: 300;
}

.redial-font-weight-400 {
  font-weight: 400;
}

.redial-font-weight-500 {
  font-weight: 500;
}

.redial-font-weight-600 {
  font-weight: 600;
}

.redial-font-weight-700 {
  font-weight: 700;
}

.redial-font-weight-800 {
  font-weight: 800;
}

.redial-font-weight-900 {
  font-weight: 900;
}

/*==============Latter Spacing Css=================*/
.redial-letter-spacing-1 {
  letter-spacing: 1px;
}

.redial-letter-spacing-2 {
  letter-spacing: 2px;
}

.redial-letter-spacing-3 {
  letter-spacing: 3px;
}

.redial-letter-spacing-4 {
  letter-spacing: 4px;
}

.redial-letter-spacing-5 {
  letter-spacing: 5px;
}

.redial-letter-spacing-6 {
  letter-spacing: 6px;
}

.redial-letter-spacing-7 {
  letter-spacing: 7px;
}

.redial-letter-spacing-8 {
  letter-spacing: 8px;
}

.redial-letter-spacing-9 {
  letter-spacing: 9px;
}

.redial-letter-spacing-10 {
  letter-spacing: 10px;
}

.border {
  border: 1px solid #3d404c;
}

.border {
  border-color: #3d404c !important;
}

/*======================== Button Css===============================*/
.btn {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
.btn:focus,
.btn:active {
  box-shadow: none !important;
}

.btn-primary {
  background-color: #24262d;
  border-color: #24262d;
}

.btn-outline-primary {
  border-color: #949ba2;
  color: #949ba2;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #24262d !important;
  border-color: #24262d !important;
  color: #fff !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #fff !important;
}

.btn-success {
  border-color: #fbb601;
  background-color: #fbb601;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  border-color: #fbb601 !important;
  background-color: #fbb601 !important;
}

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #c0c4c8;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  border-color: #fff;
  background-color: #fff;
  color: #c0c4c8 !important;
}

.btn-link {
  color: #949ba2 !important;
}

/*======================== Buttons Size===============================*/
.btn-xs {
  padding: 0rem 1rem;
  line-height: 2rem;
}

.btn-sm {
  padding: 0rem 1.5rem;
  line-height: 2.5rem;
}

.btn-default {
  padding: 0rem 2rem;
  line-height: 2.5rem;
}

.btn-md {
  line-height: 3rem;
  padding: 0rem 2rem;
}

.btn-lg {
  padding: 0rem 2.5rem;
  line-height: 3.5rem;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.btn-circle {
  width: 50px;
  height: 50px;
  font-size: 20px;
}

/*======================== Background-Image-Maker Css ===============================*/
.background-image-maker {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #c0c4c8;
}

/*======================== Overlay-Maker & Gradient Css ===============================*/
.redial-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.redial-overlay-bg {
  background-color: rgba(59, 94, 215, 0.8);
}

.redial-grediant:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.grediant-tb:before {
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(112, 113, 115, 0) 100%
  );
}

/*======================== Position Css ===============================*/
.redial-relative {
  position: relative;
}

.redial-absolute {
  position: absolute;
}

.redial-left-0 {
  left: 0;
}

.redial-right-0 {
  right: 0;
}

.redial-top-0 {
  top: 0;
}

.redial-bottom-0 {
  bottom: 0;
}

.redial-left-20 {
  left: 20px;
}

.redial-right-20 {
  right: 20px;
}

.redial-top-20 {
  top: 20px;
}

.redial-bottom-20 {
  bottom: 20px;
}

/*======================== Border Rounded-Circle & Border width Css===============================*/
.redial-rounded-circle-50 {
  border-radius: 50px !important;
}

.redial-border-width-2 {
  border-width: 2px !important;
}

.redial-border-width-8 {
  border-width: 8px !important;
}

/*======================== Border Color Css===============================*/
.redial-border-light {
  border-color: #3d404c !important;
}

.redial-border-primary {
  border-color: #949ba2;
}

.redial-border-pink {
  border-color: #e0276a;
}

.redial-border-success {
  border-color: #009f3c;
}

.redial-border-info {
  border-color: #3fbcef;
}

.redial-royal-blue {
  border-color: #3a5798 !important;
}

.redial-deep-blue {
  border-color: #01a7eb !important;
}

.redial-red-dark {
  border-color: #c52027 !important;
}

.redial-violet-dark {
  border-color: #e44b88 !important;
}

.redial-divider {
  border-bottom: solid 1px #3d404c;
}

.redial-divider-dashed {
  border-bottom: dashed 1px #3d404c;
}

.redial-brd-right {
  border-right: solid 1px #3d404c;
}

.redial-brd-bottom {
  border-bottom: solid 1px #3d404c;
  padding-bottom: 12px;
}

.redial-primary-dark {
  border: solid 1px #949ba2;
}

.redial-border-top {
  border-top: solid 1px;
}

/*======================== Box Shadow Css===============================*/
.redial-shadow {
  box-shadow: 0px 0px 38px 0px rgba(255, 255, 255, 0);
}

.redial-shadow2 {
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.9);
}

/*======================== line-height Css===============================*/
.redial-line-height-1 {
  line-height: 1 !important;
}

.redial-line-height-1_5 {
  line-height: 1.5 !important;
}

.redial-line-height-2 {
  line-height: 2 !important;
}

.redial-line-height-2_5 {
  line-height: 2.5 !important;
}

.redial-line-height-3 {
  line-height: 3 !important;
}

/*======================== Page Custom Css ===============================*/
.modal.show .modal-dialog {
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.redial-bg-dark .form-control {
  border-color: #a6baff;
}

.mt-80 {
  margin-top: 80px;
}

.h-262 {
  height: 262px;
}

.w-35 {
  width: 35%;
}

.w-1 {
  width: 1%;
}

.btn-group.show {
  display: inline-flex !important;
}

/*===================================== Chat ==========================*/
.setting {
  -webkit-border-top-left-radius: 50px !important;
  -webkit-border-bottom-left-radius: 50px !important;
  -moz-border-radius-topleft: 50px !important;
  -moz-border-radius-bottomleft: 50px !important;
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}
.setting h4 {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

.setting i {
  line-height: 35px;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.setting {
  width: 35px;
  height: 35px;
  position: fixed;
  top: 134px;
  right: 0px;
  transition: all 0.3s;
  z-index: 999;
}

.sidbarchat {
  width: 300px;
  position: fixed;
  height: 100vh;
  top: 0px;
  right: 0px;
  background: #24262d;
  z-index: 10000;
  margin-right: -300px;
  transition: all 0.3s;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.11);
  border-left: 5px solid #24262d;
}

#sidechat.active .sidbarchat {
  margin-right: 0px;
}

#sidechat.active .setting {
  right: 300px;
}

.select2-drop,
.select2-drop.select2-drop-above .select2-search input,
.select2-container .select2-choice,
.select2-container-multi .select2-choices .select2-search-field input,
.dropdown-menu,
.page-link,
.calendar-date-holder .calendar-dates .date.selected a,
.date a:hover {
  background: #24262d;
  color: #949ba2;
}

.date a:hover {
  background-color: #24262d !important;
}

.sweet-alert {
  background: #000;
  color: #949ba2;
}

.dropdown-divider {
  border-top: solid 1px #3d404c;
  display: none;
}

.paginate_button {
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #949ba2;
  background-color: #24262d;
  border: 1px solid #949ba2;
}

.header {
  background-color: #24262d;
}

#header-fix.active {
  background-color: #24262d;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.notification .nav-link {
  transition: all 0.65s;
  cursor: pointer;
}

.notification .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 280px;
  margin-top: 8px;
  background-color: #24262d;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  -webkit-transform-origin: right 0;
  -ms-transform-origin: right 0;
  transform-origin: right 0;
}
.notification .dropdown-menu .dropdown-item {
  border-bottom: solid 1px #3d404c;
  color: #fff;
}
.notification .dropdown-menu .dropdown-item h6,
.notification .dropdown-menu .dropdown-item small {
  color: #fff;
}
.notification .dropdown-menu .dropdown-item:hover,
.notification .dropdown-menu .dropdown-item:focus,
.notification .dropdown-menu .dropdown-item:active {
  background-color: #2f323b;
  color: #fff;
}

.notification .dropdown-menu.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: right 0;
  -ms-transform-origin: right 0;
  transform-origin: right 0;
}

.notification .ring-point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 100%;
  background-color: #fbb601;
  position: absolute;
  right: 11px;
  top: 11px;
}

.notification .ring {
  position: absolute;
  top: -10px;
  right: -9px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #fbb601;
  border-radius: 100%;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.notification .user-profile .media-body {
  line-height: 1;
}

.navbar-btn {
  cursor: pointer;
  outline: none !important;
  border: none;
  margin-top: -25px;
}
.navbar-btn .navbar-toggler-icon {
  width: 22px;
  margin-top: 4px;
  height: 2px;
  display: block;
  background-color: #fff;
}

/*************************** SideBar ***************************************/
.wrapper {
  display: flex;
  align-items: stretch;
  padding: 0px 15px;
}
.wrapper .navbar {
  padding: 0px;
}
.wrapper #sidebar {
  min-width: 250px;
  max-width: 250px;
  transition: all 0.5s;
}
.wrapper #sidebar a {
  padding: 10px;
  display: block;
  color: #c0c4c8;
  font-weight: 700;
  margin-top: 5px;
}
.wrapper #sidebar a:hover {
  color: #fbb601;
}
.wrapper .metismenu .has-arrow {
  position: relative;
}
.wrapper .metismenu .has-arrow:after {
  position: absolute;
  right: 1em;
  top: 24%;
  transition: all 0.5s ease-out;
  font-family: "IcoFont" !important;
  content: "\f0a5";
}
.wrapper .metismenu .collapse {
  display: none;
  padding-left: 20px !important;
}
.wrapper .metismenu .collapse.in {
  display: block;
  background: #343740;
}
.wrapper .metismenu .active > .has-arrow:after,
.wrapper .metismenu .has-arrow[aria-expanded="true"]:after {
  content: "\f074";
}

#sidebar.active {
  margin-left: -250px;
}

/*===  
    1. Accordian Css 
    2. Form Css
    3. Breadcrumb Css
    4. Counter Css
    5. Tabs Css
    7. Timeline Css
    8. Scroll Css
    9. Checkbox & Radio Css
    10. Table Css
    11. Progress Bar Css
    12. Dropzone Css
    13. Date Picker Css
    14. Google Map
    15. Form-Wizard Css
    16. Sweet Alert Css
    17. Font Style Css
    18. Font Weight Css
    19. Font Color Css
    20. Latter Spacing Css
    21. Buttons Size Css
    22. Buttons Color Css
    23. Border Color Css
    24. Border Radius Css
    25. Box Shadow Css
    26. Pagination Css
    27. Pagination Css
    28. Social Icon Css
    29. From-Wizard Css
    30. Pagination Css
    31. Google Map Css
    32. Icons Css
    33. Models Css
    34. Price Table Css
===*/
/*======================== Selection Css ===============================*/
::selection {
  background-color: #24262d;
  color: #fff;
}

/*======================== Blockquote Css ===============================*/
.blockquote:before {
  content: "\f0b1";
  font-family: "IcoFont" !important;
  position: absolute;
  left: 8px;
  font-size: 30px;
  color: #fff;
}

/*======================== Main Content  Css ===============================*/
#content {
  padding: 0px 0 0 20px;
  min-height: 67vh;
  transition: all 0.3s;
  width: 100%;
}

.card {
  border-radius: 10px;
}

.rounded-top {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.card-body {
  overflow: hidden;
  overflow-x: inherit;
}

/*======================== Form Css ===============================*/
.form-control {
  height: 42px;
  border-radius: 0px;
  border-color: #3d404c;
  color: #949ba2;
  transition: 0.2s ease-out;
  padding: 0.5rem 1.2rem;
  font-size: 0.875rem;
  background: #24262d;
}
.form-control:focus {
  border-color: #3d404c;
  box-shadow: none;
  background: #2f323b;
  color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  transition: all 0.3s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea.form-control {
  height: 115px !important;
}

.form-control-lg {
  padding: 0.5rem 1rem !important;
  font-size: 1.25rem !important;
}

.form-control-sm {
  height: 32px !important;
}

select[multiple],
select[size] {
  height: auto;
}

/*======================== Page Top To Bottom Css ===============================*/
.scrollup {
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 30px;
  right: 16px;
  display: none;
  z-index: 999;
}
.scrollup i {
  line-height: 2em;
}

/*======================== Breadcrumb Css ===============================*/
.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #949ba2;
}

/*======================== Counter Css ===============================*/
.fact-box1 .counter_number:after {
  content: "k";
  padding-left: 5px;
}

.fact-box2 .counter_number:after {
  content: "%";
  padding-left: 5px;
}

/*======================== Header Title Css ===============================*/
.header-title:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 5px;
  height: 5px;
  background: #949ba2;
  border-radius: 50px;
  top: 13px;
}

/*======================== Tabs Css ===============================*/
.nav-tabs {
  border-color: #3d404c;
}
.nav-tabs .nav-link {
  border-bottom: solid 2px transparent;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-link.active {
  color: #c0c4c8;
  border-color: #c0c4c8;
  font-weight: 600;
  background: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
  color: #c0c4c8 !important;
  background-color: transparent;
}

.nav-pills .nav-item .nav-link:before {
  content: "";
  height: 44px;
  width: 1px;
  position: absolute;
  right: 0px;
  background-color: #3d4150;
  top: 0;
}

.nav-pills .nav-item:last-child .nav-link:before {
  display: none;
}

/*======================== Editable Table Css ===============================*/
.jsgrid-header-row th {
  color: #949ba2 !important;
}

/*======================== Timeline Css ===============================*/
.timeline:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  width: 3px;
  height: 100%;
  border-right: 3px solid #3d404c;
}

.timeline-point:after {
  content: "";
  position: absolute;
  left: 104%;
  width: 11px;
  height: 11px;
  top: 38px;
  background: #949ba2;
  border-radius: 50px;
  z-index: 1;
}

.timeline-point:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 105%;
  background: #e6e6e6;
  border-radius: 50px;
  top: 41px;
  z-index: 9;
}

.timeline-point2:after {
  left: -18px;
}

.timeline-point2:before {
  left: -15px;
}

.list-inline .list-inline-item .counter-box:after {
  content: "";
  position: absolute;
  right: -29px;
  top: 0;
  background: url(../images/dots.png) center no-repeat;
  width: 3px;
  height: 60px;
}

.list-inline .list-inline-item:last-child .counter-box:after {
  display: none;
}

/*======================== Chat Css ===============================*/
.scrollerchat .in .media-body {
  background-color: #6f729b;
  border-top-right-radius: 0px !important;
  padding: 15px;
}

.scrollerchat .out .media-body {
  background-color: #24262d;
  border-top-left-radius: 0px !important;
  padding: 15px;
}

/*======================== Checkbox & Radio Css ===============================*/
[type="radio"] + label,
[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

[type="radio"],
[type="checkbox"] {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  z-index: 0;
  border: 1.5px solid #e6e6e6;
  transition: 0.2s;
}

[type="checkbox"]:checked + label:before {
  top: 3px;
  left: 0;
  width: 10px;
  height: 17px;
  border-width: 2px;
  border-color: transparent #949ba2 #949ba2 transparent;
  -webkit-transform: rotate(40deg);
  transform-origin: 100% 100%;
}

.text-muted {
  color: #bababa !important;
}

/*======================== Inbox Css ===============================*/
.inbox a:hover .form-group,
.inbox a:hover .text-muted,
.inbox a:hover label.redial-dark {
  background-color: #24262d;
  color: #fff !important;
}
.inbox a:hover .form-group [type="checkbox"]:checked + label:before,
.inbox a:hover .text-muted [type="checkbox"]:checked + label:before,
.inbox a:hover label.redial-dark [type="checkbox"]:checked + label:before {
  border-color: transparent #fff #fff transparent;
}

/*======================== Table Css ===============================*/
.table-sm td,
.table-sm th {
  font-size: 12px;
}

.table span {
  color: #b5b5b5;
}

.table td {
  vertical-align: middle;
}

.table td,
.table th {
  border-color: #3d404c !important;
}

.table-dark td,
.table-dark th {
  border-color: transparent !important;
}

#user .thead-light th,
.page-grid .thead-light th {
  border: 0px;
  background-color: #f2f2f2;
}

.table-hover tbody tr:hover {
  background-color: #2f323b;
}

.table-hover tbody th:hover {
  border-color: #2f323b !important;
}

.table thead td,
.table thead th {
  border-bottom: 0px !important;
}

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

/*======================== Progress Css ===============================*/
.barfiller,
.barfiller2 {
  width: 100%;
  height: 5px;
  background: #dadada;
}
.barfiller .fill,
.barfiller2 .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: -webkit-linear-gradient(
    0deg,
    #00b034 0%,
    #3a5fd8 51%,
    #a53eba 100%
  ) !important;
}
.barfiller .tipWrap,
.barfiller2 .tipWrap {
  display: none;
}
.barfiller .tip,
.barfiller2 .tip {
  padding: 5px;
  margin-top: -8px;
  line-height: 10px;
  margin-left: 25px;
  color: #fff;
  left: 0px;
  position: absolute;
  z-index: 2;
  background: #24262d;
}

/*======================== Followers Css ===============================*/
.redial-followers h5 {
  width: 25px;
  height: 25px;
  line-height: 1.2em;
}

/*======================== Circle Process Css ===============================*/
.circles-text {
  font-size: 20px !important;
  color: #949ba2;
  font-weight: 700;
}

.circles-decimals {
  display: none;
}

/*======================== Date Picker Css ===============================*/
.date a:hover {
  border-color: transparent !important;
  color: #fff !important;
  background-color: #2e5aef;
}

/*======================== Table Proccess Css ===============================*/
.table .therm {
  height: 10px !important;
  background-color: #e1e1e1 !important;
  border-radius: 0px;
}
.table .therm .inner-therm {
  background: -webkit-linear-gradient(
    0deg,
    #00b034 0%,
    #3a5fd8 51%,
    #a53eba 100%
  ) !important;
}
.table .therm .inner-therm span {
  display: none;
}

/*========================  Viewed Products Css ===============================*/
.view {
  width: 40px;
  height: 35px;
  line-height: 16px;
}
.view:before {
  content: "";
  position: absolute;
  left: 0;
  left: -6px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #24262d;
  top: 11px;
}

/*========================  Map Css ===============================*/
.percentCount {
  margin-top: -29px;
  color: #c0c4c8;
  font-weight: 700;
}

.therm {
  height: 5px !important;
  border-radius: 5px;
  background-color: #24262d !important;
}
.therm .inner-therm {
  background-color: #00b034 !important;
}

#world-map {
  height: 350px !important;
}
#world-map .jvectormap-zoomin,
#world-map .jvectormap-zoomout {
  position: relative;
  top: -60px;
  width: 18px;
  height: 18px;
  background: #24262d;
  text-align: center;
  line-height: 18px;
  color: #fff;
  margin-bottom: 3px;
  cursor: pointer;
}

/*========================  User Profile Page Css ===============================*/
.profile-header .profile-avatar {
  top: 50px;
}

.page-social a i {
  width: 27px;
  height: 27px;
}

.user-status {
  width: 11px;
  height: 11px;
  background-color: #009f3c;
  position: absolute;
  right: 20px;
  bottom: 0;
}

.portfolio-box .post-btn {
  cursor: pointer;
}

.portfolio-box .form-control {
  font-size: 12px;
}

/*========================  Form Wizard Page Css ===============================*/
.wizard .round-tab i,
.wizard2 .round-tab i {
  width: 50px;
  height: 50px;
  background-color: #24262d;
  border: 2px solid #24262d;
  font-size: 1.25rem;
  line-height: 45px;
  text-align: center !important;
  top: 15px;
  z-index: 99;
  margin-bottom: 18px !important;
}

.wizard .nav-link:hover,
.wizard2 .nav-link:hover {
  color: #c0c4c8 !important;
}

.wizard .nav-link.active i,
.wizard2 .nav-link.active i {
  background-color: #000;
  border-color: #24262d;
  color: #fff !important;
}

.wizard .connecting-line,
.wizard2 .connecting-line {
  height: 2px;
  background: #c0c4c8;
  position: absolute;
  width: 99%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 1;
}

.wizard2 .round-tab i {
  background-color: #24262d;
  border: 2px solid #24262d;
}

.wizard2 .nav-link:hover {
  color: #c0c4c8 !important;
}

.wizard2 .nav-link.active i {
  background-color: #24262d;
  border-color: #fff;
  color: #fff !important;
}

.wizard2 .connecting-line {
  background-color: #fff;
}

.wizard2 .form-control {
  color: #fff !important;
}

/*========================  Form Tab Css ===============================*/
.form-tab .nav .nav-link.active,
.form-tab2 .nav .nav-link.active {
  background-color: #24262d;
  color: #a6baff;
}
.form-tab .nav .nav-link.active h1,
.form-tab .nav .nav-link.active h6,
.form-tab2 .nav .nav-link.active h1,
.form-tab2 .nav .nav-link.active h6 {
  color: #fff;
}
.form-tab .nav .nav-link.active:after,
.form-tab2 .nav .nav-link.active:after {
  content: "";
  position: absolute;
  right: -20px;
  border-top: 33px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 22px solid #24262d;
  top: 0px;
}

.form-tab2 .media-body {
  color: #a6baff;
}

.form-tab2 h1,
.form-tab2 h6 {
  color: #fff !important;
}

.formselecionar {
  float: inherit;
  margin-left: auto;
  margin-right: auto;
}
.form-tab2 .nav-link.active {
  background-color: #24262d !important;
}
.form-tab2 .nav-link.active .media-body {
  color: #878787;
  padding-right: 4px;
}
.form-tab2 .nav-link.active h1,
.form-tab2 .nav-link.active h6 {
  color: #c0c4c8 !important;
}
.form-tab2 .nav-link.active:after {
  content: "";
  border-left: 22px solid #24262d !important;
}

.form-tab2 .form-control {
  color: #fff !important;
}

/*========================  Accordian Css ===============================*/
#accordion [aria-expanded="true"] {
  background-color: #24262d;
  color: #fff;
  border-color: #24262d !important;
}

#accordion a.collapsed:after {
  content: "\f105";
}

#accordion a:after {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
}

#accordion .card-body {
  border-top: none !important;
  border: solid 1px #3d404c;
}

#accordion2 a {
  line-height: 50px;
}
#accordion2 a.collapsed:after {
  content: "\f067";
}
#accordion2 a:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: left;
  width: 50px;
  margin-right: 15px;
  text-align: center;
  background-color: #24262d;
  color: #fff;
}

#accordion2 .card-body {
  border-top: none !important;
  border: solid 1px #3d404c;
}

/*========================  Alert Popover Css ===============================*/
.sweet-alert .sa-button-container {
  margin-top: 13px;
  padding: 13px 0px 0px;
  text-align: right;
}

.sweet-alert h2 {
  margin-top: 45px;
}

.sweet-alert .lead {
  font-size: 1rem;
}

/*========================  Pagination Css ===============================*/
.pagination .page-item.active .page-link {
  background-color: #24262d;
  border-color: #3d4150;
}

.pagination .page-link {
  color: #c0c4c8;
  border-color: #3d404c;
}

.btn-search i {
  top: 15px;
}

/*========================  Blog Post Css ===============================*/
.btn-tags a {
  transition: all 0.3s ease;
  border-width: 2px !important;
}
.btn-tags a:hover {
  border-color: #24262d !important;
  color: #24262d;
}

/*========================  Buttons Dropdown Css ===============================*/
.dropdown-toggle {
  padding-left: 10px;
}

.dropdown-item {
  border-bottom: solid 1px #3d404c;
  padding: 5px 10px;
  color: #949ba2;
}
.dropdown-item:active {
  background-color: #f8f9fa;
  color: #c0c4c8;
}

/*======================== Dropzone Css ===============================*/
#dropzone [type="file"],
.dropzone [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
}
.dropzone [type="file"] {
  width: 20px !important;
}
.redial-process {
  width: 271px;
  height: 271px;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(15%, rgba(58, 95, 216, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  .redial-middle-bar {
    width: 195px;
    height: 195px;
    background-color: $white;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
  }
}
.dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 122px;
  border: 1px dashed #a3a3a3;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
}

.dropzone-filled {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  padding: 8px;
  min-height: fit-content;
}

/*======================== Form Text Editor Css ===============================*/
.note-editor .caret {
  display: none;
}

.has-error .help-block {
  color: #dc3545;
}

.dz-error-message {
  display: none;
}

.valida .card-body a:hover {
  background-color: #24262d !important;
  border-color: #24262d !important;
  color: #000 !important;
}

/*======================== Google Map Css ===============================*/
#markermap {
  min-height: 400px !important;
}

.margintop73 {
  margin-bottom: 23px;
}

.bd-example-row span {
  background-color: #5d668200;
  display: block;
  line-height: 50px;
  text-align: center;
}

/*======================== Icons Css ===============================*/
.custom-tabs .nav-tabs .nav-link,
.custom-tabs2 .nav-tabs .nav-link {
  border-bottom: 0px;
  font-weight: 600;
}

.custom-tabs .nav-tabs .nav-link.active,
.custom-tabs2 .nav-tabs .nav-link.active {
  border-color: #3d404c;
}

.custom-tabs2 .nav-tabs {
  border-color: transparent;
}
.custom-tabs2 .nav-tabs .nav-link {
  background-color: #1d1c1c;
}
.custom-tabs2 .nav-tabs .nav-link.active {
  background-color: #3d404c;
}

.custom-tabs2 .tab-content {
  margin-top: -1px;
}

/*======================== Mail Compass Css ===============================*/
.badge-primary {
  background-color: #24262d;
}

.inbox-nav .badge {
  margin-top: 13px;
}

.inbox-nav a {
  transition: all 0.3s ease;
}
.inbox-nav a:hover {
  background-color: #353842;
}

.table-inbox .table tbody td {
  border-top: solid 1px #3d404c !important;
}

.table-inbox [type="checkbox"] + label:before {
  top: -5px;
}

/*======================== Models Css ===============================*/
.modal-dialog {
  max-width: 100%;
}

.modal-lg {
  width: 800px !important;
}

.modal-sm {
  width: 300px !important;
}

.close:focus {
  outline: 0;
}

/*======================== Price Table Css ===============================*/
.pricing-table .price-tag {
  width: 100px;
  height: 100px;
  line-height: 100px;
  transition: all 0.3s ease;
  font-size: 2rem;
}

.pricing-table:hover .price-tag,
.pricing-table:hover .price-header,
.pricing-table:hover .price-header2 {
  background-color: #24262d;
  border-color: #24262d !important;
  color: #fff;
}

.pricing-table .price-header2 {
  transition: all 0.3s ease;
}

.pricing-table:hover .price-header h4,
.pricing-table:hover .price-header2 h1 {
  color: #fff;
}

.pricing-table .price-header {
  clip-path: polygon(50% 0%, 100% 0, 100% 1%, 50% 100%, 0 1%, 0 0);
  background-color: #2f323b;
  transition: all 0.3s ease;
}

.progress-bar.progress-bar-striped.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/*=========================== Darl */
.table .thead-light th,
.jsgrid-grid-header {
  color: #949ba2;
  background-color: #24262d;
  border-color: #24262d;
}

.calendar-top-selector,
.calendar-next,
.calendar-prev {
  color: #949ba2;
}

/*=================== C3 =======================*/
.c3-axis-y text {
  fill: #949ba2;
  font-size: 12px;
}

.c3-axis-x text {
  font-size: 12px;
  fill: #949ba2;
}

/*=================== Advance Form ====================*/
div.fancy-select div.trigger,
.select2-container .select2-choice,
.select2-container .select2-choice .select2-arrow,
.select2-container-multi .select2-choices,
.input-group-addon,
.form-control:disabled,
.form-control[readonly],
.note-editor .note-toolbar,
.note-editor .btn-default,
.note-editor .dropdown-menu,
.note-editor .dropdown-menu > li > a:focus,
.note-editor .dropdown-menu > li > a:hover,
.note-editor .btn-default.active,
.note-editor .btn-default:active,
.note-editor .btn-default:focus,
.note-editor .btn-default:hover,
.open .dropdown-toggle.note-editor .btn-default,
.note-editor .btn-default.disabled,
.note-editor .btn-default.disabled.active,
.note-editor .btn-default.disabled:active,
.note-editor .btn-default.disabled:focus,
.note-editor .btn-default.disabled:hover,
.note-editor .btn-default[disabled],
.note-editor .btn-default[disabled].active,
.note-editor .btn-default[disabled]:active,
.note-editor .btn-default[disabled]:focus,
.note-editor .btn-default[disabled]:hover,
fieldset[disabled] .note-editor .btn-default,
fieldset[disabled] .note-editor .btn-default.active,
fieldset[disabled] .note-editor .btn-default:active,
fieldset[disabled] .note-editor .btn-default:focus,
fieldset[disabled] .note-editor .btn-default:hover,
div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select,
.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-edit-row input,
.jsgrid-edit-row select,
.jsgrid-edit-row textarea,
.jsgrid-filter-row input,
.jsgrid-filter-row select,
.jsgrid-filter-row textarea,
.jsgrid-insert-row input,
.jsgrid-insert-row select,
.jsgrid-insert-row textarea {
  border-color: #3d404c;
  color: #fff;
  background: #2f323b;
}

div.fancy-select div.trigger:hover,
.select2-container .select2-choice:hover,
.select2-container .select2-choice .select2-arrow:hover,
.select2-container-multi .select2-choices:hover {
  border-color: #3d404c;
  color: #fff;
  background: #2f323b;
}

.slider-track-left,
.slider-track-right {
  color: #fff;
  background: #24262d;
}

.note-editor .dropdown-menu > li > a {
  color: #fff;
}

code {
  color: #fff;
  background-color: #2f323b;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
  #content {
    /* width: calc(100% - 250px);  */
  }
  #content.active {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .centro {
    display: block;
  }
  .mb-4,
  .my-4 {
    margin-bottom: 5px !important;
  }
  .breadcrumb {
    display: none;
  }
  .card {
    background-color: rgb(36, 38, 45);
  }
  #sidebar.active {
    min-width: 93%;
    max-width: 100%;
  }
  .timeline-point:after,
  .timeline-point:before,
  .timeline:after,
  .timeline:before {
    display: none;
  }
  .scrollerchat .in,
  .scrollerchat .out {
    width: 100% !important;
  }
  .redial-process {
    width: 220px;
    height: 220px;
  }
  .redial-process .redial-middle-bar {
    width: 150px;
    height: 150px;
  }
  .circles-text {
    font-size: 14px !important;
  }
  .wrapper {
    display: block;
    padding: 0px;
  }
  .wrapper #sidebar {
    float: left;
  }
  .wrapper .card .redial-brd-right {
    border: 0px;
  }
  .wrapper #content {
    padding: 0px;
  }
  .profile-menu .nav-pills {
    border-bottom: 1px solid #e6e6e6 !important;
  }
}

@media (max-width: 991px) {
  .wrapper {
    padding: 0 15px;
  }
  .wrapper #sidebar {
    float: none;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    position: fixed;
    top: 10%;
    z-index: 99;
  }
  #sidebar.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .profile-header .profile-avatar {
    top: 15px;
    width: 150px;
  }
}

@media (max-width: 576px) {
  .wizard .connecting-line {
    display: none;
  }
  #accordion1 h6,
  #accordion2 h6 {
    font-size: 13px;
  }
}
