
:root {
  --loginGray: #4D4F5C;
  --loginNave: #43425D;
  --pageRed: #FD5353;
  --sideMenuGray: #F8F8F8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  background-color: #F5F9FF;
}

.main-container {
  display: flex;
}

/* Clear Padding & margin */
.no-padding-margin {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Elements whose class attribute begins with "col-" */
/* Elements whose class attribute contains the substring "col-" */
[class*="col-"],
[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* --------------------------------Login style------------------------------- */
.login--side-background {
  width: 100%;
  background: url(../img/side-background.svg);
  height: 100%;
  min-height: 100vh;
  background-repeat: space;
}

.login--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20vh;
}

.login--logo img {
  width: 150px;
  height: 100px;
}

.login--Form__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  margin: 0 auto;
}

.login--form {
  width: 100%;
}

.login--Form__container p {
  font-size: 17px;
  color: var(--loginGray);
  opacity: 0.5;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
}

.login--form__input {
  width: 100%;
  margin-top: 20px;
}

.login--form__input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--loginNave);
  opacity: 1;
  /* Firefox */
  font-size: 14px;
  letter-spacing: 0.5px;
}

.login--form__input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--loginNave);
  font-size: 14px;
  letter-spacing: 1;
  letter-spacing: 0.5px;
}

.login--form__input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--loginNave);
  font-size: 14px;
  letter-spacing: 1;
  letter-spacing: 0.5px;
}

.login--form__input input {
  width: 100%;
  border: 0;
  outline: none;
  border-bottom: 2px solid #E9E9F0;
  padding: 10px;
  color: var(--loginNave);

}

.login--form__input .select_style {
    width: 100%;
    border: 0;
    outline: none;
    border-bottom: 2px solid #E9E9F0;
    padding: 1px
;
    color: var(--loginNave);
}

.Login--form__checkbox {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.Login--form__checkbox>div:nth-child(1)>span:nth-child(2) {
  padding-left: 10px;
  font-size: 14;
  font-weight: 300;
  color: var(--loginNave);
}

.Login--form__checkbox>div:nth-child(2)>a:nth-child(1) {
  font-size: 14;
  color: var(--loginNave);
  font-weight: 300;
  text-decoration: none;
}

.login--form>div:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

.login--form>div:nth-child(4)>button:nth-child(1) {
  background-color: var(--pageRed);
  width: 100%;
  border: none;
  border-radius: 15px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  box-shadow: 0px 9px 0px 0px 16px var(--pageRed);
  -webkit-box-shadow: -1px 22px 17px -5px rgba(253, 83, 83, 0.3);
  box-shadow: -1px 22px 17px -5px rgba(253, 83, 83, 0.3);
  transition: 0.4s;
}

.login--form>div:nth-child(4)>button:nth-child(1):hover {
  box-shadow: none;
}
/* --------------------------------Forget Password style------------------------------- */
.forget--side-background {
  width: 100%;
  background: url(../img/side-background.svg);
  height: 100%;
  min-height: 100vh;
  background-repeat: space;
}

.forget--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20vh;
}

.forget--logo img {
  width: 150px;
  height: 100px;
}

.forget--Form__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  margin: 0 auto;
}

.forget--form {
  width: 100%;
}

.forget--Form__container p {
  font-size: 17px;
  color: var(--loginGray);
  opacity: 0.5;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
}

.forget--form__input {
  width: 100%;
  margin-top: 20px;
}

.forget--form__input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--loginNave);
  opacity: 1;
  /* Firefox */
  font-size: 14px;
  letter-spacing: 0.5px;
}

.forget--form__input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--loginNave);
  font-size: 14px;
  letter-spacing: 1;
  letter-spacing: 0.5px;
}

.forget--form__input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--loginNave);
  font-size: 14px;
  letter-spacing: 1;
  letter-spacing: 0.5px;
}

.forget--form__input input {
  width: 100%;
  border: 0;
  outline: none;
  border-bottom: 2px solid #E9E9F0;
  padding: 10px;
  color: var(--loginNave);

}

.forget--form>div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

.forget--form>div:nth-child(2)>button:nth-child(1) {
  background-color: var(--pageRed);
  width: 100%;
  border: none;
  border-radius: 15px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  box-shadow: 0px 9px 0px 0px 16px var(--pageRed);
  -webkit-box-shadow: -1px 22px 17px -5px rgba(253, 83, 83, 0.3);
  box-shadow: -1px 22px 17px -5px rgba(253, 83, 83, 0.3);
  transition: 0.4s;
}

.forget--form>div:nth-child(2)>button:nth-child(1):hover {
  box-shadow: none;
}
/* --------------------------------Reset Password style------------------------------- */
.reset--side-background {
  width: 100%;
  background: url(../img/side-background.svg);
  height: 100%;
  min-height: 100vh;
  background-repeat: space;
}

.reset--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20vh;
}

.reset--logo img {
  width: 150px;
  height: 100px;
}

.reset--Form__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  margin: 0 auto;
}

.reset--form {
  width: 100%;
}

.reset--Form__container p {
  font-size: 17px;
  color: var(--loginGray);
  opacity: 0.5;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
}

.reset--form__input {
  width: 100%;
  margin-top: 20px;
}

