/*@import url(font-awesome5.css);

/* General */




@import url("https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400;500&display=swap");


.containers {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 20px;
  justify-content: center !important;
  align-items: center !important;
  height: 100%;
  background-color: #transparent;
  font-family: 'Baloo Paaji 2', cursive;
}

.cards {
  background-color: #22283173;
  height:100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.7);
  color: white;
  position: relative;
  text-align: center!important;

}

.card__name {
  margin-top: 8px;
  font-size: 12px;
  text-transform: uppercase;

}

.card__image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 5px solid #272133;
  margin-top: 8px;
  box-shadow: 0 10px 50px rgba(235, 25, 110, 1);
}


.draw-border {
  box-shadow: inset 0 0 0 4px #58cdd1;
  color: #58afd1;
  -webkit-transition: color 0.25s 0.0833333333s;
  transition: color 0.25s 0.0833333333s;
  position: relative;
}

.draw-border::before,
.draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0rem;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}

.draw-border::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.draw-border:hover {
  color: #ffe593;
}

.draw-border:hover::before,
.draw-border:hover::after {
  border-color: #eb196e;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.draw-border:hover::before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border:hover::after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.btns {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  font: 700 1.2rem 'Roboto Slab', sans-serif;
  padding: 0.75em 2em;
  letter-spacing: 0.05rem;
  margin: 1em;
  width: 90%;
}

.btns:focus {
  outline: 2px dotted #55d7dc;
}


.social-icons {
  padding: 0;
  list-style: none;
  margin: 1em;
}

.social-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1em;
}

.social-icons i {
  color: #fff;
  position: absolute;
  top: 0.95em;
  left: 0.96em;
  transition: all 265ms ease-out;
}

.social-icons a {
  display: inline-block;
}

.social-icons a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(45deg, #ff003c, #c648c8);
  transition: all 265ms ease-out;
}

.social-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}

.social-icons a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  color: #ff003c;
  background: -webkit-linear-gradient(45deg, #ff003c, #c648c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  font-size: 0.8em;
}














body .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 40px 0;
}

body .container .card {
  position: relative;
  min-width: 320px;
  height: 440px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 30px;
  transition: 0.5s;
}

body .container .card:nth-child(1) .box .content a {
  background: #2196f3;
}

body .container .card:nth-child(2) .box .content a {
  background: #e91e63;
}

body .container .card:nth-child(3) .box .content a {
  background: #23c186;
}
body .container .card:nth-child(4) .box .content a {
  background: #2196f3;
}

body .container .card:nth-child(5) .box .content a {
  background: #e91e63;
}

body .container .card:nth-child(6) .box .content a {
  background: #23c186;
}
body .container .card:nth-child(7) .box .content a {
  background: #2196f3;
}

body .container .card:nth-child(8) .box .content a {
  background: #e91e63;
}

body .container .card:nth-child(9) .box .content a {
  background: #23c186;
}
body .container .card:nth-child(10) .box .content a {
  background: #2196f3;
}

body .container .card:nth-child(11) .box .content a {
  background: #e91e63;
}

body .container .card:nth-child(12) .box .content a {
  background: #23c186;
}
body .container .card:nth-child(13) .box .content a {
  background: #2196f3;
}

body .container .card:nth-child(14) .box .content a {
  background: #e91e63;
}

body .container .card:nth-child(15) .box .content a {
  background: #23c186;
}
body .container .card:nth-child(16) .box .content a {
  background: #2196f3;
}

body .container .card:nth-child(17) .box .content a {
  background: #e91e63;
}

body .container .card:nth-child(18) .box .content a {
  background: #23c186;
}
body .container .card:nth-child(19) .box .content a {
  background: #2196f3;
}

body .container .card:nth-child(20) .box .content a {
  background: #e91e63;
}

body .container .card:nth-child(21) .box .content a {
  background: #23c186;
}
body .container .card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #2a2b2f;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

body .container .card .box:hover {
  transform: translateY(-50px);
}

body .container .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

body .container .card .box .content {
  padding: 20px;
  text-align: center;
}

body .container .card .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.1);
}

body .container .card .box .content h3 {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

body .container .card .box .content p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

body .container .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
body .container .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

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

.wrapper{
    width: auto;
	position: relative;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
    text-decoration: none;
}

::placeholder {
    opacity: 0.4 !important;
}

/* Header */

.top-header .navbar{
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
	background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);;
    background-clip: padding-box;
    height: 60px;
    z-index: 10;
    padding: 0 1.5rem;
    transition: all .2s;
}


.top-header .navbar .top-navbar .nav-link {

    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;

}

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

}

.top-header .navbar .searchbar .search-close-icon{
    right: 2rem;
    opacity: 0.5;
    cursor: pointer;
 
 }

