/*************INSTRUCTION-- THIS IS BASE CSS USING FOR CUSTOM
ELEMNETS LIKE BUTTONS,CHECKBOXES ETC.SO PLEASE DO NOT EDIT THIS.
FOR ANY KIND OF CUSTOMISATION CREATE A SEPARATE CSS FILE********************/

/*****************************************************/
/************   BASE CSS STRUCTURE  ****************\
/**************  @Anil kashyap  **********************\
/*****************************************************/
*, :after, :before {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
}
body{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #555760;
  font-weight: 300;
  line-height: 1.42857143;
  background-color: #fff;
  margin: 0 !important;
  padding: 0 !important;
}
body.modal-open {
  overflow: auto;
}
.wrap    {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nowrap  {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/*******************Fonts families**********************/
.font-primary{
  font-family: 'Roboto', sans-serif !important;
}
.font-secondary{
  font-family: 'poppins', sans-serif;
}
.font400{
  font-weight: 400;
}
.font500{
  font-weight: 500;
}
.font600{
  font-weight: 600 !important;
}
.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font26{font-size: 26px;}
.font28{font-size: 28px;}
.font30{font-size: 30px;}

.font-regular-roboto{
  font-weight: 400;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
.font-regular13-roboto{
  font-weight: 400;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
.font-roboto-regular-14{
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.font-roboto-semimedium-14{
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.font-roboto-medium{
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.font-roboto-semimedium{
  font-weight: 500;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
.font-popins-regular12{
  font-weight: 500;
  font-size: 12px;
  font-family: 'poppins', sans-serif;
}
.font-popins-regular{
  font-weight: 500;
  font-size: 14px;
  font-family: 'poppins', sans-serif;
}
.font-medium{
  font-weight: 500;
  font-size: 16px;
  font-family: 'poppins', sans-serif;
}
.font-semibold{
  font-weight: 500 !important;
  font-size: 19px !important;
  font-family: 'poppins', sans-serif;
}
.font-poipns-medium18{
  font-weight: 500;
  font-size: 18px;
  font-family: 'poppins', sans-serif;
}
.font-poipns-medium24{
  font-weight: 500;
  font-size: 24px;
  font-family: 'poppins', sans-serif;
}
.font-poipns-bold24{
  font-weight: 600;
  font-size: 24px;
  font-family: 'poppins', sans-serif;
}
.font-poipns-medium{
  font-weight: 500;
  font-size: 28px;
  font-family: 'poppins', sans-serif;
}
.font-bold{
  font-weight: 600;
  font-size: 28px;
  font-family: 'poppins', sans-serif;
}
.font-popins36{
  font-size: 36px;
  font-family: 'poppins', sans-serif;
}
/***********Flex*********/
.flex-end{justify-content: flex-end;}
.flex-start{justify-content: flex-start;}


/****************colors*****************************/
:root{
  --theme-color: #be1f55;
  --theme-blue: #009edf;
  --theme-green:#39b549 ;
  --theme-grey:#555760;
  --theme-orange:#ff6364;
  --theme-red:#e93e5b;
  --theme-black:#000;
  --theme-white:#fff;
  --theme-light-grey:#b0b0b0;
}
.green{
  color:#39b549 !important;
}
.theme-blue{
  color:#009edf;
}
.grey{
  color: #555760;
}
.orange{
  color: #ff6364;
}
.orange-state{
  color: #ff7819;
}
.red{
  color:#e93e5b;
}
.red-light{
  color: #ff6364;
}
.blue{
  color: #be1f55;
}
.black{
  color: #000;
}
.white{
  color: #fff;
}
.yellow{
  color: #fab654;
}

.light-grey{color: #b0b0b0;}

.dark-grey{color: #4c5766;}

.bg-white{background-color: #fff;}

.bg-theme-blue{background-color: #009edf;}

/*************************************************************************************/
/*********************************Calendar overwrite css***********************************/
/*************************************************************************************/
.datepicker.datepicker-dropdown .datepicker-days{
  padding: 0.5rem !important;
}
.datepicker.datepicker-dropdown {
  max-width: 359px;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.datepicker-switch,
.datepicker.datepicker-inline .datepicker-days table.table-condensed thead tr th.datepicker-switch {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.prev,
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.next{
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th{
  padding: .1rem 0;
}
.datepicker th {height: 10px;}
/*************************************************************************************/
/*********************************Custom Elements css***********************************/
/*************************************************************************************/

/*********CUSTOM ELEMENT - CHECK BOX -REF-LOGIN PAGE ******************/
.custom_checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ccc;
}

.custom_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom_checkbox input:checked ~ .checkmark {
  background-color: #be1f55;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom_checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio-button__input{
  height: 25px;
  width: 25px;
}

.form-control, .asColorPicker-input, .dataTables_wrapper select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=number],
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-search__field,
.typeahead, .tt-query, .tt-hint ,input.form-control{
  display: block;
  width: 100%;
  padding: 0.875rem 1.375rem;
  font-size: 14px;
  line-height: 1;
  color: #495057;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
}
.form-control:focus{
  border-color: #9b9b9b !important;
  background-color: #fff;
}
.help-block{font-weight: 400;}
.has-error .help-block, .has-error .control-label,.has-error .form-control,.has-error .form-control:focus {
  color: #a94442 !important;
}
select.form-control{
  padding: 0.875rem 1.375rem !important;
}
select.form-control:not([size]):not([multiple]){height: calc(2.25rem + 9px);}
.form-control.form__field{
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  border-radius: 0;
}
.form-control.form__field::placeholder,.form-control.form__field::-moz-placeholder,.form-control.form__field::-webkit-input-placeholder{
  color: #a7a5a5;
  opacity: 1;
}
.form__field:focus {
  box-shadow: none;
  border-bottom:1px solid #b2b2b2 !important;
}

textarea.form-control {
  border: 1px solid #9b9b9b !important;
}

/*****************************************/
/***********Links*****************************/
/*****************************************/
/******Default links*******/

a{
  color: #000;
}

/******Hover links*******/

a:hover,a:active{
  color: #000;
  text-decoration: none;
}


/*********************************************/
/*********Global classes********************/
/*********************************************/
.full-width{
  width:100%;
}

.img-responsive{
  max-width: 100%;
}
.text-center{
  text-align: center !important;
}
.justify-content-evenly{
  justify-content: space-evenly !important;
}
.flex-vertical-center{
  display: flex;
  align-items: center;
}
.align-center{
  text-align: center;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 0px;
}
ul{
  padding-left: 0;
}

.vh100{
  height: 100vh;
}

.justify-content-between{
  justify-content: space-between !important;
}

._3PG6Wd {
  width: 100%;
  position: relative;
}
._12iFZG {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0px;
}
.min-page-height-container{
  min-height: 840px;
}
/*****************************************/
/***********Button*************************/
/*****************************************/


/****base of every btn*********/
.custom-btn{
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 24px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

/**************************************************************************/
/****************HOVER EFFECTS FOR BUTTONS*************************/
/**************************************************************************/
button.btn::before,
button.btn::after,
button.btn-primary-square::after,
button.btn-primary-square::before ,
.btn-red_hollow::after,
.btn-red_hollow::before {
  content: "";
  position: absolute;
  z-index: -1;
  color: #fff !important;
}
button.btn.btn-blue::before,
button.btn.btn-blue::after ,
button.btn.btn-primary::after ,
button.btn.btn-primary::before,
.btn-primary-square.btn-blue::after,
.btn-primary-square.btn-blue::before,
.btn-primary-square.btn-primary::after,
.btn-primary-square.btn-primary::before{
  background: #8b0331;
}
button.btn.btn-red::before,
button.btn.btn-red::after,
.btn-primary-square.btn-red::after,
.btn-primary-square.btn-red::before {
  background: red;
}
button.btn.btn-dark::before,
button.btn.btn-dark::after,
.btn-primary-square.btn-dark::after,
.btn-primary-square.btn-dark::before {
  background:#5a5a5a;;
}
button.btn.btn-green::before,
button.btn.btn-green::after,
button.btn.btn-success::before,
button.btn.btn-success::after,
.btn-primary-square.btn-green::after,
.btn-primary-square.btn-green::before  {
  background: green;
}
button.btn.btn-orange::before,
button.btn.btn-orange::after ,
.btn-primary-square.btn-orange::after,
.btn-primary-square.btn-orange::before{
  background: orange;
}
button.btn.btn-lightgrey::before,
button.btn.btn-lightgrey::after ,
.btn-primary-square.btn-lightgrey::after,
.btn-primary-square.btn-lightgrey::before{
  background: rgb(202, 201, 200);
}
button.btn.btn-themeblue::before,
button.btn.btn-themeblue::after,
.btn-primary-square.btn-themeblue::after,
.btn-primary-square.btn-themeblue::before {
  background: rgb(6, 143, 197);
}
button.btn.btn-white::before,
button.btn.btn-white::after,
.btn-primary-square.btn-white::after,
.btn-primary-square.btn-white::before {
  background: rgb(234, 235, 235);
}
.btn__white-hollow::after,
.btn__white-hollow::after{
  background: rgb(202, 201, 200);
}
.btn-red_hollow::after,
.btn-red_hollow::before{
  background: #feddde;
}

.btn::after ,button.btn-primary-square::after ,.btn__white-hollow::after,.btn-red_hollow::after {
  height: 100%;
  left: -42%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.btn:hover:after ,button.btn-primary-square:hover::after ,button.btn__white-hollow:hover::after ,.btn-red_hollow:hover::after {
  height: 100%;
  width: 135%;
  color: #fff !important;
}

button.btn ,button.btn-primary-square ,button.btn__white-hollow ,.btn-red_hollow {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
/**************************************************************************/
/****************HOVER EFFECTS FOR BUTTONS ENDS HERE*************************/
/**************************************************************************/
.btn-primary:hover ,.btn-primary:focus,.btn-primary:active ,.btn-primary:not(:disabled):not(.disabled):active:focus{
  background-color: #2657af;
  color: #fff;
  border-color: transparent;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary-square{
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 24px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-family: 'poppins', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary ,.btn-blue{  background-color: #be1f55 !important;}

.btn-green{background: #39b549;color: #fff;}

.btn-themeblue{background: #009edf;color: #fff;}

.btn-red{background: #ff6364;}

.btn-grey{background: #a1a0a0;}

.btn-orange{background: #ff7819 !important; color: #fff;}

.btn-white{background: #fff; border-color: #000;color: #000; }

.btn-lightgrey{background: #e0e9f0;color: #000; }

.btn-red_hollow{background: #fff; color:#ff6364; border-color: #ff6364; }

.btn-green_hollow{background: #fff; color:#39b549; border-color: #39b549; }

.btn-themeblue_hollow{background: #fff; color:#009edf; border-color: #009edf; }

.btn-lightgrey_hollow{background: #fff; color:#e0e9f0; border-color: #e0e9f0; }

.btn-blue_hollow{background: #fff; color:#be1f55; border-color: #be1f55; }

/****Large Btn******/
.btn-lg {
  padding: 10px 36px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 40px;
}
.btn-sm{
  padding: 5px 8px !important;
  font-size: 13px !important;
  line-height: 1.3333333;
  border-radius: 40px;
  min-width: 70px;
}

/******Default btn********/
.btn__default {
  color: #fff;
  background-color: #be1f55;
  border-color: #be1f55;
}

/*******Default btn on hover state*********/
.btn__default.focus, .btn__default:focus, .btn__default:hover {
  color: #fff;
  background-color: #be1f55;
  border-color: #be1f55;
}

/*******White btn on hover state*********/
.btn__white-hollow.focus,.btn__white-hollow, .btn__white-hollow:focus, .btn__white-hollow:hover{
  /*color: #009edf;*/
  color: #555760;
  background-color: rgba(13,13,13,0);
  border-color: #555760;
  outline: none;
  outline-color: transparent;
}
.btn__blue-hollow.focus,.btn__blue-hollow, .btn__blue-hollow:focus, .btn__blue-hollow:hover{
  color: #009edf;
  background-color: rgba(13,13,13,0);
  border-color: #009edf;
  outline: none;
  outline-color: transparent;
}

.btn.btn-dark.btn-rounded.btn-fw.btn-small {
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-success.btn-rounded.btn-fw.btn-small {
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-info.btn-rounded.btn-fw.btn-small {
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  font-weight: 500;
}
.btn.fix-widthbtn {
  min-width: 228px;
}
/*****************************CUSTOM SPCAERS****************************/
.mr3{margin-right: 3px;}
.mr6{margin-right: 6px;}
.mr12{margin-right: 12px;}
.mt5{
  margin-top: 5px;
}

.mt10{
  margin-top: 10px;
}

.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}

.mt30{
  margin-top: 30px;
}

.mt40{
  margin-top: 40px;
}

.mt45{
  margin-top: 45px;
}

.mt50{
  margin-top: 50px;
}
.mb0{
  margin-bottom: 0 !important;
}
.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}
.mb35{
  margin-bottom: 35px;
}
.mb50{
  margin-bottom: 50px;
}
.mb40{
  margin-bottom: 40px;
}
.mb15{
  margin-bottom: 15px;
}
.mgtb15{
  margin:15px 0;
}
.mgtb20{
  margin:20px 0;
}
.mgtb30{
  margin:30px 0;
}
.m10{margin: 10px;}
.p0{padding: 0;}
.p10{padding: 10px;}
.p15{padding: 15px;}
.p20{padding: 20px;}
.p25{padding: 25px;}
.p30{padding: 30px;}
.pr3{padding-right: 3px;}
.pr6 {
  padding-right: 6px;
}
.pr12 {
  padding-right: 12px;
}
.pt10{
  padding-top: 10px;
}
.pb10{
  padding-bottom: 10px;
}
.pl10{
  padding-left: 10px;
}
.pr10{
  padding-right: 10px;
}
.pt15{
  padding-top: 15px;
}
.pl15{
  padding-left: 15px;
}
.pl35{
  padding-left: 35px;
}

/****************************Bootstrap spacers****************************/
.w-25 {
  width: 25% !important;
}
.w-40{
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/**************************************************************************/
/**************************Tables styles*************************************/
/**************************************************************************/
table.table.table-white {
  border: 1px solid #d3e0e9;
  background: #fff;
}

/*************************************************************/
/*****************************Custom typehead form filed******************************/
/*************************************************************/
.toll-ins-block-box {
  max-width: 740px;
}
span.twitter-typeahead{width: 100%;}
.twitter-typeahead input.typeahead.tt-input::placeholder,
.twitter-typeahead input.typeahead.tt-input::-webkit-input-placeholder ,
.twitter-typeahead input.typeahead.tt-input::-moz-placeholder{color: #c8c8c8;}
.twitter-typeahead input.typeahead.tt-input-small, .twitter-typeahead select.typeahead.tt-input-small {
  position: relative;
  vertical-align: top;
  background-color: transparent;
  border-radius: 4px;
  padding: 0.4875rem 0.75rem;
  border-color: #9b9b9b;
  height: 33px;
  display: block;
  width: 100%;
  line-height: 1;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #9b9b9b;
  font-weight: 400;
  font-size: 0.8125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.twitter-typeahead input.typeahead.tt-input ,.twitter-typeahead select.typeahead.tt-input {
  position: relative;
  vertical-align: top;
  background-color: transparent;
  border-radius: 4px;
  padding: 0.6035rem;
  border-color: #9b9b9b;
  height: 45px;
  display: block;
  width: 100%;
  line-height: 1;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #9b9b9b;
  font-weight: 400;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.typeahead ,.textarea.typeahead.tt-input{border-color:#9b9b9b !important; }
.twitter-typeahead input.typeahead.typeahead-sm,.twitter-typeahead select.typeahead.typeahead-sm{padding: 5px; height: 37px;border: 2px solid #c8c8c8;margin-bottom: 0;}
.twitter-typeahead span.typeahead.typeahead-sm{
  border-radius: 4px 0 2px 4px;
  padding: 10px 3px 0 3px;
  height: 37px;
  border: 2px solid #9b9b9b;
  margin-bottom: 0;
}
.twitter-typeahead input.typeahead::placeholder ,.twitter-typeahead select.typeahead::placeholder{
  color: grey !important;
}
.twitter-typeahead label {
  font-size: 14px;
  color: #000;
  margin-bottom: 4px;
  font-weight: 400;
}

.datepicker {padding: 0;}
.datepicker .form-control{
  line-height: 1;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #9b9b9b;
  font-weight: 400;
  font-size: 0.8125rem;
  vertical-align: top;
  background-color: transparent;
  border-radius: 4px;
  padding: 0.875rem 1.075rem !important;
  border-color: #9b9b9b;
  height: 45px;
  padding: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group label {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #555760;
  /* line-height: 0; */
}
select.form-control.rect-customselectbox ,input.form-control.rect-customselectbox{border-radius: 4px;border-color: #9b9b9b;height: calc(2.875rem + 0px) !important; margin-bottom: 10px;}
/*************************************************************/
/***********CUSTOM ELEMENT -Custom form fileds css*****************************/
/*************************************************************/
/*  input[type="email"], input[type="text"]{box-shadow: none; border-radius: 0;}*/
.custom-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.custom-form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  /*  width: 50%;*/
}

.custom-form__field {
  box-shadow: none; border-radius: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #9b9b9b;
  outline: 0;
  line-height: 1;
  font-size: 14px;
  padding: 7px 0;
  background: transparent;
  color: #555760;
  transition: border-color 0.2s;
}
.form-control.custom-form-control {
  box-shadow: none;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border-color: #9b9b9b;
  padding: 7px 0;
}
.custom-form__field::placeholder {
  color: transparent;
}
.custom-form__field:placeholder-shown ~ .custom-form__label {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: inherit;
  cursor: text;
  top: 20px;
  pointer-events: none;
}
.custom-form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 14px;
  color: #555760;
}

.custom-form__field:focus {
  padding-bottom: 6px;
  box-shadow: none;
  border-color: #9b9b9b !important;
}
.custom-form__field:focus ~ .custom-form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: inherit;
  font-weight: 400;
}


/****Customised input group (Health ins- health details section)********/
span.input-group-text.igt-customisation {
  padding: 0px 6px;
  border-radius: 4px;
  background: transparent;
}
input.form-control.igt-input-customisation {
  padding: 10px 7px;
}
.border-left-none{border-left: none;}
/*************************************************************/
/******customised gender selection -used in taoll screen****/
/*************************************************************/
.middle {
  width: 100%;
}
.middle input[type="radio"] {
  display: none;
}
.middle input[type="radio"]:checked + .box {
  background-color: #009edf;
  border: 1px solid #009edf;
}
.middle input[type="radio"]:checked + .box span {
  color: white;
  transform: translateY(17px);
}

.middle .box {
  width: 92px;
  height: 40px;
  background-color: #fff;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border: 1px solid #9b9b9b;
  border-radius: 7px;
  margin: 0;
}
.middle .box span {
  position: absolute;
  transform: translate(0, 17px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 14px;
  user-select: none;
  color: #555760;
}
.middle.middle-radio .box span {
  position: absolute;
  transform: translate(0, 10px);
}
.middle.middle-radio input[type="radio"]:checked + .box span {
  color: white;
  transform: translateY(10px);
}

/***********************************************************************************/
/****************Dynamic file upload css added through jquery - application js******/
/**********************************************************************************/
.customfile-input {
  position:     absolute;
  height:       100px;
  cursor:       pointer;
  background:   transparent;
  border:       0;
  opacity:      0;
  -moz-opacity: 0;
  filter:       progid:DXImageTransform.Microsoft.Alpha(opacity = 0);
  z-index:      999;
}

.customfile {
  background:            transparent;
  cursor:                pointer;
  overflow:              hidden;
  padding:               5px;
  border:                1px solid #9b9b9b;
  -moz-border-radius:    4px;
  -webkit-border-radius: 4px;
  border-radius:         4px;
  position:              relative;
  white-space: nowrap;
}

.customfile-feedback {
  margin:     1px 1px 1px 5px;
  font-size:  1.2em;
  color:      #000;
  padding:    .3em .6em;
}
.customfile-feedback-populated {
  color:        #aaa;
  font-style:   normal;
  font-weight:  300;
  padding-left: 20px;
}
.customfile-button {
  background: transparent;
  color: #be1f55;
  font-weight:400;
  font-family: 'Roboto', sans-serif;
  float:right;
  padding:               .3em .6em;
  text-align:            center;
  text-decoration:       none;
  font-size:16px;
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  border-radius:         5px;
}


/******************************************************/
/*************Special radio button (health ins customer details)************/
/************************************************************/
.can-toggle {
  position: relative;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 12px;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
  transform: translate3d(65px, 0, 0);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  -webkit-box-flex: 0;
  flex: 0 0 134px;
  border-radius: 21px;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 0px 21px 21px 0px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
  color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after {
  color: #2b2b2b;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
  color: #62b125;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
  background-color: #75d32d;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  color: #5da924;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch {
  background-color: #69be28;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after {
  color: #52941f;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  -webkit-box-flex: 1;
  flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: #ff6364;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
  -webkit-transform: translate3d(58px, 0, 0);
  transform: translate3d(58px, 0, 0);
}
.can-toggle.demo-rebrand-2 label {
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 39px;
  -webkit-box-flex: 0;
  flex: 0 0 101px;
  /* width: 70px; */
  border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  left: 60px;
  font-size: 13px;
  line-height: 39px;
  width: 35px;
  padding: 0 5px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 30px;
  width: 39px;
  line-height: 35px;
  font-size: 13px;
}
/*************************************************************/
/********************For Date icon in input*************************/
/**************************************************************/
.date-container {
  position: relative;
}
.date-button {
  position: absolute;
  top: 12px;
  right: 11px;
  width: 25px;
  height: 25px;
  background: transparent;
  pointer-events: none;
}
.date-button button {
  border: none;
  background: transparent;
}

/********************************************************************/
/********************Blue / theme-blue checkboxes*************************/
/**************************************************************/
.global-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.global-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.global-checkbox-container .checkmark-aligned{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
}
.global-checkbox-container:hover input ~ .checkmark-aligned ,.global-checkbox-container .checkmark-aligned{
  background-color: #ccc;
}
.global-checkbox-container input:checked ~ .checkmark-aligned.blue-check {
  background-color: #be1f55;
}
.global-checkbox-container.themeblue-check input:checked ~ .checkmark-aligned {
  background-color: #009edf;
}
.global-checkbox-container .checkmark-aligned:after {
  content: "";
  position: absolute;
  display: none;
}
.global-checkbox-container input:checked ~ .checkmark-aligned:after {
  display: block;
}
.global-checkbox-container .checkmark-aligned:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*********************************************************/
/********************Multistep sidebar global*************************/
/**************************************************************/
.subdropdown-container {
  display: none;
  background-color: #fff;
  padding-left: 8px;
}
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
.sub-sidenav-main a:hover ,.sub-sidenav-main a:active ,.subdropdown-btn:hover{
  color: #000;
}
.sub-sidenav-main a, .subdropdown-btn {
  padding: 6px 8px 6px 16px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-size: 13px;
  color: #999999;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  overflow-wrap: break-word;
}
/************************************************************/
/********************Global Alerts*************************/
/**************************************************************/
.universal-alert-modal{border: 0;border-radius: 9px;}
.universal-alert-wrapper{width: 100%; display: inline-flex;}
.universal-alert-icon_block{
  padding: 20px;
  width: 70px;
  border-radius: 8px 0 0 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.universal-error-icon_bg{background-color: #ff6364;}
.universal-info-icon_bg{background-color: #009edf;}
.universal-success-icon_bg{background-color: #39b549;}
.universal-alert-icon{ position: absolute;width: 30px;  text-align: center;}
.universal-alert-content{padding: 7px 20px;width: calc( 100% - 50px);border-radius: 0px 8px 8px 0px;}
.universal-error-bg{background: #ffe5e5;}
.universal-info-bg{background: #e4f6fd;}
.universal-success-bg{background: #e2f3e4;}
/************************************************************/
/********************Global service toggle sidebar services*************************/
/**************************************************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#cssmenu #head-mobile {
  display: none
}

#cssmenu {
  background: #fff;
  display: none;
}

#cssmenu > ul > li > a {
  text-decoration: none;
  color: #68768b;
  font-size: 16px;
  padding: 1px 15px;
  margin: 0px;
  letter-spacing: 1px;
  font-family: 'poppins', sans-serif;
  font-weight: 500;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.d_active a {
  color: #39b549 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  color: #8a8a8e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs.new-menu-phone li{background: #fff;}
@media screen and (max-width:1024px) {

  #cssmenu {
    position: relative;
    display: block;
    width: 100%;
  }

  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }
  #cssmenu ul li:hover {
    background: #fff;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,

  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button.service-toggle {
    width: 55px;
    height: 46px;
    position: absolute;
    left: 4px;
    top: 0;
    cursor: pointer;
    z-index: 4;
  }
  .button.service-toggle:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    content: '';
  }
  .button.service-toggle:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #000;
    content: '';
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #000;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 57px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #31333b;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 28px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 25px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  #cssmenu > ul > li.has-sub > ul > li.active > a,

}

/*************************************************************/
/************MEDIUM SIZE MODEL*******************************/
/*************************************************************/
@media (min-width: 992px) {
  .modal-md {
    max-width: 65%;
  }
}
/*************************************************************/
/********************Theme Overwrite*************************/
/**************************************************************/
.form-check .form-check-label input[type="radio"] + .input-helper:before {
  border:solid #be1f55 !important;
}
.form-check .form-check-label input[type="radio"] + .input-helper:after{
  background:  #be1f55 !important;
}
.card.custom-card{
  box-shadow: none;
}
.border-bottom-one{
  border-bottom:1px solid #9b9b9b;
}
.card.box-shadow-none{box-shadow: none;}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.form-control.file-upload {
  padding: 0.755rem 1.375rem;
}
.blue-strip-bg{background: #be1f55;}
.greybg-below-bluestrip{background: #e1e7ee;}
.date-container .twitter-typeahead input.typeahead.tt-input{width: 200px;}
.table.border0{border:0 !important;}
ul.social-icons-list li{list-style: none;display: inline-block;padding: 5px;}