
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url('fonts/sans/IRANSansXFaNum-Black.woff');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url('fonts/sans/IRANSansXFaNum-ExtraBold.woff');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url('fonts/sans/IRANSansXFaNum-Regular.woff');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/sans/IRANSansXFaNum-Regular.woff');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url('fonts/sans/IRANSansXFaNum-Light.woff');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url('fonts/sans/IRANSansXFaNum-Thin.woff');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 100;
  src: url('fonts/sans/IRANSansXFaNum-UltraLight.woff');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('fonts/sans/IRANSansXFaNum-Regular.woff');
}

/*navbar*/
.navbar .navbar-nav {
  margin-left: auto;
  margin-right: unset !important;
  padding-right: 0;
}

.navbar-custom {
  left: 0;
  right: 250px;
}

.page-container {
  margin-left: 0;
  margin-right: 250px;
}
.page-container #page-content .client-widget-section {
  /*padding*/
}

@media (max-width: 990px) {
  .navbar {
    right: 0;
  }
  .page-container {
    margin-right: 0px !important;
  }
  .sidebar .sidebar-brand {
    padding-left: 0;
  }
  .sidebar-off {
    right: -250px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
  }
  .sidebar-toggled .sidebar-off {
    right: 0;
  }
}
/*sidebar*/
#sidebar-menu li i {
  margin-right: 0;
  margin-left: 10px;
}
#sidebar-menu li.expand a::before {
  left: 1.5rem;
  right: unset;
}
#sidebar-menu li.expand.open a::before {
  left: 1.5rem;
  right: unset;
}
#sidebar-menu li ul li a svg {
  transform: rotate(180deg);
}
#sidebar-menu li a span {
  margin-left: 0;
  margin-right: 10px;
}
#sidebar-menu .badge {
  float: left;
}

@media (min-width: 991px) {
  .sidebar-toggled .navbar-custom {
    left: 0;
    right: 70px;
  }
  .sidebar-toggled .sidebar-menu li a .menu-text {
    padding-left: 0;
    padding-right: 35px;
  }
  .sidebar-toggled .sidebar-menu li ul {
    right: 70px;
  }
  .sidebar-toggled .page-container {
    margin-left: 0;
    margin-right: 70px;
  }
}
.nav-tabs {
  padding-left: 5px;
}
.nav-tabs.title .tab-title {
  margin-right: auto;
  margin-left: 0 !important;
}

.page-title .title-button-group {
  float: left;
  margin: 0 !important;
}
.page-title h1 {
  float: right;
}

#comment-form-container .flex-shrink-0, .comment-form-container .flex-shrink-0 {
  margin-left: 0 !important;
}

.comment-avatar {
  padding-left: 0;
  padding-right: 15px;
}

.comment-like-top {
  left: 60px;
  right: auto;
}

.reply-form .flex-shrink-0 {
  margin-left: 0 !important;
}

/*timeline*/
#timeline .post-content:nth-child(odd) {
  float: right;
  clear: right;
  padding-left: 20px;
  padding-right: 0;
}
#timeline .post-content:nth-child(even) {
  float: left;
  clear: left;
  padding-left: 0;
  padding-right: 20px;
}
#timeline .post-content .post-date:before {
  left: 0;
  right: -20px;
}
#timeline .post-content:nth-child(odd) .post-date {
  text-align: left;
}
#timeline .post-content:nth-child(odd) .post-date:before {
  margin-right: 0;
  margin-left: -40px;
  float: left;
}

.timeline-images span.more {
  margin-right: -80px;
}

@media screen and (max-width: 1400px) {
  /* Timeline */
  #timeline:before {
    right: 0px;
    margin-left: 0;
  }
  #timeline .post-content {
    float: right;
    padding: 0 30px 0 0 !important;
  }
  #timeline .post-content:nth-child(odd) .post-date {
    text-align: right !important;
  }
  #timeline .post-content:nth-child(odd) .post-date:before {
    float: right !important;
  }
}
.float-start {
  float: right !important;
}

.float-end {
  float: left !important;
}

.text-end {
  text-align: left !important;
}