.reset--form__input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--loginNave);
  opacity: 1;
  /* Firefox */
  font-size: 14px;
  letter-spacing: 0.5px;
}

.reset--form__input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--loginNave);
  font-size: 14px;
  letter-spacing: 1;
  letter-spacing: 0.5px;
}

.reset--form__input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--loginNave);
  font-size: 14px;
  letter-spacing: 1;
  letter-spacing: 0.5px;
}

.reset--form__input input {
  width: 100%;
  border: 0;
  outline: none;
  border-bottom: 2px solid #E9E9F0;
  padding: 10px;
  color: var(--loginNave);

}

.reset--form>div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

.reset--form>div:nth-child(3)>button:nth-child(1) {
  background-color: var(--pageRed);
  width: 100%;
  border: none;
  border-radius: 15px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  box-shadow: 0px 9px 0px 0px 16px var(--pageRed);
  -webkit-box-shadow: -1px 22px 17px -5px rgba(253, 83, 83, 0.3);
  box-shadow: -1px 22px 17px -5px rgba(253, 83, 83, 0.3);
  transition: 0.4s;
}

.reset--form>div:nth-child(3)>button:nth-child(1):hover {
  box-shadow: none;
}

/* --------------------------------page notifications-management------------------------------- */
.main-sideMenu--container {
  width: 230px;
  background-color: #fff;
  min-height: 100vh;
  overflow: hidden;
}

.main-sideMenu--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.main-sideMenu--header i {
  font-size: 25px;
  cursor: pointer;
}

.main-sideMenu--logo img {
  height: 40px;
  width: 60px;
}

.main-sideMenu--links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-sideMenu--links li {
  display: flex;
  align-items: center;
  margin: 10px 0;
  color: var(--loginNave);
}

.main-sideMenu--links li i {
  display: flex;
  padding: 15px;
  padding: 0;
  padding: 10px 10px;
  font-size: 13px;
}

.term :hover{
  color: unset !important;
}

.main-sideMenu--links li a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0;
  text-decoration: none;
  font-size: 13px;
  color: var(--loginNave);
}

.main-sideMenu--links ul li.active {
  background-color: var(--sideMenuGray);
  color: var(--pageRed);
  border-left: 2px solid var(--pageRed);
}

.main-sideMenu--links ul li a.active {
  color: var(--pageRed);
}

.main-sideMenu--links li:hover:not(.active) {
  background-color: var(--sideMenuGray);
  color: var(--pageRed);
}

.main-sideMenu--links li a:hover:not(.active) {
  background-color: var(--sideMenuGray);
  color: var(--pageRed);
}

.main-page--container {
  width: calc(100% - 230px);
}

.main-page--container nav {
  height: 50px;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3%;
  -webkit-box-shadow: 0px 21px 29px -11px rgba(0, 0, 0, 0.26);
  box-shadow: 14px 25px 13px -18px rgba(0, 0, 0, 0.09);
}

.user-login-status--container {
  display: flex;
  align-items: center;
}

.user-login-status--container a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: var(--loginNave);
  padding-right: 20px;
}

.user-login-status--container i {
  display: block;
  font-size: 13px;
  color: #43E695;
}

.main-page__content {
  min-height: 300px;
  margin: 50px;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  width: 94%;
  box-sizing: border-box;
  margin: 50px auto 20px auto;
}

.main-page--search__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 2%;
  flex-wrap: wrap;
}

.main-page--search__container i {
  position: absolute;
  right: 0;
  padding: 0 10px;
  top: 0;
  display: block;
  height: 100%;
}

.main-page--search__container input {
  height: 100%;
  width: 100%;
  width: 400px;
  border: 2px solid rgb(245, 246, 250);
  background-color: #F5F9FF;
  height: 30px;
  padding: 0 10px;
}

.main-page--search__container input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--loginNave);
  opacity: 1;
  /* Firefox */
  font-size: 11px;
  letter-spacing: 0.5px;
}

.main-page--search__container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--loginNave);
  font-size: 11px;
  letter-spacing: 1;
  letter-spacing: 0.5px;
}

.main-page--search__container input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--loginNave);
  font-size: 11px;
  letter-spacing: 1;
  letter-spacing: 0.5px;
}

.main-page--search__container h6 {
  font-size: 20px;
  color: var(--loginNave);
}

.main-page--search__input {
  position: relative;
  height: 30px;
}

.notification-table {
  overflow-x: auto;
}

.notification-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.notification-table thead {
  background-color: #F5F6FA;
}

.notification-table thead tr {
  color: #A3A6B4;
  font-size: 15px;
  text-transform: uppercase;
}

.notification-table thead tr th {
  text-align: center;
  font-weight: 400;
  padding: 15px;
}

/* .notification-table thead tr th:nth-child(1) {
  text-align: left;
}

.notification-table thead tr th:nth-child(5) {
  text-align: left;
} */

.notification-table tbody tr {
  border-bottom: 2px solid rgb(245, 246, 250);
  font-size: 13px;
}

.notification-table tbody tr td {
  text-align: center;
  padding: 15px;
}

/* .notification-table tbody tr td:nth-child(1) {
  text-align: left;
}

.notification-table tbody tr td:nth-child(5) {
  text-align: left;
} */

