html, body{
  margin: 0;
  padding: 0;
  /* zoom: 0.8;  */
}

@font-face {
  font-family: 'Raleway-Bold';

  src: url('/assets/fonts/Raleway/Raleway-Bold.ttf');
}

@font-face {
  font-family: 'Raleway-ExtraBold';

  src: url('/assets/fonts/Raleway/Raleway-ExtraBold.ttf');
}

@font-face {
  font-family: 'Raleway-SemiBold';

  src: url('/assets/fonts/Raleway/Raleway-SemiBold.ttf');
}

@font-face {
  font-family: 'Raleway-SemiBoldItalic';

  src: url('/assets/fonts/Raleway/Raleway-SemiBoldItalic.ttf');
}

@font-face {
  font-family: 'Raleway-Light';

  src: url('/assets/fonts/Raleway/Raleway-Light.ttf');
}

@font-face {
  font-family: 'Raleway-Medium';

  src: url('/assets/fonts/Raleway/Raleway-Medium.ttf');
}

@font-face {
  font-family: 'Raleway-Regular';

  src: url('/assets/fonts/Raleway/Raleway-Regular.ttf');
}

@font-face {
  font-family: 'CaveatBrush-Regular';

  src: url('/assets/fonts/CaveatBrush/CaveatBrush-Regular.ttf');
}

body{
  font-family: Raleway-Medium;
}

.page-container{
  margin-left: 15px;
  margin-right: 15px;
}

.vh-height100{
  min-height: 100vh;
}

h1{
  font-family: Raleway-ExtraBold;
  font-size: 25px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #000000;
}

h2{
  font-family: Raleway-SemiBold;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #000000;
}

h3{
  font-family: Raleway-SemiBold;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #000000;
}

h4{
  font-family: Raleway-SemiBold;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #000000;
}

h5{
  font-family: Raleway-SemiBold;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #000000;
}

form label{
  font-family: Raleway-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.08px;
  color: #000000;
}

.extra-bold{
  font-family: Raleway-ExtraBold;
  font-weight: 800;
}

.semi-bold{
  font-family: Raleway-SemiBold;
  font-weight: 600;
}

.bold{
  font-family: Raleway-Bold;
}

.regular{
  font-family: Raleway-Regular;
  font-weight: normal;
}

.clr-white{
  color: #ffffff;
}

body .staff-form select:focus,
body select:focus,
body input[type=text]:focus{
  border-color: #eb6e00;
  box-shadow: 0 0 0 0.25rem #eb6e000d;
}

body .staff-form select,
body select,
body input[type=datetime-local],
body input[type=text]{
  border-radius: 5.3px;
  border: solid 1.3px #979797;
  padding: .75rem .75rem;
  font-size: 16px;
  font-family: Raleway-Medium;
  margin-bottom: 1rem;
}

.bg-black{
  background-color: #000000;
}

.welcome-container{
  font-family: Raleway-Regular;
  font-size: 31.6px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.19px;
  color: #ffffff;
  background-color: #000000;
}

.welcome-container h2.clr-white{
  margin-bottom: 30px;
}

/* .welcome-container{
  padding: 15%;
  font-family: Raleway-Regular;
  font-size: 31.6px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  
  letter-spacing: 0.19px;
  color: #ffffff;


} */

.welcome-container .login-welcome-text{
  font-family: Raleway-ExtraBold;
  font-size: 39.5px;
  font-weight: normal;
  letter-spacing: 0.23px;
}

.login-section-container{
  max-width: 700px;
  margin: 0 auto;
  padding: 5%;
  padding-bottom: 0%;
}

.WHITE-ALERT  {
  width: 300px;
  height: 47px;
  margin: 29px 25px 29px 78.7px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: Raleway-SemiBold;
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #000000;
}

.WHITE-ALERT .alert-txt {
  font-family: Raleway-ExtraBold;
  font-weight: 800;
  letter-spacing: 3.24px;
}

.white-alert-activation{
  width: 496px;
  height: 150px;
  margin: 29px 25px 29px 78.7px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: Raleway-SemiBold;
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #000000;
}

.back-btn{
  font-family: Raleway-Bold;
}

.back-btn .back-txt{
  margin-left: 10px;
  margin-top: 5px;
}