.dropdown-menu-end {
  --bs-position: start;
  right: auto !important;
  left: 0 !important;
}

.dropdown-menu-start {
  --bs-position: end;
  right: 0 !important;
  left: auto !important;
}

#message-details-section .dropdown {
  right: auto;
  left: 30px;
}

.border-end {
  border-right: none !important;
  border-left: 1px solid #dee2e6 !important;
}

/*padding and margin*/
.p10 {
  padding: 10px !important;
}

.pl0 {
  padding-right: 0 !important;
  padding-left: auto;
}

.pl10 {
  padding-left: 0 !important;
  padding-right: 10px;
}

.pr15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 0 !important;
  margin-left: 15px !important;
}

.ml10 {
  margin-left: 0 !important;
  margin-right: 10px;
}

.ml15 {
  margin-left: 0 !important;
  margin-right: 15px !important;
}

.ml298 {
  margin-left: 0 !important;
  margin-right: 298px;
}

.mr-1 {
  margin-left: -1px !important;
}

.ml-1 {
  margin-right: -1px !important;
}

.d-flex .flex-shrink-0 {
  margin-right: 0 !important;
  margin-left: 10px;
}

/*loader*/
.app-loader {
  right: auto;
  left: 20px;
}

#pre-loader .app-loader {
  right: auto;
  left: 53%;
}

.init-chat-icon {
  right: auto;
  left: 20px;
}

.rise-chat-wrapper {
  right: auto;
  left: 80px;
}

.rise-chat-header .chat-back svg {
  transform: rotate(180deg);
}

.rise-chat-footer textarea {
  padding: 10px 35px 10px 10px;
}

.chat-other .chat-msg, .close {
  float: left;
}

.b-l {
  border-left: none;
  border-right: 1px solid #f2f4f6;
}

.b-r {
  border-right: none;
  border-left: 1px solid #f2f4f6;
}

.me-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/*datatable*/
table.dataTable th {
  text-align: right;
}
table.dataTable th:before {
  left: 1em;
  right: auto !important;
}
table.dataTable th:after {
  left: 0.5em;
  right: auto !important;
}

.dataTables_filter input, .datatable-search, .custom-filter-search {
  background: url("../images/search.png") no-repeat 4% 45% #fff;
}

.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
}
.dataTables_wrapper .dataTables_filter input {
  margin: 0 5px 0 0;
}

.dataTables_filter {
  margin: 0 0 10p 0;
}

.dataTables_wrapper .dataTables_length {
  float: right;
}

#page-content .datatable-tools .dataTables_paginate .paginate_button svg {
  transform: rotate(180deg);
}

div.DTTT_container {
  float: left;
}

.notepad-title {
  border-left: none !important;
  border-right: 5px solid #1ccacc !important;
}

.bs-popover-end {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}

.list-group {
  padding-right: 0;
}

.dtr-data {
  text-align: left;
}

.comment-dropdown, .reply-dropdown {
  right: auto;
  left: 30px;
}

.modal .modal-header .btn-close {
  margin: 0;
}

.settings .settings-anchor .pull-right {
  float: left !important;
}

.help-catagory.list-group .list-group-item:hover, .help-catagory.list-group .list-group-item.active {
  border-left: none !important;
  border-right: 2px solid #4e5e6a !important;
}

.move-icon {
  margin: 3px 0 3px 15px !important;
}

.invoice-styles .active:before {
  margin-left: 0;
  margin-right: 100px;
}

.social-link {
  margin: 0 0 10px 10px;
}

.profile-image-upload {
  margin-left: 0;
  margin-right: -45px;
}

.file-upload input.upload {
  left: 0;
  right: auto;
}

#template-list-box .settings-anchor {
  margin-right: 10px;
}

/* fs modal*/
.app-modal .expand {
  right: auto !important;
  left: 370px !important;
}
.app-modal .compress, .app-modal .expand {
  right: auto;
  left: 20px;
}

/*select2 */
.select2-container .select2-choice .select2-arrow {
  border-left: none !important;
  border-right: none !important;
}

