

/*
Template Name: Danaparamitha Admin
File: style.css
*/


/*
- General
- Mini Sidebar
- Submenu Wrapper
- Top Header
- Footer
- Utilities
- swicther
- eCommerce
- Order Tracking
- Responsive
- swicther
- Responsive

 */




/* Genral */

:root {
    --color1: #830c0c;
    --color2: #eb9500;
    --color3: #ffb129;
    --color4: #921010;
  }

html, body {
    max-width: 100%;
    overflow-x: hidden!important;
}

body {
    color: #282828;
    font-size: 14px;
    letter-spacing: .5px;
    background-color: #f7f8fa;
    overflow-x: hidden;
    font-family: Roboto, sans-serif;
}

a {
    text-decoration: none;
}

ion-icon {
    vertical-align: middle;
}

::placeholder {
    opacity: 0.5 !important;
}

.wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.wrapper .page-content-wrapper {

    margin-left: 260px;
    margin-top: 65px;
    padding-bottom: 20px;
    transition: .3s all;

}


.wrapper .page-content {
	padding: 1.5rem;
}

.wrapper .overlay {
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -300px;
    background-color: #060505;
    opacity: 0.5;
    z-index: 1;
    cursor: move;
    transition: .7s all;
}

/* buttons */

.btn-primary {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
  }
  .btn-primary:hover {
    color: #fff;
    background-color: var(--color4);
    border-color: var(--color4);
  }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: var(--color4);
    border-color: var(--color4);
  }
  .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color4);
    border-color: var(--color4);
  }
  .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.0)!important;
  }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
  }




/* Sidebar */

.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background-color: #ffffff;
    background-clip: padding-box;
    border-right: 1px solid #e2e3e4;
    transition: all .2s;
    z-index: 16;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}


.sidebar-wrapper .sidebar-header {
    width: 260px;
    height: 65px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 5;
    background-color: #ffffff;
    border-right: 1px solid #e2e3e4;
    border-bottom: 1px solid #e4e4e4;
    transition: all .2s;
}

.sidebar-wrapper .sidebar-header .logo-icon {
    width: 38px;
}

.sidebar-wrapper .sidebar-header  .logo-text {
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #212529;
}

.toggle-icon {
    font-size: 24px;
    cursor: pointer;
    color: #212529;
}

/*@media all and (min-width: 767px) {
 .toggle-icon{
    display:none;
}
}*/



.sidebar-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: 0 0
}

.sidebar-wrapper .metismenu {
	background: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	margin-top: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.sidebar-wrapper .metismenu li+li {
	margin-top: 5px
}

.sidebar-wrapper .metismenu li:first-child {
	margin-top: 5px
}

.sidebar-wrapper .metismenu li:last-child {
	margin-bottom: 5px
}

.sidebar-wrapper .metismenu>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.sidebar-wrapper .metismenu a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 8px 12px;
	font-size: 14px;
	color: #5f5f5f;
	outline-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: .5px;
	border: 1px solid rgb(146 62 185 / 0%);
	transition: all .2s ease-out
}

.sidebar-wrapper .metismenu a .parent-icon {
	font-size: 19px;
	line-height: 1
}

.sidebar-wrapper .metismenu a .menu-title {
	margin-left: 10px
}

.sidebar-wrapper .metismenu ul a {
	padding: 5px 14px 5px 14px;
    font-size: 14px;
}

.sidebar-wrapper .metismenu ul a i {
	margin-right: 10px;
    font-size: 12px;
}

.sidebar-wrapper .metismenu ul {
	background: rgb(255 255 255 / 0%);
    border: 1px solid #f4ebf8;
}

.sidebar-wrapper .metismenu ul ul a {
	padding: 8px 15px 8px 30px
}

.sidebar-wrapper .metismenu ul ul ul a {
	padding: 8px 15px 8px 45px
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
	color: #212529;
    text-decoration: none;
    background-color: rgb(34 38 42 / 8%);
}

.menu-label {
	padding: 20px 15px 5px 5px;
	color: #b0afaf;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px
}

.metismenu .has-arrow:after {
	position: absolute;
	content: "";
	width: .5em;
	height: .5em;
	border-style: solid;
	border-width: 1.2px 0 0 1.2px;
	border-color: initial;
	right: 15px;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
	top: 50%;
	transition: all .3s ease-out
}


@media screen and (min-width:1025px) {
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
		width: 80px
	}
    .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
		box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)!important
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 80px
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		justify-content: center
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
		width: 80px
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
		justify-content: center
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
		display: none
	}
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
		display: none
	}

}


.wrapper.toggled .top-header {
	left: 80px
}

.wrapper.toggled .page-content-wrapper {
	margin-left: 80px;
}


/* Top Header */

.top-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    height: 65px;
    padding: 0 1.5rem;
    border-bottom: 1px solid #e9ecef;
    background-clip: border-box;
    background-color: #ffffff;
    z-index: 5;
    transition: 0.3s all;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);

}

.top-header .navbar {
    width: 100%;
}

.top-header .mobile-menu-button {
	color: #282828;
    font-size: 20px;
    font-weight: 500;
	cursor: pointer;
	display: none;
}

.top-header .mobile-search-button {
	display: none;
}



.top-header .navbar .searchbar {
    position: relative;
    width: 25%;
}

.top-header .navbar .searchbar .form-control {
    box-shadow: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border: 1px solid #e9ecef;
    background-color: #f9f9f9;
    border-radius: 2.25rem;
}

.top-header .navbar .searchbar .form-control:focus {
    background-color: #fff;
    border-color: #595b5c;
    box-shadow: 0 0 0 .25rem rgb(33 37 41 / 30%)

}

.top-header .navbar .top-navbar-right .nav-link {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    padding-right: .7rem;
    padding-left: .7rem;
}

.top-header .navbar .searchbar .search-icon {

    color: #41464b;
    opacity: 0.5;
    font-size: 16px;

}

