| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148 | 
							- /*!
 
-  *   AdminLTE v3.1.0-rc
 
-  *     Only Extra Components
 
-  *   Author: Colorlib
 
-  *   Website: AdminLTE.io <https://adminlte.io>
 
-  *   License: Open source - MIT <https://opensource.org/licenses/MIT>
 
-  */
 
- .small-box {
 
-   border-radius: 0.25rem;
 
-   box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
 
-   display: block;
 
-   margin-bottom: 20px;
 
-   position: relative;
 
- }
 
- .small-box > .inner {
 
-   padding: 10px;
 
- }
 
- .small-box > .small-box-footer {
 
-   background-color: rgba(0, 0, 0, 0.1);
 
-   color: rgba(255, 255, 255, 0.8);
 
-   display: block;
 
-   padding: 3px 0;
 
-   position: relative;
 
-   text-align: center;
 
-   text-decoration: none;
 
-   z-index: 10;
 
- }
 
- .small-box > .small-box-footer:hover {
 
-   background-color: rgba(0, 0, 0, 0.15);
 
-   color: #fff;
 
- }
 
- .small-box h3 {
 
-   font-size: 2.2rem;
 
-   font-weight: 700;
 
-   margin: 0 0 10px;
 
-   padding: 0;
 
-   white-space: nowrap;
 
- }
 
- @media (min-width: 992px) {
 
-   .col-xl-2 .small-box h3,
 
-   .col-lg-2 .small-box h3,
 
-   .col-md-2 .small-box h3 {
 
-     font-size: 1.6rem;
 
-   }
 
-   .col-xl-3 .small-box h3,
 
-   .col-lg-3 .small-box h3,
 
-   .col-md-3 .small-box h3 {
 
-     font-size: 1.6rem;
 
-   }
 
- }
 
- @media (min-width: 1200px) {
 
-   .col-xl-2 .small-box h3,
 
-   .col-lg-2 .small-box h3,
 
-   .col-md-2 .small-box h3 {
 
-     font-size: 2.2rem;
 
-   }
 
-   .col-xl-3 .small-box h3,
 
-   .col-lg-3 .small-box h3,
 
-   .col-md-3 .small-box h3 {
 
-     font-size: 2.2rem;
 
-   }
 
- }
 
- .small-box p {
 
-   font-size: 1rem;
 
- }
 
- .small-box p > small {
 
-   color: #f8f9fa;
 
-   display: block;
 
-   font-size: .9rem;
 
-   margin-top: 5px;
 
- }
 
- .small-box h3,
 
- .small-box p {
 
-   z-index: 5;
 
- }
 
- .small-box .icon {
 
-   color: rgba(0, 0, 0, 0.15);
 
-   z-index: 0;
 
- }
 
- .small-box .icon > i {
 
-   font-size: 90px;
 
-   position: absolute;
 
-   right: 15px;
 
-   top: 15px;
 
-   transition: transform 0.3s linear;
 
- }
 
- .small-box .icon > i.fa, .small-box .icon > i.fas, .small-box .icon > i.far, .small-box .icon > i.fab, .small-box .icon > i.fal, .small-box .icon > i.fad, .small-box .icon > i.ion {
 
-   font-size: 70px;
 
-   top: 20px;
 
- }
 
- .small-box .icon svg {
 
-   font-size: 70px;
 
-   position: absolute;
 
-   right: 15px;
 
-   top: 15px;
 
-   transition: transform 0.3s linear;
 
- }
 
- .small-box:hover {
 
-   text-decoration: none;
 
- }
 
- .small-box:hover .icon > i, .small-box:hover .icon > i.fa, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.fal, .small-box:hover .icon > i.fad, .small-box:hover .icon > i.ion {
 
-   transform: scale(1.1);
 
- }
 
- .small-box:hover .icon > svg {
 
-   transform: scale(1.1);
 
- }
 
- @media (max-width: 767.98px) {
 
-   .small-box {
 
-     text-align: center;
 
-   }
 
-   .small-box .icon {
 
-     display: none;
 
-   }
 
-   .small-box p {
 
-     font-size: 12px;
 
-   }
 
- }
 
