/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  font-size: 14px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #8a8a8a; 
}

p {
  font-family: 'Poppins', "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em;
  /*color: #0E131D;*/
}

a {
  color: #7386D5;
}

a,
a:hover{
  color: #6778bf;
  text-decoration: none;
  transition: all 0.3s;
}

.main {
  margin-top: 1.5rem;
}

.mb-head {
  margin-bottom: 1.5rem;
}

.auth {
  margin-top: 3rem;
}

.auth h4 {
  margin-bottom: 1rem;
}

.auth .logo {
  width: 70px;
  height: 70px;
  border-radius: 1rem!important;
  background: #7386D5;
  font-size: 40px;
  padding: 5px 0px 0px 20px;
  color: #fff;
  margin-bottom: 1rem;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
/*
.wrapper {
  display: flex;
  align-items: stretch;
}
*/
#sidebar-a {
  min-width: 66px;
  max-width: 66px;
  min-height: 100vh;
  background: #343a4e;
  color: #fff;
  transition: all 0.3s;
  position: fixed;
  z-index: 1060;
}
/*
#sidebar-a a,
#sidebar-a a:hover,
#sidebar-a a:focus {
  color: inherit;
}

#sidebar-a.active {
  margin-left: -250px;
}
*/
#sidebar-a .sidebar-header {
  padding: 20px 10px 20px 9px;
  background: #343a4e;
}

#sidebar-a .sidebar-header .logo {
    width: 45px;
    height: 45px;
    border-radius: 1rem!important;
    background: #7386D5;
    font-size: 28px;
    padding: 2px 0px 0px 13px;
}

#sidebar-a .sidebar-header .logo-image {
    width: 45px;
    height: 45px;
}

#sidebar-a ul.components {
  padding: 10px 0;
}

#sidebar-a ul p {
  color: #fff;
  padding: 10px;
}

#sidebar-a ul li {
  margin-bottom: 1.5rem;
}

#sidebar-a ul li a {
  margin-left: 17px;
  display: block;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  height: 100vh;
  background: #F3F5F9;
  transition: all 0.3s;
  margin-left: 66px;
  position: fixed;
  overflow-y: auto;
}

#sidebar::-webkit-scrollbar {
  width: 3px;
  background: #000;
}

#sidebar::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 10px;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
  color: inherit;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px 20px 0px 20px;
  color:#272C37;
  border-bottom: 1px solid #e7eaf1;
}

#sidebar ul.components {
  padding: 10px 0;
  font-size: 1rem;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px 10px 10px 20px;
  font-size: 1em;
  color: #272C37;
  display: block;
}

#sidebar ul li a:hover {
  color: #7386D5;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #7386D5;
  border-right: 2px solid #7386D5;
}

a[data-toggle="collapse"] {
  position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
  content: '\e64b';
  display: block;
  position: absolute;
  right: 20px;
  top: 15px;
  font-family: 'themify';
  font-size: 0.6em;
}

a[aria-expanded="true"]::before {
  content: '\e648';
}

#sidebar ul li a .badge {
  float: right;
  margin-right: 6px;
  margin-top: 2px;
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 52px !important;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  padding: 20px 20px 20px 340px;
  min-height: 100vh;
  transition: all 0.3s;
}

#content p a {
  color:
}

#content_app {
  padding: 20px 20px 20px 90px;
  min-height: 100vh;
  transition: all 0.3s;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}

.btn-plus {
  color: #fff;
  border: 1px dashed #fff;
}

.btn-plus:hover {
  color: #1F2531;
  background-color: #fff;
  border-color: #fff;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.app-logo {
    width: 45px;
    height: 45px;
    border-radius: 0.25rem !important;
}

.app-logo-normal {
    width: 50px;
    height: 50px;
    border-radius: 0.50rem !important;
}

.app-logo-draft {
  width: 50px;
    height: 50px;
    border-radius: 0.50rem !important;
    filter: grayscale(1);
}

.breadcrumb {
  padding: 0;
  background: none;
  font-size: 11px;
}

.breadcrumb a {
  color: #8E9BB2;
}

.breadcrumb a:hover {
  color: #7386D5;
}

.breadcrumb-item.active {
    color: #272C37;
}

.page-head {
  border-bottom: 1px solid #e7eaf1;
}

.page-head h4 {
  margin-bottom: 1rem;
}

.navigation-page {
  border-bottom: 1px solid #e7eaf1;
}

.navigation-page .nav-tabs {
  border-bottom: none;
}

.navigation-page .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid #e7eaf1;
  color: #8E9BB2;
}

