@font-face {
  src: url(../../font/BaarSophia-lg4Z.ttf);
  font-family: BaarSophia-lg4Z;
}

@font-face {
  src: url(../../font/BaarSophiaBold-nReR.ttf);
  font-family: BaarSophiaBold-nReR;
  font-weight: bold;
}

body {
  font-family: BaarSophia-lg4Z !important;
  background-color: #fff;
}
h4{ 
  font-family: BaarSophia-lg4Z !important;
  font-size: 23px !important;
}
p{
  font-family: BaarSophia-lg4Z !important;
  font-size: 18px !important;
}
label{
  font-family: BaarSophia-lg4Z !important;
  font-size: 14px !important;
}
.form-control{
  font-family: BaarSophia-lg4Z !important;
  font-size: 16px !important;
}
button{
  font-family: BaarSophia-lg4Z !important;
  font-size: 18px !important;
}


.light-style .menu .app-brand.demo {
  height: 71px;
  margin-top: 10px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

.app-brand-logo.demo svg {
  width: 1.7rem;
  height: 1.7rem;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.45px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/**Custom*/
.btn-primary{
  background-color: #BFBFBF !important;
  border-color: #BFBFBF;
}
.btn-primary:hover{
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff;
}
.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle){
  background-color: #BFBFBF !important;
  color: #fff !important;
}
.logoent{
  width: 41% !important;
  border-radius: 10px;
  margin-left: 25px;
}
.btn-primary.disabled, .btn-primary:disabled{
  background-color: #BFBFBF !important;
  border-color: #BFBFBF !important;
}


/*-------------------------------------
	 Loading 
-------------------------------------*/


/*loading - 1*/

.loading-area {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	overflow: hidden;
}
.loading-area h2 img{
  width: 10%;
}

.loading-box {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 9999;
}

.loading-pic {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 99999;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*Liste */
.card-body {
  overflow-x: initial;
  margin-top: 13px;
}
.emptylist{
  height: 100px;
  border-radius: 10px;
  border: 1px solid #eee;
  font-size: 17px !important;
  color: #666;
  padding: 39px;
}

.plusbtn{
  text-align: end;
}
#updatedevise{
  cursor: pointer;
}
#adddevise{
  cursor: pointer;
}
.plusbtn i{
  font-size: 33px;
  color: #BFBFBF;
}
.plusbtn i:hover{
  color: #000;
  cursor: pointer;
}
.searchpage{
  text-align: end;
  margin-top: -5px;
}

.close{
  border: none;
  background-color: #fff;
  position: absolute;
  right: 20px;
}
.modal-title{
  position: absolute;
  left: 90px;
}