- .info-box {
 
-   box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
 
-   border-radius: 0.25rem;
 
-   background-color: #fff;
 
-   display: -ms-flexbox;
 
-   display: flex;
 
-   margin-bottom: 1rem;
 
-   min-height: 80px;
 
-   padding: .5rem;
 
-   position: relative;
 
-   width: 100%;
 
- }
 
- .info-box .progress {
 
-   background-color: rgba(0, 0, 0, 0.125);
 
-   height: 2px;
 
-   margin: 5px 0;
 
- }
 
- .info-box .progress .progress-bar {
 
-   background-color: #fff;
 
- }
 
- .info-box .info-box-icon {
 
-   border-radius: 0.25rem;
 
-   -ms-flex-align: center;
 
-   align-items: center;
 
-   display: -ms-flexbox;
 
-   display: flex;
 
-   font-size: 1.875rem;
 
-   -ms-flex-pack: center;
 
-   justify-content: center;
 
-   text-align: center;
 
-   width: 70px;
 
- }
 
- .info-box .info-box-icon > img {
 
-   max-width: 100%;
 
- }
 
- .info-box .info-box-content {
 
-   display: -ms-flexbox;
 
-   display: flex;
 
-   -ms-flex-direction: column;
 
-   flex-direction: column;
 
-   -ms-flex-pack: center;
 
-   justify-content: center;
 
-   line-height: 1.8;
 
-   -ms-flex: 1;
 
-   flex: 1;
 
-   padding: 0 10px;
 
- }
 
- .info-box .info-box-number {
 
-   display: block;
 
-   margin-top: .25rem;
 
-   font-weight: 700;
 
- }
 
- .info-box .progress-description,
 
- .info-box .info-box-text {
 
-   display: block;
 
-   overflow: hidden;
 
-   text-overflow: ellipsis;
 
-   white-space: nowrap;
 
- }
 
- .info-box .info-box .bg-primary,
 
- .info-box .info-box .bg-gradient-primary {
 
-   color: #fff;
 
- }
 
- .info-box .info-box .bg-primary .progress-bar,
 
- .info-box .info-box .bg-gradient-primary .progress-bar {
 
-   background-color: #fff;
 
- }
 
- .info-box .info-box .bg-secondary,
 
- .info-box .info-box .bg-gradient-secondary {
 
-   color: #fff;
 
- }
 
- .info-box .info-box .bg-secondary .progress-bar,
 
- .info-box .info-box .bg-gradient-secondary .progress-bar {
 
-   background-color: #fff;
 
- }
 
- .info-box .info-box .bg-success,
 
- .info-box .info-box .bg-gradient-success {
 
-   color: #fff;
 
- }
 
- .info-box .info-box .bg-success .progress-bar,
 
- .info-box .info-box .bg-gradient-success .progress-bar {
 
-   background-color: #fff;
 
- }
 
- .info-box .info-box .bg-info,
 
- .info-box .info-box .bg-gradient-info {
 
-   color: #fff;
 
- }
 
- .info-box .info-box .bg-info .progress-bar,
 
- .info-box .info-box .bg-gradient-info .progress-bar {
 
-   background-color: #fff;
 
- }
 
- .info-box .info-box .bg-warning,
 
- .info-box .info-box .bg-gradient-warning {
 
-   color: #1f2d3d;
 
- }
 
- .info-box .info-box .bg-warning .progress-bar,
 
- .info-box .info-box .bg-gradient-warning .progress-bar {
 
-   background-color: #1f2d3d;
 
- }
 
- .info-box .info-box .bg-danger,
 
- .info-box .info-box .bg-gradient-danger {
 
-   color: #fff;
 
- }
 
- .info-box .info-box .bg-danger .progress-bar,
 
- .info-box .info-box .bg-gradient-danger .progress-bar {
 
-   background-color: #fff;
 
- }
 
- .info-box .info-box .bg-light,
 
- .info-box .info-box .bg-gradient-light {
 
-   color: #1f2d3d;
 
- }
 
- .info-box .info-box .bg-light .progress-bar,
 
- .info-box .info-box .bg-gradient-light .progress-bar {
 
-   background-color: #1f2d3d;
 
- }
 
- .info-box .info-box .bg-dark,
 
- .info-box .info-box .bg-gradient-dark {
 
-   color: #fff;
 
- }
 
- .info-box .info-box .bg-dark .progress-bar,
 
- .info-box .info-box .bg-gradient-dark .progress-bar {
 
-   background-color: #fff;
 
- }
 
