@charset "UTF-8";
.primary-color {
  color: #0045FF;
}

.secondary-color {
  color: #151518;
}

.third-color {
  color: #18182B;
}

.white-color {
  color: #ffffff;
}

.transition {
  transition: all 0.25s ease;
}

* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  background-color: #F7F8FA;
}
body::after {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  bottom: -100%;
  content: url(../images/home-dark-icon.svg) url(../images/location-dark-icon.svg) url(../images/overveiw-blue-icon.svg) url(../images/clock-blue-icon.svg) url(../images/build-blue-icon.svg) url(../images/floor-blue-icon.svg) url(../images/cal-blue-icon.svg) url(../images/analytics-blue-icon.svg) url(../images/reports-blue-icon.svg) url(../images/info-blue-icon.svg);
}

.container {
  max-width: 1600px;
  padding: 0 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h3 {
  font-weight: 700;
  font-size: 26px;
  color: #151518;
  margin-bottom: 18px;
}
@media (max-width: 1440px) {
  h3 {
    font-size: 22px;
  }
}

h5 {
  font-weight: 700;
  font-size: 18px;
  color: #18182B;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  h5 {
    font-size: 14px;
  }
}

p {
  padding: 0;
  margin: 0;
}

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

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

.p12 {
  font-size: 12px !important;
}

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

.p14 {
  font-size: 14px !important;
}

.p15 {
  font-size: 15px !important;
}

.p16 {
  font-size: 16px !important;
}

.p17 {
  font-size: 17px !important;
}

.p18 {
  font-size: 18px !important;
}

.p19 {
  font-size: 19px !important;
}

.p20 {
  font-size: 20px !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.clearboth {
  clear: both !important;
}

ul,
ol,
figure {
  margin: 0;
  padding: 0;
}

/*margin top spacing css start*/
.marginT2 {
  margin-top: 2px !important;
}

.marginT4 {
  margin-top: 4px !important;
}

.marginT5 {
  margin-top: 5px !important;
}

.marginT6 {
  margin-top: 6px !important;
}

.marginT8 {
  margin-top: 8px !important;
}

.marginT10 {
  margin-top: 10px !important;
}

.marginT12 {
  margin-top: 12px !important;
}

.marginT14 {
  margin-top: 14px !important;
}

.marginT16 {
  margin-top: 16px !important;
}

.marginT18 {
  margin-top: 18px !important;
}

.marginT20 {
  margin-top: 20px !important;
}

.marginT22 {
  margin-top: 22px !important;
}

.marginT24 {
  margin-top: 24px !important;
}

.marginT26 {
  margin-top: 26px !important;
}

.marginT28 {
  margin-top: 28px !important;
}

.marginT30 {
  margin-top: 30px !important;
}

.marginT32 {
  margin-top: 32px !important;
}

.marginT34 {
  margin-top: 34px !important;
}

.marginT36 {
  margin-top: 36px !important;
}

.marginT38 {
  margin-top: 38px !important;
}

.marginT40 {
  margin-top: 40px !important;
}

.marginT42 {
  margin-top: 42px !important;
}

.marginT44 {
  margin-top: 44px !important;
}

.marginT46 {
  margin-top: 46px !important;
}

.marginT48 {
  margin-top: 48px !important;
}

.marginT50 {
  margin-top: 50px !important;
}

.marginT52 {
  margin-top: 52px !important;
}

.marginT54 {
  margin-top: 54px !important;
}

.marginT56 {
  margin-top: 56px !important;
}

.marginT58 {
  margin-top: 58px !important;
}

.marginT60 {
  margin-top: 60px !important;
}

.marginT62 {
  margin-top: 62px !important;
}

.marginT64 {
  margin-top: 64px !important;
}

/*margin top spacing css end*/
/*margin bottom spacing css start*/
.marginB2 {
  margin-bottom: 2px !important;
}

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

.marginB5 {
  margin-bottom: 5px !important;
}

.marginB6 {
  margin-bottom: 6px !important;
}

.marginB8 {
  margin-bottom: 8px !important;
}

.marginB10 {
  margin-bottom: 10px !important;
}

.marginB12 {
  margin-bottom: 12px !important;
}

.marginB14 {
  margin-bottom: 14px !important;
}

.marginB16 {
  margin-bottom: 16px !important;
}

.marginB18 {
  margin-bottom: 18px !important;
}

.marginB20 {
  margin-bottom: 20px !important;
}

.marginB22 {
  margin-bottom: 22px !important;
}

.marginB24 {
  margin-bottom: 24px !important;
}

.marginB26 {
  margin-bottom: 26px !important;
}

.marginB28 {
  margin-bottom: 28px !important;
}

.marginB30 {
  margin-bottom: 30px !important;
}

.marginB32 {
  margin-bottom: 32px !important;
}

.marginB34 {
  margin-bottom: 34px !important;
}

.marginB36 {
  margin-bottom: 36px !important;
}

.marginB38 {
  margin-bottom: 38px !important;
}

.marginB40 {
  margin-bottom: 40px !important;
}

.marginB42 {
  margin-bottom: 42px !important;
}

.marginB44 {
  margin-bottom: 44px !important;
}

.marginB46 {
  margin-bottom: 46px !important;
}

.marginB48 {
  margin-bottom: 48px !important;
}

.marginB50 {
  margin-bottom: 50px !important;
}

.marginB52 {
  margin-bottom: 52px !important;
}

.marginB54 {
  margin-bottom: 54px !important;
}

.marginB56 {
  margin-bottom: 56px !important;
}

.marginB58 {
  margin-bottom: 58px !important;
}

.marginB60 {
  margin-bottom: 60px !important;
}

.marginB62 {
  margin-bottom: 62px !important;
}

.marginB64 {
  margin-bottom: 64px !important;
}

/*margin bottom spacing css end*/
/*margin left spacing css start*/
.marginL2 {
  margin-left: 2px !important;
}

.marginL4 {
  margin-left: 4px !important;
}

.marginL5 {
  margin-left: 5px !important;
}

.marginL6 {
  margin-left: 6px !important;
}

.marginL8 {
  margin-left: 8px !important;
}

.marginL10 {
  margin-left: 10px !important;
}

.marginL12 {
  margin-left: 12px !important;
}

.marginL14 {
  margin-left: 14px !important;
}

.marginL16 {
  margin-left: 16px !important;
}

.marginL18 {
  margin-left: 18px !important;
}

.marginL20 {
  margin-left: 20px !important;
}

.marginL22 {
  margin-left: 22px !important;
}

.marginL24 {
  margin-left: 24px !important;
}

.marginL26 {
  margin-left: 26px !important;
}

.marginL28 {
  margin-left: 28px !important;
}

.marginL30 {
  margin-left: 30px !important;
}

.marginL32 {
  margin-left: 32px !important;
}

.marginL34 {
  margin-left: 34px !important;
}

.marginL36 {
  margin-left: 36px !important;
}

.marginL38 {
  margin-left: 38px !important;
}

.marginL40 {
  margin-left: 40px !important;
}

.marginL42 {
  margin-left: 42px !important;
}

.marginL44 {
  margin-left: 44px !important;
}

.marginL46 {
  margin-left: 46px !important;
}

.marginL48 {
  margin-left: 48px !important;
}

.marginL50 {
  margin-left: 50px !important;
}

.marginL52 {
  margin-left: 52px !important;
}

.marginL54 {
  margin-left: 54px !important;
}

.marginL56 {
  margin-left: 56px !important;
}

.marginL58 {
  margin-left: 58px !important;
}

.marginL60 {
  margin-left: 60px !important;
}

.marginL62 {
  margin-left: 62px !important;
}

.marginL64 {
  margin-left: 64px !important;
}

/*margin left spacing css end*/
/*margin right spacing css start*/
.marginR2 {
  margin-right: 2px !important;
}

.marginR4 {
  margin-right: 4px !important;
}

.marginR5 {
  margin-right: 5px !important;
}

.marginR6 {
  margin-right: 6px !important;
}

.marginR8 {
  margin-right: 8px !important;
}

.marginR10 {
  margin-right: 10px !important;
}

.marginR12 {
  margin-right: 12px !important;
}

.marginR14 {
  margin-right: 14px !important;
}

.marginR16 {
  margin-right: 16px !important;
}

.marginR18 {
  margin-right: 18px !important;
}

.marginR20 {
  margin-right: 20px !important;
}

.marginR22 {
  margin-right: 22px !important;
}

.marginR24 {
  margin-right: 24px !important;
}

.marginR26 {
  margin-right: 26px !important;
}

.marginR28 {
  margin-right: 28px !important;
}

.marginR30 {
  margin-right: 30px !important;
}

.marginR32 {
  margin-right: 32px !important;
}

.marginR34 {
  margin-right: 34px !important;
}

.marginR36 {
  margin-right: 36px !important;
}

.marginR38 {
  margin-right: 38px !important;
}

.marginR40 {
  margin-right: 40px !important;
}

.marginR42 {
  margin-right: 42px !important;
}

.marginR44 {
  margin-right: 44px !important;
}

.marginR46 {
  margin-right: 46px !important;
}

.marginR48 {
  margin-right: 48px !important;
}

.marginR50 {
  margin-right: 50px !important;
}

.marginR52 {
  margin-right: 52px !important;
}

.marginR54 {
  margin-right: 54px !important;
}

.marginR56 {
  margin-right: 56px !important;
}

.marginR58 {
  margin-right: 58px !important;
}

.marginR60 {
  margin-right: 60px !important;
}

.marginR62 {
  margin-right: 62px !important;
}

.marginR64 {
  margin-right: 64px !important;
}

/*margin right spacing css end*/
/*padding top spacing css start*/
.paddingT2 {
  padding-top: 2px !important;
}

.paddingT4 {
  padding-top: 4px !important;
}

.paddingT5 {
  padding-top: 5px !important;
}

.paddingT6 {
  padding-top: 6px !important;
}

.paddingT8 {
  padding-top: 8px !important;
}

.paddingT10 {
  padding-top: 10px !important;
}

.paddingT12 {
  padding-top: 12px !important;
}

.paddingT14 {
  padding-top: 14px !important;
}

.paddingT16 {
  padding-top: 16px !important;
}

.paddingT18 {
  padding-top: 18px !important;
}

.paddingT20 {
  padding-top: 20px !important;
}

.paddingT22 {
  padding-top: 22px !important;
}

.paddingT24 {
  padding-top: 24px !important;
}

.paddingT26 {
  padding-top: 26px !important;
}

.paddingT28 {
  padding-top: 28px !important;
}

.paddingT30 {
  padding-top: 30px !important;
}

.paddingT32 {
  padding-top: 32px !important;
}

.paddingT34 {
  padding-top: 34px !important;
}

.paddingT36 {
  padding-top: 36px !important;
}

.paddingT38 {
  padding-top: 38px !important;
}

.paddingT40 {
  padding-top: 40px !important;
}

.paddingT42 {
  padding-top: 42px !important;
}

.paddingT44 {
  padding-top: 44px !important;
}

.paddingT46 {
  padding-top: 46px !important;
}

.paddingT48 {
  padding-top: 48px !important;
}

.paddingT50 {
  padding-top: 50px !important;
}

.paddingT52 {
  padding-top: 52px !important;
}

.paddingT54 {
  padding-top: 54px !important;
}

.paddingT56 {
  padding-top: 56px !important;
}

.paddingT58 {
  padding-top: 58px !important;
}

.paddingT60 {
  padding-top: 60px !important;
}

.paddingT62 {
  padding-top: 62px !important;
}

.paddingT64 {
  padding-top: 64px !important;
}

/*padding top spacing css end*/
/*padding bottom spacing css start*/
.paddingB2 {
  padding-bottom: 2px !important;
}

.paddingB4 {
  padding-bottom: 4px !important;
}

.paddingB5 {
  padding-bottom: 5px !important;
}

.paddingB6 {
  padding-bottom: 6px !important;
}

.paddingB8 {
  padding-bottom: 8px !important;
}

.paddingB10 {
  padding-bottom: 10px !important;
}

.paddingB12 {
  padding-bottom: 12px !important;
}

.paddingB14 {
  padding-bottom: 14px !important;
}

.paddingB16 {
  padding-bottom: 16px !important;
}

.paddingB18 {
  padding-bottom: 18px !important;
}

.paddingB20 {
  padding-bottom: 20px !important;
}

.paddingB22 {
  padding-bottom: 22px !important;
}

.paddingB24 {
  padding-bottom: 24px !important;
}

.paddingB26 {
  padding-bottom: 26px !important;
}

.paddingB28 {
  padding-bottom: 28px !important;
}

.paddingB30 {
  padding-bottom: 30px !important;
}

.paddingB32 {
  padding-bottom: 32px !important;
}

.paddingB34 {
  padding-bottom: 34px !important;
}

.paddingB36 {
  padding-bottom: 36px !important;
}

.paddingB38 {
  padding-bottom: 38px !important;
}

.paddingB40 {
  padding-bottom: 40px !important;
}

.paddingB42 {
  padding-bottom: 42px !important;
}

.paddingB44 {
  padding-bottom: 44px !important;
}

.paddingB46 {
  padding-bottom: 46px !important;
}

.paddingB48 {
  padding-bottom: 48px !important;
}

.paddingB50 {
  padding-bottom: 50px !important;
}

.paddingB52 {
  padding-bottom: 52px !important;
}

.paddingB54 {
  padding-bottom: 54px !important;
}

.paddingB56 {
  padding-bottom: 56px !important;
}

.paddingB58 {
  padding-bottom: 58px !important;
}

.paddingB60 {
  padding-bottom: 60px !important;
}

.paddingB62 {
  padding-bottom: 62px !important;
}

.paddingB64 {
  padding-bottom: 64px !important;
}

/*padding bottom spacing css end*/
/*padding left spacing css start*/
.paddingL2 {
  padding-left: 2px !important;
}

.paddingL4 {
  padding-left: 4px !important;
}

.paddingL5 {
  padding-left: 5px !important;
}

.paddingL6 {
  padding-left: 6px !important;
}

.paddingL8 {
  padding-left: 8px !important;
}

.paddingL10 {
  padding-left: 10px !important;
}

.paddingL12 {
  padding-left: 12px !important;
}

.paddingL14 {
  padding-left: 14px !important;
}

.paddingL16 {
  padding-left: 16px !important;
}

.paddingL18 {
  padding-left: 18px !important;
}

.paddingL20 {
  padding-left: 20px !important;
}

.paddingL22 {
  padding-left: 22px !important;
}

.paddingL24 {
  padding-left: 24px !important;
}

.paddingL26 {
  padding-left: 26px !important;
}

.paddingL28 {
  padding-left: 28px !important;
}

.paddingL30 {
  padding-left: 30px !important;
}

.paddingL32 {
  padding-left: 32px !important;
}

.paddingL34 {
  padding-left: 34px !important;
}

.paddingL36 {
  padding-left: 36px !important;
}

.paddingL38 {
  padding-left: 38px !important;
}

.paddingL40 {
  padding-left: 40px !important;
}

.paddingL42 {
  padding-left: 42px !important;
}

.paddingL44 {
  padding-left: 44px !important;
}

.paddingL46 {
  padding-left: 46px !important;
}

.paddingL48 {
  padding-left: 48px !important;
}

.paddingL50 {
  padding-left: 50px !important;
}

.paddingL52 {
  padding-left: 52px !important;
}

.paddingL54 {
  padding-left: 54px !important;
}

.paddingL56 {
  padding-left: 56px !important;
}

.paddingL58 {
  padding-left: 58px !important;
}

.paddingL60 {
  padding-left: 60px !important;
}

.paddingL62 {
  padding-left: 62px !important;
}

.paddingL64 {
  padding-left: 64px !important;
}

/*padding left spacing css end*/
/*padding right spacing css start*/
.paddingR2 {
  padding-right: 2px !important;
}

.paddingR4 {
  padding-right: 4px !important;
}

.paddingR5 {
  padding-right: 5px !important;
}

.paddingR6 {
  padding-right: 6px !important;
}

.paddingR8 {
  padding-right: 8px !important;
}

.paddingR10 {
  padding-right: 10px !important;
}

.paddingR12 {
  padding-right: 12px !important;
}

.paddingR14 {
  padding-right: 14px !important;
}

.paddingR16 {
  padding-right: 16px !important;
}

.paddingR18 {
  padding-right: 18px !important;
}

.paddingR20 {
  padding-right: 20px !important;
}

.paddingR22 {
  padding-right: 22px !important;
}

.paddingR24 {
  padding-right: 24px !important;
}

.paddingR26 {
  padding-right: 26px !important;
}

.paddingR28 {
  padding-right: 28px !important;
}

.paddingR30 {
  padding-right: 30px !important;
}

.paddingR32 {
  padding-right: 32px !important;
}

.paddingR34 {
  padding-right: 34px !important;
}

.paddingR36 {
  padding-right: 36px !important;
}

.paddingR38 {
  padding-right: 38px !important;
}

.paddingR40 {
  padding-right: 40px !important;
}

.paddingR42 {
  padding-right: 42px !important;
}

.paddingR44 {
  padding-right: 44px !important;
}

.paddingR46 {
  padding-right: 46px !important;
}

.paddingR48 {
  padding-right: 48px !important;
}

.paddingR50 {
  padding-right: 50px !important;
}

.paddingR52 {
  padding-right: 52px !important;
}

.paddingR54 {
  padding-right: 54px !important;
}

.paddingR56 {
  padding-right: 56px !important;
}

.paddingR58 {
  padding-right: 58px !important;
}

.paddingR60 {
  padding-right: 60px !important;
}

.paddingR62 {
  padding-right: 62px !important;
}

.paddingR64 {
  padding-right: 64px !important;
}

/*padding right spacing css end*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button,
a,
input[type=button],
input[type=submit],
input[type=reset] {
  border: none;
  outline: none;
}
button:focus,
a:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  outline: none;
  box-shadow: none;
}

/*check box css start*/
.check-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #E3E3E9;
  transition: all 0.25s ease;
}
.check-box input:checked ~ .checkmark {
  background-color: #0045FF;
  border-color: #0045FF;
}
.check-box .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 4px;
  top: 0px;
  width: 0;
  height: 0;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all 0.25s ease;
}
.check-box input:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  width: 6px;
  height: 10px;
}

