/*dashbord*/

.dash{
    content: "";
    height: 17px;
    width: 20px;
    border-radius: 25px;
    position: absolute;
    right: calc(10px + 0px);
    background: #4d8af0;
    padding: 3px 0px;
    text-align-last: center;
    color: white;
}

.tabContent-style{
  background : none!important;
}

.Username{
  margin-top: 4px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Backgrounds */

.bgr-pub-1{
	background-image: url("../../../assets/images/dashboard/pub-2-fr.png");
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat
} 

/* Paddings */

.pad-paragraph{
    padding: 30px 20px 20px 20px;
}

.pad-tab{
    padding: 30px 20px 20px 10px!important;
}

/* Text Styles */

.pad-paragraph .grid-title{
    margin-bottom: 0px;
}

.sub-txt {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
}

.sub-line {
    width: 100%;
    height: 1px;
    background: #f2f4f9;
    display: inline-block;
    margin: 20px 0px 10px 0px;
}

.pad-paragraph .status-indicator{
    margin-right: 10px;
}

/* Separators */

.form-row-separator {
    border-top: 1px solid #f2f4f9;
    margin-top: 50px;
    padding-top: 20px;
}

/* Input Style */

select.form-control-lg{
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* Custom Checkbox */

.control {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
  }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .control__indicator {
    position: absolute;
    /* top: 2px;
    left: 0; */
    height: 20px;
    width: 20px;
    background: #e6e6e6;
  }

  .control:hover input ~ .control__indicator,
  .control input:focus ~ .control__indicator {
    background: #ccc;
  }
  .control input:checked ~ .control__indicator {
    background: #4d8af0;
  }
  .control:hover input:not([disabled]):checked ~ .control__indicator,
  .control input:checked:focus ~ .control__indicator {
    background: #4d8af0;
  }
  .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
  }
  .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
  }
  .control input:checked ~ .control__indicator:after {
    display: block;
  }
  .control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
  }
  .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
  }

  .select-style {
    position: relative;
    height: 40px;
    background: white;
    /* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05); */
  }
  .select-style:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #4d8af0 transparent transparent transparent;
    pointer-events: none;
  }

  .select-style:before {
    width: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #f6f7f9;
    border-color: #f0f2f5;
    content: '';
    pointer-events: none;
  }
  .select-style:hover:before {
    background: #2a73ed;
  }
  .select-style select {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: 35px;
    padding-left: 15px;
    border: 1px solid #4d8af0;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .select-style select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  .select-style select::-ms-expand {
    display: none;
  }
  .select-style select:focus {
    border-color: #2a73ed;
  }
  
  @media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .select-style select {
      padding-right: 0;
    }
    .select-style:after, .select-style:before {
      display: none;
    }
  }

  /* page payement->credit hausteur */

  .acheter-credit-hosteur {
    height: 36.5px !important;
    border-right-color: #c2c6d1;
  }  

.responsive-table-line thead tr { 
display:none;
}
.responsive-table-line td { 
position: relative;
border: 0px solid transparent;
padding-left: 50% !important; 
white-space: normal;
text-align:right; 
}
 
.responsive-table-line td:before { 
position: absolute;
top: 0px;
left: 0px;
width: 45%; 
padding-right: 15px; 
height:100%;
white-space: nowrap;
text-overflow: ellipsis !important;
overflow:hidden !important;
text-align:left;
background-color:#f8f8f8;
padding:2px;
} 
  
/* Ponter */

.custom-pointer{
  cursor: pointer;
}

/* Custom Images */

.custom-img{
  width: 20px;
  height: 20px;
}

.custom-img-w-60{
  width: 60px;
}

.custom-img-hw-150{
  width: 150px;
  height: 150px;
}

/* Custom Text */

#user-acronym{
  font-size: 20px;
  font-weight: 600;
  color: #1e6bec;
  border: 1px solid #1464ea;
  border-radius: 6px;
  padding: 20px;
}

/* Custom Table */
.td-wrap td, .td-wrap th{
  white-space: normal;
}

.data-table td, .data-table th{
  white-space: normal;
}

/* Custom Dropdown */
.custom-dropdown-menu-300{
  width: 300px!important;
  padding: 10px;
}

/* Custom Section */

.custom-section{
  display: block;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  /* border: 1px solid #f2f4f9; */
}

.custom-section .custom-section-header{
  border-radius: 3px 3px 0 0;
  padding: 20px 20px 10px 20px;
  background: #fff;
}

.custom-section-header-a{
  background: #43a7dc;
  padding: 10px;
  border-radius: 3px;
}


.custom-section-header-a .content-header-wrapper .level{
  color: #fff!important;
  font-size: 14px;
  font-weight: 500;
}

.custom-section-header-a .content-header-wrapper .expiration{
  color: #e5e5e5!important;
}

