﻿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; }

h1, h2, h3, h4, h5, h6, p, div, span, .text-brand-color {
  color: #9c124c; }

input {
  font-size: 16px; }

.common-wrapper {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 0 8px gray; }

.common-heading {
  background: #9c124c;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  box-shadow: 0 0 8px gray; }

.common-btn {
  background-color: darkgreen;
  color: white;
  border: none;
  box-shadow: 0 0 8px gray;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px; }

.common-btn:hover {
  opacity: 0.8;
  box-shadow: 0 0 15px grey; }

.common-file-selector::file-selector-button {
  width: 55px;
  height: 35px;
  opacity: 0;
  position: relative; }

.common-file-selector::before {
  position: absolute;
  content: "\53c2\7167";
  padding: 5px 10px;
  background-color: darkgreen;
  border-radius: 5px;
  color: white;
  box-shadow: 0 0 8px gray;
  text-align: center;
  align-items: center; }

.common-icon {
  border-radius: 50%;
  object-fit: cover; }

.common-icon-dummy {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff; }

.common-box {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 0 8px gray; }

.w-25px {
  width: 25px; }

.h-25px {
  height: 25px; }

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

.w-150px {
  width: 150px; }

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

.w-40 {
  width: 40%; }

.w-45 {
  width: 45%; }

.w-55 {
  width: 55%; }

.w-180px {
  width: 180px; }

.max-w-500px {
  max-width: 500px; }

.max-w-800px {
  max-width: 800px; }

.m-0auto {
  margin: 0 auto; }

.common-table {
  width: 100%;
  color: black;
  background-color: white;
  border-radius: 5px; }
  .common-table tr:not(.no-hover):hover {
    background-color: rgba(255, 0, 0, 0.1); }
  .common-table thead tr {
    border-bottom: 1px solid; }
  .common-table tbody tr {
    border-bottom: 1px solid #dee2e6; }
  .common-table th {
    font-weight: bold; }
  .common-table th, .common-table td {
    padding: 0.5rem 0.5rem; }