.notification-table--clearBtn {
  outline: none;
  height: 40px;
  width: 70px;
  border-radius: 20px;
  background-color: #1AB4C538;
  color: #1AB4C5;
  border: none;
  font-size: 12px;
  transition: 0.3s;
}

.notification-table--clearBtn-active {
  color: #fff;
  background-color: #1AB4C5;
  font-size: 15px;
}

.notification-table--clearBtn:hover {
  box-shadow: #1AB4C5 1px 4px;
}

.notification-table--sendAlertBtn {
  outline: none;
  height: 40px;
  width: 118px;
  border-radius: 20px;
  background-color: var(--pageRed);
  color: #fff;
  border: none;
  font-size: 12px;
  transition: 0.3s;
}

.notification-table--sendAlertBtn:hover {
  box-shadow: #F58E8E 1px 4px;
}

.notification-table--assignForm {
  display: flex;
  position: relative;
  justify-content: center;
}

.notification-table--assignForm button {
  background-color: #fff;
  border: 1px solid;
  border-radius: 20px;
  height: 40px;
  width: 70px;
  transition: 0.3s;
}

.notification-table--assignForm button:hover {
  box-shadow: #C9C9C9 1px 4px;
}

.notification-table--assignForm .notification-table--assignForm-active {
  color: #fff;
  background-color: var(--loginNave);
}

.notification-table--assignForm select {
  height: 40px;
  min-width: 165px;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  outline: none;
  padding: 0 5px;
  margin-right: 10px;
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: transparent;
}

.new--message {
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration-line: underline;
  color: #3B86FF;
}

.view--message {
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration-line: underline;
  color: #3B86FF;
}

.select-div {
  position: relative;
  padding: 0 2%;
}

.select-div i {
  position: absolute;
  right: 16px;
  padding: 10px;
  z-index: 1;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.notification-table--assignForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--loginNave);
}

.notification-table--assignForm select::-ms-expand {
  display: none;
}

.notification-table--assignForm--modify select {
  min-width: 90px;
  padding: 0 13px;
  position: relative;
  z-index: 10;
  background-color: transparent;
}

#send-alert__container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 4, 15, 40%);
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

#send-message__container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 4, 15, 40%);
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

#view-message__container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 4, 15, 40%);
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.send-alert__text {
  height: 430px;
  width: 650px;
  background-color: #fff;
  border-radius: 30px
}

.send-alert__close {
  width: 100%;
  padding: 2% 2% 1% 2%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.send-alert__content {
  width: 100%;
  padding: 0 4% 4% 4%;
}

.send-alert__content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  color: var(--loginNave);
}

.send-alert__content textarea {
  width: 100%;
  min-height: 207px;
  border: 2px solid #E9E9F0;
  border-radius: 30px;
  color: var(--loginNave);
  padding: 20px;
  outline: none;
}

.send-alert__content--inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.send-alert__content--inputfile+label {
  color: #B7B7B7;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.send-alert__content label div {
  height: 40px;
  width: 40px;
  background-color: #F0F2F8;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 10px;
}

.send-alert__content label div i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.send-alert__content--button {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.send-alert__content--button button {
  height: 50px;
  width: 180px;
  border-radius: 20px;
  background-color: var(--pageRed);
  color: #fff;
  border: none;
  text-transform: uppercase;
}

.user--message__container {
  background-color: #0afd172b;
  padding: 13px;
  border-radius: 0px 20px 20px 20px;
  margin-top: 10px;
}

.lit--message__container {
  background-color: #61b1ec3d;
  padding: 13px;
  border-radius: 20px 20px 0px 20px;
  margin-top: 10px;
}

.message--name {
  margin: 0;
  font-size: 12px;
  color: #649cff;
  ;
}

.message--content {
  padding: 10px;
  margin: 0;
}

/* --------------------------------page customer-management------------------------------- */
.customer-management__content {
  min-height: 75vh;
  margin: 50px;
  border-radius: 30px;
  background-color: #fff;
  width: 94%;
  box-sizing: border-box;
  margin: 50px auto 20px auto;
  -webkit-box-shadow: 0px 21px 29px -11px rgba(0, 0, 0, 0.26);
  box-shadow: 14px 25px 13px -18px rgba(0, 0, 0, 0.09);
}

.add-customer--link {
  display: flex;
  align-items: center;
  padding: 20px 2%;
}

.add-customer--link a {
  font-size: 20px;
  color: var(--loginNave);
  text-decoration: none;
}

.add-customer--link a i {
  margin-right: 10px;
  font-size: 23px;
}

.add-customer--form {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}

.add-customer--form__input {
  width: 75%;
  margin: 15px auto 0 auto;
}

.add-customer--form__button {
  width: 75%;
  margin: 10vh auto 0 auto;
  display: flex;
  justify-content: flex-end;

}

.add-customer--form__button button {
  height: 50px;
  width: 210px;
  background-color: var(--pageRed);
  border: none;
  border-radius: 15px;
  color: #fff;
  font-size: 15px;
  transition: 00.3s;
}

.add-customer--form__button button:hover {
  box-shadow: 0px 9px 0px 0px 16px var(--pageRed);
  -webkit-box-shadow: -1px 22px 17px -5px rgba(253, 83, 83, 0.3);
  box-shadow: -1px 22px 17px -5px rgba(253, 83, 83, 0.3);
  transition: 0.4s;
}

#pre-auth__container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 4, 15, 40%);
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

#schedule__container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 4, 15, 40%);
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.schedule--balance {
  width: 100%;
  background-color: #F1F0F0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--loginNave);
  border-radius: 10px;
  padding: 10px 0;
}

.schedule--balance p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.schedule--balance h4 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 30px;
}