- .info-box .info-box-more {
 
-   display: block;
 
- }
 
- .info-box .progress-description {
 
-   margin: 0;
 
- }
 
- @media (min-width: 768px) {
 
-   .col-xl-2 .info-box .progress-description,
 
-   .col-lg-2 .info-box .progress-description,
 
-   .col-md-2 .info-box .progress-description {
 
-     display: none;
 
-   }
 
-   .col-xl-3 .info-box .progress-description,
 
-   .col-lg-3 .info-box .progress-description,
 
-   .col-md-3 .info-box .progress-description {
 
-     display: none;
 
-   }
 
- }
 
- @media (min-width: 992px) {
 
-   .col-xl-2 .info-box .progress-description,
 
-   .col-lg-2 .info-box .progress-description,
 
-   .col-md-2 .info-box .progress-description {
 
-     font-size: 0.75rem;
 
-     display: block;
 
-   }
 
-   .col-xl-3 .info-box .progress-description,
 
-   .col-lg-3 .info-box .progress-description,
 
-   .col-md-3 .info-box .progress-description {
 
-     font-size: 0.75rem;
 
-     display: block;
 
-   }
 
- }
 
- @media (min-width: 1200px) {
 
-   .col-xl-2 .info-box .progress-description,
 
-   .col-lg-2 .info-box .progress-description,
 
-   .col-md-2 .info-box .progress-description {
 
-     font-size: 1rem;
 
-     display: block;
 
-   }
 
-   .col-xl-3 .info-box .progress-description,
 
-   .col-lg-3 .info-box .progress-description,
 
-   .col-md-3 .info-box .progress-description {
 
-     font-size: 1rem;
 
-     display: block;
 
-   }
 
- }
 
- .dark-mode .info-box {
 
-   background-color: #343a40;
 
-   color: #fff;
 
- }
 
- .timeline {
 
-   margin: 0 0 45px;
 
-   padding: 0;
 
-   position: relative;
 
- }
 
- .timeline::before {
 
-   border-radius: 0.25rem;
 
-   background-color: #dee2e6;
 
-   bottom: 0;
 
-   content: "";
 
-   left: 31px;
 
-   margin: 0;
 
-   position: absolute;
 
-   top: 0;
 
-   width: 4px;
 
- }
 
- .timeline > div {
 
-   margin-bottom: 15px;
 
-   margin-right: 10px;
 
-   position: relative;
 
- }
 
- .timeline > div::before, .timeline > div::after {
 
-   content: "";
 
-   display: table;
 
- }
 
- .timeline > div > .timeline-item {
 
-   box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
 
-   border-radius: 0.25rem;
 
-   background-color: #fff;
 
-   color: #495057;
 
-   margin-left: 60px;
 
-   margin-right: 15px;
 
-   margin-top: 0;
 
-   padding: 0;
 
-   position: relative;
 
- }
 
- .timeline > div > .timeline-item > .time {
 
-   color: #999;
 
-   float: right;
 
-   font-size: 12px;
 
-   padding: 10px;
 
- }
 
- .timeline > div > .timeline-item > .timeline-header {
 
-   border-bottom: 1px solid rgba(0, 0, 0, 0.125);
 
-   color: #495057;
 
-   font-size: 16px;
 
-   line-height: 1.1;
 
-   margin: 0;
 
-   padding: 10px;
 
- }
 
- .timeline > div > .timeline-item > .timeline-header > a {
 
-   font-weight: 600;
 
- }
 
- .timeline > div > .timeline-item > .timeline-body,
 
- .timeline > div > .timeline-item > .timeline-footer {
 
-   padding: 10px;
 
- }
 
- .timeline > div > .timeline-item > .timeline-body > img {
 
-   margin: 10px;
 
- }
 
- .timeline > div > .timeline-item > .timeline-body > dl,
 
- .timeline > div > .timeline-item > .timeline-body ol,
 
- .timeline > div > .timeline-item > .timeline-body ul {
 
-   margin: 0;
 
- }
 
- .timeline > div > .timeline-item > .timeline-footer > a {
 
-   color: #fff;
 
- }
 
- .timeline > div > .fa,
 
- .timeline > div > .fas,
 
- .timeline > div > .far,
 
- .timeline > div > .fab,
 
- .timeline > div > .fal,
 