/*check box css end*/
/*radio button css start*/
.radio-btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.radio-btn input:checked ~ .checkmark {
  background-color: #0045FF;
}
.radio-btn .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: white;
  transition: all 0.25s ease;
}
.radio-btn input:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  width: 8px;
  height: 8px;
}

/*radio button css end*/
/*example{ @include bg}*/
/*example{ @include transition(all 0.25s ease)}*/
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-icon {
  background-position: center;
  background-repeat: no-repeat;
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lines-overflow {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*.bg{ @extend .bg; }*/
.btn {
  border-radius: 6px;
  height: 40px;
  letter-spacing: -0.01em;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.25s ease;
}
.btn:active, .btn:focus {
  box-shadow: none !important;
}
.btn.btn-primary {
  background-color: #0045FF;
  border: none;
  color: #ffffff;
  padding: 0 26px;
  line-height: 40px;
}
.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
  background-color: #0D49EC !important;
}
.btn.btn-secondary {
  background-color: #ffffff;
  border: 1px solid #9494AB;
  color: #9494AB;
  padding: 0 32px;
  line-height: 38px;
}
.btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:hover {
  background-color: #FCFDFE !important;
  color: #18182B !important;
}
.btn.btn-outline-primary {
  border-color: #0045FF;
  color: #0045FF;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
  color: #ffffff;
  background: #0045FF !important;
}

button, input[type=button] {
  background-color: transparent;
}

button:hover, input[type=button]:hover, a:hover, .btn-link:hover {
  color: #0045FF;
}

.form-group label {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.48px;
  color: #8181A6;
}
.form-group .form-control {
  background: #FCFDFE;
  border: 1px solid #E9EEF3;
  box-shadow: inset 0px 1px 2px #EBF0F8;
  border-radius: 6px;
  height: 38px;
  padding: 0 12px;
  color: #151518;
  font-size: 16px;
  letter-spacing: -0.48px;
  font-weight: 400;
}
.form-group .form-control:focus {
  border-color: #0045FF;
}
.form-group .form-control::-moz-placeholder {
  color: #9494AB;
}
.form-group .form-control::placeholder {
  color: #9494AB;
}
.form-group .form-control.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/select-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
}
.form-group .form-control.select::-ms-expand {
  display: none;
}

.chat-select-bx {
  float: right;
}
.chat-select-bx .custom-select {
  background-color: #FFFFFF;
  background-image: url(../images/angle-arrow-double.svg);
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  border: 1px solid #E1E1ED;
  box-shadow: 0px 2px 6px rgba(21, 21, 74, 0.08) !important;
  border-radius: 2px;
  width: 104px;
  font-weight: 700;
  font-size: 13px;
  color: #0045FF;
  text-align: left;
  padding: 0 8px;
}
@media (max-width: 1440px) {
  .chat-select-bx .custom-select {
    width: auto;
    padding: 0 16px 0 6px;
    font-size: 12px;
    background-position: calc(100% - 8px) center;
  }
}
.chat-select-bx .custom-select:focus {
  box-shadow: 0px 2px 6px rgba(21, 21, 74, 0.08) !important;
  outline: none !important;
}

.building-blk {
  padding: 16px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 1440px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}
@media (max-width: 1440px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.three-dots .dropdown-toggle {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.25s ease;
}
.three-dots .dropdown-toggle::after {
  display: none;
}
.three-dots .dropdown-toggle .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #6E7C92;
  display: block;
  margin-bottom: 2px;
}
.three-dots .dropdown-toggle .dot:last-child {
  margin-bottom: 0;
}
.three-dots.show .dropdown-toggle {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
  background: #ffffff;
}
.three-dots.show .dropdown-toggle:focus, .three-dots.show .dropdown-toggle:active {
  outline: none !important;
  border: 1px solid rgba(209, 216, 227, 0.48) !important;
}

.dropdown .dropdown-menu {
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 8px 24px rgba(33, 46, 97, 0.08);
  border-radius: 6px;
  padding: 12px 0;
  min-width: 182px;
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  letter-spacing: -0.0048em;
  color: #797994;
  cursor: pointer;
}
.dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #FCFDFE !important;
}

.action-btns .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  top: 40px !important;
}
.action-btns .dropdown-menu ul .dropdown-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  letter-spacing: -0.0048em;
  color: #797994;
  cursor: pointer;
}
.action-btns .dropdown-menu ul .dropdown-item:last-child {
  margin-bottom: 0;
}
.action-btns .dropdown-menu ul .dropdown-item .icon-5 {
  margin-right: 8px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 6px;
}
.breadcrumb .breadcrumb-item {
  font-size: 14px;
  letter-spacing: -0.0048em;
  color: #9494AB;
}
.breadcrumb .breadcrumb-item a {
  color: #2C2C44;
  transition: all 0.25s ease;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #0045FF;
  text-decoration: none;
}

.pagination {
  justify-content: center;
  margin-top: 24px;
}
.pagination .page-item.active .page-link {
  background-color: transparent;
  font-weight: 700;
  color: #0045FF;
}
.pagination .page-item .page-link {
  border: none;
  transition: all 0.25s ease;
  color: #151518;
}
.pagination .page-item .page-link:hover {
  background-color: transparent;
  color: #0045FF;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
  color: #0045FF;
}

.btn-more {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.0048em;
  color: #0045FF;
  display: flex;
  align-items: center;
}
.btn-more:hover {
  text-decoration: none;
}
.btn-more:hover .angle-arrow-right {
  transform: translateX(2px);
}
.btn-more .angle-arrow-right {
  width: 12px;
  height: 10px;
  background: url(../images/angle-arrow-right-icon.svg) no-repeat center;
  display: block;
  background-size: contain;
  margin-left: 4px;
  margin-top: -2px;
  transition: all 0.25s ease;
}

.circle-progressbar {
  display: flex;
  align-items: center;
}

.custom-dropdown .dropdown .dropdown-toggle {
  background: #ffffff;
  border: 1px solid #E1E1ED;
  box-shadow: 0px 2px 6px rgba(21, 21, 74, 0.08);
  border-radius: 2px;
  font-weight: 700;
  font-size: 13px;
  color: #2F5DF2;
  min-width: 104px;
  height: 32px;
  padding: 0 8px;
}
.custom-dropdown .dropdown .dropdown-toggle::after {
  content: "";
  border: none;
  background: url(../images/angle-arrow-double.svg) no-repeat;
  width: 6px;
  height: 12px;
  position: relative;
  top: 5px;
}
.custom-dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  top: 32px !important;
}
.custom-dropdown .dropdown-menu ul {
  list-style-type: none;
}
.custom-dropdown .dropdown-menu .btn-grp {
  padding: 0 24px;
  margin: 8px 0;
}

.btn-grp {
  display: flex;
  justify-content: space-between;
}
.btn-grp .btn {
  color: #ffffff;
  min-width: 80px;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}
.btn-grp .btn.btn-apply {
  background: #0045FF;
  margin-left: 6px;
}
.btn-grp .btn.btn-apply:active, .btn-grp .btn.btn-apply:focus, .btn-grp .btn.btn-apply:hover {
  background-color: #0D49EC !important;
}
.btn-grp .btn.btn-cancel {
  background: #ffffff;
  border: 1px solid #DDDFE4;
  color: #8181A6;
  margin-right: 6px;
}
.btn-grp .btn.btn-cancel:hover {
  background: #FCFDFE;
}

.progress {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: none;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #C7C7D7;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #0045FF;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-left: 0;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-right: 0;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 1rem;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 300;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* This for loop creates the necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 0.5s linear forwards;
}
.progress[data-percentage="1"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 0.5s linear forwards;
}
.progress[data-percentage="2"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 0.5s linear forwards;
}
.progress[data-percentage="3"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 0.5s linear forwards;
}
.progress[data-percentage="4"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 0.5s linear forwards;
}
.progress[data-percentage="5"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 0.5s linear forwards;
}
.progress[data-percentage="6"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 0.5s linear forwards;
}
.progress[data-percentage="7"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 0.5s linear forwards;
}
.progress[data-percentage="8"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 0.5s linear forwards;
}
.progress[data-percentage="9"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 0.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 0.5s linear forwards;
}
.progress[data-percentage="11"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 0.5s linear forwards;
}
.progress[data-percentage="12"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 0.5s linear forwards;
}
.progress[data-percentage="13"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 0.5s linear forwards;
}
.progress[data-percentage="14"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 0.5s linear forwards;
}
.progress[data-percentage="15"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 0.5s linear forwards;
}
.progress[data-percentage="16"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 0.5s linear forwards;
}
.progress[data-percentage="17"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 0.5s linear forwards;
}
.progress[data-percentage="18"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 0.5s linear forwards;
}
.progress[data-percentage="19"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 0.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 0.5s linear forwards;
}
.progress[data-percentage="21"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 0.5s linear forwards;
}
.progress[data-percentage="22"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 0.5s linear forwards;
}
.progress[data-percentage="23"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 0.5s linear forwards;
}
.progress[data-percentage="24"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 0.5s linear forwards;
}
.progress[data-percentage="25"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 0.5s linear forwards;
}
.progress[data-percentage="26"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 0.5s linear forwards;
}
.progress[data-percentage="27"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 0.5s linear forwards;
}
.progress[data-percentage="28"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 0.5s linear forwards;
}
.progress[data-percentage="29"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 0.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 0.5s linear forwards;
}
.progress[data-percentage="31"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 0.5s linear forwards;
}
.progress[data-percentage="32"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 0.5s linear forwards;
}
.progress[data-percentage="33"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 0.5s linear forwards;
}
.progress[data-percentage="34"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 0.5s linear forwards;
}
.progress[data-percentage="35"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 0.5s linear forwards;
}
.progress[data-percentage="36"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 0.5s linear forwards;
}
.progress[data-percentage="37"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 0.5s linear forwards;
}
.progress[data-percentage="38"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 0.5s linear forwards;
}
.progress[data-percentage="39"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 0.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 0.5s linear forwards;
}
.progress[data-percentage="41"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 0.5s linear forwards;
}
.progress[data-percentage="42"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 0.5s linear forwards;
}
.progress[data-percentage="43"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 0.5s linear forwards;
}
.progress[data-percentage="44"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 0.5s linear forwards;
}
.progress[data-percentage="45"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 0.5s linear forwards;
}
.progress[data-percentage="46"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 0.5s linear forwards;
}
.progress[data-percentage="47"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 0.5s linear forwards;
}
.progress[data-percentage="48"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 0.5s linear forwards;
}
.progress[data-percentage="49"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 0.5s linear forwards 0.5s;
}

.progress[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 0.5s linear forwards 0.5s;
}

.progress[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 0.5s linear forwards 0.5s;
}

.progress[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 0.5s linear forwards 0.5s;
}

.progress[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 0.5s linear forwards 0.5s;
}

.progress[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 0.5s linear forwards 0.5s;
}

.progress[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 0.5s linear forwards 0.5s;
}

.progress[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 0.5s linear forwards 0.5s;
}

.progress[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 0.5s linear forwards 0.5s;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 0.5s linear forwards 0.5s;
}

.progress[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 0.5s linear forwards 0.5s;
}

.progress[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 0.5s linear forwards 0.5s;
}

.progress[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 0.5s linear forwards 0.5s;
}

