@charset'UTF-8';
.shareHistoryIT-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.shareHistoryIT-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.shareHistoryIT-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.shareHistoryIT-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.shareHistoryIT-modal-content {
    font-family: -apple-system, avenir, 'avenir next', roboto, 'helvetica neue', helvetica, ubuntu, arial, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.7em !important;
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
    border-radius: 6px;
    outline: none !important
}

.shareHistoryIT-container:after,
.shareHistoryIT-container:before {
    content: "";
    display: table;
    clear: both
}

.shareHistoryIT-modal-content h3 {
    font-weight: 400
}

.shareHistoryIT-modal-content a {
    text-decoration: none;
    color: rgb(0, 0, 0)
}

.shareHistoryIT-modal-content a:hover {
    color: rgba(0, 0, 0, 0.5)
}

@media (max-width:600px) {
    .shareHistoryIT-modal-content {
        margin: 0 10px;
        width: auto !important
    }
    .shareHistoryIT-modal {
        padding-top: 30px
    }
}

@media (max-width:768px) {
    .shareHistoryIT-modal-content {
        width: 500px
    }
    .shareHistoryIT-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .shareHistoryIT-modal-content {
        width: 500px
    }
}

.shareHistoryIT-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.shareHistoryIT-container {
    padding: 0.75em 0.5em;
    text-align: center
}

.shareHistoryIT-container>input[type="text"] {
    margin: 0 auto;
    display: block;
    width: 99%;
    margin: 0 0 0.75em
}

.shareHistoryIT-card-4 {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.shareHistoryIT-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.shareHistoryIT-large {
    font-size: 18px !important
}

.shareHistoryIT-button:hover {
    color: rgb(160, 160, 160) !important
}
