@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap';
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 38px;
  padding-left: 0.5rem;
  border: 1px solid #ced4da;
  display: flex;
  justify-content: start;
  align-items: center;
  top: inherit;
  right: 7px;
}
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__arrow {
  display: flex;
  justify-content: start;
  align-items: center;
  top: inherit;
  right: 7px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px 4px 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 5px 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
}

.form-group label {
  margin-bottom: 0.25rem !important;
}
.form-group label.required:after {
  content: "*";
  color: red;
  margin-left: 5px;
}
.form-group label abbr {
  display: none;
}

.row {
  margin-bottom: 0.5rem;
}

.modal-header {
  background-color: #666cff !important;
  padding: 1rem 1.5rem !important;
  --bs-text-opacity: 1;
  --bs-bg-opacity: 1;
  color: #fff;
  color: #fff !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.modal-header > * {
  color: #fff;
  --bs-text-opacity: 1;
}

.modal-footer {
  border-top: 1px solid #ededf5;
  padding: 1rem 1.5rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#loadingContainer {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(85, 85, 85, 0.4666666667);
  z-index: 9991;
  justify-content: center !important;
  align-items: center !important;
  top: 0;
  left: 0;
}

#loadingContainer .sk-wave.sk-primary {
  transform: scale(2);
}

/*
    ###########################################################################
    ############################# CARDS #######################################
    ###########################################################################
*/
.card {
  margin-bottom: 10px;
}
.card .card-header .card-title {
  margin: 0;
}
.card .header {
  border-bottom: 1px solid;
  border-bottom-color: currentcolor;
  border-color: #ddd;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.card .header > .card-title {
  margin: 0 !important;
}
.card .header > button {
  padding: 5px 10px;
  font-size: 10px;
  border: 1px solid #f9f9fb;
}

