.text-main-color {
  color: #2ba670;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.row-gap-24 {
  row-gap: 24px;
}

.row-gap-14 {
  row-gap: 14px;
}

.text-red {
  color: red;
}

.fs-12 {
  font-size: 12px;
}

.bg-greey {
  background-color: #f7f6fe;
}

.text-orange {
  color: #ffa000;
}

.text-main-color {
  color: #2ba670;
}

.text-greey {
  color: #667781;
}

.text-orange {
  color: #ffa000;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.overflow-y-auto {
  overflow-y: auto;
}

body {
  font-family: "Noto Kufi Arabic", sans-serif;
  background-color: #f7f6fe;
  color: black;
  font-size: 14px;
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

button {
  border: none;
  outline: none;
}

.form-control {
  font-size: 13px !important;
  border: 1px solid #ddd !important;
}

.main-section {
  padding: 1.5rem 0;
  min-height: calc(100vh - 41.88px - 54.5px - 69px);
}

.modal-header .modal-title {
  font-size: 15px !important;
}
.modal-header .btn-close {
  margin: unset !important;
}

input[readonly] {
  cursor: no-drop;
  background-color: #F1EFF2;
}

@media print {
  .not-print {
    display: none;
  }

  .modal-print {
    background: white !important;
  }
  .modal-print .col-lg-3 {
    width: 25% !important;
  }
  .modal-print .col-lg-9 {
    width: 75% !important;
  }
}
.top-nav {
  background-color: #0dcaf0;
  color: white;
  font-size: 13px;
  z-index: 1000;
}
.top-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top-nav .container .tog-show {
  margin: 10px 0;
  display: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .top-nav .container .tog-show {
    display: block;
  }
}
.top-nav .container .tog-show i,
.top-nav .container .tog-show svg {
  font-size: 23px;
}
.top-nav .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-nav .container a {
  color: white;
}
.top-nav .container .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .top-nav .container .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    min-width: 200px;
    display: none;
    right: 0;
    background-color: #313131;
  }
  .top-nav .container .list-item li {
    width: 100%;
  }
  .top-nav .container .list-item li a {
    border-bottom: 1px solid #9c9c9c;
    width: 100%;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .top-nav .container .list-item li a::before {
    display: none;
  }
  .top-nav .container .list-item li a:hover {
    color: #2ba670;
  }
}
.top-nav .container .list-item li a {
  padding: 0.7rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.top-nav .container .list-item li a::before {
  content: "";
  width: 100%;
  left: 100%;
  bottom: 3px;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: absolute;
  height: 3px;
  background-color: #2ba670;
}
.top-nav .container .list-item li a:hover::before {
  left: 0;
}

.bottom-nav {
  -webkit-box-shadow: 0 5px 10px 0 rgba(228, 228, 228, 0.5215686275);
          box-shadow: 0 5px 10px 0 rgba(228, 228, 228, 0.5215686275);
  border-bottom: 3px solid #2ba670;
  background-color: white;
  z-index: 1000;
}
.bottom-nav .container .tog-show {
  display: none;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .bottom-nav .container .tog-show {
    display: inline-block;
    margin: 10px 0;
  }
}
.bottom-nav .container .tog-show i,
.bottom-nav .container .tog-show svg {
  font-size: 23px;
  color: black;
}
.bottom-nav .container .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  .bottom-nav .container .list-item {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}
.bottom-nav .container .list-item li .item {
  padding: 1rem 0.7rem;
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: black;
  font-size: 13px;
  white-space: nowrap;
  position: relative;
}
.bottom-nav .container .list-item li .item .badge-count {
  position: absolute;
  left: 0px;
  top: 13%;
}
.bottom-nav .container .list-item li .item .i-item {
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #8f9ab8;
  font-size: 16px;
  margin-right: 2px;
}
.bottom-nav .container .list-item li .item:hover {
  color: #2ba670;
}
.bottom-nav .container .list-item li .item:hover i,
.bottom-nav .container .list-item li .item:hover svg {
  color: #2ba670;
}
.bottom-nav .container .list-item li .dropdown-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.page-login {
  padding: 1.5rem;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(249, 250, 251);
}
section.page-login .form-login {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-width: 56rem;
  margin-left: auto;
  overflow: hidden;
  margin-right: auto;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  border-radius: 0.5rem;
  background-color: #fff;
  border: 0 solid #d5d6d7;
}
section.page-login .form-login .box-login {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  section.page-login .form-login .box-login {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section.page-login .form-login .box-login .img-login {
  position: relative;
  z-index: 1;
  height: 8rem;
}
section.page-login .form-login .box-login .img-login .title {
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 11;
  background-color: #fff;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  section.page-login .form-login .box-login .img-login .title {
    right: 3%;
    top: -26%;
  }
}
section.page-login .form-login .box-login .img-login::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: -webkit-gradient(linear, left top, right top, from(#74ebd5), to(#acb6e5));
  background: linear-gradient(to right, #74ebd5, #acb6e5);
}
@media (min-width: 768px) {
  section.page-login .form-login .box-login .img-login {
    height: auto;
    width: 50%;
  }
}
section.page-login .form-login .box-login .img-login img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.page-login .form-login .box-login .content-login {
  position: relative;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  section.page-login .form-login .box-login .content-login {
    width: 50%;
  }
}
section.page-login .form-login .box-login .content-login > div {
  margin-top: 50px;
}
section.page-login .form-login .box-login .content-login > div .recorder-type {
  position: absolute;
  top: 3%;
  left: 3%;
  background-color: transparent;
  border: none;
  border-left: 2px solid #7e3af2;
  cursor: text;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section.page-login .form-login .box-login .content-login > div .recorder-type::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 0%;
  border-radius: 0.25rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  background-color: #7e3af2;
}
section.page-login .form-login .box-login .content-login > div .recorder-type:hover::before {
  width: 100%;
}
section.page-login .form-login .box-login .content-login > div .recorder-type:hover {
  color: #fff;
}
section.page-login .form-login .box-login .content-login .lable {
  margin-bottom: 8px;
}
section.page-login .form-login .box-login .content-login .form-control:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
          box-shadow: 0 0 0 3px rgba(202, 191, 253, 0.45) !important;
}
section.page-login .form-login .box-login .content-login .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.page-login .form-login .box-login .content-login .form-control:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
section.page-login .form-login .box-login .content-login .form-control:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
section.page-login .form-login .box-login .content-login .form-control:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
section.page-login .form-login .box-login .content-login .form-control:focus::placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.page-login .form-login .box-login .content-login .acc-new {
  display: block;
  color: #7e3af2;
}
section.page-login .form-login .box-login .content-login .sub {
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  width: 100%;
  color: white;
  text-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-top: 2rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: 0.5rem;
  background-color: #7e3af2;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.page-login .form-login .box-login .content-login .sub:hover {
  background-color: #6515ef;
}
section.page-login .form-login .box-login .content-login .logo-footer {
  width: 55px;
}

.btn-main-sm {
  padding: 0.3rem 0.7rem;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #fff;
  background: #2ba670;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font-size: 13px;
  outline: none;
  border: 1px solid #2ba670;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-main-sm::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
  height: 100%;
  background-color: white;
  z-index: -1;
}
.btn-main-sm:hover {
  color: #2ba670;
  border: 1px solid #2ba670;
}
.btn-main-sm:hover::before {
  left: 0;
}

.dropdown-hover {
  position: relative;
  color: white;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 4px;
  z-index: 1001;
  cursor: pointer;
}
.dropdown-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  top: 100%;
}
.dropdown-hover:hover .listis-item {
  display: block;
}
.dropdown-hover .icon-drop {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #9c9c9c;
}
.dropdown-hover .icon-drop .icon {
  font-size: 16px;
}
.dropdown-hover .text {
  margin: 0;
  font-size: 13px;
  text-align: center;
}
.dropdown-hover .listis-item {
  position: absolute;
  left: 0;
  z-index: 1000;
  top: calc(100% + 7px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  min-width: 100%;
  background-color: #313131;
  overflow-y: auto;
  display: none;
}
.dropdown-hover .listis-item::-webkit-scrollbar {
  display: none;
}
.dropdown-hover .listis-item {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.dropdown-hover .listis-item .item-drop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 100%;
  white-space: nowrap;
}
.dropdown-hover .listis-item .item-drop a:hover {
  background: #4e4e4e;
}
.dropdown-hover .listis-item .item-drop a .icon-drop {
  width: 19px;
}
.dropdown-hover .listis-item .item-drop a button {
  width: 100%;
  background-color: transparent;
}
.dropdown-hover .listis-item .item-drop a .text {
  size: 19px;
  color: white;
}

.badge-count {
  background-color: orangered;
  font-size: 12px;
  height: 17px;
  width: 17px;
  border-radius: 5px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1.5rem;
}

.small-heading {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 5px;
  font-weight: bold;
}

.small-label {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 2px;
}

.head-bg-greey {
  background-color: rgba(228, 228, 228, 0.5215686275);
}

.slide-head-orange {
  background-color: #ffa000;
  border-radius: 4px;
  padding: 7px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.info-input {
  background-color: #fcfcfc;
  color: #444;
  border-radius: 4px;
  padding: 7px;
}

.boxes-info .box-info {
  background-color: white;
  padding: 25px 15px;
  text-align: end;
  overflow: hidden;
  border-radius: 0.375rem;
  position: relative;
}
.boxes-info .box-info.blue .bg-icon {
  color: #5b8af0;
}
.boxes-info .box-info.green .bg-icon {
  color: #2ba670;
}
.boxes-info .box-info.pur .bg-icon {
  color: #7b74eb;
}
.boxes-info .box-info.red .bg-icon {
  color: #de5f56;
}
.boxes-info .box-info .num {
  font-size: 25px;
}
.boxes-info .box-info .text {
  font-size: 16px;
  color: #6b7280;
}
.boxes-info .box-info .bg-icon {
  position: absolute;
  right: -5px;
  bottom: 5px;
  font-size: 60px;
}

.head-and-filter .head .title {
  color: #2ba670;
  position: relative;
  font-size: 15px;
}
.head-and-filter .head .title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(-1rem - 1.5px);
  width: 50%;
  height: 3px;
  background-color: #2ba670;
}
@media (max-width: 767.98px) {
  .head-and-filter .head .title::before {
    content: none;
  }
}
.head-and-filter .content .title {
  font-size: 16px;
  white-space: nowrap;
}

.talks {
  height: 80vh;
}
@media (max-width: 767.98px) {
  .talks {
    height: auto;
  }
}
.talks .talk-msg:hover:not(.bg-active) {
  background-color: #f5f6f6;
}
.talks .bg-active {
  background-color: #f0f2f5;
}
.talks .msg .msg-content {
  padding: 5px;
  background-color: #2ba670;
  border-radius: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  color: white;
}
.talks .msg .msg-content .time {
  font-size: 11px;
  color: rgb(240, 240, 240);
}
.talks .msg .msg-content .seen {
  color: #53bdeb;
}
.talks .msg:not(:last-of-type) {
  margin-bottom: 15px;
}
.talks .msg.to {
  text-align: end;
}
.talks .msg.to .msg-content {
  background-color: #777;
  margin-left: 0;
  margin-right: auto;
}
.talks .type-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  border: 1px solid #ddd !important;
  padding: 0.375rem 0.75rem;
}
.talks .type-msg textarea {
  resize: none;
  font-size: 13px;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.talks .type-msg .send-file {
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.talks .type-msg .send-file svg,
.talks .type-msg .send-file i {
  color: #2ba670;
  font-size: 18px;
}
.talks .type-msg .send-file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
}
.talks .type-msg .send-file input::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer !important;
}
.talks .type-msg .send-msg {
  color: white;
  background-color: #2ba670;
  border-radius: 50%;
  width: 45px;
  margin-right: 10px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-barcode {
  border: 1px solid #ddd;
  max-width: 300px;
  margin: 0 auto;
}
.card-barcode .head {
  background-color: #f7f6fe;
  border-bottom: 1px solid #ddd;
  color: black;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
.card-barcode .content {
  padding: 7px;
  font-size: 13px;
}
.card-barcode .content .img-barcode {
  max-width: 270px;
  margin: 0 auto;
  margin-top: 15px;
  display: block;
}

.card-add {
  background-color: #f9f7fa;
  padding: 10px;
}
.card-add .title {
  background-color: white;
  color: #888;
  font-weight: bold;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.card-add .box-shadow {
  -webkit-box-shadow: 0 0 7px 0 #b1adad;
          box-shadow: 0 0 7px 0 #b1adad;
  padding: 10px 20px;
}
.card-add .box-shadow .box-shadow-bottom {
  border-bottom: 1px solid #b1adad;
  padding-bottom: 5px;
  margin-bottom: 16px;
}
.card-add input[readonly] {
  color: #888;
  font-weight: bold;
}
.card-add .check-label {
  color: #888;
  font-weight: bold;
}

.head-table {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #ddd !important;
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
  white-space: nowrap;
  padding: 10px;
}

.main-table {
  width: 100%;
  border-radius: 7px;
  border: none !important;
  border: 1px solid #ddd !important;
}
.main-table tr,
.main-table th,
.main-table td,
.main-table thead,
.main-table tbody {
  border: none !important;
}
.main-table tr {
  border: 1px solid #ddd !important;
}
.main-table tr th {
  background-color: #f9fafb;
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  padding: 10px;
}
.main-table tr td {
  background-color: white;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}

.box-slide-info .slide-info .logo {
  text-align: center;
}
.box-slide-info .slide-info .logo .img {
  width: 80px;
  margin: 2px;
}
.box-slide-info .slide-info .logo .name {
  font-size: 20px;
  color: #2ba670;
  font-weight: bold;
}

.main-select {
  border-radius: 4px;
  padding: 0.2rem;
  font-size: 13px;
  -webkit-transition: 300ms;
  transition: 300ms;
  border: 1px solid #ddd;
}
.main-select:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
          box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
  outline: none;
}

.form-control {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
          box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
}

.footer-bottom {
  background-color: #313131;
  color: white;
}
.footer-bottom p {
  margin: 0;
  font-size: 14px;
}