a,
a:hover {
    text-decoration: none;
}
.login-form-holder {
    background-color: #16274f;
    border-radius: 5px;
    padding: 20px;
}
.btn-secondary {
    background-color: #61c3d9 !important;
    border-color: #61c3d9 !important;
    color: #fff !important;
    font-family: BebasNeue-Regular !important;
    text-transform: uppercase !important;
}
.btn-secondary-reverse {
    background-color: #fff !important;
    border-color: #61c3d9 !important;
    color: #61c3d9 !important;
    font-family: BebasNeue-Regular !important;
    text-transform: uppercase !important;
    letter-spacing: 3px;
}
.btn-discard:disabled {
    background-color: #fff !important;
    border-color: rgba(235, 26, 110, 0.7);
    color: rgba(235, 26, 110, 0.7);
    font-family: BebasNeue-Regular !important;
    text-transform: uppercase !important;
    letter-spacing: 3px;
}
.btn-discard {
    background-color: #fff !important;
    border-color: #eb1a6e !important;
    color: #eb1a6e !important;
    font-family: BebasNeue-Regular !important;
    text-transform: uppercase !important;
    letter-spacing: 3px;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.text-primary {
    color: #61c3d9 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #61c3d9 !important;
    opacity: 0.8;
}

p .mat-icon,
label .mat-icon,
a .mat-icon {
    display: inline-flex !important;
    vertical-align: middle !important;
}
button .mat-icon {
    display: inline-flex !important;
    vertical-align: middle !important;
}
li .mat-icon {
    display: inline-flex !important;
    vertical-align: middle !important;
}

.btn-text-lg {
    font-family: BebasNeue-Regular !important;
    text-transform: uppercase !important;
    font-size: 22px !important;
    line-height: 40px !important;
}
.mat-icon-button .mat-button-wrapper > * {
    display: inline-flex !important;
    vertical-align: top !important;
}
.float-right {
    float: right;
}
.mat-input-element::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
}

.mat-input-element {
    padding-left: 7px !important;
}
.rotate-45 {
    -webkit-transform: rotate(45deg);
}
.mat-form-field-appearance-outline.no-padding .mat-form-field-wrapper {
    padding-bottom: 0 !important;
}
.mat-form-field.mat-form-field-wrapper {
    padding-bottom: 0 !important;
}

.mat-icon-button .mat-button-wrapper > * {
    vertical-align: middle !important;
}
mat-icon {
    line-height: 20px !important;
}

.mat-form-field-label-wrapper {
    top: -10px !important;
    padding-top: 0.84375em !important;
    margin-left: 10px !important;
}

/*input:-webkit-autofill,*/
/*input:-webkit-autofill:hover,*/
/*input:-webkit-autofill:focus,*/
/*textarea:-webkit-autofill,*/
/*textarea:-webkit-autofill:hover,*/
/*textarea:-webkit-autofill:focus,*/
/*select:-webkit-autofill,*/
/*select:-webkit-autofill:hover,*/
/*.login-form-holder select:-webkit-autofill:focus {*/
/*    border: none;*/
/*    -webkit-text-fill-color: #ccc;*/
/*    -webkit-box-shadow: 0 0 0px 1000px #16274F inset;*/
/*}*/
.mat-checkbox-label {
    white-space: normal !important;
}
.mat-checkbox-frame {
    border-radius: 5px !important;
}
.mat-checkbox-inner-container {
    margin-top: 4px !important;
}

.readonly {
    opacity: 0.6;
    cursor: default !important;
    pointer-events: none;
}
.mat-select {
    padding-left: 7px !important;
}
.mat-form-field-appearance-outline .mat-form-field-suffix {
    top: 0 !important;
}

.info-modal {
    width: 350px;
    margin: 50px auto;
    background-color: white;
    padding: 5px;
    position: fixed;
    top: calc(50% - 180px);
    left: calc(50% - 30px);
    z-index: 10;
    border-radius: 10px;
    text-align: center;
}
.info-modal .inner {
    border: none;
    padding: 30px 15px 15px 15px;
}

.info-modal p {
    font-weight: 300;
}
.btn-width-50 {
    width: 75%;
}
.ls-0 {
    letter-spacing: 0 !important;
}
.ls-1 {
    letter-spacing: 1px !important;
}
.ls-2 {
    letter-spacing: 2px !important;
}
.ls-3 {
    letter-spacing: 3px !important;
}

.btn-default {
    font-family: BebasNeue-Regular !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    line-height: 36px !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1.2rem !important;
}
.dashboard-news-preview {
    max-height: 300px;
    overflow: hidden;
}
body {
    overflow-y: scroll;
}