.progress[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 0.5s linear forwards 0.5s;
}

.progress[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 0.5s linear forwards 0.5s;
}

.progress[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 0.5s linear forwards 0.5s;
}

.progress[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 0.5s linear forwards 0.5s;
}

.progress[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 0.5s linear forwards 0.5s;
}

.progress[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 0.5s linear forwards 0.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 0.5s linear forwards 0.5s;
}

.progress[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 0.5s linear forwards 0.5s;
}

.progress[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 0.5s linear forwards 0.5s;
}

.progress[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 0.5s linear forwards 0.5s;
}

.progress[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 0.5s linear forwards 0.5s;
}

.progress[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 0.5s linear forwards 0.5s;
}

.progress[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 0.5s linear forwards 0.5s;
}

.progress[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 0.5s linear forwards 0.5s;
}

.progress[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 0.5s linear forwards 0.5s;
}

.progress[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 0.5s linear forwards 0.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 0.5s linear forwards 0.5s;
}

.progress[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 0.5s linear forwards 0.5s;
}

.progress[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 0.5s linear forwards 0.5s;
}

.progress[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 0.5s linear forwards 0.5s;
}

.progress[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 0.5s linear forwards 0.5s;
}

.progress[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 0.5s linear forwards 0.5s;
}

.progress[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 0.5s linear forwards 0.5s;
}

.progress[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 0.5s linear forwards 0.5s;
}

.progress[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 0.5s linear forwards 0.5s;
}

.progress[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 0.5s linear forwards 0.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 0.5s linear forwards 0.5s;
}

.progress[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 0.5s linear forwards 0.5s;
}

.progress[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 0.5s linear forwards 0.5s;
}

.progress[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 0.5s linear forwards 0.5s;
}

.progress[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 0.5s linear forwards 0.5s;
}

.progress[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 0.5s linear forwards 0.5s;
}

.progress[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 0.5s linear forwards 0.5s;
}

.progress[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 0.5s linear forwards 0.5s;
}

.progress[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 0.5s linear forwards 0.5s;
}

.progress[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 0.5s linear forwards 0.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3.6deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(7.2deg);
  }
}
@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10.8deg);
  }
}
@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(14.4deg);
  }
}
@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(18deg);
  }
}
@keyframes loading-6 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(21.6deg);
  }
}
@keyframes loading-7 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25.2deg);
  }
}
@keyframes loading-8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(28.8deg);
  }
}
@keyframes loading-9 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(32.4deg);
  }
}
@keyframes loading-10 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}
@keyframes loading-11 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(39.6deg);
  }
}
@keyframes loading-12 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(43.2deg);
  }
}
@keyframes loading-13 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(46.8deg);
  }
}
@keyframes loading-14 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(50.4deg);
  }
}
@keyframes loading-15 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(54deg);
  }
}
@keyframes loading-16 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(57.6deg);
  }
}
@keyframes loading-17 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(61.2deg);
  }
}
@keyframes loading-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(64.8deg);
  }
}
@keyframes loading-19 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(68.4deg);
  }
}
@keyframes loading-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(72deg);
  }
}
@keyframes loading-21 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(75.6deg);
  }
}
@keyframes loading-22 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(79.2deg);
  }
}
@keyframes loading-23 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(82.8deg);
  }
}
@keyframes loading-24 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(86.4deg);
  }
}
@keyframes loading-25 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loading-26 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(93.6deg);
  }
}
@keyframes loading-27 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(97.2deg);
  }
}
@keyframes loading-28 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(100.8deg);
  }
}
@keyframes loading-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(104.4deg);
  }
}
@keyframes loading-30 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(108deg);
  }
}
@keyframes loading-31 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(111.6deg);
  }
}
@keyframes loading-32 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(115.2deg);
  }
}
@keyframes loading-33 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(118.8deg);
  }
}
@keyframes loading-34 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(122.4deg);
  }
}
@keyframes loading-35 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}
@keyframes loading-36 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(129.6deg);
  }
}
@keyframes loading-37 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(133.2deg);
  }
}
@keyframes loading-38 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(136.8deg);
  }
}
@keyframes loading-39 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(140.4deg);
  }
}
@keyframes loading-40 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}
@keyframes loading-41 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(147.6deg);
  }
}
@keyframes loading-42 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(151.2deg);
  }
}
@keyframes loading-43 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(154.8deg);
  }
}
@keyframes loading-44 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(158.4deg);
  }
}
@keyframes loading-45 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(162deg);
  }
}
@keyframes loading-46 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(165.6deg);
  }
}
@keyframes loading-47 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(169.2deg);
  }
}
@keyframes loading-48 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(172.8deg);
  }
}
@keyframes loading-49 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(176.4deg);
  }
}
@keyframes loading-50 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
#page-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9999;
  overflow: hidden;
}
#page-loader .loader {
  border: 4px solid #f1f1f1;
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: loader 0.5s linear infinite;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#header-panel-home {
  padding: 16px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.25s ease;
}
@media (max-width: 575px) {
  #header-panel-home {
    padding: 8px 16px;
  }
}
#header-panel-home .chat-noti,
#header-panel-home .noti-row {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #eaebf9;
  background-color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
}
#header-panel-home .chat-noti:hover,
#header-panel-home .noti-row:hover {
  background-color: #f7f8fa;
  transition: all 0.2s ease;
}
#header-panel-home .chat-noti .profile-pic,
#header-panel-home .noti-row .profile-pic {
  flex: 0 0 20%;
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 12px;
}
#header-panel-home .chat-noti .profile-pic img,
#header-panel-home .noti-row .profile-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#header-panel-home .chat-noti .chat-content-wrpr,
#header-panel-home .noti-row .chat-content-wrpr {
  flex: 1;
  position: relative;
  gap: 12px;
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}
#header-panel-home .chat-noti .time,
#header-panel-home .chat-noti .chat-building,
#header-panel-home .noti-row .time,
#header-panel-home .noti-row .chat-building {
  color: #9a9abc;
  font-family: Nunito Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
#header-panel-home .chat-noti .msg,
#header-panel-home .noti-row .msg {
  color: #a2a2c2;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.14px;
}
#header-panel-home .chat-noti .chat_name,
#header-panel-home .noti-row .chat_name {
  color: #18182b;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
}
#header-panel-home .chat-noti .chat-reactions,
#header-panel-home .noti-row .chat-reactions {
  position: absolute;
  right: auto;
  top: auto;
  bottom: 7px;
  left: 30px;
  border-radius: 50px;
}
#header-panel-home .chat-noti .chat-reactions .chat_noti_reaction,
#header-panel-home .noti-row .chat-reactions .chat_noti_reaction {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.22);
  border-radius: 50px;
  background: #fff;
}
#header-panel-home .chat-noti .chat-reactions .chat_noti_reaction img,
#header-panel-home .noti-row .chat-reactions .chat_noti_reaction img {
  max-width: 18px;
}

#header-panel {
  padding: 16px 0;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.25s ease;
}
@media (max-width: 575px) {
  #header-panel {
    padding: 8px 0;
  }
}
#header-panel.fixed-header {
  background-color: rgba(247, 248, 250, 0.72);
}
#header-panel .container {
  padding-left: 0;
}
@media (max-width: 767px) {
  #header-panel .search {
    margin-left: 48px;
  }
}
@media (max-width: 575px) {
  #header-panel .search {
    margin-left: 0;
    position: fixed;
    z-index: 9;
    right: 0;
    left: 0;
    top: 0;
    padding: 0;
    background-color: transparent;
  }
  #header-panel .search .search-btn {
    left: 55px;
    top: 8px;
  }
  #header-panel .search .search-input {
    max-width: 100%;
    display: none;
  }
  #header-panel .search.show {
    background-color: #f7f8fa;
    padding: 15px;
  }
  #header-panel .search.show .search-btn {
    left: 15px;
    top: 15px;
  }
  #header-panel .search.show .search-input {
    display: block;
  }
}
#header-panel .chat-noti,
#header-panel .noti-row {
  display: flex;
  align-items: start;
  position: relative;
  width: 100%;
  padding: 14px 20px;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  margin-bottom: 0px;
}
#header-panel .chat-noti:hover,
#header-panel .noti-row:hover {
  transition: all 0.2s ease;
  text-decoration: none;
  background-color: rgba(145, 158, 171, 0.08);
}
#header-panel .chat-noti .profile-pic,
#header-panel .noti-row .profile-pic {
  flex: 0 0 20%;
  width: 32px;
  max-width: 32px;
  height: 32px !important;
  max-height: 32px;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 12px;
}
#header-panel .chat-noti .profile-pic img,
#header-panel .noti-row .profile-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#header-panel .chat-noti .chat-content-wrpr,
#header-panel .noti-row .chat-content-wrpr {
  flex: 1;
  position: relative;
  gap: 12px;
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}
#header-panel .chat-noti .time,
#header-panel .chat-noti .chat-building,
#header-panel .noti-row .time,
#header-panel .noti-row .chat-building {
  color: #9a9abc;
  font-family: Nunito Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
#header-panel .chat-noti .msg,
#header-panel .noti-row .msg {
  color: #a2a2c2;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.14px;
}
#header-panel .chat-noti .chat_name,
#header-panel .noti-row .chat_name {
  color: #18182b;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
}
#header-panel .chat-noti .chat-reactions,
#header-panel .noti-row .chat-reactions {
  position: absolute;
  right: auto;
  top: auto;
  bottom: 7px;
  left: 30px;
  border-radius: 50px;
}
#header-panel .chat-noti .chat-reactions .chat_noti_reaction,
#header-panel .noti-row .chat-reactions .chat_noti_reaction {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.22);
  border-radius: 50px;
  background: #fff;
}
#header-panel .chat-noti .chat-reactions .chat_noti_reaction img,
#header-panel .noti-row .chat-reactions .chat_noti_reaction img {
  max-width: 18px;
}
#header-panel .noti-row.unread .msg {
  color: #000;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
}

.mr-12 {
  margin-right: 12px;
}

.search {
  position: relative;
}
.search .search-btn {
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.search .search-input {
  background: #ffffff;
  border: 1px solid #dddfe4;
  border-radius: 6px;
  height: 40px;
  padding-left: 36px;
  padding-right: 12px;
  transition: all 0.25s ease;
  width: 100%;
  max-width: 335px;
  font-size: 14px;
  letter-spacing: 0.12px;
  color: #151518;
}
.search .search-input::-moz-placeholder {
  color: #a2a2c2;
}
.search .search-input::placeholder {
  color: #a2a2c2;
}
.search .search-input:focus {
  outline: none;
  border-color: #0045FF;
}

.header-right > ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0 -12px;
}
.header-right > ul > li {
  padding: 0 12px;
}

.bell-icon {
  background-image: url(../images//bell.svg);
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.25s ease;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}
@media (max-width: 575px) {
  .bell-icon {
    width: 32px;
    height: 32px;
  }
}
.bell-icon:hover {
  background-color: #FCFDFE;
}
.bell-icon .badge {
  background: #ff808b;
  border: 2px solid #ffffff;
  border-radius: 12px;
  min-width: 16px;
  min-height: 14px;
  font-weight: 600;
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.profile .profile-pic {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .profile .profile-pic {
    margin-right: 6px;
    width: 32px;
    height: 32px;
  }
}
.profile .profile-pic .img-fluid {
  width: 100%;
  height: 100%;
}
.profile .dropdown-toggle {
  display: flex;
  align-items: center;
  padding: 0 3px 0 0;
}
.profile .dropdown-toggle::after {
  content: url(../images/angle-arrow-icon.svg);
  border: none;
  transform: rotate(270deg);
  margin-top: 4px;
}
.profile .name {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #111026;
  padding-left: 10px;
  padding-right: 4px;
}
@media (max-width: 575px) {
  .profile .name {
    display: none;
  }
}
.profile .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  top: 45px !important;
}

.chat-icon {
  background-image: url(../images//chat-icon.svg);
  background-position: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.25s ease;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}
@media (max-width: 575px) {
  .chat-icon {
    width: 32px;
    height: 32px;
  }
}
.chat-icon:hover {
  background-color: #FCFDFE;
}
.chat-icon .badge {
  background: #ff808b;
  border: 2px solid #ffffff;
  border-radius: 12px;
  min-width: 16px;
  min-height: 14px;
  font-weight: 600;
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.noti-container-wrpr {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  transform: translate(100vw, 0px);
  pointer-events: none;
  /* opacity: 0; */
  background: transparent;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.noti-container-wrpr.open {
  transform: translate(0px, 0px);
  pointer-events: auto;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.noti-container-wrpr .noti-header {
  padding: 40px 20px 30px;
}
.noti-container-wrpr .noti-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
}
.noti-container-wrpr .noti-container {
  background: white;
  height: 100%;
  width: 100%;
  max-width: 328px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 999;
  padding-top: 40px;
  box-shadow: -24px 4px 28px 0px rgba(0, 0, 0, 0.05);
}
.noti-container-wrpr .noti-container .noti-row {
  padding: 20px;
}

.noti-chat-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 1px solid #9494ab;
  color: #000;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
  padding: 0px 10px 14px;
  position: relative;
}

.noti-chat-tabs {
  border: none;
  border-top: 1px solid #eaebf9;
  max-height: calc(100vh - 92px);
  overflow: auto;
}

.noti-chat-tabs .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #000;
}

.chat-main-wrpr {
  max-height: calc(100vh - 170px);
  display: flex;
}

.chat_left_panel {
  flex: 0 0 25%;
  padding: 0px 0px 22px 0px;
  background: #FFFFFF;
  border: 1px solid #EEEEF4;
  box-shadow: 0px 3px 8px rgba(21, 21, 74, 0.06), 0px 16px 24px rgba(21, 21, 74, 0.03);
  border-radius: 6px;
}
.chat_left_panel .search-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 20px;
  border-bottom: 1px solid rgba(148, 148, 171, 0.2);
}
.chat_left_panel .search-container .search {
  padding: 6px 0px;
  width: 100%;
}
.chat_left_panel .search-container .search.hide {
  display: none;
}
.chat_left_panel .search-container .search .search-input {
  padding-left: 12px;
  padding-right: 30px;
}
.chat_left_panel .search-container .search .close-search {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/close-icon.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  top: 16px;
  right: 8px;
}
.chat_left_panel .search-container .search .search-list {
  position: absolute;
  background: #fff;
  z-index: 99;
  border: 1px solid #eee;
  border-radius: 0px 0px 10px 10px;
  width: 100%;
  max-height: 250px;
  overflow: auto;
}
.chat_left_panel .search-container .filter-wrpr {
  width: 100%;
  border-right: 1px solid rgba(148, 148, 171, 0.2);
  padding: 14px 0px;
}
.chat_left_panel .search-container .filter-wrpr .filter-icon {
  margin-right: 10px;
}
.chat_left_panel .search-container .filter-wrpr .filter-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.12px;
  color: #A2A2C2;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.chat_left_panel .search-container .filter-wrpr .filter-link:hover {
  text-decoration: none;
}
.chat_left_panel .search-container .create-group {
  width: 24px;
  height: 30px;
  background-image: url(../images/group-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 14px;
}
.chat_left_panel .user-list-wrpr {
  height: calc(100% - 62px);
  overflow: auto;
}

.user-list {
  list-style: none;
}
.user-list .user-list-link {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.user-list .user-list-link:hover, .user-list .user-list-link:focus {
  text-decoration: none;
  outline: none;
  background: #f7f8fa;
}
.user-list .user-list-link.active .user-img-name .user-img-wrpr:before {
  background: #23DE84;
}
.user-list .user-list-link .user-img-name .user-img-wrpr {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.user-list .user-list-link .user-img-name .user-img-wrpr::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  background: #D6D6D6;
}
.user-list .user-list-link .user-img-name .user-img-wrpr img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.user-list .user-list-link .user-img-name .user-img-wrpr .no-userpic {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 69, 255, 0.1);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  color: #0045FF;
}
.user-list .user-list-link .user-img-name .user-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.0048em;
  color: #797994;
  margin: 0;
}
.user-list .user-list-link .count {
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  text-align: right;
  letter-spacing: -0.01em;
  color: #8181A6;
}
.user-list .user-list-link .check-box {
  position: initial;
}
.user-list .user-list-link .check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 60px;
  width: 100%;
  top: 0;
  left: 0px;
}
.user-list .user-list-link .check-box .checkmark {
  left: initial;
  right: 15px;
  top: 20px;
  bottom: 0;
}