.top-header .navbar .searchbar .form-control {
    border-radius: 30px;
    border: 1px solid rgb(206 212 218 / 0%);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    padding-left: 2.5rem;
    padding-right: 2.5rem;

}

.top-header .navbar .dropdown-searchbar .form-control {
    border-radius: 30px;
    border: 1px solid rgb(206 212 218 / 0%);
    padding-left: 3rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}


.top-header .navbar .searchbar .form-control:focus,
.top-header .navbar .dropdown-searchbar .form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.top-header .navbar .searchbar .search-icon,
.top-header .navbar .dropdown-searchbar .search-icon {
  
    opacity: 0.5;

}


.top-header .navbar .user-setting{

    height: 40px;
    border-radius: 30px;
    background-color: #fff0;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);

}

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

.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
	}
}


.top-header .navbar .dropdown-large {
	position: relative
}


.dropdown-large .dropdown-menu {
	width: 245px;
	border: 0;
	padding: 0.5rem;
	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-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 {
    padding: .5rem;
}

.top-header .navbar .dropdown-large .dropdown-item:hover {

    border-radius: 10px;
    color: #1e2125;
	background-color: #f5f5f5
}

.top-header .navbar .dropdown-item .setting-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    background-color: #e1e6eb;
}

.top-header .navbar .dropdown-item .setting-text {
   
    font-size: 13px;
    font-weight: 500;
}

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

.top-header .navbar .user-name{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding-right: 10px;
}


.top-header .navbar .dropdown-menu .apps:hover {

    background-color: #f8f9fa;
    transition: all 0.2;

}

.top-header .navbar .dropdown-menu .apps .apps-icon-box {

    color: #34383f;
    width: 52px;
    height: 52px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    margin: auto;
    border-radius: 50%;
}

.top-header .navbar .dropdown-menu .apps .apps-name {

    color: #34383f;
    font-size: 15px;

}

.top-header .navbar .dropdown-menu .msg-time {
    font-size: 13px;
}


.top-header .navbar .dropdown-menu .dropdown-msg-user {
    font-size: 15px;
}

.top-header .navbar .dropdown-menu .dropdown-msg-text {
    font-size: 14px;
}


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


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



.top-header .navbar .dropdown-menu .notification-box {

    width: 52px;
    height: 52px;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1e6eb;

}


.top-header .navbar .nav-link .notify-badge {
      
    position: absolute;
    top: -2px;
    right: -5px;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fa0909;

}

.mobile-toggle-icon,
.search-toggle-icon,
.projects,
.notifications,
.messages {
    position:relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff0;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 0%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);

}



/* Sidebar */

.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #f7f8fa;
    background-clip: padding-box;
    border-right: 1px solid #e2e3e4;
    transition: all .2s;
    z-index: 16;
}


.sidebar-wrapper .sidebar-header {
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    z-index: 5;
	background: rgba(0, 0, 0, 0.2);
    border-right: 1px solid #eae8f1;
    border-bottom: 1px solid #eae8f1;
    transition: all .2s;
}

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

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

.toggle-icon {
    font-size: 22px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7)!important;
}



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

.sidebar-wrapper .metismenu {
	background: 0 0;
	background-color: rgba(0, 0, 0, 0.2) !important;
	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: 10px 15px;
	font-size: 14px;
	color: #fff;;
	outline-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: .5px;
	border: 1px solid #ffffff00;
	transition: all .2s ease-out
}

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

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

.sidebar-wrapper .metismenu ul a {
	padding: 6px 15px 6px 15px;
	font-size: 13px;
	border: 0
}

.sidebar-wrapper .metismenu ul a i {
	margin-right: 10px
}

.sidebar-wrapper .metismenu ul { 
	background: rgb(255 255 255 / 0%);
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.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: rgba(255, 255, 255, 0.7)!important;
	text-decoration: none;
	background-color: rgb(215 51 69 / 24%)!important;
}

.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: 70px
	}
    .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: 70px
	}
	.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: 70px
	}
	.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
	}
	.email-toggle-btn {
		display: none!important
	}
	.chat-toggle-btn {
		display: none!important
	}
}



.wrapper.toggled .top-header .navbar {
	left: 70px
}

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



/* Page Content */

.page-content {
    margin-left: 250px;
    margin-top: 60px;
    padding: 1.5rem;
    transition: all .2s;
}


/* Utilities */

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


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

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

.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-30 {
    font-size: 30px;
}

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

.text-justify {
    text-align: justify;
}

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

.fm-menu .list-group a {
    font-size: 16px;
    color: #5f5f5f;
    display: flex;
    align-items: center;
}

.fm-menu .list-group a i {
    font-size: 23px;
}

