/* variables */
/* functions & mixins */
/* variables - calculated */
/* styles */
.gt-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    /* loader */
    /* error */
    /* initing */
    /* no int */
    /* link */
    /* meta */
    /* popup */
    /* header */
    /* comments */
    /* comment */
}

.gt-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gt-container a {
    color: #6190e8;
}

.gt-container a:hover {
    color: #81a6ed;
    border-color: #81a6ed;
}

.gt-container a.is--active {
    color: #333;
    cursor: default !important;
}

.gt-container a.is--active:hover {
    color: #333;
}

.gt-container .hide {
    display: none !important;
}

.gt-container .gt-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: sub;
}

.gt-container .gt-svg svg {
    width: 100%;
    height: 100%;
    fill: #6190e8;
}

.gt-container .gt-ico {
    display: inline-block;
}

.gt-container .gt-ico-text {
    margin-left: 0.3125em;
}

.gt-container .gt-ico-github {
    width: 100%;
    height: 100%;
}

.gt-container .gt-ico-github .gt-svg {
    width: 100%;
    height: 100%;
}

.gt-container .gt-ico-github svg {
    fill: inherit;
}

.gt-container .gt-spinner {
    position: relative;
}

.gt-container .gt-spinner::before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    width: 0.75em;
    height: 0.75em;
    margin-top: -0.1875em;
    margin-left: -0.375em;
    border-radius: 50%;
    border: 1px solid #fff;
    border-top-color: #6190e8;
    -webkit-animation: gt-kf-rotate 0.6s linear infinite;
    animation: gt-kf-rotate 0.6s linear infinite;
}

.gt-container .gt-loader {
    position: relative;
    border: 1px solid #999;
    -webkit-animation: ease gt-kf-rotate 1.5s infinite;
    animation: ease gt-kf-rotate 1.5s infinite;
    display: inline-block;
    font-style: normal;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
    border-radius: 50%;
}

.gt-container .gt-loader:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-top: -0.1875em;
    margin-left: -0.1875em;
    width: 0.375em;
    height: 0.375em;
    background-color: #999;
    border-radius: 50%;
}

.gt-container .gt-avatar {
    display: inline-block;
    width: 3.125em;
    height: 3.125em;
}

@media (max-width: 479px) {
    .gt-container .gt-avatar {
        width: 2em;
        height: 2em;
    }
}

.gt-container .gt-avatar img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.gt-container .gt-avatar-github {
    width: 3em;
    height: 3em;
    cursor: pointer;
}

@media (max-width: 479px) {
    .gt-container .gt-avatar-github {
        width: 1.875em;
        height: 1.875em;
    }
}

.gt-container .gt-btn {
    padding: 0.75em 1.25em;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #6190e8;
    border-radius: 5px;
    background-color: #6190e8;
    color: #fff;
    outline: none;
    font-size: 0.75em;
}

.gt-container .gt-btn-text {
    font-weight: 400;
}

.gt-container .gt-btn-loading {
    position: relative;
    margin-left: 0.5em;
    display: inline-block;
    width: 0.75em;
    height: 1em;
    vertical-align: top;
}

.gt-container .gt-btn.is--disable {
    cursor: not-allowed;
    opacity: 0.5;
}

.gt-container .gt-btn-login {
    margin-right: 0;
}

.gt-container .gt-btn-preview {
    background-color: #fff;
    color: #6190e8;
}

.gt-container .gt-btn-preview:hover {
    background-color: #f2f2f2;
    border-color: #81a6ed;
}

.gt-container .gt-btn-public:hover {
    background-color: #81a6ed;
    border-color: #81a6ed;
}

.gt-container .gt-error {
    text-align: center;
    margin: 0.625em;
    color: #ff3860;
}

.gt-container .gt-initing {
    padding: 1.25em 0;
    text-align: center;
}

.gt-container .gt-initing-text {
    margin: 0.625em auto;
    font-size: 92%;
}

.gt-container .gt-no-init {
    padding: 1.25em 0;
    text-align: center;
}

.gt-container .gt-link {
    border-bottom: 1px dotted #6190e8;
}

.gt-container .gt-link-counts,
.gt-container .gt-link-project {
    text-decoration: none;
}

.gt-container .gt-meta {
    margin: 1.25em 0;
    padding: 1em 0;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1em;
    position: relative;
    z-index: 10;
}

.gt-container .gt-meta:before,
.gt-container .gt-meta:after {
    content: " ";
    display: table;
}

.gt-container .gt-meta:after {
    clear: both;
}

.gt-container .gt-counts {
    margin: 0 0.625em 0 0;
}

.gt-container .gt-user {
    float: right;
    margin: 0;
    font-size: 92%;
}

.gt-container .gt-user-pic {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 0.5em;
}

.gt-container .gt-user-inner {
    display: inline-block;
    cursor: pointer;
}

.gt-container .gt-user .gt-ico {
    margin: 0 0 0 0.3125em;
}

.gt-container .gt-user .gt-ico svg {
    fill: inherit;
}

.gt-container .gt-user .is--poping .gt-ico svg {
    fill: #6190e8;
}

.gt-container .gt-version {
    color: #a1a1a1;
    margin-left: 0.375em;
}

.gt-container .gt-copyright {
    margin: 0 0.9375em 0.5em;
    border-top: 1px solid #e9e9e9;
    padding-top: 0.5em;
}

.gt-container .gt-popup {
    position: absolute;
    right: 0;
    top: 2.375em;
    background: #fff;
    display: inline-block;
    border: 1px solid #e9e9e9;
    padding: 0.625em 0;
    font-size: 0.875em;
    letter-spacing: 0.5px;
}

