/*!
* StimperFly.css
* Version 1.0 - built Sat, Oct 6th 2018, 01:12 pm
* https://stimperfly.com
* StimperFly - <hello@stimperfly.com>
* Private License
*/

/*
 * import library css
 */
@import '../libs/toastr/toastr.min.css';
@import '../libs/sweetalert/sweetalert.css';
@import '../libs/dropify/css/dropify.min.css';
@import '../libs/switchery/switchery.min.css';
@import '../libs/datepicker/css/bootstrap-datepicker.min.css';
@import '../libs/select2/css/select2.min.css';
@import '../libs/Croppie/croppie.css';


/*
 * StimperFly Loader
 */
.loading-overlay,
.croppie-overlay,
.click-preview-overlay {
  height: 100%;
  background: rgba(298, 294, 290, 0.9);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
  color: #fff;
  text-align: center;
  font-size: 66px;
  padding-top: 20%;
  display: block;
}

.loading-overlay-inside {
  height: 100%;
  background: rgba(298, 294, 290, 0.9);
  width: 100%;
  top: 0;
  z-index: 99999;
  color: #fff;
  text-align: center;
  font-size: 66px;
  display: block;
}

.loader-demo-box {
  border: none !important;
}

.loader-box {
  width: 100%;
  height: 200px;
  display: flex !important;
  align-items: center !important;
}

.circle-loader {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.circle-loader:before {
  z-index: 100;
  animation: spin 1s infinite;
}

.circle-loader:after,
.circle-loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #007bff;
}

.circle-loader:after {
  border: 10px solid #E3E8E8;
}

.font-w-400 {
  font-weight: 400 !important;
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.link-line {
  color: #007bff !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}

.link-line:hover {
  color: #3496ff !important;
}

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

/*croppie*/
.croppie-overlay {
  background-color: #fff;
  padding-top: 0;
}

.croppie-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.croppie-overlay-close,
.croppie-overlay-save,
.click-preview-close {
  color: #555;
  font-size: 41px;
  width: 44px;
  height: 44px;
  float: right;
  position: absolute;
  top: 15px;
  right: 36px;
  cursor: pointer;
  background: #ff0000;
  z-index: 99;
  border-radius: 50%;
}

.croppie-overlay-close div,
.croppie-overlay-save div,
.click-preview-close div {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 15px;
}

.croppie-overlay-save {
  background: #49CB41;
  right: 90px;
}

.croppie-overlay-save div {
  background-image: url(../images/tick.png);
}

.croppie-container .cr-slider-wrap {
  display: none;
}

.croppie-cabinet {
  display: block !important;
  cursor: pointer !important;
  text-align: center !important;
  max-width: 100% !important;
  padding: 5px;
  border: 1px solid #e6eaee;
  border-radius: 4px;
  position: relative;
}

.croppie-cabinet .croppie-figure {
  background-color: #fff;
  border: 2px dashed rgba(206, 208, 218, .5);
  border-radius: 4px;
  padding: 5px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.croppie-figure img {
  height: 200px !important;
}

.product-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.font-w-100 {
  font-weight: 100 !important;
}

.font-w-400 {
  font-weight: 400 !important;
}

.w-100 {
  width: 100% !important;
}

.table-hover tbody tr:hover {
  cursor: pointer;
  background: #f1f1f1 !important;
}

.croppie-cabinet input {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top: -30px;
  display: none;
}

.croppie-output {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  box-sizing: border-box;
}

.croppie-cabinet-overlay {
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  border-radius: 4px;
}

.croppie-cabinet:hover .croppie-cabinet-overlay {
  opacity: 1;
}

.croppie-upload-icon {
  width: 50px;
  height: 50px;
  background-image: url(../images/upload.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

/*lightbox*/
img.click-preview {
  cursor: pointer;
}

.click-preview-overlay {
  background-color: rgba(0, 0, 0, .8);
  left: 0;
  padding-top: 0;
}

.click-preview-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.click-preview-image-holder {
  padding: 25px;
}

.click-preview-box img {
  max-width: 100% !important;
  max-height: 100% !important;
}



/*
 * payment form
 */
.payment-modal {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3333;
  padding-top: 10%;
  display: block;
}

.cancel-payment {
  width: 44px;
  height: 44px;
  font-size: 33px;
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.payment-modal #amount {
  font-size: 12px;
}

.payment-modal #amount strong {
  font-size: 14px;
}

.payment-modal #card-back {
  top: 40px;
  right: 0;
  z-index: -2;
}

.payment-modal #card-btn {
  background: #498ee4;
  position: absolute;
  bottom: -55px;
  right: 0;
  width: 150px;
  height: 42px;
  font-size: 12px;
  font-family: lato, 'helvetica-light', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  outline: none;
  border: none;
  cursor: pointer;
  color: #fff;
}


.payment-modal #card-cvc {
  width: 60px;
  margin-bottom: 0;
}

.payment-modal #card-front,
.payment-modal #card-back {
  position: absolute;
  background-color: #498ee4;
  width: 390px;
  height: 250px;
  border-radius: 6px;
  padding: 20px 30px 0;
  box-sizing: border-box;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 300;
  color: white;
}