/*
    ###########################################################################
    ########################### BUTTONS #######################################
    ###########################################################################
*/
/* ### ON/OFF ### */
.btnSlider {
  width: 40px;
  height: 20px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  transition: 0.3s;
  font-size: 9px;
  cursor: pointer;
}
.btnSlider [checkState] {
  position: absolute;
  top: -100px;
}
.btnSlider .btnSlider-slide {
  width: 180%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
  top: 0;
  left: -74%;
  transition: 0.3s;
}
.btnSlider .btnSlider-slide > span {
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.btnSlider .btnSlider-slide > span.btnSlider-title {
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -2px;
}
.btnSlider .btnSlider-btnWrapper {
  width: 30%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
.btnSlider .btnSlider-btnWrapper .btnSlider-btn {
  width: 60%;
  height: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
}
.btnSlider.btnSlider-md {
  width: 70px;
  height: 30px;
}
.btnSlider.btnSlider-md span {
  font-size: 14px;
}
.btnSlider.btnSlider-lg {
  width: 100px;
  height: 40px;
}
.btnSlider.btnSlider-lg span {
  font-size: 20px;
}
.btnSlider.btnSlider-xl {
  width: 150px;
  height: 55px;
}
.btnSlider.btnSlider-xl span {
  font-size: 30px;
}
.btnSlider.form-control {
  height: calc(2.25rem + 2px) !important;
}
.btnSlider.btnSlider-rounded {
  border-radius: 26px;
}
.btnSlider.btnSlider-rounded .btnSlider-btn {
  border-radius: 100%;
}
.btnSlider.btnSlider-semi-rounded {
  border-radius: 5px;
}
.btnSlider.btnSlider-semi-rounded .btnSlider-btn {
  border-radius: 10%;
}
.btnSlider.on {
  background-color: var(--primary-bg-color);
  transition: 0.3s;
}
.btnSlider.on .btnSlider-slide {
  left: -6%;
  transition: 0.3s;
}
.btnSlider.on .btnSlider-slide > span {
  color: rgba(255, 255, 255, 0.8);
}

/* ### INPUT GROUP ### */
.custom-input-group {
  height: 40px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(38, 43, 67, 0.14);
}
.custom-input-group > * {
  height: 100%;
  box-sizing: border-box;
  padding: 5px 15px;
  border: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.custom-input-group *:active {
  filter: brightness(0.95);
}
.custom-input-group .btn-primary,
.custom-input-group .btn-success,
.custom-input-group .btn-dark,
.custom-input-group .btn-danger,
.custom-input-group .btn-warning,
.custom-input-group .btn-secondary,
.custom-input-group .btn-info {
  color: #000;
}
.custom-input-group .btn-primary:focus,
.custom-input-group .btn-success:focus,
.custom-input-group .btn-dark:focus,
.custom-input-group .btn-danger:focus,
.custom-input-group .btn-warning:focus,
.custom-input-group .btn-secondary:focus,
.custom-input-group .btn-info:focus {
  background-color: transparent;
}
.custom-input-group .btn-border:first-child {
  border-right: 1px solid #949eb7;
}
.custom-input-group .btn-border:last-child {
  border-left: 1px solid #949eb7;
}
.custom-input-group .btn-border + .btn-border {
  border: 0;
}

/*
    ###########################################################################
    ########################### AVATARS #######################################
    ###########################################################################
*/
.avatar {
  width: 30px;
  height: 30px;
  background-color: #949eb7;
  background-image: url("http://localhost/gerenciamento_limpeza/public/assets/img/avatar.jpg");
  background-size: cover;
}
.avatar > img {
  width: inherit;
  height: inherit;
  border-radius: 100%;
  border: 2px solid transparent;
  outline: 2px solid #d6d6e6;
  box-sizing: border-box;
}
.avatar.avatar-hidden {
  overflow: hidden;
}
.avatar.avatar-scroll {
  overflow: scroll;
}
.avatar.avatar-semi-rounded {
  border-radius: 6px;
}
.avatar.avatar-rounded {
  border-radius: 100%;
}
.avatar.avatar-md {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar.avatar-md > img {
  width: inherit;
  height: inherit;
  border-radius: 100%;
  border: 2px solid transparent;
  outline: 2px solid #d6d6e6;
  box-sizing: border-box;
}
.avatar.avatar-lg {
  width: 70px;
  height: 70px;
}
.avatar.avatar-lg > img {
  width: inherit;
  height: inherit;
  border-radius: 100%;
  border: 2px solid transparent;
  outline: 2px solid #d6d6e6;
  box-sizing: border-box;
}
.avatar.avatar-xl {
  width: 90px;
  height: 90px;
}
.avatar.avatar-xl > img {
  width: inherit;
  height: inherit;
  border-radius: 100%;
  border: 2px solid transparent;
  outline: 2px solid #d6d6e6;
  box-sizing: border-box;
}

/*
    ###########################################################################
    ########################### DROPIFY #######################################
    ###########################################################################
*/
.dropify-message p {
  font-size: 1rem;
}

/*
    ###########################################################################
    ########################### SWEET ALERT ###################################
    ###########################################################################
*/
.swal-text, .swal-footer {
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.bdr-100 {
  border-radius: 100%;
}

/**
* ###############################################################
* ######################## BORDER ###############################
* ###############################################################
*/
.bd {
  border: 1px solid #ededf5;
}

.bd-y,
.bd-t {
  border-top: 1px solid #ededf5;
}

.bd-x,
.bd-r {
  border-right: 1px solid #ededf5;
}

.bd-y,
.bd-b {
  border-bottom: 1px solid #ededf5;
}

.bd-x,
.bd-l {
  border-left: 1px solid #ededf5;
}

/**
* ###############################################################
* ###################### BORDER WIDTH ###########################
* ###############################################################
*/
.bd-w-0 {
  border-width: 0px;
}

.bd-w-y-0,
.bd-w-t-0 {
  border-top-width: 0px;
}

.bd-w-x-0,
.bd-w-r-0 {
  border-right-width: 0px;
}

.bd-w-y-0,
.bd-w-b-0 {
  border-bottom-width: 0px;
}

.bd-w-x-0,
.bd-w-l-0 {
  border-left-width: 0px;
}

.bd-w-1 {
  border-width: 1px;
}

.bd-w-y-1,
.bd-w-t-1 {
  border-top-width: 1px;
}

.bd-w-x-1,
.bd-w-r-1 {
  border-right-width: 1px;
}

.bd-w-y-1,
.bd-w-b-1 {
  border-bottom-width: 1px;
}

.bd-w-x-1,
.bd-w-l-1 {
  border-left-width: 1px;
}

.bd-w-2 {
  border-width: 2px;
}

.bd-w-y-2,
.bd-w-t-2 {
  border-top-width: 2px;
}

.bd-w-x-2,
.bd-w-r-2 {
  border-right-width: 2px;
}

.bd-w-y-2,
.bd-w-b-2 {
  border-bottom-width: 2px;
}

.bd-w-x-2,
.bd-w-l-2 {
  border-left-width: 2px;
}

.bd-w-3 {
  border-width: 3px;
}

.bd-w-y-3,
.bd-w-t-3 {
  border-top-width: 3px;
}

.bd-w-x-3,
.bd-w-r-3 {
  border-right-width: 3px;
}

.bd-w-y-3,
.bd-w-b-3 {
  border-bottom-width: 3px;
}

.bd-w-x-3,
.bd-w-l-3 {
  border-left-width: 3px;
}

.bd-w-4 {
  border-width: 4px;
}

.bd-w-y-4,
.bd-w-t-4 {
  border-top-width: 4px;
}

.bd-w-x-4,
.bd-w-r-4 {
  border-right-width: 4px;
}

.bd-w-y-4,
.bd-w-b-4 {
  border-bottom-width: 4px;
}

.bd-w-x-4,
.bd-w-l-4 {
  border-left-width: 4px;
}

.bd-w-5 {
  border-width: 5px;
}

.bd-w-y-5,
.bd-w-t-5 {
  border-top-width: 5px;
}

.bd-w-x-5,
.bd-w-r-5 {
  border-right-width: 5px;
}

.bd-w-y-5,
.bd-w-b-5 {
  border-bottom-width: 5px;
}

.bd-w-x-5,
.bd-w-l-5 {
  border-left-width: 5px;
}

/**
* ###############################################################
* ################## BORDER WIDTH - IMPORTANT ###################
* ###############################################################
*/
.bd-w-0-imp {
  border-width: 0px !important;
}

.bd-w-y-0-imp,
.bd-w-t-0-imp {
  border-top-width: 0px !important;
}

.bd-w-x-0-imp,
.bd-w-r-0-imp {
  border-right-width: 0px !important;
}

.bd-w-y-0-imp,
.bd-w-b-0-imp {
  border-bottom-width: 0px !important;
}

.bd-w-x-0-imp,
.bd-w-l-0-imp {
  border-left-width: 0px !important;
}

.bd-w-1-imp {
  border-width: 1px !important;
}

.bd-w-y-1-imp,
.bd-w-t-1-imp {
  border-top-width: 1px !important;
}

.bd-w-x-1-imp,
.bd-w-r-1-imp {
  border-right-width: 1px !important;
}

.bd-w-y-1-imp,
.bd-w-b-1-imp {
  border-bottom-width: 1px !important;
}

.bd-w-x-1-imp,
.bd-w-l-1-imp {
  border-left-width: 1px !important;
}

.bd-w-2-imp {
  border-width: 2px !important;
}

.bd-w-y-2-imp,
.bd-w-t-2-imp {
  border-top-width: 2px !important;
}

.bd-w-x-2-imp,
.bd-w-r-2-imp {
  border-right-width: 2px !important;
}

.bd-w-y-2-imp,
.bd-w-b-2-imp {
  border-bottom-width: 2px !important;
}

.bd-w-x-2-imp,
.bd-w-l-2-imp {
  border-left-width: 2px !important;
}

.bd-w-3-imp {
  border-width: 3px !important;
}

.bd-w-y-3-imp,
.bd-w-t-3-imp {
  border-top-width: 3px !important;
}

.bd-w-x-3-imp,
.bd-w-r-3-imp {
  border-right-width: 3px !important;
}

.bd-w-y-3-imp,
.bd-w-b-3-imp {
  border-bottom-width: 3px !important;
}

.bd-w-x-3-imp,
.bd-w-l-3-imp {
  border-left-width: 3px !important;
}

.bd-w-4-imp {
  border-width: 4px !important;
}

.bd-w-y-4-imp,
.bd-w-t-4-imp {
  border-top-width: 4px !important;
}

.bd-w-x-4-imp,
.bd-w-r-4-imp {
  border-right-width: 4px !important;
}

.bd-w-y-4-imp,
.bd-w-b-4-imp {
  border-bottom-width: 4px !important;
}

.bd-w-x-4-imp,
.bd-w-l-4-imp {
  border-left-width: 4px !important;
}

.bd-w-5-imp {
  border-width: 5px !important;
}

.bd-w-y-5-imp,
.bd-w-t-5-imp {
  border-top-width: 5px !important;
}

.bd-w-x-5-imp,
.bd-w-r-5-imp {
  border-right-width: 5px !important;
}

.bd-w-y-5-imp,
.bd-w-b-5-imp {
  border-bottom-width: 5px !important;
}

.bd-w-x-5-imp,
.bd-w-l-5-imp {
  border-left-width: 5px !important;
}

/**
* ###############################################################
* ################# BORDER COLOR - IMPORTANT ####################
* ###############################################################
*/
.bd-primary {
  border-color: var(--primary-bg-color) !important;
}

.bd-success {
  border-color: #24d5b8 !important;
}

.bd-warning {
  border-color: #ffbd5a !important;
}

.bd-danger {
  border-color: #f34343 !important;
}

.bd-info {
  border-color: #4ec2f0 !important;
}

.bd-secondary {
  border-color: #f74f75 !important;
}

.bd-teal {
  border-color: #29ddee !important;
}

.bd-white {
  border-color: #fff !important;
}

/**
* ###############################################################
* ####################### BORDER COLOR ##########################
* ###############################################################
*/
.bd-white-1 {
  border-color: rgba(255, 255, 255, 0.1);
}

.bd-white-2 {
  border-color: rgba(255, 255, 255, 0.2);
}

.bd-white-3 {
  border-color: rgba(255, 255, 255, 0.3);
}

.bd-white-4 {
  border-color: rgba(255, 255, 255, 0.4);
}

.bd-white-5 {
  border-color: rgba(255, 255, 255, 0.5);
}

.bd-white-6 {
  border-color: rgba(255, 255, 255, 0.6);
}

.bd-white-7 {
  border-color: rgba(255, 255, 255, 0.7);
}

.bd-white-8 {
  border-color: rgba(255, 255, 255, 0.8);
}

.bd-gray-100 {
  border-color: #f9f9fb;
}

.bd-gray-200 {
  border-color: #f0f0f8;
}

.bd-gray-300 {
  border-color: #e1e1ef;
}

.bd-gray-400 {
  border-color: #d6d6e6;
}

.bd-gray-500 {
  border-color: #949eb7;
}

.bd-gray-600 {
  border-color: #7987a1;
}

.bd-gray-700 {
  border-color: #4d5875;
}

.bd-gray-800 {
  border-color: #383853;
}

.bd-gray-900 {
  border-color: #323251;
}

/**
* ###############################################################
* ####################### BORDER RADIUS #########################
* ###############################################################
*/
.bd-radius {
  border-radius: 1px;
}

.bd-radius-0 {
  border-radius: 0px;
}

.bd-radius-1 {
  border-radius: 1px;
}

.bd-radius-2 {
  border-radius: 2px;
}

.bd-radius-3 {
  border-radius: 3px;
}

.bd-radius-4 {
  border-radius: 4px;
}

.bd-radius-5 {
  border-radius: 5px;
}

.bd-radius-6 {
  border-radius: 6px;
}

.bd-radius-7 {
  border-radius: 7px;
}

.bd-radius-8 {
  border-radius: 8px;
}

.bd-radius-9 {
  border-radius: 9px;
}

.bd-radius-10 {
  border-radius: 10px;
}

/**
* ###############################################################
* ############### BORDER RADIUS - IMPORTANT #####################
* ###############################################################
*/
.bd-radius-imp {
  border-radius: 1px !important;
}

.bd-radius-0-imp {
  border-radius: 0px !important;
}

.bd-radius-1-imp {
  border-radius: 1px !important;
}

.bd-radius-2-imp {
  border-radius: 2px !important;
}

.bd-radius-3-imp {
  border-radius: 3px !important;
}

.bd-radius-4-imp {
  border-radius: 4px !important;
}

.bd-radius-5-imp {
  border-radius: 5px !important;
}

.bd-radius-6-imp {
  border-radius: 6px !important;
}

.bd-radius-7-imp {
  border-radius: 7px !important;
}

.bd-radius-8-imp {
  border-radius: 8px !important;
}

.bd-radius-9-imp {
  border-radius: 9px !important;
}

.bd-radius-10-imp {
  border-radius: 10px !important;
}

.bd-radius-tl-0 {
  border-top-left-radius: 0 !important;
}

.bd-radius-bl-0 {
  border-bottom-left-radius: 0 !important;
}

.bd-radius-tr-0 {
  border-top-right-radius: 0 !important;
}

.bd-radius-br-0 {
  border-bottom-right-radius: 0 !important;
}

.bd-radius-tl-1 {
  border-top-left-radius: 1px !important;
}

.bd-radius-bl-1 {
  border-bottom-left-radius: 1px !important;
}

.bd-radius-tr-1 {
  border-top-right-radius: 1px !important;
}

.bd-radius-br-1 {
  border-bottom-right-radius: 1px !important;
}

.bd-radius-tl-2 {
  border-top-left-radius: 2px !important;
}

.bd-radius-bl-2 {
  border-bottom-left-radius: 2px !important;
}

.bd-radius-tr-2 {
  border-top-right-radius: 2px !important;
}

.bd-radius-br-2 {
  border-bottom-right-radius: 2px !important;
}

.bd-radius-tl-3 {
  border-top-left-radius: 3px !important;
}

.bd-radius-bl-3 {
  border-bottom-left-radius: 3px !important;
}

.bd-radius-tr-3 {
  border-top-right-radius: 3px !important;
}

.bd-radius-br-3 {
  border-bottom-right-radius: 3px !important;
}

.bd-radius-tl-4 {
  border-top-left-radius: 4px !important;
}

.bd-radius-bl-4 {
  border-bottom-left-radius: 4px !important;
}

.bd-radius-tr-4 {
  border-top-right-radius: 4px !important;
}

.bd-radius-br-4 {
  border-bottom-right-radius: 4px !important;
}

.bd-radius-tl-5 {
  border-top-left-radius: 5px !important;
}

.bd-radius-bl-5 {
  border-bottom-left-radius: 5px !important;
}

.bd-radius-tr-5 {
  border-top-right-radius: 5px !important;
}

.bd-radius-br-5 {
  border-bottom-right-radius: 5px !important;
}

.bd-radius-tl-6 {
  border-top-left-radius: 6px !important;
}

.bd-radius-bl-6 {
  border-bottom-left-radius: 6px !important;
}

.bd-radius-tr-6 {
  border-top-right-radius: 6px !important;
}

.bd-radius-br-6 {
  border-bottom-right-radius: 6px !important;
}

.bd-radius-tl-7 {
  border-top-left-radius: 7px !important;
}

.bd-radius-bl-7 {
  border-bottom-left-radius: 7px !important;
}

.bd-radius-tr-7 {
  border-top-right-radius: 7px !important;
}

.bd-radius-br-7 {
  border-bottom-right-radius: 7px !important;
}

.bd-radius-tl-8 {
  border-top-left-radius: 8px !important;
}

.bd-radius-bl-8 {
  border-bottom-left-radius: 8px !important;
}

.bd-radius-tr-8 {
  border-top-right-radius: 8px !important;
}

.bd-radius-br-8 {
  border-bottom-right-radius: 8px !important;
}

.bd-radius-tl-9 {
  border-top-left-radius: 9px !important;
}

.bd-radius-bl-9 {
  border-bottom-left-radius: 9px !important;
}

.bd-radius-tr-9 {
  border-top-right-radius: 9px !important;
}

.bd-radius-br-9 {
  border-bottom-right-radius: 9px !important;
}

.bd-radius-tl-10 {
  border-top-left-radius: 10px !important;
}

.bd-radius-bl-10 {
  border-bottom-left-radius: 10px !important;
}

.bd-radius-tr-10 {
  border-top-right-radius: 10px !important;
}

.bd-radius-br-10 {
  border-bottom-right-radius: 10px !important;
}

/**
* ###############################################################
* ####################### BORDER STYLE ##########################
* ###############################################################
*/
.bd-dashed {
  border-style: dashed;
}

.bd-dotted {
  border-style: dotted;
}

.mg-auto {
  margin: auto;
}

.mg-y-auto,
.mg-t-auto {
  margin-top: auto;
}

.mg-x-auto,
.mg-r-auto {
  margin-right: auto;
}

.mg-t-auto,
.mg-b-auto {
  margin-bottom: auto;
}

.mg-x-auto,
.mg-l-auto {
  margin-left: auto;
}

.mg-auto-imp {
  margin: auto !important;
}

.mg-t-auto-imp,
.mg-y-auto-imp {
  margin-top: auto !important;
}

.mg-e-auto-imp,
.mg-x-auto-imp {
  margin-right: auto !important;
}

.mg-b-auto-imp,
.mg-y-auto-imp {
  margin-bottom: auto !important;
}

.mg-s-auto-imp,
.mg-x-auto-imp {
  margin-left: auto !important;
}

/**
* #########################################################
* ################### MARGIN - REM ########################
* #########################################################
*/
.m-0 {
  margin: 0rem !important;
}

.my-0,
.mt-0 {
  margin-top: 0rem !important;
}

.mx-0,
.me-0 {
  margin-right: 0rem !important;
}

.my-0,
.mb-0 {
  margin-bottom: 0rem !important;
}

.mx-0,
.ms-0 {
  margin-left: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.my-1,
.mt-1 {
  margin-top: 0.25rem !important;
}

.mx-1,
.me-1 {
  margin-right: 0.25rem !important;
}

.my-1,
.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mx-1,
.ms-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.my-2,
.mt-2 {
  margin-top: 0.5rem !important;
}

.mx-2,
.me-2 {
  margin-right: 0.5rem !important;
}

.my-2,
.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mx-2,
.ms-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.my-3,
.mt-3 {
  margin-top: 1rem !important;
}

.mx-3,
.me-3 {
  margin-right: 1rem !important;
}

.my-3,
.mb-3 {
  margin-bottom: 1rem !important;
}

.mx-3,
.ms-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.my-4,
.mt-4 {
  margin-top: 1.5rem !important;
}

.mx-4,
.me-4 {
  margin-right: 1.5rem !important;
}

.my-4,
.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mx-4,
.ms-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.my-5,
.mt-5 {
  margin-top: 3rem !important;
}

.mx-5,
.me-5 {
  margin-right: 3rem !important;
}

.my-5,
.mb-5 {
  margin-bottom: 3rem !important;
}

.mx-5,
.ms-5 {
  margin-left: 3rem !important;
}

/**
* #########################################################
* ##################### MARGIN - PX #######################
* #########################################################
*/
.mg-0 {
  margin: 0px;
}

.mg-y-0,
.mg-t-0 {
  margin-top: 0px;
}

.mg-x-0,
.mg-r-0 {
  margin-right: 0px;
}

.mg-y-0,
.mg-b-0 {
  margin-bottom: 0px;
}

.mg-x-0,
.mg-l-0 {
  margin-left: 0px;
}

.mg-1 {
  margin: 1px;
}

.mg-y-1,
.mg-t-1 {
  margin-top: 1px;
}

.mg-x-1,
.mg-r-1 {
  margin-right: 1px;
}

.mg-y-1,
.mg-b-1 {
  margin-bottom: 1px;
}

.mg-x-1,
.mg-l-1 {
  margin-left: 1px;
}

.mg-2 {
  margin: 2px;
}

.mg-y-2,
.mg-t-2 {
  margin-top: 2px;
}

.mg-x-2,
.mg-r-2 {
  margin-right: 2px;
}

.mg-y-2,
.mg-b-2 {
  margin-bottom: 2px;
}

.mg-x-2,
.mg-l-2 {
  margin-left: 2px;
}

.mg-3 {
  margin: 3px;
}

.mg-y-3,
.mg-t-3 {
  margin-top: 3px;
}

.mg-x-3,
.mg-r-3 {
  margin-right: 3px;
}

.mg-y-3,
.mg-b-3 {
  margin-bottom: 3px;
}

.mg-x-3,
.mg-l-3 {
  margin-left: 3px;
}

.mg-4 {
  margin: 4px;
}

.mg-y-4,
.mg-t-4 {
  margin-top: 4px;
}

.mg-x-4,
.mg-r-4 {
  margin-right: 4px;
}

.mg-y-4,
.mg-b-4 {
  margin-bottom: 4px;
}

.mg-x-4,
.mg-l-4 {
  margin-left: 4px;
}

.mg-5 {
  margin: 5px;
}

.mg-y-5,
.mg-t-5 {
  margin-top: 5px;
}

.mg-x-5,
.mg-r-5 {
  margin-right: 5px;
}

.mg-y-5,
.mg-b-5 {
  margin-bottom: 5px;
}

.mg-x-5,
.mg-l-5 {
  margin-left: 5px;
}

.mg-6 {
  margin: 6px;
}

.mg-y-6,
.mg-t-6 {
  margin-top: 6px;
}

.mg-x-6,
.mg-r-6 {
  margin-right: 6px;
}

.mg-y-6,
.mg-b-6 {
  margin-bottom: 6px;
}

.mg-x-6,
.mg-l-6 {
  margin-left: 6px;
}

.mg-7 {
  margin: 7px;
}

.mg-y-7,
.mg-t-7 {
  margin-top: 7px;
}

.mg-x-7,
.mg-r-7 {
  margin-right: 7px;
}

.mg-y-7,
.mg-b-7 {
  margin-bottom: 7px;
}

.mg-x-7,
.mg-l-7 {
  margin-left: 7px;
}

.mg-8 {
  margin: 8px;
}

.mg-y-8,
.mg-t-8 {
  margin-top: 8px;
}

.mg-x-8,
.mg-r-8 {
  margin-right: 8px;
}

.mg-y-8,
.mg-b-8 {
  margin-bottom: 8px;
}

.mg-x-8,
.mg-l-8 {
  margin-left: 8px;
}

.mg-9 {
  margin: 9px;
}

.mg-y-9,
.mg-t-9 {
  margin-top: 9px;
}

.mg-x-9,
.mg-r-9 {
  margin-right: 9px;
}

.mg-y-9,
.mg-b-9 {
  margin-bottom: 9px;
}

.mg-x-9,
.mg-l-9 {
  margin-left: 9px;
}

.mg-10 {
  margin: 10px;
}

.mg-y-10,
.mg-t-10 {
  margin-top: 10px;
}

.mg-x-10,
.mg-r-10 {
  margin-right: 10px;
}

.mg-y-10,
.mg-b-10 {
  margin-bottom: 10px;
}

.mg-x-10,
.mg-l-10 {
  margin-left: 10px;
}

.mg-15 {
  margin: 15px;
}

.mg-y-15,
.mg-t-15 {
  margin-top: 15px;
}

.mg-x-15,
.mg-r-15 {
  margin-right: 15px;
}

.mg-y-15,
.mg-b-15 {
  margin-bottom: 15px;
}

.mg-x-15,
.mg-l-15 {
  margin-left: 15px;
}

.mg-20 {
  margin: 20px;
}

.mg-y-20,
.mg-t-20 {
  margin-top: 20px;
}

.mg-x-20,
.mg-r-20 {
  margin-right: 20px;
}

.mg-y-20,
.mg-b-20 {
  margin-bottom: 20px;
}

.mg-x-20,
.mg-l-20 {
  margin-left: 20px;
}

.mg-25 {
  margin: 25px;
}

.mg-y-25,
.mg-t-25 {
  margin-top: 25px;
}

.mg-x-25,
.mg-r-25 {
  margin-right: 25px;
}

.mg-y-25,
.mg-b-25 {
  margin-bottom: 25px;
}

.mg-x-25,
.mg-l-25 {
  margin-left: 25px;
}

.mg-30 {
  margin: 30px;
}

.mg-y-30,
.mg-t-30 {
  margin-top: 30px;
}

.mg-x-30,
.mg-r-30 {
  margin-right: 30px;
}

.mg-y-30,
.mg-b-30 {
  margin-bottom: 30px;
}

.mg-x-30,
.mg-l-30 {
  margin-left: 30px;
}

.mg-35 {
  margin: 35px;
}

.mg-y-35,
.mg-t-35 {
  margin-top: 35px;
}

.mg-x-35,
.mg-r-35 {
  margin-right: 35px;
}

.mg-y-35,
.mg-b-35 {
  margin-bottom: 35px;
}

.mg-x-35,
.mg-l-35 {
  margin-left: 35px;
}

.mg-40 {
  margin: 40px;
}

.mg-y-40,
.mg-t-40 {
  margin-top: 40px;
}

.mg-x-40,
.mg-r-40 {
  margin-right: 40px;
}

.mg-y-40,
.mg-b-40 {
  margin-bottom: 40px;
}

.mg-x-40,
.mg-l-40 {
  margin-left: 40px;
}

.mg-45 {
  margin: 45px;
}

.mg-y-45,
.mg-t-45 {
  margin-top: 45px;
}

.mg-x-45,
.mg-r-45 {
  margin-right: 45px;
}

.mg-y-45,
.mg-b-45 {
  margin-bottom: 45px;
}

.mg-x-45,
.mg-l-45 {
  margin-left: 45px;
}

.mg-50 {
  margin: 50px;
}

.mg-y-50,
.mg-t-50 {
  margin-top: 50px;
}

.mg-x-50,
.mg-r-50 {
  margin-right: 50px;
}

.mg-y-50,
.mg-b-50 {
  margin-bottom: 50px;
}

.mg-x-50,
.mg-l-50 {
  margin-left: 50px;
}

.mg-55 {
  margin: 55px;
}

.mg-y-55,
.mg-t-55 {
  margin-top: 55px;
}

.mg-x-55,
.mg-r-55 {
  margin-right: 55px;
}

.mg-y-55,
.mg-b-55 {
  margin-bottom: 55px;
}

.mg-x-55,
.mg-l-55 {
  margin-left: 55px;
}

.mg-60 {
  margin: 60px;
}

.mg-y-60,
.mg-t-60 {
  margin-top: 60px;
}

.mg-x-60,
.mg-r-60 {
  margin-right: 60px;
}

.mg-y-60,
.mg-b-60 {
  margin-bottom: 60px;
}

.mg-x-60,
.mg-l-60 {
  margin-left: 60px;
}

.mg-65 {
  margin: 65px;
}

.mg-y-65,
.mg-t-65 {
  margin-top: 65px;
}

.mg-x-65,
.mg-r-65 {
  margin-right: 65px;
}

.mg-y-65,
.mg-b-65 {
  margin-bottom: 65px;
}

.mg-x-65,
.mg-l-65 {
  margin-left: 65px;
}

.mg-70 {
  margin: 70px;
}

.mg-y-70,
.mg-t-70 {
  margin-top: 70px;
}

.mg-x-70,
.mg-r-70 {
  margin-right: 70px;
}

.mg-y-70,
.mg-b-70 {
  margin-bottom: 70px;
}

.mg-x-70,
.mg-l-70 {
  margin-left: 70px;
}

.mg-75 {
  margin: 75px;
}

.mg-y-75,
.mg-t-75 {
  margin-top: 75px;
}

.mg-x-75,
.mg-r-75 {
  margin-right: 75px;
}

.mg-y-75,
.mg-b-75 {
  margin-bottom: 75px;
}

.mg-x-75,
.mg-l-75 {
  margin-left: 75px;
}

.mg-80 {
  margin: 80px;
}

.mg-y-80,
.mg-t-80 {
  margin-top: 80px;
}

.mg-x-80,
.mg-r-80 {
  margin-right: 80px;
}

.mg-y-80,
.mg-b-80 {
  margin-bottom: 80px;
}

.mg-x-80,
.mg-l-80 {
  margin-left: 80px;
}

.mg-85 {
  margin: 85px;
}

.mg-y-85,
.mg-t-85 {
  margin-top: 85px;
}

.mg-x-85,
.mg-r-85 {
  margin-right: 85px;
}

.mg-y-85,
.mg-b-85 {
  margin-bottom: 85px;
}

.mg-x-85,
.mg-l-85 {
  margin-left: 85px;
}

.mg-90 {
  margin: 90px;
}

.mg-y-90,
.mg-t-90 {
  margin-top: 90px;
}

.mg-x-90,
.mg-r-90 {
  margin-right: 90px;
}

.mg-y-90,
.mg-b-90 {
  margin-bottom: 90px;
}

.mg-x-90,
.mg-l-90 {
  margin-left: 90px;
}

.mg-95 {
  margin: 95px;
}

.mg-y-95,
.mg-t-95 {
  margin-top: 95px;
}

.mg-x-95,
.mg-r-95 {
  margin-right: 95px;
}

.mg-y-95,
.mg-b-95 {
  margin-bottom: 95px;
}

.mg-x-95,
.mg-l-95 {
  margin-left: 95px;
}

.mg-100 {
  margin: 100px;
}

.mg-y-100,
.mg-t-100 {
  margin-top: 100px;
}

.mg-x-100,
.mg-r-100 {
  margin-right: 100px;
}

.mg-y-100,
.mg-b-100 {
  margin-bottom: 100px;
}

.mg-x-100,
.mg-l-100 {
  margin-left: 100px;
}

.mg-105 {
  margin: 105px;
}

.mg-y-105,
.mg-t-105 {
  margin-top: 105px;
}

.mg-x-105,
.mg-r-105 {
  margin-right: 105px;
}

.mg-y-105,
.mg-b-105 {
  margin-bottom: 105px;
}

.mg-x-105,
.mg-l-105 {
  margin-left: 105px;
}

.mg-110 {
  margin: 110px;
}

.mg-y-110,
.mg-t-110 {
  margin-top: 110px;
}

.mg-x-110,
.mg-r-110 {
  margin-right: 110px;
}

.mg-y-110,
.mg-b-110 {
  margin-bottom: 110px;
}

.mg-x-110,
.mg-l-110 {
  margin-left: 110px;
}

.mg-115 {
  margin: 115px;
}

.mg-y-115,
.mg-t-115 {
  margin-top: 115px;
}

.mg-x-115,
.mg-r-115 {
  margin-right: 115px;
}

.mg-y-115,
.mg-b-115 {
  margin-bottom: 115px;
}

.mg-x-115,
.mg-l-115 {
  margin-left: 115px;
}

.mg-120 {
  margin: 120px;
}

.mg-y-120,
.mg-t-120 {
  margin-top: 120px;
}

.mg-x-120,
.mg-r-120 {
  margin-right: 120px;
}

.mg-y-120,
.mg-b-120 {
  margin-bottom: 120px;
}

.mg-x-120,
.mg-l-120 {
  margin-left: 120px;
}

/**
* #########################################################
* ################ MARGIN - IMPORTANT #####################
* #########################################################
*/
.mg-0-imp {
  margin: 0px !important;
}

.mg-y-0-imp,
.mg-t-0-imp {
  margin-top: 0px !important;
}

.mg-x-0-imp,
.mg-r-0-imp {
  margin-right: 0px !important;
}

.mg-y-0-imp,
.mg-b-0-imp {
  margin-bottom: 0px !important;
}

.mg-x-0-imp,
.mg-l-0-imp {
  margin-left: 0px !important;
}

.mg-1-imp {
  margin: 1px !important;
}

.mg-y-1-imp,
.mg-t-1-imp {
  margin-top: 1px !important;
}

.mg-x-1-imp,
.mg-r-1-imp {
  margin-right: 1px !important;
}

.mg-y-1-imp,
.mg-b-1-imp {
  margin-bottom: 1px !important;
}

.mg-x-1-imp,
.mg-l-1-imp {
  margin-left: 1px !important;
}

.mg-2-imp {
  margin: 2px !important;
}

.mg-y-2-imp,
.mg-t-2-imp {
  margin-top: 2px !important;
}

.mg-x-2-imp,
.mg-r-2-imp {
  margin-right: 2px !important;
}

.mg-y-2-imp,
.mg-b-2-imp {
  margin-bottom: 2px !important;
}

.mg-x-2-imp,
.mg-l-2-imp {
  margin-left: 2px !important;
}

.mg-3-imp {
  margin: 3px !important;
}

.mg-y-3-imp,
.mg-t-3-imp {
  margin-top: 3px !important;
}

.mg-x-3-imp,
.mg-r-3-imp {
  margin-right: 3px !important;
}

.mg-y-3-imp,
.mg-b-3-imp {
  margin-bottom: 3px !important;
}

.mg-x-3-imp,
.mg-l-3-imp {
  margin-left: 3px !important;
}

.mg-4-imp {
  margin: 4px !important;
}

.mg-y-4-imp,
.mg-t-4-imp {
  margin-top: 4px !important;
}

.mg-x-4-imp,
.mg-r-4-imp {
  margin-right: 4px !important;
}

.mg-y-4-imp,
.mg-b-4-imp {
  margin-bottom: 4px !important;
}

.mg-x-4-imp,
.mg-l-4-imp {
  margin-left: 4px !important;
}

.mg-5-imp {
  margin: 5px !important;
}

.mg-y-5-imp,
.mg-t-5-imp {
  margin-top: 5px !important;
}

.mg-x-5-imp,
.mg-r-5-imp {
  margin-right: 5px !important;
}

.mg-y-5-imp,
.mg-b-5-imp {
  margin-bottom: 5px !important;
}

.mg-x-5-imp,
.mg-l-5-imp {
  margin-left: 5px !important;
}

.mg-6-imp {
  margin: 6px !important;
}

.mg-y-6-imp,
.mg-t-6-imp {
  margin-top: 6px !important;
}

.mg-x-6-imp,
.mg-r-6-imp {
  margin-right: 6px !important;
}

.mg-y-6-imp,
.mg-b-6-imp {
  margin-bottom: 6px !important;
}

.mg-x-6-imp,
.mg-l-6-imp {
  margin-left: 6px !important;
}

.mg-7-imp {
  margin: 7px !important;
}

.mg-y-7-imp,
.mg-t-7-imp {
  margin-top: 7px !important;
}

.mg-x-7-imp,
.mg-r-7-imp {
  margin-right: 7px !important;
}

.mg-y-7-imp,
.mg-b-7-imp {
  margin-bottom: 7px !important;
}

.mg-x-7-imp,
.mg-l-7-imp {
  margin-left: 7px !important;
}

.mg-8-imp {
  margin: 8px !important;
}

.mg-y-8-imp,
.mg-t-8-imp {
  margin-top: 8px !important;
}

.mg-x-8-imp,
.mg-r-8-imp {
  margin-right: 8px !important;
}

.mg-y-8-imp,
.mg-b-8-imp {
  margin-bottom: 8px !important;
}

.mg-x-8-imp,
.mg-l-8-imp {
  margin-left: 8px !important;
}

.mg-9-imp {
  margin: 9px !important;
}

.mg-y-9-imp,
.mg-t-9-imp {
  margin-top: 9px !important;
}

.mg-x-9-imp,
.mg-r-9-imp {
  margin-right: 9px !important;
}

.mg-y-9-imp,
.mg-b-9-imp {
  margin-bottom: 9px !important;
}

.mg-x-9-imp,
.mg-l-9-imp {
  margin-left: 9px !important;
}

.mg-10-imp {
  margin: 10px !important;
}

.mg-y-10-imp,
.mg-t-10-imp {
  margin-top: 10px !important;
}

.mg-x-10-imp,
.mg-r-10-imp {
  margin-right: 10px !important;
}

.mg-y-10-imp,
.mg-b-10-imp {
  margin-bottom: 10px !important;
}

.mg-x-10-imp,
.mg-l-10-imp {
  margin-left: 10px !important;
}

.mg-15-imp {
  margin: 15px !important;
}

.mg-y-15-imp,
.mg-t-15-imp {
  margin-top: 15px !important;
}

.mg-x-15-imp,
.mg-r-15-imp {
  margin-right: 15px !important;
}

.mg-y-15-imp,
.mg-b-15-imp {
  margin-bottom: 15px !important;
}

.mg-x-15-imp,
.mg-l-15-imp {
  margin-left: 15px !important;
}

.mg-20-imp {
  margin: 20px !important;
}

.mg-y-20-imp,
.mg-t-20-imp {
  margin-top: 20px !important;
}

.mg-x-20-imp,
.mg-r-20-imp {
  margin-right: 20px !important;
}

.mg-y-20-imp,
.mg-b-20-imp {
  margin-bottom: 20px !important;
}

.mg-x-20-imp,
.mg-l-20-imp {
  margin-left: 20px !important;
}

.mg-25-imp {
  margin: 25px !important;
}

.mg-y-25-imp,
.mg-t-25-imp {
  margin-top: 25px !important;
}

.mg-x-25-imp,
.mg-r-25-imp {
  margin-right: 25px !important;
}

.mg-y-25-imp,
.mg-b-25-imp {
  margin-bottom: 25px !important;
}

.mg-x-25-imp,
.mg-l-25-imp {
  margin-left: 25px !important;
}

.mg-30-imp {
  margin: 30px !important;
}

.mg-y-30-imp,
.mg-t-30-imp {
  margin-top: 30px !important;
}

.mg-x-30-imp,
.mg-r-30-imp {
  margin-right: 30px !important;
}

.mg-y-30-imp,
.mg-b-30-imp {
  margin-bottom: 30px !important;
}

.mg-x-30-imp,
.mg-l-30-imp {
  margin-left: 30px !important;
}

.mg-35-imp {
  margin: 35px !important;
}

.mg-y-35-imp,
.mg-t-35-imp {
  margin-top: 35px !important;
}

.mg-x-35-imp,
.mg-r-35-imp {
  margin-right: 35px !important;
}

.mg-y-35-imp,
.mg-b-35-imp {
  margin-bottom: 35px !important;
}

.mg-x-35-imp,
.mg-l-35-imp {
  margin-left: 35px !important;
}

.mg-40-imp {
  margin: 40px !important;
}

.mg-y-40-imp,
.mg-t-40-imp {
  margin-top: 40px !important;
}

.mg-x-40-imp,
.mg-r-40-imp {
  margin-right: 40px !important;
}

.mg-y-40-imp,
.mg-b-40-imp {
  margin-bottom: 40px !important;
}

.mg-x-40-imp,
.mg-l-40-imp {
  margin-left: 40px !important;
}

.mg-45-imp {
  margin: 45px !important;
}

.mg-y-45-imp,
.mg-t-45-imp {
  margin-top: 45px !important;
}

.mg-x-45-imp,
.mg-r-45-imp {
  margin-right: 45px !important;
}

.mg-y-45-imp,
.mg-b-45-imp {
  margin-bottom: 45px !important;
}

.mg-x-45-imp,
.mg-l-45-imp {
  margin-left: 45px !important;
}

.mg-50-imp {
  margin: 50px !important;
}

.mg-y-50-imp,
.mg-t-50-imp {
  margin-top: 50px !important;
}

.mg-x-50-imp,
.mg-r-50-imp {
  margin-right: 50px !important;
}

.mg-y-50-imp,
.mg-b-50-imp {
  margin-bottom: 50px !important;
}

.mg-x-50-imp,
.mg-l-50-imp {
  margin-left: 50px !important;
}

.mg-55-imp {
  margin: 55px !important;
}

.mg-y-55-imp,
.mg-t-55-imp {
  margin-top: 55px !important;
}

.mg-x-55-imp,
.mg-r-55-imp {
  margin-right: 55px !important;
}

.mg-y-55-imp,
.mg-b-55-imp {
  margin-bottom: 55px !important;
}

.mg-x-55-imp,
.mg-l-55-imp {
  margin-left: 55px !important;
}

.mg-60-imp {
  margin: 60px !important;
}

.mg-y-60-imp,
.mg-t-60-imp {
  margin-top: 60px !important;
}

.mg-x-60-imp,
.mg-r-60-imp {
  margin-right: 60px !important;
}

.mg-y-60-imp,
.mg-b-60-imp {
  margin-bottom: 60px !important;
}

.mg-x-60-imp,
.mg-l-60-imp {
  margin-left: 60px !important;
}

.mg-65-imp {
  margin: 65px !important;
}

.mg-y-65-imp,
.mg-t-65-imp {
  margin-top: 65px !important;
}

.mg-x-65-imp,
.mg-r-65-imp {
  margin-right: 65px !important;
}

.mg-y-65-imp,
.mg-b-65-imp {
  margin-bottom: 65px !important;
}

.mg-x-65-imp,
.mg-l-65-imp {
  margin-left: 65px !important;
}

.mg-70-imp {
  margin: 70px !important;
}

.mg-y-70-imp,
.mg-t-70-imp {
  margin-top: 70px !important;
}

.mg-x-70-imp,
.mg-r-70-imp {
  margin-right: 70px !important;
}

.mg-y-70-imp,
.mg-b-70-imp {
  margin-bottom: 70px !important;
}

.mg-x-70-imp,
.mg-l-70-imp {
  margin-left: 70px !important;
}

.mg-75-imp {
  margin: 75px !important;
}

.mg-y-75-imp,
.mg-t-75-imp {
  margin-top: 75px !important;
}

.mg-x-75-imp,
.mg-r-75-imp {
  margin-right: 75px !important;
}

.mg-y-75-imp,
.mg-b-75-imp {
  margin-bottom: 75px !important;
}

.mg-x-75-imp,
.mg-l-75-imp {
  margin-left: 75px !important;
}

.mg-80-imp {
  margin: 80px !important;
}

.mg-y-80-imp,
.mg-t-80-imp {
  margin-top: 80px !important;
}

.mg-x-80-imp,
.mg-r-80-imp {
  margin-right: 80px !important;
}

.mg-y-80-imp,
.mg-b-80-imp {
  margin-bottom: 80px !important;
}

.mg-x-80-imp,
.mg-l-80-imp {
  margin-left: 80px !important;
}

.mg-85-imp {
  margin: 85px !important;
}

.mg-y-85-imp,
.mg-t-85-imp {
  margin-top: 85px !important;
}

.mg-x-85-imp,
.mg-r-85-imp {
  margin-right: 85px !important;
}

.mg-y-85-imp,
.mg-b-85-imp {
  margin-bottom: 85px !important;
}

.mg-x-85-imp,
.mg-l-85-imp {
  margin-left: 85px !important;
}

.mg-90-imp {
  margin: 90px !important;
}

.mg-y-90-imp,
.mg-t-90-imp {
  margin-top: 90px !important;
}

.mg-x-90-imp,
.mg-r-90-imp {
  margin-right: 90px !important;
}

.mg-y-90-imp,
.mg-b-90-imp {
  margin-bottom: 90px !important;
}

.mg-x-90-imp,
.mg-l-90-imp {
  margin-left: 90px !important;
}

.mg-95-imp {
  margin: 95px !important;
}

.mg-y-95-imp,
.mg-t-95-imp {
  margin-top: 95px !important;
}

.mg-x-95-imp,
.mg-r-95-imp {
  margin-right: 95px !important;
}

.mg-y-95-imp,
.mg-b-95-imp {
  margin-bottom: 95px !important;
}

.mg-x-95-imp,
.mg-l-95-imp {
  margin-left: 95px !important;
}

.mg-100-imp {
  margin: 100px !important;
}

.mg-y-100-imp,
.mg-t-100-imp {
  margin-top: 100px !important;
}

.mg-x-100-imp,
.mg-r-100-imp {
  margin-right: 100px !important;
}

.mg-y-100-imp,
.mg-b-100-imp {
  margin-bottom: 100px !important;
}

.mg-x-100-imp,
.mg-l-100-imp {
  margin-left: 100px !important;
}

.mg-105-imp {
  margin: 105px !important;
}

.mg-y-105-imp,
.mg-t-105-imp {
  margin-top: 105px !important;
}

.mg-x-105-imp,
.mg-r-105-imp {
  margin-right: 105px !important;
}

.mg-y-105-imp,
.mg-b-105-imp {
  margin-bottom: 105px !important;
}

.mg-x-105-imp,
.mg-l-105-imp {
  margin-left: 105px !important;
}

.mg-110-imp {
  margin: 110px !important;
}

.mg-y-110-imp,
.mg-t-110-imp {
  margin-top: 110px !important;
}

.mg-x-110-imp,
.mg-r-110-imp {
  margin-right: 110px !important;
}

.mg-y-110-imp,
.mg-b-110-imp {
  margin-bottom: 110px !important;
}

.mg-x-110-imp,
.mg-l-110-imp {
  margin-left: 110px !important;
}

.mg-115-imp {
  margin: 115px !important;
}

.mg-y-115-imp,
.mg-t-115-imp {
  margin-top: 115px !important;
}

.mg-x-115-imp,
.mg-r-115-imp {
  margin-right: 115px !important;
}

.mg-y-115-imp,
.mg-b-115-imp {
  margin-bottom: 115px !important;
}

.mg-x-115-imp,
.mg-l-115-imp {
  margin-left: 115px !important;
}

.mg-120-imp {
  margin: 120px !important;
}

.mg-y-120-imp,
.mg-t-120-imp {
  margin-top: 120px !important;
}

.mg-x-120-imp,
.mg-r-120-imp {
  margin-right: 120px !important;
}

.mg-y-120-imp,
.mg-b-120-imp {
  margin-bottom: 120px !important;
}

.mg-x-120-imp,
.mg-l-120-imp {
  margin-left: 120px !important;
}

/**
* #########################################################
* ##################### GAP - REM #########################
* #########################################################
*/
.gap-0 {
  gap: 0rem !important;
}

.gap-0,
.gap-0 {
  gap: 0rem !important;
}

.gap-0,
.gap-0 {
  gap: 0rem !important;
}

.gap-0,
.gap-0 {
  gap: 0rem !important;
}

.gap-0,
.gap-0 {
  gap: 0rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-1,
.gap-1 {
  gap: 0.25rem !important;
}

.gap-1,
.gap-1 {
  gap: 0.25rem !important;
}

.gap-1,
.gap-1 {
  gap: 0.25rem !important;
}

.gap-1,
.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-2,
.gap-2 {
  gap: 0.5rem !important;
}

.gap-2,
.gap-2 {
  gap: 0.5rem !important;
}

.gap-2,
.gap-2 {
  gap: 0.5rem !important;
}

.gap-2,
.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-3,
.gap-3 {
  gap: 1rem !important;
}

.gap-3,
.gap-3 {
  gap: 1rem !important;
}

.gap-3,
.gap-3 {
  gap: 1rem !important;
}

.gap-3,
.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-4,
.gap-4 {
  gap: 1.5rem !important;
}

.gap-4,
.gap-4 {
  gap: 1.5rem !important;
}

.gap-4,
.gap-4 {
  gap: 1.5rem !important;
}

.gap-4,
.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-5,
.gap-5 {
  gap: 3rem !important;
}

.gap-5,
.gap-5 {
  gap: 3rem !important;
}

.gap-5,
.gap-5 {
  gap: 3rem !important;
}

.gap-5,
.gap-5 {
  gap: 3rem !important;
}

/**
* #########################################################
* ################### PADDING - AUTO ######################
* #########################################################
*/
.pd-auto {
  padding: auto;
}

.pd-y-auto,
.pd-t-auto {
  padding-top: auto;
}

.pd-x-auto,
.pd-r-auto {
  padding-right: auto;
}

.pd-y-auto,
.pd-b-auto {
  padding-bottom: auto;
}

.pd-x-auto,
.pd-l-auto {
  padding-left: auto;
}

.pd-auto {
  padding: auto !important;
}

.pd-t-auto,
.pd-y-auto {
  padding-top: auto !important;
}

.pd-e-auto,
.pd-x-auto {
  padding-right: auto !important;
}

.pd-b-auto,
.pd-y-auto {
  padding-bottom: auto !important;
}

.pd-s-auto,
.pd-x-auto {
  padding-left: auto !important;
}

/**
* #########################################################
* ################### PADDING - REM #######################
* #########################################################
*/
.pd-0 {
  padding: 0rem !important;
}

.pd-y-0,
.pd-t-0 {
  padding-top: 0rem !important;
}

.pd-x-0,
.pd-e-0 {
  padding-right: 0rem !important;
}

.pd-y-0,
.pd-b-0 {
  padding-bottom: 0rem !important;
}

.pd-x-0,
.pd-s-0 {
  padding-left: 0rem !important;
}

.pd-1 {
  padding: 0.25rem !important;
}

.pd-y-1,
.pd-t-1 {
  padding-top: 0.25rem !important;
}

.pd-x-1,
.pd-e-1 {
  padding-right: 0.25rem !important;
}

.pd-y-1,
.pd-b-1 {
  padding-bottom: 0.25rem !important;
}

.pd-x-1,
.pd-s-1 {
  padding-left: 0.25rem !important;
}

.pd-2 {
  padding: 0.5rem !important;
}

.pd-y-2,
.pd-t-2 {
  padding-top: 0.5rem !important;
}

.pd-x-2,
.pd-e-2 {
  padding-right: 0.5rem !important;
}

.pd-y-2,
.pd-b-2 {
  padding-bottom: 0.5rem !important;
}

.pd-x-2,
.pd-s-2 {
  padding-left: 0.5rem !important;
}

.pd-3 {
  padding: 1rem !important;
}

.pd-y-3,
.pd-t-3 {
  padding-top: 1rem !important;
}

.pd-x-3,
.pd-e-3 {
  padding-right: 1rem !important;
}

.pd-y-3,
.pd-b-3 {
  padding-bottom: 1rem !important;
}

.pd-x-3,
.pd-s-3 {
  padding-left: 1rem !important;
}

.pd-4 {
  padding: 1.5rem !important;
}

.pd-y-4,
.pd-t-4 {
  padding-top: 1.5rem !important;
}

.pd-x-4,
.pd-e-4 {
  padding-right: 1.5rem !important;
}

.pd-y-4,
.pd-b-4 {
  padding-bottom: 1.5rem !important;
}

.pd-x-4,
.pd-s-4 {
  padding-left: 1.5rem !important;
}

.pd-5 {
  padding: 3rem !important;
}

.pd-y-5,
.pd-t-5 {
  padding-top: 3rem !important;
}

.pd-x-5,
.pd-e-5 {
  padding-right: 3rem !important;
}

.pd-y-5,
.pd-b-5 {
  padding-bottom: 3rem !important;
}

.pd-x-5,
.pd-s-5 {
  padding-left: 3rem !important;
}

/**
* #########################################################
* #################### PADDING - PX #######################
* #########################################################
*/
.pd-0 {
  padding: 0px;
}

.pd-y-0,
.pd-t-0 {
  padding-top: 0px;
}

.pd-x-0,
.pd-r-0 {
  padding-right: 0px;
}

.pd-y-0,
.pd-b-0 {
  padding-bottom: 0px;
}

.pd-x-0,
.pd-l-0 {
  padding-left: 0px;
}

.pd-1 {
  padding: 1px;
}

.pd-y-1,
.pd-t-1 {
  padding-top: 1px;
}

.pd-x-1,
.pd-r-1 {
  padding-right: 1px;
}

.pd-y-1,
.pd-b-1 {
  padding-bottom: 1px;
}

.pd-x-1,
.pd-l-1 {
  padding-left: 1px;
}

.pd-2 {
  padding: 2px;
}

.pd-y-2,
.pd-t-2 {
  padding-top: 2px;
}

.pd-x-2,
.pd-r-2 {
  padding-right: 2px;
}

.pd-y-2,
.pd-b-2 {
  padding-bottom: 2px;
}

.pd-x-2,
.pd-l-2 {
  padding-left: 2px;
}

.pd-3 {
  padding: 3px;
}

.pd-y-3,
.pd-t-3 {
  padding-top: 3px;
}

.pd-x-3,
.pd-r-3 {
  padding-right: 3px;
}

.pd-y-3,
.pd-b-3 {
  padding-bottom: 3px;
}

.pd-x-3,
.pd-l-3 {
  padding-left: 3px;
}

.pd-4 {
  padding: 4px;
}

.pd-y-4,
.pd-t-4 {
  padding-top: 4px;
}

.pd-x-4,
.pd-r-4 {
  padding-right: 4px;
}

.pd-y-4,
.pd-b-4 {
  padding-bottom: 4px;
}

.pd-x-4,
.pd-l-4 {
  padding-left: 4px;
}

.pd-5 {
  padding: 5px;
}

.pd-y-5,
.pd-t-5 {
  padding-top: 5px;
}

.pd-x-5,
.pd-r-5 {
  padding-right: 5px;
}

.pd-y-5,
.pd-b-5 {
  padding-bottom: 5px;
}

.pd-x-5,
.pd-l-5 {
  padding-left: 5px;
}

.pd-6 {
  padding: 6px;
}

.pd-y-6,
.pd-t-6 {
  padding-top: 6px;
}

.pd-x-6,
.pd-r-6 {
  padding-right: 6px;
}

.pd-y-6,
.pd-b-6 {
  padding-bottom: 6px;
}

.pd-x-6,
.pd-l-6 {
  padding-left: 6px;
}

.pd-7 {
  padding: 7px;
}

.pd-y-7,
.pd-t-7 {
  padding-top: 7px;
}

.pd-x-7,
.pd-r-7 {
  padding-right: 7px;
}

.pd-y-7,
.pd-b-7 {
  padding-bottom: 7px;
}

.pd-x-7,
.pd-l-7 {
  padding-left: 7px;
}

.pd-8 {
  padding: 8px;
}

.pd-y-8,
.pd-t-8 {
  padding-top: 8px;
}

.pd-x-8,
.pd-r-8 {
  padding-right: 8px;
}

.pd-y-8,
.pd-b-8 {
  padding-bottom: 8px;
}

.pd-x-8,
.pd-l-8 {
  padding-left: 8px;
}

.pd-9 {
  padding: 9px;
}

.pd-y-9,
.pd-t-9 {
  padding-top: 9px;
}

.pd-x-9,
.pd-r-9 {
  padding-right: 9px;
}

.pd-y-9,
.pd-b-9 {
  padding-bottom: 9px;
}

.pd-x-9,
.pd-l-9 {
  padding-left: 9px;
}

.pd-10 {
  padding: 10px;
}

.pd-y-10,
.pd-t-10 {
  padding-top: 10px;
}

.pd-x-10,
.pd-r-10 {
  padding-right: 10px;
}

.pd-y-10,
.pd-b-10 {
  padding-bottom: 10px;
}

.pd-x-10,
.pd-l-10 {
  padding-left: 10px;
}

.pd-15 {
  padding: 15px;
}

.pd-y-15,
.pd-t-15 {
  padding-top: 15px;
}

.pd-x-15,
.pd-r-15 {
  padding-right: 15px;
}

.pd-y-15,
.pd-b-15 {
  padding-bottom: 15px;
}

.pd-x-15,
.pd-l-15 {
  padding-left: 15px;
}

.pd-20 {
  padding: 20px;
}

.pd-y-20,
.pd-t-20 {
  padding-top: 20px;
}

.pd-x-20,
.pd-r-20 {
  padding-right: 20px;
}

.pd-y-20,
.pd-b-20 {
  padding-bottom: 20px;
}

.pd-x-20,
.pd-l-20 {
  padding-left: 20px;
}

.pd-25 {
  padding: 25px;
}

.pd-y-25,
.pd-t-25 {
  padding-top: 25px;
}

.pd-x-25,
.pd-r-25 {
  padding-right: 25px;
}

.pd-y-25,
.pd-b-25 {
  padding-bottom: 25px;
}

.pd-x-25,
.pd-l-25 {
  padding-left: 25px;
}

.pd-30 {
  padding: 30px;
}

.pd-y-30,
.pd-t-30 {
  padding-top: 30px;
}

.pd-x-30,
.pd-r-30 {
  padding-right: 30px;
}

.pd-y-30,
.pd-b-30 {
  padding-bottom: 30px;
}

.pd-x-30,
.pd-l-30 {
  padding-left: 30px;
}

.pd-35 {
  padding: 35px;
}

.pd-y-35,
.pd-t-35 {
  padding-top: 35px;
}

.pd-x-35,
.pd-r-35 {
  padding-right: 35px;
}

.pd-y-35,
.pd-b-35 {
  padding-bottom: 35px;
}

.pd-x-35,
.pd-l-35 {
  padding-left: 35px;
}

.pd-40 {
  padding: 40px;
}

.pd-y-40,
.pd-t-40 {
  padding-top: 40px;
}

.pd-x-40,
.pd-r-40 {
  padding-right: 40px;
}

.pd-y-40,
.pd-b-40 {
  padding-bottom: 40px;
}

.pd-x-40,
.pd-l-40 {
  padding-left: 40px;
}

.pd-45 {
  padding: 45px;
}

.pd-y-45,
.pd-t-45 {
  padding-top: 45px;
}

.pd-x-45,
.pd-r-45 {
  padding-right: 45px;
}

.pd-y-45,
.pd-b-45 {
  padding-bottom: 45px;
}

.pd-x-45,
.pd-l-45 {
  padding-left: 45px;
}

.pd-50 {
  padding: 50px;
}

.pd-y-50,
.pd-t-50 {
  padding-top: 50px;
}

.pd-x-50,
.pd-r-50 {
  padding-right: 50px;
}

.pd-y-50,
.pd-b-50 {
  padding-bottom: 50px;
}

.pd-x-50,
.pd-l-50 {
  padding-left: 50px;
}

.pd-55 {
  padding: 55px;
}

.pd-y-55,
.pd-t-55 {
  padding-top: 55px;
}

.pd-x-55,
.pd-r-55 {
  padding-right: 55px;
}

.pd-y-55,
.pd-b-55 {
  padding-bottom: 55px;
}

.pd-x-55,
.pd-l-55 {
  padding-left: 55px;
}

.pd-60 {
  padding: 60px;
}

.pd-y-60,
.pd-t-60 {
  padding-top: 60px;
}

.pd-x-60,
.pd-r-60 {
  padding-right: 60px;
}

.pd-y-60,
.pd-b-60 {
  padding-bottom: 60px;
}

.pd-x-60,
.pd-l-60 {
  padding-left: 60px;
}

.pd-65 {
  padding: 65px;
}

.pd-y-65,
.pd-t-65 {
  padding-top: 65px;
}

.pd-x-65,
.pd-r-65 {
  padding-right: 65px;
}

.pd-y-65,
.pd-b-65 {
  padding-bottom: 65px;
}

.pd-x-65,
.pd-l-65 {
  padding-left: 65px;
}

.pd-70 {
  padding: 70px;
}

.pd-y-70,
.pd-t-70 {
  padding-top: 70px;
}

.pd-x-70,
.pd-r-70 {
  padding-right: 70px;
}

.pd-y-70,
.pd-b-70 {
  padding-bottom: 70px;
}

.pd-x-70,
.pd-l-70 {
  padding-left: 70px;
}

.pd-75 {
  padding: 75px;
}

.pd-y-75,
.pd-t-75 {
  padding-top: 75px;
}

.pd-x-75,
.pd-r-75 {
  padding-right: 75px;
}

.pd-y-75,
.pd-b-75 {
  padding-bottom: 75px;
}

.pd-x-75,
.pd-l-75 {
  padding-left: 75px;
}

.pd-80 {
  padding: 80px;
}

.pd-y-80,
.pd-t-80 {
  padding-top: 80px;
}

.pd-x-80,
.pd-r-80 {
  padding-right: 80px;
}

.pd-y-80,
.pd-b-80 {
  padding-bottom: 80px;
}

.pd-x-80,
.pd-l-80 {
  padding-left: 80px;
}

.pd-85 {
  padding: 85px;
}

.pd-y-85,
.pd-t-85 {
  padding-top: 85px;
}

.pd-x-85,
.pd-r-85 {
  padding-right: 85px;
}

.pd-y-85,
.pd-b-85 {
  padding-bottom: 85px;
}

.pd-x-85,
.pd-l-85 {
  padding-left: 85px;
}

.pd-90 {
  padding: 90px;
}

.pd-y-90,
.pd-t-90 {
  padding-top: 90px;
}

.pd-x-90,
.pd-r-90 {
  padding-right: 90px;
}

.pd-y-90,
.pd-b-90 {
  padding-bottom: 90px;
}

.pd-x-90,
.pd-l-90 {
  padding-left: 90px;
}

.pd-95 {
  padding: 95px;
}

.pd-y-95,
.pd-t-95 {
  padding-top: 95px;
}

.pd-x-95,
.pd-r-95 {
  padding-right: 95px;
}

.pd-y-95,
.pd-b-95 {
  padding-bottom: 95px;
}

.pd-x-95,
.pd-l-95 {
  padding-left: 95px;
}

.pd-100 {
  padding: 100px;
}

.pd-y-100,
.pd-t-100 {
  padding-top: 100px;
}

.pd-x-100,
.pd-r-100 {
  padding-right: 100px;
}

.pd-y-100,
.pd-b-100 {
  padding-bottom: 100px;
}

.pd-x-100,
.pd-l-100 {
  padding-left: 100px;
}

.pd-105 {
  padding: 105px;
}

.pd-y-105,
.pd-t-105 {
  padding-top: 105px;
}

.pd-x-105,
.pd-r-105 {
  padding-right: 105px;
}

.pd-y-105,
.pd-b-105 {
  padding-bottom: 105px;
}

.pd-x-105,
.pd-l-105 {
  padding-left: 105px;
}

.pd-110 {
  padding: 110px;
}

.pd-y-110,
.pd-t-110 {
  padding-top: 110px;
}

.pd-x-110,
.pd-r-110 {
  padding-right: 110px;
}

.pd-y-110,
.pd-b-110 {
  padding-bottom: 110px;
}

.pd-x-110,
.pd-l-110 {
  padding-left: 110px;
}

.pd-115 {
  padding: 115px;
}

.pd-y-115,
.pd-t-115 {
  padding-top: 115px;
}

.pd-x-115,
.pd-r-115 {
  padding-right: 115px;
}

.pd-y-115,
.pd-b-115 {
  padding-bottom: 115px;
}

.pd-x-115,
.pd-l-115 {
  padding-left: 115px;
}

.pd-120 {
  padding: 120px;
}

.pd-y-120,
.pd-t-120 {
  padding-top: 120px;
}

.pd-x-120,
.pd-r-120 {
  padding-right: 120px;
}

.pd-y-120,
.pd-b-120 {
  padding-bottom: 120px;
}

.pd-x-120,
.pd-l-120 {
  padding-left: 120px;
}

/**
* #########################################################
* ################# PADDING - IMPORTANT ###################
* #########################################################
*/
.pd-0-imp {
  padding: 0px !important;
}

.pd-y-0-imp,
.pd-t-0-imp {
  padding-top: 0px !important;
}

.pd-x-0-imp,
.pd-r-0-imp {
  padding-right: 0px !important;
}

.pd-y-0-imp,
.pd-b-0-imp {
  padding-bottom: 0px !important;
}

.pd-x-0-imp,
.pd-l-0-imp {
  padding-left: 0px !important;
}

.pd-1-imp {
  padding: 1px !important;
}

.pd-y-1-imp,
.pd-t-1-imp {
  padding-top: 1px !important;
}

.pd-x-1-imp,
.pd-r-1-imp {
  padding-right: 1px !important;
}

.pd-y-1-imp,
.pd-b-1-imp {
  padding-bottom: 1px !important;
}

.pd-x-1-imp,
.pd-l-1-imp {
  padding-left: 1px !important;
}

.pd-2-imp {
  padding: 2px !important;
}

.pd-y-2-imp,
.pd-t-2-imp {
  padding-top: 2px !important;
}

.pd-x-2-imp,
.pd-r-2-imp {
  padding-right: 2px !important;
}

.pd-y-2-imp,
.pd-b-2-imp {
  padding-bottom: 2px !important;
}

.pd-x-2-imp,
.pd-l-2-imp {
  padding-left: 2px !important;
}

.pd-3-imp {
  padding: 3px !important;
}

.pd-y-3-imp,
.pd-t-3-imp {
  padding-top: 3px !important;
}

.pd-x-3-imp,
.pd-r-3-imp {
  padding-right: 3px !important;
}

.pd-y-3-imp,
.pd-b-3-imp {
  padding-bottom: 3px !important;
}

.pd-x-3-imp,
.pd-l-3-imp {
  padding-left: 3px !important;
}

.pd-4-imp {
  padding: 4px !important;
}

.pd-y-4-imp,
.pd-t-4-imp {
  padding-top: 4px !important;
}

.pd-x-4-imp,
.pd-r-4-imp {
  padding-right: 4px !important;
}

.pd-y-4-imp,
.pd-b-4-imp {
  padding-bottom: 4px !important;
}

.pd-x-4-imp,
.pd-l-4-imp {
  padding-left: 4px !important;
}

.pd-5-imp {
  padding: 5px !important;
}

.pd-y-5-imp,
.pd-t-5-imp {
  padding-top: 5px !important;
}

.pd-x-5-imp,
.pd-r-5-imp {
  padding-right: 5px !important;
}

.pd-y-5-imp,
.pd-b-5-imp {
  padding-bottom: 5px !important;
}

.pd-x-5-imp,
.pd-l-5-imp {
  padding-left: 5px !important;
}

.pd-6-imp {
  padding: 6px !important;
}

.pd-y-6-imp,
.pd-t-6-imp {
  padding-top: 6px !important;
}

.pd-x-6-imp,
.pd-r-6-imp {
  padding-right: 6px !important;
}

.pd-y-6-imp,
.pd-b-6-imp {
  padding-bottom: 6px !important;
}

.pd-x-6-imp,
.pd-l-6-imp {
  padding-left: 6px !important;
}

.pd-7-imp {
  padding: 7px !important;
}

.pd-y-7-imp,
.pd-t-7-imp {
  padding-top: 7px !important;
}

.pd-x-7-imp,
.pd-r-7-imp {
  padding-right: 7px !important;
}

.pd-y-7-imp,
.pd-b-7-imp {
  padding-bottom: 7px !important;
}

.pd-x-7-imp,
.pd-l-7-imp {
  padding-left: 7px !important;
}

.pd-8-imp {
  padding: 8px !important;
}

.pd-y-8-imp,
.pd-t-8-imp {
  padding-top: 8px !important;
}

.pd-x-8-imp,
.pd-r-8-imp {
  padding-right: 8px !important;
}

.pd-y-8-imp,
.pd-b-8-imp {
  padding-bottom: 8px !important;
}

.pd-x-8-imp,
.pd-l-8-imp {
  padding-left: 8px !important;
}

.pd-9-imp {
  padding: 9px !important;
}

.pd-y-9-imp,
.pd-t-9-imp {
  padding-top: 9px !important;
}

.pd-x-9-imp,
.pd-r-9-imp {
  padding-right: 9px !important;
}

.pd-y-9-imp,
.pd-b-9-imp {
  padding-bottom: 9px !important;
}

.pd-x-9-imp,
.pd-l-9-imp {
  padding-left: 9px !important;
}

.pd-10-imp {
  padding: 10px !important;
}

.pd-y-10-imp,
.pd-t-10-imp {
  padding-top: 10px !important;
}

.pd-x-10-imp,
.pd-r-10-imp {
  padding-right: 10px !important;
}

.pd-y-10-imp,
.pd-b-10-imp {
  padding-bottom: 10px !important;
}

.pd-x-10-imp,
.pd-l-10-imp {
  padding-left: 10px !important;
}

.pd-15-imp {
  padding: 15px !important;
}

.pd-y-15-imp,
.pd-t-15-imp {
  padding-top: 15px !important;
}

.pd-x-15-imp,
.pd-r-15-imp {
  padding-right: 15px !important;
}

.pd-y-15-imp,
.pd-b-15-imp {
  padding-bottom: 15px !important;
}

.pd-x-15-imp,
.pd-l-15-imp {
  padding-left: 15px !important;
}

.pd-20-imp {
  padding: 20px !important;
}

.pd-y-20-imp,
.pd-t-20-imp {
  padding-top: 20px !important;
}

.pd-x-20-imp,
.pd-r-20-imp {
  padding-right: 20px !important;
}

.pd-y-20-imp,
.pd-b-20-imp {
  padding-bottom: 20px !important;
}

.pd-x-20-imp,
.pd-l-20-imp {
  padding-left: 20px !important;
}

.pd-25-imp {
  padding: 25px !important;
}

.pd-y-25-imp,
.pd-t-25-imp {
  padding-top: 25px !important;
}

.pd-x-25-imp,
.pd-r-25-imp {
  padding-right: 25px !important;
}

.pd-y-25-imp,
.pd-b-25-imp {
  padding-bottom: 25px !important;
}

.pd-x-25-imp,
.pd-l-25-imp {
  padding-left: 25px !important;
}

.pd-30-imp {
  padding: 30px !important;
}

.pd-y-30-imp,
.pd-t-30-imp {
  padding-top: 30px !important;
}

.pd-x-30-imp,
.pd-r-30-imp {
  padding-right: 30px !important;
}

.pd-y-30-imp,
.pd-b-30-imp {
  padding-bottom: 30px !important;
}

.pd-x-30-imp,
.pd-l-30-imp {
  padding-left: 30px !important;
}

.pd-35-imp {
  padding: 35px !important;
}

.pd-y-35-imp,
.pd-t-35-imp {
  padding-top: 35px !important;
}

.pd-x-35-imp,
.pd-r-35-imp {
  padding-right: 35px !important;
}

.pd-y-35-imp,
.pd-b-35-imp {
  padding-bottom: 35px !important;
}

.pd-x-35-imp,
.pd-l-35-imp {
  padding-left: 35px !important;
}

.pd-40-imp {
  padding: 40px !important;
}

.pd-y-40-imp,
.pd-t-40-imp {
  padding-top: 40px !important;
}

.pd-x-40-imp,
.pd-r-40-imp {
  padding-right: 40px !important;
}

.pd-y-40-imp,
.pd-b-40-imp {
  padding-bottom: 40px !important;
}

.pd-x-40-imp,
.pd-l-40-imp {
  padding-left: 40px !important;
}

.pd-45-imp {
  padding: 45px !important;
}

.pd-y-45-imp,
.pd-t-45-imp {
  padding-top: 45px !important;
}

.pd-x-45-imp,
.pd-r-45-imp {
  padding-right: 45px !important;
}

.pd-y-45-imp,
.pd-b-45-imp {
  padding-bottom: 45px !important;
}

.pd-x-45-imp,
.pd-l-45-imp {
  padding-left: 45px !important;
}

.pd-50-imp {
  padding: 50px !important;
}

.pd-y-50-imp,
.pd-t-50-imp {
  padding-top: 50px !important;
}

.pd-x-50-imp,
.pd-r-50-imp {
  padding-right: 50px !important;
}

.pd-y-50-imp,
.pd-b-50-imp {
  padding-bottom: 50px !important;
}

.pd-x-50-imp,
.pd-l-50-imp {
  padding-left: 50px !important;
}

.pd-55-imp {
  padding: 55px !important;
}

.pd-y-55-imp,
.pd-t-55-imp {
  padding-top: 55px !important;
}

.pd-x-55-imp,
.pd-r-55-imp {
  padding-right: 55px !important;
}

.pd-y-55-imp,
.pd-b-55-imp {
  padding-bottom: 55px !important;
}

.pd-x-55-imp,
.pd-l-55-imp {
  padding-left: 55px !important;
}

.pd-60-imp {
  padding: 60px !important;
}

.pd-y-60-imp,
.pd-t-60-imp {
  padding-top: 60px !important;
}

.pd-x-60-imp,
.pd-r-60-imp {
  padding-right: 60px !important;
}

.pd-y-60-imp,
.pd-b-60-imp {
  padding-bottom: 60px !important;
}

.pd-x-60-imp,
.pd-l-60-imp {
  padding-left: 60px !important;
}

.pd-65-imp {
  padding: 65px !important;
}

.pd-y-65-imp,
.pd-t-65-imp {
  padding-top: 65px !important;
}

.pd-x-65-imp,
.pd-r-65-imp {
  padding-right: 65px !important;
}

.pd-y-65-imp,
.pd-b-65-imp {
  padding-bottom: 65px !important;
}

.pd-x-65-imp,
.pd-l-65-imp {
  padding-left: 65px !important;
}

.pd-70-imp {
  padding: 70px !important;
}

.pd-y-70-imp,
.pd-t-70-imp {
  padding-top: 70px !important;
}

.pd-x-70-imp,
.pd-r-70-imp {
  padding-right: 70px !important;
}

.pd-y-70-imp,
.pd-b-70-imp {
  padding-bottom: 70px !important;
}

.pd-x-70-imp,
.pd-l-70-imp {
  padding-left: 70px !important;
}

.pd-75-imp {
  padding: 75px !important;
}

.pd-y-75-imp,
.pd-t-75-imp {
  padding-top: 75px !important;
}

.pd-x-75-imp,
.pd-r-75-imp {
  padding-right: 75px !important;
}

.pd-y-75-imp,
.pd-b-75-imp {
  padding-bottom: 75px !important;
}

.pd-x-75-imp,
.pd-l-75-imp {
  padding-left: 75px !important;
}

.pd-80-imp {
  padding: 80px !important;
}

.pd-y-80-imp,
.pd-t-80-imp {
  padding-top: 80px !important;
}

.pd-x-80-imp,
.pd-r-80-imp {
  padding-right: 80px !important;
}

.pd-y-80-imp,
.pd-b-80-imp {
  padding-bottom: 80px !important;
}

.pd-x-80-imp,
.pd-l-80-imp {
  padding-left: 80px !important;
}

.pd-85-imp {
  padding: 85px !important;
}

.pd-y-85-imp,
.pd-t-85-imp {
  padding-top: 85px !important;
}

.pd-x-85-imp,
.pd-r-85-imp {
  padding-right: 85px !important;
}

.pd-y-85-imp,
.pd-b-85-imp {
  padding-bottom: 85px !important;
}

.pd-x-85-imp,
.pd-l-85-imp {
  padding-left: 85px !important;
}

.pd-90-imp {
  padding: 90px !important;
}

.pd-y-90-imp,
.pd-t-90-imp {
  padding-top: 90px !important;
}

.pd-x-90-imp,
.pd-r-90-imp {
  padding-right: 90px !important;
}

.pd-y-90-imp,
.pd-b-90-imp {
  padding-bottom: 90px !important;
}

.pd-x-90-imp,
.pd-l-90-imp {
  padding-left: 90px !important;
}

.pd-95-imp {
  padding: 95px !important;
}

.pd-y-95-imp,
.pd-t-95-imp {
  padding-top: 95px !important;
}

.pd-x-95-imp,
.pd-r-95-imp {
  padding-right: 95px !important;
}

.pd-y-95-imp,
.pd-b-95-imp {
  padding-bottom: 95px !important;
}

.pd-x-95-imp,
.pd-l-95-imp {
  padding-left: 95px !important;
}

.pd-100-imp {
  padding: 100px !important;
}

.pd-y-100-imp,
.pd-t-100-imp {
  padding-top: 100px !important;
}

.pd-x-100-imp,
.pd-r-100-imp {
  padding-right: 100px !important;
}

.pd-y-100-imp,
.pd-b-100-imp {
  padding-bottom: 100px !important;
}

.pd-x-100-imp,
.pd-l-100-imp {
  padding-left: 100px !important;
}

.pd-105-imp {
  padding: 105px !important;
}

.pd-y-105-imp,
.pd-t-105-imp {
  padding-top: 105px !important;
}

.pd-x-105-imp,
.pd-r-105-imp {
  padding-right: 105px !important;
}

.pd-y-105-imp,
.pd-b-105-imp {
  padding-bottom: 105px !important;
}

.pd-x-105-imp,
.pd-l-105-imp {
  padding-left: 105px !important;
}

.pd-110-imp {
  padding: 110px !important;
}

.pd-y-110-imp,
.pd-t-110-imp {
  padding-top: 110px !important;
}

.pd-x-110-imp,
.pd-r-110-imp {
  padding-right: 110px !important;
}

.pd-y-110-imp,
.pd-b-110-imp {
  padding-bottom: 110px !important;
}

.pd-x-110-imp,
.pd-l-110-imp {
  padding-left: 110px !important;
}

.pd-115-imp {
  padding: 115px !important;
}

.pd-y-115-imp,
.pd-t-115-imp {
  padding-top: 115px !important;
}

.pd-x-115-imp,
.pd-r-115-imp {
  padding-right: 115px !important;
}

.pd-y-115-imp,
.pd-b-115-imp {
  padding-bottom: 115px !important;
}

.pd-x-115-imp,
.pd-l-115-imp {
  padding-left: 115px !important;
}

.pd-120-imp {
  padding: 120px !important;
}

.pd-y-120-imp,
.pd-t-120-imp {
  padding-top: 120px !important;
}

.pd-x-120-imp,
.pd-r-120-imp {
  padding-right: 120px !important;
}

.pd-y-120-imp,
.pd-b-120-imp {
  padding-bottom: 120px !important;
}

.pd-x-120-imp,
.pd-l-120-imp {
  padding-left: 120px !important;
}

.tx-1 {
  font-size: 0.25rem;
}

.tx-2 {
  font-size: 0.5rem;
}

.tx-3 {
  font-size: 1rem;
}

.tx-4 {
  font-size: 1.5rem;
}

.tx-3 {
  font-size: 2rem;
}

.tx-8 {
  font-size: 8px;
}

.tx-9 {
  font-size: 9px;
}

.tx-10 {
  font-size: 10px;
}

.tx-11 {
  font-size: 11px;
}

.tx-12 {
  font-size: 12px;
}

.tx-13 {
  font-size: 13px;
}

.tx-14 {
  font-size: 14px;
}

.tx-15 {
  font-size: 15px !important;
}

.tx-16 {
  font-size: 16px;
}

.tx-17 {
  font-size: 17px;
}

.tx-18 {
  font-size: 18px !important;
}

.tx-20 {
  font-size: 20px !important;
}

.tx-21 {
  font-size: 21px;
}

.tx-22 {
  font-size: 22px;
}

.tx-24 {
  font-size: 24px;
}

.tx-26 {
  font-size: 26px;
}

.tx-28 {
  font-size: 28px;
}

.tx-30 {
  font-size: 30px;
}

.tx-32 {
  font-size: 32px;
}

.tx-34 {
  font-size: 34px;
}

.tx-36 {
  font-size: 36px;
}

.tx-38 {
  font-size: 38px;
}

.tx-40 {
  font-size: 40px;
}

.tx-42 {
  font-size: 42px;
}

.tx-44 {
  font-size: 44px;
}

.tx-46 {
  font-size: 46px;
}

.tx-48 {
  font-size: 48px;
}

.tx-50 {
  font-size: 50px;
}

.tx-52 {
  font-size: 52px;
}

.tx-54 {
  font-size: 54px;
}

.tx-56 {
  font-size: 56px;
}

.tx-58 {
  font-size: 58px;
}

.tx-60 {
  font-size: 60px;
}

.tx-62 {
  font-size: 62px;
}

.tx-64 {
  font-size: 64px;
}

.tx-66 {
  font-size: 66px;
}

.tx-68 {
  font-size: 68px;
}

.tx-70 {
  font-size: 70px;
}

.tx-72 {
  font-size: 72px;
}

.tx-74 {
  font-size: 74px;
}

.tx-76 {
  font-size: 76px;
}

.tx-78 {
  font-size: 78px;
}

.tx-80 {
  font-size: 80px;
}

.tx-82 {
  font-size: 82px;
}

.tx-84 {
  font-size: 84px;
}

.tx-86 {
  font-size: 86px;
}

.tx-88 {
  font-size: 88px;
}

.tx-90 {
  font-size: 90px;
}

.tx-92 {
  font-size: 92px;
}

.tx-94 {
  font-size: 94px;
}

.tx-96 {
  font-size: 96px;
}

.tx-98 {
  font-size: 98px;
}

.tx-100 {
  font-size: 100px;
}

.tx-102 {
  font-size: 102px;
}

.tx-104 {
  font-size: 104px;
}

.tx-106 {
  font-size: 106px;
}

.tx-108 {
  font-size: 108px;
}

.tx-110 {
  font-size: 110px;
}

.tx-112 {
  font-size: 112px;
}

.tx-114 {
  font-size: 114px;
}

.tx-116 {
  font-size: 116px;
}

.tx-118 {
  font-size: 118px;
}

.tx-120 {
  font-size: 120px;
}

.tx-122 {
  font-size: 122px;
}

.tx-124 {
  font-size: 124px;
}

.tx-126 {
  font-size: 126px;
}

.tx-128 {
  font-size: 128px;
}

.tx-130 {
  font-size: 130px;
}

.tx-132 {
  font-size: 132px;
}

.tx-134 {
  font-size: 134px;
}

.tx-136 {
  font-size: 136px;
}

.tx-138 {
  font-size: 138px;
}

.tx-140 {
  font-size: 140px;
}

.text-hover {
  opacity: 0.6 !important;
  transition: 0.2s;
}
.text-hover:hover {
  opacity: 1 !important;
  transition: 0.2s;
}

.text-transparent {
  color: transparent;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.wd-5p {
  width: 5%;
}

.wd-10p {
  width: 10%;
}

.wd-15p {
  width: 15%;
}

.wd-20p {
  width: 20%;
}

.wd-25p {
  width: 25%;
}

.wd-30p {
  width: 30%;
}

.wd-35p {
  width: 35%;
}

.wd-40p {
  width: 40%;
}

.wd-45p {
  width: 45%;
}

.wd-50p {
  width: 50%;
}

.wd-60p {
  width: 60%;
}

.wd-65p {
  width: 65%;
}

.wd-70p {
  width: 70%;
}

.wd-75p {
  width: 75%;
}

.wd-80p {
  width: 80%;
}

.wd-90p {
  width: 90%;
}

.wd-95p {
  width: 95%;
}

.wd-100p {
  width: 100%;
}

.wd-20 {
  width: 20px;
}

.wd-25 {
  width: 25px;
}

.wd-30 {
  width: 30px;
}

.wd-50 {
  width: 50px;
}

.wd-60 {
  width: 60px;
}

.wd-70 {
  width: 70px;
}

.wd-80 {
  width: 80px;
}

.wd-85 {
  width: 85px;
}

.wd-100 {
  width: 100px;
}

.wd-110 {
  width: 110px;
}

.wd-120 {
  width: 120px;
}

.wd-130 {
  width: 130px;
}

.wd-140 {
  width: 140px;
}

.wd-150 {
  width: 150px;
}

.wd-200 {
  width: 200px;
}

.wd-250 {
  width: 250px;
}

.wd-300 {
  width: 300px;
}

.wd-20imp {
  width: 20px !important;
}

.wd-25imp {
  width: 25px !important;
}

.wd-30imp {
  width: 30px !important;
}

.wd-50imp {
  width: 50px !important;
}

.wd-60imp {
  width: 60px !important;
}

.wd-70imp {
  width: 70px !important;
}

.wd-80imp {
  width: 80px !important;
}

.wd-85imp {
  width: 85px !important;
}

.wd-100imp {
  width: 100px !important;
}

.wd-150imp {
  width: 150px !important;
}

.wd-200imp {
  width: 200px !important;
}

.wd-250imp {
  width: 250px !important;
}

.wd-300imp {
  width: 300px !important;
}

.max-wd-5p {
  max-width: 5%;
}

.max-wd-10p {
  max-width: 10%;
}

.max-wd-15p {
  max-width: 15%;
}

.max-wd-20p {
  max-width: 20%;
}

.max-wd-25p {
  max-width: 25%;
}

.max-wd-30p {
  max-width: 30%;
}

.max-wd-35p {
  max-width: 35%;
}

.max-wd-40p {
  max-width: 40%;
}

.max-wd-45p {
  max-width: 45%;
}

.max-wd-50p {
  max-width: 50%;
}

.max-wd-60p {
  max-width: 60%;
}

.max-wd-65p {
  max-width: 65%;
}

.max-wd-70p {
  max-width: 70%;
}

.max-wd-75p {
  max-width: 75%;
}

.max-wd-80p {
  max-width: 80%;
}

.max-wd-90p {
  max-width: 90%;
}

.max-wd-95p {
  max-width: 95%;
}

.max-wd-100p {
  max-width: 100%;
}

.max-wd-20 {
  max-width: 20px;
}

.max-wd-25 {
  max-width: 25px;
}

.max-wd-30 {
  max-width: 30px;
}

.max-wd-50 {
  max-width: 50px;
}

.max-wd-60 {
  max-width: 60px;
}

.max-wd-70 {
  max-width: 70px;
}

.max-wd-80 {
  max-width: 80px;
}

.max-wd-85 {
  max-width: 85px;
}

.max-wd-100 {
  max-width: 100px;
}

.max-wd-150 {
  max-width: 150px;
}

.max-wd-200 {
  max-width: 200px;
}

.max-wd-250 {
  max-width: 250px;
}

.max-wd-300 {
  max-width: 300px;
}

.max-w-50 {
  max-width: 50% !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.max-wd-20imp {
  max-width: 20px !important;
}

.max-wd-25imp {
  max-width: 25px !important;
}

.max-wd-30imp {
  max-width: 30px !important;
}

.max-wd-50imp {
  max-width: 50px !important;
}

.max-wd-60imp {
  max-width: 60px !important;
}

.max-wd-70imp {
  max-width: 70px !important;
}

.max-wd-80imp {
  max-width: 80px !important;
}

.max-wd-85imp {
  max-width: 85px !important;
}

.max-wd-100imp {
  max-width: 100px !important;
}

.max-wd-150imp {
  max-width: 150px !important;
}

.max-wd-200imp {
  max-width: 200px !important;
}

.max-wd-250imp {
  max-width: 250px !important;
}

.max-wd-300imp {
  max-width: 300px !important;
}

.min-wd-5p {
  min-width: 5%;
}

.min-wd-10p {
  min-width: 10%;
}

.min-wd-15p {
  min-width: 15%;
}

.min-wd-20p {
  min-width: 20%;
}

.min-wd-25p {
  min-width: 25%;
}

.min-wd-30p {
  min-width: 30%;
}

.min-wd-35p {
  min-width: 35%;
}

.min-wd-40p {
  min-width: 40%;
}

.min-wd-45p {
  min-width: 45%;
}

.min-wd-50p {
  min-width: 50%;
}

.min-wd-60p {
  min-width: 60%;
}

.min-wd-65p {
  min-width: 65%;
}

.min-wd-70p {
  min-width: 70%;
}

.min-wd-75p {
  min-width: 75%;
}

.min-wd-80p {
  min-width: 80%;
}

.min-wd-90p {
  min-width: 90%;
}

.min-wd-95p {
  min-width: 95%;
}

.min-wd-100p {
  min-width: 100%;
}

.min-wd-20 {
  min-width: 20px;
}

.min-wd-25 {
  min-width: 25px;
}

.min-wd-30 {
  min-width: 30px;
}

.min-wd-50 {
  min-width: 50px;
}

.min-wd-60 {
  min-width: 60px;
}

.min-wd-70 {
  min-width: 70px;
}

.min-wd-80 {
  min-width: 80px;
}

.min-wd-85 {
  min-width: 85px;
}

.min-wd-100 {
  min-width: 100px;
}

.min-wd-150 {
  min-width: 150px;
}

.min-wd-200 {
  min-width: 200px;
}

.min-wd-250 {
  min-width: 250px;
}

.min-wd-300 {
  min-width: 300px;
}

.min-w-50 {
  min-width: 50% !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.min-wd-20imp {
  min-width: 20px !important;
}

.min-wd-25imp {
  min-width: 25px !important;
}

.min-wd-30imp {
  min-width: 30px !important;
}

.min-wd-50imp {
  min-width: 50px !important;
}

.min-wd-60imp {
  min-width: 60px !important;
}

.min-wd-70imp {
  min-width: 70px !important;
}

.min-wd-80imp {
  min-width: 80px !important;
}

.min-wd-85imp {
  min-width: 85px !important;
}

.min-wd-100imp {
  min-width: 100px !important;
}

.min-wd-150imp {
  min-width: 150px !important;
}

.min-wd-200imp {
  min-width: 200px !important;
}

.min-wd-250imp {
  min-width: 250px !important;
}

.min-wd-300imp {
  min-width: 300px !important;
}

.flex-1 {
  flex: 1;
}

/**
* #########################################################
* ################### HEIGHT - VH #########################
* #########################################################
*/
.h-50vh {
  height: 50vh;
}

.h-60vh {
  height: 60vh;
}

.h-70vh {
  height: 70vh;
}

.h-80vh {
  height: 80vh;
}

.h-90vh {
  height: 90vh;
}

.h-100vh {
  height: 100vh;
}

.ht-5p {
  height: 5%;
}

.ht-10p {
  height: 10%;
}

.ht-15p {
  height: 15%;
}

.ht-20p {
  height: 20%;
}

.ht-25p {
  height: 25%;
}

.ht-30p {
  height: 30%;
}

.ht-35p {
  height: 35%;
}

.ht-40p {
  height: 40%;
}

.ht-45p {
  height: 45%;
}

.ht-50p {
  height: 50%;
}

.ht-60p {
  height: 60%;
}

.ht-65p {
  height: 65%;
}

.ht-70p {
  height: 70%;
}

.ht-75p {
  height: 75%;
}

.ht-80p {
  height: 80%;
}

.ht-90p {
  height: 90%;
}

.ht-95p {
  height: 95%;
}

.ht-100p {
  height: 100%;
}

.h-50vh-imp {
  height: 50vh !important;
}

.h-60vh-imp {
  height: 60vh !important;
}

.h-70vh-imp {
  height: 70vh !important;
}

.h-80vh-imp {
  height: 80vh !important;
}

.h-90vh-imp {
  height: 90vh !important;
}

.h-100vh-imp {
  height: 100vh !important;
}

/**
* #########################################################
* ################### HEIGHT - PX #########################
* #########################################################
*/
.ht-15 {
  height: 15px;
}

.ht-20 {
  height: 20px;
}

.ht-25 {
  height: 25px;
}

.ht-30 {
  height: 30px;
}

.ht-35 {
  height: 35px;
}

.ht-40 {
  height: 40px;
}

.ht-45 {
  height: 45px;
}

.ht-50 {
  height: 50px;
}

.ht-55 {
  height: 55px;
}

.ht-60 {
  height: 60px;
}

.ht-65 {
  height: 65px;
}

.ht-70 {
  height: 70px;
}

.ht-75 {
  height: 75px;
}

.ht-80 {
  height: 80px;
}

.ht-85 {
  height: 85px;
}

.ht-90 {
  height: 90px;
}

.ht-95 {
  height: 95px;
}

.ht-100 {
  height: 100px;
}

.ht-105 {
  height: 105px;
}

.ht-110 {
  height: 110px;
}

.ht-115 {
  height: 115px;
}

.ht-120 {
  height: 120px;
}

.ht-125 {
  height: 125px;
}

.ht-130 {
  height: 130px;
}

.ht-135 {
  height: 135px;
}

.ht-140 {
  height: 140px;
}

.ht-145 {
  height: 145px;
}

.ht-150 {
  height: 150px;
}

.ht-155 {
  height: 155px;
}

.ht-160 {
  height: 160px;
}

.ht-165 {
  height: 165px;
}

.ht-170 {
  height: 170px;
}

.ht-175 {
  height: 175px;
}

.ht-180 {
  height: 180px;
}

.ht-185 {
  height: 185px;
}

.ht-190 {
  height: 190px;
}

.ht-195 {
  height: 195px;
}

.ht-200 {
  height: 200px;
}

.ht-205 {
  height: 205px;
}

.ht-210 {
  height: 210px;
}

.ht-215 {
  height: 215px;
}

.ht-220 {
  height: 220px;
}

.ht-225 {
  height: 225px;
}

.ht-230 {
  height: 230px;
}

.ht-235 {
  height: 235px;
}

.ht-240 {
  height: 240px;
}

.ht-245 {
  height: 245px;
}

.ht-250 {
  height: 250px;
}

.ht-255 {
  height: 255px;
}

.ht-260 {
  height: 260px;
}

.ht-265 {
  height: 265px;
}

.ht-270 {
  height: 270px;
}

.ht-275 {
  height: 275px;
}

.ht-280 {
  height: 280px;
}

.ht-285 {
  height: 285px;
}

.ht-290 {
  height: 290px;
}

.ht-295 {
  height: 295px;
}

.ht-300 {
  height: 300px;
}

.ht-15-imp {
  height: 15px !important;
}

.ht-20-imp {
  height: 20px !important;
}

.ht-25-imp {
  height: 25px !important;
}

.ht-30-imp {
  height: 30px !important;
}

.ht-35-imp {
  height: 35px !important;
}

.ht-40-imp {
  height: 40px !important;
}

.ht-45-imp {
  height: 45px !important;
}

.ht-50-imp {
  height: 50px !important;
}

.ht-55-imp {
  height: 55px !important;
}

.ht-60-imp {
  height: 60px !important;
}

.ht-65-imp {
  height: 65px !important;
}

.ht-70-imp {
  height: 70px !important;
}

.ht-75-imp {
  height: 75px !important;
}

.ht-80-imp {
  height: 80px !important;
}

.ht-85-imp {
  height: 85px !important;
}

.ht-90-imp {
  height: 90px !important;
}

.ht-95-imp {
  height: 95px !important;
}

.ht-100-imp {
  height: 100px !important;
}

.ht-105-imp {
  height: 105px !important;
}

.ht-110-imp {
  height: 110px !important;
}

.ht-115-imp {
  height: 115px !important;
}

.ht-120-imp {
  height: 120px !important;
}

.ht-125-imp {
  height: 125px !important;
}

.ht-130-imp {
  height: 130px !important;
}

.ht-135-imp {
  height: 135px !important;
}

.ht-140-imp {
  height: 140px !important;
}

.ht-145-imp {
  height: 145px !important;
}

.ht-150-imp {
  height: 150px !important;
}

.ht-155-imp {
  height: 155px !important;
}

.ht-160-imp {
  height: 160px !important;
}

.ht-165-imp {
  height: 165px !important;
}

.ht-170-imp {
  height: 170px !important;
}

.ht-175-imp {
  height: 175px !important;
}

.ht-180-imp {
  height: 180px !important;
}

.ht-185-imp {
  height: 185px !important;
}

.ht-190-imp {
  height: 190px !important;
}

.ht-195-imp {
  height: 195px !important;
}

.ht-200-imp {
  height: 200px !important;
}

.ht-205-imp {
  height: 205px !important;
}

.ht-210-imp {
  height: 210px !important;
}

.ht-215-imp {
  height: 215px !important;
}

.ht-220-imp {
  height: 220px !important;
}

.ht-225-imp {
  height: 225px !important;
}

.ht-230-imp {
  height: 230px !important;
}

.ht-235-imp {
  height: 235px !important;
}

.ht-240-imp {
  height: 240px !important;
}

.ht-245-imp {
  height: 245px !important;
}

.ht-250-imp {
  height: 250px !important;
}

.ht-255-imp {
  height: 255px !important;
}

.ht-260-imp {
  height: 260px !important;
}

.ht-265-imp {
  height: 265px !important;
}

.ht-270-imp {
  height: 270px !important;
}

.ht-275-imp {
  height: 275px !important;
}

.ht-280-imp {
  height: 280px !important;
}

.ht-285-imp {
  height: 285px !important;
}

.ht-290-imp {
  height: 290px !important;
}

.ht-295-imp {
  height: 295px !important;
}

.ht-300-imp {
  height: 300px !important;
}

.h-50 {
  height: 50% !important;
}

.h-100 {
  height: 100% !important;
}

.ht-5p-imp {
  height: 5% !important;
}

.ht-10p-imp {
  height: 10% !important;
}

.ht-15p-imp {
  height: 15% !important;
}

.ht-20p-imp {
  height: 20% !important;
}

.ht-25p-imp {
  height: 25% !important;
}

.ht-30p-imp {
  height: 30% !important;
}

.ht-35p-imp {
  height: 35% !important;
}

.ht-40p-imp {
  height: 40% !important;
}

.ht-45p-imp {
  height: 45% !important;
}

.ht-50p-imp {
  height: 50% !important;
}

.ht-60p-imp {
  height: 60% !important;
}

.ht-65p-imp {
  height: 65% !important;
}

.ht-70p-imp {
  height: 70% !important;
}

.ht-75p-imp {
  height: 75% !important;
}

.ht-80p-imp {
  height: 80% !important;
}

.ht-90p-imp {
  height: 90% !important;
}

.ht-95p-imp {
  height: 95% !important;
}

.ht-100p-imp {
  height: 100% !important;
}

.ht-25imp {
  height: 25px !important;
}

.ht-30imp {
  height: 30px !important;
}

.ht-50imp {
  height: 50px !important;
}

.ht-60imp {
  height: 60px !important;
}

.ht-70imp {
  height: 70px !important;
}

.ht-80imp {
  height: 80px !important;
}

.ht-85imp {
  height: 85px !important;
}

.ht-90imp {
  height: 90px !important;
}

.ht-95imp {
  height: 95px !important;
}

.ht-100imp {
  height: 100px !important;
}

.ht-105imp {
  height: 105px !important;
}

.ht-110imp {
  height: 110px !important;
}

.ht-115imp {
  height: 115px !important;
}

.ht-120imp {
  height: 120px !important;
}

.ht-125imp {
  height: 125px !important;
}

.ht-130imp {
  height: 130px !important;
}

.ht-135imp {
  height: 135px !important;
}

.ht-140imp {
  height: 140px !important;
}

.ht-145imp {
  height: 145px !important;
}

.ht-150imp {
  height: 150px !important;
}

.ht-155imp {
  height: 155px !important;
}

.ht-160imp {
  height: 160px !important;
}

.ht-165imp {
  height: 165px !important;
}

.ht-170imp {
  height: 170px !important;
}

.ht-175imp {
  height: 175px !important;
}

.ht-180imp {
  height: 180px !important;
}

.ht-185imp {
  height: 185px !important;
}

.ht-190imp {
  height: 190px !important;
}

.ht-195imp {
  height: 195px !important;
}

.ht-200imp {
  height: 200px !important;
}

.ht-205imp {
  height: 205px !important;
}

.ht-210imp {
  height: 210px !important;
}

.ht-215imp {
  height: 215px !important;
}

.ht-220imp {
  height: 220px !important;
}

.ht-225imp {
  height: 225px !important;
}

.ht-230imp {
  height: 230px !important;
}

.ht-235imp {
  height: 235px !important;
}

.ht-240imp {
  height: 240px !important;
}

.ht-245imp {
  height: 245px !important;
}

.ht-250imp {
  height: 250px !important;
}

.ht-255imp {
  height: 255px !important;
}

.ht-260imp {
  height: 260px !important;
}

.ht-265imp {
  height: 265px !important;
}

.ht-270imp {
  height: 270px !important;
}

.ht-275imp {
  height: 275px !important;
}

.ht-280imp {
  height: 280px !important;
}

.ht-285imp {
  height: 285px !important;
}

.ht-290imp {
  height: 290px !important;
}

.ht-295imp {
  height: 295px !important;
}

.ht-300imp {
  height: 300px !important;
}

.h-min-50 {
  min-height: 50% !important;
}

.h-min-100 {
  min-height: 100% !important;
}

.ht-min-5p {
  min-height: 5%;
}

.ht-min-10p {
  min-height: 10%;
}

.ht-min-15p {
  min-height: 15%;
}

.ht-min-20p {
  min-height: 20%;
}

.ht-min-25p {
  min-height: 25%;
}

.ht-min-30p {
  min-height: 30%;
}

.ht-min-35p {
  min-height: 35%;
}

.ht-min-40p {
  min-height: 40%;
}

.ht-min-45p {
  min-height: 45%;
}

.ht-min-50p {
  min-height: 50%;
}

.ht-min-60p {
  min-height: 60%;
}

.ht-min-65p {
  min-height: 65%;
}

.ht-min-70p {
  min-height: 70%;
}

.ht-min-75p {
  min-height: 75%;
}

.ht-min-80p {
  min-height: 80%;
}

.ht-min-90p {
  min-height: 90%;
}

.ht-min-95p {
  min-height: 95%;
}

.ht-min-100p {
  min-height: 100%;
}

.ht-min-25 {
  min-height: 25px;
}

.ht-min-30 {
  min-height: 30px;
}

.ht-min-50 {
  min-height: 50px;
}

.ht-min-60 {
  min-height: 60px;
}

.ht-min-70 {
  min-height: 70px;
}

.ht-min-80 {
  min-height: 80px;
}

.ht-min-85 {
  min-height: 85px;
}

.ht-min-100 {
  min-height: 100px !important;
}

.ht-min-150 {
  min-height: 150px;
}

.ht-min-200 {
  min-height: 200px !important;
}

.ht-min-250 {
  min-height: 250px;
}

.ht-min-300 {
  min-height: 300px;
}

/**
* #########################################################
* ################# HEIGHT - PERCENTAGE ###################
* #########################################################
*/
.ht-min-5p-imp {
  min-height: 5% !important;
}

.ht-min-10p-imp {
  min-height: 10% !important;
}

.ht-min-15p-imp {
  min-height: 15% !important;
}

.ht-min-20p-imp {
  min-height: 20% !important;
}

.ht-min-25p-imp {
  min-height: 25% !important;
}

.ht-min-30p-imp {
  min-height: 30% !important;
}

.ht-min-35p-imp {
  min-height: 35% !important;
}

.ht-min-40p-imp {
  min-height: 40% !important;
}

.ht-min-45p-imp {
  min-height: 45% !important;
}

.ht-min-50p-imp {
  min-height: 50% !important;
}

.ht-min-60p-imp {
  min-height: 60% !important;
}

.ht-min-65p-imp {
  min-height: 65% !important;
}

.ht-min-70p-imp {
  min-height: 70% !important;
}

.ht-min-75p-imp {
  min-height: 75% !important;
}

.ht-min-80p-imp {
  min-height: 80% !important;
}

.ht-min-90p-imp {
  min-height: 90% !important;
}

.ht-min-95p-imp {
  min-height: 95% !important;
}

.ht-min-100p-imp {
  min-height: 100% !important;
}

.ht-min-25imp {
  min-height: 25px !important;
}

.ht-min-30imp {
  min-height: 30px !important;
}

.ht-min-50imp {
  min-height: 50px !important;
}

.ht-min-60imp {
  min-height: 60px !important;
}

.ht-min-70imp {
  min-height: 70px !important;
}

.ht-min-80imp {
  min-height: 80px !important;
}

.ht-min-85imp {
  min-height: 85px !important;
}

.ht-min-90imp {
  min-height: 90px !important;
}

.ht-min-95imp {
  min-height: 95px !important;
}

.ht-min-100imp {
  min-height: 100px !important;
}

.ht-min-105imp {
  min-height: 105px !important;
}

.ht-min-110imp {
  min-height: 110px !important;
}

.ht-min-115imp {
  min-height: 115px !important;
}

.ht-min-120imp {
  min-height: 120px !important;
}

.ht-min-125imp {
  min-height: 125px !important;
}

.ht-min-130imp {
  min-height: 130px !important;
}

.ht-min-135imp {
  min-height: 135px !important;
}

.ht-min-140imp {
  min-height: 140px !important;
}

.ht-min-145imp {
  min-height: 145px !important;
}

.ht-min-150imp {
  min-height: 150px !important;
}

.ht-min-155imp {
  min-height: 155px !important;
}

.ht-min-160imp {
  min-height: 160px !important;
}

.ht-min-165imp {
  min-height: 165px !important;
}

.ht-min-170imp {
  min-height: 170px !important;
}

.ht-min-175imp {
  min-height: 175px !important;
}

.ht-min-180imp {
  min-height: 180px !important;
}

.ht-min-185imp {
  min-height: 185px !important;
}

.ht-min-190imp {
  min-height: 190px !important;
}

.ht-min-195imp {
  min-height: 195px !important;
}

.ht-min-200imp {
  min-height: 200px !important;
}

.ht-min-205imp {
  min-height: 205px !important;
}

.ht-min-210imp {
  min-height: 210px !important;
}

.ht-min-215imp {
  min-height: 215px !important;
}

.ht-min-220imp {
  min-height: 220px !important;
}

.ht-min-225imp {
  min-height: 225px !important;
}

.ht-min-230imp {
  min-height: 230px !important;
}

.ht-min-235imp {
  min-height: 235px !important;
}

.ht-min-240imp {
  min-height: 240px !important;
}

.ht-min-245imp {
  min-height: 245px !important;
}

.ht-min-250imp {
  min-height: 250px !important;
}

.ht-min-255imp {
  min-height: 255px !important;
}

.ht-min-260imp {
  min-height: 260px !important;
}

.ht-min-265imp {
  min-height: 265px !important;
}

.ht-min-270imp {
  min-height: 270px !important;
}

.ht-min-275imp {
  min-height: 275px !important;
}

.ht-min-280imp {
  min-height: 280px !important;
}

.ht-min-285imp {
  min-height: 285px !important;
}

.ht-min-290imp {
  min-height: 290px !important;
}

.ht-min-295imp {
  min-height: 295px !important;
}

.ht-min-300imp {
  min-height: 300px !important;
}

.max-h-50 {
  max-height: 50% !important;
}

.max-h-100 {
  max-height: 100% !important;
}

.max-ht-5p {
  max-height: 5%;
}

.max-ht-10p {
  max-height: 10%;
}

.max-ht-15p {
  max-height: 15%;
}

.max-ht-20p {
  max-height: 20%;
}

.max-ht-25p {
  max-height: 25%;
}

.max-ht-30p {
  max-height: 30%;
}

.max-ht-35p {
  max-height: 35%;
}

.max-ht-40p {
  max-height: 40%;
}

.max-ht-45p {
  max-height: 45%;
}

.max-ht-50p {
  max-height: 50%;
}

.max-ht-60p {
  max-height: 60%;
}

.max-ht-65p {
  max-height: 65%;
}

.max-ht-70p {
  max-height: 70%;
}

.max-ht-75p {
  max-height: 75%;
}

.max-ht-80p {
  max-height: 80%;
}

.max-ht-90p {
  max-height: 90%;
}

.max-ht-95p {
  max-height: 95%;
}

.max-ht-100p {
  max-height: 100%;
}

.max-ht-25 {
  max-height: 25px;
}

.max-ht-30 {
  max-height: 30px;
}

.max-ht-50 {
  max-height: 50px;
}

.max-ht-60 {
  max-height: 60px;
}

.max-ht-70 {
  max-height: 70px;
}

.max-ht-80 {
  max-height: 80px;
}

.max-ht-85 {
  max-height: 85px;
}

.max-ht-100 {
  max-height: 100px;
}

.max-ht-150 {
  max-height: 150px;
}

.max-ht-200 {
  max-height: 200px;
}

.max-ht-250 {
  max-height: 250px;
}

.max-ht-300 {
  max-height: 300px;
}

.max-ht-5p-imp {
  max-height: 5% !important;
}

.max-ht-10p-imp {
  max-height: 10% !important;
}

.max-ht-15p-imp {
  max-height: 15% !important;
}

.max-ht-20p-imp {
  max-height: 20% !important;
}

.max-ht-25p-imp {
  max-height: 25% !important;
}

.max-ht-30p-imp {
  max-height: 30% !important;
}

.max-ht-35p-imp {
  max-height: 35% !important;
}

.max-ht-40p-imp {
  max-height: 40% !important;
}

.max-ht-45p-imp {
  max-height: 45% !important;
}

.max-ht-50p-imp {
  max-height: 50% !important;
}

.max-ht-60p-imp {
  max-height: 60% !important;
}

.max-ht-65p-imp {
  max-height: 65% !important;
}

.max-ht-70p-imp {
  max-height: 70% !important;
}

.max-ht-75p-imp {
  max-height: 75% !important;
}

.max-ht-80p-imp {
  max-height: 80% !important;
}

.max-ht-90p-imp {
  max-height: 90% !important;
}

.max-ht-95p-imp {
  max-height: 95% !important;
}

.max-ht-100p-imp {
  max-height: 100% !important;
}

.max-ht-25imp {
  max-height: 25px !important;
}

.max-ht-30imp {
  max-height: 30px !important;
}

.max-ht-50imp {
  max-height: 50px !important;
}

.max-ht-60imp {
  max-height: 60px !important;
}

.max-ht-70imp {
  max-height: 70px !important;
}

.max-ht-80imp {
  max-height: 80px !important;
}

.max-ht-85imp {
  max-height: 85px !important;
}

.max-ht-90imp {
  max-height: 90px !important;
}

.max-ht-95imp {
  max-height: 95px !important;
}

.max-ht-100imp {
  max-height: 100px !important;
}

.max-ht-105imp {
  max-height: 105px !important;
}

.max-ht-110imp {
  max-height: 110px !important;
}

.max-ht-115imp {
  max-height: 115px !important;
}

.max-ht-120imp {
  max-height: 120px !important;
}

.max-ht-125imp {
  max-height: 125px !important;
}

.max-ht-130imp {
  max-height: 130px !important;
}

.max-ht-135imp {
  max-height: 135px !important;
}

.max-ht-140imp {
  max-height: 140px !important;
}

.max-ht-145imp {
  max-height: 145px !important;
}

.max-ht-150imp {
  max-height: 150px !important;
}

.max-ht-155imp {
  max-height: 155px !important;
}

.max-ht-160imp {
  max-height: 160px !important;
}

.max-ht-165imp {
  max-height: 165px !important;
}

.max-ht-170imp {
  max-height: 170px !important;
}

.max-ht-175imp {
  max-height: 175px !important;
}

.max-ht-180imp {
  max-height: 180px !important;
}

.max-ht-185imp {
  max-height: 185px !important;
}

.max-ht-190imp {
  max-height: 190px !important;
}

.max-ht-195imp {
  max-height: 195px !important;
}

.max-ht-200imp {
  max-height: 200px !important;
}

.max-ht-205imp {
  max-height: 205px !important;
}

.max-ht-210imp {
  max-height: 210px !important;
}

.max-ht-215imp {
  max-height: 215px !important;
}

.max-ht-220imp {
  max-height: 220px !important;
}

.max-ht-225imp {
  max-height: 225px !important;
}

.max-ht-230imp {
  max-height: 230px !important;
}

.max-ht-235imp {
  max-height: 235px !important;
}

.max-ht-240imp {
  max-height: 240px !important;
}

.max-ht-245imp {
  max-height: 245px !important;
}

.max-ht-250imp {
  max-height: 250px !important;
}

.max-ht-255imp {
  max-height: 255px !important;
}

.max-ht-260imp {
  max-height: 260px !important;
}

.max-ht-265imp {
  max-height: 265px !important;
}

.max-ht-270imp {
  max-height: 270px !important;
}

.max-ht-275imp {
  max-height: 275px !important;
}

.max-ht-280imp {
  max-height: 280px !important;
}

.max-ht-285imp {
  max-height: 285px !important;
}

.max-ht-290imp {
  max-height: 290px !important;
}

.max-ht-295imp {
  max-height: 295px !important;
}

.max-ht-300imp {
  max-height: 300px !important;
}

.min-h-50 {
  min-height: 50% !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.min-ht-5p {
  min-height: 5%;
}

.min-ht-10p {
  min-height: 10%;
}

.min-ht-15p {
  min-height: 15%;
}

.min-ht-20p {
  min-height: 20%;
}

.min-ht-25p {
  min-height: 25%;
}

.min-ht-30p {
  min-height: 30%;
}

.min-ht-35p {
  min-height: 35%;
}

.min-ht-40p {
  min-height: 40%;
}

.min-ht-45p {
  min-height: 45%;
}

.min-ht-50p {
  min-height: 50%;
}

.min-ht-60p {
  min-height: 60%;
}

.min-ht-65p {
  min-height: 65%;
}

.min-ht-70p {
  min-height: 70%;
}

.min-ht-75p {
  min-height: 75%;
}

.min-ht-80p {
  min-height: 80%;
}

.min-ht-90p {
  min-height: 90%;
}

.min-ht-95p {
  min-height: 95%;
}

.min-ht-100p {
  min-height: 100%;
}

.min-ht-25 {
  min-height: 25px;
}

.min-ht-30 {
  min-height: 30px;
}

.min-ht-50 {
  min-height: 50px;
}

.min-ht-60 {
  min-height: 60px;
}

.min-ht-70 {
  min-height: 70px;
}

.min-ht-80 {
  min-height: 80px;
}

.min-ht-85 {
  min-height: 85px;
}

.min-ht-100 {
  min-height: 100px;
}

.min-ht-150 {
  min-height: 150px;
}

.min-ht-200 {
  min-height: 200px;
}

.min-ht-250 {
  min-height: 250px;
}

.min-ht-300 {
  min-height: 300px;
}

.min-ht-5p-imp {
  min-height: 5% !important;
}

.min-ht-10p-imp {
  min-height: 10% !important;
}

.min-ht-15p-imp {
  min-height: 15% !important;
}

.min-ht-20p-imp {
  min-height: 20% !important;
}

.min-ht-25p-imp {
  min-height: 25% !important;
}

.min-ht-30p-imp {
  min-height: 30% !important;
}

.min-ht-35p-imp {
  min-height: 35% !important;
}

.min-ht-40p-imp {
  min-height: 40% !important;
}

.min-ht-45p-imp {
  min-height: 45% !important;
}

.min-ht-50p-imp {
  min-height: 50% !important;
}

.min-ht-60p-imp {
  min-height: 60% !important;
}

.min-ht-65p-imp {
  min-height: 65% !important;
}

.min-ht-70p-imp {
  min-height: 70% !important;
}

.min-ht-75p-imp {
  min-height: 75% !important;
}

.min-ht-80p-imp {
  min-height: 80% !important;
}

.min-ht-90p-imp {
  min-height: 90% !important;
}

.min-ht-95p-imp {
  min-height: 95% !important;
}

.min-ht-100p-imp {
  min-height: 100% !important;
}

.min-ht-25imp {
  min-height: 25px !important;
}

.min-ht-30imp {
  min-height: 30px !important;
}

.min-ht-50imp {
  min-height: 50px !important;
}

.min-ht-60imp {
  min-height: 60px !important;
}

.min-ht-70imp {
  min-height: 70px !important;
}

.min-ht-80imp {
  min-height: 80px !important;
}

.min-ht-85imp {
  min-height: 85px !important;
}

.min-ht-90imp {
  min-height: 90px !important;
}

.min-ht-95imp {
  min-height: 95px !important;
}

.min-ht-100imp {
  min-height: 100px !important;
}

.min-ht-105imp {
  min-height: 105px !important;
}

.min-ht-110imp {
  min-height: 110px !important;
}

.min-ht-115imp {
  min-height: 115px !important;
}

.min-ht-120imp {
  min-height: 120px !important;
}

.min-ht-125imp {
  min-height: 125px !important;
}

.min-ht-130imp {
  min-height: 130px !important;
}

.min-ht-135imp {
  min-height: 135px !important;
}

.min-ht-140imp {
  min-height: 140px !important;
}

.min-ht-145imp {
  min-height: 145px !important;
}

.min-ht-150imp {
  min-height: 150px !important;
}

.min-ht-155imp {
  min-height: 155px !important;
}

.min-ht-160imp {
  min-height: 160px !important;
}

.min-ht-165imp {
  min-height: 165px !important;
}

.min-ht-170imp {
  min-height: 170px !important;
}

.min-ht-175imp {
  min-height: 175px !important;
}

.min-ht-180imp {
  min-height: 180px !important;
}

.min-ht-185imp {
  min-height: 185px !important;
}

.min-ht-190imp {
  min-height: 190px !important;
}

.min-ht-195imp {
  min-height: 195px !important;
}

.min-ht-200imp {
  min-height: 200px !important;
}

.min-ht-205imp {
  min-height: 205px !important;
}

.min-ht-210imp {
  min-height: 210px !important;
}

.min-ht-215imp {
  min-height: 215px !important;
}

.min-ht-220imp {
  min-height: 220px !important;
}

.min-ht-225imp {
  min-height: 225px !important;
}

.min-ht-230imp {
  min-height: 230px !important;
}

.min-ht-235imp {
  min-height: 235px !important;
}

.min-ht-240imp {
  min-height: 240px !important;
}

.min-ht-245imp {
  min-height: 245px !important;
}

.min-ht-250imp {
  min-height: 250px !important;
}

.min-ht-255imp {
  min-height: 255px !important;
}

.min-ht-260imp {
  min-height: 260px !important;
}

.min-ht-265imp {
  min-height: 265px !important;
}

.min-ht-270imp {
  min-height: 270px !important;
}

.min-ht-275imp {
  min-height: 275px !important;
}

.min-ht-280imp {
  min-height: 280px !important;
}

.min-ht-285imp {
  min-height: 285px !important;
}

.min-ht-290imp {
  min-height: 290px !important;
}

.min-ht-295imp {
  min-height: 295px !important;
}

.min-ht-300imp {
  min-height: 300px !important;
}

.overflow-auto {
  overflow: auto;
}

.overflow-clip {
  overflow: clip;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-inherit {
  overflow: inherit;
}

.overflow-initial {
  overflow: initial;
}

.overflow-revert {
  overflow: revert;
}

.overflow-revert-layer {
  overflow: revert-layer;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-unset {
  overflow: unset;
}

.overflow-visible {
  overflow: visible;
}

/*
 * #####################################
 * ########## OVERFLOW X ###############
 * #####################################
 */
.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-inherit {
  overflow-x: inherit;
}

.overflow-x-initial {
  overflow-x: initial;
}

.overflow-x-revert {
  overflow-x: revert;
}

.overflow-x-revert-layer {
  overflow-x: revert-layer;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-unset {
  overflow-x: unset;
}

.overflow-x-visible {
  overflow-x: visible;
}

/*
 * #####################################
 * ########## OVERFLOW Y ###############
 * #####################################
 */
.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-inherit {
  overflow-y: inherit;
}

.overflow-y-initial {
  overflow-y: initial;
}

.overflow-y-revert {
  overflow-y: revert;
}

.overflow-y-revert-layer {
  overflow-y: revert-layer;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-unset {
  overflow-y: unset;
}

.overflow-y-visible {
  overflow-y: visible;
}

#menu-modules a {
  color: #666666;
}

#menu-modules .menus,
#menu-modules .submenus {
  background-color: #ffffff;
}

#menu-modules .module,
#menu-modules .menus li {
  position: relative;
}

#menu-modules .menus,
#menu-modules .submenus {
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
}

#menu-modules .menus li {
  width: 100%;
  padding: 5px 0;
  position: relative;
  top: 100%;
}

#menu-modules .module:hover > a > i {
  transform: rotate(90deg);
}
#menu-modules .module:hover > .menus {
  display: block;
}

#menu-modules .submenus {
  width: 100%;
  top: 0;
  left: 100%;
}

#menu-modules .menus li:hover > .submenus {
  display: block;
}

button[disabled], .cursor-ban {
  cursor: pointer; /* Fallback */
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewport="0 0 64 64" style="font-size:16px;"><text y="50%" x="50%" text-anchor="middle" dominant-baseline="middle">🚫</text></svg>'), auto;
}

/*# sourceMappingURL=bootstrap-app.css.map */