.dialog--container {

  width: 650px;
  background-color: #fff;
  border-radius: 30px
}

.schedule--table div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #F1F0F0;
}

.schedule--table {
  margin-top: 20px;
  max-height: 60vh;
  overflow-y: auto;
  scrollbar-color: rgb(0 0 0 / 19%) #fff;
  scrollbar-width: thin;
}

.schedule--table::-webkit-scrollbar {
  width: 5px;
}

.schedule--table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.00);
}

.schedule--table::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0 / 19%);
  border-radius: 15px;
}

.schedule--table::-webkit-scrollbar-thumb:hover {
  background: rgb(0 0 0 / 35%);

}

.schedule--table div p:nth-child(1) {
  margin: 0;
  font-size: 17px;
  color: #4D4F5C99;
  font-weight: 600;
}

.schedule--table div p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--loginNave);
}

/*---*/

.pre-auth__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  background-color: #F1F0F0;
}

.pre-auth__header p:nth-child(1) {
  margin: 0;
  width: 35%;
  text-align: left;
}

.pre-auth__header p:nth-child(1) {
  margin: 0;
  width: 25%;
  text-align: left;
}

.pre-auth__header p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #bdb8b8;
  width: 20%;
  text-align: center;
  text-transform: uppercase;
}

.pre-auth--table div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #F1F0F0;
}

.pre-auth--table {
  margin-top: 20px;
  max-height: 60vh;
  overflow-y: auto;
  scrollbar-color: rgb(0 0 0 / 19%) #fff;
  scrollbar-width: thin;
}

.pre-auth--table::-webkit-scrollbar {
  width: 5px;
}

.pre-auth--table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.00);
}

.pre-auth--table::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0 / 19%);
  border-radius: 15px;
}

.pre-auth--table::-webkit-scrollbar-thumb:hover {
  background: rgb(0 0 0 / 35%);

}

.pre-auth--table div p:nth-child(1) {
  margin: 0;
  font-size: 14px;
  color: #4D4F5C99;
  font-weight: 600;
  width: 35%;
  text-align: left;
}



.pre-auth--table div p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--loginNave);
  width: 20%;
  text-align: center;
}


/* --------------------------------page trustee-management------------------------------- */
.add-trustee__content {
  width: 94%;
  margin: 50px auto 20px auto;
}

.trustee-management__content {
  min-height: 75vh;
  border-radius: 30px;
  background-color: #fff;
  width: 94%;
  position: relative;
  box-sizing: border-box;
  margin: 50px auto 70px auto;
  -webkit-box-shadow: 0px 21px 29px -11px rgba(0, 0, 0, 0.26);
  box-shadow: 14px 25px 13px -18px rgba(0, 0, 0, 0.09);
}

.add-trustee--disc {
  min-height: 350px;
  width: 98%;
  background-color: white;
  border-radius: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 21px 29px -11px rgba(0, 0, 0, 0.26);
  box-shadow: 14px 25px 13px -18px rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
}

.add-trustee--disc__img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5%;
}

.add-trustee--disc__img img {
  width: 100%;
}

.add-trustee--disc__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 5%;
}

.add-trustee--disc__content h5 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
}

.add-trustee--disc__content p {
  font-size: 16px;
  color: #888888;
}

.add-trustee--button {
  height: 350px;
  width: 100%;
  background-color: white;
  border-radius: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 21px 29px -11px rgba(0, 0, 0, 0.26);
  box-shadow: 14px 25px 13px -18px rgba(0, 0, 0, 0.09);
  padding: 7%;
}

