
/**


1.  Generic-class css
2.  Custom css
3.  Sidebar css
4.  header css
5.  footer css
6.  Common layout css
7.  Compact layout css
8.  Horizontal layout css
9.  Tab layout css
10. Widget css 
11. Avtar css
12. Badge css
13. Button css
14. Dropdown css
15. Card css
16. Progress css
17. Table css
18. Tabs css
19. Form css
20. Authentication css
21. Maintaince css
22. Pages css
23. Icon layouts css
24. User card css
25. Application css
26. Sweetalert css
27. Lightbox css
28. Notification css
29. Modal css
30. Rangeslider css
31. Daterange css
32. Tagsinput css
33. Slider css
34. Switches css
35. Data Tables css
36. Customizer css


=========================================================================
=================================================================================== */


/**  =====================
    1. Generic-class css start
========================== **/
/*====== Padding , Margin css starts ======*/
.p-0 {
    padding: 0px;
  }
  .p-t-0 {
    padding-top: 0px;
  }
  .p-b-0 {
    padding-bottom: 0px;
  }
  .p-l-0 {
    padding-left: 0px;
  }
  .p-r-0 {
    padding-right: 0px;
  }
  
  .m-0 {
    margin: 0px;
  }
  .m-t-0 {
    margin-top: 0px;
  }
  .m-b-0 {
    margin-bottom: 0px;
  }
  .m-l-0 {
    margin-left: 0px;
  }
  .m-r-0 {
    margin-right: 0px;
  }
  
  .p-5 {
    padding: 5px;
  }
  .p-t-5 {
    padding-top: 5px;
  }
  .p-b-5 {
    padding-bottom: 5px;
  }
  .p-l-5 {
    padding-left: 5px;
  }
  .p-r-5 {
    padding-right: 5px;
  }
  
  .m-5 {
    margin: 5px;
  }
  .m-t-5 {
    margin-top: 5px;
  }
  .m-b-5 {
    margin-bottom: 5px;
  }
  .m-l-5 {
    margin-left: 5px;
  }
  .m-r-5 {
    margin-right: 5px;
  }
  
  .p-10 {
    padding: 10px;
  }
  .p-t-10 {
    padding-top: 10px;
  }
  .p-b-10 {
    padding-bottom: 10px;
  }
  .p-l-10 {
    padding-left: 10px;
  }
  .p-r-10 {
    padding-right: 10px;
  }
  
  .m-10 {
    margin: 10px;
  }
  .m-t-10 {
    margin-top: 10px;
  }
  .m-b-10 {
    margin-bottom: 10px;
  }
  .m-l-10 {
    margin-left: 10px;
  }
  .m-r-10 {
    margin-right: 10px;
  }
  
  .p-15 {
    padding: 15px;
  }
  .p-t-15 {
    padding-top: 15px;
  }
  .p-b-15 {
    padding-bottom: 15px;
  }
  .p-l-15 {
    padding-left: 15px;
  }
  .p-r-15 {
    padding-right: 15px;
  }
  
  .m-15 {
    margin: 15px;
  }
  .m-t-15 {
    margin-top: 15px;
  }
  .m-b-15 {
    margin-bottom: 15px;
  }
  .m-l-15 {
    margin-left: 15px;
  }
  .m-r-15 {
    margin-right: 15px;
  }
  
  .p-20 {
    padding: 20px;
  }
  .p-t-20 {
    padding-top: 20px;
  }
  .p-b-20 {
    padding-bottom: 20px;
  }
  .p-l-20 {
    padding-left: 20px;
  }
  .p-r-20 {
    padding-right: 20px;
  }
  
  .m-20 {
    margin: 20px;
  }
  .m-t-20 {
    margin-top: 20px;
  }
  .m-b-20 {
    margin-bottom: 20px;
  }
  .m-l-20 {
    margin-left: 20px;
  }
  .m-r-20 {
    margin-right: 20px;
  }
  
  .p-25 {
    padding: 25px;
  }
  .p-t-25 {
    padding-top: 25px;
  }
  .p-b-25 {
    padding-bottom: 25px;
  }
  .p-l-25 {
    padding-left: 25px;
  }
  .p-r-25 {
    padding-right: 25px;
  }
  
  .m-25 {
    margin: 25px;
  }
  .m-t-25 {
    margin-top: 25px;
  }
  .m-b-25 {
    margin-bottom: 25px;
  }
  .m-l-25 {
    margin-left: 25px;
  }
  .m-r-25 {
    margin-right: 25px;
  }
  
  .p-30 {
    padding: 30px;
  }
  .p-t-30 {
    padding-top: 30px;
  }
  .p-b-30 {
    padding-bottom: 30px;
  }
  .p-l-30 {
    padding-left: 30px;
  }
  .p-r-30 {
    padding-right: 30px;
  }
  
  .m-30 {
    margin: 30px;
  }
  .m-t-30 {
    margin-top: 30px;
  }
  .m-b-30 {
    margin-bottom: 30px;
  }
  .m-l-30 {
    margin-left: 30px;
  }
  .m-r-30 {
    margin-right: 30px;
  }
  
  .p-35 {
    padding: 35px;
  }
  .p-t-35 {
    padding-top: 35px;
  }
  .p-b-35 {
    padding-bottom: 35px;
  }
  .p-l-35 {
    padding-left: 35px;
  }
  .p-r-35 {
    padding-right: 35px;
  }
  
  .m-35 {
    margin: 35px;
  }
  .m-t-35 {
    margin-top: 35px;
  }
  .m-b-35 {
    margin-bottom: 35px;
  }
  .m-l-35 {
    margin-left: 35px;
  }
  .m-r-35 {
    margin-right: 35px;
  }
  
  .p-40 {
    padding: 40px;
  }
  .p-t-40 {
    padding-top: 40px;
  }
  .p-b-40 {
    padding-bottom: 40px;
  }
  .p-l-40 {
    padding-left: 40px;
  }
  .p-r-40 {
    padding-right: 40px;
  }
  
  .m-40 {
    margin: 40px;
  }
  .m-t-40 {
    margin-top: 40px;
  }
  .m-b-40 {
    margin-bottom: 40px;
  }
  .m-l-40 {
    margin-left: 40px;
  }
  .m-r-40 {
    margin-right: 40px;
  }
  
  .p-45 {
    padding: 45px;
  }
  .p-t-45 {
    padding-top: 45px;
  }
  .p-b-45 {
    padding-bottom: 45px;
  }
  .p-l-45 {
    padding-left: 45px;
  }
  .p-r-45 {
    padding-right: 45px;
  }
  
  .m-45 {
    margin: 45px;
  }
  .m-t-45 {
    margin-top: 45px;
  }
  .m-b-45 {
    margin-bottom: 45px;
  }
  .m-l-45 {
    margin-left: 45px;
  }
  .m-r-45 {
    margin-right: 45px;
  }
  
  .p-50 {
    padding: 50px;
  }
  .p-t-50 {
    padding-top: 50px;
  }
  .p-b-50 {
    padding-bottom: 50px;
  }
  .p-l-50 {
    padding-left: 50px;
  }
  .p-r-50 {
    padding-right: 50px;
  }
  
  .m-50 {
    margin: 50px;
  }
  .m-t-50 {
    margin-top: 50px;
  }
  .m-b-50 {
    margin-bottom: 50px;
  }
  .m-l-50 {
    margin-left: 50px;
  }
  .m-r-50 {
    margin-right: 50px;
  }
  
  /*====== Padding , Margin css ends ======*/
  /*====== Font-size css starts ======*/
  .f-6 {
    font-size: 6px;
  }
  
  .f-8 {
    font-size: 8px;
  }
  
  .f-10 {
    font-size: 10px;
  }
  
  .f-12 {
    font-size: 12px;
  }
  
  .f-14 {
    font-size: 14px;
  }
  
  .f-16 {
    font-size: 16px;
  }
  
  .f-18 {
    font-size: 18px;
  }
  
  .f-20 {
    font-size: 20px;
  }
  
  .f-22 {
    font-size: 22px;
  }
  
  .f-24 {
    font-size: 24px;
  }
  
  .f-26 {
    font-size: 26px;
  }
  
  .f-28 {
    font-size: 28px;
  }
  
  .f-30 {
    font-size: 30px;
  }
  
  .f-32 {
    font-size: 32px;
  }
  
  .f-34 {
    font-size: 34px;
  }
  
  .f-36 {
    font-size: 36px;
  }
  
  .f-38 {
    font-size: 38px;
  }
  
  .f-40 {
    font-size: 40px;
  }
  
  .f-42 {
    font-size: 42px;
  }
  
  .f-44 {
    font-size: 44px;
  }
  
  .f-46 {
    font-size: 46px;
  }
  
  .f-48 {
    font-size: 48px;
  }
  
  .f-50 {
    font-size: 50px;
  }
  
  .f-52 {
    font-size: 52px;
  }
  
  .f-54 {
    font-size: 54px;
  }
  
  .f-56 {
    font-size: 56px;
  }
  
  .f-58 {
    font-size: 58px;
  }
  
  .f-60 {
    font-size: 60px;
  }
  
  .f-62 {
    font-size: 62px;
  }
  
  .f-64 {
    font-size: 64px;
  }
  
  .f-66 {
    font-size: 66px;
  }
  
  .f-68 {
    font-size: 68px;
  }
  
  .f-70 {
    font-size: 70px;
  }
  
  .f-72 {
    font-size: 72px;
  }
  
  .f-74 {
    font-size: 74px;
  }
  
  .f-76 {
    font-size: 76px;
  }
  
  .f-78 {
    font-size: 78px;
  }
  
  .f-80 {
    font-size: 80px;
  }
  
  /*====== Font-size css ends ======*/
  /*====== Font-weight css starts ======*/
  .f-w-100 {
    font-weight: 100;
  }
  
  .f-w-200 {
    font-weight: 200;
  }
  
  .f-w-300 {
    font-weight: 300;
  }
  
  .f-w-400 {
    font-weight: 400;
  }
  
  .f-w-500 {
    font-weight: 500;
  }
  
  .f-w-600 {
    font-weight: 600;
  }
  
  .f-w-700 {
    font-weight: 700;
  }
  
  .f-w-800 {
    font-weight: 800;
  }
  
  .f-w-900 {
    font-weight: 900;
  }
  
  /*====== Font-weight css ends ======*/
  /*====== width, Height css starts ======*/
  .wid-10 {
    width: 10px;
  }
  
  .hei-10 {
    height: 10px;
  }
  
  .wid-15 {
    width: 15px;
  }
  
  .hei-15 {
    height: 15px;
  }
  
  .wid-20 {
    width: 20px;
  }
  
  .hei-20 {
    height: 20px;
  }
  
  .wid-25 {
    width: 25px;
  }
  
  .hei-25 {
    height: 25px;
  }
  
  .wid-30 {
    width: 30px;
  }
  
  .hei-30 {
    height: 30px;
  }
  
  .wid-35 {
    width: 35px;
  }
  
  .hei-35 {
    height: 35px;
  }
  
  .wid-40 {
    width: 40px;
  }
  
  .hei-40 {
    height: 40px;
  }
  
  .wid-45 {
    width: 45px;
  }
  
  .hei-45 {
    height: 45px;
  }
  
  .wid-50 {
    width: 50px;
  }
  
  .hei-50 {
    height: 50px;
  }
  
  .wid-55 {
    width: 55px;
  }
  
  .hei-55 {
    height: 55px;
  }
  
  .wid-60 {
    width: 60px;
  }
  
  .hei-60 {
    height: 60px;
  }
  
  .wid-65 {
    width: 65px;
  }
  
  .hei-65 {
    height: 65px;
  }
  
  .wid-70 {
    width: 70px;
  }
  
  .hei-70 {
    height: 70px;
  }
  
  .wid-75 {
    width: 75px;
  }
  
  .hei-75 {
    height: 75px;
  }
  
  .wid-80 {
    width: 80px;
  }
  
  .hei-80 {
    height: 80px;
  }
  
  .wid-85 {
    width: 85px;
  }
  
  .hei-85 {
    height: 85px;
  }
  
  .wid-90 {
    width: 90px;
  }
  
  .hei-90 {
    height: 90px;
  }
  
  .wid-95 {
    width: 95px;
  }
  
  .hei-95 {
    height: 95px;
  }
  
  .wid-100 {
    width: 100px;
  }
  
  .hei-100 {
    height: 100px;
  }
  
  .wid-105 {
    width: 105px;
  }
  
  .hei-105 {
    height: 105px;
  }
  
  .wid-110 {
    width: 110px;
  }
  
  .hei-110 {
    height: 110px;
  }
  
  .wid-115 {
    width: 115px;
  }
  
  .hei-115 {
    height: 115px;
  }
  
  .wid-120 {
    width: 120px;
  }
  
  .hei-120 {
    height: 120px;
  }
  
  .wid-125 {
    width: 125px;
  }
  
  .hei-125 {
    height: 125px;
  }
  
  .wid-130 {
    width: 130px;
  }
  
  .hei-130 {
    height: 130px;
  }
  
  .wid-135 {
    width: 135px;
  }
  
  .hei-135 {
    height: 135px;
  }
  
  .wid-140 {
    width: 140px;
  }
  
  .hei-140 {
    height: 140px;
  }
  
  .wid-145 {
    width: 145px;
  }
  
  .hei-145 {
    height: 145px;
  }
  
  .wid-150 {
    width: 150px;
  }
  
  .hei-150 {
    height: 150px;
  }
  
  /*====== width, Height css ends ======*/
  /*====== border-width css starts ======*/
  .b-wid-1 {
    border-width: 1px;
  }
  
  .b-wid-2 {
    border-width: 2px;
  }
  
  .b-wid-3 {
    border-width: 3px;
  }
  
  .b-wid-4 {
    border-width: 4px;
  }
  
  .b-wid-5 {
    border-width: 5px;
  }
  
  .b-wid-6 {
    border-width: 6px;
  }
  
  .b-wid-7 {
    border-width: 7px;
  }
  
  .b-wid-8 {
    border-width: 8px;
  }
  
  /*====== border-width css ends ======*/
  /*====== background starts ======*/
  .text-header {
    color: var(--bs-heading-color);
  }
  
  .bg-body {
    background: var(--bs-body-bg);
  }
  
  .bg-light-primary {
    background: #e8f8f5;
    color: #1abc9c;
  }
  
  .icon-svg-primary {
    fill: #e8f8f5;
    stroke: #1abc9c;
  }
  
  .material-icons-two-tone.text-primary {
    background-color: #1abc9c;
  }
  
  .text-hover-primary:hover {
    color: #1abc9c !important;
  }
  
  .bg-light-secondary {
    background: #f8f9f9;
    color: #BDC3C7;
  }
  
  .icon-svg-secondary {
    fill: #f8f9f9;
    stroke: #BDC3C7;
  }
  
  .material-icons-two-tone.text-secondary {
    background-color: #BDC3C7;
  }
  
  .text-hover-secondary:hover {
    color: #BDC3C7 !important;
  }
  
  .bg-light-success {
    background: #eafaf1;
    color: #2ECC71;
  }
  
  .icon-svg-success {
    fill: #eafaf1;
    stroke: #2ECC71;
  }
  
  .material-icons-two-tone.text-success {
    background-color: #2ECC71;
  }
  
  .text-hover-success:hover {
    color: #2ECC71 !important;
  }
  
  .bg-light-info {
    background: #ebf5fb;
    color: #3498DB;
  }
  
  .icon-svg-info {
    fill: #ebf5fb;
    stroke: #3498DB;
  }
  
  .material-icons-two-tone.text-info {
    background-color: #3498DB;
  }
  
  .text-hover-info:hover {
    color: #3498DB !important;
  }
  
  .bg-light-warning {
    background: #fef9e7;
    color: #F1C40F;
  }
  
  .icon-svg-warning {
    fill: #fef9e7;
    stroke: #F1C40F;
  }
  
  .material-icons-two-tone.text-warning {
    background-color: #F1C40F;
  }
  
  .text-hover-warning:hover {
    color: #F1C40F !important;
  }
  
  .bg-light-danger {
    background: #fdedec;
    color: #E74C3C;
  }
  
  .icon-svg-danger {
    fill: #fdedec;
    stroke: #E74C3C;
  }
  
  .material-icons-two-tone.text-danger {
    background-color: #E74C3C;
  }
  
  .text-hover-danger:hover {
    color: #E74C3C !important;
  }
  
  .bg-light-light {
    background: #fefeff;
    color: #F8F9FA;
  }
  
  .icon-svg-light {
    fill: #fefeff;
    stroke: #F8F9FA;
  }
  
  .material-icons-two-tone.text-light {
    background-color: #F8F9FA;
  }
  
  .text-hover-light:hover {
    color: #F8F9FA !important;
  }
  
  .bg-light-dark {
    background: #ebedef;
    color: #34495E;
  }
  
  .icon-svg-dark {
    fill: #ebedef;
    stroke: #34495E;
  }
  
  .material-icons-two-tone.text-dark {
    background-color: #34495E;
  }
  
  .text-hover-dark:hover {
    color: #34495E !important;
  }
  
  /*====== background ends ======*/
  /*====== border color css starts ======*/
  .b-primary {
    border: 1px solid #1abc9c;
  }
  
  .border-bottom-primary td {
    border-bottom: 1px solid #1abc9c;
  }
  
  .border-bottom-primary th {
    border-bottom: 1px solid #1abc9c !important;
  }
  
  .fill-primary {
    fill: #1abc9c;
  }
  
  .b-secondary {
    border: 1px solid #BDC3C7;
  }
  
  .border-bottom-secondary td {
    border-bottom: 1px solid #BDC3C7;
  }
  
  .border-bottom-secondary th {
    border-bottom: 1px solid #BDC3C7 !important;
  }
  
  .fill-secondary {
    fill: #BDC3C7;
  }
  
  .b-success {
    border: 1px solid #2ECC71;
  }
  
  .border-bottom-success td {
    border-bottom: 1px solid #2ECC71;
  }
  
  .border-bottom-success th {
    border-bottom: 1px solid #2ECC71 !important;
  }
  
  .fill-success {
    fill: #2ECC71;
  }
  
  .b-info {
    border: 1px solid #3498DB;
  }
  
  .border-bottom-info td {
    border-bottom: 1px solid #3498DB;
  }
  
  .border-bottom-info th {
    border-bottom: 1px solid #3498DB !important;
  }
  
  .fill-info {
    fill: #3498DB;
  }
  
  .b-warning {
    border: 1px solid #F1C40F;
  }
  
  .border-bottom-warning td {
    border-bottom: 1px solid #F1C40F;
  }
  
  .border-bottom-warning th {
    border-bottom: 1px solid #F1C40F !important;
  }
  
  .fill-warning {
    fill: #F1C40F;
  }
  
  .b-danger {
    border: 1px solid #E74C3C;
  }
  
  .border-bottom-danger td {
    border-bottom: 1px solid #E74C3C;
  }
  
  .border-bottom-danger th {
    border-bottom: 1px solid #E74C3C !important;
  }
  
  .fill-danger {
    fill: #E74C3C;
  }
  
  .b-light {
    border: 1px solid #F8F9FA;
  }
  
  .border-bottom-light td {
    border-bottom: 1px solid #F8F9FA;
  }
  
  .border-bottom-light th {
    border-bottom: 1px solid #F8F9FA !important;
  }
  
  .fill-light {
    fill: #F8F9FA;
  }
  
  .b-dark {
    border: 1px solid #34495E;
  }
  
  .border-bottom-dark td {
    border-bottom: 1px solid #34495E;
  }
  
  .border-bottom-dark th {
    border-bottom: 1px solid #34495E !important;
  }
  
  .fill-dark {
    fill: #34495E;
  }
  
  /*====== border color css ends ======*/
  /*====== brand color css start ======*/
  .bg-brand-color-1 {
    background: linear-gradient(83.31deg, #1DE9B6 21.22%, #1DC4E9 88.54%);
  }
  
  .bg-brand-color-2 {
    background: linear-gradient(206.48deg, #A389D4 11.14%, #899ED4 104.6%);
  }
  
  .bg-brand-color-3 {
    background: linear-gradient(207.92deg, #0398F2 11.42%, #38B9E7 106.55%);
  }
  
  .bg-brand-color-4 {
    background: linear-gradient(162.57deg, #C5ECF9 11.95%, #C4B4E4 97.32%);
  }
  
  /*====== brand color css ends ======*/
  /*====== text-color, background color css starts ======*/
  .bg-light-facebook {
    background: #ecf0f7;
    color: #4267b2;
  }
  
  .bg-facebook {
    background: #4267b2;
  }
  
  .text-facebook {
    color: #4267b2;
  }
  
  .bg-light-twitter {
    background: #ecf9ff;
    color: #42c0fb;
  }
  
  .bg-twitter {
    background: #42c0fb;
  }
  
  .text-twitter {
    color: #42c0fb;
  }
  
  .bg-light-dribbble {
    background: #fdedf3;
    color: #ec4a89;
  }
  
  .bg-dribbble {
    background: #ec4a89;
  }
  
  .text-dribbble {
    color: #ec4a89;
  }
  
  .bg-light-pinterest {
    background: #f9e9ea;
    color: #bf2131;
  }
  
  .bg-pinterest {
    background: #bf2131;
  }
  
  .text-pinterest {
    color: #bf2131;
  }
  
  .bg-light-youtube {
    background: #fceae8;
    color: #e0291d;
  }
  
  .bg-youtube {
    background: #e0291d;
  }
  
  .text-youtube {
    color: #e0291d;
  }
  
  .bg-light-googleplus {
    background: #f9ecea;
    color: #c73e2e;
  }
  
  .bg-googleplus {
    background: #c73e2e;
  }
  
  .text-googleplus {
    color: #c73e2e;
  }
  
  .bg-light-instagram {
    background: #f7f2ef;
    color: #aa7c62;
  }
  
  .bg-instagram {
    background: #aa7c62;
  }
  
  .text-instagram {
    color: #aa7c62;
  }
  
  .bg-light-viber {
    background: #f2eef5;
    color: #7b519d;
  }
  
  .bg-viber {
    background: #7b519d;
  }
  
  .text-viber {
    color: #7b519d;
  }
  
  .bg-light-behance {
    background: #e6eeff;
    color: #0057ff;
  }
  
  .bg-behance {
    background: #0057ff;
  }
  
  .text-behance {
    color: #0057ff;
  }
  
  .bg-light-dropbox {
    background: #ebf2ff;
    color: #3380ff;
  }
  
  .bg-dropbox {
    background: #3380ff;
  }
  
  .text-dropbox {
    color: #3380ff;
  }
  
  .bg-light-linkedin {
    background: #e6f1f8;
    color: #0077b5;
  }
  
  .bg-linkedin {
    background: #0077b5;
  }
  
  .text-linkedin {
    color: #0077b5;
  }
  
  .bg-light-amazon {
    background: #e6e6e6;
    color: #000000;
  }
  
  .bg-amazon {
    background: #000000;
  }
  
  .text-amazon {
    color: #000000;
  }
  
  /*====== text-color css ends ======*/
  .font-hairline {
    font-weight: 100 !important;
  }
  
  .font-thin {
    font-weight: 200 !important;
  }
  
  .font-light {
    font-weight: 300 !important;
  }
  
  .font-normal {
    font-weight: 400 !important;
  }
  
  .font-medium {
    font-weight: 500 !important;
  }
  
  .font-semibold {
    font-weight: 600 !important;
  }
  
  .font-bold {
    font-weight: 700 !important;
  }
  
  .font-extrabold {
    font-weight: 800 !important;
  }
  
  .font-black {
    font-weight: 900 !important;
  }
  
  .text-xs {
    font-size: 0.625rem !important;
  }
  
  .text-sm {
    font-size: 0.75rem !important;
  }
  
  .text-md {
    font-size: 0.8125rem !important;
  }
  
  .text-base {
    font-size: 0.875rem !important;
  }
  
  .text-lg {
    font-size: 1rem !important;
  }
  
  .text-xl {
    font-size: 1.125rem !important;
  }
  
  .text-2xl {
    font-size: 1.25rem !important;
  }
  
  .text-3xl {
    font-size: 1.5rem !important;
  }
  
  .text-4xl {
    font-size: 2rem !important;
  }
  
  .text-5xl {
    font-size: 2.25rem !important;
  }
  
  .text-6xl {
    font-size: 2.5rem !important;
  }
  
  .text-7xl {
    font-size: 3rem !important;
  }
  
  .text-8xl {
    font-size: 4rem !important;
  }
  
  .text-9xl {
    font-size: 6rem !important;
  }
  
  .text-10xl {
    font-size: 8rem !important;
  }
  
  .uppercase {
    text-transform: uppercase !important;
  }
  
  .lowercase {
    text-transform: lowercase !important;
  }
  
  .capitalize {
    text-transform: capitalize !important;
  }
  
  .normal-case {
    text-transform: none !important;
  }
  
  /*====== more bootstrap colors start ======*/
  .bg-blue-100 {
    background: #d1f2eb;
  }
  
  .text-blue-100 {
    color: #d1f2eb;
  }
  
  .bg-blue-200 {
    background: #a3e4d7;
  }
  
  .text-blue-200 {
    color: #a3e4d7;
  }
  
  .bg-blue-300 {
    background: #76d7c4;
  }
  
  .text-blue-300 {
    color: #76d7c4;
  }
  
  .bg-blue-400 {
    background: #48c9b0;
  }
  
  .text-blue-400 {
    color: #48c9b0;
  }
  
  .bg-blue-500 {
    background: #1abc9c;
  }
  
  .text-blue-500 {
    color: #1abc9c;
  }
  
  .bg-blue-600 {
    background: #15967d;
  }
  
  .text-blue-600 {
    color: #15967d;
  }
  
  .bg-blue-700 {
    background: #10715e;
  }
  
  .text-blue-700 {
    color: #10715e;
  }
  
  .bg-blue-800 {
    background: #0a4b3e;
  }
  
  .text-blue-800 {
    color: #0a4b3e;
  }
  
  .bg-blue-900 {
    background: #05261f;
  }
  
  .text-blue-900 {
    color: #05261f;
  }
  
  .bg-indigo-100 {
    background: #e0cffc;
  }
  
  .text-indigo-100 {
    color: #e0cffc;
  }
  
  .bg-indigo-200 {
    background: #c29ffa;
  }
  
  .text-indigo-200 {
    color: #c29ffa;
  }
  
  .bg-indigo-300 {
    background: #a370f7;
  }
  
  .text-indigo-300 {
    color: #a370f7;
  }
  
  .bg-indigo-400 {
    background: #8540f5;
  }
  
  .text-indigo-400 {
    color: #8540f5;
  }
  
  .bg-indigo-500 {
    background: #6610f2;
  }
  
  .text-indigo-500 {
    color: #6610f2;
  }
  
  .bg-indigo-600 {
    background: #520dc2;
  }
  
  .text-indigo-600 {
    color: #520dc2;
  }
  
  .bg-indigo-700 {
    background: #3d0a91;
  }
  
  .text-indigo-700 {
    color: #3d0a91;
  }
  
  .bg-indigo-800 {
    background: #290661;
  }
  
  .text-indigo-800 {
    color: #290661;
  }
  
  .bg-indigo-900 {
    background: #140330;
  }
  
  .text-indigo-900 {
    color: #140330;
  }
  
  .bg-purple-100 {
    background: #ebdef0;
  }
  
  .text-purple-100 {
    color: #ebdef0;
  }
  
  .bg-purple-200 {
    background: #d7bde2;
  }
  
  .text-purple-200 {
    color: #d7bde2;
  }
  
  .bg-purple-300 {
    background: #c39bd3;
  }
  
  .text-purple-300 {
    color: #c39bd3;
  }
  
  .bg-purple-400 {
    background: #af7ac5;
  }
  
  .text-purple-400 {
    color: #af7ac5;
  }
  
  .bg-purple-500 {
    background: #9B59B6;
  }
  
  .text-purple-500 {
    color: #9B59B6;
  }
  
  .bg-purple-600 {
    background: #7c4792;
  }
  
  .text-purple-600 {
    color: #7c4792;
  }
  
  .bg-purple-700 {
    background: #5d356d;
  }
  
  .text-purple-700 {
    color: #5d356d;
  }
  
  .bg-purple-800 {
    background: #3e2449;
  }
  
  .text-purple-800 {
    color: #3e2449;
  }
  
  .bg-purple-900 {
    background: #1f1224;
  }
  
  .text-purple-900 {
    color: #1f1224;
  }
  
  .bg-pink-100 {
    background: #fad8e8;
  }
  
  .text-pink-100 {
    color: #fad8e8;
  }
  
  .bg-pink-200 {
    background: #f6b2d1;
  }
  
  .text-pink-200 {
    color: #f6b2d1;
  }
  
  .bg-pink-300 {
    background: #f18bba;
  }
  
  .text-pink-300 {
    color: #f18bba;
  }
  
  .bg-pink-400 {
    background: #ed65a3;
  }
  
  .text-pink-400 {
    color: #ed65a3;
  }
  
  .bg-pink-500 {
    background: #e83e8c;
  }
  
  .text-pink-500 {
    color: #e83e8c;
  }
  
  .bg-pink-600 {
    background: #ba3270;
  }
  
  .text-pink-600 {
    color: #ba3270;
  }
  
  .bg-pink-700 {
    background: #8b2554;
  }
  
  .text-pink-700 {
    color: #8b2554;
  }
  
  .bg-pink-800 {
    background: #5d1938;
  }
  
  .text-pink-800 {
    color: #5d1938;
  }
  
  .bg-pink-900 {
    background: #2e0c1c;
  }
  
  .text-pink-900 {
    color: #2e0c1c;
  }
  
  .bg-red-100 {
    background: #fadbd8;
  }
  
  .text-red-100 {
    color: #fadbd8;
  }
  
  .bg-red-200 {
    background: #f5b7b1;
  }
  
  .text-red-200 {
    color: #f5b7b1;
  }
  
  .bg-red-300 {
    background: #f1948a;
  }
  
  .text-red-300 {
    color: #f1948a;
  }
  
  .bg-red-400 {
    background: #ec7063;
  }
  
  .text-red-400 {
    color: #ec7063;
  }
  
  .bg-red-500 {
    background: #E74C3C;
  }
  
  .text-red-500 {
    color: #E74C3C;
  }
  
  .bg-red-600 {
    background: #b93d30;
  }
  
  .text-red-600 {
    color: #b93d30;
  }
  
  .bg-red-700 {
    background: #8b2e24;
  }
  
  .text-red-700 {
    color: #8b2e24;
  }
  
  .bg-red-800 {
    background: #5c1e18;
  }
  
  .text-red-800 {
    color: #5c1e18;
  }
  
  .bg-red-900 {
    background: #2e0f0c;
  }
  
  .text-red-900 {
    color: #2e0f0c;
  }
  
  .bg-orange-100 {
    background: #fae5d3;
  }
  
  .text-orange-100 {
    color: #fae5d3;
  }
  
  .bg-orange-200 {
    background: #f5cba7;
  }
  
  .text-orange-200 {
    color: #f5cba7;
  }
  
  .bg-orange-300 {
    background: #f0b27a;
  }
  
  .text-orange-300 {
    color: #f0b27a;
  }
  
  .bg-orange-400 {
    background: #eb984e;
  }
  
  .text-orange-400 {
    color: #eb984e;
  }
  
  .bg-orange-500 {
    background: #E67E22;
  }
  
  .text-orange-500 {
    color: #E67E22;
  }
  
  .bg-orange-600 {
    background: #b8651b;
  }
  
  .text-orange-600 {
    color: #b8651b;
  }
  
  .bg-orange-700 {
    background: #8a4c14;
  }
  
  .text-orange-700 {
    color: #8a4c14;
  }
  
  .bg-orange-800 {
    background: #5c320e;
  }
  
  .text-orange-800 {
    color: #5c320e;
  }
  
  .bg-orange-900 {
    background: #2e1907;
  }
  
  .text-orange-900 {
    color: #2e1907;
  }
  
  .bg-yellow-100 {
    background: #fcf3cf;
  }
  
  .text-yellow-100 {
    color: #fcf3cf;
  }
  
  .bg-yellow-200 {
    background: #f9e79f;
  }
  
  .text-yellow-200 {
    color: #f9e79f;
  }
  
  .bg-yellow-300 {
    background: #f7dc6f;
  }
  
  .text-yellow-300 {
    color: #f7dc6f;
  }
  
  .bg-yellow-400 {
    background: #f4d03f;
  }
  
  .text-yellow-400 {
    color: #f4d03f;
  }
  
  .bg-yellow-500 {
    background: #F1C40F;
  }
  
  .text-yellow-500 {
    color: #F1C40F;
  }
  
  .bg-yellow-600 {
    background: #c19d0c;
  }
  
  .text-yellow-600 {
    color: #c19d0c;
  }
  
  .bg-yellow-700 {
    background: #917609;
  }
  
  .text-yellow-700 {
    color: #917609;
  }
  
  .bg-yellow-800 {
    background: #604e06;
  }
  
  .text-yellow-800 {
    color: #604e06;
  }
  
  .bg-yellow-900 {
    background: #302703;
  }
  
  .text-yellow-900 {
    color: #302703;
  }
  
  .bg-green-100 {
    background: #d5f5e3;
  }
  
  .text-green-100 {
    color: #d5f5e3;
  }
  
  .bg-green-200 {
    background: #abebc6;
  }
  
  .text-green-200 {
    color: #abebc6;
  }
  
  .bg-green-300 {
    background: #82e0aa;
  }
  
  .text-green-300 {
    color: #82e0aa;
  }
  
  .bg-green-400 {
    background: #58d68d;
  }
  
  .text-green-400 {
    color: #58d68d;
  }
  
  .bg-green-500 {
    background: #2ECC71;
  }
  
  .text-green-500 {
    color: #2ECC71;
  }
  
  .bg-green-600 {
    background: #25a35a;
  }
  
  .text-green-600 {
    color: #25a35a;
  }
  
  .bg-green-700 {
    background: #1c7a44;
  }
  
  .text-green-700 {
    color: #1c7a44;
  }
  
  .bg-green-800 {
    background: #12522d;
  }
  
  .text-green-800 {
    color: #12522d;
  }
  
  .bg-green-900 {
    background: #092917;
  }
  
  .text-green-900 {
    color: #092917;
  }
  
  .bg-teal-100 {
    background: #cce6e6;
  }
  
  .text-teal-100 {
    color: #cce6e6;
  }
  
  .bg-teal-200 {
    background: #99cccc;
  }
  
  .text-teal-200 {
    color: #99cccc;
  }
  
  .bg-teal-300 {
    background: #66b3b3;
  }
  
  .text-teal-300 {
    color: #66b3b3;
  }
  
  .bg-teal-400 {
    background: #339999;
  }
  
  .text-teal-400 {
    color: #339999;
  }
  
  .bg-teal-500 {
    background: #008080;
  }
  
  .text-teal-500 {
    color: #008080;
  }
  
  .bg-teal-600 {
    background: #006666;
  }
  
  .text-teal-600 {
    color: #006666;
  }
  
  .bg-teal-700 {
    background: #004d4d;
  }
  
  .text-teal-700 {
    color: #004d4d;
  }
  
  .bg-teal-800 {
    background: #003333;
  }
  
  .text-teal-800 {
    color: #003333;
  }
  
  .bg-teal-900 {
    background: #001a1a;
  }
  
  .text-teal-900 {
    color: #001a1a;
  }
  
  .bg-cyan-100 {
    background: #d6eaf8;
  }
  
  .text-cyan-100 {
    color: #d6eaf8;
  }
  
  .bg-cyan-200 {
    background: #aed6f1;
  }
  
  .text-cyan-200 {
    color: #aed6f1;
  }
  
  .bg-cyan-300 {
    background: #85c1e9;
  }
  
  .text-cyan-300 {
    color: #85c1e9;
  }
  
  .bg-cyan-400 {
    background: #5dade2;
  }
  
  .text-cyan-400 {
    color: #5dade2;
  }
  
  .bg-cyan-500 {
    background: #3498DB;
  }
  
  .text-cyan-500 {
    color: #3498DB;
  }
  
  .bg-cyan-600 {
    background: #2a7aaf;
  }
  
  .text-cyan-600 {
    color: #2a7aaf;
  }
  
  .bg-cyan-700 {
    background: #1f5b83;
  }
  
  .text-cyan-700 {
    color: #1f5b83;
  }
  
  .bg-cyan-800 {
    background: #153d58;
  }
  
  .text-cyan-800 {
    color: #153d58;
  }
  
  .bg-cyan-900 {
    background: #0a1e2c;
  }
  
  .text-cyan-900 {
    color: #0a1e2c;
  }
  
  .bg-gray-100 {
    background: #F8F9FA;
  }
  
  .text-gray-100 {
    color: #F8F9FA;
  }
  
  .bg-gray-200 {
    background: #F3F5F7;
  }
  
  .text-gray-200 {
    color: #F3F5F7;
  }
  
  .bg-gray-300 {
    background: #DBE0E5;
  }
  
  .text-gray-300 {
    color: #DBE0E5;
  }
  
  .bg-gray-400 {
    background: #BEC8D0;
  }
  
  .text-gray-400 {
    color: #BEC8D0;
  }
  
  .bg-gray-500 {
    background: #8996A4;
  }
  
  .text-gray-500 {
    color: #8996A4;
  }
  
  .bg-gray-600 {
    background: #5B6B79;
  }
  
  .text-gray-600 {
    color: #5B6B79;
  }
  
  .bg-gray-700 {
    background: #3E4853;
  }
  
  .text-gray-700 {
    color: #3E4853;
  }
  
  .bg-gray-800 {
    background: #1D2630;
  }
  
  .text-gray-800 {
    color: #1D2630;
  }
  
  .bg-gray-900 {
    background: #131920;
  }
  
  .text-gray-900 {
    color: #131920;
  }
  
  /*====== more bootstrap colors end ======*/
  /**  =====================
      1. Generic-class css end
  ========================== **/
  /**  =====================
      2. Custom css start
  ==========================  **/
  *:focus {
    outline: none;
  }
  
  .accordion {
    --bs-accordion-color: #292b2c;
  }
  
  a:hover {
    outline: none;
    text-decoration: none;
  }
  a:not([href]) {
    color: inherit;
  }
  
  p {
    font-size: 14px;
  }
  
  h6,
  .h6,
  h5,
  .h5,
  h4,
  .h4,
  h3,
  .h3,
  h2,
  .h2,
  h1,
  .h1 {
    color: var(--pc-heading-color);
  }
  
  b,
  strong {
    font-weight: 600;
  }
  
  .breadcrumb-default-icon .breadcrumb-item + .breadcrumb-item::before {
    position: relative;
    top: 2px;
  }
  
  .ie-warning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000000;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-family: "Courier New", Courier, monospace;
    padding: 50px 0;
  }
  .ie-warning p {
    font-size: 17px;
  }
  .ie-warning h1, .ie-warning .h1 {
    color: #fff;
  }
  .ie-warning .iew-container {
    min-width: 1024px;
    width: 100%;
    height: 200px;
    background: #fff;
    margin: 50px 0;
  }
  .ie-warning .iew-download {
    list-style: none;
    padding: 30px 0;
    margin: 0 auto;
    width: 720px;
  }
  .ie-warning .iew-download > li {
    float: left;
    vertical-align: top;
  }
  .ie-warning .iew-download > li > a {
    display: block;
    color: #000;
    width: 140px;
    font-size: 15px;
    padding: 15px 0;
  }
  .ie-warning .iew-download > li > a > div {
    margin-top: 10px;
  }
  .ie-warning .iew-download > li > a:hover {
    background-color: #eee;
  }
  
  .btn-page .btn, .btn-page .introjs-tooltip .introjs-button, .introjs-tooltip .btn-page .introjs-button {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .btn-page .btn-group .btn, .btn-page .btn-group .introjs-tooltip .introjs-button, .introjs-tooltip .btn-page .btn-group .introjs-button {
    margin-right: 0;
    margin-bottom: 0;
  }
  .btn-page .btn-group .btn:last-child, .btn-page .btn-group .introjs-tooltip .introjs-button:last-child, .introjs-tooltip .btn-page .btn-group .introjs-button:last-child {
    border-left: none;
  }
  .btn-page .btn-group label:first-of-type {
    border-right: none;
  }
  
  .material-icons-two-tone {
    background-color: #292b2c;
    -webkit-text-fill-color: transparent;
    vertical-align: text-bottom;
    -webkit-background-clip: text;
  }
  .material-icons-two-tone.text-white {
    background-color: #fff;
  }
  
  .img-radius {
    border-radius: 50%;
  }
  
  .pc-icon:not([class*=wid-]) {
    width: 22px;
  }
  .pc-icon:not([class*=hei-]) {
    height: 22px;
  }
  
  .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    color: #abb2bf;
    background: #282c34;
  }
  
  .hljs-comment,
  .hljs-quote {
    color: #5c6370;
    font-style: italic;
  }
  
  .hljs-doctag,
  .hljs-formula,
  .hljs-keyword {
    color: #c678dd;
  }
  
  .hljs-deletion,
  .hljs-name,
  .hljs-section,
  .hljs-selector-tag,
  .hljs-subst {
    color: #e06c75;
  }
  
  .hljs-literal {
    color: #56b6c2;
  }
  
  .hljs-addition,
  .hljs-attribute,
  .hljs-meta-string,
  .hljs-regexp,
  .hljs-string {
    color: #98c379;
  }
  
  .hljs-built_in,
  .hljs-class .hljs-title {
    color: #e6c07b;
  }
  
  .hljs-attr,
  .hljs-number,
  .hljs-selector-attr,
  .hljs-selector-class,
  .hljs-selector-pseudo,
  .hljs-template-variable,
  .hljs-type,
  .hljs-variable {
    color: #d19a66;
  }
  
  .hljs-bullet,
  .hljs-link,
  .hljs-meta,
  .hljs-selector-id,
  .hljs-symbol,
  .hljs-title {
    color: #61aeee;
  }
  
  .hljs-emphasis {
    font-style: italic;
  }
  
  .hljs-strong {
    font-weight: bold;
  }
  
  .hljs-link {
    text-decoration: underline;
  }
  
  /* ========================================================
   ===============     document      ======================
   ========================================================
  
   Grid examples
  */
  .bd-example-row {
    background: #e9e9e9;
    padding: 15px;
    margin-bottom: 15px;
  }
  .bd-example-row .row > [class^=col-],
  .bd-example-row .row > .col {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
  }
  .bd-example-row .row + .row {
    margin-top: 1rem;
  }
  .bd-example-row .flex-items-bottom,
  .bd-example-row .flex-items-middle,
  .bd-example-row .flex-items-top {
    min-height: 6rem;
    background-color: rgba(255, 0, 0, 0.1);
  }
  
  .bd-example-row-flex-cols .row {
    min-height: 10rem;
    background-color: rgba(255, 0, 0, 0.1);
  }
  
  /* Docs examples */
  .bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem;
    border: solid #ddd;
    border-width: 0.2rem 0 0;
  }
  @media only screen and (max-height: 575px) {
    .bd-example {
      padding: 1.5rem;
      margin-right: 0;
      margin-left: 0;
      border-width: 0.2rem;
    }
  }
  
  /* Example modals */
  .modal {
    z-index: 1072;
  }
  .modal .popover,
  .modal .tooltip {
    z-index: 1073;
  }
  
  .modal-backdrop {
    z-index: 1071;
  }
  
  .bd-example-modal {
    background-color: var(--bs-body-bg);
  }
  .bd-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
  }
  .bd-example-modal .modal-dialog {
    left: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
  .bd-example-modal .offcanvas {
    position: static;
    display: block;
    height: 200px;
    visibility: visible;
    transform: translate(0);
  }
  
  .modal .bd-example-row {
    padding: 15px 25px;
  }
  
  /* Example tabbable tabs */
  .bd-example-tabs .nav-tabs {
    margin-bottom: 1rem;
  }
  
  /* Code snippets */
  .highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f3f2fb;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  @media only screen and (max-height: 575px) {
    .highlight {
      padding: 1.5rem;
    }
  }
  
  .bd-content .highlight {
    margin-right: 15px;
    margin-left: 15px;
  }
  @media only screen and (max-height: 575px) {
    .bd-content .highlight {
      margin-right: 0;
      margin-left: 0;
    }
  }
  
  .highlight pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
  }
  .highlight pre code {
    font-size: inherit;
    color: #333;
  }
  
  :not(pre) > code[class*=language-],
  pre[class*=language-] {
    background: transparent;
  }
  
  /* ================================    Blockquote Start  ===================== */
  svg.feather:not([class*=wid-]) {
    width: 20px;
  }
  svg.feather:not([class*=hei-]) {
    height: 20px;
  }
  
  @media (min-width: 1600px) {
    .container {
      max-width: 1540px;
    }
  }
  pre[class*=language-]:before,
  pre[class*=language-]:after {
    display: none;
  }
  
  :not(pre) > code[class*=language-],
  pre[class*=language-] {
    display: flex;
    margin: 0;
  }
  
  pre[class*=language-] > code {
    width: 100%;
  }
  
  .media {
    display: flex;
  }
  .media .media-body {
    flex-grow: 1;
  }
  
  .blockquote {
    padding: 0.5rem 1rem;
  }
  
  /* ================================    Blockquote End  ===================== */
  .jvm-tooltip {
    background-color: var(--bs-primary);
  }
  
  .fixed-button {
    position: fixed;
    bottom: -50px;
    right: 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
    opacity: 0;
    z-index: 9;
    transition: all 0.5s ease;
  }
  
  .fixed-button.active {
    bottom: 50px;
    opacity: 1;
  }
  
  .color-card .card-body {
    margin: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    background: rgba(107, 117, 125, 0.08);
    border-radius: 2px;
  }
  
  .color-block {
    border-radius: 2px;
    margin: 4px 0;
  }
  .color-block.bg-blue-100 {
    color: #212529;
  }
  .color-block.text-blue-100 {
    background-color: #212529;
  }
  .color-block.bg-blue-200 {
    color: #212529;
  }
  .color-block.text-blue-200 {
    background-color: #212529;
  }
  .color-block.bg-blue-300 {
    color: #ffffff;
  }
  .color-block.text-blue-300 {
    background-color: #ffffff;
  }
  .color-block.bg-blue-400 {
    color: #ffffff;
  }
  .color-block.text-blue-400 {
    background-color: #ffffff;
  }
  .color-block.bg-blue-500 {
    color: #ffffff;
  }
  .color-block.text-blue-500 {
    background-color: #ffffff;
  }
  .color-block.bg-blue-600 {
    color: #ffffff;
  }
  .color-block.text-blue-600 {
    background-color: #ffffff;
  }
  .color-block.bg-blue-700 {
    color: #ffffff;
  }
  .color-block.text-blue-700 {
    background-color: #ffffff;
  }
  .color-block.bg-blue-800 {
    color: #ffffff;
  }
  .color-block.text-blue-800 {
    background-color: #ffffff;
  }
  .color-block.bg-blue-900 {
    color: #ffffff;
  }
  .color-block.text-blue-900 {
    background-color: #ffffff;
  }
  .color-block.bg-indigo-100 {
    color: #212529;
  }
  .color-block.text-indigo-100 {
    background-color: #212529;
  }
  .color-block.bg-indigo-200 {
    color: #ffffff;
  }
  .color-block.text-indigo-200 {
    background-color: #ffffff;
  }
  .color-block.bg-indigo-300 {
    color: #ffffff;
  }
  .color-block.text-indigo-300 {
    background-color: #ffffff;
  }
  .color-block.bg-indigo-400 {
    color: #ffffff;
  }
  .color-block.text-indigo-400 {
    background-color: #ffffff;
  }
  .color-block.bg-indigo-500 {
    color: #ffffff;
  }
  .color-block.text-indigo-500 {
    background-color: #ffffff;
  }
  .color-block.bg-indigo-600 {
    color: #ffffff;
  }
  .color-block.text-indigo-600 {
    background-color: #ffffff;
  }
  .color-block.bg-indigo-700 {
    color: #ffffff;
  }
  .color-block.text-indigo-700 {
    background-color: #ffffff;
  }
  .color-block.bg-indigo-800 {
    color: #ffffff;
  }
  .color-block.text-indigo-800 {
    background-color: #ffffff;
  }
  .color-block.bg-indigo-900 {
    color: #ffffff;
  }
  .color-block.text-indigo-900 {
    background-color: #ffffff;
  }
  .color-block.bg-purple-100 {
    color: #212529;
  }
  .color-block.text-purple-100 {
    background-color: #212529;
  }
  .color-block.bg-purple-200 {
    color: #ffffff;
  }
  .color-block.text-purple-200 {
    background-color: #ffffff;
  }
  .color-block.bg-purple-300 {
    color: #ffffff;
  }
  .color-block.text-purple-300 {
    background-color: #ffffff;
  }
  .color-block.bg-purple-400 {
    color: #ffffff;
  }
  .color-block.text-purple-400 {
    background-color: #ffffff;
  }
  .color-block.bg-purple-500 {
    color: #ffffff;
  }
  .color-block.text-purple-500 {
    background-color: #ffffff;
  }
  .color-block.bg-purple-600 {
    color: #ffffff;
  }
  .color-block.text-purple-600 {
    background-color: #ffffff;
  }
  .color-block.bg-purple-700 {
    color: #ffffff;
  }
  .color-block.text-purple-700 {
    background-color: #ffffff;
  }
  .color-block.bg-purple-800 {
    color: #ffffff;
  }
  .color-block.text-purple-800 {
    background-color: #ffffff;
  }
  .color-block.bg-purple-900 {
    color: #ffffff;
  }
  .color-block.text-purple-900 {
    background-color: #ffffff;
  }
  .color-block.bg-pink-100 {
    color: #212529;
  }
  .color-block.text-pink-100 {
    background-color: #212529;
  }
  .color-block.bg-pink-200 {
    color: #ffffff;
  }
  .color-block.text-pink-200 {
    background-color: #ffffff;
  }
  .color-block.bg-pink-300 {
    color: #ffffff;
  }
  .color-block.text-pink-300 {
    background-color: #ffffff;
  }
  .color-block.bg-pink-400 {
    color: #ffffff;
  }
  .color-block.text-pink-400 {
    background-color: #ffffff;
  }
  .color-block.bg-pink-500 {
    color: #ffffff;
  }
  .color-block.text-pink-500 {
    background-color: #ffffff;
  }
  .color-block.bg-pink-600 {
    color: #ffffff;
  }
  .color-block.text-pink-600 {
    background-color: #ffffff;
  }
  .color-block.bg-pink-700 {
    color: #ffffff;
  }
  .color-block.text-pink-700 {
    background-color: #ffffff;
  }
  .color-block.bg-pink-800 {
    color: #ffffff;
  }
  .color-block.text-pink-800 {
    background-color: #ffffff;
  }
  .color-block.bg-pink-900 {
    color: #ffffff;
  }
  .color-block.text-pink-900 {
    background-color: #ffffff;
  }
  .color-block.bg-red-100 {
    color: #212529;
  }
  .color-block.text-red-100 {
    background-color: #212529;
  }
  .color-block.bg-red-200 {
    color: #ffffff;
  }
  .color-block.text-red-200 {
    background-color: #ffffff;
  }
  .color-block.bg-red-300 {
    color: #ffffff;
  }
  .color-block.text-red-300 {
    background-color: #ffffff;
  }
  .color-block.bg-red-400 {
    color: #ffffff;
  }
  .color-block.text-red-400 {
    background-color: #ffffff;
  }
  .color-block.bg-red-500 {
    color: #ffffff;
  }
  .color-block.text-red-500 {
    background-color: #ffffff;
  }
  .color-block.bg-red-600 {
    color: #ffffff;
  }
  .color-block.text-red-600 {
    background-color: #ffffff;
  }
  .color-block.bg-red-700 {
    color: #ffffff;
  }
  .color-block.text-red-700 {
    background-color: #ffffff;
  }
  .color-block.bg-red-800 {
    color: #ffffff;
  }
  .color-block.text-red-800 {
    background-color: #ffffff;
  }
  .color-block.bg-red-900 {
    color: #ffffff;
  }
  .color-block.text-red-900 {
    background-color: #ffffff;
  }
  .color-block.bg-orange-100 {
    color: #212529;
  }
  .color-block.text-orange-100 {
    background-color: #212529;
  }
  .color-block.bg-orange-200 {
    color: #212529;
  }
  .color-block.text-orange-200 {
    background-color: #212529;
  }
  .color-block.bg-orange-300 {
    color: #ffffff;
  }
  .color-block.text-orange-300 {
    background-color: #ffffff;
  }
  .color-block.bg-orange-400 {
    color: #ffffff;
  }
  .color-block.text-orange-400 {
    background-color: #ffffff;
  }
  .color-block.bg-orange-500 {
    color: #ffffff;
  }
  .color-block.text-orange-500 {
    background-color: #ffffff;
  }
  .color-block.bg-orange-600 {
    color: #ffffff;
  }
  .color-block.text-orange-600 {
    background-color: #ffffff;
  }
  .color-block.bg-orange-700 {
    color: #ffffff;
  }
  .color-block.text-orange-700 {
    background-color: #ffffff;
  }
  .color-block.bg-orange-800 {
    color: #ffffff;
  }
  .color-block.text-orange-800 {
    background-color: #ffffff;
  }
  .color-block.bg-orange-900 {
    color: #ffffff;
  }
  .color-block.text-orange-900 {
    background-color: #ffffff;
  }
  .color-block.bg-yellow-100 {
    color: #212529;
  }
  .color-block.text-yellow-100 {
    background-color: #212529;
  }
  .color-block.bg-yellow-200 {
    color: #212529;
  }
  .color-block.text-yellow-200 {
    background-color: #212529;
  }
  .color-block.bg-yellow-300 {
    color: #212529;
  }
  .color-block.text-yellow-300 {
    background-color: #212529;
  }
  .color-block.bg-yellow-400 {
    color: #212529;
  }
  .color-block.text-yellow-400 {
    background-color: #212529;
  }
  .color-block.bg-yellow-500 {
    color: #ffffff;
  }
  .color-block.text-yellow-500 {
    background-color: #ffffff;
  }
  .color-block.bg-yellow-600 {
    color: #ffffff;
  }
  .color-block.text-yellow-600 {
    background-color: #ffffff;
  }
  .color-block.bg-yellow-700 {
    color: #ffffff;
  }
  .color-block.text-yellow-700 {
    background-color: #ffffff;
  }
  .color-block.bg-yellow-800 {
    color: #ffffff;
  }
  .color-block.text-yellow-800 {
    background-color: #ffffff;
  }
  .color-block.bg-yellow-900 {
    color: #ffffff;
  }
  .color-block.text-yellow-900 {
    background-color: #ffffff;
  }
  .color-block.bg-green-100 {
    color: #212529;
  }
  .color-block.text-green-100 {
    background-color: #212529;
  }
  .color-block.bg-green-200 {
    color: #212529;
  }
  .color-block.text-green-200 {
    background-color: #212529;
  }
  .color-block.bg-green-300 {
    color: #ffffff;
  }
  .color-block.text-green-300 {
    background-color: #ffffff;
  }
  .color-block.bg-green-400 {
    color: #ffffff;
  }
  .color-block.text-green-400 {
    background-color: #ffffff;
  }
  .color-block.bg-green-500 {
    color: #ffffff;
  }
  .color-block.text-green-500 {
    background-color: #ffffff;
  }
  .color-block.bg-green-600 {
    color: #ffffff;
  }
  .color-block.text-green-600 {
    background-color: #ffffff;
  }
  .color-block.bg-green-700 {
    color: #ffffff;
  }
  .color-block.text-green-700 {
    background-color: #ffffff;
  }
  .color-block.bg-green-800 {
    color: #ffffff;
  }
  .color-block.text-green-800 {
    background-color: #ffffff;
  }
  .color-block.bg-green-900 {
    color: #ffffff;
  }
  .color-block.text-green-900 {
    background-color: #ffffff;
  }
  .color-block.bg-teal-100 {
    color: #212529;
  }
  .color-block.text-teal-100 {
    background-color: #212529;
  }
  .color-block.bg-teal-200 {
    color: #ffffff;
  }
  .color-block.text-teal-200 {
    background-color: #ffffff;
  }
  .color-block.bg-teal-300 {
    color: #ffffff;
  }
  .color-block.text-teal-300 {
    background-color: #ffffff;
  }
  .color-block.bg-teal-400 {
    color: #ffffff;
  }
  .color-block.text-teal-400 {
    background-color: #ffffff;
  }
  .color-block.bg-teal-500 {
    color: #ffffff;
  }
  .color-block.text-teal-500 {
    background-color: #ffffff;
  }
  .color-block.bg-teal-600 {
    color: #ffffff;
  }
  .color-block.text-teal-600 {
    background-color: #ffffff;
  }
  .color-block.bg-teal-700 {
    color: #ffffff;
  }
  .color-block.text-teal-700 {
    background-color: #ffffff;
  }
  .color-block.bg-teal-800 {
    color: #ffffff;
  }
  .color-block.text-teal-800 {
    background-color: #ffffff;
  }
  .color-block.bg-teal-900 {
    color: #ffffff;
  }
  .color-block.text-teal-900 {
    background-color: #ffffff;
  }
  .color-block.bg-cyan-100 {
    color: #212529;
  }
  .color-block.text-cyan-100 {
    background-color: #212529;
  }
  .color-block.bg-cyan-200 {
    color: #212529;
  }
  .color-block.text-cyan-200 {
    background-color: #212529;
  }
  .color-block.bg-cyan-300 {
    color: #ffffff;
  }
  .color-block.text-cyan-300 {
    background-color: #ffffff;
  }
  .color-block.bg-cyan-400 {
    color: #ffffff;
  }
  .color-block.text-cyan-400 {
    background-color: #ffffff;
  }
  .color-block.bg-cyan-500 {
    color: #ffffff;
  }
  .color-block.text-cyan-500 {
    background-color: #ffffff;
  }
  .color-block.bg-cyan-600 {
    color: #ffffff;
  }
  .color-block.text-cyan-600 {
    background-color: #ffffff;
  }
  .color-block.bg-cyan-700 {
    color: #ffffff;
  }
  .color-block.text-cyan-700 {
    background-color: #ffffff;
  }
  .color-block.bg-cyan-800 {
    color: #ffffff;
  }
  .color-block.text-cyan-800 {
    background-color: #ffffff;
  }
  .color-block.bg-cyan-900 {
    color: #ffffff;
  }
  .color-block.text-cyan-900 {
    background-color: #ffffff;
  }
  .color-block.bg-gray-100 {
    color: #212529;
  }
  .color-block.text-gray-100 {
    background-color: #212529;
  }
  .color-block.bg-gray-200 {
    color: #212529;
  }
  .color-block.text-gray-200 {
    background-color: #212529;
  }
  .color-block.bg-gray-300 {
    color: #212529;
  }
  .color-block.text-gray-300 {
    background-color: #212529;
  }
  .color-block.bg-gray-400 {
    color: #ffffff;
  }
  .color-block.text-gray-400 {
    background-color: #ffffff;
  }
  .color-block.bg-gray-500 {
    color: #ffffff;
  }
  .color-block.text-gray-500 {
    background-color: #ffffff;
  }
  .color-block.bg-gray-600 {
    color: #ffffff;
  }
  .color-block.text-gray-600 {
    background-color: #ffffff;
  }
  .color-block.bg-gray-700 {
    color: #ffffff;
  }
  .color-block.text-gray-700 {
    background-color: #ffffff;
  }
  .color-block.bg-gray-800 {
    color: #ffffff;
  }
  .color-block.text-gray-800 {
    background-color: #ffffff;
  }
  .color-block.bg-gray-900 {
    color: #ffffff;
  }
  .color-block.text-gray-900 {
    background-color: #ffffff;
  }
  
  .row > div .color-block:first-child {
    margin-top: 0;
  }
  .row > div .color-block:last-child {
    margin-bottom: 0;
  }
  
  .card .toast-container {
    position: relative;
  }
  
  .blockquote-footer {
    margin-top: 0;
  }
  
  .toast-container {
    z-index: 1022;
  }
  
  .carousel-indicators li::marker {
    font-size: 0;
  }
  
  .pagination .page-item .page-link {
    border-radius: 0;
  }
  .pagination .page-item:first-child .page-link {
    border-radius: var(--bs-pagination-border-radius) 0 0 var(--bs-pagination-border-radius);
  }
  .pagination .page-item:last-child .page-link {
    border-radius: 0 var(--bs-pagination-border-radius) var(--bs-pagination-border-radius) 0;
  }
  
  .customer-body {
    height: calc(100% - 60px);
  }
  
  .offcanvas-top, .offcanvas-bottom {
    min-height: 240px;
  }
  
  /**  =====================
      2. Custom css end
  ==========================  **/
  .pc-sidebar {
    background: var(--pc-sidebar-background);
    width: 280px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1026;
    overflow: hidden;
    box-shadow: var(--pc-sidebar-shadow);
    border-right: var(--pc-sidebar-border);
  }
  .pc-sidebar .navbar-wrapper {
    width: 280px;
    background: inherit;
  }
  .pc-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .pc-sidebar .pc-caption {
    color: var(--pc-sidebar-caption-color);
    display: block;
    padding: 30px 8px 8px !important;
    text-transform: uppercase;
    position: relative;
    line-height: 1.34;
    font-size: 13px;
    font-weight: 500;
  }
  .pc-sidebar .pc-caption:first-child {
    padding-top: 10px !important;
  }
  .pc-sidebar .pc-caption:first-child::after {
    display: none;
  }
  .pc-sidebar .pc-caption svg,
  .pc-sidebar .pc-caption i {
    display: none;
  }
  .pc-sidebar .pc-caption label {
    margin-bottom: 0;
  }
  .pc-sidebar .pc-caption span:not(.badge) {
    display: block;
    color: var(--pc-sidebar-color);
    opacity: 0.5;
    text-transform: capitalize;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
  }
  .pc-sidebar .pc-micon {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .pc-sidebar .pc-micon i {
    font-size: 20px;
    vertical-align: middle;
  }
  .pc-sidebar .pc-micon i.material-icons-two-tone {
    font-size: 22px;
    display: inline-block;
  }
  .pc-sidebar .pc-micon > svg {
    width: 22px;
    height: 22px;
    display: inline-block;
  }
  .pc-sidebar .pc-link {
    display: block;
    padding: 14px 20px;
    color: var(--pc-sidebar-color);
    position: relative;
    font-size: 14px;
    font-weight: 400;
  }
  .pc-sidebar .pc-link:focus, .pc-sidebar .pc-link.active, .pc-sidebar .pc-link:hover {
    text-decoration: none;
  }
  .pc-sidebar .pc-navbar > .pc-item {
    margin: 0 10px;
  }
  .pc-sidebar .pc-navbar > .pc-item > .pc-link {
    border-radius: var(--bs-border-radius);
  }
  .pc-sidebar .pc-navbar > .pc-item > .pc-link::after {
    content: "";
    border-radius: var(--bs-border-radius);
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    opacity: 0;
  }
  .pc-sidebar .pc-navbar > .pc-item.active > .pc-link {
    font-weight: 500;
    color: #fff;
    background: var(--pc-sidebar-active-color);
  }
  .pc-sidebar .pc-navbar > .pc-item:hover:not(.active) > .pc-link:after {
    background: var(--pc-sidebar-color);
  }
  .pc-sidebar .pc-navbar > .pc-item .pc-submenu {
    position: relative;
  }
  .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item > .pc-link:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 45px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: var(--pc-sidebar-submenu-border-color);
  }
  .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item.pc-trigger > .pc-link, .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item.active > .pc-link {
    font-weight: 500;
    color: #fff;
  }
  .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item.pc-trigger > .pc-link:after, .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item.active > .pc-link:after, .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item:focus > .pc-link:after, .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item:hover > .pc-link:after {
    background: var(--pc-sidebar-active-color);
  }
  .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-link {
    padding: 12px 30px 12px 60px;
  }
  .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-link:after {
    left: 28px;
  }
  .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-submenu .pc-link {
    padding: 12px 30px 12px 80px;
  }
  .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-submenu .pc-link:after {
    left: 62px;
  }
  .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-submenu .pc-submenu .pc-link {
    padding: 12px 30px 12px 95px;
  }
  .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-submenu .pc-submenu .pc-link:after {
    left: 79px;
  }
  .pc-sidebar .pc-item.disabled a {
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .pc-sidebar .pc-arrow {
    float: right;
    display: inline-block;
    transition: all 0.2s ease-in-out;
  }
  .pc-sidebar .pc-arrow > svg {
    width: 14px;
    height: 14px;
  }
  .pc-sidebar .pc-badge {
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 1;
    float: right;
    background: var(--bs-primary);
  }
  .pc-sidebar .m-header {
    height: 60px;
    background: var(--pc-brand-background);
    display: flex;
    align-items: center;
    padding: 16px 24px;
    justify-content: center;
  }
  .pc-sidebar .m-header .logo-sm {
    display: none;
  }
  .pc-sidebar .navbar-content {
    position: relative;
    height: calc(100vh - 170px);
    padding: 10px 0;
  }
  .pc-sidebar .card {
    box-shadow: none;
    margin: 15px;
  }
  .pc-sidebar .card.pc-user-card {
    text-align: center;
    background: var(--pc-brand-background);
    margin: 0;
    box-shadow: none;
    border: none;
    border-radius: 0px;
  }
  .pc-sidebar .card.pc-user-card .nav-user-image {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .pc-sidebar .card.pc-user-card .nav-user-image .user-avtar {
    position: relative;
    z-index: 5;
    width: 80px;
    box-shadow: 0 0 0 8px var(--pc-sidebar-background);
  }
  .pc-sidebar .card.pc-user-card .nav-user-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    background: var(--pc-sidebar-background);
    border-radius: 15px 15px 0 0;
    z-index: 1;
  }
  .pc-sidebar .card.pc-user-card .card-body {
    padding: 0;
  }
  .pc-sidebar .card.pc-user-card .card-body span,
  .pc-sidebar .card.pc-user-card .card-body h4,
  .pc-sidebar .card.pc-user-card .card-body .h4 {
    color: var(--pc-sidebar-color);
  }
  .pc-sidebar .card.pc-user-card .pc-user-collpsed {
    background: var(--pc-sidebar-background);
    overflow: hidden;
  }
  .pc-sidebar .card.pc-user-card .pc-user-collpsed ul {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pc-sidebar .card.pc-user-card .pc-user-collpsed ul li {
    position: relative;
    flex: 50%;
  }
  .pc-sidebar .card.pc-user-card .pc-user-collpsed ul li::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 100%;
    opacity: 0.3;
    border-bottom: 2px solid var(--pc-sidebar-submenu-border-color);
  }
  .pc-sidebar .card.pc-user-card .pc-user-collpsed ul li:nth-child(even):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    opacity: 0.3;
    border-left: 2px solid var(--pc-sidebar-submenu-border-color);
  }
  .pc-sidebar .card.pc-user-card .pc-user-collpsed ul li:nth-last-child(0)::before, .pc-sidebar .card.pc-user-card .pc-user-collpsed ul li:nth-last-child(1)::before {
    display: none;
  }
  .pc-sidebar .card.pc-user-card .pc-user-links {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--pc-sidebar-color);
    padding: 12px 4px;
    border-radius: var(--bs-border-radius);
    margin: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .pc-sidebar .card.pc-user-card .pc-user-links::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--pc-sidebar-active-color);
    opacity: 0;
  }
  .pc-sidebar .card.pc-user-card .pc-user-links i {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .pc-sidebar .card.pc-user-card .pc-user-links:focus, .pc-sidebar .card.pc-user-card .pc-user-links:hover {
    color: var(--pc-sidebar-active-color);
  }
  .pc-sidebar .card.pc-user-card .pc-user-links:focus::after, .pc-sidebar .card.pc-user-card .pc-user-links:hover::after {
    opacity: 0.1;
  }
  .pc-sidebar .card.nav-action-card {
    background: var(--pc-brand-background);
    border-top: none;
  }
  .pc-sidebar .pc-hasmenu:not(.pc-trigger) > .pc-submenu {
    display: none;
  }
  .pc-sidebar .pc-hasmenu.pc-trigger > .pc-submenu {
    display: block;
  }
  .pc-sidebar .pc-hasmenu.pc-trigger > .pc-link > .pc-arrow {
    transform: rotate(90deg);
  }
  
  .pc-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.15);
  }
  
  [data-pc-sidebar-caption=false] .pc-sidebar .pc-caption {
    display: none;
  }
  
  @media (min-width: 1025px) {
    .navbar-overlay .pc-sidebar.pc-over-menu-active .navbar-wrapper {
      position: relative;
      z-index: 5;
    }
    .navbar-overlay .pc-sidebar:not(.pc-over-menu-active) {
      left: -280px;
      box-shadow: none;
    }
    .pc-sidebar {
      transition: width 0.2s ease;
    }
    .pc-sidebar ~ .pc-header {
      transition: left 0.2s ease;
    }
    .pc-sidebar ~ .pc-footer,
    .pc-sidebar ~ .pc-container {
      transition: margin-left 0.2s ease;
    }
    .pc-sidebar.pc-sidebar-hide {
      width: 0;
      --pc-sidebar-border: none;
    }
    .pc-sidebar.pc-sidebar-hide ~ .pc-header {
      left: 0;
    }
    .pc-sidebar.pc-sidebar-hide ~ .pc-footer,
    .pc-sidebar.pc-sidebar-hide ~ .pc-container {
      margin-left: 0px;
    }
    .pc-header .pc-h-item.pc-sidebar-popup {
      display: none;
    }
  }
  @media (max-width: 1024px) {
    .pc-header .pc-h-item.pc-sidebar-collapse {
      display: none;
    }
    .pc-sidebar {
      left: -280px;
      box-shadow: none;
      top: 0;
      transition: all 0.2s ease-in-out;
    }
    .pc-sidebar.mob-sidebar-active {
      left: 0;
    }
    .pc-sidebar.mob-sidebar-active .navbar-wrapper {
      position: relative;
      z-index: 5;
      background: inherit;
    }
  }
  .layout-2 .pc-sidebar .pc-navbar > .pc-item {
    margin: 0;
  }
  .layout-2 .pc-sidebar .pc-navbar > .pc-item > .pc-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin: 0;
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .layout-2 .pc-sidebar .pc-navbar > .pc-item > .pc-link:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
  .layout-2 .pc-sidebar .pc-navbar > .pc-item.pc-hasmenu.pc-trigger, .layout-2 .pc-sidebar .pc-navbar > .pc-item.active {
    background-color: rgba(var(--pc-sidebar-color-rgb), 0.08);
  }
  .layout-2 .pc-sidebar .pc-navbar > .pc-item.pc-hasmenu.pc-trigger > .pc-link:after, .layout-2 .pc-sidebar .pc-navbar > .pc-item.active > .pc-link:after {
    background: transparent;
  }
  .layout-2 .pc-sidebar .pc-navbar > .pc-item .pc-submenu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .layout-2 .pc-sidebar .pc-navbar > .pc-item .pc-submenu:after {
    opacity: 0.3;
  }
  
  .pc-header {
    background: var(--pc-header-background);
    color: var(--pc-header-color);
    min-height: 60px;
    box-shadow: var(--pc-header-shadow);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    position: fixed;
    left: 280px;
    right: 0;
    z-index: 1025;
    display: flex;
  }
  .pc-header ul {
    margin-bottom: 0;
    display: inline-flex;
  }
  .pc-header .m-header {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    padding: 16px 10px 16px 24px;
  }
  .pc-header .header-wrapper {
    display: flex;
    padding: 0 25px;
    flex-grow: 1;
  }
  .pc-header .form-search {
    position: relative;
  }
  .pc-header .form-search .form-control, .pc-header .form-search .datatable-input, .pc-header .form-search .custom-select,
  .pc-header .form-search .dataTable-selector,
  .pc-header .form-search .dataTable-input {
    border-radius: var(--bs-border-radius);
    padding: 0.62rem 2.6rem;
    width: 240px;
    max-width: 100%;
  }
  @media (max-width: 1024px) {
    .pc-header .form-search .form-control, .pc-header .form-search .datatable-input, .pc-header .form-search .custom-select,
    .pc-header .form-search .dataTable-selector,
    .pc-header .form-search .dataTable-input {
      width: 100%;
    }
  }
  .pc-header .form-search .icon-search {
    position: absolute;
    top: 11px;
    left: 14px;
    font-size: 20px;
    opacity: 0.4;
  }
  .pc-header .form-search .btn-search {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius-sm);
  }
  .pc-header .pc-h-item {
    min-height: 60px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .pc-header .pc-head-link {
    margin: 0 4px;
    position: relative;
    font-weight: 500;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    color: var(--pc-header-color);
    overflow: hidden;
  }
  .pc-header .pc-head-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: var(--pc-active-background);
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.08s cubic-bezier(0.37, 0.24, 0.53, 0.99);
  }
  .pc-header .pc-head-link > svg,
  .pc-header .pc-head-link > i {
    position: relative;
    z-index: 5;
    color: var(--pc-header-color);
    transition: all 0.08s cubic-bezier(0.37, 0.24, 0.53, 0.99);
  }
  .pc-header .pc-head-link > i {
    font-size: 24px;
  }
  .pc-header .pc-head-link > svg {
    width: 24px;
    height: 24px;
  }
  .pc-header .pc-head-link.active, .pc-header .pc-head-link:active, .pc-header .pc-head-link:focus, .pc-header .pc-head-link:hover {
    text-decoration: none;
    color: var(--pc-header-color);
  }
  .pc-header .pc-head-link.active > svg,
  .pc-header .pc-head-link.active > i, .pc-header .pc-head-link:active > svg,
  .pc-header .pc-head-link:active > i, .pc-header .pc-head-link:focus > svg,
  .pc-header .pc-head-link:focus > i, .pc-header .pc-head-link:hover > svg,
  .pc-header .pc-head-link:hover > i {
    color: var(--pc-header-color);
    transform: scale(1.08);
  }
  .pc-header .pc-head-link.active::before, .pc-header .pc-head-link:active::before, .pc-header .pc-head-link:focus::before, .pc-header .pc-head-link:hover::before {
    border-radius: 0;
    transform: scale(1);
  }
  .pc-header .pc-head-link.active .hamburger .hamburger-inner, .pc-header .pc-head-link:active .hamburger .hamburger-inner, .pc-header .pc-head-link:focus .hamburger .hamburger-inner, .pc-header .pc-head-link:hover .hamburger .hamburger-inner {
    background-color: #BDC3C7;
  }
  .pc-header .pc-head-link.active .hamburger .hamburger-inner::after, .pc-header .pc-head-link.active .hamburger .hamburger-inner::before, .pc-header .pc-head-link:active .hamburger .hamburger-inner::after, .pc-header .pc-head-link:active .hamburger .hamburger-inner::before, .pc-header .pc-head-link:focus .hamburger .hamburger-inner::after, .pc-header .pc-head-link:focus .hamburger .hamburger-inner::before, .pc-header .pc-head-link:hover .hamburger .hamburger-inner::after, .pc-header .pc-head-link:hover .hamburger .hamburger-inner::before {
    background-color: #BDC3C7;
  }
  .pc-header .pc-head-link.active i.material-icons-two-tone, .pc-header .pc-head-link:active i.material-icons-two-tone, .pc-header .pc-head-link:focus i.material-icons-two-tone, .pc-header .pc-head-link:hover i.material-icons-two-tone {
    background-color: #BDC3C7;
  }
  .pc-header .pc-head-link .pc-h-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    font-size: 9px;
    z-index: 9;
  }
  .pc-header .pc-head-link .pc-h-badge.dots {
    width: 9px;
    height: 9px;
    top: 7px;
    right: 16px;
    padding: 0;
  }
  .pc-header .pc-head-link .user-desc,
  .pc-header .pc-head-link .user-name {
    display: block;
    line-height: 1;
  }
  .pc-header .pc-head-link .user-name {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
  }
  .pc-header .pc-head-link .user-desc {
    font-size: 12px;
    font-weight: 400;
    color: var(--pc-header-color);
  }
  .pc-header .pc-h-dropdown {
    transform: none !important;
    top: 100% !important;
  }
  .pc-header .pc-h-dropdown .ti-circle {
    font-size: 7px;
    vertical-align: middle;
  }
  .pc-header .pc-h-dropdown.dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
  }
  .pc-header .pc-level-menu {
    position: relative;
  }
  .pc-header .pc-level-menu:hover > .dropdown-menu {
    display: block;
    left: 100%;
    top: -18px !important;
  }
  .pc-header .drp-search {
    min-width: 20rem;
  }
  .pc-header #vertical-nav-toggle {
    margin-left: -15px;
  }
  .pc-header .user-avtar {
    width: 40px;
    border-radius: 50%;
  }
  .pc-header .header-user-profile .pc-head-link {
    width: auto;
    padding: 7px;
    background: transparent;
  }
  .pc-header .header-user-profile .pc-head-link:focus .user-avtar, .pc-header .header-user-profile .pc-head-link:hover .user-avtar {
    transform: scale(1.03);
  }
  .pc-header .header-user-profile .pc-head-link:focus::before, .pc-header .header-user-profile .pc-head-link:hover::before {
    display: none;
  }
  .pc-header .header-user-profile .pc-head-link > span > i {
    font-size: 22px;
    margin-right: 8px;
  }
  .pc-header .header-user-profile .pc-head-link .user-avtar {
    width: 40px;
    transition: all 0.08s cubic-bezier(0.37, 0.24, 0.53, 0.99);
  }
  @media (max-width: 575.98px) {
    .pc-header .header-user-profile .pc-head-link {
      width: 40px;
    }
    .pc-header .header-user-profile .pc-head-link .user-avtar {
      margin-right: 0;
    }
    .pc-header .header-user-profile .pc-head-link > span,
    .pc-header .header-user-profile .pc-head-link > span > i {
      display: none;
    }
  }
  .pc-header .dropdown-user-profile {
    min-width: 352px;
    max-width: 100%;
    padding: 0;
  }
  .pc-header .dropdown-user-profile .dropdown-header,
  .pc-header .dropdown-user-profile .dropdown-footer {
    padding: 16px 20px;
  }
  .pc-header .dropdown-user-profile .dropdown-header,
  .pc-header .dropdown-user-profile .dropdown-body {
    border-bottom: 1px solid var(--bs-border-color);
  }
  .pc-header .dropdown-user-profile .dropdown-item {
    font-weight: 500;
    padding: 10px 15px;
    display: flex;
    border-radius: var(--bs-border-radius);
    align-items: center;
    justify-content: space-between;
    border: var(--bs-border-width) var(--bs-border-style) transparent;
  }
  .pc-header .dropdown-user-profile .dropdown-item i {
    font-size: 24px;
  }
  .pc-header .dropdown-user-profile .dropdown-item:hover, .pc-header .dropdown-user-profile .dropdown-item:focus {
    color: var(--bs-dropdown-link-color);
    background: var(--pc-active-background);
    border-color: var(--bs-border-color);
  }
  .pc-header .dropdown-user-profile .dropdown-item .user-group .avtar,
  .pc-header .dropdown-user-profile .dropdown-item .user-group img {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  @media (max-width: 575.98px) {
    .pc-header .dropdown-user-profile {
      min-width: 100%;
    }
  }
  .pc-header .dropdown-notification {
    min-width: 450px;
    max-width: 100%;
    padding: 0;
  }
  .pc-header .dropdown-notification .dropdown-header,
  .pc-header .dropdown-notification .dropdown-footer {
    padding: 16px 20px;
  }
  .pc-header .dropdown-notification h5.text-truncate, .pc-header .dropdown-notification .text-truncate.h5,
  .pc-header .dropdown-notification p > .text-truncate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .pc-header .dropdown-notification .dropdown-header,
  .pc-header .dropdown-notification .dropdown-body {
    border-bottom: 1px solid var(--bs-border-color);
  }
  .pc-header .dropdown-notification .list-group-item-action:active, .pc-header .dropdown-notification .list-group-item-action:hover, .pc-header .dropdown-notification .list-group-item-action:focus {
    background: #e8f8f5;
  }
  .pc-header .dropdown-notification .list-group-item-action .user-avtar,
  .pc-header .dropdown-notification .list-group-item-action h5,
  .pc-header .dropdown-notification .list-group-item-action .h5 {
    cursor: pointer;
  }
  .pc-header .dropdown-notification .badge {
    font-size: 0.8125rem;
    padding: 0.43em 1em;
  }
  .pc-header .dropdown-notification .user-avtar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .pc-header .dropdown-notification .notification-file {
    display: flex;
    align-items: center;
  }
  .pc-header .dropdown-notification .notification-file i {
    font-size: 20px;
    margin-right: 16px;
  }
  .pc-header .dropdown-notification .card {
    cursor: pointer;
  }
  .pc-header .dropdown-notification .card:hover {
    background: var(--pc-active-background);
  }
  @media (max-width: 575.98px) {
    .pc-header .dropdown-notification {
      min-width: 100%;
    }
  }
  
  .drp-upgrade-card {
    background-size: cover;
  }
  .drp-upgrade-card .user-group .avtar,
  .drp-upgrade-card .user-group img {
    font-size: 14px;
  }
  
  .user-group {
    display: inline-flex;
    align-items: center;
  }
  .user-group .avtar,
  .user-group img {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.1s ease-in-out;
    border: 2px solid #ffffff;
  }
  .user-group .avtar + .avtar,
  .user-group .avtar + img,
  .user-group img + .avtar,
  .user-group img + img {
    margin-left: -14px;
  }
  .user-group .avtar:hover,
  .user-group img:hover {
    z-index: 5;
  }
  
  .notification-modal.modal.fade .modal-dialog {
    transform: translate(100%, 0);
  }
  
  .notification-modal.modal.show .modal-dialog {
    transform: none;
  }
  
  .notification-modal {
    padding-right: 0 !important;
  }
  .notification-modal .modal-dialog {
    margin: 0 0 0 auto;
  }
  .notification-modal .modal-content, .notification-modal .introjs-tooltip {
    min-height: 100vh;
    border: none;
    border-radius: 0;
    box-shadow: -1px 0 9px -3px rgba(0, 0, 0, 0.6);
  }
  
  @media (max-width: 1024px) {
    .pc-header {
      top: 0;
      left: 0;
      transition: all 0.15s ease-in-out;
    }
    .pc-header .m-header {
      display: none;
    }
    .pc-header .pc-head-link .user-desc,
    .pc-header .pc-head-link .user-name {
      display: none;
    }
    .pc-header .pcm-logo {
      margin-left: 30px;
    }
    .pc-header .pcm-logo img {
      max-width: 160px;
    }
    .pc-header.mob-header-active {
      top: 60px;
    }
    .pc-header.mob-header-active .header-wrapper {
      background: var(pc-header-background);
      position: relative;
      z-index: 5;
    }
    .pc-header .pc-md-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 1;
      background: rgba(0, 0, 0, 0.2);
    }
    .pc-header .pc-level-menu .dropdown-menu {
      left: 0;
      display: block;
      padding-left: 30px;
    }
    .pc-header .pc-mob-drp.mob-drp-active .pc-h-item {
      display: block;
      min-height: auto;
      position: relative;
    }
    .pc-header .pc-mob-drp.mob-drp-active .pc-h-item .pc-head-link {
      display: block;
      margin: 5px 10px !important;
    }
    .pc-header .pc-mob-drp.mob-drp-active .pc-h-item .dropdown-menu {
      position: relative !important;
      width: 100%;
      float: none;
      box-shadow: none;
    }
    .pc-header .pc-mob-drp.mob-drp-active ul {
      display: block;
    }
    .minimenu .pc-header {
      left: 0;
    }
  }
  #pc-noti-home > .media:hover {
    margin: -15px;
    padding: 15px;
    background: rgba(26, 188, 156, 0.1);
  }
  
  @media (max-width: 575.98px) {
    .pc-header .pc-head-link {
      padding: 0.65rem;
      margin: 0 5px;
    }
    .pc-header .pc-h-item {
      position: static;
    }
    .pc-header .pc-h-item .pc-h-dropdown {
      left: 0 !important;
      right: 0 !important;
    }
  }
  .pc-footer {
    position: relative;
    z-index: 995;
    margin-left: 280px;
    margin-top: 60px;
    padding: 15px 0;
  }
  .pc-footer a {
    color: var(--bs-body-color);
  }
  .pc-footer a:hover {
    color: var(--bs-primary);
  }
  .pc-footer .footer-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  @media (max-width: 1024px) {
    .pc-footer .footer-wrapper {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  @media (max-width: 575.98px) {
    .pc-footer .footer-wrapper {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  @media (max-width: 575.98px) {
    .pc-footer .footer-wrapper .row > div {
      width: 100%;
    }
  }
  .pc-footer .footer-link .list-inline-item:not(:last-child) {
    margin-right: 0.9rem;
  }
  @media (max-width: 1024px) {
    .pc-footer {
      margin-left: 0;
    }
  }
  @media (max-width: 575.98px) {
    .pc-footer {
      margin-top: 50px;
    }
  }
  
  .loader-bg {
    position: fixed;
    z-index: 1199;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(var(--bs-dark-rgb), 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pc-loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  .pc-loader:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid var(--bs-primary);
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
  }
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .pc-container {
    position: relative;
    top: 60px;
    margin-left: 280px;
    min-height: calc(100vh - 121px);
  }
  .pc-container .pc-content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
  }
  @media (max-width: 1199.98px) {
    .pc-container .pc-content.container {
      max-width: 100%;
    }
  }
  .pc-container .page-header + .row {
    padding-top: 24px;
  }
  .pc-container .page-header + .pc-content {
    padding-top: 85px;
  }
  
  .page-header {
    display: flex;
    align-items: center;
    top: 60px;
    left: 280px;
    right: 0;
    z-index: 1023;
    min-height: 55px;
    padding: 13px 0px;
    background: transparent;
    border-radius: 2px;
  }
  .page-header .page-block {
    width: 100%;
  }
  .page-header .page-header-title {
    display: inline-block;
  }
  .page-header h5, .page-header .h5 {
    margin-bottom: 0;
    margin-right: 8px;
    padding-right: 8px;
    font-weight: 500;
  }
  .page-header .breadcrumb {
    padding: 0;
    display: inline-flex;
    margin-bottom: 0;
    background: transparent;
    font-size: 13px;
  }
  .page-header .breadcrumb a {
    color: var(--bs-body-color);
  }
  .page-header .breadcrumb .breadcrumb-item a:hover {
    color: #1abc9c;
  }
  .page-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    position: relative;
    top: 2px;
  }
  .page-header .breadcrumb .breadcrumb-item:last-child {
    opacity: 0.75;
  }
  .page-header .breadcrumb svg {
    width: 14px;
    height: 14px;
    vertical-align: baseline;
  }
  
  .upgrade-card .card-body {
    padding-bottom: 100px;
    z-index: 1;
    position: relative;
  }
  .upgrade-card > .container {
    z-index: 5;
    position: relative;
    margin-top: -60px;
  }
  .upgrade-card .up-price-table td {
    border-color: #e9e9e9;
  }
  .upgrade-card .up-price-table th {
    border: none;
  }
  .upgrade-card .up-price-table th + th {
    border-radius: 5px 5px 0 0;
    padding: 20px 0;
  }
  .upgrade-card .up-price-table tbody tr:first-child td {
    border-top: none;
  }
  .upgrade-card .up-price-table td,
  .upgrade-card .up-price-table th {
    text-align: right;
  }
  .upgrade-card .up-price-table td + td,
  .upgrade-card .up-price-table td + th,
  .upgrade-card .up-price-table th + td,
  .upgrade-card .up-price-table th + th {
    text-align: center;
  }
  .upgrade-card .up-price-table td + td,
  .upgrade-card .up-price-table th + td {
    border-left: 1px solid #e9e9e9;
  }
  
  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition: filter 0.15s linear;
    width: 20px;
    height: 20px;
  }
  .hamburger.is-active .hamburger-inner {
    background-color: #000;
  }
  .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background-color: #000;
  }
  
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 18px;
    height: 2px;
    background-color: var(--pc-header-color);
    border-radius: 4px;
    position: absolute;
    transition: transform 0.15s ease;
  }
  .hamburger-inner::after, .hamburger-inner::before {
    width: 18px;
    height: 2px;
    background-color: var(--pc-header-color);
    border-radius: 4px;
    position: absolute;
    transition: transform 0.15s ease;
  }
  .hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -6px;
  }
  .hamburger-inner::after {
    bottom: -6px;
  }
  
  .hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
  }
  
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(4px, 2px, 0) rotate(45deg) scale(0.7, 1);
  }
  
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(4px, -2px, 0) rotate(-45deg) scale(0.7, 1);
  }
  
  @media (max-width: 1024px) {
    .pc-container {
      margin-left: 0px;
      margin-right: 0px;
    }
    .pc-container .page-header + .row,
    .pc-container .page-header + .pc-content,
    .pc-container .pc-content {
      padding-top: 20px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .page-header {
      position: relative;
      left: 0;
      top: 0;
      margin-left: 12px;
      margin-right: 12px;
    }
  }
  @media (max-width: 575.98px) {
    .col-form-label {
      padding-top: 0;
      padding-bottom: 5px;
    }
    .pc-container {
      top: 58px;
    }
    .pc-container .pc-content {
      padding: 15px;
    }
    .pc-container .container {
      padding-left: 0;
      padding-right: 0;
    }
    .pc-container .page-header + .row,
    .pc-container .page-header + .pc-content {
      padding-left: 0;
      padding-right: 0;
    }
    .page-header {
      padding: 0;
      margin-left: 0;
      margin-right: 0;
    }
    .page-header h5, .page-header .h5 {
      padding-bottom: 5px;
      margin-bottom: 0;
      border-right: none;
      font-size: 14px;
    }
    .page-header .breadcrumb {
      display: flex;
      margin-bottom: 0;
      font-size: 11px;
    }
    .page-header .text-md-right {
      margin-top: 5px;
    }
  }
  .navbar-content {
    position: relative;
  }
  
  [data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  
  .simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
  }
  
  .simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
  }
  
  .simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }
  
  .simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .simplebar-content-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  
  .simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  
  .simplebar-content:before, .simplebar-content:after {
    content: " ";
    display: table;
  }
  
  .simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
  }
  
  .simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
  }
  
  .simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
  }
  
  .simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
  }
  
  [data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
  }
  [data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
  }
  
  .simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
  }
  .simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: darkgray;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition: opacity 0s linear;
  }
  
  .simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
  }
  .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
  }
  .simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
  }
  
  /* Rtl support */
  [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
  }
  
  .hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  
  .simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  @media (min-width: 768px) {
    .footer-wrapper.container,
    .pc-content.container {
      max-width: 540px;
    }
  }
  @media (min-width: 992px) {
    .footer-wrapper.container,
    .pc-content.container {
      max-width: 720px;
    }
  }
  @media (min-width: 1200px) {
    .footer-wrapper.container,
    .pc-content.container {
      max-width: 960px;
    }
  }
  @media (min-width: 1400px) {
    .footer-wrapper.container,
    .pc-content.container {
      max-width: 1140px;
    }
  }
  
  [data-pc-layout=compact] .pc-sidebar .pc-navbar > .pc-item {
    margin: 4px 14px;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-micon {
    height: 27px;
    width: 46px;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-micon svg {
    width: 26px;
    height: 26px;
  }
  [data-pc-layout=compact] .pc-sidebar .m-header .logo.logo-sm {
    width: 32px;
  }
  [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) {
    width: 100px;
  }
  [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header {
    padding: 16px 12px;
    width: 100px;
  }
  [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header > a {
    margin: 0 auto;
  }
  [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header .logo.logo-lg {
    display: none;
  }
  [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header .logo.logo-sm {
    display: inline-block;
  }
  @media (min-width: 1025px) {
    [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) ~ .pc-footer,
    [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) ~ .pc-container {
      margin-left: 100px;
    }
  }
  @media (max-width: 1024.98px) {
    [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header {
      width: 100px;
    }
    [data-pc-layout=compact] .pc-sidebar:not(.pc-compact-submenu-active) .m-header .b-brand {
      width: 50px;
      overflow: hidden;
      margin: 0 auto;
    }
  }
  @media (max-width: 1024.98px) {
    [data-pc-layout=compact] .pc-sidebar:not(.mob-sidebar-active) {
      left: -300px;
    }
  }
  [data-pc-layout=compact] .pc-sidebar .navbar-content {
    width: 100px;
    height: calc(100vh - 60px);
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu {
    position: relative;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu::after {
    content: "";
    width: var(--bs-border-width);
    background: var(--pc-brand-background);
    height: calc(100% - 30px);
    position: absolute;
    left: 0;
    top: 0;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-title {
    padding: 20px 18px;
    margin-bottom: 14px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--pc-brand-background);
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-title .avtar i {
    font-size: 18px;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-title h5, [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-title .h5 {
    font-weight: 600;
    color: var(--pc-sidebar-color);
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list {
    height: calc(100vh - 60px - 80px);
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu > .pc-item:before {
    left: 15px;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu > .pc-item > .pc-link {
    padding: 10px 16px;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu > .pc-item .pc-submenu > .pc-item:before {
    left: 30px;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu > .pc-item .pc-submenu > .pc-item .pc-link {
    padding: 10px 16px 10px 30px;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu > .pc-item .pc-submenu .pc-submenu > .pc-item:before {
    left: 45px;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu > .pc-item .pc-submenu .pc-submenu > .pc-item .pc-link {
    padding: 10px 16px 10px 45px;
  }
  [data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active {
    width: 300px;
  }
  [data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active .navbar-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    width: 300px;
  }
  [data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active .navbar-wrapper .m-header {
    width: 100%;
    border-bottom: 1px solid var(--pc-brand-background);
  }
  [data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active .navbar-wrapper .pc-compact-submenu {
    flex: 1;
    width: calc(100% - 100px);
  }
  [data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active .navbar-wrapper .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu {
    display: block !important;
  }
  @media (min-width: 1025px) {
    [data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active ~ .pc-footer,
    [data-pc-layout=compact] .pc-sidebar.pc-compact-submenu-active ~ .pc-container {
      margin-left: 300px;
    }
  }
  [data-pc-layout=compact] .pc-sidebar .pc-navbar > .pc-item > .pc-link {
    padding: 14px 12px;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-navbar > .pc-item > .pc-link .pc-micon i {
    vertical-align: middle;
    font-size: 22px;
  }
  [data-pc-layout=compact] .pc-sidebar.pc-sidebar-hide {
    width: 0;
  }
  [data-pc-layout=compact] .pc-sidebar.pc-sidebar-hide ~ .pc-footer,
  [data-pc-layout=compact] .pc-sidebar.pc-sidebar-hide ~ .pc-container {
    margin-left: 0px;
  }
  [data-pc-layout=compact] .pc-sidebar .pc-badge,
  [data-pc-layout=compact] .pc-sidebar .pc-caption,
  [data-pc-layout=compact] .pc-sidebar .pc-mtext,
  [data-pc-layout=compact] .pc-sidebar .pc-navbar > li > a > .pc-arrow {
    display: none;
  }
  @media (min-width: 1025px) {
    [data-pc-layout=compact] .pc-header {
      left: 100px;
    }
  }
  [data-pc-layout=compact].pc-sidebar-hide .pc-header {
    left: 0px;
  }
  @media (min-width: 1025px) {
    [data-pc-layout=compact].pc-compact-submenu-active.pc-sidebar-hide .pc-header {
      left: 0px;
    }
    [data-pc-layout=compact].pc-compact-submenu-active .pc-header {
      left: 300px;
    }
  }
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar:not(.pc-compact-submenu-active) ~ .pc-footer,
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar:not(.pc-compact-submenu-active) ~ .pc-container {
    margin-left: 20px;
    margin-right: 100px;
  }
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-compact-submenu-active ~ .pc-container,
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-compact-submenu-active ~ .pc-footer {
    margin-left: 20px;
    margin-right: 300px;
  }
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar ~ .pc-footer,
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar ~ .pc-container {
    transition: margin-right 0.15s ease;
  }
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-sidebar-hide ~ .pc-footer,
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-sidebar-hide ~ .pc-container {
    margin-right: 20px;
  }
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu::after {
    left: auto;
    right: 0;
  }
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu > .pc-item:before {
    left: auto;
    right: 15px;
  }
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu > .pc-item .pc-submenu > .pc-item:before {
    left: auto;
    right: 30px;
  }
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu > .pc-item .pc-submenu > .pc-item .pc-link {
    padding: 10px 30px 10px 16px;
  }
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu > .pc-item .pc-submenu .pc-submenu > .pc-item:before {
    left: auto;
    right: 45px;
  }
  [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar .pc-compact-submenu .pc-compact-list .simplebar-content > .pc-submenu > .pc-item .pc-submenu .pc-submenu > .pc-item .pc-link {
    padding: 10px 45px 10px 16px;
  }
  @media (min-width: 1025px) {
    [data-pc-layout=compact][data-pc-direction=rtl] .pc-header {
      right: 100px;
    }
    [data-pc-layout=compact][data-pc-direction=rtl].pc-sidebar-hide .pc-header {
      right: 0;
    }
    [data-pc-layout=compact][data-pc-direction=rtl].pc-compact-submenu-active .pc-header {
      right: 300px;
    }
    [data-pc-layout=compact][data-pc-direction=rtl].pc-compact-submenu-active.pc-sidebar-hide .pc-header {
      right: 0;
    }
  }
  @media (max-width: 1024px) {
    [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar:not(.pc-compact-submenu-active) ~ .pc-footer,
    [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar:not(.pc-compact-submenu-active) ~ .pc-container {
      margin-right: 20px;
    }
    [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-compact-submenu-active ~ .pc-footer,
    [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar.pc-compact-submenu-active ~ .pc-container {
      margin-right: 20px;
    }
    [data-pc-layout=compact][data-pc-direction=rtl] .pc-sidebar:not(.mob-sidebar-active) {
      left: auto;
      right: -300px;
    }
  }
  
  @media (min-width: 1025px) {
    [data-pc-layout=horizontal] .pc-header {
      z-index: 1027;
      background: var(--pc-sidebar-background);
      box-shadow: none;
    }
    [data-pc-layout=horizontal] .pc-header .pc-h-item.pc-sidebar-collapse {
      display: none;
    }
    [data-pc-layout=horizontal] .pc-sidebar {
      width: 100%;
      background: var(--pc-sidebar-background);
      -webkit-backdrop-filter: blur(7px);
              backdrop-filter: blur(7px);
      box-shadow: var(--pc-sidebar-shadow);
      height: calc(60px + 60px);
      overflow: visible;
    }
    [data-pc-layout=horizontal] .pc-sidebar .m-header {
      justify-content: flex-start;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-badge {
      margin-right: auto;
      margin-left: 5px;
    }
    [data-pc-layout=horizontal] .pc-sidebar .navbar-content,
    [data-pc-layout=horizontal] .pc-sidebar .m-header {
      background: var(--pc-sidebar-background);
      -webkit-backdrop-filter: blur(7px);
              backdrop-filter: blur(7px);
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-caption:not(:first-child):after {
      display: none;
    }
    [data-pc-layout=horizontal] .pc-sidebar .navbar-wrapper {
      width: 100%;
    }
    [data-pc-layout=horizontal] .pc-sidebar .navbar-content {
      height: auto;
      padding: 6px 20px;
      border-top: 1px solid var(--pc-sidebar-border);
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-link {
      display: block;
      align-items: center;
      padding: 10px 14px;
      color: var(--pc-sidebar-color);
      font-size: 14px;
      font-weight: 500;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-link:active, [data-pc-layout=horizontal] .pc-sidebar .pc-link:focus, [data-pc-layout=horizontal] .pc-sidebar .pc-link:hover {
      text-decoration: none;
      color: var(--pc-sidebar-active-color);
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-link .pc-micon i {
      vertical-align: middle;
    }
    [data-pc-layout=horizontal] .pc-sidebar .card {
      display: none;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar {
      display: inline-block !important;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar .pc-link {
      display: flex;
      align-items: center;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item {
      position: relative;
      margin: 0;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item:hover:not(.active) > .pc-link {
      color: var(--bs-primary);
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item:hover:not(.active) > .pc-link:after {
      background: var(--bs-primary);
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item .pc-submenu {
      position: absolute;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item .pc-submenu:after {
      display: none;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item .pc-submenu > .pc-item.active > .pc-link, [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item .pc-submenu > .pc-item:active > .pc-link, [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item .pc-submenu > .pc-item:focus > .pc-link, [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item .pc-submenu > .pc-item:hover > .pc-link {
      text-decoration: none;
      color: var(--pc-sidebar-active-color);
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item > .pc-submenu.edge {
      left: auto;
      right: 0;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item > .pc-link {
      margin-left: 2px;
      margin-right: 2px;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item > .pc-link > .pc-arrow {
      transform: rotate(90deg);
      margin-left: 10px;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-link {
      padding: 12px 18px 12px 18px;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-submenu .pc-link {
      padding: 12px 18px 12px 18px;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-submenu .pc-submenu .pc-link {
      padding: 12px 18px 12px 18px;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-item {
      display: inline-block;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-item.pc-caption {
      padding: 0 !important;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-arrow {
      margin-left: auto;
      float: right;
      display: inline-block;
      transition: all 0.2s ease-in-out;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-arrow > svg {
      width: 14px;
      height: 14px;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu {
      position: absolute;
      background: var(--pc-header-submenu-background);
      padding: 15px 0;
      min-width: 200px;
      border-radius: 4px;
      animation: 0.2s ease-in-out 0s normal forwards 1 fadein;
      box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu:before {
      display: none;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item {
      display: block;
      position: relative;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item .pc-submenu > .pc-item:before, [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item::before {
      left: 20px;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item .pc-link {
      color: var(--pc-header-submenu-color);
      position: relative;
      padding: 12px 15px 12px 20px;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item .pc-link .pc-icon svg,
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item .pc-link .pc-icon i {
      color: var(--pc-sidebar-color);
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item .pc-link:after {
      display: none;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item:hover > .pc-link, [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-item > .pc-link:hover {
      color: var(--bs-primary);
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu {
      left: 100%;
      top: -15px;
      z-index: 1;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge {
      left: auto;
      right: 100%;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt {
      top: auto;
      bottom: -15px;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full {
      overflow-x: hidden;
      overflow-y: auto;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full::-webkit-scrollbar {
      width: 6px;
      opacity: 0;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full::-webkit-scrollbar:hover {
      opacity: 1;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full::-webkit-scrollbar-track {
      background: transparent;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full::-webkit-scrollbar-thumb {
      background: gainsboro;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full::-webkit-scrollbar-thumb:hover {
      background: darkgray;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full .pc-submenu.edge,
    [data-pc-layout=horizontal] .pc-sidebar .pc-submenu .pc-submenu.edge-alt.edge-alt-full .pc-submenu {
      left: 0;
      left: 0;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-item .pc-submenu {
      display: none;
    }
    [data-pc-layout=horizontal] .pc-sidebar .pc-item:hover > .pc-submenu {
      display: block;
    }
    [data-pc-layout=horizontal] .pc-container,
    [data-pc-layout=horizontal] .pc-footer {
      margin-left: 0px;
    }
    [data-pc-layout=horizontal] .pc-container {
      top: calc(60px + 60px);
      min-height: calc(100vh - 60px - 120px);
    }
    [data-pc-layout=horizontal] .pc-container .pc-content > .row:first-child {
      padding-top: 20px;
    }
    [data-pc-layout=horizontal] .pc-footer {
      top: 60px;
    }
  }
  [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-container,
  [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-footer {
    margin-right: 20px;
  }
  @media (min-width: 1025px) {
    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-arrow {
      margin-right: auto;
      margin-left: 0;
    }
    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item:before {
      right: 20px;
    }
    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item .pc-link {
      padding: 8px 20px 8px 15px;
    }
    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-submenu .pc-item:before {
      right: 20px;
    }
    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-submenu .pc-submenu .pc-item:before {
      right: 20px;
    }
    [data-pc-layout=horizontal][data-pc-direction=rtl] .pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-submenu .pc-submenu .pc-item .pc-link {
      padding: 8px 20px 8px 15px;
    }
  }
  
  [data-pc-layout=tab] .pc-sidebar .tab-container {
    display: flex;
    align-items: flex-start;
  }
  [data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu,
  [data-pc-layout=tab] .pc-sidebar .tab-container .tab-link {
    height: calc(100vh - 60px);
  }
  [data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu {
    padding-top: 8px;
    width: 75px;
    border-right: 1px solid var(--pc-brand-background);
  }
  [data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu .nav-link {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 4px auto;
    border-radius: var(--bs-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pc-sidebar-color);
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
  }
  [data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu .nav-link:hover {
    background: rgba(var(--pc-sidebar-color-rgb), 0.2);
  }
  [data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu .nav-link:focus, [data-pc-layout=tab] .pc-sidebar .tab-container .tab-sidemenu .nav-link.active {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), 0.2);
  }
  [data-pc-layout=tab] .pc-sidebar .tab-container .tab-link {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }
  [data-pc-layout=tab] .pc-sidebar:not(.pc-sidebar-hide) {
    width: 320px;
  }
  [data-pc-layout=tab] .pc-sidebar:not(.pc-sidebar-hide) .navbar-wrapper {
    width: 320px;
  }
  @media (min-width: 1025px) {
    [data-pc-layout=tab] .pc-sidebar:not(.pc-sidebar-hide) ~ .pc-header {
      left: 320px;
    }
    [data-pc-layout=tab] .pc-sidebar:not(.pc-sidebar-hide) ~ .pc-container,
    [data-pc-layout=tab] .pc-sidebar:not(.pc-sidebar-hide) ~ .pc-footer {
      margin-left: 320px;
    }
  }
  @media (max-width: 1024px) {
    [data-pc-layout=tab] .pc-sidebar:not(.mob-sidebar-active) {
      left: -320px;
    }
  }
  @media (min-width: 1025px) {
    [data-pc-layout=tab][data-pc-direction=rtl] .pc-sidebar:not(.pc-sidebar-hide) ~ .pc-header {
      left: 0;
      right: 320px;
    }
    [data-pc-layout=tab][data-pc-direction=rtl] .pc-sidebar:not(.pc-sidebar-hide) ~ .pc-container,
    [data-pc-layout=tab][data-pc-direction=rtl] .pc-sidebar:not(.pc-sidebar-hide) ~ .pc-footer {
      margin-left: 0;
      margin-right: 320px;
    }
  }
  @media (max-width: 1024px) {
    [data-pc-layout=tab][data-pc-direction=rtl] .pc-sidebar:not(.mob-sidebar-active) {
      left: 0;
      right: -320px;
    }
  }
  [data-pc-layout=tab][data-pc-direction=rtl] .pc-sidebar .tab-container .tab-sidemenu {
    border-left: 1px solid var(--pc-brand-background);
    border-right: none;
  }
  
  .widget-primary-card.flat-card, .flat-card.widget-purple-card {
    border-top: none;
    background-color: #1abc9c;
    color: #fff;
  }
  .widget-primary-card.flat-card h4, .flat-card.widget-purple-card h4, .widget-primary-card.flat-card .h4, .flat-card.widget-purple-card .h4,
  .widget-primary-card.flat-card h6,
  .flat-card.widget-purple-card h6,
  .widget-primary-card.flat-card .h6,
  .flat-card.widget-purple-card .h6 {
    color: #fff;
  }
  .widget-primary-card.flat-card .row-table:first-child, .flat-card.widget-purple-card .row-table:first-child {
    border-bottom: none;
  }
  .widget-primary-card.flat-card .row-table > [class*=col-], .flat-card.widget-purple-card .row-table > [class*=col-] {
    border-bottom: none;
    display: inline-block;
    vertical-align: middle;
  }
  .widget-primary-card.flat-card .row-table > [class*=col-]:first-child, .flat-card.widget-purple-card .row-table > [class*=col-]:first-child {
    background-color: #17a689;
    text-align: center;
  }
  .widget-primary-card.flat-card .row-table > [class*=col-] .row, .flat-card.widget-purple-card .row-table > [class*=col-] .row {
    display: flex;
    align-items: center;
  }
  
  .widget-purple-card.flat-card {
    background-color: #9B59B6;
  }
  .widget-purple-card.flat-card .row-table:first-child {
    border-bottom: none;
  }
  .widget-purple-card.flat-card .row-table > [class*=col-] {
    border-bottom: none;
  }
  .widget-purple-card.flat-card .row-table > [class*=col-]:first-child {
    background-color: #8f4bab;
  }
  
  .flat-card .row-table {
    display: table;
    align-items: center;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
  }
  .flat-card .row-table + .row-table {
    border-top: 1px solid var(--bs-border-color);
  }
  .flat-card .row-table .br {
    border-right: 1px solid var(--bs-border-color);
  }
  .flat-card .row-table i {
    font-size: 30px;
  }
  .flat-card .row-table span {
    text-transform: uppercase;
    font-size: 12px;
  }
  .flat-card .row-table h5, .flat-card .row-table .h5 {
    display: block;
    margin-bottom: 0.3em;
    margin-right: 0;
  }
  .flat-card .row-table > [class*=col-] {
    display: inline-block;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
    width: 33.3333333333%;
  }
  .flat-card .row-table > [class*=col-] .row {
    display: flex;
    align-items: center;
  }
  @media (max-width: 575.98px) {
    .flat-card .row-table {
      display: block;
    }
    .flat-card .row-table > [class*=col-] {
      display: inline-block;
      width: calc(50% - 2px) !important;
      border-bottom: 1px solid var(--bs-border-color);
    }
  }
  .flat-card[class*=widget-] .row-table {
    display: flex;
  }
  
  .statustic-card .card-body {
    position: relative;
  }
  .statustic-card .card-body .progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 5px;
  }
  
  .widget-visitor-card {
    overflow: hidden;
    padding: 10px 0;
  }
  .widget-visitor-card i,
  .widget-visitor-card svg {
    font-size: 80px;
    color: #fff;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -10px;
    opacity: 0.3;
    left: -10px;
    transform: rotate(15deg);
    transition: all 0.3s ease-in-out;
  }
  .widget-visitor-card:hover svg {
    transform: rotate(0deg) scale(1.4);
    opacity: 0.5;
  }
  
  .feed-card h6, .feed-card .h6 {
    margin-top: 7px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  }
  .feed-card h6 > span, .feed-card .h6 > span {
    font-size: 11px;
  }
  .feed-card h6:hover, .feed-card .h6:hover {
    color: #1abc9c;
  }
  .feed-card .feed-icon {
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px 9px;
  }
  .feed-card .card-body {
    position: relative;
    padding-left: 12px !important;
  }
  .feed-card .card-body.p-t-0.p-b-0 {
    padding-left: 12px;
  }
  .feed-card .card-body .border-feed {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .feed-card .card-body .border-feed i {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .feed-card .card-body .border-feed i.material-icons-two-tone {
    background-color: #fff;
  }
  .feed-card:hover .border-feed.bg-primary {
    background-color: rgba(26, 188, 156, 0.3) !important;
  }
  .feed-card:hover .border-feed.bg-primary i {
    color: #1abc9c;
  }
  .feed-card:hover .border-feed.bg-primary i.material-icons-two-tone {
    background-color: #1abc9c;
  }
  .feed-card:hover .border-feed.bg-secondary {
    background-color: rgba(189, 195, 199, 0.3) !important;
  }
  .feed-card:hover .border-feed.bg-secondary i {
    color: #BDC3C7;
  }
  .feed-card:hover .border-feed.bg-secondary i.material-icons-two-tone {
    background-color: #BDC3C7;
  }
  .feed-card:hover .border-feed.bg-success {
    background-color: rgba(46, 204, 113, 0.3) !important;
  }
  .feed-card:hover .border-feed.bg-success i {
    color: #2ECC71;
  }
  .feed-card:hover .border-feed.bg-success i.material-icons-two-tone {
    background-color: #2ECC71;
  }
  .feed-card:hover .border-feed.bg-info {
    background-color: rgba(52, 152, 219, 0.3) !important;
  }
  .feed-card:hover .border-feed.bg-info i {
    color: #3498DB;
  }
  .feed-card:hover .border-feed.bg-info i.material-icons-two-tone {
    background-color: #3498DB;
  }
  .feed-card:hover .border-feed.bg-warning {
    background-color: rgba(241, 196, 15, 0.3) !important;
  }
  .feed-card:hover .border-feed.bg-warning i {
    color: #F1C40F;
  }
  .feed-card:hover .border-feed.bg-warning i.material-icons-two-tone {
    background-color: #F1C40F;
  }
  .feed-card:hover .border-feed.bg-danger {
    background-color: rgba(231, 76, 60, 0.3) !important;
  }
  .feed-card:hover .border-feed.bg-danger i {
    color: #E74C3C;
  }
  .feed-card:hover .border-feed.bg-danger i.material-icons-two-tone {
    background-color: #E74C3C;
  }
  .feed-card:hover .border-feed.bg-light {
    background-color: rgba(248, 249, 250, 0.3) !important;
  }
  .feed-card:hover .border-feed.bg-light i {
    color: #F8F9FA;
  }
  .feed-card:hover .border-feed.bg-light i.material-icons-two-tone {
    background-color: #F8F9FA;
  }
  .feed-card:hover .border-feed.bg-dark {
    background-color: rgba(52, 73, 94, 0.3) !important;
  }
  .feed-card:hover .border-feed.bg-dark i {
    color: #34495E;
  }
  .feed-card:hover .border-feed.bg-dark i.material-icons-two-tone {
    background-color: #34495E;
  }
  
  .proj-t-card {
    position: relative;
    overflow: hidden;
  }
  .proj-t-card .pt-badge {
    margin-bottom: 0;
    display: inline-block;
    padding: 60px 50px 20px 20px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: -35px;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .proj-t-card.card-border-primary {
    border-top-color: #1abc9c !important;
  }
  .proj-t-card .pt-badge.bg-light-primary {
    background: #1abc9c;
  }
  .proj-t-card.card-border-secondary {
    border-top-color: #BDC3C7 !important;
  }
  .proj-t-card .pt-badge.bg-light-secondary {
    background: #BDC3C7;
  }
  .proj-t-card.card-border-success {
    border-top-color: #2ECC71 !important;
  }
  .proj-t-card .pt-badge.bg-light-success {
    background: #2ECC71;
  }
  .proj-t-card.card-border-info {
    border-top-color: #3498DB !important;
  }
  .proj-t-card .pt-badge.bg-light-info {
    background: #3498DB;
  }
  .proj-t-card.card-border-warning {
    border-top-color: #F1C40F !important;
  }
  .proj-t-card .pt-badge.bg-light-warning {
    background: #F1C40F;
  }
  .proj-t-card.card-border-danger {
    border-top-color: #E74C3C !important;
  }
  .proj-t-card .pt-badge.bg-light-danger {
    background: #E74C3C;
  }
  .proj-t-card.card-border-light {
    border-top-color: #F8F9FA !important;
  }
  .proj-t-card .pt-badge.bg-light-light {
    background: #F8F9FA;
  }
  .proj-t-card.card-border-dark {
    border-top-color: #34495E !important;
  }
  .proj-t-card .pt-badge.bg-light-dark {
    background: #34495E;
  }
  
  .ticket-card .lbl-card {
    border-radius: 50px;
    padding: 5px 15px;
    display: inline-block;
  }
  
  .trafic-card .progress {
    height: 7px;
  }
  
  .user-activity-card .u-img {
    position: relative;
  }
  .user-activity-card .u-img .cover-img {
    width: 40px;
    height: 40px;
  }
  .user-activity-card .u-img .profile-img {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: -5px;
  }
  
  .user-Messages-card .text-time {
    font-size: 11px;
  }
  .user-Messages-card .u-img {
    position: relative;
  }
  .user-Messages-card .u-img .profile-img {
    width: 40px;
    height: 40px;
  }
  .user-Messages-card .u-img .tot-msg {
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    right: -5px;
    background-color: #E74C3C;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
  }
  
  .chat-card .msg {
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px;
    position: relative;
  }
  .chat-card .msg img {
    width: 60px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px;
  }
  .chat-card .received-chat .msg {
    background: #81eed8;
    border-radius: 0 5px 5px 5px;
  }
  .chat-card .received-chat .msg:after {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    transform: rotate(45deg);
    border: 7px solid transparent;
    border-bottom-color: #81eed8;
  }
  .chat-card .send-chat {
    text-align: right;
  }
  .chat-card .send-chat .msg {
    background: #1abc9c;
    color: #fff;
    border-radius: 5px 0 5px 5px;
  }
  .chat-card .send-chat .msg:after {
    content: "";
    position: absolute;
    right: -7px;
    top: -7px;
    transform: rotate(45deg);
    border: 7px solid transparent;
    border-right-color: #1abc9c;
  }
  
  .latest-update-card .card-body {
    padding-top: 0;
  }
  .latest-update-card .card-body .latest-update-box {
    position: relative;
  }
  .latest-update-card .card-body .latest-update-box:after {
    content: "";
    position: absolute;
    background: #ebebeb;
    height: 100%;
    width: 3px;
    top: 0;
    left: 82px;
    z-index: 1;
  }
  .latest-update-card .card-body .latest-update-box .update-meta {
    z-index: 2;
  }
  .latest-update-card .card-body .latest-update-box .update-meta .update-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 7px 8px;
    font-size: 16px;
    color: #fff;
  }
  .latest-update-card .card-body .latest-update-box .update-meta .update-icon.ring {
    border-width: 3px;
    width: 15px;
    height: 15px;
    padding: 0;
    display: block;
    background: #fff;
  }
  .latest-update-card .card-body .latest-update-box .update-meta i.update-icon {
    margin-left: 4px;
    margin-right: 4px;
  }
  .latest-update-card .card-body .latest-update-box .update-meta img.update-icon {
    padding: 0;
    width: 40px;
    height: 40px;
  }
  
  .latest-posts-card a {
    transition: all 0.3s ease-in-out;
  }
  .latest-posts-card a:hover h6, .latest-posts-card a:hover .h6 {
    color: #1abc9c;
  }
  .latest-posts-card a ~ p {
    font-size: 11px;
  }
  .latest-posts-card .latest-posts-img {
    width: 90px;
    height: 80px;
  }
  
  .task-card .task-list {
    position: relative;
  }
  .task-card .task-list:after {
    content: "";
    position: absolute;
    background: var(--bs-border-color);
    height: 100%;
    width: 2px;
    top: 0;
    left: 10px;
    z-index: 1;
  }
  .task-card .task-list:before {
    content: "";
    position: absolute;
    background: var(--bs-border-color);
    height: 15px;
    width: 15px;
    bottom: -14px;
    left: 3px;
    z-index: 2;
    border-radius: 50%;
  }
  .task-card .task-list li {
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
  }
  .task-card .task-list li .task-icon {
    position: absolute;
    left: 3px;
    top: 4px;
    border-radius: 50%;
    padding: 2px;
    color: #fff;
    min-width: 15px;
    min-height: 15px;
    z-index: 2;
  }
  
  .review-card .review-block .cust-img {
    width: 50px;
    height: 50px;
  }
  .review-card .review-block > div {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .review-card .review-block > div:hover {
    background-color: rgba(26, 188, 156, 0.1);
  }
  
  .latest-activity-card .card-body {
    padding-top: 0;
  }
  .latest-activity-card .card-body .latest-update-box {
    position: relative;
  }
  .latest-activity-card .card-body .latest-update-box .update-meta {
    z-index: 2;
    min-width: 170px;
  }
  .latest-activity-card .card-body .latest-update-box .update-meta .update-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 12px 13px;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
  }
  @media only screen and (max-width: 575px) {
    .latest-activity-card .card-body .latest-update-box .update-meta {
      z-index: 2;
      min-width: 100%;
      text-align: left !important;
      margin-bottom: 15px;
      border-top: 1px solid #f1f1f1;
      padding-top: 15px;
    }
  }
  
  .total-card {
    overflow: hidden;
  }
  .total-card .text-start h4, .total-card .text-start .h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .total-card .text-start p {
    color: #fff;
    font-size: 15px;
  }
  
  .client-map img {
    vertical-align: top;
    width: 90px;
  }
  .client-map .client-detail {
    margin-bottom: 20px;
  }
  .client-map .client-detail img {
    border-radius: 5px;
  }
  .client-map .client-profile {
    float: left;
  }
  .client-map .client-contain {
    display: inline-block;
    margin-left: 20px;
  }
  .client-map .client-contain h5, .client-map .client-contain .h5 {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .client-map .client-card-box {
    border: 1px solid var(--bs-border-color);
    border-radius: 5px;
  }
  .client-map .client-card-box .client-border {
    border-right: 1px solid var(--bs-border-color);
  }
  .client-map .client-card-box .client-border-card {
    border-top: 1px solid var(--bs-border-color);
  }
  
  .mrr-card {
    position: relative;
  }
  .mrr-card .bottom-chart {
    bottom: 0;
  }
  
  .statistics-card-1 .card-body {
    position: relative;
    overflow: hidden;
  }
  .statistics-card-1 .card-body > * {
    position: relative;
    z-index: 5;
  }
  .statistics-card-1 .card-body .img-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  
  .earning-card .nav {
    background: rgba(255, 255, 255, 0.3);
    border-radius: var(--bs-border-radius);
  }
  .earning-card .nav .nav-link {
    color: var(--pc-heading-color);
    margin: -8px 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  @media (max-width: 575.98px) {
    .earning-card .nav .nav-link {
      padding: 14px 6px;
    }
  }
  .earning-card .nav.nav-pills .nav-link.active,
  .earning-card .nav.nav-pills .show > .nav-link {
    box-shadow: var(--pc-card-box-shadow);
    background: var(--bs-success-bg-subtle);
    color: var(--bs-success);
  }
  
  .table-card .card-body,
  .table-body.card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .table-card .card-body .table > thead > tr > th,
  .table-body.card-body .table > thead > tr > th {
    border-top: 0;
  }
  .table-card .card-body .table tr td:first-child,
  .table-card .card-body .table tr th:first-child,
  .table-body.card-body .table tr td:first-child,
  .table-body.card-body .table tr th:first-child {
    padding-left: 25px;
  }
  @media (max-width: 575.98px) {
    .table-card .card-body .table tr td:first-child,
    .table-card .card-body .table tr th:first-child,
    .table-body.card-body .table tr td:first-child,
    .table-body.card-body .table tr th:first-child {
      padding-left: 20px;
    }
  }
  .table-card .card-body .table tr td:last-child,
  .table-card .card-body .table tr th:last-child,
  .table-body.card-body .table tr td:last-child,
  .table-body.card-body .table tr th:last-child {
    padding-right: 25px;
  }
  @media (max-width: 575.98px) {
    .table-card .card-body .table tr td:last-child,
    .table-card .card-body .table tr th:last-child,
    .table-body.card-body .table tr td:last-child,
    .table-body.card-body .table tr th:last-child {
      padding-right: 20px;
    }
  }
  .table-card .card-body .table.without-header tr:first-child td,
  .table-body.card-body .table.without-header tr:first-child td {
    border-top: none;
  }
  
  .latest-activity-card .card-body {
    padding-top: 0;
  }
  .latest-activity-card .card-body .latest-update-box {
    position: relative;
  }
  @media (max-width: 575.98px) {
    .latest-activity-card .card-body .latest-update-box .p-t-20 {
      padding-top: 0;
    }
  }
  @media (max-width: 575.98px) {
    .latest-activity-card .card-body .latest-update-box .p-b-30 {
      padding-bottom: 15px;
    }
  }
  .latest-activity-card .card-body .latest-update-box .update-meta {
    z-index: 2;
    min-width: 170px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .latest-activity-card .card-body .latest-update-box .update-meta:after {
    content: "";
    position: absolute;
    border-left: 2px dashed var(--bs-border-color);
    bottom: -10px;
    width: 2px;
    top: -20px;
    right: 32px;
    z-index: 1;
  }
  .latest-activity-card .card-body .latest-update-box .update-meta .update-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    background: var(--bs-card-bg);
    margin-left: 10px;
    position: relative;
    z-index: 5;
  }
  .latest-activity-card .card-body .latest-update-box .update-meta .update-icon i {
    font-size: 24px;
  }
  @media only screen and (max-width: 575px) {
    .latest-activity-card .card-body .latest-update-box .update-meta {
      z-index: 2;
      min-width: 100%;
      flex-direction: row-reverse;
      justify-content: flex-end;
      margin-bottom: 6px;
      border-top: 1px solid #f1f1f1;
      padding-top: 15px;
    }
    .latest-activity-card .card-body .latest-update-box .update-meta::after {
      display: none;
    }
    .latest-activity-card .card-body .latest-update-box .update-meta .update-icon {
      margin-left: 0;
      margin-right: 10px;
    }
  }
  @media (max-width: 575.98px) {
    .latest-activity-card .card-body .latest-update-box .row {
      margin-inline: 0;
    }
  }
  @media (max-width: 575.98px) {
    .latest-activity-card .card-body .latest-update-box .row > div {
      padding-inline: 0;
    }
  }
  .latest-activity-card .card-body .latest-update-box .row:first-child .update-meta {
    border-top: 0;
    padding-top: 0;
  }
  
  .avtar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius);
    font-size: 18px;
    font-weight: 600;
    width: 48px;
    height: 48px;
  }
  .avtar.avtar-xxs {
    width: 16px;
    height: 16px;
    font-size: 14px;
    border-radius: var(--bs-border-radius);
  }
  .avtar.avtar-xs {
    width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: var(--bs-border-radius);
  }
  .avtar.avtar-s {
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: var(--bs-border-radius);
  }
  .avtar.avtar-l {
    width: 64px;
    height: 64px;
    font-size: 20px;
    border-radius: var(--bs-border-radius-lg);
  }
  .avtar.avtar-xl {
    width: 80px;
    height: 80px;
    font-size: 24px;
    border-radius: var(--bs-border-radius-lg);
  }
  .avtar.avtar-square {
    border-radius: var(--bs-border-radius);
    border: 2px solid;
  }
  .avtar.avtar-icon {
    border: 2px solid #e9e9e9;
  }
  .avtar.avtar-icon > img {
    width: 60%;
  }
  
  .badge.dot {
    width: 6px;
    height: 6px;
    display: block;
    padding: 0;
  }
  .badge.bg-light-primary {
    background: #e8f8f5;
    color: #1abc9c;
  }
  .badge.bg-light-secondary {
    background: #f8f9f9;
    color: #BDC3C7;
  }
  .badge.bg-light-success {
    background: #eafaf1;
    color: #2ECC71;
  }
  .badge.bg-light-info {
    background: #ebf5fb;
    color: #3498DB;
  }
  .badge.bg-light-warning {
    background: #fef9e7;
    color: #F1C40F;
  }
  .badge.bg-light-danger {
    background: #fdedec;
    color: #E74C3C;
  }
  .badge.bg-light-light {
    background: #fefeff;
    color: #F8F9FA;
  }
  .badge.bg-light-dark {
    background: #ebedef;
    color: #34495E;
  }
  
  .btn, .introjs-tooltip .introjs-button {
    font-size: 14px;
  }
  .btn i, .introjs-tooltip .introjs-button i {
    font-size: 18px;
  }
  .btn i.ph-duotone, .introjs-tooltip .introjs-button i.ph-duotone {
    vertical-align: text-bottom;
  }
  .btn svg, .introjs-tooltip .introjs-button svg {
    width: 18px;
    height: 18px;
  }
  .btn[class*=btn-link-], .introjs-tooltip [class*=btn-link-].introjs-button, .btn[class*=btn-light-], .introjs-tooltip [class*=btn-light-].introjs-button {
    box-shadow: none;
  }
  .btn[class*=btn-outline-]:not(:hover), .introjs-tooltip [class*=btn-outline-].introjs-button:not(:hover) {
    box-shadow: none;
  }
  .btn.btn-shadow, .introjs-tooltip .btn-shadow.introjs-button {
    box-shadow: 0 6px 7px -1px rgba(80, 86, 175, 0.3);
  }
  .btn.btn-sm i, .introjs-tooltip .btn-sm.introjs-button i, .btn-group-sm > .btn i, .introjs-tooltip .btn-group-sm > .introjs-button i {
    font-size: 14px;
  }
  .btn.btn-icon, .introjs-tooltip .btn-icon.introjs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    width: 40px;
    height: 40px;
  }
  .btn.btn-icon.avtar-xs, .introjs-tooltip .btn-icon.avtar-xs.introjs-button {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .btn.btn-icon.avtar-s, .introjs-tooltip .btn-icon.avtar-s.introjs-button {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .btn.btn-icon.avtar-l, .introjs-tooltip .btn-icon.avtar-l.introjs-button {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .btn.btn-icon.avtar-xl, .introjs-tooltip .btn-icon.avtar-xl.introjs-button {
    width: 60px;
    height: 60px;
    font-size: 20px;
    border-radius: 30px;
  }
  
  .btn-light-primary {
    background: #e8f8f5;
    color: #1abc9c;
    border-color: #e8f8f5;
  }
  .btn-light-primary .material-icons-two-tone {
    background-color: #1abc9c;
  }
  .btn-light-primary:hover {
    background: #1abc9c;
    color: #fff;
    border-color: #1abc9c;
  }
  .btn-light-primary:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-primary.focus, .btn-light-primary:focus {
    background: #1abc9c;
    color: #fff;
    border-color: #1abc9c;
  }
  .btn-light-primary.focus .material-icons-two-tone, .btn-light-primary:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-primary:not(:disabled):not(.disabled).active, .btn-light-primary:not(:disabled):not(.disabled):active, .show > .btn-light-primary.dropdown-toggle {
    background: #1abc9c;
    color: #fff;
    border-color: #1abc9c;
  }
  .btn-light-primary:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-primary:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-primary.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-check:active + .btn-light-primary,
  .btn-check:checked + .btn-light-primary {
    background: #1abc9c;
    color: #fff;
    border-color: #1abc9c;
  }
  .btn-check:active + .btn-light-primary .material-icons-two-tone,
  .btn-check:checked + .btn-light-primary .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-link-primary {
    background: transparent;
    color: #1abc9c;
    border-color: transparent;
  }
  .btn-link-primary .material-icons-two-tone {
    background-color: #1abc9c;
  }
  .btn-link-primary:hover {
    background: #e8f8f5;
    color: #1abc9c;
    border-color: #e8f8f5;
  }
  .btn-link-primary.focus, .btn-link-primary:focus {
    background: #e8f8f5;
    color: #1abc9c;
    border-color: #e8f8f5;
  }
  .btn-link-primary:not(:disabled):not(.disabled).active, .btn-link-primary:not(:disabled):not(.disabled):active, .show > .btn-link-primary.dropdown-toggle {
    background: #e8f8f5;
    color: #1abc9c;
    border-color: #e8f8f5;
  }
  
  .btn-check:active + .btn-link-primary,
  .btn-check:checked + .btn-link-primary {
    background: #e8f8f5;
    color: #1abc9c;
    border-color: #e8f8f5;
  }
  
  .btn-link-hover-primary {
    background: transparent;
    color: var(--bs-secondary);
    border-color: transparent;
  }
  .btn-link-hover-primary .material-icons-two-tone {
    background-color: var(--bs-secondary);
  }
  .btn-link-hover-primary:hover {
    background: #e8f8f5;
    color: #1abc9c;
    border-color: #e8f8f5;
  }
  .btn-link-hover-primary.focus, .btn-link-hover-primary:focus {
    background: #e8f8f5;
    color: #1abc9c;
    border-color: #e8f8f5;
  }
  .btn-link-hover-primary:not(:disabled):not(.disabled).active, .btn-link-hover-primary:not(:disabled):not(.disabled):active, .show > .btn-link-hover-primary.dropdown-toggle {
    background: #e8f8f5;
    color: #1abc9c;
    border-color: #e8f8f5;
  }
  
  .btn-check:active + .btn-link-hover-primary,
  .btn-check:checked + .btn-link-hover-primary {
    background: #e8f8f5;
    color: #1abc9c;
    border-color: #e8f8f5;
  }
  
  .btn-light-secondary {
    background: #f8f9f9;
    color: #BDC3C7;
    border-color: #f8f9f9;
  }
  .btn-light-secondary .material-icons-two-tone {
    background-color: #BDC3C7;
  }
  .btn-light-secondary:hover {
    background: #BDC3C7;
    color: #fff;
    border-color: #BDC3C7;
  }
  .btn-light-secondary:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-secondary.focus, .btn-light-secondary:focus {
    background: #BDC3C7;
    color: #fff;
    border-color: #BDC3C7;
  }
  .btn-light-secondary.focus .material-icons-two-tone, .btn-light-secondary:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-secondary:not(:disabled):not(.disabled).active, .btn-light-secondary:not(:disabled):not(.disabled):active, .show > .btn-light-secondary.dropdown-toggle {
    background: #BDC3C7;
    color: #fff;
    border-color: #BDC3C7;
  }
  .btn-light-secondary:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-secondary:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-secondary.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-check:active + .btn-light-secondary,
  .btn-check:checked + .btn-light-secondary {
    background: #BDC3C7;
    color: #fff;
    border-color: #BDC3C7;
  }
  .btn-check:active + .btn-light-secondary .material-icons-two-tone,
  .btn-check:checked + .btn-light-secondary .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-link-secondary {
    background: transparent;
    color: #BDC3C7;
    border-color: transparent;
  }
  .btn-link-secondary .material-icons-two-tone {
    background-color: #BDC3C7;
  }
  .btn-link-secondary:hover {
    background: #f8f9f9;
    color: #BDC3C7;
    border-color: #f8f9f9;
  }
  .btn-link-secondary.focus, .btn-link-secondary:focus {
    background: #f8f9f9;
    color: #BDC3C7;
    border-color: #f8f9f9;
  }
  .btn-link-secondary:not(:disabled):not(.disabled).active, .btn-link-secondary:not(:disabled):not(.disabled):active, .show > .btn-link-secondary.dropdown-toggle {
    background: #f8f9f9;
    color: #BDC3C7;
    border-color: #f8f9f9;
  }
  
  .btn-check:active + .btn-link-secondary,
  .btn-check:checked + .btn-link-secondary {
    background: #f8f9f9;
    color: #BDC3C7;
    border-color: #f8f9f9;
  }
  
  .btn-link-hover-secondary {
    background: transparent;
    color: var(--bs-secondary);
    border-color: transparent;
  }
  .btn-link-hover-secondary .material-icons-two-tone {
    background-color: var(--bs-secondary);
  }
  .btn-link-hover-secondary:hover {
    background: #f8f9f9;
    color: #BDC3C7;
    border-color: #f8f9f9;
  }
  .btn-link-hover-secondary.focus, .btn-link-hover-secondary:focus {
    background: #f8f9f9;
    color: #BDC3C7;
    border-color: #f8f9f9;
  }
  .btn-link-hover-secondary:not(:disabled):not(.disabled).active, .btn-link-hover-secondary:not(:disabled):not(.disabled):active, .show > .btn-link-hover-secondary.dropdown-toggle {
    background: #f8f9f9;
    color: #BDC3C7;
    border-color: #f8f9f9;
  }
  
  .btn-check:active + .btn-link-hover-secondary,
  .btn-check:checked + .btn-link-hover-secondary {
    background: #f8f9f9;
    color: #BDC3C7;
    border-color: #f8f9f9;
  }
  
  .btn-light-success {
    background: #eafaf1;
    color: #2ECC71;
    border-color: #eafaf1;
  }
  .btn-light-success .material-icons-two-tone {
    background-color: #2ECC71;
  }
  .btn-light-success:hover {
    background: #2ECC71;
    color: #fff;
    border-color: #2ECC71;
  }
  .btn-light-success:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-success.focus, .btn-light-success:focus {
    background: #2ECC71;
    color: #fff;
    border-color: #2ECC71;
  }
  .btn-light-success.focus .material-icons-two-tone, .btn-light-success:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-success:not(:disabled):not(.disabled).active, .btn-light-success:not(:disabled):not(.disabled):active, .show > .btn-light-success.dropdown-toggle {
    background: #2ECC71;
    color: #fff;
    border-color: #2ECC71;
  }
  .btn-light-success:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-success:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-success.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-check:active + .btn-light-success,
  .btn-check:checked + .btn-light-success {
    background: #2ECC71;
    color: #fff;
    border-color: #2ECC71;
  }
  .btn-check:active + .btn-light-success .material-icons-two-tone,
  .btn-check:checked + .btn-light-success .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-link-success {
    background: transparent;
    color: #2ECC71;
    border-color: transparent;
  }
  .btn-link-success .material-icons-two-tone {
    background-color: #2ECC71;
  }
  .btn-link-success:hover {
    background: #eafaf1;
    color: #2ECC71;
    border-color: #eafaf1;
  }
  .btn-link-success.focus, .btn-link-success:focus {
    background: #eafaf1;
    color: #2ECC71;
    border-color: #eafaf1;
  }
  .btn-link-success:not(:disabled):not(.disabled).active, .btn-link-success:not(:disabled):not(.disabled):active, .show > .btn-link-success.dropdown-toggle {
    background: #eafaf1;
    color: #2ECC71;
    border-color: #eafaf1;
  }
  
  .btn-check:active + .btn-link-success,
  .btn-check:checked + .btn-link-success {
    background: #eafaf1;
    color: #2ECC71;
    border-color: #eafaf1;
  }
  
  .btn-link-hover-success {
    background: transparent;
    color: var(--bs-secondary);
    border-color: transparent;
  }
  .btn-link-hover-success .material-icons-two-tone {
    background-color: var(--bs-secondary);
  }
  .btn-link-hover-success:hover {
    background: #eafaf1;
    color: #2ECC71;
    border-color: #eafaf1;
  }
  .btn-link-hover-success.focus, .btn-link-hover-success:focus {
    background: #eafaf1;
    color: #2ECC71;
    border-color: #eafaf1;
  }
  .btn-link-hover-success:not(:disabled):not(.disabled).active, .btn-link-hover-success:not(:disabled):not(.disabled):active, .show > .btn-link-hover-success.dropdown-toggle {
    background: #eafaf1;
    color: #2ECC71;
    border-color: #eafaf1;
  }
  
  .btn-check:active + .btn-link-hover-success,
  .btn-check:checked + .btn-link-hover-success {
    background: #eafaf1;
    color: #2ECC71;
    border-color: #eafaf1;
  }
  
  .btn-light-info {
    background: #ebf5fb;
    color: #3498DB;
    border-color: #ebf5fb;
  }
  .btn-light-info .material-icons-two-tone {
    background-color: #3498DB;
  }
  .btn-light-info:hover {
    background: #3498DB;
    color: #fff;
    border-color: #3498DB;
  }
  .btn-light-info:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-info.focus, .btn-light-info:focus {
    background: #3498DB;
    color: #fff;
    border-color: #3498DB;
  }
  .btn-light-info.focus .material-icons-two-tone, .btn-light-info:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-info:not(:disabled):not(.disabled).active, .btn-light-info:not(:disabled):not(.disabled):active, .show > .btn-light-info.dropdown-toggle {
    background: #3498DB;
    color: #fff;
    border-color: #3498DB;
  }
  .btn-light-info:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-info:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-info.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-check:active + .btn-light-info,
  .btn-check:checked + .btn-light-info {
    background: #3498DB;
    color: #fff;
    border-color: #3498DB;
  }
  .btn-check:active + .btn-light-info .material-icons-two-tone,
  .btn-check:checked + .btn-light-info .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-link-info {
    background: transparent;
    color: #3498DB;
    border-color: transparent;
  }
  .btn-link-info .material-icons-two-tone {
    background-color: #3498DB;
  }
  .btn-link-info:hover {
    background: #ebf5fb;
    color: #3498DB;
    border-color: #ebf5fb;
  }
  .btn-link-info.focus, .btn-link-info:focus {
    background: #ebf5fb;
    color: #3498DB;
    border-color: #ebf5fb;
  }
  .btn-link-info:not(:disabled):not(.disabled).active, .btn-link-info:not(:disabled):not(.disabled):active, .show > .btn-link-info.dropdown-toggle {
    background: #ebf5fb;
    color: #3498DB;
    border-color: #ebf5fb;
  }
  
  .btn-check:active + .btn-link-info,
  .btn-check:checked + .btn-link-info {
    background: #ebf5fb;
    color: #3498DB;
    border-color: #ebf5fb;
  }
  
  .btn-link-hover-info {
    background: transparent;
    color: var(--bs-secondary);
    border-color: transparent;
  }
  .btn-link-hover-info .material-icons-two-tone {
    background-color: var(--bs-secondary);
  }
  .btn-link-hover-info:hover {
    background: #ebf5fb;
    color: #3498DB;
    border-color: #ebf5fb;
  }
  .btn-link-hover-info.focus, .btn-link-hover-info:focus {
    background: #ebf5fb;
    color: #3498DB;
    border-color: #ebf5fb;
  }
  .btn-link-hover-info:not(:disabled):not(.disabled).active, .btn-link-hover-info:not(:disabled):not(.disabled):active, .show > .btn-link-hover-info.dropdown-toggle {
    background: #ebf5fb;
    color: #3498DB;
    border-color: #ebf5fb;
  }
  
  .btn-check:active + .btn-link-hover-info,
  .btn-check:checked + .btn-link-hover-info {
    background: #ebf5fb;
    color: #3498DB;
    border-color: #ebf5fb;
  }
  
  .btn-light-warning {
    background: #fef9e7;
    color: #F1C40F;
    border-color: #fef9e7;
  }
  .btn-light-warning .material-icons-two-tone {
    background-color: #F1C40F;
  }
  .btn-light-warning:hover {
    background: #F1C40F;
    color: #fff;
    border-color: #F1C40F;
  }
  .btn-light-warning:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-warning.focus, .btn-light-warning:focus {
    background: #F1C40F;
    color: #fff;
    border-color: #F1C40F;
  }
  .btn-light-warning.focus .material-icons-two-tone, .btn-light-warning:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-warning:not(:disabled):not(.disabled).active, .btn-light-warning:not(:disabled):not(.disabled):active, .show > .btn-light-warning.dropdown-toggle {
    background: #F1C40F;
    color: #fff;
    border-color: #F1C40F;
  }
  .btn-light-warning:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-warning:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-warning.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-check:active + .btn-light-warning,
  .btn-check:checked + .btn-light-warning {
    background: #F1C40F;
    color: #fff;
    border-color: #F1C40F;
  }
  .btn-check:active + .btn-light-warning .material-icons-two-tone,
  .btn-check:checked + .btn-light-warning .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-link-warning {
    background: transparent;
    color: #F1C40F;
    border-color: transparent;
  }
  .btn-link-warning .material-icons-two-tone {
    background-color: #F1C40F;
  }
  .btn-link-warning:hover {
    background: #fef9e7;
    color: #F1C40F;
    border-color: #fef9e7;
  }
  .btn-link-warning.focus, .btn-link-warning:focus {
    background: #fef9e7;
    color: #F1C40F;
    border-color: #fef9e7;
  }
  .btn-link-warning:not(:disabled):not(.disabled).active, .btn-link-warning:not(:disabled):not(.disabled):active, .show > .btn-link-warning.dropdown-toggle {
    background: #fef9e7;
    color: #F1C40F;
    border-color: #fef9e7;
  }
  
  .btn-check:active + .btn-link-warning,
  .btn-check:checked + .btn-link-warning {
    background: #fef9e7;
    color: #F1C40F;
    border-color: #fef9e7;
  }
  
  .btn-link-hover-warning {
    background: transparent;
    color: var(--bs-secondary);
    border-color: transparent;
  }
  .btn-link-hover-warning .material-icons-two-tone {
    background-color: var(--bs-secondary);
  }
  .btn-link-hover-warning:hover {
    background: #fef9e7;
    color: #F1C40F;
    border-color: #fef9e7;
  }
  .btn-link-hover-warning.focus, .btn-link-hover-warning:focus {
    background: #fef9e7;
    color: #F1C40F;
    border-color: #fef9e7;
  }
  .btn-link-hover-warning:not(:disabled):not(.disabled).active, .btn-link-hover-warning:not(:disabled):not(.disabled):active, .show > .btn-link-hover-warning.dropdown-toggle {
    background: #fef9e7;
    color: #F1C40F;
    border-color: #fef9e7;
  }
  
  .btn-check:active + .btn-link-hover-warning,
  .btn-check:checked + .btn-link-hover-warning {
    background: #fef9e7;
    color: #F1C40F;
    border-color: #fef9e7;
  }
  
  .btn-light-danger {
    background: #fdedec;
    color: #E74C3C;
    border-color: #fdedec;
  }
  .btn-light-danger .material-icons-two-tone {
    background-color: #E74C3C;
  }
  .btn-light-danger:hover {
    background: #E74C3C;
    color: #fff;
    border-color: #E74C3C;
  }
  .btn-light-danger:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-danger.focus, .btn-light-danger:focus {
    background: #E74C3C;
    color: #fff;
    border-color: #E74C3C;
  }
  .btn-light-danger.focus .material-icons-two-tone, .btn-light-danger:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-danger:not(:disabled):not(.disabled).active, .btn-light-danger:not(:disabled):not(.disabled):active, .show > .btn-light-danger.dropdown-toggle {
    background: #E74C3C;
    color: #fff;
    border-color: #E74C3C;
  }
  .btn-light-danger:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-danger:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-danger.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-check:active + .btn-light-danger,
  .btn-check:checked + .btn-light-danger {
    background: #E74C3C;
    color: #fff;
    border-color: #E74C3C;
  }
  .btn-check:active + .btn-light-danger .material-icons-two-tone,
  .btn-check:checked + .btn-light-danger .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-link-danger {
    background: transparent;
    color: #E74C3C;
    border-color: transparent;
  }
  .btn-link-danger .material-icons-two-tone {
    background-color: #E74C3C;
  }
  .btn-link-danger:hover {
    background: #fdedec;
    color: #E74C3C;
    border-color: #fdedec;
  }
  .btn-link-danger.focus, .btn-link-danger:focus {
    background: #fdedec;
    color: #E74C3C;
    border-color: #fdedec;
  }
  .btn-link-danger:not(:disabled):not(.disabled).active, .btn-link-danger:not(:disabled):not(.disabled):active, .show > .btn-link-danger.dropdown-toggle {
    background: #fdedec;
    color: #E74C3C;
    border-color: #fdedec;
  }
  
  .btn-check:active + .btn-link-danger,
  .btn-check:checked + .btn-link-danger {
    background: #fdedec;
    color: #E74C3C;
    border-color: #fdedec;
  }
  
  .btn-link-hover-danger {
    background: transparent;
    color: var(--bs-secondary);
    border-color: transparent;
  }
  .btn-link-hover-danger .material-icons-two-tone {
    background-color: var(--bs-secondary);
  }
  .btn-link-hover-danger:hover {
    background: #fdedec;
    color: #E74C3C;
    border-color: #fdedec;
  }
  .btn-link-hover-danger.focus, .btn-link-hover-danger:focus {
    background: #fdedec;
    color: #E74C3C;
    border-color: #fdedec;
  }
  .btn-link-hover-danger:not(:disabled):not(.disabled).active, .btn-link-hover-danger:not(:disabled):not(.disabled):active, .show > .btn-link-hover-danger.dropdown-toggle {
    background: #fdedec;
    color: #E74C3C;
    border-color: #fdedec;
  }
  
  .btn-check:active + .btn-link-hover-danger,
  .btn-check:checked + .btn-link-hover-danger {
    background: #fdedec;
    color: #E74C3C;
    border-color: #fdedec;
  }
  
  .btn-light-light {
    background: #fefeff;
    color: #F8F9FA;
    border-color: #fefeff;
  }
  .btn-light-light .material-icons-two-tone {
    background-color: #F8F9FA;
  }
  .btn-light-light:hover {
    background: #F8F9FA;
    color: #fff;
    border-color: #F8F9FA;
  }
  .btn-light-light:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-light.focus, .btn-light-light:focus {
    background: #F8F9FA;
    color: #fff;
    border-color: #F8F9FA;
  }
  .btn-light-light.focus .material-icons-two-tone, .btn-light-light:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-light:not(:disabled):not(.disabled).active, .btn-light-light:not(:disabled):not(.disabled):active, .show > .btn-light-light.dropdown-toggle {
    background: #F8F9FA;
    color: #fff;
    border-color: #F8F9FA;
  }
  .btn-light-light:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-light:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-light.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-check:active + .btn-light-light,
  .btn-check:checked + .btn-light-light {
    background: #F8F9FA;
    color: #fff;
    border-color: #F8F9FA;
  }
  .btn-check:active + .btn-light-light .material-icons-two-tone,
  .btn-check:checked + .btn-light-light .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-link-light {
    background: transparent;
    color: #F8F9FA;
    border-color: transparent;
  }
  .btn-link-light .material-icons-two-tone {
    background-color: #F8F9FA;
  }
  .btn-link-light:hover {
    background: #fefeff;
    color: #F8F9FA;
    border-color: #fefeff;
  }
  .btn-link-light.focus, .btn-link-light:focus {
    background: #fefeff;
    color: #F8F9FA;
    border-color: #fefeff;
  }
  .btn-link-light:not(:disabled):not(.disabled).active, .btn-link-light:not(:disabled):not(.disabled):active, .show > .btn-link-light.dropdown-toggle {
    background: #fefeff;
    color: #F8F9FA;
    border-color: #fefeff;
  }
  
  .btn-check:active + .btn-link-light,
  .btn-check:checked + .btn-link-light {
    background: #fefeff;
    color: #F8F9FA;
    border-color: #fefeff;
  }
  
  .btn-link-hover-light {
    background: transparent;
    color: var(--bs-secondary);
    border-color: transparent;
  }
  .btn-link-hover-light .material-icons-two-tone {
    background-color: var(--bs-secondary);
  }
  .btn-link-hover-light:hover {
    background: #fefeff;
    color: #F8F9FA;
    border-color: #fefeff;
  }
  .btn-link-hover-light.focus, .btn-link-hover-light:focus {
    background: #fefeff;
    color: #F8F9FA;
    border-color: #fefeff;
  }
  .btn-link-hover-light:not(:disabled):not(.disabled).active, .btn-link-hover-light:not(:disabled):not(.disabled):active, .show > .btn-link-hover-light.dropdown-toggle {
    background: #fefeff;
    color: #F8F9FA;
    border-color: #fefeff;
  }
  
  .btn-check:active + .btn-link-hover-light,
  .btn-check:checked + .btn-link-hover-light {
    background: #fefeff;
    color: #F8F9FA;
    border-color: #fefeff;
  }
  
  .btn-light-dark {
    background: #ebedef;
    color: #34495E;
    border-color: #ebedef;
  }
  .btn-light-dark .material-icons-two-tone {
    background-color: #34495E;
  }
  .btn-light-dark:hover {
    background: #34495E;
    color: #fff;
    border-color: #34495E;
  }
  .btn-light-dark:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-dark.focus, .btn-light-dark:focus {
    background: #34495E;
    color: #fff;
    border-color: #34495E;
  }
  .btn-light-dark.focus .material-icons-two-tone, .btn-light-dark:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-dark:not(:disabled):not(.disabled).active, .btn-light-dark:not(:disabled):not(.disabled):active, .show > .btn-light-dark.dropdown-toggle {
    background: #34495E;
    color: #fff;
    border-color: #34495E;
  }
  .btn-light-dark:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-dark:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-dark.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-check:active + .btn-light-dark,
  .btn-check:checked + .btn-light-dark {
    background: #34495E;
    color: #fff;
    border-color: #34495E;
  }
  .btn-check:active + .btn-light-dark .material-icons-two-tone,
  .btn-check:checked + .btn-light-dark .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-link-dark {
    background: transparent;
    color: #34495E;
    border-color: transparent;
  }
  .btn-link-dark .material-icons-two-tone {
    background-color: #34495E;
  }
  .btn-link-dark:hover {
    background: #ebedef;
    color: #34495E;
    border-color: #ebedef;
  }
  .btn-link-dark.focus, .btn-link-dark:focus {
    background: #ebedef;
    color: #34495E;
    border-color: #ebedef;
  }
  .btn-link-dark:not(:disabled):not(.disabled).active, .btn-link-dark:not(:disabled):not(.disabled):active, .show > .btn-link-dark.dropdown-toggle {
    background: #ebedef;
    color: #34495E;
    border-color: #ebedef;
  }
  
  .btn-check:active + .btn-link-dark,
  .btn-check:checked + .btn-link-dark {
    background: #ebedef;
    color: #34495E;
    border-color: #ebedef;
  }
  
  .btn-link-hover-dark {
    background: transparent;
    color: var(--bs-secondary);
    border-color: transparent;
  }
  .btn-link-hover-dark .material-icons-two-tone {
    background-color: var(--bs-secondary);
  }
  .btn-link-hover-dark:hover {
    background: #ebedef;
    color: #34495E;
    border-color: #ebedef;
  }
  .btn-link-hover-dark.focus, .btn-link-hover-dark:focus {
    background: #ebedef;
    color: #34495E;
    border-color: #ebedef;
  }
  .btn-link-hover-dark:not(:disabled):not(.disabled).active, .btn-link-hover-dark:not(:disabled):not(.disabled):active, .show > .btn-link-hover-dark.dropdown-toggle {
    background: #ebedef;
    color: #34495E;
    border-color: #ebedef;
  }
  
  .btn-check:active + .btn-link-hover-dark,
  .btn-check:checked + .btn-link-hover-dark {
    background: #ebedef;
    color: #34495E;
    border-color: #ebedef;
  }
  
  .btn-light-facebook {
    background: #ecf0f7;
    color: #4267b2;
    border-color: #ecf0f7;
  }
  .btn-light-facebook .material-icons-two-tone {
    background-color: #4267b2;
  }
  .btn-light-facebook:hover {
    background: #4267b2;
    color: #fff;
    border-color: #4267b2;
  }
  .btn-light-facebook:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-facebook.focus, .btn-light-facebook:focus {
    background: #4267b2;
    color: #fff;
    border-color: #4267b2;
  }
  .btn-light-facebook.focus .material-icons-two-tone, .btn-light-facebook:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-facebook:not(:disabled):not(.disabled).active, .btn-light-facebook:not(:disabled):not(.disabled):active, .show > .btn-light-facebook.dropdown-toggle {
    background: #4267b2;
    color: #fff;
    border-color: #4267b2;
  }
  .btn-light-facebook:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-facebook:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-facebook.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-light-twitter {
    background: #ecf9ff;
    color: #42c0fb;
    border-color: #ecf9ff;
  }
  .btn-light-twitter .material-icons-two-tone {
    background-color: #42c0fb;
  }
  .btn-light-twitter:hover {
    background: #42c0fb;
    color: #fff;
    border-color: #42c0fb;
  }
  .btn-light-twitter:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-twitter.focus, .btn-light-twitter:focus {
    background: #42c0fb;
    color: #fff;
    border-color: #42c0fb;
  }
  .btn-light-twitter.focus .material-icons-two-tone, .btn-light-twitter:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-twitter:not(:disabled):not(.disabled).active, .btn-light-twitter:not(:disabled):not(.disabled):active, .show > .btn-light-twitter.dropdown-toggle {
    background: #42c0fb;
    color: #fff;
    border-color: #42c0fb;
  }
  .btn-light-twitter:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-twitter:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-twitter.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-light-dribbble {
    background: #fdedf3;
    color: #ec4a89;
    border-color: #fdedf3;
  }
  .btn-light-dribbble .material-icons-two-tone {
    background-color: #ec4a89;
  }
  .btn-light-dribbble:hover {
    background: #ec4a89;
    color: #fff;
    border-color: #ec4a89;
  }
  .btn-light-dribbble:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-dribbble.focus, .btn-light-dribbble:focus {
    background: #ec4a89;
    color: #fff;
    border-color: #ec4a89;
  }
  .btn-light-dribbble.focus .material-icons-two-tone, .btn-light-dribbble:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-dribbble:not(:disabled):not(.disabled).active, .btn-light-dribbble:not(:disabled):not(.disabled):active, .show > .btn-light-dribbble.dropdown-toggle {
    background: #ec4a89;
    color: #fff;
    border-color: #ec4a89;
  }
  .btn-light-dribbble:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-dribbble:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-dribbble.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-light-pinterest {
    background: #f9e9ea;
    color: #bf2131;
    border-color: #f9e9ea;
  }
  .btn-light-pinterest .material-icons-two-tone {
    background-color: #bf2131;
  }
  .btn-light-pinterest:hover {
    background: #bf2131;
    color: #fff;
    border-color: #bf2131;
  }
  .btn-light-pinterest:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-pinterest.focus, .btn-light-pinterest:focus {
    background: #bf2131;
    color: #fff;
    border-color: #bf2131;
  }
  .btn-light-pinterest.focus .material-icons-two-tone, .btn-light-pinterest:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-pinterest:not(:disabled):not(.disabled).active, .btn-light-pinterest:not(:disabled):not(.disabled):active, .show > .btn-light-pinterest.dropdown-toggle {
    background: #bf2131;
    color: #fff;
    border-color: #bf2131;
  }
  .btn-light-pinterest:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-pinterest:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-pinterest.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-light-youtube {
    background: #fceae8;
    color: #e0291d;
    border-color: #fceae8;
  }
  .btn-light-youtube .material-icons-two-tone {
    background-color: #e0291d;
  }
  .btn-light-youtube:hover {
    background: #e0291d;
    color: #fff;
    border-color: #e0291d;
  }
  .btn-light-youtube:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-youtube.focus, .btn-light-youtube:focus {
    background: #e0291d;
    color: #fff;
    border-color: #e0291d;
  }
  .btn-light-youtube.focus .material-icons-two-tone, .btn-light-youtube:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-youtube:not(:disabled):not(.disabled).active, .btn-light-youtube:not(:disabled):not(.disabled):active, .show > .btn-light-youtube.dropdown-toggle {
    background: #e0291d;
    color: #fff;
    border-color: #e0291d;
  }
  .btn-light-youtube:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-youtube:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-youtube.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-light-googleplus {
    background: #f9ecea;
    color: #c73e2e;
    border-color: #f9ecea;
  }
  .btn-light-googleplus .material-icons-two-tone {
    background-color: #c73e2e;
  }
  .btn-light-googleplus:hover {
    background: #c73e2e;
    color: #fff;
    border-color: #c73e2e;
  }
  .btn-light-googleplus:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-googleplus.focus, .btn-light-googleplus:focus {
    background: #c73e2e;
    color: #fff;
    border-color: #c73e2e;
  }
  .btn-light-googleplus.focus .material-icons-two-tone, .btn-light-googleplus:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-googleplus:not(:disabled):not(.disabled).active, .btn-light-googleplus:not(:disabled):not(.disabled):active, .show > .btn-light-googleplus.dropdown-toggle {
    background: #c73e2e;
    color: #fff;
    border-color: #c73e2e;
  }
  .btn-light-googleplus:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-googleplus:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-googleplus.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-light-instagram {
    background: #f7f2ef;
    color: #aa7c62;
    border-color: #f7f2ef;
  }
  .btn-light-instagram .material-icons-two-tone {
    background-color: #aa7c62;
  }
  .btn-light-instagram:hover {
    background: #aa7c62;
    color: #fff;
    border-color: #aa7c62;
  }
  .btn-light-instagram:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-instagram.focus, .btn-light-instagram:focus {
    background: #aa7c62;
    color: #fff;
    border-color: #aa7c62;
  }
  .btn-light-instagram.focus .material-icons-two-tone, .btn-light-instagram:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-instagram:not(:disabled):not(.disabled).active, .btn-light-instagram:not(:disabled):not(.disabled):active, .show > .btn-light-instagram.dropdown-toggle {
    background: #aa7c62;
    color: #fff;
    border-color: #aa7c62;
  }
  .btn-light-instagram:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-instagram:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-instagram.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-light-viber {
    background: #f2eef5;
    color: #7b519d;
    border-color: #f2eef5;
  }
  .btn-light-viber .material-icons-two-tone {
    background-color: #7b519d;
  }
  .btn-light-viber:hover {
    background: #7b519d;
    color: #fff;
    border-color: #7b519d;
  }
  .btn-light-viber:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-viber.focus, .btn-light-viber:focus {
    background: #7b519d;
    color: #fff;
    border-color: #7b519d;
  }
  .btn-light-viber.focus .material-icons-two-tone, .btn-light-viber:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-viber:not(:disabled):not(.disabled).active, .btn-light-viber:not(:disabled):not(.disabled):active, .show > .btn-light-viber.dropdown-toggle {
    background: #7b519d;
    color: #fff;
    border-color: #7b519d;
  }
  .btn-light-viber:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-viber:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-viber.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-light-behance {
    background: #e6eeff;
    color: #0057ff;
    border-color: #e6eeff;
  }
  .btn-light-behance .material-icons-two-tone {
    background-color: #0057ff;
  }
  .btn-light-behance:hover {
    background: #0057ff;
    color: #fff;
    border-color: #0057ff;
  }
  .btn-light-behance:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-behance.focus, .btn-light-behance:focus {
    background: #0057ff;
    color: #fff;
    border-color: #0057ff;
  }
  .btn-light-behance.focus .material-icons-two-tone, .btn-light-behance:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-behance:not(:disabled):not(.disabled).active, .btn-light-behance:not(:disabled):not(.disabled):active, .show > .btn-light-behance.dropdown-toggle {
    background: #0057ff;
    color: #fff;
    border-color: #0057ff;
  }
  .btn-light-behance:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-behance:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-behance.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-light-dropbox {
    background: #ebf2ff;
    color: #3380ff;
    border-color: #ebf2ff;
  }
  .btn-light-dropbox .material-icons-two-tone {
    background-color: #3380ff;
  }
  .btn-light-dropbox:hover {
    background: #3380ff;
    color: #fff;
    border-color: #3380ff;
  }
  .btn-light-dropbox:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-dropbox.focus, .btn-light-dropbox:focus {
    background: #3380ff;
    color: #fff;
    border-color: #3380ff;
  }
  .btn-light-dropbox.focus .material-icons-two-tone, .btn-light-dropbox:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-dropbox:not(:disabled):not(.disabled).active, .btn-light-dropbox:not(:disabled):not(.disabled):active, .show > .btn-light-dropbox.dropdown-toggle {
    background: #3380ff;
    color: #fff;
    border-color: #3380ff;
  }
  .btn-light-dropbox:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-dropbox:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-dropbox.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-light-linkedin {
    background: #e6f1f8;
    color: #0077b5;
    border-color: #e6f1f8;
  }
  .btn-light-linkedin .material-icons-two-tone {
    background-color: #0077b5;
  }
  .btn-light-linkedin:hover {
    background: #0077b5;
    color: #fff;
    border-color: #0077b5;
  }
  .btn-light-linkedin:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-linkedin.focus, .btn-light-linkedin:focus {
    background: #0077b5;
    color: #fff;
    border-color: #0077b5;
  }
  .btn-light-linkedin.focus .material-icons-two-tone, .btn-light-linkedin:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-linkedin:not(:disabled):not(.disabled).active, .btn-light-linkedin:not(:disabled):not(.disabled):active, .show > .btn-light-linkedin.dropdown-toggle {
    background: #0077b5;
    color: #fff;
    border-color: #0077b5;
  }
  .btn-light-linkedin:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-linkedin:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-linkedin.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-light-amazon {
    background: #e6e6e6;
    color: #000000;
    border-color: #e6e6e6;
  }
  .btn-light-amazon .material-icons-two-tone {
    background-color: #000000;
  }
  .btn-light-amazon:hover {
    background: #000000;
    color: #fff;
    border-color: #000000;
  }
  .btn-light-amazon:hover .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-amazon.focus, .btn-light-amazon:focus {
    background: #000000;
    color: #fff;
    border-color: #000000;
  }
  .btn-light-amazon.focus .material-icons-two-tone, .btn-light-amazon:focus .material-icons-two-tone {
    background-color: #fff;
  }
  .btn-light-amazon:not(:disabled):not(.disabled).active, .btn-light-amazon:not(:disabled):not(.disabled):active, .show > .btn-light-amazon.dropdown-toggle {
    background: #000000;
    color: #fff;
    border-color: #000000;
  }
  .btn-light-amazon:not(:disabled):not(.disabled).active .material-icons-two-tone, .btn-light-amazon:not(:disabled):not(.disabled):active .material-icons-two-tone, .show > .btn-light-amazon.dropdown-toggle .material-icons-two-tone {
    background-color: #fff;
  }
  
  .btn-pc-default:not(:hover) {
    color: var(--bs-secondary);
  }
  
  .dropdown-toggle.arrow-none:after {
    display: none;
  }
  
  .pc-header .dropdown-menu {
    animation: 0.3s ease-in-out 0s normal forwards 0.3s fadein;
  }
  
  @keyframes fadein {
    from {
      transform: translate3d(0, 8px, 0);
      opacity: 0;
    }
    to {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  .dropdown .dropdown-item {
    display: flex;
    align-items: center;
  }
  .dropdown .dropdown-item.active, .dropdown .dropdown-item:active, .dropdown .dropdown-item:focus, .dropdown .dropdown-item:hover {
    background: var(--pc-active-background);
    color: var(--bs-dropdown-link-color);
  }
  .dropdown .dropdown-item.active i.material-icons-two-tone, .dropdown .dropdown-item:active i.material-icons-two-tone, .dropdown .dropdown-item:focus i.material-icons-two-tone, .dropdown .dropdown-item:hover i.material-icons-two-tone {
    background-color: var(--bs-dropdown-link-color);
  }
  
  .dropdown-menu {
    box-shadow: 0 0px 2px 0 rgba(52, 73, 94, 0.3);
    border: 1px solid var(--bs-border-color);
    padding: 8px;
  }
  .dropdown-menu .dropdown-item {
    border-radius: var(--bs-border-radius);
    padding: 10px 15px;
  }
  .dropdown-menu .dropdown-item i {
    font-size: 18px;
    margin-right: 10px;
  }
  .dropdown-menu .dropdown-item i.material-icons-two-tone {
    vertical-align: bottom;
    font-size: 22px;
    background-color: var(--pc-header-color);
  }
  .dropdown-menu .dropdown-item svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #f2f2f2;
  }
  .dropdown-menu .dropdown-item .float-right svg {
    width: 14px;
    height: 14px;
  }
  
  .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
  }
  
  .card {
    box-shadow: var(--pc-card-box-shadow);
    margin-bottom: 24px;
    transition: box-shadow 0.2s ease-in-out;
    border-top: 4px solid #8ddece;
  }
  .card.card-border-primary, .card.bg-primary {
    border-top: 4px solid #8ddece;
  }
  .card.card-border-secondary, .card.bg-secondary {
    border-top: 4px solid #dee1e3;
  }
  .card.card-border-success, .card.bg-success {
    border-top: 4px solid #97e6b8;
  }
  .card.card-border-info, .card.bg-info {
    border-top: 4px solid #9acced;
  }
  .card.card-border-warning, .card.bg-warning {
    border-top: 4px solid #f8e287;
  }
  .card.card-border-danger, .card.bg-danger {
    border-top: 4px solid #f3a69e;
  }
  .card.card-border-light, .card.bg-light {
    border-top: 4px solid #fcfcfd;
  }
  .card.card-border-dark, .card.bg-dark {
    border-top: 4px solid #9aa4af;
  }
  .card.card-border-none {
    border-top: none;
  }
  .card .card-header {
    border-bottom: 1px solid var(--bs-card-border-color);
  }
  .card .card-header h5, .card .card-header .h5 {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .card .card-header h5 + p, .card .card-header .h5 + p,
  .card .card-header h5 + small,
  .card .card-header .h5 + small,
  .card .card-header h5 + .small,
  .card .card-header .h5 + .small {
    margin-top: 10px;
  }
  .card .card-header h5 + p:last-child, .card .card-header .h5 + p:last-child,
  .card .card-header h5 + small:last-child,
  .card .card-header .h5 + small:last-child,
  .card .card-header h5 + .small:last-child,
  .card .card-header .h5 + .small:last-child {
    margin-bottom: 0;
  }
  .card .card-header .card-header-right {
    right: 10px;
    top: 10px;
    float: right;
    padding: 0;
    position: absolute;
  }
  @media only screen and (max-width: 575px) {
    .card .card-header .card-header-right {
      display: none;
    }
  }
  .card .card-header .card-header-right .dropdown-menu {
    margin-top: 0;
  }
  .card .card-header .card-header-right .dropdown-menu li {
    cursor: pointer;
  }
  .card .card-header .card-header-right .dropdown-menu li a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .card .card-header .card-header-right .btn.dropdown-toggle, .card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.introjs-button, .introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.introjs-button {
    border: none;
    background: transparent;
    box-shadow: none;
    color: #888;
  }
  .card .card-header .card-header-right .btn.dropdown-toggle i, .card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.introjs-button i, .introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.introjs-button i {
    margin-right: 0;
  }
  .card .card-header .card-header-right .btn.dropdown-toggle:after, .card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.introjs-button:after, .introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.introjs-button:after {
    display: none;
  }
  .card .card-header .card-header-right .btn.dropdown-toggle:focus, .card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.introjs-button:focus, .introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.introjs-button:focus {
    box-shadow: none;
    outline: none;
  }
  .card .card-header .card-header-right .btn.dropdown-toggle, .card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.introjs-button, .introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.introjs-button {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 8px;
  }
  .card .card-header .card-header-right .btn.dropdown-toggle.mobile-menu span, .card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.mobile-menu.introjs-button span, .introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.mobile-menu.introjs-button span {
    background-color: #888;
    height: 2px;
    border-radius: 5px;
  }
  .card .card-header .card-header-right .btn.dropdown-toggle.mobile-menu span:after, .card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.mobile-menu.introjs-button span:after, .introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.mobile-menu.introjs-button span:after, .card .card-header .card-header-right .btn.dropdown-toggle.mobile-menu span:before, .card .card-header .card-header-right .introjs-tooltip .dropdown-toggle.mobile-menu.introjs-button span:before, .introjs-tooltip .card .card-header .card-header-right .dropdown-toggle.mobile-menu.introjs-button span:before {
    border-radius: 5px;
    height: 2px;
    background-color: #888;
  }
  .card .card-header .card-header-right .nav-pills {
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
  .card .card-footer {
    transition: box-shadow 0.2s ease-in-out;
  }
  .card:hover .card-footer[class*=bg-] {
    box-shadow: none;
  }
  
  @media (max-width: 575.98px) {
    .card {
      margin-bottom: 20px;
    }
    .card .card-header {
      padding: 20px;
    }
    .card .card-header h5, .card .card-header .h5 {
      font-size: 0.875rem;
    }
    .card .card-body {
      padding: 20px;
    }
  }
  .progress {
    overflow: visible;
  }
  .progress .progress-bar {
    border-radius: 2px;
  }
  .progress.progress-primary {
    background: #e8f8f5;
  }
  .progress.progress-primary .progress-bar {
    background: #1abc9c;
  }
  .progress.progress-secondary {
    background: #f8f9f9;
  }
  .progress.progress-secondary .progress-bar {
    background: #BDC3C7;
  }
  .progress.progress-success {
    background: #eafaf1;
  }
  .progress.progress-success .progress-bar {
    background: #2ECC71;
  }
  .progress.progress-info {
    background: #ebf5fb;
  }
  .progress.progress-info .progress-bar {
    background: #3498DB;
  }
  .progress.progress-warning {
    background: #fef9e7;
  }
  .progress.progress-warning .progress-bar {
    background: #F1C40F;
  }
  .progress.progress-danger {
    background: #fdedec;
  }
  .progress.progress-danger .progress-bar {
    background: #E74C3C;
  }
  .progress.progress-light {
    background: #fefeff;
  }
  .progress.progress-light .progress-bar {
    background: #F8F9FA;
  }
  .progress.progress-dark {
    background: #ebedef;
  }
  .progress.progress-dark .progress-bar {
    background: #34495E;
  }
  
  .progress-stacked {
    overflow: hidden;
  }
  .progress-stacked .progress:not(:first-child) .progress-bar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .progress-stacked .progress:not(:last-child) .progress-bar {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .table.table-align-center td,
  .table.table-align-center th {
    vertical-align: middle;
  }
  .table thead th {
    padding: 0.9rem 0.75rem;
  }
  .table td,
  .table th {
    vertical-align: middle;
  }
  .table.table-borderless td,
  .table.table-borderless th {
    border: none !important;
  }
  
  .table-hover tbody tr:hover {
    background-color: rgba(26, 188, 156, 0.03);
  }
  
  @media (max-width: 1199.98px) {
    .affiliate-table tr th:first-child, .affiliate-table tr td:first-child {
      min-width: 150px;
    }
  }
  
  .tabs-border.nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .tabs-border.nav-tabs .nav-link {
    border: none;
    background: no-repeat center bottom, center 100%;
    background-size: 0 100%, 100% 100%;
    transition: background 0.3s ease-out;
    background-image: linear-gradient(to top, theme-color("primary") 2px, rgba(255, 255, 255, 0) 2px);
  }
  .tabs-border.nav-tabs .nav-link.active {
    background-size: 100% 100%, 100% 100%;
  }
  
  .tabs-light.nav-pill + .tab-content {
    border-top: 1px solid #e9e9e9;
  }
  .tabs-light.nav-pill .nav-item {
    margin-bottom: 0;
  }
  .tabs-light.nav-pill .nav-item .nav-link {
    color: #1abc9c;
    background: #e8f8f5;
    border-radius: 4px;
    transition: background 0.3s ease-out;
  }
  .tabs-light.nav-pill .nav-item + .nav-item {
    margin-left: 10px;
  }
  .tabs-light.nav-pill .nav-link {
    border: none;
  }
  .tabs-light.nav-pill .nav-link.active {
    color: #fff;
    background: #1abc9c;
  }
  
  .form-group {
    margin-bottom: 1rem;
  }
  .form-group label {
    font-size: 14px;
    font-weight: 500;
  }
  
  select.form-control[readonly],
  .form-control[readonly],
  [readonly].datatable-input,
  [readonly].custom-select,
  [readonly].dataTable-selector,
  [readonly].dataTable-input {
    opacity: 0.6;
  }
  
  .input-group-text svg {
    width: 18px;
    height: 18px;
  }
  
  .form-control-color-picker {
    height: 43px;
    padding: 0.5rem;
  }
  
  select.form-control, select.datatable-input, select.custom-select,
  select.dataTable-selector,
  select.dataTable-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 0.75rem center/18px 25px;
  }
  select.form-control[data-multiselectsplitter-firstselect-selector], select[data-multiselectsplitter-firstselect-selector].datatable-input, select[data-multiselectsplitter-firstselect-selector].custom-select,
  select[data-multiselectsplitter-firstselect-selector].dataTable-selector,
  select[data-multiselectsplitter-firstselect-selector].dataTable-input, select.form-control[data-multiselectsplitter-secondselect-selector], select[data-multiselectsplitter-secondselect-selector].datatable-input, select[data-multiselectsplitter-secondselect-selector].custom-select,
  select[data-multiselectsplitter-secondselect-selector].dataTable-selector,
  select[data-multiselectsplitter-secondselect-selector].dataTable-input {
    background: none;
  }
  
  .form-floating > label {
    top: 1px;
  }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .form-floating > .datatable-input:not(:-moz-placeholder-shown) ~ label, .form-floating > .custom-select:not(:-moz-placeholder-shown) ~ label, .form-floating > .dataTable-selector:not(:-moz-placeholder-shown) ~ label, .form-floating > .dataTable-input:not(:-moz-placeholder-shown) ~ label {
    color: #5B6B79;
  }
  .form-floating > .form-control:focus ~ label, .form-floating > .datatable-input:focus ~ label, .form-floating > .custom-select:focus ~ label,
  .form-floating > .dataTable-selector:focus ~ label,
  .form-floating > .dataTable-input:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .datatable-input:not(:placeholder-shown) ~ label,
  .form-floating > .custom-select:not(:placeholder-shown) ~ label,
  .form-floating > .dataTable-selector:not(:placeholder-shown) ~ label,
  .form-floating > .dataTable-input:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label,
  .form-floating > .datatable-selector ~ label {
    color: #5B6B79;
  }
  .form-floating > .form-control:focus ~ label, .form-floating > .datatable-input:focus ~ label, .form-floating > .custom-select:focus ~ label,
  .form-floating > .dataTable-selector:focus ~ label,
  .form-floating > .dataTable-input:focus ~ label {
    color: var(--bs-primary);
  }
  .form-floating > input {
    color: #292b2c;
  }
  
  .bootstrap-select -select > .dropdown-toggle.btn-light,
  .bootstrap-select -select > .dropdown-toggle.btn-secondary,
  .bootstrap-select .introjs-tooltip -select > .dropdown-toggle.introjs-button.introjs-prevbutton,
  .introjs-tooltip .bootstrap-select -select > .dropdown-toggle.introjs-button.introjs-prevbutton,
  .bootstrap-select -select > .dropdown-toggle.btn-default {
    border-color: #DBE0E5 !important;
    box-shadow: none;
    background: #ffffff !important;
    color: #5B6B79;
  }
  .bootstrap-select -select > .dropdown-toggle.btn-light:focus,
  .bootstrap-select -select > .dropdown-toggle.btn-secondary:focus,
  .bootstrap-select .introjs-tooltip -select > .dropdown-toggle.introjs-button.introjs-prevbutton:focus,
  .introjs-tooltip .bootstrap-select -select > .dropdown-toggle.introjs-button.introjs-prevbutton:focus,
  .bootstrap-select -select > .dropdown-toggle.btn-default:focus {
    outline: none !important;
  }
  
  .form-search {
    position: relative;
    display: inline-flex;
  }
  .form-search .form-control, .form-search .datatable-input, .form-search .custom-select,
  .form-search .dataTable-selector,
  .form-search .dataTable-input {
    border-radius: var(--bs-border-radius);
    padding: 0.62rem 2.6rem;
    width: 100%;
    max-width: 240px;
  }
  @media (max-width: 1399.98px) {
    .form-search .form-control, .form-search .datatable-input, .form-search .custom-select,
    .form-search .dataTable-selector,
    .form-search .dataTable-input {
      width: 100%;
    }
  }
  .form-search .icon-search {
    position: absolute;
    top: 11px;
    left: 14px;
    font-size: 20px;
    opacity: 0.4;
  }
  .form-search .btn-search {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius-sm);
  }
  
  .form-check label {
    cursor: pointer;
  }
  .form-check label input {
    cursor: pointer;
  }
  .form-check .form-check-input.input-primary:checked {
    border-color: #1abc9c;
    background-color: #1abc9c;
  }
  .form-check .form-check-input.input-light-primary:checked {
    border-color: #e8f8f5;
    background-color: #e8f8f5;
  }
  .form-check .form-check-input.input-light-primary:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231abc9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-light-primary:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%231abc9c'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-primary:focus[type=checkbox], .form-check .form-check-input.input-primary:focus[type=radio], .form-check .form-check-input.input-light-primary:focus[type=checkbox], .form-check .form-check-input.input-light-primary:focus[type=radio] {
    box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.25);
    border-color: #1abc9c;
  }
  .form-check.form-switch .form-check-input.input-light-primary:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231abc9c'/%3e%3c/svg%3e");
  }
  
  .form-check .form-check-input.input-secondary:checked {
    border-color: #BDC3C7;
    background-color: #BDC3C7;
  }
  .form-check .form-check-input.input-light-secondary:checked {
    border-color: #f8f9f9;
    background-color: #f8f9f9;
  }
  .form-check .form-check-input.input-light-secondary:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23BDC3C7' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-light-secondary:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23BDC3C7'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-secondary:focus[type=checkbox], .form-check .form-check-input.input-secondary:focus[type=radio], .form-check .form-check-input.input-light-secondary:focus[type=checkbox], .form-check .form-check-input.input-light-secondary:focus[type=radio] {
    box-shadow: 0 0 0 0.2rem rgba(189, 195, 199, 0.25);
    border-color: #BDC3C7;
  }
  .form-check.form-switch .form-check-input.input-light-secondary:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23BDC3C7'/%3e%3c/svg%3e");
  }
  
  .form-check .form-check-input.input-success:checked {
    border-color: #2ECC71;
    background-color: #2ECC71;
  }
  .form-check .form-check-input.input-light-success:checked {
    border-color: #eafaf1;
    background-color: #eafaf1;
  }
  .form-check .form-check-input.input-light-success:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%232ECC71' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-light-success:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232ECC71'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-success:focus[type=checkbox], .form-check .form-check-input.input-success:focus[type=radio], .form-check .form-check-input.input-light-success:focus[type=checkbox], .form-check .form-check-input.input-light-success:focus[type=radio] {
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
    border-color: #2ECC71;
  }
  .form-check.form-switch .form-check-input.input-light-success:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%232ECC71'/%3e%3c/svg%3e");
  }
  
  .form-check .form-check-input.input-info:checked {
    border-color: #3498DB;
    background-color: #3498DB;
  }
  .form-check .form-check-input.input-light-info:checked {
    border-color: #ebf5fb;
    background-color: #ebf5fb;
  }
  .form-check .form-check-input.input-light-info:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%233498DB' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-light-info:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%233498DB'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-info:focus[type=checkbox], .form-check .form-check-input.input-info:focus[type=radio], .form-check .form-check-input.input-light-info:focus[type=checkbox], .form-check .form-check-input.input-light-info:focus[type=radio] {
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
    border-color: #3498DB;
  }
  .form-check.form-switch .form-check-input.input-light-info:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233498DB'/%3e%3c/svg%3e");
  }
  
  .form-check .form-check-input.input-warning:checked {
    border-color: #F1C40F;
    background-color: #F1C40F;
  }
  .form-check .form-check-input.input-light-warning:checked {
    border-color: #fef9e7;
    background-color: #fef9e7;
  }
  .form-check .form-check-input.input-light-warning:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23F1C40F' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-light-warning:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23F1C40F'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-warning:focus[type=checkbox], .form-check .form-check-input.input-warning:focus[type=radio], .form-check .form-check-input.input-light-warning:focus[type=checkbox], .form-check .form-check-input.input-light-warning:focus[type=radio] {
    box-shadow: 0 0 0 0.2rem rgba(241, 196, 15, 0.25);
    border-color: #F1C40F;
  }
  .form-check.form-switch .form-check-input.input-light-warning:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23F1C40F'/%3e%3c/svg%3e");
  }
  
  .form-check .form-check-input.input-danger:checked {
    border-color: #E74C3C;
    background-color: #E74C3C;
  }
  .form-check .form-check-input.input-light-danger:checked {
    border-color: #fdedec;
    background-color: #fdedec;
  }
  .form-check .form-check-input.input-light-danger:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23E74C3C' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-light-danger:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23E74C3C'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-danger:focus[type=checkbox], .form-check .form-check-input.input-danger:focus[type=radio], .form-check .form-check-input.input-light-danger:focus[type=checkbox], .form-check .form-check-input.input-light-danger:focus[type=radio] {
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
    border-color: #E74C3C;
  }
  .form-check.form-switch .form-check-input.input-light-danger:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23E74C3C'/%3e%3c/svg%3e");
  }
  
  .form-check .form-check-input.input-light:checked {
    border-color: #F8F9FA;
    background-color: #F8F9FA;
  }
  .form-check .form-check-input.input-light-light:checked {
    border-color: #fefeff;
    background-color: #fefeff;
  }
  .form-check .form-check-input.input-light-light:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23F8F9FA' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-light-light:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23F8F9FA'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-light:focus[type=checkbox], .form-check .form-check-input.input-light:focus[type=radio], .form-check .form-check-input.input-light-light:focus[type=checkbox], .form-check .form-check-input.input-light-light:focus[type=radio] {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.25);
    border-color: #F8F9FA;
  }
  .form-check.form-switch .form-check-input.input-light-light:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23F8F9FA'/%3e%3c/svg%3e");
  }
  
  .form-check .form-check-input.input-dark:checked {
    border-color: #34495E;
    background-color: #34495E;
  }
  .form-check .form-check-input.input-light-dark:checked {
    border-color: #ebedef;
    background-color: #ebedef;
  }
  .form-check .form-check-input.input-light-dark:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2334495E' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-light-dark:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2334495E'/%3e%3c/svg%3e");
  }
  .form-check .form-check-input.input-dark:focus[type=checkbox], .form-check .form-check-input.input-dark:focus[type=radio], .form-check .form-check-input.input-light-dark:focus[type=checkbox], .form-check .form-check-input.input-light-dark:focus[type=radio] {
    box-shadow: 0 0 0 0.2rem rgba(52, 73, 94, 0.25);
    border-color: #34495E;
  }
  .form-check.form-switch .form-check-input.input-light-dark:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2334495E'/%3e%3c/svg%3e");
  }
  
  .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .introjs-tooltip .input-group > .input-group-append:last-child > .introjs-button:not(:last-child):not(.dropdown-toggle),
  .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
  .input-group > .input-group-append:not(:last-child) > .btn,
  .introjs-tooltip .input-group > .input-group-append:not(:last-child) > .introjs-button,
  .input-group > .input-group-append:not(:last-child) > .input-group-text,
  .input-group > .input-group-prepend > .btn,
  .introjs-tooltip .input-group > .input-group-prepend > .introjs-button,
  .input-group > .input-group-prepend > .input-group-text {
    border-right: none;
  }
  
  .form-v1 .form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }
  .form-v1 .form-label-group > input,
  .form-v1 .form-label-group > label {
    height: 3.125rem;
    padding: 0.75rem;
  }
  .form-v1 .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    color: #495057;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out;
  }
  .form-v1 .form-label-group input::-moz-placeholder {
    color: transparent;
  }
  .form-v1 .form-label-group input::placeholder {
    color: transparent;
  }
  .form-v1 .form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
  }
  .form-v1 .form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
  }
  .form-v1 .form-label-group input:not(:-moz-placeholder-shown) ~ label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    color: #777;
  }
  .form-v1 .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    color: #777;
  }
  
  .datepicker {
    width: 275px;
    padding: 10px;
  }
  .datepicker.dropdown-menu {
    padding: 10px;
  }
  .datepicker.datepicker-orient-top {
    margin-top: 8px;
  }
  .datepicker table {
    width: 100%;
  }
  .datepicker td,
  .datepicker th {
    font-weight: regular;
    width: 35px;
    height: 35px;
  }
  .datepicker thead th {
    color: #29344A;
  }
  .datepicker thead th.datepicker-switch, .datepicker thead th.next, .datepicker thead th.prev {
    font-weight: 500;
    color: #292b2c;
  }
  .datepicker thead th.datepicker-switch i, .datepicker thead th.next i, .datepicker thead th.prev i {
    font-size: 1.2rem;
    color: #292b2c;
  }
  .datepicker thead th.datepicker-switch i:before, .datepicker thead th.next i:before, .datepicker thead th.prev i:before {
    line-height: 0;
    vertical-align: middle;
  }
  .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover, .datepicker thead th.prev:hover {
    background: #e9e9e9 !important;
  }
  .datepicker thead th.dow {
    color: #292b2c;
    font-weight: 500;
  }
  .datepicker tbody tr > td.day {
    color: #292b2c;
  }
  .datepicker tbody tr > td.day:hover {
    background: #e9e9e9;
    color: #292b2c;
  }
  .datepicker tbody tr > td.day.old {
    color: #292b2c;
  }
  .datepicker tbody tr > td.day.new {
    color: #292b2c;
  }
  .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover, .datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover {
    background: #1abc9c;
    color: #fff;
  }
  .datepicker tbody tr > td.day.today {
    position: relative;
    background: #1abc9c !important;
    color: #fff !important;
  }
  .datepicker tbody tr > td.day.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #ffffff;
    border-top-color: #292b2c;
    position: absolute;
    bottom: 4px;
    right: 4px;
  }
  .datepicker tbody tr > td.day.range {
    background: #e9e9e9;
  }
  .datepicker tbody tr > td span.hour,
  .datepicker tbody tr > td span.minute,
  .datepicker tbody tr > td span.month,
  .datepicker tbody tr > td span.year {
    color: #292b2c;
  }
  .datepicker tbody tr > td span.hour:hover,
  .datepicker tbody tr > td span.minute:hover,
  .datepicker tbody tr > td span.month:hover,
  .datepicker tbody tr > td span.year:hover {
    background: #e9e9e9;
  }
  .datepicker tbody tr > td span.hour.active, .datepicker tbody tr > td span.hour.active.focused:hover, .datepicker tbody tr > td span.hour.active:hover, .datepicker tbody tr > td span.hour.focused, .datepicker tbody tr > td span.hour.focused:hover,
  .datepicker tbody tr > td span.minute.active,
  .datepicker tbody tr > td span.minute.active.focused:hover,
  .datepicker tbody tr > td span.minute.active:hover,
  .datepicker tbody tr > td span.minute.focused,
  .datepicker tbody tr > td span.minute.focused:hover,
  .datepicker tbody tr > td span.month.active,
  .datepicker tbody tr > td span.month.active.focused:hover,
  .datepicker tbody tr > td span.month.active:hover,
  .datepicker tbody tr > td span.month.focused,
  .datepicker tbody tr > td span.month.focused:hover,
  .datepicker tbody tr > td span.year.active,
  .datepicker tbody tr > td span.year.active.focused:hover,
  .datepicker tbody tr > td span.year.active:hover,
  .datepicker tbody tr > td span.year.focused,
  .datepicker tbody tr > td span.year.focused:hover {
    background: #1abc9c;
    color: #fff;
  }
  .datepicker tfoot tr > th.clear, .datepicker tfoot tr > th.today {
    font-weight: 500;
  }
  .datepicker tfoot tr > th.clear:hover, .datepicker tfoot tr > th.today:hover {
    background: #e9e9e9;
  }
  
  .bootstrap-timepicker-widget {
    left: auto;
    width: 175px;
  }
  .bootstrap-timepicker-widget .bootstrap-timepicker-hour,
  .bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
  .bootstrap-timepicker-widget .bootstrap-timepicker-minute,
  .bootstrap-timepicker-widget .bootstrap-timepicker-second {
    border: none;
    box-shadow: none;
  }
  .bootstrap-timepicker-widget table td > a {
    border: 0;
  }
  .bootstrap-timepicker-widget table td > a i {
    font-size: 1.1rem;
  }
  
  .bootstrap-timepicker-widget .bootstrap-timepicker-hour,
  .bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
  .bootstrap-timepicker-widget .bootstrap-timepicker-minute,
  .bootstrap-timepicker-widget .bootstrap-timepicker-second {
    color: #29344A;
  }
  .bootstrap-timepicker-widget table td > a:hover {
    background: #e9e9e9;
  }
  
  .tagify__tag {
    --tag-bg: #e9e9e9;
    --tag-hover: rgba(26, 188, 156, 0.3);
    --tag-remove-bg: rgba(231, 76, 60, 0.3);
    --tag-remove-btn-bg--hover: #E74C3C;
  }
  .tagify__tag.tagify__tag--primary {
    --tag-bg: rgba(26, 188, 156, 0.2);
  }
  .tagify__tag.tagify__tag--primary div .tagify__tag-text {
    color: #1abc9c;
  }
  .tagify__tag.tagify__tag--secondary {
    --tag-bg: rgba(189, 195, 199, 0.2);
  }
  .tagify__tag.tagify__tag--secondary div .tagify__tag-text {
    color: #BDC3C7;
  }
  .tagify__tag.tagify__tag--success {
    --tag-bg: rgba(46, 204, 113, 0.2);
  }
  .tagify__tag.tagify__tag--success div .tagify__tag-text {
    color: #2ECC71;
  }
  .tagify__tag.tagify__tag--info {
    --tag-bg: rgba(52, 152, 219, 0.2);
  }
  .tagify__tag.tagify__tag--info div .tagify__tag-text {
    color: #3498DB;
  }
  .tagify__tag.tagify__tag--warning {
    --tag-bg: rgba(241, 196, 15, 0.2);
  }
  .tagify__tag.tagify__tag--warning div .tagify__tag-text {
    color: #F1C40F;
  }
  .tagify__tag.tagify__tag--danger {
    --tag-bg: rgba(231, 76, 60, 0.2);
  }
  .tagify__tag.tagify__tag--danger div .tagify__tag-text {
    color: #E74C3C;
  }
  .tagify__tag.tagify__tag--light {
    --tag-bg: rgba(248, 249, 250, 0.2);
  }
  .tagify__tag.tagify__tag--light div .tagify__tag-text {
    color: #F8F9FA;
  }
  .tagify__tag.tagify__tag--dark {
    --tag-bg: rgba(52, 73, 94, 0.2);
  }
  .tagify__tag.tagify__tag--dark div .tagify__tag-text {
    color: #34495E;
  }
  
  .bootstrap-switch {
    border-color: #e9e9e9;
  }
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    background: #e9e9e9;
  }
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #fff;
    background: #1abc9c;
  }
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary,
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary {
    color: #fff;
    background: #BDC3C7;
  }
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #fff;
    background: #2ECC71;
  }
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
    color: #fff;
    background: #3498DB;
  }
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
    color: #fff;
    background: #F1C40F;
  }
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    color: #fff;
    background: #E74C3C;
  }
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-light,
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-light {
    color: #fff;
    background: #F8F9FA;
  }
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dark,
  .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dark {
    color: #fff;
    background: #34495E;
  }
  
  .bootstrap-select > .dropdown-toggle.bs-placeholder.btn[class*=btn-]:not(.btn-light), .introjs-tooltip .bootstrap-select > .dropdown-toggle.bs-placeholder[class*=btn-].introjs-button:not(.btn-light) {
    color: #fff;
  }
  
  .typeahead .twitter-typeahead {
    display: block !important;
  }
  
  .scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
  }
  
  .tt-menu {
    padding: 10px 0;
    font-size: 0.875rem;
    background: #fff;
    min-width: 10rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
  }
  .tt-menu .tt-suggestion {
    padding: 4px 20px;
    border-radius: 2px;
  }
  .tt-menu .tt-suggestion.active, .tt-menu .tt-suggestion:active, .tt-menu .tt-suggestion:focus, .tt-menu .tt-suggestion:hover {
    background: rgba(26, 188, 156, 0.03);
    color: #1abc9c;
  }
  
  .sticky-action {
    top: 60px;
    position: sticky;
    z-index: 1020;
    background: var(--bs-card-bg);
    border-radius: var(--bs-card-border-radius);
  }
  
  .dropzone {
    min-height: auto;
  }
  
  .dropzone {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border: 2px dashed #e9e9e9;
    border-radius: 2px;
  }
  .dropzone .dropzone-msg-title {
    color: #292b2c;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .dropzone .dropzone-msg-desc {
    color: #292b2c;
    font-weight: 400;
    font-size: 1rem;
  }
  .dropzone .dz-preview .dz-image {
    border-radius: 2px;
  }
  .dropzone.dropzone-primary {
    border-color: #1abc9c;
  }
  .dropzone.dropzone-secondary {
    border-color: #BDC3C7;
  }
  .dropzone.dropzone-success {
    border-color: #2ECC71;
  }
  .dropzone.dropzone-info {
    border-color: #3498DB;
  }
  .dropzone.dropzone-warning {
    border-color: #F1C40F;
  }
  .dropzone.dropzone-danger {
    border-color: #E74C3C;
  }
  .dropzone.dropzone-light {
    border-color: #F8F9FA;
  }
  .dropzone.dropzone-dark {
    border-color: #34495E;
  }
  
  .dz-started .dropzone-msg {
    display: none;
  }
  
  .dropzone-multi {
    border: 0;
    padding: 0;
  }
  .dropzone-multi .dz-message {
    display: none;
  }
  .dropzone-multi .dropzone-panel .dropzone-remove-all,
  .dropzone-multi .dropzone-panel .dropzone-upload {
    display: none;
  }
  .dropzone-multi .dropzone-item {
    background: #e9e9e9;
    border-radius: 2px;
    margin: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
  }
  .dropzone-multi .dropzone-item .dropzone-progress {
    width: 20%;
  }
  .dropzone-multi .dropzone-item .dropzone-progress .progress {
    height: 0.5rem;
    transition: all 0.2s ease-in-out;
  }
  .dropzone-multi .dropzone-item .dropzone-file .dropzone-filename {
    font-size: 0.9rem;
    font-weight: 500;
    color: #292b2c;
    text-overflow: ellipsis;
    margin-right: 0.5rem;
  }
  .dropzone-multi .dropzone-item .dropzone-file .dropzone-filename b {
    font-size: 0.9rem;
    font-weight: 500;
    color: #292b2c;
  }
  .dropzone-multi .dropzone-item .dropzone-file .dropzone-error {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #E74C3C;
    text-overflow: ellipsis;
  }
  .dropzone-multi .dropzone-item .dropzone-toolbar {
    margin-left: 1rem;
    display: flex;
    flex-wrap: nowrap;
  }
  .dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel,
  .dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete,
  .dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel i,
  .dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete i,
  .dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start i {
    font-size: 0.8rem;
    color: #29344A;
  }
  .dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover i,
  .dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover i,
  .dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover i {
    color: #1abc9c;
  }
  .dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
    transition: all 0.2s ease-in-out;
  }
  
  .uppy-Dashboard--modal {
    z-index: 1030;
  }
  .uppy-Dashboard--modal .uppy-Dashboard-overlay {
    z-index: 1030;
  }
  .uppy-Dashboard--modal .uppy-Dashboard-inner {
    z-index: 1031;
  }
  
  .uppy-DragDrop--is-dragdrop-supported {
    border-color: #e9e9e9;
  }
  
  .pc-uppy-thumbnail-container .pc-uppy-thumbnail img {
    width: 100px;
  }
  
  .slider-selection {
    box-shadow: none;
  }
  
  .pc-toggle-noUiSlider {
    height: 50px;
  }
  
  .pc-toggle-noUiSlider.off .noUi-handle {
    border-color: #E74C3C;
    background: #E74C3C;
    box-shadow: none;
  }
  
  .note-editor.card .card-header {
    padding: 0 5px 5px;
    border-bottom-color: #a9a9a9;
  }
  
  #cke5-inline-demo .ck-content {
    margin-bottom: 1rem;
    padding: 2.5rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  #cke5-inline-demo .ck-content h3, #cke5-inline-demo .ck-content .h3 {
    margin-top: 0;
  }
  #cke5-inline-demo header.ck-content {
    text-align: center;
  }
  #cke5-inline-demo header.ck-content h2:first-of-type, #cke5-inline-demo header.ck-content .h2:first-of-type {
    margin-top: 0;
  }
  #cke5-inline-demo header.ck-content h2 + h3, #cke5-inline-demo header.ck-content .h2 + h3, #cke5-inline-demo header.ck-content h2 + .h3, #cke5-inline-demo header.ck-content .h2 + .h3 {
    margin-top: 0;
    font-weight: 600;
  }
  #cke5-inline-demo .demo-row {
    width: 100%;
    display: flex;
  }
  #cke5-inline-demo .demo-row .demo-row__half {
    width: 50%;
  }
  #cke5-inline-demo .demo-row .demo-row__half:first-of-type {
    padding-right: 0.5rem;
  }
  #cke5-inline-demo .demo-row .demo-row__half:last-of-type {
    padding-left: 0.5rem;
  }
  #cke5-inline-demo .demo-row p {
    margin-bottom: 0;
  }
  #cke5-inline-demo .demo-row h3, #cke5-inline-demo .demo-row .h3 {
    margin: 0;
    font-weight: 600;
  }
  @media (max-width: 575.98px) {
    #cke5-inline-demo .ck-content {
      padding: 1rem;
    }
    #cke5-inline-demo .demo-row {
      flex-direction: column;
    }
    #cke5-inline-demo .demo-row .demo-row__half {
      width: 100%;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }
  
  .switch-demo .custom-switch-v1 {
    margin-bottom: 4px;
  }
  
  .form-switch.switch-lg {
    margin-bottom: 0.425rem;
  }
  
  .custom-switch-v1.form-switch {
    padding-left: 2.9em;
  }
  .custom-switch-v1.form-switch .form-check-input {
    height: 20px;
    width: 35px;
    margin-left: -2.9em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4.1' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  }
  .custom-switch-v1.form-switch .form-check-input[class*=input-light-] {
    border: none;
  }
  .custom-switch-v1.form-switch .form-check-input:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.25);
  }
  .custom-switch-v1.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4.1' fill='%23ffffff'/%3e%3c/svg%3e");
  }
  .custom-switch-v1.form-switch .form-check-input.input-light-primary:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4.1' fill='%231abc9c'/%3e%3c/svg%3e");
  }
  .custom-switch-v1.form-switch .form-check-input.input-light-secondary:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4.1' fill='%23BDC3C7'/%3e%3c/svg%3e");
  }
  .custom-switch-v1.form-switch .form-check-input.input-light-success:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4.1' fill='%232ECC71'/%3e%3c/svg%3e");
  }
  .custom-switch-v1.form-switch .form-check-input.input-light-info:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4.1' fill='%233498DB'/%3e%3c/svg%3e");
  }
  .custom-switch-v1.form-switch .form-check-input.input-light-warning:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4.1' fill='%23F1C40F'/%3e%3c/svg%3e");
  }
  .custom-switch-v1.form-switch .form-check-input.input-light-danger:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4.1' fill='%23E74C3C'/%3e%3c/svg%3e");
  }
  .custom-switch-v1.form-switch .form-check-input.input-light-light:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4.1' fill='%23F8F9FA'/%3e%3c/svg%3e");
  }
  .custom-switch-v1.form-switch .form-check-input.input-light-dark:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4.1' fill='%2334495E'/%3e%3c/svg%3e");
  }
  .custom-switch-v1 .custom-control-label::before {
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 20px;
    width: 35px;
    border-radius: 0.8rem;
    top: 0;
    left: -2.55rem;
  }
  .custom-switch-v1 .custom-control-label::after {
    top: calc(0.15625rem - 2px);
    left: calc(-2.25rem - 4px);
    height: 19px;
    width: 19px;
    border-radius: 0.7rem;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  }
  .custom-switch-v1 .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(0.95rem);
  }
  
  .row[data-multiselectsplitter-wrapper-selector] select {
    margin-bottom: 8px;
  }
  
  .choices {
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .choices:focus {
    outline: none;
  }
  .choices:last-child {
    margin-bottom: 0;
  }
  .choices.is-disabled .choices__inner,
  .choices.is-disabled .choices__input {
    background-color: #F3F5F7;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .choices.is-disabled .choices__item {
    cursor: not-allowed;
  }
  .choices [hidden] {
    display: none !important;
  }
  
  .choices[data-type*=select-one] {
    cursor: pointer;
  }
  .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px;
  }
  .choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DBE0E5;
    background-color: #ffffff;
    margin: 0;
  }
  .choices[data-type*=select-one] .choices__button {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5;
  }
  .choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
    opacity: 1;
  }
  .choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px var(--bs-primary);
  }
  .choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
    display: none;
  }
  .choices[data-type*=select-one]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #5B6B79 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
  }
  .choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #5B6B79 transparent;
    margin-top: -7.5px;
  }
  .choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto;
  }
  .choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
  }
  
  .choices[data-type*=select-multiple] .choices__inner,
  .choices[data-type*=text] .choices__inner {
    cursor: text;
  }
  .choices[data-type*=select-multiple] .choices__button,
  .choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 2px solid rgba(255, 255, 255, 0.35);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
  }
  .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover,
  .choices[data-type*=text] .choices__button:focus,
  .choices[data-type*=text] .choices__button:hover {
    opacity: 1;
  }
  
  .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #ffffff;
    padding: 7.5px 7.5px 3.75px;
    border: 2px solid #DBE0E5;
    border-radius: 2px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
  }
  .is-focused .choices__inner, .is-open .choices__inner {
    border-width: 1px;
    border-color: #1abc9c;
    box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.25);
  }
  .is-open .choices__inner {
    border-radius: 2px 2px 0 0;
  }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2px 2px;
  }
  
  .choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  
  .choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
  }
  [dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
  }
  .choices__list--single .choices__item {
    width: 100%;
  }
  
  .choices__list--multiple {
    display: inline;
  }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    color: #ffffff;
    word-break: break-all;
    box-sizing: border-box;
  }
  .choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
  }
  [dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
  }
  .choices__list--multiple .choices__item.is-highlighted {
    background-color: rgba(var(--bs-primary-rgb), 0.5);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.7);
  }
  .is-disabled .choices__list--multiple .choices__item {
    background-color: rgba(var(--bs-primary-rgb), 0.5);
    border: 1px solid rgba(var(--bs-primary-rgb), 0.5);
  }
  
  .choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #DBE0E5;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
  }
  .choices__list--dropdown.is-active {
    visibility: visible;
  }
  .is-open .choices__list--dropdown {
    border-color: #afbac5;
  }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .choices__list--dropdown .choices__list {
    padding: 10px 15px;
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
  }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right;
  }
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px;
    }
    .choices__list--dropdown .choices__item--selectable:after {
      content: attr(data-select-text);
      font-size: 12px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
      text-align: right;
      padding-left: 100px;
      padding-right: 10px;
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
      right: auto;
      left: 10px;
    }
  }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: rgba(26, 188, 156, 0.1);
  }
  .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
  }
  
  .choices__item {
    cursor: default;
  }
  
  .choices__item--selectable {
    cursor: pointer;
  }
  
  .choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: 0.5;
  }
  
  .choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f9fafa;
    color: gray;
  }
  
  .choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .choices__button:focus {
    outline: none;
  }
  
  .choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #ffffff;
    font-size: 14px;
    margin-bottom: 0px;
    border: 0;
    color: #5B6B79;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
  }
  .choices__input:focus {
    outline: 0;
  }
  [dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0;
  }
  
  .choices__placeholder {
    opacity: 0.5;
  }
  
  .typeahead {
    position: relative;
  }
  .typeahead > ul {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 170px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
  }
  .typeahead > ul > li > a {
    clear: both;
    color: #333;
    cursor: default;
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap;
  }
  .typeahead > ul > li.active > a:hover, .typeahead > ul > li.active > a,
  .typeahead > ul > li > a:hover {
    background-color: var(--bs-primary);
    color: #fff !important;
    text-decoration: none;
  }
  
  .validate-me .error {
    border-color: #E74C3C;
  }
  
  .error-message {
    color: #E74C3C;
  }
  
  .flatpickr-input[readonly] {
    background: #ffffff;
  }
  
  @media (max-width: 575.98px) {
    .noUi-target {
      margin: 0 15px;
    }
  }
  
  .noUi-connect {
    background: var(--bs-primary);
  }
  
  .editor-statusbar {
    padding-bottom: 0;
  }
  
  .editor-toolbar.fullscreen,
  .CodeMirror-fullscreen {
    z-index: 1099;
  }
  
  @media (max-width: 575.98px) {
    .flatpickr-calendar {
      width: 270px;
    }
  }
  
  body .tox-tinymce-aux {
    z-index: 1024;
  }
  
  /**  =====================
      20. Authentication css start
  ==========================  **/
  .auth-main {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: url(/assets/images/authentication/img-auth-bg.jpg);
    background-size: cover;
    background-position: center;
  }
  .auth-main > * {
    position: relative;
    z-index: 5;
  }
  .auth-main .bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    --bs-bg-opacity: 0.5;
  }
  .auth-main .auth-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .auth-main .auth-wrapper .saprator {
    position: relative;
    display: flex;
    align-self: center;
    justify-content: center;
    width: 100%;
  }
  .auth-main .auth-wrapper .saprator:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--bs-border-color);
    z-index: 1;
  }
  .auth-main .auth-wrapper .saprator span {
    font-size: 0.875rem;
    padding: 8px 24px;
    background: var(--bs-card-bg);
    z-index: 5;
    text-transform: capitalize;
    color: var(--pc-heading-color);
    font-weight: 500;
  }
  .auth-main .auth-wrapper .auth-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
  }
  @media (max-width: 575.98px) {
    .auth-main .auth-wrapper .auth-form {
      padding: 0 15px;
    }
  }
  .auth-main .auth-wrapper .auth-form .card {
    width: 100%;
    max-width: 480px;
    border: none;
  }
  @media (max-width: 767.98px) {
    .auth-main .auth-wrapper .auth-form .card {
      margin-left: 20px;
      margin-right: 20px;
    }
  }
  .auth-main .auth-wrapper .auth-form img + span {
    padding-left: 10px;
  }
  .auth-main .auth-wrapper .auth-form h5 span, .auth-main .auth-wrapper .auth-form .h5 span {
    text-decoration: underline;
  }
  .auth-main .auth-sidefooter {
    width: 600px;
    padding: 60px 30px;
    color: var(--bs-body-color);
  }
  .auth-main .auth-sidefooter .footer-link {
    position: relative;
  }
  .auth-main .auth-sidefooter .footer-link li + li {
    position: relative;
    padding-left: 12px;
  }
  .auth-main .auth-sidefooter .footer-link li + li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: currentColor;
    opacity: 0.2;
  }
  .auth-main .auth-sidefooter a {
    color: var(--bs-body-color);
  }
  .auth-main .auth-sidefooter a:active, .auth-main .auth-sidefooter a:focus, .auth-main .auth-sidefooter a:hover {
    color: var(--bs-primary);
  }
  .auth-main.maintenance {
    background: var(--bs-body-bg);
  }
  .auth-main.v1 .auth-wrapper {
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
  }
  .auth-main.v1 .auth-wrapper .auth-sidefooter {
    width: 100%;
    padding: 30px;
  }
  .auth-main.v1 .auth-wrapper .auth-form {
    width: 100%;
  }
  .auth-main.v2 .auth-sidecontent {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .auth-main.v2 .auth-sidecontent .auth-sidefooter {
    width: 600px;
    color: #ffffff;
  }
  .auth-main.v2 .auth-sidecontent .auth-sidefooter a {
    color: #ffffff;
  }
  @media (max-width: 991.98px) {
    .auth-main.v2 .auth-sidecontent {
      display: none;
    }
  }
  .auth-main.v2 .auth-form {
    width: 50%;
  }
  .auth-main.v2 .auth-form .card {
    border: none;
    box-shadow: none;
  }
  .auth-main.v2 .auth-form .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  /**  =====================
      20. Authentication css end
  ==========================  **/
  /**  =====================
     21. Maintaince css start
  ==========================  **/
  .error-card {
    box-shadow: none;
    text-align: center;
    border: none;
    background: transparent;
    overflow: hidden;
    max-width: 580px;
    margin-top: 30px;
  }
  .error-card .error-image-block {
    position: relative;
    text-align: center;
    display: inline-flex;
  }
  @media (max-width: 767.98px) {
    .error-card {
      margin-left: 20px;
      margin-right: 20px;
    }
    .error-card .f-20 {
      font-size: 14px;
    }
  }
  
  .soon-card {
    border: none;
    background: transparent;
    margin-top: 30px;
  }
  .soon-card .timer-block .avtar {
    margin: 5px 0;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--bs-border-color);
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .soon-card .timer-block .avtar.card {
    width: 80px;
    height: 80px;
  }
  @media (max-width: 991.98px) {
    .soon-card .timer-block .avtar.card {
      margin-left: 0;
      margin-right: 0;
      width: 60px;
      height: 60px;
    }
  }
  @media (max-width: 767.98px) {
    .soon-card {
      margin-left: 20px;
      margin-right: 20px;
    }
  }
  
  /**  =====================
     21. Maintaince css end
  ==========================  **/
  /**  =====================
     22. Pages css start
  ==========================  **/
  .price-card .price-head {
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 60px 60px;
    padding: 20px;
    text-align: center;
    margin: 15px 15px 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .price-card .price-icon {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
  }
  .price-card .price-price {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
  }
  .price-card .price-price span {
    margin-top: 8px;
    font-weight: 400;
    font-size: 0.875rem;
    opacity: 0.8;
  }
  .price-card .product-list li {
    padding: 4px 0 4px 25px;
    position: relative;
  }
  .price-card .product-list li .ph-duotone {
    position: absolute;
    top: 8px;
    left: 0;
    color: var(--bs-primary);
  }
  .price-card .product-list li:not(.enable) {
    opacity: 0.5;
    text-decoration: line-through;
  }
  .price-card.price-popular .price-head {
    background: rgba(var(--bs-primary-rgb), 0.1);
    margin-bottom: 16px;
  }
  
  .product-check-list {
    text-align: left;
  }
  .product-check-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    opacity: 0.5;
  }
  .product-check-list li::before {
    content: "\ea5e";
    font-family: tabler-icons !important;
    position: absolute;
    left: 0;
    top: 8px;
    opacity: 0.5;
  }
  .product-check-list li.enable {
    opacity: 1;
  }
  .product-check-list li.enable::before {
    opacity: 1;
    color: #2ECC71;
  }
  
  .price-check {
    overflow: hidden;
    position: relative;
  }
  .price-check .form-check-label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .price-check .form-check-input,
  .price-check .form-check-label .row {
    position: relative;
    z-index: 8;
  }
  .price-check .form-check .form-check-input:checked + .form-check-label::after {
    background: rgba(var(--bs-primary-rgb), 0.1);
  }
  
  .plan-switch .form-check-input {
    border: 1px solid var(--pc-sidebar-submenu-border-color);
  }
  
  .contact-map {
    border: 0;
    width: 100%;
    height: 350px;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
  }
  
  .contact-card-form {
    margin-top: -100px;
  }
  .contact-card-form .avtar:not(.avtar-s) {
    min-width: 48px;
  }
  
  .loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1031;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    display: none;
    opacity: 0;
  }
  
  .custom-loader {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    --pc: radial-gradient(farthest-side, var(--bs-primary) 92%, #0000);
    background: var(--pc) 50% 0, var(--pc) 50% 100%, var(--pc) 100% 50%, var(--pc) 0 50%;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    animation: spin 0.6s infinite linear;
    position: relative;
  }
  .custom-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: 3px;
    background: repeating-conic-gradient(rgba(0, 0, 0, 0) 0 35deg, var(--bs-primary) 0 90deg);
    -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 3px), #000 0);
    border-radius: 50%;
  }
  
  @keyframes spin {
    100% {
      transform: rotate(0.5turn);
    }
  }
  .login-modal ~ .modal-backdrop {
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    --bs-backdrop-bg: rgba(var(--bs-dark-rgb), 0.7);
  }
  
  .btns-gallery .btn-light-primary:not(:hover), .btns-gallery .btn-light-primary:not(:focus), .btns-gallery .btn-light-primary:not(:active), .btns-gallery .btn-light-primary:not(.active) {
    color: var(--pc-heading-color);
    background: transparent;
    border-color: transparent;
  }
  
  .card-gallery {
    position: relative;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    display: block;
  }
  .card-gallery .img-fluid {
    transition: all 0.2s ease-in-out;
  }
  .card-gallery .gallery-hover-data {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .card-gallery .gallery-hover-data .prod-likes .prod-likes-icon {
    stroke: rgba(255, 255, 255, 0.5);
    fill: rgba(255, 255, 255, 0.2);
  }
  .card-gallery .gallery-hover-data .wid-30 {
    min-width: 25px;
  }
  .card-gallery:hover .gallery-hover-data {
    opacity: 1;
  }
  
  .table-invoice-comp {
    border-spacing: 0 10px;
    border-collapse: separate;
    width: calc(100% - 10px);
    margin: 0 5px;
  }
  .table-invoice-comp tbody tr {
    box-shadow: var(--pc-card-shadow);
    background: var(--bs-card-bg);
    border-radius: 4px;
    position: relative;
  }
  
  .invoice-total {
    width: 100%;
    max-width: 400px;
  }
  
  div:where(.swal2-container) .swal2-file {
    margin: 20px auto !important;
  }
  
  /**  =====================
     22. Pages css end
  ==========================  **/
  /**  =====================
    23. Icon layouts css start
  ==========================  **/
  .i-main .i-block {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 5px;
    border: 1px solid #e9e9e9;
    border-radius: var(--bs-border-radius);
    position: relative;
    cursor: pointer;
  }
  .i-main .i-block i {
    font-size: 30px;
  }
  .i-main .i-block label {
    margin-bottom: 0;
    display: none;
  }
  .i-main .i-block span.ic-badge {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  /**  =====================
    23. Icon layouts css end
  ==========================  **/
  /**  =====================
    24. User card css start
  ==========================  **/
  .user-card .card-user-image {
    width: 60px;
    margin: -30px 15px 10px;
    position: relative;
    z-index: 5;
  }
  .user-card .card-user-image .chat-badge {
    bottom: 4px;
    right: 4px;
  }
  .user-card .saprator {
    position: relative;
    display: flex;
    align-self: center;
    justify-content: center;
  }
  .user-card .saprator:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--bs-border-color);
    z-index: 1;
  }
  .user-card .saprator span {
    font-size: 0.875rem;
    padding: 8px 24px;
    background: var(--bs-card-bg);
    z-index: 5;
    text-transform: capitalize;
    font-weight: 500;
  }
  
  .user-cover-bg {
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .user-cover-bg .cover-data {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: self-end;
    justify-content: flex-end;
    padding: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.432) 100%);
  }
  
  .account-pills.nav-pills .nav-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .account-pills.nav-pills .nav-link span {
    display: flex;
    align-items: center;
  }
  .account-pills.nav-pills .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    width: 2px;
    background: var(--bs-primary);
  }
  .account-pills.nav-pills .nav-link i {
    font-size: 20px;
  }
  .account-pills.nav-pills .nav-link.active,
  .account-pills.nav-pills .show > .nav-link {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), 0.1);
  }
  .account-pills.nav-pills .nav-link.active::after,
  .account-pills.nav-pills .show > .nav-link::after {
    right: 0;
  }
  
  .acc-feeds-list .list-group-item {
    border: none;
    margin: 0;
  }
  @media (max-width: 767.98px) {
    .acc-feeds-list .list-group-item {
      padding: 15px 0 !important;
    }
    .acc-feeds-list .list-group-item .feed-title {
      margin-bottom: 8px;
    }
  }
  .acc-feeds-list .feed-title {
    position: relative;
  }
  .acc-feeds-list .feed-title::after, .acc-feeds-list .feed-title::before {
    content: "";
    position: absolute;
  }
  @media (max-width: 767.98px) {
    .acc-feeds-list .feed-title::after, .acc-feeds-list .feed-title::before {
      display: none;
    }
  }
  .acc-feeds-list .feed-title::before {
    width: 1px;
    height: 100%;
    right: 5px;
    top: 0;
    border-right: 2px solid var(--bs-border-color);
  }
  .acc-feeds-list .feed-title::after {
    width: 12px;
    height: 12px;
    right: 0;
    top: 10px;
    border-radius: 50%;
    background: var(--bs-card-bg);
    border: 3px solid var(--bs-primary);
  }
  
  .user-profile-list {
    background: transparent;
    box-shadow: none;
  }
  .user-profile-list.card.table-card .datatable-top,
  .user-profile-list.card.table-card .datatable-bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .user-profile-list table {
    border-spacing: 0 10px;
    border-collapse: separate;
    width: calc(100% - 10px);
    margin: 0 5px;
  }
  .user-profile-list table tbody tr {
    box-shadow: var(--pc-card-shadow);
    background: var(--bs-card-bg);
    border-radius: 4px;
    position: relative;
  }
  .user-profile-list table tbody tr .overlay-edit {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    padding: 0 8px;
    bottom: 0;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .user-profile-list table tbody tr .overlay-edit .btn, .user-profile-list table tbody tr .overlay-edit .introjs-tooltip .introjs-button, .introjs-tooltip .user-profile-list table tbody tr .overlay-edit .introjs-button {
    margin: 0 3px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .user-profile-list table tbody tr:hover td {
    cursor: pointer;
    background: rgba(var(--bs-body-bg-rgb), 0.5);
  }
  .user-profile-list table tbody tr:hover td:not(:last-child) {
    opacity: 0.8;
  }
  .user-profile-list table tbody tr:hover td .badge {
    opacity: 0;
  }
  .user-profile-list table tbody tr:hover td .overlay-edit {
    opacity: 1;
  }
  .user-profile-list table tr td {
    vertical-align: middle;
    border: none;
    background: #fff;
    position: relative;
  }
  .user-profile-list table tr th {
    vertical-align: middle;
    border: none;
  }
  
  .social-profile .img-profile-avtar {
    border-radius: 50%;
    width: 90px;
    margin-top: -20%;
    box-shadow: 0 0 0 3px var(--bs-card-bg);
  }
  @media (max-width: 767.98px) {
    .social-profile {
      text-align: center;
    }
    .social-profile .img-profile-avtar {
      margin-top: -70px;
    }
    .social-profile .soc-profile-data {
      margin-top: 24px;
      margin-bottom: 24px;
    }
  }
  
  .user-story-block {
    display: flex;
    align-items: flex-start;
  }
  .user-story-block .user-story {
    min-width: 115px;
    margin-bottom: 0;
    margin-right: 8px;
    overflow: hidden;
    cursor: pointer;
  }
  .user-story-block .user-story:hover .card-img {
    transform: scale(1.4);
  }
  .user-story-block .user-story:hover .card-img-overlay {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
  .user-story-block .user-story .card-img {
    transition: all 0.15s ease-in-out;
  }
  .user-story-block .user-story .card-img-overlay {
    transition: all 0.15s ease-in-out;
  }
  .user-story-block .user-story .card-img-overlay .img-user {
    box-shadow: 0 0 0 2px var(--bs-card-bg);
  }
  .user-story-block .user-story.add-story .card-img-overlay {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
  }
  .user-story-block .user-story.add-story .card-img-overlay .btn-plus {
    background: var(--bs-card-bg);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border: 1px dashed var(--bs-border-color);
  }
  .user-story-block .horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .user-story-block .horizontal-scroll::-webkit-scrollbar {
    height: 6px;
    opacity: 0;
  }
  .user-story-block .horizontal-scroll::-webkit-scrollbar:hover {
    opacity: 1;
  }
  .user-story-block .horizontal-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .user-story-block .horizontal-scroll::-webkit-scrollbar-thumb {
    background: gainsboro;
  }
  .user-story-block .horizontal-scroll::-webkit-scrollbar-thumb:hover {
    background: darkgray;
  }
  
  .img-post {
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0;
  }
  .img-post .card-img {
    transition: all 0.15s ease-in-out;
  }
  .img-post .card-img-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    opacity: 0;
    transition: all 0.15s ease-in-out;
  }
  .img-post:hover .card-img {
    transform: scale(1.2);
  }
  .img-post:hover .card-img-overlay {
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  
  .post-modal-lightbox {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  
  .comment-block .comment {
    background: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    margin-bottom: 24px;
  }
  .comment-block .comment + .comment-content {
    margin-left: 65px;
  }
  .comment-block .comment.sub-comment {
    position: relative;
    margin-left: 70px;
  }
  .comment-block .comment.sub-comment:before, .comment-block .comment.sub-comment:after {
    content: "";
    position: absolute;
    background: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
  }
  .comment-block .comment.sub-comment:before {
    width: 35px;
    height: 2px;
    right: 100%;
    top: 40px;
  }
  .comment-block .comment.sub-comment:after {
    width: 2px;
    height: 133px;
    right: calc(100% + 32px);
    top: -90px;
  }
  .comment-block .comment.sub-comment + .comment-content {
    margin-left: 140px;
  }
  .comment-block .comment-content {
    margin-left: 57px;
  }
  
  .input-comment {
    position: relative;
  }
  .input-comment .form-control, .input-comment .datatable-input, .input-comment .custom-select,
  .input-comment .dataTable-selector,
  .input-comment .dataTable-input {
    padding: 0.56rem 5.5rem 0.56rem 3.5rem;
  }
  .input-comment .list-inline {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
  }
  .input-comment .list-inline.start-0 {
    padding-left: 0.35rem;
  }
  .input-comment .list-inline.end-0 {
    padding-right: 0.35rem;
  }
  
  .soc-create-group {
    border: 2px dashed var(--bs-primary);
  }
  
  .social-community-card .carousel-indicators {
    left: auto;
    margin-left: auto;
    margin-right: 0;
  }
  .social-community-card .carousel-indicators [data-bs-target] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
  }
  
  /**  =====================
    24. User card css end
  ==========================  **/
  /**  =====================
    25. Application css start
  ==========================  **/
  /**  =====================
        Chat css start
  ==========================  **/
  .chat-wrapper {
    display: flex;
  }
  .chat-wrapper .chat-user_list {
    width: 250px;
    margin-right: var(--bs-gutter-x);
  }
  @media (max-width: 1399.98px) {
    .chat-wrapper .chat-user_list {
      margin-left: 20px !important;
      margin-right: 20px !important;
      width: calc(100% - 40px);
    }
  }
  .chat-wrapper .chat-user_list .scroll-block {
    height: calc(100vh - 550px);
  }
  .chat-wrapper .chat-content {
    flex: 1 1 auto;
  }
  .chat-wrapper .chat-user_info {
    width: 270px;
    margin-left: var(--bs-gutter-x);
  }
  @media (max-width: 1399.98px) {
    .chat-wrapper .chat-user_info {
      margin-left: 0 !important;
      margin-right: 0;
      padding-inline: 20px;
      width: 100%;
    }
  }
  .chat-wrapper .chat-user_info .scroll-block {
    height: calc(100vh - 480px);
  }
  .chat-wrapper .chat-user_info .chat-avtar img {
    border: 1px solid var(--bs-success);
    padding: 3px;
  }
  .chat-wrapper .chat-user_info .chat-avtar .chat-badge {
    bottom: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
  }
  @media (max-width: 575.98px) {
    .chat-wrapper .avtar.avtar-s {
      width: 35px;
      height: 35px;
    }
  }
  .chat-wrapper .chat-offcanvas {
    --bs-offcanvas-width: 301px;
  }
  .chat-wrapper .chat-offcanvas.show .collapse:not(.show) {
    display: block;
  }
  .chat-wrapper .chat-offcanvas.show .chat-user_list {
    margin-right: 0;
  }
  .chat-wrapper .chat-offcanvas.show .chat-user_list .scroll-block {
    height: calc(100vh - 370px);
  }
  .chat-wrapper .chat-offcanvas.show .chat-user_info {
    margin-left: 0;
  }
  .chat-wrapper .chat-offcanvas.show .chat-user_info .scroll-block {
    height: calc(100vh - 315px);
  }
  
  .chat-badge {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    color: #fff;
    overflow: hidden;
  }
  
  .chat-badge-status {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .chat-avtar {
    position: relative;
  }
  .chat-avtar .chat-badge {
    position: absolute;
    bottom: 1px;
    right: 1px;
  }
  @media (max-width: 1399.98px) {
    .chat-avtar .wid-40 {
      min-width: 35px;
    }
  }
  
  .chat-message .simplebar-placeholder {
    width: 100% !important;
  }
  .chat-message.scroll-block {
    height: calc(100vh - 340px);
  }
  .chat-message .msg-content {
    padding: 12px 16px;
    border-radius: var(--bs-border-radius);
  }
  .chat-message .message-out,
  .chat-message .message-in {
    display: flex;
    margin-bottom: 24px;
  }
  .chat-message .message-out > .d-flex,
  .chat-message .message-in > .d-flex {
    max-width: 90%;
  }
  @media (max-width: 767.98px) {
    .chat-message .message-out > .d-flex,
    .chat-message .message-in > .d-flex {
      max-width: 100%;
    }
  }
  .chat-message .message-out .chat-msg .chat-msg-option,
  .chat-message .message-in .chat-msg .chat-msg-option {
    opacity: 0;
  }
  .chat-message .message-out .chat-msg:hover .chat-msg-option,
  .chat-message .message-in .chat-msg:hover .chat-msg-option {
    opacity: 1;
  }
  .chat-message .message-out {
    justify-content: flex-end;
  }
  .chat-message .message-out p {
    color: #fff;
  }
  .chat-message .message-out p:last-child {
    text-align: right;
  }
  .chat-message .message-out .chat-msg:not(:first-child) .msg-content {
    border-top-right-radius: 0;
  }
  .chat-message .message-out .chat-msg:not(:last-child) .msg-content {
    border-bottom-right-radius: 0;
  }
  .chat-message .message-in {
    justify-content: flex-start;
  }
  .chat-message .message-in .chat-msg:not(:first-child) .msg-content {
    border-top-left-radius: 0;
  }
  .chat-message .message-in .chat-msg:not(:last-child) .msg-content {
    border-bottom-left-radius: 0;
  }
  
  /**  =====================
        mail css start
  ==========================  **/
  .mail-wrapper {
    display: flex;
  }
  .mail-wrapper .simplebar-placeholder {
    width: 100% !important;
  }
  .mail-wrapper .mail-menulist {
    width: 240px;
    margin-right: var(--bs-gutter-x);
  }
  .mail-wrapper .mail-menulist .scroll-block {
    height: calc(100vh - 320px);
  }
  .mail-wrapper .mail-menulist .list-group-item-action {
    padding: 14px 16px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: var(--bs-body-color);
    border: none;
    border-radius: var(--bs-border-radius);
  }
  .mail-wrapper .mail-menulist .list-group-item-action span {
    display: flex;
    align-items: center;
  }
  .mail-wrapper .mail-menulist .list-group-item-action .avtar {
    width: 22px;
    height: 22px;
    color: var(--bs-body-color);
    background: rgba(var(--bs-black-rgb), 0.1);
  }
  .mail-wrapper .mail-menulist .list-group-item-action i {
    font-size: 22px;
    margin-right: 8px;
    opacity: 0.6;
  }
  .mail-wrapper .mail-menulist .list-group-item-action .material-icons-two-tone {
    font-size: 22px;
    margin-right: 8px;
    opacity: 0.6;
  }
  .mail-wrapper .mail-menulist .list-group-item-action .material-icons-two-tone:not([class*=text-]) {
    background-color: var(--bs-body-color);
  }
  .mail-wrapper .mail-menulist .list-group-item-action + .list-group-item.active {
    margin-top: 0;
  }
  .mail-wrapper .mail-content {
    flex: 1 1 auto;
  }
  .mail-wrapper .mail-content .card .card.table-card {
    background: transparent;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
  }
  .mail-wrapper .mail-content .card .card.table-card .card-body {
    padding: 0;
  }
  .mail-wrapper #list-mail-1 .scroll-block {
    height: calc(100vh - 400px);
  }
  .mail-wrapper .scroll-block {
    height: calc(100vh - 340px);
  }
  .mail-wrapper .mail-offcanvas {
    --bs-offcanvas-width: 301px;
  }
  .mail-wrapper .mail-offcanvas.show .collapse:not(.show) {
    display: block;
  }
  .mail-wrapper .mail-offcanvas.show .mail-menulist {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .mail-wrapper .mail-offcanvas.show .mail-menulist .scroll-block {
    height: calc(100vh - 145px);
  }
  .mail-wrapper .img-user {
    width: 40px;
  }
  .mail-wrapper .mail-table {
    border-collapse: separate;
    width: calc(100% - 10px);
    margin: 0 5px;
  }
  .mail-wrapper .mail-table tr {
    display: flex;
    align-items: center;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    margin: 10px 0;
  }
  .mail-wrapper .mail-table tr.unread {
    font-weight: 500;
    background: var(--bs-card-bg);
  }
  .mail-wrapper .mail-table tr:not(.unread) {
    background: rgba(255, 255, 255, 0.5);
  }
  .mail-wrapper .mail-table tr:not(.unread) p {
    opacity: 0.7;
  }
  .mail-wrapper .mail-table tr td {
    height: 64px;
    display: inline-flex;
    align-items: center;
  }
  .mail-wrapper .mail-table tr td h5, .mail-wrapper .mail-table tr td .h5 {
    font-weight: 500;
  }
  .mail-wrapper .mail-table tr td:nth-child(1) {
    width: 104px;
  }
  .mail-wrapper .mail-table tr td:nth-child(2) {
    width: 250px;
  }
  @media (max-width: 496px) {
    .mail-wrapper .mail-table tr td:nth-child(2) {
      width: 270px;
    }
  }
  .mail-wrapper .mail-table tr td:nth-child(2) .mail-username {
    width: 200px;
  }
  .mail-wrapper .mail-table tr td:nth-child(2) .text-truncate {
    position: absolute;
    width: calc(100% - 1.4rem);
    top: 0;
    transform: translatey(-50%);
    left: 0;
  }
  .mail-wrapper .mail-table tr td:nth-child(4) {
    width: 65px;
  }
  .mail-wrapper .mail-table tr td:nth-child(5) {
    width: 150px;
  }
  .mail-wrapper .mail-table tr td:nth-child(3) {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    position: relative;
  }
  .mail-wrapper .mail-table tr td:nth-child(3) .text-truncate {
    position: absolute;
    width: calc(100% - 1.4rem);
    top: 0;
    transform: translatey(-50%);
    left: 0;
  }
  .mail-wrapper .mail-table tr td:nth-child(2), .mail-wrapper .mail-table tr td:nth-child(3) {
    cursor: pointer;
  }
  .mail-wrapper.mini-mail-list .img-user {
    width: 30px;
  }
  .mail-wrapper.mini-mail-list .mail-table td {
    height: 45px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .mail-wrapper.mini-mail-list .mail-table td .avtar {
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }
  .mail-wrapper.mini-mail-list .mail-table td .avtar i.f-18 {
    font-size: 16px;
  }
  .mail-wrapper tr:hover .mail-option .mail-buttons {
    opacity: 1;
    transform: translateY(-50%);
  }
  
  .empty-mail .simplebar-content {
    height: 100%;
  }
  
  .mail-option {
    position: relative;
    text-align: right;
  }
  .mail-option .list-inline-item:not(:last-child) {
    margin-right: 0.1rem;
  }
  .mail-option .mail-buttons {
    position: absolute;
    top: 50%;
    right: 5px;
    padding: 6px;
    opacity: 0;
    transform: translateY(-50%) scale(0.8);
    transition: all 0.15s ease-in-out;
    transform-origin: right;
    background: var(--bs-card-bg);
    border-radius: var(--bs-border-radius);
    box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12);
  }
  
  @media (max-width: 575.98px) {
    .mail-content .mail-search {
      display: block;
      width: 100%;
    }
    .mail-content .mail-search .form-search {
      display: flex;
    }
    .mail-content .mail-search .form-search .form-control, .mail-content .mail-search .form-search .datatable-input, .mail-content .mail-search .form-search .custom-select,
    .mail-content .mail-search .form-search .dataTable-selector,
    .mail-content .mail-search .form-search .dataTable-input {
      max-width: 100%;
    }
  }
  
  .pc-icon-checkbox {
    position: relative;
    padding: 0;
  }
  .pc-icon-checkbox .pc-icon-uncheck {
    display: inline-block;
    opacity: 0.35;
  }
  .pc-icon-checkbox .pc-icon-check {
    display: none;
  }
  .pc-icon-checkbox .form-check-input {
    position: absolute;
    z-index: 9;
    margin-left: 0;
    left: 3px;
    top: 2px;
    opacity: 0;
    cursor: pointer;
    font-size: 20px;
  }
  .pc-icon-checkbox .form-check-input:checked ~ .pc-icon-uncheck {
    display: none;
  }
  .pc-icon-checkbox .form-check-input:checked ~ .pc-icon-check {
    display: inline-block;
  }
  
  .compose_mail_modal.show.modal-pos-down .modal-dialog {
    margin: 20px;
    align-items: flex-end;
    height: calc(100% - 40px);
    --bs-modal-width: calc(100% - 40px);
  }
  .compose_mail_modal.show.modal-pos-down .modal-dialog .ql-container {
    height: calc(100vh - 480px) !important;
  }
  
  .mail-details .indent-text {
    text-align: justify;
  }
  .mail-details hr {
    opacity: 0.04;
  }
  
  [data-pc-preset*=preset-] .mail-wrapper .mail-menulist .list-group-item.active {
    background: rgba(var(--pc-sidebar-color-rgb), 0.1);
  }
  [data-pc-preset*=preset-] .mail-wrapper .mail-menulist .list-group-item.active .avtar {
    color: var(--bs-secondary);
    background: rgba(var(--bs-secondary-rgb), 0.1);
  }
  [data-pc-preset*=preset-] .mail-wrapper .mail-menulist .list-group-item.active .material-icons-two-tone {
    background-color: var(--bs-secondary);
    opacity: 1;
  }
  
  @media (max-width: 767.98px) {
    .mail-wrapper .mail-table tr {
      flex-wrap: wrap;
    }
    .mail-wrapper .mail-table tr td {
      height: auto;
    }
    .mail-wrapper .mail-table tr td:nth-child(5) {
      margin-right: auto;
      flex: 1 1 auto;
      min-width: 0;
    }
    .mail-wrapper .mail-table tr td:nth-child(3), .mail-wrapper .mail-table tr td:nth-child(5) {
      margin-left: 55px;
    }
    .mail-wrapper .mail-table tr td:nth-child(4) {
      order: 6;
    }
    .mail-wrapper .mail-table tr td:nth-child(3) {
      width: 100%;
    }
  }
  /**  =====================
    file-manager css start
  ==========================  **/
  .file-manger-wrapper .card {
    transition: all 0.2s ease-in-out;
  }
  .file-manger-wrapper .card:hover {
    box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.08);
  }
  
  .file-card {
    position: relative;
  }
  .file-card .form-check .form-check-label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--bs-border-radius);
  }
  .file-card .form-check .form-check-input:checked + .form-check-label::after {
    background: rgba(var(--bs-primary-rgb), 0.03);
    box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12), inset 0 0 0 2px var(--bs-primary);
  }
  .file-card .user-popup {
    position: relative;
    z-index: 5;
  }
  .file-card .user-group .avtar {
    width: 30px;
    height: 30px;
  }
  .file-card.table {
    border-collapse: separate;
    width: calc(100% - 20px);
    margin: 0 10px;
    border-spacing: 0 10px;
  }
  .file-card.table tr {
    background: var(--bs-card-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.08);
  }
  .file-card.table tr td:nth-child(2) {
    cursor: pointer;
  }
  .file-card.table ul {
    margin-bottom: 0;
  }
  
  .nav-files {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 10px;
    background: var(--bs-card-bg);
  }
  .nav-files.nav-pills .nav-link {
    padding: 0;
    color: var(--bs-body-color);
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .nav-files.nav-pills .nav-link.active,
  .nav-files.nav-pills .show > .nav-link {
    color: var(--bs-body-color);
    background-color: var(--bs-card-bg);
    box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.08);
  }
  
  /**  =====================
        mail css start
  ==========================  **/
  .fc td,
  .fc th {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  .fc .fc-toolbar h2, .fc .fc-toolbar .h2 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
  }
  @media (max-width: 767.98px) {
    .fc .fc-toolbar .fc-left,
    .fc .fc-toolbar .fc-right,
    .fc .fc-toolbar .fc-center {
      float: none;
      display: block;
      text-align: center;
      clear: both;
      margin: 10px 0;
    }
    .fc .fc-toolbar > * > * {
      float: none;
    }
    .fc .fc-toolbar .fc-today-button {
      display: none;
    }
  }
  .fc .fc-toolbar .btn, .fc .fc-toolbar .introjs-tooltip .introjs-button, .introjs-tooltip .fc .fc-toolbar .introjs-button {
    text-transform: capitalize;
  }
  .fc .fc-daygrid-day-top {
    flex-direction: column;
    padding: 14px;
  }
  .fc .fc-col-header-cell {
    background-color: transparent;
    border: none;
  }
  .fc .fc-col-header-cell-cushion {
    display: block;
    padding: 16px 4px;
  }
  .fc .fc-daygrid-day-number {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    margin: 2px;
  }
  .fc .fc-daygrid-day-number:hover {
    background-color: #BDC3C7;
    color: #ffffff;
  }
  .fc .fc-daygrid-day.fc-day-today {
    background: rgba(var(--bs-primary-rgb), 0.1);
    background-size: cover;
  }
  .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    background-color: var(--bs-primary);
    color: #ffffff;
  }
  .fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
  }
  .fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
  }
  .fc .fc-col-header,
  .fc .fc-daygrid-body,
  .fc .fc-scrollgrid-sync-table {
    width: 100% !important;
  }
  .fc .fc-scrollgrid-section > * {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  .fc .fc-scrollgrid-section-liquid > td {
    border-top: 0;
  }
  .fc a[data-navlink]:hover {
    text-decoration: none;
  }
  
  .fc-theme-bootstrap a:not([href]) {
    color: var(--bs-body-color);
  }
  
  .fc-theme-standard .fc-scrollgrid {
    border: none;
  }
  
  .fc-event {
    background: #f8f9f9;
    color: #BDC3C7;
    border-radius: var(--bs-border-radius);
    border: none;
    cursor: move;
    font-size: 0.8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
    border: 1px solid;
  }
  
  .fc-h-event .fc-event-main {
    color: #BDC3C7;
  }
  
  .fc-event-title,
  .fc-sticky {
    font-weight: 600 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .fc-daygrid-event-dot {
    border-color: #ffffff !important;
    display: none;
  }
  
  .fc-event-time {
    display: none;
  }
  
  .fc-event .fc-content {
    color: #ffffff;
  }
  
  #external-events .external-event {
    text-align: left;
    padding: 8px 16px;
    margin: 6px 0;
  }
  
  .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark .fc-content {
    color: #F8F9FA;
  }
  
  .fc-prev-button,
  .fc-next-button {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    font-size: 14px;
    padding: 0;
  }
  
  .fc-toolbar-chunk .d-inline-flex .fc-button,
  .fc-toolbar-chunk .d-inline-flex .btn,
  .fc-toolbar-chunk .d-inline-flex .introjs-tooltip .introjs-button,
  .introjs-tooltip .fc-toolbar-chunk .d-inline-flex .introjs-button {
    color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.15);
    border: none;
    box-shadow: none;
    border-radius: var(--bs-border-radius);
  }
  .fc-toolbar-chunk .d-inline-flex .fc-button:not(:first-child),
  .fc-toolbar-chunk .d-inline-flex .btn:not(:first-child),
  .fc-toolbar-chunk .d-inline-flex .introjs-tooltip .introjs-button:not(:first-child),
  .introjs-tooltip .fc-toolbar-chunk .d-inline-flex .introjs-button:not(:first-child) {
    margin-left: 5px;
  }
  .fc-toolbar-chunk .d-inline-flex .fc-button:not(:disabled).fc-button-active, .fc-toolbar-chunk .d-inline-flex .fc-button:not(:disabled):active, .fc-toolbar-chunk .d-inline-flex .fc-button:hover, .fc-toolbar-chunk .d-inline-flex .fc-button.active,
  .fc-toolbar-chunk .d-inline-flex .btn:not(:disabled).fc-button-active,
  .fc-toolbar-chunk .d-inline-flex .introjs-tooltip .introjs-button:not(:disabled).fc-button-active,
  .introjs-tooltip .fc-toolbar-chunk .d-inline-flex .introjs-button:not(:disabled).fc-button-active,
  .fc-toolbar-chunk .d-inline-flex .btn:not(:disabled):active,
  .fc-toolbar-chunk .d-inline-flex .introjs-tooltip .introjs-button:not(:disabled):active,
  .introjs-tooltip .fc-toolbar-chunk .d-inline-flex .introjs-button:not(:disabled):active,
  .fc-toolbar-chunk .d-inline-flex .btn:hover,
  .fc-toolbar-chunk .d-inline-flex .introjs-tooltip .introjs-button:hover,
  .introjs-tooltip .fc-toolbar-chunk .d-inline-flex .introjs-button:hover,
  .fc-toolbar-chunk .d-inline-flex .btn.active,
  .fc-toolbar-chunk .d-inline-flex .introjs-tooltip .active.introjs-button,
  .introjs-tooltip .fc-toolbar-chunk .d-inline-flex .active.introjs-button {
    color: #ffffff !important;
    background-color: var(--bs-primary) !important;
  }
  .fc-toolbar-chunk .fc-today-button {
    background-color: var(--bs-primary) !important;
    border: var(--bs-primary);
  }
  
  @media (max-width: 575.98px) {
    .fc-toolbar {
      flex-direction: column;
      gap: 16px;
    }
  }
  
  .fc-daygrid-event-harness .fc-daygrid-event {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  
  .fc-timegrid-event-harness .fc-timegrid-event {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  
  .fc-timegrid-slots table tr {
    border-color: #e9e9e9 !important;
  }
  
  .fc-list-table {
    border-color: #e9e9e9;
  }
  
  .fc-event.event-primary {
    background: #e8f8f5 !important;
    color: #1abc9c !important;
  }
  .fc-event.event-primary.fc-h-event .fc-event-main {
    color: #1abc9c;
  }
  .fc-event.event-primary.fc-h-event:focus, .fc-event.event-primary.fc-h-event:hover {
    background: #1abc9c;
    color: #fff;
  }
  .fc-event.event-secondary {
    background: #f8f9f9 !important;
    color: #BDC3C7 !important;
  }
  .fc-event.event-secondary.fc-h-event .fc-event-main {
    color: #BDC3C7;
  }
  .fc-event.event-secondary.fc-h-event:focus, .fc-event.event-secondary.fc-h-event:hover {
    background: #BDC3C7;
    color: #fff;
  }
  .fc-event.event-success {
    background: #eafaf1 !important;
    color: #2ECC71 !important;
  }
  .fc-event.event-success.fc-h-event .fc-event-main {
    color: #2ECC71;
  }
  .fc-event.event-success.fc-h-event:focus, .fc-event.event-success.fc-h-event:hover {
    background: #2ECC71;
    color: #fff;
  }
  .fc-event.event-info {
    background: #ebf5fb !important;
    color: #3498DB !important;
  }
  .fc-event.event-info.fc-h-event .fc-event-main {
    color: #3498DB;
  }
  .fc-event.event-info.fc-h-event:focus, .fc-event.event-info.fc-h-event:hover {
    background: #3498DB;
    color: #fff;
  }
  .fc-event.event-warning {
    background: #fef9e7 !important;
    color: #F1C40F !important;
  }
  .fc-event.event-warning.fc-h-event .fc-event-main {
    color: #F1C40F;
  }
  .fc-event.event-warning.fc-h-event:focus, .fc-event.event-warning.fc-h-event:hover {
    background: #F1C40F;
    color: #fff;
  }
  .fc-event.event-danger {
    background: #fdedec !important;
    color: #E74C3C !important;
  }
  .fc-event.event-danger.fc-h-event .fc-event-main {
    color: #E74C3C;
  }
  .fc-event.event-danger.fc-h-event:focus, .fc-event.event-danger.fc-h-event:hover {
    background: #E74C3C;
    color: #fff;
  }
  .fc-event.event-light {
    background: #fefeff !important;
    color: #F8F9FA !important;
  }
  .fc-event.event-light.fc-h-event .fc-event-main {
    color: #F8F9FA;
  }
  .fc-event.event-light.fc-h-event:focus, .fc-event.event-light.fc-h-event:hover {
    background: #F8F9FA;
    color: #fff;
  }
  .fc-event.event-dark {
    background: #ebedef !important;
    color: #34495E !important;
  }
  .fc-event.event-dark.fc-h-event .fc-event-main {
    color: #34495E;
  }
  .fc-event.event-dark.fc-h-event:focus, .fc-event.event-dark.fc-h-event:hover {
    background: #34495E;
    color: #fff;
  }
  
  .fc .fc-popover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    border-radius: 2px;
    border: none;
    overflow: hidden;
    z-index: 1040;
  }
  .fc .fc-popover .fc-popover-header,
  .fc .fc-popover .fc-popover-body {
    padding: 12px 14px;
  }
  .fc .fc-popover .fc-popover-header {
    background: transparent;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  }
  .fc .fc-popover .fc-popover-header .fc-popover-close {
    color: #E74C3C;
    width: 24px;
    height: 24px;
    font-size: 14px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .fc .fc-popover .fc-popover-header .fc-popover-close:focus, .fc .fc-popover .fc-popover-header .fc-popover-close:hover {
    background: #fdedec;
  }
  
  .fc-daygrid-event-harness .fc-daygrid-event.bg-soft-dark .fc-event-main,
  .fc-daygrid-event-harness .fc-daygrid-event.bg-soft-dark .fc-event-title {
    color: var(--bs-dark) !important;
  }
  
  .fc-direction-ltr .fc-daygrid-event.fc-event-start,
  .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 5px;
  }
  
  .fc-direction-ltr .fc-daygrid-event.fc-event-end,
  .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 5px;
  }
  
  .fc-v-event .fc-event-main {
    color: inherit;
  }
  
  .avtar.pc-cal-toggle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: sticky;
    top: calc(100% - 80px);
    left: calc(100% - 120px);
    z-index: 1025;
  }
  
  /**  =====================
        e-commerce css start
  ==========================  **/
  .ecomm-prod-slider .carousel-indicators [data-bs-target] {
    opacity: 0.3;
  }
  .ecomm-prod-slider .carousel-indicators .active {
    opacity: 1;
  }
  .ecomm-prod-slider .product-carousel-indicators {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
  }
  .ecomm-prod-slider .product-carousel-indicators::-webkit-scrollbar {
    height: 6px;
    opacity: 0;
  }
  .ecomm-prod-slider .product-carousel-indicators::-webkit-scrollbar:hover {
    opacity: 1;
  }
  .ecomm-prod-slider .product-carousel-indicators::-webkit-scrollbar-track {
    background: transparent;
  }
  .ecomm-prod-slider .product-carousel-indicators::-webkit-scrollbar-thumb {
    background: gainsboro;
  }
  .ecomm-prod-slider .product-carousel-indicators::-webkit-scrollbar-thumb:hover {
    background: darkgray;
  }
  
  .offer-check-block {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .offer-check-block::-webkit-scrollbar {
    height: 6px;
    opacity: 0;
  }
  .offer-check-block::-webkit-scrollbar:hover {
    opacity: 1;
  }
  .offer-check-block::-webkit-scrollbar-track {
    background: transparent;
  }
  .offer-check-block::-webkit-scrollbar-thumb {
    background: gainsboro;
  }
  .offer-check-block::-webkit-scrollbar-thumb:hover {
    background: darkgray;
  }
  
  .offer-check {
    overflow: visible;
    position: relative;
    width: 180px;
    flex: 0 0 auto;
    margin: 10px;
  }
  .offer-check .offer-details {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 14px 0;
  }
  .offer-check .form-check-label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--bs-border-radius);
  }
  .offer-check .form-check-input {
    position: relative;
    z-index: 8;
    float: right;
  }
  .offer-check .form-check {
    padding-left: 0;
    margin-bottom: 0;
  }
  .offer-check .form-check .form-check-input:checked + .form-check-label::after {
    background: rgba(var(--bs-primary-rgb), 0.1);
    box-shadow: inset 0 0 0 2px rgba(var(--bs-primary-rgb), 0.5);
  }
  
  .divider {
    position: relative;
    text-align: center;
    margin: 8px 0;
  }
  .divider::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bs-border-color);
  }
  .divider span {
    position: relative;
    z-index: 5;
    padding: 8px 16px;
    background: var(--bs-card-bg);
    text-transform: uppercase;
  }
  
  .coupon-card {
    overflow: hidden;
    position: relative;
    border: none;
  }
  .coupon-card::after, .coupon-card::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
  }
  .coupon-card::after {
    width: 180px;
    height: 180px;
    left: -20%;
    top: -64px;
    opacity: 0.2;
  }
  .coupon-card::before {
    width: 60px;
    height: 60px;
    left: 50%;
    top: -20px;
    opacity: 0.15;
  }
  .coupon-card .card-body {
    position: relative;
    z-index: 5;
  }
  .coupon-card .card-body::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(213.66deg, transparent 25.46%, rgba(0, 0, 0, 0.2) 68.77%, rgba(0, 0, 0, 0.3) 81.72%);
    z-index: 1;
  }
  .coupon-card .card-body > div {
    position: relative;
    z-index: 5;
  }
  .coupon-card .btn-coupon {
    color: var(--bs-white);
    border-color: var(--bs-white);
    background: rgba(var(--bs-white-rgb), 0.2);
  }
  .coupon-card .btn-coupon:hover, .coupon-card .btn-coupon:focus, .coupon-card .btn-coupon:active {
    color: var(--bs-white);
    border-color: var(--bs-white);
    background: rgba(var(--bs-white-rgb), 0.4);
  }
  .coupon-card.small-coupon-card::after, .coupon-card.small-coupon-card::before {
    display: none;
  }
  
  .coupon-label {
    margin: 16px 0 8px;
    padding: 24px 50px;
    position: relative;
    border-radius: var(--bs-border-radius);
    border: 1px dashed;
  }
  .coupon-label:before, .coupon-label:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    background: var(--bs-modal-bg);
    border-radius: 50%;
    border-top: 1px dashed;
  }
  .coupon-label:before {
    border-right: 1px dashed;
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .coupon-label:after {
    right: 0;
    border-left: 1px dashed;
    transform: translate(50%, -50%) rotate(-45deg);
  }
  .coupon-label.coupon-label-primary {
    border-color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.05);
  }
  .coupon-label.coupon-label-primary:before, .coupon-label.coupon-label-primary:after {
    border-color: var(--bs-primary);
  }
  .coupon-label.coupon-label-warning {
    border-color: var(--bs-warning);
    background-color: rgba(var(--bs-warning-rgb), 0.05);
  }
  .coupon-label.coupon-label-warning:before, .coupon-label.coupon-label-warning:after {
    border-color: var(--bs-warning);
  }
  
  .address-check {
    overflow: visible;
    position: relative;
    width: calc(100% - 20px);
    margin: 10px;
  }
  .address-check .address-details {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 14px 0;
  }
  .address-check .form-check-label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--bs-border-radius);
  }
  .address-check .form-check-input {
    position: relative;
    z-index: 8;
    opacity: 0;
  }
  .address-check .address-btns .avtar {
    position: relative;
    z-index: 6;
  }
  .address-check .address-btns .avtar-s {
    min-width: 35px;
  }
  .address-check .form-check {
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-border-radius);
  }
  .address-check .form-check .form-check-input:checked + .form-check-label .address-btns {
    opacity: 0;
  }
  .address-check .form-check .form-check-input:checked + .form-check-label::after {
    background: rgba(var(--bs-primary-rgb), 0.1);
    box-shadow: inset 0 0 0 2px rgba(var(--bs-primary-rgb), 0.5);
  }
  
  .ecom-wrapper {
    display: flex;
  }
  .ecom-wrapper .ecom-filter {
    width: 300px;
    margin-right: var(--bs-gutter-x);
  }
  .ecom-wrapper .ecom-filter .scroll-block {
    height: calc(100vh - 120px);
  }
  @media (max-width: 1399.98px) {
    .ecom-wrapper .ecom-filter .card {
      box-shadow: none;
    }
  }
  .ecom-wrapper .ecom-offcanvas {
    --bs-offcanvas-width: 301px;
  }
  .ecom-wrapper .ecom-offcanvas .sticky-xxl-top {
    top: 100px;
  }
  .ecom-wrapper .ecom-offcanvas:not(.show) .btn-link-danger.btn-pc-default {
    display: none;
  }
  .ecom-wrapper .ecom-offcanvas.show .collapse-horizontal.collapse:not(.show) {
    display: block;
  }
  .ecom-wrapper .ecom-offcanvas.show .ecom-filter {
    margin-right: 0;
  }
  .ecom-wrapper .ecom-offcanvas.show .ecom-filter .scroll-block {
    height: calc(100vh - 120px);
  }
  
  .product-card {
    transition: all 0.3s ease-in-out;
  }
  .product-card .card-img-top {
    position: relative;
    padding: 8px 8px 0;
    width: 100%;
    overflow: hidden;
  }
  .product-card .card-img-top .img-prod {
    border-radius: var(--bs-border-radius);
  }
  .product-card .prod-content {
    -webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-card .badge-prod-card {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product-card .btn-prod-card {
    background: var(--bs-card-bg);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .product-card .btn-prod-card:hover, .product-card .btn-prod-card:focus, .product-card .btn-prod-card:active {
    background: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
  }
  .product-card:hover {
    box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.12);
  }
  
  .product-sticky {
    top: 85px;
  }
  .product-sticky .prod-likes {
    z-index: 5;
  }
  
  .tbl-product th:last-child,
  .tbl-product td:last-child {
    width: 155px;
    text-align: center;
  }
  .tbl-product td:last-child {
    position: relative;
  }
  .tbl-product .prod-action-links {
    position: absolute;
    top: 50%;
    right: var(--bs-card-spacer-x);
    transform: translate(var(--bs-card-spacer-x), -50%);
    opacity: 0;
    padding: 8px;
    border-radius: var(--bs-border-radius);
    background: var(--bs-card-bg);
    box-shadow: var(--pc-card-box-shadow);
    transition: all 0.3s ease-in-out;
    z-index: 2;
  }
  .tbl-product tr {
    overflow: hidden;
  }
  .tbl-product tr:hover .prod-action-links {
    transform: translate(0, -50%);
    opacity: 1;
  }
  
  .color-checkbox {
    position: relative;
    padding: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
  }
  .color-checkbox .form-check-input {
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 5;
    font-size: 22px;
    opacity: 0;
  }
  .color-checkbox .form-check-input:checked ~ i::after {
    content: "\ea5e";
    font-family: tabler-icons !important;
    line-height: 1;
    font-size: 14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px var(--bs-card-bg), 0 0 0 5px var(--bs-border-color);
  }
  .color-checkbox i {
    font-size: 28px;
  }
  
  .checkout-tabs {
    border-bottom: 0;
  }
  .checkout-tabs .nav-item {
    margin-bottom: 0px;
  }
  .checkout-tabs .nav-item .nav-link {
    position: relative;
    padding: 0.8rem;
    margin: 0 0.2rem;
    font-weight: 500;
    color: #292b2c;
    display: flex;
    align-items: center;
    border-radius: var(--bs-border-radius) !important;
  }
  .checkout-tabs .nav-item .nav-link p {
    margin-top: 0;
    font-weight: 400;
    opacity: 0.7;
  }
  .checkout-tabs .nav-item .nav-link .avtar i {
    font-size: 18px;
  }
  @media (max-width: 575.98px) {
    .checkout-tabs .nav-item {
      width: 100%;
    }
  }
  .checkout-tabs .nav-link:hover {
    border-color: transparent;
    color: var(--bs-primary);
  }
  .checkout-tabs .nav-link:hover p,
  .checkout-tabs .nav-link:hover h5,
  .checkout-tabs .nav-link:hover .h5 {
    color: var(--bs-primary);
  }
  .checkout-tabs .nav-link:hover .avtar {
    background-color: rgba(var(--bs-primary-rgb), 0.15);
    color: var(--bs-primary);
  }
  .checkout-tabs .nav-item.show .nav-link,
  .checkout-tabs .nav-link.active {
    border-color: transparent;
    background-color: transparent;
    color: #1abc9c;
  }
  .checkout-tabs .nav-item.show .nav-link p,
  .checkout-tabs .nav-item.show .nav-link h5,
  .checkout-tabs .nav-item.show .nav-link .h5,
  .checkout-tabs .nav-link.active p,
  .checkout-tabs .nav-link.active h5,
  .checkout-tabs .nav-link.active .h5 {
    color: #1abc9c;
  }
  .checkout-tabs .nav-item.show .nav-link .avtar,
  .checkout-tabs .nav-link.active .avtar {
    background-color: var(--bs-primary);
    color: #fff;
  }
  
  .prod-likes {
    position: relative;
    padding: 0;
  }
  .prod-likes .prod-likes-icon {
    stroke: rgba(41, 43, 44, 0.5);
    fill: rgba(41, 43, 44, 0.2);
    z-index: 3;
  }
  .prod-likes .form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
  }
  .prod-likes .form-check-input:checked + .prod-likes-icon {
    stroke: var(--bs-danger);
    fill: rgba(var(--bs-danger-rgb), 0.8);
    animation: _26Tc6u 0.2s ease 0.3s forwards;
  }
  
  .pc-like {
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 10px;
  }
  .pc-like .pc-dots:nth-child(4):before {
    transform: translate3d(-4px, -5px, 0);
  }
  .pc-like .pc-dots:nth-child(4):after {
    transform: translate3d(4px, -5px, 0) scale(0.7);
  }
  .pc-like .pc-dots:nth-child(3):before {
    transform: translate3d(-5px, -4px, 0);
  }
  .pc-like .pc-dots:nth-child(3):after {
    transform: translate3d(-5px, 4px, 0) scale(0.7);
  }
  .pc-like .pc-dots:nth-child(2):before {
    transform: translate3d(-4px, 5px, 0);
  }
  .pc-like .pc-dots:nth-child(2):after {
    transform: translate3d(4px, 5px, 0) scale(0.7);
  }
  .pc-like .pc-dots:first-child:before {
    transform: translate3d(5px, -4px, 0);
  }
  .pc-like .pc-dots:first-child:after {
    transform: translate3d(5px, 4px, 0) scale(0.7);
  }
  .pc-like .pc-dots:after {
    background: #E74C3C;
  }
  .pc-like .pc-dots:before {
    background: #F1C40F;
  }
  .pc-like .like-wrapper {
    position: relative;
    display: inline-flex;
  }
  .pc-like .pc-group {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
  }
  .pc-like .pc-dots:after, .pc-like .pc-dots:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    margin: -2px;
    border-radius: 50%;
  }
  .pc-like.pc-like-animate .pc-dots:first-child:after {
    animation: _3z13ic 0.6s ease 0.3s;
  }
  .pc-like.pc-like-animate .pc-dots:nth-child(4):before {
    animation: u9Mhrv 0.6s ease 0.3s;
  }
  .pc-like.pc-like-animate .pc-dots:nth-child(4):after {
    animation: _2ERa1V 0.6s ease 0.3s;
  }
  .pc-like.pc-like-animate .pc-dots:nth-child(3):before {
    animation: _3TtatR 0.6s ease 0.3s;
  }
  .pc-like.pc-like-animate .pc-dots:nth-child(3):after {
    animation: _3UC1np 0.6s ease 0.3s;
  }
  .pc-like.pc-like-animate .pc-dots:nth-child(2):before {
    animation: _33IoP_ 0.6s ease 0.3s;
  }
  .pc-like.pc-like-animate .pc-dots:nth-child(2):after {
    animation: _2D5htx 0.6s ease 0.3s;
  }
  .pc-like.pc-like-animate .pc-group {
    animation: r9OBmc 0.6s ease 0.3s;
  }
  .pc-like.pc-like-animate .pc-dots:first-child:before {
    animation: _18Xo9B 0.6s ease 0.3s;
  }
  
  @keyframes _26Tc6u {
    0% {
      transform: translateZ(0) scale(0);
    }
    40% {
      transform: translateZ(0) scale(1.2);
    }
    to {
      transform: translateZ(0) scale(1);
    }
  }
  @keyframes _3d25CI {
    0% {
      transform: translateZ(0) scale(0);
      opacity: 1;
    }
    to {
      transform: translateZ(0) scale(1);
      opacity: 0;
    }
  }
  @keyframes r9OBmc {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes _18Xo9B {
    to {
      transform: translate3d(22px, -4px, 0);
    }
  }
  @keyframes _3z13ic {
    to {
      transform: translate3d(14px, 4px, 0) scale(0.7);
    }
  }
  @keyframes _33IoP_ {
    to {
      transform: translate3d(-4px, 22px, 0);
    }
  }
  @keyframes _2D5htx {
    to {
      transform: translate3d(4px, 18px, 0) scale(0.7);
    }
  }
  @keyframes _3TtatR {
    to {
      transform: translate3d(-22px, -4px, 0);
    }
  }
  @keyframes _3UC1np {
    to {
      transform: translate3d(-18px, 4px, 0) scale(0.7);
    }
  }
  @keyframes u9Mhrv {
    to {
      transform: translate3d(-4px, -22px, 0);
    }
  }
  @keyframes _2ERa1V {
    to {
      transform: translate3d(4px, -18px, 0) scale(0.7);
    }
  }
  /**====== e-commerce css end ======**/
  .profile-tabs {
    border-bottom: 0;
  }
  .profile-tabs .nav-item {
    margin-bottom: 0px;
  }
  .profile-tabs .nav-item .nav-link {
    position: relative;
    padding: 1rem 0;
    margin: 0 1.5rem 0 0;
    font-weight: 500;
    color: var(--bs-body-color);
    display: inline-flex;
    align-items: center;
  }
  @media (max-width: 575.98px) {
    .profile-tabs .nav-item .nav-link {
      padding: 0.8rem 0;
    }
  }
  .profile-tabs .nav-item .nav-link i {
    font-size: 18px;
  }
  .profile-tabs .nav-item .nav-link .material-icons-two-tone {
    font-size: 20px;
  }
  .profile-tabs .nav-item .nav-link:after {
    content: "";
    background: var(--bs-primary);
    position: absolute;
    transition: all 0.3s ease-in-out;
    left: 50%;
    right: 50%;
    bottom: -1px;
    height: 2px;
    border-radius: 2px 2px 0 0;
  }
  .profile-tabs .nav-link:hover {
    border-color: transparent;
    background: transparent;
    color: var(--bs-primary);
  }
  .profile-tabs .nav-link:hover .material-icons-two-tone {
    background-color: var(--bs-primary);
  }
  .profile-tabs .nav-item.show .nav-link,
  .profile-tabs .nav-link.active {
    border-color: transparent;
    color: var(--bs-primary);
    background: transparent;
  }
  .profile-tabs .nav-item.show .nav-link .material-icons-two-tone,
  .profile-tabs .nav-link.active .material-icons-two-tone {
    background-color: var(--bs-primary);
  }
  .profile-tabs .nav-item.show .nav-link:after,
  .profile-tabs .nav-link.active:after {
    left: 0;
    right: 0;
  }
  
  .table tr td .row {
    margin-right: 50px;
  }
  .table tr td .row .col {
    display: flex;
    flex-direction: column;
    width: 1%;
  }
  
  /**  =====================
    25. Application css end
  ==========================  **/
  /**  =====================
      26. Sweetalert css start
  ========================== **/
  body .swal2-container {
    z-index: 1080 !important;
  }
  body .swal2-container.swal2-noanimation, body .swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.6) !important;
  }
  
  .swal-icon--error {
    border-color: #E74C3C;
  }
  
  .swal-icon--error__line {
    background-color: #E74C3C;
  }
  
  .swal-icon--warning {
    border-color: #F1C40F;
  }
  
  .swal-icon--warning__body {
    background-color: #F1C40F;
  }
  
  .swal2-popup {
    background: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important;
  }
  .swal2-popup .swal2-footer {
    border-top-color: var(--bs-border-color) !important;
  }
  
  .swal-icon--warning__dot {
    background-color: #F1C40F;
  }
  @keyframes pulseWarning {
    0% {
      border-color: #f2ca27;
    }
    to {
      border-color: #F1C40F;
    }
  }
  .swal-icon--success {
    border-color: #2ECC71;
  }
  
  .swal-icon--success__ring {
    border: 4px solid rgba(46, 204, 113, 0.2);
  }
  
  .swal-icon--success__line {
    background-color: #2ECC71;
  }
  
  .swal-icon--info {
    border-color: #3498DB;
  }
  .swal-icon--info:after, .swal-icon--info:before {
    background-color: #3498DB;
  }
  
  .swal-title {
    color: rgba(0, 0, 0, 0.65);
  }
  
  .swal-text {
    color: rgba(0, 0, 0, 0.64);
  }
  
  .swal-button {
    background-color: var(--bs-primary);
    margin: 0 10px;
  }
  .swal-button:not([disabled]):hover {
    background-color: #17a689;
  }
  .swal-button:active {
    background-color: #17a689;
  }
  .swal-button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(26, 188, 156, 0.29);
  }
  
  .swal-button--cancel {
    color: #555;
    background-color: #efefef;
    margin: 0 10px;
  }
  .swal-button--cancel:not([disabled]):hover {
    background-color: #e8e8e8;
  }
  .swal-button--cancel:active {
    background-color: #d7d7d7;
  }
  .swal-button--cancel:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(116, 136, 150, 0.29);
  }
  
  .swal-button--danger {
    background-color: #E74C3C;
    margin: 0 10px;
  }
  .swal-button--danger:not([disabled]):hover {
    background-color: #e43725;
  }
  .swal-button--danger:active {
    background-color: #e43725;
  }
  .swal-button--danger:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(231, 76, 60, 0.29);
  }
  
  .swal-footer {
    text-align: center;
  }
  
  .swal-content__input:focus {
    border-color: rgba(26, 188, 156, 0.29);
  }
  
  .swal-content__textarea:focus {
    border-color: rgba(26, 188, 156, 0.29);
  }
  
  .swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
  }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #2ECC71 !important;
  }
  
  .swal2-loader {
    border-color: var(--bs-primary) transparent var(--bs-primary) transparent !important;
  }
  
  .swal2-styled.swal2-confirm {
    background-color: var(--bs-primary) !important;
  }
  .swal2-styled.swal2-deny {
    background-color: #E74C3C !important;
  }
  .swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(26, 188, 156, 0.4) !important;
  }
  
  .swal2-close:hover {
    color: #E74C3C !important;
  }
  
  .swal2-content {
    color: #545454;
  }
  
  .swal2-file,
  .swal2-input,
  .swal2-textarea {
    border: 1px solid #d9d9d9;
  }
  
  .swal2-file.swal2-inputerror,
  .swal2-input.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #E74C3C !important;
    box-shadow: 0 0 2px #E74C3C !important;
  }
  
  .swal2-file:focus,
  .swal2-input:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    box-shadow: 0 0 3px #c4e6f5;
  }
  
  .swal2-validation-message {
    background: #f0f0f0;
    color: #666;
  }
  .swal2-validation-message::before {
    background-color: #E74C3C;
  }
  
  .swal2-icon.swal2-error {
    border-color: #ef8b80 !important;
    color: #E74C3C !important;
  }
  .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #E74C3C !important;
  }
  .swal2-icon.swal2-warning {
    border-color: #f5d657 !important;
    color: #F1C40F !important;
  }
  .swal2-icon.swal2-info {
    border-color: #75b9e7 !important;
    color: #3498DB !important;
  }
  .swal2-icon.swal2-question {
    border-color: #bb8ecd !important;
    color: #9B59B6 !important;
  }
  .swal2-icon.swal2-success {
    border-color: #69dd9a !important;
    color: #2ECC71 !important;
  }
  .swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid rgba(46, 204, 113, 0.3) !important;
  }
  .swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #2ECC71 !important;
  }
  
  .swal2-progress-steps .swal2-progress-step {
    background: var(--bs-primary);
    color: #fff;
  }
  .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: var(--bs-primary);
  }
  .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #3498DB;
    color: #fff;
  }
  .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #3498DB;
  }
  .swal2-progress-steps .swal2-progress-step-line {
    background: var(--bs-primary);
  }
  
  .swal2-actions .btn, .swal2-actions .introjs-tooltip .introjs-button, .introjs-tooltip .swal2-actions .introjs-button {
    margin: 0 10px;
  }
  
  div:where(.swal2-container) input:where(.swal2-input),
  div:where(.swal2-container) input:where(.swal2-file),
  div:where(.swal2-container) textarea:where(.swal2-textarea),
  div:where(.swal2-container) div:where(.swal2-radio),
  div:where(.swal2-container) label:where(.swal2-checkbox) {
    margin: 0.4em 0em 0 !important;
  }
  
  div:where(.swal2-container) .swal2-radio, div:where(.swal2-container) .swal2-checkbox,
  div:where(.swal2-container) .swal2-range {
    background: var(--bs-body-bg) !important;
  }
  
  .swal2-styled.swal2-confirm i {
    margin: 0 5px;
  }
  
  div:where(.swal2-container) select:where(.swal2-select),
  div:where(.swal2-container) .swal2-input,
  div:where(.swal2-container) .swal2-textarea {
    margin: 1.7em 1.7em 0 !important;
  }
  
  .swal2-rtl .swal2-close {
    margin-right: initial;
    margin-left: 0;
  }
  
  div:where(.swal2-icon) {
    margin: 1.5em auto 0.6em !important;
  }
  
  div:where(.swal2-container) button:where(.swal2-close):focus {
    box-shadow: none !important;
  }
  
  @media (max-width: 575.98px) {
    div:where(.swal2-container) .swal2-html-container {
      margin: 0 !important;
    }
  }
  
  /**  =====================
      26. Sweetalert css end
  ========================== **/
  /**  =====================
      27. Lightbox css start
  ========================== **/
  .modal-lightbox .modal-body {
    padding: 0;
  }
  .modal-lightbox .modal-body img {
    border-radius: 2px;
  }
  @media (max-width: 575.98px) {
    .modal-lightbox .modal-dialog {
      margin: var(--bs-modal-margin) 24px;
    }
  }
  .modal-lightbox .modal-content, .modal-lightbox .introjs-tooltip {
    border-radius: 2px;
    border: none;
  }
  .modal-lightbox .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%) scale(0.8);
    background-color: var(--bs-modal-bg);
    padding: 8px;
    z-index: 5;
    opacity: 1;
    border-radius: 50%;
  }
  
  /**  =====================
      27. Lightbox css end
  ========================== **/
  /**  =====================
      28. Notification css start
  ========================== **/
  .alert-dismissable .close,
  .alert-dismissible .close {
    color: inherit;
    text-shadow: none;
  }
  
  .notifier-container {
    z-index: 1051;
    font-family: "Open Sans", sans-serif;
    width: 400px;
    max-width: 98%;
    top: 15px;
  }
  
  .notifier {
    padding: calc(25px - 5px) calc(25px - 5px);
    border-radius: 2px;
  }
  .notifier .notifier-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .notifier .notifier-body {
    font-size: 0.875rem;
  }
  .notifier .notifier-img .img {
    width: 40px;
    height: 40px;
  }
  .notifier .notifier-close {
    height: 20px;
    font-size: 26px;
    line-height: 1px;
  }
  .notifier .notifier-close:focus, .notifier .notifier-close:hover {
    color: #E74C3C;
    background: transparent;
  }
  
  .notifier.primary {
    border-left-color: #1abc9c;
  }
  .notifier.secondary {
    border-left-color: #BDC3C7;
  }
  .notifier.success {
    border-left-color: #2ECC71;
  }
  .notifier.info {
    border-left-color: #3498DB;
  }
  .notifier.warning {
    border-left-color: #F1C40F;
  }
  .notifier.danger {
    border-left-color: #E74C3C;
  }
  .notifier.light {
    border-left-color: #F8F9FA;
  }
  .notifier.dark {
    border-left-color: #34495E;
  }
  
  /**  =====================
      28. Notification css end
  ========================== **/
  /**  =====================
      29. Modal css start
  ========================== **/
  .modal.fade.modal-animate {
    /* Effect 1: Fade in and scale up */
    /* Effect 2: Slide from the right */
    /* Effect 3: Slide from the bottom */
    /* Effect 4: Newspaper */
    /* Effect 5: fall */
    /* Effect 6: side fall */
    /* Effect 7:  slide and stick to top */
    /* Effect 8: 3D flip horizontal */
    /* Effect 9: 3D flip vertical */
    /* Effect 10: 3D sign */
    /* Effect 11: Super scaled */
    /* Effect 12:  Just me */
    /* Effect 13: 3D slit */
    /* Effect 14:  3D Rotate from bottom */
    /* Effect 15:  3D Rotate in from left */
    /* Effect 16:  Blur */
    /* Effect 17:  Slide in from bottom with perspective on container */
    /* Effect 18:  Slide from right with perspective on container */
    /* Effect 19:  Slip in from the top with perspective on container */
  }
  .modal.fade.modal-animate .modal-dialog {
    display: flex;
    align-items: center;
    height: calc(100% - 3.5rem);
  }
  .modal.fade.modal-animate.anim-fade-in-scale .modal-dialog {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s;
  }
  .modal.fade.modal-animate.anim-fade-in-scale.show .modal-dialog {
    transform: none;
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-slide-in-right .modal-dialog {
    transform: translateX(20%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  }
  .modal.fade.modal-animate.anim-slide-in-right.show .modal-dialog {
    transform: translateX(0);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-slide-in-bottom .modal-dialog {
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.3s;
  }
  .modal.fade.modal-animate.anim-slide-in-bottom.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-newspaper .modal-dialog {
    transform: scale(0) rotate(720deg);
    opacity: 0;
    transition: all 0.5s;
  }
  .modal.fade.modal-animate.anim-newspaper.show .modal-dialog {
    transform: none;
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-fall {
    perspective: 1300px;
  }
  .modal.fade.modal-animate.anim-fall .modal-dialog {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
    transition: all 0.5s;
  }
  .modal.fade.modal-animate.anim-fall.show .modal-dialog {
    transition: all 0.3s ease-in;
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-side-fall {
    perspective: 1300px;
  }
  .modal.fade.modal-animate.anim-side-fall .modal-dialog {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
    transition: all 0.3s ease-in;
  }
  .modal.fade.modal-animate.anim-side-fall.show .modal-dialog {
    transform: translate(0%) translateZ(0) rotate(0deg);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-sticky-up .modal-dialog {
    align-items: flex-start;
    margin-top: 0;
    transform: translateY(-200%);
    transition: all 0.3s;
    opacity: 0;
  }
  .modal.fade.modal-animate.anim-sticky-up.show .modal-dialog {
    transform: translateY(0%);
    border-radius: 0 0 3px 3px;
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-3d-flip-horizontal {
    perspective: 1300px;
  }
  .modal.fade.modal-animate.anim-3d-flip-horizontal .modal-dialog {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
    transition: all 0.3s;
    opacity: 0;
  }
  .modal.fade.modal-animate.anim-3d-flip-horizontal.show .modal-dialog {
    transform: rotateY(0deg);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-3d-flip-vertical {
    perspective: 1300px;
  }
  .modal.fade.modal-animate.anim-3d-flip-vertical .modal-dialog {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
    transition: all 0.3s;
    opacity: 0;
  }
  .modal.fade.modal-animate.anim-3d-flip-vertical.show .modal-dialog {
    transform: rotateX(0deg);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-3d-sign {
    perspective: 1300px;
  }
  .modal.fade.modal-animate.anim-3d-sign .modal-dialog {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0;
    transition: all 0.3s;
  }
  .modal.fade.modal-animate.anim-3d-sign.show .modal-dialog {
    transform: rotateX(0deg);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-super-scaled .modal-dialog {
    transform: scale(2);
    opacity: 0;
    transition: all 0.3s;
  }
  .modal.fade.modal-animate.anim-super-scaled.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-just-me {
    background: #fff;
  }
  .modal.fade.modal-animate.anim-just-me .modal-dialog {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s;
    background: transparent;
  }
  .modal.fade.modal-animate.anim-just-me .modal-dialog .modal-content, .modal.fade.modal-animate.anim-just-me .modal-dialog .introjs-tooltip {
    border: none;
  }
  .modal.fade.modal-animate.anim-just-me .modal-dialog .modal-content .modal-header, .modal.fade.modal-animate.anim-just-me .modal-dialog .introjs-tooltip .modal-header {
    background: transparent !important;
  }
  .modal.fade.modal-animate.anim-just-me .modal-dialog .modal-content .modal-header .btn-close.btn-close-white, .modal.fade.modal-animate.anim-just-me .modal-dialog .introjs-tooltip .modal-header .btn-close.btn-close-white {
    filter: none;
  }
  .modal.fade.modal-animate.anim-just-me .modal-dialog .modal-content .modal-header .text-white.modal-title, .modal.fade.modal-animate.anim-just-me .modal-dialog .introjs-tooltip .modal-header .text-white.modal-title {
    color: var(--pc-header-color) !important;
  }
  .modal.fade.modal-animate.anim-just-me.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-3d-slit {
    perspective: 1300px;
  }
  .modal.fade.modal-animate.anim-3d-slit .modal-dialog {
    transform-style: preserve-3d;
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
  }
  .modal.fade.modal-animate.anim-3d-slit.show .modal-dialog {
    animation: slit 0.7s forwards ease-out;
  }
  .modal.fade.modal-animate.anim-3d-rotate-bottom {
    perspective: 1300px;
  }
  .modal.fade.modal-animate.anim-3d-rotate-bottom .modal-dialog {
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .modal.fade.modal-animate.anim-3d-rotate-bottom.show .modal-dialog {
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-3d-rotate-InLeft {
    perspective: 1300px;
  }
  .modal.fade.modal-animate.anim-3d-rotate-InLeft .modal-dialog {
    transform-style: preserve-3d;
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all 0.3s;
  }
  .modal.fade.modal-animate.anim-3d-rotate-InLeft.show .modal-dialog {
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-blur {
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  .modal.fade.modal-animate.anim-blur .modal-dialog {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s;
  }
  .modal.fade.modal-animate.anim-blur.show .modal-dialog {
    transform: none;
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-let-me-in .modal-dialog {
    opacity: 0;
    transform: translateY(200%);
    transition: all 0.3s 0.2s;
  }
  .modal.fade.modal-animate.anim-let-me-in.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-make-way .modal-dialog {
    opacity: 0;
    transform: translateX(200%);
    transition: all 0.3s 0.2s;
  }
  .modal.fade.modal-animate.anim-make-way.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
  }
  .modal.fade.modal-animate.anim-slip-from-top .modal-dialog {
    opacity: 0;
    transform: translateY(-200%);
    transition: all 0.5s 0.1s;
  }
  .modal.fade.modal-animate.anim-slip-from-top.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
  }
  
  body {
    /* Effect 17:  Slide in from bottom with perspective on container */
    /* Effect 18:  Slide from right with perspective on container */
    /* Effect 19:  Slip in from the top with perspective on container */
  }
  body.anim-let-me-in {
    perspective: 600px;
    overflow: hidden;
    height: 100vh;
  }
  body.anim-let-me-in .header-user-list,
  body.anim-let-me-in .page-header,
  body.anim-let-me-in .header-chat,
  body.anim-let-me-in .menu-styler {
    display: none;
  }
  body.anim-let-me-in .pc-sidebar,
  body.anim-let-me-in .pc-header,
  body.anim-let-me-in .pc-container,
  body.anim-let-me-in .modal-backdrop {
    transition: transform 0.3s;
  }
  body.anim-let-me-in.modal-open .pc-sidebar,
  body.anim-let-me-in.modal-open .pc-header,
  body.anim-let-me-in.modal-open .pc-container,
  body.anim-let-me-in.modal-open .modal-backdrop {
    transform: rotateX(-3deg);
    transform-origin: 50% 0%;
    transform-style: preserve-3d;
  }
  body.anim-make-way {
    perspective: 600px;
    overflow: hidden;
    height: 100vh;
  }
  body.anim-make-way .header-user-list,
  body.anim-make-way .page-header,
  body.anim-make-way .header-chat,
  body.anim-make-way .menu-styler {
    display: none;
  }
  body.anim-make-way .pc-sidebar,
  body.anim-make-way .pc-header,
  body.anim-make-way .pc-container,
  body.anim-make-way .modal-backdrop {
    transition: all 0.5s;
  }
  body.anim-make-way.modal-open .pc-sidebar,
  body.anim-make-way.modal-open .pc-header,
  body.anim-make-way.modal-open .pc-container,
  body.anim-make-way.modal-open .modal-backdrop {
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
    animation: rotateRightSideFirst 0.5s forwards ease-in;
  }
  body.anim-slip-from-top {
    perspective: 600px;
    overflow: hidden;
    height: 100vh;
  }
  body.anim-slip-from-top .header-user-list,
  body.anim-slip-from-top .header-chat,
  body.anim-slip-from-top .page-header,
  body.anim-slip-from-top .menu-styler {
    display: none;
  }
  body.anim-slip-from-top .pc-sidebar,
  body.anim-slip-from-top .pc-header,
  body.anim-slip-from-top .pc-container,
  body.anim-slip-from-top .modal-backdrop {
    transition: all 0.5s;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop 1.5s forwards ease-in;
  }
  body.anim-slip-from-top.modal-open .pc-header {
    opacity: 0;
  }
  
  @keyframes slit {
    50% {
      transform: translateZ(-250px) rotateY(89deg);
      opacity: 1;
      animation-timing-function: ease-in;
    }
    100% {
      transform: translateZ(0) rotateY(0deg);
      opacity: 1;
    }
  }
  @keyframes rotateRightSideFirst {
    50% {
      transform: translateZ(-50px) rotateY(5deg);
      animation-timing-function: ease-out;
    }
    100% {
      transform: translateZ(-200px);
    }
  }
  @keyframes OpenTop {
    50% {
      transform: rotateX(10deg);
      animation-timing-function: ease-out;
    }
  }
  .introjs-tooltip {
    background: #ffffff;
    position: absolute;
  }
  .introjs-tooltip .introjs-tooltipbuttons {
    border-top: none;
  }
  .introjs-tooltip .introjs-button {
    text-shadow: none;
  }
  /**  =====================
      29. Modal css end
  ========================== **/
  /**  =====================
      30. Rangeslider css start
  ========================== **/
  .slider.slider-horizontal .slider-handle.triangle,
  .slider.slider-horizontal .slider-tick.triangle {
    border-bottom-color: var(--bs-primary);
  }
  .slider.slider-vertical .slider-handle.triangle,
  .slider.slider-vertical .slider-tick.triangle {
    border-left-color: var(--bs-primary);
    border-right-color: var(--bs-primary);
  }
  .slider.slider-disabled .slider-handle {
    background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
    background-repeat: repeat-x;
  }
  .slider.slider-disabled .slider-track {
    background-image: linear-gradient(to bottom, #e9e9e9 0, #e9e9e9 100%);
    background-repeat: repeat-x;
  }
  
  .slider-track {
    background-image: linear-gradient(to bottom, #e9e9e9 0, #e9e9e9 100%);
    background-repeat: repeat-x;
  }
  
  .slider-selection {
    background-image: linear-gradient(to bottom, #6bebd1 0, #6bebd1 100%);
    background-repeat: repeat-x;
  }
  .slider-selection.tick-slider-selection {
    background-image: linear-gradient(to bottom, #55e7ca 0, #55e7ca 100%);
    background-repeat: repeat-x;
  }
  
  .slider-handle {
    background-color: var(--bs-primary);
    background-image: linear-gradient(to bottom, var(--bs-primary) 0, var(--bs-primary) 100%);
    background-repeat: repeat-x;
  }
  
  .slider-tick {
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
  }
  .slider-tick.in-selection {
    background-image: linear-gradient(to bottom, #55e7ca 0, #55e7ca 100%);
    background-repeat: repeat-x;
  }
  
  .slider .tooltip {
    position: absolute;
  }
  
  #ex7-enabled {
    position: relative;
    top: 4px;
    height: 18px;
    width: 18px;
  }
  
  #RGB {
    height: 10px;
    background: rgb(128, 128, 128);
  }
  
  #RC .slider-selection {
    background: #ff8282;
  }
  #RC .slider-handle {
    background: red;
  }
  
  #GC .slider-selection {
    background: #478f3b;
  }
  #GC .slider-handle {
    background: green;
  }
  
  #BC .slider-selection {
    background: #8283ff;
  }
  #BC .slider-handle {
    border-bottom-color: blue;
  }
  
  #B,
  #G,
  #R {
    width: 300px;
  }
  
  .slider-handle.custom {
    background: transparent none;
  }
  .slider-handle.custom::before {
    line-height: 15px;
    font-size: 28px;
    content: "★";
    color: #726204;
  }
  
  #slider12a .slider-track-high,
  #slider12c .slider-track-high {
    background: #2ECC71;
  }
  
  #slider12b .slider-track-low {
    background: #E74C3C;
  }
  
  #slider12c .slider-track-low {
    background: #E74C3C;
  }
  #slider12c .slider-selection {
    background: #F1C40F;
  }
  
  #slider22 .slider-rangeHighlight {
    background: #f70616;
  }
  #slider22 .slider-rangeHighlight.category1 {
    background: #ff9900;
  }
  #slider22 .slider-rangeHighlight.category2 {
    background: #99cc00;
  }
  
  .vtree a.vtree-leaf-label {
    color: #292b2c;
  }
  .vtree a.vtree-leaf-label:hover, .vtree a.vtree-leaf-label:focus, .vtree a.vtree-leaf-label:active {
    color: var(--bs-primary);
  }
  
  /**  =====================
      30. Rangeslider css end
  ========================== **/
  /**  =====================
      31. Daterange css start
  ========================== **/
  .daterangepicker {
    font-family: "Open Sans", sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(26, 188, 156, 0.15);
    background-color: #ffffff;
  }
  .daterangepicker .calendar-table {
    border: 1px solid #ffffff;
    background-color: #ffffff;
  }
  .daterangepicker .calendar-table td,
  .daterangepicker .calendar-table th {
    color: #5B6B79;
  }
  .daterangepicker .calendar-table .next span,
  .daterangepicker .calendar-table .prev span {
    border-color: #8996A4;
  }
  .daterangepicker td.in-range {
    background-color: #7dedd7;
    color: #3E4853;
  }
  .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    background-color: #ffffff;
    color: #292b2c;
    opacity: 0.5;
  }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #1abc9c;
    color: #fff;
  }
  .daterangepicker td.available:hover,
  .daterangepicker th.available:hover {
    background-color: #1abc9c;
    color: #fff;
  }
  .daterangepicker td.available:hover > span,
  .daterangepicker th.available:hover > span {
    border-color: #fff;
  }
  .daterangepicker:after {
    border-bottom: 6px solid #ffffff;
  }
  .daterangepicker:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  }
  .daterangepicker .ranges ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  @media (min-width: 564px) {
    .daterangepicker .ranges ul {
      width: 160px;
    }
  }
  .daterangepicker .ranges ul li {
    margin: 5px 10px;
    transition: all 0.2s ease-in-out;
  }
  .daterangepicker .ranges ul li.active {
    background-color: #1abc9c;
  }
  .daterangepicker .ranges ul li:hover {
    box-shadow: 0 15px 8px -9px rgba(0, 0, 0, 0.25);
    background-color: #1abc9c;
    color: #fff;
  }
  .daterangepicker .drp-buttons {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .datepicker-dropdown .datepicker-picker {
    box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
  }
  
  .datepicker-view .week {
    color: var(--bs-primary);
  }
  
  .datepicker span.datepicker-cell {
    border-radius: 2px;
  }
  
  .datepicker-cell.selected {
    background-color: var(--bs-primary);
    color: #fff;
  }
  .datepicker-cell.selected:hover {
    background-color: var(--bs-primary);
    color: #fff;
  }
  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    background-color: var(--bs-primary-light);
    color: var(--bs-primary);
    border-radius: 0;
  }
  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: var(--bs-primary-light);
    color: var(--bs-primary);
  }
  .datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: var(--bs-primary);
    color: #fff;
  }
  
  .datepicker-input.in-edit {
    border-color: var(--bs-primary);
  }
  
  .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
  }
  .flatpickr-day.selected.inRange, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
  }
  
  /**  =====================
      31. Daterange css end
  ========================== **/
  /**  =====================
      32. Tagsinput css start
  ========================== **/
  .bootstrap-tagsinput {
    padding: 5px 10px;
    line-height: 28px;
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    width: 100%;
  }
  .bootstrap-tagsinput .tag {
    background: #1abc9c;
    padding: 5px 12px;
    color: #fff;
    border-radius: 2px;
  }
  
  /**  =====================
      32. Tagsinput css end
  ========================== **/
  /**  =====================
      33. Slider css start
  ========================== **/
  /* nav */
  .tns-controls {
    text-align: center;
    margin-bottom: 10px;
  }
  .tns-controls [aria-controls] {
    font-size: 15px;
    margin: 0 5px;
    padding: 0 1em;
    height: 2.5em;
    color: #fff;
    background: var(--bs-primary);
    border-radius: 3px;
    border: 0;
  }
  
  [data-action] {
    display: block;
    margin: 10px auto;
    font-size: 17px;
    min-width: 3em;
    text-align: center;
    background: transparent;
    border: 0;
  }
  
  .tns-controls [disabled] {
    color: #999999;
    background: #b3b3b3;
    cursor: not-allowed !important;
  }
  
  .tns-nav {
    text-align: center;
    margin: 10px 0;
  }
  .tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
  }
  .tns-nav > .tns-nav-active {
    background: #999;
  }
  
  .thumbnails {
    margin: 20px 0;
    text-align: center;
  }
  @media (max-width: 575.98px) {
    .thumbnails {
      padding: 0;
    }
  }
  .thumbnails li {
    display: inline-block;
    cursor: pointer;
    border: 5px solid #fff;
  }
  .thumbnails .tns-nav-active {
    background: none;
    border-color: var(--bs-primary);
  }
  .thumbnails img {
    height: auto;
    width: 46px;
  }
  
  .customize-tools {
    position: relative;
  }
  
  .controls {
    text-align: center;
  }
  .controls li {
    display: block;
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 30px;
    transition: background 0.3s;
  }
  @media (max-width: 575.98px) {
    .controls li {
      font-size: 20px;
      line-height: 1;
      height: unset;
    }
  }
  .controls .prev {
    left: 0;
  }
  .controls .next {
    right: 0;
  }
  .controls li:hover {
    background: #f2f2f2;
  }
  
  /**  =====================
      33. Slider css end
  ========================== **/
  /**  =====================
    34. Switches css start
  ==========================  **/
  .switch {
    margin-bottom: 8px;
    margin-right: 8px;
  }
  
  .switch-off.btn, .introjs-tooltip .switch-off.introjs-button,
  .switch-on.btn,
  .introjs-tooltip .switch-on.introjs-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .switch-off.btn i, .introjs-tooltip .switch-off.introjs-button i,
  .switch-on.btn i,
  .introjs-tooltip .switch-on.introjs-button i {
    margin: 0 4px;
    font-size: 12px;
  }
  
  .slow .switch-group {
    transition: left 0.7s;
    -webkit-transition: left 0.7s;
  }
  
  .fast .switch-group {
    transition: left 0.1s;
    -webkit-transition: left 0.1s;
  }
  
  .quick .switch-group {
    transition: none;
    -webkit-transition: none;
  }
  
  .table.switch-table th,
  .table.switch-table td {
    vertical-align: middle;
    padding: 0.45rem 0.25rem;
  }
  .table.switch-table th .btn, .table.switch-table th .introjs-tooltip .introjs-button, .introjs-tooltip .table.switch-table th .introjs-button,
  .table.switch-table td .btn,
  .table.switch-table td .introjs-tooltip .introjs-button,
  .introjs-tooltip .table.switch-table td .introjs-button {
    margin-bottom: 0;
  }
  
  /**  =====================
    34. Switches css end
  ==========================  **/
  /**  =====================
    35. Data Tables css start
  ==========================  **/
  .datatable-table > tbody > tr > td, .datatable-table > tbody > tr > th, .datatable-table > tfoot > tr > td, .datatable-table > tfoot > tr > th, .datatable-table > thead > tr > td, .datatable-table > thead > tr > th {
    vertical-align: middle;
    padding: 0.7rem 0.75rem;
  }
  
  .datatable-table td,
  .datatable-table th,
  .table td,
  .table th {
    border-top: 1px solid #e9e9e9;
    border-bottom: none;
    padding: 0.7rem 0.75rem;
    vertical-align: middle;
  }
  .datatable-table thead th,
  .table thead th {
    border-bottom: 1px solid #e9e9e9;
    font-size: 13px;
    color: #29344A;
    background: rgba(233, 233, 233, 0.5);
    text-transform: uppercase;
  }
  .datatable-table tbody + tbody,
  .table tbody + tbody {
    border-top: 2px solid #e9e9e9;
  }
  .datatable-table.table-dark thead th,
  .table.table-dark thead th {
    background-color: #11171a;
  }
  .datatable-table.dataTable[class*=table-] thead th,
  .table.dataTable[class*=table-] thead th {
    background: #e9e9e9;
  }
  .datatable-table > :not(:last-child) > :last-child > *,
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #e9e9e9;
  }
  .datatable-table > :not(:first-child),
  .table > :not(:first-child) {
    border-top: none;
  }
  
  /* Border versions */
  .table-bordered {
    border: 1px solid #e9e9e9;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #e9e9e9;
  }
  
  /* Zebra-striping */
  .table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: rgba(52, 73, 94, 0.03);
  }
  
  /* Hover effect */
  .table-hover tbody tr:hover {
    background-color: rgba(189, 195, 199, 0.03);
  }
  
  /* Table backgrounds */
  .table .thead-dark th {
    color: #fff;
    background-color: #34495E;
    border-color: #22303d;
  }
  
  .table-dark {
    color: #fff;
    background-color: #34495E;
  }
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #22303d;
  }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #304457;
  }
  .table-dark.table-hover tbody tr:hover {
    background-color: #2b3c4e;
  }
  .table-dark thead th {
    color: #fff;
  }
  
  /* fixed header position */
  table.dataTable.fixedHeader-floating {
    top: calc(60px + 55px) !important;
  }
  @media screen and (max-width: 992px) {
    table.dataTable.fixedHeader-floating {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 992px) {
    .fixedHeader-locked {
      display: none !important;
    }
  }
  /**======= basic table css start =======**/
  .table.table-xl td,
  .table.table-xl th {
    padding: 1.25rem 0.8rem;
  }
  
  .table.table-lg td,
  .table.table-lg th {
    padding: 0.9rem 0.8rem;
  }
  
  .table.table-de td,
  .table.table-de th {
    padding: 0.75rem 0.8rem;
  }
  
  .table.table-sm td,
  .table.table-sm th {
    padding: 0.6rem 0.8rem;
  }
  
  .table.table-xs td,
  .table.table-xs th {
    padding: 0.4rem 0.8rem;
  }
  
  /**======= basic table css end ======**/
  table.dataTable > thead .sorting:before,
  table.dataTable > thead .sorting:after,
  table.dataTable > thead .sorting_asc:before,
  table.dataTable > thead .sorting_asc:after,
  table.dataTable > thead .sorting_desc:before,
  table.dataTable > thead .sorting_desc:after,
  table.dataTable > thead .sorting_asc_disabled:before,
  table.dataTable > thead .sorting_asc_disabled:after,
  table.dataTable > thead .sorting_desc_disabled:before,
  table.dataTable > thead .sorting_desc_disabled:after {
    top: 13px;
  }
  
  table.dataTable tbody > tr > .selected td.select-checkbox:after,
  table.dataTable tbody > tr > .selected th.select-checkbox:after,
  table.dataTable tbody > tr.selected td.select-checkbox:after,
  table.dataTable tbody > tr.selected th.select-checkbox:after {
    margin-top: -21px;
    margin-left: -7px;
  }
  
  .datatable-top {
    padding: 0 4px 14px;
  }
  .datatable-top > div {
    margin: 0 0 5px;
  }
  
  .datatable-bottom {
    padding: 14px 4px 0;
  }
  
  .card.table-card .datatable-top {
    padding-top: 0;
  }
  .card.table-card .datatable-top,
  .card.table-card .datatable-bottom {
    padding-left: var(--bs-card-spacer-x);
    padding-right: var(--bs-card-spacer-x);
  }
  
  .datatable-top > nav:first-child,
  .datatable-top > div:first-child {
    float: left;
  }
  
  .datatable-bottom > nav:first-child,
  .datatable-bottom > div:first-child {
    float: left;
  }
  
  .datatable-top > nav:last-child,
  .datatable-top > div:last-child {
    float: right;
  }
  
  @media (max-width: 574.98px) {
    .datatable-top > div:last-child {
      float: left;
      width: 100%;
    }
  }
  
  .datatable-bottom > nav:last-child,
  .datatable-bottom > div:last-child {
    float: right;
  }
  
  .dataTable-dropdown label {
    display: flex;
    align-items: center;
    width: 230px;
    white-space: nowrap;
  }
  .dataTable-dropdown label select {
    margin-right: 8px;
    margin-left: 4px;
  }
  
  .dataTable-info {
    margin: 7px 0;
  }
  
  /* PAGER */
  .dataTable-pagination ul {
    margin: 0;
    padding-left: 0;
  }
  .dataTable-pagination li {
    list-style: none;
    float: left;
  }
  .dataTable-pagination a {
    border: 1px solid transparent;
    float: left;
    margin-left: 2px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    border-radius: 2px;
    color: #292b2c;
  }
  .dataTable-pagination a:hover {
    background-color: var(--bs-primary-light);
    color: var(--bs-primary);
  }
  .dataTable-pagination .active a {
    background-color: var(--bs-primary);
    color: #fff;
    cursor: default;
  }
  .dataTable-pagination .active a:focus, .dataTable-pagination .active a:hover {
    background-color: var(--bs-primary);
    color: #fff;
    cursor: default;
  }
  .dataTable-pagination .ellipsis a {
    cursor: not-allowed;
  }
  .dataTable-pagination .disabled a {
    cursor: not-allowed;
    cursor: not-allowed;
    opacity: 0.4;
  }
  .dataTable-pagination .disabled a:focus, .dataTable-pagination .disabled a:hover {
    cursor: not-allowed;
  }
  .dataTable-pagination .disabled a:focus, .dataTable-pagination .disabled a:hover {
    cursor: not-allowed;
    opacity: 0.4;
  }
  .dataTable-pagination .pager a {
    font-weight: bold;
  }
  
  /* TABLE */
  .dataTable-table > tbody > tr > td,
  .dataTable-table > tbody > tr > th {
    vertical-align: middle;
  }
  .dataTable-table > tfoot > tr > td,
  .dataTable-table > tfoot > tr > th {
    vertical-align: middle;
  }
  .dataTable-table > thead > tr > td {
    vertical-align: middle;
  }
  .dataTable-table > thead > tr > th {
    vertical-align: middle;
  }
  .dataTable-table th {
    vertical-align: middle;
  }
  .dataTable-table th a {
    text-decoration: none;
    color: inherit;
    padding-right: 16px;
  }
  
  .dataTable-sorter {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
  }
  .dataTable-sorter::before, .dataTable-sorter::after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0.2;
  }
  .dataTable-sorter::before {
    border-top: 4px solid #000;
    bottom: 0px;
  }
  .dataTable-sorter::after {
    border-bottom: 4px solid #000;
    border-top: 4px solid transparent;
    top: 0px;
  }
  
  .asc .dataTable-sorter::after,
  .desc .dataTable-sorter::before {
    opacity: 0.6;
  }
  
  .dataTables-empty {
    text-align: center;
  }
  
  .datatable-top::after,
  .datatable-bottom::after {
    clear: both;
    content: " ";
    display: table;
  }
  
  .dt-responsive .dt-row {
    overflow: auto;
  }
  
  #multi-table_wrapper #multi-table {
    overflow: auto;
  }
  
  .dataTables_scrollHeadInner, .dataTables_scrollFootInner {
    width: 100% !important;
  }
  
  table.dataTable tbody th.focus, table.dataTable tbody td.focus {
    outline: 2px solid var(--bs-primary);
  }
  
  div.dt-autofill-handle {
    background: var(--bs-primary);
  }
  
  table.dataTable {
    border-collapse: collapse !important;
    width: 100% !important;
  }
  table.dataTable .form-control, table.dataTable .datatable-input, table.dataTable .custom-select,
  table.dataTable .dataTable-selector,
  table.dataTable .dataTable-input {
    min-width: 100px;
    padding-right: 30px;
  }
  table.dataTable > tbody > tr.child ul.dtr-details {
    display: block;
  }
  
  #basic-scroller_wrapper .dataTables_paginate, #state-scroller_wrapper .dataTables_paginate, #api-scroller_wrapper .dataTables_paginate {
    padding-top: 5px;
  }
  
  @media (max-width: 462px) {
    .datatable-pagination {
      margin-top: 6px;
    }
  }
  
  @media (max-width: 462px) {
    .datatable-bottom > nav:last-child, .datatable-bottom > div:last-child {
      float: left;
    }
  }
  
  .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent;
  }
  
  .dataTables_length select.form-select, .dataTables_length select.datatable-selector {
    padding-right: 30px;
  }
  
  @media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter input {
      width: 155px;
    }
  }
  
  .dataTables_length,
  .dataTables_filter {
    margin: 0 0 8px;
  }
  
  table.dataTable > tbody > tr,
  table.DTFC_Cloned tr {
    background-color: var(--bs-card-bg);
  }
  
  .DTFC_LeftBodyWrapper .table.dataTable.DTFC_Cloned thead .sorting:after, .DTFC_LeftBodyWrapper .table.dataTable.DTFC_Cloned thead .sorting:before,
  .DTFC_RightBodyLiner .table.dataTable.DTFC_Cloned thead .sorting:after,
  .DTFC_RightBodyLiner .table.dataTable.DTFC_Cloned thead .sorting:before {
    display: none;
  }
  
  .fixed-header-table {
    overflow-x: hidden;
  }
  
  div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #81eed8;
    color: #1abc9c;
    border: 2px solid #1abc9c;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21;
  }
  div.dt-button-info h2, div.dt-button-info .h2 {
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #1abc9c;
    background-color: #1abc9c;
  }
  div.dt-button-info > div {
    padding: 1em;
  }
  
  .dtfh-floatingparenthead {
    top: 60px !important;
  }
  
  .dt-buttons {
    margin-bottom: 5px;
  }
  
  table.dataTable tbody td.focus,
  table.dataTable tbody th.focus {
    box-shadow: inset 0 0 1px 2px #1abc9c;
  }
  
  div.dtk-focus-alt table.dataTable tbody td.focus,
  div.dtk-focus-alt table.dataTable tbody th.focus {
    box-shadow: inset 0 0 1px 2px #F1C40F;
    background: rgba(241, 196, 15, 0.15);
    color: #F1C40F;
  }
  
  table.dataTable > thead .sorting:before,
  table.dataTable > thead .sorting:after,
  table.dataTable > thead .sorting_asc:before,
  table.dataTable > thead .sorting_asc:after,
  table.dataTable > thead .sorting_desc:before,
  table.dataTable > thead .sorting_desc:after,
  table.dataTable > thead .sorting_asc_disabled:before,
  table.dataTable > thead .sorting_asc_disabled:after,
  table.dataTable > thead .sorting_desc_disabled:before,
  table.dataTable > thead .sorting_desc_disabled:after {
    top: 13px;
  }
  
  table.dataTable tbody > tr > .selected td.select-checkbox:after,
  table.dataTable tbody > tr > .selected th.select-checkbox:after,
  table.dataTable tbody > tr.selected td.select-checkbox:after,
  table.dataTable tbody > tr.selected th.select-checkbox:after {
    margin-top: -21px;
    margin-left: -7px;
  }
  
  .datatable-wrapper.no-footer .datatable-container {
    border-bottom: none;
  }
  
  .datatable-wrapper .datatable-container {
    overflow-x: auto;
  }
  
  .datatable-top > div,
  .datatable-top > div {
    margin: 5px 0;
  }
  @media (max-width: 574.98px) {
    .datatable-top > div:last-child,
    .datatable-top > div:last-child {
      float: left;
    }
  }
  
  .datatable-dropdown label,
  .dataTable-dropdown label {
    display: flex;
    align-items: center;
    width: 230px;
    white-space: nowrap;
  }
  .datatable-dropdown label select,
  .dataTable-dropdown label select {
    margin-right: 8px;
    margin-left: 0px;
  }
  
  .datatable-sorter {
    padding-right: 18px;
  }
  .datatable-sorter:after {
    border-top: 0px;
    top: 4px;
  }
  .datatable-sorter::before {
    border-bottom: 0px;
    bottom: 4px;
  }
  
  .datatable-pagination ul {
    margin: 0;
    padding-left: 0;
  }
  .datatable-pagination li {
    list-style: none;
    float: left;
  }
  .datatable-pagination a {
    border: 1px solid transparent;
    float: left;
    margin-left: 2px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    border-radius: var(--bs-border-radius);
    color: var(--bs-card-color);
  }
  .datatable-pagination a:hover {
    background-color: var(--bs-primary-light);
    color: var(--bs-primary);
  }
  .datatable-pagination .datatable-active a,
  .datatable-pagination .active a {
    background-color: var(--bs-primary);
    color: #fff;
    cursor: default;
  }
  .datatable-pagination .datatable-active a:focus, .datatable-pagination .datatable-active a:hover,
  .datatable-pagination .active a:focus,
  .datatable-pagination .active a:hover {
    background-color: var(--bs-primary);
    color: #fff;
    cursor: default;
  }
  .datatable-pagination .ellipsis a {
    cursor: not-allowed;
  }
  .datatable-pagination .disabled a {
    cursor: not-allowed;
    cursor: not-allowed;
    opacity: 0.4;
  }
  .datatable-pagination .disabled a:focus, .datatable-pagination .disabled a:hover {
    cursor: not-allowed;
  }
  .datatable-pagination .disabled a:focus, .datatable-pagination .disabled a:hover {
    cursor: not-allowed;
    opacity: 0.4;
  }
  .datatable-pagination .pager a {
    font-weight: bold;
  }
  
  .dt-buttons.btn-group.flex-wrap .btn, .dt-buttons.btn-group.flex-wrap .introjs-tooltip .introjs-button, .introjs-tooltip .dt-buttons.btn-group.flex-wrap .introjs-button {
    margin-bottom: 5px;
  }
  
  div.dataTables_wrapper div.dt-row {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  
  table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: none;
  }
  
  /**  =====================
    35. Data Tables css end
  ==========================  **/
  /**  =====================
    36. Customizer css start
  ==========================  **/
  .pct-c-btn {
    display: block;
    padding: 0px;
    border: 2px solid var(--bs-primary);
    border-right: none;
    position: fixed;
    overflow: hidden;
    right: 0;
    top: 130px;
    z-index: 1030;
    transition: all 0.15s ease-in-out;
    border-radius: 8px 0 0 8px;
    box-shadow: -6px 0px 14px 1px rgba(27, 46, 94, 0.08);
    background: var(--bs-dark);
  }
  .pct-c-btn a {
    display: block;
    padding: 16px;
    transition: all 0.08s cubic-bezier(0.37, 0.24, 0.53, 0.99);
  }
  .pct-c-btn a i {
    font-size: 30px;
    display: block;
    animation: anim-rotate 2.5s infinite linear;
    line-height: 30px;
    color: #fff;
  }
  .pct-c-btn a:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
  }
  @media (max-width: 1024px) {
    .pct-c-btn {
      display: none;
    }
  }
  
  @keyframes anim-rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .pct-offcanvas {
    --bs-offcanvas-width: 375px;
    --bs-offcanvas-zindex: 1079;
    transition: transform 0.45s cubic-bezier(0.37, 0.24, 0.53, 0.99);
    box-shadow: 8px 0 14px rgba(27, 46, 94, 0.4);
  }
  .pct-offcanvas ~ .offcanvas-backdrop {
    opacity: 0.2;
  }
  .pct-offcanvas .offcanvas-body {
    padding: 25px;
  }
  .pct-offcanvas .avtar.avtar-xs {
    width: 36px;
    height: 36px;
  }
  .pct-offcanvas .list-group-item {
    padding: 20px 0;
  }
  .pct-offcanvas .list-group-item > div > .pct-content,
  .pct-offcanvas .list-group-item a.btn,
  .pct-offcanvas .list-group-item .introjs-tooltip a.introjs-button,
  .introjs-tooltip .pct-offcanvas .list-group-item a.introjs-button {
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  }
  
  .preset-btn {
    height: 100px;
    border: 2px solid var(--bs-gray-300);
    --bs-btn-active-border-color: var(--bs-gray-300);
  }
  .preset-btn:hover {
    border-color: var(--bs-primary);
  }
  .preset-btn:active, .preset-btn.active {
    border-color: var(--bs-primary);
  }
  
  .theme-color.preset-color {
    display: flex;
    position: relative;
    padding: 0;
    width: 100%;
  }
  .theme-color.preset-color > a {
    position: relative;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    flex: none;
  }
  .theme-color.preset-color > a::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
    transform: scale(0);
    transition: all 0.15s ease-in-out;
  }
  .theme-color.preset-color > a i {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    transform: scale(0);
    transition: all 0.15s ease-in-out;
  }
  .theme-color.preset-color > a i::before {
    position: relative;
    z-index: 5;
  }
  .theme-color.preset-color > a:hover::after {
    transform: scale(1);
  }
  .theme-color.preset-color > a.active::after,
  .theme-color.preset-color > a.active i {
    transform: scale(1);
  }
  .theme-color.preset-color.preset-color > a[data-value=preset-1] {
    background: #1abc9c;
  }
  .theme-color.preset-color.preset-color > a[data-value=preset-2] {
    background: #6610f2;
  }
  .theme-color.preset-color.preset-color > a[data-value=preset-3] {
    background: #9B59B6;
  }
  .theme-color.preset-color.preset-color > a[data-value=preset-4] {
    background: #e83e8c;
  }
  .theme-color.preset-color.preset-color > a[data-value=preset-5] {
    background: #E74C3C;
  }
  .theme-color.preset-color.preset-color > a[data-value=preset-6] {
    background: #E67E22;
  }
  .theme-color.preset-color.preset-color > a[data-value=preset-7] {
    background: #F1C40F;
  }
  .theme-color.preset-color.preset-color > a[data-value=preset-8] {
    background: #2ECC71;
  }
  .theme-color.preset-color.preset-color > a[data-value=preset-9] {
    background: #008080;
  }
  .theme-color.preset-color.preset-color > a[data-value=preset-10] {
    background: #3498DB;
  }
  
  .theme-color .btn-label {
    margin: 4px 0 10px 20px;
    position: relative;
    display: block;
    text-align: left;
  }
  .theme-color .btn-label::before, .theme-color .btn-label::after {
    content: "";
    position: absolute;
    left: -20px;
    top: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }
  .theme-color .btn-label::before {
    background: var(--bs-primary);
    transform: scale(0);
  }
  .theme-color .btn-label::after {
    border: 2px solid var(--bs-border-color);
  }
  .theme-color .pc-lay-icon {
    position: relative;
    width: 35px;
    height: 25px;
    border-radius: 3px;
    display: inline-block;
    background: var(--bs-body-bg);
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
  }
  .theme-color .pc-lay-icon span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .theme-color .pc-lay-icon span:nth-child(1), .theme-color .pc-lay-icon span:nth-child(3) {
    width: 32%;
    left: 0;
  }
  .theme-color .pc-lay-icon span:nth-child(1) {
    background: var(--pc-sidebar-background);
  }
  .theme-color .pc-lay-icon span:nth-child(3) {
    background: var(--pc-sidebar-background);
  }
  .theme-color .pc-lay-icon span:nth-child(2), .theme-color .pc-lay-icon span:nth-child(4) {
    z-index: 1;
    width: 70%;
    left: auto;
    right: 0;
    background: var(--bs-body-bg);
  }
  .theme-color .pc-lay-icon span:nth-child(1), .theme-color .pc-lay-icon span:nth-child(2) {
    top: 0;
    height: 35%;
  }
  .theme-color .pc-lay-icon span:nth-child(3), .theme-color .pc-lay-icon span:nth-child(4) {
    top: auto;
    bottom: 0;
    height: 75%;
  }
  .theme-color .pc-lay-icon span:nth-child(2) {
    background: var(--pc-header-background);
  }
  
  .theme-layout .btn, .theme-layout .introjs-tooltip .introjs-button, .introjs-tooltip .theme-layout .introjs-button {
    height: 100px;
  }
  .theme-layout .btn i, .theme-layout .introjs-tooltip .introjs-button i, .introjs-tooltip .theme-layout .introjs-button i {
    font-size: 26px;
  }
  
  .preset-btn {
    padding: 8px;
    width: 100%;
    line-height: 1;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.04);
  }
  .preset-btn .pc-lay-icon {
    width: 100%;
    height: 50px;
  }
  .preset-btn.active {
    border-color: var(--bs-primary);
  }
  .preset-btn.active .btn-label::before {
    background: var(--bs-primary);
    transform: scale(0.5);
  }
  .preset-btn.active .btn-label::after {
    border-color: var(--bs-primary);
  }
  
  .theme-layout .btn[data-value=false] .pc-lay-icon span:nth-child(1), .theme-layout .introjs-tooltip [data-value=false].introjs-button .pc-lay-icon span:nth-child(1), .introjs-tooltip .theme-layout [data-value=false].introjs-button .pc-lay-icon span:nth-child(1), .theme-layout .btn[data-value=false] .pc-lay-icon span:nth-child(3), .theme-layout .introjs-tooltip [data-value=false].introjs-button .pc-lay-icon span:nth-child(3), .introjs-tooltip .theme-layout [data-value=false].introjs-button .pc-lay-icon span:nth-child(3) {
    background: #435d78;
  }
  .theme-layout .btn[data-value=false] .pc-lay-icon span:nth-child(2), .theme-layout .introjs-tooltip [data-value=false].introjs-button .pc-lay-icon span:nth-child(2), .introjs-tooltip .theme-layout [data-value=false].introjs-button .pc-lay-icon span:nth-child(2), .theme-layout .btn[data-value=false] .pc-lay-icon span:nth-child(4), .theme-layout .introjs-tooltip [data-value=false].introjs-button .pc-lay-icon span:nth-child(4), .introjs-tooltip .theme-layout [data-value=false].introjs-button .pc-lay-icon span:nth-child(4) {
    background: #34495E;
  }
  .theme-layout .btn[data-value=true] .pc-lay-icon span:nth-child(1), .theme-layout .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(1), .introjs-tooltip .theme-layout [data-value=true].introjs-button .pc-lay-icon span:nth-child(1), .theme-layout .btn[data-value=true] .pc-lay-icon span:nth-child(3), .theme-layout .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(3), .introjs-tooltip .theme-layout [data-value=true].introjs-button .pc-lay-icon span:nth-child(3) {
    background: var(--bs-white);
  }
  .theme-layout .btn[data-value=true] .pc-lay-icon span:nth-child(2), .theme-layout .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(2), .introjs-tooltip .theme-layout [data-value=true].introjs-button .pc-lay-icon span:nth-child(2), .theme-layout .btn[data-value=true] .pc-lay-icon span:nth-child(4), .theme-layout .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(4), .introjs-tooltip .theme-layout [data-value=true].introjs-button .pc-lay-icon span:nth-child(4) {
    background: #e9e9e9;
  }
  
  .theme-header-color .btn[data-value=false] span:not(.btn-label):nth-child(2), .theme-header-color .introjs-tooltip [data-value=false].introjs-button span:not(.btn-label):nth-child(2), .introjs-tooltip .theme-header-color [data-value=false].introjs-button span:not(.btn-label):nth-child(2) {
    background: var(--bs-white);
  }
  .theme-header-color .btn[data-value=true] .pc-lay-icon span:nth-child(2), .theme-header-color .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(2), .introjs-tooltip .theme-header-color [data-value=true].introjs-button .pc-lay-icon span:nth-child(2) {
    background: var(--bs-dark);
  }
  
  .theme-sidebar-color .btn[data-value=false] span:not(.btn-label):nth-child(1), .theme-sidebar-color .introjs-tooltip [data-value=false].introjs-button span:not(.btn-label):nth-child(1), .introjs-tooltip .theme-sidebar-color [data-value=false].introjs-button span:not(.btn-label):nth-child(1), .theme-sidebar-color .btn[data-value=false] span:not(.btn-label):nth-child(3), .theme-sidebar-color .introjs-tooltip [data-value=false].introjs-button span:not(.btn-label):nth-child(3), .introjs-tooltip .theme-sidebar-color [data-value=false].introjs-button span:not(.btn-label):nth-child(3) {
    background: var(--bs-white);
  }
  .theme-sidebar-color .btn[data-value=true] .pc-lay-icon span:nth-child(1), .theme-sidebar-color .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(1), .introjs-tooltip .theme-sidebar-color [data-value=true].introjs-button .pc-lay-icon span:nth-child(1), .theme-sidebar-color .btn[data-value=true] .pc-lay-icon span:nth-child(3), .theme-sidebar-color .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(3), .introjs-tooltip .theme-sidebar-color [data-value=true].introjs-button .pc-lay-icon span:nth-child(3) {
    background: var(--bs-dark);
  }
  
  .theme-nav-caption .btn span:nth-child(3), .theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3), .introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) {
    flex-direction: column;
  }
  .theme-nav-caption .btn span:nth-child(3) span, .theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span, .introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span {
    position: absolute;
    background: var(--pc-sidebar-active-color);
    height: 4px;
    width: 40% !important;
    left: 0 !important;
    right: auto;
    border-radius: 3px;
  }
  .theme-nav-caption .btn span:nth-child(3) span:before, .theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span:before, .introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span:before, .theme-nav-caption .btn span:nth-child(3) span:after, .theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span:after, .introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span:after {
    border-radius: 3px;
    content: "";
    position: absolute;
    left: 0;
    background: var(--pc-sidebar-color);
    height: 3px;
    width: 150%;
  }
  .theme-nav-caption .btn span:nth-child(3) span:before, .theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span:before, .introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span:before {
    top: 5px;
  }
  .theme-nav-caption .btn span:nth-child(3) span:after, .theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span:after, .introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span:after {
    top: 10px;
  }
  .theme-nav-caption .btn span:nth-child(3) span:nth-child(2), .theme-nav-caption .introjs-tooltip .introjs-button span:nth-child(3) span:nth-child(2), .introjs-tooltip .theme-nav-caption .introjs-button span:nth-child(3) span:nth-child(2) {
    top: 15px;
  }
  .theme-nav-caption .btn[data-value=false] span:nth-child(3) span, .theme-nav-caption .introjs-tooltip [data-value=false].introjs-button span:nth-child(3) span, .introjs-tooltip .theme-nav-caption [data-value=false].introjs-button span:nth-child(3) span {
    background: transparent;
  }
  
  .theme-direction .btn[data-value=false] span:nth-child(1), .theme-direction .introjs-tooltip [data-value=false].introjs-button span:nth-child(1), .introjs-tooltip .theme-direction [data-value=false].introjs-button span:nth-child(1), .theme-direction .btn[data-value=false] span:nth-child(3), .theme-direction .introjs-tooltip [data-value=false].introjs-button span:nth-child(3), .introjs-tooltip .theme-direction [data-value=false].introjs-button span:nth-child(3) {
    left: 0;
    right: auto;
  }
  .theme-direction .btn[data-value=false] span:nth-child(2), .theme-direction .introjs-tooltip [data-value=false].introjs-button span:nth-child(2), .introjs-tooltip .theme-direction [data-value=false].introjs-button span:nth-child(2), .theme-direction .btn[data-value=false] span:nth-child(4), .theme-direction .introjs-tooltip [data-value=false].introjs-button span:nth-child(4), .introjs-tooltip .theme-direction [data-value=false].introjs-button span:nth-child(4) {
    left: auto;
    right: 0;
  }
  .theme-direction .btn[data-value=true] .pc-lay-icon span:nth-child(1), .theme-direction .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(1), .introjs-tooltip .theme-direction [data-value=true].introjs-button .pc-lay-icon span:nth-child(1), .theme-direction .btn[data-value=true] .pc-lay-icon span:nth-child(3), .theme-direction .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(3), .introjs-tooltip .theme-direction [data-value=true].introjs-button .pc-lay-icon span:nth-child(3) {
    left: auto;
    right: 0;
  }
  .theme-direction .btn[data-value=true] .pc-lay-icon span:nth-child(2), .theme-direction .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(2), .introjs-tooltip .theme-direction [data-value=true].introjs-button .pc-lay-icon span:nth-child(2), .theme-direction .btn[data-value=true] .pc-lay-icon span:nth-child(4), .theme-direction .introjs-tooltip [data-value=true].introjs-button .pc-lay-icon span:nth-child(4), .introjs-tooltip .theme-direction [data-value=true].introjs-button .pc-lay-icon span:nth-child(4) {
    left: 0;
    right: auto;
  }
  
  .theme-container .btn span:nth-child(4), .theme-container .introjs-tooltip .introjs-button span:nth-child(4), .introjs-tooltip .theme-container .introjs-button span:nth-child(4) {
    padding: 5px;
  }
  .theme-container .btn span:nth-child(4):after, .theme-container .introjs-tooltip .introjs-button span:nth-child(4):after, .introjs-tooltip .theme-container .introjs-button span:nth-child(4):after {
    content: "";
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    height: 100%;
    width: 100%;
  }
  .theme-container .btn span:nth-child(4) > span, .theme-container .introjs-tooltip .introjs-button span:nth-child(4) > span, .introjs-tooltip .theme-container .introjs-button span:nth-child(4) > span {
    border-radius: 3px;
    position: relative;
    z-index: 5;
    background: var(--bs-offcanvas-bg);
    height: 100%;
    width: 100%;
  }
  .theme-container .btn[data-value=true] span:nth-child(4) > span, .theme-container .introjs-tooltip [data-value=true].introjs-button span:nth-child(4) > span, .introjs-tooltip .theme-container [data-value=true].introjs-button span:nth-child(4) > span {
    width: 60%;
  }
  
  [data-pc-layout=compact] [data-pc-layout=horizontal] .pc-rtl {
    display: none;
  }
  
  .auth-main ~ .pct-offcanvas .pc-boxcontainer {
    display: none;
  }
  
  /**  =====================
    36. Customizer css end
  ==========================  **/