/* ------------- Leaflet --------------- */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane>svg,
.leaflet-pane>canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.leaflet-tile::selection {
    background: transparent;
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

.leaflet-container .leaflet-overlay-pane svg {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
    width: auto;
    padding: 0;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}

.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane>svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto;
}

.leaflet-container {
    background: #ddd;
    outline-offset: 1px;
}

.leaflet-container a {
    color: #0078A8;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-container {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
    font-size: 13px;
    font-size: 1.08333em;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}

.leaflet-container .leaflet-control-attribution {
    display: none;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    line-height: 1.4;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
    text-decoration: underline;
}

.leaflet-control-attribution svg {
    display: inline !important;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
}

.leaflet-popup-content p {
    margin: 17px 0;
    margin: 1.3em 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    pointer-events: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font: 16px/24px Tahoma, Verdana, sans-serif;
    color: #757575;
    text-decoration: none;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
    color: #585858;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

@media print {
    .leaflet-control {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

.leaflet-control-fullscreen a {
    background:#fff url(../images/fullscreen.png) no-repeat 0 0;
    background-size:26px 52px;
    }
    .leaflet-touch .leaflet-control-fullscreen a {
      background-position: 2px 2px;
      }
    .leaflet-fullscreen-on .leaflet-control-fullscreen a {
      background-position:0 -26px;
      }
    .leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
      background-position: 2px -24px;
      }

  /* Do not combine these two rules; IE will break. */
  .leaflet-container:-webkit-full-screen {
    width:100%!important;
    height:100%!important;
    }
  .leaflet-container.leaflet-fullscreen-on {
    width:100%!important;
    height:100%!important;
    }

  .leaflet-pseudo-fullscreen {
    position:fixed!important;
    width:100%!important;
    height:100%!important;
    top:0!important;
    left:0!important;
    z-index:99999;
    }

  @media
    (-webkit-min-device-pixel-ratio:2),
    (min-resolution:192dpi) {
      .leaflet-control-fullscreen a {
        background-image:url(../images/fullscreen@2x.png);
      }
    }
.maps {
    width: 100%;
    height: 400px;
}


/* ------------- Ng Select --------------- */

.ng-select.ng-select-opened>.ng-select-container {
    background: #fff;
    border-color: #e3ebf6 #e3ebf6 #e3ebf6
}

.ng-select.ng-select-opened>.ng-select-container:hover {
    box-shadow: none
}

.ng-select.ng-select-opened>.ng-select-container .ng-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
}

.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover {
    border-color: transparent transparent #333
}

.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.ng-select.ng-select-opened.ng-select-top>.ng-select-container {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container {
    border-color: #8bb0fe;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1)
}

.ng-select.ng-select-disabled>.ng-select-container {
    background-color: #f9f9f9
}

.ng-select .ng-has-value .ng-placeholder {
    display: none
}

.ng-select .ng-select-container {
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e3ebf6;
    min-height: 36px;
    align-items: center
}

.ng-select .ng-select-container:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06)
}

.ng-select .ng-select-container .ng-value-container {
    align-items: center;
    padding-left: 10px
}

[dir=rtl] .ng-select .ng-select-container .ng-value-container {
    padding-right: 10px;
    padding-left: 0
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
    color: #999
}

.ng-select.ng-select-single .ng-select-container {
    height: 36px
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    top: 5px;
    left: 0;
    padding-left: 10px;
    padding-right: 50px
}