.add-trustee--button__border {
  width: 100%;
  height: 100%;
  border: 2px dashed var(--pageRed);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-trustee--button__border form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.add-trustee--button__border button {
  height: 80px;
  width: 80px;
  font-size: 50px;
  background-color: #ED1B24;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 9px 0px 0px 16px var(--pageRed);
  -webkit-box-shadow: -1px 22px 17px -5px rgba(253, 83, 83, 0.3);
  box-shadow: -1px 22px 17px -5px rgba(253, 83, 83, 0.3);
  margin-bottom: 20px;
}

.add-trustee--button__border i {
  display: flex;
}

.trustee-management-table {
  overflow-x: auto;
  padding-bottom: 50px;

}

.trustee-management-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.trustee-management-table thead {
  background-color: #F5F6FA;
}

.trustee-management-table thead tr {
  color: #A3A6B4;
  font-size: 15px;
  text-transform: uppercase;
}

.trustee-management-table thead tr th {
  text-align: center;
  font-weight: 400;
  padding: 15px;
}

/* .trustee-management-table thead tr th:nth-child(5) {
  text-align: left;
} */


.trustee-management-table tbody tr {
  border-bottom: 2px solid rgb(245, 246, 250);
  font-size: 13px;
}

.trustee-management-table tbody tr td {
  text-align: center;
  padding: 15px;
}

.trustee-management-table tbody tr td p {
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration-line: underline;
  color: #3B86FF;
}

.trustee-management-table tbody tr td:nth-child(5) {
  text-align: left;
}

.trustee-management-table--clearBtn {
  outline: none;
  height: 40px;
  width: 70px;
  border-radius: 20px;
  background-color: #1AB4C538;
  color: #1AB4C5;
  border: none;
  font-size: 12px;
  transition: 0.3s;
}

.trustee-management-table--clearBtn-active {
  color: #fff;
  background-color: #1AB4C5;
  font-size: 15px;
}

.trustee-management-table--clearBtn:hover {
  box-shadow: #1AB4C5 1px 4px;
}

.trustee-management-table--sendAlertBtn {
  outline: none;
  height: 40px;
  width: 118px;
  border-radius: 20px;
  background-color: var(--pageRed);
  color: #fff;
  border: none;
  font-size: 12px;
  transition: 0.3s;
}

.trustee-management-table--sendAlertBtn:hover {
  box-shadow: #F58E8E 1px 4px;
}

.trustee-management-table--assignForm {
  display: flex;
  position: relative;
  justify-content: center;
}

.trustee-management-table--assignForm button {
  background-color: #fff;
  border: 1px solid;
  border-radius: 20px;
  height: 40px;
  width: 70px;
  transition: 0.3s;
}

.trustee__select {
  width: 100%;
  margin: 15px auto 0 auto;
  border: none;
  border-bottom: 2px solid #E9E9F0;
  padding: 5px;
  color: var(--loginNave);
  opacity: 1;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.trustee-management-table--assignForm button:hover {
  box-shadow: #C9C9C9 1px 4px;
}

.trustee-management-table--assignForm .trustee-management-table--assignForm-active {
  color: #fff;
  background-color: var(--loginNave);
}

.trustee-management-table--assignForm select {
  height: 40px;
  width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  outline: none;
  padding: 0 5px;
  margin-right: 10px;
  position: relative;
  z-index: 10;
  background-color: transparent;
}

.select-div {
  position: relative;
}

.select-div i {
  position: absolute;
  right: 16px;
  padding: 10px;
  z-index: 1;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.trustee-management-table--assignForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--loginNave);
}

.trustee-management-table--assignForm select::-ms-expand {
  display: none;
}

.control--container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.control--container button {
  background-color: transparent;
  border: none;
  font-size: 20px;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
}

.control--container button:nth-child(1) {
  color: var(--loginNave);
}

.control--container button:nth-child(2) {
  color: var(--pageRed);
}

.dialog-open--links {
  width: 90px;
}

.trustee-management--loadMore {
  width: 100%;
  text-align: center;
}

.trustee-management--loadMore a {
  position: absolute;
  bottom: 15px;
  text-decoration: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 21px;
  margin-left: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(200, 202, 209);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: #43E695;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: white;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  border: 2px solid rgb(200, 202, 209);
}

.slider.round:before {
  border-radius: 50%;
}

/* --------------------------------page archive------------------------------- */
.archive__content {
  min-height: 75vh;
  margin: 50px;
  border-radius: 0 30px 30px 0;
  background-color: #fff;
  width: 94%;
  box-sizing: border-box;
  margin: 50px auto 50px auto;
  -webkit-box-shadow: 0px 21px 29px -11px rgba(0, 0, 0, 0.26);
  box-shadow: 14px 25px 13px -18px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-wrap: nowrap;
}

.archive--contacts {
  height: 100%;
  width: 25%;
  border-right: 2px solid #E9E9F0;
}

.archive--contact--search {
  height: 80px;
  border-bottom: 1px solid #E9E9F0;
  border-right: 1px solid #E9E9F0;
  display: flex;
  align-items: center;

  justify-content: center;
}

.archive--contact--search i {
  color: #BCBCCB;
  padding: 10px;
  padding-left: 5%
}

.archive--contact--search input {
  border: none;
  outline: none;
  width: 80%;
  margin: 0 auto;
}

.archive--content--user {
  border-bottom: 1px solid #E9E9F0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
  font-size: 30px;
  color: var(--loginNave);
}

.archive--content--user>div>span {
  font-size: 13px;
  font-weight: bold;
}

.archive--contact--contacts {
  border-right: 1px solid #E9E9F0;
  min-height: 75vh;
}

.archive-row-padding {
  padding: 20px 3%;
  border-bottom: 1px solid #E9E9F0;
}

.archive--content--time {
  text-align: right;
}

.archive--content--time p {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  color: #898F9C;
}

.archive--content--message h6 {
  font-size: 20px;
  margin-bottom: 2%;
}

.archive--content--message p {
  margin: 0;
  font-size: 12px;
  margin-bottom: 1%;
  font-weight: 600;
  color: var(--loginNave);
}

.archive--content--message span {
  margin-left: 5px;
  font-size: 12px;
  margin-bottom: 1%;
  font-weight: 400;
  color: var(--loginNave);
}

.archive--contact--contactInfo {
  display: flex;
  padding: 4%;
  align-items: center;
  border-bottom: 1px solid #E9E9F0;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.contact-select {
  background-color: #F1F1F3;
}

.contact-orange-border {
  border-left: 2px solid #FF6565;
}

.contact-barbel-border {
  border-left: 2px solid #A3A0FB;
}

.contact-blue-border {
  border-left: 2px solid #3B86FF;
}

.archive--contact--info {
  padding: 2% 2% 2% 6%;
  width: 100%;
}

.archive--contact--info div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3%;
}