.fm-menu .list-group a:hover {
	background-color: rgb(52 97 255 / 15%);
	color: #3461ff;
	transition: all .2s ease-out
}

.add-post {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
}

.fm-icon-box {
    font-size: 32px;
    background: #fff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

.back-to-top:hover {
	color: #fff;
	background-color: #000;
	transition: all .5s
}


.project-user-groups img {
    margin-right: -14px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    cursor: pointer;
}

.project-user-plus {
    width: 33px;
    height: 33px;
    margin-right: 0px;
    line-height: 33px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border: 1px dotted #a9b2bb;
    color: #404142;
}

.user-groups img {
    margin-left: -14px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    cursor: pointer;
}
.user-plus {
    width: 33px;
    height: 33px;
    margin-left: -14px;
    line-height: 33px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border: 1px dotted #a9b2bb;
    color: #404142;
}

.icon-box {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #c7c8cb;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.product-box {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	cursor: pointer;
	background-color: #ffffff;
 }
 
 .best-product-item {
	 background-color: #ffffff;
	 cursor: pointer;
	 border-radius: 10px;
	 padding: .5rem;
 }
 
 .best-product-item:hover {
	 background-color: #f5f5f5;
 }
 
 .product-box img {
	 width: 100%;
 }
 
 .best-product {
	 position: relative;
	 height: 460px;
 }
 
 

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

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

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

.cursor-pointer {
    cursor: pointer;
}

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

.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;
}

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


.productlist .product-box{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid #e2e3e4;
    background-color: #ffffff;

}

.productlist .product-box img{
    width: 100%

}

.productlist .product-title {
    
    color: rgb(25, 27, 34);

}


.orderlist .product-box{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid #e2e3e4;
    background-color: #ffffff;

}

.orderlist .product-box img{
    width: 100%

}

.orderlist .product-title {
    
    color: rgb(25, 27, 34);

}

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

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

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


.iconmenu .ps__rail-x {
	
	height: 0px;
}

.iconmenu .ps__rail-y {

	width: 0px;

}

.iconmenu .ps__rail-x.ps--clicking .ps__thumb-x, .iconmenu .ps__rail-x:focus>.ps__thumb-x, .iconmenu .ps__rail-x:hover>.ps__thumb-x {
	height: 5px
}

.iconmenu .ps__rail-y.ps--clicking .ps__thumb-y, .iconmenu .ps__rail-y:focus>.ps__thumb-y, .iconmenu .ps__rail-y:hover>.ps__thumb-y {
	width: 5px
}


.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_percent:after {
    content: '%';
    margin-left: 0.1em;
}

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


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

.new-customer-list {
	position: relative;
	height: 500px
}

.new-customer-list .customer-list-item {
	padding: 0.5rem;
    border-radius: 10px;
}

.new-customer-list .customer-list-item:hover {
	background-color: #f0f0f0;
}


.top-sellers-list {
	position: relative;
	height: 460px
}

.top-sellers-list .sellers-list-item {
	padding: 0.5rem;
    border-radius: 10px;
}

.top-sellers-list .sellers-list-item:hover {
	background-color: #f0f0f0;
}


.client-message {
	position: relative;
	height: 565px
}

.client-message .client-messages-list {
	padding: 0.5rem;
}

.client-message .client-messages-list:hover {
	background-color: #f0f0f0;
}

/* Widgets */

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

.widget-icon-large {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Chips */

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, .7);
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: none;
}

.chip img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 -12px;
    border-radius: 50%;
}

.profile-cover {
    background-image: linear-gradient(to bottom right, rgb(26 30 33 / 50%), rgb(0 0 0 / 50%)), url(../images/gallery/33.png);
    background-size: cover;
    height: 24rem;
    background-position: center;
    margin: -4.0rem -1.5rem -5.5rem -1.5rem;
    padding: 1.5rem 1.5rem 6.5rem 1.5rem;

}


/* Email */


.email-wrapper {
	width: auto;
	height: 600px;
	overflow: hidden;
	border-radius: .25rem;
	position: relative;
	background: #fff;
	box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}