[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    padding-right: 10px;
    padding-left: 50px
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value {
    background-color: #f9f9f9;
    border: 1px solid #e6e5e5
}

.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label {
    padding: 0 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-top: 5px;
    padding-left: 7px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-right: 7px;
    padding-left: 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    font-size: 13px;
    margin-bottom: 5px;
    background-color: #e0f0ff;
    border-radius: 2px;
    margin-right: 5px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    margin-right: 0;
    margin-left: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
    background-color: #f9f9f9
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
    padding-left: 5px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
    padding-left: 0;
    padding-right: 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
    display: inline-block;
    padding: 1px 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
    display: inline-block;
    padding: 1px 5px
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
    background-color: #d1e8ff
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
    border-right: 1px solid #b8dbff
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
    border-left: 1px solid #b8dbff;
    border-right: none
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
    border-left: 1px solid #b8dbff
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
    border-left: 0;
    border-right: 1px solid #b8dbff
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding: 0 0 3px 3px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding: 0 3px 3px 0
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    top: 5px;
    padding-bottom: 5px;
    padding-left: 3px
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    padding-right: 3px;
    padding-left: 0
}

.ng-select .ng-clear-wrapper {
    color: #999
}

.ng-select .ng-clear-wrapper:hover .ng-clear {
    color: #d0021b
}

.ng-select .ng-spinner-zone {
    padding: 5px 5px 0 0
}

[dir=rtl] .ng-select .ng-spinner-zone {
    padding: 5px 0 0 5px
}

.ng-select .ng-arrow-wrapper {
    width: 25px;
    padding-right: 5px
}

[dir=rtl] .ng-select .ng-arrow-wrapper {
    padding-left: 5px;
    padding-right: 0
}

.ng-select .ng-arrow-wrapper:hover .ng-arrow {
    border-top-color: #666
}

.ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px
}

.ng-dropdown-panel {
    background-color: #fff;
    border: 1px solid #e3ebf6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    left: 0
}

.ng-dropdown-panel.ng-select-bottom {
    top: 100%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-color: #e6e5e5;
    margin-top: -1px
}

.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.ng-dropdown-panel.ng-select-top {
    bottom: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-color: #e6e5e5;
    margin-bottom: -1px
}

.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.ng-dropdown-panel .ng-dropdown-header {
    border-bottom: 1px solid #ccc;
    padding: 5px 7px
}

.ng-dropdown-panel .ng-dropdown-footer {
    border-top: 1px solid #ccc;
    padding: 5px 7px
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 8px 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, .54);
    cursor: pointer
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
    cursor: default
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
    background-color: #f5faff
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
    background-color: #ebf5ff;
    font-weight: 600
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    background-color: #fff;
    color: rgba(0, 0, 0, .87);
    padding: 8px 10px
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
    color: #333;
    background-color: #ebf5ff
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
    font-weight: 600
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    background-color: #f5faff;
    color: #333
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
    color: #ccc
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
    padding-left: 22px
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
    padding-right: 22px;
    padding-left: 0
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
    font-size: 80%;
    font-weight: 400;
    padding-right: 5px
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
    padding-left: 5px;
    padding-right: 0
}

[dir=rtl] .ng-dropdown-panel {
    direction: rtl;
    text-align: right
}


/* ------------- Toastr --------------- */

.toast-title {
    font-weight: 700
}

.toast-message {
    word-wrap: break-word;
    font-size: 13px;
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8
}

.toast-top-center,
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px;
    width: 300px;
    background-position: 15px center;
    border-radius: 6px;
    background-repeat: no-repeat;
    color: #fff;
    opacity: .8
}

#toast-container>:hover {
    opacity: 1;
    cursor: pointer
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin: auto
}

.toast {
    background-color: #2873be
}

.toast-success {
    background-color: #00B233
}

.toast-error {
    background-color: #FF150F
}

.toast-info {
    background-color: #2873be;
}

.toast-warning {
    background-color: #FF840F
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4
}

.toast {
    opacity: 1!important
}

.toast.ng-enter {
    opacity: 0!important;
    transition: opacity .3s linear
}

.toast.ng-enter.ng-enter-active {
    opacity: 1!important
}

.toast.ng-leave {
    opacity: 1;
    transition: opacity .3s linear
}

.toast.ng-leave.ng-leave-active {
    opacity: 0!important
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 8px;
        width: 11em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px;
        width: 18em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px;
        width: 25em
    }
}