- .timeline > div > .fad,
 
- .timeline > div > .svg-inline--fa,
 
- .timeline > div > .ion {
 
-   background-color: #adb5bd;
 
-   border-radius: 50%;
 
-   font-size: 16px;
 
-   height: 30px;
 
-   left: 18px;
 
-   line-height: 30px;
 
-   position: absolute;
 
-   text-align: center;
 
-   top: 0;
 
-   width: 30px;
 
- }
 
- .timeline > div > .svg-inline--fa {
 
-   padding: 7px;
 
- }
 
- .timeline > .time-label > span {
 
-   border-radius: 4px;
 
-   background-color: #fff;
 
-   display: inline-block;
 
-   font-weight: 600;
 
-   padding: 5px;
 
- }
 
- .timeline-inverse > div > .timeline-item {
 
-   box-shadow: none;
 
-   background-color: #f8f9fa;
 
-   border: 1px solid #dee2e6;
 
- }
 
- .timeline-inverse > div > .timeline-item > .timeline-header {
 
-   border-bottom-color: #dee2e6;
 
- }
 
- .dark-mode .timeline::before {
 
-   background-color: #6c757d;
 
- }
 
- .dark-mode .timeline > div > .timeline-item {
 
-   background-color: #343a40;
 
-   color: #fff;
 
-   border-color: #6c757d;
 
- }
 
- .dark-mode .timeline > div > .timeline-item > .timeline-header {
 
-   color: #ced4da;
 
-   border-color: #6c757d;
 
- }
 
- .dark-mode .timeline > div > .timeline-item > .time {
 
-   color: #ced4da;
 
- }
 
- .products-list {
 
-   list-style: none;
 
-   margin: 0;
 
-   padding: 0;
 
- }
 
- .products-list > .item {
 
-   border-radius: 0.25rem;
 
-   background-color: #fff;
 
-   padding: 10px 0;
 
- }
 
- .products-list > .item::after {
 
-   display: block;
 
-   clear: both;
 
-   content: "";
 
- }
 
- .products-list .product-img {
 
-   float: left;
 
- }
 
- .products-list .product-img img {
 
-   height: 50px;
 
-   width: 50px;
 
- }
 
- .products-list .product-info {
 
-   margin-left: 60px;
 
- }
 
- .products-list .product-title {
 
-   font-weight: 600;
 
- }
 
- .products-list .product-description {
 
-   color: #6c757d;
 
-   display: block;
 
-   overflow: hidden;
 
-   text-overflow: ellipsis;
 
-   white-space: nowrap;
 
- }
 
- .product-list-in-card > .item {
 
-   border-radius: 0;
 
-   border-bottom: 1px solid rgba(0, 0, 0, 0.125);
 
- }
 
- .product-list-in-card > .item:last-of-type {
 
-   border-bottom-width: 0;
 
- }
 
- .dark-mode .products-list > .item {
 
-   background-color: #343a40;
 
-   color: #fff;
 
-   border-bottom-color: #6c757d;
 
- }
 
- .dark-mode .product-description {
 
-   color: #ced4da;
 
- }
 
- .direct-chat .card-body {
 
-   overflow-x: hidden;
 
-   padding: 0;
 
-   position: relative;
 
- }
 
- .direct-chat.chat-pane-open .direct-chat-contacts {
 
-   transform: translate(0, 0);
 
- }
 
- .direct-chat.timestamp-light .direct-chat-timestamp {
 
-   color: #30465f;
 
- }
 
- .direct-chat.timestamp-dark .direct-chat-timestamp {
 
-   color: #cccccc;
 
- }
 
- .direct-chat-messages {
 
-   transform: translate(0, 0);
 
-   height: 250px;
 
-   overflow: auto;
 
-   padding: 10px;
 
- }
 
- .direct-chat-msg,
 
- .direct-chat-text {
 
-   display: block;
 
- }
 
- .direct-chat-msg {
 
-   margin-bottom: 10px;
 
- }
 
- .direct-chat-msg::after {
 
-   display: block;
 
-   clear: both;
 
-   content: "";
 
- }
 
- .direct-chat-messages,
 
- .direct-chat-contacts {
 
-   transition: transform .5s ease-in-out;
 
- }
 