.gt-container .gt-popup .gt-action {
    cursor: pointer;
    display: block;
    margin: 0.5em 0;
    padding: 0 1.125em;
    position: relative;
    text-decoration: none;
}

.gt-container .gt-popup .gt-action.is--active:before {
    content: '';
    width: 0.25em;
    height: 0.25em;
    background: #6190e8;
    position: absolute;
    left: 0.5em;
    top: 0.4375em;
}

.gt-container .gt-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gt-container .gt-header-comment {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1.25em;
}

@media (max-width: 479px) {
    .gt-container .gt-header-comment {
        margin-left: 0.875em;
    }
}

.gt-container .gt-header-textarea {
    padding: 0.75em;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 5.125em;
    max-height: 15em;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.875em;
    word-wrap: break-word;
    resize: vertical;
    background-color: #f6f6f6;
    outline: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.gt-container .gt-header-textarea:hover {
    background-color: #fbfbfb;
}

.gt-container .gt-header-preview {
    padding: 0.75em;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f6f6f6;
}

.gt-container .gt-header-controls {
    position: relative;
    margin: 0.75em 0 0;
}

.gt-container .gt-header-controls:before,
.gt-container .gt-header-controls:after {
    content: " ";
    display: table;
}

.gt-container .gt-header-controls:after {
    clear: both;
}

@media (max-width: 479px) {
    .gt-container .gt-header-controls {
        margin: 0;
    }
}

.gt-container .gt-header-controls-tip {
    font-size: 0.875em;
    color: #6190e8;
    text-decoration: none;
    vertical-align: sub;
}

@media (max-width: 479px) {
    .gt-container .gt-header-controls-tip {
        display: none;
    }
}

.gt-container .gt-header-controls .gt-btn {
    float: right;
    margin-left: 1.25em;
}

@media (max-width: 479px) {
    .gt-container .gt-header-controls .gt-btn {
        float: none;
        width: 100%;
        margin: 0.75em 0 0;
    }
}

.gt-container:after {
    content: '';
    position: fixed;
    bottom: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.gt-container.gt-input-focused {
    position: relative;
}

/* .gt-container.gt-input-focused:after {
    content: '';
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    opacity: 1;
    -webkit-transition: opacity 0.3s, bottom 0s;
    transition: opacity 0.3s, bottom 0s;
    z-index: 9999;
} */

.gt-container.gt-input-focused .gt-header-comment {
    z-index: 10000;
}

.gt-container .gt-comments {
    padding-top: 1.25em;
}

.gt-container .gt-comments-null {
    text-align: center;
}

.gt-container .gt-comments-controls {
    margin: 1.25em 0;
    text-align: center;
}

.gt-container .gt-comment {
    position: relative;
    padding: 0.625em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gt-container .gt-comment-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1.25em;
    padding: 0.75em 1em;
    background-color: #f9f9f9;
    overflow: auto;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.gt-container .gt-comment-content:hover {
    -webkit-box-shadow: 0 0.625em 3.75em 0 #f4f4f4;
    box-shadow: 0 0.625em 3.75em 0 #f4f4f4;
}

@media (max-width: 479px) {
    .gt-container .gt-comment-content {
        margin-left: 0.875em;
        padding: 0.625em 0.75em;
    }
}

.gt-container .gt-comment-header {
    margin-bottom: 0.5em;
    font-size: 0.875em;
    position: relative;
}

.gt-container .gt-comment-block-1 {
    float: right;
    height: 1.375em;
    width: 2em;
}

.gt-container .gt-comment-block-2 {
    float: right;
    height: 1.375em;
    width: 4em;
}

.gt-container .gt-comment-username {
    font-weight: 500;
    color: #6190e8;
    text-decoration: none;
}

.gt-container .gt-comment-username:hover {
    text-decoration: underline;
}

.gt-container .gt-comment-text {
    margin-left: 0.5em;
    color: #a1a1a1;
}

.gt-container .gt-comment-date {
    margin-left: 0.5em;
    color: #a1a1a1;
}

.gt-container .gt-comment-like,
.gt-container .gt-comment-edit,
.gt-container .gt-comment-reply {
    position: absolute;
    height: 1.375em;
}

.gt-container .gt-comment-like:hover,
.gt-container .gt-comment-edit:hover,
.gt-container .gt-comment-reply:hover {
    cursor: pointer;
}

.gt-container .gt-comment-like {
    top: 0;
    right: 2em;
}

.gt-container .gt-comment-edit,
.gt-container .gt-comment-reply {
    top: 0;
    right: 0;
}

.gt-container .gt-comment-body {
    color: #333 !important;
}

.gt-container .gt-comment-body .email-hidden-toggle a {
    display: inline-block;
    height: 12px;
    padding: 0 9px;
    font-size: 12px;
    font-weight: 600;
    line-height: 6px;
    color: #444d56;
    text-decoration: none;
    vertical-align: middle;
    background: #dfe2e5;
    border-radius: 1px;
}

.gt-container .gt-comment-body .email-hidden-toggle a:hover {
    background-color: #c6cbd1;
}

.gt-container .gt-comment-body .email-hidden-reply {
    display: none;
    white-space: pre-wrap;
}

.gt-container .gt-comment-body .email-hidden-reply .email-signature-reply {
    padding: 0 15px;
    margin: 15px 0;
    color: #586069;
    border-left: 4px solid #dfe2e5;
}

.gt-container .gt-comment-body .email-hidden-reply.expanded {
    display: block;
}

.gt-container .gt-comment-admin .gt-comment-content {
    background-color: #f6f9fe;
}

@-webkit-keyframes gt-kf-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes gt-kf-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*# sourceMappingURL=gitalk.css.map*/