.home {
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 102px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.06);
  direction: rtl;
}

.submit-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 300px;
  margin-top: 50px;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #18c746;
  box-shadow: 6px 6px 9px 4px rgba(0, 0, 0, 0.06);
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.submit-login:hover {
  border: 2px solid #18c746;
  background-color: rgba(24, 199, 70, 0);
  color: #18c746;
}

.input-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  margin-bottom: 10px;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff #fff #d9dde5;
  border-radius: 0px;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  font-weight: 400;
}

.input-user:hover {
  border-width: 0px 0px 2px;
  border-bottom-color: #18c746;
  border-radius: 0px;
}

.input-user:focus {
  border-bottom-width: 3px;
  border-bottom-color: #18c746;
}

.bck-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  max-height: 100vh;
  max-width: 512px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-bottom: 50px;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  font-weight: 100;
}

.bck-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 121px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  font-family: ibm-plex-sans-hebrew, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.footer {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100%;
  padding-top: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(36, 68, 90, 0);
  border-radius: 0px;
  background-color: #24445a;
  box-shadow: 0 -1px 14px 0 rgba(0, 0, 0, 0.06);
  direction: rtl;
}

.home-hellotext {
  direction: rtl;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #18c746;
  font-weight: 300;
}

.home-hellotext2 {
  font-family: ibm-plex-sans-hebrew, sans-serif;
  font-weight: 300;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eaedf1;
}

.div-block2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #7e929f;
  font-size: 30px;
  font-weight: 800;
}

.text-block-22 {
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #eaedf1;
  font-size: 60px;
  font-weight: 600;
}

.te1 {
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #7e929f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 22px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #c71818;
  font-size: 30px;
  font-weight: 800;
}

.static-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  max-width: 300px;
  margin: 15px 10px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -3px 3px 9px -4px rgba(0, 0, 0, 0.28);
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}

.body {
  background-color: #f8f9fb;
  font-family: ibm-plex-sans-hebrew, sans-serif;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.text-block-4 {
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #18c746;
  font-size: 30px;
  font-weight: 800;
}

.text-block-22b {
  margin-bottom: -26px;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #eaedf1;
  font-size: 60px;
  line-height: 18px;
  font-weight: 600;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.link-block:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 22px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: rgba(48, 59, 73, 0);
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.tabsdesc {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  min-height: 25px;
  min-width: 58px;
  margin-right: 50px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #303b49;
  font-size: 13px;
}

.image {
  width: 4px;
  height: 8px;
  max-width: none;
  margin-right: -4px;
}

.text-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-width: auto;
  margin-top: -14px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 300;
}

.menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #972b2b;
}

.dropdown-toggle-2 {
  display: inline-block;
}

.icon-15 {
  color: #24445a;
  font-size: 27px;
}

.icon-16 {
  width: 20px;
  height: 20px;
}

.icon1 {
  position: static;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #7e929f;
  font-size: 13px;
}

.te2 {
  margin-left: 7px;
  direction: rtl;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #7e929f;
  font-size: 13px;
  font-weight: 500;
}

.div-block-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 38px;
  margin-left: 124px;
  padding-top: 0px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #18c746;
  box-shadow: -2px 2px 5px 1px rgba(0, 0, 0, 0.14);
  color: #fff;
  font-size: 50px;
  line-height: 16px;
  font-weight: 200;
}

.bck-clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 121px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #d9dde5;
  border-radius: 100px;
}

.search-bar:focus {
  border-color: #18c746;
}

.text-block-24 {
  direction: rtl;
  color: #8c9da9;
}

.search-submit {
  direction: rtl;
  color: #0f293b;
  cursor: pointer;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.09);
}

.list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding: 5px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9dde5;
  text-decoration: none;
}

.list-title1 {
  width: 44%;
  color: #8c9da9;
  text-align: right;
}

.list-title2 {
  width: 44%;
  color: #0f293b;
  text-align: right;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-2 {
  height: 15px;
}

.bck-clients-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 121px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-user-addclient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 300px;
  margin-bottom: 10px;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff #fff #d9dde5;
  border-radius: 0px;
  direction: rtl;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  font-weight: 300;
  text-align: right;
}

