/* @tailwind base;

@tailwind components;

@tailwind utilities;

@tailwind screens; */
* {
  font-family: "Open Sans", Arial, sans-serif;
}

.fontf {
  font-family: "Open Sans", Arial, sans-serif;
}

/* NORMAL FONTS */

.text-small {
  font-size: 0.875rem;
  font-weight: 200;
}

.text-small-bold {
  font-size: 0.875rem;
  font-weight: 600;
}

.text-blue {
  color: #336699;
}

.text-blue-small {
  font-size: 0.875rem;
  color: #336699;
  font-weight: 400;
}

.text-blue-normal {
  font-size: 1rem;
  color: #336699;
  font-weight: 400;
}

.text-blue-normal-bold {
  font-size: 1rem;
  color: #336699;
  font-weight: 700;
}

.text-blue-big {
  font-size: 1.25rem;
  color: #336699;
  font-weight: 400;
}

.text-blue-large {
  font-size: 1.875rem;
  color: #336699;
  font-weight: 400;
}

.text-blue-xlarge {
  font-size: 3rem;
  color: #336699;
  font-weight: 400;
}

.text-blue-small-bold {
  font-size: 0.875rem;
  color: #336699;
  font-weight: 600;
}

.text-blue-normal-bold {
  font-size: 1rem;
  color: #336699;
  font-weight: 600;
}

.text-blue-big-bold {
  font-size: 1.25rem;
  color: #336699;
  font-weight: 600;
}

.text-blue-large-bold {
  font-size: 1.875rem;
  color: #336699;
  font-weight: 600;
}

.disField {
  background-color: #cecece;
}

.text-blue-xlarge-bold {
  font-size: 3rem;
  color: #336699;
  font-weight: 600;
}

.text-gray-small {
  font-size: 0.875rem;
  color: #718096;
  font-weight: 400;
}

.text-gray-small-bold {
  font-size: 0.875rem;
  color: #718096;
  font-weight: 600;
}

.text-gray-normal {
  font-size: 1rem;
  color: #718096;
  font-weight: 400;
}

.text-gray-big {
  font-size: 1.25rem;
  color: #718096;
  font-weight: 400;
}

.text-green {
  color: #66cc33;
}

.text-green-small {
  font-size: 0.875rem;
  color: #66cc33;
  font-weight: 400;
}

.text-green-normal {
  font-size: 1rem;
  color: #66cc33;
  font-weight: 400;
}

a.text-green-normal:hover {
  color: #539831;
}

.text-green-big {
  font-size: 1.25rem;
  color: #66cc33;
  font-weight: 400;
}

.text-green-big-bold {
  font-size: 1.25rem;
  color: #66cc33;
  font-weight: 600;
}

.text-green-large {
  font-size: 1.875rem;
  color: #66cc33;
  font-weight: 400;
}

.text-green-large-bold {
  font-size: 1.875rem;
  color: #66cc33;
  font-weight: 600;
}

.text-red {
  color: #cc2266;
}

.text-red-small {
  font-size: 0.875rem;
  color: #cc2266;
  font-weight: 400;
}

.text-red-normal {
  font-size: 1rem;
  color: #cc2266;
  font-weight: 400;
}

.text-red-big {
  font-size: 1.25rem;
  color: #cc2266;
  font-weight: 400;
}

.text-red-big-bold {
  font-size: 1.25rem;
  color: #cc2266;
  font-weight: 600;
}

.text-lightblue-small {
  font-size: 0.875rem;
  color: #4aabef;
  font-weight: 400;
}

.text-yellow-small {
  font-size: 0.875rem;
  color: #f6e05e;
  font-weight: 400;
}

/* END NORMAL FONTS */

.divbtn {
  background-color: #cc3366;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  /* @apply flex justify-center items-center w-2/3; */
}

.abtn {
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 1rem;
  /* flex justify-center text-white items-center h-full w-full */
}

.flexcol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inputtext {
  width: 300px;
  height: 29;
  padding: 0.25rem 0.5rem;
  border-color: #a0aec0;
  border-width: 1px;
  border-style: solid;
}

.inputtextUnSubscribe {
  width: 77%;
  height: 29;
  padding: 0.25rem 0.5rem;
  border-color: #a0aec0;
  border-width: 1px;
  border-style: solid;
}

.footertext {
  font-size: 1rem;
  color: #edf2f7;
  font-weight: 400;
  background-color: #336699;
}

.footertitle {
  color: #edf2f7;
  font-size: 1.25rem;
  font-weight: 600;
}

.footer-color {
  background-color: #336699;
  color: #edf2f7;
}

.editbtn {
  color: #369;
  height: 29px;
}
.editbtn:hover {
  color: black;
}

.flash-btn-style {
  font-weight: 700;
  font-size: 1rem;
  color: #369;
  background-color: #f6e05e;
  border-width: 4px;
  border-color: #48bb78;
  height: 29px;
  width: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-font {
  color: #336699;
  font-size: 1.25rem;
}

.input-group-name {
  color: black;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #1a202c;
  border-style: solid;
  height: 2.5rem;
  /* max-width: 500px; */
  padding: 0 0.5rem;
}

.green-background {
  background-color: #66cc33;
}

/* /images/premium10-1.png */

.blue-color {
  color: #369;
}

.mbtn {
  width: 120px;
  height: 29px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cc3366;
  border-radius: 0%;
  font-size: 1rem;
  font-weight: 400;
}

.mbtngreen {
  background-color: #66cc33;
}

.hrline1 {
  margin-top: -0.25rem;
  border-top: 1px solid #718096;
}

.hrline2 {
  margin-top: 0.5rem;
  border-top: 1px solid #718096;
}