.email-sidebar {
	width: 250px;
	height: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.email-sidebar-header {
	width: auto;
	height: auto;
	position: relative;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-right: 0 solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	padding: 15px
}

.email-navigation {
	position: relative;
	padding: 0;
	height: 345px;
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.email-header {
	position: absolute;
	height: 70px;
	left: 250px;
	right: 0;
	top: 0;
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-top-right-radius: .25rem;
	z-index: 1
}

.email-content {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	top: 70px;
	height: auto;
	margin-left: 250px;
	padding: 0;
	background: #fff;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.email-navigation a.list-group-item {
	color: #404142;
	padding: .35rem 1.25rem;
	background-color: #fff;
	border-bottom: 1px solid rgb(0 0 0 / 0%);
	transition: all .3s ease-out
}

.email-navigation a.list-group-item:hover {
	background-color: rgb(13 110 253 / .12)
}

.email-navigation a.list-group-item.active {
	color: #0b5ed7;
	font-weight: 600;
	background-color: rgb(13 110 253 / .12)
}

.email-meeting {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.email-meeting a.list-group-item {
	color: #404142;
	padding: .35rem 1.25rem;
	background-color: #fff;
	border-bottom: 1px solid rgb(0 0 0 / 0%)
}

.email-meeting a.list-group-item:hover {
	background-color: rgb(0 123 255 / 15%);
	transition: all .3s ease-out
}

.email-hangout .chat-user-online:before {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 45px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e
}

.email-toggle-btn {
	width: auto;
	height: auto;
	margin-right: 10px;
	text-align: center;
	font-size: 24px;
	color: #404142;
	border-radius: 0;
	cursor: pointer;
	background-color: #fff;
	border: 0 solid rgb(0 0 0 / 15%)
}

.email-actions {
	width: 230px
}

.email-time {
	font-size: 13px;
	color: #6c757d
}

.email-list div.email-message {
	background: #fff;
	border-bottom: 1px solid rgb(0 0 0 / 8%);
	color: #383a3c
}

.email-list div.email-message:hover {
	transition: all .2s ease-out;
	background-color: #eceef1
}

.email-list {
	position: relative;
	height: 530px
}

.email-star {
	color: #6c757d
}

.email-read-box {
	position: relative;
	height: 530px
}

.compose-mail-popup {
	width: 42%;
	position: fixed;
	bottom: -30px;
	right: 30px;
	z-index: 15;
	display: none
}

.compose-mail-toggled {
	display: block
}

.compose-mail-title {
	font-size: 16px
}

.compose-mail-close {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	background-color: rgb(255 255 255 / 0%)
}

.compose-mail-close:hover {
	background-color: rgb(255 255 255 / 20%)
}

/* chat box */


.chat-wrapper {
	width: auto;
	height: 600px;
	border-radius: .25rem;
	position: relative;
	background: #fff;
	box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}

.chat-sidebar {
	width: 340px;
	height: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.chat-sidebar-header {
	width: auto;
	height: auto;
	position: relative;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-right: 0 solid rgba(0, 0, 0, .125);
	border-top-left-radius: .25rem;
	padding: 15px
}

.chat-sidebar-content {
	padding: 0
}

.chat-user-online {
	position: relative
}

.chat-sidebar-header .chat-user-online:before {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 40px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e
}

.chat-list .chat-user-online:before {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 36px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	background: #16e15e
}

.chat-content {
	margin-left: 340px;
	padding: 85px 15px 15px 15px
}

.chat-header {
	position: absolute;
	height: 70px;
	left: 340px;
	right: 0;
	top: 0;
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	border-top-right-radius: .25rem;
	z-index: 1
}

.chat-footer {
	position: absolute;
	height: 70px;
	left: 340px;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #f8f9fa;
	border-top: 1px solid rgba(0, 0, 0, .125);
	border-bottom-right-radius: .25rem
}

.chat-footer-menu a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #6c757d;
	text-align: center;
	border-radius: 50%;
	margin: 3px;
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 15%)
}

.chat-tab-menu li a.nav-link {
	padding: .3rem .2rem;
	line-height: 1.2;
	color: #4a4b4c
}

.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show>.nav-link {
	color: #008cff;
	background-color: rgb(0 123 255 / 0%)
}

.chat-title {
	font-size: 14px;
	color: #272b2f
}

.chat-msg {
	font-size: 13px;
	color: #6c757d
}

.chat-time {
	font-size: 13px;
	color: #6c757d
}

.chat-list {
	position: relative;
	height: 300px
}

.chat-list .list-group-item {
	border: 1px solid rgb(0 0 0 / 0%);
	background-color: transparent
}

.chat-list .list-group-item:hover {
	border: 1px solid rgb(0 0 0 / 0%);
	background-color: rgb(13 110 253 / .12)
}

.chat-list .list-group-item.active {
	background-color: rgb(13 110 253 / .12)
}

.chart-online {
	color: #16e15e
}

.chat-top-header-menu a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #6c757d;
	text-align: center;
	border-radius: 50%;
	margin: 3px;
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 15%)
}

.chat-content {
	position: relative;
	width: auto;
	height: 520px
}

.chat-content-leftside .chat-left-msg {
	width: fit-content;
	background-color: #eff2f5;
	padding: .8rem;
	border-radius: 12px;
	max-width: 480px;
	text-align: left;
	border-top-left-radius: 0
}

.chat-content-rightside .chat-right-msg {
	width: fit-content;
	background-color: #dcedff;
	padding: .8rem;
	border-radius: 12px;
	float: right;
	max-width: 480px;
	text-align: left;
	border-bottom-right-radius: 0
}