.payment-modal #card-image {
  float: right;
  height: 100%;
}

.payment-modal #card-image i {
  font-size: 40px;
}

.payment-modal #card-month {
  width: 45% !important;
}

.payment-modal #card-number,
.payment-modal #card-holder {
  width: 100%;
}

.payment-modal #card-stripe {
  width: 100%;
  height: 55px;
  background-color: #3d5266;
  position: absolute;
  right: 0;
}

.payment-modal #card-success {
  color: #00b349;
}

.payment-modal #card-token {
  display: none;
}

.payment-modal #card-year {
  width: 45%;
  float: right;
}

.payment-modal #cardholder-container {
  width: 60%;
  display: inline-block;
}

.payment-modal #cvc-container {
  position: absolute;
  width: 110px;
  right: -115px;
  bottom: -10px;
  padding-left: 20px;
  box-sizing: border-box;
}

.payment-modal #cvc-container label {
  width: 100%;
}

.payment-modal #cvc-container p {
  font-size: 6px;
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: .5px;
}

.payment-modal #form-container {
  margin: auto;
  width: 500px;
  height: 290px;
  position: relative;
}

.payment-modal #form-errors {
  color: #eb0000;
}

.payment-modal #form-errors,
.payment-modal #card-success {
  background-color: white;
  width: 500px;
  margin: 0 auto 10px;
  height: 50px;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 400;
  box-sizing: border-box;
  line-height: 46px;
  letter-spacing: .5px;
  text-transform: none;
}

.payment-modal #form-errors p,
.payment-modal #card-success p {
  margin: 0 5px;
  display: inline-block;
}

.payment-modal #exp-container {
  margin-left: 10px;
  width: 32%;
  display: inline-block;
  float: right;
}

.payment-modal .hidden {
  display: none;
}

.payment-modal #image-container {
  width: 100%;
  position: relative;
  height: 55px;
  margin-bottom: 5px;
  line-height: 55px;
}

.payment-modal #image-container img {
  position: absolute;
  right: 0;
  top: 0;
}

.payment-modal input {
  border: none;
  outline: none;
  background-color: #5a9def;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 0 25px;
  color: white;
  font-size: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: lato, 'helvetica-light', 'sans-serif';
  letter-spacing: .7px;
}

.payment-modal input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
  font-family: lato, 'helvetica-light', 'sans-serif';
  letter-spacing: 1px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 10px;
}

.payment-modal input:-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  font-family: lato, 'helvetica-light', 'sans-serif';
  letter-spacing: 1px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 10px;
}

.payment-modal input::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  font-family: lato, 'helvetica-light', 'sans-serif';
  letter-spacing: 1px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 10px;
}

.payment-modal input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
  font-family: lato, 'helvetica-light', 'sans-serif';
  letter-spacing: 1px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 10px;
}

.payment-modal input.invalid {
  border: solid 2px #eb0000;
  height: 34px;
}

.payment-modal label {
  display: block;
  margin: 0 auto 7px;
}

.payment-modal #shadow {
  position: absolute;
  right: 0;
  width: 284px;
  height: 214px;
  top: 36px;
  background-color: #000;
  z-index: -1;
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

body.fit-screen {
  height: 100%;
  overflow: hidden;
}


.hr-divider {
  margin: 0px !important;
}


/*
 * select 2
 */
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dfe3e9;
  height: 34px;
  outline: 0;
  padding-top: 2px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #6d819c transparent transparent transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dfe3e9;
  color: #6d819c;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-dropdown {
  border: 1px solid #dfe3e9;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #6d819c !important;
  outline: 0 !important;
}

/*Produc*/
.code-title {
  font-size: 20px;
  font-weight: 100;
}

.prod-info-title {
  font-size: 18px;
  font-weight: 100;
  color: #8c8c8c;
}

.m-bottom-0 {
  margin-bottom: 0px !important;
}

/*
 * animation
 */
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*Custom inputs*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*Cashflow*/
.footer-cashflow-grap {
  text-align: center;
}

/*Tab*/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.card-tab {
  border: 1px solid #dee2e6 !important;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}

/*Pace*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #18b272;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.float-right {
  float: right !important;
}

/*Checkboxes styles*/
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"]+label:last-child {
  margin-bottom: 0;
}

input[type="checkbox"]+label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #179678;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-filter {
  margin-top: -18px;
  margin-right: 10px;
}

.radius-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.add-plus {
  margin-top: 2px;
  display: block;
  margin-right: 3px;
  float: left;
}

/*Side*/
.side-modal {
  position: absolute;
  right: 0;
  min-width: 500px;
  max-width: 500px;
  height: 100%;
  background: #fff;
  top: 0px;
  position: fixed;
  z-index: 1200;
  opacity: 0;
  right: -500px;
  transition: .5s;
}

.side-modal.slide-open {
  transition: right .5s;
  right: 0;
  opacity: 1;
}

.side-modal-header {
  padding: 20px;
  background: #dedddd;
  color: #000;
}

.side-modal-header h3 {
  margin: 0px;
}