.archive--contact--info>div>p {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}

.archive--contact--info p {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

.archive--contact--info div h6 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.avatar {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* -----------------------------------------------------Page Chart --------------------------------------------------------- */
.chart-background {
  width: 146%;
  position: fixed;
  bottom: -340px;
  left: -553px;
  z-index: -1;
}

.chart__content {
  min-height: 75vh;
  margin: 50px;
  width: 94%;
  box-sizing: border-box;
  margin: 50px auto 50px auto;
}

.chart-container {
  -webkit-box-shadow: 0px 21px 29px -11px rgba(0, 0, 0, 0.26);
  box-shadow: 14px 25px 13px -18px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 30px;
  width: 96%;
  margin: 2% auto;
  min-height: 360px;
  padding: 6%;
}

.chart-container h6 {
  font-size: 20px;
  font-weight: 300;
  color: #BABABA;
}

.chart-average {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  border-bottom: 2px solid #BABABA
}

.chart-average h3 {
  color: var(--loginNave);
  font-size: 35px;
  margin: 0;
}

.chart-average p {
  color: var(--pageRed);
  font-size: 11px;
  font-weight: 600;
}

.vertical-chart {
  height: 100%;
  display: flex;
  padding: 6% 0;
}

.chart-figures {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #BABABA;
}

.chart-figures div {
  width: 30px;
  position: relative;
}

.chart-figures div span {
  position: absolute;
  bottom: -36px;
  left: 0px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  width: 30px;
}

.chart-figures div:nth-child(1) {
  background: rgb(182, 238, 255);
  background: linear-gradient(0deg, rgba(182, 238, 255, 1) 7%, rgba(134, 227, 255, 1) 23%, rgba(85, 216, 254, 1) 44%, rgba(85, 216, 254, 1) 73%, rgba(85, 216, 254, 1) 100%);
}

.chart-figures div:nth-child(2) {
  background: linear-gradient(0deg, rgba(246, 221, 170, 1) 6%, rgba(241, 205, 129, 1) 18%, rgba(241, 201, 118, 1) 49%, rgba(245, 198, 109, 1) 62%, rgba(254, 192, 85, 1) 84%);
}

.chart-figures div:nth-child(3) {
  background: rgb(184, 184, 184);
  background: linear-gradient(0deg, rgba(184, 184, 184, 1) 0%, rgba(136, 136, 136, 1) 21%, rgba(123, 123, 123, 1) 49%, rgba(112, 112, 112, 1) 75%, rgba(112, 112, 112, 1) 100%);
}

.chart-figures div:nth-child(4) {
  background: rgb(237, 255, 211);
  background: linear-gradient(0deg, rgba(237, 255, 211, 1) 0%, rgba(232, 255, 197, 1) 24%, rgba(219, 255, 165, 1) 46%, rgba(202, 254, 123, 1) 69%, rgba(187, 254, 85, 1) 100%);
}

.chart-figures div:nth-child(5) {
  background-image: linear-gradient(to top, #f09797, #f19090, #f18888, #f18181, #f17979, #f27474, #f36e6e, #f46969, #f76464, #f95f5f, #fc5a5a, #fe5555);
}

.chart-figures div:nth-child(6) {
  background-image: linear-gradient(to top, #c8ffca, #beffc0, #b4ffb6, #aaffac, #9fffa2, #96ff99, #8dff90, #83ff87, #79ff7d, #6eff72, #62fe67, #55fe5b);
}

.chart-figures div:nth-child(7) {
  background-image: linear-gradient(to top, #d5b8fb, #ceacfb, #c7a0fa, #c094fa, #b988f9, #b480f9, #b078fa, #ab70fa, #a86afb, #a563fc, #a15cfd, #9e55fe);
}


.chart-figures-tow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #BABABA
}

.chart-figures-tow div {
  width: 30px;
  background: rgb(182, 238, 255);
  background: linear-gradient(0deg, rgba(182, 238, 255, 1) 7%, rgba(134, 227, 255, 1) 23%, rgba(85, 216, 254, 1) 44%, rgba(85, 216, 254, 1) 73%, rgba(85, 216, 254, 1) 100%);
}

.bottom-half-circle {
  width: 200px;
  height: 100px;
  background-color: gold;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom: 0;
}

.top-half-circle {
  width: 100%;
  height: 100px;
  background-color: rgb(255, 0, 0);
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom: 0;
}


.send-Message__text {
  width: 650px;
  background-color: #fff;
  border-radius: 30px;
}

.message-textarea {
  width: 100%;
  min-height: 50px;
  border: 2px solid #E9E9F0;
  border-radius: 30px;
  color: var(--loginNave);
  padding: 10px;
  outline: none;
  margin-top: 20px;
}

/* On screens that are 600px or less*/
@media screen and (max-width: 600px) {
  .chart-container h6 {
    width: 100%;
  }

  .main-page--container {
    width: calc(100% - 140px);
  }

  .main-sideMenu--container {
    width: 140px;
  }

  .Login--form__checkbox>div:nth-child(1)>span:nth-child(2) {
    font-size: 12px;
  }

  .Login--form__checkbox>div:nth-child(2)>a:nth-child(1) {
    font-size: 12px;
  }

  .main-page--search__container input {
    width: 100%;
  }

  .login--Form__container {
    width: 70%;
  }

  .add-trustee--disc {
    width: 100%;
  }

  .archive--contact--contactInfo {
    flex-wrap: wrap;
  }
}

.toast-top-left {
    top: 12px;
    right: 12px;
    left: unset !important;
}


.preloader {
    position: absolute;
    z-index: 111111;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: url(../img/preloader.gif) no-repeat 50% 20% #b0acac4d;

}

.body_preloader{
  position: relative;
  overflow: hidden !important;
}
button:focus{
  outline: none !important;
}

.modal-content{
  border-radius: 30px !important;
  border:none !important;
};
.ng-isolate-scope{
  background: red !important;
}
.modal{
 background: #787a7a63 !important;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 650px !important;
}
}

.upload_file{
    font-size: 15px;
    margin-left: 10px;
    color: #615f5dc7;
}


.schedule__content--inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.schedule__content--inputfile+label {
  color: #B7B7B7;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.schedule_lable {
    display: unset !important;
    margin-left: 20px !important;
    margin-top: unset !important;
    font-size: 18px;
    color: #B7B7B7;
}

.import-alert__text{
  height: 243px !important; 
}

.ticket-data{
  margin-top: 5% !important;
}

.details_hight{
  height: 100% !important;
}

.instraction__content textarea {
    width: 100%;
    min-height: 207px;
    border: 2px solid #E9E9F0;
    border-radius: 30px;
    color: var(--loginNave);
    padding: 20px;
    outline: none;
}

.instraction__image{
  margin-top: 5%;
}

.fade:not(.show){
  opacity: 0.7 !important;
}

.bootbox-alert:not(.show){
  opacity: 1 !important;
}

.modal.fade .modal-dialog{
  margin-top: 5% !important;
}
.bootbox-close-button{
  display: none;
}
.canvasjs-chart-credit{
  display: none !important;
}

.chart-average_height{
  height: 162px !important;
}
/*.main-sideMenu--logo img {
    height: 65px !important;
    margin-top: 10px;
    width: 95px !important;
}*/
.chart-average {
  border-bottom : unset !important;
}
.settings-menu{
      margin-left: 10% !important;
}

g[aria-labelledby]  {
  display: none !important;
}

#chart3 >div,#chart4 >div{
  border-bottom: 2px solid #BABABA;
  height: 93% !important;
}
tspan{
    fill: rgb(44, 55, 88);
    font-size: 9px !important;
    font-family: Muli-SemiBold, Muli;
    /*font-weight: 600;*/
}

.select_style{
  border: 1px solid #C9C9C9;
    border-radius: 10px;
    padding: 3px;
}
.select2-container-multi .select2-choices{
  background-image: unset !important;
  border: none !important;
}
/*.ui-select-match {
    align-items: center;
    display: flex;
    justify-content: center;
}*/
/*.select2-choices{
  height: 40px !important;
}*/

.switch{
    margin-right: 10px;
}
.ui-select-choices-row:hover{
  color: black !important;
}

.search-btn{
    background-color: #1AB4C538 !important;
    color: #1AB4C5 !important;
    height: 50px  !important;
    width: 1300px  !important;
    border-radius: 20px  !important;
    border: none  !important;
    font-size: 15px  !important;
    transition: 0.3s  !important;
}
.search-btn:hover {
    box-shadow: #1ab4c5 1px 4px !important; 
}

.reset-btn{
    outline: none !important;
    height: 50px  !important;
    width: 1300px  !important;
    border-radius: 20px  !important;
    background-color: var(--pageRed)  !important;
    border: none  !important;
    font-size: 15px  !important;
    transition: 0.3s  !important;
}

.reset-btn button:hover {
     box-shadow: 0px 9px 0px 0px 16px var(--pageRed); 
     -webkit-box-shadow: -1px 22px 17px -5px rgb(253 83 83 / 30%); 
     box-shadow: -1px 22px 17px -5px rgb(253 83 83 / 30%); 
     transition: 0.4s; 
}

.search-btns{
    margin-bottom: 5% !important;
    width: 50% !important;
    float: right !important;
    margin-right: 10% !important;
}
}


.ringBell, .ringBell:after {
  width: 40px;
  height: 40px;
}

.-count, .-count:before, .ringBell:after {
  position: absolute;
}

.-count, .-count:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.ringBell {
  margin: 3% auto;
  cursor: pointer;
}

.ringBell:after {
  content: '';
  transform-origin: top;
  background-image: url('../../img/bell.png');
  background-size: cover;
}

.ringBell:hover:after {
  animation: ring .16s ease-in-out 5;
}

@keyframes ring {
  0% {
    transform: rotate(18deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-18deg);
  }
}

.-count {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: red;
  margin: -6px 0 0 38px;
  font-family: monospace;
  font-size: 22px;
  font-weight: bold;
  z-index: 90;
}

.-count:before {
  content: '';
  box-sizing: border-box;
  border: 1.5px solid red;
}

.ringBell:hover .-count:before {
  animation: pulse .6s ease-out;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(.8);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}


.box::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  border-radius: 5px
}