.chat-toggle-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	text-align: center;
	font-size: 24px;
	color: #6c757d;
	border-radius: 50%;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 15%)
}


  /* Authentication */

.authentication-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 60rem;
    height: 100vh;
}

.login-separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    color: #cbcbcb;
    z-index: 1;
}


/* 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;
}


/* Responsive */

  @media screen and (max-width:1280px) {
	.email-header {
		height: auto
	}
	.email-content {
		padding: 100px 0 0 0
	}
}



  @media screen and (max-width:1025px) {
      
    
    .sidebar-wrapper {
    
        left: -300px;
    }

  
    .page-content {

        margin-left: 0px;

    }

    .top-header .navbar{
      
        left: 0px;
    }

    /* Toggeled */


   .wrapper.toggled .sidebar-wrapper{
    
        left: 0px;
    }

    
    .wrapper.toggled .page-content {

        margin-left: 0px;

    }

    .wrapper.toggled .top-header .navbar{
      
        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 .full-searchbar {

    position: absolute;
    top: 0%;
    left: 0;
    right: 0%;
    width: 100%;
    height: 60px;
    background-color: #f7f8fa;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
    background-clip: padding-box;
    display: flex !important;
    z-index: 1;
    align-items: center;
    justify-content: start;
    padding: 0 1rem;
    -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
 
  }

.email-header {
    border-top-left-radius: .25rem
}
.email-sidebar {
    left: -280px
}
.email-content {
    margin-left: 0
}
.email-header {
    left: 0
}
.email-toggled .email-sidebar {
    left: 0
}
.email-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;
    background: #000;
    opacity: .5;
    z-index: 9;
    display: block;
    cursor: move;
    transition: all .3s ease-out
}
   
.compose-mail-popup {
    width: auto;
    position: fixed;
    bottom: -30px;
    right: 0;
    left: 0
}

.chat-header {
    border-top-left-radius: .25rem
}
.chat-footer {
    border-bottom-left-radius: .25rem
}
.chat-sidebar {
    left: -370px
}
.chat-content {
    margin-left: 0
}
.chat-header {
    left: 0
}
.chat-footer {
    left: 0
}
.chat-toggled .chat-sidebar {
    left: 0
}
.chat-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 340px;
    background: #000;
    opacity: .5;
    z-index: 11;
    display: block;
    cursor: move;
    transition: all .3s ease-out
}



  
}


@media screen and (max-width:1024px) {
    .authentication-card {
        padding: 1.5rem 0;
        height: auto;
    }
}


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

	.top-header .navbar .dropdown-menu::after {
		display: none
	}

	.top-header .navbar .dropdown {
		position: static!important
	}

	.top-header .navbar .dropdown-menu {
		width: 100%!important;
	}



}


