.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{color: #03518e !important;background: #edeef1 !important}
.select2-container--default .select2-results__option.select2-results__option--highlighted {background: #f7f8fa !important;font-weight: bold;color: #152169 !important}
.select2-container--default .select2-dropdown{border: 1px solid #cecfd8 !important}
body{color:#1a1a1b !important;background-color: #eef0f8 !important}
#intercom-container, .intercom-lightweight-app{display: none;}
.select2-container{width:100% !important}
.user-img{width: 4rem;border-radius: 50%;}
.disnone{display:none}
.vishidden{visibility: hidden;}

/* Clearable text inputs */
.clearable{position: relative}
.clearable input[type=text]{padding-right:26px}
.clearable__clear{display: none;position: absolute;color: gray;right:0; top:8px;padding: 0 8px;font-style: normal;font-size: 1.2em;user-select: none;cursor: pointer}
.clearable input::-ms-clear {  /* Remove IE default X */
  display: none;
}

.sub-header{background-color: #fff;padding: 0.5rem 1.8rem;border-bottom: 1px #d5d6de solid;box-shadow:#989ba57d 0px 0px 8px;}
.stage_count_span{font-size: 1.4rem;color: #1f6893;}
.stage_name{font-size: 1.4rem;color: #0b4262;}


.p-8 {
    padding: 3rem 0 !important;
}

#duplicates_table tr.selected .kt-portlet{background-color: #333d50;color: #fff;}

.verify-my-mobile-counter-holder{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;font-size:1.2rem}
.verify-my-mobile-counter-holder span#counter{-ms-flex-negative:0;flex-shrink:0;display:inline-block;margin-inline:5px}
.verify-my-mobile-counter-holder span#counter .block{display:inline-block;position:relative;width:50px;height:50px}
.verify-my-mobile-counter-holder span#counter .block__svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}
.verify-my-mobile-counter-holder span#counter .block__circle{fill:none;stroke:none}
.verify-my-mobile-counter-holder span#counter .block__elapsed{stroke-width:7px;stroke:#ccc}
.verify-my-mobile-counter-holder span#counter .block__remaining{stroke-width:7px;stroke-linecap:round;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:1s linear all;transition:1s linear all;fill-rule:nonzero;stroke:currentColor}
.verify-my-mobile-counter-holder span#counter .block__remaining.green{color:#41b883}
.verify-my-mobile-counter-holder span#counter .block__remaining.orange{color:#ffa500}
.verify-my-mobile-counter-holder span#counter .block__remaining.red{color:#ff0000}
.verify-my-mobile-counter-holder span#counter .block__label{position:absolute;width:50px;height:50px;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}


.kt-widget24__title-small{font-size: 1rem !important}

/* Mention */
.mentions-input-box {
  position: relative;
  background: #fff;
}

.section-head{
  padding: 2rem 0 1rem !important;
  border-bottom: 1px solid #6c729385 !important;
  margin-bottom: 1rem !important;
}

.mentions-input-box textarea {
  width: 100%;
  display: block;
  height: 18px;
  padding: 9px;
  border: 1px solid #dcdcdc;
  border-radius:3px;
  overflow: hidden;
  background: transparent;
  position: relative;
  outline: 0;
  resize: none;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mentions-input-box .mentions-autocomplete-list {
  display: none;
  background: #fff;
  border: 1px solid #b2b2b2;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
  margin-top: -2px;

  border-radius:5px;
  border-top-right-radius:0;
  border-top-left-radius:0;

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
     -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
}

.mentions-input-box .mentions-autocomplete-list ul {
    margin: 0;
    padding: 0;
}

.mentions-input-box .mentions-autocomplete-list li {
  background-color: #fff;
  padding: 0 5px;
  margin: 0;
  width: auto;
  border-bottom: 1px solid #eee;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.mentions-input-box .mentions-autocomplete-list li:last-child {
  border-radius:5px;
}

.mentions-input-box .mentions-autocomplete-list li > img,
.mentions-input-box .mentions-autocomplete-list li > div.icon {
  width: 16px;
  height: 16px;
  float: left;
  margin-top:5px;
  margin-right: 5px;
  -moz-background-origin:3px;

  border-radius:3px;
}

.mentions-input-box .mentions-autocomplete-list li em {
  font-weight: bold;
  font-style: none;
}

.mentions-input-box .mentions-autocomplete-list li:hover,
.mentions-input-box .mentions-autocomplete-list li.active {
  background-color: #f2f2f2;
}

.mentions-input-box .mentions-autocomplete-list li b {
  background: #ffff99;
  font-weight: normal;
}

.mentions-input-box .mentions {
  position: absolute;
  left: 1px;
  right: 0;
  top: 1px;
  bottom: 0;
  padding: 9px;
  color: #fff;
  overflow: hidden;

  white-space: pre-wrap;
  word-wrap: break-word;
}

.mentions-input-box .mentions > div {
  color: #fff;
  white-space: pre-wrap;
  width: 100%;
}

.mentions-input-box .mentions > div > strong {
  font-weight:normal;
  background: #d8dfea;
}

.mentions-input-box .mentions > div > strong > span {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

[data-highlighted-user]{color: #1228af;font-weight: 500}

.accordion-unset-card > .card {
  overflow: unset !important
}

.dialog-ovelay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 999999
}
.dialog-ovelay .dialog {
  width: 400px;
  margin: 100px auto 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  border-radius: 3px;
  overflow: hidden
}
.dialog-ovelay .dialog header {
  padding: 10px 8px;
  background-color: #f6f7f9;
  border-bottom: 1px solid #e5e5e5
}
.dialog-ovelay .dialog header h3 {
  font-size: 14px;
  margin: 0;
  color: #555;
  display: inline-block
}
.dialog-ovelay .dialog header .fa-close {
  float: right;
  color: #c4c5c7;
  cursor: pointer;
  transition: all .5s ease;
  padding: 0 2px;
  border-radius: 1px    
}
.dialog-ovelay .dialog header .fa-close:hover {
  color: #b9b9b9
}
.dialog-ovelay .dialog header .fa-close:active {
  box-shadow: 0 0 5px #673AB7;
  color: #a2a2a2
}
.dialog-ovelay .dialog .dialog-msg {
  padding: 12px 10px
}
.dialog-ovelay .dialog .dialog-msg p{
  margin: 0;
  font-size: 15px;
  color: #333
}
.dialog-ovelay .dialog footer {
  border-top: 1px solid #e5e5e5;
  padding: 8px 10px
}
.dialog-ovelay .dialog footer .controls {
  direction: rtl
}
.dialog-ovelay .dialog footer .controls .button {
  padding: 5px 15px;
  border-radius: 3px
}
.button {
cursor: pointer
}
.button-default {
  background-color: rgb(248, 248, 248);
  border: 1px solid rgba(204, 204, 204, 0.5);
  color: #5D5D5D;
}
.button-danger {
  background-color: #f44336;
  border: 1px solid #d32f2f;
  color: #f5f5f5
}
.link {
padding: 5px 10px;
cursor: pointer
}

.kb-result-item{background-color: #f0f0f53e;border: 1px solid #d9dbe3 !important;border-radius: 50px;padding: 1.5rem 3rem !important;}

.modal.left, .modal.right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  position: fixed;
  width: 100%;
  padding: 0;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 !important;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
  position: absolute;
  top: 59px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

/*Left*/
.modal.left.fade .modal-dialog{
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
       -o-transition: opacity 0.3s linear, left 0.3s ease-out;
          transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
  left: 0;
}
  
/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.modal.left .modal-header,
.modal.right .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height:48px;
  background: #F0EBF4;
  border: 0;
}

.modal.left .modal-footer,
.modal.right .modal-footer {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height:48px;
      padding: 10px;
      background: #F0EBF4;
  }

#fast_modal .modal-title {
  color: #69646d !important;
  line-height: 1.2 !important;
}

#fast_modal .modal-footer .btn {
  color: #69646d !important;
}

.modal.left .modal-body, .modal.right .modal-body {
  top: 59px !important;
  bottom: 59px !important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .modal.left .modal-dialog, .modal.right .modal-dialog{width:320px}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .modal.left .modal-dialog, .modal.right .modal-dialog{width:320px}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .modal.left .modal-dialog, .modal.right .modal-dialog{width:400px}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .modal.left .modal-dialog, .modal.right .modal-dialog{width:400px}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .modal.left .modal-dialog, .modal.right .modal-dialog{width:559px}
  .modal.left.full .modal-dialog, .modal.right.full .modal-dialog{width:calc(100% - 78px)}
}

:root{--accent-color: #048DDD}
/* Help Center */
.help-post-holder .hero-bg{width:100%;overflow:hidden;background-color:#ececec}.help-post-holder .hero-bg img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.help-post-holder .post-data{width:90%;max-width:700px;margin-inline:auto;margin-block:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,0.1)}.help-post-holder .post-data .post-title{margin-bottom:5px;overflow:hidden}.help-post-holder .post-data .post-title h1{font-size:1.8rem;text-transform:capitalize;font-weight:bold;color:var(--accent-color);margin-bottom:0}.help-post-holder .post-data .post-info{margin-bottom:1rem;overflow:hidden}.help-post-holder .post-data .post-info span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;text-transform:capitalize;color:#797979;font-size:0.85rem}.help-post-holder .post-data .post-desc{overflow:hidden}.help-post-holder .post-data .post-desc p{font-size:1.3rem;margin-bottom:0}.help-post-holder .post-steps{width:90%;max-width:700px;margin-inline:auto}.help-post-holder .step{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem}@media (max-width: 600px){.help-post-holder .step{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.help-post-holder .step .connected-line{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:-1;pointer-events:none;display:none;-webkit-animation:anim-stroke 30s linear infinite;animation:anim-stroke 30s linear infinite}@-webkit-keyframes anim-stroke{to{stroke-dasharray:430px;stroke-dashoffset:430px}}@keyframes anim-stroke{to{stroke-dasharray:430px;stroke-dashoffset:430px}}@media (max-width: 600px){.help-post-holder .step .connected-line{display:none !important}}.help-post-holder .step:last-of-type .connected-line{display:none !important}.help-post-holder .step__text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:2rem;margin-bottom:2rem}.help-post-holder .step__text p{margin-bottom:0}.help-post-holder .step__title h4{font-size:1.1rem}.help-post-holder .step__order{position:relative}.help-post-holder .step__order::after{content:"";position:absolute;top:-12px;border-top:30px solid transparent;border-bottom:30px solid transparent;z-index:-1}.help-post-holder .step__order span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:35px;height:35px;border-radius:50%;background-color:#fff;color:var(--accent-color);font-weight:bold}.help-post-holder .step__image{position:relative;width:325px;height:350px;margin-bottom:2rem}@media (max-width: 600px){.help-post-holder .step__image{width:100% !important;height:auto !important}}.help-post-holder .step__image svg.leaf-bg{position:absolute;inset:0;display:none}@media (max-width: 600px){.help-post-holder .step__image svg.leaf-bg{display:none !important}}.help-post-holder .step__image .img-clip{position:absolute;z-index:2;-webkit-filter:drop-shadow(0 0 10px rgba(0,0,0,0.2));filter:drop-shadow(0 0 10px rgba(0,0,0,0.2))}@media (max-width: 600px){.help-post-holder .step__image .img-clip{position:static;width:100%;height:100%;-webkit-transform:none !important;transform:none !important}}.help-post-holder .step__image .img-clip img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}@media (max-width: 600px){.help-post-holder .step__image .img-clip img{-webkit-clip-path:none !important;clip-path:none !important;-o-object-fit:contain !important;object-fit:contain !important}}@media (max-width: 600px){.help-post-holder .step__image .img-clip svg.mask-layer{display:none !important}}.help-post-holder .step:nth-of-type(odd) .odd-line{display:block;width:200px;bottom:-60px}.help-post-holder .step:nth-of-type(odd) .step__order::after{left:18px;border-left:40px solid var(--accent-color)}.help-post-holder .step:nth-of-type(odd) .step__order span{-webkit-box-shadow:-2px -2px 5px rgba(0,0,0,0.2);box-shadow:-2px -2px 5px rgba(0,0,0,0.2)}.help-post-holder .step:nth-of-type(odd) .step__image svg.leaf-bg.leaf-odd{display:block}.help-post-holder .step:nth-of-type(odd) .step__image .img-clip{top:27%;-webkit-transform:scale(1.25, 1.35);transform:scale(1.25, 1.35);-webkit-transform-origin:left;transform-origin:left}.help-post-holder .step:nth-of-type(odd) .step__image .img-clip img{-webkit-clip-path:url(#odd-clip);clip-path:url(#odd-clip)}.help-post-holder .step:nth-of-type(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.help-post-holder .step:nth-of-type(even) .even-line{display:block;width:280px;bottom:-120px}.help-post-holder .step:nth-of-type(even) .step__text{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.help-post-holder .step:nth-of-type(even) .step__order::after{right:18px;border-right:40px solid var(--accent-color)}.help-post-holder .step:nth-of-type(even) .step__order span{-webkit-box-shadow:2px -2px 5px rgba(0,0,0,0.2);box-shadow:2px -2px 5px rgba(0,0,0,0.2)}.help-post-holder .step:nth-of-type(even) .step__image svg.leaf-bg.leaf-even{display:block}.help-post-holder .step:nth-of-type(even) .step__image .img-clip{top:20%;-webkit-transform:scale(1.35, 1.25);transform:scale(1.35, 1.25);-webkit-transform-origin:120px;transform-origin:120px}.help-post-holder .step:nth-of-type(even) .step__image .img-clip img{-webkit-clip-path:url(#even-clip);clip-path:url(#even-clip)}
/* Help Center */
.bordered-notifications-itmes a{border: 1px solid #d5d6de !important;margin:0.5rem 0;padding: 0.5rem 1.5rem !important;border-radius: 1rem;}

.help-center-header-img{height:20rem}
.help-center-header-title{margin-top:7rem}

.help-center-header-title, .help-center-header-desc, .help-center-header-img{-webkit-transition: all .8s ease;-moz-transition: all .8s ease;-ms-transition: all .8s ease;-o-transition: all .8s ease;transition: all .8s ease}

.shadow-80{
  border:none;
  height: 43px;
 	width: 80%;
	margin-top: 0;
  border-bottom: 1px solid #bdc0cf00;box-shadow: 0 20px 20px -20px #a3a3a3;margin: -50px auto 10px}

  .floated-holder {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    z-index: 99999;
    max-width: 700px;
    min-height: 100vh;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: right .3s;
}

.floated-holder.show {right: 0}

.floated-holder-overlay-layer {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: none;
}

.floated-holder-overlay-layer.show {
    display: block;
}

.floated-holder .close-holder {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 5;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #313131;
    box-shadow: -2px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.floated-holder .close-holder svg {
  flex-shrink: 0;
}



.kt-quick-search.kt-quick-search--inline .kt-quick-search__form .form-control{border: 0px solid #000 !important}

.blink-me{animation: blinker 1.3s linear infinite}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.btn-radio{padding-left: 35px !important}
.btn-radio span{margin-top: 5px;margin-left: 10px;}
.btn-radio > span:after {
  border: solid #508af9 !important;
  background: #5189f9 !important;
}

.modal-body{overflow-x: hidden;}
.gray-form{background-color: #f7f7f7;}
.narrow-form-groups .form-group{margin-bottom: 0.7rem !important;}

.modal.modal-sticky.modal-sticky-bottom-left {
  padding: 0 !important;
  max-width: 500px;
  height: auto;
  position: fixed;
  right: auto;
  top: auto;
  bottom: 25px;
  left: 25px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
  border-radius: 0.42rem;
}

.modal.modal-sticky.modal-sticky-bottom-right {
  padding: 0 !important;
  max-width: 500px;
  height: auto;
  position: fixed;
  left: auto;
  top: auto;
  bottom: 25px;
  right: 25px;
  margin: 0;
  -webkit-box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
  border-radius: 0.42rem;
}

/* 2021 Lead Profile */
.leadHeadSection{
  background-color: #f6f7f8;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: inset 0px -5px 5px 0px rgb(211 214 218 / 54%);
  -moz-box-shadow: inset 0px -5px 5px 0px rgb(211 214 218 / 54%);
  box-shadow: inset 0px -5px 5px 0px rgb(211 214 218 / 54%);
  border-bottom: 1px solid #d5d6de;
  height: 100%;
}

.leadHeadSection .lccaNameTitle{padding:1rem 1.5rem 0 1.5rem;font-size: 80%;}
.leadHeadSection h3{color: #363638;margin-bottom: 0}

.leadHeadFooter{background-color: #f6f7f8;border-top: 1px solid #d5d6de;
}
.leadHeadFooter h6{padding: 1rem 1.5rem;margin: 0;color:#797979}
.leadHeadFooter span{color: #65677399;}

.additionalInfoSection{background-color: #f6f7f894;border-right: 1px solid #d5d6de;padding-top: 1rem;}

.kt-timeline-v1__item-content{transition: padding .5s !important;}
.kt-timeline-v1__item-content:hover{padding: 2.14rem 1.5rem !important;}

.lccaBtnActions{text-align: right;}
.lccaBtnActions button{margin:0 .4rem}
.listItemsSections{padding: .5rem}

.InterestsTagsSection{padding: 0 1.5rem;}

.listItemLabel{color: #65677399;font-weight: 500;letter-spacing: .1rem;text-transform: uppercase;}

.listItem{padding: .6rem 1rem}
.listItem:hover .btn-changeit-dropdown{color: #5577eb !important;}

.listItem .btn-secondary:hover{
  border-color: #ebedf200 !important;
  background-color: #ffffff00 !important;
}

.lccaQuickActions{padding:1rem;text-align: right;}
.lccaQuickActions .btn-group-lg button{transition: padding .5s !important;padding: 1.15rem 1rem;}
.lccaQuickActions .btn-group-lg button:hover{padding:2.15rem 1rem;background-color:#0174b7 !important;}

.small-50{font-size: 50%;}
.small-60{font-size: 60%;}
.small-65{font-size: 65%;}
.small-70{font-size: 70%;}

.lccaPhonesSection{padding: .2rem 0 0;}
.lccaPhonesSection .phone{padding: 1rem .5rem !important;margin-bottom: .4rem;transition: padding .5s !important;}
.lccaPhonesSection .phone, .lccaPhonesSection .phone a{
  font-size: 1.1rem !important;
  color: #4a70a2;
  margin-right: .3rem;
  font-weight: 600 !important;
}

.lccaPhonesSection .phone small{margin-right: 0.3rem;}

.lccaDescSection{padding:0 1.5rem}
.lccaDescSection p{margin-bottom: .5rem;}

.lccaPhonesSection .phone:hover{padding:1rem .8rem !important;background-color: #558aeb;color: #ffffff !important;cursor: pointer !important;}
.lccaPhonesSection .phone:hover a{color: #ffffff !important;cursor: pointer !important;}

.lccaBody{padding:.3rem 1rem .5rem}
.leadHistorySection{padding: 1rem;}
.top-rounded-head-4{border-top-left-radius: 4px;border-top-right-radius: 4px;}

.lcca-menu-icon{font-size: 1rem !important;padding-top: 3px;}

/* 2021 Lead Profile */
.kt-badge--gray{background-color: #d5d6dec2;color: #656565;}
.ex-rounded-btn{border-radius: 20px !important;transition: padding .5s !important;}
.ex-rounded-btn i{color: #fff !important}
.ex-rounded-btn:hover{padding-right:2rem;padding-left:2rem;}
.ex-rounded-btn2{border-radius: 20px !important;transition: padding .5s !important;}
.ex-rounded-btn2 i{color: #fff !important}

.red-link{background-color: #bb5d5d !important;color: #fff !important;}
.green-link, .green-8x-bg, .bg-green{background-color: #3e9c45 !important;color: #fff !important;}
.blue-link{background-color: #1372a9 !important;color: #fff !important;}
.orange-link{background-color: #ec8417 !important;color: #fff !important;}
.dark-orange-8x-bg{background-color: #ec8417 !important}

.nav-8x-small .nav-item a{padding: .3rem 0 !important}

.stage-card{transition: padding .2s !important;min-height: 7.2rem;}
.stage-card:hover{padding-left: .5rem;padding-right: .5rem;color: #036fdf !important;}
.stage-card:hover > h4{font-size: 2rem;}

.bg-petro{background-color: #1B283F !important}
.bg-chill-blue{background-color: #1f5aa6 !important;}
.side-todos-card .todos-bar-title{color: #666669;padding:.5rem 0 .5rem 0;text-align: center;text-transform: uppercase;letter-spacing: .1rem;text-shadow: 1px 1px 1px #000;background-color: #0000001f;}

.padded-bar-item{padding:1rem .5rem;transition: padding .2s !important;color: #fff;text-shadow: 1px 1px 2px #132035;text-align: center;}
.padded-bar-item:hover{padding:1.5rem .5rem;transition: padding .2s !important;}

.side-todos-bar-item, .online-offline-bar-item{padding:1rem .5rem;color: #fff;text-shadow: 1px 1px 2px #132035;text-align: center;transition: padding .2s !important;}
.side-todos-bar-item:hover{padding:1.5rem .5rem;background-color: #293a58;color: #fff !important}
.online-offline-bar-item:hover{padding:1.5rem .5rem;background-color: #15488e;color: #fff !important}

.padded-bar-item.first, .side-todos-bar-item.first, .online-offline-bar-item.first{-webkit-border-top-left-radius: 8px;-webkit-border-top-right-radius: 8px;-moz-border-radius-topleft: 8px;-moz-border-radius-topright: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;}
.side-todos-bar-item.last, .online-offline-bar-item.last, .side-todos-card .todos-bar-title.last{-webkit-border-bottom-right-radius: 8px;-webkit-border-bottom-left-radius: 8px;-moz-border-radius-bottomright: 8px;-moz-border-radius-bottomleft: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;}

.side-todos-bar-item > .red{color:#e47272}
.side-todos-bar-item > .green{color:#13c339}
.side-todos-bar-item > .blue{color:#3b98da}
.side-todos-bar-item > .orange{color:#e69d30}

.side-todos-bar-item:hover > .red,
.side-todos-bar-item:hover > .green,
.side-todos-bar-item:hover > .blue,
.side-todos-bar-item:hover > .orange{color:#fff}

.side-todos-bar-item > .name{color: #bdbdbd;font-weight: 400;}
.side-todos-bar-item > .counter{font-weight: 600;font-size: 1rem;}

.userCard .userBlock{padding-bottom: 12px;overflow: hidden;background:#fff}
.userCard .userBlock.bg-navy, .bg-navy{background-color: #a82bc5 !important;color: #fff;}
.userCard .userBlock.bg-blue, .bg-blue{background-color: #27a0da !important;color: #fff;}
.userCard .userBlock.bg-red{background-color: #da2f27 !important;color: #fff;}

.text-with-dots {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.bg-light-yellow{background-color: #deac1d !important}

.bg-light-gray{background-color: #f4f5fb !important;}
.bg-dark-orange{background-color: #ef5b2e !important}
.bg-dark-orange-item:hover{background-color: #e25233 !important}

.userCard .userBlock .bg-pp{overflow: hidden;height:77px}
.userCard .userBlock .bg-navy{background-color: #875094;}
.userCard .userBlock .bg-blue{background-color: #27a0da;}
.userCard .userBlock .bg-red{background-color: #da2f27;}
.bg-red{background-color: #da2f27 !important}

.v-menu-icons{margin: 0 !important;padding: 8px 0 !important}
.v-menu-icons li{list-style: none !important;}
.btn-hover-gray:hover{background-color: #dadce4 !important}

.card-top-right-menu{position: absolute;right:.8rem;top:.2rem;}

.userCard .userBlock .userImg{text-align: center}
.userCard .userBlock .userImg img{width:100px;height:100px;margin-top:-65px;border-radius: 100%;border: 5px solid #fff;}

.userCard .userBlock .userDescription{
  text-align: center;
}
.userCard .userBlock .userDescription h5{
  margin-bottom: 2px;
  font-size:0.9rem;
  font-weight: 600;
}
.userCard .userBlock .userDescription p{
  margin-bottom: 5px;
}
.userCard .userBlock .userDescription .btn{
  padding: 0px 23px 0px 23px;
  height: 22px;
  border-radius: 0;
  font-size: 12px;
  background: #0198dd;
  color: #fff;
}
.userCard .userBlock .userDescription .btn:hover{
  
  opacity:0.7;
}

.userCard .userBlock .score{display: inline-flex}
.userCard .userBlock .score .number{font-size: 15px;font-weight: bold;margin-right: 5px;margin-top: -1px;}

@media all and (max-width:480px) {
  .btn-mobile-block { width: 100%; display:block;margin:5px 0}
  .col-sm-12, .col-sm-6{margin-bottom:5px}
}

@media print{.morris-hover, .no-print, li.nav-item:not(.active){display:none !important}}

.loading-card{
  display: flex;
  background-color: #f9f9fc;
  border-radius: 8px;
  min-height: 5rem;
  padding:6rem 0;
}


}
.kt-widget3 .kt-widget3__item .kt-widget3__header .kt-widget3__user-img .kt-widget3__img {
    height: 3.5rem;
    object-position: center;
    object-fit: cover;
}

.userCard .userBlock .userImg img{
  object-position: center;
  object-fit: cover;
}

.kt-widget24 .kt-widget24__action .kt-widget24__change, .kt-widget24 .kt-widget24__action .kt-widget24__number {color: #666980 !important}
.bottom-border{border-bottom: 1px solid #ebedf2}

.table-cards tbody{width:100%;}
.table-cards tbody tr{min-height:14rem}
.table-cards td{display: block;border-top-width: 0 !important;width: -webkit-fill-available;}
.table-cards .lead-card{min-height:14rem;background-color: #e2e2e259;width:100%;}
.table-cards .lead-card .card-body{min-height:7rem;}
.one-line-text{white-space: nowrap;clear: both;overflow: hidden}

.kt-header, .kt-badge--brand{background: #3381e2 !important}
.kt-badge--tag{font-weight:600;margin-right:10px !important;cursor: default;display: inline-block}
.kt-badge--tag i{margin-right: 5px}
.center-it{margin:0 auto;}
.dis-inline-block{display: inline-block;}


.sticky-fix{margin-top: 55px;}
.fc-header-toolbar.sticky, .detailed-report-title.sticky{
  width: 100%;
  position: fixed;
  top:0px;
  left:0px;
  z-index: 9;
  box-shadow: #e2e2e6 1px 1px 10px;
  padding: .4rem 1rem;
  display:table;
  background: #fff;
}

/*.fc-time-grid-event{width:150px !important} */
.fc-time-grid-event:hover{z-index: 99 !important;min-width: 250px !important;width:auto !important;bottom: auto !important;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.49) !important;}

#savedfilters{
  background-color: #f7f7fa;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
  -webkit-box-shadow: 0px -2px 8px 0px rgba(82, 63, 105, 0.2);
  -moz-box-shadow: 0px -2px 8px 0px rgba(82, 63, 105, 0.2);
  box-shadow: 0px -2px 8px 0px rgba(82, 63, 105, 0.2);
}

#savedfilters a{
  font-weight: normal;
}

.bs-actionsbox .actions-btn{padding: 0.5rem .5rem !important;font-size: 0.800rem !important;color: #96969c;}

.font-color-8x-navy{color:#001f3f !important}
.font-color-8x-yellow{color:#ceb30b !important}
.font-color-8x-lime{color:#01FF70 !important}
.font-color-8x-green{color:#04af17 !important}
.font-color-8x-olive{color:#3D9970 !important}
.font-color-8x-teal{color:#20adad !important}
.font-color-8x-aqua{color:#7FDBFF !important}
.font-color-8x-blue{color:#0074D9 !important}
.font-color-8x-silver{color:#DDDDDD !important}
.font-color-8x-gray{color:#AAAAAA !important}
.font-color-8x-black{color:#111111 !important}
.font-color-8x-darkgray{color:#7d7777 !important}
.font-color-8x-dark{color:#5e5e61 !important}
.font-color-8x-purple{color:#9b4ba7 !important}
.font-color-8x-fuchsia{color:#F012BE !important}
.font-color-8x-maroon{color:#85144b !important}
.font-color-8x-red{color:#f91e11 !important}
.font-color-8x-orange{color:#FF851B !important}
.font-color-8x-brown{color:#8f4426 !important}

.font-size-90{font-size: 90% !important;}

.btn-pink{color: #fff !important;background-color: #f1298f !important;border-color: #b93866 !important}
.btn-pink:hover{background-color: #f3449d;border-color: #b93866}

/* Windows Tiles */
.ex-windows-tiles {
  display: flex;
  --theme-color: #0078d7;
  --outline-color: #7fbbeb;
}

.ex-windows-tiles .grid-wrapper {
  margin: 0px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 4px;
  grid-auto-rows: 50px;
}

.ex-windows-tiles .grid-item {
  background-color: var(--theme-color, #f00);
  transition: transform .3s;
  border-radius: 8px;
  position: relative;
}
.grid-item:hover:not(:active) {
  
}
.ex-windows-tiles .grid-item:active {
  
}

.ex-windows-tiles .grid-icon{color: #ffffff;height: 100%;font-size:1.5rem;display: flex;align-items: center;justify-content: center;}

.ex-windows-tiles .grid-red{background-color: #B94A48;}
.ex-windows-tiles .grid-olive{background-color: #3D9970;}
.ex-windows-tiles .grid-orange{background-color: #fa6800;}
.ex-windows-tiles .grid-brown{background-color: #825a2c;}
.ex-windows-tiles .grid-dark-pink{background-color: #803f7b;}
.ex-windows-tiles .grid-dark-petro{background-color: #1f6893;}
.ex-windows-tiles .grid-dark-blue{background-color: #272e66;}
.ex-windows-tiles .grid-light-green{background-color: #388b07;}
.ex-windows-tiles .grid-twitter-color{background-color: #159bf4;}
.ex-windows-tiles .grid-light-black{background-color: #141414;}


.ex-windows-tiles .grid-item-small{grid-column:span 1;grid-row:span 1}
.ex-windows-tiles .grid-item-medium{grid-column:span 2;grid-row:span 2;}
.ex-windows-tiles .grid-item-medium-wide-2{grid-column:span 2;grid-row:span 1;}
.ex-windows-tiles .grid-item-small-100{grid-column:span 6;grid-row:span 1}
.ex-windows-tiles .grid-item-large{grid-column:span 4;grid-row:span 2}
.ex-windows-tiles .grid-item-big{grid-column:span 4;grid-row:span 4;}
.ex-windows-tiles .grid-item-large-100{grid-column:span 6;grid-row:span 2}

.left-border-1px-light{border-left: 1px solid #ebedf2;}

.tile {
  width:100%;
  padding: 1.5rem 1.8rem;
  border-radius:8px;
  text-shadow: 1px 1px 1px #00000069;
}

.tile .title h6{font-size:2rem;font-weight:500;margin-bottom:0}

.tile .title span{font-weight:500}

.tile.success{
  color: #fff;
  border: 1px solid #398f15;
  background: linear-gradient(to bottom right, #108b0e, #62bf3f);
}


.tile.wide .header .left, .tile.wide .header .right {
  width:160px;
  float:left;
}

.tile.job .header {
  background: linear-gradient(to bottom right, #609931, #87bc27);
}

.tile.job  .body {
  color: #609931;
}

.tile.resource .header {
  background: linear-gradient(to bottom right, #ef7f00, #f7b200);
}

.tile.resource  .body {
  color: #ef7f00;
}

.ex-windows-tiles .user-img{min-height:6rem;}
.ex-windows-tiles .user-img div{width: 100%;height: 100%;background-size: cover;border-radius: 50%;box-shadow: 0px 1px 2px #1f537d;background-position: center;}

.opacity-50-100{opacity:.5}
.opacity-50-100:hover{opacity:1}

.centered-form{width:90%; margin: 2rem auto;}

.dashed-l-border{border-left:1px dashed #ebedf2}
.dashed-r-border{border-right:1px dashed #ebedf2}

.radius-left-side{border-top-left-radius: 10px !important;border-bottom-left-radius: 10px !important;}

.noti-badge{height:21px !important;width:21px !important;background-color: red !important;border-radius:50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;font-weight:600;
  position: absolute;
  width: 21px;
  /*right:0px;*/
  top: 4px;
  font-size: .8rem !important
}

.kt-widget6-bi .kt-widget6__body .kt-widget6__item > span:last-child{text-align: left !important;}

@media (max-width: 1439px){
  .kt-container{padding: 0 15px !important}
}
.modal-8lg{max-width:95% !important;}
.modal-8md{max-width:80% !important;min-height:450px !important}
.modal-8sm{max-width:60% !important;min-height:300px !important}
.modal-per50{max-width:50% !important;min-height:300px !important}
#lcca_qv_modal{background-color: #fff;}
.trans-background{background-color: transparent !important;border-width: 0px !important;}
.accordion.accordion-toggle-arrow .card .card-header .card-title{color: #586bdd !important}
.dataTables_filter input{width: 80% !important;}
.kt-header{border-bottom: 1px solid #1472a9;box-shadow:#989ba5b8 0px 1px 10px}
.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon,
.dataTables_wrapper .pagination .page-item.active > .page-link,
.fc-unthemed .fc-toolbar .fc-button:focus, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button.fc-state-active,
.kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link{
  background-color: #0478bb !important;
}

.fast-create-lcca-more-fields-bar{padding:0.8rem 0 0 0;border: 1px solid #dedede;border-width: 1px 0px 0px 0px}

.form-label-group{position: relative}
div.dataTables_wrapper div.dataTables_processing {
  font-size: 1rem;
  color: blue;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.form-label-group input,
.form-label-group label {
  height: 3.5rem;
  padding: .75rem;
}

.placeholder-color{color: #aeb2c8 !important;}

.form-label-group label {
  position: absolute;
  top: 8%;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  /* line-height: 1.5; */
  font-size: 1rem !important;
  color: #aeb2c8 !important;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .10rem;
  padding-bottom: .25rem;
  font-size: 11px !important;
  font-weight: 500;
  color: #597afb !important;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .10rem;
  padding-bottom: .25rem;
  font-size: 11px !important;
  font-weight: 500;
  color: #597afb !important;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .10rem;
  padding-bottom: .25rem;
  font-size: 11px !important;
  font-weight: 500;
  color: #597afb !important;
}

.form-label-group input:-webkit-autofill ~ label {
  padding-top: .10rem;
  padding-bottom: .25rem;
  font-size: 11px !important;
  font-weight: 500;
  color: #597afb !important;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-label-group label {
    position: static;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #597afb !important;
  }
}

.kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__heading, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item.kt-menu__item--open > .kt-menu__link {background-color: #254958 !important}
.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link{background-color: #1272a9 !important}

.kt-menu__link, .kt-font-brand{color: #597afb !important}
.td-border-0 td{border-width: 0 !important;}
.td-border-0 td:focus, .td-border-0 td:active{border-width: 0 !important;outline: none !important}

.dropdown-div a{padding: 0.7rem 1.2rem;}
.dropdown-div > a > i{margin-right: 0.75rem;}

.kt-padding-10{padding:10px !important}
.kt-margin-t-6{margin-top: 6px !important;}

.kt-quick-search{padding:0 !important}
.dataTables_filter input{border-radius:4px;}
.kt-portlet__bar{background-color: #eef0f8ab !important}

.eightx-search-box{border-radius:6px !important}
.zindex-0{z-index: 0;position: relative;}

.kt-portlet-no-shadow{box-shadow: 0px 0px 0px #000 !important}
.kt-portlet{border-radius: 12px !important;-webkit-box-shadow: 0px 0px 6px 0px rgb(82 63 105 / 10%);box-shadow: 0px 0px 6px 0px rgb(82 63 105 / 10%);}
.kt-portlet__qv{background-color:#f9f9fc6e !important}
.kt-portlet__qv h3{font-size: 1.4rem !important}
.kt-portlet__qv .kt-portlet__bar .kt-subheader{padding:5px 10px !important}

.kt-grid-nav--small-titles .kt-grid-nav__title{font-size: 0.9rem !important}
.kt-grid-nav--small-titles .kt-grid-nav__icon{font-size: 1.5rem !important}
.kt-grid-nav--small-titles .kt-grid-nav > .kt-grid-nav__row > .kt-grid-nav__item{padding: 1.5rem 0.75rem !important}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary, .kt-subheader--transparent .kt-subheader .kt-subheader__btn-secondary i{color: #586286}

.kt-portlet__bar{border-bottom: 1px solid #ccced6a3}

.kt-portlet__bar .kt-subheader{padding: 10px !important}

.kt-footer .kt-footer__bottom {
    background-color: #f0f0f5 !important;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon {
  height: 34px !important;
}
.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon i {
  color: #f9f9fc !important;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-welcome {
  color: #ffffff !important;
}

.btn-brand:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled){
  background-color: #3381e2 !important; 
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #b7b7b7 !important;
  border-color: #b1b1b1 !important;
}

.kt-widget4 .kt-widget4__item .kt-widget4__info .kt-widget4__username
{
  font-size: 1.2rem !important
}

[data-notify]{ z-index: 9999 !important; }

.extab-nav-item a{border-top-left-radius: 0.5rem !important;border-top-right-radius: 0.5rem !important;}
.extab-nav-item .close{margin-left: 1rem;color: #464646;font-weight: 400 !important;}
.extab-nav-item a.active{background: rgb(249,249,252);background: linear-gradient(180deg, rgba(249,249,252,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);font-weight: 500 !important;}
.extab-nav-item a:not(.active), .extab-nav-item a:not(.active) i{color:#5c5c67 !important}

.ex-color-call{color: #42a845 !important}
.ex-color-call-bg{background-color: #42a845 !important}

.ex-color-msg{color: #0abdd0 !important}
.ex-color-meeting{color: #ee4a69 !important}
.ex-color-event{color: #eb703a !important}
.ex-color-deal{color: #97d02b !important}
.ex-color-note{color: #ead964 !important}
.ex-color-task{color: #595959 !important}

.dt-buttons .btn{margin:.2rem .5rem .3rem .5rem !important;padding: .6rem 1.5rem !important;border-radius: 20px !important}

.btn-brand:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled),
.fc-unthemed .fc-toolbar .fc-button:focus, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button.fc-state-active{border-color: #3381e2 !important;}
.filter-option-inner-inner{color: #6c7292;}
.kt-scrolltop{background: #04a4df !important;bottom: 36px !important;}
textarea::placeholder{color:#6c7292 !important}
.bootstrap-select > .dropdown-toggle {padding: 0.64rem 1rem 0.55rem 1rem !important;}
.input-group-prepend .bootstrap-select > .dropdown-toggle, .input-group-append .bootstrap-select > .dropdown-toggle {padding: 0.65rem 1rem 0.7rem 1rem !important;}
.kt-badge.kt-badge--warning {color: #966002 !important}
.margin-auto{margin: auto !important;}

.buttonsList button{margin-bottom: .5rem;}

.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon{font-size: 2rem !important;}

.form-control{color: #29343e !important;}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .form-control{border: 1px solid #c9cdda !important;}
.input-group-text,.bootstrap-switch{border-color: #c9cdda !important;}
.kt-switch input:empty ~ span:before {background-color: #c9cdda !important}

.btn-light {border: 1px #c9cdda solid !important}
.nav-pills .nav-item .active, .nav-tabs.nav-tabs-line .active{font-weight:600 !important}
.form-group label{color: #002a4a}
.dropdown-item {font-weight: 600 !important;color: #03518e !important}
.dropdown-menu > li > a > i, .dropdown-menu > .dropdown-item > i {color: #03518e !important}
.kt-font-success{color: #0ea767 !important;}
.btn-success {background-color: #09a757 !important;border-color: #25863c !important;}
.btn-danger{background-color: #e80909 !important;border-color: #a51614 !important}
.btn{font-weight: 600 !important}
.dropdown-item.active, .dropdown-item:active{color:#FFF !important}
.kt-widget1 .kt-widget1__item .kt-widget1__info .kt-widget1__desc{color: #1f1e2e !important}
.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text{color: #ffffff !important}
.kt-pulse.kt-pulse--warning .kt-pulse__ring{border-color: rgb(68, 120, 250) !important}

.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text{color: #242840 !important}


.kt-portlet .kt-portlet__foot {padding: 25px 0}
.editable-normal{border-bottom-width:0;color:inherit;cursor:default}
.editable-normal:hover{color:inherit}
/* 8X Layout */
input.parsley-error
{
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}

#container-floating{position:fixed;z-index:10;width:55px;height:55px;bottom:25px;right:25px}
#floatedQuickAdd{position:fixed;z-index:99;width:350px;height:75%;bottom:25px;right:100px;
background-color:#fff;border-radius: 8px;box-shadow: 0px 1px 5px #bcbcbd;
}

#floatedQuickAdd h5{padding: 1rem;border-bottom: 1px solid #eaeaec;color: #0a79a0;}

#floating-button{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #db4437;
  position: fixed;
  bottom: 12px;
  right: 25px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
}

#floating-button i{color: white;position: absolute;font-size: 1.8rem;top: 16px;right: 18px;animation: plus-out 0.3s;transition: all 0.3s;}
#container-floating .floating-item{width:45px;height:45px;border-radius: 50%;position: fixed;z-index:300;transform:  scale(0);cursor: pointer;}
#container-floating .floating-item i{
  position: absolute;
  color: white;
  font-size: 1.5rem;
  right: 14px;
  margin: auto;
  top: 2px;
  bottom: 0;
  line-height: 40px;
}

#floating-button .times{
  position: absolute;
  opacity: 0;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
  top: 16px;
  right: 20px;
}
#container-floating:hover{height: 400px;width: 90px;padding: 30px}
#container-floating:hover .plus{animation: plus-in 0.15s linear;animation-fill-mode: forwards}
#container-floating:hover .times{animation: edit-in 0.2s;animation-delay: 0.1s;animation-fill-mode: forwards}




@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}
@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}
@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}
@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}


.fixed-new-event{
  right:30px;
  bottom:12px;
  width:55px;
  height:55px;
  border-radius: 50%;
  position: fixed;
  z-index:300;
  cursor: pointer;
}

.fixed-new-event i{color: white;position: absolute;font-size: 1.8rem;top: 16px;right: 18px;animation: plus-out 0.3s;transition: all 0.3s;}

.new-event{
  right:30px;
  bottom:80px;
  animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}


.nd3{
  background: #3c80f6;
  right: 40px;
  bottom: 180px;
  animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
  animation-fill-mode:  forwards;
}

.nd4{
  background: #ba68c8;
  right: 40px;
  bottom: 240px;
  animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

.nd5{
  background-image: url('https://lh3.googleusercontent.com/-X-aQXHatDQY/Uy86XLOyEdI/AAAAAAAAAF0/TBEZvkCnLVE/w140-h140-p/fb3a11ae-1fb4-4c31-b2b9-bf0cfa835c27');
  background-size: 100%;
  right: 40px;
  bottom: 300px;
  animation-delay: 0.08s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating:hover .floating-item{animation: bounce-nds 0.1s linear;animation-fill-mode:  forwards}

#container-floating:hover .nd3{
  animation-delay: 0.08s;
}
#container-floating:hover .nd4{
  animation-delay: 0.15s;
}
#container-floating:hover .nd5{
  animation-delay: 0.2s;
}

/* ---------------------- */




.floated-btn-calendar i{margin:22px}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper img{height:34px !important}

@media (min-width: 1025px)
{
  .kt-header .kt-header__top{height:40px !important}
  .kt-header-menu-wrapper .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link{padding: .60rem .8rem !important;background-color: #3381e2;text-shadow: 1px 1px #1d82a7;}
  .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text{font-size: .875rem !important;text-transform: initial}
}

.kt-footer .kt-footer__bottom{padding:1rem 0 !important}
.img-white-box{border-radius: 7%;border: 5px solid #fff;box-shadow: 0px 0px 5px #8a8a8a40;}
.img-fluid-70{max-width: 70%;}
.border-radius-5px{border-radius:5px;}
.border-radius-7{border-radius:7%;}
.border-radius-10{border-radius:10%;}
.border-radius-1rem{border-radius: 1rem !important}
.agent-profile-left-side{background-color: #f9f9fc8c;padding: 2rem 0;border: 1px solid #edebfe;border-right-width: 0;}
.agent-profile-right-side{-webkit-box-shadow: 0px 0px 5px 0px rgba(196, 196, 196, 0.58);
  -moz-box-shadow: 0px 0px 5px 0px rgba(196, 196, 196, 0.58);
  box-shadow: 0px 0px 5px 0px rgba(196, 196, 196, 0.58);padding: .5rem 2rem !important;}
.agent-profile-right-side h6{white-space: nowrap;}

.kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form {width:90% !important;padding:0rem 0 5rem !important;}

.no-arrow::after{display: none !important;margin-left:0 !important}
.no-arrow i{margin-right:0 !important}

.img-bg-container{height:120px;width:120px;margin:0 auto}
.img-bg-container .img-bg{height:100%;width:100%;background-size: cover;border: 5px solid #fff;box-shadow: 0px 0px 5px #8a8a8a40;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}
.img-bg-container .img-bg a{position: absolute;top: 0;bottom: 0;left: 0;right: 0;}

.kt-color-limon{color: #86f90c;}

.report-grid-item{background-color: #fcfbfd;border: 1px solid #edebfe;border-radius: 8px;padding:1.2rem .7rem;}

.alert-success-ex{background-color: #09a757 !important;border-color: #25863c !important}
.alert-danger a{color: #fff397;}
.alert-danger a:hover{color: #cbff00;}

.selected-dt-row{background-color:#e6eaf5;position: relative;}

.dataTables_empty{color: #7e83a0;}
.selected-dt-row:active, .selected-dt-row:focus {outline: none !important}
.dt-na{width: 100% !important;border-width: 0px !important}
.dt-na .dataTables_empty{padding:40% 0;background-color: #ffffff;border-width: 0px !important}
.dt-na .selected-dt-row:after{border-width:0px !important}

.mid-gray-text-msg{padding:15% 0;text-align: center;font-size:1.7rem;color: gray}
.mid-gray-text-msg p{font-size:1.2rem;}

.big-gray-text-msg{padding:35% 0;text-align: center;font-size:1.7rem;color: gray}
.big-gray-text-msg p{font-size:1.2rem;}

/* cboxtags */
ul.ks-cboxtags{list-style: none;padding:0;margin:0}
ul.ks-cboxtags li{display: inline}
ul.ks-cboxtags li label{display: inline-block;background-color: rgba(255, 255, 255, .9);border: 1px solid #959cb6;color:#5a5f73;border-radius: 15px;font-size: .8rem;font-weight:600;white-space: nowrap;margin: 3px 0px;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: transparent;transition: all .2s;}
ul.ks-cboxtags li label {padding:2px 10px;cursor: pointer}
ul.ks-cboxtags li label::before {display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;-webkit-font-smoothing: antialiased;font-family: "Font Awesome 5 Free";font-weight: 900;font-size: 12px;color:#dfe0e2;padding: 2px 6px 2px 2px;content: "\f111";transition: transform .3s ease-in-out}
ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {content: "\f00c";color: #ffffff;transform: rotate(-360deg);transition: transform .3s ease-in-out;}
ul.ks-cboxtags li input[type="checkbox"]:checked + label {border: 1px solid #15ad9d;background-color: #1dc9b7;color: #fff;transition: all .2s;}
ul.ks-cboxtags li input[type="checkbox"] {display: absolute}
ul.ks-cboxtags li input[type="checkbox"] {position: absolute;opacity: 0}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {border: 1px solid #15ad9d}

ul.ks-cboxtags li input[type="checkbox"]:checked + label.label-active-danger{background-color:#fd397a;border: 1px solid #d03a5e;}
ul.ks-cboxtags li input[type="checkbox"]:checked + label.label-active-primary{background-color: #5867dd;border: 1px solid #4857ca}
ul.ks-cboxtags li input[type="checkbox"]:checked + label.label-active-dark{background-color: #282a3c;border: 1px solid #282a3c}
ul.ks-cboxtags li input[type="checkbox"]:checked + label.label-active-warning{background-color: #ffb822;border: 1px solid #e09f2c;color: #111111;}
ul.ks-cboxtags li input[type="checkbox"]:checked + label.label-active-warning::before{color: #111111;}
ul.ks-cboxtags li input[type="checkbox"]:checked + label .kt-badge{background-color: #fff;color:#6c7594}
/* cboxtags */

.head-zindex-fix{z-index: 1}
.mobile-number{font-size: 1.2rem;font-weight: 500;font-family: sans-serif;color: #0c6e92;}

.bi-item{background-color: #f9f9fc;padding: .5rem 1rem;border-radius: 1rem;border: 1px solid #ebedf2;}

.kt-font-primary{color: #597afb !important}
.kt-badge.kt-badge--primary{background: #597afb !important}

/* 8X Layout */
.show-after-scroll{display: none;}
.sticky-element{position: -webkit-sticky;position: sticky;z-index:1}
.sticky-0x {position:-webkit-sticky;position:sticky;top:0px}
.sticky-5x {position:-webkit-sticky;position:sticky;top:5px}
.sticky-8x {position:-webkit-sticky;position:sticky;top:8px}
.sticky-50x {position:-webkit-sticky;position:sticky;top:50px}
.display-lcca-title-scroll{z-index:2;background-color: #f6f7f8;border-bottom: 1px solid #d5d6de;padding:7px 10px 5px;
  -webkit-box-shadow: 0px 5px 10px 0px rgb(211 214 218 / 54%);
  -moz-box-shadow: 0px 5px 10px 0px rgb(211 214 218 / 54%);
  box-shadow: 0px 5px 10px 0px rgb(211 214 218 / 54%);
}


.btn-changeit-dropdown{
  color: #063a63 !important;
  padding: 0 !important;
  font-size: 1.1rem !important;
  border-width: 0 !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.btn-changeit-dropdown:hover{
    color: #063a63;
    border-color: transparent !important;
    background-color: transparent !important;
}

.head-8x{padding:1.5rem 0;border-bottom: 1px #e8e8e8 solid}


.m-portlet, .radius-8{-webkit-border-radius: 8px !important;-moz-border-radius: 8px !important;border-radius: 8px !important}

.no-padding{padding:0 !important}
.padding-top-0{padding-top: 0 !important}
.padding-top-5{padding-top:5px !important}
.padding-top-10{padding-top:10px !important}
.padding-top-15{padding-top:15px !important}
.padding-top-20{padding-top:20px !important}
.padding-top-25{padding-top:25px !important}
.padding-top-30{padding-top:30px !important}
.padding-left-2-25rem{padding-left:2.25rem !important}
.padding-left-3rem{padding-left:3rem !important}
.no-margin{margin:0 !important}
.margin-left-5{margin-left:5px}


.margin-top-0{margin-top:0px !important}
.margin-top-5{margin-top:5px !important}
.margin-bottom-0{margin-top:15px !important}
.margin-bottom-5{margin-bottom:5px}
.margin-bottom-10{margin-top:10px}
.margin-bottom-15{margin-top:15px}

.margin-tb-5rem{margin:5rem 0 !important}
.fa-spin{-webkit-animation: fa-spin .7s linear infinite !important;animation: fa-spin .7s linear infinite !important}

.margin-top-05rem{margin-top:.5rem !important}
.margin-top-1rem{margin-top:1rem !important}
.margin-top-1-5rem{margin-top:1.5rem !important}
.margin-top-1-75rem{margin-top:1.75rem !important}
.margin-top-2rem{margin-top:2rem !important}
.margin-top-2-25rem{margin-top:2.25rem !important}
.margin-top-2-50rem{margin-top:2.50rem !important}
.margin-top-2-75rem{margin-top:2.75rem !important}
.margin-top-3rem{margin-top:3rem !important}

.margin-bottom-1rem{margin-bottom: 1rem !important}
.margin-left-10{margin-left: .5rem !important}

/*.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-badge{font-size:1.2rem !important}*/

.fa-1-5x {font-size: 1.5em !important}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content{border-bottom: 1px #c4c6ce solid;border-right: 1px #c4c6ce solid;  border-radius: 4px;padding: 1.5rem !important;background-color: #f4f5fb !important;}
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item:after {border-right: solid 10px #f4f5fb !important}

#lccActions{background: #959fa5}

.inline-datetime-input{display:inline-block !important;width:150px !important;height:32px !important}
.autowidth{width: auto !important}

.kt-list-pics-8x{display:inline-block}
.kt-list-pics-8x img{height:32px;width:32px}

.no-box-shadow{-webkit-box-shadow: 0px 0px 0px 0px rgba(69,65,78,0.08) !important;box-shadow: 0px 0px 0px 0px rgba(69,65,78,0.08) !important}
.m-timeline-1.m-timeline-1--fixed{width:95% !important;}

.m-portlet .m-portlet__head .m-portlet__head-text{color:#2588d6 !important}
.toggleit, .region-res, .city-res{display: none}

#lead_details .m-portlet__body{padding-top: 1.1rem !important}
.lead-interest span{width: 100%}

#createLccTodosContainer{top:5rem}
#createLccTodosContainer .btn{background-color: #FFFFFF}

.form-group{margin-bottom:1.25rem !important}
.phones-inner, .lcca-profile-phone{direction: ltr}

.add-action-box{background-color: #ecedef;border:1px #d5d6de solid;border-radius:12px;margin-bottom: 1rem;padding: 1rem;}

.ql-actions{line-height:3rem;padding:.5rem 2.2rem .5rem 2.2rem;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.m-list-search__result-item-text a{display:inline}

.btn-focus, .btn-brand{background-color: #2588d6 !important;border-color: #1867a5 !important;border-color:#1867a5 !important;font-weight: 500 !important}
.btn.btn-outline-act{color:#8d9ecc !important;border-color:#E6EAF5 !important}

.mac-box{line-height:1.5rem;}
.m-widget2 .m-widget2__item .m-widget2__checkbox{padding-left: 3.2rem !important}
.m-widget2 .m-widget2__item:before{left: 0.4rem !important}

.lead-header{background-color: #F9F7ED;padding:15px 0 10px 0;border-bottom: 1px solid #eceae0}
.lead-contactbar{background-color: #fbfbfb;padding:0.5rem 2.2rem;margin-bottom: 0;}
.contactlist a{margin-right:1.5rem;line-height:3rem;font-weight:bold}

.nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link.active:hover{background-color: #3381e2 !important}
.nav-tabs .nav-item{margin-bottom:-2px !important;}
.nav-font-gray a, .nav-font-gray .kt-nav__link-icon{color: gray !important;}

.m-portlet__head-text .fa{margin-right: 8px}
.dt-buttons,.dataTables_info, .dataTables_length{float: left}
.dataTables_length{margin-right:10px;}

.table.table-bordered.dataTable thead th, .table.table-bordered.dataTable tfoot th{font-size: 12px;font-weight: 300}
.table.table-bordered.dataTable tbody td, .table.table-not-bordered.dataTable tbody td{font-size: 14px;font-weight:500}

.m--bg-error{background-color:#f4516c !important}
.color-success{color:#34bfa3 !important}

.m-aside-menu--skin-dark{background-image: url(/img/menu-footer-bg.png);background-repeat: no-repeat;background-position: bottom center;}

.text-muted{color: #767a92 !important}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light{color: #696b7d !important}
.bootstrap-switch{display: block !important}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3 !important;
}

.table-hover tbody tr:hover {
  background-color: #ececec !important;
}

#addActionSec{
  background-color: white;
    height: 50%;
    width: 80%;
    position: fixed;
    top: 25%;
    right: 10%;
    left: 10%;
    border: 1px #bdbdbd solid;
    -webkit-box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 32px -13px rgba(0,0,0,0.35);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* -------------------------------- 
    8WORX Breadcrumb
-------------------------------- */

/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
  width:100%;
  padding: 0.5em 0;
  background-color: #edeff0;
  border-radius: .25em;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.kt-notification .kt-notification__item .kt-notification__item-details .kt-notification__item-time{color: #555 !important}

.cd-breadcrumb li a:hover{text-decoration: none}

.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d;
  font-weight:bold
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1rem;
  }
}

/* -------------------------------- 

Triangle breadcrumb

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding:.1rem .8em .1rem 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #96c03d;
    border-color: #96c03d;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
    /* 
        li > *::after is the colored triangle after each item
        li::after is the white separator between two items
    */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border:20px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}
/* -------------------------------- 

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */
@media only screen and (min-width: 768px) {
  .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px;
  }
}
/* -------------------------------- 

Multi steps indicator 

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }

  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .cd-multi-steps li.visited::after {
    background-color: #96c03d;
  }
  .cd-multi-steps li > *, .cd-multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
  }

  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }

  .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #edeff0;
  }
  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }
  .cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
    color: #ffffff;
    background-color: #96c03d;
  }
  .cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
  }

  .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
    width: 80px;
    text-align: center;
  }
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }
  .cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }
  .cd-multi-steps.text-top li.visited > *::before,
  .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before,
  .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }

  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }

  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }
}
/* -------------------------------- 

Add a counter to the multi-steps indicator 

-------------------------------- */
.cd-multi-steps.count li {
  counter-increment: steps;
}

.cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {
  .cd-multi-steps.text-top.count li > *::before,
  .cd-multi-steps.text-bottom.count li > *::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #ffffff;
  }

  .cd-multi-steps.text-top.count li:not(.current) em::before,
  .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #2c3f4c;
  }

  .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }

  .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }

  .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }

  .cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }
}


/* -------------------------------- 
Digital Clock
-------------------------------- */
#clock {
  color: #ffffff;
  cursor: default;
  font-weight: 500;
  font-size: 1rem;
  position: absolute;
  text-transform: initial;
  bottom: 0.2rem;
  right: 0.8rem;
}

.margin-bottom-4 {
    margin-bottom: 4px !important;
}

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

.rounded-4 {
    border-radius: 4px !important;
}

.rounded-8 {border-radius:8px !important}
.rounded-12 {border-radius:12px !important}
.rounded-20 {border-radius:20px !important}

.bordered-card{border: 1px solid #d5d6de !important}

/*************************
 * Calendar
 *************************/
.fc-unthemed .fc-event-dot .fc-title, .fc-unthemed .fc-event-dot .fc-time {
    color: #fff !important;
}

@media (max-width: 1024px)
{
  .kt-header-mobile--fixed .kt-header-mobile{z-index: 97 !important}
  .kt-header-mobile--fixed .kt-header__topbar{z-index: 96 !important}
  .kt-header-menu-mobile, .kt-header__topbar, .kt-header-menu-wrapper {background-color: #172c35 !important}
  .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username{color:#ffffff !important}
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {color: #f8f8fb !important}
  .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__heading, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item.kt-menu__item--open > .kt-menu__link, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading, .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link,
  .kt-header-menu-wrapper-close:hover,
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span
  {background-color: #05719a !important}
  .kt-header-menu-mobile .kt-menu__link, .kt-header-menu-mobile .kt-menu__link-bullet,
  .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span
  {color: #ffffff !important}
  .kt-header, .kt-badge--brand, .kt-header-mobile{background-color: #3381e2 !important}
  .kt-header-menu-wrapper-close{background-color: #e8e8f2 !important}

}

/*************************
 * General Classes
 *************************/
.hidden {
    display: none !important;
}

.kt-font-current { color: #65cae1 !important; }

/************************************
 * Close button
************************************/
#closebt-container {
    position: relative;
    width:100%;
    text-align:center;
    margin-top:40px;
}

.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor:pointer;
}

.closebt:hover {transform:rotate(90deg)}

/* width */
::-webkit-scrollbar {width:10px}

/* Track */
::-webkit-scrollbar-track {background:#d8d8d8}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #c1c1c1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a7a5a5;
}


/*  eightx tab */
div.eightx-tab-container{
  width: 100%;padding: 0 10px;
}
div.eightx-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.eightx-tab-menu div.list-group{
  margin-bottom: 0;
}

div.eightx-tab-menu div.list-group>a{
  margin-bottom: 0;color: #8193b7;
}
div.eightx-tab-menu div.list-group>a .glyphicon,
div.eightx-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.eightx-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.eightx-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.eightx-tab-menu div.list-group>a.active{
  border-color: #0384b3 !important;
}
div.eightx-tab-menu div.list-group>a.active,
div.eightx-tab-menu div.list-group>a.active .glyphicon,
div.eightx-tab-menu div.list-group>a.active .fa{
  background-color: #04a4df;
  color: #ffffff;
}
div.eightx-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #04a4df;
}

div.eightx-tab-content{
  padding-left: 20px;
}

div.eightx-tab div.eightx-tab-content:not(.active){
  display: none;
}

.bootstrap-select .dropdown-menu.inner > li.selected > a {background: #dadada !important}
.swal2-popup .swal2-content {color: #101950 !important;}
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {background-image: linear-gradient(rgb(48 133 214), rgb(30 101 169)) !important}
.swal2-styled{background-color: #3085d6 !important;}

/* Unit Details */
.unit-intro-single {padding:0 0 2rem}
@media (max-width: 767px) {
  .unit-intro-single{padding-top: .5rem;}
}
.unit-intro-single .title-single-box{padding: 1rem 0 1rem 2rem}
.unit-intro-single .title-single-box{border-left:4px solid #3381e2}
.unit-intro-single .title-single-box .title-single{font-weight: 600;color: #067ec3;}
.unit-intro-single .title-single-box .title-single span{font-size:1rem}
.unit-intro-single .full_price{padding-top: 1.2rem;color: #13a526;font-size: 1.8rem;font-weight: 600}
@media (min-width: 768px) {
  .unit-intro-single .title-single-box .title-single{font-size:1.7rem}
}
@media (min-width: 992px) {
  .unit-intro-single .title-single-box .title-single{font-size: 1.8rem}
}

.gallery-property {
  margin-bottom: 3rem;
}

.property-price {
  margin: 0 auto;
}

.property-price .card-header-c {
  padding: 0;
}

.summary-list {
  padding-right: 1rem;
  color: #000000;
}

.summary-list .list {
  padding: 0;
  line-height: 2;
}

.summary-list .list li{font-size: 1rem}

.summary-list .list li strong{font-weight: 600;}

.summary-list .list span {
  color: #555555;
}

@media (max-width: 767px) {
  .property-agent {
    margin-top: 2.5rem;
  }
  .modal-per50{max-width: 100% !important;}
}

.property-agent .title-agent {
  font-weight: 600;
}

.property-agent ul {
  line-height: 2;
  color: #000000;
}

.property-agent .socials-a {
  text-align: center;
}

.list-a {
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}

.list-a li{position: relative;width: 50%;float: left;font-size: 1.2rem;padding-left: 25px;padding-right: 5px}

@media (min-width: 992px) {
  .list-a li{width: 33.333%}
}

.list-a li:before {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

.card-box-d .card-overlay-hover{transition: all .2s ease-in-out;padding: 15px 40px 15px 35px}

@media (min-width: 768px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }
}

@media (min-width: 992px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }
}

@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }
}

.card-box-d .title-d {
  transition: .3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  transform: translateY(-20px);
  opacity: 0;
}

@media (min-width: 768px) {
  .card-box-d .title-d {
    font-size: 1.1rem;
    margin: .5rem 0;
  }
}

@media (min-width: 992px) {
  .card-box-d .title-d {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}

@media (min-width: 1200px) {
  .card-box-d .title-d {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

.card-box-d .content-d {
  opacity: 0;
  transition: .5s ease-in-out;
  transform: translateY(-40px);
}

@media (min-width: 768px) {
  .card-box-d .content-d {
    font-size: .8rem;
    margin: .5rem 0;
  }
}

@media (min-width: 768px) {
  .card-box-d .card-body-d p {
    margin-bottom: 8px;
    font-size: .8rem;
  }
}

@media (min-width: 992px) {
  .card-box-d .card-body-d p {
    margin-bottom: 12px;
    font-size: 1rem;
  }
}

.card-box-d .info-agents {
  opacity: 0;
  transition: .5s ease-in-out;
}

.card-box-d .card-footer-d {
  transition: .5s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
  background-color: #2eca6a;
  opacity: .9;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  transform: translateY(0);
}

.title-wrap {
  padding-bottom: 4rem;
}

.title-a {
  font-size: 2.6rem;
  font-weight: 600;
}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}

.title-link a {
  color: #313131;
}

.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: .2rem;
  position: relative;
}

.title-box-d .title-d {
  font-weight: 600;
  font-size:1.3rem;
  color: #067ec3;
}

.title-box-d .title-d:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #3381e2;
  bottom: 20px;
  left: 0;
}

.gallery-property{margin:1.2rem 0 0rem;}

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #2eca6a;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #2eca6a;
  width: 35px;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: .7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #2eca6a;
  opacity: .9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}


/* Unit Details */

.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark, .bootstrap-select .dropdown-menu.inner > li:hover > a span.check-mark {
  color: #212529 !important;
  font-weight: bold !important;
  font-size: 15px !important;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark::before {
  color: #212529 !important;
  font-weight: bold !important;
  font-size: 15px !important;
}
.daterangepicker {
  z-index: 97 !important;
}
.highlight {
  margin: 0;
  position: relative;
  background: #f4f8fb;
  border: 1px solid #e1ecf4;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.highlight code, .highlight pre {
  font-family: Menlo, Consolas, Monaco, "Andale Mono", monospace;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: #2b303b;
}
.highlight code {
  background-color: transparent;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}
code {
  background: #f4f8fb;
  font-size: .8em;
}
code {
  font-family: Menlo, Consolas, Monaco, "Andale Mono", monospace;
  font-size: 0.875rem;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  background-color: #f4f8fb;
  padding: 4px 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
pre {
  overflow: auto;
}
.highlight .nv {
  color: #bf616a;
}
.highlight .o {
  color: #96b5b4;
}
.highlight .cp {
  color: #a7adba;
}
.highlight .k {
  color: #b48ead;
}
.highlight .nx {
  color: #6699cc;
}
.highlight .p {
  color: #2b303b;
}
.highlight .k {
  color: #b48ead;
}
.highlight .na {
  color: #6699cc;
}
.highlight .nf {
  color: #268bd2;
}
.highlight .k {
  color: #b48ead;
}
.highlight .s1 {
  color: #25a25a;
}
.highlight .se {
  color: #d08770;
}
.highlight .s2 {
  color: #25a25a;
}
.highlight .special {
  color: #0000BB;
}
.highlight .comment {
  color: #6c757d;
}
pre .copyable {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 8px;
  line-height: 11px;
}
.kt-badge--danger-hr {
  border-top: 3px solid #FD3B7B;
}

.sc-header img {
  height: 64px;
  width: 64px;
  vertical-align: middle;
  border-style: none;
}

/* E8X Spinner */
.e8x-spinner > div {
  width: 10px;
  height: 10px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.e8x-spinner.kt-font-primary > div {
  background-color: #5867dd !important;
}

.e8x-spinner.kt-font-success > div {
  background-color: #0ea767 !important;
}

.e8x-spinner.kt-font-light > div {
  background-color: #ffffff !important;
}
.e8x-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.e8x-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.kt-notification-v2 .kt-notification-v2__item .kt-notification-v2__item-icon{background-color: #e1e2e4 !important}
.kt-notification-v2 .kt-notification-v2__item:hover {background-color: #dee1e8 !important}
#dashboard_top_user{position: relative}