html {
    scroll-behavior: smooth;
}
/** THEME **/
.main-menu {
    z-index: 1040;
}
html body.bg-full-screen-image {
    background: #6c3a8f;
    background-size: cover;
}
html body.bg-full-screen-image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .1;
    width: 100%;
    height: 100%;
    background: url(/app-assets/images/svg/bg.svg) no-repeat center center fixed;
    background-size: cover;
}
.vertical-compact-menu.menu-open .content, .vertical-compact-menu.menu-open .footer, 
.vertical-compact-menu.menu-open .header-navbar {
    margin-left: 200px;
}
@media (min-width: 992px) {
	body.vertical-compact-menu .main-menu, 
	body.vertical-compact-menu .vertical-overlay-menu.menu-hide .main-menu, 
	.vertical-overlay-menu.menu-hide body.vertical-compact-menu .main-menu {
	    width: 200px;
	}
}
.vertical-compact-menu.menu-hide .main-menu {
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}
.main-menu.menu-bg-default { 
    background: -webkit-gradient(linear, left top, left bottom, from(#2597ee), to(#2597ee)) !important;
    background: -webkit-linear-gradient(#2597ee, #2597ee) !important;
    background: -moz-linear-gradient(#2597ee, #2597ee) !important;
    background: -o-linear-gradient(#2597ee, #2597ee) !important;
    background: linear-gradient(#2597ee, #2597ee) !important;
    -webkit-box-shadow: 0px 0px 8px rgba(62, 57, 107, 0.7) !important;
    box-shadow: 0px 0px 8px rgba(62, 57, 107, 0.7) !important; 
}
.main-menu.menu-dark .navigation li a {
    color: #fff;
}
.main-menu.menu-dark .navigation > li.open > a,
.main-menu.menu-dark .navigation > li.hover > a {
    background: #33a4fd;
    border-right: 0;
    color: #fff;
}
.btn-primary {
    background-color: #85BB65 !important;
    border-color: #85BB65 !important;
}
.btn-gradient-secondary {
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, right top, from(#6bd440), color-stop(51%, #4caf50), to(#6bd440));
    background-image: -webkit-linear-gradient(left, #6bd440 0%, #4caf50 51%, #6bd440 100%);
    background-image: -moz-linear-gradient(left, #6bd440 0%, #4caf50 51%, #6bd440 100%);
    background-image: -o-linear-gradient(left, #6bd440 0%, #4caf50 51%, #6bd440 100%);
    background-image: linear-gradient(to right, #6bd440 0%, #4caf50 51%, #6bd440 100%);
    background-position: left center;
    -webkit-box-shadow: 0px 0px 16px 0 rgb(54 176 39 / 50%);
    box-shadow: 0px 0px 16px 0 rgb(54 176 39 / 50%);
}
.purple-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#3B2667), to(#6c3a8f));
    background: -webkit-linear-gradient(left, #3B2667, #6c3a8f);
    background: -moz-linear-gradient(left, #3B2667, #6c3a8f);
    background: -o-linear-gradient(left, #3B2667, #6c3a8f);
    background: linear-gradient(90deg, #3B2667, #6c3a8f) !important;
}
.header-navbar .user-icon {
	margin-top: 4px;
	display: block;
}
.dropdown-notification .media-list {
    box-shadow: inset 0 -2px 6px rgba(1,1,1,.1);
}
.vertical-compact-menu .main-menu .navigation-brand {
    text-align: center;
}
.vertical-compact-menu .main-menu .navigation-brand img {
    width: 60px;
}
.main-menu.menu-dark .navigation > li {
    padding-bottom: 1rem;
}
.vertical-compact-menu .main-menu .navigation > li > a {
    padding: 0.6rem;
    display: flex;
    align-items: center;
}
.vertical-compact-menu .main-menu .navigation > li > a > i {
    font-size: 1.2rem;
    width: 40px;
}
.vertical-compact-menu .main-menu .navigation > li > a > span {
    display: block;
	visibility: visible;
}
.login-page .footer,
.login-page .footer a{
	color: #fff;
}
/** END THEME **/

/** BOOTSTRAP **/
.bg-light {
    background-color: #eee !important;
}
html .table th, 
html .table td {
    padding: 0.75rem 1rem;
}
.modal-header {
	border: 0;
}
.pagination .page-link {
    color: #aaa;
    border: 1px solid #eee;
}
.datepicker td, 
.datepicker th {
    padding: 8px;
}
@keyframes spinner-border {
  to { transform: rotate(360deg); }
} 
.spinner-border{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm{
    height: 1.5rem;
    width: 1.5rem;
    border-width: .2em;
}
/** END BOOTSTRAP **/

/** PLUGINS **/
html .country-select {
    display: block;
}
.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
html .iti__country-list{
	z-index: 3;
}
html .iti {
	display: block;
}
/** END PLUGINS **/

/** LOADING **/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** END LOADING **/