@media screen and (max-width:520px) {
	.chat-footer-menu,
	.chat-top-header-menu {
		display: none
	}
}
body.transparent-theme.bg-img2 {
 background: url(../images/background_est.jpg) !important;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    content: "";
    /* left: 0; */
    right: 0;
    /* top: 0; */
    width: 100%;
    /* position: absolute; */
}
.transparent-theme .app-sidebar {
    background: #5e49cfb0 !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%)!important;
    border-right-color: rgba(255, 255, 255, 0.2)!important;
    border-left-color: rgba(255, 255, 255, 0.2)!important;
}
.transparent-theme .card-color {
    background: rgba(0, 0, 0, 0.2)!important; 
   border-color: rgba(255, 255, 255, 0.2)!important;  
    box-shadow: 0 0 10px rgb(0 0 0 / 10%)!important; 
}
.transparent-theme .main-sidebar-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
}
.bg-primary-gradient {
    background-image: linear-gradient(to left, rgba(1, 98, 232, 0.5) 0%, #0162e8 100%) !important;
}
.bg-danger-gradient {
    background-image: linear-gradient(45deg, #f93a5a, #f7778c) !important;
}
.bg-success-gradient {
    background-image: linear-gradient(to left, #48d6a8 0%, #029666 100%) !important;
}
.bg-warning-gradient {
	background-image: linear-gradient(to left, #8857c0, #5c2d91) !important;
}
.color-bc{color: #fff!important;}
.transparent-theme .card {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2)!important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%)!important;
}
tbody, td, tfoot, th, thead, tr {
	/*color: rgba(255, 255, 255, 0.7);*/
	border-color: rgba(255, 255, 255, 0.2);
}
.transparent-theme .table th, .transparent-theme .table td {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.transparent-theme .table-bordered th, .transparent-theme .table-bordered td {
    border-color: rgba(255, 255, 255, 0.2);
}
.table-light {
    --bs-table-bg: unset !important;
}
.table-bordered tr{ border-color: rgba(255, 255, 255, 0.2)!important;}
.card-head{
    border-radius: 30px!important;
	margin-bottom: unset!important;
	margin-right: 10px;
}
.login-marg
{	margin-left: unset!important;
    margin-top: unset!important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff;
    background-clip: border-box;
    border-radius: 20px;
    border: 1px solid #deebfd;
    margin-bottom: 1.3rem;
    box-shadow: -8px 12px 18px 0 #dadee8;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(33,37,41),var(--bs-bg-opacity))!important; 
}
.transparent-theme .bg-white {
    background-color: #0b5bc9 !important;  
}
.transparent-theme.error-3 .bg-white {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparent-theme .form-control {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.2); 
    border-color: rgba(255, 255, 255, 0.2);
}
.bg-primary-transparent {
     background-color: rgba(1, 98, 232, 0.3) !important;  
}
.breadcrumb-item a {color:#fff}
.breadcrumb-item.active {
    color: #fbaa00;
}
.page-link {
    color: #ffffff !important;;
    background-color: #fff0 !important;;
    border: 1px solid #dee2e663 !important;;
  
}
.table {
  --bs-table-striped-color: #ffffff;
  color: #ffffff;
 /* width: unset!important;*/
 --bs-table-hover-color: #f0573c;
}
table.dataTable {
   
   border-collapse: unset !important;  
   
}
.transparent-theme .table tbody tr, .transparent-theme .table thead tr, .transparent-theme .table tfoot tr {
    background-color: rgba(0, 0, 0, 0.2);
}
.btn-edit {
  	color: #17aa7a !important; 	
    background-color: unset !important;
    border-color: rgba(255, 255, 255, 0.2) !important;  
}
.btn-supp {
    color: #e72e2e!important;
    background-color: unset!important;
	border-color: rgba(255, 255, 255, 0.2) ;  
}
.btn-outline-secondary {
    color: #ffffff !important;
    border-color: #6c757d8c !important;
}
 
div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 20px;
}
.btn-info {
    color: #fff !important;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0.5px !important;
 
}
.table>:not(:first-child) {
    border-top: 1px solid currentColor !important;
}
.btn-outline-primary {
    color: #15a878;
    border-color: #3461ff17;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #15a878;
    border-color: #15a878;
}
.btn-outline-danger {
border-color: #dc354500 !important;
}
.pagination {
  padding-left: 37%;  
}
.img-centre {
    display: block!important;
    text-align: center!important;
}
.btn-group, .btn-group-vertical {
    display: block;
    text-align: center;
}
.form-select {
    color: #fff;
    background-color: #fff0;
	border-color: rgb(255 255 255 / 35%);
}
div.dt-buttons {
    position: relative!important;
    float: left!important;
}
.col-sm-4 {
    float: left;
}
.page-item.active .page-link {
    background-color: #f7aa00;
    border-color:#f7aa00!important;
}
.page-item.disabled .page-link { 
    border-color: #dee2e66b!important;
}
.form-select {
    background-color: rgba(0, 0, 0, 0.2)!important;}
/* .form-select{  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") }*/
.fixed-header {
	background: #5e49cfb0!important;
 } 

@media (max-width:575px) {
.sidebar-wrapper .metismenu {
	background: rgb(58 37 97)!important;
}
.transparent-theme .main-sidebar-header {
    background: rgb(58 37 97)!important;
}
}
.main-footer{
	transition: margin-left .3s ease;
    display: block;
    margin-top: auto;
	padding: 15px;
    position: relative;
    bottom: 0;
}
.text-center {
    text-align: center!important;
}
.product-title {
        height: 35px;
        font-size: 16px;
        text-transform: uppercase;
}
.btn-outline-primary {
    border-color: #ffffff61!important;
}
.btn-outline-danger {
	border-color: #ffffff61!important;
}
.unset-padd{    
    padding-bottom: unset;
    padding-left: unset;
    padding-right: unset;
}
.modal-content {
    background-color: #7a4fff;
}
.btn-cmd{
    width: 100%;
    float: right;
    border-radius: unset;  
}
.col-sm-6 {
    padding-bottom: 10px;
    text-align: left;
}
.row-gutt{
--bs-gutter-x: 0.5rem;
}
.modal-header {
    border-bottom: 1px solid #dee2e654;
}
.modal-footer {
    border-top: 1px solid #dee2e654;
}
.close-cds{
    background-color: unset;
    border: unset;
    font-size: 25px;
    color: #fff;
}
.btn-arrondi{
    border-bottom-right-radius: 20px!important;
    border-bottom-left-radius: 20px!important;
}
.btn-arrondi-rgh{
    border-bottom-right-radius: 20px!important;
}
.btn-arrondi-left{
    border-bottom-left-radius: 20px!important;
}
.col-sm-3 {
    padding-bottom: 10px;
    text-align: left;
}
.col-sm-9 {
    padding-bottom: 10px;
    text-align: left;
}
.btn-primary-cmd {
    background-color: #3461ff21;
    font-size: unset!important;
    }
.btn-success-cmd {
        background-color: #0c971a1f;
        font-size: unset!important;
    }
.btn-danger-cmd {
            background-color: #e72e2e30;
            font-size: unset!important;
        }
.btn-warning-prod {
            color: #ffcb32!important;
            background-color: #ffcb3200;
            border-color: rgba(255, 255, 255, 0.2);
        }
.btn-success-prod {
            color: #0c971a!important;
            background-color: #0c971a05;
            border-color: rgba(255, 255, 255, 0.2);
        }
.btn-success-prod:hover {
            color: #0c971a;
        }
.btn-warning-prod:hover {
            color: #ffcb32;
        }
.table-responsive a {
            color: #fcb500;
        }
.product-price{border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.card-body {
    padding: 15px;
}
.text-right {
    color: #fcb500;
}
.btn-login
{
background-image:  linear-gradient(33deg, #2f19d5, #0092d8) !important;
border-color: #f8403508;
color: #fff;
}
.transparent-theme .alert {
    border-color: rgba(255, 255, 255, 0.2);
}

.alert-info {
    background-color: #22c03c!important;
    color: #fff!important;
}
.alert-danger {
    background-color: #ee335e;
    color: #fff;
}
 
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem; 
    border: 1px solid #eae8f1;
    border-radius: 3px;
}
.transparent-theme .alert .close {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}
.transparent-theme .close {
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 1px 0 rgb(255 255 255 / 70%);
}
 
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}
.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.box-img {
 margin-top: 100px;
}
.tx-40{font-size: 40px;}
.center{
    text-align: center!important;
}
.tx-36 {
    font-size: 36px;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent!important;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.d-flex {
    display: flex!important;
}
.list-group-item {
    color: #fff;
} 
.btn {
    padding: 0.375rem 0.5rem!important;
    margin: 1em;
}
.table-light {
    color: #fff;
}
.form-group{margin-bottom: 10px;}
.panel-title{margin-bottom: 30px;}
.mr-5{margin-right: 5px;}
.btn-plus {
    background-color: #32bfff00!important;
    border-color: rgba(255, 255, 255, 0.2)!important;
}
.panel-bien{
          background: url(https://www.beinmediagroup.com/ar/wp-content/uploads/sites/3/2015/02/media-center-copy-1.png) !important;
          width: 600px;display: block;margin-left: auto;margin-right: auto;
          padding: 145px;  
          border-radius: 20px 20px 0  0;
          margin-bottom: 30px;
        /*  background-color: #402872!important;*/
          background-repeat: no-repeat!important;
        }
.bein-p{
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px!important;
}
.stepheader {
    color: #fff!important;
    font-size: 22pt!important;
    padding-bottom: 5px;
    font-family: Calibri!important;
    font-weight: unset !important;
}
.stepheader span{ font-size: 13pt!important;white-space: pre-line;}
fieldset {
    margin: 45px!important;
 /*   border: 1px solid rgba(255, 255, 255, 0.2)!important;*/
    border-radius: 10px;

}
Legend {
    font-size: 20px!important;
    color: #FFf!important;
    padding-top: 10px; 
    font-family: Calibri!important;
    font-weight: unset !important;
}
.pairingcaption {  background-color: #462a79!important;border: solid 0px #3F3782!important;border-radius: 20px 0px 0px 20px;
    height: 80px!important;text-align: center!important; color: #fff!important; font-family: Calibri!important;    width: 380px!important;    font-size: 15pt!important;} 
.pairingfield {
    height: 80px!important;
    background-color: #462a79!important;
    text-align: left;
}
.pairingfield input[type="text"] {
    height: 30px!important;
    color: rgba(255, 255, 255, 0.7)!important;
    background-color: rgba(0, 0, 0, 0.2)!important;
  /*  border-color: rgba(255, 255, 255, 0.2)!important;*/
    border: solid 1px rgba(255, 255, 255, 0.2)!important;
    border-radius: 3px;
}
.migratebutton {
    /*color: #bbb9d0!important;
    background-color: rgb(124 95 179 / 0%)!important;*/
    color: #fff!important;
    font-family: Calibri!important;
    font-weight: unset !important;
    border: solid 1px rgba(255, 255, 255, 0.2)!important;
    font-size: 20px;
    height: 35px;
    width: 50%!important;
    background: #613396!important;
    border-radius: 5px;
    text-align: center;
    }
.migratebutton:hover {
        background-color: #9791cc!important;
        color: #fff!important;
    }
.stepheader   br {
        display: none;
        }
.filterbutton{
    color: #ffff!important;
    background-color: rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    border-color: rgba(255, 255, 255, 0.2);}
.p-20{ padding: 20px!important;}
.btn-secondary {
    background-color: #545556!important;
    border-color: #545556!important;
}
.btn-log {
    color: #32bfff!important;
    background-color: #32bfff03;
    border-color: rgba(255, 255, 255, 0.2);
}
 
.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #495057;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}
.mr-5 {
    margin-right: 5px;
}
.btn {
    padding: 0.375rem 0.5rem!important;
}
.btn-success {
    color: #fff!important;
    background-color: #0c971a!important;
    border-color: #0c971a!important;

}
.btn-primary{
    color: #fff!important;
    background-color: #0a58ca!important;
    border-color: #0a53be!important;
}
.btn-info {
    color: #fff!important;
    background-color: #32bfff!important;
    border-color: #32bfff!important;
}
.Round{  
    background-color: #2135c7eb!important;
    border: 1px solid rgba(255, 255, 255, 0.2)!important;
    width: 800px!important;
    height: 120px!important;
    border-radius: 10px!important;
}
@media (max-width:575px) {
    .Round{ 
        width: unset!important;
        height: unset!important;
    }
    }
.FieldTitle {
        color: #ffffff!important;
        font-size: 14pt!important;
        padding-left: 40px;
        text-align: left;
    }
select{
        font-size: 14pt!important; 
       background-color:  rgba(0, 0, 0, 0.2)!important;
       color: #d6a000!important;
       border: 1px solid rgba(255, 255, 255, 0.2)!important;
       width: 100%;
       height: 35px;
    } 
Input {
    border: 1px solid rgba(255, 255, 255, 0.2)!important;
    background-color:  rgba(0, 0, 0, 0.2)!important;
    color: #fff!important;
    }
.dataTables_length{margin-bottom: 5px;}
#ContentPlaceHolder1_btnLoad1{
    font-size: 20px;
    height: 35px;
    width: 20%;
    background: #5a32bb87!important;
    border-radius: 5px;}
#ContentPlaceHolder1_tbSerial1
{ 
width: 70%!important;
height: 35px!important;
font-size: 18px!important;
}
.form-control::placeholder{color:#fff;opacity:1}
#payment_from{
    color: #fcb500;
    text-align: center;
}
#payment_from fieldset table tr:first-child  {
    background-color: #462a79!important;
  

}
#payment_from fieldset table tr:first-child td:last-child  {
   
    border: solid 0px #3F3782!important;
    border-radius: 0px 20px 20px 0px;
    text-align: left!important;

}
.picker__input {
     background-color: unset !important;  
}
#customeMessage{border: unset!important;}
#insert_sale table .text-right{color: #fff;text-align: right !important;
}
table .text-right{color: #fff;}
.btn-danger {
    color: #ffffff!important;  
    background-color: #e72e2e;
    border-color: rgba(255, 255, 255, 0.2);
}
.btn-danger:hover {color: #fff!important;  }
#insert_sale table  .btn-info {
    color: #32bfff!important;
    background-color: #32bfff08!important;
    border-color: rgba(255, 255, 255, 0.2)!important;
}
#insert_sale table .btn-warning {
    color: #ffcb32;
    background-color: #ffcb3200;
    border-color: rgba(255, 255, 255, 0.2);
}
.pairingbody {
     width: unset!important;  
     border: unset!important;
}
#ContentPlaceHolder1_MessagesArea {   
    font-weight: unset!important;   
    margin: 5px 0px 5px 25px!important;  
    color:#fcb500!important;  
    width: 95%!important;   
    font-size: 15px!important;
    height: unset!important;
}
#ContentPlaceHolder1_MessagesArea > div{
    width: 100%!important;
    margin-top: 10px;
}
.InstallmentTable{
    margin-bottom: 10px;
}
.InstallmentTable tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.2)!important;
    font-size: 12pt!important;
    font-family: Calibri!important;
}
.InstallmentTable th {   
    font-size: 12pt!important;
    font-family: Calibri!important;
}
#ContentPlaceHolder1_TabsZone{width: 95%!important;    background-color: #2135c7eb!important;
    border: 1px solid rgba(255, 255, 255, 0.2)!important;
    border-radius: 10px!important; margin: 20px 0px 5px 25px!important;  }
.ErrorBox {font-size: 14pt!important;}
.Grid{  
    width: 95%!important;
    margin-left: 24px!important;
    margin-top: 15px!important;
    color: #fff!important;
}
.GridAlternatingRow{
    background-color: rgba(0, 0, 0, 0.2)!important;
}


