html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: "almarai", sans-serif, Arial !important;
}

.white-line-hr {
    border: 0;
    height: 1px;
    background-color: white;
    margin: 20px 0;
    width: 100%;
}





.purple-card {
    margin: 10px 0;
    background-color: #7f00ff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px #8000ff7e;
    color: white;
    width: 100%;
}

.icon-btn {
    padding: 5px 15px;
    cursor: pointer;
    color:white;
}

.float-left {
    float: left;
}