.navigation-page .nav-tabs .active, .nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid #7386D5;
  color: #0E131D;
}

.table .thead-light th {
  background-color: #f3f5f9;
  border-color: #f3f5f9;
  color: #0E131D;
}

.table th, .table td {
  vertical-align: middle;
}

.table-hover tbody tr:hover {
  background-color: #f7f9fb;
}

.table-app tbody tr:hover {
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.20);
}

.navigation {
  background-color: #fff;
}

.top-navigation {
  box-shadow: 0 10px 20px 3px rgba(0, 30, 47, 0.08);
  padding: 10px 10px 10px 10px;
}

.alert {
  border-radius: 0;
  border: none;
}

.alert-danger {
  color: #ffffff;
  background-color: #f35c5c;
  border-color: #f35c5c;
}

.alert-success {
  color: #ffffff;
  background-color: #68c57d;
  border-color: #c3e6cb;
}

.alert-notify {
  padding-left: 66px;
}

.alert-notify-cms {
  padding-left: 316px;
}

.btn {
  box-shadow: rgba(0, 16, 46, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px;
}

.btn-primary {
  color: #fff;
  background-color: #7386D5;
  border-color: #7386D5;
}

.btn-primary:hover {
  color: #fff;
  background-color: #8192d9;
  border-color: #8192d9;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(115,134,213, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #9daae1;
  border-color: #9daae1;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #8f9edd;
  border-color: #8f9edd;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115,134,213, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f35c5c;
  border-color: #f35c5c;
}

.btn-danger:hover {
  color: #fff;
  background-color: #f46c6c;
  border-color: #f46c6c;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(243,92,92, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f9adad;
  border-color: #f9adad;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #da5252;
  border-color: #da5252;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243,92,92, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #68c57d;
  border-color: #68c57d;
}

.btn-success:hover {
  color: #fff;
  background-color: #77ca8a;
  border-color: #77ca8a;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(104,197,125, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #b3e2be;
  border-color: #b3e2be;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5db170;
  border-color: #5db170;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104,197,125, 0.5);
}

.border-none {
  border: none;
}

label {
  font-weight: 500;
}

.chat-body {
  height: 400px;
  overflow-y: scroll;
}

.modal-charheader {
  padding: 10px 1rem 10px 1rem;
  border-bottom: 1px solid #e9ecef;
  background-color: #F3F5F9;
}

@media (min-width: 992px) {
  .modal-chat {
    max-width: 1000px;
  }
}

.chat-footer {
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.balon1, .balon2 {

  margin-top: 5px !important;
  margin-bottom: 5px !important;

}


.balon1 a {

  background: #42a5f5;
  color: #fff !important;
  border-radius: 20px 20px 3px 20px;
  display: block;
  max-width: 75%;
  padding: 7px 13px 7px 13px;
  margin-bottom: 15px;
}

.balon1:before {

  content: attr(data-is);
  position: absolute;
  right: 15px;
  bottom: -4em;
  display: block;
  font-size: .750rem;
  color: rgba(84, 110, 122,1.0);
  
}

.balon2 a {

  background: #f1f1f1;
  color: #000 !important;
  border-radius: 20px 20px 20px 3px;
  display: block;
  max-width: 75%;
  padding: 7px 13px 7px 13px;
  margin-bottom: 15px;
}
  
.balon2:before {

  content: attr(data-is);
  position: absolute;
  left: 13px;
  bottom: -4em;
  display: block;
  font-size: .750rem;
  color: rgba(84, 110, 122,1.0);
  
}
  
.bg-sohbet:before {
  content: "";
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
  opacity: 0.06;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height:100%;
  position: absolute;   

}

.cursor-move {
  cursor: move;
}

.card-dropzone {
  min-height: 500px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  font-size: 0.875rem;
  color: #fff;
  background-color: #7386D5;
  border-color: #7386D5;
  border-radius: 0.2rem;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  padding: 0.25rem 0.5rem;
  box-shadow: rgba(0, 16, 46, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px;
}
.inputfile + label span {
  padding-left: 10px;
}
.inputfile:focus + label, .inputfile + label:hover {
  background-color: #8192d9;
}

.modal-preview .modal-content {
  background-color: transparent;
  border: none;
}

.preview-cateory-img {
  max-width: 150px;
}

.move {
  cursor: move;
}

.avatar {
  width: 40px;
  border-radius: 50% !important;
}

.comment #sidebar ul li.active > a, a[aria-expanded="true"]{
  border-right: none;
}

.comment a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
  content: none;
}

.load-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 60vh;
}

