
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  box-shadow: none;
  outline: 0 none;
}
p {
    margin-bottom: .2rem;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.navbar-image img {
    max-height: 30px;
    margin: .5rem 0;
}
.navbar .nav-link {
    color: #ed3d60;
}
.navbar-dark .navbar-toggler {
    color: #EB234A;
}
.navbar-main {
    background-color: #fff;
    color: #EB234A;
}
.navbar-main .navbar-nav .nav-link {
    color: #EB234A;
}
.navbar-main .nav-item.active .nav-link, .navbar-main .nav-item:hover .nav-link {
    color: #EB234A;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #EB234A;
}
ul.nav .nav-link.active {
    border-bottom: 0.125rem solid #ed3d60;
}
.tab.active::after {
    background-color: #ed3d60;
}
a.nav-link  {
    color: #000;
}
a.nav-link .nav-pill {
    background-color: #a9a9a9;
    border: 1px solid #a9a9a9;
    padding: 4px 8px;
    border-radius: 4px;
    color: #ffffff;
    font-size: .75rem;
}
a.nav-link .nav-pill:hover {
    background-color: #808080;
    border-color: #808080;
    color: #fff;
}
.navbar-dark .nav-link.active {
    background-color: #f5bd16;
}
nav .dropdown-menu {
    border-top: none;
    box-shadow: 2px 2px 4px #999;
}
body.landing nav.dark{
    background-color: #fff;
    transition: background-color 2s ease-in;
}

.btn.btn-success{
    background-color: #20d048;
    border-color: #20d048;
    color: #fff;
    font-weight: 600;
}
.card-img-overlay {
    padding: .5rem;
}
.nav-bottom {
    display: none;
}
.media img {
    max-width: 48px;
    max-height: 48px;
}

.media-body img {
    max-width: 16px;
    max-height: 16px;
}
.notification img {
    max-width: 24px;
    max-height: 24px;
}
.notification {
    background-color: #343a40;
    color: #fff;
    padding: .4rem;
}
.profile-card {
    -webkit-box-shadow: 1px 2px 2px 0 rgba(93, 93, 93, 0.5);
    -moz-box-shadow: 1px 2px 2px 0 rgba(93, 93, 93, 0.5);
    box-shadow: 1px 2px 2px 0 rgba(93, 93, 93, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #222;
    padding: .3rem;
    margin-bottom: 1rem;
    border: 1px solid #ececec;
}
.img-small {
    max-width: 20px;
    max-height: 20px;
}
.mt-110 {
    margin-top: 110px;
}
#over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(49, 49, 49, 0.54);
}
.dot.dot-sm {
    height: 10px;
    width: 10px;
}
.dot.dot-success {
    background-color: #51d451;
}
.dot {
    display: inline-block;
    border-radius: 50%;
    width: 50%;
    background-color: #EEE;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    margin-left: 2px;
}
.notification .container {
  animation: blinker 1.5s linear infinite;
}

.darkpage {
    display: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    zoom: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.steps {
    display: none;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 94%;
    max-width: 500px;
    background: #faf8f7;
    color: #222;
    border: 3px solid #1d77ce;
    padding: 20px 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 100;
}
.steps button img {
    display: inline;
    max-width: 20px;
    max-height: 20px;
    vertical-align: middle;
}
.steps .h5, .steps .h6 {
    text-align: center;
}
.steps label {
    font-weight: 600;
    margin: .3rem 0;
}
.btn-block-90 {
    display: block;
    width: 90%;
}
html {
  scroll-behavior: smooth;
}
.mb-150 {
    margin-bottom: 150px;
}
.btn-form:hover, .btn-form:active {
    color: #fff;
}
.btn-form {
    color: #fff;
    background-color: #1d77ce;
    border-color: #1d77ce;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1rem; 
}
.media-list {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3px;
}
.media-list>.media-item, .media-list>[class*=media-item-] {
    padding-right: 0;
    padding-left: 0;
    margin-right: 3px;
}

.media-list>.media-item:last-child, .media-list>[class*=media-item-]:last-child {
    margin-right: 0;
}

.border-circle {
    border-radius: 1000px;
    padding: 4px;
    display: inline-block;
    background: #ed143d;
    background: -webkit-linear-gradient(#ed143d, #f90); 
    background: -o-linear-gradient(#ed143d, #f90); 
    background: -moz-linear-gradient(#ed143d, #f90); 
    background: linear-gradient(#ed143d, #f90);
}

.border-circle img {
    box-shadow: 0 0 0 2px white;
    object-fit: cover;
    width:300px;
    height:300px;
}
a.btn-social {
    display: inline-block;
    height: 32px;
    border-width: 0;
    background: #fff;
    color: #4e4e4e;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.05);
    transition-property: background-color, box-shadow;
    transition-duration: 150ms;
    transition-timing-function: ease-in-out;
    padding: 0;
    margin: .2rem 0;
    width: 100%;
    font-size: .9rem;
    font-family: Arial;
    line-height: 2;
}
a.btn-social img {
    max-width: 24px;
    max-height: 24px;
}
a.btn-social.btn-facebook {
    color: #fff;
    background-color: #3b5998;
  
}
a.btn-social:focus, a.btn-social:hover {
  box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1);
}
a.btn-social:active {
  box-shadow: none;
  transition-duration: 10ms;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media only screen and (min-width: 576px) {
    .media-list {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 480px;
        margin-bottom: 15px;
    }
    .media-list>.media-item, .media-list>[class*=media-item-] {
        padding-right: 0;
        padding-left: 0;
        margin-right: 15px;
    }

    .media-list>.media-item:last-child, .media-list>[class*=media-item-]:last-child {
        margin-right: 0;
    }
    
    .signup {
        max-width: 500px;
        border: 1px solid #ececec;
        padding: .7rem;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    }
}
@media (min-width: 768px) {
    .media-list {
        max-width: 720px;
        margin-bottom: 28px;
    }
    .media-list>.media-item, .media-list>[class*=media-item-] {
        margin-right: 28px;
    }

    .media-list>.media-item:last-child, .media-list>[class*=media-item-]:last-child {
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .media-list {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .media-list {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 575px) {
    .form-group {
        margin-bottom: .3rem;
    }
    label {
        margin-bottom: .2rem;
    }
    form, .form-control {
        font-size: .8rem;
    }
    .nav-bottom {
        display: block;
        background-color: #ececec;
        border-top: solid 1px #e6e6e6;
        color: #8e8e8e;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        font-size: 12px;
        font-weight: 300;
    }
    .nav-bottom a, .nav-bottom a:active, .nav-bottom a:hover {
        text-decoration: none;
    }
    .nav-bottom a {
        color: #000;
    }
    .nav-bottom a div {
        text-align: center;
    }
    .nav-bottom img {
        height: 32px;
    }
    .nav-bottom.pink {
        background-color: #fd549c;
        border-top: solid 1px #ec5394;
        color: #000;
    }
    #over .signup {
        padding: .5rem;
        margin: .5rem;
        margin-top: 4rem;
    }
    
}

.btn-action a.btn{
    border-radius: 0;
}
.btn-action a.btn.btn-yes{
    background-color: #20d048;
    border-color: #20d048;
    color: #fff;
    border-radius: 0;
}
.btn-action a.btn.btn-no{
    background-color: #f13c4d;
    border-color: #f13c4d;
    color: #fff;
    border-radius: 0;
}
a {
    
}

a.social-button {
    text-decoration: none;   
}
.social-button {
    display: inline-block;
    height: 32px;
    border-width: 0;
    background: white;
    color: #737373;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.05);
    transition-property: background-color, box-shadow;
    transition-duration: 150ms;
    transition-timing-function: ease-in-out;
    padding: 0;
    margin: .2rem 0;
    width: 100%;
}
.social-button:focus, .social-button:hover {
  box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1);
}
.social-button:active {
  background-color: #e5e5e5;
  box-shadow: none;
  transition-duration: 10ms;
}
.social-button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 0 6px 6px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.social-button--fb {
    color: #ffffff;
    background: #4267b2;
}
.social-button__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", arial, sans-serif;
}
.social-button__icon svg {
    vertical-align: unset;
}
#box.highlight {
    box-shadow: 0 0 0 2000px rgba(0,0,0,0.8);
}

@media screen and (max-width : 440px)  {
    .social-button {
        display: block;
        text-align: center;
    }
    
}