.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 200px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 120px;
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 80px;
  width: 80px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > span {
  z-index: 5;
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > span > small {
  display: block;
  font-size: 12px;
}

.navbar-nav > .user-menu .user-image {
  /*float: left;*/
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}

blockquote.quote-danger {
  border-color: #dc3545;
}

blockquote {
  background-color: #fff;
  border-left: 0.7rem solid #007bff;
  margin: 1.5em 0.7rem;
  padding: 0.5em 0.7rem;
}

blockquote.quote-info {
    border-color: #17a2b8;
}

blockquote {
    background-color: #fff;
    border-left: 0.7rem solid #007bff;
    margin: 1.5em 0.7rem;
    padding: 0.5em 0.7rem;
}

.datepicker-days .table th, .table td {
  padding: 0.5rem;
}

.modal-scrollbar {
  height: 70vh;
  overflow: auto;
  padding: 0 10px;
}

.sidebar::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}


::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.text-require {
  color: #d44950;
  margin-left: 3px;
  margin-right: 3px;
}

.blurry-text {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

table .btn-sm {
  margin-left:2px;
  margin-right: 2px;
  margin-bottom: 1px;
  margin-top: 1px;
}
.footer {
  position: fixed;
  bottom: 0;
  padding: 20px;
  background: white;
  width: 100%;
}

.footer p {
  margin-bottom: 0px;
}

.glyphicon-refresh-animate {
  -animation: spin .9s infinite linear;
  -webkit-animation: spin2 .9s infinite linear;
}
.glyphicon-refresh:before {
  content: "\e031";
}
@-webkit-keyframes spin2 {
  from { -webkit-transform: rotate(0deg);}
  to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
  from { transform: scale(1) rotate(0deg);}
  to { transform: scale(1) rotate(360deg);}
}

.message {
  border-radius: 20px;
  padding: 10px 20px;
  width: fit-content;
}
.message-left {
  color: white;
  background-color: #1580f3;
  text-align: start;
}

.message-right {
  background-color: #8b8989;
  text-align: end;
}

.d-right {
  display: flex;
  justify-content: end;
}

.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.toggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 20px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
  margin-bottom: 0px;
}

.toggle label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.toggle input:checked + label {
	background: #bada55;
}

input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

label:active:after {
	width: 130px;
}

.font-small {
  font-size: 12px !important;
}

.title {
  font-size: 18px;
}
.small-description {
  font-size: 13px;
}
.ribbon-wrapper .ribbon {
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  font-size: .8rem;
  line-height: 100%;
  padding: 0.375rem 0;
  position: relative;
  right: -2px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,.4);
  text-transform: uppercase;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90px;
}
.ribbon-wrapper .ribbon::after, .ribbon-wrapper .ribbon::before {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9e9e9e;
  bottom: -3px;
  content: "";
  position: absolute;
}
.ribbon-wrapper .ribbon::after, .ribbon-wrapper .ribbon::before {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #9e9e9e;
  bottom: -3px;
  content: "";
  position: absolute;
}
.ribbon-wrapper .ribbon::after {
  right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}

.select2-container .select2-selection--single {
  height: 36px;
}

.overlay {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #ddd;
    opacity: 0.5;
    /* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #007bff;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
} 


.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: 80vh;
    overflow-y: auto;
}