- .direct-chat-text {
 
-   border-radius: 0.3rem;
 
-   background-color: #d2d6de;
 
-   border: 1px solid #d2d6de;
 
-   color: #444;
 
-   margin: 5px 0 0 50px;
 
-   padding: 5px 10px;
 
-   position: relative;
 
- }
 
- .direct-chat-text::after, .direct-chat-text::before {
 
-   border: solid transparent;
 
-   border-right-color: #d2d6de;
 
-   content: " ";
 
-   height: 0;
 
-   pointer-events: none;
 
-   position: absolute;
 
-   right: 100%;
 
-   top: 15px;
 
-   width: 0;
 
- }
 
- .direct-chat-text::after {
 
-   border-width: 5px;
 
-   margin-top: -5px;
 
- }
 
- .direct-chat-text::before {
 
-   border-width: 6px;
 
-   margin-top: -6px;
 
- }
 
- .right .direct-chat-text {
 
-   margin-left: 0;
 
-   margin-right: 50px;
 
- }
 
- .right .direct-chat-text::after, .right .direct-chat-text::before {
 
-   border-left-color: #d2d6de;
 
-   border-right-color: transparent;
 
-   left: 100%;
 
-   right: auto;
 
- }
 
- .direct-chat-img {
 
-   border-radius: 50%;
 
-   float: left;
 
-   height: 40px;
 
-   width: 40px;
 
- }
 
- .right .direct-chat-img {
 
-   float: right;
 
- }
 
- .direct-chat-infos {
 
-   display: block;
 
-   font-size: 0.875rem;
 
-   margin-bottom: 2px;
 
- }
 
- .direct-chat-name {
 
-   font-weight: 600;
 
- }
 
- .direct-chat-timestamp {
 
-   color: #697582;
 
- }
 
- .direct-chat-contacts-open .direct-chat-contacts {
 
-   transform: translate(0, 0);
 
- }
 
- .direct-chat-contacts {
 
-   transform: translate(101%, 0);
 
-   background-color: #343a40;
 
-   bottom: 0;
 
-   color: #fff;
 
-   height: 250px;
 
-   overflow: auto;
 
-   position: absolute;
 
-   top: 0;
 
-   width: 100%;
 
- }
 
- .direct-chat-contacts-light {
 
-   background-color: #f8f9fa;
 
- }
 
- .direct-chat-contacts-light .contacts-list-name {
 
-   color: #495057;
 
- }
 
- .direct-chat-contacts-light .contacts-list-date {
 
-   color: #6c757d;
 
- }
 
- .direct-chat-contacts-light .contacts-list-msg {
 
-   color: #545b62;
 
- }
 
- .contacts-list {
 
-   padding-left: 0;
 
-   list-style: none;
 
- }
 
- .contacts-list > li {
 
-   border-bottom: 1px solid rgba(0, 0, 0, 0.2);
 
-   margin: 0;
 
-   padding: 10px;
 
- }
 
- .contacts-list > li::after {
 
-   display: block;
 
-   clear: both;
 
-   content: "";
 
- }
 
- .contacts-list > li:last-of-type {
 
-   border-bottom: 0;
 
- }
 
- .contacts-list-img {
 
-   border-radius: 50%;
 
-   float: left;
 
-   width: 40px;
 
- }
 
- .contacts-list-info {
 
-   color: #fff;
 
-   margin-left: 45px;
 
- }
 
- .contacts-list-name,
 
- .contacts-list-status {
 
-   display: block;
 
- }
 
- .contacts-list-name {
 
-   font-weight: 600;
 
- }
 
- .contacts-list-status {
 
-   font-size: 0.875rem;
 
- }
 
- .contacts-list-date {
 
-   color: #ced4da;
 
-   font-weight: 400;
 
- }
 
- .contacts-list-msg {
 
-   color: #b1bbc4;
 
- }
 
- .direct-chat-primary .right > .direct-chat-text {
 
-   background-color: #007bff;
 
-   border-color: #007bff;
 
-   color: #fff;
 
- }
 
- .direct-chat-primary .right > .direct-chat-text::after, .direct-chat-primary .right > .direct-chat-text::before {
 
-   border-left-color: #007bff;
 
- }
 
- .direct-chat-secondary .right > .direct-chat-text {
 
-   background-color: #6c757d;
 
-   border-color: #6c757d;
 
-   color: #fff;
 
- }
 
