@import "/lib/AdminLTE/plugins/select2/select2.css";

@import "/lib/AdminLTE/bootstrap/css/bootstrap.min.css";
@import "/lib/AdminLTE/dist/css/AdminLTE.css";
@import "/lib/AdminLTE/dist/css/skins/skin-sg.css";

@import "fontawesome-pro-6.1.2-web/css/all.min.css";
@import url("//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");

@import "/lib/AdminLTE/plugins/datatables/dataTables.bootstrap.css";
@import "/lib/AdminLTE/plugins/datatables/extensions/Responsive/css/dataTables.responsive.css";
@import "animate.css";
@import "/lib/AdminLTE/plugins/iCheck/square/purple.css";
@import "/lib/AdminLTE/plugins/datepicker/datepicker3.css";
@import "/lib/AdminLTE/plugins/colorpicker/bootstrap-colorpicker.min.css";
@import "/lib/AdminLTE/plugins/steps/jquery.steps.css";
@import "/lib/AdminLTE/plugins/swal2/swal.min.css";
@import "/lib/AdminLTE/plugins/pace/pace.min.css";
@import "/lib/AdminLTE/plugins/daterangepicker/daterangepicker.css";
@import "animate.css";

@-webkit-keyframes gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        border-color: rgba(141, 136, 183, 1);
    }

    50% {
        border-color: #359983;
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        border-color: rgba(141, 136, 183, 1);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        border-color: rgba(141, 136, 183, 1);
    }

    50% {
        border-color: #359983;
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        border-color: rgba(141, 136, 183, 1);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        border-color: rgba(141, 136, 183, 1);
    }

    50% {
        border-color: #359983;
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        border-color: rgba(141, 136, 183, 1);
    }
}

/** Image page de lockscreen */
/* .lockscreen-wrapper {
    display: flex !important;
    justify-content: center;
    flex-direction: column !important;

} */
html {
    background-color: white;
}
/** CSS lockscreen **/
.lockscreen-wrapper {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}

.lockscreen-wrapper .image {
    border: 5px solid #E3E3E3;
    border-radius: 50%;
}

.input-pass {
    background: white;
    border-radius: 10px;
    margin: 10px auto 10px auto;
}

.lockscreen-credentials {
    margin-left: 0px;
}