.dashboard-img{
  margin-top: 20px;
  /* max-width: 90%; */
  margin: 0 auto;
  display: block;
}

.mgt22{
  margin-top: 20px;
}

.mgt30{
  margin-top: 30px
}

.mgt40{
  margin-top: 40px
}

.mgt50{
  margin-top: 50px
}

.mgt60{
  margin-top: 60px
}

.mgt100{
  margin-top: 100px
}

.mgt110{
  margin-top: 110px;
}

.mgt150{
  margin-top: 150px
}

.mgb80{
  margin-bottom: 80px;
}

.mgb60{
  margin-bottom: 60px;
}

.mrgl39{
  margin-left: 39px;
}

.pdr10{
  padding-right: 10px;
}

.login-heading{
  margin-top: 111px;
}

.login-form{
  max-width: 500px;
  margin-left: 78px;
}

.login-form label{
  display: block;
  font-family: Raleway-Bold;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.08px;
  color: #000000;
  margin-bottom: 10px;
}

.login-right-heading1{
  /* margin-top: 30px;*/
}

.login-right-heading2{
  margin-bottom: 45px;
  margin-top: 40px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.32;
  font-family: Raleway-Medium;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #000000;
  padding-left: 0px;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.32;
  font-family: Raleway-Medium;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #000000;
  padding-left: 0px;
}

:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.32;
  font-family: Raleway-Medium;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #000000;
  padding-left: 0px;
}

.login-form  .mtd-fields{
  border-top: none;
  border-bottom: solid 1px #979797;
  border-left: none;
  border-right: none;
  margin-bottom: 35px;
  padding: .75rem .75rem;
  padding-left: 0px;
  font-family: Raleway-Medium;
}

.login-form  .mtd-fields,
.login-form input[type=text]:focus {
  box-shadow: none;
}

.login-form .btn-submit{
  margin: 35px auto;
  width: 80%;
  padding: 22px 100px 22px 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 34px;
  background-color: #eb6e00;
  font-size: 18px;
  font-family: Raleway-Bold;
  color: white;
  border: none;
  display: block;
}

