.card {
    margin-bottom: 1.5rem;
    background-color: #FFF;
    transition: all 0.5s ease-in-out;
    position: relative;
    border-radius: 5px;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
    color: inherit;
  }
  .card .card-body {
    padding: 1.25rem;
  }
  @media (max-width: 767.98px) {
    .card .card-body {
      padding: 16px;
    }
  }
  .card .card-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #111827;
  }
  @media (max-width: 767.98px) {
    .card .card-title {
      font-size: 16px;
    }
  }
  .card .card-header {
    border-color: #E5E7EB;
    position: relative;
    background: transparent;
    padding: 1rem 1.25rem 1rem;
  }
  @media (max-width: 767.98px) {
    .card .card-header {
      padding: 15px;
    }
  }
  .card .card-header .card-title {
    margin-bottom: 0rem;
  }
  .card .card-header .subtitle {
    padding-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .card .card-footer {
    border-color: #E5E7EB;
    background: transparent;
    padding: 1rem 1.25rem 1rem;
  }
  
  .card-group .card {
    margin-bottom: 1.5rem;
  }
  
  .card.custom-card {
    border-radius: 4px;
    border: 0;
    background-color: #FFF;
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
  }
  .card.custom-card .card-header {
    padding: 1rem 1.25rem;
    background-color: transparent !important;
    border-block-end: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .card.custom-card .card-header:first-child {
    border-radius: 0.625rem 0.625rem 0 0;
  }
  .card.custom-card .card-header .card-title {
    position: relative;
    margin-block-end: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: capitalize;
  }
  .card.custom-card .card-header .card-title .subtitle {
    margin-block-end: 0;
    text-transform: initial;
  }
  .card.custom-card .card-footer {
    background-color: transparent !important;
    border-block-start: 1px solid #E5E7EB;
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
  .card.custom-card .card-body {
    padding: 1.5rem;
    color: #6B7280;
  }
  .card.custom-card .card-link {
    font-size: 0.75rem;
  }
  .card .card-text {
    font-size: 0.813rem;
  }
  .card .footer-card-icon {
    width: 60px;
    height: 60px;
  }
  .card.overlay-card {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
  }
  .card.overlay-card .card-header {
    border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  }
  .card.overlay-card .card-footer {
    border-block-start: 1px solid rgba(255, 255, 255, 0.1);
  }
  .card.overlay-card .over-content-bottom {
    top: auto;
  }
  .card.overlay-card:before {
    content: "";
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 0;
    inset-block-end: 0;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
  }
  .card.card-bg-primary {
    background-color: #F26522;
    color: #FFF;
  }
  .card.card-bg-primary .card-header {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-end: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-primary .card-header:before {
    background-color: #FFF;
  }
  .card.card-bg-primary .card-body {
    color: #FFF;
  }
  .card.card-bg-primary .card-footer {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-start: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-secondary {
    background-color: #3B7080;
    color: #FFF;
  }
  .card.card-bg-secondary .card-header {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-end: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-secondary .card-header:before {
    background-color: #FFF;
  }
  .card.card-bg-secondary .card-body {
    color: #FFF;
  }
  .card.card-bg-secondary .card-footer {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-start: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-warning {
    background-color: #FFC107;
    color: #FFF;
  }
  .card.card-bg-warning .card-header {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-end: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-warning .card-header:before {
    background-color: #FFF;
  }
  .card.card-bg-warning .card-body {
    color: #FFF;
  }
  .card.card-bg-warning .card-footer {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-start: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-info {
    background-color: #1B84FF;
    color: #FFF;
  }
  .card.card-bg-info .card-header {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-end: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-info .card-header:before {
    background-color: #FFF;
  }
  .card.card-bg-info .card-body {
    color: #FFF;
  }
  .card.card-bg-info .card-footer {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-start: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-success {
    background-color: #03C95A;
    color: #FFF;
  }
  .card.card-bg-success .card-header {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-end: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-success .card-header:before {
    background-color: #FFF;
  }
  .card.card-bg-success .card-body {
    color: #FFF;
  }
  .card.card-bg-success .card-footer {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-start: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-danger {
    background-color: #E70D0D;
    color: #FFF;
  }
  .card.card-bg-danger .card-header {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-end: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-danger .card-header:before {
    background-color: #FFF;
  }
  .card.card-bg-danger .card-body {
    color: #FFF;
  }
  .card.card-bg-danger .card-footer {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-start: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-light {
    background-color: #F8F9FA;
    color: #6B7280;
  }
  .card.card-bg-light .card-header {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #6B7280;
    border-block-end: #E5E7EB;
  }
  .card.card-bg-light .card-body {
    color: #6B7280;
  }
  .card.card-bg-light .card-footer {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #6B7280;
    border-block-start: #E5E7EB;
  }
  .card.card-bg-dark {
    background-color: #212529;
    color: #FFF;
  }
  .card.card-bg-dark .card-header {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-end: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card.card-bg-dark .card-header:before {
    background-color: #FFF;
  }
  .card.card-bg-dark .card-body {
    color: #FFF;
  }
  .card.card-bg-dark .card-footer {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFF;
    border-block-start: 1px solid rgba(255, 255, 255, 0.2);
  }
  .card .card-anchor {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
  }
  .card .collapse-close {
    display: none;
  }
  .card.card .collapsed .collapse-close {
    display: block;
  }
  .card.card .collapsed .collapse-open {
    display: none;
  }
  .card.card-fullscreen {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-start: 0;
    bottom: 0;
    z-index: 9999;
    margin: 0;
  }
  
  .cals-icon {
    font-size: 50px;
    color: #6B7280;
  }
  
  .callout {
    padding: 1.25rem;
    margin-block-start: 1.25rem;
    margin-block-end: 1.25rem;
    background-color: #F8F9FA;
    border-inline-start: 0.25rem solid #E5E7EB;
  }
  
  .callout-info {
    background-color: rgba(27, 132, 255, 0.075);
    border-color: rgba(27, 132, 255, 0.5);
  }
  
  .callout-warning {
    background-color: rgba(255, 193, 7, 0.075);
    border-color: rgba(255, 193, 7, 0.5);
  }
  
  .callout-danger {
    background-color: rgba(231, 13, 13, 0.075);
    border-color: rgba(231, 13, 13, 0.5);
  }
  
  .btn-facebook {
    background-color: #3B5998;
    color: #FFF;
    border: 1px solid #3B5998;
  }
  .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
    background-color: #3B5998 !important;
    color: #FFF !important;
    border: 1px solid #3B5998 !important;
  }
  
  .btn-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
    color: #FFF;
    border: 1px solid transparent;
  }
  .btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active {
    color: #FFF;
    border: 1px solid transparent;
  }
  
  .btn-twitter {
    background-color: #00ACEE;
    color: #FFF;
    border: 1px solid #00ACEE;
  }
  .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
    background-color: #00ACEE !important;
    color: #FFF !important;
    border: 1px solid #00ACEE !important;
  }
  
  .btn-icon {
    width: 2.313rem;
    height: 2.313rem;
    font-size: 0.95rem;
    flex-shrink: 0;
  }
  
  .btn-wave {
    display: inline-block !important;
  }
  
  @media (max-width: 575px) {
    .overlay-card .card-text {
      font-size: 0.613rem !important;
    }
  }
  @media (max-width: 400px) {
    .overlay-card .card-text {
      font-size: 0.413rem !important;
    }
  }
  .card .form-control-plaintext {
    min-height: 38px;
  }
  
  /****** Utils ******/
  .view-icons .btn.active 
   {
      color:#FFF;
  }
  .view-icons .btn:hover, .view-icons .btn.active {
    background-color: #ff9b44;
    color: white;
    border-color: #ff9b44;
}






/* new website css */

@charset "UTF-8";
/****** Utils ******/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
/******* Base *******/
/****** Utils ******/
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
  background-color: #F8F9FA;
  overflow-y: auto;
  overflow-x: hidden;
}

::selection {
  background: #F26522;
  color: #FFF;
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

* {
  outline: none;
}

button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button:focus {
  box-shadow: none !important;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #202C4B;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

ol, ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0;
}

ul {
  list-style: none;
}
ul.list-disc {
  list-style: disc;
  padding-left: 15px;
}
ul.list-disc ul {
  list-style-type: circle;
}
ul.list-decimal {
  list-style: decimal;
  padding-left: 15px;
}
ul.list-decimal ul {
  list-style-type: decimal;
}
ul.list-icon {
  list-style: none;
  padding-left: 0;
}
ul.list-icon > li {
  padding-left: 1.875rem;
  counter-increment: li;
}
ul.list-icon > li i,
ul.list-icon > li .feather-icon,
ul.list-icon > li .svg-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -1.25rem;
  position: relative;
  left: -10px;
  padding: 1px;
  top: -1px;
}
ul.list-icon > li i {
  font-size: 20px;
  top: 5px;
}
ul .btn-primary:not(:disabled):not(.disabled):active:focus, ul .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

/****** Utils ******/
.bg-primary {
  background-color: #F26522 !important;
}

.bg-secondary {
  background-color: #3B7080 !important;
}

.bg-info {
  background-color: #1B84FF !important;
}

.bg-success {
  background-color: #03C95A !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}

.bg-danger {
  background-color: #E70D0D !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-light {
  background-color: #F8F9FA !important;
}

.bg-white {
  background-color: #FFF;
}

.bg-pink {
  background-color: #FD3995 !important;
}

.bg-purple {
  background-color: #AB47BC !important;
}

.bg-darkgreen {
  background-color: #111926 !important;
}

.bg-nightblue {
  background-color: #0F0F41 !important;
}

.bg-royalblue {
  background-color: #0039C6 !important;
}

.bg-darkgray {
  background-color: #2E2E48 !important;
}

.bg-indigo {
  background-color: #391694 !important;
}

.bg-gray {
  background: #F4F6FA;
}

.bg-primary {
  background-color: #F26522 !important;
}
.bg-primary.bg-opacity-10 {
  background-color: rgba(242, 101, 34, 0.1) !important;
}
.bg-primary.bg-opacity-25 {
  background-color: rgba(242, 101, 34, 0.25) !important;
}
.bg-primary.bg-opacity-50 {
  background-color: rgba(242, 101, 34, 0.5) !important;
}
.bg-primary.bg-opacity-75 {
  background-color: rgba(242, 101, 34, 0.75) !important;
}
.bg-primary.bg-opacity-100 {
  background-color: #f26522 !important;
}

.bg-secondary {
  background-color: #3B7080 !important;
}
.bg-secondary.bg-opacity-10 {
  background-color: rgba(59, 112, 128, 0.1) !important;
}
.bg-secondary.bg-opacity-25 {
  background-color: rgba(59, 112, 128, 0.25) !important;
}
.bg-secondary.bg-opacity-50 {
  background-color: rgba(59, 112, 128, 0.5) !important;
}
.bg-secondary.bg-opacity-75 {
  background-color: rgba(59, 112, 128, 0.75) !important;
}
.bg-secondary.bg-opacity-100 {
  background-color: #3b7080 !important;
}

.bg-info {
  background-color: #1B84FF !important;
}
.bg-info.bg-opacity-10 {
  background-color: rgba(27, 132, 255, 0.1) !important;
}
.bg-info.bg-opacity-25 {
  background-color: rgba(27, 132, 255, 0.25) !important;
}
.bg-info.bg-opacity-50 {
  background-color: rgba(27, 132, 255, 0.5) !important;
}
.bg-info.bg-opacity-75 {
  background-color: rgba(27, 132, 255, 0.75) !important;
}
.bg-info.bg-opacity-100 {
  background-color: #1b84ff !important;
}

.bg-success {
  background-color: #03C95A !important;
}
.bg-success.bg-opacity-10 {
  background-color: rgba(3, 201, 90, 0.1) !important;
}
.bg-success.bg-opacity-25 {
  background-color: rgba(3, 201, 90, 0.25) !important;
}
.bg-success.bg-opacity-50 {
  background-color: rgba(3, 201, 90, 0.5) !important;
}
.bg-success.bg-opacity-75 {
  background-color: rgba(3, 201, 90, 0.75) !important;
}
.bg-success.bg-opacity-100 {
  background-color: #03c95a !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}
.bg-warning.bg-opacity-10 {
  background-color: rgba(255, 193, 7, 0.1) !important;
}
.bg-warning.bg-opacity-25 {
  background-color: rgba(255, 193, 7, 0.25) !important;
}
.bg-warning.bg-opacity-50 {
  background-color: rgba(255, 193, 7, 0.5) !important;
}
.bg-warning.bg-opacity-75 {
  background-color: rgba(255, 193, 7, 0.75) !important;
}
.bg-warning.bg-opacity-100 {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #E70D0D !important;
}
.bg-danger.bg-opacity-10 {
  background-color: rgba(231, 13, 13, 0.1) !important;
}
.bg-danger.bg-opacity-25 {
  background-color: rgba(231, 13, 13, 0.25) !important;
}
.bg-danger.bg-opacity-50 {
  background-color: rgba(231, 13, 13, 0.5) !important;
}
.bg-danger.bg-opacity-75 {
  background-color: rgba(231, 13, 13, 0.75) !important;
}
.bg-danger.bg-opacity-100 {
  background-color: #e70d0d !important;
}

.bg-dark {
  background-color: #212529 !important;
}
.bg-dark.bg-opacity-10 {
  background-color: rgba(33, 37, 41, 0.1) !important;
}
.bg-dark.bg-opacity-25 {
  background-color: rgba(33, 37, 41, 0.25) !important;
}
.bg-dark.bg-opacity-50 {
  background-color: rgba(33, 37, 41, 0.5) !important;
}
.bg-dark.bg-opacity-75 {
  background-color: rgba(33, 37, 41, 0.75) !important;
}
.bg-dark.bg-opacity-100 {
  background-color: #212529 !important;
}

.bg-light {
  background-color: #F8F9FA !important;
}
.bg-light.bg-opacity-10 {
  background-color: rgba(248, 249, 250, 0.1) !important;
}
.bg-light.bg-opacity-25 {
  background-color: rgba(248, 249, 250, 0.25) !important;
}
.bg-light.bg-opacity-50 {
  background-color: rgba(248, 249, 250, 0.5) !important;
}
.bg-light.bg-opacity-75 {
  background-color: rgba(248, 249, 250, 0.75) !important;
}
.bg-light.bg-opacity-100 {
  background-color: #f8f9fa !important;
}

.bg-skyblue {
  background-color: #0DCAF0 !important;
}

.bg-primary {
  background-color: #F26522 !important;
  border: 1px solid #F26522 !important;
  color: #FFF;
}

.bg-secondary {
  background-color: #3B7080 !important;
  border: 1px solid #3B7080 !important;
  color: #FFF;
}

.bg-success {
  background-color: #03C95A !important;
  border: 1px solid #03C95A !important;
  color: #FFF;
}

.bg-info {
  background-color: #1B84FF !important;
  border: 1px solid #1B84FF !important;
  color: #FFF;
}

.bg-warning {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  color: #FFF;
}

.bg-danger {
  background-color: #E70D0D !important;
  border: 1px solid #E70D0D !important;
  color: #FFF;
}

.bg-dark {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  color: #FFF;
}

.bg-light {
  background-color: #F8F9FA !important;
  border: 1px solid #F8F9FA !important;
  color: #FFF;
}

.bg-black {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF;
}

.bg-purple {
  background-color: #AB47BC !important;
  border: 1px solid #AB47BC !important;
  color: #FFF;
}

.bg-soft-primary {
  background-color: #FEF0E9;
  color: #F26522;
}

.bg-soft-secondary {
  background-color: #B9CBD1;
  color: #3B7080;
}

.bg-soft-success {
  background-color: #A4EBC4;
  color: #03C95A;
}

.bg-soft-danger {
  background-color: #EC9E9E;
  color: #E70D0D;
}

.bg-soft-warning {
  background-color: #FFE9A6;
  color: #FFC107;
}

.bg-soft-info {
  background-color: rgba(27, 132, 255, 0.3);
  color: #1B84FF;
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.9);
  color: #6B7280;
}

.bg-soft-dark {
  background-color: rgba(33, 37, 41, 0.3);
  color: #FFF;
}

.bg-light {
  color: #6B7280;
}

.bg-primary-gradient {
  background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%) !important;
  color: #FFF;
}

.bg-secondary-gradient {
  background: linear-gradient(180deg, #3B7080 0%, #3D90A9 100%) !important;
  color: #FFF;
}

.bg-warning-gradient {
  background: linear-gradient(180deg, #FFC107 0%, #FFE8A5 100%) !important;
  color: #FFF;
}

.bg-info-gradient {
  background: linear-gradient(180deg, #177DBC 0%, #1A91DB 100%) !important;
  color: #FFF;
}

.bg-success-gradient {
  background: linear-gradient(180deg, #2DCB73 0%, #0DA952 100%) !important;
  color: #FFF;
}

.bg-danger-gradient {
  background: linear-gradient(180deg, #E70D0D 0%, #810707 100%) !important;
  color: #FFF;
}

.bg-purple-gradient {
  background: linear-gradient(180deg, #4B3088 0%, #5C2DC8 100%) !important;
  color: #FFF;
}

.bg-light-gradient {
  background: linear-gradient(180deg, #F8F9FA 0%, #EDEDED 100%) !important;
  color: #000;
}

.bg-dark-gradient {
  background: linear-gradient(180deg, #F3F6FF 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-outline-primary {
  background-color: #FFF;
  border: 1px solid #F26522;
  color: #F26522;
}

.bg-outline-secondary {
  background-color: #FFF;
  border: 1px solid #3B7080;
  color: #3B7080;
}

.bg-outline-warning {
  background-color: #FFF;
  border: 1px solid #FFC107;
  color: #FFC107;
}

.bg-outline-info {
  background-color: #FFF;
  border: 1px solid #1B84FF;
  color: #1B84FF;
}

.bg-outline-success {
  background-color: #FFF;
  border: 1px solid #03C95A;
  color: #03C95A;
}

.bg-outline-danger {
  background-color: #FFF;
  border: 1px solid #E70D0D;
  color: #E70D0D;
}

.bg-outline-dark {
  background-color: #FFF;
  border: 1px solid #212529;
  color: #212529;
}

.bg-outline-light {
  background-color: #FFF;
  border: 1px solid #F8F9FA !important;
  color: #000 !important;
}

.bg-primary-transparent {
  background-color: #FEF1EB !important;
  color: #F26522 !important;
}
.bg-primary-transparent:hover {
  background-color: #FEF1EB !important;
  color: #F26522 !important;
}

.bg-secondary-transparent {
  background-color: #EDF2F4 !important;
  color: #3B7080 !important;
}
.bg-secondary-transparent:hover {
  background-color: #EDF2F4 !important;
  color: #3B7080 !important;
}

.bg-info-transparent {
  background-color: #D6E9FF !important;
  color: #1B84FF !important;
}
.bg-info-transparent:hover {
  background-color: #D6E9FF !important;
  color: #1B84FF !important;
}

.bg-success-transparent {
  background-color: #D2F5E1 !important;
  color: #03C95A !important;
}
.bg-success-transparent:hover {
  background-color: #D2F5E1 !important;
  color: #03C95A !important;
}

.bg-warning-transparent {
  background-color: #FFF4D2 !important;
  color: #FFC107 !important;
}
.bg-warning-transparent:hover {
  background-color: #FFF4D2 !important;
  color: #FFC107 !important;
}

.bg-danger-transparent {
  background-color: #F6CECE !important;
  color: #E70D0D !important;
}
.bg-danger-transparent:hover {
  background-color: #F6CECE !important;
  color: #E70D0D !important;
}

.bg-light-transparent {
  background-color: rgba(248, 249, 250, 0.5) !important;
  color: #F8F9FA !important;
}
.bg-light-transparent:hover {
  background-color: rgba(248, 249, 250, 0.5) !important;
  color: #6B7280 !important;
}

.bg-skyblue-transparent {
  background-color: #D3F5FC !important;
  color: #0DCAF0 !important;
}
.bg-skyblue-transparent:hover {
  background-color: #D3F5FC !important;
  color: #0DCAF0 !important;
}

.bg-pink-transparent {
  background-color: #FFDBEC !important;
  color: #FD3995 !important;
}
.bg-pink-transparent:hover {
  background-color: #FFDBEC !important;
  color: #FD3995 !important;
}

.bg-lightdanger-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEEEE 100%);
}

.bg-lightpink-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEBF4 100%);
}

.bg-lightsuccess-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #E8FFF2 100%);
}

.bg-lightpurple-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #FCE8FF 100%);
}

.bg-primary-100 {
  background-color: #FEF0E9 !important;
}

.bg-gray-100 {
  background-color: #F3F4F6;
}

.bg-gray-200 {
  background-color: #E5E7EB;
}

.bg-gray-300 {
  background-color: #D1D5DB;
}

.bg-gray-400 {
  background-color: #9CA3AF;
}

.bg-gray-500 {
  background-color: #6B7280;
}

.bg-gray-600 {
  background-color: #4B5563;
}

.bg-gray-700 {
  background-color: #374151;
}

.bg-gray-800 {
  background-color: #1F2937;
}

.bg-gray-900 {
  background-color: #111827 !important;
}

.bg-light-100 {
  background-color: #FDFDFE !important;
}

.bg-light-300 {
  background-color: #F8FAFC !important;
}

.bg-light-400 {
  background-color: #F6F8FB !important;
}

.bg-light-500 {
  background-color: #F4F6FA !important;
}

.bg-success-800 {
  background-color: #33D37A !important;
}

.svg-primary {
  fill: #F26522;
}

.svg-secondary {
  fill: #3B7080;
}

.svg-success {
  fill: #03C95A;
}

.svg-danger {
  fill: #E70D0D;
}

.svg-warning {
  fill: #FFC107;
}

.svg-white {
  fill: #FFF;
}

.svg-black {
  fill: #000;
}

.svg-pink {
  fill: #FD3995;
}

.svg-purple {
  fill: #AB47BC;
}

.svg-info {
  fill: #1B84FF;
}

.svg-light {
  fill: #F8F9FA;
}

.svg-dark {
  fill: #212529;
}

.svg-default {
  fill: #6B7280;
}

.color-container {
  width: 5rem;
  height: 5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3rem;
}

.text-container {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}

.color-box {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.bg-light-200 {
  background: #FBFBFD;
}

.bg-light-300 {
  background: #F8FAFC;
}

.bg-transparent-primary {
  background: #FEF1EB;
}

.bg-transparent-dark {
  background: #E8E9EA;
}

.bg-transparent-warning {
  background: #FFF4D2 !important;
}

.bg-transparent-light {
  background: #F8F9FA !important;
}

.bg-transparent-danger {
  background: #F6CECE !important;
}

.bg-transparent-success {
  background: #D2F5E1 !important;
}

.bg-transparent-info {
  background: #D6E9FF !important;
}

.bg-transparent-purple {
  background: #F7EEF9 !important;
  color: #AB47BC !important;
}

.bg-transparent-secondary {
  background: #EDF2F4 !important;
}

.bg-transparent-skyblue {
  background: #E9FAFE !important;
}

.bg-light-gray {
  background: #F4F6FA;
}

.bg-soft-pink {
  background: #FFDBEC;
  color: #FD3995;
}

.bg-soft-skyblue {
  background: #D3F5FC;
}

.bg-danger-transparent {
  background: #FAE7E7;
  border-color: #FAE7E7 !important;
}

.bg-pink-transparent {
  background: #FFEDF6 !important;
  color: #FD3995 !important;
}

.bg-outline-pink {
  border: 1px solid #FD3995 !important;
  color: #FD3995 !important;
}

.bg-outline-purple {
  border: 1px solid #AB47BC !important;
  color: #AB47BC !important;
}

.bg-outline-skyblue {
  border: 1px solid #0DCAF0 !important;
  color: #0DCAF0 !important;
}

/******* Components ******/
/****** Utils ******/
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #FFF;
  font-weight: 500;
}
.avatar a.badge:hover {
  color: #FFF;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.avatar.avatar-rounded {
  border-radius: 50%;
}
.avatar.avatar-rounded img {
  border-radius: 50%;
}
.avatar.avatar-radius-0 {
  border-radius: 0;
}
.avatar.avatar-radius-0 img {
  border-radius: 0;
}
.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid #FFF;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.online:before, .avatar.offline:before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid #FFF !important;
  z-index: 1;
}
.avatar.online:before {
  background-color: #03C95A;
}
.avatar.offline:before {
  background-color: #6B7280;
}
.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}
.avatar.avatar-sm.online:before, .avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-md {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}
.avatar.avatar-md.online:before, .avatar.avatar-md.offline:before {
  width: 0.75rem;
  height: 0.75rem;
}
.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-lg {
  width: 2.813rem;
  height: 2.813rem;
  line-height: 2.813rem;
  font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before, .avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}
.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem;
}
.avatar.avatar-xl {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before, .avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}
.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before, .avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar.avatar-xxxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.75rem;
}
.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxxl.online:before, .avatar.avatar-xxxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar-list-stacked {
  padding: 0;
}
.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-list-stacked.avatar-group-sm .avatar {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}
.avatar-list-stacked.avatar-group-xs .avatar {
  width: 1rem;
  height: 1rem;
  margin-inline-end: -6px !important;
}
.avatar-list-stacked.avatar-group-xs .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
  margin-right: -6px;
}
.avatar-list-stacked .avatar {
  margin-inline-end: -0.875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem;
}
.avatar-group .avatar .avatar-img,
.avatar-group .avatar > .initial-wrap {
  border: 2px solid #FFF;
  font-size: 0.9rem;
}
.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-group.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-group.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.avatar.avatar-xl.border.online::before {
  width: 10px;
  height: 10px;
  inset-inline-end: 5px;
}

.avatar-xxxl.candidate-img {
  width: 135px;
  height: 135px;
}

/****** Utils ******/
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #F26522;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-datetimepicker-widget table th.prev, .bootstrap-datetimepicker-widget table th.next {
  padding-bottom: 16px;
}
.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid #E9EDF4;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.bootstrap-datetimepicker-widget table th.prev span:hover, .bootstrap-datetimepicker-widget table th.next span:hover {
  background: #212529;
  border-color: #212529;
  color: #FFF;
}
.bootstrap-datetimepicker-widget table td {
  font-size: 14px;
  color: #6B7280;
}
.bootstrap-datetimepicker-widget table td.day {
  width: 30px;
  height: 32px;
  line-height: 32px;
}

.bootstrap-datetimepicker-widget {
  z-index: 999 !important;
}
.bootstrap-datetimepicker-widget .picker-switch {
  padding-bottom: 16px;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #F26522;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.border-success {
  border-color: #03C95A !important;
}

.shadow-sm {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.shadow-md {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1) !important;
}

.list-group-item {
  border-color: #E9EDF4 !important;
  color: inherit;
}

.list-group a.active {
  background: #FEF0E9;
  color: #F26522;
}
.list-group a:hover {
  background: #FEF0E9;
  color: #F26522;
}

.list-styled-dotted li {
  list-style-type: disc;
}

.link-default {
  color: #6B7280;
}
.link-default:hover {
  color: #F26522;
}

.custom-offcanvas.offcanvas.offcanvas-end {
  width: 600px !important;
}
.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn {
  width: 20px;
  height: 20px;
  color: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #6B7280;
  border: 1px solid #6B7280;
}
.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn:hover {
  background: #E70D0D;
  border-color: #E70D0D;
}

.w-40 {
  width: 40%;
}
@media (max-width: 767.98px) {
  .w-40 {
    width: 100%;
  }
}

hr {
  border-color: #E9EDF4;
}

/****** Utils ******/
.btn-primary {
  color: #FFF;
  background-color: #F26522;
  border-color: #F26522;
  font-size: 14px;
  font-size: 14px;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn.show:hover, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  border-radius: 5px;
  padding: 0.5rem 0.85rem;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
  
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover {
  transition: all 0.5s;
}
.btn.btn-lg {
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.btn.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.6rem;
}
.btn.btn-md {
  padding: 0.35rem 0.85rem;
  font-size: 0.813rem;
}
.btn.btn-primary {
  background-color: #F26522;
  border: 1px solid #F26522;
  color: #FFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: rgb(222.1333333333, 80.4102564103, 13.0666666667);
  border: 1px solid rgb(222.1333333333, 80.4102564103, 13.0666666667);
  color: #FFF;
}
.btn.btn-secondary {
  background-color: #3B7080;
  border: 1px solid #3B7080;
  color: #FFF;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: rgb(46.1272727273, 87.5636363636, 100.0727272727);
  border: 1px solid rgb(46.1272727273, 87.5636363636, 100.0727272727);
  color: #FFF;
}
.btn.btn-success {
  background-color: #03C95A;
  border: 1px solid #03C95A;
  color: #FFF;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: rgb(2.4, 160.8, 72);
  border: 1px solid rgb(2.4, 160.8, 72);
  color: #FFF;
}
.btn.btn-info {
  background-color: #1B84FF;
  border: 1px solid #1B84FF;
  color: #FFF;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: rgb(0, 111.0789473684, 241.2);
  border: 1px solid rgb(0, 111.0789473684, 241.2);
  color: #FFF;
}
.btn.btn-warning {
  background-color: #FFC107;
  border: 1px solid #FFC107;
  color: #FFF;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: rgb(221.2, 165.9, 0);
  border: 1px solid rgb(221.2, 165.9, 0);
  color: #FFF;
}
.btn.btn-danger {
  background-color: #E70D0D;
  border: 1px solid #E70D0D;
  color: #FFF;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: rgb(192.3737704918, 10.8262295082, 10.8262295082);
  border: 1px solid rgb(192.3737704918, 10.8262295082, 10.8262295082);
  color: #FFF;
}
.btn.btn-dark {
  background-color: #212529;
  border: 1px solid #212529;
  color: #FFF;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: rgb(14.8054054054, 16.6, 18.3945945946);
  border: 1px solid rgb(14.8054054054, 16.6, 18.3945945946);
  color: #FFF;
}
.btn.btn-light {
  background-color: #F8F9FA;
  border: 1px solid #F8F9FA;
  color: #FFF;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: rgb(224.2, 228.6, 233);
  border: 1px solid rgb(224.2, 228.6, 233);
  color: #FFF;
}
.btn.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black.focus, .btn.btn-black:active, .btn.btn-black.active {
  background-color: hsl(0, 0%, -8%);
  border: 1px solid hsl(0, 0%, -8%);
  color: #FFF;
}
.btn.btn-purple {
  background-color: #AB47BC;
  border: 1px solid #AB47BC;
  color: #FFF;
}
.btn.btn-purple:hover, .btn.btn-purple:focus, .btn.btn-purple.focus, .btn.btn-purple:active, .btn.btn-purple.active {
  background-color: rgb(145.1768924303, 58.2446215139, 159.9553784861);
  border: 1px solid rgb(145.1768924303, 58.2446215139, 159.9553784861);
  color: #FFF;
}
.btn.btn-primary {
  background-color: #F37438;
  border: 1px solid #F37438;
  color: #FFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: rgb(240.9696682464, 92.4819905213, 22.3303317536);
  border: 1px solid rgb(240.9696682464, 92.4819905213, 22.3303317536);
  color: #FFF;
}
.btn.btn-light {
  background-color: #F8F9FA;
  border: 1px solid #F8F9FA;
  color: #111827;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: rgb(239.075, 241.35, 243.625);
  border: 1px solid #F8F9FA;
  color: #111827;
}
.btn.btn-white {
  background-color: #FFF;
  border-color: #FFF;
  color: #111827;
}
.btn.btn-white.show {
  background-color: #FFF;
  border-color: #FFF;
}
.btn.btn-gray {
  background-color: #E5E7EB;
  border-color: #E5E7EB;
  color: #111827;
}
.btn.btn-gray:hover, .btn.btn-gray:focus, .btn.btn-gray.focus, .btn.btn-gray:active, .btn.btn-gray.active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
}
.btn.btn-linear-primary {
  background-image: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
  border: 1px solid #F37438;
  color: #FFF;
}
.btn.btn-linear-primary:hover, .btn.btn-linear-primary:focus, .btn.btn-linear-primary.focus, .btn.btn-linear-primary:active, .btn.btn-linear-primary.active {
  background-color: rgb(240.9696682464, 92.4819905213, 22.3303317536);
  border: 1px solid rgb(240.9696682464, 92.4819905213, 22.3303317536);
  color: #FFF;
}

.btn-group .btn {
  padding: 0.45rem 0.75rem;
}

.btn-group-lg .btn {
  padding: 0.65rem 1rem;
}

.btn-group-sm .btn {
  padding: 0.25rem 0.5rem;
}

.btn.btn-w-xs {
  min-width: 5.625rem;
}
.btn.btn-w-sm {
  min-width: 6.975rem;
}
.btn.btn-w-md {
  min-width: 8.125rem;
}
.btn.btn-w-lg {
  min-width: 9.375rem;
}

.btn-icon i {
  padding: 0rem;
  margin: -0.5rem;
}
.btn-icon.btn-xs {
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
}
.btn-icon.btn-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.8rem;
}
.btn-icon.btn-lg {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.2rem;
}

.btn-list > button, .btn-list > a {
  margin: 0 0.375rem 0.375rem 0;
}

[dir=rtl] .btn-list button,
[dir=rtl] .btn-list div,
[dir=rtl] .btn-list a,
[dir=rtl] .btn-list input {
  margin: 0 0 0.375rem 0.375rem;
}

.btn-list {
  margin-block-end: -0.5rem;
}

.btn-square {
  border-radius: 0;
}

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}

.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}

.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}

.btn.btn-primary-light {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
.btn.btn-primary-light:hover, .btn.btn-primary-light:focus, .btn.btn-primary-light:active {
  background-color: #F26522;
  color: #FFF;
  border-color: #F26522;
}
.btn.btn-secondary-light {
  background-color: rgba(59, 112, 128, 0.1);
  color: #3B7080;
}
.btn.btn-secondary-light:hover, .btn.btn-secondary-light:focus, .btn.btn-secondary-light:active {
  background-color: #3B7080;
  color: #FFF;
  border-color: #3B7080;
}
.btn.btn-warning-light {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}
.btn.btn-warning-light:hover, .btn.btn-warning-light:focus, .btn.btn-warning-light:active {
  background-color: #FFC107;
  color: #FFF;
  border-color: #FFC107;
}
.btn.btn-info-light {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}
.btn.btn-info-light:hover, .btn.btn-info-light:focus, .btn.btn-info-light:active {
  background-color: #1B84FF;
  color: #FFF;
  border-color: #1B84FF;
}
.btn.btn-success-light {
  background-color: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}
.btn.btn-success-light:hover, .btn.btn-success-light:focus, .btn.btn-success-light:active {
  background-color: #03C95A;
  color: #FFF;
  border-color: #03C95A;
}
.btn.btn-danger-light {
  background-color: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}
.btn.btn-danger-light:hover, .btn.btn-danger-light:focus, .btn.btn-danger-light:active {
  background-color: #E70D0D;
  color: #FFF;
  border-color: #E70D0D;
}

.btn.btn-primary-ghost {
  background-color: transparent;
  color: #F26522;
  border: 1px solid #F26522;
}
.btn.btn-primary-ghost:active {
  color: #F26522;
  border: 1px solid #F26522;
  background-color: transparent;
}
.btn.btn-dark {
  background: #111827 !important;
  border-color: #111827 !important;
  box-shadow: none;
  color: #FFF;
}
.btn.btn-dark:hover {
  background: #252a30 !important;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  color: #3B7080;
  border: 1px solid #3B7080;
}
.btn.btn-secondary-ghost:active {
  color: #3B7080;
  border: 1px solid #3B7080;
  background-color: transparent;
}
.btn.btn-warning-ghost {
  background-color: transparent;
  color: #FFC107;
  border: 1px solid #FFC107;
}
.btn.btn-warning-ghost:active {
  color: #FFC107;
  border: 1px solid #FFC107;
  background-color: transparent;
}
.btn.btn-info-ghost {
  background-color: transparent;
  color: #1B84FF;
  border: 1px solid #1B84FF;
}
.btn.btn-info-ghost:active {
  color: #1B84FF;
  border: 1px solid #1B84FF;
  background-color: transparent;
}
.btn.btn-success-ghost {
  background-color: transparent;
  color: #03C95A;
  border: 1px solid #03C95A;
}
.btn.btn-success-ghost:active {
  color: #03C95A;
  border: 1px solid #03C95A;
  background-color: transparent;
}
.btn.btn-danger-ghost {
  background-color: transparent;
  color: #E70D0D;
  border: 1px solid #E70D0D;
}
.btn.btn-danger-ghost:active {
  color: #E70D0D;
  border: 1px solid #E70D0D;
  background-color: transparent;
}

.btn-list button {
  margin: 0 0.375rem 0.375rem 0;
}

.btn-group-vertical .btn-check:checked + .btn {
  color: #FFF !important;
}

.btn-outline-primary {
  border: 1px solid #F26522 !important;
  color: #F26522 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary.active {
  background-color: #F26522 !important;
  border: 1px solid #F26522 !important;
  box-shadow: 0 3px 10px rgba(242, 101, 34, 0.5);
  color: #FFF !important;
}

.btn-outline-secondary {
  border: 1px solid #3B7080 !important;
  color: #3B7080 !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  background-color: #3B7080 !important;
  border: 1px solid #3B7080 !important;
  box-shadow: 0 3px 10px rgba(59, 112, 128, 0.5);
  color: #FFF !important;
}

.btn-outline-success {
  border: 1px solid #03C95A !important;
  color: #03C95A !important;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success.active {
  background-color: #03C95A !important;
  border: 1px solid #03C95A !important;
  box-shadow: 0 3px 10px rgba(3, 201, 90, 0.5);
  color: #FFF !important;
}

.btn-outline-danger {
  border: 1px solid #E70D0D !important;
  color: #E70D0D !important;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger.active {
  background-color: #E70D0D !important;
  border: 1px solid #E70D0D !important;
  box-shadow: 0 3px 10px rgba(231, 13, 13, 0.5);
  color: #FFF !important;
}

.btn-outline-warning {
  border: 1px solid #FFC107 !important;
  color: #FFC107 !important;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning.active {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  box-shadow: 0 3px 10px rgba(255, 193, 7, 0.5);
  color: #FFF !important;
}

.btn-outline-info {
  border: 1px solid #1B84FF !important;
  color: #1B84FF !important;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info.active {
  background-color: #1B84FF !important;
  border: 1px solid #1B84FF !important;
  box-shadow: 0 3px 10px rgba(27, 132, 255, 0.5);
  color: #FFF !important;
}

.btn-outline-light {
  border: 1px solid #F8F9FA !important;
  color: #374151 !important;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:active, .btn-outline-light.active {
  background-color: #F8F9FA !important;
  border: 1px solid #F8F9FA !important;
  color: #374151 !important;
}

.btn-outline-dark {
  border: 1px solid #212529 !important;
  color: #212529 !important;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:active, .btn-outline-dark.active {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  box-shadow: 0 3px 10px rgba(33, 37, 41, 0.5);
  color: #FFF !important;
}

.btn-soft-primary {
  background-color: #FBD1BD !important;
  color: #F26522 !important;
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary.focus, .btn-soft-primary:active, .btn-soft-primary.active {
  box-shadow: 0 3px 12px rgba(242, 101, 34, 0.2);
  border-color: #F26522;
}

.btn-soft-secondary {
  background-color: #B9CBD1 !important;
  color: #3B7080 !important;
}
.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary.focus, .btn-soft-secondary:active, .btn-soft-secondary.active {
  box-shadow: 0 3px 12px rgba(59, 112, 128, 0.2);
  border-color: #3B7080;
}

.btn-soft-success {
  background-color: #A4EBC4 !important;
  color: #03C95A !important;
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success.focus, .btn-soft-success:active, .btn-soft-success.active {
  box-shadow: 0 3px 12px rgba(3, 201, 90, 0.2);
  border-color: #03C95A;
}

.btn-soft-danger {
  background-color: #EC9E9E !important;
  color: #E70D0D !important;
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger.focus, .btn-soft-danger:active, .btn-soft-danger.active {
  box-shadow: 0 3px 12px rgba(231, 13, 13, 0.2);
  border-color: #E70D0D;
}

.btn-soft-warning {
  background-color: #FFE9A6 !important;
  color: #FFC107 !important;
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning.focus, .btn-soft-warning:active, .btn-soft-warning.active {
  box-shadow: 0 3px 12px rgba(255, 193, 7, 0.2);
  border-color: #FFC107;
}

.btn-soft-info {
  background-color: rgba(27, 132, 255, 0.3) !important;
  color: #1B84FF !important;
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info.focus, .btn-soft-info:active, .btn-soft-info.active {
  box-shadow: 0 3px 12px rgba(27, 132, 255, 0.2);
  border-color: #1B84FF;
}

.btn-soft-light {
  background-color: rgba(248, 249, 250, 0.9) !important;
  color: #6B7280 !important;
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light.focus, .btn-soft-light:active, .btn-soft-light.active {
  box-shadow: 0 3px 12px rgba(248, 249, 250, 0.2);
  border-color: #F8F9FA;
  border-color: #6B7280;
}

.btn-soft-dark {
  background-color: rgba(33, 37, 41, 0.3) !important;
  color: #FFF !important;
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark.focus, .btn-soft-dark:active, .btn-soft-dark.active {
  box-shadow: 0 3px 12px rgba(33, 37, 41, 0.2);
  border-color: #212529;
}

.primary-hover:hover {
  background: #F26522 !important;
  color: #FFF;
}

.warning-btn-hover:hover {
  background: #FFC107 !important;
  border-color: #FFC107 !important;
  color: #FFF;
}

.success-btn-hover:hover {
  background: #03C95A !important;
  border-color: #03C95A !important;
  color: #FFF;
}

.danger-btn-hover:hover {
  background: #E70D0D !important;
  border-color: #E70D0D !important;
  color: #FFF !important;
}

.secondary-btn-hover:hover {
  background: #3B7080 !important;
  border-color: #3B7080 !important;
  color: #FFF;
}

.primary-btn-hover:hover {
  background: #F26522 !important;
  border-color: #F26522 !important;
  color: #FFF !important;
}

@media (max-width: 575.98px) {
  .btn {
    padding: 5px 12px;
  }
}

.bn-close.custom-btn-close {
  background-image: none;
}

.btn.btn-icon:hover {
  background: #E8E9EA;
  color: #212529;
}
.btn.btn-icon.active.bg-white {
  border-color: #FFF;
  color: #212529;
}
.btn.btn-icon:active {
  color: #FFF;
}

.border-purple {
  border-color: #AB47BC !important;
}

.btn-light.btn-icon:hover {
  background: #F26522 !important;
  color: #FFF !important;
}

/****** Utils ******/
.badge.badge-primary {
  background: rgba(242, 101, 34, 0.1);
  box-shadow: 0 1px 1px rgba(242, 101, 34, 0.5);
  color: #F26522;
}
.badge.badge-skyblue {
  background-color: #0DCAF0;
  color: #FFF;
}
.badge.badge-pink {
  background-color: #FD3995;
  color: #FFF;
}
.badge.badge-dark-transparent {
  background: #E8E9EA;
  color: #111827;
}
.badge.badge-secondary-transparent {
  background: #EDF2F4;
  color: #3B7080;
}
.badge.badge-pink-transparent {
  background: #FFEDF6;
  color: #FD3995;
}
.badge.badge-secondary-transparent {
  background: #EDF2F4;
  color: #3B7080;
}
.badge.badge-success-transparent {
  background: #D2F5E1;
  color: #03C95A;
}
.badge.badge-purple-transparent {
  background: #F7EEF9;
  color: #AB47BC;
}
.badge.badge-warning-transparent {
  background: #FFF9E9;
  color: #FFC107;
}
.badge.badge-danger-transparent {
  background: #FAE7E7;
  color: #E70D0D;
}
.badge.badge-info-transparent {
  background: #EBF4FF;
  color: #1B84FF;
}

.badge.badge-primary {
  background: #F26522;
  color: #FFF;
}
.badge.badge-soft-primary {
  background: rgba(242, 101, 34, 0.1);
  color: #F26522;
}

.badge.badge-secondary {
  background: #3B7080;
  color: #FFF;
}
.badge.badge-soft-secondary {
  background: rgba(59, 112, 128, 0.1);
  color: #3B7080;
}

.badge.badge-success {
  background: #03C95A;
  color: #FFF;
}
.badge.badge-soft-success {
  background: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}

.badge.badge-info {
  background: #1B84FF;
  color: #FFF;
}
.badge.badge-soft-info {
  background: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}

.badge.badge-warning {
  background: #FFC107;
  color: #FFF;
}
.badge.badge-soft-warning {
  background: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}

.badge.badge-danger {
  background: #E70D0D;
  color: #FFF;
}
.badge.badge-soft-danger {
  background: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}

.badge.badge-dark {
  background: #212529;
  color: #FFF;
}
.badge.badge-soft-dark {
  background: rgba(33, 37, 41, 0.1);
  color: #212529;
}

.badge.badge-light {
  background: #F8F9FA;
  color: #FFF;
}
.badge.badge-soft-light {
  background: rgba(248, 249, 250, 0.1);
  color: #F8F9FA;
}

.badge.badge-black {
  background: #000;
  color: #FFF;
}
.badge.badge-soft-black {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.badge.badge-purple {
  background: #AB47BC;
  color: #FFF;
}
.badge.badge-soft-purple {
  background: rgba(171, 71, 188, 0.1);
  color: #AB47BC;
}

.badge {
  padding: 0.25rem 0.45rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.badge.badge-xs {
  font-size: 10px;
  font-weight: 500;
  padding: 0px 5px;
  line-height: 18px;
}
.badge.badge-sm {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 11px;
}
.badge.badge-md {
  font-size: 12px;
  padding: 5px 12px;
  line-height: 1.5;
}
.badge.badge-lg {
  font-size: 14px;
  padding: 0px 10px;
  line-height: 30px;
}
.badge.badge-xl {
  font-size: 16px;
  padding: 0px 15px;
  line-height: 35px;
}
.badge.badge-soft-skyblue {
  background: #D3F5FC;
  color: #0DCAF0;
}

.badge.arrow {
  width: 20px;
  height: 20px;
  background: #FBFBFD;
  color: #212529;
}
.badge.arrow:hover {
  background: #F26522;
  color: #FFF;
}

.badge.bg-light.arrow:hover {
  background: #212529 !important;
}

.badge-primary-hover:hover {
  background: #F26522 !important;
  border-color: #F26522 !important;
  color: #FFF !important;
}

.badge-danger-hover:hover {
  background: #E70D0D !important;
  border-color: #E70D0D !important;
  color: #FFF !important;
}

.badge.badge-soft-purple {
  background: #F0DEF3 !important;
  color: #AB47BC !important;
}

/****** Utils ******/
.border-container {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #F8F9FA;
}

.border {
  border: 1px solid #E5E7EB !important;
}
.border.border-dashed {
  border-style: dashed !important;
}
.border.border-dotted {
  border-style: dotted !important;
}
.border.border-pink {
  border-color: #FD3995 !important;
}
.border.border-purple {
  border-color: #AB47BC !important;
}
.border.border-primary {
  border: 1px solid #F26522 !important;
  opacity: 1;
}
.border.border-primary.border-opacity-10 {
  border-color: rgba(242, 101, 34, 0.1) !important;
}
.border.border-primary.border-opacity-25 {
  border-color: rgba(242, 101, 34, 0.25) !important;
}
.border.border-primary.border-opacity-50 {
  border-color: rgba(242, 101, 34, 0.5) !important;
}
.border.border-primary.border-opacity-75 {
  border-color: rgba(242, 101, 34, 0.75) !important;
}
.border.border-primary.border-opacity-100 {
  border-color: #f26522 !important;
}
.border.border-secondary {
  border: 1px solid #3B7080 !important;
  opacity: 1;
}
.border.border-secondary.border-opacity-10 {
  border-color: rgba(59, 112, 128, 0.1) !important;
}
.border.border-secondary.border-opacity-25 {
  border-color: rgba(59, 112, 128, 0.25) !important;
}
.border.border-secondary.border-opacity-50 {
  border-color: rgba(59, 112, 128, 0.5) !important;
}
.border.border-secondary.border-opacity-75 {
  border-color: rgba(59, 112, 128, 0.75) !important;
}
.border.border-secondary.border-opacity-100 {
  border-color: #3b7080 !important;
}
.border.border-info {
  border-color: #1B84FF !important;
  opacity: 1;
}
.border.border-info.border-opacity-10 {
  border-color: rgba(27, 132, 255, 0.1) !important;
}
.border.border-info.border-opacity-25 {
  border-color: rgba(27, 132, 255, 0.25) !important;
}
.border.border-info.border-opacity-50 {
  border-color: rgba(27, 132, 255, 0.5) !important;
}
.border.border-info.border-opacity-75 {
  border-color: rgba(27, 132, 255, 0.75) !important;
}
.border.border-info.border-opacity-100 {
  border-color: #1b84ff !important;
}
.border.border-success {
  border-color: #03C95A !important;
  opacity: 1;
}
.border.border-success.border-opacity-10 {
  border-color: rgba(3, 201, 90, 0.1) !important;
}
.border.border-success.border-opacity-25 {
  border-color: rgba(3, 201, 90, 0.25) !important;
}
.border.border-success.border-opacity-50 {
  border-color: rgba(3, 201, 90, 0.5) !important;
}
.border.border-success.border-opacity-75 {
  border-color: rgba(3, 201, 90, 0.75) !important;
}
.border.border-success.border-opacity-100 {
  border-color: #03c95a !important;
}
.border.border-warning {
  border: 1px solid #FFC107 !important;
  opacity: 1;
}
.border.border-warning.border-opacity-10 {
  border-color: rgba(255, 193, 7, 0.1) !important;
}
.border.border-warning.border-opacity-25 {
  border-color: rgba(255, 193, 7, 0.25) !important;
}
.border.border-warning.border-opacity-50 {
  border-color: rgba(255, 193, 7, 0.5) !important;
}
.border.border-warning.border-opacity-75 {
  border-color: rgba(255, 193, 7, 0.75) !important;
}
.border.border-warning.border-opacity-100 {
  border-color: #ffc107 !important;
}
.border.border-danger {
  border: 1px solid #E70D0D !important;
  opacity: 1;
}
.border.border-danger.border-opacity-10 {
  border-color: rgba(231, 13, 13, 0.1) !important;
}
.border.border-danger.border-opacity-25 {
  border-color: rgba(231, 13, 13, 0.25) !important;
}
.border.border-danger.border-opacity-50 {
  border-color: rgba(231, 13, 13, 0.5) !important;
}
.border.border-danger.border-opacity-75 {
  border-color: rgba(231, 13, 13, 0.75) !important;
}
.border.border-danger.border-opacity-100 {
  border-color: #e70d0d !important;
}
.border.border-white {
  border: 1px solid #FFF !important;
  opacity: 1;
}
.border.border-white.border-opacity-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border.border-white.border-opacity-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.border.border-white.border-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border.border-white.border-opacity-75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}
.border.border-white.border-opacity-100 {
  border-color: white !important;
}
.border.border-light {
  border: 1px solid #F8F9FA !important;
  opacity: 1;
}
.border.border-light.border-opacity-10 {
  border-color: rgba(248, 249, 250, 0.1) !important;
}
.border.border-light.border-opacity-25 {
  border-color: rgba(248, 249, 250, 0.25) !important;
}
.border.border-light.border-opacity-50 {
  border-color: rgba(248, 249, 250, 0.5) !important;
}
.border.border-light.border-opacity-75 {
  border-color: rgba(248, 249, 250, 0.75) !important;
}
.border.border-light.border-opacity-100 {
  border-color: #f8f9fa !important;
}
.border.border-dark {
  border: 1px solid #212529 !important;
  opacity: 1;
}
.border.border-dark.border-opacity-10 {
  border-color: rgba(33, 37, 41, 0.1) !important;
}
.border.border-dark.border-opacity-25 {
  border-color: rgba(33, 37, 41, 0.25) !important;
}
.border.border-dark.border-opacity-50 {
  border-color: rgba(33, 37, 41, 0.5) !important;
}
.border.border-dark.border-opacity-75 {
  border-color: rgba(33, 37, 41, 0.75) !important;
}
.border.border-dark.border-opacity-100 {
  border-color: #212529 !important;
}
.border er-opacity-10 {
  --bs-border-opacity: 0.1 !important;
}
.border.border-opacity-25 {
  --bs-border-opacity: 0.25 !important;
}
.border.border-opacity-50 {
  --bs-border-opacity: 0.5 !important;
}
.border.border-opacity-75 {
  --bs-border-opacity: 0.75 !important;
}
.border.border-opacity-100 {
  --bs-border-opacity: 1 !important;
}
.border.border-1 {
  border-width: 1px !important;
}
.border.border-2 {
  border-width: 2px !important;
}
.border.border-3 {
  border-width: 3px !important;
}
.border.border-4 {
  border-width: 4px !important;
}
.border.border-5 {
  border-width: 5px !important;
}
.border.border-block-start-dashed {
  border-top-style: dashed;
}
.border.border-block-start-dotted {
  border-top-style: dotted;
}
.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}
.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}
.border.border-block-end-dashed {
  border-bottom-style: dashed;
}
.border.border-block-end-dotted {
  border-bottom-style: dotted;
}
.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}
.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}
.border.border-0 {
  border: 0 !important;
}
.border.border-top-0 {
  border-block-start: 0 !important;
}
.border.border-end-0 {
  border-inline-end: 0 !important;
}
.border.border-bottom-0 {
  border-block-end: 0 !important;
}
.border.border-start-0 {
  border-inline-start: 0 !important;
}

.border-top {
  border-top: 1px solid #E5E7EB !important;
}
.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}
.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}
.border-top.border-primary {
  border-color: #F26522 !important;
}
.border-top.border-secondary {
  border-color: #3B7080 !important;
}
.border-top.border-warning {
  border-color: #FFC107 !important;
}
.border-top.border-info {
  border-color: #1B84FF !important;
}
.border-top.border-success {
  border-color: #03C95A !important;
}
.border-top.border-danger {
  border-color: #E70D0D !important;
}
.border-top.border-light {
  border-color: #F8F9FA !important;
}
.border-top.border-dark {
  border-color: #212529 !important;
}
.border-top.border-purple {
  border-color: #AB47BC !important;
}

.border-end {
  border-inline-end: 1px solid #E5E7EB !important;
}
.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}
.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}
.border-end.border-primary {
  border-color: #F26522 !important;
}
.border-end.border-secondary {
  border-color: #3B7080 !important;
}
.border-end.border-warning {
  border-color: #FFC107 !important;
}
.border-end.border-info {
  border-color: #1B84FF !important;
}
.border-end.border-success {
  border-color: #03C95A !important;
}
.border-end.border-danger {
  border-color: #E70D0D !important;
}
.border-end.border-light {
  border-color: #F8F9FA !important;
}
.border-end.border-dark {
  border-color: #212529 !important;
}

.border-bottom {
  border-bottom: 1px solid #E5E7EB !important;
}
.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}
.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}
.border-bottom.border-primary {
  border-color: #F26522 !important;
}
.border-bottom.border-secondary {
  border-color: #3B7080 !important;
}
.border-bottom.border-warning {
  border-color: #FFC107 !important;
}
.border-bottom.border-info {
  border-color: #1B84FF !important;
}
.border-bottom.border-success {
  border-color: #03C95A !important;
}
.border-bottom.border-danger {
  border-color: #E70D0D !important;
}
.border-bottom.border-light {
  border-color: #F8F9FA !important;
}
.border-bottom.border-dark {
  border-color: #212529 !important;
}
.border-bottom.border-skyblue {
  border-color: #0DCAF0 !important;
}

.border-start {
  border-inline-start: 1px solid #E5E7EB !important;
}
.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}
.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}
.border-start.border-primary {
  border-color: #F26522 !important;
}
.border-start.border-secondary {
  border-color: #3B7080 !important;
}
.border-start.border-warning {
  border-color: #FFC107 !important;
}
.border-start.border-info {
  border-color: #1B84FF !important;
}
.border-start.border-success {
  border-color: #03C95A !important;
}
.border-start.border-danger {
  border-color: #E70D0D !important;
}
.border-start.border-light {
  border-color: #F8F9FA !important;
}
.border-start.border-dark {
  border-color: #212529 !important;
}
.border-start.border-pink {
  border-color: #FD3995 !important;
}
.border-start.border-purple {
  border-color: #AB47BC !important;
}