.box::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
  border-radius: 5px
}

.box::-webkit-scrollbar-thumb
{
    background-color: black;
    border: 2px solid black;
    border-radius: 5px
}

.icons{
  display: inline;
  float: right
}

.notification{
  padding-top: 30px;
  position: relative;
  display: inline-block;
}

.number{
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    min-width: 20px;
    background-color: #d63031;
    border-radius: 20px;
    color: white;
    text-align: center;
    position: absolute;
    top: 3px;
    right: auto;
    /* padding: 0px; */
    border-style: solid;
    border-width: 2px;
    padding: 0px 3px;
}

.number:empty {
   display: none;
}

.notBtn{
  transition: 0.5s;
  cursor: pointer;
  margin-right: 10px;
}

.fas{
  font-size: 25pt;
  padding-bottom: 10px;
  color: black;
  margin-right: 40px;
  margin-left: 40px;
}

.box{
  width: 400px;
  height: 0px;
  border-radius: 10px;
  transition: 0.5s;
  position: absolute;
  overflow-y: scroll;
  padding: 0px;
  right: 0;
  margin-top: 5px;
  background-color: #F4F4F4;
  -webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
  cursor: context-menu;
}

.fa:hover {
  color: #d63031;
}

.notBtn:hover > .box{
  /*height: 60vh*/
  height: 50%;
}