.langs {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.langs a {
    display: inline-block;
    padding: 8px 0;
    background-color: #ea4d36;
    font-size: 17px;
    margin: 0 15px 15px;
    min-width: 120px;
    color: white !important;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.langs a:hover {
    color: #ea4d36 !important;
    background-color: #f5f5f5;
}

.full-width {
    width: 100%;
}

.btn-l {
    margin-left: 10px;
}

.btn-r {
    margin-right: 10px;
}

.grey {
    color: #aebdd2;
}

.green {
    color: #0e931b;
}

.spinner-load {
    width: 17px !important;
    height: 17px !important;
    display: inline-block;
    margin-left: 10px;
}

.page-content {
    background-color: #f1f5f9;
}

.card .auth-header-box {
    background-color: #111;
}

.card.stats {
    cursor: pointer;
}

.card.stats.active {
    border-color: #aebdd2;
}

.head-title {
    position: absolute;
    top: -60px;
    left: 300px;
    right: 300px;
    font-size: 24px;
    text-align: center;
}

.page-wrapper .page-content {
    min-height: calc(100vh - 12px - 2px);
    padding: 0 8px 12px 8px;
    /*margin-top: 0 !important;*/
}

.badge-danger {
    background-color: rgb(219, 30, 30);
}


/* sidebar menu*/

.metismenu li.show.dropdown a.dropdown-toggle .menu-arrow {
    transform: rotate(90deg);
}

.metismenu ul.nav-second-level.dropdown-menu {
    position: relative !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
    transform: none !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.metismenu ul.nav-second-level.dropdown-menu.show {
    height: auto !important;
    border-radius: 0;
}

.left-sidenav-menu {
    padding: 0;
    padding-top: 16px;
}

.left-sidenav-menu .menu-label {
    padding: 8px 16px;
}

.left-sidenav-menu li {
    margin: 0;
}

.left-sidenav-menu li>a {
    padding: 7px 16px;
}

.left-sidenav-menu li>a.active {
    background-color: #ea4d36;
}

.left-sidenav-menu li>a .menu-icon {
    font-size: 17px;
    margin-right: 8px;
}

.left-sidenav-menu li>a:hover,
.left-sidenav-menu li>a:hover .menu-icon,
.left-sidenav-menu li>a:hover span i {
    color: #ea4d36;
}

.left-sidenav-menu li>a.active,
.left-sidenav-menu li>a.active .menu-icon,
.left-sidenav-menu li>a.active span i {
    color: white !important;
}

.role_btn {
    font-size: 13px;
}


/*------- Activity logs -------*/

.activity-logs-container {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 15px 10px;
    width: 340px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1004;
    display: none;
}

.activity-logs-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1003;
    display: none;
}

.activity-logs-container.active,
.activity-logs-overlay.active {
    display: block;
}

.activity-logs-container .closed {
    border: none;
    font-size: 16px;
    background-color: transparent;
}

.activity-logs-container .icon-info-activity {
    min-width: 36px;
}


/*-------------- Alert popup --------------*/

.sweet_alert-content {
    text-align: center;
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: -10;
}

.sweet_alert-content.removed {
    position: fixed;
}

.sweet_alert-content.open {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1100;
    -webkit-transition: background-color .1s;
    transition: background-color .1s;
    z-index: 10001;
}

.sweet_alert-body {
    background-color: #fff;
    border-radius: 5px;
    display: none;
    position: relative;
    padding: 0;
    width: 600px;
    max-width: 100%;
    text-align: left;
    margin-top: 50px;
}

.sweet_alert-inner {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.sweet_alert-inner.full {
    max-width: 100%;
}

.sweet_alert-content.filter .sweet_alert-body {
    width: 90%;
}

.sweet_alert-content.filter .sweet_alert-inner {
    max-width: 98%;
}

.sweet_alert-content.open .sweet_alert-body {
    display: inline-block;
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
}

.sweet_alert-title {
    font-size: 18px;
    color: #101010;
    text-align: center;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 15px;
    display: block;
    border-bottom: 1px solid #e3ebf6;
}

.sweet_alert-buttons {
    padding: 15px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #e3ebf6;
}

.loading-page {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
}

.loading-page .spinner-load {
    width: 40px !important;
    height: 40px !important;
    margin-left: 0;
}

.accordion-button:after {
    display: none;
}

.accordion-button .toggle.collapsed {
    transform: rotate(0deg);
}

.accordion-button .toggle {
    flex-shrink: 0;
    width: 27px;
    height: 27px;
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23303e67'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
    transform: rotate(-180deg);
    background-color: transparent;
    border: none;
}


/* --- form --- */

.form-label.required:before {
    content: '*';
    color: red;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.dropdown-menu li.checkbox-row {
    display: block;
    padding: 5px 20px;
}

.dropdown-menu li.checkbox-row.inline {
    display: inline-block;
    width: 180px;
}

.dropdown-menu li.button-items {
    display: block;
    padding: 5px 20px;
}

.filter-max.dropdown-menu {
    max-width: 1300px;
}

.price-form {
    width: 19%;
    display: inline-block;
    margin-right: 1%;
}

.price-form .input-group-text {
    padding-left: 5px;
    padding-right: 5px;
}

.form-label {
    font-weight: 500;
}

.import_file {
    display: inline-block;
    position: relative;
}

.import_file input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}


/*------ Rate ------*/

.user_rate {
    position: relative;
    float: left;
    padding: 0;
    margin-top: 6px;
}

.user_rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.user_rate:not(:checked)>label {
    float: right;
    width: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 22px;
    color: #ccc;
}

.user_rate:not(:checked)>label:before {
    content: '★ ';
}

.user_rate>input:checked~label {
    color: #ffc700;
}

.user_rate:not(:checked)>label:hover,
.user_rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.user_rate>input:checked+label:hover,
.user_rate>input:checked+label:hover~label,
.user_rate>input:checked~label:hover,
.user_rate>input:checked~label:hover~label,
.user_rate>label:hover~input:checked~label {
    color: #c59b08;
}


/*---- dropify ----*/

.dropify-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    background-color: #FFF;
    background-image: none;
    text-align: center;
    border: 2px dashed #e3ebf6;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}

.dropify-wrapper.min {
    height: 120px;
}

.dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient( 135deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    background-image: linear-gradient( -45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}

.dropify-wrapper .dropify-message {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropify-wrapper .dropify-message span.file-icon {
    color: #1761fd;
    font-size: 35px;
}

.dropify-wrapper .dropify-message p {
    color: #8997bd;
    margin: 5px 0 0;
}

.dropify-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}

.dropify-wrapper .dropify-clear,
.dropify-wrapper .dropify-view {
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 7;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: 1px solid #FFF;
    text-transform: uppercase;
    font-size: 11px;
    padding: 2px 6px;
    font-weight: 600;
    color: #FFF;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}

.dropify-wrapper .dropify-view {
    right: auto;
    left: 10px;
}

.dropify-wrapper:hover .dropify-clear,
.dropify-wrapper:hover .dropify-view {
    display: block;
    opacity: 1;
}

.dropify-wrapper .dropify-preview {
    position: absolute;
    z-index: 1;
    background-color: #FFF;
    padding: 5px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
}

.dropify-wrapper .dropify-preview .dropify-render img {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
    max-width: 100%;
    max-height: 100%;
    background-color: #FFF;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}

.dropify-wrapper .dropify-preview .dropify-infos {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.dropify-wrapper:hover .dropify-preview .dropify-infos {
    opacity: 1;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    padding: 0 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    font-weight: 700;
}

@-webkit-keyframes stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 60px 30px
    }
}

@keyframes stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 60px 30px
    }
}

.table-responsive-c {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: auto;
    height: calc(100vh - 140px);
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
}

.table-invoices {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.table-invoices th {
    position: sticky;
    vertical-align: top;
    background-color: white;
    border: none;
    border-top: 1px solid #eaf0f9;
    border-bottom: 1px solid #eaf0f9;
    border-right: 1px solid #eaf0f9;
    top: 0;
    z-index: 5;
}

.table td {
    vertical-align: top;
    min-width: 79px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #eaf0f9;
    border-right: 1px solid #eaf0f9;
}

.table td .bor-bottom {
    border-bottom: 1px solid #eaf0f9;
}

.table td .h-50 {
    height: 46px !important;
}

.table td.w-40 {
    min-width: 40px;
}

.table td.w-10 {
    min-width: 10px;
}

.table th:first-child,
.table td:first-child {
    border-left: 1px solid #eaf0f9;
}

.table-invoices th.sticky-col,
.table-invoices td.sticky-col {
    position: sticky;
    left: 0;
    top: auto;
    z-index: 4;
}

.table-invoices th.sticky-col {
    z-index: 6;
    top: 0;
}

.table-invoices td.sticky-col {
    min-width: auto;
}

.table-invoices th.sticky-col.t_col-7,
.table-invoices td.sticky-col.t_col-7 {
    border-right-width: 2px;
    border-right-color: #c6cacf;
}

.table-invoices tbody tr:hover td {
    background-color: #e6e5e5;
}

.table>:not(caption)>*>* {
    padding: 1px;
}

.table td.no-padding {
    padding: 0;
}

.table td.no-padding>div {
    padding: 4px;
}

.table td div {
    color: black;
}

.table td div.long-text {
    max-width: 130px;
}

.table td.status_active {
    background-color: #fffabb;
}

.table td.status_fineshed {
    background-color: #aff7cf;
}

.table td.status_canceled {
    background-color: #ffb5b5;
}

.table .bg_blue {
    background-color: #b5d5ff;
}

.table .bg_red {
    background-color: #ffb5b5;
}

.table .mh-52 {
    min-height: 52px;
}

.table .mh-75 {
    min-height: 75px;
}

.table-invoices td .btn-sm {
    padding: 0 4px;
    font-size: 12px;
    margin: 2px;
}

.t-height {
    height: 43px;
    overflow: hidden;
}

.t-height:hover {
    overflow: auto;
}

.t_comment {
    width: 260px;
}

.buttons_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    background-color: #333;
    width: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bg-danger {
    background-color: #f9cad4 !important;
}

.form-select[multiple] {
    min-height: 200px;
}

.form-select.mini[multiple] {
    min-height: 90px;
}

.text-transform-none {
    text-transform: none;
}

.tooltip .tooltip-inner {
    color: white !important;
}

.btn-warning {
    background-color: #ea4d36;
    border-color: #ea4d36;
    color: white;
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: white;
    background-color: #f36a54;
    border-color: #f36a54;
}

.btn-warning:hover {
    color: white;
    background-color: #d8381f;
    border-color: #d8381f;
}

code-input {
    max-width: 350px;
    display: inline-flex !important;
}

.resend_code {
    background-color: transparent;
    border: none;
    color: #2873be;
    display: inline-block;
    margin-top: 8px;
}

.resend_code.disable {
    color: grey;
}


/*-------------- Chats -------------*/

.chat-box-left .chat-list {
    overflow: auto;
    height: calc(100% - 100px) !important;
}

.chat-box-left .chat-search {
    margin-top: 8px;
    margin-bottom: 8px;
}

.chat-box-left .chat-list .media {
    border: 1px solid #f1f5fa;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 8px;
}

.chat-box-left .chat-list .media.active {
    border-color: #8694c5;
}

.chat-box-left .chat-list .media.order {
    background-color: beige;
}

.chat-box-left .chat-list .media.close {
    background-color: #aff7cf;
}

.chat-box-left .chat-list .media.cancel {
    background-color: #f9cad4;
}

.chat-box-left .chat-list .media .media-body {
    margin-left: 0;
    width: 100%;
    display: block;
}

.chat-box-left .chat-list .media .media-body .info {
    display: flex;
    align-items: center !important;
    flex-direction: inherit !important;
    margin-top: 0;
}

.chat-box-left .chat-list .media .media-body h6 {
    display: block;
    margin-top: 0;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 7px;
}

.chat-box-left .chat-list .media .media-body .title {
    display: inline-block;
    color: #003be7;
    font-size: 12px;
    margin-right: 15px;
}

.chat-box-left .chat-list .media .media-body .date {
    display: block;
    color: #6277b1;
    margin-right: 15px;
}

.chat-box-left .chat-list .media .media-body .count,
.chat-box-left .chat-list .media .media-body .lock {
    display: flex;
    align-items: center;
    color: #f53a61;
    font-size: 13px;
    margin-right: 15px;
}

.chat-box-left .chat-list .media .media-body .count i {
    margin-right: 5px;
}

.chat-box-left .chat-list .media .media-body .msg_count {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #03d87f;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 18px;
    height: 18px;
    margin-top: 8px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 10;
}

.chat-box-right .chat-header .media .media-body {
    margin-left: 0;
}

.chat-box-right .chat-header .media .media-body h6 span {
    color: #8997bd;
    font-size: 12px;
    margin-left: 10px;
}

.chat-box-right .chat-header .media .media-body h6 .back_btn {
    display: none;
}

.chat-box-right .chat-header .media .media-body p {
    font-size: 13px;
    max-width: 90%;
    margin-top: 4px;
}

.chat-box-right .chat-header .chat-features {
    position: absolute;
    top: 15px;
    right: 20px;
}

.chat-box-right .chat-header .chat-features a.dropdown-toggle {
    margin-left: 25px;
}

.chat-box-right .chat-header .chat-features .dropdown-menu {
    transform: inherit !important;
}

.chat-box-right .chat-header .chat-features .dropdown-menu a {
    color: #222;
    font-size: 12px;
    margin-left: 0;
}

.chat-box-right .chat-header .chat-features .favorite_btn {
    font-size: 22px;
    color: #1761fd;
}

.chat-box-right .chat-body {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 16px;
    position: relative;
    height: calc(100% - 165px);
}

.chat-box-right .chat-body .chat-detail {
    padding-right: 24px;
    max-height: inherit;
}

.chat-box-right .chat-body .chat-detail .date {
    padding: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.chat-box-right .chat-body .chat-detail .date:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 1px;
    background-color: #e2ebf6;
}

.chat-box-right .chat-body .chat-detail .date span {
    background-color: #fff;
    padding: 2px 10px;
    display: inline-block;
    position: relative;
    z-index: 3;
    font-weight: bold;
    color: #8997bd;
}

.chat-box-right .chat-body .chat-detail .chat-block {
    display: block;
    margin-bottom: 5px;
}

.chat-box-right .chat-body .chat-detail .chat-block.reverse {
    text-align: right;
}

.chat-box-right .chat-body .chat-detail .chat-msg {
    padding: 8px 15px;
    background-color: rgba(23, 97, 253, 0.01);
    border: 1px solid #e3ebf6;
    color: #303e67;
    border-radius: 12px 12px 12px 0;
    max-width: 80%;
    display: inline-block;
}

.chat-box-right .chat-body .chat-detail .chat-block.reverse .chat-msg {
    background-color: rgba(23, 97, 253, 0.05);
    border-radius: 12px 12px 0 12px;
}

.chat-box-right .chat-body .chat-detail .chat-msg strong {
    display: block;
    margin-bottom: 3px;
}

.chat-box-right .chat-body .chat-detail .chat-msg .msg {
    display: inline-block;
}

.chat-box-right .chat-body .chat-detail .chat-msg .time {
    display: inline-block;
    margin-left: 11px;
    color: #8997bd;
}

.chat-box-right .chat-body .chat-detail .chat-msg .photo {
    display: block;
    margin-bottom: 12px;
}

.chat-box-right .chat-body .chat-detail .chat-msg .photo img {
    max-width: 200px !important;
    max-height: 200px !important;
    width: auto !important;
    height: auto !important;
    display: block;
}

.chat-box-right .chat-body .chat-detail .replay_msg {
    display: block;
    padding-left: 10px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.chat-box-right .chat-body .chat-detail .replay_msg:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 5px;
    width: 2px;
    background-color: #4579e8;
}

.chat-box-right .chat-body .chat-detail .replay_msg .user {
    font-weight: bolder;
    font-size: 12px;
    text-align: left;
}

.chat-box-right .chat-body .chat-detail .replay_msg .msg {
    font-size: 12px;
    color: #7081b9;
    text-align: left;
    display: block;
}

.chat-box-right .scrollToBottomBtn {
    position: absolute;
    bottom: 75px;
    right: 10px;
    z-index: 10;
    border: none;
    background-color: #8997bd;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.chat-box-right .scrollToBottomBtn .count {
    position: absolute;
    top: -11px;
    right: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f03441;
    color: white;
    font-size: 10px;
}

.chat-box-right .chat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-box-right .chat-footer .replay_msg {
    position: absolute;
    width: 80%;
    top: -45px;
    left: 22px;
    padding-left: 10px;
    border-left: 3px solid #4579e8;
}

.chat-box-right .chat-footer .replay_msg .user {
    font-weight: bolder;
    font-size: 12px;
}

.chat-box-right .chat-footer .replay_msg .msg {
    font-size: 13px;
}

.chat-box-right .chat-footer .right_col {
    width: 100px;
    display: flex;
}

.chat-box-right .chat-footer .file_upload {
    height: 30px;
    position: relative;
    width: 50px;
    text-align: center;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    color: #8694c5;
}

.chat-box-right .chat-footer .file_upload input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}

.chat-box-right .chat-footer .send_message:disabled {
    opacity: 0.5;
}

.chat-box-right .chat-footer .send_message {
    width: 50px;
    height: 30px;
    border: none;
    border-left: 1px solid #e2ebf6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4479e9;
    padding: 0;
    font-size: 20px;
    background-color: white;
}

.chat-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.chat-box-right {
    margin-left: 0 !important;
    width: 49.8%;
    min-height: calc(100vh - 70px);
    margin-bottom: 0 !important;
}

.chat-box-left {
    width: 49.8% !important;
    padding: 6px;
    min-height: calc(100vh - 70px);
    margin-bottom: 0 !important;
}

.file-box-content .file-box {
    padding: 12px;
}

ul.steppedprogress li.complete.continuous.danger span {
    color: #f01347;
}
ul.steppedprogress li.complete.continuous.danger:before {
    background: #f01347;
    box-shadow: 0px 0px 0px 1.25px #f01347;
}

@media (max-width: 770px) {
    .container-fluid.no_padding {
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
    }
    .price-form {
        width: 49%;
        margin-right: 1%;
        margin-bottom: 10px;
    }
    .head-title {
        position: static;
        margin: 0;
    }
    .topbar .logo {
        width: 100px !important;
        height: auto !important;
        margin-top: 10px;
    }
    .chat-box-left,
    .chat-box-right {
        width: 99.8% !important;
    }
    .chat-box-right,
    .chat-box-left .nav-pills .nav-link i {
        display: none;
    }
    .chat-box-right.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    .chat-box-right .chat-header {
        padding: 16px 10px 9px;
    }
    .chat-box-right .chat-header .media .media-body p {
        margin-top: 7px;
    }
    .chat-box-left .nav-pills .nav-link,
    .chat-box-left .chat-search .btn {
        padding: 7px 5px;
        font-size: 13px;
    }
    .chat-box-left .chat-list .media .media-body .info {
        font-size: 12px;
    }
    .chat-box-left .chat-list .media .media-body .date {
        margin-right: 7px;
    }
    .chat-box-right .chat-header .media .media-body h6 .back_btn {
        display: inline-block;
        margin-right: 8px;
    }
}

.accordion-item {
    margin: 0 10px;
}
.accordion_btn {
    position: relative;
    background-color: rgba(23,97,253,0.08);
    color: #1557e4;
    padding: 8px 15px;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
}

.accordion_btn.collapsed{
    background-color: white;
    color: black;
}
.accordion_btn > span {
    display: block;
    width: 100%;
}

.accordion_btn::after {
    content:'';
    position: absolute;
    top:50%;
    margin-top: -13px;
    right:10px;
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23303e67'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    width:26px; height:26px;
}
.accordion_btn.collapsed::after {
    transform: rotate(0deg);
}

@media print {
  tr {
    background-color: #f1f5fa !important;
    color: #000 !important;
  }
}