.custom-section-header{
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.custom-section .custom-section-header .custom-title {
  color: #101010;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom-section .custom-section-header .custom-title-a {
  color: #43a7dc;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom-section .custom-section-header .custom-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
}


.custom-section .custom-section-header .custom-title-text {
  color: #565656;
  text-overflow: ellipsis;
  overflow: hidden;
}

.custom-section .custom-section-header p {
  margin-right: 10px;
}

.custom-section .custom-section-header .custom-user-img{
  height: 100%;
  width: 100%;
}


.custom-body{
  overflow-y: auto;
}

.custom-section .custom-body .custom-grid{
  display: inline-flex;
  width: 24.0%;
  padding: 2% 0px;
  flex-direction: column;
  align-items: center;
  background: #fff;
  transition: 0.2s ease-in-out;
  transition-property: "background";
}

.custom-section .custom-body .custom-grid-2{
  display: inline-flex;
  width: 49.0%;
  min-height: 120px;
  height: 120px;
  padding: 2% 0px;
  flex-direction: column;
  align-items: center;
  background: #fff;
  transition: 0.2s ease-in-out;
  transition-property: "background";
}

.custom-section .custom-body .custom-image-wrapper{
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.custom-section .custom-body .custom-grid .custom-grid-icon, .custom-section .custom-body .custom-grid-2 .custom-grid-icon{
  color: #adb5bd;
  font-size: 20px;
  transition: 0.2s ease-in-out;
  transition-property: "color";
}

.custom-section .custom-body .custom-grid:hover .custom-grid-icon, .custom-section .custom-body .custom-grid-2:hover .custom-grid-icon{
  color: #4d8af0;
}


.custom-section .custom-body .custom-grid .custom-grid-title, .custom-section .custom-body .custom-grid-2 .custom-grid-title{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #565656;
  transition: 0.2s ease-in-out;
  transition-property: "color";
  text-overflow: ellipsis;
  overflow: hidden;
}


.custom-section .custom-body .custom-section-list{
  display: flex;
  align-items: center;
  padding: 10px 15px;
  /* border-bottom: 1px solid #f2f4f9; */
  color: #101010;
  cursor: pointer;
}

.custom-section .custom-body .custom-section-list .content-wrapper .name{
  color: #565656;
  line-height: 18px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;

}

.custom-section .custom-body .custom-section-list .content-wrapper .content-text{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}

.custom-section .custom-body .custom-section-list .icon-wrapper {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 6px;
  color: #fff;
}

/* Custom date style */
.date-ticket {
  grid-column-start: 3;
  grid-row-start: 1;
  text-align: right;
  color: #adb5bd;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: -16px;
  font-size: 12px;
  font-style: italic;
}

/* Colors */

.blue{

  /*font-size: 14px;
  font-weight: 300;*/
  padding-top: 20px;
  padding-bottom: 20px;
  /*border-radius: 20px;*/
  /*box-shadow: 0 0 10px 0px rgb(136 142 142 / 57%);*/
}

.grey{
    
    background-color: #4e8af0!important;
    color: white;
    border: 1px solid #4e8af0;
    /*background-color: white!important;*/
    padding-top: 20px;
    padding-bottom: 20px;
    /*border-radius: 20px;*/
    /*box-shadow: 0 0 10px 0px rgb(136 142 142 / 57%);*/

}

.back-white{
  background-color: white!important;
}

.customScrollBar::-webkit-scrollbar {
    height: 18px;
    width: 0px;
}
.customScrollBar::-webkit-scrollbar-button {
    background-color: #fff;
    background-repeat: no-repeat;
    cursor: pointer;
}

.customScrollBar::-webkit-scrollbar-corner {
    background-color: #fff;
}
.customScrollBar::-webkit-scrollbar-thumb {
    border-radius: 9px;
    border: solid 6px #fff;
    background-color: #c8c8c8;
}
.customScrollBar::-webkit-scrollbar-track {
    background-color: #fff;
}

.overflow-1{
  overflow: auto;
  max-height: 100vh;
}

.email-content{
  overflow: auto;
  max-height: 70vh; 
}

.email-preview-wrapper .email-reply {
    margin-top: 0px;
}
.left{
  float: left;
}
.right{
  float: right;
}
.profile-img {
    background-color: #edf0f3;
}
.email-aside-list .email-list-item .email-list-item-inner .user_name_cus {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    grid-column-start: 1;
    color: #101010;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.email-aside-list .email-list-item .email-list-item-inner .mail-text_cus {
    grid-column-start: 1;
    grid-column-end: 5;
    color: #565656;
    line-height: 1.3;
}
.email-aside-list .email-list-item .email-list-item-inner .date_cus {
    grid-row-start: 1;
    grid-column-start: 4;
    text-align: right;
    color: #adb5bd;
}
.email-preview-wrapper .preview-header .date {
    grid-column-start: 3;
    grid-row-start: 1;
    text-align: right;
    color: #adb5bd;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.email-header {
    z-index: unset;
}
.br-top-none{
  border-top: none!important;
}
.rib-sec{
  padding: 30px 20px 10px 20px;
  border: none;background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}

@media (min-width: 1600px){
	.page-body .page-content-wrapper .page-content-wrapper-inner {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1800px){
	.page-body .page-content-wrapper .page-content-wrapper-inner {
		max-width: 1470px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1900px){
	.page-body .page-content-wrapper .page-content-wrapper-inner {
		max-width: 1530px;
		margin-left: auto;
		margin-right: auto;
	}
}

.defaultcard{
  font-size: 13px;
  color: #4d8af0;
}

/* Font size */

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

.font-size-11{
  font-size: 11px!important;
}

/* Alignment */

.v-top{
	vertical-align: top!important;
}

.v-middle{
	vertical-align: middle!important;
}

.v-bottom{
	vertical-align: bottom!important;
}

/* Checkbox design */

.checkbox.checkbox-warning label .input-frame:before{
	background: white;
	border: 2px solid #7d4431;
}
.checkbox.checkbox-warning label input:checked + .input-frame:after{
	color: #7d4431;
	line-height: 18px;
}

/* Sidebar links */

.sidebar-link{
	position: relative;
}

.svc-badge{
	padding: 4px 8px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}