.chat_detail {
  height: 100%;
}

.user-name .user-img-name .user-img-wrpr {
  position: relative;
}
.user-name .user-img-name .user-img-wrpr .online_staus {
  content: "";
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 28px;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  background: #D6D6D6;
}
.user-name .user-img-name .user-img-wrpr .online_staus.active {
  background: #23DE84;
}
.user-name .user-img-name .user-img-wrpr img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.user-name .user-img-name .user-img-wrpr .no-userpic {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 69, 255, 0.1);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  color: #0045FF;
}

.chat-details-wrpr {
  flex: 1 0 70%;
  margin-left: 15px;
  overflow: auto;
}
.chat-details-wrpr .app_message_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #FFFFFF;
  border: 1px solid #EEEEF4;
  box-shadow: 0px 3px 8px rgba(21, 21, 74, 0.06), 0px 16px 24px rgba(21, 21, 74, 0.03);
  border-radius: 6px;
  margin-bottom: 10px;
}
.chat-details-wrpr .app_message_header .user-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #151518;
  margin-left: 10px;
}
.chat-details-wrpr .app_message_header .btn {
  border: 1px solid #573BFF;
  border-radius: 14px;
  padding: 5px 14px;
}
.chat-details-wrpr .app_mesage_body {
  background: #FFFFFF;
  border: 1px solid #EEEEF4;
  box-shadow: 0px 3px 8px rgba(21, 21, 74, 0.06), 0px 16px 24px rgba(21, 21, 74, 0.03);
  border-radius: 6px;
  padding: 20px;
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
}

