body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
}

h1, h2, h3, h5, h6 {
    margin-bottom: 1rem;
}

p {
    font-size: 1rem;
    color: #7A8C96;
	line-height: 1.8;
}

a {
    color: #8C004C;
    outline: 0px !important;
}

a:hover, a:focus, a:active {
  text-decoration: none;
    outline: 0px!important;
}

h1, h2, h3, h5, h6,
.h1, .h2, .h3, .h5, .h6 {
  font-weight: 600;
  line-height: 1.4;
}
h1,
.h1 {
  font-weight: 700;
}
h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
  font-weight: 600;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

.container {
  padding-right: 30px!important;
  padding-left: 30px!important;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}
.container-fluid {
  padding: 0px;
}

.row {
  margin-right: -30px!important;
  margin-left: -30px!important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 30px;
  padding-left: 30px;
}

.btn {
  width:100%;
  padding: 12px 30px;
  font-weight: 600!important;
    border: 0px solid transparent!important;
  transition: all 0.2s ease-in-out!important;
  -webkit-transition: all 0.2s ease-in-out!important;
    border-radius: 25px;
    line-height: 1.5!important;
    outline: 0px!important;
}
.btn_primary {
    border-radius: 25px;
    background: #8C004C;
    color: #fff;
    box-shadow: 0px 10px 40px rgba(97, 0, 52, 0.5);
}

.btn_primary, .btn_secondary {
  font-size: 18px;
}

.btn_menu {
  background: #8C004C;
  color: #fff;
    font-size: 16px;
    box-shadow: 0px 10px 40px rgba(140, 0, 76, 0.5);
}

.btn_secondary {
    background: transparent;
    color: #8C004C;
}

.top_bg_container .btn_primary {
    background: #fff;
    color: #8C004C;
}

.top_bg_container .btn_secondary {
    background: transparent;
    color: #fff;
}

.btn_primary:hover {
    color: #fff!important;
    background: #610034;
}

.btn_secondary:hover {
    color: #610034!important;
}
.btn_menu:hover {
    color: #fff!important;
    background: #610034;
}

.btn_primary, .btn_primary:hover, .btn_primary:focus,
.btn_secondary , .btn_secondary:hover, .btn_secondary:focus,
.btn_menu , .btn_menu:hover, .btn_menu:focus {
    outline: 0px!important;
}

@media (min-width: 576px) {
    .btn {
        width: auto;
        height: auto;
    }
    .btn_menu {
        padding: 8px 40px;
        border-radius: 20px;
    }
    .btn_primary, .btn_secondary {
        padding: 12px 40px;
    }
}
@media (min-width: 768px) {
    .top_bg_container .btn_primary {
        background: #8C004C;
        color: #fff;
    }
    .top_bg_container .btn_secondary {
        background: transparent;
        color: #8C004C;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:focus, .btn.focus, .btn:hover {
  outline: 0!important;
}

.table thead th {
    background-color: #8C004C;
    color: #fff;
}
.table td, .table th {
    padding: 1rem 0.5rem 1rem 2rem;
}
.table_last_row {
    border-bottom: 1px solid #dee2e6;
}
.table th {
    border-top: 0px solid #dee2e6!important;
    color: #fff;
}
th {
    text-align: inherit;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.nav-link:hover {
    color: #808080 !important;
}