.input-user-addclient:hover {
  border-width: 0px 0px 2px;
  border-bottom-color: #18c746;
  border-radius: 0px;
}

.input-user-addclient:focus {
  border-bottom-width: 3px;
  border-bottom-color: #18c746;
}

.heading-addclient {
  margin-bottom: 50px;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.submit-login-addclient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 300px;
  margin-top: 50px;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #18c746;
  box-shadow: 6px 6px 9px 4px rgba(0, 0, 0, 0.06);
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.submit-login-addclient:hover {
  border: 2px solid #18c746;
  background-color: rgba(24, 199, 70, 0);
  color: #18c746;
}

.disable-randomid-addclient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  margin-bottom: 10px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff #fff #d9dde5;
  border-radius: 0px;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #c4cad7;
  font-weight: 400;
}

.disable-randomid-addclient:hover {
  border-width: 0px 0px 1px;
  border-bottom-color: #d9dde5;
  border-radius: 0px;
}

.disable-randomid-addclient:focus {
  border-bottom-width: 1px;
  border-bottom-color: #d9dde5;
}

.static-div-clientprofile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 110px;
  max-width: none;
  margin: 15px 0px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -3px 3px 9px -4px rgba(0, 0, 0, 0.28);
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}

.text-block-22-copy {
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #eaedf1;
  font-size: 40px;
  font-weight: 600;
}

.activty-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.09);
}

.list-title1-activty {
  width: 30%;
  direction: rtl;
  color: #8c9da9;
  text-align: right;
}

.list-title2-activty {
  width: 30%;
  direction: rtl;
  color: #0f293b;
  text-align: right;
}

.list-title2-activty-price1 {
  width: 30%;
  direction: ltr;
  color: #18c746;
  text-align: right;
}

.list-title2-activty-price2 {
  width: 30%;
  direction: ltr;
  color: #c71818;
  text-align: right;
}

.list-title2-activty-price3 {
  width: 30%;
  direction: ltr;
  color: #7e929f;
  text-align: right;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.09);
}

.bck-activity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 121px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bck-clientprofile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 121px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.activity-option1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.activity-option2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.activity-text-option1 {
  margin-right: 12px;
  direction: rtl;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}

.div-block-12 {
  width: 15px;
  height: 15px;
  border: 1px solid #d9dde5;
  border-radius: 100px;
}

.div-block-11-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.activity-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #18c746;
  color: #fff;
  font-size: 25px;
}

.activity-menos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #c71818;
  color: #fff;
  font-size: 25px;
}

.activity-plusb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #18c746;
  border-radius: 100px;
  background-color: rgba(24, 199, 70, 0);
  color: #18c746;
  font-size: 25px;
}

.activity-menosb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c71818;
  border-radius: 100px;
  background-color: rgba(199, 24, 24, 0);
  color: #c71818;
  font-size: 25px;
}

.report-div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: auto;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9dde5;
}

.div-block-13 {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon1-report {
  position: static;
  margin: 0px;
  color: #7e929f;
  font-size: 13px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.report-te1 {
  direction: rtl;
  color: #8c9da9;
}

.report-div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9dde5;
}

.static-div-top50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  max-width: 300px;
  margin: 15px 10px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -3px 3px 9px -4px rgba(0, 0, 0, 0.28);
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-right: 87px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 7px;
}

.tabs {
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
  direction: rtl;
}

.tab-link-tab-1 {
  width: 48%;
  height: 50px;
  padding: 0px;
  border-radius: 100px;
  background-color: #c71818;
}

.tab-link-tab-1.w--current {
  width: 48%;
  height: 50px;
  border: 2px solid #c71818;
  border-radius: 100px;
  background-color: rgba(199, 24, 24, 0);
}

.tab-link-tab-2 {
  width: 48%;
  height: 50px;
  padding: 0px;
  border-radius: 100px;
  background-color: #18c746;
}

.tab-link-tab-2.w--current {
  border: 2px solid #18c746;
  background-color: rgba(24, 199, 70, 0);
}

.tabs-content {
  width: 100%;
  height: auto;
}

.tab-pane-tab-1 {
  height: auto;
}

.tab-pane-tab-2 {
  height: auto;
}

