﻿input.disable-link {
    color: #6f6e70;
    background: none;
    font-size: .875rem;
    font-family: Inter-SemiBold,sans-serif;
    letter-spacing: -.00625rem;
    cursor:pointer;
    padding:0;
}

a.disabled {
    opacity:.5;
    cursor:not-allowed;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top:0 !important;
}

.mr-10 {
    margin-right:10px;
}

.mb-0 {
    margin-bottom:0 !important;
}

.mb-10 {
    margin-bottom:10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-60 {
    margin-bottom:60px;
}

input[type=button].disabled,
button.disabled {
    filter: grayscale(1);
    cursor: not-allowed;
    color:grey !important;
}

.color-white {
    color:#fff;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.hide {
    display:none;
}