.select2-search input {
  background: url("../images/search.png") no-repeat, #fff 0 0 !important;
  background-position: 6px 6px !important;
}

.alert .progress {
  margin: 19px -41px -15px -13px;
}

.app-alert.animate {
  left: 15px !important;
  right: unset !important;
}

.settings .settings-anchor:not(.collapsed):not(.hide-collapse)::after {
  float: left !important;
}
.settings .settings-anchor:not(.hide-collapse):after {
  float: left !important;
}

@media (min-width: 992px) {
  .custom-modal-lg .ps__rail-y {
    right: 885px !important;
  }
}
.kanban-col {
  float: right !important;
}

.color-tag {
  margin: 0 0 2px 10px !important;
}

.pl30 {
  padding-left: 0 !important;
  padding-right: 30px;
}

.card-header > .icon-16 {
  width: 29px !important;
  height: 23px !important;
  margin-left: 5px !important;
}

.nav-pills li:first-child{
  margin-right: 10px !important;
}

#reminder-modal-body {
  max-height: 760px !important;
}

.round {
  border-radius: 50px !important;
}

.dataTable th.sorting_desc{
  padding: 10px 40px 10px 0px !important;
}

.dataTable th.sorting_asc{
  padding: 10px 40px 10px 0px !important;
}

.dataTable th {
  padding: 10px 21px 10px 0px !important;
}

.datepicker-days th{
  padding: 0 !important;
}

.datepicker-days{
  padding-top: 10px !important;
}

.datepicker-days thead > tr {
  background: none !important;
}

.datepicker-months th{
  padding: 0 !important;
}

.datepicker-months{
  padding: 7px !important;
}

.datepicker-months thead > tr {
  background: none !important;
}

.datepicker-years th{
  padding: 0 !important;
}

.datepicker-years{
  padding-top: 10px !important;
}

.datepicker-years thead > tr {
  background: none !important;
}

.dropdown-item .feather {
  margin-left: 5px !important;
}

#confirmationModal .modal-footer {
  display: flex !important;
  direction: ltr !important;
  justify-content: start !important;
  align-items: center !important;
}

#emails-list-container h1 .icon-16 {
  width: 24px;
  height: 24px;
  margin-left: 8px !important;
}

.fs-1 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-3 {
  font-size: calc(1.26rem + 0.12vw) !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.15rem !important;
}

.fs-6 {
  font-size: 1.075rem !important;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.85rem !important;
}

.fs-9 {
  font-size: 0.75rem !important;
}

.fs-10 {
  font-size: 0.5rem !important;
}

.fs-base {
  font-size: 1rem !important;
}

.fs-fluid {
  font-size: 100% !important;
}