.load-wrap-build {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.loader  {
  animation: rotate 1s infinite;  
  height: 50px;
  width: 50px;
}

.loader:before,
.loader:after {   
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}
.loader:before {
  animation: ball1 1s infinite;  
  background-color: #f35c5c;
  box-shadow: 30px 0 0 #ffc107;
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 1s infinite; 
  background-color: #7386D5;
  box-shadow: 30px 0 0 #68c57d;
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8); 
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2); 
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8); 
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}

.fixed-bottom-chat {
  background-color: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 320px;
  z-index: 1030;
}

#toast-success {
  visibility: hidden;
  max-width: 50px;
  height: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: #1eca57;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 1060;
  left: 0;right:0;
  bottom: 30px;
  font-size: 0.9rem;
  white-space: nowrap;
}
#toast-success #img {
  width: 50px;
  height: 50px;
  float: left;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  background-color: #34cf67;
  color: #fff;
}
#toast-success #desc {
  color: #fff;
  padding: 16px;
  overflow: hidden;
  white-space: nowrap;
}

#toast-success.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

#toast-fail {
  visibility: hidden;
  max-width: 50px;
  min-height: 50px;
  margin-left: -125px;
  margin: auto;
  background-color: #f44336;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 1;
  left: 0;right:0;
  bottom: 30px;
  font-size: 0.9rem;
  white-space: nowrap;
}
#toast-fail #img {
  width: 50px;
  height: 50px;
  float: left;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  background-color: #f5554a;
  color: #fff;
}
#toast-fail #desc {
  color: #fff;
  padding: 16px;
  overflow: hidden;
  white-space: nowrap;
}

#toast-fail.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
  from {min-width: 50px} 
  to {min-width: 350px}
}

@keyframes expand {
  from {min-width: 50px}
  to {min-width: 350px}
}
@-webkit-keyframes stay {
  from {min-width: 350px} 
  to {min-width: 350px}
}

@keyframes stay {
  from {min-width: 350px}
  to {min-width: 350px}
}
@-webkit-keyframes shrink {
  from {min-width: 350px;} 
  to {min-width: 50px;}
}

@keyframes shrink {
  from {min-width: 350px;} 
  to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 60px; opacity: 0;}
}

/*Required*/
@media (max-width: 576px){
  .modal-dialog.modal-dialog-slideout {
    width: 80%
  }
}
.modal-dialog-slideout {
  min-height: 100%; 
  margin: 0 0 0 auto;
  background: #fff;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%,0);
  transform: translate(100%,0);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  flex-flow: column;
}
.modal-dialog-slideout .modal-content{
  border: 0;
}
.phone {
  margin: 15px auto;
  width: 320px;
  height: 620px;
  padding-top: 55px;
  padding-left: 11px;
  position: relative;
  border: 2px solid #bcbcbc;
  border-radius: 35px;
  background: #fff;
  -webkit-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.phone:before {
  content: "";
  border: 2px solid #bcbcbc;
  position: absolute;
  bottom: 15px;
  left: 138px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.phone:after {
  content: "";
  border: 3px solid #bcbcbc;
  position: absolute;
  top: 25px;
  left: 125px;
  width: 70px;
  height: 6px;
  border-radius: 5px;
}

.phone .iframe-wrapper {
  border: 2px solid #bcbcbc;
  width: 290px;
  height: 484px;
  border-radius: 3px;
}

.phone iframe {
  width: 286px;
  height: 480px;
  border: none;
}

#canvas-holder {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, .7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.card-widget {
  box-shadow: 0 2px 8px rgba(2,8,20,.08), 0 8px 16px rgba(0,0,0,.1);
  border: none;
  background-color: #7386D5;
  color: #fff;
}

.text-widget {
  color: #ffdd2d;
}

.badge-unread {
  position: absolute;
  background: #f35c5c;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  margin-left: -5px;
}
.dropdown-item {
  padding: 0.1rem 1rem;
  font-size: 0.8rem;
}

.image-badge {
  background-color: tomato;
  display: inline-block;
  border-radius: 100%;
  min-width: 2em;
}
.image-badge:before {
  content: '';
  display: block;
  padding-bottom: calc(100% - 1em);
}

.image-badge img {
  line-height: 1;
  text-align: center;
  width: 50px;
  padding: 0 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.card-circle {
  padding: 15px;
  border: none;
  box-shadow: rgba(0, 16, 46, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px;
}

.card-app:hover {
  box-shadow: 0rem 0rem 1.5rem 0.1rem rgba(0, 0, 0, 0.15);
}

.card-app a {
  color: #212529;
}