.animated-effect,
.book-slider .book-box {
  transition: .1s
}
.animated-long-effect {
  transition: .25s
}
.active-effect {
  transform-origin: center;
  transform: scale(.975)
}
.disable-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.disable-clicks {
  pointer-events: none
}
.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.modal.fade:not(.in).left .modal-dialog {
  transition: opacity .3s linear,left .3s ease-out
}
.modal.fade:not(.in).right .modal-dialog {
  transition: opacity .3s linear,left .3s ease-out
}
.modal.right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0
}
.modal.left .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0
}
.modal.left .modal-dialog.modal-sm {
  max-width: 70%
}
.modal.right .modal-lg {
  width: 93%!important;
  max-width: 93%!important
}
.modal.right .modal-header {
  max-height: 48px
}
.modal.right .close {
  position: fixed!important;
  right: 93.8%;
  top: 7px;
  padding: 0;
  margin: 0;
  color: #fff;
  border-radius: 200px
}
@media (max-width:480px) {
  .modal.right .close {
    right: 90.8%
  }
}
.modal.right .close svg {
  transition: transform .6s
}
.modal.right .close:hover svg {
  transform: rotate(90deg)
}
.modal.right .modal-content .modal-header {
  border-top-left-radius: .85rem;
  border-top-right-radius: 0
}
.modal.right .modal-content .modal-content {
  border-bottom-left-radius: .85rem;
  border-bottom-right-radius: 0
}
.modal.left .modal-content,
.modal.right .modal-content {
  min-height: 100vh;
  border: 0
}
@media (max-width:480px) {
  .modal.right .modal-lg {
    width: 89%!important;
    max-width: 89%!important
  }
  .modal.right .close {
    right: 89.8%;
    top: 5px
  }
}
.invoice {
  background: #fff;
  padding: 20px
}
.invoice-company {
  font-size: 20px
}
.invoice-header {
  margin: 0 -20px;
  background: #f2f3f4;
  padding: 20px
}
.invoice-date,
.invoice-from,
.invoice-to {
  display: table-cell;
  width: 1%
}
.invoice-from,
.invoice-to {
  padding-right: 20px
}
.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
  font-size: 16px;
  font-weight: 600
}
.invoice-date {
  text-align: right;
  padding-left: 20px
}
.invoice-price {
  background: #f2f3f4;
  display: table;
  width: 100%
}
.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
  display: table-cell;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  width: 75%;
  position: relative;
  vertical-align: middle
}
.invoice-price .invoice-price-left .sub-price {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px
}
.invoice-price small {
  font-size: 12px;
  font-weight: 400;
  display: block
}
.invoice-price .invoice-price-row {
  display: table;
  float: left
}
.invoice-price .invoice-price-right {
  width: 25%;
  background: #2d353c;
  color: #fff;
  font-size: 28px;
  text-align: right;
  vertical-align: bottom;
  font-weight: 300
}
.invoice-price .invoice-price-right small {
  display: block;
  opacity: .6;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px
}
.invoice-footer {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  font-size: 10px
}
.invoice-note {
  color: #999;
  margin-top: 80px;
  font-size: 85%
}
.invoice > div:not(.invoice-footer) {
  margin-bottom: 20px
}
@media (max-width:767px) {
  .invoice-company .pull-right {
    float: none!important;
    display: block
  }
  .invoice .table-responsive {
    margin-bottom: 20px
  }
  .invoice-date,
  .invoice-from,
  .invoice-to {
    display: block!important;
    width: 100%!important;
    text-align: left!important;
    padding: 0!important
  }
  .invoice-date,
  .invoice-to {
    margin-top: 20px!important
  }
  .invoice-price .invoice-price-left,
  .invoice-price .invoice-price-right {
    display: block;
    width: 100%!important;
    float: left!important;
    padding: 10px!important
  }
  .invoice-price .invoice-price-row {
    float: none!important;
    width: 100%!important;
    display: block!important
  }
  .invoice-price .invoice-price-left .sub-price {
    padding: 0 10px!important;
    display: block!important;
    text-align: center!important
  }
  .invoice-price .invoice-price-right {
    text-align: center!important
  }
  .invoice-price .invoice-price-right small {
    position: relative!important;
    display: block;
    left: 0!important;
    top: 0!important
  }
}
.btn {
  font-size: 1.125rem!important
}
.btn.btn-icon {
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  border-radius: 28px
}
.btn.btn-icon.btn-xs {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px
}
.btn.btn-icon.btn-sm {
  width: 22px!important;
  height: 24px!important;
  font-size: 11px;
  line-height: 22px
}
.btn.btn-icon.btn-lg {
  width: 34px;
  height: 34px;
  font-size: 17px;
  line-height: 34px
}
.btn.btn-xs {
  font-size: .8rem!important;
  padding: 3px 6px!important
}
.btn.btn-sm {
  font-size: 1rem!important;
  padding: 5px 12px!important
}
.btn[class*=btn-outline-]:not(.btn-yellow):not(.btn-white):hover {
  color: #fff
}
.btn-group > .btn + .btn-white,
.input-group > .btn + .btn-white,
.input-group > .btn + .dropdown-menu + .btn-white {
  border-left: 1px solid #a1a5b7
}
.btn-group > .btn + .btn-light,
.input-group > .btn + .btn-light,
.input-group > .btn + .dropdown-menu + .btn-light {
  border-left: 1px solid #b8babc
}
.btn-group > .btn + .btn-primary,
.input-group > .btn + .btn-primary,
.input-group > .btn + .dropdown-menu + .btn-primary {
  border-left: 1px solid #3f5348
}
.btn-group > .btn + .btn-secondary,
.input-group > .btn + .btn-secondary,
.input-group > .btn + .dropdown-menu + .btn-secondary {
  border-left: 1px solid #abadb3
}
.btn-group > .btn + .btn-success,
.input-group > .btn + .btn-success,
.input-group > .btn + .dropdown-menu + .btn-success {
  border-left: 1px solid #14948e
}
.btn-group > .btn + .btn-info,
.input-group > .btn + .btn-info,
.input-group > .btn + .dropdown-menu + .btn-info {
  border-left: 1px solid #673cbd
}
.btn-group > .btn + .btn-warning,
.input-group > .btn + .btn-warning,
.input-group > .btn + .dropdown-menu + .btn-warning {
  border-left: 1px solid #bf7e00
}
.btn-group > .btn + .btn-danger,
.input-group > .btn + .btn-danger,
.input-group > .btn + .dropdown-menu + .btn-danger {
  border-left: 1px solid #b93b48
}
.btn-group > .btn + .btn-dark,
.input-group > .btn + .btn-dark,
.input-group > .btn + .dropdown-menu + .btn-dark {
  border-left: 1px solid #121526
}
.fs-10px {
  font-size: 10px!important
}
.fs-11px {
  font-size: 11px!important
}
.fs-12px {
  font-size: 12px!important
}
.fs-13px {
  font-size: 13px!important
}
.fs-14px {
  font-size: 14px!important
}
.fs-15px {
  font-size: 15px!important
}
.fs-16px {
  font-size: 16px!important
}
.fs-17px {
  font-size: 17px!important
}
.fs-18px {
  font-size: 18px!important
}
.fs-19px {
  font-size: 19px!important
}
.fs-20px {
  font-size: 20px!important
}
.fs-21px {
  font-size: 21px!important
}
.fs-22px {
  font-size: 22px!important
}
.fs-23px {
  font-size: 23px!important
}
.fs-24px {
  font-size: 24px!important
}
.fs-25px {
  font-size: 25px!important
}
.fs-26px {
  font-size: 26px!important
}
.fs-27px {
  font-size: 27px!important
}
.fs-28px {
  font-size: 28px!important
}
.fs-29px {
  font-size: 29px!important
}
.fs-30px {
  font-size: 30px!important
}
.fs-31px {
  font-size: 31px!important
}
.fs-32px {
  font-size: 32px!important
}
.fs-33px {
  font-size: 33px!important
}
.fs-34px {
  font-size: 34px!important
}
.fs-35px {
  font-size: 35px!important
}
.fs-36px {
  font-size: 36px!important
}
.fs-37px {
  font-size: 37px!important
}
.fs-38px {
  font-size: 38px!important
}
.fs-39px {
  font-size: 39px!important
}
.fs-40px {
  font-size: 40px!important
}
.fs-41px {
  font-size: 41px!important
}
.fs-42px {
  font-size: 42px!important
}
.fs-43px {
  font-size: 43px!important
}
.fs-44px {
  font-size: 44px!important
}
.fs-45px {
  font-size: 45px!important
}
.fs-46px {
  font-size: 46px!important
}
.fs-47px {
  font-size: 47px!important
}
.fs-48px {
  font-size: 48px!important
}
.fs-49px {
  font-size: 49px!important
}
.fs-50px {
  font-size: 50px!important
}
.fs-51px {
  font-size: 51px!important
}
.fs-52px {
  font-size: 52px!important
}
.fs-53px {
  font-size: 53px!important
}
.fs-54px {
  font-size: 54px!important
}
.fs-55px {
  font-size: 55px!important
}
.fs-56px {
  font-size: 56px!important
}
.fs-57px {
  font-size: 57px!important
}
.fs-58px {
  font-size: 58px!important
}
.fs-59px {
  font-size: 59px!important
}
.fs-60px {
  font-size: 60px!important
}
.fs-61px {
  font-size: 61px!important
}
.fs-62px {
  font-size: 62px!important
}
.fs-63px {
  font-size: 63px!important
}
.fs-64px {
  font-size: 64px!important
}
.fs-65px {
  font-size: 65px!important
}
.fs-66px {
  font-size: 66px!important
}
.fs-67px {
  font-size: 67px!important
}
.fs-68px {
  font-size: 68px!important
}
.fs-69px {
  font-size: 69px!important
}
.fs-70px {
  font-size: 70px!important
}
.fs-71px {
  font-size: 71px!important
}
.fs-72px {
  font-size: 72px!important
}
.fs-73px {
  font-size: 73px!important
}
.fs-74px {
  font-size: 74px!important
}
.fs-75px {
  font-size: 75px!important
}
.fs-76px {
  font-size: 76px!important
}
.fs-77px {
  font-size: 77px!important
}
.fs-78px {
  font-size: 78px!important
}
.fs-79px {
  font-size: 79px!important
}
.fs-80px {
  font-size: 80px!important
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-Light.woff2) format("woff2"),url(../../fonts/Sarabun-Light.woff) format("woff"),url(../../fonts/Sarabun-Light.ttf) format("truetype");
  font-weight: 100;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-Light.woff2) format("woff2"),url(../../fonts/Sarabun-Light.woff) format("woff"),url(../../fonts/Sarabun-Light.ttf) format("truetype");
  font-weight: 200;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-Regular.woff2) format("woff2"),url(../../fonts/Sarabun-Regular.woff) format("woff"),url(../../fonts/Sarabun-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-Medium.woff2) format("woff2"),url(../../fonts/Sarabun-Medium.woff) format("woff"),url(../../fonts/Sarabun-Medium.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-Medium.woff2) format("woff2"),url(../../fonts/Sarabun-Medium.woff) format("woff"),url(../../fonts/Sarabun-Medium.ttf) format("truetype");
  font-weight: 800;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-SemiBold.woff2) format("woff2"),url(../../fonts/Sarabun-SemiBold.woff) format("woff"),url(../../fonts/Sarabun-SemiBold.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  src: url(../../fonts/Sarabun-SemiBold.woff2) format("woff2"),url(../../fonts/Sarabun-SemiBold.woff) format("woff"),url(../../fonts/Sarabun-SemiBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Sarabun;
  unicode-range: U+0E00-0E7F
}
@font-face {
  font-family: ibm-plex-thai;
  unicode-range: U+00-FF,U+980-9FF
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500
}
.print-layout {
  width: 210mm;
  height: 297mm;
  margin: 0 auto
}
@media print {
  .noprint {
    display: none
  }
  .print-layout {
    width: 210mm;
    height: 297mm;
    margin: 0 auto
  }
  table {
    page-break-inside: auto
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto
  }
}
.card-title h3 svg {
  display: inline
}
.page-item .page-link {
  height: 2rem!important;
  width: 2rem!important;
  font-weight: 400;
  font-size: .975rem!important
}
.tagify.form-control-lg .tagify__tag {
  padding-right: 1.5rem!important
}
.ui-widget.ui-widget-content {
  border: 1px solid #dedede!important
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #fff;
  border-color: rgba(0,0,0,.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px
}
.ui-menu .ui-menu-item-wrapper {
  padding: .5rem .75em!important
}
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 8px 15px;
  clear: both;
  font-weight: 400;
  line-height: 18px;
  color: #555;
  white-space: nowrap;
  text-decoration: none
}
.ui-state-active,
.ui-state-hover {
  color: #fff;
  text-decoration: none;
  background-color: #5b21b6;
  border-radius: 0;
  background-image: none
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #5b21b6!important;
  font-weight: 700!important;
  color: #fff!important
}
.book-slider {
  overflow: visible
}
.book-slider.swiper {
  margin-top: 1rem
}
.book-slider .book-box {
  display: block;
  width: 100%;
  height: 26.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(24,28,50,.05) 0 .25rem 1rem;
  background: #fff;
  color: inherit;
  text-decoration: none
}
@media (min-width:768px) and (max-width:991.9px) {
  .book-slider .book-box {
    height: 20rem
  }
}
@media (max-width:767.9px) {
  .book-slider .book-box {
    height: 18.5rem
  }
}
.book-slider .book-box:hover {
  box-shadow: rgba(24,28,50,.2) 0 .25rem 2rem;
  filter: brightness(110%)
}
.book-slider .book-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0
}
.book-slider .book-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to top,rgba(24,28,50,.5),rgba(24,28,50,0));
  content: " ";
  z-index: 1
}
.hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s,opacity 1s linear
}
.dataTables_filter input {
  min-width: 400px
}
@media (max-width:480px) {
  .dataTables_filter input {
    min-width: auto
  }
}
.mvh-70 {
  min-height: 70vh
}
.mvh-80 {
  min-height: 80vh
}
.form-check-center {
  margin: 0 auto!important;
  padding: unset!important
}
.form-check-center .form-check-input {
  background-color: #fff;
  margin: 0 auto!important;
  float: none!important
}
.data-table.ps td:first-child,
.data-table.ps th:first-child,
.data-table.ps tr:first-child {
  padding-left: 1rem!important
}
.swal2-popup .swal2-title {
  font-size: 1.2rem!important;
  line-height: 1.7em
}
.swal2-popup .swal2-content,
.swal2-popup .swal2-html-container {
  margin-top: 1rem!important
}
.footer {
  padding: 60px 0;
  background: #22282d;
  text-align: center;
  color: rgba(255,255,255,.5);
  box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.7)
}
.form-spacing .form-control {
  padding: .374rem 1rem .274rem!important;
  line-height: 2.4
}
.scrolling-wrapper {
  overflow-x: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none
}
.scrolling-wrapper::-webkit-scrollbar {
  display: none
}
.cookiealert .btn {
  vertical-align: baseline
}
[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-placeholder)
}
.editable {
  position: relative;
  padding: 5px;
  width: auto;
  min-height: 50px;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fff
}
.editable.active {
  border-color: #bd0f18
}
.editable .text {
  outline: 0;
  width: 100%
}
.editable .text:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: #a0a0a0
}
.editable .edit,
.editable .save {
  width: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 10px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  box-shadow: -1px 1px 4px rgba(0,0,0,.5)
}
.editable .edit {
  background: #557a11;
  color: #f0f0f0;
  opacity: 0;
  transition: opacity .2s ease-in-out
}
.editable .save {
  display: none;
  background: #bd0f18;
  color: #f0f0f0
}
.editable:hover .edit {
  opacity: 1
}
.social-sidebar {
  left: 0;
  position: fixed;
  top: 30%;
  z-index: 2000
}
.social-sidebar li:first-child a {
  border-top-right-radius: 5px
}
.social-sidebar li:last-child a {
  border-bottom-right-radius: 5px
}
.social-sidebar a {
  background: rgba(0,0,0,.7);
  color: #fff;
  text-decoration: none;
  display: block;
  height: 50px;
  width: 50px;
  font-size: 24px;
  line-height: 50px;
  position: relative;
  text-align: center;
  cursor: pointer
}
.social-sidebar a:hover span {
  left: 120%;
  opacity: 1
}
.social-sidebar a span {
  font: 12px "Open Sans",sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  line-height: 24px;
  left: -100%;
  margin-top: -16px;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  transition: opacity .3s,left .4s;
  top: 50%;
  z-index: -1
}
.social-sidebar a span:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg)
}
.social-sidebar a[class*=twitter]:hover {
  background: #00aced
}
.social-sidebar a[class*=twitter] span {
  background: #00aced
}
.social-sidebar a[class*=twitter] span:before {
  background: #00aced
}
.social-sidebar a[class*=facebook]:hover {
  background: #3b5998
}
.social-sidebar a[class*=facebook] span {
  background: #3b5998
}
.social-sidebar a[class*=facebook] span:before {
  background: #3b5998
}
.social-sidebar a[class*=gplus]:hover {
  background: #e34429
}
.social-sidebar a[class*=gplus] span {
  background: #e34429
}
.social-sidebar a[class*=gplus] span:before {
  background: #e34429
}
.social-sidebar a[class*=dribbble]:hover {
  background: #ea4c89
}
.social-sidebar a[class*=dribbble] span {
  background: #ea4c89
}
.social-sidebar a[class*=dribbble] span:before {
  background: #ea4c89
}
.social-sidebar a[class*=dropbox]:hover {
  background: #8dc5f2
}
.social-sidebar a[class*=dropbox] span {
  background: #8dc5f2
}
.social-sidebar a[class*=dropbox] span:before {
  background: #8dc5f2
}
.social-sidebar a[class*=github]:hover {
  background: #9c7a5b
}
.social-sidebar a[class*=github] span {
  background: #9c7a5b
}
.social-sidebar a[class*=github] span:before {
  background: #9c7a5b
}
.social-sidebar a[class*=evernote]:hover {
  background: #6bb130
}
.social-sidebar a[class*=evernote] span {
  background: #6bb130
}
.social-sidebar a[class*=evernote] span:before {
  background: #6bb130
}
@keyframes rotation {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(359deg)
  }
}
.drawer {
  z-index: 530!important
}
.input-group > .select2-container--bootstrap5 {
  width: auto!important;
  flex: 1 1 auto
}
.input-group > .select2-container--bootstrap5 .select2-selection--single {
  height: 100%;
  line-height: inherit;
  padding: .5rem 1rem
}
#kt_app_header {
  z-index: 500
}
#kt_app_header .app-header-menu .menu-item .menu-link {
  font-size: 16px;
  font-weight: 700
}
#kt_app_header.bg-transparent .brand,
#kt_app_header.bg-transparent .sub {
  color: #fff;
  text-shadow: 1px 1px 1px #000
}
@media (max-width:767.98px) {
  #kt_app_header.bg-transparent .brand,
  #kt_app_header.bg-transparent .sub {
    color: #000;
    text-shadow: none
  }
}
#kt_app_header.bg-transparent .menu-item .menu-link {
  color: #fff!important
}
#kt_app_header.bg-transparent .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: color .2s;
  background-color: rgba(255,255,255,.2);
  color: var(--kt-primary)
}
.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center
}
.h-250px {
  height: 250px
}
.form-control {
  font-size: 14.5px!important
}
.form-floating .password-toggle {
  position: absolute;
  top: 27%;
  right: 10px;
  cursor: pointer
}
.text-shadow {
  text-shadow: 1px 1px 1px #000
}
.bg-none {
  background: 0 0!important
}
.bg-theme {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--app-theme-rgb),var(--bs-bg-opacity))
}
.social-links li a {
  padding: 1rem;
  line-height: 1;
  display: block;
  background: rgba(255,255,255,.1);
  margin-right: .7rem
}
.social-links li a:hover {
  background-color: rgba(255,255,255,.2)
}
@media (min-width:576px) {
  .rounded-top-5--sm {
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-5--sm {
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-5--sm {
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-5--sm {
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-6--sm {
    border-top-left-radius: 6px!important;
    border-top-right-radius: 6px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-6--sm {
    border-bottom-left-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-6--sm {
    border-top-left-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-6--sm {
    border-top-right-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-7--sm {
    border-top-left-radius: 7px!important;
    border-top-right-radius: 7px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-7--sm {
    border-bottom-left-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-7--sm {
    border-top-left-radius: 7px!important;
    border-bottom-left-radius: 7px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-7--sm {
    border-top-right-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-8--sm {
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-8--sm {
    border-bottom-left-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-8--sm {
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-8--sm {
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-9--sm {
    border-top-left-radius: 9px!important;
    border-top-right-radius: 9px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-9--sm {
    border-bottom-left-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-9--sm {
    border-top-left-radius: 9px!important;
    border-bottom-left-radius: 9px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-9--sm {
    border-top-right-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-10--sm {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-10--sm {
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-10--sm {
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-10--sm {
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-11--sm {
    border-top-left-radius: 11px!important;
    border-top-right-radius: 11px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-11--sm {
    border-bottom-left-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-11--sm {
    border-top-left-radius: 11px!important;
    border-bottom-left-radius: 11px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-11--sm {
    border-top-right-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-12--sm {
    border-top-left-radius: 12px!important;
    border-top-right-radius: 12px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-12--sm {
    border-bottom-left-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-12--sm {
    border-top-left-radius: 12px!important;
    border-bottom-left-radius: 12px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-12--sm {
    border-top-right-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-13--sm {
    border-top-left-radius: 13px!important;
    border-top-right-radius: 13px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-13--sm {
    border-bottom-left-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-13--sm {
    border-top-left-radius: 13px!important;
    border-bottom-left-radius: 13px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-13--sm {
    border-top-right-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-14--sm {
    border-top-left-radius: 14px!important;
    border-top-right-radius: 14px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-14--sm {
    border-bottom-left-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-14--sm {
    border-top-left-radius: 14px!important;
    border-bottom-left-radius: 14px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-14--sm {
    border-top-right-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-15--sm {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-15--sm {
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-15--sm {
    border-top-left-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-15--sm {
    border-top-right-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
}
@media (min-width:768px) {
  .rounded-top-5--md {
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-5--md {
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-5--md {
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-5--md {
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-6--md {
    border-top-left-radius: 6px!important;
    border-top-right-radius: 6px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-6--md {
    border-bottom-left-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-6--md {
    border-top-left-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-6--md {
    border-top-right-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-7--md {
    border-top-left-radius: 7px!important;
    border-top-right-radius: 7px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-7--md {
    border-bottom-left-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-7--md {
    border-top-left-radius: 7px!important;
    border-bottom-left-radius: 7px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-7--md {
    border-top-right-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-8--md {
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-8--md {
    border-bottom-left-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-8--md {
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-8--md {
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-9--md {
    border-top-left-radius: 9px!important;
    border-top-right-radius: 9px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-9--md {
    border-bottom-left-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-9--md {
    border-top-left-radius: 9px!important;
    border-bottom-left-radius: 9px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-9--md {
    border-top-right-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-10--md {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-10--md {
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-10--md {
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-10--md {
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-11--md {
    border-top-left-radius: 11px!important;
    border-top-right-radius: 11px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-11--md {
    border-bottom-left-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-11--md {
    border-top-left-radius: 11px!important;
    border-bottom-left-radius: 11px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-11--md {
    border-top-right-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-12--md {
    border-top-left-radius: 12px!important;
    border-top-right-radius: 12px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-12--md {
    border-bottom-left-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-12--md {
    border-top-left-radius: 12px!important;
    border-bottom-left-radius: 12px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-12--md {
    border-top-right-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-13--md {
    border-top-left-radius: 13px!important;
    border-top-right-radius: 13px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-13--md {
    border-bottom-left-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-13--md {
    border-top-left-radius: 13px!important;
    border-bottom-left-radius: 13px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-13--md {
    border-top-right-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-14--md {
    border-top-left-radius: 14px!important;
    border-top-right-radius: 14px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-14--md {
    border-bottom-left-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-14--md {
    border-top-left-radius: 14px!important;
    border-bottom-left-radius: 14px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-14--md {
    border-top-right-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-15--md {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-15--md {
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-15--md {
    border-top-left-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-15--md {
    border-top-right-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
}
@media (min-width:992px) {
  .rounded-top-5--lg {
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-5--lg {
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-5--lg {
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-5--lg {
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-6--lg {
    border-top-left-radius: 6px!important;
    border-top-right-radius: 6px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-6--lg {
    border-bottom-left-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-6--lg {
    border-top-left-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-6--lg {
    border-top-right-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-7--lg {
    border-top-left-radius: 7px!important;
    border-top-right-radius: 7px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-7--lg {
    border-bottom-left-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-7--lg {
    border-top-left-radius: 7px!important;
    border-bottom-left-radius: 7px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-7--lg {
    border-top-right-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-8--lg {
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-8--lg {
    border-bottom-left-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-8--lg {
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-8--lg {
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-9--lg {
    border-top-left-radius: 9px!important;
    border-top-right-radius: 9px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-9--lg {
    border-bottom-left-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-9--lg {
    border-top-left-radius: 9px!important;
    border-bottom-left-radius: 9px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-9--lg {
    border-top-right-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-10--lg {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-10--lg {
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-10--lg {
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-10--lg {
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-11--lg {
    border-top-left-radius: 11px!important;
    border-top-right-radius: 11px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-11--lg {
    border-bottom-left-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-11--lg {
    border-top-left-radius: 11px!important;
    border-bottom-left-radius: 11px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-11--lg {
    border-top-right-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-12--lg {
    border-top-left-radius: 12px!important;
    border-top-right-radius: 12px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-12--lg {
    border-bottom-left-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-12--lg {
    border-top-left-radius: 12px!important;
    border-bottom-left-radius: 12px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-12--lg {
    border-top-right-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-13--lg {
    border-top-left-radius: 13px!important;
    border-top-right-radius: 13px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-13--lg {
    border-bottom-left-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-13--lg {
    border-top-left-radius: 13px!important;
    border-bottom-left-radius: 13px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-13--lg {
    border-top-right-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-14--lg {
    border-top-left-radius: 14px!important;
    border-top-right-radius: 14px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-14--lg {
    border-bottom-left-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-14--lg {
    border-top-left-radius: 14px!important;
    border-bottom-left-radius: 14px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-14--lg {
    border-top-right-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-15--lg {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-15--lg {
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-15--lg {
    border-top-left-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-15--lg {
    border-top-right-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
}
@media (min-width:1200px) {
  .rounded-top-5--xl {
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-5--xl {
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-5--xl {
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-5--xl {
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-6--xl {
    border-top-left-radius: 6px!important;
    border-top-right-radius: 6px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-6--xl {
    border-bottom-left-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-6--xl {
    border-top-left-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-6--xl {
    border-top-right-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-7--xl {
    border-top-left-radius: 7px!important;
    border-top-right-radius: 7px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-7--xl {
    border-bottom-left-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-7--xl {
    border-top-left-radius: 7px!important;
    border-bottom-left-radius: 7px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-7--xl {
    border-top-right-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-8--xl {
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-8--xl {
    border-bottom-left-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-8--xl {
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-8--xl {
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-9--xl {
    border-top-left-radius: 9px!important;
    border-top-right-radius: 9px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-9--xl {
    border-bottom-left-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-9--xl {
    border-top-left-radius: 9px!important;
    border-bottom-left-radius: 9px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-9--xl {
    border-top-right-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-10--xl {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-10--xl {
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-10--xl {
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-10--xl {
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-11--xl {
    border-top-left-radius: 11px!important;
    border-top-right-radius: 11px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-11--xl {
    border-bottom-left-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-11--xl {
    border-top-left-radius: 11px!important;
    border-bottom-left-radius: 11px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-11--xl {
    border-top-right-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-12--xl {
    border-top-left-radius: 12px!important;
    border-top-right-radius: 12px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-12--xl {
    border-bottom-left-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-12--xl {
    border-top-left-radius: 12px!important;
    border-bottom-left-radius: 12px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-12--xl {
    border-top-right-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-13--xl {
    border-top-left-radius: 13px!important;
    border-top-right-radius: 13px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-13--xl {
    border-bottom-left-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-13--xl {
    border-top-left-radius: 13px!important;
    border-bottom-left-radius: 13px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-13--xl {
    border-top-right-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-14--xl {
    border-top-left-radius: 14px!important;
    border-top-right-radius: 14px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-14--xl {
    border-bottom-left-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-14--xl {
    border-top-left-radius: 14px!important;
    border-bottom-left-radius: 14px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-14--xl {
    border-top-right-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-15--xl {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-15--xl {
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-15--xl {
    border-top-left-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-15--xl {
    border-top-right-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
}
@media (min-width:1400px) {
  .rounded-top-5--xxl {
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-5--xxl {
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-5--xxl {
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-5--xxl {
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-6--xxl {
    border-top-left-radius: 6px!important;
    border-top-right-radius: 6px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-6--xxl {
    border-bottom-left-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-6--xxl {
    border-top-left-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-6--xxl {
    border-top-right-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-7--xxl {
    border-top-left-radius: 7px!important;
    border-top-right-radius: 7px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-7--xxl {
    border-bottom-left-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-7--xxl {
    border-top-left-radius: 7px!important;
    border-bottom-left-radius: 7px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-7--xxl {
    border-top-right-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-8--xxl {
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-8--xxl {
    border-bottom-left-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-8--xxl {
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-8--xxl {
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-9--xxl {
    border-top-left-radius: 9px!important;
    border-top-right-radius: 9px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-9--xxl {
    border-bottom-left-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-9--xxl {
    border-top-left-radius: 9px!important;
    border-bottom-left-radius: 9px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-9--xxl {
    border-top-right-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-10--xxl {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-10--xxl {
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-10--xxl {
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-10--xxl {
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-11--xxl {
    border-top-left-radius: 11px!important;
    border-top-right-radius: 11px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-11--xxl {
    border-bottom-left-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-11--xxl {
    border-top-left-radius: 11px!important;
    border-bottom-left-radius: 11px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-11--xxl {
    border-top-right-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-12--xxl {
    border-top-left-radius: 12px!important;
    border-top-right-radius: 12px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-12--xxl {
    border-bottom-left-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-12--xxl {
    border-top-left-radius: 12px!important;
    border-bottom-left-radius: 12px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-12--xxl {
    border-top-right-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-13--xxl {
    border-top-left-radius: 13px!important;
    border-top-right-radius: 13px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-13--xxl {
    border-bottom-left-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-13--xxl {
    border-top-left-radius: 13px!important;
    border-bottom-left-radius: 13px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-13--xxl {
    border-top-right-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-14--xxl {
    border-top-left-radius: 14px!important;
    border-top-right-radius: 14px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-14--xxl {
    border-bottom-left-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-14--xxl {
    border-top-left-radius: 14px!important;
    border-bottom-left-radius: 14px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-14--xxl {
    border-top-right-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-15--xxl {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-15--xxl {
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-15--xxl {
    border-top-left-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-15--xxl {
    border-top-right-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
}
@media (min-width:1800px) {
  .rounded-top-5--xxxl {
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-5--xxxl {
    border-bottom-left-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-5--xxxl {
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-5--xxxl {
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-6--xxxl {
    border-top-left-radius: 6px!important;
    border-top-right-radius: 6px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-6--xxxl {
    border-bottom-left-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-6--xxxl {
    border-top-left-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-6--xxxl {
    border-top-right-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-7--xxxl {
    border-top-left-radius: 7px!important;
    border-top-right-radius: 7px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-7--xxxl {
    border-bottom-left-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-7--xxxl {
    border-top-left-radius: 7px!important;
    border-bottom-left-radius: 7px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-7--xxxl {
    border-top-right-radius: 7px!important;
    border-bottom-right-radius: 7px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-8--xxxl {
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-8--xxxl {
    border-bottom-left-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-8--xxxl {
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-8--xxxl {
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-9--xxxl {
    border-top-left-radius: 9px!important;
    border-top-right-radius: 9px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-9--xxxl {
    border-bottom-left-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-9--xxxl {
    border-top-left-radius: 9px!important;
    border-bottom-left-radius: 9px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-9--xxxl {
    border-top-right-radius: 9px!important;
    border-bottom-right-radius: 9px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-10--xxxl {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-10--xxxl {
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-10--xxxl {
    border-top-left-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-10--xxxl {
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-11--xxxl {
    border-top-left-radius: 11px!important;
    border-top-right-radius: 11px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-11--xxxl {
    border-bottom-left-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-11--xxxl {
    border-top-left-radius: 11px!important;
    border-bottom-left-radius: 11px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-11--xxxl {
    border-top-right-radius: 11px!important;
    border-bottom-right-radius: 11px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-12--xxxl {
    border-top-left-radius: 12px!important;
    border-top-right-radius: 12px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-12--xxxl {
    border-bottom-left-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-12--xxxl {
    border-top-left-radius: 12px!important;
    border-bottom-left-radius: 12px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-12--xxxl {
    border-top-right-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-13--xxxl {
    border-top-left-radius: 13px!important;
    border-top-right-radius: 13px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-13--xxxl {
    border-bottom-left-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-13--xxxl {
    border-top-left-radius: 13px!important;
    border-bottom-left-radius: 13px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-13--xxxl {
    border-top-right-radius: 13px!important;
    border-bottom-right-radius: 13px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-14--xxxl {
    border-top-left-radius: 14px!important;
    border-top-right-radius: 14px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-14--xxxl {
    border-bottom-left-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-14--xxxl {
    border-top-left-radius: 14px!important;
    border-bottom-left-radius: 14px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-14--xxxl {
    border-top-right-radius: 14px!important;
    border-bottom-right-radius: 14px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
  .rounded-top-15--xxxl {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
    border-botton-left-radius: 0!important;
    border-botton-right-radius: 0!important
  }
  .rounded-bottom-15--xxxl {
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
  }
  .rounded-start-15--xxxl {
    border-top-left-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
  }
  .rounded-end-15--xxxl {
    border-top-right-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
  }
}