.selectinputform{
  border-radius: 5px;
  border: 1px solid #eee;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}

.logomodal{
  width: 50px;
}
.createbtn{
  background-color: #BFBFBF;
  color: #fff;
}
.createbtn:hover{
  background-color: #000;
  color: #fff;
}
.updatebtn{
  background-color: #BFBFBF;
  color: #fff;
}
.updatebtn:hover{
  background-color: #e0a3e0;
  color: #000;
}
.pp_user{
  width: 50px;
}

.dropdown-toggle p{
  font-size: 15px !important;
}
.dropdown-toggle::after {
  margin-left: 4px;
  margin-top: -17px;
}

.form-check-input:checked{
  background-color: #BFBFBF !important;
  border: 1px solid #BFBFBF;
}

.select2-container{
  left: 0 !important;
  top: 0 !important;
}

.btnattrinute:hover{
  cursor: pointer;
  border: 1px solid #BFBFBF;
}

.homebtn{
  left: 0;
}
.homebtn i{
  font-size: 25px;
  color: #666;
  cursor: pointer;
  margin-top: 6px;
}
.titleform{
  margin-top: 20px;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: #BFBFBF !important;
}
.dataTables_filter{
  display: none !important;
}

/** CHAT BOOT CSS*/
.chat-left-sidebar {
  margin-bottom: 0;
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 992px) {
  .chat-left-sidebar {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-bottom-color: #e5e9f2;
    border-right: 0;
    margin-bottom: 2rem;
  }
}

.chat-right-sidebar {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 992px) {
  .chat-right-sidebar {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

pre {
  border-left: 4px solid #2f7231;
  padding: 1.25rem 0.94rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.19rem;
}
pre code {
  background: transparent;
  font-size: 1rem;
  color: #31343d;
}

.pre-code,
code {
  font-family: Menlo, Monaco, "Courier New", Courier, monospace;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.19rem 0.625rem;
  margin: 0 0.125rem;
  color: #31343d;
}

.pre-code {
  padding: 1.25rem 0.94rem !important;
}
.chatimage{
  height: 55px;
}
.simplebar-wrapper{
  height: auto !important;
}
.daytimeseparator{
  text-align: center;
  padding: 15px;
}
#contentchat{
  overflow: auto;
}
.chatrighttime{
  margin-right: 50px;
}
.chatlefttime{
  margin-left: 55px;
}
.writechatbox{
  margin-left: 23px;
  margin-bottom: -19px;
}
.writechatbox{
  display: none;
}
#userchat{
  color: #666;
  font-size: 20px;
}
#emptychat{
  color: #666;
  margin-top: 112px;
  font-size: 16px;
  border: 1px solid #eee;
  padding: 100px;
  border-radius: 10px;
  text-align: center;
}
.emptydiscussion{
  text-align: center;
  border: 1px solid #eee;
  padding: 40px;
  margin: 47px;
  border-radius: 10px;
}
.formpadding p{
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}
.chat-dropdown .dropdown-menu {
  width: 100%;
  overflow-y: unset;
  max-height: unset;
}
.dropdown-chat-state .dropdown-toggle {
  color: #ffffff;
}
.dropdown-chat-state .dropdown-toggle::after {
  display: none;
}
.dropdown-chat-state .btn {
  box-shadow: none;
  color: #ffffff !important;
  padding: 0;
}
.dropdown-chat-state .btn i {
  font-size: 1.25rem;
}
.dropdown-chat-state .btn.btn-rounded-circle {
  width: 36px;
  height: 36px;
  line-height: 1;
  padding: 0;
}
.dropdown-chat-state .dropdown-menu {
  width: 250px;
  min-height: 0px;
  max-height: 170px;
  overflow-y: scroll;
  top: 40px;
}
.dropdown-chat-state .dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.dropdown-chat-state .dropdown-menu::-webkit-scrollbar-track {
  background: #ffffff;
}
.dropdown-chat-state .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(153, 153, 153, 0.4);
  border-radius: 30px;
}
.dropdown-chat-state .user-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  color: #8a909d;
}
.dropdown-chat-state .user-link img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.dropdown-chat-state .user-link .username {
  margin-right: auto;
  text-transform: capitalize;
}
.dropdown-chat-state .user-link .state {
  font-size: 12px;
  font-style: italic;
}
.dropdown-chat-state .user-link .state.active i {
  font-size: 1.375rem;
  color: #2f7231;
}
.input-group-chat {
  padding: 10px;
}
.input-group-chat .emoticon-icon {
  border: 1px solid #e5e9f2;
  border-right-color: transparent;
  line-height: 45px;
  padding-left: 0.625rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  font-size: 1.3125rem;
}
.input-group-chat .emoticon-icon::after {
  display: none;
}
.input-group-chat .form-control {
  border-color: #e5e9f2;
  border-left-color: transparent;
  height: 3.125rem;
}
.input-group-chat .form-control:focus {
  box-shadow: none;
}
.input-group-chat .dropdown-menu.show {
  top: auto !important;
  bottom: 69px;
  left: 20px;
}
.media-chat {
  margin-bottom: 1.25rem;
  /* Media Chat Right */
}
.media-chat img {
  margin-right: 0.75rem;
}
.media-chat .media-body {
  flex: unset;
}
.media-chat .text-content {
  min-width: 5%;
  padding: 1.25rem;
  margin-bottom: 0.5rem;
  background-color: #2f7231;
  border-top-left-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0;
}
.media-chat .text-content:first-child {
  border-top-left-radius: 25px;
}
.media-chat .text-content:last-child:not(:first-child) {
  border-bottom-left-radius: 25px;
}
.media-chat .message {
  display: block;
  font-size: 0.88rem;
  color: #ffffff;
  font-weight: 700;
}
.media-chat .time {
  color: rgba(255, 255, 255, 0.6);
}
.media-chat.media-chat-right {
  justify-content: flex-end;
  display: flex;
}
.media-chat.media-chat-right img {
  margin-right: 0;
}
.media-chat.media-chat-right .media-body {
  margin-right: 0.75rem;
}
.media-chat.media-chat-right .text-content {
  box-shadow: 0px 0px 18px 0px rgba(103, 68, 149, 0.1);
  background-color: #BFBFBF;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.media-chat.media-chat-right .text-content:first-child {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.media-chat.media-chat-right .text-content:last-child:not(:first-child) {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.media-chat.media-chat-right .message {
  color: #ffffff;
}
.media-chat.media-chat-right .time {
  color: #e7e5e5;
}

