@font-face {
  font-family: script1;
  src: url("Edwardian Script ITC Regular.ttf");
}

.btn-tk {
  background-color: #800080;
  color: #ffffff;
}
.btn-sd {
  background-color: #800000;
  color: #ffffff;
}
.btn-smp {
  background-color: #000080;
  color: #ffffff;
}
.btn-sma {
  background-color: #b0c4de;
  color: #ffffff;
}

.fscript {
  font-family: script1;
}
.fs-12 {
  font-size: 12pt;
}
.fs-14 {
  font-size: 14pt;
}
.fs-16 {
  font-size: 16pt;
}
.fs-18 {
  font-size: 18pt;
}
.fs-20 {
  font-size: 20pt;
}
img {
  max-width: 100%;
}
.mybtn {
  cursor: pointer;
}
.mybtn:active {
  transform: scale(0.9);
}
.myinput {
  background-color: #f8f9fa;
  border: 1px solid #800000;
  border-radius: 10px;
  color: #800000;
}

#mytoast {
  visibility: hidden;
  min-width: 200px;
  max-width: 300px;
  margin-left: -125px;
  text-align: center;
  border-radius: 4px;
  padding: 8px;
  position: fixed;
  z-index: 10000;
  right: 50px;
  top: 30px;
  font-size: 14px;
}
#mytoast.success {
  background-color: #007e33;
  color: #fff;
}
#mytoast.info {
  background-color: #0099cc;
  color: #fff;
}
#mytoast.error {
  background-color: #ff4444;
  color: #fff;
}
#mytoast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4s;
  animation: fadein 0.5s, fadeout 0.5s 4s;
}
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0px;
  top: 0px;
  background-color: grey;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.middle {
  vertical-align: middle !important;
}
.bold {
  font-weight: bold !important;
}
.scroll {
  max-height: 400px;
  overflow-y: auto;
}
.show {
  display: inline !important;
}
.hide {
  display: none !important;
}
.bg-yellow {
  background-color: yellow !important;
}
.text-red {
  color: red !important;
}
.has-dropcap:first-letter {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  float: left;
  font-size: 6rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
}

.dropcap {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  background: #1b478a;
  color: #fdf9f2;
  float: left;
  font-size: 4rem;
  line-height: 1;
  margin: 0.1em 0.1em 0.1em 0;
  padding: 0.1em;
}
.dropcap:before,
.dropcap:after {
  content: "";
  display: block;
}
.dropcap:before {
  margin-top: -0.2em;
}
.dropcap:after {
  margin-bottom: -0.15em;
}
@font-face {
  font-family: script1;
  src: url("Cetary.ttf");
}
@font-face {
  font-family: script2;
  src: url("Edwardian Script ITC Regular.ttf");
}
@font-face {
  font-family: script3;
  src: url("Thesignature.ttf");
}

::-webkit-input-placeholder {
  /* Edge */
  color: red;
  font-size: 8pt;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: red;
  font-size: 8pt;
}

::placeholder {
  color: red;
  font-size: 8pt;
}
.btn-circle {
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  color: #6c757d;
  font-size: 12px;
  height: 60px;
  margin: 0 0 10px 10px;
  width: 60px;
  padding: 5px 5px;
  position: relative;
  text-align: center;
}
.btn-circle > .fa,
.btn-circle > .fas,
.btn-circle > .far,
.btn-circle > .fab,
.btn-circle > .fal,
.btn-circle > .fad,
.btn-circle > .svg-inline--fa,
.btn-circle > .ion {
  display: block;
  font-size: 20px;
}

.btn-circle > .svg-inline--fa {
  margin: 0 auto;
}

.btn-circle:hover {
  background-color: #f8f9fa;
  border-color: #aaaaaa;
  color: #444;
}

.btn-circle:active,
.btn-circle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-circle > .badge {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  right: -10px;
  top: -3px;
}

.bg-purple {
  background-color: purple;
  color: white;
}

.ml-1 {
  margin-left: 10px !important;
}

.mt-1 {
  margin-top: 10px !important;
}
