html, body {
    height: 100%;
    margin: 0!important;
    padding: 0!important;
}

[v-cloak] {
    display: none;
}

::-webkit-scrollbar { 
    display: none; 
}

a:hover {
    text-decoration: none !important;
}

.bg-light-1 {
    background-color: rgb(243, 248, 249);
}

.bg-light-2 {
    background-color: rgb(238, 242, 243);
}

.idea-column:nth-child(2) {
    height: 100% !important;
    background-color: rgb(238, 242, 243);
}

.space-top {
    padding-top: 50px;
}

@media screen and (max-width: 575px) {
    .h-100 {
        height: auto !important;
    }
}

@media screen and (min-width: 576px) {
    .space-top {
        padding-top: 80px;
    }
}


/* Input */
.help-block {
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.custom-select {
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 576px) {
    .custom-select {
        width: auto;
    }
}

.form-control::-webkit-input-placeholder,
.form-control.placeholder {
    color: #bbb;
}

.main label {
    font-size: 1rem;
    font-weight: bold;
    border-color: transparent;
}

.main input,
.main textarea {
    border: none !important;
}

.main input.form-control {
    padding: .2rem;
    font-size: 1rem;
    background-color: transparent;
}

.main textarea.form-control {
    font-size: .875rem;
    padding: .2rem;
    background-color: transparent;
    resize: none;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
    background-color: #fff !important;
}


/* Card */
.funnel-none,
.member-none {
    display: none;
}

.main .card-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255 ,1), rgba(255, 255, 255 ,1));
}

.main .card .card-header {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

.main .card .card-body {
    height: 150px;
}

.main .card.home-card .card-body {
    height: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .card .card-hover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-width: 3px !important;
}

.main .card:hover .card-hover {
    display: block;
}

.main .button-block {
    position: absolute;
    bottom: -3px;
    right: -3px;
    text-align: right;
}

.main .status-list-2 .prev,
.main .status-list-2 .divider,
.main .status-list-4 .next,
.main .status-list-4 .divider {
    display: none;
}


/* Modal */

button.close {
    margin-top: -.8rem !important;
}

.modal-content {
    border-width: 0;
}

.modal-header {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

.modal-footer-extra > * {
    margin-top: .5rem;
    margin-left: .25rem;
}

.custom-file {
    max-width: 300px;
}

.file-item .file-delete,
.file-item .file-download {
    position: absolute;
    font-size: 1.2rem;
}

.file-item .file-delete {
    top: 0;
    right: .2rem;
}

.file-item .file-download {
    bottom: 0;
    right: .3rem;
}

[id^="message-"] {
    padding: .4125rem 1rem;
}

@media screen and (min-width: 576px){
    .navbar-brand {
        font-size: 2rem;
    }

    .flex-fixed-width-item {
        flex: 0 0 120px;
    }

    .position-sm-fixed {
        position: fixed;
        width: 120px;
    }

    .border-sm-top {
        border-top: 1px solid #dee2e6 !important;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .border-sm-left {
        border-left: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 1440px) {
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}


/* Loader */
#loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}

#loading > div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Team */
.team label {
    font-size: 1.25rem;
    font-weight: bold;
}

#inviteUrl {
    width: 480px;
    max-width: 100%;
}

.fa-copy {
    margin: -10px;
    padding: 10px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .team .user-list > div {
        line-height: 2rem;
    }
}