.content{
  padding: 20px;
  color: black;
  vertical-align: middle;
  text-align: left;
}

.gry{
  background-color: #F4F4F4;
}

.top{
  color: black;
  padding: 10px
}

.display{
  position: relative;
}

.cont{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  z-index: 1000;
}

.cont:empty{
  display: none;
}

.stick{
  text-align: center;  
  display: block;
  font-size: 50pt;
  padding-top: 70px;
  padding-left: 80px
}

.stick:hover{
  color: black;
}

.cent{
  text-align: center;
  display: block;
}

.sec{
  padding: 10px 10px;
  background-color: #F4F4F4;
  transition: 0.5s;
}

.profCont{
  padding-left: 15px;
}

.profile{
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 75px;
  float: left;
}

.txt{
  vertical-align: top;
  font-size: 14px;
  padding: 5px 10px 0px 5px;
}

.sub{
  font-size: 12px;
  color: grey;
}

.new{
  border-style: none none solid none;
  border-color: red;
  font-weight: bold;
}

.sec:hover{
  background-color: #BFBFBF;
}

.view-all{
  position: absolute;
  bottom: 0;
  background: #787878;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
/*.view-all :hover{*/
  /*background: #4b4b4b;*/
/*}*/
.view-all >a {
  color: white;
}

.hide_count{
  display: none;
}

.notification-item{
  color: #656668;
  text-decoration: none !important;
}

.btn-show
{
  background: #9a9c9f;
  color: white;
  border-radius: 80px;
  margin: 0;
  padding: 7px 10px;
  font-size: 14px;
}

.btn-attchment
{
  background: #43e695;
  color: white;
  border-radius: 80px;
  margin: 0;
  padding: 7px 12px;
  font-size: 14px;
  margin-left: -110px;
}

.faq_img_style {
    max-width: 100%;
}

.page-link{
  color: var(--pageRed) !important;
}

.pagin .page-item.active .page-link{
  color: white !important;
}
.nav-tabs .nav-link {
    color: #43425D;
  }

  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}


/*// dot circle*/
.pinkBg {
  background-color: #ed184f!important;
  background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}

.greyBg {
  background-color: #747172!important;
  background-image: linear-gradient(90deg, #605d5e, #979391);
}

.intro-banner-vdo-play-btn{
  position: relative;
  top: 50%;
  left: 50%;
  text-align: center;
  margin: 2px 0 0 4px;
  z-index: 1;
  padding: 0;
  line-height: 6px;
  min-height: 6px;
  min-width: 6px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  cursor: pointer;
}
.intro-banner-vdo-play-btn i{
  line-height:56px;
  font-size:30px
}
.intro-banner-vdo-play-btn .ripple{
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -12px 0 0 -12px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 2.8s infinite;
}

@-webkit-keyframes ripple{
  0%{
    opacity:1;
    -webkit-transform:scale(0);
    transform:scale(0)
  }
  100%{
    opacity:0;
    -webkit-transform:scale(1);
    transform:scale(1)
  }
}
@keyframes ripple{
  0%{
    opacity:1;
    -webkit-transform:scale(0);
    transform:scale(0)
  }
  100%{
    opacity:0;
    -webkit-transform:scale(1);
    transform:scale(1)
  }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
  animation-delay:.3s;
  -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
  animation-delay:.6s;
  -webkit-animation-delay:.6s
}

.debtor-dot{
  margin: 2px 0 0 14px !important;
}
/*// dot circle*/