.btn-gray{
  padding: 14.7px 14px 13px 14.3px;
  border-radius: 23.3px;
  background-color: #d9d9d9;
  font-family: Raleway-Bold;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.09px;
  color: #000000;
  width: 153px;
  height: 46.7px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.btn-yellow{
  margin: 42.7px 58.7px 21.3px 10.3px;
  padding: 24px 35px 22px 34.7px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 34px;
  background-color: #eb6e00;
}

.alert-yellow{
  min-width: 100px;
  color: #fff;
  background: #eb6e00;
}

.yellow-btn:hover,
.yellow-btn{
  font-family: Raleway-Bold;
  font-size: 16px;
  color: white;
  text-decoration: none;
  padding: 13px 35px 13px 34.7px;
  border-radius: 34px;
  background-color: #eb6e00;
  border: none;
}

/*============Dashboard styles start==================*/

.sidebar{
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed!important;
  z-index: 1;
  overflow: auto;
}

/*============Dashboard styles end ==================*/

ul.top-menu{
  list-style:none;
  margin: 29px 25px 29px 0;
}

ul.top-menu li{
  float:left;
  height: 22px;
  margin: 13.3px 25.7px 13.3px 25px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: Raleway-SemiBold;
  font-size: 18.7px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #000000;
}

.tstdata{
  height: 100;
}

.heading1{
  margin-top: 50px;
  margin-left: 129px;
  font-family: Raleway-Bold;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.31px;
  color: #ffffff;
  margin-bottom: 50px;
}

.welcome-text{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.welcome-text p {
  margin-top: 1rem;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.14px;
  text-align: justify;
}

.welcome-text .radio-button{
  float: left;
  margin-top: -3px;
  margin-right: 14px;
}

.welcome-text .poursuivre{
  margin-top: 38px;
  padding: 24px 153px 22px 153px;
}

/*======================radio buttons  styles ==================================*/

.radio-button,
.checkbox {
  position: relative;
  margin: 20px 0;
}

.checkbox { display: block;
}

.radio-button input,
.checkbox input {
  position: absolute;
  margin: 5px;
  padding: 0;
  /* for mobile accessibility (iOS Label Bug) */
  visibility: hidden;
}

.radio-button .label-visible,
.checkbox .label-visible {
  margin-left: 2em;
  margin-bottom: 0;
}

.fake-radiobutton,
.fake-checkbox{
  position: absolute;
  display: block;
  top: 0;
  left: 3px;
  width: 24px;
  height: 24px;
  border: 3px solid #979797;
  background-color: white;
}

.fake-radiobutton:after,
.fake-checkbox:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #979797;
  transform: translateX(-49%) translateY(-52%);
}

.fake-radiobutton { border-radius: 50%;
}

.fake-radiobutton:after { border-radius: 50%;
}

input[type="radio"]:checked + span .fake-radiobutton:after,
input[type="checkbox"]:checked + span .fake-checkbox:after { display: block;
}

/*======================End radio buttons  styles ==================================*/

/***********************Staff form styles********************************************/

.white-alert-heading{
  font-family: Raleway-SemiBold;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 20px;
}

.white-alert-txt{
  font-weight: 800;
  letter-spacing: 3.24px;
}

.regular-heading{
  font-family: Raleway-Regular;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 0.31px;
  color: #ffffff;
  margin-bottom: 45px;
}

.regular-heading a:hover{
  color: #EB6E02;
}

.regular-heading a{
  color: #ffffff;
}

.staff-form select.form-control{
  height: auto !important;
}

.staff-form .radio-button{
  padding-left: 13px;
  padding-top: 6px;
  margin-right: 21px;
  font-family: Raleway-Medium;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.radio-container{
  margin-bottom:70px;
}

.field-label{
  margin-bottom: 20px;
  font-family: Raleway-SemiBold;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 0.14px;
  color: #282828;
  display: block;
}

.select-styles{
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 50%;
  background-size: 16px;
}

.btn-upload{
  border-radius: 44px;
  background-color: #4b4b4b;
  letter-spacing: 0.14px;
  color: #ffffff;
  font-family: Raleway-Bold;
  padding: 15px 20px 15px 20px;
  display: inline-block;
}

.btn-upload:hover{
  color: white;
}

.btn-upload>img{
  width: 27px;
  height: 20px;
}

.captcha-box{
  background-color: #eb6e0045;
  padding: 49.3px 101.7px 48px 101.3px;
  max-width: 356px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.captcha-box .cpatha-text{
  font-family: CaveatBrush-Regular;
  font-size: 66.7px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;
}

.btn-styles:hover,
.btn-styles{
  font-family: Raleway-Bold;
  color: white;
  text-decoration: none;
  padding: 15px 80px 15px ;
  border-radius: 44px;
  border: none;
}

.btn-styles.yellow{
  background-color: #eb6e00;
}

.btn-styles.red{
  background-color: #ac252a;
}

.btn-styles.green{
  background-color: #52c56b;
}

.staff-form{
  padding: 10px 20px 20px 40px;
}

.staff-form .btn-styles{
  margin-right: 74px;
  margin-top: 35px;
}

.alert-box{
  padding: 36px 21.3px 31.3px 26.7px;
  background-color: #f7f7f7;
  margin-top: 60px;
}

.alert-head{
  margin-bottom: 24.3px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.alert-content{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #000000;
}

.form-popup h2,
.staff-form h2{
  color: #eb6e00;
  margin-bottom: 15px;
  margin-top: 15px;
}

.staff-form .dot {
  height: 17px;
  width: 17px;
  background-color: #c7c7c7;
  border-radius: 50%;
  display: inline-block;
  margin-top: 2px;
}

.staff-form .white-round {
  background: #ffffff;
  border: 1px solid #c7c7c7;
}

.staff-form  .border-line {
  width: 92%;
  display: inline-block;
  height: 9px;
  background-image: url(/assets/images/border-line-gray.png);
  background-repeat-y: no-repeat;
  background-size: 12px;
  margin-top: 14px;
}

.staff-form .req-progress-bar {
  position: relative;
  display: block;
  width: 590px;
}

.staff-form .circle-text-common {
  display: inline-block;
  width: 100px;
  float: left;
  margin-top: 18px;
  color: #000000;
  letter-spacing: 0.08px;
  font-family: Raleway-SemiBold;
  font-size: 13.3px;
  font-weight: 600;
}

.form-progress{
  background-color: #fdfcfb;
}

.progress-section{
  max-width: 1232px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 0px;
}

.loyer-response{
  background-color: #f8f6f1;
  padding: 33.3px 17.3px 89.3px 20px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.11px;
  color: #000000;
}

.uploaded-files-container{
  margin-top:42px;
  margin-bottom: 60px;
}

.uploaded-files-container a{
  font-family: Raleway-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.uploaded-files-container img{
  margin-right: 10px;
  max-width: 25px;
}

/*******************Staff form styles********************************************/

.request-progress-container{
  width: 678.7px;
  height: 525.3px;
  margin-top: 40px;
  padding: 36px 55.3px 31.7px 48px;
  border-radius: 14.7px;
  box-shadow: 0 0 13px 0 rgba(219, 219, 219, 0.5);
  background-color: #eb6e00;
}

.data-container{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 45px;
  padding: 45px 15px 40px 15px;
}

.complete-alert h1{
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.req-progress-bar{
  position: relative;
}

.circle-alert{
  content: '✔';
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  height: 34px;
  text-align: center;
  background: #000000;
  border-radius: 50%;
  padding-top: 5px;
  color: white;
}

.white-round{
  background: #eb6d00;
  border: 1px solid white;
}

.border-line {
  width: 92%;
  display: inline-block;
  height: 9px;
  background-image: url(/assets/images/border.png);
  background-repeat-y: no-repeat;
  background-size: 12px;
  margin-top: 14px;
}

.circle1{
  left: 173px;
  top: 0px;
}

.circle2{
  left: 172px;
  top: 0px;
}

.circle3{
  left: 348px;
  top: 0px;
}

.circle4{
  left: 528px;
  top: 0px;
}

.dot {
  height: 17px;
  width: 17px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 2px;
}

.circle-text-common{
  display: inline-block;
  width: 100px;
  float: left;
  margin-top: 18px;
  color: #ffffff;
  letter-spacing: 0.08px;
  font-family: Raleway-SemiBold;
  font-size: 13.3px;
  font-weight: 600;
}

.circle-text1{
  margin-left: 0px;
}

.circle-text2{
  margin-left: 61px;
}

.circle-text3{
  margin-left: 58px;
  text-align: center;
}

.circle-text4{
  margin-left: 54px;
  text-align: right;
}

.alert-data{
  margin-top: 100px;
}

.alert-data .alert-number{
  font-family: Raleway-Bold;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #ffffff;
}

.alert-data .alert-txt{
  margin: 17.3px 4.3px 15px 0;
  font-family: Raleway-Medium;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.13px;
  color: #ffffff;
}

.white-btn{
  width: 300px;
  height: 66.7px;
  padding: 21.3px 0px 22.3px 0px;
  border-radius: 33.3px;
  background-color: #ffffff;
  font-family: Raleway-Bold;
  font-size: 19.6px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.12px;
  text-align: center;
  color: #eb6e00;
  margin-top: 44px;
  display: block;
  text-decoration: none;
}

.white-btn:hover{
  color: #eb6e00;
}

.mobile-show{
  display: none;
}

.avocats_table th{
  width: 25%;
}

.kpi-col{
  width:20%;
  float:left;
  padding-right:2%;
}

.no-padding{
  padding:0px;
}

.validation-error{
  display: block;
  text-align: left;
  list-style: none;
  color: red;
  padding: 0px;
}

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

.float-right{
  float: right;
}

.cross-svg{
  color: #eb6e00;
  margin-top: -35px;
  margin-left: -30px;
  display: block;
  width: 18px;
}

.warning-modal .modal-content{
  border: 1px solid;
  border-radius: 15px;
}

.warning-modal .modal-body h2{
  color: #eb6e00;
}

.warning-modal .modal-header{
  background: #000000;
  text-align: center;
  padding: 2rem 1rem;
}

.warning-modal .modal-title{
  color: white;
  text-align: center;
  width: 100%;
}

.warning-modal .btn-styles{
  width: 280px;
  display: inline-block;
}

.warning-modal .create-edit-alert .btn-styles{
  height: 50px;
  padding: 0px;
  margin-bottom: 5px;
}

.error {
  color: red;
}

.hide{
  display: none;
}

.staff-form .error{
  margin-bottom: 10px;
}

.modal-close{
  float: right;
  border: none;
  background: none;
  font-size: 32px;
  vertical-align: top;
  margin-top: -22px;
}

.retour-div{
  text-align: center;
  width: 100%;
}

.modal-heading{
  color: #000000;
  font-family: Raleway-Bold;
  font-size: 16px;
  font-weight: bold;
}

a.filepond--credits {
  display: none;
}

.white{
  color: white;
}

.order1{
  order: 1;
}

.order0{
  order: 0;
}

.modal-content .alert-request-header .close-date{
  padding-right: 46px;
}

.modal-content .alert-request-header .btn-close{
  margin-top: -43%;
  display: block;
  color: white !important;
}

.modal-content .alert-request-header .alert-heading{
  padding-left: 30px;
  text-align: left;
}

.modal-content #alertRequest  .field-label {
  margin-bottom: 10px;
  font-family: Raleway-Bold;
  margin-top: 10px;
}

.bg-white{
  background-color: white;
}

.captcha-container{
  display: inline-block;
}

.captcha-container label#g-recaptcha-response_error {
  width: 500px;
}

.copy-txt-value{
  opacity: 0;
}

.qrcode{
  text-align: center;
}

.qrcode svg{
  height: 230px;
  width: 230px;
}

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

.statuskpis{
  cursor: pointer;
}

.language-switcher {
  float: right;
  margin-top:6%;
}

.language-switcher .flag-icon {
  width: 50px;
}

.language-switcher .dropdown-item:focus, 
.language-switcher .dropdown-item:hover {
  color: #1e2125;
  background-color: transparent;
}

.white-lang .language-switcher {
  margin-left: 20px;
}

.white-lang .language-switcher  .down-arrow{
  filter: brightness(0) invert(1);
  margin-right: 44px;
}

.language-switcher  .down-arrow{
  filter: invert(74%) sepia(51%) saturate(2878%) hue-rotate(
346deg) brightness(104%) contrast(97%);
}

.language-switcher .dropdown-item,
.language-switcher .dropdown-menu .dropdown-item{
  padding: 0px;
}

.language-switcher .dropdown-menu{
  position: absolute;
  z-index: 1000;
  min-width: auto;
  padding:  0;
  margin: 0;
  /* font-size: 1rem; */
  /* color: #212529; */
  /* text-align: left; */
  /* list-style: none; */
  background-color: transparent;
  /* background-clip: padding-box; */
  border: 0px;
  /* border-radius: .25rem; */
}

.language-switcher .dropdown-menu .dropdown-item{
  text-align: right;
  padding-right: 30px;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  30% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(5deg);
  }

  70% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

body {
  font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

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

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 320px;
  }
}

/*----------------show sidebar button----------------*/

#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
  z-index: 10000;
}

.page-wrapper.toggled #show-sidebar {
  left: -40px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 320px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -360px;
  z-index: 999;
  background:#000000 ;
}

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

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.white-alert{
  text-transform: uppercase;
  margin: 49px auto;
  text-align: center;
  color: #ffffff;
}

.letterspp17{
  letter-spacing: 0.17px;
}

.letterspp237{
  letter-spacing: 2.37px;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}

.sidebar-wrapper .sidebar-header .user-info {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.sidebar-wrapper .sidebar-header .user-info > span.user-name {
  font-family: Raleway-Bold;
  font-size: 18.7px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #ffffff;
  text-align: center;
  display: block;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 24px 15px 6px 34px;
  font-family: Raleway-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #ffffff;
  height: 77px;
}

.sidebar-wrapper .sidebar-menu ul li a.client-menu {
  font-size: 18px;
  text-align: center;
}

.ico-download{
  margin-top: 10px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active >a{
  background-color: #eb6e006b;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #525965;
}

::-webkit-scrollbar-thumb:active {
  background: #525965;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/*-----------------------------chiller-theme-------------------------------------------------*/

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}

/*-------------------------content header area-----------------------------*/

.header-area{
  background-color: #eb6e00;
  min-height: 190px;
}

.top-heading{
  font-family: Raleway-Bold;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  color: #ffffff;
  margin-left: 50px;
  margin-top: 46px;
}

.logout{
  margin-right: 50px;
  margin-top: 46px;
}

.logout img{
  margin-right: 13px;
}

.logout-text{
  font-family: Raleway-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  text-align: center;
  color: #ffffff;
}

.logout-text:hover{
  color: #ffffff;
}

.kpis{
  width: auto;
  min-width: 240px;
  height: 125px;
  border-radius: 21.3px;
  box-shadow: 0 0 13px 0 rgb(206 206 206 / 50%);
  background-color: #ffffff;
  margin-top: -66px;
}

.kpis .count{
  padding: 20px 0 0 34px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: Raleway-Bold;
  font-size: 28px;
  line-height: normal;
  color: #000000;
}

.kpis .kpi-text{
  padding: 24px 0 27px 29px;
  font-family: Raleway-Bold;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.topics-alert-heading{
  margin: 30.3px 0px 30px 0px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: Raleway-ExtraBold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #eb6e00;
}

.box-container{
  margin-top: 24px;
  border-radius: 9.3px;
  box-shadow: 0 0 7px 0 rgb(165 165 165 / 50%);
  background-color: #ffffff;
  position: relative;
  height: 60px;
}

.progress-box{
  height: 60px;
  border: 2px solid #5DBF73;
  width: 55%;
  border-radius: 7px;
  position: absolute;
  z-index: 0;
  border-right: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.topics-alert{
  height: 60px;
  padding: 20px 20px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 9.3px;
  font-family: Raleway-SemiBold;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.11px;
  color: #282828;
  white-space: nowrap;
}

.topic-count{
  font-family: Raleway-SemiBold;
  font-size: 18.7px;
  line-height: 1.43;
  letter-spacing: 0.11px;
  color: #282828;
  float: right;
  margin-top: 15px;
  margin-right: 14px;
}

.wh-table td{
  padding-top: 2.5em;
  padding-bottom: 2em;
  vertical-align: middle;
}

.tabs-container{
  width: 100%;
  padding-left: 0px;
  display: inline-block;
  margin-bottom: 0px;
}

.tabs-container hr.tab-border{
  border: 2px solid #979797;
}

.tabs-container .tab-text{
  padding: 10px 38px 0px 0px;
  display: inline;
  margin-top: 65px;
  float: left;
}

.header-tabs hr.tab-border{
  margin-top: 8px;
}

.tab-text a{
  font-family: Raleway-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #bbbbbb;
}

.tab-text a.active,
  .tab-text a:hover
  {
  font-family: Raleway-ExtraBold;
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #eb6e00;
  text-decoration: none;
  border-bottom: 4px solid #eb6e00;
  padding-bottom: 14px;
}

.export-excel{
  float: right;
  margin-top: 30px;
  padding: 14px 35px 14px 34.7px;
  border-radius: 34px;
  background-color: #eb6e00;
  color: white;
}

.export-excel a:hover,
  .export-excel a{
  font-family: Raleway-Bold;
  font-size: 16px;
  color: white;
  text-decoration: none;
}

.min-width185{
  min-width: 185px;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #eb6e00;
  border-color: #eb6e00;
}

.page-link:hover,
.page-link{
  color: #eb6e00;
}

.form-popup{
  background: white;
  min-height: 100vh;
  width: 400px;
  padding: 35px;
  float: right;
}

.modal-container{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #77777745;
  z-index: 9999;
  height: 100%;
  display: none;
}

.display-none{
  display: none;
}

.modal-container span.copier {
  text-align: right;
  float: right;
  margin-top: -53px;
  margin-right: 9px;
  cursor: pointer;
  color: #eb6e00;
}

.response-container{
  background-color: #393939;
}

.alert-response-modal .modal-body{
  padding: 0px;
}

.alert-response-modal .modal-content{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

a{
  color: black;
}

.hidden{
  display: none;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .kpis {
    margin: 10px 10px;
  }

  .kpis .count {
    padding: 32px 0 0 34px;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: Raleway-Bold;
    line-height: normal;
    color: #000000;
  }

  .heading1{
    font-size: 30px;
    margin: 44px auto 44px auto;
  }

  .welcome-text{
    padding: 5px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
}

/* small devices (phones, 768px and down) */

@media only screen and (max-width: 768px) {
  .kpis {
    margin: 10px 10px;
  }

  .kpis .count {
    padding: 32px 0 0 34px;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: Raleway-Bold;
    line-height: normal;
    color: #000000;
  }

  .box-container {
    /* margin: 41px 39px 0px 39px; */
  }

  .top-btns .yellow-btn{
    width: 80%;
    display: inline-block;
  }

  .text-xs-center{
    text-align: center;
  }

  .sidebar-wrapper .sidebar-header {
    margin-bottom: 65px;
  }

  .welcome-text .poursuivre {
    margin-top: 38px;
    padding: 24px 60px 21px 60px;
  }

  /***********ALERTY PAGE************/

  .request-progress-container {
    width: 95%;
    height: 700.3px;
    margin: 40px auto;
  }

  .desktop-show{
    display: none;
  }

  .mobile-show{
    display: initial;
  }

  .circle-text-common{
    margin-left: 50px;
    margin-top: 32px;
  }

  .m-circle1 .circle-text-common{    margin-top: 5px;
  }

  .m-circle2 .circle-text-common{
  }

  .m-circle3 .circle-text-common{    margin-top: 34px;
  }

  .m-circle4 .circle-text-common{ margin-top: 32px;
  }

  .alert-data {
    margin-top: 45px;
  }

  .white-btn{
    width: 220px;
    height: 47.7px;
    padding: 15.3px 42.3px 22.3px 43.7px;
    font-size: 14.6px;
    margin: 44px auto;
  }

  .regular-heading{
    font-size: 17.6px;
  }

  .dot{
    margin-left: -4px;
  }

  .complete-alert h1{
    margin-left: 11px;
  }

  .topics-alert-heading{
    padding-left: 10px;
  }

  .login-form {
    max-width: 500px;
    margin-left: 0px;
  }

  .WHITE-ALERT{
    margin: 29px 25px 28px 27.7px;
  }

  .login-form .btn-submit{
    padding: 22px 68px 22px 68px;
  }

  .kpi-col{
    width:50%;
  }

  .content-pad{
    padding: 2%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .lg-mrgl39{
    margin-left: 39px;
  }

  .lg-mrg-r50{
    margin-right: 50px;
  }

  .content-pad{
    padding: 0 39px 0px 39px;
  }
}

@media  (max-width: 1200px) {
  .heading1{
    font-size: 18px;
    margin: 25px auto 25px auto;
  }

  .welcome-text {
    padding-top: 10px;
    padding-bottom: 50px;
    padding: 10px;
  }

  .welcome-text p{
    font-size: 14px;
  }

  .welcome-text .poursuivre {
    margin-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
    height: 47px;
    min-width: 170px;
    padding: 0px;
  }

  .create-edit-alert{
    display: flex;
  }

  .warning-modal .create-edit-alert .btn-styles {
    height: 50px;
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 175px;
    width: auto;
  }
}

@media  (max-width: 1300px) {
  .small-container{
    max-height: 250px;
    overflow-y: scroll;
  }
}

@media  (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}

@media  (max-width: 1400px) {
  .sidebar-wrapper .sidebar-header {
    margin-bottom:65px;
  }

  .staff-form select, input[type=text] {
    padding: 1rem .75rem;
    font-size: 20px;
  }
}

@media (max-width: 1600px) {
  .staff-form select, input[type=text] {
    padding: 1rem .75rem;
    font-size: 20px;
  }

  .welcome-container .login-welcome-text {
    font-size: 26.5px;
  }

  .login-right-heading1{
    /* margin-top: 30px; */
  }

  .login-right-heading2{
    margin-bottom: 32px;
    margin-top: 20px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1870px;
  }
}

/* Medium devices (landscape tablets, 400px and less) */

@media  (max-width: 450px) {
  .create-edit-alert{
    display: inline-block;
  }

  .warning-modal .create-edit-alert .btn-styles {
    width: 100%;
  }

  .staff-form {
    padding: 10px 10px 20px 10px;
  }

  form label{
    font-size: 14px;
  }

  body .staff-form select, body select, body input[type=datetime-local], body input[type=text]{
    padding: .55rem .55rem;
    font-size: 14px;
    padding-right: 28px;
  }
}

