/* This stylesheet override some default Bootstrap's styling */

body {
    background-color: powderblue;
}

body.full {
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.container {
  width: auto;
  padding: 0 15px;
}

.container-narrow {
    width: auto;
    max-width: 480px;
}

.btn-mk {
    color: #fff;
    background-color: #03A9F4;
}

.table {
    background-color: #fff;
}

.table-status td {
    background-color: #fff8e8;
}

.text_asat {
    font-size: small;
    font-weight: normal;
    color: #838383;
}

.link-mk {
    color: #403B39;
    text-decoration: none;
}

.link-mk:hover {
    text-decoration: underline;
}

.card {
    margin-bottom: 0.5em;
}

.card-title {
    border-bottom: 1px dotted #E8E6E6;
    padding-bottom: 0.5em;
    font-size: 1rem;
}

footer {
    background-color: #629acc;
}

footer .list-group-item, footer .list-group-item:hover {
    background: none;
    border: none;
}

footer a.nav-link {
    color: #fff;
    padding-top: 0;
}

footer a.nav-link:hover {
    text-decoration: underline;
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}

.loader::before {
    content: '';
    position: relative;
    display: block;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    top: 0;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


:root {
    --color-primary: rgb(37,38,38);
    --color-secondary: #006233;
    --color-secondary2: #006233
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.container-chat {
    font-weight: 400
}

.chat {
    display: flex;
    flex-direction: column
}

.chat__reactions {
    width: 90%;
    margin: 2rem auto 0;
    display: flex;
    align-items: stretch;
    font-size: .95rem
}

.chat__reactions-icon {
    width: 1.2rem;
    margin-right: .2rem
}

.chat__reactions-text {
    margin-left: .5rem
}

.chat__reactions-counter {
    margin-left: 1.8rem
}

.chat__actions {
    margin-top: 1rem;
    display: flex;
    justify-content: space-around;
    font-size: 1.2rem;
    border-top: 1.4px solid #b0b0b0;
    border-bottom: .5px solid #d3d3d3
}

.chat__actions-box {
    display: flex;
    align-items: center
}

.chat__actions img {
    width: 4rem
}

.chat__conversation {
    width: 90%;
    margin: 0 auto;
    font-size: 1.1rem
}

.chat__conversation-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
    position: relative
}

.chat__conversation-box--right {
    margin-left: 20%;
    margin-bottom: 1rem
}

.chat__conversation-box-img {
    width: 3.5rem;
    border-radius: 50%;
    margin-right: 1rem;
    align-self: baseline
}

.chat__conversation-box-active {
    width: 1rem;
    height: 1rem;
    background-color: var(--color-secondary);
    border-radius: 50%;
    position: absolute;
    top: 2.5rem;
    left: 2.7rem
}

.chat__conversation-box-content-comment {
    padding: 1rem;
    background-color: #f2f3f5;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px
}

.chat__conversation-box-content-comment-name {
    color: #726695;
    font-weight: 500;
    margin-right: .4rem
}

.chat__conversation-box-content-cta {
    margin-top: .3rem;
    padding-left: 1.5rem;
    color: #726695
}

.chat__conversation-box-content-cta-text {
    margin-right: .5rem
}

.chat__conversation-box-content-cta--2 {
    font-size: .9rem
}

.chat__conversation-reply {
    margin-left: 20%;
    color: gray
}

.chat__conversation-reply--efect {
    animation: opacidad 1s infinite
}

@keyframes opacidad {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.chat__conversation-write {
    position: relative;
    margin-bottom: 2rem
}

.chat__conversation-write input {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: none;
    background-color: #f2f3f5;
    border-radius: 100px;
    padding: .8rem;
    color: var(--color-primary);
    padding-left: 1rem;
    outline: 0
}

.chat__conversation-write-icons {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 1.2rem;
    top: 2.6rem
}

.chat__conversation-write-icons-img {
    width: 2rem;
    margin-right: .5rem;
    fill: gray
}

.chat__conversation-write-icons-img--svg {
    width: 2rem
}


/* .js-hidden {
    display: none !important
}

.js-display {
    display: block
}

.js-show {
    visibility: hidden !important
} */

._record-box {
    background: #fff;
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 0.2667rem #ececec;
    border: 1px solid #ececec;
}

._record-box .label {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

._record-box .list-box {
    height: 190px;
    overflow: hidden;
}

._record-box .list {
    padding-top: 0.0133rem;
}

._record-box .list .item {
    margin-bottom: 0.2667rem;
    display: flex;
    align-items: center;
    padding: 0.2rem 0.3467rem;
    border-radius: 0.2667rem;
    background-color: #f4f4f4;
}

._record-box .list .item .record_logo {
    font-size: 0;
}

._record-box .list .item .record_logo img {
    width: 48px;
    height: 48px;
    border: 1px solid #ececec;
    border-radius: 50%;
}

._record-box .list .item .center {
    flex: 1;
    padding-left: 0.3733rem;
}

._record-box .list .item .center .h1 {
    font-size: 16px;
}

._record-box .list .item .center .h1 .name {
    font-size: 16px;
}

._record-box .list .item .center .h1 .number {
    color: #ff2f2f;
    margin-left: 0.1067rem;
}

._record-box .list .item .center .h2 {
    font-size: 15px;
    color: #999999;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