.side-modal-body {
  padding: 20px;
  overflow-y: auto;
  height: 100%;
}

.side-modal-footer {
  padding: 20px;
  background: #dedddd;
  color: #000;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.side-modal-overlay {
  background: none rgb(51, 51, 51);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1100;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.8;
  display: none;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider-check {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-check:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider-check {
  background-color: #2196F3;
}

input:focus+.slider-check {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-check:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider-check.round {
  border-radius: 34px;
}

.slider-check.round:before {
  border-radius: 50%;
}

.btn-products-detail {
  cursor: pointer !important;
}

/*Sell*/
.card-sell {
  min-height: 500px;
}

.card-sell .nothing-image {
  width: 25%;
  margin-top: 90px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.product-select:hover {
  background: #ececec;
}

.sell-container .card-product-service {
  padding: 0px !important;
  margin: 0px !important;
}

.card-sell-prod {
  position: relative;
  padding: 0px !important;
  margin: 0px !important;
}

.row-sell {
  height: 100%;
  margin: 0px;
  width: 100%;
}

.sell-container .link-info {
  color: #007bff;
  text-decoration: none;
  font-style: italic;
  font-size: 12px;
}

.sell-prod-price {
  font-weight: 100;
}

.sell-itens-col {
  border-left: 1px solid #d8d8d8 !important;
}

.sell-itens-footer {
  width: 100% !important;
  bottom: 0 !important;
  margin-top: 40px;
  margin-bottom: 10px !important;
}

.sell-itens-row {
  margin: 0px !important;
  margin-right: 30px !important;
}

.sell-btn-finish {
  margin-bottom: 10px;
  margin-top: -2px;
  float: right;
}

.input-search {
  text-align: center;
  width: 40px;
  background: #e2e2e2;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 9px;
  border: 1.5px solid #dfe3e9;
}

.m-auto {
  margin: 0 auto !important;
}

.info-search-prod {
  color: #c3c3c3 !important;
  max-width: 70% !important;
}

.price-search-prod {
  display: block;
  margin: 0px;
  font-size: 13px;
  color: #a9a9a9;
}

.list-itens-sell {
  max-height: 300px;
  min-height: 300px;
  overflow-y: scroll;
  padding: 15px;
  padding-top: 0px;
}

.sell-incre {
  padding: 5px !important;
  width: 48%;
  margin: 0px !important;
}

@media (max-width: 1200px) {
  .sell-container {
    width: 100% !important;
  }
}


/*Custom scroll*/

/* Let's get this party started */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #cacccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #cacccc;
}

* {
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow-card {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.rounded {
  border-radius: .25rem;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.relative {
  position: relative !important;
}

/*new */

.shimmerBG {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #ddd;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 1200px 100%;
}


@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }

  100% {
    background-position: 1200px 0;
  }
}

.tab-elevation1 {
  border: solid 1px #ccc;
}

.tab-rounded {
  border-radius: 25px;
}

.mini-tab-root {
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}

.mini-tab-content {
  display: flex;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.mini-tab-root {
  color: rgba(0, 0, 0, 0.87);
}

.mini-tab-fixed {
  width: 100%;
  overflow-x: hidden;
}

.mini-tab-scroller {
  flex: 1 1 auto;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.mini-tab-flex {
  display: flex;
}

.mini-tab-scroller {
  white-space: nowrap;
}

.mini-tab-b.mini-tab-selected i {
  color: rgb(255, 255, 255);
}

.mini-tab-b:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.mini-tab-button-root-color.mini-tab-selected {
  opacity: 1;
}

.mini-tab-b {
  z-index: 10;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-transform: none;
}

.mini-tab-button-root-color {
  color: inherit;
  opacity: 0.7;
}

.mini-tab-button-root {
  min-width: 160px;
}

.mini-tab-button-root {
  padding: 6px 12px;
  overflow: hidden;
  position: relative;
  font-size: 10px;
  min-width: 72px;
  box-sizing: border-box;
  min-height: 48px;
  text-align: center;
  flex-shrink: 0;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
  line-height: 1.75;
  white-space: normal;
  text-transform: uppercase;
}

.mini-tab-button-root-color.mini-tab-selected {
  color: #fff;
}

.mini-tab-button {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  -moz-user-select: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.mini-tab-indicator {
  background-color: #18b272;
}

.mini-tab-indicator {
  width: 100%;
  bottom: 0;
  height: 2px;
  position: absolute;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.no-padding {
  padding: 0px !important;
}

.to-left {
  float: left !important;
}

.last-tab-color {
  background: #ff1a1a !important;
  border: 1px solid #ea1313 !important;
  border-bottom: solid 3px #ea1313 !important;
}

.first-tab-color {
  background: #18b272 !important;
  border: 1px solid #0b9159 !important;
  border-bottom-color: rgb(11, 145, 89) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-bottom: solid 3px #0f915b !important;
}
.first-tab-color-modal {
  background: #999 !important;
  border: 1px solid #7d7d7d !important;
    border-bottom-color: rgb(125, 125, 125);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom-color: rgb(11, 145, 89) !important;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-bottom: solid 3px #6c6c6c !important;
}