- .direct-chat-secondary .right > .direct-chat-text::after, .direct-chat-secondary .right > .direct-chat-text::before {
 
-   border-left-color: #6c757d;
 
- }
 
- .direct-chat-success .right > .direct-chat-text {
 
-   background-color: #28a745;
 
-   border-color: #28a745;
 
-   color: #fff;
 
- }
 
- .direct-chat-success .right > .direct-chat-text::after, .direct-chat-success .right > .direct-chat-text::before {
 
-   border-left-color: #28a745;
 
- }
 
- .direct-chat-info .right > .direct-chat-text {
 
-   background-color: #17a2b8;
 
-   border-color: #17a2b8;
 
-   color: #fff;
 
- }
 
- .direct-chat-info .right > .direct-chat-text::after, .direct-chat-info .right > .direct-chat-text::before {
 
-   border-left-color: #17a2b8;
 
- }
 
- .direct-chat-warning .right > .direct-chat-text {
 
-   background-color: #ffc107;
 
-   border-color: #ffc107;
 
-   color: #1f2d3d;
 
- }
 
- .direct-chat-warning .right > .direct-chat-text::after, .direct-chat-warning .right > .direct-chat-text::before {
 
-   border-left-color: #ffc107;
 
- }
 
- .direct-chat-danger .right > .direct-chat-text {
 
-   background-color: #dc3545;
 
-   border-color: #dc3545;
 
-   color: #fff;
 
- }
 
- .direct-chat-danger .right > .direct-chat-text::after, .direct-chat-danger .right > .direct-chat-text::before {
 
-   border-left-color: #dc3545;
 
- }
 
- .direct-chat-light .right > .direct-chat-text {
 
-   background-color: #f8f9fa;
 
-   border-color: #f8f9fa;
 
-   color: #1f2d3d;
 
- }
 
- .direct-chat-light .right > .direct-chat-text::after, .direct-chat-light .right > .direct-chat-text::before {
 
-   border-left-color: #f8f9fa;
 
- }
 
- .direct-chat-dark .right > .direct-chat-text {
 
-   background-color: #343a40;
 
-   border-color: #343a40;
 
-   color: #fff;
 
- }
 
- .direct-chat-dark .right > .direct-chat-text::after, .direct-chat-dark .right > .direct-chat-text::before {
 
-   border-left-color: #343a40;
 
- }
 
- .direct-chat-lightblue .right > .direct-chat-text {
 
-   background-color: #3c8dbc;
 
-   border-color: #3c8dbc;
 
-   color: #fff;
 
- }
 
- .direct-chat-lightblue .right > .direct-chat-text::after, .direct-chat-lightblue .right > .direct-chat-text::before {
 
-   border-left-color: #3c8dbc;
 
- }
 
- .direct-chat-navy .right > .direct-chat-text {
 
-   background-color: #001f3f;
 
-   border-color: #001f3f;
 
-   color: #fff;
 
- }
 
- .direct-chat-navy .right > .direct-chat-text::after, .direct-chat-navy .right > .direct-chat-text::before {
 
-   border-left-color: #001f3f;
 
- }
 
- .direct-chat-olive .right > .direct-chat-text {
 
-   background-color: #3d9970;
 
-   border-color: #3d9970;
 
-   color: #fff;
 
- }
 
- .direct-chat-olive .right > .direct-chat-text::after, .direct-chat-olive .right > .direct-chat-text::before {
 
-   border-left-color: #3d9970;
 
- }
 
- .direct-chat-lime .right > .direct-chat-text {
 
-   background-color: #01ff70;
 
-   border-color: #01ff70;
 
-   color: #1f2d3d;
 
- }
 
- .direct-chat-lime .right > .direct-chat-text::after, .direct-chat-lime .right > .direct-chat-text::before {
 
-   border-left-color: #01ff70;
 
- }
 
- .direct-chat-fuchsia .right > .direct-chat-text {
 
-   background-color: #f012be;
 
-   border-color: #f012be;
 
-   color: #fff;
 
- }
 
- .direct-chat-fuchsia .right > .direct-chat-text::after, .direct-chat-fuchsia .right > .direct-chat-text::before {
 
-   border-left-color: #f012be;
 
- }
 