.status {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.status.active {
  background-color: #0acb8e;
}
.status.away {
  background-color: #BFBFBF;
}

.last-msg {
  width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  color: #666;
}
.logologin{
  width: 35%;
}
.adminloginbtn{
  background-color: #BFBFBF !important; 
}
#layout-menu{
  border: 4px solid #BFBFBF;
  border-radius: 28px;
}
.hometitle{
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #000
}
.hometitle h5{
  margin-top: 15px;
  margin-left: 15px;
  font-size: 25px;
}
.hometitle p{
  margin-left: 15px;
}
.card-title{
  margin-bottom: 0px;
  margin-top: 9px;
  font-size: 20px;
}
.discussionblock{
  border-right: 1px solid #eee;
}
.containerchatboot{
  border: 1px solid #000;
  margin: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.chat-footer{
  position: absolute;
  bottom: 10px;
  width: 66%;
}
.btn-light{
  background-color: #fff !important;
  box-shadow:none !important;
  color: #000;
}
.btn-light:hover{
  background-color: #fff !important;
  box-shadow:none !important;
  color: #000;
}
.mandatoryindex{
  color: red;
  font-size: 20px;
}
.form-check-input[type=checkbox] {
  margin-top: 8px;
}
.activelistitem{
  background-color: #000 !important;
  padding: 10px !important;
  color: #fff;
  font-weight: bold;
  border-radius: 14px;
  text-align: center;
  width: fit-content;
}
.gallerycover{
  margin: 20px;
}
.gallerycover img{
  width: 100px;
  height: 100px;
  margin: 5px;
  border-radius: 10px;
}
.gallerycoverupdate img{
  width: 100%;
  margin: 5px;
  border-radius: 10px;
}
.imagetoupdate{
  width: 100%;
}

@media (min-width: 768px) {
  .last-msg {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .last-msg {
    width: 125px;
  }
}
@media (min-width: 1200px) {
  .last-msg {
    width: 220px;
  }
}
#contentchat{
  max-height: 500px;
  min-height: 400px;
}
.timelastmessage em{
  font-size: 12px;
}

.blockformitem p{
  margin-top: 15px !important;
}
.addnew{
  background-color: #BFBFBF;
  color: #fff;
}
.addnew:hover{
  background-color: #e9d3e9;
  color: #000;
}

/* Manage Company Info */
.visioncss{
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 49%;
  margin-right: 10px;
  padding: 10px;
  font-size: 18px;
}
.missioncss{
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 49%;
  margin-left: 10px;
  padding: 10px;
  font-size: 18px;
}
.containeritem h4{
  font-size: 18px;
}
.containeritem .ql-hidden{
  display: none !important;
}
.containeritem .ql-editor{
  cursor: not-allowed;
  pointer-events: none;
}
.containernamecompany{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-bottom: 1px solid #eee;
  padding: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.itemvalue{
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px;
}
.headeritem{
  padding: 10px;
  margin-bottom: 10px;
}
.bloccompanyvalue{
  padding: 10px;
}
.valuelabel{
  width: 10%;
  font-weight: bold;
  font-size: 16px;
}
.valueval{
  width: 80%;
  font-size: 16px;
}
.ligneitemvalue{
  margin-left: 10px;
}
.contactitem p{
  font-size: 16px;
  font-weight: bold;
}
.socialitem{
  font-size: 16px;
  font-weight: bold;
  width: 30%;
  margin-left: 10px;
  margin-top:10px;
}
.textempty{
  font-size: 16px;
  text-align: center;
}
.showpresentation{
  width: 100%;
}
.containerpresentation{
  padding: 10px;
}
.descriptionpresent{
  width: 51%;
  text-align: left;
}
.optionpresentation{
  width: 20%;
}
.editpresent{
  width: 35%;
  background-color: orange;
  color: #fff;
  height: 40px;
  margin-right: 5px;
}
.editpresent:hover{
  color: #000;
}
.pp_distributor{
  width: 100px;
}
.pmadebylink{
  color: #888 !important;
}
.ownerlink{
  color: #0f1fce !important;
}
.buy-now .btn-buy-now{
  box-shadow: 0 1px 20px 1px #000 !important;
} 


/**
*###################################################################
*########################CSS CHAT TICKET
*/
#blockchatticket{
  margin: 18px;
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 10px;
  max-height: 600px;
  overflow-y: auto;
}
.blockchatticket{
  height: 100px;
}
.ticketchaticon i{
  font-size: 32px !important;
  margin-top: 5px;
}
.headerchatticket{
  background-color: #eee;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ticketnumber{
  font-size: 17px;
  color: #000;
  font-weight: bold;
}
.headerchatticket hr{
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #eee;
}
#leftticketchat{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #BFBFBF;
  align-self: initial;
  padding: 20px;
  margin-bottom: 25px;
}
#leftticketchat p{
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
}
#leftticketchat time{
  font-size: 13px;
  color: #fff;
}
#rightticketchat{
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  background-color: #eee;
  align-self: initial;
  padding: 20px;
  margin-bottom: 25px;
}
#rightticketchat p{
  color: #000;
  font-size: 16px;
}
#rightticketchat time{
  font-size: 13px;
  color: #666;
}
.blockinputmessage{
  margin-top: 20px;
}
.btnsendticket{
  background-color: #BFBFBF;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}
.btnsendticket:hover{
  background-color: #000;
  color: #fff;
}
.inputtextticket{
  padding: 5px;
  padding-left: 15px;
}
.containerbtnticketsend{
  padding: 5px;
}
.blockinputmessage textarea{
  width: -webkit-fill-available;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
}
.ppchat{
  width: 50px;
  height: 50px;
  margin-right: 16px;
  border-radius: 50%;
}
.headerchatticketmessage{
}
.bodychatticketmessage{
  margin-left: 70px;
  margin-top: 15px;
}
.headerchatticketmessage h4{
  align-self: center;
  font-size: 25px;
  font-weight: bold;
}
.profilheaderticketmessage{
  display: flex;
}
.optionmessage button{
  background-color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 8px;
  margin-right: 17px;
  border: none;
}
#leftticketchat h4{
  color: #fff !important;
}
#rightticketchat h4{
  color: #000 !important;
}
#ticketcontain{
  display: none;
}
.backticketlist i{
  color: #000;
  font-size: 25px;
}
.backticketlist{
  width: 100px;
  background-color: #eee;
  border: none;
}
#statusticket{
  color: red;
}
/*END TICKET**/

.alertspams{
  padding: 5px;
  text-align: center;
  background-color: #a30707;
  margin-bottom: 17px;
  padding-top: 14px;
}
.alertspams p{
  color: #fff;
  font-size: 15px !important;
  font-weight: bold;
}
.newBtn{
  background-color: #000 !important;
}
.newBtn:hover{
  background-color: #BFBFBF !important;
}
td > .ql-hidden{
  display: none;
}
td > .ql-editor{
  pointer-events: none;
}
.supportpp{
  width: 60px;
}
.emptynotification{
  padding: 20px;
  text-align: center;
  border: 1px solid #eee;
  margin: 12px;
  border-radius: 10px;
}
.emptynotification p{
  font-size: 18px;
}
#distributorcoverview{
  width: 100%;
}
.btnnew{
  background-color: #fff;
  border: none;
}
.btnnew i{
  color: #000;
  font-size: 30px;
}
.checkbox{
  width: 26px;
  height: 26px;
}

/* MANAGE RESPONSIVE */
@media (max-width: 1200px) {

}

@media (min-width: 992px) {

}

@media (max-width: 991px) {

}

@media (min-width: 768px) {

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {
   
}