.chat-msg {
  display: flex;
  width: 100%;
  padding: 10px;
  margin-bottom: 32px;
  transition: 0.2s ease-in-out;
  position: relative;
}
.chat-msg:last-child {
  margin-bottom: 0;
}
.chat-msg.my-msg {
  justify-content: end;
}
.chat-msg.my-msg .chat-msg-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.chat-msg.my-msg .chat-msg-content .chat-desc {
  background: rgba(0, 69, 255, 0.1);
  border: 1px solid rgba(0, 69, 255, 0.1);
  border-radius: 6px 0px 6px 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
.chat-msg.first_message {
  padding-top: 50px;
}
.chat-msg .chat-msg-profile {
  width: 36px;
}
.chat-msg .chat-msg-img {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  overflow: hidden;
}
.chat-msg .chat-msg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.chat-msg .chat-msg-content {
  max-width: 70%;
  padding-left: 10px;
}
.chat-msg .chat-msg-content:hover .action-btns {
  opacity: 1;
  visibility: visible;
}
.chat-msg .chat-msg-content .user-detail {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.chat-msg .chat-msg-content .user-detail .title {
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
  padding-right: 20px;
}
.chat-msg .chat-msg-content .user-detail .time-ui {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.chat-msg .chat-msg-content .chat-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
  background: rgba(238, 238, 246, 0.6);
  border: 1px solid #EEEEF6;
  border-radius: 0px 6px 6px 6px;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.chat-msg .msg-wrpr {
  position: relative;
  width: 100%;
}
.chat-msg .msg-wrpr:hover .action-btns {
  opacity: 1;
  visibility: visible;
}
.chat-msg .action-btns {
  display: flex;
  align-items: center;
  border-radius: 7px;
  position: absolute;
  right: 0%;
  top: -62px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 7px;
}
.chat-msg .action-btns .btn {
  height: 32px;
  position: relative;
  display: inline-flex;
  padding: 4px 4px;
  align-items: center;
  text-decoration: none;
}
.chat-msg .action-btns .btn:focus {
  outline: none;
  box-shadow: none;
}
.chat-msg .action-btns .btn .icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: url("../images/spirite.svg");
}
.chat-msg .action-btns .btn img {
  width: 20px;
}
.chat-msg .action-btns .btn.more-btn .icon {
  background-position: -126px -338px;
}
.chat-msg .action-btns .btn.more-btn:after {
  display: none;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #EEEEF4;
  box-shadow: 0px 13px 21px rgba(21, 21, 74, 0.07), 0px 16px 24px rgba(21, 21, 74, 0.03);
  border-radius: 6px;
  min-width: 105px;
  padding: 6px 0;
  top: 30px !important;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .btn {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #424242;
  padding: 8px 10px;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .btn:hover {
  background: #f1f1f1;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .btn .icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("../images/spirite.svg");
  margin-right: 8px;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .btn.newtask-btn .icon {
  background-position: -223px -262px;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .btn.meeting-btn .icon {
  background-position: -264px -262px;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .btn.delete-btn .icon {
  background-position: -306px -263px;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .dropdown-icon {
  background: url(../images/dropdown-iocns.svg);
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-repeat: no-repeat;
  display: inline-flex;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .dropdown-icon.edit {
  background-position: 0px 0px;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .dropdown-icon.copy {
  background-position: 0px -30px;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .dropdown-icon.comnt {
  background-position: 0px -60px;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .dropdown-icon.delete {
  background-position: 0px -90px;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .dropdown-icon.rply {
  background-position: 0px -120px;
}
.chat-msg .action-btns .more-dropdown .dropdown-menu .dropdown-icon.frwd {
  background-position: 0px -150px;
}

.emoji-wrapper:hover .emoji-list {
  opacity: 1;
  visibility: visible;
  top: -35px;
}
.emoji-wrapper:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: -14px;
  left: 0;
  z-index: -1;
}

.emoji-list {
  position: absolute;
  top: -30px;
  left: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.02);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.emoji-list ul {
  display: flex;
}
.emoji-list .btn {
  display: inline-flex;
  padding: 0px 0px;
  align-items: center;
  text-decoration: none;
  width: 28px !important;
}
.emoji-list .btn:hover {
  background: #f9f9f9 !important;
}
.emoji-list .btn img {
  width: 100%;
}

.delete_message_wrap {
  padding: 25px 32px;
}
.delete_message_wrap .title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #242424;
  margin-bottom: 14px;
}
.delete_message_wrap .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #616161;
  margin-bottom: 24px;
}

.chat_wrapper {
  overflow-x: hidden;
}

.chat_outer_group.active .white_bg, .chat_outer_group.active .chat_listing {
  background: rgba(255, 255, 255, 0.6) !important;
}
.chat_outer_group.active .message_typing_area textarea,
.chat_outer_group.active .chat_icon_list {
  background: transparent;
}
.chat_outer_group.active .message_typing_area textarea {
  border: 1px solid rgba(36, 36, 36, 0.6);
}

.chat-seprater {
  padding: 0px 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-seprater .cs-inner-blk {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
}
.chat-seprater .cs-inner-blk:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.seprater-select select {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  height: 30px;
  padding: 0px 12px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  z-index: 1;
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/ic-down.png");
  background-repeat: no-repeat;
  background-position: 82% 50%;
}

.app_mesage_body .chat-area-main {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 18px;
  margin-bottom: 20px;
  flex-grow: 0;
}
.app_mesage_body .message_typing_disabled {
  pointer-events: none;
  opacity: 0.7;
}
.app_mesage_body .message_typing_area {
  position: relative;
  height: auto;
  flex-shrink: 0;
  min-width: 450px;
}
.app_mesage_body .message_typing_area .message-inner-scrollbar {
  border: 1px solid #242424;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: auto;
  padding: 14px 14px 40px;
  resize: none;
}
.app_mesage_body .message_typing_area .chat-input {
  min-height: 3rem;
  max-height: 10rem;
  overflow-y: auto;
  outline: none !important;
}

.chat_icon_list {
  position: absolute;
  bottom: 2px;
  left: 2px;
  display: flex;
  align-items: center;
  background: #fff;
  width: calc(100% - 3px);
  padding: 4px 10px 10px;
  box-sizing: border-box;
}
.chat_icon_list .left-icons {
  display: flex;
  align-items: center;
}
.chat_icon_list .write_link {
  background: url("../images/textarea-icons.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  display: inline-flex;
}
.chat_icon_list .write_link.smiley {
  background-position: 0px center;
}
.chat_icon_list .write_link.attach {
  background-position: -30px center;
}
.chat_icon_list .write_link.text-edit {
  background-position: -59px center;
}
.chat_icon_list .write_link.send {
  background-position: -88px center;
  margin-right: 0px;
}
.chat_icon_list .textarea-btns {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.message-attachements {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5px;
  /*opacity: 0;*/
  /*visibility: hidden;*/
}
.message-attachements.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.message-attachements .attachment {
  display: inline-block;
  align-items: center;
  background: #ebebeb;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 7px 20px 7px 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 6px 6px 0;
  width: 300px;
}
.message-attachements .attachment .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  height: 3px;
  background: #47dd47;
  position: absolute;
  bottom: 2px;
}
.message-attachements .attachment .delete-attachment {
  position: absolute;
  right: 7px;
}

.frwd-modal .modal-dialog .modal-content, .add-modal .modal-dialog .modal-content {
  padding: 19px 0px;
}
.frwd-modal .modal-dialog .modal-header, .frwd-modal .modal-dialog .modal-footer, .add-modal .modal-dialog .modal-header, .add-modal .modal-dialog .modal-footer {
  padding: 5px 24px;
}
.frwd-modal .modal-dialog .modal-body, .add-modal .modal-dialog .modal-body {
  padding: 5px 24px;
}
.frwd-modal .modal-dialog .modal-body .search .close-btn, .add-modal .modal-dialog .modal-body .search .close-btn {
  left: inherit;
  right: 0px;
}
.frwd-modal .modal-dialog .modal-body .search-input, .add-modal .modal-dialog .modal-body .search-input {
  max-width: 100%;
}
.frwd-modal .modal-dialog .modal-body .user-list-wrpr, .add-modal .modal-dialog .modal-body .user-list-wrpr {
  padding-top: 10px;
}
.frwd-modal .modal-dialog .modal-body .user-list, .add-modal .modal-dialog .modal-body .user-list {
  max-height: calc(100vh - 400px);
  overflow: auto;
}
.frwd-modal .modal-dialog .modal-body .selectedProfile, .add-modal .modal-dialog .modal-body .selectedProfile {
  padding: 10px 0px;
}
.frwd-modal .modal-dialog .modal-body .selectedProfile .memberProfile, .add-modal .modal-dialog .modal-body .selectedProfile .memberProfile {
  list-style: none;
  padding: 0px;
}
.frwd-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles, .add-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles {
  border: 1px solid #DDDFE4;
  padding: 3px 5px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 7px;
}
.frwd-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles:hover, .add-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles:hover {
  border: 1px solid #bcbaba;
}
.frwd-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles .userNames, .add-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles .userNames {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  cursor: default;
}
.frwd-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles .clearName, .add-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles .clearName {
  position: relative;
}
.frwd-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles .clearName .close, .add-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles .clearName .close {
  width: 20px;
  height: 20px;
  background-size: 10px;
}
.frwd-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles .clearName .close:hover, .add-modal .modal-dialog .modal-body .selectedProfile .memberProfile .appendProfiles .clearName .close:hover {
  background-color: transparent;
}
.frwd-modal .modal-dialog .footer-btn-wrpr .btn, .add-modal .modal-dialog .footer-btn-wrpr .btn {
  min-width: 150px;
}
.frwd-modal .modal-dialog .user-list .user-list-link, .add-modal .modal-dialog .user-list .user-list-link {
  padding: 10px 0px;
}
.frwd-modal .check-box .checkmark, .add-modal .check-box .checkmark {
  height: 20px;
  width: 20px;
}
.frwd-modal .check-box .checkmark:after, .add-modal .check-box .checkmark:after {
  left: 6px;
  top: 3px;
}
.frwd-modal input:checked ~ .checkmark, .add-modal input:checked ~ .checkmark {
  background-color: transparent;
  border-color: #A2A2C2;
}
.frwd-modal input:checked ~ .checkmark:after, .add-modal input:checked ~ .checkmark:after {
  border-color: #2C2C44;
}

.edit .edit-name {
  display: inline;
}

.edit-name {
  border-radius: 5px;
  border: 1px solid #DDDFE4;
  font-size: 18px;
  outline: none;
  padding: 5px 10px;
  display: none;
}

.edit-name-icon {
  cursor: pointer;
  padding: 0px 10px;
}

.tab-link {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.01em;
  color: #8181A6;
  padding: 0px 6px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.tab-link:hover, .tab-link:focus {
  color: #0045FF;
  text-decoration: none;
  cursor: pointer;
}
.tab-link:hover:after, .tab-link:focus:after {
  display: block;
  background-color: #e1e1e2;
  cursor: pointer;
}
.tab-link.active {
  color: #0045FF;
}
.tab-link.active:after {
  display: block;
  background-color: #0045FF !important;
}
.tab-link:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 0;
  background-color: #0045FF;
  width: 100%;
  height: 3px;
  display: none;
}

.user-imgs-block .image-blk {
  display: flex;
}
.user-imgs-block .image-blk .user_image {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  display: inline-flex;
  overflow: hidden;
  border: 3px solid #FFFFFF;
  margin-left: -12px;
}
.user-imgs-block .image-blk .user_image:first-child {
  margin-left: 0px;
}
.user-imgs-block .image-blk .user_image.count {
  overflow: visible;
}
.user-imgs-block .image-blk .user_image.count .view-all-users {
  background: #2C2C44;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.user-imgs-block .image-blk .user_image.count .view-all-users::after {
  display: none;
}

.users-dropdown {
  padding: 16px 16px !important;
}
.users-dropdown .user-list {
  max-height: 150px;
  overflow: auto;
}
.users-dropdown .user-list .user-list-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 5px;
}
.users-dropdown .user-list .user-list-item:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fff);
  display: none;
}
.users-dropdown .user-list .user-list-item:hover::after {
  display: block;
}
.users-dropdown .user-list .user-list-item:hover .remove-user {
  display: block;
}
.users-dropdown .user-list .user-list-item .user-img {
  width: 22px;
  height: 22px;
}
.users-dropdown .user-list .user-list-item .user-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.0048em;
  color: #797994;
  margin-bottom: 0px;
  margin-left: 8px;
}
.users-dropdown .user-list .user-list-item .remove-user {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9;
}
.users-dropdown .dropdown-bottom-area {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #EEEEF4;
}
.users-dropdown .dropdown-bottom-area .dropdown-bottom-link {
  color: #797994;
  padding-bottom: 5px;
}

.delete-modal .modal-dialog {
  max-width: 320px;
}
.delete-modal .modal-dialog .modal-body {
  padding: 0px !important;
}

.create-group-modal .group-name-img-wrpr {
  display: flex;
}
.create-group-modal .group-name-img-wrpr .group-icon-wrpr {
  position: relative;
  margin-right: 20px;
  width: 84px;
  height: 84px;
  min-width: 84px;
  min-height: 84px;
  background: #EEEEF6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.create-group-modal .group-name-img-wrpr .group-icon-wrpr .file-icon {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: inherit;
}
.create-group-modal .group-name-img-wrpr .group-icon-wrpr .group-icon {
  cursor: pointer;
}
.create-group-modal .group-name-img-wrpr .group-icon-wrpr .group-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create-group-modal .group-name-img-wrpr .group-name-wrpr {
  width: 100%;
}
.create-group-modal .group-name-img-wrpr .group-name-wrpr .grp-name-blk {
  height: 100%;
}
.create-group-modal .group-name-img-wrpr .group-name-wrpr .grp-name-blk .grp-name {
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E9EEF3;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 12px;
}
.create-group-modal .modal-footer {
  padding-top: 0px !important;
}

.no_conversation {
  max-width: 450px;
  margin: auto;
  text-align: center;
  margin-top: 120px;
  padding-bottom: 50px;
}
@media (max-height: 750px) {
  .no_conversation {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .no_conversation {
    margin-top: 40px;
  }
}
.no_conversation figure {
  margin-bottom: 60px;
}
.no_conversation h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #151518;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .no_conversation h4 {
    font-size: 22px;
  }
}
.no_conversation p {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #8181A6;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .no_conversation p {
    font-size: 20px;
  }
}

.message-icon {
  background: url(../images/icon-message-gray.png);
}

.nav-item .d-menu .dropdown-item .dropdown-link:hover .message-icon,
.nav-item .d-menu .dropdown-item .dropdown-link.active .message-icon {
  background: url(../images/icon_message.png);
}

span.last_message {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.0048em;
  color: #797994;
  margin: 0;
  margin-left: 50px;
}

.user-list .user-list-link:hover, .user-list .user-list-link:focus, .user-list .user-list-link.select-thread {
  text-decoration: none;
  outline: none;
  background: #f7f8fa;
}

.user-list .user-list-link.active .user-img-name .user-img-wrpr:before {
  background: #23DE84;
}

.online_staus {
  content: "";
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 28px;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  background: #D6D6D6;
}

.right-icons {
  display: flex;
  align-items: center;
}

.close-icon {
  background: url(../images/edit_link_send.svg) no-repeat;
  background-position: 0px 0px;
  width: 16px;
  height: 16px !important;
  padding: 0px !important;
  margin-right: 16px;
  display: inline-flex;
}

.edit_link_send {
  background: url(../images/edit_link_send.svg) no-repeat;
  background-position: -30px 0px;
  width: 16px;
  height: 16px !important;
  display: inline-flex;
}

.group_online:before {
  display: none;
}

.hamburger-icon {
  width: 24px;
  height: 18px;
  display: none;
  position: absolute;
  top: 10px;
  left: 8px;
  padding: 0;
}
@media (max-width: 767px) {
  .hamburger-icon {
    display: block;
  }
  .hamburger-icon::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease;
  }
}
.hamburger-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #a3a5d4;
  border-radius: 2px;
  margin-bottom: 5px;
}
.hamburger-icon span:last-child {
  margin-bottom: 0;
}
.hamburger-icon.open-nav::before {
  visibility: visible;
  opacity: 1;
}

.sidenav {
  display: block;
  padding: 16px 0 0 16px;
  width: 226px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  transition: all 0.25s ease;
  z-index: 9;
}
@media (max-width: 767px) {
  .sidenav {
    width: 240px;
    transform: translateX(-240px);
    padding: 16px;
    background: #ffffff;
    border: 1px solid #eeeef4;
    box-shadow: 0px 3px 8px rgba(21, 21, 74, 0.06), 0px 16px 24px rgba(21, 21, 74, 0.03);
  }
  .sidenav.show {
    transform: translateX(0);
  }
}
.sidenav > .navbar-collapse {
  align-items: flex-start;
  margin-top: 36px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 4px;
  margin-right: -4px;
}
.sidenav > .navbar-collapse .navbar-nav {
  flex-direction: column;
  width: 100%;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  margin-bottom: 18px;
  min-height: 31px;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 8px 16px 0 0;
  display: flex;
  min-height: 31px;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item .nav-link .name {
  padding-left: 8px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #626060;
}
@media (max-width: 1440px) {
  .sidenav > .navbar-collapse .navbar-nav .nav-item .nav-link .name {
    font-size: 14px;
  }
}
.sidenav > .navbar-collapse .navbar-nav .nav-item .nav-link.active .name, .sidenav > .navbar-collapse .navbar-nav .nav-item .nav-link:hover .name {
  color: #17174c;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item .nav-link.active .icon, .sidenav > .navbar-collapse .navbar-nav .nav-item .nav-link:hover .icon {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item .nav-link.active .icon.home-icon, .sidenav > .navbar-collapse .navbar-nav .nav-item .nav-link:hover .icon.home-icon {
  background-image: url(../images/home-dark-icon.svg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item .nav-link.active .icon.location-icon, .sidenav > .navbar-collapse .navbar-nav .nav-item .nav-link:hover .icon.location-icon {
  background-image: url(../images/location-dark-icon.svg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .dropdown-toggle::after {
  content: url(../images/angle-arrow-icon.svg);
  border: none;
  position: absolute;
  right: 2px;
  transition: all 0.25s ease;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .dropdown-toggle.collapsed::after {
  transform: rotate(270deg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .dropdown-toggle::after {
  transform: rotate(90deg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu ul {
  border-bottom: 1px solid #e9eaf0;
  padding-bottom: 12px;
  padding-top: 12px;
  transition: all 0.25s ease;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 14px;
  position: relative;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link {
  display: flex;
  padding: 0;
  position: relative;
  width: 100%;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link:hover, .sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link.active {
  background-color: transparent !important;
  text-decoration: none;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link:hover .name, .sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link.active .name {
  color: #0045FF;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link:hover .icon-2.overview-icon, .sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link.active .icon-2.overview-icon {
  background-image: url(../images/overveiw-blue-icon.svg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link:hover .icon-2.clock-icon, .sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link.active .icon-2.clock-icon {
  background-image: url(../images/clock-blue-icon.svg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link:hover .icon-2.build-icon, .sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link.active .icon-2.build-icon {
  background-image: url(../images/build-blue-icon.svg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link:hover .icon-2.floor-icon, .sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link.active .icon-2.floor-icon {
  background-image: url(../images/floor-blue-icon.svg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link:hover .icon-2.cal-icon, .sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link.active .icon-2.cal-icon {
  background-image: url(../images/cal-blue-icon.svg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link:hover .icon-2.analytics-icon, .sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link.active .icon-2.analytics-icon {
  background-image: url(../images/analytics-blue-icon.svg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link:hover .icon-2.reports-icon, .sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link.active .icon-2.reports-icon {
  background-image: url(../images/reports-blue-icon.svg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link:hover .icon-2.info-icon, .sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link.active .icon-2.info-icon {
  background-image: url(../images/info-blue-icon.svg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item .dropdown-link .name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.0048em;
  color: #797994;
  padding-left: 8px;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item.level-two-menu .dropdown-toggle::after {
  content: url(../images/angle-arrow-icon.svg);
  border: none;
  position: absolute;
  right: 2px;
  transition: all 0.25s ease;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item.level-two-menu .dropdown-toggle.collapsed::after {
  transform: rotate(270deg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item.level-two-menu .dropdown-toggle::after {
  transform: rotate(90deg);
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item.level-two-menu .d-menu ul {
  padding-left: 26px;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item.level-two-menu .d-menu ul .dropdown-item .dropdown-link .name {
  padding-left: 0;
}
.sidenav > .navbar-collapse .navbar-nav .nav-item.level-one-menu .d-menu .dropdown-item.level-two-menu .level-three-menu .d-menu > ul {
  padding-left: 8px;
}
.sidenav.menu-name-close {
  width: 70px;
}
.sidenav.menu-name-close .nav-link .name,
.sidenav.menu-name-close .dropdown-link .name {
  visibility: hidden;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
}
.sidenav.menu-name-close .navbar-brand {
  width: 25px;
  overflow: hidden;
}
.sidenav.menu-name-close .btn-close {
  transform: rotate(180deg);
}
.sidenav.menu-name-close .dropdown .dropdown-menu ul {
  padding-left: 0 !important;
}

.sidenav.menu-name-close:hover {
  width: 232px;
  background-color: #f7f8fa;
  box-shadow: rgba(21, 21, 74, 0.2) 0px 16px 24px;
  padding-right: 8px;
}
.sidenav.menu-name-close:hover .navbar-brand {
  width: auto;
}
.sidenav.menu-name-close:hover .navbar-nav .nav-item .nav-link .name,
.sidenav.menu-name-close:hover .level-one-menu .dropdown-item .name,
.sidenav.menu-name-close:hover .level-two-menu .dropdown-item .name,
.sidenav.menu-name-close:hover .level-three-menu .dropdown-item .name {
  visibility: visible;
  opacity: 1;
  max-width: unset;
  overflow: visible;
}

.btn-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #dddfe4;
  background-image: url(../images/angle-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  right: -12px;
  top: 20px;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  .btn-close {
    display: none;
  }
}
.btn-close:hover {
  background-color: #FCFDFE;
}

#wrapper {
  padding: 16px 12px;
  margin-top: 60px;
}
@media (max-width: 575px) {
  #wrapper {
    margin-top: 40px;
  }
}

#header-panel,
#wrapper {
  padding-left: 254px;
  padding-right: 16px;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  #header-panel,
  #wrapper {
    margin-left: 0;
    padding-left: 16px;
  }
}

.menu-name-close#header-panel, .menu-name-close#wrapper {
  padding-left: 94px;
}

.icon {
  min-width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon.home-icon {
  background-image: url(../images/home-icon.svg);
}
.icon.location-icon {
  background-image: url(../images/location-icon.svg);
}

.icon-2 {
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-2.overview-icon {
  background-image: url(../images/overview-icon.svg);
}
.icon-2.clock-icon {
  background-image: url(../images/clock-icon.svg);
}
.icon-2.build-icon {
  background-image: url(../images/build-icon.svg);
}
.icon-2.floor-icon {
  background-image: url(../images/floor-icon.svg);
}
.icon-2.cal-icon {
  background-image: url(../images/cal-icon.svg);
}
.icon-2.analytics-icon {
  background-image: url(../images/analytics-icon.svg);
}
.icon-2.reports-icon {
  background-image: url(../images/reports-icon.svg);
}
.icon-2.info-icon {
  background-image: url(../images/info-icon.svg);
}

.white-bg {
  background: #ffffff;
  border: 1px solid #eeeef4;
  box-shadow: 0px 3px 8px rgba(21, 21, 74, 0.06), 0px 16px 24px rgba(21, 21, 74, 0.03);
  border-radius: 6px;
  margin-bottom: 24px;
  height: auto !important;
  padding: 24px 0;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .white-bg {
    padding: 16px 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .white-bg {
    height: auto;
  }
}
.white-bg.wb-lg {
  height: 688px;
}
@media (max-width: 991px) {
  .white-bg.wb-lg {
    height: auto;
  }
}

.solarPvWhiteBg {
  background: #ffffff;
  border: 1px solid #eeeef4;
  box-shadow: 0px 3px 8px rgba(21, 21, 74, 0.06), 0px 16px 24px rgba(21, 21, 74, 0.03);
  border-radius: 6px;
  margin-bottom: 24px;
  height: 361px !important;
  padding: 24px 0;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .solarPvWhiteBg {
    padding: 16px 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .solarPvWhiteBg {
    height: auto;
  }
}
.solarPvWhiteBg.wb-lg {
  height: 688px;
}
@media (max-width: 991px) {
  .solarPvWhiteBg.wb-lg {
    height: auto;
  }
}

.white-bg-table {
  background: #ffffff;
  border: 1px solid #eeeef4;
  box-shadow: 0px 3px 8px rgba(21, 21, 74, 0.06), 0px 16px 24px rgba(21, 21, 74, 0.03);
  border-radius: 6px;
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .white-bg-table {
    padding: 16px 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .white-bg-table {
    height: auto;
  }
}

.wb-padding-left {
  padding-left: 24px;
}
@media (max-width: 1440px) {
  .wb-padding-left {
    padding-left: 16px;
  }
}

.wb-padding-right {
  padding-right: 24px;
}
@media (max-width: 1440px) {
  .wb-padding-right {
    padding-right: 16px;
  }
}

.todays-forcast {
  display: flex;
  align-items: center;
}
.todays-forcast .temp {
  font-weight: 600;
  font-size: 38px;
  letter-spacing: -0.03em;
  color: #18182b;
  padding-left: 16px;
}
.todays-forcast .temp span::after {
  content: "°";
}
.todays-forcast .temp sup {
  font-weight: 600;
  font-size: 32px;
  color: #18182b;
  padding-left: 8px;
  top: -15px;
  left: -4px;
}

.tsf-blk {
  margin-bottom: 16px;
}
.tsf-blk .time {
  font-size: 14px;
  letter-spacing: -0.0048em;
  color: #484863;
  text-align: left;
}
.tsf-blk .location {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.0048em;
  color: #2c2c44;
  text-align: left;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.slider-w-blk .wo-info {
  font-size: 14px;
  letter-spacing: -0.0012em;
  color: #62628a;
}
.slider-w-blk .multiple-items {
  margin: 16px 0;
}

.card-weather {
  background: #ffffff;
  border: 1px solid rgba(239, 240, 255, 0.88);
  border-radius: 6px;
  padding: 12px;
  text-align: center;
  margin: 0 8px;
}
.card-weather .day {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: -0.0048em;
  color: #8181a6;
  margin-bottom: 12px;
}
.card-weather .icon-w {
  max-width: 40px;
  text-align: center;
  margin: 0 auto;
}
.card-weather .icon-w .img-fluid {
  height: 32px;
}
.card-weather .max-min-blk {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.card-weather .max-min-blk p {
  font-weight: 700;
  font-size: 14px;
}
.card-weather .max-min-blk p.max::after, .card-weather .max-min-blk p.min::after {
  content: "°";
  position: relative;
  left: -3px;
}
.card-weather .max-min-blk p.max {
  color: #18182B;
  text-align: right;
}
.card-weather .max-min-blk p.min {
  color: #9494ab;
  text-align: left;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #0045FF;
  font-size: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 7px 28px rgba(47, 93, 242, 0.18);
  transition: all 0.25s ease;
}
.slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.slick-arrow.slick-prev {
  left: 4px;
  background-image: url(../images/angle-arrow-white-icon.svg);
  transform: rotate(180deg);
}
.slick-arrow.slick-next {
  right: 4px;
  background-image: url(../images/angle-arrow-white-icon.svg);
}

.chart-main .chart-header {
  position: relative;
  z-index: 5;
  padding: 0 24px 16px;
}
@media (max-width: 1440px) {
  .chart-main .chart-header {
    padding: 0 16px 16px;
  }
}
.chart-main .chart-container {
  padding: 0 12px;
}
.chart-main .chart-footer {
  padding: 0 24px;
}

.ul-style {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.ul-style li {
  width: 50%;
  position: relative;
  font-size: 14px;
  letter-spacing: -0.0048em;
  color: #8b8bad;
  margin-top: 20px;
  padding-left: 24px;
}
.ul-style li strong {
  font-weight: 700;
  color: #17174c;
}
.ul-style li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(231, 232, 252, 0.88);
  position: absolute;
  top: 0;
  left: 0;
}

.highcharts-root,
.highcharts-container,
.highcharts-background,
.highcharts-plot-background {
  width: 100% !important;
}

.eng-blk {
  padding: 0 16px;
}
.eng-blk .eng-header .des {
  font-size: 14px;
  color: #a2a2c2;
}
.eng-blk .eng-container {
  text-align: center;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eng-blk .eng-container .no {
  font-weight: 500;
  font-size: 112px;
  color: #007da2;
  position: relative;
  display: inline-block;
}
.eng-blk .eng-container .no .eng-star {
  width: 18px;
  height: 18px;
  background: url(../images/eng-star.svg) center;
  display: block;
  position: absolute;
  top: 16px;
  right: -13px;
}
.eng-blk .eng-footer {
  padding: 0 24px;
}
.eng-blk .eng-footer label {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #8181a7;
  margin-bottom: 4px;
}
.eng-blk .eng-footer .kwh-info .no {
  font-weight: 700;
  font-size: 18px;
  color: #17174c;
}
.eng-blk .eng-footer .kwh-info .kwh {
  font-weight: 600;
  font-size: 13px;
  color: #a2a2c2;
}
.eng-blk .eng-footer .prcnt-blk {
  display: flex;
  align-items: center;
}
.eng-blk .eng-footer .prcnt-blk .down-arrow {
  background: url(../images/down-red-arrow-icon.svg);
  width: 11px;
  height: 11px;
  display: block;
}
.eng-blk .eng-footer .prcnt-blk .no {
  font-size: 12px;
  color: #ff1541;
  padding-left: 2px;
}

.alaram-blk {
  padding: 0 24px;
}
.alaram-blk .alr-container .alr-tbl {
  width: 100%;
  border-collapse: unset;
}
.alaram-blk .alr-container .alr-tbl tr td {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.0048em;
  color: #2c2c44;
  padding: 16px 0;
  border-bottom: 1px solid #eeeef6;
}
.alaram-blk .alr-container .alr-tbl tr td:first-child {
  width: 30px;
  border-bottom: 1px solid #eeeef6;
}
.alaram-blk .alr-container .alr-tbl tr td .icon-3 {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain !important;
}
.alaram-blk .alr-container .alr-tbl tr td .icon-3.tool-icon {
  background: url(../images/tool-icon.svg) no-repeat center;
}
.alaram-blk .alr-container .alr-tbl tr td .icon-3.progress-icon {
  background: url(../images/progress-icon.svg) no-repeat center;
}
.alaram-blk .alr-container .alr-tbl tr td .icon-3.alert-icon {
  background: url(../images/alert-icon.svg) no-repeat center;
}
.alaram-blk .alr-container .alr-tbl tr td .icon-3.check-round-icon {
  background: url(../images/check-round-icon.svg) no-repeat center;
}
.alaram-blk .alr-container .alr-tbl tr td .icon-3.Left_Arrow {
  background: url(../images/Left_Arrow.svg) no-repeat center;
}
.alaram-blk .alr-container .alr-tbl tr td .icon-3.Bell_Icon {
  background: url(../images/Bell_Icon.svg) no-repeat center;
}
.alaram-blk .alr-container .alr-tbl tr td .icon-3.Folder_Icon {
  background: url(../images/Folder_Icon.svg) no-repeat center;
}
.alaram-blk .alr-container .alr-tbl tr td .icon-3.Reverse_Icon {
  background: url(../images/Reverse_Icon.svg) no-repeat center;
}
.alaram-blk .alr-container .alr-tbl tr td.total {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #18182B;
  text-align: right;
}

.chart-area {
  width: 100% !important;
  height: 258px;
}

.pie-area {
  width: 100% !important;
  height: 258px;
}

.wos-blk {
  padding: 0 24px;
}

.icon-4 {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain !important;
  background-repeat: no-repeat;
}
.icon-4.pdf-icon {
  background-image: url(../images/pdf-icon.svg);
}

.wos-table {
  width: 100%;
  border-collapse: unset;
}
.wos-table tr td {
  border-bottom: 1px solid #eeeef6;
  padding-top: 12px;
  padding-bottom: 12px;
}
.wos-table tr td:first-child {
  width: 30px;
  border-bottom: none;
  vertical-align: top;
}
.wos-table tr:last-child td {
  border: none;
}
.wos-table .file-info .file-name {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.0048em;
  color: #2c2c44;
}
.wos-table .file-info .date {
  font-size: 14px;
  letter-spacing: -0.0048em;
  color: #a2a2c2;
}
.wos-table .num {
  font-weight: 700;
  font-size: 16px;
  color: #573bff;
}

.table-header {
  padding: 0 24px 20px;
}
@media (max-width: 1440px) {
  .table-header {
    padding: 0 16px 20px;
  }
}

.custom-table .table-hover tbody tr:hover {
  background-color: #f6f6fa;
}
.custom-table .table {
  border-collapse: unset;
}
.custom-table .table tr.inprogress-row {
  background-color: #fbf5ee;
}
.custom-table .table tr.overdue-row {
  background-color: #ffebef;
}
.custom-table .table tr th {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.48px;
  color: #8181a6;
  border-bottom: 1px solid #f2f5f9;
  border-top: 0;
  padding: 8.5px;
  white-space: nowrap;
  /* table alrams filter */
}
.custom-table .table tr th:first-child {
  padding-left: 24px;
}
@media (max-width: 1440px) {
  .custom-table .table tr th:first-child {
    padding-left: 16px;
  }
}
.custom-table .table tr th .filter-table {
  display: flex;
  align-items: center;
  position: relative;
}
.custom-table .table tr th .filter-table .filter-icon {
  background: url(../images/filter-table-icon.svg) no-repeat;
  width: 6px;
  height: 8px;
  display: block;
  background-size: contain;
  cursor: pointer;
  margin-left: 3px;
}
.custom-table .table tr th .filter-table-dropdown {
  position: relative;
  cursor: pointer;
}
.custom-table .table tr th .dropdown-table-filter {
  position: absolute;
  min-width: 100px;
  border-radius: 12px;
  z-index: 10;
  background-color: #f6f5f5;
  border: 1px solid #e1e1ed;
  font-weight: 700;
  box-shadow: 0px 2px 6px rgba(21, 21, 74, 0.08);
  font-size: 14px;
  padding: 5px 0px;
  top: 30px;
}
.custom-table .table tr th .dropdown-table-filter ul {
  padding: 0;
  margin: 0;
  max-height: 400px;
  list-style-type: none;
  overflow: auto;
  max-width: 185px;
}
.custom-table .table tr th .dropdown-table-filter ul li {
  padding: 8px;
  cursor: pointer;
}
.custom-table .table tr th .dropdown-table-filter ul li:hover {
  background-color: rgb(188, 188, 188);
  color: white;
}
.custom-table .table tr td {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.48px;
  color: #8181a6;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  padding: 8.5px;
}
.custom-table .table tr td:first-child {
  padding-left: 24px;
}
@media (max-width: 1440px) {
  .custom-table .table tr td:first-child {
    padding-left: 16px;
  }
}
.custom-table .table tr td .dark-txt {
  color: #18182B;
}
.custom-table .table tr td .fw-700 {
  color: #18182B;
}
.custom-table .table tr td .status {
  height: 20px;
  line-height: 21px;
  display: inline-block;
  text-align: center;
  padding: 0 8px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.custom-table .table tr td .status.open-tag {
  background: #e2eaff;
  color: #0045ff;
}
.custom-table .table tr td .status.progress-tag {
  background-color: #f9efe3;
  color: #da7805;
}
.custom-table .table tr td .status.close-tag {
  background-color: #e3f5ed;
  color: #119c59;
}
.custom-table .table tr td .status.refund-tag {
  background-color: #f5efe3;
  color: #daab20;
}
.custom-table .table tr td .status.overdue-tag {
  background-color: #fef1f4;
  color: #ff3b5e;
}
.custom-table .table tr td .three-dots {
  margin-top: -1px;
}

.icon-5 {
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-5.edit-icon {
  background-image: url(../images/edit-icon.svg);
}
.icon-5.copy-icon {
  background-image: url(../images/copy-icon.svg);
}
.icon-5.save-icon {
  background-image: url(../images/save-icon.svg);
}
.icon-5.delete-icon {
  background-image: url(../images/delete-icon.svg);
}
.icon-5.checkin-icon {
  background-image: url(../images/checkin.svg);
}
.icon-5.checkout-icon {
  background-image: url(../images/checkout.svg);
}

.center-the-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.colored-icon {
  width: 32px;
  height: 32px;
  display: block;
}
.colored-icon.tree-icon {
  background-image: url(../images/tree-icon.svg);
}
.colored-icon.car-icon {
  background-image: url(../images/car-icon.svg);
}
.colored-icon.energy-icon {
  background-image: url(../images/energy-icon.svg);
}

.eeq-table {
  border-collapse: unset;
  width: 100%;
}
.eeq-table .sub-heading {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.48px;
  color: #8181a6;
}
.eeq-table .data {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #18182B;
}
.eeq-table tr td {
  border-bottom: solid 1px #eaeaee;
  padding-bottom: 24px;
  padding-top: 24px;
  align-items: center;
}
.eeq-table tr td:first-child {
  width: 48px;
}
.eeq-table tr:last-child td {
  border-bottom: none;
}

.sub-heading-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-heading-icon.grid-icon {
  background-image: url(../images/grid-icon.svg);
}
.sub-heading-icon.grid-solar-icon {
  background-image: url(../images/grid-solar.svg);
}
.sub-heading-icon.ghg-icon {
  background-image: url(../images/ghg-icon.svg);
}

.g-decrease {
  background-color: #fff6f7;
  background-image: url(../images/down-arrow-icon.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
  border-radius: 32px;
  padding: 0 16px 0 42px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #ff1541;
  display: inline-block;
  margin-top: 12px;
}

.g-increase {
  background-color: #f0fff8;
  background-image: url(../images/up-arrow-icon.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
  border-radius: 32px;
  padding: 0 16px 0 42px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #0cac5f;
  display: inline-block;
  margin-top: 12px;
}

.up-dwn-data-info label {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.48px;
  color: #2c2c44;
  margin-bottom: 3px;
  display: block;
}
.up-dwn-data-info strong {
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #2c2c44;
}
.up-dwn-data-info strong.dec {
  color: #ff1541;
}
.up-dwn-data-info strong.inc {
  color: #17cb75;
}
.up-dwn-data-info small {
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #9494ab;
}

.map iframe {
  width: 100%;
  height: calc(100vh - 72px);
  margin-top: 72px;
}
@media (max-width: 575px) {
  .map iframe {
    margin-top: 48px;
  }
}

.nbr-info-blk {
  font-weight: 700;
  font-size: 20px;
  color: #00779d;
  display: flex;
}
.nbr-info-blk .no {
  font-weight: 700;
  font-size: 20px;
  color: #00779d;
  position: relative;
  margin-right: 16px;
}
.nbr-info-blk .no .eng-star {
  width: 8px;
  height: 8px;
  background: url(../images/eng-star.svg) center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 2px;
  right: -8px;
}
.nbr-info-blk .nbr-logo img {
  width: 84px;
}
@media (max-width: 575px) {
  .nbr-info-blk .nbr-logo img {
    width: 100%;
  }
}

.location-blk {
  width: 25%;
  position: initial;
}
@media (max-width: 575px) {
  .location-blk {
    width: 100%;
    padding: 16px;
  }
}

.location-card {
  background: #ffffff;
  border: 1px solid rgba(42, 70, 112, 0.06);
  box-shadow: 2px 4px 8px rgba(24, 50, 115, 0.03);
  border-radius: 6px;
  display: flex;
  padding: 8px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .location-card {
    margin-bottom: 8px;
  }
}
.location-card .loc-img img {
  width: 108px;
  height: 108px;
  border-radius: 6px;
}
@media (max-width: 575px) {
  .location-card .loc-img img {
    width: 72px;
  }
}
.location-card .location-info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 12px;
  width: 100%;
}
.location-card .location-info .name {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #18182B;
  margin-bottom: 6px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location-card .location-info .name:hover {
  text-decoration: none;
  color: #0045FF;
}
.location-card .location-info .address {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #9494ab;
  max-width: 100%;
  white-space: normal;
  margin-bottom: 12px;
}
.location-card .location-info .btn-more {
  float: right;
}

.locations-lists {
  overflow-y: auto;
  height: calc(100vh - 180px);
  padding-right: 5px;
  margin-right: -5px;
}
.locations-lists .dropdown.three-dots.action-btns {
  align-items: flex-start;
  position: relative;
  top: -6px;
  right: -5px;
}

.location-lg-card {
  padding: 12px;
  max-width: 335px;
  width: 100%;
  position: fixed;
  top: 100px;
  right: 20%;
  background: #ffffff;
  border: 1px solid rgba(42, 70, 112, 0.06);
  box-shadow: 2px 12px 20px rgba(24, 50, 115, 0.26);
  border-radius: 10px;
  z-index: 99;
}
@media (max-width: 767px) {
  .location-lg-card {
    display: none;
    max-width: 280px;
  }
}
.location-lg-card .loc-img img {
  width: 100%;
  height: 184px;
  border-radius: 8px;
}
.location-lg-card .location-card-info {
  padding: 16px 0;
}
.location-lg-card .location-card-info .name {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #18182B;
  margin-bottom: 10px;
}
.location-lg-card .location-card-info .circle-progressbar {
  margin-bottom: 12px;
}

.map-listing {
  display: flex;
  padding-top: 72px;
  height: 100vh;
  overflow: hidden;
}

.map {
  width: 75%;
}

.circle-progressbar p {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.0048em;
  color: #8181a6;
  padding-left: 8px;
}

.lci-table > table {
  width: 100%;
  border-collapse: unset;
}
.lci-table > table tr td {
  border-top: 1px solid #eeeef6;
  padding: 12px 0;
}
.lci-table > table tr td table.inner-table {
  width: 100%;
  border-collapse: unset;
}
.lci-table > table tr td table.inner-table tr td {
  border: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #17174c;
  padding: 2px 0;
}
.lci-table > table tr td table.inner-table tr td .circle-progressbar {
  float: right;
  margin-bottom: 0;
}
.lci-table > table tr td table.inner-table tr td .circle-progressbar .progress {
  width: 24px;
  height: 24px;
}
.lci-table > table tr td table.inner-table tr td .circle-progressbar .progress .progress-bar.pb-red {
  border-color: #ff727a;
}
.lci-table > table tr td table.inner-table tr td .circle-progressbar p {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #17174c;
}
.lci-table > table tr td table.inner-table tr td .online {
  color: #15a323;
}

.co2-temp-bg {
  background: #ffffff;
  border: 1px solid #eeeef4;
  box-shadow: 0px 3px 8px rgba(21, 21, 74, 0.06), 0px 16px 24px rgba(21, 21, 74, 0.03);
  border-radius: 6px;
  margin-bottom: 24px;
  height: auto;
  padding: 24px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px;
  position: relative;
}
.co2-temp-bg::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: url("/assets/images/icon-temp.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  right: 0px;
  top: 60px;
  opacity: 0.4;
}

.temp-head {
  font-weight: bold;
  font-size: 27px;
  color: red;
  position: relative;
  display: inline-block;
}

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

.footer-co2 {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #444343;
}

.average-co2 {
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #18182b;
  margin-bottom: 16px;
  color: teal;
}

.average-temp-bg {
  background: #ffffff;
  border: 1px solid #eeeef4;
  box-shadow: 0px 3px 8px rgba(21, 21, 74, 0.06), 0px 16px 24px rgba(21, 21, 74, 0.03);
  border-radius: 6px;
  margin-bottom: 24px;
  height: auto;
  padding: 24px 0;
  overflow: hidden;
  background-image: url("/assets/images/icon-co2.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px;
}

.celsius-subtitle {
  font-size: 27px;
  font-weight: 800;
  color: gray;
  margin-left: 10px;
  margin-top: 8px;
}

.iaq-blk {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom-dropdown-iaq .dropdown .dropdown-toggle {
  background: #ffffff;
  border-radius: 2px;
  font-weight: 700;
  font-size: 13px;
  color: #2f5df2;
  height: 32px;
  padding: 0 8px;
}

.custom-btn-blue {
  background-color: #fff;
  border: 1px solid #e1e1ed;
  border-radius: 0;
  height: 32px;
  color: #2f5df2;
  font-weight: 700;
  box-shadow: 0px 2px 6px rgba(21, 21, 74, 0.08);
  font-size: 14px;
  margin-right: 13px;
  padding: 0px 13px;
}

.chart-header-iaq {
  background-color: white;
  padding: 8px 24px;
}

.listing {
  background: #ffffff;
  border: 1px solid #eeeef4;
  box-shadow: 0px 3px 8px rgba(21, 21, 74, 0.06), 0px 16px 24px rgba(21, 21, 74, 0.03);
  border-radius: 6px;
  margin-bottom: 24px;
  height: 390px;
  padding: 24px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60px;
  position: relative;
}

.three-dots-color .dropdown-toggle-color .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #3675da;
  display: block;
  margin-bottom: 2px;
}
.three-dots-color .dropdown-toggle-color .dot:after {
  display: none;
}

.status-wrap {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: -10px;
}
.status-wrap .chart-main .buildingaverage-iaq-blk .chart-blk {
  width: 92px !important;
}
.status-wrap .chart-main .buildingaverage-iaq-blk .chart-blk .status-content {
  position: relative;
  top: -30%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.status-wrap .circleWrap {
  flex: auto;
  max-width: 50%;
}
.status-wrap .circleWrap .highcharts-container {
  height: auto !important;
}

.circle-wrap {
  margin: 150px auto;
  width: 150px;
  height: 150px;
  background: #fefcff;
  border-radius: 50%;
  border: 1px solid #cdcbd0;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .inside-circle {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: #d2eaf1;
  line-height: 120px;
  text-align: center;
  margin-top: 14px;
  margin-left: 14px;
  color: #1e51dc;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}

/* color animation */
/* 3rd progress bar */
.mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #227ded;
}

.mask.full,
.circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(135deg);
}

@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
.chart-main .buildingaverage-iaq-blk .chart-blk {
  width: 92px !important;
  height: 92px !important;
}
.chart-main .buildingaverage-iaq-blk .chart-blk .status-sub-content {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 3px;
}
.chart-main .buildingaverage-iaq-blk .progress {
  width: 52px;
  height: 52px;
  margin: auto;
}
.chart-main .buildingaverage-iaq-blk .progress .progress-left .progress-bar {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
.chart-main .buildingaverage-iaq-blk .progress .progress-right .progress-bar {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}
.chart-main .buildingaverage-iaq-blk .progress .status-content {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px !important;
  font-size: 12px !important;
  width: 100%;
}

#poor {
  border-color: #ed3b5b;
}

#excellent {
  border-color: green;
}

#moderate {
  border-color: #f4a440;
}

.found {
  text-align: center;
  padding: 10px;
  color: black;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  height: 40vh;
}

.pie-area > .not_found {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
}

.not_found {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
}

.temp-loader {
  height: 100%;
  min-height: 433px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.temp-loader .loader {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-contain {
  height: 100%;
  min-height: 439px !important;
}

.summary_floor {
  padding: 16px 20px;
}

.temp-count {
  gap: 10px;
  cursor: pointer;
}
.temp-count .redarrow img {
  width: 20px;
  height: 20px;
}
.temp-count .redarrow img:hover {
  scale: 1.1;
}
.temp-count .diff-text {
  font-size: 20px;
  font-weight: 700;
  align-items: center;
  display: flex;
}
.temp-count .diff-text .than-text {
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  padding: 4px 8px;
}

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

.sectionReports .reportsCol {
  padding: 24px;
  height: auto;
  min-height: 650px;
}
.sectionReports .from-text {
  color: #18182b;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 3px;
}
.sectionReports .form-group {
  margin-bottom: 14px;
}
.sectionReports .ReportscheckList {
  display: flex;
  gap: 20px;
}
.sectionReports .check-box {
  color: #9494ab;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.48px;
  padding-left: 24px;
}
.sectionReports .react-custom-select__control {
  border-radius: 6px;
  border: 1px solid #e9eef3;
  background: #fcfdfe;
}
.sectionReports .react-custom-select__indicator-separator {
  display: none;
}
.sectionReports .react-datetime-picker {
  border-radius: 6px;
  border: 1px solid #e9eef3;
  background-color: #fcfdfe !important;
  box-shadow: none;
}

.footer-action {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.booking-page-top-row {
  margin-bottom: 35px;
}
.booking-page-top-row > div {
  max-width: unset !important;
  min-width: unset !important;
}

.booking-chart-block {
  padding: 24px;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #eeeef6;
}
.booking-chart-block .booking-chart-header {
  display: flex;
  justify-content: space-between;
}
.booking-chart-block .booking-chart-header .booking-chart-title {
  color: #1a0733;
  font-family: Nunito Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.booking-chart-block .booking-chart-header .chart-frequency {
  color: #8181a7;
  font-family: Nunito Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.booking-data-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  height: 100%;
}
.booking-data-row .booking-data-wrpr {
  width: calc(50% - 10px);
  padding: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #eeeef6;
  background: #fff;
  color: #8181a7;
  min-height: 180px;
}
.booking-data-row .booking-data-wrpr .booking-data-card-img {
  max-width: 20px;
  width: 100%;
}
.booking-data-row .booking-data-wrpr .card-title {
  color: #17174c;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0px;
}
.booking-data-row .booking-data-wrpr .card-desc {
  color: #8181a7;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  letter-spacing: -0.14px;
}

.trending-space-block {
  height: 100%;
  max-height: 436px;
}
.trending-space-block .trending-card-title {
  color: #8181a7;
  font-family: Nunito Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  letter-spacing: -0.15px;
  margin-bottom: 16px;
}
.trending-space-block .trending-card-wrpr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: calc(100% - 36px);
  overflow: auto;
}
.trending-space-block .trending-card-wrpr .trending-card {
  border-radius: 6px;
  border: 1px solid rgba(42, 70, 112, 0.06);
  background: #fff;
  box-shadow: 2px 4px 8px 0px rgba(24, 50, 115, 0.03);
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
}
.trending-space-block .trending-card-wrpr .trending-card .space-img {
  width: 66px;
  height: 64px;
  border-radius: 6px;
}
.trending-space-block .trending-card-wrpr .trending-card .space-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.trending-space-block .trending-card-wrpr .trending-card .tc-name {
  color: #18182b;
  font-family: Nunito Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.15px;
  margin-bottom: 6px;
}
.trending-space-block .trending-card-wrpr .trending-card .tc-desc {
  color: var(--Color-4, #9494ab);
  font-family: Nunito Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.462%;
  letter-spacing: -0.13px;
}

.fs-18 {
  font-size: 18px;
}

.select-box-2.cstm-width {
  width: calc(100% + 16px);
}

.fixedTable-sidebar.booking-sidebar {
  border: none;
  background-color: transparent;
}
.fixedTable-sidebar.booking-sidebar table {
  background-color: transparent;
}

.spaces-title {
  font-size: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeef6;
  margin-bottom: 16px;
}

.booking-tabs {
  border-radius: 12px;
  background: #ededed;
  padding: 5px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 18px;
}
.booking-tabs .booking-tab-link {
  border-radius: 7px;
  padding: 8px 14px;
  display: flex;
  color: #18182b;
  font-family: Nunito Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.15px;
  gap: 12px;
  transition: all 0.3s ease-in-out;
}
.booking-tabs .booking-tab-link .booking-count {
  min-width: 21px;
  height: 21px;
  background: #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 15px;
  color: #ffffff;
  padding: 5px;
  letter-spacing: -0.15px;
  transition: all 0.3s ease-in-out;
}
.booking-tabs .booking-tab-link.active {
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.booking-tabs .booking-tab-link.active .booking-count {
  background: #d9405c;
  transition: all 0.3s ease-in-out;
}

.reason-text {
  text-align: center;
  color: red;
}

.transection-top-section {
  margin-bottom: 30px;
}

.balance-card {
  background-color: #ffffff;
  padding: 24px;
  border: 1px solid #eeeef6;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.balance-card .balance-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.balance-card .balance-card-row .balance-label {
  color: #a1a0a9;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
}
.balance-card .balance-card-row .balance-label.current {
  color: #1a0733;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 144.444%;
}
.balance-card .balance-card-row .balance-amount {
  color: #a1a0a9;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 157.143%;
}
.balance-card .balance-card-row .balance-amount.dark {
  color: #151518;
}
.balance-card .balance-card-row .balance-amount.xl {
  color: #151518;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.24px;
}
.balance-card .balance-card-row .balance-amount.fs-18 {
  font-size: 18px;
}

.income-card {
  background-color: #ffffff;
  padding: 24px;
  border: 1px solid #eeeef6;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.income-card .income-title {
  color: #1a0733;
  font-family: Nunito Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 144.444%;
}
.income-card .total-income {
  color: #101828;
  font-family: Nunito Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 122.222%;
  letter-spacing: -0.72px;
}

.transaction-card {
  background-color: #ffffff;
  padding: 24px 24px;
  border: 1px solid #eeeef6;
  border-radius: 6px;
  height: 100%;
}
.transaction-card .trans-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.transaction-card .trans-tabs .trans-tab-item {
  flex: 1;
}
.transaction-card .trans-tabs .trans-tab-item:first-child .trans-tab-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: none;
}
.transaction-card .trans-tabs .trans-tab-item:last-child .trans-tab-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: none;
}
.transaction-card .trans-tabs .trans-tab-link {
  display: block;
  text-align: center;
  padding: 10px 16px;
  border: 1px solid #d0d5dd;
  background: #ffffff;
  color: #344054;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
.transaction-card .trans-tabs .trans-tab-link.active {
  font-weight: 800;
  background: #f9fafb;
}

.trans-table-section .trans-list-tabs {
  border-bottom: 1px solid #9494ab;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}
.trans-table-section .trans-list-tabs .trans-list-tab-link {
  display: flex;
  padding: 0px 10px 14px 10px;
  align-items: center;
  gap: 6px;
  color: #8181a6;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}
.trans-table-section .trans-list-tabs .trans-list-tab-link .entry-count {
  min-width: 21px;
  height: 21px;
  color: #18182b;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.12px;
  display: inline-flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 48px;
  background: #e6e8ec;
}
.trans-table-section .trans-list-tabs .trans-list-tab-link .entry-count.pending {
  color: #fff;
  background-color: #0045ff;
}
.trans-table-section .trans-list-tabs .trans-list-tab-link .entry-count.completed {
  color: #149557;
  background-color: #dbf1e7;
}
.trans-table-section .trans-list-tabs .trans-list-tab-link .entry-count.cancelled {
  color: #ff3b5e;
  background-color: #fee0e6;
}
.trans-table-section .trans-list-tabs .trans-list-tab-link.active {
  border-color: #000;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.trans-table-section .filters-wrpr {
  margin: 14px 0px 30px;
}
.trans-table-section .filters-wrpr .filter-row {
  align-items: flex-end;
}
.trans-table-section .filters-wrpr .filter-row .react-datetime-picker {
  border-radius: 6px;
  border: 1px solid #e9eef3;
  background: #fcfdfe;
  box-shadow: 0px 1px 2px 0px #ebf0f8 inset;
}

.refund-desc-wrpr {
  display: flex;
  gap: 8px;
}
.refund-desc-wrpr .icon-2 {
  min-width: 18px;
}
.refund-desc-wrpr .refund-desc {
  color: #797994;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.714%;
  letter-spacing: -0.067px;
}

.refund-input-wrpr {
  position: relative;
}
.refund-input-wrpr .refund-currency {
  position: absolute;
  top: 8px;
  right: 7px;
  left: auto;
  color: #2c2c44;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.48px;
}

.receipt-input-wrpr .helper-text {
  color: #8181a6;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 183.333%;
  letter-spacing: -0.48px;
}

.eamil-tags-wrpr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.eamil-tags-wrpr .email-tags {
  display: flex;
  padding: 2px 8px 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 48px;
  border: 1px solid #ececec;
  background: #eeeef6;
}
.eamil-tags-wrpr .email-tags .email-text {
  color: #8181a6;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 183.333%;
  letter-spacing: -0.48px;
}
.eamil-tags-wrpr .email-tags .remove-email {
  width: 18px;
  height: 18px;
  background-image: url(../images/close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.action-btn-inline {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
}

.trans-tabe-top-row {
  display: flex;
  padding: 0px 20px 20px 16px;
  gap: 27px;
}
.trans-tabe-top-row .tans-result-found {
  color: #18182b;
  font-family: Nunito Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -0.18px;
}
.trans-tabe-top-row .tans-status-wrpr {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trans-tabe-top-row .tans-status-wrpr .filter-status {
  color: #a1a0a9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  margin-right: 12px;
}
.trans-tabe-top-row .tans-status-wrpr .trans-status {
  display: flex;
  padding: 4px 5px 4px 10px;
  align-items: center;
  gap: 4px;
  border-radius: 40px;
  background: #e6e8ec;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.12px;
}
.trans-tabe-top-row .tans-status-wrpr .trans-status .remove-tag {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  cursor: pointer;
}
.trans-tabe-top-row .tans-status-wrpr .trans-status.pending {
  background: #0045ff;
  color: #ffffff;
}
.trans-tabe-top-row .tans-status-wrpr .trans-status.completed {
  background: #149557;
  color: #149557;
}
.trans-tabe-top-row .tans-status-wrpr .trans-status.cancelled {
  background: #fee0e6;
  color: #ff3b5e;
}

.payemnt-details-card .user-card {
  display: flex;
  align-items: center;
  gap: 10px;
}
.payemnt-details-card .user-card .user-img {
  width: 34px;
  height: 34px;
  border-radius: 40px;
  overflow: hidden;
}
.payemnt-details-card .user-card .user-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.payemnt-details-card .user-card .user-content .user-name {
  color: #18182b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.18px;
}
.payemnt-details-card .user-card .user-content .user-mail {
  color: #8181a6;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
}
.payemnt-details-card .line-seprater {
  border-color: #eeeef6;
  margin-top: 30px;
  margin-bottom: 30px;
}
.payemnt-details-card .inner-title {
  color: #18182b;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 157.143%;
}
.payemnt-details-card .booking-details-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0px;
  border-bottom: 1px solid #eeeef6;
}
.payemnt-details-card .booking-details-row .booking-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.payemnt-details-card .booking-details-row .booking-detail .bokking-img {
  width: 41px;
  height: 41px;
  border-radius: 6px;
  overflow: hidden;
}
.payemnt-details-card .booking-details-row .booking-detail .bokking-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.payemnt-details-card .booking-details-row .booking-detail .booking-name {
  color: #18182b;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
}
.payemnt-details-card .booking-details-row .booking-detail .booking-desc {
  color: #8181a6;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
}
.payemnt-details-card .booking-details-row .booking-count {
  color: #18182b;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
}
.payemnt-details-card .booking-details-row .booking-price {
  color: #18182b;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
}
.payemnt-details-card .booking-details-row:last-child {
  border-bottom: none;
}
.payemnt-details-card .total-breakdown {
  margin-top: 30px;
  border-radius: 14px;
  background: #f5f5fb;
  padding: 24px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.payemnt-details-card .total-breakdown .breakdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payemnt-details-card .total-breakdown .breakdown-row .breakdown-key {
  color: #797994;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: -0.067px;
}
.payemnt-details-card .total-breakdown .breakdown-row .breakdown-key.dark {
  color: #18182b;
}
.payemnt-details-card .total-breakdown .breakdown-row .breakdown-value {
  color: #18182b;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
}
.payemnt-details-card .total-breakdown .breakdown-row .breakdown-value.red {
  color: #cf2e4b;
}
.payemnt-details-card .total-breakdown .breakdown-row .breakdown-value.green {
  color: #448e6a;
}
.payemnt-details-card .total-breakdown .breakdown-row .breakdown-value.lg {
  font-size: 18px;
  letter-spacing: -0.18px;
}
.payemnt-details-card .payment-details {
  margin-top: 30px;
}
.payemnt-details-card .payment-details .card-info-wrpr {
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #eeeef6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payemnt-details-card .payment-details .card-info-wrpr .card-name {
  color: #797994;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: -0.067px;
}
.payemnt-details-card .payment-details .card-info-wrpr .card-number {
  color: #18182b;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.14px;
}
.payemnt-details-card .payment-details .card-info-wrpr .card-type-img {
  margin-left: 10px;
  width: 21px;
}

.noti-btn-wrpr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.noti-primary-btn {
  background-color: #151518;
  border: 1px solid #151518;
  padding: 7px 12px;
  border-radius: 7px;
  font-family: Nunito Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.37px;
  color: #fff;
}
.noti-primary-btn:hover, .noti-primary-btn:focus {
  color: #fff;
}

.noti-secondary-btn {
  background-color: #f2f2f2;
  border: 1px solid #18182b;
  padding: 7px 12px;
  border-radius: 7px;
  font-family: Nunito Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.37px;
  color: #18182b;
}
.noti-secondary-btn:hover, .noti-secondary-btn:focus {
  color: #18182b;
}

.noti-chat-box .message {
  background-color: #f2f2f2;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 12px;
  font-family: Nunito Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #62628a;
}

.noti-container-wrpr .tab-loading-content {
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noti-container-wrpr .loading-content {
  padding: 10px 0px;
}

.pollTable {
  margin-top: 20px !important;
}

.havCArds {
  border: 1px solid #d6d6d6;
  border-radius: 16px;
  overflow: hidden;
  background: #eeeef6;
  padding: 12px;
}
.havCArds .white-bg {
  margin-bottom: 0px;
}

.cardsWrap .cardsLeft {
  width: 100%;
}

.cardsLable {
  color: #8181a7;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  letter-spacing: -0.15px;
  margin-bottom: 16px;
  display: block;
}

.cardsWrapInner {
  display: flex;
  gap: 12px;
}
.cardsWrapInner .SummaryBlock {
  width: 30%;
}
.cardsWrapInner .usersBlock {
  width: 70%;
}

.mono-cards {
  border-radius: 6px;
  border: 1px solid #eeeef6;
  background: #fff;
  box-shadow: 0px 3px 8px 0px rgba(21, 21, 74, 0.06);
  padding: 24px;
}

.cardWlock {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.SummaryCards {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 17px;
  display: flex;
}
.SummaryCards .mono-card-total {
  color: #17174c;
  font-family: "Nunito Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 90.909%;
}
.SummaryCards .mono-card-name {
  color: #8181a7;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  letter-spacing: -0.14px;
}

.usersCards {
  min-height: 307px;
  max-height: 307px;
}
.usersCards .taBcontainer {
  min-width: 320px;
  max-width: 500px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.usersCards p {
  margin: 0 0 20px;
  line-height: 1.5;
  font-weight: 300;
}
.usersCards .content {
  background: #fff;
  color: #373737;
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  width: 100%;
}
.usersCards .content > div {
  display: none;
  padding: 16px 0px 0px;
  width: 100%;
}
.usersCards input {
  display: none;
}
.usersCards label {
  display: inline-block;
  padding: 10px 10px;
  font-weight: 600;
  text-align: center;
  border-width: 1px 1px 1px 0px;
  transition: all 0.3s ease-out 0.1s;
  border-color: #d0d5dd;
  border-style: solid;
  font-size: 14px;
}
.usersCards label:nth-child(2) {
  border-left-width: 1px;
  border-radius: 10px 0px 0px 10px;
}
.usersCards label.tb-five {
  border-radius: 0px 10px 10px 0px;
}
.usersCards label:hover {
  cursor: pointer;
}
.usersCards input:checked + label {
  background: #f9fafb;
  color: #1d2939;
}
.usersCards #tab-1:checked ~ .content #content-1,
.usersCards #tab-2:checked ~ .content #content-2,
.usersCards #tab-3:checked ~ .content #content-3,
.usersCards #tab-4:checked ~ .content #content-4,
.usersCards #tab-5:checked ~ .content #content-5 {
  display: block;
  animation-timing-function: ease-in-out;
  animation-duration: 0.6s;
}
.usersCards .list-data {
  max-height: 204px;
  overflow: auto;
}

@keyframes inUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  90% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ul-list-data .li-list-data {
  display: flex;
  margin-bottom: 12px;
}
.ul-list-data .li-list-data:last-child {
  margin-bottom: 0px;
}

.userProfileCard {
  display: flex;
  gap: 10px;
}
.userProfileCard .li-figure {
  margin: 0px;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.userProfileCard .li-figure img {
  width: 100%;
}
.userProfileCard .userInfo {
  display: flex;
  flex-direction: column;
}
.userProfileCard .userInfo .userName {
  color: #18182b;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 184.615%;
  letter-spacing: -0.13px;
}
.userProfileCard .userInfo .userCompany {
  color: #9494ab;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 138.462%;
  letter-spacing: -0.13px;
}

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

.CArdsItems {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
}
.CArdsItems .trending-card-wrpr .trending-card {
  padding: 0px;
  box-shadow: none;
  border: 0px;
}
.CArdsItems .trending-head b {
  color: #8181a7;
  font-family: Nunito Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
  letter-spacing: -0.15px;
  margin-bottom: 16px;
  display: block;
}
.CArdsItems .trending-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: calc(100% - 36px);
  overflow: auto;
  width: 100%;
}
.CArdsItems .trending-list .trending-item {
  padding: 0px !important;
  box-shadow: none !important;
  border: 0px !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.CArdsItems .trending-list .trending-item .item-left {
  width: 66px;
  height: 64px;
  border-radius: 6px;
  min-width: 64px;
  min-height: 64px;
  overflow: hidden;
}
.CArdsItems .trending-list .trending-item .item-left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.CArdsItems .trending-list .trending-item .item-name {
  color: #007bff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.CArdsItems .trending-list .trending-item .item-right-content {
  width: calc(100% - 64px);
}
.CArdsItems .trending-list::-webkit-scrollbar {
  width: 0px;
}

.newsHighCjhart {
  max-height: 236px;
}
.newsHighCjhart > div {
  height: 235px;
}
.newsHighCjhart > div .highcharts-container {
  height: 100% !important;
}
.newsHighCjhart > div .highcharts-background {
  height: 100% !important;
}
.newsHighCjhart > div .highcharts-root {
  height: 100% !important;
}
.newsHighCjhart > div .highcharts-title tspan {
  font-size: 15px !important;
}

.NewsCards {
  background: #fff;
  border-radius: 6px;
  padding: 16px;
  height: 100%;
  min-height: 381px;
}

.BalanceRowincome {
  background: #fff;
  margin: 4px;
  border-radius: 6px;
  padding: 24px;
  min-height: 293px;
}
.BalanceRowincome .balance-card {
  background: transparent;
  border: none;
  padding: 0;
}
.BalanceRowincome .transaction-card {
  padding: 0px 0px 0px 16px;
  border-width: 0px 0px 0px 1px;
  border-radius: 0;
  border-style: solid;
  border-color: #eeeef6;
}
.BalanceRowincome .balance-card-row {
  flex-direction: column;
  align-items: baseline;
}

.balance-card-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: row;
  width: 100%;
}

.rowTotal {
  border-top: 1px solid #eeeef6;
  padding-top: 20px;
}

.CurrentBalance .transection-top-section {
  margin-bottom: 0px;
}

nav.sidenav {
  background: #fff;
  padding-right: 15px;
  z-index: 999;
}

.WeatherBalanceRow {
  margin-left: 0;
  margin-right: 0;
}

.SummaryMaintenanceRow,
.TicketStatusRow,
.NewsitemsRow,
.PollsTrendingRow,
.EventLatestRow {
  margin-left: 8px;
  margin-right: 0px;
}

.bookingsTrendingRow .row {
  margin-left: 8px;
  margin-right: 0px;
}

.BalanceRowincome {
  min-height: 380px;
  margin: 0;
}

.bookingsTrendingRow .row.TrendingSpaces {
  margin-right: -8px;
  margin-left: -8px;
  width: 100%;
}

.bookingsTrendingRow .trending-space-block.CArdsItems {
  min-height: 472px !important;
}

.scroll-hide::-webkit-scrollbar {
  width: 0px !important;
}

.noDataFound {
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.assetResponses {
  padding: 2px 5px 2px 10px;
  position: relative;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
}
@media screen and (min-width: 1800px) {
  .assetResponses {
    width: 28%;
    text-align: center;
    justify-content: center;
  }
}
.assetResponses.openResponses:before {
  background-color: #17cb75;
}
.assetResponses.progressResponses:before {
  background-color: #ffa53b;
}
.assetResponses.overdueResponses:before {
  background-color: #573bff;
}
.assetResponses.closedResponses:before {
  background-color: #ff3b5e;
}
.assetResponses:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 12px;
  border-radius: 8px;
  left: 5px;
  top: 5px;
}

.AssetRegCard {
  align-items: baseline;
  justify-content: flex-start;
}

.assetMainResponse {
  display: flex;
  gap: 10px;
}

.assetResponses {
  font-size: 12px;
  color: #8181a6;
  font-weight: 400;
  display: flex;
  gap: 2px;
}

.assetRegValue {
  width: 9px;
  height: 16px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #2c2c44;
}

.item-name-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 10px;
}

.totalSum {
  height: 24px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #18182b;
  display: flex;
  gap: 10px;
}

span.totalValue {
  width: 9px;
  height: 14px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background-color: #000;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.assetSummaryHead {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px;
}

.custom-tooltip {
  background: #101828 !important;
}

.custom-option {
  display: flex;
  align-items: center;
}

.custom-option .profile-pic {
  margin-right: 10px;
}

.custom-option img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.filterSelectSystem {
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 200px;
}

.assetFilter {
  margin: 0 !important;
}

.table-header-2 .th-left .custom-dropdown div {
  margin-left: 0;
}

.assetByStatus {
  height: 380px !important;
}/*# sourceMappingURL=style.css.map */