.ck-body-wrapper {
    position: fixed;
    z-index: 1300;
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_s.ck-balloon-panel_visible.ck-balloon-panel_with-arrow {
    z-index: 1300;
}

a {
    color: #6dacf8;
}

.dataTable a b {
    color: #565656;
}

.dataTable a.btn-app {
    margin-bottom: 0;
}

.dataTable tr.selected {
    /*background-color: #90CAF9 !important;*/
}

.direct-chat-text-content a {
    color: black;
}

.affix {
    position: fixed !important;
}

.colorpicker-component .input-group-addon i:before {
    mix-blend-mode: exclusion;
    color: white;
}

.input-group-addon.ipa-light {
    padding: 5px 12px;
}

/* Loaders */
.modalLoader {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.energyBall {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.eB_content {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.ebc_inner {
    position: absolute;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 0 solid rgba(141, 136, 183, 1);
    box-shadow: 3px 0 5px -1px #FFF;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}

.ebc_inner.one {
    animation: rotate-one 2s linear infinite;
    border-bottom-width: 3px;
}

.ebc_inner.two {
    animation: rotate-two 2s linear infinite;
    border-right-width: 3px;
}

.ebc_inner.three {
    animation: rotate-three 2s linear infinite;
    border-top-width: 3px;
}

.modal img {
    max-width: 100%;
}

.loaderMask {
    position: fixed;
    display: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 15px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.loaderContent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}

.loaderContent:before,
.loaderContent:after {
    opacity: 0;
    box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 50px #fff, inset 0 0 50px #fff;
}

.loaderContent:after {
    z-index: 1;
    -webkit-animation: gogoloader 4s infinite 1s;
}

.loaderContent:before {
    z-index: 2;
    -webkit-animation: gogoloader 4s infinite;
}

:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    background-color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}


.taller {
    font-size: 1.05em;
}

.bg-green-sg {
    background-color: rgba(38, 141, 124, 1) !important;
    color: #FFF !important;
}

.bg-purple-sg {
    background-color: rgba(141, 136, 183, 1) !important;
    color: #FFF !important;
}

.bg-green-sg-o {
    color: #268d7c;
    border: 1px solid;
    margin: 0 3px;
}

.bg-green-o {
    color: #00a65a;
    border: 1px solid;
    margin: 0 3px;
}

.bg-red-o {
    color: #dd4b39;
    border: 1px solid;
    margin: 0 3px;
}

.bg-blue-o {
    color: #0073b7;
    border: 1px solid;
    margin: 0 3px;
}

.bg-orange-o {
    color: #ff851b;
    border: 1px solid;
    margin: 0 3px;
}

.bg-purple-o {
    color: #8D88B7;
    border: 1px solid;
    margin: 0 3px;
}

.bg-fuschia-o {
    color: #f012be;
    border: 1px solid;
    margin: 0 3px;
}

.bg-maroon-o {
    color: #d81b60;
    border: 1px solid;
    margin: 0 3px;
}

.bg-gray-o {
    color: #AAAAAA;
    border: 1px solid;
    margin: 0 3px;
}

.bg-black-o {
    color: #666;
    border: 1px solid;
    margin: 0 3px;
}

.bg-black-o:hover,
.bg-black-o:focus {
    background-color: #666;
    border: 1px solid #666;
}


.text-green-sg {
    color: rgb(38, 141, 124);
}

.text-purple-sg {
    color: rgba(141, 136, 183, 1)
}

.text-white {
    color: white;
}

.text-inherit {
    color: inherit;
}

.text-inherit:hover,
.text-inherit:active,
.text-inherit:focus {
    color: inherit;
    text-decoration: underline;
}

.label-block {
    display: block;
    margin: 0;
    text-align: start;
}

.label.label-xl {
    font-size: 1em;
}

.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #3c8dbc !important;
}

.alert-info {
    border-color: #3783ae;
}

/* Image circle color */
.profile-user-img {
    background: white;
}

.profile-user-img.img-success {
    border-color: #00a65a;
}

.profile-user-img.img-warning {
    border-color: #ff851b;
}

.profile-user-img.img-danger {
    border-color: #dd4b39;
}

/* Boutons */
.btn-green-sg {
    background-color: rgba(38, 141, 124, 1) !important;
    border-color: rgba(32, 121, 106, 1);
    color: #FFF !important;
}

.btn-green-sg:hover,
.btn-green-sg:focus {
    background-color: rgba(32, 121, 106, 1) !important;
}

.btn-green-sg.active {
    background: rgb(27, 101, 88) !important
}

.btn-purple-sg {
    background-color: rgba(141, 136, 183, 1) !important;
    border-color: rgba(117, 112, 169, 1);
    color: #FFF !important;
}

.btn-purple-sg:hover,
.btn-purple-sg:focus {
    background-color: rgba(117, 112, 169, 1) !important;
}

.btn-purple-sg.active {
    background: rgb(102, 96, 159) !important;
}

.btn-app.btn-app-mini {
    padding: 8px;
    height: 45px;
    margin: 0 5px 5px;
    min-width: 50px;
    font-size: 11px;
}

.btn-app.btn-app-mini>.badge {
    top: -7px;
    padding: 1px 5px;
    font-size: 12px;
}

.btn-app.btn-app-mini>.fa,
.btn-app.btn-app-mini>.glyphicon,
.btn-app.btn-app-mini>.ion {
    font-size: 15px;
}

.btn-app.btn-danger {
    color: #fff;
    background-color: #dd4b39;
    border-color: #d73925;
}

.btn-app.btn-danger:hover,
.btn-app.btn-danger:active,
.btn-app.btn-danger.hover {
    background-color: #d73925;
    border-color: #ac2925;
}

.btn-app.btn-primary {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.btn-app.btn-primary:hover,
.btn-app.btn-primary:active,
.btn-app.btn-primary.hover {
    background-color: #367fa9;
    border-color: #204d74;
}

.btn-app.btn-success {
    color: #fff;
    background-color: #008d4c;
    border-color: #398439;
}

.btn-app.btn-success:hover,
.btn-app.btn-success:active,
.btn-app.btn-success.hover {
    background-color: #449d44;
}

.btn-app.btn-app-mini>span {
    font-size: 13px;
}

.btn-app>.badge {
    font-size: 12px;
}

.btn-app>label {
    display: block;
    font-size: 15px;
    margin: 0 0;
    cursor: inherit;
}

/* tabs */
.nav-tabs-custom>.nav-tabs {
    background-color: #3c8dbc;
}

.nav-tabs-custom>.nav-tabs>li {
    border-top-color: #3c8dbc;
}

.nav-tabs>li:not(.active) {
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-tabs>li:not(.active):hover {
    background-color: rgba(255, 255, 255, 0.75);
}

.nav-tabs-custom>.nav-tabs>li:not(.active):not(:hover)>a {
    color: white;
}

.nav-tabs-custom>.nav-tabs>li:not(.active):not(:hover)>a>i {
    color: white;
}

/* Custom boxes */
.box-solid.box-purple-sg {
    border-top-color: rgba(141, 136, 183, 1);
}

/* Purple */

.box.box-solid.box-purple {
    border: 1px solid #b970ff;
}

.box.box-purple {
    border-top-color: #b970ff;
}

.box.box-solid.box-purple>.box-header {
    background: #b970ff;
}

.box.box-solid.box-purple>.box-header a {
    color: white;
}

.btn-purple {
    color: #fff;
    background-color: #b970ff;
    border-color: #b566ff;
}

/* Black */

.box.box-solid.box-black {
    border: 1px solid #3e3e3e;
}

.box.box-black {
    border-top-color: #3e3e3e;
}

.box.box-solid.box-black>.box-header {
    background: #3e3e3e;
}

.box.box-solid.box-black>.box-header a {
    color: white;
}

/* Sweet Alertes */
.swal2-modal .swal2-styled {
    border-radius: 5px;
    outline: 0;
}

.swal2-modal .swal2-content {
    font-size: 14px;
}

/* Alertes */
.alert-green-sg {
    background-color: rgba(38, 141, 124, 0.2);
}

/* Dropdown */
.configBlock.open>.dropdown-menu {
    border: none !important;
    width: 100%;
}

/* Pagination */

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: rgba(141, 136, 183, 1);
    border-color: rgba(117, 112, 169, 1);
}

/* Notifications */

.vertical-align {
    display: flex;
    flex-direction: row;
}

.vertical-align>[class^="col-"],
.vertical-align>[class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vertical-align>[class^="col-"]>div,
.vertical-align>[class*=" col-"]>div {
    /* flex: 1; */
    flex-grow: 1;
}

[data-notify="progressbar"] {
    position: absolute;
    margin: 0;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
}

[data-notify="title"] {
    display: block;
    width: 100%;
    font-size: 1.5em;
    font-weight: 100;
}

[data-notify="message"] {
    display: block;
    width: 100%;
    font-weight: 100;
}

/* Panels */
.panel-sg {
    border: 0;
    border-radius: 0;
}

.panel-sg>.panel-heading {
    color: rgba(66, 66, 66, 1);
    background-color: rgba(238, 238, 238, 1);
    border: 0;
    border-radius: 0;
}

div.panel-heading:hover,
div.panel-heading[aria-expanded=true],
#accordion>.box.box-solid.box-default>.box-header:hover,
#accordion>.box.box-solid.box-default>.box-header[aria-expanded=true] {
    color: white;
    background: #268D7C;
    transition: all 0.5s;
}


.box.box-solid.box-default-sg {
    border: 1px solid #f3f3f3;
}

.box.box-solid.box-default-sg>.box-header {
    color: #444444;
    background: #f3f3f3;
    background-color: #f3f3f3;
    padding: 2px;
}

.box.box-solid.box-default-sg>.box-header>label {
    margin: 10px;
    cursor: pointer;
}

.box.box-solid.box-default-sg>.box-header>label>h4 {
    margin-top: 2px;
}

.input-group-addon.no-border-left {
    border: 0 !important;
    padding-left: 0;
}

.input-group-addon.no-border-right {
    border: 0 !important;
    padding-right: 0;
}

/* checkbox  */

.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px;
}

.material-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}

/* Direct Chat */


.direct-chat-success .right>.direct-chat-text {
    background: #268D7C;
    border-color: #268D7C;
}

.direct-chat-success .right>.direct-chat-text::after,
.direct-chat-success .right>.direct-chat-text::before {
    border-left-color: #268d7c;
}

.direct-chat-success .right>.direct-chat-text a {
    color: #0a0a0a;
}

.label.bg-green-sg a {
    color: white;
}

span.label {
    font-size: 80%;
}

/* Lists Charts */
.chartsList {
    text-align: center;
}

.chartsList h1 {
    font-weight: 900;
    font-size: 3.5em;
    margin-bottom: 0;
}

.chartsList h4 {
    margin-top: 0;
}


.sendStat {
    display: inline-flex;
    position: relative;
    height: 55px;
    width: 65px;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: auto;
}

.sendStat i {
    position: absolute;
    font-weight: 900;
    color: #d0d0d0;
    z-index: 0;
    font-size: 4em;
}

.sendStat span {
    display: inline-block;
    z-index: 1;
    font-size: 1.15em;

    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.sortable-placeholder {
    border: 1px dotted rgba(141, 136, 183, 1);
    background: rgba(141, 136, 183, 0.1);
    margin: 10px 0;
    height: 50px;
}

.toast {
    opacity: 1 !important;
    box-shadow: none !important;
}

.navbar a.support span,
.navbar a.faqs span {
    position: relative;
    border: 1px solid;
    padding: 2px 5px;
    border-radius: 15px;
}

.navbar a.support span>.label,
.navbar a.faqs span>.label {
    position: absolute;
    top: -10px;
    right: -5px;
    text-align: center;
    font-size: 12px;
    padding: 1px 3px;
    line-height: .9;
}

.widget-user-text {
    font-size: 35px;
    color: #3e3e3e;
    background: white;
    border: 2px solid #f6f6f6;
    border-radius: 100%;
    height: 75px;
    width: 75px;
    margin: -40px auto auto;
    vertical-align: middle;
    line-height: 70px;
}

.alert hr {
    color: white;
    background-color: white;
    height: 2px;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.alert-ligth {
    padding: 10px;
    margin-bottom: 10px;
}

iframe {
    border: 2px solid #818181;
    border-radius: 3px;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    white-space: inherit;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    text-align: center;
    font-weight: 400;
    font-size: 1.15em;
    color: #8d88b7;
}

/* Auth Subuser */
.auth_medals {
    display: inline-block;
    margin: 0 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 5px lightgrey;
    overflow: hidden;
}

.auth_medals.active {
    box-shadow: 0 0 10px #268d7c;
}

.auth_medals>i.fa {
    display: block;
    text-align: center;
    background: lightgrey;
    border-radius: 50%;
    border: solid #adadad;
    border-width: 0 0 1px;
    line-height: 2em;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 0 5px grey;
}

.auth_medals.active>i.fa {
    background: #268d7c;
}

.auth_medals .auth_rights {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 2px 0;
}

.auth_rights>span {
    display: inline-block;
    border: 1px solid lightgray;
    color: lightgray;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}

.auth_rights>span:nth-child(2),
.auth_rights>span:only-of-type {
    margin-top: 10px;
}

.auth_rights>span.active {
    color: #8d8abc;
}


/* Tags */
.tag {
    padding: .2em .5em .2em .15em;
    border-radius: 1em .25em .25em 1em;
}

.tag>.fa-tag {
    border-radius: 50%;
    width: 1.1em;
    text-align: center;
    background: white;
}

.tag>.fa-tag:before {
    font-size: .9em;
}

a.box.box-widget.widget-user {
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -ms-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

a.box.box-widget.widget-user:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

a.box.box-widget.widget-user:hover .widget-user-icon>.fa-stack i.fa-circle {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

a.box.box-widget.widget-user:hover .widget-user-icon>.fa-stack i.fa-circle {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.widget-user-icon {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 30px;
}

.widget-user-icon>.fa-stack i.fa-circle {
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

    -webkit-transition: text-shadow .4s;
    -moz-transition: text-shadow .4s;
    -ms-transition: text-shadow .4s;
    -o-transition: text-shadow .4s;
    transition: text-shadow .4s;
}

.widget-user-icon>.fa-stack i.fa-plus {
    color: #222d32;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

    -webkit-transition: text-shadow .4s;
    -moz-transition: text-shadow .4s;
    -ms-transition: text-shadow .4s;
    -o-transition: text-shadow .4s;
    transition: text-shadow .4s;
}

th.select-checkbox {
    padding: 6px 10px !important;
}

img.table-img {
    margin: 2px 10px;
    height: 100px;
    width: 200px;
    object-fit: contain;
}

table.table-align-middle tbody tr td {
    vertical-align: middle;
}


.progress-description,
.info-box-text {
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
}

.StripeElement {
    background-color: white;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.fa.fa-inverted {
    transform: scaleX(-1);
}

.stats-loading {
    display: inline-block;
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
}

@-webkit-keyframes rotate {

    /* 100% keyframe for  clockwise.
       use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #a7a7a7;
    cursor: default;
}


.box.box-presentation {
    border: none;
    overflow: hidden;
}

.box.box-presentation .box-presentation-background {
    padding: 20px 20px 5px;
    background-size: cover !important;
}

.box.box-presentation h3.box-presentation-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.box.box-presentation h5.box-presentation-subtitle {
    margin-top: 0;
}

.box.box-presentation .box-presentation-content {
    padding: 20px;
    background: white;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.modal {
    overflow: scroll;
}

.direct-chat-text-content img {
    max-width: 100%;
}

.box-header.header-table {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.box-header.header-table .header-component {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.box-header.header-table .header-component.first {}

.box-header.header-table .header-component.last {}

.box-header.header-table .header-component .btn-header {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    outline: none;
}

.box-comments .box-comment:last-of-type {
    padding-bottom: 0;
}