- .direct-chat-maroon .right > .direct-chat-text {
 
-   background-color: #d81b60;
 
-   border-color: #d81b60;
 
-   color: #fff;
 
- }
 
- .direct-chat-maroon .right > .direct-chat-text::after, .direct-chat-maroon .right > .direct-chat-text::before {
 
-   border-left-color: #d81b60;
 
- }
 
- .direct-chat-blue .right > .direct-chat-text {
 
-   background-color: #007bff;
 
-   border-color: #007bff;
 
-   color: #fff;
 
- }
 
- .direct-chat-blue .right > .direct-chat-text::after, .direct-chat-blue .right > .direct-chat-text::before {
 
-   border-left-color: #007bff;
 
- }
 
- .direct-chat-indigo .right > .direct-chat-text {
 
-   background-color: #6610f2;
 
-   border-color: #6610f2;
 
-   color: #fff;
 
- }
 
- .direct-chat-indigo .right > .direct-chat-text::after, .direct-chat-indigo .right > .direct-chat-text::before {
 
-   border-left-color: #6610f2;
 
- }
 
- .direct-chat-purple .right > .direct-chat-text {
 
-   background-color: #6f42c1;
 
-   border-color: #6f42c1;
 
-   color: #fff;
 
- }
 
- .direct-chat-purple .right > .direct-chat-text::after, .direct-chat-purple .right > .direct-chat-text::before {
 
-   border-left-color: #6f42c1;
 
- }
 
- .direct-chat-pink .right > .direct-chat-text {
 
-   background-color: #e83e8c;
 
-   border-color: #e83e8c;
 
-   color: #fff;
 
- }
 
- .direct-chat-pink .right > .direct-chat-text::after, .direct-chat-pink .right > .direct-chat-text::before {
 
-   border-left-color: #e83e8c;
 
- }
 
- .direct-chat-red .right > .direct-chat-text {
 
-   background-color: #dc3545;
 
-   border-color: #dc3545;
 
-   color: #fff;
 
- }
 
- .direct-chat-red .right > .direct-chat-text::after, .direct-chat-red .right > .direct-chat-text::before {
 
-   border-left-color: #dc3545;
 
- }
 
- .direct-chat-orange .right > .direct-chat-text {
 
-   background-color: #fd7e14;
 
-   border-color: #fd7e14;
 
-   color: #1f2d3d;
 
- }
 
- .direct-chat-orange .right > .direct-chat-text::after, .direct-chat-orange .right > .direct-chat-text::before {
 
-   border-left-color: #fd7e14;
 
- }
 
- .direct-chat-yellow .right > .direct-chat-text {
 
-   background-color: #ffc107;
 
-   border-color: #ffc107;
 
-   color: #1f2d3d;
 
- }
 
- .direct-chat-yellow .right > .direct-chat-text::after, .direct-chat-yellow .right > .direct-chat-text::before {
 
-   border-left-color: #ffc107;
 
- }
 
- .direct-chat-green .right > .direct-chat-text {
 
-   background-color: #28a745;
 
-   border-color: #28a745;
 
-   color: #fff;
 
- }
 
- .direct-chat-green .right > .direct-chat-text::after, .direct-chat-green .right > .direct-chat-text::before {
 
-   border-left-color: #28a745;
 
- }
 
- .direct-chat-teal .right > .direct-chat-text {
 
-   background-color: #20c997;
 
-   border-color: #20c997;
 
-   color: #fff;
 
- }
 
- .direct-chat-teal .right > .direct-chat-text::after, .direct-chat-teal .right > .direct-chat-text::before {
 
-   border-left-color: #20c997;
 
- }
 
- .direct-chat-cyan .right > .direct-chat-text {
 
-   background-color: #17a2b8;
 
-   border-color: #17a2b8;
 
-   color: #fff;
 
- }
 
- .direct-chat-cyan .right > .direct-chat-text::after, .direct-chat-cyan .right > .direct-chat-text::before {
 
-   border-left-color: #17a2b8;
 
- }
 
- .direct-chat-white .right > .direct-chat-text {
 
-   background-color: #fff;
 
-   border-color: #fff;
 
-   color: #1f2d3d;
 
- }
 
- .direct-chat-white .right > .direct-chat-text::after, .direct-chat-white .right > .direct-chat-text::before {
 
-   border-left-color: #fff;
 
- }
 
