/*------------------------------------------------------------------DEFAULT LIGHT THEME STYLESHEETNotes: To change mian color , change the value of $brand variableLast change:    25/11/2019 [Initial Release]-------------------------------------------------------------------*/.default-theme body,.default-theme .main-wrapper {  color: #3e4247;  background-color: #fff; }.default-theme .bg-white {  background-color: #fff !important; }.default-theme .mdi {  color: #949aa2; }.default-theme .userprofile-name span {  color: #6c757d; }.default-theme .call-hangup {  background: #dc3545; }  .default-theme .call-hangup i {    color: #fff; }.default-theme .call-options__iconbox:hover, .default-theme .call-options__iconbox.active {  background: #f1f3f5; }.default-theme .call-options h6 {  color: #8d9093; }.default-theme .icvideocallwrapper .icvideo-user {  background: #fff; }@media only screen and (max-width: 768px) {  .default-theme .icvideocallwrapper .icvideo-actions__middle {    background: #fff; } }.default-theme .iconbox.btn-hovered-light:focus, .default-theme .iconbox.btn-hovered-light:hover, .default-theme .iconbox.btn-hovered-light:active {  background: #e9ecef; }.default-theme .iconbox.btn-outline-light {  color: inherit;  border: 1px solid #dadce0; }  .default-theme .iconbox.btn-outline-light:focus, .default-theme .iconbox.btn-outline-light:hover, .default-theme .iconbox.btn-outline-light:active {    background: #f0f0f0; }.default-theme .iconbox.btn-solid-primary {  background: #ae6eea; }.default-theme .iconbox.btn-solid-secondary {  background: #6c757d; }.default-theme .iconbox.btn-solid-success {  background: #28a745; }.default-theme .iconbox.btn-solid-info {  background: #03a9f4; }.default-theme .iconbox.btn-solid-warning {  background: #ffc107; }.default-theme .iconbox.btn-solid-danger {  background: #dc3545; }.default-theme .iconbox.btn-solid-primary .mdi, .default-theme .iconbox.btn-solid-secondary .mdi, .default-theme .iconbox.btn-solid-success .mdi, .default-theme .iconbox.btn-solid-info .mdi, .default-theme .iconbox.btn-solid-warning .mdi, .default-theme .iconbox.btn-solid-danger .mdi {  color: #fff; }.default-theme .doclistall {  background: #e9ecef; }.default-theme .mfb-component__button--main {  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);  color: #fff;  background-color: #ae6eea; }  .default-theme .mfb-component__button--main .mdi {    color: #fff; }  .default-theme .mfb-component__button--main:focus, .default-theme .mfb-component__button--main:hover {    color: #fff; }.default-theme .mfb-component__button--child {  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);  color: #fff;  background-color: #6c757d; }  .default-theme .mfb-component__button--child .mdi {    color: #fff; }  .default-theme .mfb-component__button--child:focus, .default-theme .mfb-component__button--child:hover {    color: #fff; }.default-theme [data-mfb-label]:after {  background: #ae6eea;  color: #f8f9fa; }.default-theme .user-avatar-group .user-avatar {  border: 2px solid #fff; }.default-theme .user-avatar span {  color: inherit; }.default-theme .user-avatar.avatar-primary {  background: #ecddfa;  color: #ae6eea; }  .default-theme .user-avatar.avatar-primary .mdi::before {    color: #ae6eea; }.default-theme .user-avatar.avatar-info {  background: #c5ecfe;  color: #ae6eea; }  .default-theme .user-avatar.avatar-info .mdi::before {    color: #03a9f4; }.default-theme .user-avatar.avatar-success {  background: #afecbd;  color: #28a745; }  .default-theme .user-avatar.avatar-success .mdi::before {    color: #28a745; }.default-theme .user-avatar.avatar-danger {  background: #fae3e5;  color: #dc3545; }  .default-theme .user-avatar.avatar-danger .mdi::before {    color: #dc3545; }.default-theme .user-avatar.avatar-warning {  background: #fff4d3;  color: #ffc107; }  .default-theme .user-avatar.avatar-warning .mdi::before {    color: #ffc107; }.default-theme .user-avatar.avatar-secondary {  background: #d8dbdd;  color: #6c757d; }  .default-theme .user-avatar.avatar-secondary .mdi::before {    color: #6c757d; }@media only screen and (max-width: 992px) {  .default-theme .ca-content__callswrapper.open {    background: #fff; } }.default-theme .ca-call-details-history .call-outline-btn {  border: 1px solid #dadce0; }  .default-theme .ca-call-details-history .call-outline-btn.call-incoming-icon {    border-color: #28a745; }    .default-theme .ca-call-details-history .call-outline-btn.call-incoming-icon .mdi {      color: #28a745; }  .default-theme .ca-call-details-history .call-outline-btn.call-outgoing-icon {    border-color: #ffc107; }    .default-theme .ca-call-details-history .call-outline-btn.call-outgoing-icon .mdi {      color: #ffc107; }  .default-theme .ca-call-details-history .call-outline-btn.call-missed-icon {    border-color: #dc3545; }    .default-theme .ca-call-details-history .call-outline-btn.call-missed-icon .mdi {      color: #dc3545; }.default-theme .ca-call-details-history .ca-call-history__right .ca-call-duration {  color: #858585; }.default-theme .conversation .user-avatar::after {  border: 2px solid #fff; }.default-theme .conversation .user-avatar.online::after {  background: #28a745; }.default-theme .conversation .user-avatar.offline::after {  background: #6c757d; }.default-theme .conversation .user-avatar.recently-active::after {  background: #ffc107; }.default-theme .conversation__time {  color: #acb6d1; }.default-theme .conversation__message {  color: #a2a2a2; }.default-theme .chatapp__actions--icon:hover i {  color: #ae6eea; }.default-theme .conversation-wrapper .conversation-panel {  background: #fff; }  .default-theme .conversation-wrapper .conversation-panel__head {    border-bottom: 1px solid #dadce0; }    .default-theme .conversation-wrapper .conversation-panel__head .conversation__actions .action-icon:hover {      background: #e9ecef; }  .default-theme .conversation-wrapper .conversation-panel__footer {    background: #fafafa; }    .default-theme .conversation-wrapper .conversation-panel__footer .composer__left--sticker {      background: #f4ebfc; }      .default-theme .conversation-wrapper .conversation-panel__footer .composer__left--sticker i::before {        color: #ae6eea; }    .default-theme .conversation-wrapper .conversation-panel__footer .composer__left--emoticon i:hover {      color: #ae6eea; }    .default-theme .conversation-wrapper .conversation-panel__footer .composer__middle--attachment i:hover {      color: #ae6eea; }    .default-theme .conversation-wrapper .conversation-panel__footer .composer__middle--photo i:hover {      color: #ae6eea; }    .default-theme .conversation-wrapper .conversation-panel__footer .composer__middle--microphone i:hover {      color: #ae6eea; }    .default-theme .conversation-wrapper .conversation-panel__footer .composer__right--send {      background: #ae6eea; }      .default-theme .conversation-wrapper .conversation-panel__footer .composer__right--send i {        color: #fff; }    @media only screen and (max-width: 576px) {      .default-theme .conversation-wrapper .conversation-panel__footer .composer__right--microphone {        background: #ae6eea; }        .default-theme .conversation-wrapper .conversation-panel__footer .composer__right--microphone i {          color: #fff; } }.default-theme .message.sent .message__text {  background: #f3ecff;  color: #ae6eea; }  .default-theme .message.sent .message__text .metadata .time {    color: #acacac; }.default-theme .message.received .message__text {  background: #e8faff;  color: #142037; }  .default-theme .message.received .message__text .metadata .time {    color: #acacac; }.default-theme .message .message__options i:hover {  background: #e9ecef; }.default-theme .information-panel {  border-left: 1px solid #dadce0; }  .default-theme .information-panel__head {    border-bottom: 1px solid #dadce0; }  .default-theme .information-panel__closer:hover {    background: #e9ecef; }  .default-theme .information-panel__body .social-icon-box .social-icon:hover i {    color: #ae6eea; }  .default-theme .information-panel__body .accordion.accordion-ungrouped .card {    border: 1px solid rgba(0, 0, 0, 0.125); }.default-theme body.info-panel-opened .information-panel {  background: #fff; }@media only screen and (max-width: 992px) {  .default-theme .back-button-md:hover, .default-theme .back-button-md:active {    background: #f1f3f5; } }.default-theme .contactlist-heading {  background: #ecddfa; }@media only screen and (max-width: 992px) {  .default-theme .callist-profile-wrapper.open,  .default-theme .contactist-profile-wrapper.open {    background: #fff; } }.default-theme .ca-profile-info .ca-profile-pic {  border: 0.25rem solid #f8f9fa; }.default-theme .ca-profile-actions {  background: #fff; }.default-theme .text-danger .mdi {  color: #dc3545; }.default-theme .ps-list {  border-bottom: 1px solid #dadce0; }.default-theme .chatapp-user-list {  border-right: 1px solid #dadce0;  background: #fff; }.default-theme .chatapp-user-list-header {  border-bottom: 1px solid #dadce0; }.default-theme .chatapp-user-list-body .list-unstyled li.active {  color: #ae6eea;  background-color: #f9f4fd; }  .default-theme .chatapp-user-list-body .list-unstyled li.active::before {    background: #ae6eea; }.default-theme .setting-sunheading.setting-sunheading-style01 {  background: #ae6eea;  color: #fff; }.default-theme .docs-content .orderlist {  color: #727f8d; }.default-theme .docs-content p {  color: #727f8d; }.default-theme .docs-content .code {  background: #f1f3f5; }.default-theme .docs-content .table thead th {  color: #212529; }.default-theme .docs-content .table tbody tr td {  color: #212529; }.default-theme .file-structure {  color: #727f8d; }.default-theme .highlight {  background-color: #f8f9fa; }.default-theme .nt {  color: #0286c2; }.default-theme .na {  color: #03a9f4; }.default-theme .s {  color: #dc3545; }.default-theme .folderpath {  background-color: #343a40;  color: #fff; }.default-theme .chatapp__sidebar {  border-right: 1px solid #dadce0; }  @media only screen and (max-width: 992px) {    .default-theme .chatapp__sidebar {      background: #fff; } }  .default-theme .chatapp__sidebar ul.nav li .nav-link.active {    color: #ae6eea; }    .default-theme .chatapp__sidebar ul.nav li .nav-link.active i {      color: #ae6eea; }.default-theme .setting-sunheading.setting-sunheading-style01 {  background: #ae6eea;  color: #fff; }.default-theme .nav-pills .nav-link.active,.default-theme .nav-pills .show >.nav-link {  color: #fff;  background-color: #ae6eea; }  .default-theme .nav-pills .nav-link.active .settingmenu__icon i::before,  .default-theme .nav-pills .show >.nav-link .settingmenu__icon i::before {    color: #fff; }.default-theme .nav-pills .nav-link {  color: inherit; }.default-theme .ca-setting-list .btn-link {  color: inherit; }.default-theme .ca-setting-list li:not(:last-of-type) {  border-bottom: 1px solid #dadce0; }.default-theme .setting-sunheading {  color: #a2a2a2; }.default-theme .settings-nav-menu .nav-link.active:hover {  background: #ae6eea; }.default-theme .settings-nav-menu .nav-link:hover {  background: #e9ecef; }.default-theme .nav-style-vertical-1 .nav.flex-column {  border-right: 1px solid #dadce0; }.default-theme .contactlist,.default-theme .calllist,.default-theme .conversation {  border-bottom: 1px solid #f1f3f5; }.default-theme .ca-setting-list .ca-setting-type .ca-setting-name .ca-setting-name-sub {  color: #a2a2a2; }@media only screen and (max-width: 992px) {  .default-theme .settings-modal-dialog .modal-dialog .settings-nav-content.open {    background: #fff; } }.default-theme .taskbox__icon {  background: #f4ebfc; }.default-theme .taskbox__text--heading {  color: #8d9093; }.default-theme .taskpanel-title {  color: #fff;  background: #ae6eea; }.default-theme .newtaskbtn i {  color: inherit; }.default-theme .taskpanel {  background: #f8f9fa; }.default-theme .taskcard .task-expander .mdi-minus-box-outline {  color: #ae6eea; }.default-theme .taskcard .task-expander .mdi-plus-box-outline {  color: #949aa2; }.default-theme .taskcard .task-details__title {  color: #949aa2; }.default-theme .taskcard .task-details .task-checklist li .task-checkbox label.done {  color: #ced4da; }.default-theme .taskdate {  color: #a2a2a2; }.default-theme .taskpanel-footer {  background: #fff; }  .default-theme .taskpanel-footer .checklist-number {    color: #a2a2a2; }  .default-theme .taskpanel-footer .taskinfo-footer .attachment,  .default-theme .taskpanel-footer .taskinfo-footer .comments {    color: #a2a2a2; }.default-theme .btn-primary-light {  color: #ae6eea;  background-color: #f4ebfc;  border-color: #f4ebfc; }  .default-theme .btn-primary-light:hover {    color: #9b4de5;    background-color: #e0c7f7;    border-color: #e0c7f7; }.default-theme .task-checkbox .custom-control-input:focus ~ .custom-control-label:before {  box-shadow: 0 0 0 0.01rem rgba(174, 110, 234, 0.25);  border-color: #ae6eea; }.default-theme .card {  background: #fff; }.default-theme .information-panel {  background: #fff; }.default-theme .modal-content {  background: #fff; }.default-theme .badge-primary {  background: #ae6eea; }.default-theme.rtl .chatapp__sidebar {  border-left: 1px solid #dadce0; }.default-theme.rtl .chatapp-user-list {  border-left: 1px solid #dadce0; }.default-theme.rtl .information-panel {  border-right: 1px solid #dadce0; }.default-theme .preloader {  background-color: #fff; }