@font-face {
        font-family: "Montserrat";
        font-weight: 400;
        font-style: normal;
        src: url("montserrat/montserrat-regular.ttf") format("truetype");
}

@font-face {
        font-family: "Montserrat";
        font-weight: 700;
        font-style: normal;
        src: url("montserrat/montserrat-bold.ttf") format("truetype");
}

html {
        font-size: 90%;
}

body {
        font-family: 'Montserrat', sans-serif;
        background-color: #f2f2f2;
}

header h5 span {
        white-space: nowrap;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6, thead th {
        line-height: 1.35;
        font-weight: 700;
}

h1, .h1, h2, .h2 {
        line-height: 1.35;
        font-weight: 700;
}

small, .small {
        font-size: 90%;
}

.alert {
        border: 0 !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
        margin-bottom: 1.5rem;
}

.fw-700 {
        font-weight: 700;
}

.rotate-45 {
        transform: rotate(45deg);
}

.rounded-5 {
        border-radius: 1rem;
}

img {
        max-width: 100%;
}


.bg-primary {
        background-color: #f72c1d !important;
}

.bg-primary a, .bg-primary a:hover, .bg-secondary a, .bg-secondary a:hover {
        color: #fff;
}

.bg-light {
        background-color: #f2f2f2 !important;
}

.progress {
        background-color: #e9e9e9 !important;
}

.text-primary {
        color: #f7941d !important;
}

textarea {
        resize: none;
}

hr {
        background-color: rgba(0, 0, 0, 0.33) !important;
}

time {
        text-transform: lowercase;
}

a {
        color: #313131;
        text-decoration: none !important;
        transition: .2s;
}

a:focus, button {
        outline: none !important;
}

a:hover {
        color: #f7941d;
}



a[href^="tel:"] {
        white-space: nowrap;
}



.btn {
        outline: 0 !important;
        box-shadow: none !important;
        border: 0 !important;
        font-weight: 700;
        border-radius: 3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
}

.btn.btn-sm {
        padding-left: 1rem;
        padding-right: 1rem;
}

.btn-primary {
        background-color: #ef0000;
        color: #fff !important;
        -webkit-transition: all 0.2s ease-in-out;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
        background-color: #f7941d !important;
        box-shadow: none !important;
        color: #fff !important;
        -webkit-transform: scale(1.1);
}

.btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #626262;
}

.btn-secondary {
        background-color: #fff;
        color: #212529 !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open>.dropdown-toggle.btn-secondary {
        background-color: #fff !important;
        box-shadow: none !important;
        color: #212529 !important;
}

.btn-link {
        color: #212529 !important;
        text-decoration: none !important;
}

p.btn.btn-primary a {
        color: #fff !important;
        font-weight: 700 !important;
}

.form-control {
        box-shadow: none !important;
}

.has-error .form-control, .has-error .form-check-input {
        border-color: #dc3545;
}

.form-control:focus, .form-control:active, .form-select:focus, .form-select:active {
        border-color: rgba(0, 0, 0, 0.65);
}

.form-check-input, .form-select {
        box-shadow: none !important;
}

.form-check-input:focus {
        border-color: #f7941d;
}

.form-check-input:checked {
        background-color: #f7941d;
        border-color: #f7941d;
        box-shadow: none !important;
}


.input-group-text {
        background-color: #f2f2f2;
}


.logo svg, .logo img {
        width: 10rem;
}

.login-logo svg, .login-logo img {
        width: 10em;
}

.login-image {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        background-image: url("../images/login.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}

.login-masc {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        background: rgba(33, 37, 41, 0.65);
}

.login-form .form-control {
        border-radius: 0;
        outline: 0 !important;
        box-shadow: none !important;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-color: rgba(0, 0, 0, 0.25);
}

.login-form .form-control:focus, .login-form .form-control:active {
        border-color: rgba(0, 0, 0, 0.65);
}

.flex-shrink-0 {
        min-height: 75%;
}

.passw-eye {
        right: .75rem;
        top: .5rem;
}

.passw-eye i {
        cursor: pointer;
}

.accordion-button {
        font-weight: 700 !important;
}

.accordion-button:not(.collapsed) {
        color: #212529;
        background-color: #ffffff;
        box-shadow: none !important;
}

.accordion-button:focus {
        z-index: 3;
        outline: 0;
        box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
}

.table-bordered th, .table-bordered td, .table-bordered tr {
        border-color: rgba(0, 0, 0, 0.125);
}

.table-bordered th {
        border-bottom: .35rem solid #f7941d !important;
}

.page-link {
        color: #212529;
        background-color: transparent;
        box-shadow: none !important;
}

.page-link:hover, .page-link:focus {
        color: #f7941d;
        background-color: #fff;
}

.page-item {
        box-shadow: none !important;
}

.connect-form input {
        border: 0 !important;
}

.border.connect-form label {
        margin-bottom: 0 !important;
}

.twitter-typeahead {
        width: 100%;
}









.tt-query {
        width: 100%;
        outline: 0 !important;
        box-shadow: 0 !important;
        font-weight: 700;
        padding: 0 !important;
}

.tt-hint {
        color: #fff;
        font-weight: 700;
}

.tt-dropdown-menu {
          background-color: #fff;
          border-radius: .25rem;
          box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
          padding: .5rem 0;
          margin-top: .5rem !important;
          left: -1rem !important;
          border: 1px solid #dee2e6;
          text-align: left !important;
}

.tt-suggestion {
          padding: .25rem 1rem;
}

.tt-suggestion.tt-is-under-cursor {
          color: #212529;
          background: #f2f2f2;
}

.tt-suggestion p {
          margin: 0;
          font-weight: 700;
}









footer a {
       color: #fff;
}


@media (min-width: 576px) {

}


@media (min-width: 768px) {

.logo svg, .logo img {
        width: 11em;
}

.login-logo svg, .login-logo img {
        width: 13em;
}

}


@media (min-width: 992px) {

}


@media (min-width: 1200px) {

.logo svg, .logo img {
        width: 13rem;
}

.login-logo svg, .login-logo img {
        width: 15em;
}

}


@media (min-width: 1400px) {

.login-logo svg, .login-logo img {
        width: 17em;
}

}