.text-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.activity-plus-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-size: 25px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerb2 {
  margin-top: 50px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.te1b {
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #7e929f;
  font-size: 9px;
  line-height: 15px;
  font-weight: 300;
}

.text-span {
  font-weight: 600;
}

.te1f {
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #7e929f;
  font-size: 9px;
  line-height: 14px;
  font-weight: 500;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  margin-left: 16px;
}

.div-block-10-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 23px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-user-addclientb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 300px;
  margin-bottom: 10px;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff #fff #d9dde5;
  border-radius: 0px;
  direction: rtl;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  font-weight: 300;
  text-align: right;
}

.input-user-addclientb:hover {
  border-width: 0px 0px 2px;
  border-bottom-color: #18c746;
  border-radius: 0px;
}

.input-user-addclientb:focus {
  border-bottom-width: 3px;
  border-bottom-color: #18c746;
}

.body-2 {
  background-color: #f8f9fb;
}

.bck-login-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  max-width: 512px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
}

.login-bck-logo-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(24, 199, 70, 0);
}

.lottie-animation {
  position: static;
  width: 80%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 40px;
    padding-left: 40px;
  }
  .bck-login {
    width: 100%;
  }
  .text-block {
    font-size: 16px;
  }
  .footer {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 60px;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .static-div {
    width: 48%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-3 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .div-block-4 {
    width: 90%;
  }
  .link-block {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tabsdesc {
    display: none;
  }
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-6 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 75px;
    margin-left: 15px;
  }
  .div-block-7 {
    width: 100%;
  }
  .div-block-7-copy {
    width: 100%;
  }
  .static-div-clientprofile {
    width: 48%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .activity-text-option1 {
    font-size: 12px;
  }
  .static-div-top50 {
    width: 100%;
    max-width: 300px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-15 {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    padding-right: 20px;
  }
  .footerb2 {
    margin-bottom: 0px;
  }
  .bck-login-b {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bck-home {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .static-div {
    margin-top: 4px;
  }
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-toggle-2 {
    z-index: 2;
    padding: 0px;
  }
  .icon-15 {
    color: #24445a;
    font-size: 34px;
  }
  .dropdown-list-2 {
    display: none;
    background-color: #d49494;
  }
  .dropdown-list-2.w--open {
    position: fixed;
    left: 0px;
    top: 81px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    border-radius: 40px;
    background-color: #fff;
  }
  .dropdown-link {
    margin-top: 28px;
    font-size: 20px;
    text-align: center;
  }
  .dropdown-link.w--current {
    color: #363636;
  }
  .dropdown-link-2 {
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
  }
  .dropdown-link-2.w--current {
    color: #333;
  }
  .dropdown-link-3 {
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
  }
  .bck-clients {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .bck-clients-add {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .static-div-clientprofile {
    margin-top: 4px;
  }
  .bck-activity {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .bck-clientprofile {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .static-div-top50 {
    margin-top: 4px;
  }
}

@media screen and (max-width: 479px) {
  .submit-login {
    width: 100%;
  }
  .input-user {
    width: 100%;
    height: 50px;
  }
  .bck-home {
    width: 100%;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .static-div {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .div-block-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-4 {
    width: 100%;
  }
  .menu {
    width: 24px;
  }
  .dropdown-toggle-2 {
    padding-left: 0px;
  }
  .icon-15 {
    width: auto;
  }
  .bck-clients {
    width: 100%;
  }
  .bck-clients-add {
    width: 100%;
  }
  .input-user-addclient {
    width: 100%;
    height: 50px;
  }
  .submit-login-addclient {
    width: 100%;
  }
  .disable-randomid-addclient {
    width: 100%;
    height: 50px;
  }
  .static-div-clientprofile {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bck-activity {
    width: 100%;
  }
  .bck-clientprofile {
    width: 100%;
  }
  .div-block-11 {
    width: 80%;
  }
  .div-block-11-copy {
    width: 80%;
  }
  .static-div-top50 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .div-block-15 {
    margin-bottom: 86px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .tabs {
    width: 100%;
  }
  .tab-pane-tab-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footerb2 {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-3 {
    margin-left: 10px;
  }
  .div-block-10-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .input-user-addclientb {
    width: 100%;
    height: 50px;
  }
}

