/*body {*/
/*    background-color: skyblue;*/
/*}*/
a {
    text-decoration: none;
}
h1 {
    font-size: 1.8rem;
}
.loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -2.5rem;
    /*transform: translate(-50%, -50%);*/
    z-index: 1500;
    width: 5rem;
    height: 5rem;
    /*border: 16px solid #f3f3f3;*/
    /*border-radius: 50%;*/
    /*border-top: 16px solid #3498db;*/
    /*width: 120px;*/
    /*height: 120px;*/
    /*animation: spin 2s linear infinite;*/
}
.loginform {
    max-width: 700px;
    margin: 0 auto;
}
.modalEditTiers {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.modalEditTiers div {
    flex: 1;
}
.modalPrompts {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.textareaPrompt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.copyStatus {
    color: green;
    font-size: small;
    padding: 10px;
}
.copyIcon {
    cursor: pointer;
    padding: 10px;
}

.search input {
    font-size: 16px;
    background-color: #ececed;
    border-radius: 37px;
    border: 2px solid #959d9c;
    padding: 5px 12px;
    min-width: 250px;
    font-family: inherit;
    letter-spacing: 0.5px;
}
.search .error{
    margin-top: 10px;
    font-size: 14px;
    padding-left: 10px;
    color: #db6969;
    opacity: 0;
    transition: 120ms ease-in;
}
.search .error.show{
    opacity: 1;
}

.hubIcon {
    height: 50px;
    width: 50px;
    background: #ff7436;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchHubIcon {
    right: -10px;
    top: -10px;
    position: absolute;
}
.validHubIcon {
    right: -10px;
    top: 220px;
    position: absolute;
}
.relative {
    position: relative;
}

.fixed-search {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 1000;
}
.resultsSearchModal {
    margin-bottom: 30px;
    margin-left: 20px;
}
.resultSearch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.copyLink {
    cursor: pointer;
    margin-right: 10px;
}
