/*@color-primary: #0f9d58;*/
/*@body-bg-color: #fff;*/
/*Basics*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
html,
body {
  min-height: 100%;
  font-family: 'Arimo', 'Droid Arabic Kufi', sans-serif;
}
body {
  /*font-size: 17px;*/
  color: #68696d;
  background: #f1f6f4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #68696d;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #31B098;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #28907c;
}
::selection {
  background: #68696d;
  color: #fff;
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25) !important;
}
.clear {
  clear: both;
}
.space48 {
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  height: 48px;
}
.space24 {
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  height: 24px;
}
.hspace {
  height: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  height: 5px;
  width: 5px;
}
.image {
  text-align: center;
  margin: 20px 0;
}
.image.align-left {
  float: left;
  width: 30%;
  padding: 0 20px;
}
.image.align-right {
  float: right;
  width: 30%;
  padding: 0 20px;
}
.image .fa {
  color: #31B098;
  font-size: 72px;
}
.image .fa.major {
  font-size: 28px;
  display: inline-block;
  padding: 0.65em;
  cursor: default;
  border: solid 1px;
  border-color: #31B098;
  border-radius: 100%;
}
.image .fa.major:before {
  display: inline-block;
  font-size: 6.25rem;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 100%;
  border: solid 1px;
  text-align: center;
  border-color: #31B098;
}
.image.rounded-circle {
  border: solid 1px;
  border-color: #31B098;
  border-radius: 100%;
  padding: 0.65em;
}
.image.rounded-circle img {
  border-radius: 100%;
}
.text:not(.form-group).align-left {
  float: left;
  width: 70%;
  padding: 0 10% 0 40px;
}
.text:not(.form-group).align-left.align-mid {
  width: 50%;
  text-align: right;
  padding: 0 20px;
}
.text:not(.form-group).align-right {
  float: right;
  width: 70%;
  padding: 0 40px 0 10%;
}
.text:not(.form-group).align-right.align-mid {
  width: 50%;
  text-align: left;
  padding: 0 20px;
}
.text:not(.form-group).align-center {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.text:not(.form-group).align-center p.subtitle {
  text-align: center;
}
.main-section {
  min-height: 70vh;
}
.underlined {
  text-align: center;
}
.underlined:after {
  display: block;
  content: '';
  width: 3.25em;
  height: 2px;
  margin: 0.5em auto;
  border-radius: 2px;
  text-align: center;
  background-color: #dddddd;
  background-image: -moz-linear-gradient(90deg, #31B098, #28907c, #68696d);
  background-image: -webkit-linear-gradient(90deg, #31B098, #28907c, #68696d);
  background-image: -ms-linear-gradient(90deg, #31B098, #28907c, #68696d);
  background-image: linear-gradient(90deg, #31B098, #28907c, #68696d);
}
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.text-success {
  color: #31B098;
}
.pills .pill {
  /*width: 100%;*/
  /*height: 90px;*/
  text-align: center;
  display: table-cell;
  padding: 0;
  position: relative;
  /*        border-right: 1px solid #CCC;
                border-left: 1px solid #CCC;*/
  margin: 15px auto;
}
.pills .pill:hover i {
  color: #31B098;
}
.pills .pill:first-child {
  border-left: none;
}
.pills .pill:last-child {
  border-right: none;
}
.pills .pill i {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #C6E1DC;
}
.pills .pill .value {
  display: block;
  font-size: 45px;
  font-weight: bold;
  color: #31B098;
  line-height: 1em;
}
.card {
  border-radius: 0.15rem;
}
.dropdown-menu-start {
  left: 0 !important;
  right: auto !important;
  /*transform: translate3d(5px, 5px, 0px) !important;*/
}
.dropdown-menu-end {
  right: 0 !important;
  left: auto !important;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  .dropdown-menu-end {
    transform: translate3d(5px, 44px, 0px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .space48 {
    height: 32px;
  }
  .space24 {
    height: 16px;
  }
  .text:not(.form-group) {
    float: none !important;
    text-align: center;
    width: 100% !important;
  }
  .text:not(.form-group).align-left {
    width: 100%;
    text-align: center;
  }
  .text:not(.form-group).align-left.align-mid {
    text-align: center;
  }
  .text:not(.form-group).align-right {
    width: 100%;
    text-align: center;
  }
  .text:not(.form-group).align-right.align-mid {
    text-align: center;
  }
  .text:not(.form-group) p.subtitle {
    text-align: center;
  }
  .image {
    float: none !important;
    padding: 0;
    margin: 10px 0;
  }
  .image.align-right,
  .image.align-left {
    width: 100%;
    text-align: center;
  }
  .image .fa {
    font-size: 72px;
  }
  .image .fa.major {
    font-size: 28px;
    padding: 0.65em;
  }
  .image .fa.major:before {
    font-size: 6.25rem;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
  }
  .image.rounded-circle {
    padding: 0.65em;
    margin: 10px auto;
    width: 12em;
    height: 12em;
  }
  .image.rounded-circle img {
    border-radius: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .space48 {
    height: 20px;
  }
  .space24 {
    height: 10px;
  }
  .image .fa {
    font-size: 64px;
  }
  .image .fa.major {
    font-size: 26px;
    padding: 0.5em;
  }
  .image .fa.major:before {
    font-size: 4rem;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
  }
}
/* Light */
.light {
  background: #f1f6f4 !important;
}
.light p.subtitle {
  color: #31B098;
  font-size: 17px;
}
.white {
  background: #fff !important;
}
.white p.subtitle {
  color: #31B098;
  font-size: 17px;
}
/* Invert Sections */
.invert {
  background: #31B098 !important;
  color: #fff;
}
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6 {
  color: #fff;
}
.invert h3 {
  text-align: center;
}
.invert p {
  color: #C6E1DC;
}
.invert p.subtitle {
  color: #C6E1DC;
  font-size: 17px;
}
.invert form {
  width: auto;
  text-align: center;
  margin: 40px auto 0 auto;
}
.invert .fa {
  color: #fff;
}
.invert input[type=text] {
  background: #31B098;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  border: 2px solid #eee;
  margin: 10px 5px;
}
.invert input[type=text]:focus {
  outline: none;
  color: #fff;
}
.invert button {
  background: #fff;
  color: #31B098;
  margin: 10px 5px;
}
.invert .button-1 {
  color: #31B098;
  background: #fff;
  border: 2px solid #fff;
}
.invert .underlined:after {
  background-image: -moz-linear-gradient(90deg, #ce4f67, #d76f83, #979692);
  background-image: -webkit-linear-gradient(90deg, #ce4f67, #d76f83, #979692);
  background-image: -ms-linear-gradient(90deg, #ce4f67, #d76f83, #979692);
  background-image: linear-gradient(90deg, #ce4f67, #d76f83, #979692);
}
/* Nightmood */
.navigation {
  position: relative;
  height: 44px;
  background: #fff;
  z-index: 12;
  font-size: 15px !important;
}
.navigation .navbar {
  background: #fff !important;
  padding: 0;
  margin: 0 -10px;
}
.navigation .navbar .dropdown-toggle::after {
  color: #444;
}
.navigation .navbar .dropdown-toggle img {
  width: 28px;
  height: 28px;
}
.navigation .navbar .dropdown-menu {
  max-height: calc(100vh -  44px);
  overflow-y: auto;
  /*width: calc(19.6875rem);*/
  width: 240px;
  padding-top: 0px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 0;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.22) 0px 6px 6px;
  -webkit-box-align: stretch;
  align-items: stretch;
  font-size: 15px;
}
.navigation .navbar .dropdown-menu .dropdown-header {
  font-size: 15px;
}
.navigation .navbar .dropdown-menu .dropdown-header:hover {
  color: #6c757d;
  background-color: transparent;
}
.navigation .navbar .dropdown-menu .dropdown-header a:hover {
  color: #212529;
  text-decoration: underline;
}
.navigation .navbar .dropdown-menu .dropdown-image,
.navigation .navbar .dropdown-menu .dropdown-image img {
  width: 84px;
  height: 84px;
}
.navigation .navbar a.nav-cta,
.navigation .navbar a.nav-cta:visited {
  color: #31B098;
  border: 2px solid #31B098;
  border-radius: 999px;
  line-height: 34px / 2;
  height: 34px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
}
.navigation .navbar a.nav-badge {
  position: relative;
  line-height: 28px;
}
.navigation .navbar a.nav-badge .badge {
  position: absolute;
  top: 6px;
  left: 3px;
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  border-radius: 0.15rem;
  padding: 1px 3px;
}
.navigation .navbar .nav-search {
  margin: 5px 5px;
  vertical-align: middle;
  white-space: nowrap;
}
.navigation .navbar .nav-search input {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  float: right;
  color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAHVSURBVFiF7ZUxiBNBFIa/N9lLKouoJMUhclhZCAdiIVdcY2MVFIwnaHOIgcjOihaCNovFgcXp7WwEC0sL9RQLe7FQ0GssLO0sZFFYkQMhkOyzFTyTHYkWul85O+/9H2+GWaioqPjfEd+COI7rzWZzyRgzr6qfGo3Gy16v9+2vCDjnVoGbwN4flrdV9Ya1dl1E1FfAeIRfA+4BD0XkYJ7nc+Px+ICIOBFZS9P0jm84lJxAkiSHRWRLVW0URT8FJUlyQkSeAB1r7TMfgbITuAS83ikcIIqip8Bj4LJPeGkBEVkGNqdsewQsxXEczFwA2KOq2aQNqvoRmGu1Wrv+hMBnEZmf2MiYfcDXfr//ZeYCqvocWFHVX15aVT0jIq98wksLGGNuA4uDweDqTt+TJDkHdIqiuOUrUPohcs5ZYAO4DwyCIHg/HA73B0GwqqoXASMiD9rt9tlutzsu27f0Q2StdSJyGlgG3oxGo7xWq70FTgJXgA+qupJl2d1JR/XbAgBhGG7meb4gIkdEpAMs1uv1BWvthqoeAzLgvHNuvWxP75/RJNI0PaSqL4DdwHVr7dq0Gq8JTCMMw3fAcWAbuFCmZqYCANbaLWPM0aIoTs26d0VFxb/Jd4u2mTf8OIS0AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  outline: none;
  border-color: transparent;
  transition-property: width, left, border-color, border-radius;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.navigation .navbar .nav-search input:-moz-placeholder {
  color: transparent;
}
.navigation .navbar .nav-search input::-webkit-input-placeholder {
  color: transparent;
}
.navigation .navbar .nav-search input::-moz-placeholder {
  color: transparent;
}
.navigation .navbar .nav-search input:-ms-input-placeholder {
  color: transparent;
}
.navigation .navbar .nav-search input:focus {
  width: 200px;
  padding-left: 8px;
  padding-right: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
  border-color: #80bdff;
}
.navigation .navbar .nav-search input:focus:-moz-placeholder {
  color: #000;
}
.navigation .navbar .nav-search input:focus::-webkit-input-placeholder {
  color: #000;
}
.navigation .navbar .nav-search input:focus::-moz-placeholder {
  color: #000;
}
.navigation .navbar .nav-search input:focus:-ms-input-placeholder {
  color: #000;
}
.navigation .navbar .nav-search .control-label {
  display: none;
}
.navigation .navbar .nav-search .btn.action {
  display: none;
}
@media only screen and (max-width: 798px) {
  .navigation .navbar {
    position: relative;
  }
  .navigation .navbar .nav-search input {
    position: absolute;
    width: 32px;
    height: 32px;
  }
  .navigation .navbar .nav-search input:focus {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 8px;
    padding-right: 32px;
    z-index: 1;
  }
}
/*Footer*/
footer {
  background: #363739;
  color: #fff;
  margin-top: 0px;
  text-align: center;
  padding: 60px 0;
}
footer a.logo {
  display: block;
  float: left;
  color: #fff;
}
footer a.logo img {
  width: 84px;
  height: 84px;
  margin: 0;
  padding: 0;
}
footer .footer-left {
  float: left;
  text-align: left;
  margin-top: 10px;
  margin-left: 50px;
}
footer .footer-right {
  float: right;
  margin-top: 0px;
  text-align: right;
}
footer a.social-link:not(:first-child) {
  margin-left: 5px;
}
footer a.social-link i {
  background: #777;
  font-size: 1.6em;
  width: 1.6em;
  line-height: 1.6em;
  text-align: center;
  color: #fff;
  border-radius: 0.8em;
}
footer a.social-link i:hover {
  background-color: #31B098;
}
footer p {
  font-size: 16px;
  margin: 5px;
}
footer p.copyright {
  font-weight: 700;
}
footer p.footer-links {
  color: #777;
}
footer p.footer-links a {
  color: #777;
  margin: 0 8px;
}
footer p.footer-links a:hover {
  color: #31B098;
}
footer p.footer-links a:first-of-type {
  margin: 0 8px 0 0;
}
footer select {
  background: #363739;
  color: #fff;
  height: 29px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 3px 6px;
  font-size: 12px;
  min-width: 150px;
  margin: 6px 0 0 0;
}
@media only screen and (max-width: 960px) {
  footer {
    padding: 30px 0;
  }
  footer .footer-left,
  footer .footer-right,
  footer a.logo {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  footer .footer-left {
    margin-bottom: 20px;
  }
  footer a.logo {
    margin: 10px auto 40px auto;
  }
  footer .footer-links a {
    margin: 0 5px!important;
    font-size: 14px;
  }
  footer p {
    font-size: 15px;
  }
}
/* Articles */
.article {
  text-align: center;
  padding: 50px 0;
}
.article.left-article {
  text-align: left !important;
}
.article.right-article {
  text-align: right;
}
.article.header-article {
  padding-top: 15px;
  padding-bottom: 0;
  position: relative;
}
.article.header-article svg {
  display: block;
}
.article img,
.article video,
.article embed {
  width: 100%;
}
.article p {
  line-height: 1.4;
  margin: 20px 0;
}
.article p *.subtitle {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #777;
  text-align: center;
}
.article ul,
.article li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article .counter {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .article {
    padding: 60px 0;
  }
}
.dashboard > .row [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.dashboard > .row [class*="col-"] .dashboard-card {
  margin: 10px 0;
}
.news-items {
  margin: 1em 0 0;
  padding: 0;
}
.news-items li {
  display: table;
  padding: 0 2em 0 1.5em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #CCC;
}
.news-items li:last-child {
  padding-bottom: 0;
  border: none;
}
.news-items .news-item-date {
  display: table-cell;
  width: 75px;
  vertical-align: middle;
  text-align: center;
}
.news-items .news-item-detail {
  display: table-cell;
}
.news-items .news-item-title {
  font-size: 13px;
  font-weight: 600;
}
.news-items .news-item-day {
  display: block;
  margin-bottom: 0.25em;
  font-size: 24px;
}
.news-items .news-item-preview {
  margin-bottom: 0;
}
.news-items .news-item-month {
  display: block;
  padding-right: 1px;
  font-size: 12px;
  font-weight: 600;
}
/* Buttons */
.btn {
  /*box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07), 0 2px 9px 0 rgba(62,57,107,0.06);*/
  -webkit-transform: background 0.4s ease;
  -moz-transform: background 0.4s ease;
  -ms-transform: background 0.4s ease;
  -o-transform: background 0.4s ease;
  transform: background 0.4s ease;
  border-radius: 0.15rem;
}
.btn:active {
  box-shadow: inset 0 0 4px 2px rgba(5, 15, 44, 0.3);
}
.btn-primary {
  color: #fff !important;
  background: #31B098 !important;
  border-color: #31B098 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff !important;
  background: #28907c !important;
  border-color: #28907c !important;
}
.btn-secondary {
  color: #31B098 !important;
  background: #eee !important;
  border-color: #31B098 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff !important;
  background: #31B098 !important;
  border-color: #31B098 !important;
}
.btn-outline-secondary {
  color: #31B098 !important;
  background: #eee !important;
  border-color: #31B098 !important;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  color: #fff !important;
  background: #31B098 !important;
  border-color: #31B098 !important;
}
.btn-danger {
  color: #fff !important;
  background: #d11f2b !important;
  border-color: #d11f2b !important;
}
.btn-danger:hover,
.btn-danger:focus {
  color: #fff !important;
  background: #ad1a24 !important;
  border-color: #ad1a24 !important;
}
.btn-block-center {
  width: 50% !important;
  margin-left: 25% !important;
  margin-right: 25% !important;
}
.btn-pill {
  width: 100%;
  padding: 12px 0;
  margin: 0 0.9% 1em;
  vertical-align: top;
  text-decoration: none;
  background: #f1f6f4;
  box-shadow: none;
}
.btn-pill .btn-icon {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-size: 32px;
  color: #31B098;
}
.btn-pill .btn-label {
  display: block;
  font-weight: 400;
  color: #31B098;
}
.btn-pill:hover {
  background: #31B098;
}
.btn-pill:hover .btn-icon,
.btn-pill:hover .btn-label {
  color: #fff;
}
.buttons {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.button-1,
.button-2 {
  display: inline-block;
  min-width: 220px;
  margin: 10px auto;
  padding: 14px 30px;
  border-width: 2px;
  border-style: solid;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.03em;
}
.button-1 {
  color: #fff;
  background: #31B098;
  border-color: #31B098;
}
.button-1:hover,
.button-1:focus {
  color: #fff;
  background: #28907c;
  border-color: #28907c;
}
.button-2 {
  color: #31B098;
  background: #eee;
  border-color: #31B098;
}
.button-2:hover,
.button-2:focus {
  color: #31B098;
  color: #fff;
  background: #68696d;
}
.form-group {
  margin-bottom: 5px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.input-group {
  margin-bottom: 10px;
}
.input-group .form-control {
  /*height: 34px;*/
  border: 1px solid #31B098;
}
.modal :not(.input-group) > .form-control,
.modal-dialog :not(.input-group) > .form-control {
  height: 30px !important;
}
.modal :not(.input-group) select,
.modal-dialog :not(.input-group) select {
  padding: 2px 8px !important;
}
.modal :not(.input-group) .greatdate > .controls,
.modal-dialog :not(.input-group) .greatdate > .controls {
  height: 30px !important;
}
.modal :not(.input-group) .greatdate > .controls .form-control,
.modal-dialog :not(.input-group) .greatdate > .controls .form-control,
.modal :not(.input-group) .greatdate > .controls select,
.modal-dialog :not(.input-group) .greatdate > .controls select {
  height: calc(30px - 8px) !important;
  padding: 0 1px !important;
}
.form-control {
  font-size: 13px;
  font-weight: normal;
  color: #68696d;
  /*border: 1px solid @btn-secondary-bd-color;*/
  border-radius: 0.15rem;
}
.greatdate > .controls .form-control {
  font-size: 13px !important;
  font-weight: normal !important;
}
.checkbox label,
.radio label {
  font-size: 13px;
  font-weight: normal;
}
.control-label,
.fieldholder-small-label {
  font-size: 11px !important;
  font-weight: normal;
  margin-bottom: 2px;
}
.controls .showOnClick {
  font-size: 14px !important;
}
.fieldgroup.CompositeField {
  margin-bottom: 10px;
}
.fieldgroup.CompositeField label.left {
  font-size: 14px;
  margin-bottom: 0;
}
/*input[type=text] {
    border: 2px solid @body-fg-color;
    background: #fff;
    font-size: 17px;
    color: @body-fg-color;
    padding: 16px;
    border-radius: 999px;
    width: 280px;
    font-weight: 700;
    text-transform: uppercase;
}*/
.frontend .select2-container--default .select2-selection--multiple {
  min-height: 32px !important;
}
.select2-results__option {
  font-size: 13px !important;
}
@media only screen and (max-width: 767px) {
  .button-1,
  .button-2 {
    font-size: 16px;
    margin: 5px;
  }
}
/*Login*/
.modal-signin {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  text-align: left;
  color: #000;
  max-width: 640px;
}
.modal-signin .btn {
  display: block;
  width: 100%;
}
.modal-signin label {
  font-size: 14px;
}
.modal-signin small,
.modal-signin .small {
  font-size: 80%;
}
.modal-signin .message {
  font-size: 11px;
}
.modal-signin .message.required {
  color: #d11f2b;
}
.modal-signin .message.validation {
  color: #e96d75;
}
.modal-content {
  border: 0;
  border-radius: 0.15rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #dee2e6;
}
.modal-content:hover {
  box-shadow: 0 16px 32px 0 rgba(62, 57, 107, 0.28), 0 0 0 transparent;
}
.modal-content .well {
  min-height: 20px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0.15rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .modal-signin {
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
  }
  .modal-content {
    border: 0;
    box-shadow: none;
  }
  .modal-content .well {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .modal-signin {
    background: transparent;
    border: 0;
  }
  .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .modal-content:hover {
    box-shadow: none;
  }
  .modal-body {
    padding: 0;
  }
}
ul.list-checkmarks li {
  text-align: left;
  list-style-image: none;
  background: url(../images/checkmark.png) top left no-repeat;
  background-position: 0 2px;
  margin: 10px 0;
  padding: 0 10px 10px 40px;
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #31B098;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  background: #fff;
  color: #000;
  border: 0;
  padding: 0;
  cursor: auto;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
  transition: all 0.4s ease, top 1ms, left 1ms, bottom 1ms, right 1ms;
}
.modal > .card-header {
  background: transparent;
  border: 0;
}
.modal a.close-modal {
  top: 8px;
  right: 8px;
  background: none;
  width: auto;
  height: auto;
  text-indent: initial;
}
/*# sourceMappingURL=style.css.map */