.pvg-card-section-header {
    color: #fff !important;
    background-color: #000;
    border-color: #000 !important;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 5px;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-top: -1px; /* Adjust this value to eliminate the gap */
    padding-top: 1px; /* Add a bit of top padding to maintain space in the
}
.pvg-card-section-header p {
    color: #fff;
	padding-bottom: 5px;
	font-size: 18px;
	 font-weight: 600;
}

.select2-nos {
    /*height: 40px;
    font-size: 16px;*/
	
}

label {
  font-weight: 600;
  margin-bottom: 3px;
  color: #222;
  font-size: 16px !important;
}
.required-field {
    content: "*";
    color: red;
    margin-left: 2px;
}

.form-group.pvg-required .control-label:after {
  content:"*" !important;
  color:red !important;
  margin-left: 3px;
}

.q-tip{
	padding-right: 10px;
}
.big-pv-btn-green{
    margin-bottom: 20px  !important;;
    width: 170px !important;;
    text-align: center !important;;
    background: #009345 !important;;
    color: #ffffff !important;;
    font-size: 1.4rem !important;;
    height: 60px !important;;
    padding: 0 !important;;
    font-weight: 700 !important;;
    font-family: "Roboto", sans-serifv;
    text-transform: uppercasev;
    border-radius: 5px !important;
    border: 0 !important;;
    outline: none !important;;
    -webkit-box-shadow: none !important;;
    box-shadow: none !important;;
}

.big-pv-btn-red{
    margin-bottom: 20px  !important;;
    width: 170px !important;;
    text-align: center !important;;
    background: #FF0000 !important;;
    color: #ffffff !important;;
    font-size: 1.4rem !important;;
    height: 60px !important;;
    padding: 0 !important;;
    font-weight: 700 !important;;
    font-family: "Roboto", sans-serifv;
    text-transform: uppercasev;
    border-radius: 5px !important;
    border: 0 !important;;
    outline: none !important;;
    -webkit-box-shadow: none !important;;
    box-shadow: none !important;;
}
/* Custom styling for DataTable pagination buttons 
.dataTables_paginate .paginate_button {
  background-color: #4caf50 !important;
  color: white !important;
  padding: 8px 12px !important;
  margin: 0 2px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}

.dataTables_paginate .paginate_button:hover {
  background-color: #45a049 !important;
}

.dataTables_paginate .paginate_button.disabled {
  background-color: #ccc !important;
  cursor: not-allowed !important;
}

.dataTables_paginate .paginate_button.current {
  background-color: #2e7d32 !important;
}
*/
/* Custom styling for DataTable pagination buttons */
/* Custom styling for DataTable pagination buttons */

.card-header-pvg {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.inst-typeimg{
    
     padding-bottom:15px; 
    padding-right:5px;
}
.wload-img{
    padding-bottom: 15px;  
    width:100% !important;
	
    
}

.signage-img{
    /*padding-bottom: 15px;  
    width:100% !important;*/ 
	/*border:solid;
	border-width: thin;
	border-color: #000000;
	border-radius: 5px;
	width:100% !important;*/
	padding: 0px !important;
		
    
}
.pvg-frm-elem{
	/*height: 50px !important;*/
	font-size: 17px !important;
}	

.dataTables_paginate .paginate_button {
  background-color: #4caf50 !important;
  color: white !important;
  padding: 8px 12px !important;
  margin: 0 2px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}

.dataTables_paginate .paginate_button:hover {
  background-color: #45a049 !important;
  color: white !important; /* Add this rule to handle text color on hover */
}

.dataTables_paginate .paginate_button.disabled, 
.dataTables_paginate .paginate_button.disabled:hover {
  background-color: #ccc !important;
  color: #999 !important; /* Add this rule to handle text color for disabled buttons */
  cursor: not-allowed !important;
}

.dataTables_paginate .paginate_button.current {
  background-color: #2e7d32 !important;
  color: white !important; /* Add this rule to handle text color for the current active button */
}


/* Custom styling for DataTables HTML5 buttons */
.dt-buttons {
  margin-bottom: 10px !important;
}

.dt-buttons button {
  /* Button styles */
  border: none !important;
  background-color: #4caf50 !important;
  color: white !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  border-radius: 4px !important;
  height: 30px !important; /* Adjust the height as desired */
}

.dt-buttons button:hover {
  background-color: #45a049 !important;
  cursor: pointer !important;
}

/* Additional styles for specific buttons */
.dt-buttons .buttons-collection {
  background-color: #f44336 !important;
  margin-right: 10px !important;
}

.dt-buttons .buttons-collection:hover {
  background-color: #d32f2f !important;
}

.dt-buttons .buttons-collection.active {
  background-color: #c62828 !important;
}


/* Target the search input */
.dataTables_filter input {
  /* Your CSS styles here */
  width: 300px !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  background-color: #f8f8f8 !important;
}

/* Target the search input placeholder text */
.dataTables_filter input::placeholder {
  color: #999 !important;
}

/* Target the search input on focus */
.dataTables_filter input:focus {
  outline: none !important;
  border-color: #66afe9 !important;
  box-shadow: 0 0 5px #66afe9 !important;
}

/*css for panels same height*/
.row.row-xs {
  display: flex;
  flex-wrap: wrap;
}

.row.row-xs > [class^="col-lg-"] {
  display: flex;
  flex-direction: column;
}

.card.card-body {
  flex: 1;
}
.widget-block-no-top-margin {
    position: relative;
}

.btn-add-button {
    position: absolute;
    top: 0;
    right: 0;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
/*modal text*/
.modal-text{
	font-size: 13px;
}
/* Styling for the button */
.floating-button {
      position: fixed;
      bottom: 50%;
      right: 0;
	  display: inline-block;
      transform: translateY(50%);
      background-color: #000;
      color: #fff !important;
      padding: 10px 20px;
      border: 5px #000;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	  z-index: 100000;
}
.float-total{
	color: #fff !important;
	font-size: 20px;
	margin-bottom: 0px;
}
.text-photo-header {
  min-height: 60px !important;
}
/*cstom tooltip*/
/* Custom CSS to change tooltip color to blue */
.custom-tooltip .tooltip-inner {
  background-color: blue;
  color: white; /* Optional: Change text color to white for better contrast */
}

/* Optional: Style the tooltip arrow */
.custom-tooltip .tooltip-arrow {
  border-bottom-color: blue;
}

.btn-notice-action{
	padding-left: 20px !important;
}
/*photo uploads*/
.ulbox {
    display: inline-block;
    width: 150px;
    height: 60px;
    background-color: white;
    /*border: 4px dashed #B5B5B5;
    color: #B5B5B5;
    font-size: 50px;*/
    text-align: center;
    padding: 5px;
    cursor: pointer;
}
.file_button_added {
    background: url(../img/card/photos/change_photo_pvg.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;

}
.file_button_removed {
    background: url(../img/card/photos/upload_photo_pvg.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ass_button_added {
    background: url(../img/card/photos/reg_doc_check.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ass_button_removed {
    background: url(../img/card/photos/reg_doc_click.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
}
.boxes {
    border: solid 2px #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
}

/*checks on accordion titles*/
.accordion-icon {
  float: right;
}

.accordion-icon i {
  margin-left: 5px;
}

/*.dt-button buttons-copy */
.buttons-html5{
	/*display: block;*/
    background-color: #448445;
    padding: 9px 20px;
    line-height: 0.5;
    color: #fff;
    border-radius: 0.25rem;
	
}
.section-label{
	
	padding-top:10px;
	padding-bottom: 15px !important;
	/*margin-top: 20px;
	padding-left: 5px;*/
	padding-bottom: 10px;
	font-weight: 600;
    margin-bottom: 3px;
    color: #222;
    font-size: 18px;
}
.jFiler {
	font-family: inherit;
}

.widget-block-no-top-margin{


	padding-top: 10px !important;
	padding-bottom: 10px !important;
	 padding: 10px;
	 border: 1px solid rgba(72, 94, 144, 0.16);
}
.widget-block{
	margin-top: 10px;

	padding-top: 10px !important;
	 padding: 10px;
	 border: 1px solid rgba(72, 94, 144, 0.16);
}
.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #448445 !important;
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #448445 !important;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0,0,255,0.3);
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #448445 !important;
    color: white;
    border-radius: 4px;
}
@media (min-width: 1200px)
.pvc-range-slider {
    padding: 25px;
}
@media (min-width: 992px)
.pvc-range-slider {
    padding: 20px;
}

.pvc-range-slider {
	width: 100%;
    font-size: 0.875rem;
    letter-spacing: normal;
    padding: 10px;
    /*background-color: #fff;*/
    border: 1px solid rgba(72, 94, 144, 0.16);
    position: relative;
}

@media only screen and (max-width: 480px) {
  .step_widget_image{
    width: 100%;
  }
}

.step_widget_image{
	width:100%;
	max-width:100%;
    height:auto;
	display: grid;
    place-items: center;
	margin:auto;
}
.step_allignment {
      display: grid;
      place-items: center;
    }

.c-rows{
	    border: 1px solid rgba(72, 94, 144, 0.16) !important;
    padding: 20px !important;
}

.sborder{
	    border: 1px solid rgba(72, 94, 144, 0.16) !important;
    padding: 15px 20px !important;
	
}
.panel-footer.panel-custom {
	    border: 1px solid rgba(72, 94, 144, 0.16) !important;
    padding: 15px 20px !important;
    /*background: red !important;
    color: white !important;*/
}
/*Password toggle */
.form-group.pass-block .pass-toggler-btn {
  position: absolute;
  top: 29px;
  right: 15px;
  font-size: 1.8rem;
}

.form-group.pass-block .pass-toggler-btn i {
  cursor: pointer;
  color: #546274;
}

.form-group.pass-block .pass-toggler-btn #eye-slash {
  display: none;
}

.form-group.pass-block .error-block {
  position: absolute;
  top: 9px;
  right: 15px;
}

.form-group.pass-block .error-block:hover .validation-requirement {
  visibility: visible;
  opacity: 1;
}

.form-group.pass-block .error-block .icon.incomplete-pass i {
  color: #fa7474;
}

.form-group.pass-block .error-block .icon i {
  font-size: 1.4rem;
}

.form-group.pass-block .error-block .validation-requirement {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9;
  position: absolute;
  top: -10px;
  left: calc(100% + 10px);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.12);
  min-width: 260px;
  border-radius: 5px;
}

.ugf-content form .form-group.pass-block .error-block .validation-requirement:before {
  position: absolute;
  top: 10px;
  left: -8px;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-box-shadow: 0px -5px -30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px -5px -30px 0px rgba(0, 0, 0, 0.12);
  border-right: 8px solid #ffffff;
}

.ugf-content form .form-group.pass-block .error-block .validation-requirement ul {
  padding: 20px 30px;
  margin: 0;
  list-style: none;
}

.ugf-content form .form-group.pass-block .error-block .validation-requirement ul li {
  font-size: 1.3rem;
  font-weight: 400;
  color: #546274;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-left: 25px;
}

.ugf-content form .form-group.pass-block .error-block .validation-requirement ul li + li {
  margin-top: 5px;
}

.ugf-content form .form-group.pass-block .error-block .validation-requirement ul li.incomplete-item:before {
  color: #d3d3d3;
  content: url(../globals/assets/img/login/check-grey.svg);
}

.ugf-content form .form-group.pass-block .error-block .validation-requirement ul li:before {
  content: url(./globals/assets/img/login/check-green.svg);
  margin-right: 10px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}


.c-t-1{
   background-color: #25AAE1 !important;
   color: white !important;
}
.c-t-2{
   background-color: #EE582C !important;
   color: white !important;
}
.c-t-3{
   background-color: #D91B5C !important;
   color: white !important;
}
.c-t-4{
   background-color: #8DC63F !important;
   color: white !important;
}
.c-t-5{
   background-color: #00AD8B !important;
   color: white !important;
}


.pipeline-item .pi-foot .tags {
  line-height: 1;
}

/*body {
  
	font-family: "Roboto" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    text-transform: inherit !important;
	
}

h2 {
    font-family: "Roboto" !important;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.05em;
    text-transform: inherit;
}

h4 {
    font-family: "Roboto" !important;
    font-weight: 600 !important;
    text-transform : inherit;
	font-size: 16px !important;
    margin-bottom: 20px;
}

h3 {
    font-family: "Roboto" !important;
    font-weight: 600 !important;
 
}
*/
.client-name{
	
	font-family: "Roboto" !important;
	color: #343A40 !important;
    font-weight: 600 !important;
	font-size: 14px !important;
    /*margin-bottom: 10px !important;*/
	padding-bottom: 5px !important;
}
.task-descr{
	font-family: "Roboto" !important;
    font-weight: 600 !important;
}
.card-titlez{
	 /*font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;*/
	color: #fff !important;
	
}
.draggable { 
 
  padding: 0.5em;
  margin: 10px;
  border: 1px solid #000;
  background-color: #fff;
}

.droppable {
 
  min-height: 120px;
  padding: 0.5em;
  float: left;
  margin: 10px;
  border: 1px solid #000;
}
.form-row2 {
  display: flex;
  /*flex-wrap: wrap;*/
  margin-right: -5px;
  margin-left: -5px; }
  .form-row2 > .col,
  .form-row2 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; 
}

.flot-chart {
  height: 150px;
  margin-left: -15px;
  margin-right: -13px; }
  @media (min-width: 576px) {
    .chart-two .flot-chart {
      height: 210px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .chart-two .flot-chart {
      height: 155px; } }
/* Checkbox */
.ckbox {
  font-weight: normal;
  position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 0; }
  .ckbox span {
    padding-left: 15px; }
    .ckbox span:empty {
      float: left; }
    .ckbox span:before, .ckbox span:after {
      line-height: 18px;
      position: absolute; }
    .ckbox span:before {
      content: '';
      width: 16px;
      height: 16px;
      background-color: #fff;
      border: 1px solid #969dab;
      top: 1px;
      left: 0; }
    .ckbox span:after {
      top: 1px;
      left: 0;
      width: 16px;
      height: 16px;
      content: '';
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
      background-size: 65%;
      background-repeat: no-repeat;
      background-position: 55% 45%;
      background-color: #007bff;
      line-height: 17px;
      display: none; }
    .ckbox span:empty {
      padding-left: 0;
      width: 3px; }
  .ckbox input[type='checkbox'] {
    opacity: 0;
    margin: 0; }
    .ckbox input[type='checkbox']:checked + span:after {
      display: block; }
    .ckbox input[type='checkbox'][disabled] + span,
    .ckbox input[type='checkbox'][disabled] + span:before,
    .ckbox input[type='checkbox'][disabled] + span:after {
      opacity: .75; }

.ckbox-inline {
  display: inline-block; }


.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }


  @media (min-width: 576px) {
    .mg-sm-0 {
      margin: 0px; }
    .mg-sm-0-f {
      margin: 0px !important; }
    .mg-sm-y-0 {
      margin-top: 0px;
      margin-bottom: 0px; }
    .mg-sm-y-0-f {
      margin-top: 0px !important;
      margin-bottom: 0px !important; }
    .mg-sm-x-0 {
      margin-left: 0px;
      margin-right: 0px; }
    .mg-sm-x-0-f {
      margin-left: 0px !important;
      margin-right: 0px !important; }
    .mg-sm-t-0 {
      margin-top: 0px; }
    .mg-sm-r-0 {
      margin-right: 0px; }
    .mg-sm-b-0 {
      margin-bottom: 0px; }
    .mg-sm-l-0 {
      margin-left: 0px; }
    .mg-sm-t-0-f {
      margin-top: 0px !important; }
    .mg-sm-r-0-f {
      margin-right: 0px !important; }
    .mg-sm-b-0-f {
      margin-bottom: 0px !important; }
    .mg-sm-l-0-f {
      margin-left: 0px !important; }
    .mg-sm-1 {
      margin: 1px; }
    .mg-sm-1-f {
      margin: 1px !important; }
    .mg-sm-y-1 {
      margin-top: 1px;
      margin-bottom: 1px; }
    .mg-sm-y-1-f {
      margin-top: 1px !important;
      margin-bottom: 1px !important; }
    .mg-sm-x-1 {
      margin-left: 1px;
      margin-right: 1px; }
    .mg-sm-x-1-f {
      margin-left: 1px !important;
      margin-right: 1px !important; }
    .mg-sm-t-1 {
      margin-top: 1px; }
    .mg-sm-r-1 {
      margin-right: 1px; }
    .mg-sm-b-1 {
      margin-bottom: 1px; }
    .mg-sm-l-1 {
      margin-left: 1px; }
    .mg-sm-t-1-f {
      margin-top: 1px !important; }
    .mg-sm-r-1-f {
      margin-right: 1px !important; }
    .mg-sm-b-1-f {
      margin-bottom: 1px !important; }
    .mg-sm-l-1-f {
      margin-left: 1px !important; }
    .mg-sm-2 {
      margin: 2px; }
    .mg-sm-2-f {
      margin: 2px !important; }
    .mg-sm-y-2 {
      margin-top: 2px;
      margin-bottom: 2px; }
    .mg-sm-y-2-f {
      margin-top: 2px !important;
      margin-bottom: 2px !important; }
    .mg-sm-x-2 {
      margin-left: 2px;
      margin-right: 2px; }
    .mg-sm-x-2-f {
      margin-left: 2px !important;
      margin-right: 2px !important; }
    .mg-sm-t-2 {
      margin-top: 2px; }
    .mg-sm-r-2 {
      margin-right: 2px; }
    .mg-sm-b-2 {
      margin-bottom: 2px; }
    .mg-sm-l-2 {
      margin-left: 2px; }
    .mg-sm-t-2-f {
      margin-top: 2px !important; }
    .mg-sm-r-2-f {
      margin-right: 2px !important; }
    .mg-sm-b-2-f {
      margin-bottom: 2px !important; }
    .mg-sm-l-2-f {
      margin-left: 2px !important; }
    .mg-sm-3 {
      margin: 3px; }
    .mg-sm-3-f {
      margin: 3px !important; }
    .mg-sm-y-3 {
      margin-top: 3px;
      margin-bottom: 3px; }
    .mg-sm-y-3-f {
      margin-top: 3px !important;
      margin-bottom: 3px !important; }
    .mg-sm-x-3 {
      margin-left: 3px;
      margin-right: 3px; }
    .mg-sm-x-3-f {
      margin-left: 3px !important;
      margin-right: 3px !important; }
    .mg-sm-t-3 {
      margin-top: 3px; }
    .mg-sm-r-3 {
      margin-right: 3px; }
    .mg-sm-b-3 {
      margin-bottom: 3px; }
    .mg-sm-l-3 {
      margin-left: 3px; }
    .mg-sm-t-3-f {
      margin-top: 3px !important; }
    .mg-sm-r-3-f {
      margin-right: 3px !important; }
    .mg-sm-b-3-f {
      margin-bottom: 3px !important; }
    .mg-sm-l-3-f {
      margin-left: 3px !important; }
    .mg-sm-4 {
      margin: 4px; }
    .mg-sm-4-f {
      margin: 4px !important; }
    .mg-sm-y-4 {
      margin-top: 4px;
      margin-bottom: 4px; }
    .mg-sm-y-4-f {
      margin-top: 4px !important;
      margin-bottom: 4px !important; }
    .mg-sm-x-4 {
      margin-left: 4px;
      margin-right: 4px; }
    .mg-sm-x-4-f {
      margin-left: 4px !important;
      margin-right: 4px !important; }
    .mg-sm-t-4 {
      margin-top: 4px; }
    .mg-sm-r-4 {
      margin-right: 4px; }
    .mg-sm-b-4 {
      margin-bottom: 4px; }
    .mg-sm-l-4 {
      margin-left: 4px; }
    .mg-sm-t-4-f {
      margin-top: 4px !important; }
    .mg-sm-r-4-f {
      margin-right: 4px !important; }
    .mg-sm-b-4-f {
      margin-bottom: 4px !important; }
    .mg-sm-l-4-f {
      margin-left: 4px !important; }
    .mg-sm-5 {
      margin: 5px; }
    .mg-sm-5-f {
      margin: 5px !important; }
    .mg-sm-y-5 {
      margin-top: 5px;
      margin-bottom: 5px; }
    .mg-sm-y-5-f {
      margin-top: 5px !important;
      margin-bottom: 5px !important; }
    .mg-sm-x-5 {
      margin-left: 5px;
      margin-right: 5px; }
    .mg-sm-x-5-f {
      margin-left: 5px !important;
      margin-right: 5px !important; }
    .mg-sm-t-5 {
      margin-top: 5px; }
    .mg-sm-r-5 {
      margin-right: 5px; }
    .mg-sm-b-5 {
      margin-bottom: 5px; }
    .mg-sm-l-5 {
      margin-left: 5px; }
    .mg-sm-t-5-f {
      margin-top: 5px !important; }
    .mg-sm-r-5-f {
      margin-right: 5px !important; }
    .mg-sm-b-5-f {
      margin-bottom: 5px !important; }
    .mg-sm-l-5-f {
      margin-left: 5px !important; }
    .mg-sm-6 {
      margin: 6px; }
    .mg-sm-6-f {
      margin: 6px !important; }
    .mg-sm-y-6 {
      margin-top: 6px;
      margin-bottom: 6px; }
    .mg-sm-y-6-f {
      margin-top: 6px !important;
      margin-bottom: 6px !important; }
    .mg-sm-x-6 {
      margin-left: 6px;
      margin-right: 6px; }
    .mg-sm-x-6-f {
      margin-left: 6px !important;
      margin-right: 6px !important; }
    .mg-sm-t-6 {
      margin-top: 6px; }
    .mg-sm-r-6 {
      margin-right: 6px; }
    .mg-sm-b-6 {
      margin-bottom: 6px; }
    .mg-sm-l-6 {
      margin-left: 6px; }
    .mg-sm-t-6-f {
      margin-top: 6px !important; }
    .mg-sm-r-6-f {
      margin-right: 6px !important; }
    .mg-sm-b-6-f {
      margin-bottom: 6px !important; }
    .mg-sm-l-6-f {
      margin-left: 6px !important; }
    .mg-sm-7 {
      margin: 7px; }
    .mg-sm-7-f {
      margin: 7px !important; }
    .mg-sm-y-7 {
      margin-top: 7px;
      margin-bottom: 7px; }
    .mg-sm-y-7-f {
      margin-top: 7px !important;
      margin-bottom: 7px !important; }
    .mg-sm-x-7 {
      margin-left: 7px;
      margin-right: 7px; }
    .mg-sm-x-7-f {
      margin-left: 7px !important;
      margin-right: 7px !important; }
    .mg-sm-t-7 {
      margin-top: 7px; }
    .mg-sm-r-7 {
      margin-right: 7px; }
    .mg-sm-b-7 {
      margin-bottom: 7px; }
    .mg-sm-l-7 {
      margin-left: 7px; }
    .mg-sm-t-7-f {
      margin-top: 7px !important; }
    .mg-sm-r-7-f {
      margin-right: 7px !important; }
    .mg-sm-b-7-f {
      margin-bottom: 7px !important; }
    .mg-sm-l-7-f {
      margin-left: 7px !important; }
    .mg-sm-8 {
      margin: 8px; }
    .mg-sm-8-f {
      margin: 8px !important; }
    .mg-sm-y-8 {
      margin-top: 8px;
      margin-bottom: 8px; }
    .mg-sm-y-8-f {
      margin-top: 8px !important;
      margin-bottom: 8px !important; }
    .mg-sm-x-8 {
      margin-left: 8px;
      margin-right: 8px; }
    .mg-sm-x-8-f {
      margin-left: 8px !important;
      margin-right: 8px !important; }
    .mg-sm-t-8 {
      margin-top: 8px; }
    .mg-sm-r-8 {
      margin-right: 8px; }
    .mg-sm-b-8 {
      margin-bottom: 8px; }
    .mg-sm-l-8 {
      margin-left: 8px; }
    .mg-sm-t-8-f {
      margin-top: 8px !important; }
    .mg-sm-r-8-f {
      margin-right: 8px !important; }
    .mg-sm-b-8-f {
      margin-bottom: 8px !important; }
    .mg-sm-l-8-f {
      margin-left: 8px !important; }
    .mg-sm-9 {
      margin: 9px; }
    .mg-sm-9-f {
      margin: 9px !important; }
    .mg-sm-y-9 {
      margin-top: 9px;
      margin-bottom: 9px; }
    .mg-sm-y-9-f {
      margin-top: 9px !important;
      margin-bottom: 9px !important; }
    .mg-sm-x-9 {
      margin-left: 9px;
      margin-right: 9px; }
    .mg-sm-x-9-f {
      margin-left: 9px !important;
      margin-right: 9px !important; }
    .mg-sm-t-9 {
      margin-top: 9px; }
    .mg-sm-r-9 {
      margin-right: 9px; }
    .mg-sm-b-9 {
      margin-bottom: 9px; }
    .mg-sm-l-9 {
      margin-left: 9px; }
    .mg-sm-t-9-f {
      margin-top: 9px !important; }
    .mg-sm-r-9-f {
      margin-right: 9px !important; }
    .mg-sm-b-9-f {
      margin-bottom: 9px !important; }
    .mg-sm-l-9-f {
      margin-left: 9px !important; }
    .mg-sm-10 {
      margin: 10px; }
    .mg-sm-10-f {
      margin: 10px !important; }
    .mg-sm-y-10 {
      margin-top: 10px;
      margin-bottom: 10px; }
    .mg-sm-y-10-f {
      margin-top: 10px !important;
      margin-bottom: 10px !important; }
    .mg-sm-x-10 {
      margin-left: 10px;
      margin-right: 10px; }
    .mg-sm-x-10-f {
      margin-left: 10px !important;
      margin-right: 10px !important; }
    .mg-sm-t-10 {
      margin-top: 10px; }
    .mg-sm-r-10 {
      margin-right: 10px; }
    .mg-sm-b-10 {
      margin-bottom: 10px; }
    .mg-sm-l-10 {
      margin-left: 10px; }
    .mg-sm-t-10-f {
      margin-top: 10px !important; }
    .mg-sm-r-10-f {
      margin-right: 10px !important; }
    .mg-sm-b-10-f {
      margin-bottom: 10px !important; }
    .mg-sm-l-10-f {
      margin-left: 10px !important; }
    .mg-sm-15 {
      margin: 15px; }
    .mg-sm-15-f {
      margin: 15px !important; }
    .mg-sm-y-15 {
      margin-top: 15px;
      margin-bottom: 15px; }
    .mg-sm-y-15-f {
      margin-top: 15px !important;
      margin-bottom: 15px !important; }
    .mg-sm-x-15 {
      margin-left: 15px;
      margin-right: 15px; }
    .mg-sm-x-15-f {
      margin-left: 15px !important;
      margin-right: 15px !important; }
    .mg-sm-t-15 {
      margin-top: 15px; }
    .mg-sm-r-15 {
      margin-right: 15px; }
    .mg-sm-b-15 {
      margin-bottom: 15px; }
    .mg-sm-l-15 {
      margin-left: 15px; }
    .mg-sm-t-15-f {
      margin-top: 15px !important; }
    .mg-sm-r-15-f {
      margin-right: 15px !important; }
    .mg-sm-b-15-f {
      margin-bottom: 15px !important; }
    .mg-sm-l-15-f {
      margin-left: 15px !important; }
    .mg-sm-20 {
      margin: 20px; }
    .mg-sm-20-f {
      margin: 20px !important; }
    .mg-sm-y-20 {
      margin-top: 20px;
      margin-bottom: 20px; }
    .mg-sm-y-20-f {
      margin-top: 20px !important;
      margin-bottom: 20px !important; }
    .mg-sm-x-20 {
      margin-left: 20px;
      margin-right: 20px; }
    .mg-sm-x-20-f {
      margin-left: 20px !important;
      margin-right: 20px !important; }
    .mg-sm-t-20 {
      margin-top: 20px; }
    .mg-sm-r-20 {
      margin-right: 20px; }
    .mg-sm-b-20 {
      margin-bottom: 20px; }
    .mg-sm-l-20 {
      margin-left: 20px; }
    .mg-sm-t-20-f {
      margin-top: 20px !important; }
    .mg-sm-r-20-f {
      margin-right: 20px !important; }
    .mg-sm-b-20-f {
      margin-bottom: 20px !important; }
    .mg-sm-l-20-f {
      margin-left: 20px !important; }
    .mg-sm-25 {
      margin: 25px; }
    .mg-sm-25-f {
      margin: 25px !important; }
    .mg-sm-y-25 {
      margin-top: 25px;
      margin-bottom: 25px; }
    .mg-sm-y-25-f {
      margin-top: 25px !important;
      margin-bottom: 25px !important; }
    .mg-sm-x-25 {
      margin-left: 25px;
      margin-right: 25px; }
    .mg-sm-x-25-f {
      margin-left: 25px !important;
      margin-right: 25px !important; }
    .mg-sm-t-25 {
      margin-top: 25px; }
    .mg-sm-r-25 {
      margin-right: 25px; }
    .mg-sm-b-25 {
      margin-bottom: 25px; }
    .mg-sm-l-25 {
      margin-left: 25px; }
    .mg-sm-t-25-f {
      margin-top: 25px !important; }
    .mg-sm-r-25-f {
      margin-right: 25px !important; }
    .mg-sm-b-25-f {
      margin-bottom: 25px !important; }
    .mg-sm-l-25-f {
      margin-left: 25px !important; }
    .mg-sm-30 {
      margin: 30px; }
    .mg-sm-30-f {
      margin: 30px !important; }
    .mg-sm-y-30 {
      margin-top: 30px;
      margin-bottom: 30px; }
    .mg-sm-y-30-f {
      margin-top: 30px !important;
      margin-bottom: 30px !important; }
    .mg-sm-x-30 {
      margin-left: 30px;
      margin-right: 30px; }
    .mg-sm-x-30-f {
      margin-left: 30px !important;
      margin-right: 30px !important; }
    .mg-sm-t-30 {
      margin-top: 30px; }
    .mg-sm-r-30 {
      margin-right: 30px; }
    .mg-sm-b-30 {
      margin-bottom: 30px; }
    .mg-sm-l-30 {
      margin-left: 30px; }
    .mg-sm-t-30-f {
      margin-top: 30px !important; }
    .mg-sm-r-30-f {
      margin-right: 30px !important; }
    .mg-sm-b-30-f {
      margin-bottom: 30px !important; }
    .mg-sm-l-30-f {
      margin-left: 30px !important; }
    .mg-sm-35 {
      margin: 35px; }
    .mg-sm-35-f {
      margin: 35px !important; }
    .mg-sm-y-35 {
      margin-top: 35px;
      margin-bottom: 35px; }
    .mg-sm-y-35-f {
      margin-top: 35px !important;
      margin-bottom: 35px !important; }
    .mg-sm-x-35 {
      margin-left: 35px;
      margin-right: 35px; }
    .mg-sm-x-35-f {
      margin-left: 35px !important;
      margin-right: 35px !important; }
    .mg-sm-t-35 {
      margin-top: 35px; }
    .mg-sm-r-35 {
      margin-right: 35px; }
    .mg-sm-b-35 {
      margin-bottom: 35px; }
    .mg-sm-l-35 {
      margin-left: 35px; }
    .mg-sm-t-35-f {
      margin-top: 35px !important; }
    .mg-sm-r-35-f {
      margin-right: 35px !important; }
    .mg-sm-b-35-f {
      margin-bottom: 35px !important; }
    .mg-sm-l-35-f {
      margin-left: 35px !important; }
    .mg-sm-40 {
      margin: 40px; }
    .mg-sm-40-f {
      margin: 40px !important; }
    .mg-sm-y-40 {
      margin-top: 40px;
      margin-bottom: 40px; }
    .mg-sm-y-40-f {
      margin-top: 40px !important;
      margin-bottom: 40px !important; }
    .mg-sm-x-40 {
      margin-left: 40px;
      margin-right: 40px; }
    .mg-sm-x-40-f {
      margin-left: 40px !important;
      margin-right: 40px !important; }
    .mg-sm-t-40 {
      margin-top: 40px; }
    .mg-sm-r-40 {
      margin-right: 40px; }
    .mg-sm-b-40 {
      margin-bottom: 40px; }
    .mg-sm-l-40 {
      margin-left: 40px; }
    .mg-sm-t-40-f {
      margin-top: 40px !important; }
    .mg-sm-r-40-f {
      margin-right: 40px !important; }
    .mg-sm-b-40-f {
      margin-bottom: 40px !important; }
    .mg-sm-l-40-f {
      margin-left: 40px !important; }
    .mg-sm-45 {
      margin: 45px; }
    .mg-sm-45-f {
      margin: 45px !important; }
    .mg-sm-y-45 {
      margin-top: 45px;
      margin-bottom: 45px; }
    .mg-sm-y-45-f {
      margin-top: 45px !important;
      margin-bottom: 45px !important; }
    .mg-sm-x-45 {
      margin-left: 45px;
      margin-right: 45px; }
    .mg-sm-x-45-f {
      margin-left: 45px !important;
      margin-right: 45px !important; }
    .mg-sm-t-45 {
      margin-top: 45px; }
    .mg-sm-r-45 {
      margin-right: 45px; }
    .mg-sm-b-45 {
      margin-bottom: 45px; }
    .mg-sm-l-45 {
      margin-left: 45px; }
    .mg-sm-t-45-f {
      margin-top: 45px !important; }
    .mg-sm-r-45-f {
      margin-right: 45px !important; }
    .mg-sm-b-45-f {
      margin-bottom: 45px !important; }
    .mg-sm-l-45-f {
      margin-left: 45px !important; }
    .mg-sm-50 {
      margin: 50px; }
    .mg-sm-50-f {
      margin: 50px !important; }
    .mg-sm-y-50 {
      margin-top: 50px;
      margin-bottom: 50px; }
    .mg-sm-y-50-f {
      margin-top: 50px !important;
      margin-bottom: 50px !important; }
    .mg-sm-x-50 {
      margin-left: 50px;
      margin-right: 50px; }
    .mg-sm-x-50-f {
      margin-left: 50px !important;
      margin-right: 50px !important; }
    .mg-sm-t-50 {
      margin-top: 50px; }
    .mg-sm-r-50 {
      margin-right: 50px; }
    .mg-sm-b-50 {
      margin-bottom: 50px; }
    .mg-sm-l-50 {
      margin-left: 50px; }
    .mg-sm-t-50-f {
      margin-top: 50px !important; }
    .mg-sm-r-50-f {
      margin-right: 50px !important; }
    .mg-sm-b-50-f {
      margin-bottom: 50px !important; }
    .mg-sm-l-50-f {
      margin-left: 50px !important; }
    .mg-sm-55 {
      margin: 55px; }
    .mg-sm-55-f {
      margin: 55px !important; }
    .mg-sm-y-55 {
      margin-top: 55px;
      margin-bottom: 55px; }
    .mg-sm-y-55-f {
      margin-top: 55px !important;
      margin-bottom: 55px !important; }
    .mg-sm-x-55 {
      margin-left: 55px;
      margin-right: 55px; }
    .mg-sm-x-55-f {
      margin-left: 55px !important;
      margin-right: 55px !important; }
    .mg-sm-t-55 {
      margin-top: 55px; }
    .mg-sm-r-55 {
      margin-right: 55px; }
    .mg-sm-b-55 {
      margin-bottom: 55px; }
    .mg-sm-l-55 {
      margin-left: 55px; }
    .mg-sm-t-55-f {
      margin-top: 55px !important; }
    .mg-sm-r-55-f {
      margin-right: 55px !important; }
    .mg-sm-b-55-f {
      margin-bottom: 55px !important; }
    .mg-sm-l-55-f {
      margin-left: 55px !important; }
    .mg-sm-60 {
      margin: 60px; }
    .mg-sm-60-f {
      margin: 60px !important; }
    .mg-sm-y-60 {
      margin-top: 60px;
      margin-bottom: 60px; }
    .mg-sm-y-60-f {
      margin-top: 60px !important;
      margin-bottom: 60px !important; }
    .mg-sm-x-60 {
      margin-left: 60px;
      margin-right: 60px; }
    .mg-sm-x-60-f {
      margin-left: 60px !important;
      margin-right: 60px !important; }
    .mg-sm-t-60 {
      margin-top: 60px; }
    .mg-sm-r-60 {
      margin-right: 60px; }
    .mg-sm-b-60 {
      margin-bottom: 60px; }
    .mg-sm-l-60 {
      margin-left: 60px; }
    .mg-sm-t-60-f {
      margin-top: 60px !important; }
    .mg-sm-r-60-f {
      margin-right: 60px !important; }
    .mg-sm-b-60-f {
      margin-bottom: 60px !important; }
    .mg-sm-l-60-f {
      margin-left: 60px !important; }
    .mg-sm-65 {
      margin: 65px; }
    .mg-sm-65-f {
      margin: 65px !important; }
    .mg-sm-y-65 {
      margin-top: 65px;
      margin-bottom: 65px; }
    .mg-sm-y-65-f {
      margin-top: 65px !important;
      margin-bottom: 65px !important; }
    .mg-sm-x-65 {
      margin-left: 65px;
      margin-right: 65px; }
    .mg-sm-x-65-f {
      margin-left: 65px !important;
      margin-right: 65px !important; }
    .mg-sm-t-65 {
      margin-top: 65px; }
    .mg-sm-r-65 {
      margin-right: 65px; }
    .mg-sm-b-65 {
      margin-bottom: 65px; }
    .mg-sm-l-65 {
      margin-left: 65px; }
    .mg-sm-t-65-f {
      margin-top: 65px !important; }
    .mg-sm-r-65-f {
      margin-right: 65px !important; }
    .mg-sm-b-65-f {
      margin-bottom: 65px !important; }
    .mg-sm-l-65-f {
      margin-left: 65px !important; }
    .mg-sm-70 {
      margin: 70px; }
    .mg-sm-70-f {
      margin: 70px !important; }
    .mg-sm-y-70 {
      margin-top: 70px;
      margin-bottom: 70px; }
    .mg-sm-y-70-f {
      margin-top: 70px !important;
      margin-bottom: 70px !important; }
    .mg-sm-x-70 {
      margin-left: 70px;
      margin-right: 70px; }
    .mg-sm-x-70-f {
      margin-left: 70px !important;
      margin-right: 70px !important; }
    .mg-sm-t-70 {
      margin-top: 70px; }
    .mg-sm-r-70 {
      margin-right: 70px; }
    .mg-sm-b-70 {
      margin-bottom: 70px; }
    .mg-sm-l-70 {
      margin-left: 70px; }
    .mg-sm-t-70-f {
      margin-top: 70px !important; }
    .mg-sm-r-70-f {
      margin-right: 70px !important; }
    .mg-sm-b-70-f {
      margin-bottom: 70px !important; }
    .mg-sm-l-70-f {
      margin-left: 70px !important; }
    .mg-sm-75 {
      margin: 75px; }
    .mg-sm-75-f {
      margin: 75px !important; }
    .mg-sm-y-75 {
      margin-top: 75px;
      margin-bottom: 75px; }
    .mg-sm-y-75-f {
      margin-top: 75px !important;
      margin-bottom: 75px !important; }
    .mg-sm-x-75 {
      margin-left: 75px;
      margin-right: 75px; }
    .mg-sm-x-75-f {
      margin-left: 75px !important;
      margin-right: 75px !important; }
    .mg-sm-t-75 {
      margin-top: 75px; }
    .mg-sm-r-75 {
      margin-right: 75px; }
    .mg-sm-b-75 {
      margin-bottom: 75px; }
    .mg-sm-l-75 {
      margin-left: 75px; }
    .mg-sm-t-75-f {
      margin-top: 75px !important; }
    .mg-sm-r-75-f {
      margin-right: 75px !important; }
    .mg-sm-b-75-f {
      margin-bottom: 75px !important; }
    .mg-sm-l-75-f {
      margin-left: 75px !important; }
    .mg-sm-80 {
      margin: 80px; }
    .mg-sm-80-f {
      margin: 80px !important; }
    .mg-sm-y-80 {
      margin-top: 80px;
      margin-bottom: 80px; }
    .mg-sm-y-80-f {
      margin-top: 80px !important;
      margin-bottom: 80px !important; }
    .mg-sm-x-80 {
      margin-left: 80px;
      margin-right: 80px; }
    .mg-sm-x-80-f {
      margin-left: 80px !important;
      margin-right: 80px !important; }
    .mg-sm-t-80 {
      margin-top: 80px; }
    .mg-sm-r-80 {
      margin-right: 80px; }
    .mg-sm-b-80 {
      margin-bottom: 80px; }
    .mg-sm-l-80 {
      margin-left: 80px; }
    .mg-sm-t-80-f {
      margin-top: 80px !important; }
    .mg-sm-r-80-f {
      margin-right: 80px !important; }
    .mg-sm-b-80-f {
      margin-bottom: 80px !important; }
    .mg-sm-l-80-f {
      margin-left: 80px !important; }
    .mg-sm-85 {
      margin: 85px; }
    .mg-sm-85-f {
      margin: 85px !important; }
    .mg-sm-y-85 {
      margin-top: 85px;
      margin-bottom: 85px; }
    .mg-sm-y-85-f {
      margin-top: 85px !important;
      margin-bottom: 85px !important; }
    .mg-sm-x-85 {
      margin-left: 85px;
      margin-right: 85px; }
    .mg-sm-x-85-f {
      margin-left: 85px !important;
      margin-right: 85px !important; }
    .mg-sm-t-85 {
      margin-top: 85px; }
    .mg-sm-r-85 {
      margin-right: 85px; }
    .mg-sm-b-85 {
      margin-bottom: 85px; }
    .mg-sm-l-85 {
      margin-left: 85px; }
    .mg-sm-t-85-f {
      margin-top: 85px !important; }
    .mg-sm-r-85-f {
      margin-right: 85px !important; }
    .mg-sm-b-85-f {
      margin-bottom: 85px !important; }
    .mg-sm-l-85-f {
      margin-left: 85px !important; }
    .mg-sm-90 {
      margin: 90px; }
    .mg-sm-90-f {
      margin: 90px !important; }
    .mg-sm-y-90 {
      margin-top: 90px;
      margin-bottom: 90px; }
    .mg-sm-y-90-f {
      margin-top: 90px !important;
      margin-bottom: 90px !important; }
    .mg-sm-x-90 {
      margin-left: 90px;
      margin-right: 90px; }
    .mg-sm-x-90-f {
      margin-left: 90px !important;
      margin-right: 90px !important; }
    .mg-sm-t-90 {
      margin-top: 90px; }
    .mg-sm-r-90 {
      margin-right: 90px; }
    .mg-sm-b-90 {
      margin-bottom: 90px; }
    .mg-sm-l-90 {
      margin-left: 90px; }
    .mg-sm-t-90-f {
      margin-top: 90px !important; }
    .mg-sm-r-90-f {
      margin-right: 90px !important; }
    .mg-sm-b-90-f {
      margin-bottom: 90px !important; }
    .mg-sm-l-90-f {
      margin-left: 90px !important; }
    .mg-sm-95 {
      margin: 95px; }
    .mg-sm-95-f {
      margin: 95px !important; }
    .mg-sm-y-95 {
      margin-top: 95px;
      margin-bottom: 95px; }
    .mg-sm-y-95-f {
      margin-top: 95px !important;
      margin-bottom: 95px !important; }
    .mg-sm-x-95 {
      margin-left: 95px;
      margin-right: 95px; }
    .mg-sm-x-95-f {
      margin-left: 95px !important;
      margin-right: 95px !important; }
    .mg-sm-t-95 {
      margin-top: 95px; }
    .mg-sm-r-95 {
      margin-right: 95px; }
    .mg-sm-b-95 {
      margin-bottom: 95px; }
    .mg-sm-l-95 {
      margin-left: 95px; }
    .mg-sm-t-95-f {
      margin-top: 95px !important; }
    .mg-sm-r-95-f {
      margin-right: 95px !important; }
    .mg-sm-b-95-f {
      margin-bottom: 95px !important; }
    .mg-sm-l-95-f {
      margin-left: 95px !important; }
    .mg-sm-100 {
      margin: 100px; }
    .mg-sm-100-f {
      margin: 100px !important; }
    .mg-sm-y-100 {
      margin-top: 100px;
      margin-bottom: 100px; }
    .mg-sm-y-100-f {
      margin-top: 100px !important;
      margin-bottom: 100px !important; }
    .mg-sm-x-100 {
      margin-left: 100px;
      margin-right: 100px; }
    .mg-sm-x-100-f {
      margin-left: 100px !important;
      margin-right: 100px !important; }
    .mg-sm-t-100 {
      margin-top: 100px; }
    .mg-sm-r-100 {
      margin-right: 100px; }
    .mg-sm-b-100 {
      margin-bottom: 100px; }
    .mg-sm-l-100 {
      margin-left: 100px; }
    .mg-sm-t-100-f {
      margin-top: 100px !important; }
    .mg-sm-r-100-f {
      margin-right: 100px !important; }
    .mg-sm-b-100-f {
      margin-bottom: 100px !important; }
    .mg-sm-l-100-f {
      margin-left: 100px !important; }
    .mg-sm-t-auto {
      margin-top: auto; }
    .mg-sm-r-auto {
      margin-right: auto; }
    .mg-sm-b-auto {
      margin-bottom: auto; }
    .mg-sm-l-auto {
      margin-left: auto; }
    .mg-sm-auto {
      margin: auto; }
    .mg-sm-x-auto {
      margin-left: auto;
      margin-right: auto; } }
      
/* ###### 9.1 Background  ###### */
.bg-transparent {
  background-color: transparent; }

.bg-gray-100 {
  background-color: #f8f9fa; }

.bg-gray-200 {
  background-color: #e9ecef; }

.bg-gray-300 {
  background-color: #dee2e6; }

.bg-gray-400 {
  background-color: #ced4da; }

.bg-gray-500 {
  background-color: #969dab; }

.bg-gray-600 {
  background-color: #70737c; }

.bg-gray-700 {
  background-color: #494c57; }

.bg-gray-800 {
  background-color: #343640; }

.bg-gray-900 {
  background-color: #212229; }

.bg-white-1 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-white-3 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-white-4 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-white-6 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-white-7 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-white-8 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-white-9 {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-black-1 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-black-2 {
  background-color: rgba(0, 0, 0, 0.2); }

.bg-black-3 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg-black-4 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-black-6 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-black-7 {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-black-8 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-black-9 {
  background-color: rgba(0, 0, 0, 0.9); }

.bg-indigo {
  background-color: #6610f2; }

.bg-purple {
  background-color: #6f42c1; }

.bg-pink {
  background-color: #f10075; }

.bg-orange {
  background-color: #fd7e14; }

.bg-teal {
  background-color: #00cccc; }

.bg-purple-dark {
  background-color: #59339d; }
/* ###### 8.4 Dashboard Four  ###### */


.ht-200 {
  height: 200px; }

.ht-250 {
  height: 250px; }

.ht-300 {
  height: 300px; }

.ht-350 {
  height: 350px; }

.ht-400 {
  height: 400px; }

.ht-450 {
  height: 450px; }

.ht-500 {
  height: 500px; }

.ht-550 {
  height: 550px; }

.ht-600 {
  height: 600px; }

.ht-650 {
  height: 650px; }

.ht-700 {
  height: 700px; }

.ht-750 {
  height: 750px; }

.ht-800 {
  height: 800px; }

.ht-100v {
  height: 100vh; }

.ht-1 {
  height: 1px; }

.ht-2 {
  height: 2px; }

.ht-3 {
  height: 3px; }

.ht-4 {
  height: 4px; }

.ht-6 {
  height: 6px; }

.ht-7 {
  height: 7px; }

.ht-8 {
  height: 8px; }

.ht-9 {
  height: 9px; }

.ht-auto {
  height: auto; }

.ht-16 {
  height: 16px; }

.ht-32 {
  height: 32px; }

.ht-36 {
  height: 36px; }

.ht-48 {
  height: 48px; }

.ht-64 {
  height: 64px; }

.ht-72 {
  height: 72px; }

.ht-115 {
  height: 115px; }

.ht-120 {
  height: 120px; }

.ht-160 {
  height: 160px; }

  .az-content-title {
    color: #212229;
    font-weight: 700;
    font-size: 24px;
    text-indent: -1px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .az-content-title {
        margin-bottom: 40px; } }
  
  .az-content-label, .card-table-two .card-title, .card-dashboard-eight .card-title {
    color: #212229;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
  
  .az-content-label-sm {
    font-size: 10px;
    font-weight: 500;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #70737c; }
  
  .az-content-text {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    color: #70737c; }
  
  /* ###### 6.2 Footer  ###### */
  .az-footer {
    height: 40px;
    margin-top: auto;
    display: none; }
    @media (min-width: 992px) {
      .az-footer {
        display: block; } }
    .az-footer .container,
    .az-footer .container-fluid {
      border-top: 1px solid #ced4da;
      font-size: 12px;
      padding: 0 20px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #70737c; }
    @media (min-width: 992px) {
      .az-footer .container {
        padding: 0; } }
    .az-footer .container-fluid {
      padding-left: 20px;
      padding-right: 20px; }
  
  .az-footer-app .container,
  .az-footer-app .container-fluid {
    border-top-width: 0; }
  
  /* ###### 6.3 Global  ###### */
  /* ###### 9.8 Typography   ###### */
.tx-black {
  font-weight: 900; }

.tx-bold {
  font-weight: 700; }

.tx-semibold {
  font-weight: 600; }

.tx-medium {
  font-weight: 500; }

.tx-normal {
  font-weight: 400; }

.tx-light {
  font-weight: 300; }

.tx-thin {
  font-weight: 200; }

.tx-xthin {
  font-weight: 100; }

.tx-sserif {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.tx-white {
  color: #fff; }

.tx-black {
  color: #000; }

.tx-primary {
  color: #448445; }

.tx-success {
  color: #3bb001; }

.tx-warning {
  color: #ffc107; }

.tx-danger {
  color: #dc3545; }

.tx-info {
  color: #17a2b8; }

.tx-inverse {
  color: #212229; }

.tx-teal {
  color: #00cccc; }

.tx-dark {
  color: #212229; }

.tx-indigo {
  color: #6610f2; }

.tx-purple {
  color: #6f42c1; }

.tx-orange {
  color: #fd7e14; }

.tx-pink {
  color: #f10075; }

.tx-gray-100 {
  color: #f8f9fa; }

.tx-gray-200 {
  color: #e9ecef; }

.tx-gray-300 {
  color: #dee2e6; }

.tx-gray-400 {
  color: #ced4da; }

.tx-gray-500 {
  color: #969dab; }

.tx-gray-600 {
  color: #70737c; }

.tx-gray-700 {
  color: #494c57; }

.tx-gray-800 {
  color: #343640; }

.tx-gray-900 {
  color: #212229; }

.tx-white-2 {
  color: rgba(255, 255, 255, 0.2); }

.tx-white-3 {
  color: rgba(255, 255, 255, 0.3); }

.tx-white-4 {
  color: rgba(255, 255, 255, 0.4); }

.tx-white-5 {
  color: rgba(255, 255, 255, 0.5); }

.tx-white-6 {
  color: rgba(255, 255, 255, 0.6); }

.tx-white-7 {
  color: rgba(255, 255, 255, 0.7); }

.tx-white-8 {
  color: rgba(255, 255, 255, 0.8); }

.tx-spacing-1 {
  letter-spacing: 0.5px; }

.tx-spacing-2 {
  letter-spacing: 1px; }

.tx-spacing-3 {
  letter-spacing: 1.5px; }

.tx-spacing-4 {
  letter-spacing: 2px; }

.tx-spacing-5 {
  letter-spacing: 2.5px; }

.tx-spacing-6 {
  letter-spacing: 3px; }

.tx-spacing-7 {
  letter-spacign: 3.5px; }

.tx-spacing-8 {
  letter-spacing: 4px; }

.tx-spacing--1 {
  letter-spacing: -0.5px; }

.tx-spacing--2 {
  letter-spacing: -1px; }

.tx-spacing--3 {
  letter-spacing: -1.5px; }

.tx-spacing--4 {
  letter-spacing: -2px; }

.tx-spacing--5 {
  letter-spacing: -2.5px; }

.tx-spacing--6 {
  letter-spacing: -3px; }

.tx-spacing--7 {
  letter-spacing: -3.5px; }

.tx-spacing--8 {
  letter-spacing: -4px; }

.tx-uppercase {
  text-transform: uppercase; }

.tx-lowercase {
  text-transform: lowercase; }

.tx-transform-none {
  text-transform: none; }

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

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

.tx-left {
  text-align: left; }

.tx-center-f {
  text-align: center !important; }

.tx-right-f {
  text-align: right !important; }

.tx-left-f {
  text-align: left !important; }

.tx-italic {
  font-style: italic; }

.tx-style-normal {
  font-style: normal; }

.lh-base {
  line-height: 1.5; }

.lh-normal {
  line-height: normal; }

.lh-0 {
  line-height: 0; }

.lh--1 {
  line-height: .1; }

.lh--2 {
  line-height: .2; }

.lh--3 {
  line-height: .3; }

.lh--4 {
  line-height: .4; }

.lh--5 {
  line-height: .5; }

.lh--6 {
  line-height: .6; }

.lh--7 {
  line-height: .7; }

.lh--8 {
  line-height: .8; }

.lh--9 {
  line-height: .9; }

.lh-1 {
  line-height: 1.1; }

.lh-2 {
  line-height: 1.2; }

.lh-3 {
  line-height: 1.3; }

.lh-4 {
  line-height: 1.4; }

.lh-5 {
  line-height: 1.5; }

.lh-6 {
  line-height: 1.6; }

.lh-7 {
  line-height: 1.7; }

.lh-8 {
  line-height: 1.8; }

.lh-9 {
  line-height: 1.9; }

.lh-10 {
  line-height: 2.0; }

.lh-11 {
  line-height: 2.1; }

.lh-12 {
  line-height: 2.2; }

.lh-13 {
  line-height: 2.3; }

.lh-14 {
  line-height: 2.4; }

.lh-15 {
  line-height: 2.5; }

.valign-top {
  vertical-align: top; }

.valign-middle {
  vertical-align: middle; }

.valign-bottom {
  vertical-align: baseline; }

.valign-top-f {
  vertical-align: top !important; }

.valign-middle-f {
  vertical-align: middle !important; }

.valign-bottom-f {
  vertical-align: baseline !important; }

.tx-base {
  font-size: 0.8125rem; }

.tx-8 {
  font-size: 8px; }

.tx-8-f {
  font-size: 8px !important; }

.tx-9 {
  font-size: 9px; }

.tx-9-f {
  font-size: 9px !important; }

.tx-10 {
  font-size: 10px; }

.tx-10-f {
  font-size: 10px !important; }

.tx-11 {
  font-size: 11px; }

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

.tx-12 {
  font-size: 12px; }

.tx-12-f {
  font-size: 12px !important; }

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

.tx-13-f {
  font-size: 13px !important; }

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

.tx-14-f {
  font-size: 14px !important; }

.tx-15 {
  font-size: 15px; }

.tx-15-f {
  font-size: 15px !important; }

.tx-16 {
  font-size: 16px; }

.tx-16-f {
  font-size: 16px !important; }

.tx-18 {
  font-size: 18px; }

.tx-18-f {
  font-size: 18px !important; }

.tx-20 {
  font-size: 20px; }

.tx-20-f {
  font-size: 20px !important; }

.tx-22 {
  font-size: 22px; }

.tx-22-f {
  font-size: 22px !important; }

.tx-24 {
  font-size: 24px; }

.tx-24-f {
  font-size: 24px !important; }

.tx-26 {
  font-size: 26px; }

.tx-26-f {
  font-size: 26px !important; }

.tx-28 {
  font-size: 28px; }

.tx-28-f {
  font-size: 28px !important; }

.tx-30 {
  font-size: 30px; }

.tx-30-f {
  font-size: 30px !important; }

.tx-32 {
  font-size: 32px; }

.tx-32-f {
  font-size: 32px !important; }

.tx-34 {
  font-size: 34px; }

.tx-34-f {
  font-size: 34px !important; }

.tx-36 {
  font-size: 36px; }

.tx-36-f {
  font-size: 36px !important; }

.tx-38 {
  font-size: 38px; }

.tx-38-f {
  font-size: 38px !important; }

.tx-40 {
  font-size: 40px; }

.tx-40-f {
  font-size: 40px !important; }

.tx-42 {
  font-size: 42px; }

.tx-42-f {
  font-size: 42px !important; }

.tx-44 {
  font-size: 44px; }

.tx-44-f {
  font-size: 44px !important; }

.tx-46 {
  font-size: 46px; }

.tx-46-f {
  font-size: 46px !important; }

.tx-48 {
  font-size: 48px; }

.tx-48-f {
  font-size: 48px !important; }

.tx-50 {
  font-size: 50px; }

.tx-50-f {
  font-size: 50px !important; }

.tx-52 {
  font-size: 52px; }

.tx-52-f {
  font-size: 52px !important; }

.tx-54 {
  font-size: 54px; }

.tx-54-f {
  font-size: 54px !important; }

.tx-56 {
  font-size: 56px; }

.tx-56-f {
  font-size: 56px !important; }

.tx-58 {
  font-size: 58px; }

.tx-58-f {
  font-size: 58px !important; }

.tx-60 {
  font-size: 60px; }

.tx-60-f {
  font-size: 60px !important; }

.tx-62 {
  font-size: 62px; }

.tx-62-f {
  font-size: 62px !important; }

.tx-64 {
  font-size: 64px; }

.tx-64-f {
  font-size: 64px !important; }

.tx-66 {
  font-size: 66px; }

.tx-66-f {
  font-size: 66px !important; }

.tx-68 {
  font-size: 68px; }

.tx-68-f {
  font-size: 68px !important; }

.tx-70 {
  font-size: 70px; }

.tx-70-f {
  font-size: 70px !important; }

.tx-72 {
  font-size: 72px; }

.tx-72-f {
  font-size: 72px !important; }

.tx-74 {
  font-size: 74px; }

.tx-74-f {
  font-size: 74px !important; }

.tx-76 {
  font-size: 76px; }

.tx-76-f {
  font-size: 76px !important; }

.tx-78 {
  font-size: 78px; }

.tx-78-f {
  font-size: 78px !important; }

.tx-80 {
  font-size: 80px; }

.tx-80-f {
  font-size: 80px !important; }

.tx-82 {
  font-size: 82px; }

.tx-82-f {
  font-size: 82px !important; }

.tx-84 {
  font-size: 84px; }

.tx-84-f {
  font-size: 84px !important; }

.tx-86 {
  font-size: 86px; }

.tx-86-f {
  font-size: 86px !important; }

.tx-88 {
  font-size: 88px; }

.tx-88-f {
  font-size: 88px !important; }

.tx-90 {
  font-size: 90px; }

.tx-90-f {
  font-size: 90px !important; }

.tx-92 {
  font-size: 92px; }

.tx-92-f {
  font-size: 92px !important; }

.tx-94 {
  font-size: 94px; }

.tx-94-f {
  font-size: 94px !important; }

.tx-96 {
  font-size: 96px; }

.tx-96-f {
  font-size: 96px !important; }

.tx-98 {
  font-size: 98px; }

.tx-98-f {
  font-size: 98px !important; }

.tx-100 {
  font-size: 100px; }

.tx-100-f {
  font-size: 100px !important; }

.tx-102 {
  font-size: 102px; }

.tx-102-f {
  font-size: 102px !important; }

.tx-104 {
  font-size: 104px; }

.tx-104-f {
  font-size: 104px !important; }

.tx-106 {
  font-size: 106px; }

.tx-106-f {
  font-size: 106px !important; }

.tx-108 {
  font-size: 108px; }

.tx-108-f {
  font-size: 108px !important; }

.tx-110 {
  font-size: 110px; }

.tx-110-f {
  font-size: 110px !important; }

.tx-112 {
  font-size: 112px; }

.tx-112-f {
  font-size: 112px !important; }

.tx-114 {
  font-size: 114px; }

.tx-114-f {
  font-size: 114px !important; }

.tx-116 {
  font-size: 116px; }

.tx-116-f {
  font-size: 116px !important; }

.tx-118 {
  font-size: 118px; }

.tx-118-f {
  font-size: 118px !important; }

.tx-120 {
  font-size: 120px; }

.tx-120-f {
  font-size: 120px !important; }

.tx-122 {
  font-size: 122px; }

.tx-122-f {
  font-size: 122px !important; }

.tx-124 {
  font-size: 124px; }

.tx-124-f {
  font-size: 124px !important; }

.tx-126 {
  font-size: 126px; }

.tx-126-f {
  font-size: 126px !important; }

.tx-128 {
  font-size: 128px; }

.tx-128-f {
  font-size: 128px !important; }

.tx-130 {
  font-size: 130px; }

.tx-130-f {
  font-size: 130px !important; }

.tx-132 {
  font-size: 132px; }

.tx-132-f {
  font-size: 132px !important; }

.tx-134 {
  font-size: 134px; }

.tx-134-f {
  font-size: 134px !important; }

.tx-136 {
  font-size: 136px; }

.tx-136-f {
  font-size: 136px !important; }

.tx-138 {
  font-size: 138px; }

.tx-138-f {
  font-size: 138px !important; }

.tx-140 {
  font-size: 140px; }

.tx-140-f {
  font-size: 140px !important; }

@media (min-width: 480px) {
  .tx-xs-8 {
    font-size: 8px; }
  .tx-xs-8-f {
    font-size: 8px !important; }
  .tx-xs-9 {
    font-size: 9px; }
  .tx-xs-9-f {
    font-size: 9px !important; }
  .tx-xs-10 {
    font-size: 10px; }
  .tx-xs-10-f {
    font-size: 10px !important; }
  .tx-xs-11 {
    font-size: 11px; }
  .tx-xs-11-f {
    font-size: 11px !important; }
  .tx-xs-12 {
    font-size: 12px; }
  .tx-xs-12-f {
    font-size: 12px !important; }
  .tx-xs-13 {
    font-size: 13px; }
  .tx-xs-13-f {
    font-size: 13px !important; }
  .tx-xs-14 {
    font-size: 14px; }
  .tx-xs-14-f {
    font-size: 14px !important; }
  .tx-xs-15 {
    font-size: 15px; }
  .tx-xs-15-f {
    font-size: 15px !important; }
  .tx-xs-16 {
    font-size: 16px; }
  .tx-xs-16-f {
    font-size: 16px !important; }
  .tx-xs-18 {
    font-size: 18px; }
  .tx-xs-18-f {
    font-size: 18px !important; }
  .tx-xs-20 {
    font-size: 20px; }
  .tx-xs-20-f {
    font-size: 20px !important; }
  .tx-xs-22 {
    font-size: 22px; }
  .tx-xs-22-f {
    font-size: 22px !important; }
  .tx-xs-24 {
    font-size: 24px; }
  .tx-xs-24-f {
    font-size: 24px !important; }
  .tx-xs-26 {
    font-size: 26px; }
  .tx-xs-26-f {
    font-size: 26px !important; }
  .tx-xs-28 {
    font-size: 28px; }
  .tx-xs-28-f {
    font-size: 28px !important; }
  .tx-xs-30 {
    font-size: 30px; }
  .tx-xs-30-f {
    font-size: 30px !important; }
  .tx-xs-32 {
    font-size: 32px; }
  .tx-xs-32-f {
    font-size: 32px !important; }
  .tx-xs-34 {
    font-size: 34px; }
  .tx-xs-34-f {
    font-size: 34px !important; }
  .tx-xs-36 {
    font-size: 36px; }
  .tx-xs-36-f {
    font-size: 36px !important; }
  .tx-xs-38 {
    font-size: 38px; }
  .tx-xs-38-f {
    font-size: 38px !important; }
  .tx-xs-40 {
    font-size: 40px; }
  .tx-xs-40-f {
    font-size: 40px !important; }
  .tx-xs-42 {
    font-size: 42px; }
  .tx-xs-42-f {
    font-size: 42px !important; }
  .tx-xs-44 {
    font-size: 44px; }
  .tx-xs-44-f {
    font-size: 44px !important; }
  .tx-xs-46 {
    font-size: 46px; }
  .tx-xs-46-f {
    font-size: 46px !important; }
  .tx-xs-48 {
    font-size: 48px; }
  .tx-xs-48-f {
    font-size: 48px !important; }
  .tx-xs-50 {
    font-size: 50px; }
  .tx-xs-50-f {
    font-size: 50px !important; }
  .tx-xs-52 {
    font-size: 52px; }
  .tx-xs-52-f {
    font-size: 52px !important; }
  .tx-xs-54 {
    font-size: 54px; }
  .tx-xs-54-f {
    font-size: 54px !important; }
  .tx-xs-56 {
    font-size: 56px; }
  .tx-xs-56-f {
    font-size: 56px !important; }
  .tx-xs-58 {
    font-size: 58px; }
  .tx-xs-58-f {
    font-size: 58px !important; }
  .tx-xs-60 {
    font-size: 60px; }
  .tx-xs-60-f {
    font-size: 60px !important; }
  .tx-xs-62 {
    font-size: 62px; }
  .tx-xs-62-f {
    font-size: 62px !important; }
  .tx-xs-64 {
    font-size: 64px; }
  .tx-xs-64-f {
    font-size: 64px !important; }
  .tx-xs-66 {
    font-size: 66px; }
  .tx-xs-66-f {
    font-size: 66px !important; }
  .tx-xs-68 {
    font-size: 68px; }
  .tx-xs-68-f {
    font-size: 68px !important; }
  .tx-xs-70 {
    font-size: 70px; }
  .tx-xs-70-f {
    font-size: 70px !important; }
  .tx-xs-72 {
    font-size: 72px; }
  .tx-xs-72-f {
    font-size: 72px !important; }
  .tx-xs-74 {
    font-size: 74px; }
  .tx-xs-74-f {
    font-size: 74px !important; }
  .tx-xs-76 {
    font-size: 76px; }
  .tx-xs-76-f {
    font-size: 76px !important; }
  .tx-xs-78 {
    font-size: 78px; }
  .tx-xs-78-f {
    font-size: 78px !important; }
  .tx-xs-80 {
    font-size: 80px; }
  .tx-xs-80-f {
    font-size: 80px !important; }
  .tx-xs-82 {
    font-size: 82px; }
  .tx-xs-82-f {
    font-size: 82px !important; }
  .tx-xs-84 {
    font-size: 84px; }
  .tx-xs-84-f {
    font-size: 84px !important; }
  .tx-xs-86 {
    font-size: 86px; }
  .tx-xs-86-f {
    font-size: 86px !important; }
  .tx-xs-88 {
    font-size: 88px; }
  .tx-xs-88-f {
    font-size: 88px !important; }
  .tx-xs-90 {
    font-size: 90px; }
  .tx-xs-90-f {
    font-size: 90px !important; }
  .tx-xs-92 {
    font-size: 92px; }
  .tx-xs-92-f {
    font-size: 92px !important; }
  .tx-xs-94 {
    font-size: 94px; }
  .tx-xs-94-f {
    font-size: 94px !important; }
  .tx-xs-96 {
    font-size: 96px; }
  .tx-xs-96-f {
    font-size: 96px !important; }
  .tx-xs-98 {
    font-size: 98px; }
  .tx-xs-98-f {
    font-size: 98px !important; }
  .tx-xs-100 {
    font-size: 100px; }
  .tx-xs-100-f {
    font-size: 100px !important; }
  .tx-xs-102 {
    font-size: 102px; }
  .tx-xs-102-f {
    font-size: 102px !important; }
  .tx-xs-104 {
    font-size: 104px; }
  .tx-xs-104-f {
    font-size: 104px !important; }
  .tx-xs-106 {
    font-size: 106px; }
  .tx-xs-106-f {
    font-size: 106px !important; }
  .tx-xs-108 {
    font-size: 108px; }
  .tx-xs-108-f {
    font-size: 108px !important; }
  .tx-xs-110 {
    font-size: 110px; }
  .tx-xs-110-f {
    font-size: 110px !important; }
  .tx-xs-112 {
    font-size: 112px; }
  .tx-xs-112-f {
    font-size: 112px !important; }
  .tx-xs-114 {
    font-size: 114px; }
  .tx-xs-114-f {
    font-size: 114px !important; }
  .tx-xs-116 {
    font-size: 116px; }
  .tx-xs-116-f {
    font-size: 116px !important; }
  .tx-xs-118 {
    font-size: 118px; }
  .tx-xs-118-f {
    font-size: 118px !important; }
  .tx-xs-120 {
    font-size: 120px; }
  .tx-xs-120-f {
    font-size: 120px !important; }
  .tx-xs-122 {
    font-size: 122px; }
  .tx-xs-122-f {
    font-size: 122px !important; }
  .tx-xs-124 {
    font-size: 124px; }
  .tx-xs-124-f {
    font-size: 124px !important; }
  .tx-xs-126 {
    font-size: 126px; }
  .tx-xs-126-f {
    font-size: 126px !important; }
  .tx-xs-128 {
    font-size: 128px; }
  .tx-xs-128-f {
    font-size: 128px !important; }
  .tx-xs-130 {
    font-size: 130px; }
  .tx-xs-130-f {
    font-size: 130px !important; }
  .tx-xs-132 {
    font-size: 132px; }
  .tx-xs-132-f {
    font-size: 132px !important; }
  .tx-xs-134 {
    font-size: 134px; }
  .tx-xs-134-f {
    font-size: 134px !important; }
  .tx-xs-136 {
    font-size: 136px; }
  .tx-xs-136-f {
    font-size: 136px !important; }
  .tx-xs-138 {
    font-size: 138px; }
  .tx-xs-138-f {
    font-size: 138px !important; }
  .tx-xs-140 {
    font-size: 140px; }
  .tx-xs-140-f {
    font-size: 140px !important; }
  .tx-xs-base {
    font-size: 0.8125rem; }
  .tx-xs-bold {
    font-weight: 700; }
  .tx-xs-semibold {
    font-weight: 600; }
  .tx-xs-medium {
    font-weight: 500; }
  .tx-xs-normal {
    font-weight: 400; }
  .tx-xs-light {
    font-weight: 300; }
  .tx-xs-thin {
    font-weight: 200; }
  .tx-xs-xthin {
    font-weight: 100; }
  .lh-xs-0 {
    line-height: 0; }
  .lh-xs-1 {
    line-height: 1.1; }
  .lh-xs-2 {
    line-height: 1.2; }
  .lh-xs-3 {
    line-height: 1.3; }
  .lh-xs-4 {
    line-height: 1.4; }
  .lh-xs-5 {
    line-height: 1.5; }
  .lh-xs-6 {
    line-height: 1.6; }
  .lh-xs-7 {
    line-height: 1.7; }
  .lh-xs-8 {
    line-height: 1.8; }
  .lh-xs-9 {
    line-height: 1.9; }
  .lh-xs-10 {
    line-height: 2.0; }
  .lh-xs-11 {
    line-height: 2.1; }
  .lh-xs-12 {
    line-height: 2.2; }
  .lh-xs-13 {
    line-height: 2.3; }
  .lh-xs-14 {
    line-height: 2.4; }
  .lh-xs-15 {
    line-height: 2.5; }
  .tx-xs-center {
    text-align: center; }
  .tx-xs-right {
    text-align: right; }
  .tx-xs-left {
    text-align: left; }
  .tx-xs-center-f {
    text-align: center !important; }
  .tx-xs-right-f {
    text-align: right !important; }
  .tx-xs-left-f {
    text-align: left !important; } }

@media (min-width: 576px) {
  .tx-sm-8 {
    font-size: 8px; }
  .tx-sm-8-f {
    font-size: 8px !important; }
  .tx-sm-9 {
    font-size: 9px; }
  .tx-sm-9-f {
    font-size: 9px !important; }
  .tx-sm-10 {
    font-size: 10px; }
  .tx-sm-10-f {
    font-size: 10px !important; }
  .tx-sm-11 {
    font-size: 11px; }
  .tx-sm-11-f {
    font-size: 11px !important; }
  .tx-sm-12 {
    font-size: 12px; }
  .tx-sm-12-f {
    font-size: 12px !important; }
  .tx-sm-13 {
    font-size: 13px; }
  .tx-sm-13-f {
    font-size: 13px !important; }
  .tx-sm-14 {
    font-size: 14px; }
  .tx-sm-14-f {
    font-size: 14px !important; }
  .tx-sm-15 {
    font-size: 15px; }
  .tx-sm-15-f {
    font-size: 15px !important; }
  .tx-sm-16 {
    font-size: 16px; }
  .tx-sm-16-f {
    font-size: 16px !important; }
  .tx-sm-18 {
    font-size: 18px; }
  .tx-sm-18-f {
    font-size: 18px !important; }
  .tx-sm-20 {
    font-size: 20px; }
  .tx-sm-20-f {
    font-size: 20px !important; }
  .tx-sm-22 {
    font-size: 22px; }
  .tx-sm-22-f {
    font-size: 22px !important; }
  .tx-sm-24 {
    font-size: 24px; }
  .tx-sm-24-f {
    font-size: 24px !important; }
  .tx-sm-26 {
    font-size: 26px; }
  .tx-sm-26-f {
    font-size: 26px !important; }
  .tx-sm-28 {
    font-size: 28px; }
  .tx-sm-28-f {
    font-size: 28px !important; }
  .tx-sm-30 {
    font-size: 30px; }
  .tx-sm-30-f {
    font-size: 30px !important; }
  .tx-sm-32 {
    font-size: 32px; }
  .tx-sm-32-f {
    font-size: 32px !important; }
  .tx-sm-34 {
    font-size: 34px; }
  .tx-sm-34-f {
    font-size: 34px !important; }
  .tx-sm-36 {
    font-size: 36px; }
  .tx-sm-36-f {
    font-size: 36px !important; }
  .tx-sm-38 {
    font-size: 38px; }
  .tx-sm-38-f {
    font-size: 38px !important; }
  .tx-sm-40 {
    font-size: 40px; }
  .tx-sm-40-f {
    font-size: 40px !important; }
  .tx-sm-42 {
    font-size: 42px; }
  .tx-sm-42-f {
    font-size: 42px !important; }
  .tx-sm-44 {
    font-size: 44px; }
  .tx-sm-44-f {
    font-size: 44px !important; }
  .tx-sm-46 {
    font-size: 46px; }
  .tx-sm-46-f {
    font-size: 46px !important; }
  .tx-sm-48 {
    font-size: 48px; }
  .tx-sm-48-f {
    font-size: 48px !important; }
  .tx-sm-50 {
    font-size: 50px; }
  .tx-sm-50-f {
    font-size: 50px !important; }
  .tx-sm-52 {
    font-size: 52px; }
  .tx-sm-52-f {
    font-size: 52px !important; }
  .tx-sm-54 {
    font-size: 54px; }
  .tx-sm-54-f {
    font-size: 54px !important; }
  .tx-sm-56 {
    font-size: 56px; }
  .tx-sm-56-f {
    font-size: 56px !important; }
  .tx-sm-58 {
    font-size: 58px; }
  .tx-sm-58-f {
    font-size: 58px !important; }
  .tx-sm-60 {
    font-size: 60px; }
  .tx-sm-60-f {
    font-size: 60px !important; }
  .tx-sm-62 {
    font-size: 62px; }
  .tx-sm-62-f {
    font-size: 62px !important; }
  .tx-sm-64 {
    font-size: 64px; }
  .tx-sm-64-f {
    font-size: 64px !important; }
  .tx-sm-66 {
    font-size: 66px; }
  .tx-sm-66-f {
    font-size: 66px !important; }
  .tx-sm-68 {
    font-size: 68px; }
  .tx-sm-68-f {
    font-size: 68px !important; }
  .tx-sm-70 {
    font-size: 70px; }
  .tx-sm-70-f {
    font-size: 70px !important; }
  .tx-sm-72 {
    font-size: 72px; }
  .tx-sm-72-f {
    font-size: 72px !important; }
  .tx-sm-74 {
    font-size: 74px; }
  .tx-sm-74-f {
    font-size: 74px !important; }
  .tx-sm-76 {
    font-size: 76px; }
  .tx-sm-76-f {
    font-size: 76px !important; }
  .tx-sm-78 {
    font-size: 78px; }
  .tx-sm-78-f {
    font-size: 78px !important; }
  .tx-sm-80 {
    font-size: 80px; }
  .tx-sm-80-f {
    font-size: 80px !important; }
  .tx-sm-82 {
    font-size: 82px; }
  .tx-sm-82-f {
    font-size: 82px !important; }
  .tx-sm-84 {
    font-size: 84px; }
  .tx-sm-84-f {
    font-size: 84px !important; }
  .tx-sm-86 {
    font-size: 86px; }
  .tx-sm-86-f {
    font-size: 86px !important; }
  .tx-sm-88 {
    font-size: 88px; }
  .tx-sm-88-f {
    font-size: 88px !important; }
  .tx-sm-90 {
    font-size: 90px; }
  .tx-sm-90-f {
    font-size: 90px !important; }
  .tx-sm-92 {
    font-size: 92px; }
  .tx-sm-92-f {
    font-size: 92px !important; }
  .tx-sm-94 {
    font-size: 94px; }
  .tx-sm-94-f {
    font-size: 94px !important; }
  .tx-sm-96 {
    font-size: 96px; }
  .tx-sm-96-f {
    font-size: 96px !important; }
  .tx-sm-98 {
    font-size: 98px; }
  .tx-sm-98-f {
    font-size: 98px !important; }
  .tx-sm-100 {
    font-size: 100px; }
  .tx-sm-100-f {
    font-size: 100px !important; }
  .tx-sm-102 {
    font-size: 102px; }
  .tx-sm-102-f {
    font-size: 102px !important; }
  .tx-sm-104 {
    font-size: 104px; }
  .tx-sm-104-f {
    font-size: 104px !important; }
  .tx-sm-106 {
    font-size: 106px; }
  .tx-sm-106-f {
    font-size: 106px !important; }
  .tx-sm-108 {
    font-size: 108px; }
  .tx-sm-108-f {
    font-size: 108px !important; }
  .tx-sm-110 {
    font-size: 110px; }
  .tx-sm-110-f {
    font-size: 110px !important; }
  .tx-sm-112 {
    font-size: 112px; }
  .tx-sm-112-f {
    font-size: 112px !important; }
  .tx-sm-114 {
    font-size: 114px; }
  .tx-sm-114-f {
    font-size: 114px !important; }
  .tx-sm-116 {
    font-size: 116px; }
  .tx-sm-116-f {
    font-size: 116px !important; }
  .tx-sm-118 {
    font-size: 118px; }
  .tx-sm-118-f {
    font-size: 118px !important; }
  .tx-sm-120 {
    font-size: 120px; }
  .tx-sm-120-f {
    font-size: 120px !important; }
  .tx-sm-122 {
    font-size: 122px; }
  .tx-sm-122-f {
    font-size: 122px !important; }
  .tx-sm-124 {
    font-size: 124px; }
  .tx-sm-124-f {
    font-size: 124px !important; }
  .tx-sm-126 {
    font-size: 126px; }
  .tx-sm-126-f {
    font-size: 126px !important; }
  .tx-sm-128 {
    font-size: 128px; }
  .tx-sm-128-f {
    font-size: 128px !important; }
  .tx-sm-130 {
    font-size: 130px; }
  .tx-sm-130-f {
    font-size: 130px !important; }
  .tx-sm-132 {
    font-size: 132px; }
  .tx-sm-132-f {
    font-size: 132px !important; }
  .tx-sm-134 {
    font-size: 134px; }
  .tx-sm-134-f {
    font-size: 134px !important; }
  .tx-sm-136 {
    font-size: 136px; }
  .tx-sm-136-f {
    font-size: 136px !important; }
  .tx-sm-138 {
    font-size: 138px; }
  .tx-sm-138-f {
    font-size: 138px !important; }
  .tx-sm-140 {
    font-size: 140px; }
  .tx-sm-140-f {
    font-size: 140px !important; }
  .tx-sm-base {
    font-size: 0.8125rem; }
  .tx-sm-bold {
    font-weight: 700; }
  .tx-sm-semibold {
    font-weight: 600; }
  .tx-sm-medium {
    font-weight: 500; }
  .tx-sm-normal {
    font-weight: 400; }
  .tx-sm-light {
    font-weight: 300; }
  .tx-sm-thin {
    font-weight: 200; }
  .tx-sm-xthin {
    font-weight: 100; }
  .lh-sm-0 {
    line-height: 0; }
  .lh-sm-1 {
    line-height: 1.1; }
  .lh-sm-2 {
    line-height: 1.2; }
  .lh-sm-3 {
    line-height: 1.3; }
  .lh-sm-4 {
    line-height: 1.4; }
  .lh-sm-5 {
    line-height: 1.5; }
  .lh-sm-6 {
    line-height: 1.6; }
  .lh-sm-7 {
    line-height: 1.7; }
  .lh-sm-8 {
    line-height: 1.8; }
  .lh-sm-9 {
    line-height: 1.9; }
  .lh-sm-10 {
    line-height: 2.0; }
  .lh-sm-11 {
    line-height: 2.1; }
  .lh-sm-12 {
    line-height: 2.2; }
  .lh-sm-13 {
    line-height: 2.3; }
  .lh-sm-14 {
    line-height: 2.4; }
  .lh-sm-15 {
    line-height: 2.5; }
  .tx-sm-center {
    text-align: center; }
  .tx-sm-right {
    text-align: right; }
  .tx-sm-left {
    text-align: left; }
  .tx-sm-center-f {
    text-align: center !important; }
  .tx-sm-right-f {
    text-align: right !important; }
  .tx-sm-left-f {
    text-align: left !important; } }

@media (min-width: 768px) {
  .tx-md-8 {
    font-size: 8px; }
  .tx-md-8-f {
    font-size: 8px !important; }
  .tx-md-9 {
    font-size: 9px; }
  .tx-md-9-f {
    font-size: 9px !important; }
  .tx-md-10 {
    font-size: 10px; }
  .tx-md-10-f {
    font-size: 10px !important; }
  .tx-md-11 {
    font-size: 11px; }
  .tx-md-11-f {
    font-size: 11px !important; }
  .tx-md-12 {
    font-size: 12px; }
  .tx-md-12-f {
    font-size: 12px !important; }
  .tx-md-13 {
    font-size: 13px; }
  .tx-md-13-f {
    font-size: 13px !important; }
  .tx-md-14 {
    font-size: 14px; }
  .tx-md-14-f {
    font-size: 14px !important; }
  .tx-md-15 {
    font-size: 15px; }
  .tx-md-15-f {
    font-size: 15px !important; }
  .tx-md-16 {
    font-size: 16px; }
  .tx-md-16-f {
    font-size: 16px !important; }
  .tx-md-18 {
    font-size: 18px; }
  .tx-md-18-f {
    font-size: 18px !important; }
  .tx-md-20 {
    font-size: 20px; }
  .tx-md-20-f {
    font-size: 20px !important; }
  .tx-md-22 {
    font-size: 22px; }
  .tx-md-22-f {
    font-size: 22px !important; }
  .tx-md-24 {
    font-size: 24px; }
  .tx-md-24-f {
    font-size: 24px !important; }
  .tx-md-26 {
    font-size: 26px; }
  .tx-md-26-f {
    font-size: 26px !important; }
  .tx-md-28 {
    font-size: 28px; }
  .tx-md-28-f {
    font-size: 28px !important; }
  .tx-md-30 {
    font-size: 30px; }
  .tx-md-30-f {
    font-size: 30px !important; }
  .tx-md-32 {
    font-size: 32px; }
  .tx-md-32-f {
    font-size: 32px !important; }
  .tx-md-34 {
    font-size: 34px; }
  .tx-md-34-f {
    font-size: 34px !important; }
  .tx-md-36 {
    font-size: 36px; }
  .tx-md-36-f {
    font-size: 36px !important; }
  .tx-md-38 {
    font-size: 38px; }
  .tx-md-38-f {
    font-size: 38px !important; }
  .tx-md-40 {
    font-size: 40px; }
  .tx-md-40-f {
    font-size: 40px !important; }
  .tx-md-42 {
    font-size: 42px; }
  .tx-md-42-f {
    font-size: 42px !important; }
  .tx-md-44 {
    font-size: 44px; }
  .tx-md-44-f {
    font-size: 44px !important; }
  .tx-md-46 {
    font-size: 46px; }
  .tx-md-46-f {
    font-size: 46px !important; }
  .tx-md-48 {
    font-size: 48px; }
  .tx-md-48-f {
    font-size: 48px !important; }
  .tx-md-50 {
    font-size: 50px; }
  .tx-md-50-f {
    font-size: 50px !important; }
  .tx-md-52 {
    font-size: 52px; }
  .tx-md-52-f {
    font-size: 52px !important; }
  .tx-md-54 {
    font-size: 54px; }
  .tx-md-54-f {
    font-size: 54px !important; }
  .tx-md-56 {
    font-size: 56px; }
  .tx-md-56-f {
    font-size: 56px !important; }
  .tx-md-58 {
    font-size: 58px; }
  .tx-md-58-f {
    font-size: 58px !important; }
  .tx-md-60 {
    font-size: 60px; }
  .tx-md-60-f {
    font-size: 60px !important; }
  .tx-md-62 {
    font-size: 62px; }
  .tx-md-62-f {
    font-size: 62px !important; }
  .tx-md-64 {
    font-size: 64px; }
  .tx-md-64-f {
    font-size: 64px !important; }
  .tx-md-66 {
    font-size: 66px; }
  .tx-md-66-f {
    font-size: 66px !important; }
  .tx-md-68 {
    font-size: 68px; }
  .tx-md-68-f {
    font-size: 68px !important; }
  .tx-md-70 {
    font-size: 70px; }
  .tx-md-70-f {
    font-size: 70px !important; }
  .tx-md-72 {
    font-size: 72px; }
  .tx-md-72-f {
    font-size: 72px !important; }
  .tx-md-74 {
    font-size: 74px; }
  .tx-md-74-f {
    font-size: 74px !important; }
  .tx-md-76 {
    font-size: 76px; }
  .tx-md-76-f {
    font-size: 76px !important; }
  .tx-md-78 {
    font-size: 78px; }
  .tx-md-78-f {
    font-size: 78px !important; }
  .tx-md-80 {
    font-size: 80px; }
  .tx-md-80-f {
    font-size: 80px !important; }
  .tx-md-82 {
    font-size: 82px; }
  .tx-md-82-f {
    font-size: 82px !important; }
  .tx-md-84 {
    font-size: 84px; }
  .tx-md-84-f {
    font-size: 84px !important; }
  .tx-md-86 {
    font-size: 86px; }
  .tx-md-86-f {
    font-size: 86px !important; }
  .tx-md-88 {
    font-size: 88px; }
  .tx-md-88-f {
    font-size: 88px !important; }
  .tx-md-90 {
    font-size: 90px; }
  .tx-md-90-f {
    font-size: 90px !important; }
  .tx-md-92 {
    font-size: 92px; }
  .tx-md-92-f {
    font-size: 92px !important; }
  .tx-md-94 {
    font-size: 94px; }
  .tx-md-94-f {
    font-size: 94px !important; }
  .tx-md-96 {
    font-size: 96px; }
  .tx-md-96-f {
    font-size: 96px !important; }
  .tx-md-98 {
    font-size: 98px; }
  .tx-md-98-f {
    font-size: 98px !important; }
  .tx-md-100 {
    font-size: 100px; }
  .tx-md-100-f {
    font-size: 100px !important; }
  .tx-md-102 {
    font-size: 102px; }
  .tx-md-102-f {
    font-size: 102px !important; }
  .tx-md-104 {
    font-size: 104px; }
  .tx-md-104-f {
    font-size: 104px !important; }
  .tx-md-106 {
    font-size: 106px; }
  .tx-md-106-f {
    font-size: 106px !important; }
  .tx-md-108 {
    font-size: 108px; }
  .tx-md-108-f {
    font-size: 108px !important; }
  .tx-md-110 {
    font-size: 110px; }
  .tx-md-110-f {
    font-size: 110px !important; }
  .tx-md-112 {
    font-size: 112px; }
  .tx-md-112-f {
    font-size: 112px !important; }
  .tx-md-114 {
    font-size: 114px; }
  .tx-md-114-f {
    font-size: 114px !important; }
  .tx-md-116 {
    font-size: 116px; }
  .tx-md-116-f {
    font-size: 116px !important; }
  .tx-md-118 {
    font-size: 118px; }
  .tx-md-118-f {
    font-size: 118px !important; }
  .tx-md-120 {
    font-size: 120px; }
  .tx-md-120-f {
    font-size: 120px !important; }
  .tx-md-122 {
    font-size: 122px; }
  .tx-md-122-f {
    font-size: 122px !important; }
  .tx-md-124 {
    font-size: 124px; }
  .tx-md-124-f {
    font-size: 124px !important; }
  .tx-md-126 {
    font-size: 126px; }
  .tx-md-126-f {
    font-size: 126px !important; }
  .tx-md-128 {
    font-size: 128px; }
  .tx-md-128-f {
    font-size: 128px !important; }
  .tx-md-130 {
    font-size: 130px; }
  .tx-md-130-f {
    font-size: 130px !important; }
  .tx-md-132 {
    font-size: 132px; }
  .tx-md-132-f {
    font-size: 132px !important; }
  .tx-md-134 {
    font-size: 134px; }
  .tx-md-134-f {
    font-size: 134px !important; }
  .tx-md-136 {
    font-size: 136px; }
  .tx-md-136-f {
    font-size: 136px !important; }
  .tx-md-138 {
    font-size: 138px; }
  .tx-md-138-f {
    font-size: 138px !important; }
  .tx-md-140 {
    font-size: 140px; }
  .tx-md-140-f {
    font-size: 140px !important; }
  .tx-md-base {
    font-size: 0.8125rem; }
  .tx-md-bold {
    font-weight: 700; }
  .tx-md-semibold {
    font-weight: 600; }
  .tx-md-medium {
    font-weight: 500; }
  .tx-md-normal {
    font-weight: 400; }
  .tx-md-light {
    font-weight: 300; }
  .tx-md-thin {
    font-weight: 200; }
  .tx-md-xthin {
    font-weight: 100; }
  .lh-md-0 {
    line-height: 0; }
  .lh-md-1 {
    line-height: 1.1; }
  .lh-md-2 {
    line-height: 1.2; }
  .lh-md-3 {
    line-height: 1.3; }
  .lh-md-4 {
    line-height: 1.4; }
  .lh-md-5 {
    line-height: 1.5; }
  .lh-md-6 {
    line-height: 1.6; }
  .lh-md-7 {
    line-height: 1.7; }
  .lh-md-8 {
    line-height: 1.8; }
  .lh-md-9 {
    line-height: 1.9; }
  .lh-md-10 {
    line-height: 2.0; }
  .lh-md-11 {
    line-height: 2.1; }
  .lh-md-12 {
    line-height: 2.2; }
  .lh-md-13 {
    line-height: 2.3; }
  .lh-md-14 {
    line-height: 2.4; }
  .lh-md-15 {
    line-height: 2.5; }
  .tx-md-center {
    text-align: center; }
  .tx-md-right {
    text-align: right; }
  .tx-md-left {
    text-align: left; }
  .tx-md-center-f {
    text-align: center !important; }
  .tx-md-right-f {
    text-align: right !important; }
  .tx-md-left-f {
    text-align: left !important; } }

@media (min-width: 992px) {
  .tx-lg-8 {
    font-size: 8px; }
  .tx-lg-8-f {
    font-size: 8px !important; }
  .tx-lg-9 {
    font-size: 9px; }
  .tx-lg-9-f {
    font-size: 9px !important; }
  .tx-lg-10 {
    font-size: 10px; }
  .tx-lg-10-f {
    font-size: 10px !important; }
  .tx-lg-11 {
    font-size: 11px; }
  .tx-lg-11-f {
    font-size: 11px !important; }
  .tx-lg-12 {
    font-size: 12px; }
  .tx-lg-12-f {
    font-size: 12px !important; }
  .tx-lg-13 {
    font-size: 13px; }
  .tx-lg-13-f {
    font-size: 13px !important; }
  .tx-lg-14 {
    font-size: 14px; }
  .tx-lg-14-f {
    font-size: 14px !important; }
  .tx-lg-15 {
    font-size: 15px; }
  .tx-lg-15-f {
    font-size: 15px !important; }
  .tx-lg-16 {
    font-size: 16px; }
  .tx-lg-16-f {
    font-size: 16px !important; }
  .tx-lg-18 {
    font-size: 18px; }
  .tx-lg-18-f {
    font-size: 18px !important; }
  .tx-lg-20 {
    font-size: 20px; }
  .tx-lg-20-f {
    font-size: 20px !important; }
  .tx-lg-22 {
    font-size: 22px; }
  .tx-lg-22-f {
    font-size: 22px !important; }
  .tx-lg-24 {
    font-size: 24px; }
  .tx-lg-24-f {
    font-size: 24px !important; }
  .tx-lg-26 {
    font-size: 26px; }
  .tx-lg-26-f {
    font-size: 26px !important; }
  .tx-lg-28 {
    font-size: 28px; }
  .tx-lg-28-f {
    font-size: 28px !important; }
  .tx-lg-30 {
    font-size: 30px; }
  .tx-lg-30-f {
    font-size: 30px !important; }
  .tx-lg-32 {
    font-size: 32px; }
  .tx-lg-32-f {
    font-size: 32px !important; }
  .tx-lg-34 {
    font-size: 34px; }
  .tx-lg-34-f {
    font-size: 34px !important; }
  .tx-lg-36 {
    font-size: 36px; }
  .tx-lg-36-f {
    font-size: 36px !important; }
  .tx-lg-38 {
    font-size: 38px; }
  .tx-lg-38-f {
    font-size: 38px !important; }
  .tx-lg-40 {
    font-size: 40px; }
  .tx-lg-40-f {
    font-size: 40px !important; }
  .tx-lg-42 {
    font-size: 42px; }
  .tx-lg-42-f {
    font-size: 42px !important; }
  .tx-lg-44 {
    font-size: 44px; }
  .tx-lg-44-f {
    font-size: 44px !important; }
  .tx-lg-46 {
    font-size: 46px; }
  .tx-lg-46-f {
    font-size: 46px !important; }
  .tx-lg-48 {
    font-size: 48px; }
  .tx-lg-48-f {
    font-size: 48px !important; }
  .tx-lg-50 {
    font-size: 50px; }
  .tx-lg-50-f {
    font-size: 50px !important; }
  .tx-lg-52 {
    font-size: 52px; }
  .tx-lg-52-f {
    font-size: 52px !important; }
  .tx-lg-54 {
    font-size: 54px; }
  .tx-lg-54-f {
    font-size: 54px !important; }
  .tx-lg-56 {
    font-size: 56px; }
  .tx-lg-56-f {
    font-size: 56px !important; }
  .tx-lg-58 {
    font-size: 58px; }
  .tx-lg-58-f {
    font-size: 58px !important; }
  .tx-lg-60 {
    font-size: 60px; }
  .tx-lg-60-f {
    font-size: 60px !important; }
  .tx-lg-62 {
    font-size: 62px; }
  .tx-lg-62-f {
    font-size: 62px !important; }
  .tx-lg-64 {
    font-size: 64px; }
  .tx-lg-64-f {
    font-size: 64px !important; }
  .tx-lg-66 {
    font-size: 66px; }
  .tx-lg-66-f {
    font-size: 66px !important; }
  .tx-lg-68 {
    font-size: 68px; }
  .tx-lg-68-f {
    font-size: 68px !important; }
  .tx-lg-70 {
    font-size: 70px; }
  .tx-lg-70-f {
    font-size: 70px !important; }
  .tx-lg-72 {
    font-size: 72px; }
  .tx-lg-72-f {
    font-size: 72px !important; }
  .tx-lg-74 {
    font-size: 74px; }
  .tx-lg-74-f {
    font-size: 74px !important; }
  .tx-lg-76 {
    font-size: 76px; }
  .tx-lg-76-f {
    font-size: 76px !important; }
  .tx-lg-78 {
    font-size: 78px; }
  .tx-lg-78-f {
    font-size: 78px !important; }
  .tx-lg-80 {
    font-size: 80px; }
  .tx-lg-80-f {
    font-size: 80px !important; }
  .tx-lg-82 {
    font-size: 82px; }
  .tx-lg-82-f {
    font-size: 82px !important; }
  .tx-lg-84 {
    font-size: 84px; }
  .tx-lg-84-f {
    font-size: 84px !important; }
  .tx-lg-86 {
    font-size: 86px; }
  .tx-lg-86-f {
    font-size: 86px !important; }
  .tx-lg-88 {
    font-size: 88px; }
  .tx-lg-88-f {
    font-size: 88px !important; }
  .tx-lg-90 {
    font-size: 90px; }
  .tx-lg-90-f {
    font-size: 90px !important; }
  .tx-lg-92 {
    font-size: 92px; }
  .tx-lg-92-f {
    font-size: 92px !important; }
  .tx-lg-94 {
    font-size: 94px; }
  .tx-lg-94-f {
    font-size: 94px !important; }
  .tx-lg-96 {
    font-size: 96px; }
  .tx-lg-96-f {
    font-size: 96px !important; }
  .tx-lg-98 {
    font-size: 98px; }
  .tx-lg-98-f {
    font-size: 98px !important; }
  .tx-lg-100 {
    font-size: 100px; }
  .tx-lg-100-f {
    font-size: 100px !important; }
  .tx-lg-102 {
    font-size: 102px; }
  .tx-lg-102-f {
    font-size: 102px !important; }
  .tx-lg-104 {
    font-size: 104px; }
  .tx-lg-104-f {
    font-size: 104px !important; }
  .tx-lg-106 {
    font-size: 106px; }
  .tx-lg-106-f {
    font-size: 106px !important; }
  .tx-lg-108 {
    font-size: 108px; }
  .tx-lg-108-f {
    font-size: 108px !important; }
  .tx-lg-110 {
    font-size: 110px; }
  .tx-lg-110-f {
    font-size: 110px !important; }
  .tx-lg-112 {
    font-size: 112px; }
  .tx-lg-112-f {
    font-size: 112px !important; }
  .tx-lg-114 {
    font-size: 114px; }
  .tx-lg-114-f {
    font-size: 114px !important; }
  .tx-lg-116 {
    font-size: 116px; }
  .tx-lg-116-f {
    font-size: 116px !important; }
  .tx-lg-118 {
    font-size: 118px; }
  .tx-lg-118-f {
    font-size: 118px !important; }
  .tx-lg-120 {
    font-size: 120px; }
  .tx-lg-120-f {
    font-size: 120px !important; }
  .tx-lg-122 {
    font-size: 122px; }
  .tx-lg-122-f {
    font-size: 122px !important; }
  .tx-lg-124 {
    font-size: 124px; }
  .tx-lg-124-f {
    font-size: 124px !important; }
  .tx-lg-126 {
    font-size: 126px; }
  .tx-lg-126-f {
    font-size: 126px !important; }
  .tx-lg-128 {
    font-size: 128px; }
  .tx-lg-128-f {
    font-size: 128px !important; }
  .tx-lg-130 {
    font-size: 130px; }
  .tx-lg-130-f {
    font-size: 130px !important; }
  .tx-lg-132 {
    font-size: 132px; }
  .tx-lg-132-f {
    font-size: 132px !important; }
  .tx-lg-134 {
    font-size: 134px; }
  .tx-lg-134-f {
    font-size: 134px !important; }
  .tx-lg-136 {
    font-size: 136px; }
  .tx-lg-136-f {
    font-size: 136px !important; }
  .tx-lg-138 {
    font-size: 138px; }
  .tx-lg-138-f {
    font-size: 138px !important; }
  .tx-lg-140 {
    font-size: 140px; }
  .tx-lg-140-f {
    font-size: 140px !important; }
  .tx-lg-base {
    font-size: 0.8125rem; }
  .tx-lg-bold {
    font-weight: 700; }
  .tx-lg-semibold {
    font-weight: 600; }
  .tx-lg-medium {
    font-weight: 500; }
  .tx-lg-normal {
    font-weight: 400; }
  .tx-lg-light {
    font-weight: 300; }
  .tx-lg-thin {
    font-weight: 200; }
  .tx-lg-xthin {
    font-weight: 100; }
  .lh-lg-0 {
    line-height: 0; }
  .lh-lg-1 {
    line-height: 1.1; }
  .lh-lg-2 {
    line-height: 1.2; }
  .lh-lg-3 {
    line-height: 1.3; }
  .lh-lg-4 {
    line-height: 1.4; }
  .lh-lg-5 {
    line-height: 1.5; }
  .lh-lg-6 {
    line-height: 1.6; }
  .lh-lg-7 {
    line-height: 1.7; }
  .lh-lg-8 {
    line-height: 1.8; }
  .lh-lg-9 {
    line-height: 1.9; }
  .lh-lg-10 {
    line-height: 2.0; }
  .lh-lg-11 {
    line-height: 2.1; }
  .lh-lg-12 {
    line-height: 2.2; }
  .lh-lg-13 {
    line-height: 2.3; }
  .lh-lg-14 {
    line-height: 2.4; }
  .lh-lg-15 {
    line-height: 2.5; }
  .tx-lg-center {
    text-align: center; }
  .tx-lg-right {
    text-align: right; }
  .tx-lg-left {
    text-align: left; }
  .tx-lg-center-f {
    text-align: center !important; }
  .tx-lg-right-f {
    text-align: right !important; }
  .tx-lg-left-f {
    text-align: left !important; } }

@media (min-width: 1200px) {
  .tx-xl-8 {
    font-size: 8px; }
  .tx-xl-8-f {
    font-size: 8px !important; }
  .tx-xl-9 {
    font-size: 9px; }
  .tx-xl-9-f {
    font-size: 9px !important; }
  .tx-xl-10 {
    font-size: 10px; }
  .tx-xl-10-f {
    font-size: 10px !important; }
  .tx-xl-11 {
    font-size: 11px; }
  .tx-xl-11-f {
    font-size: 11px !important; }
  .tx-xl-12 {
    font-size: 12px; }
  .tx-xl-12-f {
    font-size: 12px !important; }
  .tx-xl-13 {
    font-size: 13px; }
  .tx-xl-13-f {
    font-size: 13px !important; }
  .tx-xl-14 {
    font-size: 14px; }
  .tx-xl-14-f {
    font-size: 14px !important; }
  .tx-xl-15 {
    font-size: 15px; }
  .tx-xl-15-f {
    font-size: 15px !important; }
  .tx-xl-16 {
    font-size: 16px; }
  .tx-xl-16-f {
    font-size: 16px !important; }
  .tx-xl-18 {
    font-size: 18px; }
  .tx-xl-18-f {
    font-size: 18px !important; }
  .tx-xl-20 {
    font-size: 20px; }
  .tx-xl-20-f {
    font-size: 20px !important; }
  .tx-xl-22 {
    font-size: 22px; }
  .tx-xl-22-f {
    font-size: 22px !important; }
  .tx-xl-24 {
    font-size: 24px; }
  .tx-xl-24-f {
    font-size: 24px !important; }
  .tx-xl-26 {
    font-size: 26px; }
  .tx-xl-26-f {
    font-size: 26px !important; }
  .tx-xl-28 {
    font-size: 28px; }
  .tx-xl-28-f {
    font-size: 28px !important; }
  .tx-xl-30 {
    font-size: 30px; }
  .tx-xl-30-f {
    font-size: 30px !important; }
  .tx-xl-32 {
    font-size: 32px; }
  .tx-xl-32-f {
    font-size: 32px !important; }
  .tx-xl-34 {
    font-size: 34px; }
  .tx-xl-34-f {
    font-size: 34px !important; }
  .tx-xl-36 {
    font-size: 36px; }
  .tx-xl-36-f {
    font-size: 36px !important; }
  .tx-xl-38 {
    font-size: 38px; }
  .tx-xl-38-f {
    font-size: 38px !important; }
  .tx-xl-40 {
    font-size: 40px; }
  .tx-xl-40-f {
    font-size: 40px !important; }
  .tx-xl-42 {
    font-size: 42px; }
  .tx-xl-42-f {
    font-size: 42px !important; }
  .tx-xl-44 {
    font-size: 44px; }
  .tx-xl-44-f {
    font-size: 44px !important; }
  .tx-xl-46 {
    font-size: 46px; }
  .tx-xl-46-f {
    font-size: 46px !important; }
  .tx-xl-48 {
    font-size: 48px; }
  .tx-xl-48-f {
    font-size: 48px !important; }
  .tx-xl-50 {
    font-size: 50px; }
  .tx-xl-50-f {
    font-size: 50px !important; }
  .tx-xl-52 {
    font-size: 52px; }
  .tx-xl-52-f {
    font-size: 52px !important; }
  .tx-xl-54 {
    font-size: 54px; }
  .tx-xl-54-f {
    font-size: 54px !important; }
  .tx-xl-56 {
    font-size: 56px; }
  .tx-xl-56-f {
    font-size: 56px !important; }
  .tx-xl-58 {
    font-size: 58px; }
  .tx-xl-58-f {
    font-size: 58px !important; }
  .tx-xl-60 {
    font-size: 60px; }
  .tx-xl-60-f {
    font-size: 60px !important; }
  .tx-xl-62 {
    font-size: 62px; }
  .tx-xl-62-f {
    font-size: 62px !important; }
  .tx-xl-64 {
    font-size: 64px; }
  .tx-xl-64-f {
    font-size: 64px !important; }
  .tx-xl-66 {
    font-size: 66px; }
  .tx-xl-66-f {
    font-size: 66px !important; }
  .tx-xl-68 {
    font-size: 68px; }
  .tx-xl-68-f {
    font-size: 68px !important; }
  .tx-xl-70 {
    font-size: 70px; }
  .tx-xl-70-f {
    font-size: 70px !important; }
  .tx-xl-72 {
    font-size: 72px; }
  .tx-xl-72-f {
    font-size: 72px !important; }
  .tx-xl-74 {
    font-size: 74px; }
  .tx-xl-74-f {
    font-size: 74px !important; }
  .tx-xl-76 {
    font-size: 76px; }
  .tx-xl-76-f {
    font-size: 76px !important; }
  .tx-xl-78 {
    font-size: 78px; }
  .tx-xl-78-f {
    font-size: 78px !important; }
  .tx-xl-80 {
    font-size: 80px; }
  .tx-xl-80-f {
    font-size: 80px !important; }
  .tx-xl-82 {
    font-size: 82px; }
  .tx-xl-82-f {
    font-size: 82px !important; }
  .tx-xl-84 {
    font-size: 84px; }
  .tx-xl-84-f {
    font-size: 84px !important; }
  .tx-xl-86 {
    font-size: 86px; }
  .tx-xl-86-f {
    font-size: 86px !important; }
  .tx-xl-88 {
    font-size: 88px; }
  .tx-xl-88-f {
    font-size: 88px !important; }
  .tx-xl-90 {
    font-size: 90px; }
  .tx-xl-90-f {
    font-size: 90px !important; }
  .tx-xl-92 {
    font-size: 92px; }
  .tx-xl-92-f {
    font-size: 92px !important; }
  .tx-xl-94 {
    font-size: 94px; }
  .tx-xl-94-f {
    font-size: 94px !important; }
  .tx-xl-96 {
    font-size: 96px; }
  .tx-xl-96-f {
    font-size: 96px !important; }
  .tx-xl-98 {
    font-size: 98px; }
  .tx-xl-98-f {
    font-size: 98px !important; }
  .tx-xl-100 {
    font-size: 100px; }
  .tx-xl-100-f {
    font-size: 100px !important; }
  .tx-xl-102 {
    font-size: 102px; }
  .tx-xl-102-f {
    font-size: 102px !important; }
  .tx-xl-104 {
    font-size: 104px; }
  .tx-xl-104-f {
    font-size: 104px !important; }
  .tx-xl-106 {
    font-size: 106px; }
  .tx-xl-106-f {
    font-size: 106px !important; }
  .tx-xl-108 {
    font-size: 108px; }
  .tx-xl-108-f {
    font-size: 108px !important; }
  .tx-xl-110 {
    font-size: 110px; }
  .tx-xl-110-f {
    font-size: 110px !important; }
  .tx-xl-112 {
    font-size: 112px; }
  .tx-xl-112-f {
    font-size: 112px !important; }
  .tx-xl-114 {
    font-size: 114px; }
  .tx-xl-114-f {
    font-size: 114px !important; }
  .tx-xl-116 {
    font-size: 116px; }
  .tx-xl-116-f {
    font-size: 116px !important; }
  .tx-xl-118 {
    font-size: 118px; }
  .tx-xl-118-f {
    font-size: 118px !important; }
  .tx-xl-120 {
    font-size: 120px; }
  .tx-xl-120-f {
    font-size: 120px !important; }
  .tx-xl-122 {
    font-size: 122px; }
  .tx-xl-122-f {
    font-size: 122px !important; }
  .tx-xl-124 {
    font-size: 124px; }
  .tx-xl-124-f {
    font-size: 124px !important; }
  .tx-xl-126 {
    font-size: 126px; }
  .tx-xl-126-f {
    font-size: 126px !important; }
  .tx-xl-128 {
    font-size: 128px; }
  .tx-xl-128-f {
    font-size: 128px !important; }
  .tx-xl-130 {
    font-size: 130px; }
  .tx-xl-130-f {
    font-size: 130px !important; }
  .tx-xl-132 {
    font-size: 132px; }
  .tx-xl-132-f {
    font-size: 132px !important; }
  .tx-xl-134 {
    font-size: 134px; }
  .tx-xl-134-f {
    font-size: 134px !important; }
  .tx-xl-136 {
    font-size: 136px; }
  .tx-xl-136-f {
    font-size: 136px !important; }
  .tx-xl-138 {
    font-size: 138px; }
  .tx-xl-138-f {
    font-size: 138px !important; }
  .tx-xl-140 {
    font-size: 140px; }
  .tx-xl-140-f {
    font-size: 140px !important; }
  .tx-xl-base {
    font-size: 0.8125rem; }
  .tx-xl-bold {
    font-weight: 700; }
  .tx-xl-semibold {
    font-weight: 600; }
  .tx-xl-medium {
    font-weight: 500; }
  .tx-xl-normal {
    font-weight: 400; }
  .tx-xl-light {
    font-weight: 300; }
  .tx-xl-thin {
    font-weight: 200; }
  .tx-xl-xthin {
    font-weight: 100; }
  .lh-xl-0 {
    line-height: 0; }
  .lh-xl-1 {
    line-height: 1.1; }
  .lh-xl-2 {
    line-height: 1.2; }
  .lh-xl-3 {
    line-height: 1.3; }
  .lh-xl-4 {
    line-height: 1.4; }
  .lh-xl-5 {
    line-height: 1.5; }
  .lh-xl-6 {
    line-height: 1.6; }
  .lh-xl-7 {
    line-height: 1.7; }
  .lh-xl-8 {
    line-height: 1.8; }
  .lh-xl-9 {
    line-height: 1.9; }
  .lh-xl-10 {
    line-height: 2.0; }
  .lh-xl-11 {
    line-height: 2.1; }
  .lh-xl-12 {
    line-height: 2.2; }
  .lh-xl-13 {
    line-height: 2.3; }
  .lh-xl-14 {
    line-height: 2.4; }
  .lh-xl-15 {
    line-height: 2.5; }
  .tx-xl-center {
    text-align: center; }
  .tx-xl-right {
    text-align: right; }
  .tx-xl-left {
    text-align: left; }
  .tx-xl-center-f {
    text-align: center !important; }
  .tx-xl-right-f {
    text-align: right !important; }
  .tx-xl-left-f {
    text-align: left !important; } }

    .mg-20 {
      margin: 20px; }
    
    .mg-20-f {
      margin: 20px !important; }
    
    .mg-y-20 {
      margin-top: 20px;
      margin-bottom: 20px; }
    
    .mg-y-20-f {
      margin-top: 20px !important;
      margin-bottom: 20px !important; }
    
    .mg-x-20 {
      margin-left: 20px;
      margin-right: 20px; }
    
    .mg-x-20-f {
      margin-left: 20px !important;
      margin-right: 20px !important; }
    
    .mg-t-20 {
      margin-top: 20px; }
    
    .mg-r-20 {
      margin-right: 20px; }
    
    .mg-b-20 {
      margin-bottom: 20px; }
    
    .mg-l-20 {
      margin-left: 20px; }
    
    .mg-t-20-f {
      margin-top: 20px !important; }
    
    .mg-r-20-f {
      margin-right: 20px !important; }
    
    .mg-b-20-f {
      margin-bottom: 20px !important; }
    
    .mg-l-20-f {
      margin-left: 20px !important; }
    
    .mg-25 {
      margin: 25px; }
    
    .mg-25-f {
      margin: 25px !important; }
    
    .mg-y-25 {
      margin-top: 25px;
      margin-bottom: 25px; }
    
    .mg-y-25-f {
      margin-top: 25px !important;
      margin-bottom: 25px !important; }
    
    .mg-x-25 {
      margin-left: 25px;
      margin-right: 25px; }
    
    .mg-x-25-f {
      margin-left: 25px !important;
      margin-right: 25px !important; }
    
    .mg-t-25 {
      margin-top: 25px; }
    
    .mg-r-25 {
      margin-right: 25px; }
    
    .mg-b-25 {
      margin-bottom: 25px; }
    
    .mg-l-25 {
      margin-left: 25px; }
    
    .mg-t-25-f {
      margin-top: 25px !important; }
    
    .mg-r-25-f {
      margin-right: 25px !important; }
    
    .mg-b-25-f {
      margin-bottom: 25px !important; }
    
    .mg-l-25-f {
      margin-left: 25px !important; }
    
    .mg-30 {
      margin: 30px; }
    
    .mg-30-f {
      margin: 30px !important; }
    
    .mg-y-30 {
      margin-top: 30px;
      margin-bottom: 30px; }
    
    .mg-y-30-f {
      margin-top: 30px !important;
      margin-bottom: 30px !important; }
    
    .mg-x-30 {
      margin-left: 30px;
      margin-right: 30px; }
    
    .mg-x-30-f {
      margin-left: 30px !important;
      margin-right: 30px !important; }
    
    .mg-t-30 {
      margin-top: 30px; }
    
    .mg-r-30 {
      margin-right: 30px; }
    
    .mg-b-30 {
      margin-bottom: 30px; }
    
    .mg-l-30 {
      margin-left: 30px; }
    
    .mg-t-30-f {
      margin-top: 30px !important; }
    
    .mg-r-30-f {
      margin-right: 30px !important; }
    
    .mg-b-30-f {
      margin-bottom: 30px !important; }
    
    .mg-l-30-f {
      margin-left: 30px !important; }
    
    .mg-35 {
      margin: 35px; }
    
    .mg-35-f {
      margin: 35px !important; }
    
    .mg-y-35 {
      margin-top: 35px;
      margin-bottom: 35px; }
    
    .mg-y-35-f {
      margin-top: 35px !important;
      margin-bottom: 35px !important; }
    
    .mg-x-35 {
      margin-left: 35px;
      margin-right: 35px; }
    
    .mg-x-35-f {
      margin-left: 35px !important;
      margin-right: 35px !important; }
    
    .mg-t-35 {
      margin-top: 35px; }
    
    .mg-r-35 {
      margin-right: 35px; }
    
    .mg-b-35 {
      margin-bottom: 35px; }
    
    .mg-l-35 {
      margin-left: 35px; }
    
    .mg-t-35-f {
      margin-top: 35px !important; }
      @media (min-width: 992px) {
        .mg-lg-0 {
          margin: 0px; }
        .mg-lg-0-f {
          margin: 0px !important; }
        .mg-lg-y-0 {
          margin-top: 0px;
          margin-bottom: 0px; }
        .mg-lg-y-0-f {
          margin-top: 0px !important;
          margin-bottom: 0px !important; }
        .mg-lg-x-0 {
          margin-left: 0px;
          margin-right: 0px; }
        .mg-lg-x-0-f {
          margin-left: 0px !important;
          margin-right: 0px !important; }
        .mg-lg-t-0 {
          margin-top: 0px; }
        .mg-lg-r-0 {
          margin-right: 0px; }
        .mg-lg-b-0 {
          margin-bottom: 0px; }
        .mg-lg-l-0 {
          margin-left: 0px; }
        .mg-lg-t-0-f {
          margin-top: 0px !important; }
        .mg-lg-r-0-f {
          margin-right: 0px !important; }
        .mg-lg-b-0-f {
          margin-bottom: 0px !important; }
        .mg-lg-l-0-f {
          margin-left: 0px !important; }
        .mg-lg-1 {
          margin: 1px; }
        .mg-lg-1-f {
          margin: 1px !important; }
        .mg-lg-y-1 {
          margin-top: 1px;
          margin-bottom: 1px; }
        .mg-lg-y-1-f {
          margin-top: 1px !important;
          margin-bottom: 1px !important; }
        .mg-lg-x-1 {
          margin-left: 1px;
          margin-right: 1px; }
        .mg-lg-x-1-f {
          margin-left: 1px !important;
          margin-right: 1px !important; }
        .mg-lg-t-1 {
          margin-top: 1px; }
        .mg-lg-r-1 {
          margin-right: 1px; }
        .mg-lg-b-1 {
          margin-bottom: 1px; }
        .mg-lg-l-1 {
          margin-left: 1px; }
        .mg-lg-t-1-f {
          margin-top: 1px !important; }
        .mg-lg-r-1-f {
          margin-right: 1px !important; }
        .mg-lg-b-1-f {
          margin-bottom: 1px !important; }
        .mg-lg-l-1-f {
          margin-left: 1px !important; }
        .mg-lg-2 {
          margin: 2px; }
        .mg-lg-2-f {
          margin: 2px !important; }
        .mg-lg-y-2 {
          margin-top: 2px;
          margin-bottom: 2px; }
        .mg-lg-y-2-f {
          margin-top: 2px !important;
          margin-bottom: 2px !important; }
        .mg-lg-x-2 {
          margin-left: 2px;
          margin-right: 2px; }
        .mg-lg-x-2-f {
          margin-left: 2px !important;
          margin-right: 2px !important; }
        .mg-lg-t-2 {
          margin-top: 2px; }
        .mg-lg-r-2 {
          margin-right: 2px; }
        .mg-lg-b-2 {
          margin-bottom: 2px; }
        .mg-lg-l-2 {
          margin-left: 2px; }
        .mg-lg-t-2-f {
          margin-top: 2px !important; }
        .mg-lg-r-2-f {
          margin-right: 2px !important; }
        .mg-lg-b-2-f {
          margin-bottom: 2px !important; }
        .mg-lg-l-2-f {
          margin-left: 2px !important; }
        .mg-lg-3 {
          margin: 3px; }
        .mg-lg-3-f {
          margin: 3px !important; }
        .mg-lg-y-3 {
          margin-top: 3px;
          margin-bottom: 3px; }
        .mg-lg-y-3-f {
          margin-top: 3px !important;
          margin-bottom: 3px !important; }
        .mg-lg-x-3 {
          margin-left: 3px;
          margin-right: 3px; }
        .mg-lg-x-3-f {
          margin-left: 3px !important;
          margin-right: 3px !important; }
        .mg-lg-t-3 {
          margin-top: 3px; }
        .mg-lg-r-3 {
          margin-right: 3px; }
        .mg-lg-b-3 {
          margin-bottom: 3px; }
        .mg-lg-l-3 {
          margin-left: 3px; }
        .mg-lg-t-3-f {
          margin-top: 3px !important; }
        .mg-lg-r-3-f {
          margin-right: 3px !important; }
        .mg-lg-b-3-f {
          margin-bottom: 3px !important; }
        .mg-lg-l-3-f {
          margin-left: 3px !important; }
        .mg-lg-4 {
          margin: 4px; }
        .mg-lg-4-f {
          margin: 4px !important; }
        .mg-lg-y-4 {
          margin-top: 4px;
          margin-bottom: 4px; }
        .mg-lg-y-4-f {
          margin-top: 4px !important;
          margin-bottom: 4px !important; }
        .mg-lg-x-4 {
          margin-left: 4px;
          margin-right: 4px; }
        .mg-lg-x-4-f {
          margin-left: 4px !important;
          margin-right: 4px !important; }
        .mg-lg-t-4 {
          margin-top: 4px; }
        .mg-lg-r-4 {
          margin-right: 4px; }
        .mg-lg-b-4 {
          margin-bottom: 4px; }
        .mg-lg-l-4 {
          margin-left: 4px; }
        .mg-lg-t-4-f {
          margin-top: 4px !important; }
        .mg-lg-r-4-f {
          margin-right: 4px !important; }
        .mg-lg-b-4-f {
          margin-bottom: 4px !important; }
        .mg-lg-l-4-f {
          margin-left: 4px !important; }
        .mg-lg-5 {
          margin: 5px; }
        .mg-lg-5-f {
          margin: 5px !important; }
        .mg-lg-y-5 {
          margin-top: 5px;
          margin-bottom: 5px; }
        .mg-lg-y-5-f {
          margin-top: 5px !important;
          margin-bottom: 5px !important; }
        .mg-lg-x-5 {
          margin-left: 5px;
          margin-right: 5px; }
        .mg-lg-x-5-f {
          margin-left: 5px !important;
          margin-right: 5px !important; }
        .mg-lg-t-5 {
          margin-top: 5px; }
        .mg-lg-r-5 {
          margin-right: 5px; }
        .mg-lg-b-5 {
          margin-bottom: 5px; }
        .mg-lg-l-5 {
          margin-left: 5px; }
        .mg-lg-t-5-f {
          margin-top: 5px !important; }
        .mg-lg-r-5-f {
          margin-right: 5px !important; }
        .mg-lg-b-5-f {
          margin-bottom: 5px !important; }
        .mg-lg-l-5-f {
          margin-left: 5px !important; }
        .mg-lg-6 {
          margin: 6px; }
        .mg-lg-6-f {
          margin: 6px !important; }
        .mg-lg-y-6 {
          margin-top: 6px;
          margin-bottom: 6px; }
        .mg-lg-y-6-f {
          margin-top: 6px !important;
          margin-bottom: 6px !important; }
        .mg-lg-x-6 {
          margin-left: 6px;
          margin-right: 6px; }
        .mg-lg-x-6-f {
          margin-left: 6px !important;
          margin-right: 6px !important; }
        .mg-lg-t-6 {
          margin-top: 6px; }
        .mg-lg-r-6 {
          margin-right: 6px; }
        .mg-lg-b-6 {
          margin-bottom: 6px; }
        .mg-lg-l-6 {
          margin-left: 6px; }
        .mg-lg-t-6-f {
          margin-top: 6px !important; }
        .mg-lg-r-6-f {
          margin-right: 6px !important; }
        .mg-lg-b-6-f {
          margin-bottom: 6px !important; }
        .mg-lg-l-6-f {
          margin-left: 6px !important; }
        .mg-lg-7 {
          margin: 7px; }
        .mg-lg-7-f {
          margin: 7px !important; }
        .mg-lg-y-7 {
          margin-top: 7px;
          margin-bottom: 7px; }
        .mg-lg-y-7-f {
          margin-top: 7px !important;
          margin-bottom: 7px !important; }
        .mg-lg-x-7 {
          margin-left: 7px;
          margin-right: 7px; }
        .mg-lg-x-7-f {
          margin-left: 7px !important;
          margin-right: 7px !important; }
        .mg-lg-t-7 {
          margin-top: 7px; }
        .mg-lg-r-7 {
          margin-right: 7px; }
        .mg-lg-b-7 {
          margin-bottom: 7px; }
        .mg-lg-l-7 {
          margin-left: 7px; }
        .mg-lg-t-7-f {
          margin-top: 7px !important; }
        .mg-lg-r-7-f {
          margin-right: 7px !important; }
        .mg-lg-b-7-f {
          margin-bottom: 7px !important; }
        .mg-lg-l-7-f {
          margin-left: 7px !important; }
        .mg-lg-8 {
          margin: 8px; }
        .mg-lg-8-f {
          margin: 8px !important; }
        .mg-lg-y-8 {
          margin-top: 8px;
          margin-bottom: 8px; }
        .mg-lg-y-8-f {
          margin-top: 8px !important;
          margin-bottom: 8px !important; }
        .mg-lg-x-8 {
          margin-left: 8px;
          margin-right: 8px; }
        .mg-lg-x-8-f {
          margin-left: 8px !important;
          margin-right: 8px !important; }
        .mg-lg-t-8 {
          margin-top: 8px; }
        .mg-lg-r-8 {
          margin-right: 8px; }
        .mg-lg-b-8 {
          margin-bottom: 8px; }
        .mg-lg-l-8 {
          margin-left: 8px; }
        .mg-lg-t-8-f {
          margin-top: 8px !important; }
        .mg-lg-r-8-f {
          margin-right: 8px !important; }
        .mg-lg-b-8-f {
          margin-bottom: 8px !important; }
        .mg-lg-l-8-f {
          margin-left: 8px !important; }
        .mg-lg-9 {
          margin: 9px; }
        .mg-lg-9-f {
          margin: 9px !important; }
        .mg-lg-y-9 {
          margin-top: 9px;
          margin-bottom: 9px; }
        .mg-lg-y-9-f {
          margin-top: 9px !important;
          margin-bottom: 9px !important; }
        .mg-lg-x-9 {
          margin-left: 9px;
          margin-right: 9px; }
        .mg-lg-x-9-f {
          margin-left: 9px !important;
          margin-right: 9px !important; }
        .mg-lg-t-9 {
          margin-top: 9px; }
        .mg-lg-r-9 {
          margin-right: 9px; }
        .mg-lg-b-9 {
          margin-bottom: 9px; }
        .mg-lg-l-9 {
          margin-left: 9px; }
        .mg-lg-t-9-f {
          margin-top: 9px !important; }
        .mg-lg-r-9-f {
          margin-right: 9px !important; }
        .mg-lg-b-9-f {
          margin-bottom: 9px !important; }
        .mg-lg-l-9-f {
          margin-left: 9px !important; }
        .mg-lg-10 {
          margin: 10px; }
        .mg-lg-10-f {
          margin: 10px !important; }
        .mg-lg-y-10 {
          margin-top: 10px;
          margin-bottom: 10px; }
        .mg-lg-y-10-f {
          margin-top: 10px !important;
          margin-bottom: 10px !important; }
        .mg-lg-x-10 {
          margin-left: 10px;
          margin-right: 10px; }
        .mg-lg-x-10-f {
          margin-left: 10px !important;
          margin-right: 10px !important; }
        .mg-lg-t-10 {
          margin-top: 10px; }
        .mg-lg-r-10 {
          margin-right: 10px; }
        .mg-lg-b-10 {
          margin-bottom: 10px; }
        .mg-lg-l-10 {
          margin-left: 10px; }
        .mg-lg-t-10-f {
          margin-top: 10px !important; }
        .mg-lg-r-10-f {
          margin-right: 10px !important; }
        .mg-lg-b-10-f {
          margin-bottom: 10px !important; }
        .mg-lg-l-10-f {
          margin-left: 10px !important; }
        .mg-lg-15 {
          margin: 15px; }
        .mg-lg-15-f {
          margin: 15px !important; }
        .mg-lg-y-15 {
          margin-top: 15px;
          margin-bottom: 15px; }
        .mg-lg-y-15-f {
          margin-top: 15px !important;
          margin-bottom: 15px !important; }
        .mg-lg-x-15 {
          margin-left: 15px;
          margin-right: 15px; }
        .mg-lg-x-15-f {
          margin-left: 15px !important;
          margin-right: 15px !important; }
        .mg-lg-t-15 {
          margin-top: 15px; }
        .mg-lg-r-15 {
          margin-right: 15px; }
        .mg-lg-b-15 {
          margin-bottom: 15px; }
        .mg-lg-l-15 {
          margin-left: 15px; }
        .mg-lg-t-15-f {
          margin-top: 15px !important; }
        .mg-lg-r-15-f {
          margin-right: 15px !important; }
        .mg-lg-b-15-f {
          margin-bottom: 15px !important; }
        .mg-lg-l-15-f {
          margin-left: 15px !important; }
        .mg-lg-20 {
          margin: 20px; }
        .mg-lg-20-f {
          margin: 20px !important; }
        .mg-lg-y-20 {
          margin-top: 20px;
          margin-bottom: 20px; }
        .mg-lg-y-20-f {
          margin-top: 20px !important;
          margin-bottom: 20px !important; }
        .mg-lg-x-20 {
          margin-left: 20px;
          margin-right: 20px; }
        .mg-lg-x-20-f {
          margin-left: 20px !important;
          margin-right: 20px !important; }
        .mg-lg-t-20 {
          margin-top: 20px; }
        .mg-lg-r-20 {
          margin-right: 20px; }
        .mg-lg-b-20 {
          margin-bottom: 20px; }
        .mg-lg-l-20 {
          margin-left: 20px; }
        .mg-lg-t-20-f {
          margin-top: 20px !important; }
        .mg-lg-r-20-f {
          margin-right: 20px !important; }
        .mg-lg-b-20-f {
          margin-bottom: 20px !important; }
        .mg-lg-l-20-f {
          margin-left: 20px !important; }
        .mg-lg-25 {
          margin: 25px; }
        .mg-lg-25-f {
          margin: 25px !important; }
        .mg-lg-y-25 {
          margin-top: 25px;
          margin-bottom: 25px; }
        .mg-lg-y-25-f {
          margin-top: 25px !important;
          margin-bottom: 25px !important; }
        .mg-lg-x-25 {
          margin-left: 25px;
          margin-right: 25px; }
        .mg-lg-x-25-f {
          margin-left: 25px !important;
          margin-right: 25px !important; }
        .mg-lg-t-25 {
          margin-top: 25px; }
        .mg-lg-r-25 {
          margin-right: 25px; }
        .mg-lg-b-25 {
          margin-bottom: 25px; }
        .mg-lg-l-25 {
          margin-left: 25px; }
        .mg-lg-t-25-f {
          margin-top: 25px !important; }
        .mg-lg-r-25-f {
          margin-right: 25px !important; }
        .mg-lg-b-25-f {
          margin-bottom: 25px !important; }
        .mg-lg-l-25-f {
          margin-left: 25px !important; }
        .mg-lg-30 {
          margin: 30px; }
        .mg-lg-30-f {
          margin: 30px !important; }
        .mg-lg-y-30 {
          margin-top: 30px;
          margin-bottom: 30px; }
        .mg-lg-y-30-f {
          margin-top: 30px !important;
          margin-bottom: 30px !important; }
        .mg-lg-x-30 {
          margin-left: 30px;
          margin-right: 30px; }
        .mg-lg-x-30-f {
          margin-left: 30px !important;
          margin-right: 30px !important; }
        .mg-lg-t-30 {
          margin-top: 30px; }
        .mg-lg-r-30 {
          margin-right: 30px; }
        .mg-lg-b-30 {
          margin-bottom: 30px; }
        .mg-lg-l-30 {
          margin-left: 30px; }
        .mg-lg-t-30-f {
          margin-top: 30px !important; }
        .mg-lg-r-30-f {
          margin-right: 30px !important; }
        .mg-lg-b-30-f {
          margin-bottom: 30px !important; }
        .mg-lg-l-30-f {
          margin-left: 30px !important; }
        .mg-lg-35 {
          margin: 35px; }
        .mg-lg-35-f {
          margin: 35px !important; }
        .mg-lg-y-35 {
          margin-top: 35px;
          margin-bottom: 35px; }
        .mg-lg-y-35-f {
          margin-top: 35px !important;
          margin-bottom: 35px !important; }
        .mg-lg-x-35 {
          margin-left: 35px;
          margin-right: 35px; }
        .mg-lg-x-35-f {
          margin-left: 35px !important;
          margin-right: 35px !important; }
        .mg-lg-t-35 {
          margin-top: 35px; }
        .mg-lg-r-35 {
          margin-right: 35px; }
        .mg-lg-b-35 {
          margin-bottom: 35px; }
        .mg-lg-l-35 {
          margin-left: 35px; }
        .mg-lg-t-35-f {
          margin-top: 35px !important; }
        .mg-lg-r-35-f {
          margin-right: 35px !important; }
        .mg-lg-b-35-f {
          margin-bottom: 35px !important; }
        .mg-lg-l-35-f {
          margin-left: 35px !important; }
        .mg-lg-40 {
          margin: 40px; }
        .mg-lg-40-f {
          margin: 40px !important; }
        .mg-lg-y-40 {
          margin-top: 40px;
          margin-bottom: 40px; }
        .mg-lg-y-40-f {
          margin-top: 40px !important;
          margin-bottom: 40px !important; }
        .mg-lg-x-40 {
          margin-left: 40px;
          margin-right: 40px; }
        .mg-lg-x-40-f {
          margin-left: 40px !important;
          margin-right: 40px !important; }
        .mg-lg-t-40 {
          margin-top: 40px; }
        .mg-lg-r-40 {
          margin-right: 40px; }
        .mg-lg-b-40 {
          margin-bottom: 40px; }
        .mg-lg-l-40 {
          margin-left: 40px; }
        .mg-lg-t-40-f {
          margin-top: 40px !important; }
        .mg-lg-r-40-f {
          margin-right: 40px !important; }
        .mg-lg-b-40-f {
          margin-bottom: 40px !important; }
        .mg-lg-l-40-f {
          margin-left: 40px !important; }
        .mg-lg-45 {
          margin: 45px; }
        .mg-lg-45-f {
          margin: 45px !important; }
        .mg-lg-y-45 {
          margin-top: 45px;
          margin-bottom: 45px; }
        .mg-lg-y-45-f {
          margin-top: 45px !important;
          margin-bottom: 45px !important; }
        .mg-lg-x-45 {
          margin-left: 45px;
          margin-right: 45px; }
        .mg-lg-x-45-f {
          margin-left: 45px !important;
          margin-right: 45px !important; }
        .mg-lg-t-45 {
          margin-top: 45px; }
        .mg-lg-r-45 {
          margin-right: 45px; }
        .mg-lg-b-45 {
          margin-bottom: 45px; }
        .mg-lg-l-45 {
          margin-left: 45px; }
        .mg-lg-t-45-f {
          margin-top: 45px !important; }
        .mg-lg-r-45-f {
          margin-right: 45px !important; }
        .mg-lg-b-45-f {
          margin-bottom: 45px !important; }
        .mg-lg-l-45-f {
          margin-left: 45px !important; }
        .mg-lg-50 {
          margin: 50px; }
        .mg-lg-50-f {
          margin: 50px !important; }
        .mg-lg-y-50 {
          margin-top: 50px;
          margin-bottom: 50px; }
        .mg-lg-y-50-f {
          margin-top: 50px !important;
          margin-bottom: 50px !important; }
        .mg-lg-x-50 {
          margin-left: 50px;
          margin-right: 50px; }
        .mg-lg-x-50-f {
          margin-left: 50px !important;
          margin-right: 50px !important; }
        .mg-lg-t-50 {
          margin-top: 50px; }
        .mg-lg-r-50 {
          margin-right: 50px; }
        .mg-lg-b-50 {
          margin-bottom: 50px; }
        .mg-lg-l-50 {
          margin-left: 50px; }
        .mg-lg-t-50-f {
          margin-top: 50px !important; }
        .mg-lg-r-50-f {
          margin-right: 50px !important; }
        .mg-lg-b-50-f {
          margin-bottom: 50px !important; }
        .mg-lg-l-50-f {
          margin-left: 50px !important; }
        .mg-lg-55 {
          margin: 55px; }
        .mg-lg-55-f {
          margin: 55px !important; }
        .mg-lg-y-55 {
          margin-top: 55px;
          margin-bottom: 55px; }
        .mg-lg-y-55-f {
          margin-top: 55px !important;
          margin-bottom: 55px !important; }
        .mg-lg-x-55 {
          margin-left: 55px;
          margin-right: 55px; }
        .mg-lg-x-55-f {
          margin-left: 55px !important;
          margin-right: 55px !important; }
        .mg-lg-t-55 {
          margin-top: 55px; }
        .mg-lg-r-55 {
          margin-right: 55px; }
        .mg-lg-b-55 {
          margin-bottom: 55px; }
        .mg-lg-l-55 {
          margin-left: 55px; }
        .mg-lg-t-55-f {
          margin-top: 55px !important; }
        .mg-lg-r-55-f {
          margin-right: 55px !important; }
        .mg-lg-b-55-f {
          margin-bottom: 55px !important; }
        .mg-lg-l-55-f {
          margin-left: 55px !important; }
        .mg-lg-60 {
          margin: 60px; }
        .mg-lg-60-f {
          margin: 60px !important; }
        .mg-lg-y-60 {
          margin-top: 60px;
          margin-bottom: 60px; }
        .mg-lg-y-60-f {
          margin-top: 60px !important;
          margin-bottom: 60px !important; }
        .mg-lg-x-60 {
          margin-left: 60px;
          margin-right: 60px; }
        .mg-lg-x-60-f {
          margin-left: 60px !important;
          margin-right: 60px !important; }
        .mg-lg-t-60 {
          margin-top: 60px; }
        .mg-lg-r-60 {
          margin-right: 60px; }
        .mg-lg-b-60 {
          margin-bottom: 60px; }
        .mg-lg-l-60 {
          margin-left: 60px; }
        .mg-lg-t-60-f {
          margin-top: 60px !important; }
        .mg-lg-r-60-f {
          margin-right: 60px !important; }
        .mg-lg-b-60-f {
          margin-bottom: 60px !important; }
        .mg-lg-l-60-f {
          margin-left: 60px !important; }
        .mg-lg-65 {
          margin: 65px; }
        .mg-lg-65-f {
          margin: 65px !important; }
        .mg-lg-y-65 {
          margin-top: 65px;
          margin-bottom: 65px; }
        .mg-lg-y-65-f {
          margin-top: 65px !important;
          margin-bottom: 65px !important; }
        .mg-lg-x-65 {
          margin-left: 65px;
          margin-right: 65px; }
        .mg-lg-x-65-f {
          margin-left: 65px !important;
          margin-right: 65px !important; }
        .mg-lg-t-65 {
          margin-top: 65px; }
        .mg-lg-r-65 {
          margin-right: 65px; }
        .mg-lg-b-65 {
          margin-bottom: 65px; }
        .mg-lg-l-65 {
          margin-left: 65px; }
        .mg-lg-t-65-f {
          margin-top: 65px !important; }
        .mg-lg-r-65-f {
          margin-right: 65px !important; }
        .mg-lg-b-65-f {
          margin-bottom: 65px !important; }
        .mg-lg-l-65-f {
          margin-left: 65px !important; }
        .mg-lg-70 {
          margin: 70px; }
        .mg-lg-70-f {
          margin: 70px !important; }
        .mg-lg-y-70 {
          margin-top: 70px;
          margin-bottom: 70px; }
        .mg-lg-y-70-f {
          margin-top: 70px !important;
          margin-bottom: 70px !important; }
        .mg-lg-x-70 {
          margin-left: 70px;
          margin-right: 70px; }
        .mg-lg-x-70-f {
          margin-left: 70px !important;
          margin-right: 70px !important; }
        .mg-lg-t-70 {
          margin-top: 70px; }
        .mg-lg-r-70 {
          margin-right: 70px; }
        .mg-lg-b-70 {
          margin-bottom: 70px; }
        .mg-lg-l-70 {
          margin-left: 70px; }
        .mg-lg-t-70-f {
          margin-top: 70px !important; }
        .mg-lg-r-70-f {
          margin-right: 70px !important; }
        .mg-lg-b-70-f {
          margin-bottom: 70px !important; }
        .mg-lg-l-70-f {
          margin-left: 70px !important; }
        .mg-lg-75 {
          margin: 75px; }
        .mg-lg-75-f {
          margin: 75px !important; }
        .mg-lg-y-75 {
          margin-top: 75px;
          margin-bottom: 75px; }
        .mg-lg-y-75-f {
          margin-top: 75px !important;
          margin-bottom: 75px !important; }
        .mg-lg-x-75 {
          margin-left: 75px;
          margin-right: 75px; }
        .mg-lg-x-75-f {
          margin-left: 75px !important;
          margin-right: 75px !important; }
        .mg-lg-t-75 {
          margin-top: 75px; }
        .mg-lg-r-75 {
          margin-right: 75px; }
        .mg-lg-b-75 {
          margin-bottom: 75px; }
        .mg-lg-l-75 {
          margin-left: 75px; }
        .mg-lg-t-75-f {
          margin-top: 75px !important; }
        .mg-lg-r-75-f {
          margin-right: 75px !important; }
        .mg-lg-b-75-f {
          margin-bottom: 75px !important; }
        .mg-lg-l-75-f {
          margin-left: 75px !important; }
        .mg-lg-80 {
          margin: 80px; }
        .mg-lg-80-f {
          margin: 80px !important; }
        .mg-lg-y-80 {
          margin-top: 80px;
          margin-bottom: 80px; }
        .mg-lg-y-80-f {
          margin-top: 80px !important;
          margin-bottom: 80px !important; }
        .mg-lg-x-80 {
          margin-left: 80px;
          margin-right: 80px; }
        .mg-lg-x-80-f {
          margin-left: 80px !important;
          margin-right: 80px !important; }
        .mg-lg-t-80 {
          margin-top: 80px; }
        .mg-lg-r-80 {
          margin-right: 80px; }
        .mg-lg-b-80 {
          margin-bottom: 80px; }
        .mg-lg-l-80 {
          margin-left: 80px; }
        .mg-lg-t-80-f {
          margin-top: 80px !important; }
        .mg-lg-r-80-f {
          margin-right: 80px !important; }
        .mg-lg-b-80-f {
          margin-bottom: 80px !important; }
        .mg-lg-l-80-f {
          margin-left: 80px !important; }
        .mg-lg-85 {
          margin: 85px; }
        .mg-lg-85-f {
          margin: 85px !important; }
        .mg-lg-y-85 {
          margin-top: 85px;
          margin-bottom: 85px; }
        .mg-lg-y-85-f {
          margin-top: 85px !important;
          margin-bottom: 85px !important; }
        .mg-lg-x-85 {
          margin-left: 85px;
          margin-right: 85px; }
        .mg-lg-x-85-f {
          margin-left: 85px !important;
          margin-right: 85px !important; }
        .mg-lg-t-85 {
          margin-top: 85px; }
        .mg-lg-r-85 {
          margin-right: 85px; }
        .mg-lg-b-85 {
          margin-bottom: 85px; }
        .mg-lg-l-85 {
          margin-left: 85px; }
        .mg-lg-t-85-f {
          margin-top: 85px !important; }
        .mg-lg-r-85-f {
          margin-right: 85px !important; }
        .mg-lg-b-85-f {
          margin-bottom: 85px !important; }
        .mg-lg-l-85-f {
          margin-left: 85px !important; }
        .mg-lg-90 {
          margin: 90px; }
        .mg-lg-90-f {
          margin: 90px !important; }
        .mg-lg-y-90 {
          margin-top: 90px;
          margin-bottom: 90px; }
        .mg-lg-y-90-f {
          margin-top: 90px !important;
          margin-bottom: 90px !important; }
        .mg-lg-x-90 {
          margin-left: 90px;
          margin-right: 90px; }
        .mg-lg-x-90-f {
          margin-left: 90px !important;
          margin-right: 90px !important; }
        .mg-lg-t-90 {
          margin-top: 90px; }
        .mg-lg-r-90 {
          margin-right: 90px; }
        .mg-lg-b-90 {
          margin-bottom: 90px; }
        .mg-lg-l-90 {
          margin-left: 90px; }
        .mg-lg-t-90-f {
          margin-top: 90px !important; }
        .mg-lg-r-90-f {
          margin-right: 90px !important; }
        .mg-lg-b-90-f {
          margin-bottom: 90px !important; }
        .mg-lg-l-90-f {
          margin-left: 90px !important; }
        .mg-lg-95 {
          margin: 95px; }
        .mg-lg-95-f {
          margin: 95px !important; }
        .mg-lg-y-95 {
          margin-top: 95px;
          margin-bottom: 95px; }
        .mg-lg-y-95-f {
          margin-top: 95px !important;
          margin-bottom: 95px !important; }
        .mg-lg-x-95 {
          margin-left: 95px;
          margin-right: 95px; }
        .mg-lg-x-95-f {
          margin-left: 95px !important;
          margin-right: 95px !important; }
        .mg-lg-t-95 {
          margin-top: 95px; }
        .mg-lg-r-95 {
          margin-right: 95px; }
        .mg-lg-b-95 {
          margin-bottom: 95px; }
        .mg-lg-l-95 {
          margin-left: 95px; }
        .mg-lg-t-95-f {
          margin-top: 95px !important; }
        .mg-lg-r-95-f {
          margin-right: 95px !important; }
        .mg-lg-b-95-f {
          margin-bottom: 95px !important; }
        .mg-lg-l-95-f {
          margin-left: 95px !important; }
        .mg-lg-100 {
          margin: 100px; }
        .mg-lg-100-f {
          margin: 100px !important; }
        .mg-lg-y-100 {
          margin-top: 100px;
          margin-bottom: 100px; }
        .mg-lg-y-100-f {
          margin-top: 100px !important;
          margin-bottom: 100px !important; }
        .mg-lg-x-100 {
          margin-left: 100px;
          margin-right: 100px; }
        .mg-lg-x-100-f {
          margin-left: 100px !important;
          margin-right: 100px !important; }
        .mg-lg-t-100 {
          margin-top: 100px; }
        .mg-lg-r-100 {
          margin-right: 100px; }
        .mg-lg-b-100 {
          margin-bottom: 100px; }
        .mg-lg-l-100 {
          margin-left: 100px; }
        .mg-lg-t-100-f {
          margin-top: 100px !important; }
        .mg-lg-r-100-f {
          margin-right: 100px !important; }
        .mg-lg-b-100-f {
          margin-bottom: 100px !important; }
        .mg-lg-l-100-f {
          margin-left: 100px !important; }
        .mg-lg-t-auto {
          margin-top: auto; }
        .mg-lg-r-auto {
          margin-right: auto; }
        .mg-lg-b-auto {
          margin-bottom: auto; }
        .mg-lg-l-auto {
          margin-left: auto; }
        .mg-lg-auto {
          margin: auto; }
        .mg-lg-x-auto {
          margin-left: auto;
          margin-right: auto; } }

          .card-dashboard-ten {
            border-width: 0;
            padding: 20px; }
            @media (min-width: 576px) {
              .card-dashboard-ten {
                width: calc(50% - 11px);
                display: inline-block; } }
            @media (min-width: 992px) {
              .card-dashboard-ten {
                width: auto;
                display: block; } }
            .card-dashboard-ten + .card-dashboard-ten {
              margin-top: 20px; }
              @media (min-width: 576px) {
                .card-dashboard-ten + .card-dashboard-ten {
                  margin-top: 0;
                  margin-left: 18px; } }
              @media (min-width: 992px) {
                .card-dashboard-ten + .card-dashboard-ten {
                  margin-left: 0;
                  margin-top: 20px; } }
            .card-dashboard-ten .az-content-label, .card-dashboard-ten .card-table-two .card-title, .card-table-two .card-dashboard-ten .card-title, .card-dashboard-ten .card-dashboard-eight .card-title, .card-dashboard-eight .card-dashboard-ten .card-title {
              font-size: 13px;
              font-weight: 500;
              margin-bottom: 15px;
              line-height: 1.05;
              color: #fff; }
            .card-dashboard-ten .card-body {
              padding: 0;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .card-dashboard-ten .card-body > div {
                flex: 1; }
                @media (min-width: 992px) {
                  .card-dashboard-ten .card-body > div {
                    flex: none; } }
                @media (min-width: 1360px) {
                  .card-dashboard-ten .card-body > div:first-child {
                    flex-basis: 60%; }
                  .card-dashboard-ten .card-body > div:last-child {
                    flex-basis: 40%; } }
                .card-dashboard-ten .card-body > div label {
                  font-size: 13px;
                  margin-bottom: 0;
                  color: rgba(255, 255, 255, 0.75); }
                .card-dashboard-ten .card-body > div h6 {
                  margin-bottom: 2px;
                  color: #fff;
                  font-size: 32px;
                  font-weight: 600;
                  line-height: .975;
                  font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif; }
                  @media (min-width: 992px) {
                    .card-dashboard-ten .card-body > div h6 {
                      font-size: 24px; } }
                  .card-dashboard-ten .card-body > div h6 span {
                    font-size: 13px; }
                  .card-dashboard-ten .card-body > div h6 .percent {
                    font-size: 20px; }

                    .mg-md-t-0 {
                      margin-top: 0px; }
                    .mg-md-r-0 {
                      margin-right: 0px; }
                    .mg-md-b-0 {
                      margin-bottom: 0px; }
                    .mg-md-l-0 {
                      margin-left: 0px; }
                    .mg-md-t-0-f {
                      margin-top: 0px !important; }

/* ###### 3.7 Grid ###### */
.row-sm {
  margin-left: -10px;
  margin-right: -10px; }
  .row-sm > div {
    padding-left: 10px;
    padding-right: 10px; }

.row-xs {
  margin-left: -5px;
  margin-right: -5px; }
  .row-xs > div {
    padding-left: 5px;
    padding-right: 5px; }

@media (min-width: 576px) {
  .row-xs--sm {
    margin-left: -5px;
    margin-right: -5px; }
    .row-xs--sm > div {
      padding-left: 5px;
      padding-right: 5px; }
  .row-sm--sm {
    margin-left: -10px;
    margin-right: -10px; }
    .row-sm--sm > div {
      padding-left: 10px;
      padding-right: 10px; }
  .row--sm {
    margin-left: -15px;
    margin-right: -15px; }
    .row--sm > div {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 768px) {
  .row-xs--md {
    margin-left: -5px;
    margin-right: -5px; }
    .row-xs--md > div {
      padding-left: 5px;
      padding-right: 5px; }
  .row-sm--md {
    margin-left: -10px;
    margin-right: -10px; }
    .row-sm--md > div {
      padding-left: 10px;
      padding-right: 10px; }
  .row--md {
    margin-left: -15px;
    margin-right: -15px; }
    .row--md > div {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 992px) {
  .row-xs--lg {
    margin-left: -5px;
    margin-right: -5px; }
    .row-xs--lg > div {
      padding-left: 5px;
      padding-right: 5px; }
  .row-sm--lg {
    margin-left: -10px;
    margin-right: -10px; }
    .row-sm--lg > div {
      padding-left: 10px;
      padding-right: 10px; }
  .row--lg {
    margin-left: -15px;
    margin-right: -15px; }
    .row--lg > div {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 1200px) {
  .row-xs--xl {
    margin-left: -5px;
    margin-right: -5px; }
    .row-xs--xl > div {
      padding-left: 5px;
      padding-right: 5px; }
  .row-sm--xl {
    margin-left: -10px;
    margin-right: -10px; }
    .row-sm--xl > div {
      padding-left: 10px;
      padding-right: 10px; }
  .row--xl {
    margin-left: -15px;
    margin-right: -15px; }
    .row--xl > div {
      padding-left: 15px;
      padding-right: 15px; } }          
      
      .card-dashboard-nine {
        border-color: #ced4da;
        background-color: rgba(255, 255, 255, 0.5);
        position: relative;
        padding: 20px 20px 15px; }
        .card-dashboard-nine .card-header {
          position: absolute;
          top: 20px;
          left: 20px;
          right: 20px;
          padding: 0;
          background-color: transparent;
          z-index: 5; }
          .card-dashboard-nine .card-header h1 {
            font-size: 32px;
            font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
            margin-bottom: 8px;
            line-height: 1;
            letter-spacing: -.5px;
            color: #212229; }
        .card-dashboard-nine .az-content-label, .card-dashboard-nine .card-table-two .card-title, .card-table-two .card-dashboard-nine .card-title, .card-dashboard-nine .card-dashboard-eight .card-title, .card-dashboard-eight .card-dashboard-nine .card-title {
          font-size: 13px;
          margin-bottom: 10px;
          color: #494c57; }
        .card-dashboard-nine .card-title {
          font-weight: 600; }
        .card-dashboard-nine .az-content-text {
          color: #70737c; }
        .card-dashboard-nine .bar-chart {
          position: relative;
          width: auto;
          height: 200px; }
          @media (min-width: 992px) {
            .card-dashboard-nine .bar-chart {
              height: 210px; } }
.az-light {
  background-color: #f8f9fa; }
  .az-light::before {
    display: none; }
  .az-light .az-header-dashboard-four {
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 2px 5px rgba(33, 34, 41, 0.05); }
    @media (min-width: 992px) {
      .az-light .az-header-dashboard-four {
        box-shadow: none; } }
  .az-light .az-header-center .form-control, .az-light .az-header-center .dataTables_filter input, .dataTables_filter .az-light .az-header-center input {
    background-color: #fff;
    border-color: #ced4da;
    border-width: 1px;
    line-height: 1.7; }
  .az-light .az-navbar {
    background-color: #fcfcfc;
    border-bottom: 1px solid #ced4da;
    box-shadow: 0 2px 5px rgba(33, 34, 41, 0.05); }
    .az-light .az-navbar .container-fluid {
      padding: 0; }
      @media (min-width: 992px) {
        .az-light .az-navbar .container-fluid {
          padding-left: 20px;
          padding-right: 20px; } }
    .az-light .az-navbar .nav-sub {
      background-color: #fcfcfc;
      border-color: #ced4da;
      box-shadow: 0 3px 4px rgba(33, 34, 41, 0.05); }

.az-content-dashboard-four {
  padding: 20px; }
  @media (min-width: 992px) {
    .az-content-dashboard-four {
      flex: 1; } }
  .az-content-dashboard-four > .media-dashboard {
    display: block; }
    @media (min-width: 1200px) {
      .az-content-dashboard-four > .media-dashboard {
        display: flex;
        align-items: stretch;
        height: 100%; } }
    .az-content-dashboard-four > .media-dashboard .media-aside {
      margin-top: 20px; }
      @media (min-width: 1200px) {
        .az-content-dashboard-four > .media-dashboard .media-aside {
          margin-top: 0;
          display: block;
          width: 320px; } }
    @media (min-width: 1200px) {
      .az-content-dashboard-four > .media-dashboard > .media-body {
        padding: 0 20px 0 0; } }
  .az-content-dashboard-four .az-content-header {
    height: auto;
    margin-bottom: 20px;
    align-items: flex-start;
    padding: 0; }
    @media (min-width: 768px) {
      .az-content-dashboard-four .az-content-header {
        display: flex; } }

.az-content-header-right {
  display: none; }
  @media (min-width: 992px) {
    .az-content-header-right {
      display: flex;
      align-items: center; } }
  .az-content-header-right .media label {
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #969dab; }
  .az-content-header-right .media h6 {
    color: #212229;
    margin-bottom: 0; }
  .az-content-header-right .media + .media {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ced4da; }
  .az-content-header-right .btn:first-of-type, .az-content-header-right .sp-container button:first-of-type, .sp-container .az-content-header-right button:first-of-type {
    margin-left: 30px; }
  .az-content-header-right .btn + .btn, .az-content-header-right .sp-container button + .btn, .sp-container .az-content-header-right button + .btn, .az-content-header-right .sp-container .btn + button, .sp-container .az-content-header-right .btn + button, .az-content-header-right .sp-container button + button, .sp-container .az-content-header-right button + button {
    margin-left: 5px; }

.card-dashboard-calendar {
  border-color: #dee2e6;
  padding: 20px;
  box-shadow: 0 0 10px rgba(33, 34, 41, 0.1); }
  .card-dashboard-calendar .card-title {
    color: #212229;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .card-dashboard-calendar .card-body {
    padding: 0; }
  .card-dashboard-calendar .ui-datepicker-inline {
    border-width: 0;
    max-width: none;
    padding: 0;
    margin: 0; }
  .card-dashboard-calendar .ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid #dee2e6;
    padding: 10px;
    margin-bottom: 5px; }
    .card-dashboard-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,
    .card-dashboard-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
      top: 8px; }
  .card-dashboard-calendar .ui-datepicker .ui-datepicker-month {
    color: #6610f2; }
  .card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar {
    width: calc(100% - 20px); }
    @media (min-width: 576px) {
      .card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar {
        width: 100%; } }
    .card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar th {
      font-size: 10px; }
    .card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar th,
    .card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar td {
      text-align: center; }
    .card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar td a {
      display: block;
      width: 34px;
      height: 34px;
      font-size: 12px;
      font-family: 'Archivo', sans-serif;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .card-dashboard-calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
      background-color: transparent;
      border: 2px solid #007bff;
      color: #007bff;
      font-weight: 700; }

.card-dashboard-twelve {
  border-color: #dee2e6;
  box-shadow: 0 0 10px rgba(33, 34, 41, 0.1); }
  .card-dashboard-twelve .card-header {
    background-color: transparent;
    border-bottom: 1px solid #e9ecef;
    padding: 20px; }
  .card-dashboard-twelve .card-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px; }
    .card-dashboard-twelve .card-title span {
      font-weight: 400;
      color: #494c57;
      text-transform: capitalize; }
  .card-dashboard-twelve .sales-overview {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .card-dashboard-twelve .sales-overview {
        margin-bottom: 10px;
        flex-wrap: nowrap; } }
    .card-dashboard-twelve .sales-overview .media {
      align-items: flex-end;
      flex-shrink: 0;
      flex-basis: calc(50% - 10px); }
      @media (min-width: 576px) {
        .card-dashboard-twelve .sales-overview .media {
          flex-basis: auto; } }
      .card-dashboard-twelve .sales-overview .media + .media {
        margin-left: 20px; }
        @media (min-width: 576px) {
          .card-dashboard-twelve .sales-overview .media + .media {
            margin-left: 40px; } }
        @media (min-width: 992px) {
          .card-dashboard-twelve .sales-overview .media + .media {
            margin-left: 50px; } }
      @media (max-width: 575.98px) {
        .card-dashboard-twelve .sales-overview .media:nth-child(3) {
          margin-left: 0;
          margin-top: 15px; } }
      .card-dashboard-twelve .sales-overview .media:last-child {
        display: none; }
        @media (min-width: 768px) {
          .card-dashboard-twelve .sales-overview .media:last-child {
            flex: 1;
            display: block; } }
    .card-dashboard-twelve .sales-overview .media-icon {
      width: 45px;
      height: 45px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: -5px;
      margin-right: 15px;
      border-radius: 100%;
      display: none; }
      .card-dashboard-twelve .sales-overview .media-icon .typcn {
        line-height: .9;
        font-size: 24px; }
    .card-dashboard-twelve .sales-overview label {
      text-transform: uppercase;
      font-size: 9px;
      font-weight: 700;
      letter-spacing: .5px;
      color: #494c57;
      margin-bottom: 8px; }
      @media (min-width: 576px) {
        .card-dashboard-twelve .sales-overview label {
          font-size: 10px;
          margin-bottom: 10px; } }
    .card-dashboard-twelve .sales-overview h4 {
      font-size: 20px;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 600;
      color: #212229;
      line-height: 1;
      letter-spacing: -1px;
      margin-bottom: 3px; }
      @media (min-width: 576px) {
        .card-dashboard-twelve .sales-overview h4 {
          font-size: 28px; } }
      .card-dashboard-twelve .sales-overview h4 span {
        color: #494c57;
        font-weight: 400; }
    .card-dashboard-twelve .sales-overview .media-body > span {
      display: block;
      font-size: 10px;
      color: #969dab; }
      @media (min-width: 576px) {
        .card-dashboard-twelve .sales-overview .media-body > span {
          font-size: 11px; } }
      .card-dashboard-twelve .sales-overview .media-body > span strong {
        font-weight: 500;
        color: #494c57; }
    .card-dashboard-twelve .sales-overview p {
      font-size: 11px;
      margin-bottom: 0;
      color: #969dab; }
  .card-dashboard-twelve .card-body {
    position: relative;
    padding: 20px 5px; }
    @media (min-width: 576px) {
      .card-dashboard-twelve .card-body {
        padding: 20px; } }
  .card-dashboard-twelve .chart-legend {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 10;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .card-dashboard-twelve .chart-legend {
        top: 65px; } }
    .card-dashboard-twelve .chart-legend div {
      display: flex;
      align-items: center; }
      .card-dashboard-twelve .chart-legend div + div {
        margin-left: 15px; }
        @media (min-width: 576px) {
          .card-dashboard-twelve .chart-legend div + div {
            margin-left: 30px; } }
    .card-dashboard-twelve .chart-legend span {
      width: 10px;
      height: 4px;
      display: block;
      margin-right: 5px; }
      @media (min-width: 576px) {
        .card-dashboard-twelve .chart-legend span {
          width: 40px;
          margin-right: 10px; } }
  .card-dashboard-twelve .chart-wrapper {
    position: relative;
    margin-left: -13px;
    margin-right: -13px; }
    @media (min-width: 576px) {
      .card-dashboard-twelve .chart-wrapper {
        margin-left: -10px;
        margin-right: -15px; } }
  .card-dashboard-twelve .flot-chart {
    width: 100%;
    height: 200px;
    position: relative; }
    @media (min-width: 768px) {
      .card-dashboard-twelve .flot-chart {
        height: 250px; } }
    @media (min-width: 992px) {
      .card-dashboard-twelve .flot-chart {
        height: 300px; } }
    .card-dashboard-twelve .flot-chart .flot-x-axis > div span:first-child {
      display: block;
      text-transform: uppercase;
      font-family: "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 500;
      font-size: 10px;
      color: #70737c; }
    .card-dashboard-twelve .flot-chart .flot-x-axis > div span:last-child {
      display: block;
      font-size: 16px;
      font-weight: 700;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      color: #212229;
      line-height: 1; }

.az-media-date h1 {
  font-size: 42px;
  font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  color: #212229;
  line-height: .95; }

.az-media-date .media-body {
  margin-left: 5px; }

.az-media-date p {
  color: #212229;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase; }

.az-media-date span {
  display: block;
  line-height: 1.2; }

.card-dashboard-thirteen {
  border-color: #dee2e6;
  padding: 20px;
  box-shadow: 0 0 10px rgba(33, 34, 41, 0.1); }
  .card-dashboard-thirteen .az-content-label, .card-dashboard-thirteen .card-table-two .card-title, .card-table-two .card-dashboard-thirteen .card-title, .card-dashboard-thirteen .card-dashboard-eight .card-title, .card-dashboard-eight .card-dashboard-thirteen .card-title {
    font-size: 13px; }
  .card-dashboard-thirteen .media {
    margin-bottom: 15px; }
  .card-dashboard-thirteen .media-icon {
    font-size: 45px;
    line-height: 1;
    margin-right: 10px;
    display: flex; }
    .card-dashboard-thirteen .media-icon i {
      line-height: 0; }
  .card-dashboard-thirteen .media-body h6 {
    font-size: 22px;
    font-weight: 600;
    font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    color: #212229;
    letter-spacing: -.5px;
    margin-bottom: 2px; }
    .card-dashboard-thirteen .media-body h6 span {
      font-weight: 400;
      color: #494c57; }
  .card-dashboard-thirteen .media-body label {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    letter-spacing: .5px; }

.card-dashboard-events {
  border-color: #dee2e6;
  box-shadow: 0 0 10px rgba(33, 34, 41, 0.1); }
  .card-dashboard-events .card-header {
    padding: 20px;
    background-color: transparent; }
  .card-dashboard-events .card-title {
    color: #70737c;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px; }
  .card-dashboard-events .card-subtitle {
    color: #212229;
    font-weight: 400;
    font-size: 18px; }
  .card-dashboard-events .card-body {
    padding: 0; }
  .card-dashboard-events .list-group-item {
    padding: 15px 20px 15px 40px;
    border-left-width: 0;
    border-right-width: 0;
    position: relative; }
    .card-dashboard-events .list-group-item:first-child, .card-dashboard-events .list-group-item:last-child {
      border-radius: 0; }
    .card-dashboard-events .list-group-item label {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 10px;
      color: #494c57;
      margin-bottom: 5px;
      letter-spacing: .5px; }
      .card-dashboard-events .list-group-item label span {
        color: #969dab;
        font-weight: 500; }
    .card-dashboard-events .list-group-item h6 {
      font-size: 14px;
      font-weight: 700;
      color: #212229;
      margin-bottom: 5px;
      display: flex;
      align-items: center; }
    .card-dashboard-events .list-group-item p {
      margin-bottom: 5px; }
      .card-dashboard-events .list-group-item p strong {
        font-weight: 500; }
    .card-dashboard-events .list-group-item small {
      font-size: 11px; }
      .card-dashboard-events .list-group-item small span {
        font-weight: 700;
        text-transform: uppercase; }
  .card-dashboard-events .event-indicator {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 21px;
    left: 20px;
    border-radius: 100%; }
  .card-dashboard-events .event-user {
    margin-top: 10px;
    display: flex;
    align-items: center; }
    .card-dashboard-events .event-user .az-img-user {
      width: 28px;
      height: 28px; }
      .card-dashboard-events .event-user .az-img-user::after {
        display: none; }
      .card-dashboard-events .event-user .az-img-user + .az-img-user {
        margin-left: -6px; }
    .card-dashboard-events .event-user a:last-child {
      margin-left: 10px;
      color: #70737c;
      font-weight: 500;
      font-size: 11px; }
      .card-dashboard-events .event-user a:last-child:hover, .card-dashboard-events .event-user a:last-child:focus {
        color: #494c57; }

.card-dashboard-fourteen {
  border-color: #dee2e6;
  box-shadow: 0 0 10px rgba(33, 34, 41, 0.1);
  padding: 20px; }
  @media (min-width: 768px) {
    .card-dashboard-fourteen {
      height: 100%; } }
  .card-dashboard-fourteen .az-content-label, .card-dashboard-fourteen .card-table-two .card-title, .card-table-two .card-dashboard-fourteen .card-title, .card-dashboard-fourteen .card-dashboard-eight .card-title, .card-dashboard-eight .card-dashboard-fourteen .card-title {
    font-size: 0.8125rem;
    margin-bottom: 20px; }
    .card-dashboard-fourteen .az-content-label span, .card-dashboard-fourteen .card-table-two .card-title span, .card-table-two .card-dashboard-fourteen .card-title span, .card-dashboard-fourteen .card-dashboard-eight .card-title span, .card-dashboard-eight .card-dashboard-fourteen .card-title span {
      font-weight: 400;
      color: #969dab;
      text-transform: none; }
  .card-dashboard-fourteen .card-body {
    padding: 0;
    min-height: 100px; }
    .card-dashboard-fourteen .card-body h1 {
      color: #212229;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 600;
      letter-spacing: -1px;
      margin-bottom: 0; }
      .card-dashboard-fourteen .card-body h1 span {
        color: #969dab;
        letter-spacing: normal;
        font-weight: 400;
        margin-right: 5px; }
    .card-dashboard-fourteen .card-body h4 {
      color: #212229;
      font-weight: 700;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      margin-bottom: 0;
      letter-spacing: -.5px; }
    .card-dashboard-fourteen .card-body .progress {
      margin-bottom: 2px; }
    .card-dashboard-fourteen .card-body small {
      font-size: 11px;
      color: #969dab; }
  .card-dashboard-fourteen .sparkline-wrapper canvas {
    width: 100% !important; }
  .card-dashboard-fourteen .card-footer {
    background-color: transparent;
    padding: 0;
    margin-top: 15px;
    border-top-width: 0; }
    .card-dashboard-fourteen .card-footer h6 {
      color: #212229;
      font-size: 20px;
      font-weight: 700;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      margin-bottom: 0;
      letter-spacing: -.5px; }
    .card-dashboard-fourteen .card-footer label {
      display: block;
      margin-bottom: 0;
      color: #969dab;
      font-size: 11px; }
      @media (min-width: 576px) {
        .card-dashboard-fourteen .card-footer label {
          font-size: 0.8125rem; } }

/* ###### 8.5 Dashboard Five  ###### */
.az-body-sidebar.az-light .az-sidebar {
  background-color: #f8f9fa;
  border-right-color: #dee2e6;
  box-shadow: 2px 0 3px rgba(33, 34, 41, 0.04);
  z-index: 5; }

.az-content-dashboard-five {
  background-color: #f2f4f6; }
  .az-content-dashboard-five .az-header {
    background-color: #fcfcfc;
    box-shadow: 0 2px 3px rgba(33, 34, 41, 0.05); }
  .az-content-dashboard-five .az-header-menu-icon {
    margin-right: 0; }
  .az-content-dashboard-five .az-header-center .form-control, .az-content-dashboard-five .az-header-center .dataTables_filter input, .dataTables_filter .az-content-dashboard-five .az-header-center input {
    border-color: #dee2e6; }
  .az-content-dashboard-five .az-content-header {
    padding: 20px 20px 0; }
    @media (min-width: 1200px) {
      .az-content-dashboard-five .az-content-header {
        padding: 25px 25px 0; } }
  .az-content-dashboard-five .az-content-body {
    padding: 20px; }
  .az-content-dashboard-five .card {
    background-color: #fcfcfc;
    border-color: #dee2e6;
    box-shadow: 0 0 10px rgba(33, 34, 41, 0.1); }
  .az-content-dashboard-five .card-header {
    padding: 20px 20px 0;
    background-color: transparent; }
  .az-content-dashboard-five .card-text {
    font-size: 12px;
    line-height: 1.4;
    color: #969dab;
    margin-bottom: 0; }

.card-dashboard-fifteen {
  padding: 20px 20px 0;
  overflow: hidden; }
  .card-dashboard-fifteen h1 {
    font-size: 40px;
    font-weight: 500;
    font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    color: #212229;
    margin-bottom: 0;
    line-height: 1; }
    .card-dashboard-fifteen h1 span {
      display: inline;
      font-size: 18px;
      color: #70737c; }
  .card-dashboard-fifteen label {
    font-size: 14px;
    font-weight: 500;
    display: block; }
  .card-dashboard-fifteen span {
    color: #969dab;
    display: block;
    font-size: 12px; }
  .card-dashboard-fifteen .chart-wrapper {
    position: relative;
    margin-left: -32px;
    margin-right: -32px;
    margin-bottom: -10px; }
  .card-dashboard-fifteen .flot-chart {
    width: 100%;
    height: 127px;
    position: relative;
    margin-top: 20px; }
    .card-dashboard-fifteen .flot-chart .flot-x-axis > div:nth-child(4) {
      color: #212229 !important; }

.table-talk-time {
  margin-bottom: 0; }
  .table-talk-time thead > tr th,
  .table-talk-time thead > tr td,
  .table-talk-time tbody > tr th,
  .table-talk-time tbody > tr td {
    padding: 7px 10px; }
  .table-talk-time thead > tr th:first-child,
  .table-talk-time thead > tr td:first-child,
  .table-talk-time tbody > tr th:first-child,
  .table-talk-time tbody > tr td:first-child {
    padding-left: 20px; }

.card-dashboard-sixteen .az-img-user::after {
  display: none; }

.card-dashboard-sixteen .table tbody > tr {
  background-color: transparent; }
  .card-dashboard-sixteen .table tbody > tr th, .card-dashboard-sixteen .table tbody > tr td {
    padding: 10px 10px 10px 0;
    vertical-align: middle;
    white-space: nowrap; }
    .card-dashboard-sixteen .table tbody > tr th:first-child, .card-dashboard-sixteen .table tbody > tr td:first-child {
      width: 10%; }
    .card-dashboard-sixteen .table tbody > tr th:nth-child(2), .card-dashboard-sixteen .table tbody > tr td:nth-child(2) {
      width: 60%; }
    .card-dashboard-sixteen .table tbody > tr th:last-child, .card-dashboard-sixteen .table tbody > tr td:last-child {
      width: 30%; }

.dashboard-five-stacked-chart {
  height: 200px; }
  @media (min-width: 768px) {
    .dashboard-five-stacked-chart {
      height: 240px; } }
  @media (min-width: 847px) {
    .dashboard-five-stacked-chart {
      height: 260px; } }
  @media (min-width: 992px) {
    .dashboard-five-stacked-chart {
      height: 240px; } }
  @media (min-width: 1067px) {
    .dashboard-five-stacked-chart {
      height: 260px; } }

/* ###### 8.6 Dashboard Six  ###### */
.az-light .az-iconbar {
  background-color: #e9ecef; }

.az-light .az-iconbar-aside {
  background-color: #e9ecef; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .az-light .az-iconbar-aside.show + .az-content {
      box-shadow: none; } }

.az-light .az-iconbar-body .nav {
  border-left-color: #ced4da; }

.az-light .az-iconbar-body .nav-link + .nav-link {
  border-top-color: #bfc7cf; }

.az-content-dashboard-six {
  border-left-color: #ced4da;
  box-shadow: 0 0 7px rgba(33, 34, 41, 0.08);
  position: relative;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f8f9fa; }
  @media (min-width: 992px) {
    .az-content-dashboard-six {
      border-left: 1px solid #ced4da;
      margin-left: 64px;
      z-index: 550; } }

.az-header-dashboard-six {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  box-shadow: 0 0 10px rgba(33, 34, 41, 0.06); }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .az-header-dashboard-six .az-header-center {
      margin-left: 5px; } }
  @media (min-width: 1200px) {
    .az-header-dashboard-six .az-header-center {
      margin-left: 0; } }
  .az-header-dashboard-six .az-header-menu-icon {
    margin-right: 0; }
    @media (min-width: 992px) {
      .az-header-dashboard-six .az-header-menu-icon {
        display: none; } }

.az-content-body-dashboard-six {
  padding: 20px; }
  .az-content-body-dashboard-six .az-content-title {
    letter-spacing: -.8px; }
  .az-content-body-dashboard-six .card {
    border-color: #dee2e6;
    box-shadow: 0 0 10px rgba(33, 34, 41, 0.06); }
  .az-content-body-dashboard-six .card-header {
    background-color: transparent;
    padding: 20px 20px 0; }
  .az-content-body-dashboard-six .card-title {
    text-transform: uppercase;
    font-weight: 700; }

.card-dashboard-donut .card-body {
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

.card-dashboard-donut .az-donut-chart.chart1 {
  width: 140px;
  height: 140px;
  background: #dee2e6; }
  .card-dashboard-donut .az-donut-chart.chart1 .slice.one {
    clip: rect(0 140px 70px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #6f42c1; }
  .card-dashboard-donut .az-donut-chart.chart1 .slice.two {
    clip: rect(0 70px 140px 0);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    background: #6f42c1; }
  .card-dashboard-donut .az-donut-chart.chart1 .chart-center {
    top: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    background: #fff; }
    .card-dashboard-donut .az-donut-chart.chart1 .chart-center span {
      font-size: 40px;
      line-height: 120px;
      color: #6f42c1; }
      .card-dashboard-donut .az-donut-chart.chart1 .chart-center span:after {
        content: "75%"; }

.card-dashboard-donut .az-donut-chart.chart2 {
  width: 140px;
  height: 140px;
  background: #dee2e6; }
  .card-dashboard-donut .az-donut-chart.chart2 .slice.one {
    clip: rect(0 140px 70px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #007bff; }
  .card-dashboard-donut .az-donut-chart.chart2 .slice.two {
    clip: rect(0 70px 140px 0);
    -webkit-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
    background: #007bff; }
  .card-dashboard-donut .az-donut-chart.chart2 .chart-center {
    top: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    background: #fff; }
    .card-dashboard-donut .az-donut-chart.chart2 .chart-center span {
      font-size: 40px;
      line-height: 120px;
      color: #007bff; }
      .card-dashboard-donut .az-donut-chart.chart2 .chart-center span:after {
        content: "68%"; }

.card-dashboard-donut .az-donut-chart.chart1 .chart-center span,
.card-dashboard-donut .az-donut-chart.chart2 .chart-center span {
  font-weight: 600;
  font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 32px; }

.card-dashboard-balance {
  position: relative;
  overflow: hidden; }
  @media (min-width: 576px) {
    .card-dashboard-balance {
      min-height: 260px;
      height: 100%; } }
  .card-dashboard-balance .card-body {
    padding: 20px;
    position: relative;
    z-index: 5; }
    @media (min-width: 576px) {
      .card-dashboard-balance .card-body {
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
  .card-dashboard-balance .fab {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
    color: #007bff;
    z-index: 5;
    background-color: #fff; }
  .card-dashboard-balance .az-content-label, .card-dashboard-balance .card-table-two .card-title, .card-table-two .card-dashboard-balance .card-title, .card-dashboard-balance .card-dashboard-eight .card-title, .card-dashboard-eight .card-dashboard-balance .card-title {
    color: #70737c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px; }
    @media (min-width: 576px) {
      .card-dashboard-balance .az-content-label, .card-dashboard-balance .card-table-two .card-title, .card-table-two .card-dashboard-balance .card-title, .card-dashboard-balance .card-dashboard-eight .card-title, .card-dashboard-eight .card-dashboard-balance .card-title {
        font-size: 11px; } }
  .card-dashboard-balance .balance-amount {
    color: #212229;
    font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -1px;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .card-dashboard-balance .balance-amount {
        font-size: 36px; } }
    .card-dashboard-balance .balance-amount span {
      color: #969dab;
      font-weight: 400;
      letter-spacing: normal; }
  .card-dashboard-balance .account-number {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    color: #212229;
    letter-spacing: -1px;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .card-dashboard-balance .account-number {
        font-size: 28px; } }
    .card-dashboard-balance .account-number span {
      display: flex;
      align-items: center;
      line-height: 1; }
      .card-dashboard-balance .account-number span + span {
        margin-left: 20px; }
        @media (min-width: 576px) {
          .card-dashboard-balance .account-number span + span {
            margin-left: 30px; } }
        @media (min-width: 1200px) {
          .card-dashboard-balance .account-number span + span {
            margin-left: 50px; } }
      .card-dashboard-balance .account-number span i {
        width: 5px;
        height: 5px;
        background-color: #212229;
        border-radius: 100%; }
        @media (min-width: 576px) {
          .card-dashboard-balance .account-number span i {
            width: 10px;
            height: 10px; } }
        .card-dashboard-balance .account-number span i + i {
          margin-left: 5px; }
  .card-dashboard-balance .account-name {
    color: #212229;
    font-weight: 400;
    margin-bottom: 0; }
  .card-dashboard-balance .chart-wrapper {
    position: absolute;
    top: 20px;
    bottom: 10px;
    left: -10px;
    right: -10px;
    opacity: .3;
    z-index: 4; }
  .card-dashboard-balance .flot-chart {
    width: 100%;
    height: 100%; }

@media (min-width: 1200px) {
  .card-dashboard-ratio {
    height: 350px; } }

.card-dashboard-ratio .card-body {
  display: flex;
  align-items: center; }
  .card-dashboard-ratio .card-body + .card-body {
    padding-top: 0px; }
  .card-dashboard-ratio .card-body > div:first-child {
    width: 140px;
    display: none;
    align-items: center;
    justify-content: center; }
    @media (min-width: 576px) {
      .card-dashboard-ratio .card-body > div:first-child {
        display: flex; } }
  .card-dashboard-ratio .card-body > div:last-child {
    flex: 1; }
    @media (min-width: 576px) {
      .card-dashboard-ratio .card-body > div:last-child {
        margin-left: 30px; } }
  .card-dashboard-ratio .card-body h5 {
    font-size: 28px;
    font-weight: 600;
    font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    color: #212229;
    letter-spacing: -1px;
    margin-bottom: 2px; }

.card-dashboard-ratio .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ced4da;
  font-size: 140px; }
  .card-dashboard-ratio .card-icon .typcn {
    line-height: 1; }
    .card-dashboard-ratio .card-icon .typcn::before {
      width: auto; }

.card-dashboard-finance {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (min-width: 992px) {
    .card-dashboard-finance {
      min-height: 172px; } }
  @media (min-width: 1200px) {
    .card-dashboard-finance {
      min-height: 165px; } }
  .card-dashboard-finance .card-title {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .card-dashboard-finance .card-title {
        margin-bottom: auto; } }
  .card-dashboard-finance h2 {
    line-height: 1;
    color: #212229;
    font-weight: 600;
    font-size: 30px;
    font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: -1px;
    margin-top: 10px;
    margin-bottom: 2px; }
    .card-dashboard-finance h2 span {
      letter-spacing: normal;
      color: #969dab;
      font-weight: 400;
      margin-right: 5px; }

.card-dashboard-table-six .card-title {
  padding: 15px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #dee2e6; }

.card-dashboard-table-six .table-responsive {
  width: calc(100vw - 42px); }
  @media (min-width: 992px) {
    .card-dashboard-table-six .table-responsive {
      width: 100%; } }

.card-dashboard-table-six .table {
  margin-bottom: 0; }
  .card-dashboard-table-six .table thead tr th {
    white-space: nowrap; }
  .card-dashboard-table-six .table thead tr:first-child {
    background-color: #e9ecef; }
    .card-dashboard-table-six .table thead tr:first-child th {
      padding: 10px 12px;
      line-height: 1; }
      .card-dashboard-table-six .table thead tr:first-child th:last-child {
        border-left: 1px solid #ced4da; }
  .card-dashboard-table-six .table thead tr:last-child th {
    width: 13%;
    padding: 10px 12px;
    line-height: 1;
    text-align: right; }
    .card-dashboard-table-six .table thead tr:last-child th:first-child {
      width: 22%; }
    .card-dashboard-table-six .table thead tr:last-child th:nth-child(2) {
      border-left: 1px solid #ced4da; }
    .card-dashboard-table-six .table thead tr:last-child th:nth-child(6) {
      border-left: 1px solid #ced4da; }
  .card-dashboard-table-six .table tbody tr td {
    text-align: right;
    white-space: nowrap; }
  .card-dashboard-table-six .table tbody tr td:first-child {
    text-align: left; }
  .card-dashboard-table-six .table tbody tr td:nth-child(2) {
    border-left: 1px solid #ced4da; }
  .card-dashboard-table-six .table tbody tr td:nth-child(6) {
    border-left: 1px solid #ced4da; }
  .card-dashboard-table-six .table tbody tr:last-child td {
    font-weight: 500;
    color: #212229; }

/* ###### 8.7 Dashboard Seven  ###### */
.az-minimal {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff; }
  @media (min-width: 1200px) {
    .az-minimal {
      padding: 10px 0 0; } }
  .az-minimal .az-navbar-three .nav-item.active::before {
    bottom: -3px; }
  .az-minimal .az-navbar-three .nav-item.active .nav-link {
    font-weight: 700; }
  .az-minimal .az-navbar-three .nav-link {
    font-size: 13px; }
  .az-minimal .az-content {
    padding: 0; }
  .az-minimal .az-footer {
    margin-top: auto; }
  .az-minimal.az-navbar-show .az-header {
    z-index: auto; }

.az-content-title-minimal {
  color: #212229;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 8px; }
  .az-content-title-minimal span {
    font-weight: 700; }

.az-content-text-minimal {
  font-weight: 400;
  color: #494c57;
  margin-bottom: 20px; }

.media-dashboard-one {
  display: block; }
  @media (min-width: 992px) {
    .media-dashboard-one {
      display: flex;
      align-items: stretch; } }
  .media-dashboard-one .media-right {
    width: 100%;
    flex-shrink: 0; }
    @media (min-width: 992px) {
      .media-dashboard-one .media-right {
        width: 280px; } }
  .media-dashboard-one .media-body {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .media-dashboard-one .media-body {
        margin-right: 20px;
        margin-bottom: 0; } }

.card-minimal-one {
  border-color: #ced4da;
  min-height: 320px;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .card-minimal-one .card-body {
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 5; }
    .card-minimal-one .card-body > label {
      font-weight: 700;
      font-size: 14px;
      color: #6610f2;
      text-transform: uppercase;
      margin-bottom: 5px;
      display: block;
      line-height: 1; }
      .card-minimal-one .card-body > label span {
        font-weight: 500;
        color: #494c57; }
    .card-minimal-one .card-body > small {
      font-size: 12px;
      display: block;
      color: #969dab; }
    .card-minimal-one .card-body > h6 {
      color: #212229;
      font-size: 36px;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 600;
      letter-spacing: -2px;
      display: flex;
      line-height: 1;
      align-items: flex-end;
      margin: 15px 0; }
      .card-minimal-one .card-body > h6 span {
        font-weight: 400;
        margin-right: 3px;
        color: #494c57; }
  .card-minimal-one .value-info {
    display: flex;
    align-items: center; }
    .card-minimal-one .value-info + .value-info {
      margin-top: 5px; }
    .card-minimal-one .value-info p {
      margin-bottom: 0;
      color: #212229;
      font-weight: 700;
      font-family: 'Archivo', sans-serif;
      font-size: 14px;
      letter-spacing: -.35px; }
      .card-minimal-one .value-info p span {
        letter-spacing: normal;
        margin-right: 2px;
        color: #494c57; }
    .card-minimal-one .value-info label {
      display: block;
      margin-bottom: 0;
      font-weight: 700;
      width: 40px;
      position: relative;
      top: -2px; }
  .card-minimal-one .open-info {
    display: flex;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 25px; }
    .card-minimal-one .open-info > div + div {
      margin-left: 25px; }
    .card-minimal-one .open-info label {
      font-size: 12px;
      margin-bottom: 2px;
      color: #7f8899; }
    .card-minimal-one .open-info h6 {
      margin-bottom: 0;
      color: #212229;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 700;
      font-size: 13px; }
      .card-minimal-one .open-info h6 span {
        font-weight: 400; }
  .card-minimal-one .chart-wrapper {
    position: absolute;
    left: -9px;
    right: -8px;
    bottom: -13px; }
    .card-minimal-one .chart-wrapper .flot-x-axis > div {
      transform: translate(20px, -23px); }
  .card-minimal-one .flot-chart {
    width: 100%;
    height: 250px;
    position: relative; }

.card-minimal-two {
  height: 100%;
  border-color: #ced4da;
  background-color: transparent;
  overflow: hidden; }
  .card-minimal-two .card-header {
    background-color: transparent;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6; }
    @media (min-width: 576px) {
      .card-minimal-two .card-header {
        display: flex;
        padding: 15px 20px; } }
    .card-minimal-two .card-header > .nav .nav-link {
      padding: 8px 18px;
      font-weight: 500;
      background-color: #e9ecef; }
      @media (min-width: 992px) {
        .card-minimal-two .card-header > .nav .nav-link {
          padding: 8px 20px; } }
      @media (min-width: 1200px) {
        .card-minimal-two .card-header > .nav .nav-link {
          padding: 8px 30px; } }
      .card-minimal-two .card-header > .nav .nav-link + .nav-link {
        margin-left: 2px; }
      .card-minimal-two .card-header > .nav .nav-link:hover, .card-minimal-two .card-header > .nav .nav-link:focus {
        background-color: #dee2e6; }
      .card-minimal-two .card-header > .nav .nav-link.active {
        background-color: #6610f2;
        color: #fff; }
  .card-minimal-two .card-header-right {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    @media (min-width: 576px) {
      .card-minimal-two .card-header-right {
        margin-top: 0; } }
    .card-minimal-two .card-header-right .nav {
      justify-content: flex-end;
      width: 100%; }
    .card-minimal-two .card-header-right .nav-link {
      padding: 5px 10px;
      text-transform: capitalize; }
      @media (min-width: 576px) {
        .card-minimal-two .card-header-right .nav-link {
          padding: 8px 10px; } }
      .card-minimal-two .card-header-right .nav-link + .nav-link {
        margin-left: 2px; }
      .card-minimal-two .card-header-right .nav-link span:first-child {
        display: none; }
        @media (min-width: 768px) {
          .card-minimal-two .card-header-right .nav-link span:first-child {
            display: inline; } }
      .card-minimal-two .card-header-right .nav-link span:last-child {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500; }
        @media (min-width: 768px) {
          .card-minimal-two .card-header-right .nav-link span:last-child {
            display: none; } }
      .card-minimal-two .card-header-right .nav-link:hover, .card-minimal-two .card-header-right .nav-link:focus {
        background-color: #e9ecef; }
      .card-minimal-two .card-header-right .nav-link.active {
        background-color: #969dab;
        color: #fff; }
  .card-minimal-two .card-body {
    position: relative;
    overflow: hidden;
    padding: 0; }
    @media (min-width: 992px) {
      .card-minimal-two .card-body {
        padding: 0 20px; } }
  .card-minimal-two .flot-wrapper {
    position: relative;
    bottom: -14px;
    margin-right: -9px;
    margin-left: -31px;
    margin-top: -25px; }
    @media (min-width: 992px) {
      .card-minimal-two .flot-wrapper {
        margin-right: -9px;
        margin-left: 10px;
        margin-top: 0; } }
    .card-minimal-two .flot-wrapper .flot-x-axis > div {
      transform: translate(22px, -23px); }
    .card-minimal-two .flot-wrapper .flot-y-axis > div {
      transform: translateX(-10px); }
  .card-minimal-two .flot-chart {
    width: 100%;
    height: 250px;
    position: relative; }
    @media (min-width: 992px) {
      .card-minimal-two .flot-chart {
        height: 300px; } }
  .card-minimal-two .more-info {
    position: absolute;
    top: 10px;
    right: 10px; }
    @media (min-width: 576px) {
      .card-minimal-two .more-info {
        right: 20px;
        top: 30px; } }
    @media (min-width: 992px) {
      .card-minimal-two .more-info {
        right: 30px;
        top: 50px; } }
    .card-minimal-two .more-info div {
      display: flex;
      align-items: flex-start;
      font-size: 13px; }
    .card-minimal-two .more-info span:first-child {
      width: 80px;
      text-align: right;
      color: #70737c;
      display: block;
      line-height: 1.35; }
    .card-minimal-two .more-info span:last-child {
      margin-left: 15px;
      color: #212229;
      font-weight: 700;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 14px; }
  .card-minimal-two .card-footer {
    padding: 20px;
    position: relative;
    z-index: 2;
    overflow-y: hidden;
    width: calc(100vw - 40px);
    margin-bottom: -8px; }
    @media (min-width: 992px) {
      .card-minimal-two .card-footer {
        width: auto; } }
    .card-minimal-two .card-footer .media-icon {
      color: #f7931a;
      font-size: 42px;
      line-height: 0; }
    .card-minimal-two .card-footer .media-body {
      margin-left: 20px;
      margin-bottom: 10px; }
    .card-minimal-two .card-footer .row {
      flex-wrap: nowrap;
      white-space: nowrap;
      overflow-x: auto; }
      .card-minimal-two .card-footer .row > div {
        flex-shrink: 0; }
    .card-minimal-two .card-footer label {
      margin-bottom: 2px;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 11px;
      letter-spacing: .5px;
      color: #70737c; }
    .card-minimal-two .card-footer p {
      margin-bottom: 0;
      color: #212229;
      font-weight: 700;
      font-size: 16px;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif; }

.card-minimal-three {
  border-color: #ced4da;
  width: calc(100vw - 38px); }
  @media (min-width: 992px) {
    .card-minimal-three {
      width: 634px; } }
  @media (min-width: 1200px) {
    .card-minimal-three {
      width: 753px; } }
  .card-minimal-three .card-header {
    border-bottom: 1px solid #ced4da;
    background-color: transparent;
    padding: 20px 20px 0; }
    .card-minimal-three .card-header .az-content-text {
      margin-bottom: 20px; }
  .card-minimal-three .az-nav-tabs {
    padding: 0;
    background-color: transparent;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 3px; }
    .card-minimal-three .az-nav-tabs .lSAction > a {
      background-color: #dee2e6; }
      .card-minimal-three .az-nav-tabs .lSAction > a::before {
        top: -4px; }
      .card-minimal-three .az-nav-tabs .lSAction > a.lSPrev {
        left: -35px; }
    .card-minimal-three .az-nav-tabs .tab-item {
      min-width: 203px; }
      @media (min-width: 576px) {
        .card-minimal-three .az-nav-tabs .tab-item {
          min-width: 150px; } }
    .card-minimal-three .az-nav-tabs .tab-link {
      background-color: #e9ecef;
      font-weight: 500;
      align-items: flex-start;
      padding-top: 8px; }
      .card-minimal-three .az-nav-tabs .tab-link:hover {
        background-color: #dee2e6; }
      .card-minimal-three .az-nav-tabs .tab-link.active, .card-minimal-three .az-nav-tabs .tab-link.active:hover, .card-minimal-three .az-nav-tabs .tab-link.active:focus {
        background-color: #494c57;
        color: #fff; }
  .card-minimal-three .card-body {
    padding: 0; }
  .card-minimal-three .tab-pane-header {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6; }
    @media (min-width: 576px) {
      .card-minimal-three .tab-pane-header {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    .card-minimal-three .tab-pane-header .az-content-label, .card-minimal-three .tab-pane-header .card-table-two .card-title, .card-table-two .card-minimal-three .tab-pane-header .card-title, .card-minimal-three .tab-pane-header .card-dashboard-eight .card-title, .card-dashboard-eight .card-minimal-three .tab-pane-header .card-title {
      margin-bottom: 3px; }
    .card-minimal-three .tab-pane-header > div:last-child {
      display: flex;
      margin-top: 15px; }
      .card-minimal-three .tab-pane-header > div:last-child a {
        flex: 1; }
      .card-minimal-three .tab-pane-header > div:last-child a + a {
        margin-left: 10px; }
  .card-minimal-three .tab-pane-body {
    padding: 20px; }
    .card-minimal-three .tab-pane-body .table thead tr th,
    .card-minimal-three .tab-pane-body .table thead tr td,
    .card-minimal-three .tab-pane-body .table tbody tr th,
    .card-minimal-three .tab-pane-body .table tbody tr td {
      white-space: nowrap; }
  .card-minimal-three .no-transactions-panel {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .card-minimal-three .no-transactions-panel .icon-wrapper {
      width: 80px;
      height: 80px;
      background-color: #e9ecef;
      color: #969dab;
      font-size: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      border-radius: 100%; }
      .card-minimal-three .no-transactions-panel .icon-wrapper i {
        line-height: 0; }
    .card-minimal-three .no-transactions-panel h6 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 15px;
      color: #212229;
      letter-spacing: 1px;
      margin-bottom: 2px; }
  .card-minimal-three .table tbody tr td {
    vertical-align: middle; }
    .card-minimal-three .table tbody tr td span {
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 100%; }
    .card-minimal-three .table tbody tr td:last-child {
      font-weight: 500;
      color: #212229; }

.card-crypto-portfolio {
  width: 100%;
  border-color: #ced4da;
  margin-top: 20px; }
  @media (min-width: 992px) {
    .card-crypto-portfolio {
      width: calc(33.33333% - 13px);
      margin-top: 0; } }
  .card-crypto-portfolio .card-title {
    text-transform: uppercase; }
  .card-crypto-portfolio .table {
    margin-bottom: 0; }
    .card-crypto-portfolio .table thead tr th,
    .card-crypto-portfolio .table thead tr td,
    .card-crypto-portfolio .table tbody tr th,
    .card-crypto-portfolio .table tbody tr td {
      padding: 10px 0;
      text-align: right;
      white-space: nowrap; }
      .card-crypto-portfolio .table thead tr th:first-child,
      .card-crypto-portfolio .table thead tr td:first-child,
      .card-crypto-portfolio .table tbody tr th:first-child,
      .card-crypto-portfolio .table tbody tr td:first-child {
        text-align: left; }
    .card-crypto-portfolio .table thead tr th {
      font-size: 10px; }
    .card-crypto-portfolio .table tbody tr td:first-child {
      font-weight: 500;
      color: #212229; }

.card-minimal-four {
  border-color: #ced4da; }
  .card-minimal-four .card-header {
    background-color: transparent;
    border-bottom: 1px solid #ced4da; }
    .card-minimal-four .card-header h6 {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 2px;
      color: #212229; }
    .card-minimal-four .card-header p {
      margin-bottom: 0;
      white-space: nowrap; }
      .card-minimal-four .card-header p span {
        color: #dc3545; }
    .card-minimal-four .card-header .media {
      align-items: center; }
    .card-minimal-four .card-header .media-body {
      margin-left: 12px; }
  .card-minimal-four .coin-logo {
    width: 42px;
    height: 42px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; }
    .card-minimal-four .coin-logo i {
      line-height: 0; }
  .card-minimal-four .card-body {
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: #fcfcfc; }
  .card-minimal-four .card-body-top {
    top: 15px;
    left: 10px;
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10; }
    .card-minimal-four .card-body-top a {
      color: #212229;
      font-weight: 700;
      width: 20px;
      text-align: right;
      display: inline-block; }
      .card-minimal-four .card-body-top a:hover, .card-minimal-four .card-body-top a:focus {
        color: #007bff; }
    .card-minimal-four .card-body-top div + div {
      margin-top: 5px; }
  .card-minimal-four .chart-wrapper {
    position: relative;
    margin-left: -20px;
    margin-right: -9px;
    margin-bottom: -17px; }
  .card-minimal-four .flot-chart {
    width: 100%;
    height: 150px; }
  .card-minimal-four .card-footer {
    background-color: transparent;
    border-top-color: #ced4da;
    padding: 0; }
    .card-minimal-four .card-footer .nav-link {
      flex: 1;
      display: block;
      text-align: center;
      background-color: #e9ecef;
      position: relative;
      padding-left: 10px;
      padding-right: 10px; }
      .card-minimal-four .card-footer .nav-link:hover, .card-minimal-four .card-footer .nav-link:focus {
        background-color: #f2f4f6; }
      .card-minimal-four .card-footer .nav-link span {
        display: block; }
        .card-minimal-four .card-footer .nav-link span:first-child {
          color: #969dab;
          font-weight: 700;
          font-size: 11px; }
        .card-minimal-four .card-footer .nav-link span:last-child {
          color: #494c57;
          font-weight: 500;
          font-size: 11px;
          font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif; }
      .card-minimal-four .card-footer .nav-link + .nav-link {
        border-left: 1px solid #ced4da; }
      .card-minimal-four .card-footer .nav-link.active {
        background-color: #fcfcfc; }
        .card-minimal-four .card-footer .nav-link.active::before {
          content: '';
          position: absolute;
          top: -1px;
          left: 0;
          right: 0;
          border-top: 1px solid #f7f7f7;
          z-index: 5; }
        .card-minimal-four .card-footer .nav-link.active span:first-child {
          color: #212229; }

/* ###### 8.8 Dashboard Eight  ###### */
.az-dashboard-eight {
  background-color: #e3e7eb; }

.az-header-primary {
  background-color: #0062cc; }
  .az-header-primary .az-header-center .form-control, .az-header-primary .az-header-center .dataTables_filter input, .dataTables_filter .az-header-primary .az-header-center input {
    background-color: #004a99;
    border-width: 0;
    height: 38px;
    border-radius: 2px;
    color: #fff; }
    .az-header-primary .az-header-center .form-control::placeholder, .az-header-primary .az-header-center .dataTables_filter input::placeholder, .dataTables_filter .az-header-primary .az-header-center input::placeholder {
      color: rgba(255, 255, 255, 0.4); }
    .az-header-primary .az-header-center .form-control:focus + .btn, .az-header-primary .az-header-center .dataTables_filter input:focus + .btn, .dataTables_filter .az-header-primary .az-header-center input:focus + .btn, .az-header-primary .az-header-center .sp-container .form-control:focus + button, .sp-container .az-header-primary .az-header-center .form-control:focus + button, .az-header-primary .az-header-center .dataTables_filter .sp-container input:focus + button, .sp-container .az-header-primary .az-header-center .dataTables_filter input:focus + button, .dataTables_filter .az-header-primary .az-header-center .sp-container input:focus + button, .sp-container .dataTables_filter .az-header-primary .az-header-center input:focus + button {
      color: #fff; }
  .az-header-primary .az-header-center .btn, .az-header-primary .az-header-center .sp-container button, .sp-container .az-header-primary .az-header-center button {
    font-size: 14px; }
    .az-header-primary .az-header-center .btn:hover, .az-header-primary .az-header-center .sp-container button:hover, .sp-container .az-header-primary .az-header-center button:hover, .az-header-primary .az-header-center .btn:focus, .az-header-primary .az-header-center .sp-container button:focus, .sp-container .az-header-primary .az-header-center button:focus {
      color: #fff; }
  .az-header-primary .az-logo {
    color: #fff;
    font-weight: 600;
    letter-spacing: -1.2px; }
    .az-header-primary .az-logo span {
      color: rgba(255, 255, 255, 0.65); }
  .az-header-primary .az-header-menu-icon span, .az-header-primary .az-header-menu-icon span::before, .az-header-primary .az-header-menu-icon span::after {
    background-color: rgba(255, 255, 255, 0.65); }
  .az-header-primary .az-header-message > a,
  .az-header-primary .az-header-notification > a {
    color: rgba(255, 255, 255, 0.75); }
  .az-header-primary .az-header-notification > a::after {
    display: none; }
  .az-header-primary .az-header-notification .dropdown-menu,
  .az-header-primary .az-profile-menu .dropdown-menu {
    border-width: 0;
    box-shadow: 0 0 5px rgba(33, 34, 41, 0.1); }
  @media (min-width: 576px) {
    .az-header-primary .az-header-notification .dropdown-menu {
      top: 43px; } }
  @media (min-width: 992px) {
    .az-header-primary .az-header-notification .dropdown-menu {
      top: 45px; } }
  @media (min-width: 576px) {
    .az-header-primary .az-profile-menu .dropdown-menu {
      top: 46px; } }
  @media (min-width: 992px) {
    .az-header-primary .az-profile-menu .dropdown-menu {
      top: 48px; } }
  .az-header-primary .az-profile-menu.show .az-img-user::before {
    display: none; }

.az-navbar-dashboard-eight {
  background-color: #f9f9f9;
  box-shadow: 0 0 5px rgba(33, 34, 41, 0.12); }
  .az-navbar-dashboard-eight .az-logo span {
    color: #007bff; }
  .az-navbar-dashboard-eight .nav-item.active::before {
    border-bottom-color: #006fe6; }
  .az-navbar-dashboard-eight .nav-item.active .nav-link {
    color: #006fe6; }
  .az-navbar-dashboard-eight .nav-link {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px; }
  .az-navbar-dashboard-eight .nav-sub {
    background-color: #f9f9f9;
    border-width: 0; }
    @media (min-width: 992px) {
      .az-navbar-dashboard-eight .nav-sub {
        box-shadow: 0 0 5px rgba(33, 34, 41, 0.12); } }
    .az-navbar-dashboard-eight .nav-sub::before {
      content: '';
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      height: 5px;
      background-color: #f9f9f9;
      z-index: 4; }

.az-content-dashboard-eight {
  padding-top: 20px; }
  @media (max-width: 575px) {
    .az-content-dashboard-eight .container {
      padding-left: 20px;
      padding-right: 20px; } }
  .az-content-dashboard-eight .az-content-title {
    letter-spacing: -.8px; }
  .az-content-dashboard-eight .card {
    border-width: 0;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(33, 34, 41, 0.1); }
  .az-content-dashboard-eight .card-title {
    font-weight: 500; }

.card-dashboard-seventeen {
  position: relative; }
  .card-dashboard-seventeen .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    position: relative;
    z-index: 10; }
    .card-dashboard-seventeen .card-body h4 {
      margin-bottom: 0;
      font-weight: 700;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      color: #212229; }
    .card-dashboard-seventeen .card-body span {
      font-size: 11px; }
  .card-dashboard-seventeen .card-title {
    line-height: 1.3; }
  .card-dashboard-seventeen.bg-primary-dark {
    background-color: #004a99; }
  .card-dashboard-seventeen .chart-wrapper {
    position: absolute;
    right: -8px;
    bottom: -8px;
    left: -8px; }
  .card-dashboard-seventeen .flot-chart {
    width: 100%;
    height: 180px; }

.card-dashboard-eighteen {
  display: block;
  padding: 20px; }
  .card-dashboard-eighteen .card-title {
    font-weight: 700;
    text-transform: uppercase; }
  .card-dashboard-eighteen .card-body {
    padding: 20px 0 34px;
    align-items: flex-start; }
    .card-dashboard-eighteen .card-body h6 {
      color: #212229;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 600;
      font-size: 21px;
      letter-spacing: -.8px;
      margin-bottom: 2px;
      position: relative;
      padding-left: 23px; }
      .card-dashboard-eighteen .card-body h6 span {
        font-weight: 400;
        color: #969dab;
        letter-spacing: normal; }
      .card-dashboard-eighteen .card-body h6::before {
        content: '';
        position: absolute;
        display: block;
        top: calc(50% - 8px);
        left: 0;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        border: 4px solid transparent; }
      .card-dashboard-eighteen .card-body h6.dot-primary::before {
        border-color: #007bff; }
      .card-dashboard-eighteen .card-body h6.dot-purple::before {
        border-color: #6f42c1; }
      .card-dashboard-eighteen .card-body h6.dot-teal::before {
        border-color: #00cccc; }
      .card-dashboard-eighteen .card-body h6.dot-dark-blue::before {
        border-color: #004a99; }
    .card-dashboard-eighteen .card-body label {
      color: #70737c;
      margin-bottom: 0;
      display: block; }
  .card-dashboard-eighteen .chartjs-wrapper {
    height: 309px;
    position: relative;
    margin-left: -10px;
    margin-right: -5px; }

.card-dashboard-nineteen {
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9; }
  .card-dashboard-nineteen .card-header {
    padding: 20px 20px 0;
    background-color: transparent; }
    @media (min-width: 375px) {
      .card-dashboard-nineteen .card-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10; } }
    .card-dashboard-nineteen .card-header .row {
      display: block; }
      @media (min-width: 375px) {
        .card-dashboard-nineteen .card-header .row {
          display: flex; } }
      .card-dashboard-nineteen .card-header .row > div {
        max-width: none; }
        .card-dashboard-nineteen .card-header .row > div + div {
          margin-top: 20px; }
          @media (min-width: 375px) {
            .card-dashboard-nineteen .card-header .row > div + div {
              margin-top: 0; } }
    .card-dashboard-nineteen .card-header h4 {
      font-size: 24px;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 600;
      letter-spacing: -1px;
      color: #212229;
      margin-bottom: 10px; }
      @media (min-width: 576px) {
        .card-dashboard-nineteen .card-header h4 {
          font-size: 30px; } }
      .card-dashboard-nineteen .card-header h4 span {
        font-weight: 400;
        letter-spacing: normal;
        color: #969dab; }
    .card-dashboard-nineteen .card-header .az-content-label, .card-dashboard-nineteen .card-header .card-table-two .card-title, .card-table-two .card-dashboard-nineteen .card-header .card-title, .card-dashboard-nineteen .card-header .card-dashboard-eight .card-title, .card-dashboard-eight .card-dashboard-nineteen .card-header .card-title {
      text-transform: none;
      line-height: 1.3;
      margin-bottom: 5px;
      font-size: 0.8125rem; }
      @media (min-width: 992px) {
        .card-dashboard-nineteen .card-header .az-content-label, .card-dashboard-nineteen .card-header .card-table-two .card-title, .card-table-two .card-dashboard-nineteen .card-header .card-title, .card-dashboard-nineteen .card-header .card-dashboard-eight .card-title, .card-dashboard-eight .card-dashboard-nineteen .card-header .card-title {
          font-size: 14px; } }
    .card-dashboard-nineteen .card-header p {
      font-size: 11px;
      color: #70737c;
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .card-dashboard-nineteen .card-header p {
          font-size: 12px; } }
    .card-dashboard-nineteen .card-header .btn, .card-dashboard-nineteen .card-header .sp-container button, .sp-container .card-dashboard-nineteen .card-header button {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 11px;
      letter-spacing: .5px;
      padding: 5px 20px;
      min-height: inherit;
      border-width: 2px; }
  .card-dashboard-nineteen .card-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0062cc; }
  .card-dashboard-nineteen .chart-legend {
    margin-top: 22px;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .card-dashboard-nineteen .chart-legend {
        margin-left: 70px; } }
    .card-dashboard-nineteen .chart-legend > div {
      position: relative;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: .5px; }
      @media (min-width: 375px) {
        .card-dashboard-nineteen .chart-legend > div {
          letter-spacing: 1px; } }
      .card-dashboard-nineteen .chart-legend > div::before {
        content: '';
        position: relative;
        top: 1.5px;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 5px; }
      .card-dashboard-nineteen .chart-legend > div:first-child::before {
        background-color: #05478f; }
      .card-dashboard-nineteen .chart-legend > div:nth-child(2)::before {
        background-color: #2f93fe; }
      .card-dashboard-nineteen .chart-legend > div:last-child::before {
        background-color: #bbdafc; }
      .card-dashboard-nineteen .chart-legend > div + div {
        margin-left: 10px; }
        @media (min-width: 375px) {
          .card-dashboard-nineteen .chart-legend > div + div {
            margin-left: 30px; } }
  .card-dashboard-nineteen .card-body {
    padding: 0;
    position: relative; }
    @media (min-width: 375px) and (max-width: 575px) {
      .card-dashboard-nineteen .card-body {
        padding-top: 170px; } }
    @media (min-width: 576px) {
      .card-dashboard-nineteen .card-body {
        padding-top: 130px; } }
    @media (min-width: 768px) {
      .card-dashboard-nineteen .card-body {
        padding-top: 95px; } }
  .card-dashboard-nineteen .flot-chart-wrapper {
    position: relative;
    margin: -30px -8px -16px -47px; }
    @media (min-width: 375px) {
      .card-dashboard-nineteen .flot-chart-wrapper {
        margin-top: 0; } }
  .card-dashboard-nineteen .flot-chart {
    width: 100%;
    height: 250px; }
    @media (min-width: 576px) {
      .card-dashboard-nineteen .flot-chart {
        height: 314px; } }
    .card-dashboard-nineteen .flot-chart .flot-x-axis {
      transform: translate(18px, -25px);
      color: #fff;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
      opacity: .5; }
    .card-dashboard-nineteen .flot-chart .flot-y-axis {
      transform: translate(66px, -13px);
      color: rgba(0, 0, 0, 0.65);
      font-weight: 400;
      font-size: 10px;
      letter-spacing: .5px; }

.card-dashboard-twenty .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.card-dashboard-twenty .chartjs-wrapper {
  width: 100%;
  height: 230px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .card-dashboard-twenty .chartjs-wrapper {
      margin-top: auto; } }

.card-dashboard-twenty .expansion-value {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -.5px;
  margin-bottom: 5px;
  margin-top: auto; }
  .card-dashboard-twenty .expansion-value strong:first-child {
    color: #212229; }
  .card-dashboard-twenty .expansion-value strong:last-child {
    color: #70737c; }

.card-dashboard-twenty .progress {
  margin-bottom: 3px;
  height: 4px; }

.card-dashboard-twenty .expansion-label {
  display: flex;
  justify-content: space-between; }
  .card-dashboard-twenty .expansion-label span {
    font-weight: 400;
    font-size: 11px;
    color: #969dab; }

.card-dashboard-progress .progress-legend {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center; }
  .card-dashboard-progress .progress-legend li {
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 15px;
    line-height: .95; }
    .card-dashboard-progress .progress-legend li::before {
      content: '';
      position: absolute;
      top: 1px;
      left: 0;
      width: 8px;
      height: 8px; }
    .card-dashboard-progress .progress-legend li:first-child::before {
      background-color: #007bff; }
    .card-dashboard-progress .progress-legend li:last-child::before {
      background-color: #00cccc; }
    .card-dashboard-progress .progress-legend li + li {
      margin-left: 20px; }

.card-dashboard-progress .media {
  display: block; }
  @media (min-width: 576px) {
    .card-dashboard-progress .media {
      display: flex;
      align-items: center; } }
  .card-dashboard-progress .media > label {
    width: 50px;
    display: block;
    margin-bottom: 0; }
  .card-dashboard-progress .media + .media {
    margin-top: 15px; }

.card-dashboard-progress .media-body {
  margin-top: 5px; }
  @media (min-width: 576px) {
    .card-dashboard-progress .media-body {
      margin-top: 0;
      margin-left: 15px; } }

.card-dashboard-progress .progress {
  background-color: #e9ecef; }

.card-dashboard-progress .progress-bar {
  height: 25px;
  font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600; }
  .card-dashboard-progress .progress-bar + .progress-bar {
    margin-left: 1px; }

/* ###### 8.9 Dashboard Nine  ###### */
.az-body-dashboard-nine {
  background-color: #dee2e6; }
  @media (min-width: 992px) {
    .az-body-dashboard-nine .az-header .container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 992px) {
    .az-body-dashboard-nine.az-sidebar-hide .az-header-dashboard-nine {
      left: 0; } }

.az-sidebar-indigo-dark {
  background-color: #33077c;
  border-right-width: 0; }
  .az-sidebar-indigo-dark .az-logo {
    color: #fff;
    letter-spacing: -1.4px; }
  .az-sidebar-indigo-dark .az-sidebar-loggedin .media-body h6 {
    color: #fff;
    font-weight: 500; }
  .az-sidebar-indigo-dark .az-sidebar-loggedin .media-body span {
    color: rgba(255, 255, 255, 0.5); }
  .az-sidebar-indigo-dark .az-img-user::after {
    box-shadow: none; }
  .az-sidebar-indigo-dark .az-sidebar-body .nav-label {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.35);
    font-weight: 400; }
  .az-sidebar-indigo-dark .az-sidebar-body .nav-item + .nav-item {
    margin-top: -1px; }
    .az-sidebar-indigo-dark .az-sidebar-body .nav-item + .nav-item::before {
      border-top-color: rgba(255, 255, 255, 0.12); }
  .az-sidebar-indigo-dark .az-sidebar-body .nav-item.active {
    position: relative;
    z-index: 5; }
    .az-sidebar-indigo-dark .az-sidebar-body .nav-item.active::before {
      content: '';
      position: absolute;
      top: -1px;
      left: -20px;
      right: -20px;
      background-color: #4309a2;
      height: 41px; }
    .az-sidebar-indigo-dark .az-sidebar-body .nav-item.active .nav-link, .az-sidebar-indigo-dark .az-sidebar-body .nav-item.active .nav-link:hover, .az-sidebar-indigo-dark .az-sidebar-body .nav-item.active .nav-link:focus {
      font-weight: 500;
      color: #fff; }
      .az-sidebar-indigo-dark .az-sidebar-body .nav-item.active .nav-link i, .az-sidebar-indigo-dark .az-sidebar-body .nav-item.active .nav-link:hover i, .az-sidebar-indigo-dark .az-sidebar-body .nav-item.active .nav-link:focus i {
        color: #fff; }
  .az-sidebar-indigo-dark .az-sidebar-body .nav-link {
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400; }
    .az-sidebar-indigo-dark .az-sidebar-body .nav-link i {
      color: rgba(255, 255, 255, 0.75); }
    .az-sidebar-indigo-dark .az-sidebar-body .nav-link.with-sub::after {
      opacity: .3; }
    .az-sidebar-indigo-dark .az-sidebar-body .nav-link:hover, .az-sidebar-indigo-dark .az-sidebar-body .nav-link:focus {
      color: rgba(255, 255, 255, 0.75); }
  .az-sidebar-indigo-dark .az-sidebar-body .nav-sub {
    border-left-color: rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-bottom: 0;
    position: relative; }
    .az-sidebar-indigo-dark .az-sidebar-body .nav-sub::before {
      content: '';
      position: absolute;
      top: 0;
      left: -32px;
      right: -20px;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 4; }
  .az-sidebar-indigo-dark .az-sidebar-body .nav-sub-link {
    padding-left: 23px;
    color: rgba(255, 255, 255, 0.5);
    border-top-color: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 5; }
    .az-sidebar-indigo-dark .az-sidebar-body .nav-sub-link:hover, .az-sidebar-indigo-dark .az-sidebar-body .nav-sub-link:focus {
      color: #fff; }
    .az-sidebar-indigo-dark .az-sidebar-body .nav-sub-link.active {
      color: #fff; }

.az-header-dashboard-nine {
  background-color: #fff; }
  @media (min-width: 992px) {
    .az-header-dashboard-nine {
      position: fixed;
      top: 0;
      left: 220px;
      right: 0;
      box-shadow: 0 0 15px rgba(33, 34, 41, 0.1); } }
  @media (min-width: 1200px) {
    .az-header-dashboard-nine {
      left: 240px; } }
  .az-header-dashboard-nine .az-header-menu-icon {
    margin-right: 0; }

.az-content-dashboard-nine {
  position: relative; }
  @media (min-width: 992px) {
    .az-content-dashboard-nine {
      margin-top: 64px; } }
  .az-content-dashboard-nine .az-content-header {
    display: block;
    padding: 20px;
    background-color: #eff1f4; }
    @media (min-width: 992px) {
      .az-content-dashboard-nine .az-content-header {
        padding: 20px 20px 15px; } }
    @media (max-width: 991.98px) {
      .az-content-dashboard-nine .az-content-header .nav-wrapper {
        overflow: hidden;
        width: 100%;
        height: 20px; } }
    .az-content-dashboard-nine .az-content-header .nav {
      justify-content: flex-start; }
      @media (max-width: 991.98px) {
        .az-content-dashboard-nine .az-content-header .nav {
          flex-direction: row;
          flex-wrap: nowrap;
          overflow-x: auto;
          width: calc(100vw - 20px); } }
    .az-content-dashboard-nine .az-content-header .nav-link {
      color: #494c57;
      font-weight: 500; }
      @media (max-width: 991.98px) {
        .az-content-dashboard-nine .az-content-header .nav-link {
          white-space: nowrap;
          padding-bottom: 10px; } }
      .az-content-dashboard-nine .az-content-header .nav-link:hover, .az-content-dashboard-nine .az-content-header .nav-link:focus {
        color: #212229; }
      .az-content-dashboard-nine .az-content-header .nav-link.active {
        color: #510bc4; }
        .az-content-dashboard-nine .az-content-header .nav-link.active::before {
          top: 32px;
          bottom: auto;
          background-color: #510bc4; }
      .az-content-dashboard-nine .az-content-header .nav-link + .nav-link {
        margin-top: 0;
        margin-left: 25px; }
      @media (min-width: 992px) {
        .az-content-dashboard-nine .az-content-header .nav-link:nth-child(5), .az-content-dashboard-nine .az-content-header .nav-link:last-child {
          font-weight: 400; } }
      @media (min-width: 992px) {
        .az-content-dashboard-nine .az-content-header .nav-link:nth-child(5) {
          margin-left: auto; } }
      .az-content-dashboard-nine .az-content-header .nav-link:last-child {
        position: relative; }
        .az-content-dashboard-nine .az-content-header .nav-link:last-child::after {
          content: '';
          position: relative;
          display: inline-block;
          width: 25px; }
          @media (min-width: 768px) {
            .az-content-dashboard-nine .az-content-header .nav-link:last-child::after {
              display: none; } }
  .az-content-dashboard-nine .az-content-header-top {
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .az-content-dashboard-nine .az-content-header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px; } }
  .az-content-dashboard-nine .az-content-title {
    letter-spacing: -.7px;
    font-size: 24px; }
  .az-content-dashboard-nine .az-content-body {
    padding: 20px; }
  .az-content-dashboard-nine .card {
    border-width: 0;
    box-shadow: 0 0 10px rgba(33, 34, 41, 0.1); }

.card-dashboard-twentyone {
  position: relative; }
  .card-dashboard-twentyone .card-body {
    background-color: #f8f9fa;
    padding: 20px;
    height: 100%; }
    .card-dashboard-twentyone .card-body .az-content-label, .card-dashboard-twentyone .card-body .card-table-two .card-title, .card-table-two .card-dashboard-twentyone .card-body .card-title, .card-dashboard-twentyone .card-body .card-dashboard-eight .card-title, .card-dashboard-eight .card-dashboard-twentyone .card-body .card-title {
      margin-bottom: 8px;
      text-transform: capitalize;
      font-size: 14px; }
  @media (min-width: 768px) {
    .card-dashboard-twentyone .list-group {
      margin-bottom: 10px; } }
  .card-dashboard-twentyone .list-group-item {
    padding: 8px 0;
    border-width: 0;
    border-right-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    background-color: transparent; }
    .card-dashboard-twentyone .list-group-item span {
      flex-basis: 50%;
      max-width: 50%; }
      .card-dashboard-twentyone .list-group-item span:last-of-type {
        text-align: right;
        color: #212229;
        font-size: 12px;
        font-weight: 700;
        font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif; }
    .card-dashboard-twentyone .list-group-item .progress {
      margin-top: 5px;
      margin-bottom: 0;
      flex-basis: 100%;
      max-width: 100%;
      height: 5px;
      background-color: #ced4da; }
    .card-dashboard-twentyone .list-group-item:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .card-dashboard-twentyone .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  .card-dashboard-twentyone .vmap-wrapper {
    width: 100%;
    height: 180px; }
    @media (min-width: 576px) {
      .card-dashboard-twentyone .vmap-wrapper {
        height: 250px; } }
    @media (min-width: 768px) {
      .card-dashboard-twentyone .vmap-wrapper {
        height: 100%; } }
    .card-dashboard-twentyone .vmap-wrapper .jqvmap-zoomin,
    .card-dashboard-twentyone .vmap-wrapper .jqvmap-zoomout {
      width: 24px;
      height: 24px;
      left: 15px;
      border-radius: 100%;
      background-color: #212229;
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      opacity: .2; }
      .card-dashboard-twentyone .vmap-wrapper .jqvmap-zoomin:hover, .card-dashboard-twentyone .vmap-wrapper .jqvmap-zoomin:focus,
      .card-dashboard-twentyone .vmap-wrapper .jqvmap-zoomout:hover,
      .card-dashboard-twentyone .vmap-wrapper .jqvmap-zoomout:focus {
        opacity: .8; }
    .card-dashboard-twentyone .vmap-wrapper .jqvmap-zoomin {
      top: 15px; }
    .card-dashboard-twentyone .vmap-wrapper .jqvmap-zoomout {
      top: 45px; }

.card-dashboard-twentytwo {
  background-color: #fff;
  position: relative;
  height: 120px; }
  .card-dashboard-twentytwo .media {
    padding: 20px;
    position: relative;
    z-index: 5; }
  .card-dashboard-twentytwo .media-icon {
    width: 45px;
    height: 45px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .card-dashboard-twentytwo .media-icon i {
      font-size: 24px;
      line-height: 0; }
      .card-dashboard-twentytwo .media-icon i.typcn {
        line-height: .9; }
  .card-dashboard-twentytwo .media-body {
    margin-left: 15px;
    padding-top: 5px; }
    .card-dashboard-twentytwo .media-body h6 {
      margin-bottom: 5px;
      line-height: .7;
      color: #212229;
      font-size: 26px;
      font-weight: 700;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      letter-spacing: -.5px;
      display: flex;
      align-items: flex-end; }
      .card-dashboard-twentytwo .media-body h6 > small {
        color: #fff;
        padding: 2px 3px;
        font-size: 9px;
        font-weight: 500;
        line-height: 1.1;
        margin-left: 5px;
        letter-spacing: normal; }
        .card-dashboard-twentytwo .media-body h6 > small.up {
          background-color: #3bb001; }
        .card-dashboard-twentytwo .media-body h6 > small.down {
          background-color: #dc3545; }
    .card-dashboard-twentytwo .media-body > span {
      display: block; }
    .card-dashboard-twentytwo .media-body > small {
      display: block;
      font-size: 11px;
      color: #969dab; }
      .card-dashboard-twentytwo .media-body > small strong {
        font-weight: 500; }
  .card-dashboard-twentytwo .chart-wrapper {
    position: absolute;
    right: -9px;
    left: -9px;
    opacity: .3; }
  .card-dashboard-twentytwo .flot-chart {
    width: 100%;
    height: 120px; }

.card-dashboard-twentythree {
  background-color: #f8f9fa; }
  .card-dashboard-twentythree .az-donut-chart.chart1 {
    width: 130px;
    height: 130px;
    background: #ced4da; }
    .card-dashboard-twentythree .az-donut-chart.chart1 .slice.one {
      clip: rect(0 130px 65px 0);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      background: #6610f2; }
    .card-dashboard-twentythree .az-donut-chart.chart1 .slice.two {
      clip: rect(0 65px 130px 0);
      -webkit-transform: rotate(234deg);
      transform: rotate(234deg);
      background: #6610f2; }
    .card-dashboard-twentythree .az-donut-chart.chart1 .chart-center {
      top: 15px;
      left: 15px;
      width: 100px;
      height: 100px;
      background: #f8f9fa; }
      .card-dashboard-twentythree .az-donut-chart.chart1 .chart-center span {
        font-size: 40px;
        line-height: 100px;
        color: #6610f2; }
        .card-dashboard-twentythree .az-donut-chart.chart1 .chart-center span:after {
          content: "65%"; }
  .card-dashboard-twentythree .az-donut-chart.chart1 .chart-center span {
    font-weight: 700;
    font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 32px; }
  .card-dashboard-twentythree label {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .5px; }
    .card-dashboard-twentythree label span {
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      margin-right: 5px; }
  .card-dashboard-twentythree h5 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    color: #212229;
    letter-spacing: -1px; }

.card-dashboard-audience-metrics {
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
  height: 250px; }
  @media (min-width: 576px) {
    .card-dashboard-audience-metrics {
      height: 270px; } }
  .card-dashboard-audience-metrics .card-header {
    padding: 20px 20px 0;
    background-color: #f8f9fa;
    position: relative;
    z-index: 10; }
  .card-dashboard-audience-metrics .card-title {
    font-size: 14px;
    margin-bottom: 5px; }
  .card-dashboard-audience-metrics .chart-wrapper {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    padding: 5px 5px 0; }
    @media (min-width: 576px) {
      .card-dashboard-audience-metrics .chart-wrapper {
        padding-bottom: 10px;
        bottom: 10px; } }
  .card-dashboard-audience-metrics .flot-chart {
    width: 100%;
    height: 180px; }
    .card-dashboard-audience-metrics .flot-chart .flot-x-axis > div {
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 700;
      color: #70737c;
      display: none; }
      @media (min-width: 576px) {
        .card-dashboard-audience-metrics .flot-chart .flot-x-axis > div {
          display: block; } }
      .card-dashboard-audience-metrics .flot-chart .flot-x-axis > div span:last-child {
        padding-left: 2px;
        font-weight: 700;
        color: #212229; }
  .card-dashboard-audience-metrics .card-body {
    background-color: #f8f9fa;
    display: flex;
    padding: 0 20px 20px;
    flex: none;
    position: relative;
    z-index: 10; }
    .card-dashboard-audience-metrics .card-body > div + div {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid #ced4da; }
      @media (min-width: 576px) {
        .card-dashboard-audience-metrics .card-body > div + div {
          margin-left: 20px;
          padding-left: 20px; } }
    .card-dashboard-audience-metrics .card-body h4 {
      font-weight: 700;
      font-size: 17px;
      font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
      color: #212229;
      letter-spacing: -.5px;
      margin-bottom: 3px; }
      @media (min-width: 576px) {
        .card-dashboard-audience-metrics .card-body h4 {
          font-size: 21px; } }
    .card-dashboard-audience-metrics .card-body label {
      margin-bottom: 0;
      display: flex;
      align-items: center;
      font-size: 11px; }
      @media (min-width: 576px) {
        .card-dashboard-audience-metrics .card-body label {
          font-size: 0.8125rem; } }
      .card-dashboard-audience-metrics .card-body label span {
        display: inline-block;
        width: 9px;
        height: 9px;
        margin-right: 5px;
        border-radius: 100%; }

/* ###### 8.10 Dashboard Ten  ###### */
.bg-primary-dark {
  background-color: #004a99; }

.az-iconbar-primary {
  background-color: #0062cc;
  padding-top: 0; }
  .az-iconbar-primary .az-img-user::after {
    box-shadow: none; }
  .az-iconbar-primary .az-iconbar-logo {
    background-color: #0056b3;
    color: #fff;
    height: 64px; }
    .az-iconbar-primary .az-iconbar-logo::after {
      display: none; }
  .az-iconbar-primary .nav {
    justify-content: center; }
  .az-iconbar-primary .nav-link {
    width: 42px;
    height: 42px;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .az-iconbar-primary .nav-link {
        transition: none; } }
    .az-iconbar-primary .nav-link:hover, .az-iconbar-primary .nav-link:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1); }
    .az-iconbar-primary .nav-link.active {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.2); }
  .az-iconbar-primary .az-iconbar-help {
    color: rgba(255, 255, 255, 0.5); }
    .az-iconbar-primary .az-iconbar-help:hover, .az-iconbar-primary .az-iconbar-help:focus {
      color: #fff; }

.az-iconbar-aside-primary {
  width: 250px;
  background-color: #f8f9fa;
  box-shadow: 0 0 16px rgba(33, 34, 41, 0.08);
  border-right: 1px solid #ced4da; }
  .az-iconbar-aside-primary .az-iconbar-header {
    padding: 18px 25px; }
  .az-iconbar-aside-primary .az-logo span {
    color: #006fe6; }
  .az-iconbar-aside-primary .az-iconbar-body {
    padding: 10px 25px; }
    .az-iconbar-aside-primary .az-iconbar-body .nav {
      padding-top: 0;
      padding-left: 0;
      border-left-width: 0; }
    .az-iconbar-aside-primary .az-iconbar-body .nav-link:hover, .az-iconbar-aside-primary .az-iconbar-body .nav-link:focus {
      color: #007bff; }
    .az-iconbar-aside-primary .az-iconbar-body .nav-link.active {
      color: #007bff; }
  .az-iconbar-aside-primary .az-iconbar-toggle-menu {
    display: none; }
  @media (min-width: 992px) {
    .az-iconbar-aside-primary.show + .az-content {
      margin-left: 64px; } }

.az-content-dashboard-ten {
  padding: 0;
  min-height: 100vh;
  background-color: #e9ecef; }
  @media (min-width: 992px) {
    .az-content-dashboard-ten {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      margin-left: 64px; } }
  .az-content-dashboard-ten .az-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(33, 34, 41, 0.21); }
    @media (min-width: 992px) {
      .az-content-dashboard-ten .az-header {
        left: 64px; } }
    @media (min-width: 992px) {
      .az-content-dashboard-ten .az-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px; } }
  .az-content-dashboard-ten .az-header-center {
    margin-left: 0; }
  .az-content-dashboard-ten .az-content-body {
    margin-top: 64px; }
    @media (min-width: 1200px) {
      .az-content-dashboard-ten .az-content-body {
        display: flex; } }
  .az-content-dashboard-ten .az-content-body-left {
    flex: 1;
    padding: 20px; }
  .az-content-dashboard-ten .az-content-body-right {
    background-color: #fcfcfc;
    padding: 20px;
    display: none; }
    @media (min-width: 1200px) {
      .az-content-dashboard-ten .az-content-body-right {
        display: block;
        width: 280px;
        box-shadow: 0 0 6px rgba(33, 34, 41, 0.1); } }
    @media (min-width: 1300px) {
      .az-content-dashboard-ten .az-content-body-right {
        width: 300px; } }
  .az-content-dashboard-ten .az-content-title {
    letter-spacing: -.8px; }
  .az-content-dashboard-ten .card {
    border-width: 0;
    box-shadow: 0 0 6px rgba(33, 34, 41, 0.12); }
  .az-content-dashboard-ten .az-footer {
    margin-top: auto; }

.card-dashboard-twentyfour .card-header {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 0; }

.card-dashboard-twentyfour .card-title {
  font-size: 14px;
  margin-bottom: 0; }

.card-dashboard-twentyfour .card-body {
  padding: 15px 20px 20px; }

.card-dashboard-twentyfour .card-body-top {
  display: flex;
  margin-bottom: 20px; }
  .card-dashboard-twentyfour .card-body-top h6 {
    color: #212229;
    font-size: 18px;
    font-weight: 600;
    font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 0;
    letter-spacing: -.75px; }
    @media (min-width: 576px) {
      .card-dashboard-twentyfour .card-body-top h6 {
        font-size: 22px; } }
    .card-dashboard-twentyfour .card-body-top h6 small {
      font-weight: 600; }
    .card-dashboard-twentyfour .card-body-top h6 span {
      color: #969dab;
      font-weight: 400;
      letter-spacing: normal; }
  .card-dashboard-twentyfour .card-body-top label {
    display: block;
    margin-bottom: 0;
    color: #70737c;
    font-size: 11px; }
    @media (min-width: 576px) {
      .card-dashboard-twentyfour .card-body-top label {
        font-size: 0.8125rem; } }
  .card-dashboard-twentyfour .card-body-top > div + div {
    margin-left: 30px; }

.card-dashboard-twentyfour .az-content-label, .card-dashboard-twentyfour .card-table-two .card-title, .card-table-two .card-dashboard-twentyfour .card-title, .card-dashboard-twentyfour .card-dashboard-eight .card-title, .card-dashboard-eight .card-dashboard-twentyfour .card-title {
  font-size: 10px;
  color: #494c57;
  letter-spacing: .5px;
  margin-bottom: 0; }

.card-dashboard-twentyfour .chart-legend {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: .6; }
  .card-dashboard-twentyfour .chart-legend span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px; }
  .card-dashboard-twentyfour .chart-legend > div {
    display: flex;
    align-items: center; }
    .card-dashboard-twentyfour .chart-legend > div + div {
      margin-left: 20px; }

.card-dashboard-twentyfour .chart-wrapper {
  position: relative;
  margin-right: -10px; }

.card-dashboard-twentyfour .flot-chart {
  width: 100%;
  height: 130px; }

.card-dashboard-twentyfive .card-title {
  font-size: 14px;
  margin-bottom: 15px; }

.card-dashboard-twentyfive .col + .col {
  border-left: 1px solid #dee2e6; }

.card-dashboard-twentyfive .card-label {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 2px;
  color: #969dab;
  white-space: nowrap; }

.card-dashboard-twentyfive .card-value {
  font-size: 22px;
  font-weight: 600;
  font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  color: #212229;
  margin-bottom: 0;
  letter-spacing: -1px; }

.card-dashboard-twentyfive .chart-wrapper {
  position: relative;
  margin: 0 -8px -5px; }

.card-dashboard-twentyfive .flot-chart {
  width: 100%;
  height: 35px; }

.card-dashboard-twentysix .card-header {
  padding: 15px 15px 10px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.card-dashboard-twentysix .card-title {
  margin-bottom: 0;
  text-transform: uppercase; }

.card-dashboard-twentysix .chart-legend {
  display: flex;
  align-items: center; }
  .card-dashboard-twentysix .chart-legend > div {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px; }
    .card-dashboard-twentysix .chart-legend > div + div {
      margin-left: 15px; }
  .card-dashboard-twentysix .chart-legend span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 2px; }

.card-dashboard-twentysix .card-body {
  padding: 0;
  position: relative;
  overflow: hidden; }
  .card-dashboard-twentysix .card-body h6 {
    margin-bottom: 0;
    color: #212229;
    font-size: 22px;
    font-weight: 600;
    font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: -.5px;
    line-height: 1; }
    .card-dashboard-twentysix .card-body h6 span {
      font-weight: 400;
      font-size: 18px;
      letter-spacing: -1px; }
  .card-dashboard-twentysix .card-body label {
    font-size: 12px;
    margin-bottom: 0;
    color: #969dab; }

.card-dashboard-twentysix .chart-wrapper {
  position: relative;
  margin: -30px -18px -15px -18px; }

.card-dashboard-twentysix .flot-chart {
  width: 100%;
  height: 120px; }
  .card-dashboard-twentysix .flot-chart .flot-x-axis > div {
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    transform: translateY(-20px); }
  .card-dashboard-twentysix .flot-chart .flot-y-axis > div {
    font-size: 10px;
    transform: translateX(33px);
    color: rgba(33, 34, 41, 0.5); }

.card-dashboard-twentysix.card-dark-one .card-title, .card-dashboard-twentysix.card-dark-two .card-title {
  color: #fff; }

.card-dashboard-twentysix.card-dark-one .card-body h6, .card-dashboard-twentysix.card-dark-two .card-body h6 {
  color: #fff; }
  .card-dashboard-twentysix.card-dark-one .card-body h6 span, .card-dashboard-twentysix.card-dark-two .card-body h6 span {
    color: rgba(255, 255, 255, 0.5); }

.card-dashboard-twentysix.card-dark-one .card-body label, .card-dashboard-twentysix.card-dark-two .card-body label {
  color: rgba(255, 255, 255, 0.7); }

.card-dashboard-twentysix.card-dark-one .flot-chart .flot-y-axis > div, .card-dashboard-twentysix.card-dark-two .flot-chart .flot-y-axis > div {
  color: rgba(255, 255, 255, 0.2); }

.card-dashboard-twentysix.card-dark-one {
  background-color: #0056b3;
  background-image: linear-gradient(to bottom, #4709ac 0%, #0056b3 100%);
  background-repeat: repeat-x; }

.card-dashboard-twentysix.card-dark-two {
  background-color: #0062cc;
  background-image: linear-gradient(to bottom, #0067d6 0%, #007bff 100%);
  background-repeat: repeat-x; }

.az-rating-value {
  font-size: 40px;
  font-weight: 400;
  font-family: "Archivo", "Roboto", "Helvetica Neue", "Helvetica", sans-serif;
  color: #212229;
  margin-bottom: 0;
  letter-spacing: -.5px;
  line-height: .7; }

.az-rating-label {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px; }

.az-media-list-reviews .media + .media {
  margin-top: 25px; }

.az-media-list-reviews .az-img-user {
  width: 32px;
  height: 32px; }
  .az-media-list-reviews .az-img-user::after {
    display: none; }

.az-media-list-reviews .media-body {
  margin-left: 15px; }
  .az-media-list-reviews .media-body h6 {
    margin-bottom: 2px;
    line-height: 1; }
  .az-media-list-reviews .media-body small {
    display: inline-block;
    font-size: 12px;
    color: #969dab;
    line-height: 1; }

.az-star-group {
  display: flex;
  align-items: center; }
  .az-star-group span:last-child {
    display: block;
    font-weight: 500;
    font-size: 11px;
    margin-left: 5px;
    color: #70737c; }

.az-star-item {
  color: #007bff;
  font-size: 14px;
  position: relative; }
  .az-star-item + .az-star-item {
    margin-left: 3px; }

.az-media-list-activity .media + .media {
  margin-top: 25px; }

.az-media-list-activity .media-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%; }
  .az-media-list-activity .media-icon i {
    font-size: 21px;
    line-height: 0; }
    .az-media-list-activity .media-icon i.typcn {
      line-height: .9; }

.az-media-list-activity .media-body {
  margin-left: 15px; }
  .az-media-list-activity .media-body h6 {
    margin-bottom: 2px;
    color: #212229; }
  .az-media-list-activity .media-body span {
    display: block;
    font-size: 11px;
    color: #969dab; }

.az-media-list-activity .media-right {
  font-size: 11px;
  color: #969dab; }

  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px; }
    .card > hr {
      margin-right: 0;
      margin-left: 0; }
    .card > .list-group:first-child .list-group-item:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .card > .list-group:last-child .list-group-item:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
  
  .card-body {
    flex: 1 1 auto!important;
    padding: 1.25rem; }
  
  .card-title {
    margin-bottom: 0.75rem; }
  
  .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0; }
  
  .card-text:last-child {
    margin-bottom: 0; }
  
  .card-link:hover {
    text-decoration: none; }
  
  .card-link + .card-link {
    margin-left: 1.25rem; }
  
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .card-header:first-child {
      border-radius: calc(3px - 1px) calc(3px - 1px) 0 0; }
    .card-header + .list-group .list-group-item:first-child {
      border-top: 0; }
  
  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
    .card-footer:last-child {
      border-radius: 0 0 calc(3px - 1px) calc(3px - 1px); }
  
  .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0; }
  
  .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }
  
  .card-img {
    width: 100%;
    border-radius: calc(3px - 1px); }
  
  .card-img-top {
    width: 100%;
    border-top-left-radius: calc(3px - 1px);
    border-top-right-radius: calc(3px - 1px); }
  
  .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(3px - 1px);
    border-bottom-left-radius: calc(3px - 1px); }
  
  .card-deck {
    display: flex;
    flex-direction: column; }
    .card-deck .card {
      margin-bottom: 15px; }
    @media (min-width: 576px) {
      .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px; }
        .card-deck .card {
          display: flex;
          flex: 1 0 0%;
          flex-direction: column;
          margin-right: 15px;
          margin-bottom: 0;
          margin-left: 15px; } }
  
  .card-group {
    display: flex;
    flex-direction: column; }
    .card-group > .card {
      margin-bottom: 15px; }
    @media (min-width: 576px) {
      .card-group {
        flex-flow: row wrap; }
        .card-group > .card {
          flex: 1 0 0%;
          margin-bottom: 0; }
          .card-group > .card + .card {
            margin-left: 0;
            border-left: 0; }
          .card-group > .card:first-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
            .card-group > .card:first-child .card-img-top,
            .card-group > .card:first-child .card-header {
              border-top-right-radius: 0; }
            .card-group > .card:first-child .card-img-bottom,
            .card-group > .card:first-child .card-footer {
              border-bottom-right-radius: 0; }
          .card-group > .card:last-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }
            .card-group > .card:last-child .card-img-top,
            .card-group > .card:last-child .card-header {
              border-top-left-radius: 0; }
            .card-group > .card:last-child .card-img-bottom,
            .card-group > .card:last-child .card-footer {
              border-bottom-left-radius: 0; }
          .card-group > .card:only-child {
            border-radius: 3px; }
            .card-group > .card:only-child .card-img-top,
            .card-group > .card:only-child .card-header {
              border-top-left-radius: 3px;
              border-top-right-radius: 3px; }
            .card-group > .card:only-child .card-img-bottom,
            .card-group > .card:only-child .card-footer {
              border-bottom-right-radius: 3px;
              border-bottom-left-radius: 3px; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
            border-radius: 0; }
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
              border-radius: 0; } }
  
  .card-columns .card {
    margin-bottom: 0.75rem; }
  
  @media (min-width: 576px) {
    .card-columns {
      column-count: 3;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1; }
      .card-columns .card {
        display: inline-block;
        width: 100%; } }


        /* ###### 9.9 Width   ###### */
.wd-1 {
  width: 1px; }

.wd-2 {
  width: 2px; }

.wd-3 {
  width: 3px; }

.wd-4 {
  width: 4px; }

.wd-6 {
  width: 6px; }

.wd-7 {
  width: 7px; }

.wd-8 {
  width: 8px; }

.wd-9 {
  width: 9px; }

.wd-280 {
  width: 280px; }

.wd-5 {
  width: 5px; }

.wd-5p {
  width: 5%; }

.mx-wd-5p {
  max-width: 5%; }

.mn-wd-5p {
  min-width: 5%; }

.wd-5-f {
  width: 5px !important; }

.wd-5p-f {
  width: 5% !important; }

.mx-wd-5p-f {
  max-width: 5% !important; }

.mn-wd-5p-f {
  min-width: 5% !important; }

.wd-10 {
  width: 10px; }

.wd-10p {
  width: 10%; }

.mx-wd-10p {
  max-width: 10%; }

.mn-wd-10p {
  min-width: 10%; }

.wd-10-f {
  width: 10px !important; }

.wd-10p-f {
  width: 10% !important; }

.mx-wd-10p-f {
  max-width: 10% !important; }

.mn-wd-10p-f {
  min-width: 10% !important; }

.wd-15 {
  width: 15px; }

.wd-15p {
  width: 15%; }

.mx-wd-15p {
  max-width: 15%; }

.mn-wd-15p {
  min-width: 15%; }

.wd-15-f {
  width: 15px !important; }

.wd-15p-f {
  width: 15% !important; }

.mx-wd-15p-f {
  max-width: 15% !important; }

.mn-wd-15p-f {
  min-width: 15% !important; }

.wd-20 {
  width: 20px; }

.wd-20p {
  width: 20%; }

.mx-wd-20p {
  max-width: 20%; }

.mn-wd-20p {
  min-width: 20%; }

.wd-20-f {
  width: 20px !important; }

.wd-20p-f {
  width: 20% !important; }

.mx-wd-20p-f {
  max-width: 20% !important; }

.mn-wd-20p-f {
  min-width: 20% !important; }

.wd-25 {
  width: 25px; }

.wd-25p {
  width: 25%; }

.mx-wd-25p {
  max-width: 25%; }

.mn-wd-25p {
  min-width: 25%; }

.wd-25-f {
  width: 25px !important; }

.wd-25p-f {
  width: 25% !important; }

.mx-wd-25p-f {
  max-width: 25% !important; }

.mn-wd-25p-f {
  min-width: 25% !important; }

.wd-30 {
  width: 30px; }

.wd-30p {
  width: 30%; }

.mx-wd-30p {
  max-width: 30%; }

.mn-wd-30p {
  min-width: 30%; }

.wd-30-f {
  width: 30px !important; }

.wd-30p-f {
  width: 30% !important; }

.mx-wd-30p-f {
  max-width: 30% !important; }

.mn-wd-30p-f {
  min-width: 30% !important; }

.wd-35 {
  width: 35px; }

.wd-35p {
  width: 35%; }

.mx-wd-35p {
  max-width: 35%; }

.mn-wd-35p {
  min-width: 35%; }

.wd-35-f {
  width: 35px !important; }

.wd-35p-f {
  width: 35% !important; }

.mx-wd-35p-f {
  max-width: 35% !important; }

.mn-wd-35p-f {
  min-width: 35% !important; }

.wd-40 {
  width: 40px; }

.wd-40p {
  width: 40%; }

.mx-wd-40p {
  max-width: 40%; }

.mn-wd-40p {
  min-width: 40%; }

.wd-40-f {
  width: 40px !important; }

.wd-40p-f {
  width: 40% !important; }

.mx-wd-40p-f {
  max-width: 40% !important; }

.mn-wd-40p-f {
  min-width: 40% !important; }

.wd-45 {
  width: 45px; }

.wd-45p {
  width: 45%; }

.mx-wd-45p {
  max-width: 45%; }

.mn-wd-45p {
  min-width: 45%; }

.wd-45-f {
  width: 45px !important; }

.wd-45p-f {
  width: 45% !important; }

.mx-wd-45p-f {
  max-width: 45% !important; }

.mn-wd-45p-f {
  min-width: 45% !important; }

.wd-50 {
  width: 50px; }

.wd-50p {
  width: 50%; }

.mx-wd-50p {
  max-width: 50%; }

.mn-wd-50p {
  min-width: 50%; }

.wd-50-f {
  width: 50px !important; }

.wd-50p-f {
  width: 50% !important; }

.mx-wd-50p-f {
  max-width: 50% !important; }

.mn-wd-50p-f {
  min-width: 50% !important; }

.wd-55 {
  width: 55px; }

.wd-55p {
  width: 55%; }

.mx-wd-55p {
  max-width: 55%; }

.mn-wd-55p {
  min-width: 55%; }

.wd-55-f {
  width: 55px !important; }

.wd-55p-f {
  width: 55% !important; }

.mx-wd-55p-f {
  max-width: 55% !important; }

.mn-wd-55p-f {
  min-width: 55% !important; }

.wd-60 {
  width: 60px; }

.wd-60p {
  width: 60%; }

.mx-wd-60p {
  max-width: 60%; }

.mn-wd-60p {
  min-width: 60%; }

.wd-60-f {
  width: 60px !important; }

.wd-60p-f {
  width: 60% !important; }

.mx-wd-60p-f {
  max-width: 60% !important; }

.mn-wd-60p-f {
  min-width: 60% !important; }

.wd-65 {
  width: 65px; }

.wd-65p {
  width: 65%; }

.mx-wd-65p {
  max-width: 65%; }

.mn-wd-65p {
  min-width: 65%; }

.wd-65-f {
  width: 65px !important; }

.wd-65p-f {
  width: 65% !important; }

.mx-wd-65p-f {
  max-width: 65% !important; }

.mn-wd-65p-f {
  min-width: 65% !important; }

.wd-70 {
  width: 70px; }

.wd-70p {
  width: 70%; }

.mx-wd-70p {
  max-width: 70%; }

.mn-wd-70p {
  min-width: 70%; }

.wd-70-f {
  width: 70px !important; }

.wd-70p-f {
  width: 70% !important; }

.mx-wd-70p-f {
  max-width: 70% !important; }

.mn-wd-70p-f {
  min-width: 70% !important; }

.wd-75 {
  width: 75px; }

.wd-75p {
  width: 75%; }

.mx-wd-75p {
  max-width: 75%; }

.mn-wd-75p {
  min-width: 75%; }

.wd-75-f {
  width: 75px !important; }

.wd-75p-f {
  width: 75% !important; }

.mx-wd-75p-f {
  max-width: 75% !important; }

.mn-wd-75p-f {
  min-width: 75% !important; }

.wd-80 {
  width: 80px; }

.wd-80p {
  width: 80%; }

.mx-wd-80p {
  max-width: 80%; }

.mn-wd-80p {
  min-width: 80%; }

.wd-80-f {
  width: 80px !important; }

.wd-80p-f {
  width: 80% !important; }

.mx-wd-80p-f {
  max-width: 80% !important; }

.mn-wd-80p-f {
  min-width: 80% !important; }

.wd-85 {
  width: 85px; }

.wd-85p {
  width: 85%; }

.mx-wd-85p {
  max-width: 85%; }

.mn-wd-85p {
  min-width: 85%; }

.wd-85-f {
  width: 85px !important; }

.wd-85p-f {
  width: 85% !important; }

.mx-wd-85p-f {
  max-width: 85% !important; }

.mn-wd-85p-f {
  min-width: 85% !important; }

.wd-90 {
  width: 90px; }

.wd-90p {
  width: 90%; }

.mx-wd-90p {
  max-width: 90%; }

.mn-wd-90p {
  min-width: 90%; }

.wd-90-f {
  width: 90px !important; }

.wd-90p-f {
  width: 90% !important; }

.mx-wd-90p-f {
  max-width: 90% !important; }

.mn-wd-90p-f {
  min-width: 90% !important; }

.wd-95 {
  width: 95px; }

.wd-95p {
  width: 95%; }

.mx-wd-95p {
  max-width: 95%; }

.mn-wd-95p {
  min-width: 95%; }

.wd-95-f {
  width: 95px !important; }

.wd-95p-f {
  width: 95% !important; }

.mx-wd-95p-f {
  max-width: 95% !important; }

.mn-wd-95p-f {
  min-width: 95% !important; }

.wd-100 {
  width: 100px; }

.wd-100p {
  width: 100%; }

.mx-wd-100p {
  max-width: 100%; }

.mn-wd-100p {
  min-width: 100%; }

.wd-100-f {
  width: 100px !important; }

.wd-100p-f {
  width: 100% !important; }

.mx-wd-100p-f {
  max-width: 100% !important; }

.mn-wd-100p-f {
  min-width: 100% !important; }

.wd-150 {
  width: 150px; }

.wd-150-f {
  width: 150px !important; }

.wd-200 {
  width: 200px; }

.wd-200-f {
  width: 200px !important; }

.wd-250 {
  width: 250px; }

.wd-250-f {
  width: 250px !important; }

.wd-300 {
  width: 300px; }

.wd-300-f {
  width: 300px !important; }

.wd-350 {
  width: 350px; }

.wd-350-f {
  width: 350px !important; }

.wd-400 {
  width: 400px; }

.wd-400-f {
  width: 400px !important; }

.wd-450 {
  width: 450px; }

.wd-450-f {
  width: 450px !important; }

.wd-500 {
  width: 500px; }

.wd-500-f {
  width: 500px !important; }

.wd-550 {
  width: 550px; }

.wd-550-f {
  width: 550px !important; }

.wd-600 {
  width: 600px; }

.wd-600-f {
  width: 600px !important; }

.wd-650 {
  width: 650px; }

.wd-650-f {
  width: 650px !important; }

.wd-700 {
  width: 700px; }

.wd-700-f {
  width: 700px !important; }

.wd-750 {
  width: 750px; }

.wd-750-f {
  width: 750px !important; }

.wd-800 {
  width: 800px; }

.wd-800-f {
  width: 800px !important; }

.wd-850 {
  width: 850px; }

.wd-850-f {
  width: 850px !important; }

.wd-900 {
  width: 900px; }

.wd-900-f {
  width: 900px !important; }

.wd-950 {
  width: 950px; }

.wd-950-f {
  width: 950px !important; }

.wd-1000 {
  width: 1000px; }

.wd-1000-f {
  width: 1000px !important; }

@media (min-width: 480px) {
  .wd-xs-5 {
    width: 5px; }
  .wd-xs-5p {
    width: 5%; }
  .mx-wd-xs-5p {
    max-width: 5%; }
  .mn-wd-xs-5p {
    min-width: 5%; }
  .wd-xs-5-f {
    width: 5px !important; }
  .wd-xs-5p-f {
    width: 5% !important; }
  .mx-wd-xs-5p-f {
    max-width: 5% !important; }
  .mn-wd-xs-5p-f {
    min-width: 5% !important; }
  .wd-xs-10 {
    width: 10px; }
  .wd-xs-10p {
    width: 10%; }
  .mx-wd-xs-10p {
    max-width: 10%; }
  .mn-wd-xs-10p {
    min-width: 10%; }
  .wd-xs-10-f {
    width: 10px !important; }
  .wd-xs-10p-f {
    width: 10% !important; }
  .mx-wd-xs-10p-f {
    max-width: 10% !important; }
  .mn-wd-xs-10p-f {
    min-width: 10% !important; }
  .wd-xs-15 {
    width: 15px; }
  .wd-xs-15p {
    width: 15%; }
  .mx-wd-xs-15p {
    max-width: 15%; }
  .mn-wd-xs-15p {
    min-width: 15%; }
  .wd-xs-15-f {
    width: 15px !important; }
  .wd-xs-15p-f {
    width: 15% !important; }
  .mx-wd-xs-15p-f {
    max-width: 15% !important; }
  .mn-wd-xs-15p-f {
    min-width: 15% !important; }
  .wd-xs-20 {
    width: 20px; }
  .wd-xs-20p {
    width: 20%; }
  .mx-wd-xs-20p {
    max-width: 20%; }
  .mn-wd-xs-20p {
    min-width: 20%; }
  .wd-xs-20-f {
    width: 20px !important; }
  .wd-xs-20p-f {
    width: 20% !important; }
  .mx-wd-xs-20p-f {
    max-width: 20% !important; }
  .mn-wd-xs-20p-f {
    min-width: 20% !important; }
  .wd-xs-25 {
    width: 25px; }
  .wd-xs-25p {
    width: 25%; }
  .mx-wd-xs-25p {
    max-width: 25%; }
  .mn-wd-xs-25p {
    min-width: 25%; }
  .wd-xs-25-f {
    width: 25px !important; }
  .wd-xs-25p-f {
    width: 25% !important; }
  .mx-wd-xs-25p-f {
    max-width: 25% !important; }
  .mn-wd-xs-25p-f {
    min-width: 25% !important; }
  .wd-xs-30 {
    width: 30px; }
  .wd-xs-30p {
    width: 30%; }
  .mx-wd-xs-30p {
    max-width: 30%; }
  .mn-wd-xs-30p {
    min-width: 30%; }
  .wd-xs-30-f {
    width: 30px !important; }
  .wd-xs-30p-f {
    width: 30% !important; }
  .mx-wd-xs-30p-f {
    max-width: 30% !important; }
  .mn-wd-xs-30p-f {
    min-width: 30% !important; }
  .wd-xs-35 {
    width: 35px; }
  .wd-xs-35p {
    width: 35%; }
  .mx-wd-xs-35p {
    max-width: 35%; }
  .mn-wd-xs-35p {
    min-width: 35%; }
  .wd-xs-35-f {
    width: 35px !important; }
  .wd-xs-35p-f {
    width: 35% !important; }
  .mx-wd-xs-35p-f {
    max-width: 35% !important; }
  .mn-wd-xs-35p-f {
    min-width: 35% !important; }
  .wd-xs-40 {
    width: 40px; }
  .wd-xs-40p {
    width: 40%; }
  .mx-wd-xs-40p {
    max-width: 40%; }
  .mn-wd-xs-40p {
    min-width: 40%; }
  .wd-xs-40-f {
    width: 40px !important; }
  .wd-xs-40p-f {
    width: 40% !important; }
  .mx-wd-xs-40p-f {
    max-width: 40% !important; }
  .mn-wd-xs-40p-f {
    min-width: 40% !important; }
  .wd-xs-45 {
    width: 45px; }
  .wd-xs-45p {
    width: 45%; }
  .mx-wd-xs-45p {
    max-width: 45%; }
  .mn-wd-xs-45p {
    min-width: 45%; }
  .wd-xs-45-f {
    width: 45px !important; }
  .wd-xs-45p-f {
    width: 45% !important; }
  .mx-wd-xs-45p-f {
    max-width: 45% !important; }
  .mn-wd-xs-45p-f {
    min-width: 45% !important; }
  .wd-xs-50 {
    width: 50px; }
  .wd-xs-50p {
    width: 50%; }
  .mx-wd-xs-50p {
    max-width: 50%; }
  .mn-wd-xs-50p {
    min-width: 50%; }
  .wd-xs-50-f {
    width: 50px !important; }
  .wd-xs-50p-f {
    width: 50% !important; }
  .mx-wd-xs-50p-f {
    max-width: 50% !important; }
  .mn-wd-xs-50p-f {
    min-width: 50% !important; }
  .wd-xs-55 {
    width: 55px; }
  .wd-xs-55p {
    width: 55%; }
  .mx-wd-xs-55p {
    max-width: 55%; }
  .mn-wd-xs-55p {
    min-width: 55%; }
  .wd-xs-55-f {
    width: 55px !important; }
  .wd-xs-55p-f {
    width: 55% !important; }
  .mx-wd-xs-55p-f {
    max-width: 55% !important; }
  .mn-wd-xs-55p-f {
    min-width: 55% !important; }
  .wd-xs-60 {
    width: 60px; }
  .wd-xs-60p {
    width: 60%; }
  .mx-wd-xs-60p {
    max-width: 60%; }
  .mn-wd-xs-60p {
    min-width: 60%; }
  .wd-xs-60-f {
    width: 60px !important; }
  .wd-xs-60p-f {
    width: 60% !important; }
  .mx-wd-xs-60p-f {
    max-width: 60% !important; }
  .mn-wd-xs-60p-f {
    min-width: 60% !important; }
  .wd-xs-65 {
    width: 65px; }
  .wd-xs-65p {
    width: 65%; }
  .mx-wd-xs-65p {
    max-width: 65%; }
  .mn-wd-xs-65p {
    min-width: 65%; }
  .wd-xs-65-f {
    width: 65px !important; }
  .wd-xs-65p-f {
    width: 65% !important; }
  .mx-wd-xs-65p-f {
    max-width: 65% !important; }
  .mn-wd-xs-65p-f {
    min-width: 65% !important; }
  .wd-xs-70 {
    width: 70px; }
  .wd-xs-70p {
    width: 70%; }
  .mx-wd-xs-70p {
    max-width: 70%; }
  .mn-wd-xs-70p {
    min-width: 70%; }
  .wd-xs-70-f {
    width: 70px !important; }
  .wd-xs-70p-f {
    width: 70% !important; }
  .mx-wd-xs-70p-f {
    max-width: 70% !important; }
  .mn-wd-xs-70p-f {
    min-width: 70% !important; }
  .wd-xs-75 {
    width: 75px; }
  .wd-xs-75p {
    width: 75%; }
  .mx-wd-xs-75p {
    max-width: 75%; }
  .mn-wd-xs-75p {
    min-width: 75%; }
  .wd-xs-75-f {
    width: 75px !important; }
  .wd-xs-75p-f {
    width: 75% !important; }
  .mx-wd-xs-75p-f {
    max-width: 75% !important; }
  .mn-wd-xs-75p-f {
    min-width: 75% !important; }
  .wd-xs-80 {
    width: 80px; }
  .wd-xs-80p {
    width: 80%; }
  .mx-wd-xs-80p {
    max-width: 80%; }
  .mn-wd-xs-80p {
    min-width: 80%; }
  .wd-xs-80-f {
    width: 80px !important; }
  .wd-xs-80p-f {
    width: 80% !important; }
  .mx-wd-xs-80p-f {
    max-width: 80% !important; }
  .mn-wd-xs-80p-f {
    min-width: 80% !important; }
  .wd-xs-85 {
    width: 85px; }
  .wd-xs-85p {
    width: 85%; }
  .mx-wd-xs-85p {
    max-width: 85%; }
  .mn-wd-xs-85p {
    min-width: 85%; }
  .wd-xs-85-f {
    width: 85px !important; }
  .wd-xs-85p-f {
    width: 85% !important; }
  .mx-wd-xs-85p-f {
    max-width: 85% !important; }
  .mn-wd-xs-85p-f {
    min-width: 85% !important; }
  .wd-xs-90 {
    width: 90px; }
  .wd-xs-90p {
    width: 90%; }
  .mx-wd-xs-90p {
    max-width: 90%; }
  .mn-wd-xs-90p {
    min-width: 90%; }
  .wd-xs-90-f {
    width: 90px !important; }
  .wd-xs-90p-f {
    width: 90% !important; }
  .mx-wd-xs-90p-f {
    max-width: 90% !important; }
  .mn-wd-xs-90p-f {
    min-width: 90% !important; }
  .wd-xs-95 {
    width: 95px; }
  .wd-xs-95p {
    width: 95%; }
  .mx-wd-xs-95p {
    max-width: 95%; }
  .mn-wd-xs-95p {
    min-width: 95%; }
  .wd-xs-95-f {
    width: 95px !important; }
  .wd-xs-95p-f {
    width: 95% !important; }
  .mx-wd-xs-95p-f {
    max-width: 95% !important; }
  .mn-wd-xs-95p-f {
    min-width: 95% !important; }
  .wd-xs-100 {
    width: 100px; }
  .wd-xs-100p {
    width: 100%; }
  .mx-wd-xs-100p {
    max-width: 100%; }
  .mn-wd-xs-100p {
    min-width: 100%; }
  .wd-xs-100-f {
    width: 100px !important; }
  .wd-xs-100p-f {
    width: 100% !important; }
  .mx-wd-xs-100p-f {
    max-width: 100% !important; }
  .mn-wd-xs-100p-f {
    min-width: 100% !important; }
  .wd-xs-150 {
    width: 150px; }
  .wd-xs-150p {
    width: 150%; }
  .mx-wd-xs-150p {
    max-width: 150%; }
  .mn-wd-xs-150p {
    min-width: 150%; }
  .wd-xs-150-f {
    width: 150px !important; }
  .wd-xs-150p-f {
    width: 150% !important; }
  .mx-wd-xs-150p-f {
    max-width: 150% !important; }
  .mn-wd-xs-150p-f {
    min-width: 150% !important; }
  .wd-xs-200 {
    width: 200px; }
  .wd-xs-200p {
    width: 200%; }
  .mx-wd-xs-200p {
    max-width: 200%; }
  .mn-wd-xs-200p {
    min-width: 200%; }
  .wd-xs-200-f {
    width: 200px !important; }
  .wd-xs-200p-f {
    width: 200% !important; }
  .mx-wd-xs-200p-f {
    max-width: 200% !important; }
  .mn-wd-xs-200p-f {
    min-width: 200% !important; }
  .wd-xs-250 {
    width: 250px; }
  .wd-xs-250p {
    width: 250%; }
  .mx-wd-xs-250p {
    max-width: 250%; }
  .mn-wd-xs-250p {
    min-width: 250%; }
  .wd-xs-250-f {
    width: 250px !important; }
  .wd-xs-250p-f {
    width: 250% !important; }
  .mx-wd-xs-250p-f {
    max-width: 250% !important; }
  .mn-wd-xs-250p-f {
    min-width: 250% !important; }
  .wd-xs-300 {
    width: 300px; }
  .wd-xs-300p {
    width: 300%; }
  .mx-wd-xs-300p {
    max-width: 300%; }
  .mn-wd-xs-300p {
    min-width: 300%; }
  .wd-xs-300-f {
    width: 300px !important; }
  .wd-xs-300p-f {
    width: 300% !important; }
  .mx-wd-xs-300p-f {
    max-width: 300% !important; }
  .mn-wd-xs-300p-f {
    min-width: 300% !important; }
  .wd-xs-350 {
    width: 350px; }
  .wd-xs-350p {
    width: 350%; }
  .mx-wd-xs-350p {
    max-width: 350%; }
  .mn-wd-xs-350p {
    min-width: 350%; }
  .wd-xs-350-f {
    width: 350px !important; }
  .wd-xs-350p-f {
    width: 350% !important; }
  .mx-wd-xs-350p-f {
    max-width: 350% !important; }
  .mn-wd-xs-350p-f {
    min-width: 350% !important; }
  .wd-xs-400 {
    width: 400px; }
  .wd-xs-400p {
    width: 400%; }
  .mx-wd-xs-400p {
    max-width: 400%; }
  .mn-wd-xs-400p {
    min-width: 400%; }
  .wd-xs-400-f {
    width: 400px !important; }
  .wd-xs-400p-f {
    width: 400% !important; }
  .mx-wd-xs-400p-f {
    max-width: 400% !important; }
  .mn-wd-xs-400p-f {
    min-width: 400% !important; }
  .wd-xs-450 {
    width: 450px; }
  .wd-xs-450p {
    width: 450%; }
  .mx-wd-xs-450p {
    max-width: 450%; }
  .mn-wd-xs-450p {
    min-width: 450%; }
  .wd-xs-450-f {
    width: 450px !important; }
  .wd-xs-450p-f {
    width: 450% !important; }
  .mx-wd-xs-450p-f {
    max-width: 450% !important; }
  .mn-wd-xs-450p-f {
    min-width: 450% !important; }
  .wd-xs-500 {
    width: 500px; }
  .wd-xs-500p {
    width: 500%; }
  .mx-wd-xs-500p {
    max-width: 500%; }
  .mn-wd-xs-500p {
    min-width: 500%; }
  .wd-xs-500-f {
    width: 500px !important; }
  .wd-xs-500p-f {
    width: 500% !important; }
  .mx-wd-xs-500p-f {
    max-width: 500% !important; }
  .mn-wd-xs-500p-f {
    min-width: 500% !important; }
  .wd-xs-550 {
    width: 550px; }
  .wd-xs-550p {
    width: 550%; }
  .mx-wd-xs-550p {
    max-width: 550%; }
  .mn-wd-xs-550p {
    min-width: 550%; }
  .wd-xs-550-f {
    width: 550px !important; }
  .wd-xs-550p-f {
    width: 550% !important; }
  .mx-wd-xs-550p-f {
    max-width: 550% !important; }
  .mn-wd-xs-550p-f {
    min-width: 550% !important; }
  .wd-xs-600 {
    width: 600px; }
  .wd-xs-600p {
    width: 600%; }
  .mx-wd-xs-600p {
    max-width: 600%; }
  .mn-wd-xs-600p {
    min-width: 600%; }
  .wd-xs-600-f {
    width: 600px !important; }
  .wd-xs-600p-f {
    width: 600% !important; }
  .mx-wd-xs-600p-f {
    max-width: 600% !important; }
  .mn-wd-xs-600p-f {
    min-width: 600% !important; }
  .wd-xs-650 {
    width: 650px; }
  .wd-xs-650p {
    width: 650%; }
  .mx-wd-xs-650p {
    max-width: 650%; }
  .mn-wd-xs-650p {
    min-width: 650%; }
  .wd-xs-650-f {
    width: 650px !important; }
  .wd-xs-650p-f {
    width: 650% !important; }
  .mx-wd-xs-650p-f {
    max-width: 650% !important; }
  .mn-wd-xs-650p-f {
    min-width: 650% !important; }
  .wd-xs-700 {
    width: 700px; }
  .wd-xs-700p {
    width: 700%; }
  .mx-wd-xs-700p {
    max-width: 700%; }
  .mn-wd-xs-700p {
    min-width: 700%; }
  .wd-xs-700-f {
    width: 700px !important; }
  .wd-xs-700p-f {
    width: 700% !important; }
  .mx-wd-xs-700p-f {
    max-width: 700% !important; }
  .mn-wd-xs-700p-f {
    min-width: 700% !important; }
  .wd-xs-750 {
    width: 750px; }
  .wd-xs-750p {
    width: 750%; }
  .mx-wd-xs-750p {
    max-width: 750%; }
  .mn-wd-xs-750p {
    min-width: 750%; }
  .wd-xs-750-f {
    width: 750px !important; }
  .wd-xs-750p-f {
    width: 750% !important; }
  .mx-wd-xs-750p-f {
    max-width: 750% !important; }
  .mn-wd-xs-750p-f {
    min-width: 750% !important; }
  .wd-xs-800 {
    width: 800px; }
  .wd-xs-800p {
    width: 800%; }
  .mx-wd-xs-800p {
    max-width: 800%; }
  .mn-wd-xs-800p {
    min-width: 800%; }
  .wd-xs-800-f {
    width: 800px !important; }
  .wd-xs-800p-f {
    width: 800% !important; }
  .mx-wd-xs-800p-f {
    max-width: 800% !important; }
  .mn-wd-xs-800p-f {
    min-width: 800% !important; }
  .wd-xs-850 {
    width: 850px; }
  .wd-xs-850p {
    width: 850%; }
  .mx-wd-xs-850p {
    max-width: 850%; }
  .mn-wd-xs-850p {
    min-width: 850%; }
  .wd-xs-850-f {
    width: 850px !important; }
  .wd-xs-850p-f {
    width: 850% !important; }
  .mx-wd-xs-850p-f {
    max-width: 850% !important; }
  .mn-wd-xs-850p-f {
    min-width: 850% !important; }
  .wd-xs-900 {
    width: 900px; }
  .wd-xs-900p {
    width: 900%; }
  .mx-wd-xs-900p {
    max-width: 900%; }
  .mn-wd-xs-900p {
    min-width: 900%; }
  .wd-xs-900-f {
    width: 900px !important; }
  .wd-xs-900p-f {
    width: 900% !important; }
  .mx-wd-xs-900p-f {
    max-width: 900% !important; }
  .mn-wd-xs-900p-f {
    min-width: 900% !important; }
  .wd-xs-950 {
    width: 950px; }
  .wd-xs-950p {
    width: 950%; }
  .mx-wd-xs-950p {
    max-width: 950%; }
  .mn-wd-xs-950p {
    min-width: 950%; }
  .wd-xs-950-f {
    width: 950px !important; }
  .wd-xs-950p-f {
    width: 950% !important; }
  .mx-wd-xs-950p-f {
    max-width: 950% !important; }
  .mn-wd-xs-950p-f {
    min-width: 950% !important; }
  .wd-xs-1000 {
    width: 1000px; }
  .wd-xs-1000p {
    width: 1000%; }
  .mx-wd-xs-1000p {
    max-width: 1000%; }
  .mn-wd-xs-1000p {
    min-width: 1000%; }
  .wd-xs-1000-f {
    width: 1000px !important; }
  .wd-xs-1000p-f {
    width: 1000% !important; }
  .mx-wd-xs-1000p-f {
    max-width: 1000% !important; }
  .mn-wd-xs-1000p-f {
    min-width: 1000% !important; }
  .wd-xs-auto {
    width: auto; }
  .wd-xs-auto-f {
    width: auto !important; } }

@media (min-width: 576px) {
  .wd-sm-5 {
    width: 5px; }
  .wd-sm-5p {
    width: 5%; }
  .mx-wd-sm-5p {
    max-width: 5%; }
  .mn-wd-sm-5p {
    min-width: 5%; }
  .wd-sm-5-f {
    width: 5px !important; }
  .wd-sm-5p-f {
    width: 5% !important; }
  .mx-wd-sm-5p-f {
    max-width: 5% !important; }
  .mn-wd-sm-5p-f {
    min-width: 5% !important; }
  .wd-sm-10 {
    width: 10px; }
  .wd-sm-10p {
    width: 10%; }
  .mx-wd-sm-10p {
    max-width: 10%; }
  .mn-wd-sm-10p {
    min-width: 10%; }
  .wd-sm-10-f {
    width: 10px !important; }
  .wd-sm-10p-f {
    width: 10% !important; }
  .mx-wd-sm-10p-f {
    max-width: 10% !important; }
  .mn-wd-sm-10p-f {
    min-width: 10% !important; }
  .wd-sm-15 {
    width: 15px; }
  .wd-sm-15p {
    width: 15%; }
  .mx-wd-sm-15p {
    max-width: 15%; }
  .mn-wd-sm-15p {
    min-width: 15%; }
  .wd-sm-15-f {
    width: 15px !important; }
  .wd-sm-15p-f {
    width: 15% !important; }
  .mx-wd-sm-15p-f {
    max-width: 15% !important; }
  .mn-wd-sm-15p-f {
    min-width: 15% !important; }
  .wd-sm-20 {
    width: 20px; }
  .wd-sm-20p {
    width: 20%; }
  .mx-wd-sm-20p {
    max-width: 20%; }
  .mn-wd-sm-20p {
    min-width: 20%; }
  .wd-sm-20-f {
    width: 20px !important; }
  .wd-sm-20p-f {
    width: 20% !important; }
  .mx-wd-sm-20p-f {
    max-width: 20% !important; }
  .mn-wd-sm-20p-f {
    min-width: 20% !important; }
  .wd-sm-25 {
    width: 25px; }
  .wd-sm-25p {
    width: 25%; }
  .mx-wd-sm-25p {
    max-width: 25%; }
  .mn-wd-sm-25p {
    min-width: 25%; }
  .wd-sm-25-f {
    width: 25px !important; }
  .wd-sm-25p-f {
    width: 25% !important; }
  .mx-wd-sm-25p-f {
    max-width: 25% !important; }
  .mn-wd-sm-25p-f {
    min-width: 25% !important; }
  .wd-sm-30 {
    width: 30px; }
  .wd-sm-30p {
    width: 30%; }
  .mx-wd-sm-30p {
    max-width: 30%; }
  .mn-wd-sm-30p {
    min-width: 30%; }
  .wd-sm-30-f {
    width: 30px !important; }
  .wd-sm-30p-f {
    width: 30% !important; }
  .mx-wd-sm-30p-f {
    max-width: 30% !important; }
  .mn-wd-sm-30p-f {
    min-width: 30% !important; }
  .wd-sm-35 {
    width: 35px; }
  .wd-sm-35p {
    width: 35%; }
  .mx-wd-sm-35p {
    max-width: 35%; }
  .mn-wd-sm-35p {
    min-width: 35%; }
  .wd-sm-35-f {
    width: 35px !important; }
  .wd-sm-35p-f {
    width: 35% !important; }
  .mx-wd-sm-35p-f {
    max-width: 35% !important; }
  .mn-wd-sm-35p-f {
    min-width: 35% !important; }
  .wd-sm-40 {
    width: 40px; }
  .wd-sm-40p {
    width: 40%; }
  .mx-wd-sm-40p {
    max-width: 40%; }
  .mn-wd-sm-40p {
    min-width: 40%; }
  .wd-sm-40-f {
    width: 40px !important; }
  .wd-sm-40p-f {
    width: 40% !important; }
  .mx-wd-sm-40p-f {
    max-width: 40% !important; }
  .mn-wd-sm-40p-f {
    min-width: 40% !important; }
  .wd-sm-45 {
    width: 45px; }
  .wd-sm-45p {
    width: 45%; }
  .mx-wd-sm-45p {
    max-width: 45%; }
  .mn-wd-sm-45p {
    min-width: 45%; }
  .wd-sm-45-f {
    width: 45px !important; }
  .wd-sm-45p-f {
    width: 45% !important; }
  .mx-wd-sm-45p-f {
    max-width: 45% !important; }
  .mn-wd-sm-45p-f {
    min-width: 45% !important; }
  .wd-sm-50 {
    width: 50px; }
  .wd-sm-50p {
    width: 50%; }
  .mx-wd-sm-50p {
    max-width: 50%; }
  .mn-wd-sm-50p {
    min-width: 50%; }
  .wd-sm-50-f {
    width: 50px !important; }
  .wd-sm-50p-f {
    width: 50% !important; }
  .mx-wd-sm-50p-f {
    max-width: 50% !important; }
  .mn-wd-sm-50p-f {
    min-width: 50% !important; }
  .wd-sm-55 {
    width: 55px; }
  .wd-sm-55p {
    width: 55%; }
  .mx-wd-sm-55p {
    max-width: 55%; }
  .mn-wd-sm-55p {
    min-width: 55%; }
  .wd-sm-55-f {
    width: 55px !important; }
  .wd-sm-55p-f {
    width: 55% !important; }
  .mx-wd-sm-55p-f {
    max-width: 55% !important; }
  .mn-wd-sm-55p-f {
    min-width: 55% !important; }
  .wd-sm-60 {
    width: 60px; }
  .wd-sm-60p {
    width: 60%; }
  .mx-wd-sm-60p {
    max-width: 60%; }
  .mn-wd-sm-60p {
    min-width: 60%; }
  .wd-sm-60-f {
    width: 60px !important; }
  .wd-sm-60p-f {
    width: 60% !important; }
  .mx-wd-sm-60p-f {
    max-width: 60% !important; }
  .mn-wd-sm-60p-f {
    min-width: 60% !important; }
  .wd-sm-65 {
    width: 65px; }
  .wd-sm-65p {
    width: 65%; }
  .mx-wd-sm-65p {
    max-width: 65%; }
  .mn-wd-sm-65p {
    min-width: 65%; }
  .wd-sm-65-f {
    width: 65px !important; }
  .wd-sm-65p-f {
    width: 65% !important; }
  .mx-wd-sm-65p-f {
    max-width: 65% !important; }
  .mn-wd-sm-65p-f {
    min-width: 65% !important; }
  .wd-sm-70 {
    width: 70px; }
  .wd-sm-70p {
    width: 70%; }
  .mx-wd-sm-70p {
    max-width: 70%; }
  .mn-wd-sm-70p {
    min-width: 70%; }
  .wd-sm-70-f {
    width: 70px !important; }
  .wd-sm-70p-f {
    width: 70% !important; }
  .mx-wd-sm-70p-f {
    max-width: 70% !important; }
  .mn-wd-sm-70p-f {
    min-width: 70% !important; }
  .wd-sm-75 {
    width: 75px; }
  .wd-sm-75p {
    width: 75%; }
  .mx-wd-sm-75p {
    max-width: 75%; }
  .mn-wd-sm-75p {
    min-width: 75%; }
  .wd-sm-75-f {
    width: 75px !important; }
  .wd-sm-75p-f {
    width: 75% !important; }
  .mx-wd-sm-75p-f {
    max-width: 75% !important; }
  .mn-wd-sm-75p-f {
    min-width: 75% !important; }
  .wd-sm-80 {
    width: 80px; }
  .wd-sm-80p {
    width: 80%; }
  .mx-wd-sm-80p {
    max-width: 80%; }
  .mn-wd-sm-80p {
    min-width: 80%; }
  .wd-sm-80-f {
    width: 80px !important; }
  .wd-sm-80p-f {
    width: 80% !important; }
  .mx-wd-sm-80p-f {
    max-width: 80% !important; }
  .mn-wd-sm-80p-f {
    min-width: 80% !important; }
  .wd-sm-85 {
    width: 85px; }
  .wd-sm-85p {
    width: 85%; }
  .mx-wd-sm-85p {
    max-width: 85%; }
  .mn-wd-sm-85p {
    min-width: 85%; }
  .wd-sm-85-f {
    width: 85px !important; }
  .wd-sm-85p-f {
    width: 85% !important; }
  .mx-wd-sm-85p-f {
    max-width: 85% !important; }
  .mn-wd-sm-85p-f {
    min-width: 85% !important; }
  .wd-sm-90 {
    width: 90px; }
  .wd-sm-90p {
    width: 90%; }
  .mx-wd-sm-90p {
    max-width: 90%; }
  .mn-wd-sm-90p {
    min-width: 90%; }
  .wd-sm-90-f {
    width: 90px !important; }
  .wd-sm-90p-f {
    width: 90% !important; }
  .mx-wd-sm-90p-f {
    max-width: 90% !important; }
  .mn-wd-sm-90p-f {
    min-width: 90% !important; }
  .wd-sm-95 {
    width: 95px; }
  .wd-sm-95p {
    width: 95%; }
  .mx-wd-sm-95p {
    max-width: 95%; }
  .mn-wd-sm-95p {
    min-width: 95%; }
  .wd-sm-95-f {
    width: 95px !important; }
  .wd-sm-95p-f {
    width: 95% !important; }
  .mx-wd-sm-95p-f {
    max-width: 95% !important; }
  .mn-wd-sm-95p-f {
    min-width: 95% !important; }
  .wd-sm-100 {
    width: 100px; }
  .wd-sm-100p {
    width: 100%; }
  .mx-wd-sm-100p {
    max-width: 100%; }
  .mn-wd-sm-100p {
    min-width: 100%; }
  .wd-sm-100-f {
    width: 100px !important; }
  .wd-sm-100p-f {
    width: 100% !important; }
  .mx-wd-sm-100p-f {
    max-width: 100% !important; }
  .mn-wd-sm-100p-f {
    min-width: 100% !important; }
  .wd-sm-150 {
    width: 150px; }
  .wd-sm-150p {
    width: 150%; }
  .mx-wd-sm-150p {
    max-width: 150%; }
  .mn-wd-sm-150p {
    min-width: 150%; }
  .wd-sm-150-f {
    width: 150px !important; }
  .wd-sm-150p-f {
    width: 150% !important; }
  .mx-wd-sm-150p-f {
    max-width: 150% !important; }
  .mn-wd-sm-150p-f {
    min-width: 150% !important; }
  .wd-sm-200 {
    width: 200px; }
  .wd-sm-200p {
    width: 200%; }
  .mx-wd-sm-200p {
    max-width: 200%; }
  .mn-wd-sm-200p {
    min-width: 200%; }
  .wd-sm-200-f {
    width: 200px !important; }
  .wd-sm-200p-f {
    width: 200% !important; }
  .mx-wd-sm-200p-f {
    max-width: 200% !important; }
  .mn-wd-sm-200p-f {
    min-width: 200% !important; }
  .wd-sm-250 {
    width: 250px; }
  .wd-sm-250p {
    width: 250%; }
  .mx-wd-sm-250p {
    max-width: 250%; }
  .mn-wd-sm-250p {
    min-width: 250%; }
  .wd-sm-250-f {
    width: 250px !important; }
  .wd-sm-250p-f {
    width: 250% !important; }
  .mx-wd-sm-250p-f {
    max-width: 250% !important; }
  .mn-wd-sm-250p-f {
    min-width: 250% !important; }
  .wd-sm-300 {
    width: 300px; }
  .wd-sm-300p {
    width: 300%; }
  .mx-wd-sm-300p {
    max-width: 300%; }
  .mn-wd-sm-300p {
    min-width: 300%; }
  .wd-sm-300-f {
    width: 300px !important; }
  .wd-sm-300p-f {
    width: 300% !important; }
  .mx-wd-sm-300p-f {
    max-width: 300% !important; }
  .mn-wd-sm-300p-f {
    min-width: 300% !important; }
  .wd-sm-350 {
    width: 350px; }
  .wd-sm-350p {
    width: 350%; }
  .mx-wd-sm-350p {
    max-width: 350%; }
  .mn-wd-sm-350p {
    min-width: 350%; }
  .wd-sm-350-f {
    width: 350px !important; }
  .wd-sm-350p-f {
    width: 350% !important; }
  .mx-wd-sm-350p-f {
    max-width: 350% !important; }
  .mn-wd-sm-350p-f {
    min-width: 350% !important; }
  .wd-sm-400 {
    width: 400px; }
  .wd-sm-400p {
    width: 400%; }
  .mx-wd-sm-400p {
    max-width: 400%; }
  .mn-wd-sm-400p {
    min-width: 400%; }
  .wd-sm-400-f {
    width: 400px !important; }
  .wd-sm-400p-f {
    width: 400% !important; }
  .mx-wd-sm-400p-f {
    max-width: 400% !important; }
  .mn-wd-sm-400p-f {
    min-width: 400% !important; }
  .wd-sm-450 {
    width: 450px; }
  .wd-sm-450p {
    width: 450%; }
  .mx-wd-sm-450p {
    max-width: 450%; }
  .mn-wd-sm-450p {
    min-width: 450%; }
  .wd-sm-450-f {
    width: 450px !important; }
  .wd-sm-450p-f {
    width: 450% !important; }
  .mx-wd-sm-450p-f {
    max-width: 450% !important; }
  .mn-wd-sm-450p-f {
    min-width: 450% !important; }
  .wd-sm-500 {
    width: 500px; }
  .wd-sm-500p {
    width: 500%; }
  .mx-wd-sm-500p {
    max-width: 500%; }
  .mn-wd-sm-500p {
    min-width: 500%; }
  .wd-sm-500-f {
    width: 500px !important; }
  .wd-sm-500p-f {
    width: 500% !important; }
  .mx-wd-sm-500p-f {
    max-width: 500% !important; }
  .mn-wd-sm-500p-f {
    min-width: 500% !important; }
  .wd-sm-550 {
    width: 550px; }
  .wd-sm-550p {
    width: 550%; }
  .mx-wd-sm-550p {
    max-width: 550%; }
  .mn-wd-sm-550p {
    min-width: 550%; }
  .wd-sm-550-f {
    width: 550px !important; }
  .wd-sm-550p-f {
    width: 550% !important; }
  .mx-wd-sm-550p-f {
    max-width: 550% !important; }
  .mn-wd-sm-550p-f {
    min-width: 550% !important; }
  .wd-sm-600 {
    width: 600px; }
  .wd-sm-600p {
    width: 600%; }
  .mx-wd-sm-600p {
    max-width: 600%; }
  .mn-wd-sm-600p {
    min-width: 600%; }
  .wd-sm-600-f {
    width: 600px !important; }
  .wd-sm-600p-f {
    width: 600% !important; }
  .mx-wd-sm-600p-f {
    max-width: 600% !important; }
  .mn-wd-sm-600p-f {
    min-width: 600% !important; }
  .wd-sm-650 {
    width: 650px; }
  .wd-sm-650p {
    width: 650%; }
  .mx-wd-sm-650p {
    max-width: 650%; }
  .mn-wd-sm-650p {
    min-width: 650%; }
  .wd-sm-650-f {
    width: 650px !important; }
  .wd-sm-650p-f {
    width: 650% !important; }
  .mx-wd-sm-650p-f {
    max-width: 650% !important; }
  .mn-wd-sm-650p-f {
    min-width: 650% !important; }
  .wd-sm-700 {
    width: 700px; }
  .wd-sm-700p {
    width: 700%; }
  .mx-wd-sm-700p {
    max-width: 700%; }
  .mn-wd-sm-700p {
    min-width: 700%; }
  .wd-sm-700-f {
    width: 700px !important; }
  .wd-sm-700p-f {
    width: 700% !important; }
  .mx-wd-sm-700p-f {
    max-width: 700% !important; }
  .mn-wd-sm-700p-f {
    min-width: 700% !important; }
  .wd-sm-750 {
    width: 750px; }
  .wd-sm-750p {
    width: 750%; }
  .mx-wd-sm-750p {
    max-width: 750%; }
  .mn-wd-sm-750p {
    min-width: 750%; }
  .wd-sm-750-f {
    width: 750px !important; }
  .wd-sm-750p-f {
    width: 750% !important; }
  .mx-wd-sm-750p-f {
    max-width: 750% !important; }
  .mn-wd-sm-750p-f {
    min-width: 750% !important; }
  .wd-sm-800 {
    width: 800px; }
  .wd-sm-800p {
    width: 800%; }
  .mx-wd-sm-800p {
    max-width: 800%; }
  .mn-wd-sm-800p {
    min-width: 800%; }
  .wd-sm-800-f {
    width: 800px !important; }
  .wd-sm-800p-f {
    width: 800% !important; }
  .mx-wd-sm-800p-f {
    max-width: 800% !important; }
  .mn-wd-sm-800p-f {
    min-width: 800% !important; }
  .wd-sm-850 {
    width: 850px; }
  .wd-sm-850p {
    width: 850%; }
  .mx-wd-sm-850p {
    max-width: 850%; }
  .mn-wd-sm-850p {
    min-width: 850%; }
  .wd-sm-850-f {
    width: 850px !important; }
  .wd-sm-850p-f {
    width: 850% !important; }
  .mx-wd-sm-850p-f {
    max-width: 850% !important; }
  .mn-wd-sm-850p-f {
    min-width: 850% !important; }
  .wd-sm-900 {
    width: 900px; }
  .wd-sm-900p {
    width: 900%; }
  .mx-wd-sm-900p {
    max-width: 900%; }
  .mn-wd-sm-900p {
    min-width: 900%; }
  .wd-sm-900-f {
    width: 900px !important; }
  .wd-sm-900p-f {
    width: 900% !important; }
  .mx-wd-sm-900p-f {
    max-width: 900% !important; }
  .mn-wd-sm-900p-f {
    min-width: 900% !important; }
  .wd-sm-950 {
    width: 950px; }
  .wd-sm-950p {
    width: 950%; }
  .mx-wd-sm-950p {
    max-width: 950%; }
  .mn-wd-sm-950p {
    min-width: 950%; }
  .wd-sm-950-f {
    width: 950px !important; }
  .wd-sm-950p-f {
    width: 950% !important; }
  .mx-wd-sm-950p-f {
    max-width: 950% !important; }
  .mn-wd-sm-950p-f {
    min-width: 950% !important; }
  .wd-sm-1000 {
    width: 1000px; }
  .wd-sm-1000p {
    width: 1000%; }
  .mx-wd-sm-1000p {
    max-width: 1000%; }
  .mn-wd-sm-1000p {
    min-width: 1000%; }
  .wd-sm-1000-f {
    width: 1000px !important; }
  .wd-sm-1000p-f {
    width: 1000% !important; }
  .mx-wd-sm-1000p-f {
    max-width: 1000% !important; }
  .mn-wd-sm-1000p-f {
    min-width: 1000% !important; }
  .wd-sm-auto {
    width: auto; }
  .wd-sm-auto-f {
    width: auto !important; } }

@media (min-width: 768px) {
  .wd-md-5 {
    width: 5px; }
  .wd-md-5p {
    width: 5%; }
  .mx-wd-md-5p {
    max-width: 5%; }
  .mn-wd-md-5p {
    min-width: 5%; }
  .wd-md-5-f {
    width: 5px !important; }
  .wd-md-5p-f {
    width: 5% !important; }
  .mx-wd-md-5p-f {
    max-width: 5% !important; }
  .mn-wd-md-5p-f {
    min-width: 5% !important; }
  .wd-md-10 {
    width: 10px; }
  .wd-md-10p {
    width: 10%; }
  .mx-wd-md-10p {
    max-width: 10%; }
  .mn-wd-md-10p {
    min-width: 10%; }
  .wd-md-10-f {
    width: 10px !important; }
  .wd-md-10p-f {
    width: 10% !important; }
  .mx-wd-md-10p-f {
    max-width: 10% !important; }
  .mn-wd-md-10p-f {
    min-width: 10% !important; }
  .wd-md-15 {
    width: 15px; }
  .wd-md-15p {
    width: 15%; }
  .mx-wd-md-15p {
    max-width: 15%; }
  .mn-wd-md-15p {
    min-width: 15%; }
  .wd-md-15-f {
    width: 15px !important; }
  .wd-md-15p-f {
    width: 15% !important; }
  .mx-wd-md-15p-f {
    max-width: 15% !important; }
  .mn-wd-md-15p-f {
    min-width: 15% !important; }
  .wd-md-20 {
    width: 20px; }
  .wd-md-20p {
    width: 20%; }
  .mx-wd-md-20p {
    max-width: 20%; }
  .mn-wd-md-20p {
    min-width: 20%; }
  .wd-md-20-f {
    width: 20px !important; }
  .wd-md-20p-f {
    width: 20% !important; }
  .mx-wd-md-20p-f {
    max-width: 20% !important; }
  .mn-wd-md-20p-f {
    min-width: 20% !important; }
  .wd-md-25 {
    width: 25px; }
  .wd-md-25p {
    width: 25%; }
  .mx-wd-md-25p {
    max-width: 25%; }
  .mn-wd-md-25p {
    min-width: 25%; }
  .wd-md-25-f {
    width: 25px !important; }
  .wd-md-25p-f {
    width: 25% !important; }
  .mx-wd-md-25p-f {
    max-width: 25% !important; }
  .mn-wd-md-25p-f {
    min-width: 25% !important; }
  .wd-md-30 {
    width: 30px; }
  .wd-md-30p {
    width: 30%; }
  .mx-wd-md-30p {
    max-width: 30%; }
  .mn-wd-md-30p {
    min-width: 30%; }
  .wd-md-30-f {
    width: 30px !important; }
  .wd-md-30p-f {
    width: 30% !important; }
  .mx-wd-md-30p-f {
    max-width: 30% !important; }
  .mn-wd-md-30p-f {
    min-width: 30% !important; }
  .wd-md-35 {
    width: 35px; }
  .wd-md-35p {
    width: 35%; }
  .mx-wd-md-35p {
    max-width: 35%; }
  .mn-wd-md-35p {
    min-width: 35%; }
  .wd-md-35-f {
    width: 35px !important; }
  .wd-md-35p-f {
    width: 35% !important; }
  .mx-wd-md-35p-f {
    max-width: 35% !important; }
  .mn-wd-md-35p-f {
    min-width: 35% !important; }
  .wd-md-40 {
    width: 40px; }
  .wd-md-40p {
    width: 40%; }
  .mx-wd-md-40p {
    max-width: 40%; }
  .mn-wd-md-40p {
    min-width: 40%; }
  .wd-md-40-f {
    width: 40px !important; }
  .wd-md-40p-f {
    width: 40% !important; }
  .mx-wd-md-40p-f {
    max-width: 40% !important; }
  .mn-wd-md-40p-f {
    min-width: 40% !important; }
  .wd-md-45 {
    width: 45px; }
  .wd-md-45p {
    width: 45%; }
  .mx-wd-md-45p {
    max-width: 45%; }
  .mn-wd-md-45p {
    min-width: 45%; }
  .wd-md-45-f {
    width: 45px !important; }
  .wd-md-45p-f {
    width: 45% !important; }
  .mx-wd-md-45p-f {
    max-width: 45% !important; }
  .mn-wd-md-45p-f {
    min-width: 45% !important; }
  .wd-md-50 {
    width: 50px; }
  .wd-md-50p {
    width: 50%; }
  .mx-wd-md-50p {
    max-width: 50%; }
  .mn-wd-md-50p {
    min-width: 50%; }
  .wd-md-50-f {
    width: 50px !important; }
  .wd-md-50p-f {
    width: 50% !important; }
  .mx-wd-md-50p-f {
    max-width: 50% !important; }
  .mn-wd-md-50p-f {
    min-width: 50% !important; }
  .wd-md-55 {
    width: 55px; }
  .wd-md-55p {
    width: 55%; }
  .mx-wd-md-55p {
    max-width: 55%; }
  .mn-wd-md-55p {
    min-width: 55%; }
  .wd-md-55-f {
    width: 55px !important; }
  .wd-md-55p-f {
    width: 55% !important; }
  .mx-wd-md-55p-f {
    max-width: 55% !important; }
  .mn-wd-md-55p-f {
    min-width: 55% !important; }
  .wd-md-60 {
    width: 60px; }
  .wd-md-60p {
    width: 60%; }
  .mx-wd-md-60p {
    max-width: 60%; }
  .mn-wd-md-60p {
    min-width: 60%; }
  .wd-md-60-f {
    width: 60px !important; }
  .wd-md-60p-f {
    width: 60% !important; }
  .mx-wd-md-60p-f {
    max-width: 60% !important; }
  .mn-wd-md-60p-f {
    min-width: 60% !important; }
  .wd-md-65 {
    width: 65px; }
  .wd-md-65p {
    width: 65%; }
  .mx-wd-md-65p {
    max-width: 65%; }
  .mn-wd-md-65p {
    min-width: 65%; }
  .wd-md-65-f {
    width: 65px !important; }
  .wd-md-65p-f {
    width: 65% !important; }
  .mx-wd-md-65p-f {
    max-width: 65% !important; }
  .mn-wd-md-65p-f {
    min-width: 65% !important; }
  .wd-md-70 {
    width: 70px; }
  .wd-md-70p {
    width: 70%; }
  .mx-wd-md-70p {
    max-width: 70%; }
  .mn-wd-md-70p {
    min-width: 70%; }
  .wd-md-70-f {
    width: 70px !important; }
  .wd-md-70p-f {
    width: 70% !important; }
  .mx-wd-md-70p-f {
    max-width: 70% !important; }
  .mn-wd-md-70p-f {
    min-width: 70% !important; }
  .wd-md-75 {
    width: 75px; }
  .wd-md-75p {
    width: 75%; }
  .mx-wd-md-75p {
    max-width: 75%; }
  .mn-wd-md-75p {
    min-width: 75%; }
  .wd-md-75-f {
    width: 75px !important; }
  .wd-md-75p-f {
    width: 75% !important; }
  .mx-wd-md-75p-f {
    max-width: 75% !important; }
  .mn-wd-md-75p-f {
    min-width: 75% !important; }
  .wd-md-80 {
    width: 80px; }
  .wd-md-80p {
    width: 80%; }
  .mx-wd-md-80p {
    max-width: 80%; }
  .mn-wd-md-80p {
    min-width: 80%; }
  .wd-md-80-f {
    width: 80px !important; }
  .wd-md-80p-f {
    width: 80% !important; }
  .mx-wd-md-80p-f {
    max-width: 80% !important; }
  .mn-wd-md-80p-f {
    min-width: 80% !important; }
  .wd-md-85 {
    width: 85px; }
  .wd-md-85p {
    width: 85%; }
  .mx-wd-md-85p {
    max-width: 85%; }
  .mn-wd-md-85p {
    min-width: 85%; }
  .wd-md-85-f {
    width: 85px !important; }
  .wd-md-85p-f {
    width: 85% !important; }
  .mx-wd-md-85p-f {
    max-width: 85% !important; }
  .mn-wd-md-85p-f {
    min-width: 85% !important; }
  .wd-md-90 {
    width: 90px; }
  .wd-md-90p {
    width: 90%; }
  .mx-wd-md-90p {
    max-width: 90%; }
  .mn-wd-md-90p {
    min-width: 90%; }
  .wd-md-90-f {
    width: 90px !important; }
  .wd-md-90p-f {
    width: 90% !important; }
  .mx-wd-md-90p-f {
    max-width: 90% !important; }
  .mn-wd-md-90p-f {
    min-width: 90% !important; }
  .wd-md-95 {
    width: 95px; }
  .wd-md-95p {
    width: 95%; }
  .mx-wd-md-95p {
    max-width: 95%; }
  .mn-wd-md-95p {
    min-width: 95%; }
  .wd-md-95-f {
    width: 95px !important; }
  .wd-md-95p-f {
    width: 95% !important; }
  .mx-wd-md-95p-f {
    max-width: 95% !important; }
  .mn-wd-md-95p-f {
    min-width: 95% !important; }
  .wd-md-100 {
    width: 100px; }
  .wd-md-100p {
    width: 100%; }
  .mx-wd-md-100p {
    max-width: 100%; }
  .mn-wd-md-100p {
    min-width: 100%; }
  .wd-md-100-f {
    width: 100px !important; }
  .wd-md-100p-f {
    width: 100% !important; }
  .mx-wd-md-100p-f {
    max-width: 100% !important; }
  .mn-wd-md-100p-f {
    min-width: 100% !important; }
  .wd-md-150 {
    width: 150px; }
  .wd-md-150p {
    width: 150%; }
  .mx-wd-md-150p {
    max-width: 150%; }
  .mn-wd-md-150p {
    min-width: 150%; }
  .wd-md-150-f {
    width: 150px !important; }
  .wd-md-150p-f {
    width: 150% !important; }
  .mx-wd-md-150p-f {
    max-width: 150% !important; }
  .mn-wd-md-150p-f {
    min-width: 150% !important; }
  .wd-md-200 {
    width: 200px; }
  .wd-md-200p {
    width: 200%; }
  .mx-wd-md-200p {
    max-width: 200%; }
  .mn-wd-md-200p {
    min-width: 200%; }
  .wd-md-200-f {
    width: 200px !important; }
  .wd-md-200p-f {
    width: 200% !important; }
  .mx-wd-md-200p-f {
    max-width: 200% !important; }
  .mn-wd-md-200p-f {
    min-width: 200% !important; }
  .wd-md-250 {
    width: 250px; }
  .wd-md-250p {
    width: 250%; }
  .mx-wd-md-250p {
    max-width: 250%; }
  .mn-wd-md-250p {
    min-width: 250%; }
  .wd-md-250-f {
    width: 250px !important; }
  .wd-md-250p-f {
    width: 250% !important; }
  .mx-wd-md-250p-f {
    max-width: 250% !important; }
  .mn-wd-md-250p-f {
    min-width: 250% !important; }
  .wd-md-300 {
    width: 300px; }
  .wd-md-300p {
    width: 300%; }
  .mx-wd-md-300p {
    max-width: 300%; }
  .mn-wd-md-300p {
    min-width: 300%; }
  .wd-md-300-f {
    width: 300px !important; }
  .wd-md-300p-f {
    width: 300% !important; }
  .mx-wd-md-300p-f {
    max-width: 300% !important; }
  .mn-wd-md-300p-f {
    min-width: 300% !important; }
  .wd-md-350 {
    width: 350px; }
  .wd-md-350p {
    width: 350%; }
  .mx-wd-md-350p {
    max-width: 350%; }
  .mn-wd-md-350p {
    min-width: 350%; }
  .wd-md-350-f {
    width: 350px !important; }
  .wd-md-350p-f {
    width: 350% !important; }
  .mx-wd-md-350p-f {
    max-width: 350% !important; }
  .mn-wd-md-350p-f {
    min-width: 350% !important; }
  .wd-md-400 {
    width: 400px; }
  .wd-md-400p {
    width: 400%; }
  .mx-wd-md-400p {
    max-width: 400%; }
  .mn-wd-md-400p {
    min-width: 400%; }
  .wd-md-400-f {
    width: 400px !important; }
  .wd-md-400p-f {
    width: 400% !important; }
  .mx-wd-md-400p-f {
    max-width: 400% !important; }
  .mn-wd-md-400p-f {
    min-width: 400% !important; }
  .wd-md-450 {
    width: 450px; }
  .wd-md-450p {
    width: 450%; }
  .mx-wd-md-450p {
    max-width: 450%; }
  .mn-wd-md-450p {
    min-width: 450%; }
  .wd-md-450-f {
    width: 450px !important; }
  .wd-md-450p-f {
    width: 450% !important; }
  .mx-wd-md-450p-f {
    max-width: 450% !important; }
  .mn-wd-md-450p-f {
    min-width: 450% !important; }
  .wd-md-500 {
    width: 500px; }
  .wd-md-500p {
    width: 500%; }
  .mx-wd-md-500p {
    max-width: 500%; }
  .mn-wd-md-500p {
    min-width: 500%; }
  .wd-md-500-f {
    width: 500px !important; }
  .wd-md-500p-f {
    width: 500% !important; }
  .mx-wd-md-500p-f {
    max-width: 500% !important; }
  .mn-wd-md-500p-f {
    min-width: 500% !important; }
  .wd-md-550 {
    width: 550px; }
  .wd-md-550p {
    width: 550%; }
  .mx-wd-md-550p {
    max-width: 550%; }
  .mn-wd-md-550p {
    min-width: 550%; }
  .wd-md-550-f {
    width: 550px !important; }
  .wd-md-550p-f {
    width: 550% !important; }
  .mx-wd-md-550p-f {
    max-width: 550% !important; }
  .mn-wd-md-550p-f {
    min-width: 550% !important; }
  .wd-md-600 {
    width: 600px; }
  .wd-md-600p {
    width: 600%; }
  .mx-wd-md-600p {
    max-width: 600%; }
  .mn-wd-md-600p {
    min-width: 600%; }
  .wd-md-600-f {
    width: 600px !important; }
  .wd-md-600p-f {
    width: 600% !important; }
  .mx-wd-md-600p-f {
    max-width: 600% !important; }
  .mn-wd-md-600p-f {
    min-width: 600% !important; }
  .wd-md-650 {
    width: 650px; }
  .wd-md-650p {
    width: 650%; }
  .mx-wd-md-650p {
    max-width: 650%; }
  .mn-wd-md-650p {
    min-width: 650%; }
  .wd-md-650-f {
    width: 650px !important; }
  .wd-md-650p-f {
    width: 650% !important; }
  .mx-wd-md-650p-f {
    max-width: 650% !important; }
  .mn-wd-md-650p-f {
    min-width: 650% !important; }
  .wd-md-700 {
    width: 700px; }
  .wd-md-700p {
    width: 700%; }
  .mx-wd-md-700p {
    max-width: 700%; }
  .mn-wd-md-700p {
    min-width: 700%; }
  .wd-md-700-f {
    width: 700px !important; }
  .wd-md-700p-f {
    width: 700% !important; }
  .mx-wd-md-700p-f {
    max-width: 700% !important; }
  .mn-wd-md-700p-f {
    min-width: 700% !important; }
  .wd-md-750 {
    width: 750px; }
  .wd-md-750p {
    width: 750%; }
  .mx-wd-md-750p {
    max-width: 750%; }
  .mn-wd-md-750p {
    min-width: 750%; }
  .wd-md-750-f {
    width: 750px !important; }
  .wd-md-750p-f {
    width: 750% !important; }
  .mx-wd-md-750p-f {
    max-width: 750% !important; }
  .mn-wd-md-750p-f {
    min-width: 750% !important; }
  .wd-md-800 {
    width: 800px; }
  .wd-md-800p {
    width: 800%; }
  .mx-wd-md-800p {
    max-width: 800%; }
  .mn-wd-md-800p {
    min-width: 800%; }
  .wd-md-800-f {
    width: 800px !important; }
  .wd-md-800p-f {
    width: 800% !important; }
  .mx-wd-md-800p-f {
    max-width: 800% !important; }
  .mn-wd-md-800p-f {
    min-width: 800% !important; }
  .wd-md-850 {
    width: 850px; }
  .wd-md-850p {
    width: 850%; }
  .mx-wd-md-850p {
    max-width: 850%; }
  .mn-wd-md-850p {
    min-width: 850%; }
  .wd-md-850-f {
    width: 850px !important; }
  .wd-md-850p-f {
    width: 850% !important; }
  .mx-wd-md-850p-f {
    max-width: 850% !important; }
  .mn-wd-md-850p-f {
    min-width: 850% !important; }
  .wd-md-900 {
    width: 900px; }
  .wd-md-900p {
    width: 900%; }
  .mx-wd-md-900p {
    max-width: 900%; }
  .mn-wd-md-900p {
    min-width: 900%; }
  .wd-md-900-f {
    width: 900px !important; }
  .wd-md-900p-f {
    width: 900% !important; }
  .mx-wd-md-900p-f {
    max-width: 900% !important; }
  .mn-wd-md-900p-f {
    min-width: 900% !important; }
  .wd-md-950 {
    width: 950px; }
  .wd-md-950p {
    width: 950%; }
  .mx-wd-md-950p {
    max-width: 950%; }
  .mn-wd-md-950p {
    min-width: 950%; }
  .wd-md-950-f {
    width: 950px !important; }
  .wd-md-950p-f {
    width: 950% !important; }
  .mx-wd-md-950p-f {
    max-width: 950% !important; }
  .mn-wd-md-950p-f {
    min-width: 950% !important; }
  .wd-md-1000 {
    width: 1000px; }
  .wd-md-1000p {
    width: 1000%; }
  .mx-wd-md-1000p {
    max-width: 1000%; }
  .mn-wd-md-1000p {
    min-width: 1000%; }
  .wd-md-1000-f {
    width: 1000px !important; }
  .wd-md-1000p-f {
    width: 1000% !important; }
  .mx-wd-md-1000p-f {
    max-width: 1000% !important; }
  .mn-wd-md-1000p-f {
    min-width: 1000% !important; }
  .wd-md-auto {
    width: auto; }
  .wd-md-auto-f {
    width: auto !important; }
  .wd-md-120 {
    width: 120px; } }

@media (min-width: 992px) {
  .wd-lg-5 {
    width: 5px; }
  .wd-lg-5p {
    width: 5%; }
  .mx-wd-lg-5p {
    max-width: 5%; }
  .mn-wd-lg-5p {
    min-width: 5%; }
  .wd-lg-5-f {
    width: 5px !important; }
  .wd-lg-5p-f {
    width: 5% !important; }
  .mx-wd-lg-5p-f {
    max-width: 5% !important; }
  .mn-wd-lg-5p-f {
    min-width: 5% !important; }
  .wd-lg-10 {
    width: 10px; }
  .wd-lg-10p {
    width: 10%; }
  .mx-wd-lg-10p {
    max-width: 10%; }
  .mn-wd-lg-10p {
    min-width: 10%; }
  .wd-lg-10-f {
    width: 10px !important; }
  .wd-lg-10p-f {
    width: 10% !important; }
  .mx-wd-lg-10p-f {
    max-width: 10% !important; }
  .mn-wd-lg-10p-f {
    min-width: 10% !important; }
  .wd-lg-15 {
    width: 15px; }
  .wd-lg-15p {
    width: 15%; }
  .mx-wd-lg-15p {
    max-width: 15%; }
  .mn-wd-lg-15p {
    min-width: 15%; }
  .wd-lg-15-f {
    width: 15px !important; }
  .wd-lg-15p-f {
    width: 15% !important; }
  .mx-wd-lg-15p-f {
    max-width: 15% !important; }
  .mn-wd-lg-15p-f {
    min-width: 15% !important; }
  .wd-lg-20 {
    width: 20px; }
  .wd-lg-20p {
    width: 20%; }
  .mx-wd-lg-20p {
    max-width: 20%; }
  .mn-wd-lg-20p {
    min-width: 20%; }
  .wd-lg-20-f {
    width: 20px !important; }
  .wd-lg-20p-f {
    width: 20% !important; }
  .mx-wd-lg-20p-f {
    max-width: 20% !important; }
  .mn-wd-lg-20p-f {
    min-width: 20% !important; }
  .wd-lg-25 {
    width: 25px; }
  .wd-lg-25p {
    width: 25%; }
  .mx-wd-lg-25p {
    max-width: 25%; }
  .mn-wd-lg-25p {
    min-width: 25%; }
  .wd-lg-25-f {
    width: 25px !important; }
  .wd-lg-25p-f {
    width: 25% !important; }
  .mx-wd-lg-25p-f {
    max-width: 25% !important; }
  .mn-wd-lg-25p-f {
    min-width: 25% !important; }
  .wd-lg-30 {
    width: 30px; }
  .wd-lg-30p {
    width: 30%; }
  .mx-wd-lg-30p {
    max-width: 30%; }
  .mn-wd-lg-30p {
    min-width: 30%; }
  .wd-lg-30-f {
    width: 30px !important; }
  .wd-lg-30p-f {
    width: 30% !important; }
  .mx-wd-lg-30p-f {
    max-width: 30% !important; }
  .mn-wd-lg-30p-f {
    min-width: 30% !important; }
  .wd-lg-35 {
    width: 35px; }
  .wd-lg-35p {
    width: 35%; }
  .mx-wd-lg-35p {
    max-width: 35%; }
  .mn-wd-lg-35p {
    min-width: 35%; }
  .wd-lg-35-f {
    width: 35px !important; }
  .wd-lg-35p-f {
    width: 35% !important; }
  .mx-wd-lg-35p-f {
    max-width: 35% !important; }
  .mn-wd-lg-35p-f {
    min-width: 35% !important; }
  .wd-lg-40 {
    width: 40px; }
  .wd-lg-40p {
    width: 40%; }
  .mx-wd-lg-40p {
    max-width: 40%; }
  .mn-wd-lg-40p {
    min-width: 40%; }
  .wd-lg-40-f {
    width: 40px !important; }
  .wd-lg-40p-f {
    width: 40% !important; }
  .mx-wd-lg-40p-f {
    max-width: 40% !important; }
  .mn-wd-lg-40p-f {
    min-width: 40% !important; }
  .wd-lg-45 {
    width: 45px; }
  .wd-lg-45p {
    width: 45%; }
  .mx-wd-lg-45p {
    max-width: 45%; }
  .mn-wd-lg-45p {
    min-width: 45%; }
  .wd-lg-45-f {
    width: 45px !important; }
  .wd-lg-45p-f {
    width: 45% !important; }
  .mx-wd-lg-45p-f {
    max-width: 45% !important; }
  .mn-wd-lg-45p-f {
    min-width: 45% !important; }
  .wd-lg-50 {
    width: 50px; }
  .wd-lg-50p {
    width: 50%; }
  .mx-wd-lg-50p {
    max-width: 50%; }
  .mn-wd-lg-50p {
    min-width: 50%; }
  .wd-lg-50-f {
    width: 50px !important; }
  .wd-lg-50p-f {
    width: 50% !important; }
  .mx-wd-lg-50p-f {
    max-width: 50% !important; }
  .mn-wd-lg-50p-f {
    min-width: 50% !important; }
  .wd-lg-55 {
    width: 55px; }
  .wd-lg-55p {
    width: 55%; }
  .mx-wd-lg-55p {
    max-width: 55%; }
  .mn-wd-lg-55p {
    min-width: 55%; }
  .wd-lg-55-f {
    width: 55px !important; }
  .wd-lg-55p-f {
    width: 55% !important; }
  .mx-wd-lg-55p-f {
    max-width: 55% !important; }
  .mn-wd-lg-55p-f {
    min-width: 55% !important; }
  .wd-lg-60 {
    width: 60px; }
  .wd-lg-60p {
    width: 60%; }
  .mx-wd-lg-60p {
    max-width: 60%; }
  .mn-wd-lg-60p {
    min-width: 60%; }
  .wd-lg-60-f {
    width: 60px !important; }
  .wd-lg-60p-f {
    width: 60% !important; }
  .mx-wd-lg-60p-f {
    max-width: 60% !important; }
  .mn-wd-lg-60p-f {
    min-width: 60% !important; }
  .wd-lg-65 {
    width: 65px; }
  .wd-lg-65p {
    width: 65%; }
  .mx-wd-lg-65p {
    max-width: 65%; }
  .mn-wd-lg-65p {
    min-width: 65%; }
  .wd-lg-65-f {
    width: 65px !important; }
  .wd-lg-65p-f {
    width: 65% !important; }
  .mx-wd-lg-65p-f {
    max-width: 65% !important; }
  .mn-wd-lg-65p-f {
    min-width: 65% !important; }
  .wd-lg-70 {
    width: 70px; }
  .wd-lg-70p {
    width: 70%; }
  .mx-wd-lg-70p {
    max-width: 70%; }
  .mn-wd-lg-70p {
    min-width: 70%; }
  .wd-lg-70-f {
    width: 70px !important; }
  .wd-lg-70p-f {
    width: 70% !important; }
  .mx-wd-lg-70p-f {
    max-width: 70% !important; }
  .mn-wd-lg-70p-f {
    min-width: 70% !important; }
  .wd-lg-75 {
    width: 75px; }
  .wd-lg-75p {
    width: 75%; }
  .mx-wd-lg-75p {
    max-width: 75%; }
  .mn-wd-lg-75p {
    min-width: 75%; }
  .wd-lg-75-f {
    width: 75px !important; }
  .wd-lg-75p-f {
    width: 75% !important; }
  .mx-wd-lg-75p-f {
    max-width: 75% !important; }
  .mn-wd-lg-75p-f {
    min-width: 75% !important; }
  .wd-lg-80 {
    width: 80px; }
  .wd-lg-80p {
    width: 80%; }
  .mx-wd-lg-80p {
    max-width: 80%; }
  .mn-wd-lg-80p {
    min-width: 80%; }
  .wd-lg-80-f {
    width: 80px !important; }
  .wd-lg-80p-f {
    width: 80% !important; }
  .mx-wd-lg-80p-f {
    max-width: 80% !important; }
  .mn-wd-lg-80p-f {
    min-width: 80% !important; }
  .wd-lg-85 {
    width: 85px; }
  .wd-lg-85p {
    width: 85%; }
  .mx-wd-lg-85p {
    max-width: 85%; }
  .mn-wd-lg-85p {
    min-width: 85%; }
  .wd-lg-85-f {
    width: 85px !important; }
  .wd-lg-85p-f {
    width: 85% !important; }
  .mx-wd-lg-85p-f {
    max-width: 85% !important; }
  .mn-wd-lg-85p-f {
    min-width: 85% !important; }
  .wd-lg-90 {
    width: 90px; }
  .wd-lg-90p {
    width: 90%; }
  .mx-wd-lg-90p {
    max-width: 90%; }
  .mn-wd-lg-90p {
    min-width: 90%; }
  .wd-lg-90-f {
    width: 90px !important; }
  .wd-lg-90p-f {
    width: 90% !important; }
  .mx-wd-lg-90p-f {
    max-width: 90% !important; }
  .mn-wd-lg-90p-f {
    min-width: 90% !important; }
  .wd-lg-95 {
    width: 95px; }
  .wd-lg-95p {
    width: 95%; }
  .mx-wd-lg-95p {
    max-width: 95%; }
  .mn-wd-lg-95p {
    min-width: 95%; }
  .wd-lg-95-f {
    width: 95px !important; }
  .wd-lg-95p-f {
    width: 95% !important; }
  .mx-wd-lg-95p-f {
    max-width: 95% !important; }
  .mn-wd-lg-95p-f {
    min-width: 95% !important; }
  .wd-lg-100 {
    width: 100px; }
  .wd-lg-100p {
    width: 100%; }
  .mx-wd-lg-100p {
    max-width: 100%; }
  .mn-wd-lg-100p {
    min-width: 100%; }
  .wd-lg-100-f {
    width: 100px !important; }
  .wd-lg-100p-f {
    width: 100% !important; }
  .mx-wd-lg-100p-f {
    max-width: 100% !important; }
  .mn-wd-lg-100p-f {
    min-width: 100% !important; }
  .wd-lg-150 {
    width: 150px; }
  .wd-lg-150p {
    width: 150%; }
  .mx-wd-lg-150p {
    max-width: 150%; }
  .mn-wd-lg-150p {
    min-width: 150%; }
  .wd-lg-150-f {
    width: 150px !important; }
  .wd-lg-150p-f {
    width: 150% !important; }
  .mx-wd-lg-150p-f {
    max-width: 150% !important; }
  .mn-wd-lg-150p-f {
    min-width: 150% !important; }
  .wd-lg-200 {
    width: 200px; }
  .wd-lg-200p {
    width: 200%; }
  .mx-wd-lg-200p {
    max-width: 200%; }
  .mn-wd-lg-200p {
    min-width: 200%; }
  .wd-lg-200-f {
    width: 200px !important; }
  .wd-lg-200p-f {
    width: 200% !important; }
  .mx-wd-lg-200p-f {
    max-width: 200% !important; }
  .mn-wd-lg-200p-f {
    min-width: 200% !important; }
  .wd-lg-250 {
    width: 250px; }
  .wd-lg-250p {
    width: 250%; }
  .mx-wd-lg-250p {
    max-width: 250%; }
  .mn-wd-lg-250p {
    min-width: 250%; }
  .wd-lg-250-f {
    width: 250px !important; }
  .wd-lg-250p-f {
    width: 250% !important; }
  .mx-wd-lg-250p-f {
    max-width: 250% !important; }
  .mn-wd-lg-250p-f {
    min-width: 250% !important; }
  .wd-lg-300 {
    width: 300px; }
  .wd-lg-300p {
    width: 300%; }
  .mx-wd-lg-300p {
    max-width: 300%; }
  .mn-wd-lg-300p {
    min-width: 300%; }
  .wd-lg-300-f {
    width: 300px !important; }
  .wd-lg-300p-f {
    width: 300% !important; }
  .mx-wd-lg-300p-f {
    max-width: 300% !important; }
  .mn-wd-lg-300p-f {
    min-width: 300% !important; }
  .wd-lg-350 {
    width: 350px; }
  .wd-lg-350p {
    width: 350%; }
  .mx-wd-lg-350p {
    max-width: 350%; }
  .mn-wd-lg-350p {
    min-width: 350%; }
  .wd-lg-350-f {
    width: 350px !important; }
  .wd-lg-350p-f {
    width: 350% !important; }
  .mx-wd-lg-350p-f {
    max-width: 350% !important; }
  .mn-wd-lg-350p-f {
    min-width: 350% !important; }
  .wd-lg-400 {
    width: 400px; }
  .wd-lg-400p {
    width: 400%; }
  .mx-wd-lg-400p {
    max-width: 400%; }
  .mn-wd-lg-400p {
    min-width: 400%; }
  .wd-lg-400-f {
    width: 400px !important; }
  .wd-lg-400p-f {
    width: 400% !important; }
  .mx-wd-lg-400p-f {
    max-width: 400% !important; }
  .mn-wd-lg-400p-f {
    min-width: 400% !important; }
  .wd-lg-450 {
    width: 450px; }
  .wd-lg-450p {
    width: 450%; }
  .mx-wd-lg-450p {
    max-width: 450%; }
  .mn-wd-lg-450p {
    min-width: 450%; }
  .wd-lg-450-f {
    width: 450px !important; }
  .wd-lg-450p-f {
    width: 450% !important; }
  .mx-wd-lg-450p-f {
    max-width: 450% !important; }
  .mn-wd-lg-450p-f {
    min-width: 450% !important; }
  .wd-lg-500 {
    width: 500px; }
  .wd-lg-500p {
    width: 500%; }
  .mx-wd-lg-500p {
    max-width: 500%; }
  .mn-wd-lg-500p {
    min-width: 500%; }
  .wd-lg-500-f {
    width: 500px !important; }
  .wd-lg-500p-f {
    width: 500% !important; }
  .mx-wd-lg-500p-f {
    max-width: 500% !important; }
  .mn-wd-lg-500p-f {
    min-width: 500% !important; }
  .wd-lg-550 {
    width: 550px; }
  .wd-lg-550p {
    width: 550%; }
  .mx-wd-lg-550p {
    max-width: 550%; }
  .mn-wd-lg-550p {
    min-width: 550%; }
  .wd-lg-550-f {
    width: 550px !important; }
  .wd-lg-550p-f {
    width: 550% !important; }
  .mx-wd-lg-550p-f {
    max-width: 550% !important; }
  .mn-wd-lg-550p-f {
    min-width: 550% !important; }
  .wd-lg-600 {
    width: 600px; }
  .wd-lg-600p {
    width: 600%; }
  .mx-wd-lg-600p {
    max-width: 600%; }
  .mn-wd-lg-600p {
    min-width: 600%; }
  .wd-lg-600-f {
    width: 600px !important; }
  .wd-lg-600p-f {
    width: 600% !important; }
  .mx-wd-lg-600p-f {
    max-width: 600% !important; }
  .mn-wd-lg-600p-f {
    min-width: 600% !important; }
  .wd-lg-650 {
    width: 650px; }
  .wd-lg-650p {
    width: 650%; }
  .mx-wd-lg-650p {
    max-width: 650%; }
  .mn-wd-lg-650p {
    min-width: 650%; }
  .wd-lg-650-f {
    width: 650px !important; }
  .wd-lg-650p-f {
    width: 650% !important; }
  .mx-wd-lg-650p-f {
    max-width: 650% !important; }
  .mn-wd-lg-650p-f {
    min-width: 650% !important; }
  .wd-lg-700 {
    width: 700px; }
  .wd-lg-700p {
    width: 700%; }
  .mx-wd-lg-700p {
    max-width: 700%; }
  .mn-wd-lg-700p {
    min-width: 700%; }
  .wd-lg-700-f {
    width: 700px !important; }
  .wd-lg-700p-f {
    width: 700% !important; }
  .mx-wd-lg-700p-f {
    max-width: 700% !important; }
  .mn-wd-lg-700p-f {
    min-width: 700% !important; }
  .wd-lg-750 {
    width: 750px; }
  .wd-lg-750p {
    width: 750%; }
  .mx-wd-lg-750p {
    max-width: 750%; }
  .mn-wd-lg-750p {
    min-width: 750%; }
  .wd-lg-750-f {
    width: 750px !important; }
  .wd-lg-750p-f {
    width: 750% !important; }
  .mx-wd-lg-750p-f {
    max-width: 750% !important; }
  .mn-wd-lg-750p-f {
    min-width: 750% !important; }
  .wd-lg-800 {
    width: 800px; }
  .wd-lg-800p {
    width: 800%; }
  .mx-wd-lg-800p {
    max-width: 800%; }
  .mn-wd-lg-800p {
    min-width: 800%; }
  .wd-lg-800-f {
    width: 800px !important; }
  .wd-lg-800p-f {
    width: 800% !important; }
  .mx-wd-lg-800p-f {
    max-width: 800% !important; }
  .mn-wd-lg-800p-f {
    min-width: 800% !important; }
  .wd-lg-850 {
    width: 850px; }
  .wd-lg-850p {
    width: 850%; }
  .mx-wd-lg-850p {
    max-width: 850%; }
  .mn-wd-lg-850p {
    min-width: 850%; }
  .wd-lg-850-f {
    width: 850px !important; }
  .wd-lg-850p-f {
    width: 850% !important; }
  .mx-wd-lg-850p-f {
    max-width: 850% !important; }
  .mn-wd-lg-850p-f {
    min-width: 850% !important; }
  .wd-lg-900 {
    width: 900px; }
  .wd-lg-900p {
    width: 900%; }
  .mx-wd-lg-900p {
    max-width: 900%; }
  .mn-wd-lg-900p {
    min-width: 900%; }
  .wd-lg-900-f {
    width: 900px !important; }
  .wd-lg-900p-f {
    width: 900% !important; }
  .mx-wd-lg-900p-f {
    max-width: 900% !important; }
  .mn-wd-lg-900p-f {
    min-width: 900% !important; }
  .wd-lg-950 {
    width: 950px; }
  .wd-lg-950p {
    width: 950%; }
  .mx-wd-lg-950p {
    max-width: 950%; }
  .mn-wd-lg-950p {
    min-width: 950%; }
  .wd-lg-950-f {
    width: 950px !important; }
  .wd-lg-950p-f {
    width: 950% !important; }
  .mx-wd-lg-950p-f {
    max-width: 950% !important; }
  .mn-wd-lg-950p-f {
    min-width: 950% !important; }
  .wd-lg-1000 {
    width: 1000px; }
  .wd-lg-1000p {
    width: 1000%; }
  .mx-wd-lg-1000p {
    max-width: 1000%; }
  .mn-wd-lg-1000p {
    min-width: 1000%; }
  .wd-lg-1000-f {
    width: 1000px !important; }
  .wd-lg-1000p-f {
    width: 1000% !important; }
  .mx-wd-lg-1000p-f {
    max-width: 1000% !important; }
  .mn-wd-lg-1000p-f {
    min-width: 1000% !important; }
  .wd-lg-auto {
    width: auto; }
  .wd-lg-auto-f {
    width: auto !important; } }

@media (min-width: 1200px) {
  .wd-xl-5 {
    width: 5px; }
  .wd-xl-5p {
    width: 5%; }
  .mx-wd-xl-5p {
    max-width: 5%; }
  .mn-wd-xl-5p {
    min-width: 5%; }
  .wd-xl-5-f {
    width: 5px !important; }
  .wd-xl-5p-f {
    width: 5% !important; }
  .mx-wd-xl-5p-f {
    max-width: 5% !important; }
  .mn-wd-xl-5p-f {
    min-width: 5% !important; }
  .wd-xl-10 {
    width: 10px; }
  .wd-xl-10p {
    width: 10%; }
  .mx-wd-xl-10p {
    max-width: 10%; }
  .mn-wd-xl-10p {
    min-width: 10%; }
  .wd-xl-10-f {
    width: 10px !important; }
  .wd-xl-10p-f {
    width: 10% !important; }
  .mx-wd-xl-10p-f {
    max-width: 10% !important; }
  .mn-wd-xl-10p-f {
    min-width: 10% !important; }
  .wd-xl-15 {
    width: 15px; }
  .wd-xl-15p {
    width: 15%; }
  .mx-wd-xl-15p {
    max-width: 15%; }
  .mn-wd-xl-15p {
    min-width: 15%; }
  .wd-xl-15-f {
    width: 15px !important; }
  .wd-xl-15p-f {
    width: 15% !important; }
  .mx-wd-xl-15p-f {
    max-width: 15% !important; }
  .mn-wd-xl-15p-f {
    min-width: 15% !important; }
  .wd-xl-20 {
    width: 20px; }
  .wd-xl-20p {
    width: 20%; }
  .mx-wd-xl-20p {
    max-width: 20%; }
  .mn-wd-xl-20p {
    min-width: 20%; }
  .wd-xl-20-f {
    width: 20px !important; }
  .wd-xl-20p-f {
    width: 20% !important; }
  .mx-wd-xl-20p-f {
    max-width: 20% !important; }
  .mn-wd-xl-20p-f {
    min-width: 20% !important; }
  .wd-xl-25 {
    width: 25px; }
  .wd-xl-25p {
    width: 25%; }
  .mx-wd-xl-25p {
    max-width: 25%; }
  .mn-wd-xl-25p {
    min-width: 25%; }
  .wd-xl-25-f {
    width: 25px !important; }
  .wd-xl-25p-f {
    width: 25% !important; }
  .mx-wd-xl-25p-f {
    max-width: 25% !important; }
  .mn-wd-xl-25p-f {
    min-width: 25% !important; }
  .wd-xl-30 {
    width: 30px; }
  .wd-xl-30p {
    width: 30%; }
  .mx-wd-xl-30p {
    max-width: 30%; }
  .mn-wd-xl-30p {
    min-width: 30%; }
  .wd-xl-30-f {
    width: 30px !important; }
  .wd-xl-30p-f {
    width: 30% !important; }
  .mx-wd-xl-30p-f {
    max-width: 30% !important; }
  .mn-wd-xl-30p-f {
    min-width: 30% !important; }
  .wd-xl-35 {
    width: 35px; }
  .wd-xl-35p {
    width: 35%; }
  .mx-wd-xl-35p {
    max-width: 35%; }
  .mn-wd-xl-35p {
    min-width: 35%; }
  .wd-xl-35-f {
    width: 35px !important; }
  .wd-xl-35p-f {
    width: 35% !important; }
  .mx-wd-xl-35p-f {
    max-width: 35% !important; }
  .mn-wd-xl-35p-f {
    min-width: 35% !important; }
  .wd-xl-40 {
    width: 40px; }
  .wd-xl-40p {
    width: 40%; }
  .mx-wd-xl-40p {
    max-width: 40%; }
  .mn-wd-xl-40p {
    min-width: 40%; }
  .wd-xl-40-f {
    width: 40px !important; }
  .wd-xl-40p-f {
    width: 40% !important; }
  .mx-wd-xl-40p-f {
    max-width: 40% !important; }
  .mn-wd-xl-40p-f {
    min-width: 40% !important; }
  .wd-xl-45 {
    width: 45px; }
  .wd-xl-45p {
    width: 45%; }
  .mx-wd-xl-45p {
    max-width: 45%; }
  .mn-wd-xl-45p {
    min-width: 45%; }
  .wd-xl-45-f {
    width: 45px !important; }
  .wd-xl-45p-f {
    width: 45% !important; }
  .mx-wd-xl-45p-f {
    max-width: 45% !important; }
  .mn-wd-xl-45p-f {
    min-width: 45% !important; }
  .wd-xl-50 {
    width: 50px; }
  .wd-xl-50p {
    width: 50%; }
  .mx-wd-xl-50p {
    max-width: 50%; }
  .mn-wd-xl-50p {
    min-width: 50%; }
  .wd-xl-50-f {
    width: 50px !important; }
  .wd-xl-50p-f {
    width: 50% !important; }
  .mx-wd-xl-50p-f {
    max-width: 50% !important; }
  .mn-wd-xl-50p-f {
    min-width: 50% !important; }
  .wd-xl-55 {
    width: 55px; }
  .wd-xl-55p {
    width: 55%; }
  .mx-wd-xl-55p {
    max-width: 55%; }
  .mn-wd-xl-55p {
    min-width: 55%; }
  .wd-xl-55-f {
    width: 55px !important; }
  .wd-xl-55p-f {
    width: 55% !important; }
  .mx-wd-xl-55p-f {
    max-width: 55% !important; }
  .mn-wd-xl-55p-f {
    min-width: 55% !important; }
  .wd-xl-60 {
    width: 60px; }
  .wd-xl-60p {
    width: 60%; }
  .mx-wd-xl-60p {
    max-width: 60%; }
  .mn-wd-xl-60p {
    min-width: 60%; }
  .wd-xl-60-f {
    width: 60px !important; }
  .wd-xl-60p-f {
    width: 60% !important; }
  .mx-wd-xl-60p-f {
    max-width: 60% !important; }
  .mn-wd-xl-60p-f {
    min-width: 60% !important; }
  .wd-xl-65 {
    width: 65px; }
  .wd-xl-65p {
    width: 65%; }
  .mx-wd-xl-65p {
    max-width: 65%; }
  .mn-wd-xl-65p {
    min-width: 65%; }
  .wd-xl-65-f {
    width: 65px !important; }
  .wd-xl-65p-f {
    width: 65% !important; }
  .mx-wd-xl-65p-f {
    max-width: 65% !important; }
  .mn-wd-xl-65p-f {
    min-width: 65% !important; }
  .wd-xl-70 {
    width: 70px; }
  .wd-xl-70p {
    width: 70%; }
  .mx-wd-xl-70p {
    max-width: 70%; }
  .mn-wd-xl-70p {
    min-width: 70%; }
  .wd-xl-70-f {
    width: 70px !important; }
  .wd-xl-70p-f {
    width: 70% !important; }
  .mx-wd-xl-70p-f {
    max-width: 70% !important; }
  .mn-wd-xl-70p-f {
    min-width: 70% !important; }
  .wd-xl-75 {
    width: 75px; }
  .wd-xl-75p {
    width: 75%; }
  .mx-wd-xl-75p {
    max-width: 75%; }
  .mn-wd-xl-75p {
    min-width: 75%; }
  .wd-xl-75-f {
    width: 75px !important; }
  .wd-xl-75p-f {
    width: 75% !important; }
  .mx-wd-xl-75p-f {
    max-width: 75% !important; }
  .mn-wd-xl-75p-f {
    min-width: 75% !important; }
  .wd-xl-80 {
    width: 80px; }
  .wd-xl-80p {
    width: 80%; }
  .mx-wd-xl-80p {
    max-width: 80%; }
  .mn-wd-xl-80p {
    min-width: 80%; }
  .wd-xl-80-f {
    width: 80px !important; }
  .wd-xl-80p-f {
    width: 80% !important; }
  .mx-wd-xl-80p-f {
    max-width: 80% !important; }
  .mn-wd-xl-80p-f {
    min-width: 80% !important; }
  .wd-xl-85 {
    width: 85px; }
  .wd-xl-85p {
    width: 85%; }
  .mx-wd-xl-85p {
    max-width: 85%; }
  .mn-wd-xl-85p {
    min-width: 85%; }
  .wd-xl-85-f {
    width: 85px !important; }
  .wd-xl-85p-f {
    width: 85% !important; }
  .mx-wd-xl-85p-f {
    max-width: 85% !important; }
  .mn-wd-xl-85p-f {
    min-width: 85% !important; }
  .wd-xl-90 {
    width: 90px; }
  .wd-xl-90p {
    width: 90%; }
  .mx-wd-xl-90p {
    max-width: 90%; }
  .mn-wd-xl-90p {
    min-width: 90%; }
  .wd-xl-90-f {
    width: 90px !important; }
  .wd-xl-90p-f {
    width: 90% !important; }
  .mx-wd-xl-90p-f {
    max-width: 90% !important; }
  .mn-wd-xl-90p-f {
    min-width: 90% !important; }
  .wd-xl-95 {
    width: 95px; }
  .wd-xl-95p {
    width: 95%; }
  .mx-wd-xl-95p {
    max-width: 95%; }
  .mn-wd-xl-95p {
    min-width: 95%; }
  .wd-xl-95-f {
    width: 95px !important; }
  .wd-xl-95p-f {
    width: 95% !important; }
  .mx-wd-xl-95p-f {
    max-width: 95% !important; }
  .mn-wd-xl-95p-f {
    min-width: 95% !important; }
  .wd-xl-100 {
    width: 100px; }
  .wd-xl-100p {
    width: 100%; }
  .mx-wd-xl-100p {
    max-width: 100%; }
  .mn-wd-xl-100p {
    min-width: 100%; }
  .wd-xl-100-f {
    width: 100px !important; }
  .wd-xl-100p-f {
    width: 100% !important; }
  .mx-wd-xl-100p-f {
    max-width: 100% !important; }
  .mn-wd-xl-100p-f {
    min-width: 100% !important; }
  .wd-xl-150 {
    width: 150px; }
  .wd-xl-150p {
    width: 150%; }
  .mx-wd-xl-150p {
    max-width: 150%; }
  .mn-wd-xl-150p {
    min-width: 150%; }
  .wd-xl-150-f {
    width: 150px !important; }
  .wd-xl-150p-f {
    width: 150% !important; }
  .mx-wd-xl-150p-f {
    max-width: 150% !important; }
  .mn-wd-xl-150p-f {
    min-width: 150% !important; }
  .wd-xl-200 {
    width: 200px; }
  .wd-xl-200p {
    width: 200%; }
  .mx-wd-xl-200p {
    max-width: 200%; }
  .mn-wd-xl-200p {
    min-width: 200%; }
  .wd-xl-200-f {
    width: 200px !important; }
  .wd-xl-200p-f {
    width: 200% !important; }
  .mx-wd-xl-200p-f {
    max-width: 200% !important; }
  .mn-wd-xl-200p-f {
    min-width: 200% !important; }
  .wd-xl-250 {
    width: 250px; }
  .wd-xl-250p {
    width: 250%; }
  .mx-wd-xl-250p {
    max-width: 250%; }
  .mn-wd-xl-250p {
    min-width: 250%; }
  .wd-xl-250-f {
    width: 250px !important; }
  .wd-xl-250p-f {
    width: 250% !important; }
  .mx-wd-xl-250p-f {
    max-width: 250% !important; }
  .mn-wd-xl-250p-f {
    min-width: 250% !important; }
  .wd-xl-300 {
    width: 300px; }
  .wd-xl-300p {
    width: 300%; }
  .mx-wd-xl-300p {
    max-width: 300%; }
  .mn-wd-xl-300p {
    min-width: 300%; }
  .wd-xl-300-f {
    width: 300px !important; }
  .wd-xl-300p-f {
    width: 300% !important; }
  .mx-wd-xl-300p-f {
    max-width: 300% !important; }
  .mn-wd-xl-300p-f {
    min-width: 300% !important; }
  .wd-xl-350 {
    width: 350px; }
  .wd-xl-350p {
    width: 350%; }
  .mx-wd-xl-350p {
    max-width: 350%; }
  .mn-wd-xl-350p {
    min-width: 350%; }
  .wd-xl-350-f {
    width: 350px !important; }
  .wd-xl-350p-f {
    width: 350% !important; }
  .mx-wd-xl-350p-f {
    max-width: 350% !important; }
  .mn-wd-xl-350p-f {
    min-width: 350% !important; }
  .wd-xl-400 {
    width: 400px; }
  .wd-xl-400p {
    width: 400%; }
  .mx-wd-xl-400p {
    max-width: 400%; }
  .mn-wd-xl-400p {
    min-width: 400%; }
  .wd-xl-400-f {
    width: 400px !important; }
  .wd-xl-400p-f {
    width: 400% !important; }
  .mx-wd-xl-400p-f {
    max-width: 400% !important; }
  .mn-wd-xl-400p-f {
    min-width: 400% !important; }
  .wd-xl-450 {
    width: 450px; }
  .wd-xl-450p {
    width: 450%; }
  .mx-wd-xl-450p {
    max-width: 450%; }
  .mn-wd-xl-450p {
    min-width: 450%; }
  .wd-xl-450-f {
    width: 450px !important; }
  .wd-xl-450p-f {
    width: 450% !important; }
  .mx-wd-xl-450p-f {
    max-width: 450% !important; }
  .mn-wd-xl-450p-f {
    min-width: 450% !important; }
  .wd-xl-500 {
    width: 500px; }
  .wd-xl-500p {
    width: 500%; }
  .mx-wd-xl-500p {
    max-width: 500%; }
  .mn-wd-xl-500p {
    min-width: 500%; }
  .wd-xl-500-f {
    width: 500px !important; }
  .wd-xl-500p-f {
    width: 500% !important; }
  .mx-wd-xl-500p-f {
    max-width: 500% !important; }
  .mn-wd-xl-500p-f {
    min-width: 500% !important; }
  .wd-xl-550 {
    width: 550px; }
  .wd-xl-550p {
    width: 550%; }
  .mx-wd-xl-550p {
    max-width: 550%; }
  .mn-wd-xl-550p {
    min-width: 550%; }
  .wd-xl-550-f {
    width: 550px !important; }
  .wd-xl-550p-f {
    width: 550% !important; }
  .mx-wd-xl-550p-f {
    max-width: 550% !important; }
  .mn-wd-xl-550p-f {
    min-width: 550% !important; }
  .wd-xl-600 {
    width: 600px; }
  .wd-xl-600p {
    width: 600%; }
  .mx-wd-xl-600p {
    max-width: 600%; }
  .mn-wd-xl-600p {
    min-width: 600%; }
  .wd-xl-600-f {
    width: 600px !important; }
  .wd-xl-600p-f {
    width: 600% !important; }
  .mx-wd-xl-600p-f {
    max-width: 600% !important; }
  .mn-wd-xl-600p-f {
    min-width: 600% !important; }
  .wd-xl-650 {
    width: 650px; }
  .wd-xl-650p {
    width: 650%; }
  .mx-wd-xl-650p {
    max-width: 650%; }
  .mn-wd-xl-650p {
    min-width: 650%; }
  .wd-xl-650-f {
    width: 650px !important; }
  .wd-xl-650p-f {
    width: 650% !important; }
  .mx-wd-xl-650p-f {
    max-width: 650% !important; }
  .mn-wd-xl-650p-f {
    min-width: 650% !important; }
  .wd-xl-700 {
    width: 700px; }
  .wd-xl-700p {
    width: 700%; }
  .mx-wd-xl-700p {
    max-width: 700%; }
  .mn-wd-xl-700p {
    min-width: 700%; }
  .wd-xl-700-f {
    width: 700px !important; }
  .wd-xl-700p-f {
    width: 700% !important; }
  .mx-wd-xl-700p-f {
    max-width: 700% !important; }
  .mn-wd-xl-700p-f {
    min-width: 700% !important; }
  .wd-xl-750 {
    width: 750px; }
  .wd-xl-750p {
    width: 750%; }
  .mx-wd-xl-750p {
    max-width: 750%; }
  .mn-wd-xl-750p {
    min-width: 750%; }
  .wd-xl-750-f {
    width: 750px !important; }
  .wd-xl-750p-f {
    width: 750% !important; }
  .mx-wd-xl-750p-f {
    max-width: 750% !important; }
  .mn-wd-xl-750p-f {
    min-width: 750% !important; }
  .wd-xl-800 {
    width: 800px; }
  .wd-xl-800p {
    width: 800%; }
  .mx-wd-xl-800p {
    max-width: 800%; }
  .mn-wd-xl-800p {
    min-width: 800%; }
  .wd-xl-800-f {
    width: 800px !important; }
  .wd-xl-800p-f {
    width: 800% !important; }
  .mx-wd-xl-800p-f {
    max-width: 800% !important; }
  .mn-wd-xl-800p-f {
    min-width: 800% !important; }
  .wd-xl-850 {
    width: 850px; }
  .wd-xl-850p {
    width: 850%; }
  .mx-wd-xl-850p {
    max-width: 850%; }
  .mn-wd-xl-850p {
    min-width: 850%; }
  .wd-xl-850-f {
    width: 850px !important; }
  .wd-xl-850p-f {
    width: 850% !important; }
  .mx-wd-xl-850p-f {
    max-width: 850% !important; }
  .mn-wd-xl-850p-f {
    min-width: 850% !important; }
  .wd-xl-900 {
    width: 900px; }
  .wd-xl-900p {
    width: 900%; }
  .mx-wd-xl-900p {
    max-width: 900%; }
  .mn-wd-xl-900p {
    min-width: 900%; }
  .wd-xl-900-f {
    width: 900px !important; }
  .wd-xl-900p-f {
    width: 900% !important; }
  .mx-wd-xl-900p-f {
    max-width: 900% !important; }
  .mn-wd-xl-900p-f {
    min-width: 900% !important; }
  .wd-xl-950 {
    width: 950px; }
  .wd-xl-950p {
    width: 950%; }
  .mx-wd-xl-950p {
    max-width: 950%; }
  .mn-wd-xl-950p {
    min-width: 950%; }
  .wd-xl-950-f {
    width: 950px !important; }
  .wd-xl-950p-f {
    width: 950% !important; }
  .mx-wd-xl-950p-f {
    max-width: 950% !important; }
  .mn-wd-xl-950p-f {
    min-width: 950% !important; }
  .wd-xl-1000 {
    width: 1000px; }
  .wd-xl-1000p {
    width: 1000%; }
  .mx-wd-xl-1000p {
    max-width: 1000%; }
  .mn-wd-xl-1000p {
    min-width: 1000%; }
  .wd-xl-1000-f {
    width: 1000px !important; }
  .wd-xl-1000p-f {
    width: 1000% !important; }
  .mx-wd-xl-1000p-f {
    max-width: 1000% !important; }
  .mn-wd-xl-1000p-f {
    min-width: 1000% !important; }
  .wd-xl-auto {
    width: auto; }
  .wd-xl-auto {
    width: auto !important; } }

.wd-100v {
  width: 100vw; }


.padded-column {
  padding: 12px 15px;
  /*background: #EEF5FF;
  border: 1px solid #AEC8FF;*/
  margin-bottom: 15px;
  text-align: center;
}
.pad-top-10{
  padding-top:10px;
}

.pad-top-20{
  padding-top:20px;
}
.pad-bot-20{
  padding-bottom:20px;
}
.marg-bot-20{
  margin-bottom:20px;
}
.c5-height{
  height:100%;
}
/*RIBON CORNERS*/
.boxrib {
  width:200px;height:300px;
  position:relative;
  border:1px solid #BBB;
  background:#eee;
  float:left;
  margin:20px
}
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px; 
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  color: #fff; 
  text-transform: uppercase; 
  text-align: center;
  font-weight: bold; line-height: 20px;
  transform: rotate(45deg);
  width: 100px; display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: '';
  position: absolute; 
  left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: '';
  position: absolute; 
  right: 0%; top: 100%;
  z-index: -1;
  border-right: 3px solid #79A70A;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
/*.red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}
*/
/*------------END RIBBON */
.rangeslider__handle {
  border-radius: 22px;
  min-width: 50px;
  line-height: 40px;
  text-align: center;  
  }

.nav_sel {
  /*background-color:#ffffff;*/
 color: #284CC1 !important;
 font-weight: bold;
}

.corner-ribbon{
 width: 200px;
 background: #e43;
 position: absolute;
 top: 25px;
 left: -50px;
 text-align: center;
 line-height: 50px;
 letter-spacing: 1px;
 color: #f0f0f0;
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
 position: fixed;
}

.corner-ribbon.shadow{
 box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
 top: 25px;
 left: -50px;
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
 top: 25px;
 right: -50px;
 left: auto;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
 top: auto;
 bottom: 25px;
 left: -50px;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
 top: auto;
 right: -50px;
 bottom: 25px;
 left: auto;
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}


/*==================================================================
  Buttons - Social
===================================================================*/
 .twitter,
 .twitter:hover,
 .twitter:focus,
 .facebook,
 .facebook:hover,
 .facebook:focus,
 .googleplus,
 .googleplus:hover,
 .googleplus:focus {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.08);
}
 .facebook {
  background-color: #3b5998;
}
 .twitter {
  background-color: #00acee;
}
 .googleplus {
  background-color: #dd4b39;
}
 .facebook:hover,
 .facebook:focus {
  background-color: #25385F;
}
 .twitter:hover,
 .twitter:focus {
  background-color: #00749F;
}
 .googleplus:hover,
 .googleplus:focus {
  background-color: #8D2418;
}
 .span-left {
  padding-left: 56px;
  text-align: left;
}
 .btn-social {
  position: relative;
  font-weight: 600;
  margin-bottom: 5px;
	 
}
 .btn-social i {
  font-size: 22px;
  font-weight: normal;
  position: relative;
  top: 0px;
  margin-top: 0px;
}
.btn-social span {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
 margin-bottom: 0px;
  margin-top: 0px;	
}
 .twitter span {
  background-color: #009AD5;
}
 .facebook span {
  background-color: #31497D;
}
 .googleplus span {
  background-color: #C03121;
}


.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.large-text-upper {
  display: inline-block;
  font-size: 0.63rem;
  text-transform: uppercase;
}

.divcent {
  display: table;
  margin: 0 auto;
}




.my-error-class {
    color:#B00E23;    /*red 
	border: 2px solid #c00;*/
}

.my-valid-class {
    /*color:#00D936;    Blue */
	border: 2px solid #00D936;
}
.label-error {
    color: #B00E23;
    display: inline-block;
    margin: 4px 0 5px 125px;
    padding: 0;
    text-align: left;
    width: 220px;
}
.em-error {
    color:#B00E23;    /*red 
	border: 2px solid #c00;*/
}
.state-success {
    /*color:#93FF26;    red 
	border: 2px solid #c00;*/
}
.error {
    border-color: #cd0a0a !important;
    background: #fef1ec !important;
}
label.c5errorclass {
     color:#0E77BE;    /*red 
	border: 2px solid #c00;*/
}

.c5errorInput {
     color:#c00 !important;    /*red */
	border: 2px solid #c00 !important;
}
/*.error {
    color: #ff0000;
    border: solid 2px #ff0000;
}*/
.register-bg { 
    /* The image used */
   background: url(../images/backgrounds/blue.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login-bg { 
    /* The image used */
background: url(../images/backgrounds/blue.jpg) no-repeat center center fixed; 

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*footer stuff*/


.mainfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333C57;
    color: white;
	z-index:10;
   
}

.navbar-text {
  margin: 0;
  padding: 13px 20px;
}
.navbar-text:last-child {
  border-bottom: 0;
}
.content-panel.color-scheme-admin {
  background-color: #FB0835;
}