.top-header .navbar .searchbar .search-close-icon {
    right: 2rem;
    opacity: 0.5;
    cursor: pointer;
    display: none;
    font-size: 16px;
}

.top-header .navbar .user-img {
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 50%;
}

.dropdown-toggle-nocaret:after {
	display: none
}

.top-header .navbar .nav-link .notify-badge {
    position: absolute;
    top: 0px;
    right: -8px;
    color: #fff;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f50d0d;
    z-index: 1;
}

.dropdown-languages .dropdown-menu {
    color: #1e2125;
	font-size: 14px;
	border: 1px solid #e9ecef;
	box-shadow: 0 .1rem 0.5rem rgba(0, 0, 0, .15)
}



.user-setting h6{
    display:inline-block;
}



.top-bar-text{
    font-size:14px;
    margin:0px 5px 0px 6px;
}

@media all and (max-width: 767px) {
  .top-bar-text{
    display:none;
}
}

.lang-flag{
  margin-right:5px;
}

.top-header .navbar .dropdown-user-setting .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #ffff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-item:hover,
.top-header .navbar .dropdown-item:focus {
	color: #1e2125;
	background-color: #f5f5f5
}


.top-header .navbar .dropdown-menu {
	-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}


.dropdown-large {
	position: relative
}

.dropdown-large .dropdown-menu {
	width: 320px;
	border: 1px solid #e9ecef;
	padding: 0 0;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.top-header .navbar .dropdown-large .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -6px;
	right: 16px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}


.top-header .navbar .dropdown-apps .dropdown-menu::after {
	content: '';
	width: 13px;
	height: 13px;
	background: #ffffff;
	position: absolute;
	top: -6px;
	right: 12px;
	transform: rotate(45deg);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd
}


.dropdown-large .msg-header {
	padding: .8rem 1rem;
	border-bottom: 1px solid #ededed;
	background-clip: border-box;
	text-align: left;
	display: flex;
	align-items: center;
}

.dropdown-large .msg-header .msg-header-title {
	font-size: 15px;
	color: #1c1b1b;
	margin-bottom: 0;
	font-weight: 500
}

.dropdown-large .msg-header .msg-header-clear {
	font-size: 12px;
	color: #585858;
	margin-bottom: 0
}

.dropdown-large .msg-footer {
	padding: .8rem 1rem;
	color: #1c1b1b;
	border-top: 1px solid #ededed;
	background-clip: border-box;
	background: 0 0;
	font-size: 14px;
	font-weight: 500;
}

.dropdown-large .user-online {
	position: relative
}

.dropdown-large .msg-name {
	font-size: 13px;
	margin-bottom: 0
}

.dropdown-large .msg-info {
	font-size: 12px;
	margin-bottom: 0
}

.dropdown-large .msg-avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-right: 15px
}

.dropdown-large .msg-time {
	font-size: 11px;
	margin-bottom: 0;
	color: #919191
}

.dropdown-large .user-online:after {
	content: '';
	position: absolute;
	bottom: 1px;
	right: 17px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e
}


.dropdown-large .dropdown-menu .dropdown-item {
	padding: .5rem 1.3rem;
	border-bottom: 1px solid #ededed
}

.dropdown-menu-language {
    padding: 20px;
    list-style: none;
    margin: 0;
  }

  .dropdown-menu-language li {
    line-height: 1;
  }

  .dropdown-menu-language li a {
    font-size: 13px;
    padding: 0;
  }

  .dropdown-menu-language li a img {
    max-width: 100%;
    width: 24px;
    margin-right: 10px;
    border: 1px solid #eeeeee;
  }




.header-message-list {
	position: relative;
	height: 360px
}

.header-notifications-list {
	position: relative;
	height: 360px
}

.dropdown-large .notify {
	font-size: 24px;
	text-align: center;
	margin-right: 15px
}

.app-box {
	width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f6f6f6;
	margin-bottom: 5px;
}

.app-title {
	color: #6e6e6e;
	font-size: 14px;
}

.header-notifications-list {
	position: relative;
	height: 332px;
}

.breadcrumb-title {
    font-size: 20px;
    border-right: 1.5px solid #ced3da;

}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 16px;

}

.page-breadcrumb .breadcrumb li a {
    font-size: 20px;
	color: #697278;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    font-family: LineIcons;
    content: "\ea5c";
}

/* Stats*/
.bg-stats p{
    font-weight:500!important;
}

/* Add Aranya */

.file-upload{
    width:47%;
    display: inline-block;
    margin-right:1%;
}

.file-section{
    margin-top:20px;
}

.file-section label{
  display:block!important;
}

.form-row{
    margin-bottom: 2rem;
}

.form-sub-heading{
    margin-bottom: 2rem;
    display:inline-block;
}

.form-heading{
    display:inline-block;
}

.padding-form{
padding:2rem 1rem 2rem 1rem;
}

.danadetailsmodal .textarea{
  width:100%!important;
}




/* Aranya Profile */
.save-profile .save-link:hover, .save-profile .save-link:focus {
    isolation: isolate;
  }

.save-profile .save-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .save-link{
    padding: 0.5rem 1rem;
  }

.save-title{
    color:var(--color1);
    font-weight:500;
}

.save-profile{
    margin-left:4rem;
}

.nav-tabs{
    position:relative;
}
 /*.nav-tabs > li:last-child
 {
 right:0;
 position:absolute
}*/

/* Footer */

.footer {
    position: absolute;
    left: 260px;
    right: 0;
    bottom: 0;
    padding: 0.7rem;
    color: #484444;
    background-color: #fff;
    border-top: 1px solid #e9ecef;
    text-align: center;
    transition: .3s all;
}

.wrapper.toggled .footer {
    left: 0px;
}


/* Utilities */

.bg-light-2 {
    background-color: rgba(255, 255, 255, 0.12);
}