.border-primary {
  border-color: #F26522 !important;
}

.border-secondary {
  border-color: #3B7080 !important;
}

.border-warning {
  border-color: #FFC107 !important;
}

.border-info {
  border-color: #1B84FF !important;
}

.border-success {
  border-color: #03C95A !important;
}

.border-danger {
  border-color: #E70D0D !important;
}

.border-skyblue {
  border-color: #0DCAF0 !important;
}

.border-3 {
  border-width: 3px !important;
}

.br-1 {
  border-radius: 0.0625rem;
}

.br-2 {
  border-radius: 0.125rem;
}

.br-3 {
  border-radius: 0.1875rem;
}

.br-4 {
  border-radius: 0.25rem;
}

.br-5 {
  border-radius: 0.3125rem !important;
}

.br-6 {
  border-radius: 0.375rem;
}

.br-7 {
  border-radius: 0.4375rem;
}

.br-8 {
  border-radius: 0.5rem;
}

.br-9 {
  border-radius: 0.5625rem;
}

.br-10 {
  border-radius: 0.625rem;
}

.br-15 {
  border-radius: 0.9375rem;
}

.br-20 {
  border-radius: 1.25rem;
}

.rounded {
  border-radius: 4px !important;
}

.border-dashed.border-primary {
  border-style: dashed !important;
}

/****** Utils ******/

/* Font size classes */
.fs-48 {
  font-size: 48px !important;
}

/* Additional size helpers (if needed) */
.fs-16 { font-size: 16px !important; }
.fs-24 { font-size: 24px !important; }
.fs-32 { font-size: 32px !important; }
.fs-64 { font-size: 64px !important; }

/* Icon container helpers (for better alignment) */
.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
}

.card-bg-1::before {
    content: "";
    background: hsl(29.4deg 99.21% 49.61%);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    background-size: cover;
}


#global-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-loader {
  border: 2px solid;
  border-color: transparent #F26522;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

.page-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 24px solid;
  border-color: transparent rgba(242, 101, 34, 0.35);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