.fs-2x {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-2qx {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2hx {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2tx {
  font-size: calc(1.4rem + 1.8vw) !important;
}

.fs-3x {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-3qx {
  font-size: calc(1.45rem + 2.4vw) !important;
}

.fs-3hx {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-3tx {
  font-size: calc(1.5rem + 3vw) !important;
}

.fs-4x {
  font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-4qx {
  font-size: calc(1.55rem + 3.6vw) !important;
}

.fs-4hx {
  font-size: calc(1.575rem + 3.9vw) !important;
}

.fs-4tx {
  font-size: calc(1.6rem + 4.2vw) !important;
}

.fs-5x {
  font-size: calc(1.625rem + 4.5vw) !important;
}

.fs-5qx {
  font-size: calc(1.65rem + 4.8vw) !important;
}

.fs-5hx {
  font-size: calc(1.675rem + 5.1vw) !important;
}

.fs-5tx {
  font-size: calc(1.7rem + 5.4vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-semibold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-13 {
  margin: 3.25rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-17 {
  margin: 4.25rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.m-19 {
  margin: 4.75rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-13 {
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important;
}

.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.mx-15 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-17 {
  margin-left: 4.25rem !important;
  margin-right: 4.25rem !important;
}

.mx-18 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.mx-19 {
  margin-left: 4.75rem !important;
  margin-right: 4.75rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-13 {
  margin-top: 3.25rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mt-15 {
  margin-top: 3.75rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-17 {
  margin-top: 4.25rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.mt-19 {
  margin-top: 4.75rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-left: 0 !important;
}

.me-1 {
  margin-left: 0.25rem !important;
}

.me-2 {
  margin-left: 0.5rem !important;
}

.me-3 {
  margin-left: 0.75rem !important;
}

.me-4 {
  margin-left: 1rem !important;
}

.me-5 {
  margin-left: 1.25rem !important;
}

.me-6 {
  margin-left: 1.5rem !important;
}

.me-7 {
  margin-left: 1.75rem !important;
}

.me-8 {
  margin-left: 2rem !important;
}

.me-9 {
  margin-left: 2.25rem !important;
}

.me-10 {
  margin-left: 2.5rem !important;
}

.me-11 {
  margin-left: 2.75rem !important;
}

.me-12 {
  margin-left: 3rem !important;
}

.me-13 {
  margin-left: 3.25rem !important;
}

.me-14 {
  margin-left: 3.5rem !important;
}

.me-15 {
  margin-left: 3.75rem !important;
}

.me-16 {
  margin-left: 4rem !important;
}

.me-17 {
  margin-left: 4.25rem !important;
}

.me-18 {
  margin-left: 4.5rem !important;
}

.me-19 {
  margin-left: 4.75rem !important;
}

.me-20 {
  margin-left: 5rem !important;
}

.me-auto {
  margin-left: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.mb-15 {
  margin-bottom: 3.75rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-17 {
  margin-bottom: 4.25rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.mb-19 {
  margin-bottom: 4.75rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-right: 0 !important;
}

.ms-1 {
  margin-right: 0.25rem !important;
}

.ms-2 {
  margin-right: 0.5rem !important;
}

.ms-3 {
  margin-right: 0.75rem !important;
}

.ms-4 {
  margin-right: 1rem !important;
}

.ms-5 {
  margin-right: 1.25rem !important;
}

.ms-6 {
  margin-right: 1.5rem !important;
}

.ms-7 {
  margin-right: 1.75rem !important;
}

.ms-8 {
  margin-right: 2rem !important;
}

.ms-9 {
  margin-right: 2.25rem !important;
}

.ms-10 {
  margin-right: 2.5rem !important;
}

.ms-11 {
  margin-right: 2.75rem !important;
}

.ms-12 {
  margin-right: 3rem !important;
}

.ms-13 {
  margin-right: 3.25rem !important;
}

.ms-14 {
  margin-right: 3.5rem !important;
}

.ms-15 {
  margin-right: 3.75rem !important;
}

.ms-16 {
  margin-right: 4rem !important;
}

.ms-17 {
  margin-right: 4.25rem !important;
}

.ms-18 {
  margin-right: 4.5rem !important;
}

.ms-19 {
  margin-right: 4.75rem !important;
}

.ms-20 {
  margin-right: 5rem !important;
}

.ms-auto {
  margin-right: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.m-n4 {
  margin: -1rem !important;
}

.m-n5 {
  margin: -1.25rem !important;
}

.m-n6 {
  margin: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.m-n8 {
  margin: -2rem !important;
}

.m-n9 {
  margin: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.m-n13 {
  margin: -3.25rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.m-n15 {
  margin: -3.75rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.m-n17 {
  margin: -4.25rem !important;
}

.m-n18 {
  margin: -4.5rem !important;
}

.m-n19 {
  margin: -4.75rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.mx-n1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.mx-n3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.mx-n4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.mx-n5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.mx-n6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.mx-n7 {
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !important;
}

.mx-n8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.mx-n9 {
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important;
}

.mx-n10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.mx-n11 {
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}

.mx-n12 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.mx-n13 {
  margin-left: -3.25rem !important;
  margin-right: -3.25rem !important;
}

.mx-n14 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.mx-n15 {
  margin-left: -3.75rem !important;
  margin-right: -3.75rem !important;
}

.mx-n16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.mx-n17 {
  margin-left: -4.25rem !important;
  margin-right: -4.25rem !important;
}

.mx-n18 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important;
}

.mx-n19 {
  margin-left: -4.75rem !important;
  margin-right: -4.75rem !important;
}

.mx-n20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.my-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.my-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.my-n8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.my-n12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n13 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}

.my-n14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n15 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.my-n16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n17 {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important;
}

.my-n18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n19 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}

.my-n20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -0.75rem !important;
}

.mt-n4 {
  margin-top: -1rem !important;
}

.mt-n5 {
  margin-top: -1.25rem !important;
}

.mt-n6 {
  margin-top: -1.5rem !important;
}

.mt-n7 {
  margin-top: -1.75rem !important;
}

.mt-n8 {
  margin-top: -2rem !important;
}

.mt-n9 {
  margin-top: -2.25rem !important;
}

.mt-n10 {
  margin-top: -2.5rem !important;
}

.mt-n11 {
  margin-top: -2.75rem !important;
}

.mt-n12 {
  margin-top: -3rem !important;
}

.mt-n13 {
  margin-top: -3.25rem !important;
}

.mt-n14 {
  margin-top: -3.5rem !important;
}

.mt-n15 {
  margin-top: -3.75rem !important;
}

.mt-n16 {
  margin-top: -4rem !important;
}

.mt-n17 {
  margin-top: -4.25rem !important;
}

.mt-n18 {
  margin-top: -4.5rem !important;
}

.mt-n19 {
  margin-top: -4.75rem !important;
}

.mt-n20 {
  margin-top: -5rem !important;
}

.me-n1 {
  margin-left: -0.25rem !important;
}

.me-n2 {
  margin-left: -0.5rem !important;
}

.me-n3 {
  margin-left: -0.75rem !important;
}

.me-n4 {
  margin-left: -1rem !important;
}

.me-n5 {
  margin-left: -1.25rem !important;
}

.me-n6 {
  margin-left: -1.5rem !important;
}

.me-n7 {
  margin-left: -1.75rem !important;
}

.me-n8 {
  margin-left: -2rem !important;
}

.me-n9 {
  margin-left: -2.25rem !important;
}

.me-n10 {
  margin-left: -2.5rem !important;
}

.me-n11 {
  margin-left: -2.75rem !important;
}

.me-n12 {
  margin-left: -3rem !important;
}

.me-n13 {
  margin-left: -3.25rem !important;
}

.me-n14 {
  margin-left: -3.5rem !important;
}

.me-n15 {
  margin-left: -3.75rem !important;
}

.me-n16 {
  margin-left: -4rem !important;
}

.me-n17 {
  margin-left: -4.25rem !important;
}

.me-n18 {
  margin-left: -4.5rem !important;
}

.me-n19 {
  margin-left: -4.75rem !important;
}

.me-n20 {
  margin-left: -5rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -0.75rem !important;
}

.mb-n4 {
  margin-bottom: -1rem !important;
}

.mb-n5 {
  margin-bottom: -1.25rem !important;
}

.mb-n6 {
  margin-bottom: -1.5rem !important;
}

.mb-n7 {
  margin-bottom: -1.75rem !important;
}

.mb-n8 {
  margin-bottom: -2rem !important;
}

.mb-n9 {
  margin-bottom: -2.25rem !important;
}

.mb-n10 {
  margin-bottom: -2.5rem !important;
}

.mb-n11 {
  margin-bottom: -2.75rem !important;
}

.mb-n12 {
  margin-bottom: -3rem !important;
}

.mb-n13 {
  margin-bottom: -3.25rem !important;
}

.mb-n14 {
  margin-bottom: -3.5rem !important;
}

.mb-n15 {
  margin-bottom: -3.75rem !important;
}

.mb-n16 {
  margin-bottom: -4rem !important;
}

.mb-n17 {
  margin-bottom: -4.25rem !important;
}

.mb-n18 {
  margin-bottom: -4.5rem !important;
}

.mb-n19 {
  margin-bottom: -4.75rem !important;
}

.mb-n20 {
  margin-bottom: -5rem !important;
}

.ms-n1 {
  margin-right: -0.25rem !important;
}

.ms-n2 {
  margin-right: -0.5rem !important;
}

.ms-n3 {
  margin-right: -0.75rem !important;
}

.ms-n4 {
  margin-right: -1rem !important;
}

.ms-n5 {
  margin-right: -1.25rem !important;
}

.ms-n6 {
  margin-right: -1.5rem !important;
}

.ms-n7 {
  margin-right: -1.75rem !important;
}

.ms-n8 {
  margin-right: -2rem !important;
}

.ms-n9 {
  margin-right: -2.25rem !important;
}

.ms-n10 {
  margin-right: -2.5rem !important;
}

.ms-n11 {
  margin-right: -2.75rem !important;
}

.ms-n12 {
  margin-right: -3rem !important;
}

.ms-n13 {
  margin-right: -3.25rem !important;
}

.ms-n14 {
  margin-right: -3.5rem !important;
}

.ms-n15 {
  margin-right: -3.75rem !important;
}

.ms-n16 {
  margin-right: -4rem !important;
}

.ms-n17 {
  margin-right: -4.25rem !important;
}

.ms-n18 {
  margin-right: -4.5rem !important;
}

.ms-n19 {
  margin-right: -4.75rem !important;
}

.ms-n20 {
  margin-right: -5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-13 {
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-15 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-17 {
  padding-left: 4.25rem !important;
  padding-right: 4.25rem !important;
}

.px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.px-19 {
  padding-left: 4.75rem !important;
  padding-right: 4.75rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pe-0 {
  padding-left: 0 !important;
}

.pe-1 {
  padding-left: 0.25rem !important;
}

.pe-2 {
  padding-left: 0.5rem !important;
}

.pe-3 {
  padding-left: 0.75rem !important;
}

.pe-4 {
  padding-left: 1rem !important;
}

.pe-5 {
  padding-left: 1.25rem !important;
}

.pe-6 {
  padding-left: 1.5rem !important;
}

.pe-7 {
  padding-left: 1.75rem !important;
}

.pe-8 {
  padding-left: 2rem !important;
}

.pe-9 {
  padding-left: 2.25rem !important;
}

.pe-10 {
  padding-left: 2.5rem !important;
}

.pe-11 {
  padding-left: 2.75rem !important;
}

.pe-12 {
  padding-left: 3rem !important;
}

.pe-13 {
  padding-left: 3.25rem !important;
}

.pe-14 {
  padding-left: 3.5rem !important;
}

.pe-15 {
  padding-left: 3.75rem !important;
}

.pe-16 {
  padding-left: 4rem !important;
}

.pe-17 {
  padding-left: 4.25rem !important;
}

.pe-18 {
  padding-left: 4.5rem !important;
}

.pe-19 {
  padding-left: 4.75rem !important;
}

.pe-20 {
  padding-left: 5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.ps-0 {
  padding-right: 0 !important;
}

.ps-1 {
  padding-right: 0.25rem !important;
}

.ps-2 {
  padding-right: 0.5rem !important;
}

.ps-3 {
  padding-right: 0.75rem !important;
}

.ps-4 {
  padding-right: 1rem !important;
}

.ps-5 {
  padding-right: 1.25rem !important;
}

.ps-6 {
  padding-right: 1.5rem !important;
}

.ps-7 {
  padding-right: 1.75rem !important;
}

.ps-8 {
  padding-right: 2rem !important;
}

.ps-9 {
  padding-right: 2.25rem !important;
}

.ps-10 {
  padding-right: 2.5rem !important;
}

.ps-11 {
  padding-right: 2.75rem !important;
}

.ps-12 {
  padding-right: 3rem !important;
}

.ps-13 {
  padding-right: 3.25rem !important;
}

.ps-14 {
  padding-right: 3.5rem !important;
}

.ps-15 {
  padding-right: 3.75rem !important;
}

.ps-16 {
  padding-right: 4rem !important;
}

.ps-17 {
  padding-right: 4.25rem !important;
}

.ps-18 {
  padding-right: 4.5rem !important;
}

.ps-19 {
  padding-right: 4.75rem !important;
}

.ps-20 {
  padding-right: 5rem !important;
}