- .direct-chat-gray .right > .direct-chat-text {
 
-   background-color: #6c757d;
 
-   border-color: #6c757d;
 
-   color: #fff;
 
- }
 
- .direct-chat-gray .right > .direct-chat-text::after, .direct-chat-gray .right > .direct-chat-text::before {
 
-   border-left-color: #6c757d;
 
- }
 
- .direct-chat-gray-dark .right > .direct-chat-text {
 
-   background-color: #343a40;
 
-   border-color: #343a40;
 
-   color: #fff;
 
- }
 
- .direct-chat-gray-dark .right > .direct-chat-text::after, .direct-chat-gray-dark .right > .direct-chat-text::before {
 
-   border-left-color: #343a40;
 
- }
 
- .dark-mode .direct-chat-text {
 
-   background-color: #454d55;
 
-   border-color: #4b545c;
 
-   color: #fff;
 
- }
 
- .dark-mode .direct-chat-text::after, .dark-mode .direct-chat-text::before {
 
-   border-right-color: #4b545c;
 
- }
 
- .dark-mode .direct-chat-timestamp {
 
-   color: #adb5bd;
 
- }
 
- .dark-mode .right > .direct-chat-text::after, .dark-mode .right > .direct-chat-text::before {
 
-   border-right-color: transparent;
 
- }
 
- .users-list {
 
-   padding-left: 0;
 
-   list-style: none;
 
- }
 
- .users-list > li {
 
-   float: left;
 
-   padding: 10px;
 
-   text-align: center;
 
-   width: 25%;
 
- }
 
- .users-list > li img {
 
-   border-radius: 50%;
 
-   height: auto;
 
-   max-width: 100%;
 
- }
 
- .users-list > li > a:hover,
 
- .users-list > li > a:hover .users-list-name {
 
-   color: #999;
 
- }
 
- .users-list-name,
 
- .users-list-date {
 
-   display: block;
 
- }
 
- .users-list-name {
 
-   color: #495057;
 
-   font-size: 0.875rem;
 
-   overflow: hidden;
 
-   text-overflow: ellipsis;
 
-   white-space: nowrap;
 
- }
 
- .users-list-date {
 
-   color: #748290;
 
-   font-size: 12px;
 
- }
 
- .dark-mode .users-list-name {
 
-   color: #ced4da;
 
- }
 
- .dark-mode .users-list-date {
 
-   color: #adb5bd;
 
- }
 
- .card-widget {
 
-   border: 0;
 
-   position: relative;
 
- }
 
- .widget-user .widget-user-header {
 
-   border-top-left-radius: 0.25rem;
 
-   border-top-right-radius: 0.25rem;
 
-   height: 135px;
 
-   padding: 1rem;
 
-   text-align: center;
 
- }
 
- .widget-user .widget-user-username {
 
-   font-size: 25px;
 
-   font-weight: 300;
 
-   margin-bottom: 0;
 
-   margin-top: 0;
 
-   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
 
- }
 
- .widget-user .widget-user-desc {
 
-   margin-top: 0;
 
- }
 
- .widget-user .widget-user-image {
 
-   left: 50%;
 
-   margin-left: -45px;
 
-   position: absolute;
 
-   top: 80px;
 
- }
 
- .widget-user .widget-user-image > img {
 
-   border: 3px solid #fff;
 
-   height: auto;
 
-   width: 90px;
 
- }
 
- .widget-user .card-footer {
 
-   padding-top: 50px;
 
- }
 
- .widget-user-2 .widget-user-header {
 
-   border-top-left-radius: 0.25rem;
 
-   border-top-right-radius: 0.25rem;
 
-   padding: 1rem;
 
- }
 
- .widget-user-2 .widget-user-username {
 
-   font-size: 25px;
 
-   font-weight: 300;
 
-   margin-bottom: 5px;
 
-   margin-top: 5px;
 
- }
 
- .widget-user-2 .widget-user-desc {
 
-   margin-top: 0;
 
- }
 
- .widget-user-2 .widget-user-username,
 
- .widget-user-2 .widget-user-desc {
 
-   margin-left: 75px;
 
- }
 
- .widget-user-2 .widget-user-image > img {
 
-   float: left;
 
-   height: auto;
 
-   width: 65px;
 
- }
 
- /*# sourceMappingURL=adminlte.extra-components.css.map */
 
 
  |