.border-light-2 {
	border-color: rgba(255, 255, 255, 0.12)!important
}

.progress-bar {
    background-color: #212529;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.form-check-input:checked {
    background-color: #212529;
    border-color: #212529;
}

.form-check-input:focus {
	border-color: #3d4246;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.3)
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #212529;
}

#geographic-map {
    width: 100%;
    height: 325px;
}

.radius-10 {
	border-radius: 10px !important;
}

.radius-5 {
	border-radius: 5px !important;
}

.icon-badge {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
	color: #fff;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.radius-30 {
    border-radius: 30px;
}


.btn i,
.btn ion-icon {
    vertical-align: middle;
    font-size: 1rem;
    margin-top: -1em;
    margin-bottom: -1em;
    margin-right: 7px;
}


.btn i,
.btn.btn-lg  ion-icon {
    font-size: 1.25rem;
}

.dropzone .btn i,
.btn.btn-lg  ion-icon {
    font-size: 0.75rem;
}



.service-box {
	font-size: 25px;
    color: #1c1b1b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9ecef;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.error-social a {
	display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 0px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.product-img-2 {
    width: 45px;
    height: 45px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.theme-icons {
    background-color: #fff;
    color: #434547;
}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    position: fixed;
    border-radius: 50%;
    bottom: 20px;
    right: 12px;
    background-color: #212529;
    z-index: 5;
}

.back-to-top:hover{
    color: #fff;
}

.font-22 {
    font-size: 22px;
}


.chart-container1 {
	position: relative;
	height: 380px;
}

.chart-container2 {
	position: relative;
	height: 420px;
}

.chart-container3 {
	position: relative;
	height: 293px;
}

.chart-container4 {
	position: relative;
	height: 350px;
}

.chart-container5 {
	position: relative;
	height: 230px;
}

.chart-container6 {
	position: relative;
	height: 250px;
}

.chart-container7 {
	position: relative;
	height: 300px;
}

.chart-container8 {
	position: relative;
	height: 190px;
}

.chart-container9 {
	position: relative;
	height: 320px;
}


.product-box {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    background-color: #ffffff;
}

.product-box img {
    width: 100%;
}

.piechart-legend {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px !important;
    height: 110px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.percent {
    display: inline-block;
    line-height: 110px !important;
    z-index: 2;
    font-size: 18px;
    color: #525050;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px !important;
    height: 110px !important;
}

.gmaps, .gmaps-panaroma {
    height: 400px;
    background: #eee;
    border-radius: 3px;
}

.user-profile-avatar {
    background-color: #ffffff;
    width: 160px;
    height: 160px;
    padding: 5px;
    border-radius: 50%;
	margin-left: 6.5rem;
}

.user-profile-avatar img {
	width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-cover {
    background-image: url(../images/cards/profile-cover.png);
    background-size: cover;
    height: 10rem;
    background-position: center;
    filter: grayscale(1);
}

.user-change-photo {
	background-color: #ffffff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 5px;
}
.dropdown-item {
  width: auto!important;
}

.user-change-photo img {
	width: 100%;
    height: 100%;
    border-radius: 50%;
}


.widget-icon {
    width: 48px;
    height: 48px;
    background-color: #fafafa;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.widget-icon-2 {
    width: 52px;
    height: 52px;
    background-color: #fafafa;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.font-13 {
    font-size: 13px;
}


.w_chart {
    position: relative;
    display: inline-block;
    width: 80px !important;
    height: 80px !important;
    text-align: center;
    font-size: 1.4em;
}

.w_percent {
    display: inline-block;
    line-height: 80px !important;
    z-index: 2;
    color: #0a0808;
}

.w_chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px !important;
    height: 80px !important;
}

.w_percent:after {
    content: '%';
    margin-left: 0.1em;
}

.table-responsive {
    white-space: nowrap;
}




/* swicther */

.btn-switcher {
    position: fixed;
    right: 0px;
    top: 40%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.header-colors-indigators .indigator {
    width: 50px;
    height: 50px;
    background-color: #f7f8fa;
    border-radius: 10px;
    cursor: pointer;
}

/* eCommerce */

.btn-mobile-filter {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #923eb9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 55%;
    z-index: 3;
}

.btn-ecomm {
    padding: .675rem .85rem;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-name {
    color: #212529;
}

.shop-container .card {
    border: 1px solid rgb(240 241 243);
    box-shadow: none;
}

.product-grid .card.product-card {
	background-color: #ffffff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

@media (min-width: 992px) {
	.product-grid .card.product-card {
        margin-bottom: 1.5rem;
	}
	.product-grid .card.product-card:hover {
		background-color: #fff;
		-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	}
}


ul.categories-list li {
    font-size: 14px;
    margin-bottom: 8px;
}

.product-categories ul a {
	color: #212529;
}

.product-grid .card .card-footer a {
	color: #212529;
}

.color-indigator-item {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #e6e0e0;
	border-radius: 50%;
	cursor: pointer
}

.color-indigator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ccc;
}

.product-wishlist {
	width: 2.2rem;
	height: 2.2rem;
	font-size: 20px;
	background-color: #f9f9f9;
    color: #212529;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}
.product-compare, .product-catergory {
	color: #212529;
}
.product-compare:hover, .product-wishlist:hover, .product-catergory:hover {
	color: #212529;
}
.product-sharing .list-inline-item a {
	width: 36px;
	height: 36px;
	color: #ffffff;
    background-color: rgb(255 255 255);
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .2s;
}

.tags-box .tag-link {
    padding: .3rem;
    background-color: #212529;
    border: 1px solid rgb(33 37 41);
    color: rgb(255 255 255);
    font-size: 13px;
    margin: 4px;
    display: inline-block;
}

/* Order Tracking */

.steps {
	display: flex;
	width: 100%;
}
.steps-light .step-item {
	color: #888a8c
}
.step-item {
	flex-basis: 0;
	flex-grow: 1;
	transition: color 0.25s ease-in-out;
	text-align: center;
	text-decoration: none !important;
}
.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
	color: #ffffff;
    background-color: #212529;
}
.step-item:first-child .step-progress {
	border-radius: .125rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.steps-light .step-count, .steps-light .step-progress {
	color: #2e323e;
    background-color: #eaf0f5;
}
.step-progress {
	position: relative;
	width: 100%;
	height: .25rem;
}
.step-count {
	position: absolute;
	top: -.75rem;
	left: 50%;
	width: 1.625rem;
	height: 1.625rem;
	margin-left: -.8125rem;
	border-radius: 50%;
	font-size: .875rem;
	line-height: 1.625rem;
}
.step-label {
	padding-top: 1.5625rem;
}
.step-label>i {
	margin-top: -.25rem;
	margin-right: .425rem;
	font-size: 1.5em;
	vertical-align: middle;
}
.steps-light .step-item.active.current {
	color: #30384a;
}


.owl-thumbs .owl-thumb-item {
    width: 80px;
    height: 80px;
    margin: 0 4px;
    padding: 2px;
    background-color: transparent;
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 4px;
}

.owl-thumbs .owl-thumb-item img {
    width: 100%;
}

.login-box {
    width: 30rem;
    margin: 1.5rem auto;
    height: auto;
}

.seperator {
    background-color: #ffffff;
    left: 35%;
    padding: 0px 10px;
}

.seperator-2 {
    background-color: #ffffff;
    left: 45%;
    padding: 0px 10px;
}


.options {
    font-size: 20px;
    color: #4c5258;
    cursor: pointer;
}

.login-bg-overlay {
    width: 100%;
    height: 420px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #8436a8;
    background-image: linear-gradient( 310deg,#7928ca,#ff0080);

}

.social-login a {
    width: 50px;
    height: 50px;

}

.social-login a img {
    width: 100%;
    border: 1px solid #e4e6eb;
    padding: 13px;
    border-radius: 10px;
}

.social-login-footer a {
    color: #3c3e40;
}

.fw-500 {
    font-weight: 500;
}

.login-menu-2 a.nav-link {
    color: #6d6868;
}


.login-cover-wrapper {
    width: 25rem;
    height: 46rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.login-cover-img {
    background-image: url(../img/admin/authentication/register-cover-img.webp);
    background-position: center;
    background-size: cover;
    width: 100%;
    transform: skewX(-10deg);
}


.register-cover-img {
    background-image: url(../images/authentication/register-cover-img.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    transform: skewX(-10deg);
    filter: grayscale(1);
}

.au-reset-password-cover {
    background-image: url(../images/authentication/au-reset-password-cover.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    transform: skewX(-10deg);
    filter: grayscale(1);
}


.reset-passowrd {
    width: auto;
    height: 35em;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-8 {
    margin-top: 12rem;
}

.au-sign-up-basic {
    background-image: url(../images/authentication/au-sign-up-basic.png);
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
}

.au-sign-in-basic {
    background-image: url(../images/authentication/au-sign-in-basic.png);
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
}

.au-reset-password-basic {
    background-image: url(../images/authentication/au-reset-password-cover.png);
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
}



/* Responsive */

@media screen and (max-width: 1200px) {
    .filter-sidebar {
        width: 300px;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: scroll;
        background-color: #ffffff;
        z-index: 5;
        border-right: 1px solid #eee;
        box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 28%);
    }

}

@media screen and (max-width:1024px) {



    .sidebar-wrapper {

        left: -300px;
    }


    .wrapper .page-content-wrapper {

        margin-left: 0px;

    }

    .top-header{

        left: 0px;
    }

    /* Toggeled */


   .wrapper.toggled .sidebar-wrapper{

        left: 0px;
    }


    .wrapper.toggled .page-content-wrapper {

        margin-left: 0px;

        padding: 0 0rem 2em 0rem;

    }

    .wrapper.toggled .top-header{

        left: 0px;
    }


    .wrapper.toggled .overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: .6;
		z-index: 12;
		display: block;
		cursor: move;
		transition: all .2s ease-out
	}




	.top-header .navbar .searchbar {
		display: none;
	}


	.top-header .navbar .full-search-bar {
		display: flex;
		align-items: center;
		width: 100%;
		position: fixed;
		left: 0;
		right: 0;
        top: 0;
        bottom: 0;
        border-bottom: 1px solid rgb(255 255 255 / 12%);
		z-index: 100;
		background-color: #ffffff;
		height: 65px;
		padding: 0 1.5rem;
		-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
	    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown

	}

	.top-header .mobile-menu-button {
		display: block;
	}

	.top-header .mobile-search-button {
		display: block;
	}

	.top-header .navbar .searchbar .search-close-icon {
		display: block;
	}

    .footer {
        left: 0px;
    }


}


@media screen and (max-width:620px) {
	.top-header .navbar .dropdown-menu::after {
		display: none
	}
	.top-header .navbar .dropdown {
		position: static!important
	}
	.top-header .navbar .dropdown-menu {
		width: 100%!important
	}

    .login-cover-wrapper {
        width: auto;
        height: auto;
    }
}

/* Daana Info */

.daana-info h5{
    font-size:15px;
    color:#282828;
}

.acceptmodal .modal-header{
    background:#198754;
}

.acceptmodal h5{
    color:#fff!important;
}

.declinemodal .modal-header{
    background:#ff971f;
}

.declinemodal h5{
    color:#fff!important;
}



.dana-requests .card {
    background-color: #ececec;
    margin-bottom: 2rem;
    box-shadow: 0.0125 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    border-radius: 0.5rem;
}

.dana-requests h5{
    color:#181818;
}

.dana-requests .text-success{
  font-size:13px;
  font-weight:500;
}

.dana-requests .text-white{
  font-size:13px;
  font-weight:500;
}

.dana-requests .text-warning{
  font-size:14px;
  font-weight:700;
}

.dana-requests .text-danger{
  font-size:13px;
  font-weight:500;
}


.table-responsive .form-select{
  margin-bottom:1rem;
}

.admin-page-title{
margin-bottom:2em;
}

.admin-page-title h3{
    color:var(--color1);
}

.editprofile-btn{
    margin-bottom:2em;
    }

.editprofile-btn span{
    font-size:17px;
    margin-right:10px;

}

.editprofile-btn a{
    display:inline-block;


}

.admin-page hr{
margin-bottom:2em;
}

.sent-emails .card{
    background-color: #ececec;
    margin-top: 2rem;
    box-shadow: 0.0125 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    border-radius: 0.5rem;
}


/*---------- */

.fc-row .fc-week .fc-widget-content{
  height:50px!important;
}

.calendar-modal-event .modal-footer{
background:#fff;
}



.content-body-calendar {
  padding: 15px; }
  @media (min-width: 576px) {
    .content-body-calendar {
      padding: 20px; } }

.content-calendar {
  background-color: #fff;
  border: 1px solid rgba(224, 225, 235, 0.85);
  height: auto;
  box-shadow: 0 4px 12px 0 rgba(131, 146, 165, 0.15), 2px 2px 5px 0 rgba(60, 70, 83, 0.04); }
  @media (min-width: 576px) {
    .content-calendar {
      height: auto; } }
  .content-calendar .fc-toolbar.fc-header-toolbar {
    height: 55px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(230, 231, 239, 0.85);
    padding: 0 15px; }
  .content-calendar .fc-toolbar .fc-button-group button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .content-calendar .fc-toolbar .fc-button-group button:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .content-calendar .fc-toolbar button {
    height: 32px;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(230, 231, 239, 0.85);
    color: rgba(55, 56, 87, 0.7);
    box-shadow: none;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 13px;
    text-transform: capitalize;
    outline: none;
    text-shadow: none;
    border-radius: 0;
    transition: all 0.25s; }
    @media (prefers-reduced-motion: reduce) {
      .content-calendar .fc-toolbar button {
        transition: none; } }
    .content-calendar .fc-toolbar button:hover, .content-calendar .fc-toolbar button:focus {
      border-color: #8392a5;
      color: #373857;
      position: relative;
      z-index: 5; }
    .content-calendar .fc-toolbar button:active {
      background-color: #f9f9fd; }
    .content-calendar .fc-toolbar button.fc-prev-button, .content-calendar .fc-toolbar button.fc-next-button {
      padding: 0;
      width: 34px;
      justify-content: center; }
      .content-calendar .fc-toolbar button.fc-prev-button span, .content-calendar .fc-toolbar button.fc-next-button span {
        margin: 0; }
    .content-calendar .fc-toolbar button.fc-state-active {
      background-color: #f9f9fd;
      border-color: #c0ccda;
      color: #373857; }
    .content-calendar .fc-toolbar button.fc-today-button {
      border-radius: 0;
      color: rgba(55, 56, 87, 0.7);
      background-color: #fff;
      display: none; }
      @media (min-width: 768px) {
        .content-calendar .fc-toolbar button.fc-today-button {
          display: block; } }
      .content-calendar .fc-toolbar button.fc-today-button:hover, .content-calendar .fc-toolbar button.fc-today-button:focus {
        border-color: #8392a5;
        color: #373857; }
      .content-calendar .fc-toolbar button.fc-today-button:active {
        background-color: #f9f9fd; }
      .content-calendar .fc-toolbar button.fc-today-button.fc-state-disabled {
        border-color: rgba(230, 231, 239, 0.85);
        background-color: #f9f9fd;
        color: #575d78;
        font-weight: 400;
        cursor: default; }
    @media (max-width: 575px) {
      .content-calendar .fc-toolbar button.fc-prev-button, .content-calendar .fc-toolbar button.fc-next-button {
        width: 32px;
        height: 32px; }
      .content-calendar .fc-toolbar button.fc-today-button {
        height: 32px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px; }
      .content-calendar .fc-toolbar button.fc-month-button, .content-calendar .fc-toolbar button.fc-agendaWeek-button, .content-calendar .fc-toolbar button.fc-agendaDay-button, .content-calendar .fc-toolbar button.fc-listWeek-button, .content-calendar .fc-toolbar button.fc-listMonth-button {
        text-indent: -9999px;
        width: 32px;
        height: 32px;
        position: relative;
        color: transparent; }
        .content-calendar .fc-toolbar button.fc-month-button::before, .content-calendar .fc-toolbar button.fc-agendaWeek-button::before, .content-calendar .fc-toolbar button.fc-agendaDay-button::before, .content-calendar .fc-toolbar button.fc-listWeek-button::before, .content-calendar .fc-toolbar button.fc-listMonth-button::before {
          position: absolute;
          top: 6px;
          left: 10px;
          z-index: 100;
          display: inline-block;
          text-indent: 0;
          font-size: 12px;
          font-weight: 700;
          color: #373857; }
      .content-calendar .fc-toolbar button.fc-month-button::before {
        content: 'M'; }
      .content-calendar .fc-toolbar button.fc-agendaWeek-button::before {
        content: 'W'; }
      .content-calendar .fc-toolbar button.fc-agendaDay-button::before {
        content: 'D'; }
      .content-calendar .fc-toolbar button.fc-listWeek-button::before, .content-calendar .fc-toolbar button.fc-listMonth-button::before {
        content: 'L';
        left: 11px; } }
  .content-calendar .fc-toolbar .fc-icon-left-single-arrow,
  .content-calendar .fc-toolbar .fc-icon-right-single-arrow {
    top: 0; }
    .content-calendar .fc-toolbar .fc-icon-left-single-arrow::after,
    .content-calendar .fc-toolbar .fc-icon-right-single-arrow::after {
      font-family: 'Ionicons';
      font-size: 16px;
      font-weight: 400;
      line-height: 1; }
      @media (min-width: 992px) {
        .content-calendar .fc-toolbar .fc-icon-left-single-arrow::after,
        .content-calendar .fc-toolbar .fc-icon-right-single-arrow::after {
          line-height: .9; } }
  .content-calendar .fc-toolbar .fc-icon-left-single-arrow::after {
    content: '\f3cf'; }
  .content-calendar .fc-toolbar .fc-icon-right-single-arrow::after {
    content: '\f3d1'; }
  .content-calendar .fc-toolbar .fc-clear {
    display: none; }
  .content-calendar .fc-toolbar .fc-left {
    order: 1;
    float: none;
    display: flex;
    align-items: center; }
  .content-calendar .fc-toolbar .fc-center {
    display: flex;
    align-items: center;
    order: 2; }
    .content-calendar .fc-toolbar .fc-center h2 {
      font-size: 16px;
      font-weight: 400;
      font-family: "Oswald", sans-serif;
      letter-spacing: -.2px; }
      @media (min-width: 576px) {
        .content-calendar .fc-toolbar .fc-center h2 {
          font-size: 18px; } }
      @media (min-width: 992px) {
        .content-calendar .fc-toolbar .fc-center h2 {
          font-size: 20px; } }
  .content-calendar .fc-toolbar .fc-right {
    float: none;
    order: 3;
    display: none; }
    @media (min-width: 480px) {
      .content-calendar .fc-toolbar .fc-right {
        display: flex;
        align-items: center; } }
  .content-calendar .fc-divider {
    background-color: #f3f6f9;
    border-color: rgba(230, 231, 239, 0.85); }
  .content-calendar .fc-view-container {
    height: calc(100% - 50px); }
  .content-calendar .fc-head-container {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0; }
    .content-calendar .fc-head-container .fc-day-header {
      padding: 5px 0;
      border-color: rgba(230, 231, 239, 0.85);
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 500;
      color: #373857; }
  .content-calendar .fc-widget-content {
    border-left-width: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .content-calendar .fc-widget-content:last-child {
      border-right-width: 0; }
  .content-calendar td {
    border-color: rgba(230, 231, 239, 0.85); }
    .content-calendar td.fc-today {
      background-color: rgba(243, 246, 249, 0.7); }
      .content-calendar td.fc-today .fc-day-number, .content-calendar td.fc-today .fc-day-number:hover, .content-calendar td.fc-today .fc-day-number:focus {
        background-color: #2b2b2b;
        color: #fff;
        border-radius: 1px; }
  .content-calendar .fc-other-month {
    background-color: #fdfdfe; }
  .content-calendar .fc-day-number {
    font-size: 14px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    color: #454f5b;
    display: inline-block;
    padding: 5px 8px;
    position: relative;
    transition: all 0.25s;
    margin: 2px 2px 0 0;
    min-width: 20px;
    text-align: center; }
    @media (prefers-reduced-motion: reduce) {
      .content-calendar .fc-day-number {
        transition: none; } }
    .content-calendar .fc-day-number:hover, .content-calendar .fc-day-number:focus {
      color: #373857;
      background-color: #f9f9fd; }
  .content-calendar .fc-day-top.fc-other-month {
    color: rgba(55, 56, 87, 0.6);
    opacity: 1; }
  .content-calendar .fc-event {
    border-width: 0;
    border-top-width: 5px;
    border-radius: 0; }
    @media (min-width: 576px) {
      .content-calendar .fc-event {
        border-top-width: 0;
        border-left-width: 2px;
        padding: 3px 4px; } }
    .content-calendar .fc-event.fc-day-grid-event > div {
      display: none;
      font-size: 11px; }
      @media (min-width: 576px) {
        .content-calendar .fc-event.fc-day-grid-event > div {
          display: block; } }
      .content-calendar .fc-event.fc-day-grid-event > div .fc-time {
        font-weight: 500; }
      .content-calendar .fc-event.fc-day-grid-event > div .fc-desc {
        display: none; }
  .content-calendar .fc-time-grid-event {
    padding: 5px;
    border-left-width: 0;
    border-top-width: 2px; }
    .content-calendar .fc-time-grid-event .fc-time {
      font-size: 12px; }
    .content-calendar .fc-time-grid-event .fc-title {
      font-size: 13px;
      font-weight: 500;
      color: #212b35;
      margin-bottom: 10px; }
    .content-calendar .fc-time-grid-event .fc-desc {
      line-height: 1.3;
      color: rgba(33, 43, 53, 0.8); }
  .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
    display: none; }
    @media (min-width: 576px) {
      .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div {
        display: block; } }
    .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-time {
      font-size: 11px; }
    .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
      display: none; }
      @media (min-width: 992px) {
        .content-calendar .fc-agendaWeek-view .fc-time-grid-event > div .fc-desc {
          display: block; } }
  .content-calendar .fc-list-empty {
    padding: 20px 0;
    background-color: #fdfdfe; }
  .content-calendar .fc-agenda-view .fc-day-header > a > span {
    display: block; }
    .content-calendar .fc-agenda-view .fc-day-header > a > span:first-child {
      color: #575d78;
      font-size: 8px;
      font-weight: 400;
      font-family: "Oswald", sans-serif;
      line-height: 1.2; }
      @media (min-width: 576px) {
        .content-calendar .fc-agenda-view .fc-day-header > a > span:first-child {
          font-size: 11px;
          font-weight: 500; } }
    .content-calendar .fc-agenda-view .fc-day-header > a > span:last-child {
      font-weight: 400;
      font-size: 14px;
      font-family: "Oswald", sans-serif;
      line-height: 1; }
      @media (min-width: 576px) {
        .content-calendar .fc-agenda-view .fc-day-header > a > span:last-child {
          font-size: 25px; } }
  .content-calendar .fc-agenda-view .fc-day-header.fc-today > a {
    color: #2b2b2b; }
  .content-calendar .fc-listMonth-view,
  .content-calendar .fc-listWeek-view {
    border-width: 0; }
    .content-calendar .fc-listMonth-view .fc-scroller,
    .content-calendar .fc-listWeek-view .fc-scroller {
      padding: 20px 20px 20px 0; }
    .content-calendar .fc-listMonth-view .fc-list-table,
    .content-calendar .fc-listWeek-view .fc-list-table {
      border-collapse: separate;
      display: block; }
      .content-calendar .fc-listMonth-view .fc-list-table > tbody,
      .content-calendar .fc-listWeek-view .fc-list-table > tbody {
        display: flex;
        flex-wrap: wrap; }
    .content-calendar .fc-listMonth-view .fc-list-heading,
    .content-calendar .fc-listWeek-view .fc-list-heading {
      flex: 0 0 20%;
      max-width: 20%;
      margin-top: 15px;
      display: flex;
      justify-content: center; }
      @media (min-width: 576px) {
        .content-calendar .fc-listMonth-view .fc-list-heading,
        .content-calendar .fc-listWeek-view .fc-list-heading {
          flex: 0 0 15%;
          max-width: 15%; } }
      @media (min-width: 768px) {
        .content-calendar .fc-listMonth-view .fc-list-heading,
        .content-calendar .fc-listWeek-view .fc-list-heading {
          flex: 0 0 12%;
          max-width: 12%; } }
      @media (min-width: 992px) {
        .content-calendar .fc-listMonth-view .fc-list-heading,
        .content-calendar .fc-listWeek-view .fc-list-heading {
          flex: 0 0 10%;
          max-width: 10%; } }
      @media (min-width: 1200px) {
        .content-calendar .fc-listMonth-view .fc-list-heading,
        .content-calendar .fc-listWeek-view .fc-list-heading {
          flex: 0 0 8%;
          max-width: 8%; } }
      .content-calendar .fc-listMonth-view .fc-list-heading:first-child,
      .content-calendar .fc-listWeek-view .fc-list-heading:first-child {
        margin-top: 0; }
        .content-calendar .fc-listMonth-view .fc-list-heading:first-child + .fc-list-item,
        .content-calendar .fc-listWeek-view .fc-list-heading:first-child + .fc-list-item {
          margin-top: 0; }
      .content-calendar .fc-listMonth-view .fc-list-heading td,
      .content-calendar .fc-listWeek-view .fc-list-heading td {
        background-color: transparent;
        border-width: 0;
        padding: 0; }
    .content-calendar .fc-listMonth-view .fc-list-heading-main,
    .content-calendar .fc-listWeek-view .fc-list-heading-main {
      display: block;
      font-size: 11px;
      text-transform: uppercase;
      color: #575d78;
      font-weight: 500;
      padding: 5px;
      text-align: center; }
      .content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
      .content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
        display: block;
        font-size: 28px;
        font-weight: 400;
        font-family: "Oswald", sans-serif;
        letter-spacing: -1.5px;
        color: #06072d;
        line-height: 1; }
        @media (min-width: 576px) {
          .content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
          .content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
            font-size: 32px; } }
        @media (min-width: 1200px) {
          .content-calendar .fc-listMonth-view .fc-list-heading-main span:last-child,
          .content-calendar .fc-listWeek-view .fc-list-heading-main span:last-child {
            font-size: 36px; } }
      .content-calendar .fc-listMonth-view .fc-list-heading-main.now,
      .content-calendar .fc-listWeek-view .fc-list-heading-main.now {
        color: #2b2b2b; }
        .content-calendar .fc-listMonth-view .fc-list-heading-main.now span:last-child,
        .content-calendar .fc-listWeek-view .fc-list-heading-main.now span:last-child {
          color: #2b2b2b; }
    .content-calendar .fc-listMonth-view .fc-list-item,
    .content-calendar .fc-listWeek-view .fc-list-item {
      flex: 0 0 calc(80% - 5px);
      max-width: calc(80% - 5px);
      dispLay: flex;
      flex-direction: column;
      border-left: 4px solid transparent;
      background-color: #fff;
      margin-top: 15px; }
      @media (min-width: 576px) {
        .content-calendar .fc-listMonth-view .fc-list-item,
        .content-calendar .fc-listWeek-view .fc-list-item {
          flex: 0 0 calc(85% - 5px);
          max-width: calc(85% - 5px); } }
      @media (min-width: 768px) {
        .content-calendar .fc-listMonth-view .fc-list-item,
        .content-calendar .fc-listWeek-view .fc-list-item {
          flex: 0 0 calc(88% - 5px);
          max-width: calc(88% - 5px); } }
      @media (min-width: 992px) {
        .content-calendar .fc-listMonth-view .fc-list-item,
        .content-calendar .fc-listWeek-view .fc-list-item {
          flex: 0 0 calc(90% - 5px);
          max-width: calc(90% - 5px); } }
      @media (min-width: 1200px) {
        .content-calendar .fc-listMonth-view .fc-list-item,
        .content-calendar .fc-listWeek-view .fc-list-item {
          flex: 0 0 calc(92% - 5px);
          max-width: calc(92% - 5px); } }
      .content-calendar .fc-listMonth-view .fc-list-item:hover, .content-calendar .fc-listMonth-view .fc-list-item:focus,
      .content-calendar .fc-listWeek-view .fc-list-item:hover,
      .content-calendar .fc-listWeek-view .fc-list-item:focus {
        cursor: pointer; }
        .content-calendar .fc-listMonth-view .fc-list-item:hover td, .content-calendar .fc-listMonth-view .fc-list-item:focus td,
        .content-calendar .fc-listWeek-view .fc-list-item:hover td,
        .content-calendar .fc-listWeek-view .fc-list-item:focus td {
          background-color: transparent; }
      .content-calendar .fc-listMonth-view .fc-list-item > td,
      .content-calendar .fc-listWeek-view .fc-list-item > td {
        border-width: 0; }
        .content-calendar .fc-listMonth-view .fc-list-item > td.fc-list-item-time,
        .content-calendar .fc-listWeek-view .fc-list-item > td.fc-list-item-time {
          border-top: 1px solid #e6e7ef;
          border-right: 1px solid #e6e7ef;
          box-sizing: border-box; }
        .content-calendar .fc-listMonth-view .fc-list-item > td.fc-list-item-title,
        .content-calendar .fc-listWeek-view .fc-list-item > td.fc-list-item-title {
          border-bottom: 1px solid #e6e7ef;
          border-right: 1px solid #e6e7ef;
          box-sizing: border-box; }
      .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
      .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
        margin-left: 20%; }
        @media (min-width: 576px) {
          .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
          .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
            margin-left: 15%; } }
        @media (min-width: 768px) {
          .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
          .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
            margin-left: 12%; } }
        @media (min-width: 992px) {
          .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
          .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
            margin-left: 10%; } }
        @media (min-width: 1200px) {
          .content-calendar .fc-listMonth-view .fc-list-item + .fc-list-item,
          .content-calendar .fc-listWeek-view .fc-list-item + .fc-list-item {
            margin-left: 8%; } }
    .content-calendar .fc-listMonth-view .fc-list-item-marker,
    .content-calendar .fc-listWeek-view .fc-list-item-marker {
      display: none; }
    .content-calendar .fc-listMonth-view .fc-list-item-time,
    .content-calendar .fc-listWeek-view .fc-list-item-time {
      padding: 12px 15px 2px;
      width: 100%;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 600;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      letter-spacing: .5px; }
    .content-calendar .fc-listMonth-view .fc-list-item-title,
    .content-calendar .fc-listWeek-view .fc-list-item-title {
      padding: 0 15px 12px; }
      .content-calendar .fc-listMonth-view .fc-list-item-title a,
      .content-calendar .fc-listWeek-view .fc-list-item-title a {
        display: block;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 2px;
        color: #06072d; }
        @media (min-width: 576px) {
          .content-calendar .fc-listMonth-view .fc-list-item-title a,
          .content-calendar .fc-listWeek-view .fc-list-item-title a {
            font-size: 18px; } }
      .content-calendar .fc-listMonth-view .fc-list-item-title .fc-desc,
      .content-calendar .fc-listWeek-view .fc-list-item-title .fc-desc {
        font-size: 12px;
        line-height: 1.375;
        display: block;
        color: #575d78; }
        @media (min-width: 992px) {
          .content-calendar .fc-listMonth-view .fc-list-item-title .fc-desc,
          .content-calendar .fc-listWeek-view .fc-list-item-title .fc-desc {
            font-size: 13px; } }
  .content-calendar .fc-head-container .fc-day-header {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0;
    color: #373857; }
    @media (min-width: 576px) {
      .content-calendar .fc-head-container .fc-day-header {
        font-size: 12px; } }
  .content-calendar .fc-axis {
    font-size: 11px; }
    @media (min-width: 576px) {
      .content-calendar .fc-axis {
        font-size: 12px; } }


.calendar-modal-event .modal-content {
  border-width: 0;
  position: relative;
  background-color: transparent; }

.calendar-modal-event .modal-header {
  position: relative;
  padding: 20px 15px;
  border-bottom-width: 0;
  display: flex;
  align-items: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.calendar-modal-event .nav-modal-event .nav-link {
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 0;
  position: relative;
  transition: all 0.25s; }
  @media (prefers-reduced-motion: reduce) {
    .calendar-modal-event .nav-modal-event .nav-link {
      transition: none; } }
  .calendar-modal-event .nav-modal-event .nav-link svg {
    width: 16px;
    height: 16px; }
  .calendar-modal-event .nav-modal-event .nav-link:hover, .calendar-modal-event .nav-modal-event .nav-link:focus {
    color: #fff; }
  .calendar-modal-event .nav-modal-event .nav-link + .nav-link {
    margin-left: 10px; }

.calendar-modal-event .event-title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  width: calc(100% - 80px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media (min-width: 992px) {
    .calendar-modal-event .event-title {
      font-size: 20px; } }

.calendar-modal-event .modal-body {
  padding: 20px;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  @media (min-width: 576px) {
    .calendar-modal-event .modal-body {
      padding: 25px; } }

.calendar-modal-event .event-start-date,
.calendar-modal-event .event-end-date {
  color: #212b35;
  font-weight: 500; }

.calendar-modal-event .event-desc {
  margin-top: 5px; }

.calendar-modal-event .event-desc:empty {
  margin-bottom: 5px; }

.content-calendar .fc-day-grid-event .fc-h-event .fc-event .fc-start .fc-end .fc-draggable .fc-resizable{
  height:inherit!important;
}

/*workaround*/
.iti {
  position: relative;
  display: contents!important;
}

/* datatables styling */
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after{
  opacity:0.7;
}


/* forms */

.otp-input{
    width:20%;
    display:inline-block;
}

.latlnginput{
    display:inline-block;
}

#map {
    position: relative;
    width: 100%;
    height: 300px;
}

.faqtitle{
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.faqcontent{
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.symbol {
    border-color: #fff;
}

.rating-symbol-background, .rating-symbol-foreground {
    font-size: 24px;
}

.rating-symbol-foreground {
    top: 0px;
}

.rating-star > span {
    display: inline-block;
    vertical-align: middle;
}
.rating-star > span.badge {
    margin-right: 4px;
}

.menu-item-counter{
  margin-left:20px;
  text-align:center;
  font-weight:600;
  background:#ffdd9e;
  border-radius:50%;
  width:20px;
  height:20px;
  color:var(--color1);
}


