HOME


5h-3LL 1.0
DIR: /home/aissorg/public_html/fonts/qzfcvsedcv/werwcwsfs
/home/aissorg/public_html/fonts/qzfcvsedcv/werwcwsfs/
Upload File:
Current File : /home/aissorg/public_html/fonts/qzfcvsedcv/werwcwsfs/css.tar
custom.css000064400000013030151162215500006563 0ustar00.wow-outer{
    color: #29293a;
}
@media (min-width: 576px){
    .section-xs {
    padding: 45px 0;
    background-color: #ffffff59;
    }  
} 

#disclaimer-cover { 
  height: 480px;
  margin: 0 auto;
  background: transparent url(img/madal.png) no-repeat top left;
}
.disclaimer-outer {
  
  height: 350px;
  border: none;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 80px;
  left: -40px;
  /*font-family: Verdana;*/
  font-size: 16px;
  background-color: trasparent;
  color: #900;
}
.disclaimer-inner {
  position: absolute;
  width: 100%;
  height: 570px;
  margin-top: 0px;
  text-align: center;
  
  /*transform: translateY(100%);*/
  /*animation: scroll-up 25s linear 1s infinite normal none running;*/
  
 /* transform: translateY(100%); */
 animation: none; 
  
  
}
/* Move it (definisce l'animazione) */
@keyframes scroll-up {
  0% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* Mette in pausa l'animazione al passaggio del mouse */
.disclaimer-inner:hover {
  cursor: pointer;
  animation-play-state: paused;
}
.hover-effect::before {
    right: 0;
    opacity:0.7;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #f4af24;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.blink {
font-size: 18px;
animation: blink-color 0.3s steps(3, start) infinite;
}

@keyframes blink-color {
0% {
color: red;
}
25% {
color: #0100c4;
}
100% {
color: #ff0202;
}
}
.devotional-border {
position: relative;
height: 0px; /* Adjust height */

}
.devotional-border::after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 15px;
background: linear-gradient(135deg, #8B0000 25%, transparent 25%) -7px 0,
        linear-gradient(-135deg, #8B0000 25%, transparent 25%) -7px 0;
background-size: 23px 27px;
background-repeat: repeat-x;
}



.section-donate{
  background: radial-gradient(circle, #FFFF99 50%, #FF8C00 100%);
  
  }
.section-act{
background: linear-gradient(150deg, #eed976,rgb(238, 194, 98), #fbf896, #d8a436, #e5c35b);
padding: 50px 0; /* Adjust padding as needed */
}
.section-info{
background: radial-gradient(circle, #FFFF99 70%, #FF8C00 100%);
padding: 50px 0; /* Adjust padding as needed */
}
.section-gallery{
background: linear-gradient(to left, #FFFF99 10%, #FF8C00 100%);
padding: 50px 0; /* Adjust padding as needed */
}
.section-know{
background: linear-gradient(150deg, #eed976,rgb(238, 194, 98), #fbf896, #d8a436, #e5c35b);
padding: 50px 0; /* Adjust padding as needed */
}
 /* Center the registration container */
 .form-container {
  background: linear-gradient(150deg, #eed976, rgb(238, 194, 98), #fbf896, #d8a436, #e5c35b);
  padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

h2 {
    margin-bottom: 20px;
    color: #333;
}

.input-line {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.input-line:focus {
    border-color: #d8a436;
}

.submit-btn {
    background-color: #8B0000;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #a52a2a;
}

/* Success Alert Styling */
.success-alert {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    display: none; /* Initially hidden */
}

/* Information Message */
.info-message {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}
/* Center the login container */
.login-container {
  background: linear-gradient(150deg, #eed976, rgb(238, 194, 98), #fbf896, #d8a436, #e5c35b);
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

h2 {
  margin-bottom: 20px;
  color: #333;
}

.input-line {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px;
  margin: 10px 0;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

.input-line:focus {
  border-color: #d8a436;
}

.login-btn {
  background-color: #8B0000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}

.login-btn:hover {
  background-color: #a52a2a;
}

/* Success Alert Styling */
.success-alert {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  display: none; /* Initially hidden */
}

/* Information Message */
.info-message {
  color: #555;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}style.css000064400002370246151162215500006432 0ustar00@charset "UTF-8";
/****** UTILS ******/ /*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.css-equal-content, .css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.invoice-template-tab.invoices-main-tabs .invoices-tabs ul, .invoices-main-tabs .invoices-tabs ul, .date-list ul, .invoices-items-main-tabs ul, .activity .activity-list, .notifications .notification-list, .sidebar .sidebar-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.css-equal-content {
  color: red;
  float: left;
}

.invoice-template-tab.invoices-main-tabs .btn, .sidebar-settings .sidebar-top .btn-closed, .sidebar-layout .sidebar-content .sidebar-top .btn-closed, .sticky-sidebar > li > a, .sticky-sidebar, .invoices-main-tabs .btn, .dash-widget-header .dash-widget-icon, .change-photo-btn, .blog-catagories, .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket .kanban-head span, .invoices-page-header .invoices-breadcrumb-item i, .invoices-page-header .invoices-breadcrumb-item a, .invoice-load-btn .btn, .invoices-settings-btn .btn, [data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link, .avatar-edit, .sidebar .nav-link, div#global-loader, .user-img, .chat-attachment-item, .avatar .avatar-title {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.invoice-four .invoice-wrapper .inv-content .bank-details, .invoice-four .invoice-wrapper .inv-content .invoice-table-footer, .invoice-one .totalamount-footer, .invoice-one .invoice-table-footer, .invoice-two .inv-content .bank-details, .invoice-two .inv-content .totalamount-footer, .invoice-two .inv-content .invoice-table-footer, .invoice-two .invoice-header, .invoice-two .inv-details, .invoice-template-tab.invoices-main-tabs .btn, .index-five .inv-content .totalamount-footer, .index-five .company-info, .index-five .invoiceten-header .invoice-header, .index-four .inv-content .totalamount-footer, .index-four .company-info, .index-three .inv-content .totalamount-footer, .index-three .inv-content .invoice-header .inv-header-right, .index-three .company-info, .index-three .invoice-header-top, .index-two .inv-content .totalamount-footer, .index-two .company-info, .inv-content .bank-details, .inv-content .invoice-table-footer, .invoice-header, .inv-details, .train-ticket .inv-content .totalamount-footer, .student-billing .inv-content .totalamount-footer, .flight-booking .inv-content .totalamount-footer, .domain-hosting .inv-content .totalamount-footer, .car-booking .inv-content .totalamount-footer, .bus-ticket .inv-content .totalamount-footer, .setting, .sidebar-settings .sidebar-top .btn-closed, .sidebar-layout .sidebar-content .layout, .sidebar-layout .sidebar-content .sidebar-top .btn-closed, .sticky-sidebar > li > a, .invoices-main-tabs .btn, .dash-widget-header .dash-widget-icon, .chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info, .chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info, .chat-search .input-group .input-group-prefix, .change-photo-btn, .blog-catagories, .blog-views, .post-author a, .grid-blog .entry-meta, .custom_radio, .custom_radio_one, .invoice-total-box .service-amount, .payment-details, .invoices-page-header .invoices-breadcrumb-item i, .invoices-page-header .invoices-breadcrumb-item a, .invoice-load-btn .btn, .card-middle-avatar, .invoices-settings-btn .btn, .invoices-settings-btn, .multipleSelection .selectbox, .sortby .selectboxes, [data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link, [data-layout=horizontal] body nav.greedy, .avatar-edit, .table tbody td a, .sidebar .sub-menu a, .sidebar .nav-link, div#global-loader, .user-img, .user-menu .dropdown-menu .dropdown-item, .chat-attachment-item, .chat-window .chat-cont-left .chat-search .input-group .input-group-prefix, .chat-window .chat-cont-left .chat-header, .avatar .avatar-title {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.invoice-four .invoice-wrapper .inv-content .invoice-header, .invoice-three .invoice-wrapper .inv-content .invoice-header {
  align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.invoice-two .inv-content .two-invoice-details .company-booking-address, .invoice-two .invoice-header, .invoice-two .inv-details, .index-five .company-details .company-content, .index-five .invoiceten-header .invoice-header, .index-four .company-details .company-content, .index-three .invoice-footer, .index-three .inv-content .bank-details .account-info .account-details-infotop, .index-three .inv-content .invoice-header .inv-header-right, .index-three .invoice-header-top, .invoice-header, .inv-details, .train-ticket .inv-content .flight-invoice-details .invoice-infomation, .train-ticket .inv-content .flight-invoice-details .bus-booking-address, .student-billing .inv-content .flight-invoice-details .invoice-infomation, .money-exchange .inv-content .sendto-details .sendto-left div, .money-exchange .inv-content .sendto-details .sendto-right div, .money-exchange .inv-content .sendto-details, .money-exchange .inv-content .exchange-details .exchange-info div, .money-exchange .inv-content .exchange-details .exchange-info, .hotel-booking .inv-content .service-details table tr td div, .flight-booking .inv-content .flight-invoice-details .invoice-infomation, .domain-hosting .inv-content .service-details table tr td div, .domain-hosting .inv-content .flight-invoice-details .invoice-infomation, .car-booking .inv-content .flight-invoice-details .invoice-infomation, .car-booking .inv-content .flight-invoice-details .bus-booking-address, .bus-ticket .inv-content .flight-invoice-details .invoice-infomation, .bus-ticket .inv-content .flight-invoice-details .bus-booking-address, .mail-provider, .payment-toggle, .chat-cont-left .chat-scroll .chat-block .media-body, .edit-options, .grid-blog .entry-meta, .invoice-total-box .service-amount, .payment-details, .multipleSelection .selectbox, .sortby .selectboxes, .app-listing, .sidebar .sub-menu a, .chat-window .chat-cont-right .chat-header, .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body, .chat-window .chat-cont-left .chat-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.packages .package-header .btn-action-icon, .template-invoice-card .blog .blog-image a.preview-invoice, .invoice-star, .list-btn .btn-filters, .price-table-main .plan-header .plan-widget-icon, .price-table-main .plan-selected, .table tbody td h2.table-avatar a.product-list-item-bg, .ticket-information .support-details .btn-action-icon, .table .dropdown-item, .table tbody td a.btn-action-icon, .sidebar .sidebar-header .logo, .sidebar .sidebar-header .dark-logo, .sidebar .sidebar-header, .settings-icon span, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.invoice-four .invoice-wrapper .inv-content .bank-details, .invoice-four .invoice-wrapper .inv-content .invoice-address-four, .invoice-two .inv-content .bank-details, .invoice-two .inv-content .invoice-address-details, .inv-content .bank-details, .inv-content .invoice-address {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.invoice-template-tab.invoices-main-tabs .invoices-tabs ul, .invoices-main-tabs .invoices-tabs ul, .date-list ul, .invoices-items-main-tabs ul, .activity .activity-list, .notifications .notification-list, .sidebar .sidebar-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments .describe-btn span, .comments .describe-btn .badge, .ticket-history .card-inform .ticket-info .ticket-upload, .avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.filter-btn.tax, .from-to-date, .invoice-four .invoice-wrapper .inv-content .bank-details, .invoice-four .invoice-wrapper .inv-content .invoice-table-footer, .invoice-four .invoice-wrapper .inv-content .invoice-address-four, .invoice-one .invoice-table-footer, .notifications .user-list-item, .invoice-two .inv-content .bank-details, .invoice-two .inv-content .invoice-table-footer, .invoice-two .inv-content .invoice-address-details, .invoice-two .invoice-header, .invoice-two .inv-details, .invoice-template-tab.invoices-main-tabs .btn, .pay-online-list li, .index-five .company-info, .index-five .company-details .company-content, .index-five .invoiceten-header .invoice-header, .index-four .company-info, .index-four .company-details .company-content, .index-three .invoice-footer, .index-three .inv-content .bank-details .account-info .account-details-infotop, .index-three .inv-content .invoice-header .inv-header-right, .index-three .company-info, .index-three .invoice-header-bottom, .index-three .invoice-header-top, .index-two .company-info, .inv-content .bank-details, .inv-content .invoice-table-footer, .inv-content .invoice-address, .invoice-header, .inv-details, .hotel-booking .inv-content .service-details table tr td div, .domain-hosting .inv-content .service-details table tr td div, .setting, .sidebar-settings .sidebar-top .btn-closed, .sidebar-layout .sidebar-content .layout, .sidebar-layout .sidebar-content .sidebar-image, .sidebar-layout .sidebar-content .sidebar-top .btn-closed, .sticky-sidebar > li > a, .sticky-sidebar, .invoices-main-tabs .btn, .chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments, .chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info, .chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info, .chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments, .chat-cont-right ul.list-unstyled .chat-block.sent .media-body, .chat-cont-left .chat-scroll .chat-block .media-body, .chat-search .input-group .input-group-prefix, .change-photo-btn, .edit-options, .blog-catagories, .blog-views, .post-author a, .grid-blog .entry-meta, .ticket-sidebar .dropdown-menu .dropdown-item, .invoice-total-box .service-amount, .payment-details, .invoices-page-header .invoices-breadcrumb-item i, .invoices-page-header .invoices-breadcrumb-item a, .invoices-settings-btn .btn, .invoices-settings-btn, .multipleSelection .selectbox, .sortby .selectboxes, .app-listing, [data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link, [data-layout=horizontal] body nav.greedy, .sidebar.sidebar-menu-five ul, .sidebar-menu-five ul, .table tbody td a, .sidebar .nav-items .nav-link, .sidebar .sub-menu a, .sidebar .nav-link, .sidebar .sidebar-menu ul li a, .sidebar .sidebar-menu .menu-title, div#global-loader, .user-img, .user-menu .dropdown-menu .dropdown-item, .chat-attachment-item, .chat-window .chat-cont-right .chat-header, .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body, .chat-window .chat-cont-left .chat-search .input-group .input-group-prefix, .chat-window .chat-cont-left .chat-header, .chat-window, .avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-booking-address.company-five-address, .invoice-address-details.invoice-five-group, .inovices-card .inovices-widget-header, .multipleSelection .selectbox, .multipleSelection .selectboxes, .app-listing, .error-page, .toggle-sidebar .sidebar-header, .form-group-add .booking-option, .content-invoice-header, .content-page-header, .inovices-widget-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.invoice-five .inv-content .bank-details, .invoice-five .invoice-table-footer, .invoice-five .inv-content .invoice-five-details, .notifications .user-list-item .users-list-body .chats-delete i, .notifications .user-list-item .users-list-body .chats-delete, .notifications .user-list-item .users-list-body, .preview-boxs, .template-invoice-card .blog .invoice-content-title, .select-status select, .input-block.check-mark, .ticket-sidebar .action-sets, .billing-btn, .bank-details .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.invoice-five .inv-content .bank-details .bank-qr-detail, .invoice-five .inv-content .invoice-five-details .invoice-date, .inovices-card .inovice-trending, .invoices-settings-btn, .list-btn .filter-list li ul li, .list-btn .filter-list .short-filter, .list-btn .filter-list, .dash-widget-header, .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li img, .price-table-main .plan-description ul li, .price-table-main .plan-header, .profile-picture .upload-profile, .profile-picture, .inovices-widget-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.table .dropdown-item {
  justify-content: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
}

.invoice-two .inv-content .two-invoice-details .company-booking-address, .invoice-two .invoice-header, .invoice-two .inv-details, .index-five .company-details .company-content, .index-five .invoiceten-header .invoice-header, .index-four .company-details .company-content, .index-three .invoice-footer, .index-three .inv-content .bank-details .account-info .account-details-infotop, .index-three .inv-content .invoice-header .inv-header-right, .index-three .invoice-header-top, .invoice-header, .inv-details, .train-ticket .inv-content .flight-invoice-details .invoice-infomation, .train-ticket .inv-content .flight-invoice-details .bus-booking-address, .student-billing .inv-content .flight-invoice-details .invoice-infomation, .money-exchange .inv-content .sendto-details .sendto-left div, .money-exchange .inv-content .sendto-details .sendto-right div, .money-exchange .inv-content .sendto-details, .money-exchange .inv-content .exchange-details .exchange-info div, .money-exchange .inv-content .exchange-details .exchange-info, .hotel-booking .inv-content .service-details table tr td div, .flight-booking .inv-content .flight-invoice-details .invoice-infomation, .domain-hosting .inv-content .service-details table tr td div, .domain-hosting .inv-content .flight-invoice-details .invoice-infomation, .car-booking .inv-content .flight-invoice-details .invoice-infomation, .car-booking .inv-content .flight-invoice-details .bus-booking-address, .bus-ticket .inv-content .flight-invoice-details .invoice-infomation, .bus-ticket .inv-content .flight-invoice-details .bus-booking-address, .mail-provider, .payment-toggle, .chat-cont-left .chat-scroll .chat-block .media-body, .edit-options, .grid-blog .entry-meta, .invoice-total-box .service-amount, .payment-details, .multipleSelection .selectbox, .sortby .selectboxes, .app-listing, .sidebar .sub-menu a, .chat-window .chat-cont-right .chat-header, .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body, .chat-window .chat-cont-left .chat-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

#edit_package form .checkboxes, #add_newpackage form .checkboxes, .chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info, .chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat-cont-right ul.list-unstyled .chat-block.sent .media-body {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.chat-cont-right ul.list-unstyled .chat-block.sent .media-body, .sidebar .nav-items .nav-link {
  -ms-flex-direction: column;
  flex-direction: column;
}

/******* BASE *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  overflow-x: hidden;
}

/* HTML5 display-role reset for older browsers */
* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/CircularStd-Book.html");
  src: url("../fonts/CircularStd-Bookd41d.html?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book-2.html#Circular Std") format("svg");
}
@font-face {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/CircularStd-Medium.html");
  src: url("../fonts/CircularStd-Mediumd41d.html?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium-2.html#Circular Std") format("svg");
}
@font-face {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CircularStd-Bold.html");
  src: url("../fonts/CircularStd-Boldd41d.html?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold-2.html#Circular Std") format("svg");
}
h1 {
  font-weight: 500;
  font-size: 40px;
  font-family: "Arimo", sans-serif;
  color: #28084B;
}
@media (max-width: 767px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-weight: 500;
  font-size: 30px;
  color: #28084B;
}
@media (max-width: 767px) {
  h2 {
    font-size: 23px;
  }
}

h3 {
  font-weight: 500;
  font-size: 28px;
  color: #28084B;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-weight: 500;
  font-size: 24px;
  font-family: "Arimo", sans-serif;
  color: #28084B;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #28084B;
}
@media (max-width: 992px) {
  h5 {
    font-size: 18px;
    margin: 0 0 0;
  }
}

h6 {
  font-weight: 500;
  font-size: 16px;
  color: #28084B;
}
@media (max-width: 1023px) {
  h6 {
    font-size: 16px;
  }
}

h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.card-title {
  color: #28084B;
}

.card-title {
  color: #333;
}

.card-body {
  color: #333;
}

body {
  font-family: "Arimo", sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  background-color: #F7F8F9;
}

.container {
  width: 100%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  outline: none;
}

button:focus {
  box-shadow: none !important;
}

a {
  color: #e90202;
  cursor: poArimo;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #6b36de;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:focus {
  outline: 0;
}

p {
  font-size: 14px;
  font-weight: 400;
}
p:last-child {
  padding: 0 0;
}

strong {
  font-weight: 600;
}

.dropdown.main .btn-white:hover {
  background-color: #e90202;
  border-color: #e90202;
  color: #fff;
  box-shadow: inset 0 50px 0 0 #e90202;
}

/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.css-equal-heights, .css-equal-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.invoice-template-tab.invoices-main-tabs .invoices-tabs ul, .invoices-main-tabs .invoices-tabs ul, .date-list ul, .invoices-items-main-tabs ul, .activity .activity-list, .notifications .notification-list, .sidebar .sidebar-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.css-equal-content {
  color: red;
  float: left;
}

.invoice-template-tab.invoices-main-tabs .btn, .sidebar-settings .sidebar-top .btn-closed, .sidebar-layout .sidebar-content .sidebar-top .btn-closed, .sticky-sidebar > li > a, .sticky-sidebar, .invoices-main-tabs .btn, .dash-widget-header .dash-widget-icon, .change-photo-btn, .blog-catagories, .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket .kanban-head span, .invoices-page-header .invoices-breadcrumb-item i, .invoices-page-header .invoices-breadcrumb-item a, .invoice-load-btn .btn, .invoices-settings-btn .btn, [data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link, .avatar-edit, .sidebar .nav-link, div#global-loader, .user-img, .chat-attachment-item, .avatar .avatar-title {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.invoice-four .invoice-wrapper .inv-content .bank-details, .invoice-four .invoice-wrapper .inv-content .invoice-table-footer, .invoice-one .totalamount-footer, .invoice-one .invoice-table-footer, .invoice-two .inv-content .bank-details, .invoice-two .inv-content .totalamount-footer, .invoice-two .inv-content .invoice-table-footer, .invoice-two .invoice-header, .invoice-two .inv-details, .invoice-template-tab.invoices-main-tabs .btn, .index-five .inv-content .totalamount-footer, .index-five .company-info, .index-five .invoiceten-header .invoice-header, .index-four .inv-content .totalamount-footer, .index-four .company-info, .index-three .inv-content .totalamount-footer, .index-three .inv-content .invoice-header .inv-header-right, .index-three .company-info, .index-three .invoice-header-top, .index-two .inv-content .totalamount-footer, .index-two .company-info, .inv-content .bank-details, .inv-content .invoice-table-footer, .invoice-header, .inv-details, .train-ticket .inv-content .totalamount-footer, .student-billing .inv-content .totalamount-footer, .flight-booking .inv-content .totalamount-footer, .domain-hosting .inv-content .totalamount-footer, .car-booking .inv-content .totalamount-footer, .bus-ticket .inv-content .totalamount-footer, .setting, .sidebar-settings .sidebar-top .btn-closed, .sidebar-layout .sidebar-content .layout, .sidebar-layout .sidebar-content .sidebar-top .btn-closed, .sticky-sidebar > li > a, .invoices-main-tabs .btn, .dash-widget-header .dash-widget-icon, .chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info, .chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info, .chat-search .input-group .input-group-prefix, .change-photo-btn, .blog-catagories, .blog-views, .post-author a, .grid-blog .entry-meta, .custom_radio, .custom_radio_one, .invoice-total-box .service-amount, .payment-details, .invoices-page-header .invoices-breadcrumb-item i, .invoices-page-header .invoices-breadcrumb-item a, .invoice-load-btn .btn, .card-middle-avatar, .invoices-settings-btn .btn, .invoices-settings-btn, .multipleSelection .selectbox, .sortby .selectboxes, [data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link, [data-layout=horizontal] body nav.greedy, .avatar-edit, .table tbody td a, .sidebar .sub-menu a, .sidebar .nav-link, div#global-loader, .user-img, .user-menu .dropdown-menu .dropdown-item, .chat-attachment-item, .chat-window .chat-cont-left .chat-search .input-group .input-group-prefix, .chat-window .chat-cont-left .chat-header, .avatar .avatar-title {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.invoice-four .invoice-wrapper .inv-content .invoice-header, .invoice-three .invoice-wrapper .inv-content .invoice-header {
  align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.invoice-two .inv-content .two-invoice-details .company-booking-address, .invoice-two .invoice-header, .invoice-two .inv-details, .index-five .company-details .company-content, .index-five .invoiceten-header .invoice-header, .index-four .company-details .company-content, .index-three .invoice-footer, .index-three .inv-content .bank-details .account-info .account-details-infotop, .index-three .inv-content .invoice-header .inv-header-right, .index-three .invoice-header-top, .invoice-header, .inv-details, .train-ticket .inv-content .flight-invoice-details .invoice-infomation, .train-ticket .inv-content .flight-invoice-details .bus-booking-address, .student-billing .inv-content .flight-invoice-details .invoice-infomation, .money-exchange .inv-content .sendto-details .sendto-left div, .money-exchange .inv-content .sendto-details .sendto-right div, .money-exchange .inv-content .sendto-details, .money-exchange .inv-content .exchange-details .exchange-info div, .money-exchange .inv-content .exchange-details .exchange-info, .hotel-booking .inv-content .service-details table tr td div, .flight-booking .inv-content .flight-invoice-details .invoice-infomation, .domain-hosting .inv-content .service-details table tr td div, .domain-hosting .inv-content .flight-invoice-details .invoice-infomation, .car-booking .inv-content .flight-invoice-details .invoice-infomation, .car-booking .inv-content .flight-invoice-details .bus-booking-address, .bus-ticket .inv-content .flight-invoice-details .invoice-infomation, .bus-ticket .inv-content .flight-invoice-details .bus-booking-address, .mail-provider, .payment-toggle, .chat-cont-left .chat-scroll .chat-block .media-body, .edit-options, .grid-blog .entry-meta, .invoice-total-box .service-amount, .payment-details, .multipleSelection .selectbox, .sortby .selectboxes, .app-listing, .sidebar .sub-menu a, .chat-window .chat-cont-right .chat-header, .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body, .chat-window .chat-cont-left .chat-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.packages .package-header .btn-action-icon, .template-invoice-card .blog .blog-image a.preview-invoice, .invoice-star, .list-btn .btn-filters, .price-table-main .plan-header .plan-widget-icon, .price-table-main .plan-selected, .table tbody td h2.table-avatar a.product-list-item-bg, .ticket-information .support-details .btn-action-icon, .table .dropdown-item, .table tbody td a.btn-action-icon, .sidebar .sidebar-header .logo, .sidebar .sidebar-header .dark-logo, .sidebar .sidebar-header, .settings-icon span, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.invoice-four .invoice-wrapper .inv-content .bank-details, .invoice-four .invoice-wrapper .inv-content .invoice-address-four, .invoice-two .inv-content .bank-details, .invoice-two .inv-content .invoice-address-details, .inv-content .bank-details, .inv-content .invoice-address {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.invoice-template-tab.invoices-main-tabs .invoices-tabs ul, .invoices-main-tabs .invoices-tabs ul, .date-list ul, .invoices-items-main-tabs ul, .activity .activity-list, .notifications .notification-list, .sidebar .sidebar-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments .describe-btn span, .comments .describe-btn .badge, .ticket-history .card-inform .ticket-info .ticket-upload, .avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.filter-btn.tax, .from-to-date, .invoice-four .invoice-wrapper .inv-content .bank-details, .invoice-four .invoice-wrapper .inv-content .invoice-table-footer, .invoice-four .invoice-wrapper .inv-content .invoice-address-four, .invoice-one .invoice-table-footer, .notifications .user-list-item, .invoice-two .inv-content .bank-details, .invoice-two .inv-content .invoice-table-footer, .invoice-two .inv-content .invoice-address-details, .invoice-two .invoice-header, .invoice-two .inv-details, .invoice-template-tab.invoices-main-tabs .btn, .pay-online-list li, .index-five .company-info, .index-five .company-details .company-content, .index-five .invoiceten-header .invoice-header, .index-four .company-info, .index-four .company-details .company-content, .index-three .invoice-footer, .index-three .inv-content .bank-details .account-info .account-details-infotop, .index-three .inv-content .invoice-header .inv-header-right, .index-three .company-info, .index-three .invoice-header-bottom, .index-three .invoice-header-top, .index-two .company-info, .inv-content .bank-details, .inv-content .invoice-table-footer, .inv-content .invoice-address, .invoice-header, .inv-details, .hotel-booking .inv-content .service-details table tr td div, .domain-hosting .inv-content .service-details table tr td div, .setting, .sidebar-settings .sidebar-top .btn-closed, .sidebar-layout .sidebar-content .layout, .sidebar-layout .sidebar-content .sidebar-image, .sidebar-layout .sidebar-content .sidebar-top .btn-closed, .sticky-sidebar > li > a, .sticky-sidebar, .invoices-main-tabs .btn, .chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments, .chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info, .chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info, .chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments, .chat-cont-right ul.list-unstyled .chat-block.sent .media-body, .chat-cont-left .chat-scroll .chat-block .media-body, .chat-search .input-group .input-group-prefix, .change-photo-btn, .edit-options, .blog-catagories, .blog-views, .post-author a, .grid-blog .entry-meta, .ticket-sidebar .dropdown-menu .dropdown-item, .invoice-total-box .service-amount, .payment-details, .invoices-page-header .invoices-breadcrumb-item i, .invoices-page-header .invoices-breadcrumb-item a, .invoices-settings-btn .btn, .invoices-settings-btn, .multipleSelection .selectbox, .sortby .selectboxes, .app-listing, [data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link, [data-layout=horizontal] body nav.greedy, .sidebar.sidebar-menu-five ul, .sidebar-menu-five ul, .table tbody td a, .sidebar .nav-items .nav-link, .sidebar .sub-menu a, .sidebar .nav-link, .sidebar .sidebar-menu ul li a, .sidebar .sidebar-menu .menu-title, div#global-loader, .user-img, .user-menu .dropdown-menu .dropdown-item, .chat-attachment-item, .chat-window .chat-cont-right .chat-header, .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body, .chat-window .chat-cont-left .chat-search .input-group .input-group-prefix, .chat-window .chat-cont-left .chat-header, .chat-window, .avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-booking-address.company-five-address, .invoice-address-details.invoice-five-group, .inovices-card .inovices-widget-header, .multipleSelection .selectbox, .multipleSelection .selectboxes, .app-listing, .error-page, .toggle-sidebar .sidebar-header, .form-group-add .booking-option, .content-invoice-header, .content-page-header, .inovices-widget-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.invoice-five .inv-content .bank-details, .invoice-five .invoice-table-footer, .invoice-five .inv-content .invoice-five-details, .notifications .user-list-item .users-list-body .chats-delete i, .notifications .user-list-item .users-list-body .chats-delete, .notifications .user-list-item .users-list-body, .preview-boxs, .template-invoice-card .blog .invoice-content-title, .select-status select, .input-block.check-mark, .ticket-sidebar .action-sets, .billing-btn, .bank-details .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.invoice-five .inv-content .bank-details .bank-qr-detail, .invoice-five .inv-content .invoice-five-details .invoice-date, .inovices-card .inovice-trending, .invoices-settings-btn, .list-btn .filter-list li ul li, .list-btn .filter-list .short-filter, .list-btn .filter-list, .dash-widget-header, .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li img, .price-table-main .plan-description ul li, .price-table-main .plan-header, .profile-picture .upload-profile, .profile-picture, .inovices-widget-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.table .dropdown-item {
  justify-content: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
}

.invoice-two .inv-content .two-invoice-details .company-booking-address, .invoice-two .invoice-header, .invoice-two .inv-details, .index-five .company-details .company-content, .index-five .invoiceten-header .invoice-header, .index-four .company-details .company-content, .index-three .invoice-footer, .index-three .inv-content .bank-details .account-info .account-details-infotop, .index-three .inv-content .invoice-header .inv-header-right, .index-three .invoice-header-top, .invoice-header, .inv-details, .train-ticket .inv-content .flight-invoice-details .invoice-infomation, .train-ticket .inv-content .flight-invoice-details .bus-booking-address, .student-billing .inv-content .flight-invoice-details .invoice-infomation, .money-exchange .inv-content .sendto-details .sendto-left div, .money-exchange .inv-content .sendto-details .sendto-right div, .money-exchange .inv-content .sendto-details, .money-exchange .inv-content .exchange-details .exchange-info div, .money-exchange .inv-content .exchange-details .exchange-info, .hotel-booking .inv-content .service-details table tr td div, .flight-booking .inv-content .flight-invoice-details .invoice-infomation, .domain-hosting .inv-content .service-details table tr td div, .domain-hosting .inv-content .flight-invoice-details .invoice-infomation, .car-booking .inv-content .flight-invoice-details .invoice-infomation, .car-booking .inv-content .flight-invoice-details .bus-booking-address, .bus-ticket .inv-content .flight-invoice-details .invoice-infomation, .bus-ticket .inv-content .flight-invoice-details .bus-booking-address, .mail-provider, .payment-toggle, .chat-cont-left .chat-scroll .chat-block .media-body, .edit-options, .grid-blog .entry-meta, .invoice-total-box .service-amount, .payment-details, .multipleSelection .selectbox, .sortby .selectboxes, .app-listing, .sidebar .sub-menu a, .chat-window .chat-cont-right .chat-header, .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body, .chat-window .chat-cont-left .chat-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

#edit_package form .checkboxes, #add_newpackage form .checkboxes, .chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info, .chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat-cont-right ul.list-unstyled .chat-block.sent .media-body {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.chat-cont-right ul.list-unstyled .chat-block.sent .media-body, .sidebar .nav-items .nav-link {
  -ms-flex-direction: column;
  flex-direction: column;
}

.col {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 320px) {
  .col.col-xs-12 {
    width: 100%;
  }
  .col.col-xs-11 {
    width: 91.66666667%;
  }
  .col.col-xs-10 {
    width: 83.33333333%;
  }
  .col.col-xs-9 {
    width: 75%;
  }
  .col.col-xs-8 {
    width: 66.66666667%;
  }
  .col.col-xs-7 {
    width: 58.33333333%;
  }
  .col.col-xs-6 {
    width: 50%;
  }
  .col.col-xs-5 {
    width: 41.66666667%;
  }
  .col.col-xs-4 {
    width: 33.33333333%;
  }
  .col.col-xs-3 {
    width: 25%;
  }
  .col.col-xs-2 {
    width: 16.66666667%;
  }
  .col.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 568px) {
  .col.col-sm-12 {
    width: 100%;
  }
  .col.col-sm-11 {
    width: 91.66666667%;
  }
  .col.col-sm-10 {
    width: 83.33333333%;
  }
  .col.col-sm-9 {
    width: 75%;
  }
  .col.col-sm-8 {
    width: 66.66666667%;
  }
  .col.col-sm-7 {
    width: 58.33333333%;
  }
  .col.col-sm-6 {
    width: 50%;
  }
  .col.col-sm-5 {
    width: 41.66666667%;
  }
  .col.col-sm-4 {
    width: 33.33333333%;
  }
  .col.col-sm-3 {
    width: 25%;
  }
  .col.col-sm-2 {
    width: 16.66666667%;
  }
  .col.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col.col-md-12 {
    width: 100%;
  }
  .col.col-md-11 {
    width: 91.66666667%;
  }
  .col.col-md-10 {
    width: 83.33333333%;
  }
  .col.col-md-9 {
    width: 75%;
  }
  .col.col-md-8 {
    width: 66.66666667%;
  }
  .col.col-md-7 {
    width: 58.33333333%;
  }
  .col.col-md-6 {
    width: 50%;
  }
  .col.col-md-5 {
    width: 41.66666667%;
  }
  .col.col-md-4 {
    width: 33.33333333%;
  }
  .col.col-md-3 {
    width: 25%;
  }
  .col.col-md-2 {
    width: 16.66666667%;
  }
  .col.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }
  .col.col-lg-11 {
    width: 91.66666667%;
  }
  .col.col-lg-10 {
    width: 83.33333333%;
  }
  .col.col-lg-9 {
    width: 75%;
  }
  .col.col-lg-8 {
    width: 66.66666667%;
  }
  .col.col-lg-7 {
    width: 58.33333333%;
  }
  .col.col-lg-6 {
    width: 50%;
  }
  .col.col-lg-5 {
    width: 41.66666667%;
  }
  .col.col-lg-4 {
    width: 33.33333333%;
  }
  .col.col-lg-3 {
    width: 25%;
  }
  .col.col-lg-2 {
    width: 16.66666667%;
  }
  .col.col-lg-1 {
    width: 8.33333333%;
  }
}

/******* COMPONENTS ******/
.btn {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  margin: 0;
  z-index: 1;
  text-transform: initial;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 8px 15px;
}
.btn:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-white {
  background-color: #fff;
  border-color: #e7eaf3;
  color: #e90202;
  box-shadow: inset 0 0 0 0 #fff;
}
.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
  box-shadow: inset 0 50px 0 0 #e90202;
}

.btn-white-outline {
  background-color: #fff;
  border-color: #e7eaf3;
  color: #3F4254;
}
.btn-white-outline:hover {
  background-color: #fff;
  border-color: #e7eaf3;
  color: #3F4254;
}

.btn-primary {
  background-color: #c38c8c;
  border: 1px solid #e90202;
  box-shadow: inset 0 0 0 0 #fff;
  border-radius: 4px;
}
.btn-primary:hover {
  background-color: #fff;
  border-color: #e90202;
  color: #e90202;
  box-shadow: inset 0 50px 0 0 #fff;
}

.btn-gray {
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
  box-shadow: inset 0 0 0 0 #fff;
  color: #808080;
  padding: 8px 20px;
  border-radius: 4px;
}
.btn-gray:hover {
  background-color: #fff;
  border-color: #E0E0E0;
  color: #808080;
}

.btn-primary.tax {
  background-color: #E3E3E3;
  border: 1px solid #E3E3E3;
  box-shadow: inset 0 0 0 0 #fff;
  border-radius: 4px;
  color: #808080;
}
.btn-primary.tax:hover, .btn-primary.tax.active {
  background-color: #e90202;
  border-color: #e90202;
  color: #fff;
}

.btn-upload {
  background-color: #e90202;
  border: 1px solid #e90202;
  box-shadow: inset 0 0 0 0 #fff;
  color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 50px 0 0 #e90202;
}
.btn-upload:hover {
  background-color: #fff;
  border-color: #e90202;
  color: #e90202;
  box-shadow: inset 0 50px 0 0 #fff;
}

.btn-gray {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  box-shadow: inset 0 0 0 0 #fff;
}
.btn-gray:hover {
  background-color: #fff;
  border-color: #EFEFEF;
  color: #878787;
  box-shadow: inset 0 50px 0 0 #fff;
}

.btn-gray-outline {
  background-color: #fff;
  border: 1px solid #EFEFEF;
  box-shadow: inset 0 0 0 0 #fff;
}
.btn-gray-outline:hover {
  background-color: #EFEFEF;
  border-color: #fff;
  color: #878787;
  box-shadow: inset 0 50px 0 0 #fff;
}

.btn-outline-primary {
  color: #e90202;
  border-color: #e90202;
}
.btn-outline-primary:hover {
  background-color: #e90202;
  border-color: #e90202;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: none !important;
}

.btn:focus {
  box-shadow: none !important;
}
.btn.btn-greys {
  background: #EFEFEF;
  color: #28084B;
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 600;
}

.cancel {
  background-color: #EADDFF;
  box-shadow: inset 0 0 0 0 #377dff;
  color: #e90202;
  border-radius: 6px;
}
.cancel:hover {
  background-color: #e90202;
  border: 1px solid #EADDFF;
  color: #EADDFF;
  box-shadow: inset 0 50px 0 0 #e90202;
}

.btn.btn-primary:active, .btn.btn-outline-primary:active {
  background: #e90202;
  border-color: #e90202;
}

.nav-pills.navtab-bg .nav-link.active {
  background: #e90202;
}
.nav-pills.flex-column .nav-link.active {
  background: #e90202;
}

.nav-tabs.nav-bordered .nav-link.active {
  border-bottom-color: #e90202;
}

/****** LAYOUT ******/
.avatar {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 34px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 34px;
  position: relative;
  white-space: nowrap;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.avatar.avatar-xs {
  width: 24px;
  height: 24px;
}
.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.avatar .avatar-title {
  width: 100%;
  height: 100%;
  background-color: #2DA7FF;
  color: #fff;
}
.avatar.avatar-online::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #28C76F;
}
.avatar.avatar-offline::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f62d51;
}
.avatar.avatar-away::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FF9900;
}
.avatar .border {
  border-width: 3px !important;
}
.avatar .rounded {
  border-radius: 6px !important;
}
.avatar .avatar-title {
  font-size: 18px;
}
.avatar .avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}
.avatar .avatar-xs .border {
  border-width: 2px !important;
}
.avatar .avatar-xs .rounded {
  border-radius: 4px !important;
}
.avatar .avatar-xs .avatar-title {
  font-size: 12px;
}
.avatar .avatar-xs.avatar-away::before, .avatar .avatar-xs.avatar-offline::before, .avatar .avatar-xs.avatar-online::before {
  border-width: 1px;
}

.avatar-sm {
  width: 27px;
  height: 27px;
  min-width: 27px;
}
.avatar-sm .border {
  border-width: 3px !important;
}
.avatar-sm .rounded {
  border-radius: 4px !important;
}
.avatar-sm .avatar-title {
  font-size: 15px;
}
.avatar-sm.avatar-away::before, .avatar-sm.avatar-offline::before, .avatar-sm.avatar-online::before {
  border-width: 2px;
}

.avatar-lg {
  width: 3.75rem;
  height: 3.75rem;
}
.avatar-lg .border {
  border-width: 3px !important;
}
.avatar-lg .rounded {
  border-radius: 8px !important;
}
.avatar-lg .avatar-title {
  font-size: 24px;
}
.avatar-lg.avatar-away::before, .avatar-lg.avatar-offline::before, .avatar-lg.avatar-online::before {
  border-width: 3px;
}

.avatar-xl {
  width: 5rem;
  height: 5rem;
}
.avatar-xl .border {
  border-width: 4px !important;
}
.avatar-xl .rounded {
  border-radius: 8px !important;
}
.avatar-xl .avatar-title {
  font-size: 28px;
}
.avatar-xl.avatar-away::before, .avatar-xl.avatar-offline::before, .avatar-xl.avatar-online::before {
  border-width: 4px;
}

.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
}
@media (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
}
.avatar-xxl .border {
  border-width: 6px !important;
}
@media (min-width: 768px) {
  .avatar-xxl .border {
    border-width: 4px !important;
  }
}
.avatar-xxl .rounded {
  border-radius: 8px !important;
}
@media (min-width: 768px) {
  .avatar-xxl .rounded {
    border-radius: 12px !important;
  }
}
.avatar-xxl .avatar-title {
  font-size: 30px;
}
@media (min-width: 768px) {
  .avatar-xxl .avatar-title {
    font-size: 42px;
  }
}
.avatar-xxl.avatar-away::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-online::before {
  border-width: 4px;
}
@media (min-width: 768px) {
  .avatar-xxl.avatar-away::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-online::before {
    border-width: 4px;
  }
}

.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}
.avatar-group .avatar:hover {
  z-index: 1;
}
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}

.avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #FC8543;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #FC8543;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.bor-b1 {
  border-bottom: 1px solid #E9ECEF;
}

.progress-example .progress {
  margin-bottom: 1.5rem;
}

.progress-xs {
  height: 4px;
}

.progress-sm {
  height: 15px;
}

.progress.progress-sm {
  height: 6px;
}
.progress.progress-md {
  height: 8px;
}
.progress.progress-lg {
  height: 18px;
}

.alert-dismissible .btn-close {
  width: 20px;
  height: 20px;
  top: 3px;
  right: 3px;
  font-size: 8px;
}

.breadcrumb-line .breadcrumb-item:before {
  content: "-";
}
.breadcrumb-line .breadcrumb-item:first-child:before {
  content: "";
}

.breadcrumb-dot .breadcrumb-item:before {
  content: "•";
}
.breadcrumb-dot .breadcrumb-item:first-child:before {
  content: "";
}

.breadcrumb-separatorless .breadcrumb-item:before {
  content: "";
}

.breadcrumb {
  margin: 0;
}

.breadcrumb-colored {
  margin: 0 0 10px;
  padding: 12px 16px;
  border-radius: 4px;
}
.breadcrumb-colored li a {
  color: #fff;
}
.breadcrumb-colored .breadcrumb-item.active {
  color: #fff;
  opacity: 0.8;
}
.breadcrumb-colored .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.twitter-bs-wizard-pager-link {
  display: inline-block;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.calendar-events {
  border: 1px solid transparent;
  cursor: move;
  padding: 10px 15px;
}

.calendar-events:hover {
  border-color: #eeeeee;
  background-color: #fff;
}

.calendar-events i {
  margin-right: 8px;
}

.calendar {
  float: left;
  margin-bottom: 0;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
  font-family: "Arimo", sans-serif;
}

.fc-day {
  background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc th.fc-widget-header {
  background: #eeeeee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f3f3f3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px 5px;
}

.fc-button {
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #f3f3f3;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #e90202 !important;
  color: #fff !important;
  text-shadow: none !important;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #fff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  color: #fff !important;
  cursor: move;
  font-size: 13px;
  margin: 1px 7px;
  padding: 5px 5px;
  text-align: center;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
}

.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
}

.event-form .input-group .form-control {
  height: 40px;
}

.submit-section {
  text-align: center;
  margin-top: 40px;
}

.submit-btn {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 20px;
}

@media (max-width: 320px) {
  .fc-toolbar .fc-right {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    right: 30px;
  }
}

@media (max-width: 320px) {
  .fc-left {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    left: 35px;
  }
}

.float-start .dropdown-action {
  margin-left: 2px;
  float: left;
}

@media (max-width: 768px) {
  .float-start .dropdown-action {
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .float-start .dropdown-action {
    margin-bottom: 5px;
  }
}
@media (max-width: 320px) {
  .float-start .dropdown-action {
    margin-bottom: 5px;
  }
}

.apexcharts-legend.apexcharts-align-center.position-right {
  display: none;
}

.apexcharts-toolbar {
  display: none !important;
}

#sales_charts,
.chart-set {
  overflow: hidden;
}

.apexcharts-canvas {
  width: 100% !important;
}

.chat-window {
  background: #fff;
  border: 1px solid #EFEFEF;
  box-shadow: 0px 2px 4px rgba(190, 190, 190, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
.chat-window .chat-cont-left {
  border-right: 1px solid #E5E5E5;
  flex: 0 0 39%;
  left: 0;
  max-width: 39%;
  position: relative;
  z-index: 4;
}
@media (max-width: 991.98px) {
  .chat-window .chat-cont-left {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.chat-window .chat-cont-left .chat-header {
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
  color: #324148;
  height: 72px;
  padding: 0 15px;
}
.chat-window .chat-cont-left .chat-header span {
  font-size: 20px;
  font-weight: 600;
  line-height: 0;
  text-transform: capitalize;
}
.chat-window .chat-cont-left .chat-header .chat-compose {
  color: #8a8a8a;
  display: inline-flex;
}
.chat-window .chat-cont-left .chat-search {
  background-color: #F7F8F9;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 15px;
  width: 100%;
}
.chat-window .chat-cont-left .chat-search .input-group {
  width: 100%;
}
.chat-window .chat-cont-left .chat-search .input-group .form-control {
  background-color: #fff;
  border-radius: 50px !important;
  padding-left: 36px;
}
.chat-window .chat-cont-left .chat-search .input-group .form-control:focus {
  border-color: rgba(38, 17, 85, 0.05);
  box-shadow: none;
  z-index: 1;
}
.chat-window .chat-cont-left .chat-search .input-group .input-group-prefix {
  bottom: 0;
  color: #666;
  left: 15px;
  poArimo-events: none;
  position: absolute;
  top: 0;
  z-index: 4;
}
.chat-window .chat-cont-left .chat-users-list {
  background-color: #fff;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block:last-child {
  border-bottom: 0;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-img-wrap {
  margin-right: 0;
  position: relative;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-img-wrap .avatar {
  height: 45px;
  width: 45px;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-img-wrap .status {
  bottom: 7px;
  height: 10px;
  right: 4px;
  position: absolute;
  width: 10px;
  border: 2px solid #fff;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body {
  width: 100%;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-name {
  color: #333;
  text-transform: capitalize;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-last-chat {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 24px;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:last-child {
  text-align: right;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:last-child .last-chat-time {
  color: #8a8a8a;
  font-size: 13px;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block:hover {
  background-color: #F7F8F9;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block.read-chat .media-body > div:last-child .last-chat-time {
  color: #8a8a8a;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block.active {
  background-color: #F7F8F9;
}
.chat-window .chat-scroll {
  max-height: calc(100vh - 255px);
  overflow-y: auto;
}
.chat-window .chat-cont-right {
  flex: 0 0 65%;
  max-width: 65%;
}
.chat-window .chat-cont-right .chat-header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
  height: 72px;
  padding: 0 15px;
}
.chat-window .chat-cont-right .chat-header .back-user-list {
  display: none;
  margin-right: 5px;
  margin-left: -7px;
}
@media (max-width: 991.98px) {
  .chat-window .chat-cont-right .chat-header .back-user-list {
    display: block;
  }
}
.chat-window .chat-cont-right .chat-header .chat-block {
  align-items: center;
}
.chat-window .chat-cont-right .chat-header .chat-block .media-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
}
.chat-window .chat-cont-right .chat-header .chat-block .media-img-wrap .avatar {
  height: 50px;
  width: 50px;
}
.chat-window .chat-cont-right .chat-header .chat-block .media-img-wrap .status {
  border: 2px solid #fff;
  bottom: 0;
  height: 10px;
  position: absolute;
  right: 3px;
  width: 10px;
}
.chat-window .chat-cont-right .chat-header .chat-block .media-body .user-name {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.chat-window .chat-cont-right .chat-header .chat-block .media-body .user-status {
  color: #666;
  font-size: 14px;
}
.chat-window .chat-cont-right .chat-header .chat-options {
  display: flex;
}
.chat-window .chat-cont-right .chat-header .chat-options > a {
  align-items: center;
  border-radius: 50%;
  color: #8a8a8a;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  margin-left: 10px;
  width: 30px;
}
.chat-window .chat-cont-right .chat-header .chat-options span i {
  font-size: 20px;
}
.chat-window .chat-cont-right .chat-body {
  background-color: #F7F8F9;
}
.chat-window .chat-cont-right .chat-body ul.list-unstyled {
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}
.chat-window .chat-cont-right .chat-body .chat-block .avatar {
  height: 30px;
  width: 30px;
}
.chat-window .chat-cont-right .chat-body .chat-block .media-body {
  margin-left: 20px;
}
.chat-window .chat-cont-right .chat-body .chat-block .media-body .msg-box > div {
  padding: 0;
  border-radius: 0.25rem;
  display: inline-block;
  position: relative;
}
.chat-window .chat-cont-right .chat-body .chat-block .media-body .msg-box > div p {
  color: #333;
  margin-bottom: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block .media-body .msg-box + .msg-box {
  margin-top: 5px;
}
.chat-window .chat-cont-right .chat-body .chat-block.received {
  margin-bottom: 20px;
}
.chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box {
  position: relative;
}
.chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box > div {
  background-color: #fff;
}
.chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box > div .chat-time {
  color: rgba(50, 65, 72, 0.4);
}
.chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box:first-child:before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: -6px;
  position: absolute;
  right: auto;
  top: 8px;
  width: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box-typing {
  line-height: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block:last-child {
  margin-bottom: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent {
  margin-bottom: 20px;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box {
  padding-left: 50px;
  position: relative;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div {
  background-color: #e3e3e3;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div p {
  color: #333;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div .chat-time {
  color: rgba(50, 65, 72, 0.4);
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div .chat-msg-info {
  flex-direction: row-reverse;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div .chat-msg-info li {
  padding-left: 16px;
  padding-right: 0;
  position: relative;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div .chat-msg-attachments {
  flex-direction: row-reverse;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div:hover .chat-msg-actions {
  opacity: 1;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box:first-child:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e3e3e3;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: -11px;
  top: 8px;
  width: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
  right: auto;
  left: 8px;
  transform: translate(-50%, -50%);
  background: #aaa;
}
.chat-window .chat-cont-right .chat-body .chat-date {
  font-size: 14px;
  margin: 1.875rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.chat-window .chat-cont-right .chat-body .chat-date:before {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  margin-right: 28px;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 100%;
}
.chat-window .chat-cont-right .chat-body .chat-date:after {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: 28px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.chat-window .chat-cont-right .chat-footer {
  background-color: #fff;
  border-top: 1px solid #e0e3e4;
  padding: 10px 15px;
  position: relative;
}
.chat-window .chat-cont-right .chat-footer .input-group {
  width: 100%;
  align-items: center;
}
.chat-window .chat-cont-right .chat-footer .input-group .form-control {
  background-color: #F7F8F9;
  border: none;
  border-radius: 50px !important;
}
.chat-window .chat-cont-right .chat-footer .input-group .form-control:focus {
  background-color: #F7F8F9;
  border: none;
  box-shadow: none;
}
.chat-window .chat-cont-right .chat-footer .input-group .input-group-addon .btn.msg-send-btn {
  background-color: #e90202;
  border-color: #e90202;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
  padding: 8px 12px;
}

.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-name,
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-last-chat {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-name,
  .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-last-chat {
    max-width: 120px;
  }
}

.chat-body {
  margin: 0;
}

.chat-window .chat-cont-right .chat-footer .input-group .input-group-prefix .btn,
.chat-window .chat-cont-right .chat-footer .input-group .input-group-addon .btn {
  background-color: transparent;
  border: none;
  color: #9f9f9f;
}

.msg-typing {
  width: auto;
  height: 24px;
  padding-top: 8px;
}
.msg-typing span {
  height: 8px;
  width: 8px;
  float: left;
  margin: 0 1px;
  background-color: #a0a0a0;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}
.msg-typing span:nth-of-type(1) {
  animation: 1s blink infinite 0.33333s;
}
.msg-typing span:nth-of-type(2) {
  animation: 1s blink infinite 0.66666s;
}
.msg-typing span:nth-of-type(3) {
  animation: 1s blink infinite 0.99999s;
}

.chat-msg-info {
  align-items: center;
  display: flex;
  clear: both;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
.chat-msg-info li {
  font-size: 13px;
  padding-right: 16px;
  position: relative;
}
.chat-msg-info li:not(:last-child):after {
  position: absolute;
  right: 8px;
  top: 50%;
  content: "";
  height: 4px;
  width: 4px;
  background: #d2dde9;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
.chat-msg-info li a {
  color: #777;
}
.chat-msg-info li a:hover {
  color: #2c80ff;
}

.chat-seen i {
  color: #00d285;
  font-size: 16px;
}

.chat-msg-attachments {
  padding: 4px 0;
  display: flex;
  width: 100%;
  margin: 0 -1px;
}
.chat-msg-attachments > div {
  margin: 0 1px;
}

.chat-attachment {
  position: relative;
  max-width: 130px;
  overflow: hidden;
  border-radius: 0.25rem;
}
.chat-attachment img {
  max-width: 100%;
}
.chat-attachment:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  content: "";
  opacity: 0.4;
  transition: all 0.4s;
}
.chat-attachment:hover:before {
  opacity: 0.6;
}
.chat-attachment:hover .chat-attach-caption {
  opacity: 0;
}
.chat-attachment:hover .chat-attach-download {
  opacity: 1;
}

.chat-attach-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 7px 15px;
  font-size: 13px;
  opacity: 1;
  transition: all 0.4s;
}

.chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
  color: #fff;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.chat-attach-download:hover {
  color: #495463;
  background: #fff;
}

.chat-attachment-list {
  display: flex;
  margin: -5px;
}
.chat-attachment-list li {
  width: 33.33%;
  padding: 5px;
}

.chat-attachment-item {
  border: 5px solid rgba(230, 239, 251, 0.5);
  height: 100%;
  min-height: 60px;
  text-align: center;
  font-size: 30px;
}

.chat-msg-actions {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
  z-index: 2;
}
.chat-msg-actions > a {
  padding: 0 10px;
  color: #495463;
  font-size: 24px;
}
.chat-msg-actions > a:hover {
  color: #2c80ff;
}

.btn-file {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  overflow: hidden;
  padding: 0 0.75rem;
  position: relative;
  vertical-align: middle;
}

.btn-file input {
  cursor: poArimo;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.action-icon.dropdown-toggle::after {
  border-top: 0;
  display: none;
}

a.action-icon {
  justify-content: end;
}

.section-header {
  margin-bottom: 1.875rem;
}
.section-header .section-title {
  color: #333;
  font-weight: 600;
}
.section-header .line {
  background-color: #e90202;
  height: 2px;
  margin: 0;
  width: 60px;
}

.comp-section .card-header {
  border: 1px solid #f0f1f5;
  background-color: #fff;
  padding: 10px;
}
.comp-section .card-header .card-title {
  margin: 0;
}
.comp-section .tab-content {
  padding-top: 20px;
}
.comp-section .bullets {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}
.comp-section .bullets li {
  margin-bottom: 5px;
}
.comp-section .bullets ul {
  padding-left: 20px;
}
.comp-section ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}
.comp-section ol li {
  margin-bottom: 5px;
}
.comp-section ol ul {
  padding-left: 20px;
}
.comp-section .list-unstyled li {
  margin-bottom: 5px;
}
.comp-section .list-unstyled ul {
  padding-left: 20px;
}
.comp-section .nav-tabs > li > a {
  margin-right: 0;
  color: #888888;
}
.comp-section .avatar-group .avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.comp-section .avatar-group .avatar + .avatar {
  margin-left: -1.35rem;
}
.comp-section .nav-tabs.nav-tabs-solid {
  background-color: #fafafa;
  border: 0;
}
.comp-section .nav-tabs.nav-tabs-solid.nav-tabs-rounded a {
  border-radius: 50px;
}
.comp-section .nav-tabs.nav-tabs-solid a {
  padding: 10px 30px;
}
.comp-section .nav-tabs.nav-tabs-solid a.active {
  background-color: #e90202;
  border-color: #e90202;
  color: #fff;
}
.comp-section .nav-tabs .nav-tabs-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.comp-section .nav-tabs .nav-tabs-bottom li {
  margin-bottom: -1px;
}
.comp-section .nav-tabs .nav-tabs-bottom li a.active {
  border-bottom-width: 2px;
  border-color: transparent;
  border-bottom-color: #e90202;
  background-color: transparent;
  transition: none 0s ease 0s;
}
.comp-section .progress {
  margin-bottom: 1.5rem;
}
.comp-section .progress.progress-lg {
  height: 18px;
}
.comp-section .progress.progress-md {
  height: 8px;
}
.comp-section .progress.progress-sm {
  height: 6px;
}
.comp-section .progress.progress-xs {
  height: 4px;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 1em;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  bottom: 8px;
  font-size: 13px;
  color: #333;
  opacity: 1;
  font-weight: 900;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  color: #D1BBFF;
  bottom: 15px;
  font-weight: 900;
  font-size: 13px;
  opacity: 1;
}

div.dataTables_wrapper div.dataTables_length select {
  font-size: 14px;
}

.paging_numbers {
  float: right;
}

.pagination li.previous {
  margin-right: 0;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
  white-space: nowrap;
  display: none;
  font-size: 15px;
}

.pagination .previous {
  margin: 0 !important;
}
.pagination .next {
  margin: 0 !important;
}
.pagination li {
  margin: 0 5px !important;
}
@media (max-width: 320px) {
  .pagination li {
    margin: 0 2px !important;
  }
}
.pagination li a {
  border-radius: 5px;
  color: #333;
}
.pagination li a:hover {
  background: #e90202;
  color: #fff;
}
.pagination li a:focus {
  outline: none;
  box-shadow: none;
}
.pagination li.active a.page-link {
  background: #e90202;
  border-color: #e90202;
  border-radius: 5px;
}
@media (max-width: 320px) {
  .pagination .page-link {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.dataTables_length {
  margin-top: 0px !important;
  width: 50%;
  float: left;
}

.dataTables_paginate {
  margin-top: 0 !important;
  width: 50%;
  float: left;
}

.pagination .paginate_button a {
  background: transparent;
  border: 0;
  font-size: 14px;
}
.pagination .paginate_button.previous .page-link {
  margin-right: 20px;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
}
.pagination .paginate_button.previous .page-link:hover {
  background: #e90202;
}
.pagination .paginate_button.next .page-link {
  margin-left: 20px;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
}
.pagination .paginate_button.next .page-link:hover {
  background: #e90202;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
  display: inline-block;
  width: auto;
  padding-left: 30px;
  border: 1px solid #E5E5E5;
  color: #1B2559;
  height: 40px;
  border-radius: 8px;
}
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
  position: relative;
}
div.dataTables_wrapper div.dataTables_filter label i {
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 14px;
}
@media (max-width: 320px) {
  div.dataTables_wrapper div.dataTables_paginate {
    margin: 5px;
    white-space: nowrap;
    text-align: right;
    float: right;
  }
}

.pagination li {
  margin: 0;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.settings-icon {
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 991.98px) {
  .settings-icon {
    display: none;
  }
}
.settings-icon span {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  cursor: poArimo;
  color: #fff;
  font-size: 24px;
  background-color: #e90202;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  height: 75px;
  z-index: 999;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 1199.98px) {
  .header {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
  }
}
.header .header-left {
  float: left;
  height: 75px;
  padding: 0 24px;
  position: relative;
  width: 274px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header .header-left {
    position: absolute;
    width: 100%;
    height: 75px;
  }
}
.header .header-left .logo, .header .header-left .dark-logo {
  display: inline-block;
  line-height: 75px;
  display: flex;
}
.header .header-left .logo img, .header .header-left .dark-logo img {
  max-height: 45px;
  width: auto;
}
.header .header-left .white-logo {
  display: none;
  line-height: 75px;
}
.header .header-left .logo.logo-small {
  display: none;
}
.header .header-left-two {
  float: left;
  height: 75px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 247px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header .header-left-two {
    position: fixed;
    left: 0;
    top: 0;
    height: 75px;
  }
}
.header .header-left-two .logo-small {
  display: none;
}
@media (max-width: 1199.98px) {
  .header .header-left-two {
    width: 200px;
  }
}
.header .header-left-four {
  float: left;
  height: 75px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 247px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header .header-left-four {
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  .header .header-left-four .logo {
    display: none !important;
  }
}
.header .header-left-four .logo-small {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .header .header-left-four {
    width: 160px;
  }
}
.header .header-left-five {
  height: 60px;
}
@media (max-width: 991.98px) {
  .header .header-left-five {
    position: fixed;
    left: 0;
    top: 0;
    height: 30px;
  }
}
@media (max-width: 991.98px) {
  .header .header-left-five .logo {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .header .header-left-five {
    width: 160px;
  }
}
.header .user-menu-four .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
}
.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.header .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  height: 8px;
  display: inline-block;
  poArimo-events: none;
  width: 8px;
  vertical-align: 2px;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
}
@media (max-width: 991.98px) {
  .header .has-arrow .dropdown-toggle:after {
    display: none;
  }
}

.header-two {
  background: #fff;
  box-shadow: 0px 14px 25px rgba(202, 202, 202, 0.12);
  left: 247px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  height: 60px;
  z-index: 999;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 991.98px) {
  .header-two {
    left: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .header-two {
    left: 200px;
  }
}

.header-three {
  left: 0;
}

.header-four {
  left: 0;
  height: 60px;
}

.header-five {
  left: 0;
  border-radius: 0;
  height: 60px;
}
.header-five #toggle_btn {
  height: 60px;
  margin: 0 10px 0 30px;
  padding: 0;
}
.header-five .top-nav-search form {
  width: 250px;
}

.toggle-bars {
  position: relative;
  display: block;
  top: -10px;
}
.toggle-bars .bar-icons {
  position: absolute;
  background: #fff;
  border-radius: 50px;
  height: 2px;
}
.toggle-bars .bar-icons:nth-child(1) {
  width: 18px;
  top: 0;
}
.toggle-bars .bar-icons:nth-child(2) {
  width: 10px;
  top: 5px;
}
.toggle-bars .bar-icons:nth-child(3) {
  width: 18px;
  top: 10px;
}
.toggle-bars .bar-icons:nth-child(4) {
  width: 10px;
  top: 15px;
}

.top-nav-search {
  float: left;
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  .top-nav-search {
    display: none;
  }
}
.top-nav-search form {
  margin-top: 9px;
  position: relative;
  width: 320px;
}
@media (max-width: 1199.98px) {
  .top-nav-search form {
    width: 250px;
  }
}
.top-nav-search form .form-control {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  color: #333;
  height: 40px;
  padding: 10px 15px 10px 30px;
  font-size: 14px;
}
.top-nav-search form .btn {
  background-color: transparent;
  border-color: transparent;
  color: #333;
  min-height: 40px;
  padding: 7px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.top-nav-search form .btn:focus {
  border: 0;
}

.top-nav-search-two {
  margin-left: 15px;
}

.top-nav-search-five form {
  margin-top: 9px;
}

.mobile_btn {
  display: none;
  float: left;
}
@media (max-width: 991.98px) {
  .mobile_btn {
    color: #333;
    cursor: poArimo;
    display: block;
    font-size: 24px;
    height: 60px;
    left: 0;
    line-height: 60px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
  }
}

.mobile_btn-two {
  display: none;
  float: left;
}
@media (max-width: 991.98px) {
  .mobile_btn-two {
    color: #333;
    cursor: poArimo;
    display: block;
    font-size: 24px;
    height: 60px;
    left: 0;
    line-height: 60px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
  }
}

.user-menu {
  float: right;
  margin: 0;
  position: relative;
  z-index: 99;
  display: flex !important;
  padding-right: 20px;
  border: 0;
}
@media (max-width: 991.98px) {
  .user-menu {
    padding-right: 0;
  }
}
.user-menu.nav > li > a {
  color: #333;
  font-size: 14px;
  padding: 0;
  height: 60px;
  display: -webkit-flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .user-menu.nav > li > a {
    height: 60px;
  }
}
.user-menu.nav > li > a .badge {
  display: block;
  font-size: 10px;
  font-weight: bold;
  background-color: #e90202;
  min-height: 7px;
  min-width: 7px;
  color: #fff;
  position: absolute;
  right: 11px;
  top: 10px;
  padding: 2px;
}
.user-menu .user-img img {
  width: 32px;
  border-radius: 50%;
}
.user-menu .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-size: 14px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e90202;
}
.user-menu .dropdown-menu .dropdown-item img {
  margin-right: 8px;
  width: 20px;
}

.user-menu-four.nav > li > a {
  height: 60px;
}

.user-menu-five.nav > li > a {
  height: 60px;
}

.flag-nav img {
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .flag-nav {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #toggle_btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .mini-sidebar.expand-menu .header-left {
    flex-direction: row;
    justify-content: space-between;
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-header .logo-small {
    display: none;
    padding: 20px 0 0;
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-header .logo {
    display: block;
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-header .logo.logo-small {
    display: none;
    padding: 20px 0 0;
  }
  .mini-sidebar .header {
    /*left: 80px;*/
  }
  .mini-sidebar .header-two {
    left: 80px;
  }
  .mini-sidebar .header-five {
    left: 0;
  }
  .mini-sidebar .sidebar .sidebar-header .logo-small {
    display: block;
    padding: 0;
  }
  .mini-sidebar .sidebar .sidebar-header .logo {
    display: none;
  }
  .mini-sidebar .sidebar .sidebar-header .logo.logo-small {
    display: block;
    padding: 20px 0 0;
  }
  .mini-sidebar .header .header-left {
    width: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .mini-sidebar .header .header-left .logo {
    display: none;
  }
  .mini-sidebar .header .header-left .logo.logo-small {
    display: block;
    padding: 20px 0 0;
  }
  .mini-sidebar .menu-arrow {
    display: none !important;
  }
  .mini-sidebar .chat-user {
    display: none !important;
  }
  .mini-sidebar .badge {
    display: inline-block !important;
  }
  .mini-sidebar .user-menu .badge {
    display: flex !important;
  }
  .mini-sidebar.expand-menu .menu-arrow {
    display: block !important;
  }
  .mini-sidebar.expand-menu .chat-user {
    display: block !important;
  }
  .mini-sidebar.expand-menu .badge {
    display: inline-block !important;
  }
  .mini-sidebar.expand-menu .logo-small {
    display: none;
  }
  .mini-sidebar.expand-menu .logo {
    display: block;
  }
  .mini-sidebar.expand-menu #toggle_btn {
    opacity: 1;
  }
  .mini-sidebar.expand-menu .header-left {
    padding: 0 20px;
    display: flex;
  }
  .mini-sidebar .noti-dot:before {
    display: none;
  }
  .mini-sidebar .header .header-left .logo img {
    max-height: 30px;
    width: auto;
  }
  .mini-sidebar .header .header-left .dark-logo img {
    max-height: 35px;
    width: auto;
  }
  #toggle_btn {
    align-items: center;
    color: #333;
    display: inline-flex;
    float: left;
    font-size: 30px;
    width: 17px;
    height: 60px;
    margin: 0 10px 0 30px;
    padding: 0;
  }
}
.user-menu.nav li.nav-item {
  margin-right: 10px;
}
.user-menu.nav li.nav-item:last-child {
  margin-right: 0;
}
.user-menu.nav .flag-nav.has-arrow {
  padding-right: 5px;
}
.user-menu.nav .flag-nav span {
  /*             padding-right: 5px; */
}
.user-menu.nav .dropdown-heads > a {
  background-color: #F7F7FA;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  font-size: 20px;
}
.user-menu.nav .dropdown-heads > a:hover {
  background-color: #eeeeee;
}
.user-menu.nav .dropdown-heads > a i {
  color: #3F4254;
}

.user-link .user-img {
  margin-right: 3px;
  position: relative;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-link .user-img img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.animate-circle {
  -webkit-animation: heartbit 1s ease-out;
  animation: heartbit 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 5px solid #4C40ED;
  border-radius: 70px;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 52px;
  height: 52px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .animate-circle {
    width: 52px;
    height: 52px;
  }
}

@keyframes heartbit {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.user-content {
  padding-left: 8px;
}
.user-content .user-name {
  display: block;
  color: #28084B;
  font-size: 14px;
  font-weight: 600;
}
.user-content .user-details {
  color: #9E9E9E;
  font-size: 12px;
  font-weight: 400;
}

.user-menu-four .user-content {
  padding-left: 8px;
}
.user-menu-four .user-content .user-name {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.user-menu {
  height: 60px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .user-menu {
    height: 60px;
  }
}
.user-menu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.35em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.user-menu .feather {
  width: 18px;
  height: 18px;
}

.user-menu-four {
  height: 60px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .user-menu-four {
    height: 60px;
  }
}

.user-menu-five {
  height: 60px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .user-menu-five {
    height: 60px;
  }
}

.user-img {
  margin-right: 8px;
  position: relative;
}

.nav-tabs .nav-link:focus {
  /*background-color: $__cloud__gray;*/
  border-color: transparent;
  color: #333;
  border-radius: 0;
}
.nav-tabs .nav-link:hover {
  /*background-color: $__cloud__gray;*/
  border-color: transparent;
  color: #333;
  border-radius: 0;
}

@media (max-width: 992px) {
  .header .header-left .logo {
    top: 0;
    position: relative;
    line-height: initial;
  }
  .header .header-left .logo-small {
    top: -10px;
    position: relative;
    line-height: initial;
  }
}
.main-logo {
  height: 75px;
  width: 270px;
  background: #fff;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  padding: 0 24px;
}
.main-logo .logo-small {
  display: none;
}

[data-layout=horizontal] .main-logo {
  background: none;
  box-shadow: none;
}

.mini-sidebar .main-logo {
  width: 80px;
}
.mini-sidebar .main-logo .logo-blue {
  display: none;
}
.mini-sidebar .main-logo .logo-small {
  display: block;
}
.mini-sidebar.expand-menu .main-logo {
  width: 247px;
}
.mini-sidebar.expand-menu .main-logo .logo-blue {
  display: block;
}
.mini-sidebar.expand-menu .main-logo .logo-small {
  display: none;
}

.device-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: inherit;
}

.sidebar-horizantal .submenu ul {
  display: none;
}

.sidebar .sidebar-menu ul.sidebar-vertical li a:hover {
  background: #fff;
}

.sidebar .sidebar-menu ul.sidebar-vertical .menu-title {
  /*padding: 15px 0;*/
  margin-bottom: 3px;
  padding-top: 10px;
}
.sidebar .sidebar-menu ul.sidebar-vertical .menu-title:first-child {
  padding-top: 5px;
}

.sidebar .sidebar-menu ul.sidebar-vertical {
  padding: 0;
}

.sidebar .sidebar-menu ul.sidebar-vertical > li {
  margin-bottom: 12px;
}

.sidebar .sidebar-menu ul li a.subdrop, .sidebar .sidebar-menu ul li.submenu > a:hover {
  background: rgba(118, 56, 255, 0.05);
}

.two-col-bar .sidebar .sidebar-left .nav-link {
  padding: 22px 15px;
}

.sidebar.sidebar-three .tab .tablinks {
  position: relative;
}

.sidebar.sidebar-three .tab .tablinks.active:after {
  width: 5px;
  content: "";
  height: 100%;
  position: absolute;
  left: -25px;
  top: 0;
  background: #7638ff;
  transition: all 0.5s;
}

.sidebar .sidebar-menu .sidebar-horizantal ul li a span {
  padding: 0 5px;
}

.sidebar .sidebar-menu .sidebar-horizantal ul li a.active::after {
  display: none;
}

@media (max-width: 479px) {
  .device-logo {
    transform: none;
    position: static;
    margin-left: 50px;
  }
}
div#global-loader {
  background: #fff;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100vh;
}
div#global-loader .whirly-loader:not(:required) {
  animation: whirly-loader 1.25s linear infinite;
  background: transparent;
  box-shadow: 0 26px 0 6px #e90202, 0.90971px 26.05079px 0 5.93333px #e90202, 1.82297px 26.06967px 0 5.86667px #e90202, 2.73865px 26.05647px 0 5.8px #e90202, 3.65561px 26.01104px 0 5.73333px #e90202, 4.57274px 25.93327px 0 5.66667px #e90202, 5.48887px 25.8231px 0 5.6px #e90202, 6.40287px 25.68049px 0 5.53333px #e90202, 7.31358px 25.50548px 0 5.46667px #e90202, 8.21985px 25.2981px 0 5.4px #e90202, 9.12054px 25.05847px 0 5.33333px #e90202, 10.01448px 24.78672px 0 5.26667px #e90202, 10.90054px 24.48302px 0 5.2px #e90202, 11.77757px 24.1476px 0 5.13333px #e90202, 12.64443px 23.78072px 0 5.06667px #e90202, 13.5px 23.38269px 0 5px #e90202, 14.34315px 22.95384px 0 4.93333px #e90202, 15.17277px 22.49455px 0 4.86667px #e90202, 15.98776px 22.00526px 0 4.8px #e90202, 16.78704px 21.48643px 0 4.73333px #e90202, 17.56953px 20.93855px 0 4.66667px #e90202, 18.33418px 20.36217px 0 4.6px #e90202, 19.07995px 19.75787px 0 4.53333px #e90202, 19.80582px 19.12626px 0 4.46667px #e90202, 20.5108px 18.468px 0 4.4px #e90202, 21.1939px 17.78379px 0 4.33333px #e90202, 21.85416px 17.07434px 0 4.26667px #e90202, 22.49067px 16.34043px 0 4.2px #e90202, 23.10251px 15.58284px 0 4.13333px #e90202, 23.68881px 14.80241px 0 4.06667px #e90202, 24.24871px 14px 0 4px #e90202, 24.7814px 13.1765px 0 3.93333px #e90202, 25.28607px 12.33284px 0 3.86667px #e90202, 25.76198px 11.46997px 0 3.8px #e90202, 26.2084px 10.58888px 0 3.73333px #e90202, 26.62462px 9.69057px 0 3.66667px #e90202, 27.01001px 8.77608px 0 3.6px #e90202, 27.36392px 7.84648px 0 3.53333px #e90202, 27.68577px 6.90284px 0 3.46667px #e90202, 27.97502px 5.94627px 0 3.4px #e90202, 28.23116px 4.97791px 0 3.33333px #e90202, 28.4537px 3.99891px 0 3.26667px #e90202, 28.64223px 3.01042px 0 3.2px #e90202, 28.79635px 2.01364px 0 3.13333px #e90202, 28.91571px 1.00976px 0 3.06667px #e90202, 29px 0 0 3px #e90202, 29.04896px -1.01441px 0 2.93333px #e90202, 29.06237px -2.03224px 0 2.86667px #e90202, 29.04004px -3.05223px 0 2.8px #e90202, 28.98185px -4.07313px 0 2.73333px #e90202, 28.88769px -5.09368px 0 2.66667px #e90202, 28.75754px -6.1126px 0 2.6px #e90202, 28.59138px -7.12863px 0 2.53333px #e90202, 28.38926px -8.14049px 0 2.46667px #e90202, 28.15127px -9.1469px 0 2.4px #e90202, 27.87755px -10.1466px 0 2.33333px #e90202, 27.56827px -11.1383px 0 2.26667px #e90202, 27.22365px -12.12075px 0 2.2px #e90202, 26.84398px -13.09268px 0 2.13333px #e90202, 26.42956px -14.05285px 0 2.06667px #e90202, 25.98076px -15px 0 2px #e90202, 25.49798px -15.93291px 0 1.93333px #e90202, 24.98167px -16.85035px 0 1.86667px #e90202, 24.43231px -17.75111px 0 1.8px #e90202, 23.85046px -18.63402px 0 1.73333px #e90202, 23.23668px -19.49789px 0 1.66667px #e90202, 22.5916px -20.34157px 0 1.6px #e90202, 21.91589px -21.16393px 0 1.53333px #e90202, 21.21024px -21.96384px 0 1.46667px #e90202, 20.4754px -22.74023px 0 1.4px #e90202, 19.71215px -23.49203px 0 1.33333px #e90202, 18.92133px -24.2182px 0 1.26667px #e90202, 18.10379px -24.91772px 0 1.2px #e90202, 17.26042px -25.58963px 0 1.13333px #e90202, 16.39217px -26.23295px 0 1.06667px #e90202, 15.5px -26.84679px 0 1px #e90202, 14.58492px -27.43024px 0 0.93333px #e90202, 13.64796px -27.98245px 0 0.86667px #e90202, 12.69018px -28.50262px 0 0.8px #e90202, 11.7127px -28.98995px 0 0.73333px #e90202, 10.71663px -29.4437px 0 0.66667px #e90202, 9.70313px -29.86317px 0 0.6px #e90202, 8.67339px -30.2477px 0 0.53333px #e90202, 7.6286px -30.59666px 0 0.46667px #e90202, 6.57001px -30.90946px 0 0.4px #e90202, 5.49886px -31.18558px 0 0.33333px #e90202, 4.41643px -31.42451px 0 0.26667px #e90202, 3.32401px -31.6258px 0 0.2px #e90202, 2.22291px -31.78904px 0 0.13333px #e90202, 1.11446px -31.91388px 0 0.06667px #e90202, 0 -32px 0 0 #e90202, -1.11911px -32.04713px 0 -0.06667px #e90202, -2.24151px -32.05506px 0 -0.13333px #e90202, -3.36582px -32.02361px 0 -0.2px #e90202, -4.49065px -31.95265px 0 -0.26667px #e90202, -5.61462px -31.84212px 0 -0.33333px #e90202, -6.73634px -31.69198px 0 -0.4px #e90202, -7.8544px -31.50227px 0 -0.46667px #e90202, -8.9674px -31.27305px 0 -0.53333px #e90202, -10.07395px -31.00444px 0 -0.6px #e90202, -11.17266px -30.69663px 0 -0.66667px #e90202, -12.26212px -30.34982px 0 -0.73333px #e90202, -13.34096px -29.96429px 0 -0.8px #e90202, -14.4078px -29.54036px 0 -0.86667px #e90202, -15.46126px -29.07841px 0 -0.93333px #e90202, -16.5px -28.57884px 0 -1px #e90202, -17.52266px -28.04212px 0 -1.06667px #e90202, -18.52792px -27.46878px 0 -1.13333px #e90202, -19.51447px -26.85936px 0 -1.2px #e90202, -20.48101px -26.21449px 0 -1.26667px #e90202, -21.42625px -25.53481px 0 -1.33333px #e90202, -22.34896px -24.82104px 0 -1.4px #e90202, -23.2479px -24.07391px 0 -1.46667px #e90202, -24.12186px -23.29421px 0 -1.53333px #e90202, -24.96967px -22.48279px 0 -1.6px #e90202, -25.79016px -21.64052px 0 -1.66667px #e90202, -26.58223px -20.76831px 0 -1.73333px #e90202, -27.34477px -19.86714px 0 -1.8px #e90202, -28.07674px -18.938px 0 -1.86667px #e90202, -28.7771px -17.98193px 0 -1.93333px #e90202, -29.44486px -17px 0 -2px #e90202, -30.07908px -15.99333px 0 -2.06667px #e90202, -30.67884px -14.96307px 0 -2.13333px #e90202, -31.24325px -13.91039px 0 -2.2px #e90202, -31.7715px -12.83652px 0 -2.26667px #e90202, -32.26278px -11.74269px 0 -2.33333px #e90202, -32.71634px -10.63018px 0 -2.4px #e90202, -33.13149px -9.5003px 0 -2.46667px #e90202, -33.50755px -8.35437px 0 -2.53333px #e90202, -33.84391px -7.19374px 0 -2.6px #e90202, -34.14px -6.0198px 0 -2.66667px #e90202, -34.39531px -4.83395px 0 -2.73333px #e90202, -34.60936px -3.63759px 0 -2.8px #e90202, -34.78173px -2.43218px 0 -2.86667px #e90202, -34.91205px -1.21916px 0 -2.93333px #e90202, -35px 0 0 -3px #e90202, -35.04531px 1.22381px 0 -3.06667px #e90202, -35.04775px 2.45078px 0 -3.13333px #e90202, -35.00717px 3.6794px 0 -3.2px #e90202, -34.92345px 4.90817px 0 -3.26667px #e90202, -34.79654px 6.13557px 0 -3.33333px #e90202, -34.62643px 7.36007px 0 -3.4px #e90202, -34.41316px 8.58016px 0 -3.46667px #e90202, -34.15683px 9.79431px 0 -3.53333px #e90202, -33.85761px 11.001px 0 -3.6px #e90202, -33.5157px 12.19872px 0 -3.66667px #e90202, -33.13137px 13.38594px 0 -3.73333px #e90202, -32.70493px 14.56117px 0 -3.8px #e90202, -32.23675px 15.72291px 0 -3.86667px #e90202, -31.72725px 16.86968px 0 -3.93333px #e90202, -31.17691px 18px 0 -4px #e90202, -30.58627px 19.11242px 0 -4.06667px #e90202, -29.95589px 20.2055px 0 -4.13333px #e90202, -29.28642px 21.27783px 0 -4.2px #e90202, -28.57852px 22.32799px 0 -4.26667px #e90202, -27.83295px 23.35462px 0 -4.33333px #e90202, -27.05047px 24.35635px 0 -4.4px #e90202, -26.23192px 25.33188px 0 -4.46667px #e90202, -25.37819px 26.27988px 0 -4.53333px #e90202, -24.49018px 27.1991px 0 -4.6px #e90202, -23.56888px 28.0883px 0 -4.66667px #e90202, -22.6153px 28.94626px 0 -4.73333px #e90202, -21.6305px 29.77183px 0 -4.8px #e90202, -20.61558px 30.56385px 0 -4.86667px #e90202, -19.57168px 31.32124px 0 -4.93333px #e90202, -18.5px 32.04294px 0 -5px #e90202, -17.40175px 32.72792px 0 -5.06667px #e90202, -16.27818px 33.37522px 0 -5.13333px #e90202, -15.1306px 33.98389px 0 -5.2px #e90202, -13.96034px 34.55305px 0 -5.26667px #e90202, -12.76875px 35.08186px 0 -5.33333px #e90202, -11.55724px 35.56951px 0 -5.4px #e90202, -10.32721px 36.01527px 0 -5.46667px #e90202, -9.08014px 36.41843px 0 -5.53333px #e90202, -7.81748px 36.77835px 0 -5.6px #e90202, -6.54075px 37.09443px 0 -5.66667px #e90202, -5.25147px 37.36612px 0 -5.73333px #e90202, -3.95118px 37.59293px 0 -5.8px #e90202, -2.64145px 37.77443px 0 -5.86667px #e90202, -1.32385px 37.91023px 0 -5.93333px #e90202;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 8px;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  border-radius: 100%;
}

@keyframes loader {
  to {
    left: -100vw;
  }
}
@-webkit-keyframes whirly-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes whirly-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.select2-container {
  min-width: 100% !important;
  width: auto !important;
  z-index: 99;
  padding: 0 !important;
}
.select2-container .select2-selection--single {
  height: 43px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgba(145, 158, 171, 0.32);
  border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3F4254;
  line-height: 41px;
  border-radius: 5px;
  padding-right: 30px;
  padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #333;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  height: 0;
  margin-left: -10px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #000;
  border-width: 2px 0 0 2px;
  margin-top: 3px;
  padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #e90202;
  color: #fff;
}

.select2-container--focus .select2-selection--single {
  background: #fff !important;
  border-color: #e90202;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background: #e90202;
}

.sidebar {
  background-color: #fff;
  bottom: 0;
  left: 0;
  margin-top: 0;
  position: fixed;
  top: 75px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 270px;
  z-index: 995;
  /*box-shadow: 0 0 13px 0 $__light__slate__grey;*/
  /*overflow-y: hidden;*/
}
@media (max-width: 1199.98px) {
  .sidebar {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .sidebar {
    top: 60px;
    margin-left: -575px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1041;
    background: #cd9898;
  }
}
@media (max-width: 575.98px) {
  .sidebar {
    width: 225px;
  }
}
.sidebar .nav-tabs {
  border: 0;
}
.sidebar .sidebar-header {
  height: 75px;
  float: left;
  width: 100%;
  padding: 0 24px;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.sidebar .sidebar-header .logo, .sidebar .sidebar-header .dark-logo {
  line-height: 60px;
}
.sidebar .sidebar-header .logo img, .sidebar .sidebar-header .dark-logo img {
  max-height: 45px;
  width: auto;
}
.sidebar .sidebar-header .main-logo.hide-logo {
  display: none;
}
.sidebar .sidebar-header .white-logo {
  display: none;
  line-height: 60px;
}
.sidebar .sidebar-header .white-logo.show-logo {
  display: block;
}
.sidebar .sidebar-header .logo-small {
  display: none;
}
@media (max-width: 768px) {
  .sidebar .sidebar-header {
    display: none;
  }
}
.sidebar .sidebar-menu .menu-title {
    color: #BDBDBD;
    background-color: #42505b;
    font-size: 12px;
    opacity: 1;
    padding: 13px 24px;
    white-space: nowrap;
}
.sidebar .sidebar-menu ul {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.sidebar .sidebar-menu ul + ul {
  padding-top: 0;
}
.sidebar .sidebar-menu ul li {
  margin: 0;
  position: relative;
}
.sidebar .sidebar-menu ul li ul {
  padding: 0;
}
.sidebar .sidebar-menu ul li ul li .menu-title {
  padding: 0 0 0 50px;
  background: #fff;
}
.sidebar .sidebar-menu ul li ul li a {
  background: #fff;
}
.sidebar .sidebar-menu ul li ul li a:before {
  height: 0 !important;
}
.sidebar .sidebar-menu ul li.active a {
  color: black;
  position: relative;
  background-color: white;
}
.sidebar .sidebar-menu ul li.active a::before {
  width: 5px;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFC107;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0 10px 10px 0px;
}
.sidebar .sidebar-menu ul li.active a::after {
  width: 8px;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 10px 10px 0px;
}
.sidebar .sidebar-menu ul li.active a svg {
  width: 18px;
}
.sidebar .sidebar-menu ul li.active a .feather {
  width: 18px;
  height: 18px;
}
.sidebar .sidebar-menu ul li.active a span {
  color: black;
}
.sidebar .sidebar-menu ul li a {
  padding: 8px 25px;
  position: relative;
  color: #900;
}
.sidebar .sidebar-menu ul li a .fas{
  position: relative;
  color: #ccc;
}
@media (max-width: 1199.98px) {
  .sidebar .sidebar-menu ul li a {
    padding: 8px 12px;
  }
}
.sidebar .sidebar-menu ul li a .badge {
  background: #e90202;
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar .sidebar-menu ul li a i {
  line-height: 18px;
}
.sidebar .sidebar-menu ul li a svg {
  width: 18px;
}
.sidebar .sidebar-menu ul li a img {
  width: 18px;
  color: #9e9e9e;
}
.sidebar .sidebar-menu ul li a:hover {
  background-color: rgba(38, 17, 85, 0.05);
  color: #e90202;
}
.sidebar .sidebar-menu ul li a:hover img {
  filter: brightness(0) invert(1);
}
.sidebar .sidebar-menu ul li a:hover span {
  color: black;
}
.sidebar .sidebar-menu ul li a:hover svg {
  color: black;
}
.sidebar .sidebar-menu ul li a:hover i {
  color: #e90202;
}
.sidebar .sidebar-menu ul li a:hover .badge {
  color: #fff;
}
.sidebar .sidebar-menu ul li a.active {
  color: #e90202;
  border-radius: 0px;
  background-color: white;
}
.sidebar .sidebar-menu ul li a.active svg {
  color: #e90202;
}
.sidebar .sidebar-menu ul li a.active img {
  filter: brightness(0) invert(1);
}
.sidebar .sidebar-menu ul li a.active span {
  color: #e90202;
}
.sidebar .sidebar-menu ul li a.active::before {
  width: 5px;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e90202;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*border-radius: 0 10px 10px 0px;*/
}
.sidebar .sidebar-menu ul li a.active::after {
  width: 8px;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e90202;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 10px 10px 0px;
  /*display: $__none;*/
}
.sidebar .sidebar-menu ul li a span {
  padding: 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  /*color: $__light__gray__light;*/
  line-height: 18px;
}
.sidebar .sidebar-menu ul li a .menu-arrow {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .sidebar-menu ul li a .menu-arrow::before {
  content: "\f105";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}
.sidebar .sidebar-menu ul li a.subdrop {
  background: none;
}
.sidebar .sidebar-menu ul li a.subdrop .menu-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.sidebar .sidebar-menu ul li.submenu {
  /*padding-bottom: 20px;*/
}
.sidebar .sidebar-menu ul li.submenu ul {
  /*background: $__light__vampires;*/
  /*@include rounded(5px);*/
  width: 100%;
  padding: 0;
  display: none;
}
.sidebar .sidebar-menu ul li.submenu ul.level2 li a {
  padding-left: 60px;
}
.sidebar .sidebar-menu ul li.submenu ul.level3 li a {
  padding-left: 80px;
}
.sidebar .sidebar-menu ul li.submenu ul li a {
  font-weight: normal;
  font-size: 13px;
  color: #333;
  position: relative;
  display: block;
  padding: 8px 8px 8px 50px;
}
.sidebar .sidebar-menu ul li.submenu ul li a.active {
  color: #e90202;
  font-weight: normal;
}
.sidebar .sidebar-menu ul li.submenu ul li a.active:after {
  background: #e90202;
  border: 1px solid #e90202;
  display: none;
}
.sidebar .sidebar-menu ul li.submenu ul li a:hover {
  color: #e90202;
}
.sidebar .sidebar-menu ul li.submenu ul li a:hover:after {
  background: #e90202;
  border: 1px solid #e90202;
}
.sidebar .nav-link {
  padding: 10px;
  color: #28084B;
  position: relative;
}
.sidebar .nav-link.active {
  color: #e90202;
  background: transparent;
  position: relative;
}
.sidebar .nav-link.active:after {
  content: "";
  border-width: 10px;
  border-color: transparent #e90202 transparent transparent;
  border-style: solid;
  position: absolute;
  top: 36px;
  right: 0;
}
.sidebar .sidebar-left {
  width: 100px;
  -webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
}
.sidebar .sidebar-right {
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
@media (max-width: 991.98px) {
  .sidebar .sidebar-right {
    width: calc(100% - 70px);
  }
}
.sidebar .sidebar-right .slimScrollDiv {
  width: 250px !important;
  overflow: visible !important;
}
@media (max-width: 991.98px) {
  .sidebar .sidebar-right .slimScrollDiv {
    width: 100% !important;
  }
}
.sidebar .sidebar-right .tab-content {
  padding: 20px 20px 40px;
}
@media (max-width: 991.98px) {
  .sidebar .sidebar-right .tab-content {
    padding: 10px;
  }
}
.sidebar .sidebar-right p {
  font-size: 10px;
  color: #F2ECFF;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.sidebar .sidebar-right ul li.active a {
  background: linear-gradient(46.62deg, #e90202 0%, #3E45EB 93.64%);
  color: #fff;
}
.sidebar .sidebar-right ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #28084B;
}
.sidebar .sidebar-right ul li a.active {
  color: #e90202;
}
.sidebar .sidebar-right .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  line-height: 40px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 18px;
  top: 0px;
  position: relative;
  font-weight: 700;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.sidebar .sidebar-right .menu-arrow:before {
  content: "\f105";
}
.sidebar li a.subdrop .menu-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.sidebar .nav-items .nav-link {
  border-radius: 0;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar .nav-items .nav-link:hover {
  box-shadow: 0 0 0 150px #3E45EB inset;
  color: #fff;
}
.sidebar .nav-items .nav-link span {
  margin-top: 15px;
  font-weight: 500;
}
.sidebar .sidemenu a {
  width: 100%;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  margin: 0 0 10px;
  padding: 10px;
}
.sidebar .sidemenu a:hover {
  background: linear-gradient(46.62deg, #e90202 0%, #3E45EB 93.64%);
  color: #fff;
}
.sidebar .sidemenu a:hover svg {
  color: #fff;
}
.sidebar .sidemenu a svg {
  stroke-width: 1px;
}

@media (min-width: 991.98px) {
  .mini-sidebar .page-wrapper {
    margin-left: 80px;
  }
  .mini-sidebar .header-left #toggle_btn {
    opacity: 0;
  }
  .mini-sidebar .header-left #toggle_btn:after {
    border: 0;
  }
  .mini-sidebar.expand-menu .header-left #toggle_btn {
    opacity: 1;
  }
  .mini-sidebar .header-left-two #toggle_btn {
    opacity: 0 !important;
  }
  .mini-sidebar .sidebar-right {
    display: none;
  }
  .mini-sidebar .sidebar .sidebar-menu ul li a {
    padding: 10px;
  }
  .mini-sidebar .sidebar .sidebar-menu ul li a span {
    display: none;
  }
  .mini-sidebar .sidebar {
    width: 80px;
  }
  .expand-menu .sidebar-right {
    display: block;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .expand-menu .sidebar {
    width: 240px;
  }
  .expand-menu .sidebar .sidebar-menu ul > li > a {
    padding: 8px 25px;
  }
  .expand-menu .sidebar .sidebar-menu ul > li > a span {
    display: block;
  }
  .expand-menu .header-left {
    width: 240px;
  }
}
.sidebarrightmenu .sidebar-right {
  display: block;
}

.slide-nav .sidebar {
  margin-left: 0;
}

.sidebar-overlay {
  display: none;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 60px;
  left: 0;
}
.sidebar-overlay.opened {
  display: block;
}

#toggle_btn i {
  font-size: 22px;
}

.mini-sidebar .active.subdrop ~ ul {
  display: none !important;
}
.mini-sidebar .sidebar .sidebar-menu .menu-title {
  display: none;
}

.mini-sidebar.expand-menu .active.subdrop ~ ul {
  display: block !important;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu .menu-title {
  display: block;
}

.mini-sidebar .header .header-left.header-left-two .logo.logo-small {
  padding: 10px 0 0;
  margin: 0;
}

.active.subdrop ~ ul {
  display: block !important;
}

.sidebar-four {
  background-color: #101924;
  top: 60px;
  border-top-right-radius: 0px;
}

@media (max-width: 991.98px) {
  .sidebar-five {
    display: none;
  }
  .page-wrapper-three {
    margin-left: 0px;
    padding-top: 80px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.sidebar .sidebar-menu.sidebar-menu-ten li.active > a {
  background-color: #EFF0F7;
  color: #B5B5C3;
}
.sidebar .sidebar-menu.sidebar-menu-eleven li.active > a {
  background-color: #EFF0F7;
  color: #B5B5C3;
}
.sidebar .sidebar-menu.sidebar-menu-twelve li.active > a {
  background-color: rgb(16, 25, 36);
  color: #fff;
}

.mini-sidebar .sidebar .sidebar-menu > ul > li > a i {
  margin-left: 20px;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li > a i {
  margin-left: 0;
}

.reset-icon {
  margin: 0 10px 0 0;
}

.sidebar-six {
  background-color: #fff;
}

.sidebar-seven {
  background-color: #F0F1F5;
}

.sidebar-eight {
  background-color: #101924;
}

.sidebar-nine {
  background-color: #757575;
}

.sidebar-menu-ten li.active {
  background-color: #757575 !important;
  color: #B5B5C3 !important;
}
.sidebar-menu-ten li a.active {
  background-color: #757575 !important;
  color: #B5B5C3 !important;
}
.sidebar-menu-ten li a.active span {
  color: #B5B5C3 !important;
}

.sidebar-menu-eleven li.active {
  background-color: #757575 !important;
  color: #B5B5C3 !important;
}
.sidebar-menu-eleven li a.active {
  background-color: #757575 !important;
  color: #B5B5C3 !important;
}
.sidebar-menu-eleven li a.active span {
  color: #B5B5C3 !important;
}

.sidebar-menu-eleven li.active {
  background-color: #757575 !important;
  color: #B5B5C3 !important;
}
.sidebar-menu-eleven li a.active {
  background-color: #757575 !important;
  color: #B5B5C3 !important;
}
.sidebar-menu-eleven li a.active span {
  color: #B5B5C3 !important;
}

.sidebar-menu-twelve li.active {
  background-color: #101924 !important;
  color: #B5B5C3 !important;
}
.sidebar-menu-twelve li a.active {
  background-color: #101924 !important;
  color: #B5B5C3 !important;
}
.sidebar-menu-twelve li a.active span {
  color: #B5B5C3 !important;
}

.sidebar.sidebar-two ul > li > a {
  color: #95979b;
}
.sidebar.sidebar-two ul > li > a span {
  color: #95979b;
}
.sidebar.sidebar-two li a.active {
  background-color: transparent !important;
}

.greedys {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  height: 75px;
}
.greedys .viewmoremenu {
  background: transparent;
  color: #3F4254;
  border: 0;
  min-width: 150px;
  text-align: right;
}
.greedys .hidden-links li a:hover {
  color: #333;
}

.sidebar .sidebar-horizantal {
  display: none !important;
}

.mini-sidebar .sidebar .sidebar-menu ul li a span {
  display: none;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu ul li a span {
  display: block;
}

.sidebar .sidebar-menu .greedys ul {
  padding: 0;
}
.sidebar .sidebar-menu .greedys ul li.submenu {
  padding-bottom: 0;
}
.sidebar .sidebar-menu .greedys ul li a .menu-arrow {
  top: 11px;
}
.sidebar .sidebar-menu .greedys ul li ul li a {
  padding: 8px 15px;
  /*font-weight: $__semibold;*/
}

/*.sidebar .sidebar-menu ul li, .two-col-bar .sidebar-menu ul li {
    position: relative;
}
.sidebar .sidebar-inner, .two-col-bar .sidebar-inner {
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}*/
.tabs-set .nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
}
.tabs-set .nav-tabs .nav-link {
  color: #28084B;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  min-width: 120px;
  margin-right: 10px;
  background: #F0F1F5;
  border-radius: 5px !important;
}
.tabs-set .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.tabs-set .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.tabs-set .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #e90202;
  background: #e90202;
  color: #fff;
}

.tab-content {
  padding-top: 32px;
}

.navtab-bg .nav-link {
  background-color: #edeff1;
  color: #455560;
}

.nav-bordered li a {
  border: 0 !important;
}

.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #333 #333 #fff;
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.navtab-bg .nav-item {
  margin: 0 5px;
}

.nav-bordered a.active {
  border-bottom: 2px solid #e90202 !important;
}

.tabs-sets .nav-tabs {
  border-bottom: 0;
  margin: 0 0 30px;
}
.tabs-sets .nav-tabs .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  background: #E9ECEF;
  min-width: 112px;
  margin-right: 15px;
  padding: 15px;
  border-radius: 5px;
}
.tabs-sets .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.tabs-sets .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.tabs-sets .nav-tabs .nav-link.active {
  background: #e90202;
  color: #fff;
}

.nav-pills .nav-link {
  color: #455560;
  border-radius: 4px;
}

.nav-link {
  color: #888;
}

.card-buttons p {
  margin-bottom: 20px;
}
.card-buttons p:last-child {
  margin-bottom: 0;
}
.card-buttons .card-title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .card-buttons .btn {
    margin-bottom: 10px;
  }
}
.card-buttons .card-text {
  margin-bottom: 10px;
}
.card-buttons .header-title {
  margin-bottom: 10px;
}

.topnav-dropdown-header {
  text-align: center;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 12px;
}
.topnav-dropdown-header .notification-title {
  display: block;
  float: left;
  font-weight: 500;
  font-size: 14px;
}
.topnav-dropdown-header .notification-title a {
  font-size: 12px;
  margin-left: 5px;
}
.topnav-dropdown-header .clear-noti {
  color: #3F4254;
  float: right;
}
.topnav-dropdown-header .clear-noti:hover {
  color: #e90202;
}
.topnav-dropdown-header .clear-noti i {
  margin-left: 4px;
  font-size: 14px;
}

.notifications .noti-content {
  height: 290px;
  width: 440px;
  overflow-y: auto;
  position: relative;
}
.notifications .notification-list li {
  margin-top: 0;
  box-shadow: 0px 1px 0px 0px #E4E8EE;
  font-size: 14px;
}
.notifications .notification-list li a {
  display: block;
  padding: 16px;
  border-radius: 2px;
}
.notifications .notification-list li a:hover {
  background-color: rgba(38, 17, 85, 0.05);
}
.notifications .notification-list li .avatar:before {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #19A855;
  opacity: 0;
}
.notifications .notification-list li .avatar.active:before {
  opacity: 1;
}
.notifications .notification-list li .media-body {
  width: calc(100% - 44px);
}
.notifications .notification-list li .noti-title {
  color: #3F4254;
  font-weight: 600;
}
.notifications .notification-list li .noti-details {
  color: #3F4254;
  margin: 0;
}
.notifications .notification-list li p.noti-time {
  margin: 0;
}
.notifications .notification-list li .notification-time {
  font-size: 12px;
  line-height: 1.35;
  color: #9e9e9e;
}
.notifications .notification-list li blockquote {
  color: #3F4254;
  margin: 10px 0;
  padding-left: 12px;
  position: relative;
}
.notifications .notification-list li blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  background-color: #DDDEE1;
  width: 4px;
  height: 100%;
}
.notifications .notification-list li .list-item {
  border: 0;
  padding: 0;
  position: relative;
}
.notifications .notification-list li .list-item .list-left {
  height: 48px;
  position: absolute;
  width: 48px;
}
.notifications .notification-list li .list-item .list-body {
  padding: 0 0 0 50px;
}
.notifications .notification-list li .list-item .list-body .message-author {
  color: #333;
  float: left;
  font-weight: 500;
  width: 175px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notifications .notification-list li .list-item .list-body .message-time {
  color: #888888;
  float: right;
  font-size: 11px;
}
.notifications .notification-list li .list-item .list-body .message-content {
  color: #333;
  font-size: 13px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notifications .notification-list li .notification-btn {
  padding: 10px 0;
}
.notifications .notification-list li .notification-btn .btn {
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  margin-right: 8px;
  border-radius: 6px;
}
.notifications .notification-list li .notification-btn .btn:last-child {
  margin-right: 0px;
}

.topnav-dropdown-footer {
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 12px;
}
.topnav-dropdown-footer a {
  display: block;
  text-align: center;
  color: #ED3A3A;
  font-weight: 500;
}
.topnav-dropdown-footer a:hover {
  color: #e90202;
}

.list-left {
  height: 48px;
  position: absolute;
  width: 48px;
}

.list-body {
  padding: 0 0 0 50px;
}
.list-body .message-author {
  color: #333;
  float: left;
  font-weight: 500;
  width: 175px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-body .message-time {
  color: #888888;
  float: right;
  font-size: 11px;
}
.list-body .message-content {
  color: #333;
  font-size: 13px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity {
  width: 100%;
}
.activity .activity-box {
  position: relative;
}
.activity .activity-list {
  position: relative;
}
.activity .activity-list li {
  background-color: #fff;
  position: relative;
  border: 1px solid #D9D9D9;
  margin: 0 0 10px;
  padding: 20px 10px 10px;
  font-size: 15px;
}
.activity .activity-list li .activity-user {
  height: 50px;
  margin: 0;
  padding: 0;
  width: 50px;
  position: absolute;
  top: 12px;
  left: 8px;
}
.activity .activity-list li .activity-content {
  background-color: #fff;
  position: relative;
  margin: 0 0 0 60px;
  padding: 0;
}
.activity .activity-list li .time {
  color: #C4C4C4;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
.activity .activity-list li a.name {
  color: #000;
}
.activity .activity-list li a {
  color: #28084B;
  font-weight: 600;
  font-size: 15px;
}
.activity .activity-list li a img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.edit-options .status-toggle .check:checked + .checktoggle {
  background-color: #e90202;
  border: 1px solid #e90202;
  left: 0;
  transform: translate(calc(0% - 5px), 0%);
}
.edit-options .status-toggle .checktoggle {
  transform: translate(calc(0% - 5px), 0%);
}

.modal-dialog .modal-md {
  max-width: 600px;
}

.form-header {
  text-align: center;
  margin-bottom: 30px;
}
.form-header h4 {
  color: #1B2559;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.modal-header-title h4 {
  font-weight: 600;
  font-size: 20px;
  color: #0F0033;
}

.bank-details .bank-inner-details label {
  font-size: 16px;
  font-weight: 600;
  color: #1B2559;
  margin-bottom: 10px;
}
.bank-details .bank-inner-details .form-control {
  height: 50px;
}

.status-toggle .checktoggle {
  cursor: poArimo;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 48px;
  top: 0px;
  border-radius: 12px;
  transform: translate(calc(-30% - 5px), -60%);
}
.status-toggle .checktoggle:after {
  height: 15px;
  width: 15px;
}
.status-toggle .check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  poArimo-events: none;
  position: absolute;
}
.status-toggle .check:checked + .checktoggle {
  background-color: #e90202;
  border: 1px solid #e90202;
}
.status-toggle .check:checked + .checktoggle:after {
  background-color: #fff;
  left: 100%;
  transform: translate(calc(-100% - 2px), -50%);
  height: 20px;
  width: 20px;
}
.status-toggle .checktoggle:after {
  content: " ";
  display: block;
  background-color: #fff;
  height: 20px;
  width: 20px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  position: absolute;
  left: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.status-toggle .checktoggle .checkbox-bg::after {
  background: rgba(0, 0, 0, 0.25);
}

.close-btn {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 18px;
}
.close-btn i {
  font-size: 20px;
  color: #F0142F;
}

.del-icon {
  margin-bottom: 23px;
}
.del-icon i {
  font-size: 60px;
  color: #F0142F;
  margin-bottom: 23px;
}

.submit-section .btn {
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  min-width: 150px;
  margin-top: 5px;
}

.custom-modal .modal-header {
  padding: 24px;
}
.custom-modal .modal-body {
  padding: 24px;
}
.custom-modal .modal-body .form-header h3 {
  font-size: 22px;
  margin: 0 0 10px;
}

.bank-details .modal-header {
  border: 0;
  padding: 20px;
}
.bank-details .modal-body {
  padding: 0 20px 0;
}
.bank-details .modal-footer {
  justify-content: end;
  padding: 30px;
}

.modal-content {
  background: #fff;
  box-shadow: 0px 20px 13px rgba(0, 0, 0, 0.03), 0px 8px 5px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.modal-backdrop.show {
  opacity: 0.4;
}

.add-tax-btns .add-btn-cancel-btn {
  padding: 8px 15px;
  margin: 0 10px 0 0;
  padding: 8px 15px;
  min-width: 81px;
  color: #3F4254;
  background: #fff;
  border: 1px solid #BDBDBD;
  box-shadow: inset 0 0 0 0 #3F4254;
  border-radius: 6px;
}
.add-tax-btns .add-btn-cancel-btn:hover {
  color: #fff;
  background: #3F4254;
  border-color: #3F4254;
  box-shadow: inset 0 50px 0 0 #3F4254;
}
.add-tax-btns .add-tax-save-btn {
  margin: 0 0 0 0;
  padding: 8px 15px;
  min-width: 69px;
}

.table {
  color: #333;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
  --bs-table-bg: transparent;
}
.table .table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 150px;
  font-size: 14px;
}
.table .thead-light th {
  font-size: 13px;
  color: #28084B;
  font-weight: 500;
}
.table thead {
  background: linear-gradient(320deg, #f4af249c 0%, #f4af249c 100%);
  border-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
  width: 100% !important;
}
@media (max-width: 767px) {
  .table thead {
    background: #dee2e6;
  }
}
.table thead tr th {
  font-weight: 500;
  border-color: #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.table tbody {
  vertical-align: middle;
  white-space: nowrap;
}
.table tbody tr td {
  border-color: #dee2e6;
}
.table tbody td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.table tbody td h2 span {
  color: #808080;
  display: block;
  font-size: 14px;
  margin-top: 2px;
  font-weight: 400;
}
.table tbody td a {
  color: #3F4254;
}
.table tbody td a.btn-action-icon {
  background: #e7c0bc91;
  color: #3F4254;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50px;
}

.table tbody td a.btn-action-icon:active {
  color: #e90202;
}
.table tbody td a + a {
  display: inline-block;
}
.table tbody td a.add-btn {
  display: inline-block !important;
}
.table tbody td a:hover {
  color: #e90202;
}
.table tbody td a:active {
  color: #fff;
}
.table tbody td a.btn {
  display: inline-block;
  padding: 5px 10px;
}
.table tbody td .items-links {
  color: #1B2559;
  display: inline-block;
}
.table tbody td .items-links:hover {
  color: #e90202;
}
.table .invoice-link {
  color: #333;
  display: inline-block;
}
.table .invoice-link:hover {
  color: #6b36de;
}
.table .invoice-link .table-center th, .table .invoice-link .table-center td {
  vertical-align: middle;
}
.table .invoice-link .dropdown-menu {
  width: 200px;
  background: #fff;
  border: 1px solid #F2ECFF;
  box-shadow: 0px 4px 4px rgba(231, 234, 252, 0.75);
  margin-top: 10px !important;
  border-radius: 6px;
}
.table .invoice-link .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  color: #1B2559;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 14px;
}
.table .invoice-link .dropdown-item:last-child {
  margin-bottom: 0;
}
.table .invoice-link .dropdown-item:focus, .table .invoice-link .dropdown-item:hover {
  color: #e90202;
  background: transparent;
}
.table .invoice-link .dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: #e90202;
}
.table .invoice-link .dropdown-item i {
  font-size: 16px;
}

.table .dropdown-menu {
  width: 160px;
  background: #fff;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 16px 32px rgba(190, 190, 190, 0.2);
  border-radius: 12px;
  padding: 0;
  margin-top: 10px !important;
  height: auto !important;
}
.table .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  color: #333;
  padding: 10px 20px 10px;
}

.table-inbox {
  font-size: 15px;
  margin-bottom: 0;
}

.table-nowrap th, .table-nowrap td {
  white-space: nowrap;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f8f9fa;
}
.table-striped .dropdown-action {
  margin-bottom: 0;
}
.table-striped .table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
  padding: 10px 8px;
}

.table-hover tbody tr:hover {
  background-color: #f6f6f7;
}

.table-bordered th {
  border-color: rgba(0, 0, 0, 0.05);
}
.table-bordered td {
  border-color: rgba(0, 0, 0, 0.05);
}
.table-bordered td:first-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.table-bordered td:last-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.card-table .card-body {
  padding: 0 !important;
}
.card-table .card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table .card-body .table td {
  color: #1F0066;
  font-weight: 400;
  border-top: 0;
  font-size: 14px;
  height: 46px;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 25px;
  white-space: nowrap;
  box-shadow: none;
  vertical-align: middle;
}
.card-table .card-body .table td:first-child {
  padding-left: 25px;
}
.card-table .card-body .table th {
  white-space: nowrap;
  padding: 10px 25px;
  border-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #0F0033;
}
.card-table .card-body .table th:first-child {
  padding-left: 25px;
}

.table > :not(:first-child) {
  border: 0;
}

.dataTables_length select {
  appearance: auto;
}

.table-nosearch .dataTables_length,
.table-nosearch .dataTables_filter {
  display: none;
}

.card-table div.table-responsive > div.dataTables_wrapper > div.row:first-child {
  padding: 1.5rem 1.5rem 0 !important;
  align-items: center;
}
.card-table div.table-responsive > div.dataTables_wrapper > div.row:last-child {
  padding: 0 1.5rem 1.5rem !important;
  align-items: center;
}

.dataTables_length select {
  appearance: auto;
}

table .badge {
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  min-width: auto;
  padding: 4px 10px;
  font-weight: 400;
  text-align: center;
}

.table tbody td a {
  color: #0052ea;
}
.table tbody td a.action-icon {
  color: #333;
}
.table tbody td h2.table-avatar a {
  color: #3F4254;
}
.table tbody td h2.table-avatar a:hover {
  color: #e90202;
}

.mini-sidebar .header .header-left.header-left-two .logo.logo-small {
  padding: 10px 0 0;
  margin: 0;
}

.categories-table .table tr:last-child td {
  padding-bottom: 0;
  border: none;
}
.categories-table .table td {
  padding: 8px;
  font-size: 14px;
}

.card-table .table {
  background: #fff;
  /* margin-bottom: 24px  !important; */
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dataTables_length label {
  font-weight: 500 !important;
  font-size: 14px;
  color: #3F4254;
}

.dataTables_length label:before {
  content: "Show";
  margin-right: 5px;
  font-size: 14px;
}

.dataTables_length label:after {
  content: "Entries";
  margin-left: 5px;
  font-size: 14px;
}

.dataTables_scroll {
  margin-bottom: 24px;
}
.dataTables_scroll *::-webkit-scrollbar {
  height: 7px;
}
.dataTables_scroll *::-webkit-scrollbar-track {
  background: #e9e9ea;
  border-radius: 0;
}
.dataTables_scroll *::-webkit-scrollbar-thumb {
  /*background-color: #DBECFF; */
  background-color: #DDCEFF;
  border-radius: 0;
}
.dataTables_scroll * {
  scrollbar-color: #D3D3D3 #e9e9ea;
  scrollbar-width: thin;
}

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length {
    width: 100%;
  }
}

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate {
    width: 100%;
  }
}

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    margin-top: 14px;
  }
}

.dataTables_length .form-select {
  --bs-form-select-bg-img:none;
}

.modal-body .card-table .card-body .table td {
  color: #1d1d1d;
}

.header .header-left-two {
  background-color: #101924;
  border-bottom: 1px solid #203247;
  border-radius: 0px 16px 0px 0px;
}
@media (max-width: 991.98px) {
  .header .header-left-two {
    background-color: transparent;
    border-bottom: 0;
  }
}
.header .header-left-two #toggle_btn {
  padding: 0 0px;
  margin-left: 0px;
  color: #fff;
}
.header .header-left-two a {
  margin-left: 15px;
}
.header .header-left-two .logo img {
  width: 155px;
}
@media (max-width: 991.98px) {
  .header .header-left-two .logo img {
    display: none;
  }
}
.header .header-left-two .dark-logo {
  display: none;
}
.header.header-four {
  border-radius: 0px;
  background-color: #101924;
}
.header.header-four a {
  padding: 0 10px;
  color: white;
}

@media (min-width: 991.98px) {
  .sidebar-hide {
    display: none;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.sidebar.sidebar-two .sidebar-menu > ul > li ul li a {
  background: transparent !important;
}

.sidebar.sidebar-two {
  background-color: #101924;
  top: 0;
  border-top-right-radius: 0px;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .sidebar.sidebar-two {
    left: 0;
    top: 60px;
  }
}
.sidebar.sidebar-two .menu-title-two {
  color: #fff;
}
.sidebar.sidebar-two li.active > a {
  background-color: rgb(246, 247, 249) !important;
}
.sidebar.sidebar-three-three {
  left: unset;
  top: 85px;
  border-radius: 4px;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  overflow-y: hidden;
}
@media (max-width: 991.98px) {
  .sidebar.sidebar-three-three {
    left: 0;
  }
}

.sidebar-five {
  background-color: transparent;
  top: 0px;
  border-top-right-radius: 0px;
  float: left;
  margin: 0;
  position: relative;
  z-index: 99;
  width: auto;
  overflow-y: visible;
  box-shadow: none;
}

.sidebar-menu-five .dropdown-toggle {
  color: #fff !important;
}
.sidebar-menu-five .dropdown-toggle span {
  color: #fff !important;
}
.sidebar-menu-five ul {
  padding: 10px 0;
  position: relative;
}
.sidebar-menu-five ul .dropdown-menu-right {
  position: absolute;
  width: 220px;
  height: auto;
  border: none;
}
.sidebar-menu-five ul ul a span {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
  float: unset;
}
.sidebar-menu-five ul ul a:hover {
  background-color: rgba(118, 56, 255, 0.05);
  color: #e90202;
}
.sidebar-menu-five > ul > li {
  margin-bottom: 0px;
  position: relative;
}
.sidebar-menu-five > ul > li:last-child {
  margin-bottom: 0px;
}
.sidebar-menu-five > ul > li > a {
  color: #fff !important;
  z-index: 9999;
  border-bottom: 3px solid transparent;
}
.sidebar-menu-five > ul > li > a:hover {
  background-color: rgb(16, 25, 36);
  color: #fff;
  border-bottom: 3px solid #e90202;
}
.sidebar-menu-five li.active > a {
  background-color: rgb(247, 248, 249);
  color: #e90202;
  position: relative;
}
.sidebar-menu-five li a:hover {
  color: #e90202;
  background-color: #fff;
}
.sidebar-menu-five li a.subdrop .menu-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu-five .menu-arrow {
  transform: rotate(90deg);
  position: initial;
}

.sidebar.sidebar-five .sidebar-menu > ul > li > a .menu-arrow {
  right: -2px;
  position: relative;
  top: 0px;
  transform: rotate(90deg);
}

.sidebar .sidebar-menu .sidebar-menu-five > ul {
  padding: 15px 0 0;
}

.page-wrapper.page-wrapper-four {
  margin-left: 0px;
  padding-top: 60px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-wrapper-three {
  margin-left: 315px;
  padding-top: 80px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .page-wrapper-three {
    margin-left: 0;
  }
}

.sidebar.sidebar-three .nav-link.active:after {
  content: "";
  border-width: 10px;
  border-color: transparent;
  border-style: solid;
  position: absolute;
  top: 36px;
  right: 0;
}

.ui-aside {
  float: left;
  width: 66px;
  margin-left: 0px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0px 0px;
  /*margin-right: 11px;*/
}

.tab .tablinks {
  display: block;
  background-color: inherit;
  color: #6e82a5;
  padding: 22px 15px !important;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: poArimo;
  position: relative;
  z-index: 1;
  margin: 0px 0px;
  font-size: 17px;
  border: 0 !important;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0;
}

.sidebar-menu-three {
  border-bottom: none;
}
.sidebar-menu-three > ul {
  border-bottom: none;
}
.sidebar-menu-three > ul > li > a:hover {
  background: rgba(118, 56, 255, 0.12);
  color: #e90202;
}
.sidebar-menu-three li.active > a {
  background: rgba(118, 56, 255, 0.12);
}
.sidebar-menu-three li.active > a::before {
  right: 0;
  left: auto;
  background: #e90202;
}
.sidebar-menu-three li > a {
  color: #3F4254;
  display: block;
  font-size: 14px;
  height: auto;
  padding: 9px 7px;
}
.sidebar-menu-three li > a.active {
  color: #e90202;
}
.sidebar-menu-three ul ul {
  padding: 0;
  display: none;
}
.sidebar-menu-three ul ul li a {
  padding-left: 25px;
  display: inline-block;
  color: #333;
}
.sidebar-menu-three ul ul li a.active {
  color: #e90202;
}

.sidebar-three .tab-content svg {
  width: 20px;
}

.ui-aside-compact .ui-aside {
  margin-left: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab .tablinks.active {
  color: #fff;
  background-color: #001621;
  border-color: #182b3e #182b3e #182b3e;
  border: 1px solid #203247 !important;
}

.ui-aside::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: inherit;
  background-color: inherit;
  border: inherit;
  /*z-index: -1;*/
  background: #001621 no-repeat center top;
  background-size: cover;
}

.top-nav-search-three {
  margin-left: 11px;
}

.header-left-four .dark-logo {
  display: none !important;
}

.header.header-five a {
  margin-left: 0;
}

.user-menu-four.nav > li > a {
  color: #fff;
}

.sidebar.sidebar-menu-five ul {
  padding: 10px 0;
  position: relative;
}
.sidebar.sidebar-menu-five ul .dropdown-menu-right {
  position: absolute;
  width: 220px;
  height: auto;
  border: none;
}
.sidebar.sidebar-menu-five ul ul a span {
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
  float: unset;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar.sidebar-menu-five ul ul a:hover {
  background-color: rgba(118, 56, 255, 0.05);
  color: #e90202;
}
.sidebar.sidebar-menu-five > ul > li {
  margin-bottom: 0px;
  position: relative;
}
.sidebar.sidebar-menu-five > ul > li:last-child {
  margin-bottom: 0px;
}
.sidebar.sidebar-menu-five > ul > li > a {
  color: #fff;
  z-index: 9999;
}
.sidebar.sidebar-menu-five > ul > li > a:hover {
  background-color: rgb(16, 25, 36);
  color: #fff;
  border-bottom: 3px solid #e90202;
}
.sidebar.sidebar-menu-five li.active > a {
  background-color: rgb(247, 248, 249);
  color: #e90202;
  position: relative;
}
.sidebar.sidebar-menu-five li a:hover {
  color: #e90202;
  background-color: #fff;
}
.sidebar.sidebar-menu-five li a.subdrop .menu-arrow {
  transform: rotate(-90deg);
}
.sidebar.sidebar-menu-five .menu-arrow {
  transform: rotate(90deg);
  position: initial;
}

.sidebar.sidebar-five .sidebar-menu > ul > li.submenu ul {
  background: transparent;
  border-radius: 5px;
  padding: 0;
  display: none;
}

.header.header-three .header-left .logo img {
  max-height: 35px;
  width: auto;
}
@media (max-width: 575.98px) {
  .header.header-three .header-left .logo img {
    display: none !important;
  }
}

.header-left-three {
  width: 66px !important;
  padding: 0 5px !important;
  background: #101924;
}
@media (max-width: 991.98px) {
  .header-left-three {
    width: 100% !important;
  }
}

.header-three .mobile_btn {
  color: #fff;
}

.sidebar-menu ul {
  font-size: 15px;
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  position: relative;
}

.tab-content-three {
  padding-top: 0;
  margin-left: 65px;
}
.tab-content-three .menu-title-three {
  color: #757575;
}

.sidebar-menu-three li.active > a {
  background: rgba(118, 56, 255, 0.12);
}
.sidebar-menu-three li.active > a::before {
  right: 0;
  left: auto;
  background: #e90202;
}

.sidebar-three {
  background-color: #fff;
  top: 60px;
  border-top-right-radius: 0px;
  width: 306px;
}

.expand-menu .sidebar-three {
  width: 306px;
}

.expand-menu .sidebar-right {
  display: block;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.expand-menu .sidebar-three {
  width: 306px;
}
.expand-menu .sidebar-three .sidebar-menu ul > li > a {
  padding: 9px 20px;
}
.expand-menu .sidebar-three .sidebar-menu ul > li > a span {
  display: inline-block;
}
.expand-menu .sidebar-three .sidebar-menu ul ul a {
  padding-left: 25px !important;
}
.expand-menu .header-left {
  width: 240px;
}

.sidebar-three .nav-tabs {
  border-bottom: 0;
  align-items: center;
  justify-content: center;
}

.profile-cover-avatar input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 33, 68, 0.25);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: poArimo;
  width: 36px;
  height: 36px;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #677788;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.avatar-edit svg {
  width: 18px;
}

.header-seven {
  background-color: #F0F1F5;
  border-radius: 0;
}

.header-eight {
  border-radius: 0;
  background-color: #101924;
}
.header-eight .header-left .white-logo {
  display: flex;
}
.header-eight .header-left .logo {
  display: none;
}
.header-eight #toggle_btn {
  color: #fff;
}
.header-eight .user-menu-eight .user-link:hover .user-content .user-name {
  color: #000;
}
.header-eight .user-menu-eight .user-content .user-name {
  color: #fff;
}

.header-nine {
  border-radius: 0;
  background-color: #757575;
}

.header-four .nav-tabs .nav-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
.header-four .nav-tabs .nav-link:focus {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

.sidebar-menu-five ul .dropdown-menu-right {
  position: absolute;
  width: 220px;
  max-height: 300px;
  border: none;
  overflow: auto;
}
.sidebar-menu-five ul .dropdown-menu-right::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 50px !important;
}
.sidebar-menu-five ul .dropdown-menu-right::-webkit-scrollbar-thumb {
  background: #e90202;
}
.sidebar-menu-five ul .dropdown-menu-right::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sidebar-menu-five .nav .submenu-five ul a {
  padding: 17px 15px;
}

.sidebar.sidebar-five .sidebar-menu > ul > li.submenu ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #95979b;
  position: relative;
  display: block;
  padding: 7px 15px;
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
}

.header.header-four .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sidebar.sidebar-two .sidebar-menu > ul > li.submenu ul {
  background: #101924;
}

.sidebar-menu-three .menu-arrow {
  top: auto;
  transition: transform 0.15s;
  position: absolute;
  right: 15px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-rendering: auto;
  line-height: 40px;
  font-size: 16px;
  transform: translate(0, 0);
  line-height: 18px;
}
.sidebar-menu-three .menu-arrow:before {
  content: "\f105";
}

.submenu-five .menu-arrow {
  top: auto;
  transition: transform 0.15s;
  position: absolute;
  right: 15px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-rendering: auto;
  line-height: 40px;
  font-size: 16px;
  transform: translate(0, 0);
  line-height: 18px;
}
.submenu-five .menu-arrow:before {
  content: "\f105";
}

.form-control:focus {
  box-shadow: none;
}

.sidebar.sidebar-three .tab .tablinks.active:after {
  width: 5px;
  content: "";
  height: 100%;
  position: absolute;
  left: -25px;
  top: 0;
  background: #7638ff;
  transition: all 0.5s;
  display: none;
}

.feather {
  width: 18px;
  height: 18px;
}

.sidebar-menu-five .dropdown-toggle::after {
  display: none;
}

[data-layout-width=boxed] body, [data-layout-width=boxed] .header {
  max-width: 1300px;
  margin: auto;
}
[data-layout-width=boxed] .sidebar ul .menu-title {
  display: none !important;
}
[data-layout-width=boxed] .sidebar ul li span {
  display: none !important;
}
[data-layout-width=boxed] .sidebar ul ul li {
  display: none !important;
}
[data-layout-width=boxed] .page-wrapper {
  margin: 0 0 0 230px;
}
[data-layout-width=boxed] .page-wrapper .content {
  padding-right: 0;
}
[data-layout-width=boxed] .list-btn .filter-list li:last-child {
  padding-right: 0;
}
[data-layout-width=boxed] .main-wrapper {
  position: relative;
}
[data-layout-width=boxed] .main-wrapper #toggle_btn {
  display: none;
}
[data-layout-width=boxed] .sidebar {
  position: absolute;
  width: 230px;
}
[data-layout-width=boxed] .sidebar .noti-dot {
  display: none !important;
}
[data-layout-width=boxed] .sidebar ul .menu-title {
  display: block !important;
}
[data-layout-width=boxed] .sidebar ul li span {
  display: block !important;
}
[data-layout-width=boxed] .sidebar ul ul li {
  display: block !important;
}

[data-sidebar-size=sm-hover] #toggle_btn {
  display: none;
}
[data-sidebar-size=sm-hover] .sidebar ul .menu-title {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar ul li span {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar ul ul li {
  display: none !important;
  width: 100%;
}
[data-sidebar-size=sm-hover] .two-col-bar:hover .sidebar-right {
  display: block;
}
[data-sidebar-size=sm-hover] .two-col-bar .sidebar-left {
  display: block;
}
[data-sidebar-size=sm-hover] .two-col-bar .sidebar-right {
  display: none;
}
[data-sidebar-size=sm-hover] .page-wrapper {
  margin: 0 0 0 60px;
}
[data-sidebar-size=sm-hover] .sidebar {
  width: 60px;
}
[data-sidebar-size=sm-hover] .sidebar .noti-dot {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar .sidebar-menu ul li span {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar:hover {
  width: 247px;
}
[data-sidebar-size=sm-hover] .sidebar:hover ul .menu-title {
  display: inline-block !important;
}
[data-sidebar-size=sm-hover] .sidebar:hover ul li span {
  display: inline-block !important;
}
[data-sidebar-size=sm-hover] .sidebar:hover ul ul li {
  display: inline-block !important;
}

[data-sidebar-size=md] .page-wrapper {
  margin: 0 0 0 200px;
}
[data-sidebar-size=md] .main-logo {
  width: 200px;
}
[data-sidebar-size=md] .sidebar {
  width: 200px;
}
[data-sidebar-size=md] .sidebar .menu-title {
  justify-content: center;
}
[data-sidebar-size=md] .sidebar .sidebar-menu ul li a {
  flex-direction: column;
  text-align: center;
  padding: 10px;
}
[data-sidebar-size=md] #toggle_btn {
  display: none;
}

[data-layout-position=scrollable] .main-wrapper {
  position: relative;
}
[data-layout-position=scrollable] .main-wrapper .sidebar {
  position: absolute;
}
[data-layout-position=scrollable] .slimScrollDiv, [data-layout-position=scrollable] .slimscroll {
  overflow: auto !important;
  height: auto !important;
}

[data-layout=twocolumn] .page-wrapper {
  margin-left: 306px;
}
[data-layout=twocolumn] .mini-sidebar .page-wrapper {
  margin-left: 66px;
}
[data-layout=twocolumn] .mini-sidebar.expand-menu .main-logo {
  width: 306px;
}
[data-layout=twocolumn] .mini-sidebar.expand-menu .main-logo .logo-blue {
  display: block;
}
[data-layout=twocolumn] .mini-sidebar .main-logo {
  width: 66px;
  padding: 0 13px;
}
[data-layout=twocolumn] .mini-sidebar .main-logo .logo-blue {
  display: none;
}
[data-layout=twocolumn] .mini-sidebar.expand-menu .sidebar {
  width: 306px;
}
[data-layout=twocolumn] .mini-sidebar .sidebar {
  width: 66px;
}
[data-layout=twocolumn] .two-col-bar {
  display: block;
}
[data-layout=twocolumn] .main-logo {
  width: 306px;
}
[data-layout=twocolumn] .sidebar .sidebar-menu {
  padding: 0;
}
[data-layout=twocolumn] .sidebar .sidebar-menu aside {
  background: #34444c;
  height: 100%;
}
[data-layout=twocolumn] .sidebar .sidebar-menu ul {
  padding-top: 0;
}
[data-layout=twocolumn] .sidebar .sidebar-menu ul li.submenu a {
  padding: 9px 7px;
  /*padding-left: 0;
  padding-right: 0;*/
}
[data-layout=twocolumn] .sidebar .sidebar-menu ul li.submenu ul li a.active {
  background: none;
}
[data-layout=twocolumn] .sidebar .sidebar-menu ul li.submenu ul li a.active:after {
  /*display: $__none;*/
}
[data-layout=twocolumn] .sidebar .sidebar-menu ul li a.active:before, [data-layout=twocolumn] .sidebar .sidebar-menu ul li a.active:after {
  /*display: $__none;*/
}
[data-layout=twocolumn] .sidebar .sidebar-menu .menu-title {
  /*padding-left: 5px;*/
}
[data-layout=twocolumn] #sidebar {
  display: none;
}
@media (max-width: 991.98px) {
  [data-layout=twocolumn] #sidebar {
    display: block;
  }
}
[data-layout=twocolumn] #sidebar-view,
[data-layout=twocolumn] #sidebar-size,
[data-layout=twocolumn] #layout-width, [data-layout=twocolumn] #layout-position {
  display: none;
}
[data-layout=twocolumn] .mini-sidebar .sidebar .sidebar-right {
  display: none;
}
[data-layout=twocolumn] .mini-sidebar.expand-menu .sidebar .sidebar-right {
  display: block;
}

[data-layout-width=boxed][data-sidebar-size=md] .sidebar:hover {
  width: 200px;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul .menu-title {
  display: block !important;
  text-align: center;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul li span {
  display: block !important;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul ul li {
  display: block !important;
}

.logo-color {
  display: none;
}

[data-layout-mode=light] .header {
  background: #fff;
  border-color: transparent;
}
[data-layout-mode=light] .header .page-title-box h3 {
  color: #333;
}
[data-layout-mode=light] .header .logo-color {
  display: block;
}
[data-layout-mode=light] .header .logo-white {
  display: none;
}
[data-layout-mode=light] .header .toggle-bars .bar-icons {
  background: #333;
}
[data-layout-mode=light] .header .logo {
  display: none;
}
[data-layout-mode=light] .header .logo2 {
  display: inline-block;
  line-height: 60px;
}
[data-layout-mode=light] .header #toggle_btn .bar-icon span {
  background-color: #333;
}
[data-layout-mode=light] .header .top-nav-search form .form-control {
  border: 1px solid #d5d5d5;
  color: #333;
  height: 40px;
  /*padding: 10px 50px 10px 15px;*/
  /*border-radius: 50px;*/
}
[data-layout-mode=light] .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: #333;
}
[data-layout-mode=light] .header .top-nav-search form .form-control:-ms-input-placeholder {
  color: #333;
}
[data-layout-mode=light] .header .top-nav-search form .form-control::placeholder {
  color: #333;
}
[data-layout-mode=light] .header .top-nav-search form .btn {
  color: #333;
}
[data-layout-mode=light] nav.greedy button {
  color: #333 !important;
}
[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left {
  background: #fff;
  /*border-right:1px solid #d5d5d5;*/
}
[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #333;
}
[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  background: #34444c;
  color: #fff;
}
[data-layout-mode=light] .sidebar {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
[data-layout-mode=light] .sidebar .sidebar-menu ul ul {
  display: none;
  /*width: 200px;*/
}
[data-layout-mode=light] .sidebar .sidebar-menu ul li a:hover {
  color: #34444c;
}
[data-layout-mode=light] .sidebar .sidebar-menu .greedy ul li a:hover {
  color: #34444c;
}
[data-layout-mode=light] .user-menu.nav > li > a {
  color: #333;
}
[data-layout-mode=light] .mini-sidebar .header-left .logo2 img {
  height: auto;
  max-height: 30px;
  width: auto;
}
[data-layout-mode=light] .header .header-left .logo {
  display: none;
  line-height: 60px;
}
[data-layout-mode=light] .sidebar-menu ul li a:hover,
[data-layout-mode=light] .two-col-bar .sidebar-menu ul li a:hover {
  color: #333;
}

[data-layout-mode=blue] body .header .user-menu.nav > li > a, [data-layout-mode=blue] body .header .user-menu.nav > li > a span, [data-layout-mode=blue] body .header .user-content .user-name, [data-layout-mode=blue] body .header .user-content .user-details {
  color: #fff;
}
[data-layout-mode=blue] body .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
[data-layout-mode=blue] body .header .toggle-bars .bar-icons {
  background: #fff;
}
[data-layout-mode=blue] body .header .logo-color {
  display: none;
}
[data-layout-mode=blue] body .header .logo-white {
  display: block;
}

[data-layout-mode=blue] .nav-pills .nav-link.active, [data-layout-mode=blue] .nav-pills .show > .nav-link {
  background: #e90202;
}
[data-layout-mode=blue] .btn-primary {
  background-color: #e90202;
  border: 1px solid #e90202;
}
[data-layout-mode=blue] .header {
  background: #e90202;
  border-color: transparent;
}
[data-layout-mode=blue] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-layout-mode=blue] .header .main-logo {
  background: #e90202;
}
[data-layout-mode=blue] .header .user-menu.nav > li > a {
  color: #fff;
}
[data-layout-mode=blue] .header #toggle_btn .bar-icon span {
  background-color: #fff;
}
[data-layout-mode=blue] .header .page-title-box h3 {
  color: #fff;
}
[data-layout-mode=blue] .header .logo2 {
  display: none;
}
[data-layout-mode=blue] .page-item.active .page-link {
  background-color: #e90202;
  border-color: #e90202;
}
[data-layout-mode=blue] .nav-tabs.nav-tabs-solid li a.active {
  background-color: #e90202;
  border-color: #e90202;
}
[data-layout-mode=blue] .sidebar-twocol.sidebar .sidebar-left {
  background: #34444c;
}
[data-layout-mode=blue] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #e90202;
}
[data-layout-mode=blue] #layout-position .radio input:checked + label {
  background: #e90202;
  color: #fff;
}
[data-layout-mode=blue] .dash-widget .card-body .dash-widget-icon {
  background-color: rgba(0, 197, 251, 0.2);
  color: #e90202;
}
[data-layout-mode=blue] .bg-primary, [data-layout-mode=blue] .badge-primary {
  background-color: #e90202 !important;
}
[data-layout-mode=blue] .sidebar .sidebar-menu ul ul a.active {
  color: #e90202;
  /*text-decoration: $__underline;*/
}
[data-layout-mode=blue] .sidebar ul li.submenu .noti-dot:before {
  border: 5px solid #e90202;
}
[data-layout-mode=blue] .btn-primary {
  background-color: #e90202;
  border: 1px solid #e90202;
}
[data-layout-mode=blue] .roles-menu ul li.active a {
  border-color: #e90202;
  color: #e90202;
}
[data-layout-mode=blue] .settings-icon span {
  background-color: #e90202;
}

[data-sidebar=gradient][data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover span, [data-sidebar=gradient][data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover i, [data-sidebar=gradient][data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active span, [data-sidebar=gradient][data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active i, [data-sidebar=gradient][data-layout=horizontal] body .greedys .viewmoremenu:hover {
  color: #fff;
}
[data-sidebar=gradient][data-layout=horizontal] body .greedys .viewmoremenu {
  color: #b7c0cd;
}
[data-sidebar=gradient][data-layout=horizontal] body .hidden-links ul li a:hover {
  color: #333;
}

[data-layout-style=detached][data-layout=horizontal] .main-wrapper {
  max-width: 100%;
  padding: 0;
}
[data-layout-style=detached][data-layout=horizontal] .main-wrapper .sidebar {
  top: 60px;
  border-radius: 0;
  left: 0;
  position: relative;
}

[data-layout-style=detached] .main-wrapper {
  /*max-width: 95%;*/
  margin: 0 auto;
  padding-left: 1.5rem;
  position: relative;
}
[data-layout-style=detached] .main-wrapper .sidebar {
  position: absolute;
  top: 80px;
  border-radius: 10px;
  /*left: 30px;*/
}
[data-layout-style=detached] .main-wrapper .sidebar.sidebar-twocol {
  top: 30px;
  left: 50px;
}
[data-layout-style=detached] .sidebar .sidebar-menu,
[data-layout-style=detached] .two-col-bar .sidebar-menu {
  padding: 0;
}
[data-layout-style=detached] #toggle_btn {
  display: none;
}

.dark-white-logo {
  display: none !important;
}

[data-layout-mode=dark] body {
  background-color: #2A2B2F;
  color: #AAAAAA;
}
[data-layout-mode=dark] body ul.hidden-links {
  background-color: #1C1D22 !important;
}
[data-layout-mode=dark] body ul.hidden-links .submenu ul {
  background: #2A2B2F;
}
[data-layout-mode=dark] body .submenu ul {
  /*background: #34444c;*/
}
[data-layout-mode=dark] body .sidebar .sidebar-menu ul li.submenu ul li a:hover, [data-layout-mode=dark] body .notifications .notification-list li .noti-details {
  color: #e90202;
}
[data-layout-mode=dark] body .stats-box {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .w-sidebar ul a {
  color: #AAAAAA;
}
[data-layout-mode=dark] body .card .card-title {
  color: #fff;
}
[data-layout-mode=dark] body .text-dark {
  color: #AAAAAA !important;
}
[data-layout-mode=dark] body.mini-sidebar .sidebar {
  background-color: transparent;
}
[data-layout-mode=dark] body .header .logo {
  display: block;
}
[data-layout-mode=dark] body .header .main-logo, [data-layout-mode=dark] body .header .card.timeline-card {
  background: #1C1D22;
}
[data-layout-mode=dark] body .header .user-menu.nav > li > a span {
  color: #AAAAAA;
}
[data-layout-mode=dark] body .header .header .has-arrow .dropdown-toggle:after {
  border-color: #AAAAAA;
}
[data-layout-mode=dark] body .btn.btn-greys, [data-layout-mode=dark] body .table tbody td a.btn-action-icon {
  background: #37383D;
  color: #AAAAAA;
}
[data-layout-mode=dark] body .bg-success-light {
  background: rgba(40, 178, 77, 0.1) !important;
}
[data-layout-mode=dark] body .bg-danger-light, [data-layout-mode=dark] body .bg-inactive, [data-layout-mode=dark] body .profile-picture .img-upload .btn-remove {
  background: rgba(230, 33, 33, 0.1) !important;
}
[data-layout-mode=dark] body .bg-info-light {
  background: rgba(221, 243, 255, 0.12);
}
[data-layout-mode=dark] body .bg-green-light {
  background: rgba(225, 255, 237, 0.12);
}
[data-layout-mode=dark] body .bg-pending-light, [data-layout-mode=dark] body .bg-warning-light {
  background: rgba(237, 153, 29, 0.1) !important;
}
[data-layout-mode=dark] body .bg-light-gray {
  background: rgba(243, 243, 243, 0.1);
}
[data-layout-mode=dark] body .ribbon-secondary {
  background: rgba(247, 49, 100, 0.3);
  color: #AAAAAA;
}
[data-layout-mode=dark] body .ribbon-success {
  background: rgba(81, 187, 37, 0.3);
  color: #AAAAAA;
}
[data-layout-mode=dark] body .ribbon-primary {
  background: rgba(115, 102, 255, 0.3);
  color: #AAAAAA;
}
[data-layout-mode=dark] body .settings-icon span {
  background: rgba(117, 57, 255, 0.7);
}
[data-layout-mode=dark] body h1, [data-layout-mode=dark] body h2, [data-layout-mode=dark] body h3, [data-layout-mode=dark] body h4, [data-layout-mode=dark] body h5, [data-layout-mode=dark] body h6, [data-layout-mode=dark] body .customer-additional-form .input-block label {
  color: #fff;
}
[data-layout-mode=dark] body .profile-view .profile-basic .profile-info-left .user-name {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .personal-info li .title {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .experience-box .experience-list li .experience-content {
  /*background-color:#2e3840;*/
  padding: 10px;
}
[data-layout-mode=dark] body .experience-box .experience-list li .experience-user {
  border-radius: 50px;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left {
  background: #16191c;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #6e82a5;
  /*background: #2e3840;*/
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  color: #fff;
  /*background: #fff;*/
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right {
  background: #2e3840;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #AAAAAA;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #fff;
}
[data-layout-mode=dark] body .dash-statistics .stats-info {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .table {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .table th {
  color: #AAAAAA;
  border-top: 1px solid #3B3C3E;
  background: #1E1F25;
  border-bottom: 1px solid #3B3C3E;
}
[data-layout-mode=dark] body .table td {
  border-top: 1px solid transparent;
  color: #AAAAAA;
}
[data-layout-mode=dark] body .table .btn-white {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .chat-main-row .chat-main-wrapper .chat-window .fixed-header,
[data-layout-mode=dark] body .chat-footer {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] body .video-window .fixed-header .nav li a, [data-layout-mode=dark] body .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-name, [data-layout-mode=dark] body .chat-window .chat-cont-right .chat-header .chat-block .media-body .user-name, [data-layout-mode=dark] body .invoice-total-box p span, [data-layout-mode=dark] body .invoice-total-inner .status-toggle span, [data-layout-mode=dark] body .ticket-details-group .ticket-details-cont h6, [data-layout-mode=dark] body .ticket-information .customer-details-cont h6, [data-layout-mode=dark] body .text-gray-dark, [data-layout-mode=dark] body .comments .comments-details-cont h6, [data-layout-mode=dark] body .comments .reply-comment {
  color: #fff;
}
[data-layout-mode=dark] body .sidebar .sidebar-menu ul li a {
  color: #AAAAAA;
  background: transparent;
}
[data-layout-mode=dark] body .two-col-bar .sidebar-menu ul li a, [data-layout-mode=dark] body .dataTables_length label:before, [data-layout-mode=dark] body .dataTables_length label:after, [data-layout-mode=dark] body .settings-menu ul li a, [data-layout-mode=dark] body table tr td h2.tax-name, [data-layout-mode=dark] body .notifications .notification-list li .noti-title, [data-layout-mode=dark] body .dropdown-item, [data-layout-mode=dark] body .badge-outline-dark {
  color: #AAAAAA;
}
[data-layout-mode=dark] body .dropdown-item:focus, [data-layout-mode=dark] body .dropdown-item:hover {
  background: none;
}
[data-layout-mode=dark] body .sidebar ul li span, [data-layout-mode=dark] body .form-group label, [data-layout-mode=dark] body .input-block label, [data-layout-mode=dark] body .custom-modal.signature-add-modal .modal-body .custom_check, [data-layout-mode=dark] body .dropdown-item:focus, [data-layout-mode=dark] body .dropdown-item:hover, [data-layout-mode=dark] body .invoice-item-two .invoice-details {
  color: #fff;
}
[data-layout-mode=dark] body .contact-list > li {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] body .btn-white {
  background-color: #16191c;
  border: 1px solid #2e3840;
  color: #fff;
}
[data-layout-mode=dark] body .page-item .page-link, [data-layout-mode=dark] body input[type=file]::file-selector-button, [data-layout-mode=dark] body .popover-body, [data-layout-mode=dark] body .login-wrapper .loginbox .login-right, [data-layout-mode=dark] body .list-btn .filter-list .short-filter, [data-layout-mode=dark] body .price-table-main .price-selected, [data-layout-mode=dark] body #add_package .modal-body ul {
  background: #1C1D22;
  border-color: #3B3C3E;
  color: #AAAAAA;
}
[data-layout-mode=dark] body .login-wrapper .loginbox .span-or, [data-layout-mode=dark] body .fc-unthemed th, [data-layout-mode=dark] body .fc-unthemed td, [data-layout-mode=dark] body .fc-unthemed thead, [data-layout-mode=dark] body .fc-unthemed tbody, [data-layout-mode=dark] body .fc-unthemed .fc-divider, [data-layout-mode=dark] body .fc-unthemed .fc-row, [data-layout-mode=dark] body .fc-unthemed .fc-popover {
  background: #1C1D22;
}
[data-layout-mode=dark] body .login-wrapper .loginbox .or-line {
  background: #3B3C3E;
}
[data-layout-mode=dark] body .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, [data-layout-mode=dark] body .bs-popover-top > .popover-arrow::before, [data-layout-mode=dark] body .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, [data-layout-mode=dark] body .bs-popover-top > .popover-arrow::after {
  border-top-color: #1C1D22;
  border-right-color: #1C1D22;
}
[data-layout-mode=dark] body input[type=file]:hover::file-selector-button {
  background: none !important;
}
[data-layout-mode=dark] body .dataTables_length .form-control {
  background-color: #16191c;
  color: #fff;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #2c3034;
}
[data-layout-mode=dark] body .nav-tabs.nav-tabs-solid {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .select2-container--default .select2-selection--single, [data-layout-mode=dark] body .signature-invoice .form-group-bank {
  border: 1px solid #3B3C3E;
  background: rgba(193, 193, 193, 0.07);
}
[data-layout-mode=dark] body .select2-container--focus .select2-selection--single {
  border: 1px solid #3B3C3E;
  background: #1C1D22 !important;
}
[data-layout-mode=dark] body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, [data-layout-mode=dark] body .card-body.two-factor .two-factor.icon h5, [data-layout-mode=dark] body .note-editor.note-frame, [data-layout-mode=dark] body .scroll-demo, [data-layout-mode=dark] body .fc-unthemed th, [data-layout-mode=dark] body .fc-unthemed td, [data-layout-mode=dark] body .fc-unthemed thead, [data-layout-mode=dark] body .fc-unthemed tbody, [data-layout-mode=dark] body .fc-unthemed .fc-divider, [data-layout-mode=dark] body .fc-unthemed .fc-row, [data-layout-mode=dark] body .fc-unthemed .fc-popover {
  border-color: rgba(193, 193, 193, 0.07);
}
[data-layout-mode=dark] body form label, [data-layout-mode=dark] body .form-group-item label {
  color: #fff;
}
[data-layout-mode=dark] body .select2-dropdown, [data-layout-mode=dark] body .card-footer {
  background: #1C1D22;
  border-color: #3B3C3E;
}
[data-layout-mode=dark] body .recurring-tab ul {
  border: 1px solid #3B3C3E;
}
[data-layout-mode=dark] body .modal-body .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #e3e3e3;
}
[data-layout-mode=dark] body .activity-box .activity-list li, [data-layout-mode=dark] body .inbox-menu li a:hover, [data-layout-mode=dark] body .inbox-menu li.active a, [data-layout-mode=dark] body .inbox-menu li a:focus {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .inbox-menu li a:hover, [data-layout-mode=dark] body .inbox-menu li.active a, [data-layout-mode=dark] body .inbox-menu li a:focus {
  border: none;
}
[data-layout-mode=dark] body .breadcrumb .breadcrumb-item a, [data-layout-mode=dark] body .card-table .card-body .inventory-table .table td, [data-layout-mode=dark] body page-wrapper .content .page-header .page-title, [data-layout-mode=dark] body .toggle-sidebar .sidebar-header h5, [data-layout-mode=dark] body .toggle-sidebar .sidebar-header a, [data-layout-mode=dark] body .toggle-sidebar .sidebar-body .accordion .filter-title a, [data-layout-mode=dark] body .invoice-content-title a, [data-layout-mode=dark] body .card-body, [data-layout-mode=dark] body .note textarea, [data-layout-mode=dark] body .nav-pills .nav-link, [data-layout-mode=dark] body #add_package .modal-body ul li h6 {
  color: #AAAAAA;
}
[data-layout-mode=dark] body #add_package .modal-body ul li h6:hover, [data-layout-mode=dark] body #add_package .modal-body ul li h6.active {
  color: #fff;
}
[data-layout-mode=dark] body .bg-subscribe {
  background: rgba(237, 58, 58, 0.3);
  color: rgba(237, 58, 58, 0.9);
}
[data-layout-mode=dark] body .bg-payment {
  background: rgba(36, 101, 188, 0.3);
  color: rgba(36, 101, 188, 0.9);
}
[data-layout-mode=dark] body .leave-info-box {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .card-header {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] body .faq-card .card .card-header {
  background-color: #2e3840;
}
[data-layout-mode=dark] body .faq-card .card .card-header a {
  color: #AAAAAA;
}
[data-layout-mode=dark] body .custom-table td {
  color: #fff !important;
}
[data-layout-mode=dark] body .table td a {
  color: #777;
}
[data-layout-mode=dark] body .sidebar, [data-layout-mode=dark] body .wizard .nav-item .nav-link {
  background-color: #16191c;
}
[data-layout-mode=dark] body .form-group .form-control, [data-layout-mode=dark] body .input-block .form-control, [data-layout-mode=dark] body .form-group-item, [data-layout-mode=dark] body .form-group-customer, [data-layout-mode=dark] body .toggle-sidebar .sidebar-header, [data-layout-mode=dark] body .toggle-sidebar .sidebar-body .accordion, [data-layout-mode=dark] body .card.company-settings-new .content-page-header, [data-layout-mode=dark] body .card-footer {
  border-color: #3B3C3E;
}
[data-layout-mode=dark] body .popover-header {
  background-color: #2A2B2F;
  color: #AAAAAA;
  border-color: #2A2B2F;
}
[data-layout-mode=dark] body .add-customer-btns .customer-btn-cancel, [data-layout-mode=dark] body .modal-footer .btn-back {
  border-color: #FF1717;
  background: rgba(230, 33, 33, 0.1);
  color: #FF1717;
}
[data-layout-mode=dark] body .btn-path .btn-cancel.bg-primary-light {
  background: rgba(230, 33, 33, 0.1) !important;
  color: #FF1717 !important;
}
[data-layout-mode=dark] body .btn-primary, [data-layout-mode=dark] body .pagination li.active a.page-link, [data-layout-mode=dark] body .nav-pills .nav-link.active, [data-layout-mode=dark] body .nav-pills .show > .nav-link, [data-layout-mode=dark] body .custom_radio .checkmark:after, [data-layout-mode=dark] body .custom_radio_one .checkmark:after, [data-layout-mode=dark] body #add_package .modal-body ul li h6.active, [data-layout-mode=dark] body .file-link .print-link:hover, [data-layout-mode=dark] body .file-link .download-link:hover {
  border-color: rgba(117, 57, 255, 0.3);
  background: rgba(117, 57, 255, 0.3);
  color: #e90202;
}
[data-layout-mode=dark] body .btn-primary:hover, [data-layout-mode=dark] body .pagination li.active a.page-link:hover, [data-layout-mode=dark] body .nav-pills .nav-link.active:hover, [data-layout-mode=dark] body .nav-pills .show > .nav-link:hover, [data-layout-mode=dark] body .custom_radio .checkmark:after:hover, [data-layout-mode=dark] body .custom_radio_one .checkmark:after:hover, [data-layout-mode=dark] body #add_package .modal-body ul li h6.active:hover, [data-layout-mode=dark] body .file-link .print-link:hover:hover, [data-layout-mode=dark] body .file-link .download-link:hover:hover {
  box-shadow: inset 0 50px 0 0 #AAAAAA;
  border-color: #AAAAAA;
  color: #000;
}
[data-layout-mode=dark] body #add_package .modal-body ul li h6:hover {
  border-color: rgba(117, 57, 255, 0.3);
  background: rgba(117, 57, 255, 0.3);
  color: #e90202;
}
[data-layout-mode=dark] body .bg-white {
  background: #1C1D22 !important;
}
[data-layout-mode=dark] body .nav-bordered a.active {
  border-bottom: 2px solid rgba(117, 57, 255, 0.3);
}
[data-layout-mode=dark] body .btn-warning {
  border-color: rgba(255, 193, 7, 0.3);
  background: rgba(255, 193, 7, 0.3);
  color: #FFC107;
}
[data-layout-mode=dark] body .btn-light, [data-layout-mode=dark] body .navtab-bg .nav-link {
  border-color: rgba(166, 166, 166, 0.3);
  background: rgba(166, 166, 166, 0.3);
  color: #A6A6A6;
}
[data-layout-mode=dark] body .toggle-sidebar .sidebar-layout-filter {
  background: #16191c;
}
[data-layout-mode=dark] .view-icons .btn {
  background-color: #16191c;
  border: 1px solid #2e3840;
  color: #AAAAAA;
}
[data-layout-mode=dark] .header {
  background: #1C1D22;
  border-color: #1C1D22;
}
[data-layout-mode=dark] .header .user-menu.nav > li > a {
  color: #AAAAAA;
}
[data-layout-mode=dark] .header #toggle_btn .bar-icon span {
  background-color: #AAAAAA;
}
[data-layout-mode=dark] .header .page-title-box h3 {
  color: #AAAAAA;
}
[data-layout-mode=dark] .header .logo2 {
  display: none;
}
[data-layout-mode=dark] .due-info, [data-layout-mode=dark] .assigned-info, [data-layout-mode=dark] .activity-feed .feed-item .feed-text a, [data-layout-mode=dark] .login-wrapper .loginbox .login-right .dont-have a, [data-layout-mode=dark] .invoice-one .add-details, [data-layout-mode=dark] .invoice-one .invoice-table table tr td, [data-layout-mode=dark] .invoice-one .invoice-table-footer .table-footer-right table td, [data-layout-mode=dark] .invoice-one .customer-name, [data-layout-mode=dark] .invoice-one .customer-name, [data-layout-mode=dark] .invoice-one .bank-details .terms-condition span, [data-layout-mode=dark] .invoice-one .bank-details .payment-info .payment-title, [data-layout-mode=dark] .invoice-two .inv-content .two-invoice-details .company-booking-address .company-add, [data-layout-mode=dark] .invoice-two .inv-content .two-invoice-details .company-booking-address .invoice-date h6, [data-layout-mode=dark] .invoice-two .inv-content .invoice-address-details .invoice-to .inv-to-address, [data-layout-mode=dark] .inv-content .bank-details .company-sign span, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .bank-details .account-details span, [data-layout-mode=dark] .inv-content .bank-details .bank-title, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left span {
  color: #fff;
}
[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li .task-container {
  background: #1C1D22;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li .task-container .task-label {
  color: #AAAAAA;
}
[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li.completed .task-container {
  background: #16191c;
}
[data-layout-mode=dark] .task-chat-contents {
  background-color: #1C1D22;
}
[data-layout-mode=dark] .welcome-box {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-right .chat-body .chat-content {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-left .chat-content {
  background-color: #16191c;
  border: 1px solid #2e3840;
  padding: 10px !important;
}
[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-left .chat-content .chat-time {
  color: #fff;
}
[data-layout-mode=dark] .chat-sidebar .chat-contents {
  background-color: #1C1D22;
}
[data-layout-mode=dark] .chat-footer .message-bar .message-area .input-group .form-control {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-line .chat-date {
  background-color: #16191c;
  top: 9px;
  left: -15px;
}
[data-layout-mode=dark] .search-box .input-group {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-main-row .chat-main-wrapper .chat-window {
  background-color: transparent;
}
[data-layout-mode=dark] .dash-section .dash-info-list .dash-card {
  background-color: #16191c;
  border: 1px solid #2e3840;
  color: #575757;
}
[data-layout-mode=dark] .card, [data-layout-mode=dark] .invoice-one .invoice-wrapper, [data-layout-mode=dark] .invoice-two .invoice-wrapper, [data-layout-mode=dark] .invoice-wrapper, [data-layout-mode=dark] .invoice-five .inv-content, [data-layout-mode=dark] .receipt-wrap, [data-layout-mode=dark] .receipt-wrap .receipt-top .company-logo, [data-layout-mode=dark] .receipt-wrap .receipt-heading span {
  border: 1px solid #16191c;
  background: #16191c;
}
[data-layout-mode=dark] .file-link .download-link, [data-layout-mode=dark] .file-link .print-link {
  background: #16191c;
}
[data-layout-mode=dark] .invoice-one .inv-content .invoice-header .company-details, [data-layout-mode=dark] .invoice-two .inv-content .invoice-header, [data-layout-mode=dark] .invoice-two .inv-content .invoice-address-details .invoice-to-payment, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-notes, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no, [data-layout-mode=dark] .invoice-five .inv-content .invoice-five-details .gradient-block {
  background: rgba(225, 255, 237, 0.3);
}
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-notes {
  border-color: rgba(225, 255, 237, 0.3);
}
[data-layout-mode=dark] .invoice-one .inv-content .invoice-header {
  background-color: #2A2B2F;
  color: #AAAAAA;
}
[data-layout-mode=dark] .time-list .dash-stats-list h4 {
  color: #AAAAAA;
}
[data-layout-mode=dark] .topics, [data-layout-mode=dark] .w-sidebar {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .topics .topic-title a, [data-layout-mode=dark] .w-sidebar .topic-title a {
  color: #AAAAAA;
}
[data-layout-mode=dark] .topics .topics .topics-list li a, [data-layout-mode=dark] .w-sidebar .topics .topics-list li a {
  color: #AAAAAA;
}
[data-layout-mode=dark] .roles-menu ul {
  border: 1px solid #16191c;
  background: #16191c;
}
[data-layout-mode=dark] .roles-menu ul li a {
  color: #AAAAAA;
}
[data-layout-mode=dark] .list-group-item, [data-layout-mode=dark] .activity-box,
[data-layout-mode=dark] .punch-info .punch-hours, [data-layout-mode=dark] .punch-det,
[data-layout-mode=dark] .att-statistics .stats-info, [data-layout-mode=dark] .stats-info {
  border: 1px solid #2e3840;
  background: #16191c;
  color: #AAAAAA;
}
[data-layout-mode=dark] .form-control, [data-layout-mode=dark] .signature-invoice .form-group-bank .nav-pills, [data-layout-mode=dark] .service-upload {
  border: 1px solid #3B3C3E;
  background: rgba(193, 193, 193, 0.07);
  color: #AAAAAA;
}
[data-layout-mode=dark] .form-control {
  font-size: 14px;
}
[data-layout-mode=dark] .form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #AAAAAA;
  opacity: 1;
}
[data-layout-mode=dark] .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #AAAAAA;
  opacity: 1;
}
[data-layout-mode=dark] .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #AAAAAA;
  opacity: 1;
}
[data-layout-mode=dark] .form-control:-ms-input-placeholder { /* Arimonet Explorer 10+ */
  color: #AAAAAA;
  opacity: 1;
}
[data-layout-mode=dark] .project-title a {
  color: #fff;
}
[data-layout-mode=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #AAAAAA;
  background: #1C1D22;
}
[data-layout-mode=dark] .profile-widget {
  border: 1px solid #2e3840;
  background: #16191c;
}
[data-layout-mode=dark] .profile-widget .user-name a {
  color: #fff;
}
[data-layout-mode=dark] .stats-info h6 {
  color: #AAAAAA;
}
[data-layout-mode=dark] .modal-body .form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  background-color: transparent;
  color: #AAAAAA;
}
[data-layout-mode=dark] .chat-main-row .chat-main-wrapper .chat-sidebar {
  border-left: 1px solid #2e3840;
}
[data-layout-mode=dark] .nav-tabs {
  border-bottom: none;
}
[data-layout-mode=dark] .chat-line {
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-header {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
  color: #AAAAAA;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-pro-list {
  background-color: #16191c;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-pro-list .file-scroll .file-menu li a {
  color: #AAAAAA;
}
[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header span {
  color: #AAAAAA;
}
[data-layout-mode=dark] .file-content .file-body {
  background-color: #16191c;
}
[data-layout-mode=dark] .file-content .file-body .file-scroll .file-content-inner {
  padding: 15px;
  width: 100%;
}
[data-layout-mode=dark] .file-content .file-body .file-scroll .file-content-inner .card-file .card-file-thumb {
  background-color: #1C1D22;
}
[data-layout-mode=dark] .file-content .file-search {
  background-color: #1C1D22;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-content .file-search .form-control {
  background-color: #1C1D22;
  color: #AAAAAA;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-search {
  background-color: #1C1D22;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-search .form-control {
  background-color: #16191c;
}
[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header .file-options a {
  color: #AAAAAA;
}
[data-layout-mode=dark] .file-wrap {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar {
  border-right: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-search .input-group .form-control {
  color: #AAAAAA;
  background-color: #1C1D22;
}
[data-layout-mode=dark] .table-bordered td {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .nav-tabs.nav-tabs-bottom li a.active {
  color: #fff;
}
[data-layout-mode=dark] .offcanvas {
  background-color: #1C1D22;
}
[data-layout-mode=dark] .offcanvas .sidebar-headerset {
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .offcanvas h5 {
  color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .settings-mains .layout-head h5 {
  color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .settings-mains .layout-head h6 {
  color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .sidebar-headerset h2, [data-layout-mode=dark] .offcanvas .sidebar-headerset h3 {
  color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .card-radio .form-check-label {
  border-color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .offcanvas-footer {
  border-top: 1px solid #2e3840 !important;
}
[data-layout-mode=dark] .review-section .review-header {
  background-color: #1C1D22;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .table-bordered th, [data-layout-mode=dark] .dropdown-menu {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-window, [data-layout-mode=dark] .chat-window .chat-cont-left, [data-layout-mode=dark] .chat-cont-right, [data-layout-mode=dark] .chat-window .chat-cont-left .chat-header, [data-layout-mode=dark] .chat-window .chat-cont-right .chat-header, [data-layout-mode=dark] .chat-window .chat-cont-right .chat-body, [data-layout-mode=dark] .chat-window .chat-cont-left .chat-search, [data-layout-mode=dark] .chat-window .chat-cont-left .chat-users-list a.chat-block, [data-layout-mode=dark] .dropdown-menu, [data-layout-mode=dark] .mail-provider, [data-layout-mode=dark] #plan-billing-slider .owl-item .packages.active, [data-layout-mode=dark] .form-select, [data-layout-mode=dark] .form-group .form-control, [data-layout-mode=dark] .input-block .form-control, [data-layout-mode=dark] .input-group-text, [data-layout-mode=dark] .blog, [data-layout-mode=dark] .bootstrap-tagsinput, [data-layout-mode=dark] .custom_check .checkmark, [data-layout-mode=dark] .checkmark, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .thanks-msg, [data-layout-mode=dark] .chat-cont-left .chat-scroll {
  background: #1C1D22;
  border-color: #3B3C3E;
  color: #ced4da;
}
[data-layout-mode=dark] body .modal-body .select2-container--default .select2-selection--single, [data-layout-mode=dark] .card.company-settings-new .input-block.service-upload.logo-upload .sites-logo, [data-layout-mode=dark] .template-invoice-card .invoice-card-title h6, [data-layout-mode=dark] .invoice-template-tab.invoices-main-tabs, [data-layout-mode=dark] .invoices-main-tabs, [data-layout-mode=dark] .blog, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-address, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content .invoice-status-details {
  border-color: #3B3C3E;
}
[data-layout-mode=dark] .notifications .notification-list li {
  box-shadow: 0px 1px 0px 0px #3B3C3E;
}
[data-layout-mode=dark] #plan-billing-slider .owl-item .packages, [data-layout-mode=dark] .grid-blog .post-widget, [data-layout-mode=dark] .nav-tabs .nav-link.active {
  background: #2A2B2F;
  border-color: #3B3C3E;
}
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-header .chat-block .media-body .user-status, [data-layout-mode=dark] .dash-widget-header .dash-count .dash-counts p, [data-layout-mode=dark] .user-menu .dropdown-menu .dropdown-item, [data-layout-mode=dark] .user-content .user-name {
  color: #ced4da;
  background: #1C1D22;
}
[data-layout-mode=dark] .card-table .card-body .table td, [data-layout-mode=dark] .table tbody td h2.table-avatar a:hover, [data-layout-mode=dark] .card-table .companies-table .table td, [data-layout-mode=dark] quotations.html, [data-layout-mode=dark] .notifications .notification-list li blockquote, [data-layout-mode=dark] .service-upload .drop-browse, [data-layout-mode=dark] .grid-blog .blog-title a, [data-layout-mode=dark] .grid-blog .post-widget, [data-layout-mode=dark] .card {
  color: #AAAAAA;
}
[data-layout-mode=dark] .post-title {
  color: #e90202;
}
[data-layout-mode=dark] .companies-table .table tbody td h2.table-avatar a, [data-layout-mode=dark] .card-table .card-body .table th, [data-layout-mode=dark] table.dataTable > thead .sorting:before, [data-layout-mode=dark] table.dataTable > thead .sorting_asc:before, [data-layout-mode=dark] table.dataTable > thead .sorting_desc:before, [data-layout-mode=dark] table.dataTable > thead .sorting_asc_disabled:before, [data-layout-mode=dark] table.dataTable > thead .sorting_desc_disabled:before, [data-layout-mode=dark] .table tbody td h2.table-avatar a, [data-layout-mode=dark] .nav-tabs .nav-link.active, [data-layout-mode=dark] .customer-text-one, [data-layout-mode=dark] .activity-feed .feed-item.timeline-item span.timeline-user a, [data-layout-mode=dark] .invoice-sign span, [data-layout-mode=dark] .ticket-information .support-details-cont h6, [data-layout-mode=dark] .ticket-history .card-inform .ticket-info h6, [data-layout-mode=dark] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket .kanban-head h6, [data-layout-mode=dark] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box h6, [data-layout-mode=dark] .inv-content .invoice-table table tr td, [data-layout-mode=dark] .inv-content .invoice-table table tr th, [data-layout-mode=dark] .inv-content .total-amountdetails span, [data-layout-mode=dark] .invoice-one .bank-details .payment-info span, [data-layout-mode=dark] .invoice-one .bank-details .payment-info div, [data-layout-mode=dark] .invoice-one .thanks-msg, [data-layout-mode=dark] .invoice-two .inv-content .invoice-header .inv-header-left h2, [data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table thead tr th, [data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table tr .table-description, [data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table tr td, [data-layout-mode=dark] .invoice-two .inv-content .invoice-table-footer .table-footer-right table td, [data-layout-mode=dark] .invoice-two .inv-content .thanks-msg, [data-layout-mode=dark] .invoice-two .inv-content .two-invoice-details h5, [data-layout-mode=dark] .invoice-two .inv-content .bank-details .payment-info .debitcard, [data-layout-mode=dark] .invoice-two .inv-content .terms-condition span, [data-layout-mode=dark] .invoice-two .inv-content .bank-details .payment-info .payment-title, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .invoice-title, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .gst-details span, [data-layout-mode=dark] .inv-content .invoice-address .invoice-to .inv-to-address, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table table thead tr th, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table table td, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table tr td, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-header .inv-header-left .tax-invoice, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .invoice-title, [data-layout-mode=dark] .inv-content .invoice-header .inv-header-right .inv-date span, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to .inv-to-address, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment span, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr .table-description, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-details table thead tr th, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-details table, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table td, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .total-amountdetails span, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .payment-title, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .bank-details .payment-info span, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-header-left .tax-invoice, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .terms-condition span, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .debitcard, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .thanks-msg, [data-layout-mode=dark] .invoice-five .terms-condition ol li, [data-layout-mode=dark] .invoice-five .inv-content .invoice-header .inv-header-right h2, [data-layout-mode=dark] .invoice-five .inv-content .invoice-five-details .invoice-date .invoice-date-details, [data-layout-mode=dark] .company-booking-address.company-five-address .company-add h4, [data-layout-mode=dark] .company-booking-address.company-five-address .invoice-date p, [data-layout-mode=dark] .invoice-address-details.invoice-five-group .invoice-to .inv-to-address, [data-layout-mode=dark] .invoice-five .invoice-table-details table tr .table-description, [data-layout-mode=dark] .invoice-five .invoice-table-details table tr td, [data-layout-mode=dark] .invoice-five .invoice-table-footer .table-footer-right table td, [data-layout-mode=dark] .total-amt-word tr td span, [data-layout-mode=dark] .inv-content .bank-details .account-details span, [data-layout-mode=dark] .invoice-five .invoice-table-details table thead tr th, [data-layout-mode=dark] .receipt-wrap .receipt-top .company-name, [data-layout-mode=dark] .receipt-wrap .receipt-heading, [data-layout-mode=dark] .receipt-wrap .customer-list li .desc, [data-layout-mode=dark] .receipt-wrap .receipt-table thead th, [data-layout-mode=dark] .receipt-wrap .total-payable, [data-layout-mode=dark] .login-wrapper .loginbox .account-subtitle, [data-layout-mode=dark] .receipt-three .receipt-top .receipt-title, [data-layout-mode=dark] .receipt-four .receipt-top .receipt-title {
  color: #fff;
}
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-header .triangle-right {
  border-left: 58px solid #16191c;
}
[data-layout-mode=dark] .invoice-one .gst-details h6, [data-layout-mode=dark] .invoice-one .inv-header-right h6, [data-layout-mode=dark] .invoice-one .inv-content .invoice-header .inv-header-right p span {
  color: #333;
}
[data-layout-mode=dark] .invoice-one .inv-content .invoice-header .inv-header-right p span {
  background: rgba(225, 255, 237, 0.3);
  color: #fff;
}
[data-layout-mode=dark] .invoice-one .inv-content span.line {
  background: rgba(225, 255, 237, 0.3);
}
[data-layout-mode=dark] .inv-content .invoice-header {
  border-bottom: rgba(225, 255, 237, 0.3);
}
[data-layout-mode=dark] .list-btn .btn-filters {
  background: #36373D;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  border-color: transparent;
}
[data-layout-mode=dark] .list-btn .filter-list li a.active, [data-layout-mode=dark] .btn-import {
  border-color: #e90202;
}
[data-layout-mode=dark] .btn-import {
  color: #e90202;
  background: transparent;
}
[data-layout-mode=dark] .btn-import:hover {
  background: #e90202;
}
[data-layout-mode=dark] .card-table .card-body .table td, [data-layout-mode=dark] .invoice-one .invoice-table table tr td, [data-layout-mode=dark] .invoice-one .bank-details, [data-layout-mode=dark] .invoice-one .thanks-msg, [data-layout-mode=dark] .invoice-one .total-amountdetails, [data-layout-mode=dark] .invoice-two .inv-content .invoice-header, [data-layout-mode=dark] .invoice-two .inv-content .invoice-header, [data-layout-mode=dark] .invoice-two .inv-content .two-invoice-details .company-booking-address, [data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table tr, [data-layout-mode=dark] .invoice-two .inv-content .thanks-msg, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table tr td, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table table tr, [data-layout-mode=dark] .inv-content .bank-details, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .total-amountdetails, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .bank-details, [data-layout-mode=dark] .invoice-five .invoice-table-details table tr {
  border-bottom: 1px solid #3B3C3E;
}
[data-layout-mode=dark] .invoice-two .inv-content .thanks-msg {
  border-top: 1px solid #3B3C3E;
}
[data-layout-mode=dark] .invoice-one .totalamount-footer, [data-layout-mode=dark] .invoice-two .inv-content .totalamount-footer, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .totalamount-footer {
  border-color: #3B3C3E;
}
[data-layout-mode=dark] .invoice-one .inv-content, [data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table table, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-address-four, [data-layout-mode=dark] .invoice-five .invoice-table-details table {
  border: 1px solid #3B3C3E;
}
[data-layout-mode=dark] .invoice-one h5, [data-layout-mode=dark] .inv-content .invoice-table table thead tr, [data-layout-mode=dark] .invoice-one .thanks-msg, [data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table thead tr, [data-layout-mode=dark] .invoice-two .inv-content .thanks-msg, [data-layout-mode=dark] .invoice-two .file-link .download-link, [data-layout-mode=dark] .invoice-two .file-link .print-link, [data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table table thead tr, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-details table thead tr, [data-layout-mode=dark] .invoice-five .invoice-table-details table .ecommercetable {
  background: #2A2B2F;
}
[data-layout-mode=dark] .table-hover tbody tr:hover {
  background: none;
}
[data-layout-mode=dark] .user-menu .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: none;
}
[data-layout-mode=dark] .status-toggle .check:checked + .checktoggle {
  background-color: rgba(85, 206, 99, 0.3);
  border: 1px solid rgba(85, 206, 99, 0.3);
}
[data-layout-mode=dark] .chat-window .chat-cont-left .chat-search .input-group .form-control, [data-layout-mode=dark] .modal-content, [data-layout-mode=dark] .card .card-body, [data-layout-mode=dark] .top-action-left .dropdown-toggle, [data-layout-mode=dark] .btn-white-outline, [data-layout-mode=dark] .card.timeline-card {
  background: #1E1F25;
}
[data-layout-mode=dark] .inbox-menu li a, [data-layout-mode=dark] .product-list-item-img span {
  color: #AAAAAA;
}
[data-layout-mode=dark] .top-action-left .dropdown-toggle, [data-layout-mode=dark] .btn-white-outline {
  border-color: #3B3C3E;
  color: #AAAAAA;
}
[data-layout-mode=dark] .pagination .paginate_button.next .page-link, [data-layout-mode=dark] .pagination .paginate_button.previous .page-link {
  background: rgba(193, 193, 193, 0.07);
  border: 1px solid #3B3C3E;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  color: #AAAAAA;
}
[data-layout-mode=dark] .setting-menu {
  color: #fff !important;
}
[data-layout-mode=dark] .card.timeline-card, [data-layout-mode=dark] .invoice-item-date, [data-layout-mode=dark] .invoice-item-two, [data-layout-mode=dark] .activity-feed .feed-item, [data-layout-mode=dark] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban, [data-layout-mode=dark] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .ticket-due, [data-layout-mode=dark] .blog, [data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment {
  border-color: #3B3C3E;
}
[data-layout-mode=dark] .blog-image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
[data-layout-mode=dark] .invoice-terms .invoice-terms-icon {
  background: rgba(239, 239, 239, 0.12);
}
[data-layout-mode=dark] .dark-white-logo {
  display: inline-block !important;
}
[data-layout-mode=dark] .light-color-logo {
  display: none !important;
}
[data-layout-mode=dark] .invoice-item .invoice-details strong {
  color: #333;
}
[data-layout-mode=dark] .packages.package-selected {
  background: rgba(115, 102, 255, 0.3);
}
[data-layout-mode=dark] .chat-cont-right ul.list-unstyled .chat-block.received .media-body > div, [data-layout-mode=dark] .chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box > div, [data-layout-mode=dark] .chat-window .chat-cont-right .chat-footer, [data-layout-mode=dark] .chat-window .chat-cont-right .chat-footer .input-group .form-control, [data-layout-mode=dark] .form-group-bank, [data-layout-mode=dark] .description-box .note-frame, [data-layout-mode=dark] .form-group .note-editable, [data-layout-mode=dark] .input-block .note-editable, [data-layout-mode=dark] .note-toolbar, [data-layout-mode=dark] .form-group .note-toolbar, [data-layout-mode=dark] .input-block .note-toolbar, [data-layout-mode=dark] .note-btn, [data-layout-mode=dark] .ticket-information .support-details, [data-layout-mode=dark] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban {
  background: #2A2B2F;
}
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-body .chat-block .media-body .msg-box > div p, [data-layout-mode=dark] .chat-time span, [data-layout-mode=dark] .filter-buttons button.btn-secondary, [data-layout-mode=dark] .note-btn {
  color: #8a8a8a;
}
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box:first-child:before {
  border-right: 6px solid #2A2B2F;
}
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-footer, [data-layout-mode=dark] .form-group-bank, [data-layout-mode=dark] .note-btn, [data-layout-mode=dark] .note-toolbar, [data-layout-mode=dark] .ticket-information .support-details {
  border-color: #3B3C3E;
}
[data-layout-mode=dark] .card-support {
  border: none;
}
[data-layout-mode=dark] .invoices-main-tabs {
  padding-top: 12px;
  padding-left: 12px;
}
[data-layout-mode=dark] .recurring-tab ul li button.active {
  background: rgba(115, 102, 255, 0.3) !important;
}
[data-layout-mode=dark] .badge-gray-outline {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
[data-layout-mode=dark] .filter-buttons button.btn-secondary {
  /*background: $__white__rgba; */
  /*border-color: $__white__rgba; */
}
[data-layout-mode=dark] .filter-buttons button.btn-secondary:hover {
  box-shadow: inset 0 50px 0 0 rgba(117, 57, 255, 0.3);
}
[data-layout-mode=dark] .ticket-information .support-widget-icon, [data-layout-mode=dark] .ticket-information .customer-widget-icon, [data-layout-mode=dark] .ticket-information .support-details .btn-action-icon, [data-layout-mode=dark] .activity-feed .feed-item:before, [data-layout-mode=dark] .ticket-history .card-inform .ticket-info .ticket-upload {
  background: rgba(255, 255, 255, 0.3);
}
[data-layout-mode=dark] .ticket-history .card-inform .ticket-info .ticket-upload {
  border-color: rgba(255, 255, 255, 0.3);
}
[data-layout-mode=dark] .ticket-history .card-inform .ticket-info .ticket-upload:hover {
  background: rgba(117, 57, 255, 0.3);
  border-color: rgba(117, 57, 255, 0.3);
}

.status-toggle .checktoggle {
  transform: none;
}

[data-topbar=light][data-layout-mode=dark] body .logo-dark, [data-topbar=light][data-layout-mode=dark] body .logo-lightmode {
  display: none;
}
[data-topbar=light][data-layout-mode=dark] body .logo-light, [data-topbar=light][data-layout-mode=dark] body .logo-darkmode {
  display: inline-block;
}
[data-topbar=light][data-layout-mode=dark] body .header .main-logo {
  background: #1C1D22;
}
[data-topbar=light][data-layout-mode=dark] body .header .logo-color {
  display: none;
}
[data-topbar=light][data-layout-mode=dark] body .header .logo-white {
  display: block;
}
[data-topbar=light][data-layout-mode=dark] body .header .toggle-bars .bar-icons {
  background: #AAAAAA;
}
[data-topbar=light][data-layout-mode=dark] body .header .logo {
  display: none;
}
[data-topbar=light][data-layout-mode=dark] body .header .logo2 {
  display: inline-block;
  line-height: 60px;
}
[data-topbar=light][data-layout-mode=dark] body .header .user-menu.nav > li > a span {
  color: #AAAAAA;
}
[data-topbar=light][data-layout-mode=dark] body .header .has-arrow .dropdown-toggle:after {
  border-color: #AAAAAA;
}
[data-topbar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul.sidebar-vertical .menu-title span {
  color: #fff;
}
[data-topbar=light][data-layout-mode=dark] body .user-menu.nav .dropdown-heads > a, [data-topbar=light][data-layout-mode=dark] body .customer-details-group .customer-details .customer-widget-icon i {
  background: #28292D;
}
[data-topbar=light][data-layout-mode=dark] body .user-menu.nav .dropdown-heads > a i {
  color: #AAAAAA;
}
[data-topbar=light][data-layout-mode=dark] body .signature-invoice {
  background: #1E1F25;
}

[data-topbar=light][data-layout-mode=dark][data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active i, [data-topbar=light][data-layout-mode=dark][data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover span.menu-arrow, [data-topbar=light][data-layout-mode=dark][data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover i {
  /*color: $__primarycolor;  */
}
[data-topbar=light][data-layout-mode=dark][data-layout=horizontal] body .sidebar .sidebar-menu ul {
  background: #1C1D22;
  border-color: #3B3C3E;
}
[data-topbar=light][data-layout-mode=dark][data-layout=horizontal] body .sidebar .sidebar-menu ul li.submenu ul li a:hover {
  background: #1C1D22;
}

[data-sidebar=light][data-layout-mode=dark] body #toggle_btn {
  color: #AAAAAA;
}
[data-sidebar=light][data-layout-mode=dark] body .header {
  background: #1C1D22;
  border-color: #1C1D22;
}
[data-sidebar=light][data-layout-mode=dark] body .header .top-nav-search form .form-control {
  background: rgba(193, 193, 193, 0.07);
  border: 1px solid #3B3C3E;
  color: #AAAAAA;
}
[data-sidebar=light][data-layout-mode=dark] body .header .top-nav-search form .form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #AAAAAA;
  opacity: 1;
}
[data-sidebar=light][data-layout-mode=dark] body .header .top-nav-search form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #AAAAAA;
  opacity: 1;
}
[data-sidebar=light][data-layout-mode=dark] body .header .top-nav-search form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #AAAAAA;
  opacity: 1;
}
[data-sidebar=light][data-layout-mode=dark] body .header .top-nav-search form .form-control:-ms-input-placeholder { /* Arimonet Explorer 10+ */
  color: #AAAAAA;
  opacity: 1;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar {
  background-color: #1C1D22;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu {
  background-color: #1C1D22;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu a.active i {
  color: #e90202;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu a.active span {
  color: #e90202;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu a.active span.menu-arrow {
  color: #e90202;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a, [data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a span {
  color: #AAAAAA;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li ul li a {
  background: #1C1D22;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .sidebar .sidebar-menu ul li.submenu ul li a:hover {
  background: transparent;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .greedy ul li a:hover, [data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul > li > a:hover, [data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a:hover span, [data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li.submenu ul li a.active, [data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a:hover i, [data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a.active i {
  color: #e90202;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li.submenu ul li a.active:after {
  background: #fff;
  border: 1px solid #fff;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a.active::before, [data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a.active::after, [data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a.active::before, [data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a.active::before {
  background: #e90202;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .greedys .viewmoremenu {
  color: #b7c0cd;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .greedys .viewmoremenu:hover {
  color: #fff;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .greedys .hidden-links li a:hover {
  color: #e90202;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .greedys .hidden-links li a:hover span {
  color: #e90202;
}

[data-layout-mode=light][data-sidebar=dark] nav.greedy button {
  color: #fff !important;
}

[data-sidebar=gradient] .sidebar {
  background: linear-gradient(92.08deg, #FF0000 0%, #764BA2 100%);
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li ul li a {
  background: none;
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li a.active::before {
  display: none;
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li.submenu ul li a.active:after, [data-sidebar=gradient] .sidebar .sidebar-menu ul li a.active::after {
  background: #fff;
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li.submenu ul li a.active:after {
  border: 1px solid #fff;
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li a, [data-sidebar=gradient] .sidebar .sidebar-menu ul li a span {
  color: #b7c0cd;
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li.submenu ul li a.active, [data-sidebar=gradient] .sidebar .sidebar-menu ul li a:hover, [data-sidebar=gradient] .sidebar .sidebar-menu ul li a:hover span {
  color: #fff;
}
[data-sidebar=gradient] .sidebar-twocol.sidebar .sidebar-left {
  background: linear-gradient(92.08deg, #FF0000 0%, #764BA2 100%);
}
[data-sidebar=gradient] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #405189;
}

[data-sidebar=gradient-2] .sidebar {
  background: linear-gradient(to right, #e90202 0%, #0253cc 100%);
}
[data-sidebar=gradient-2] .sidebar-twocol.sidebar .sidebar-left {
  background: linear-gradient(to right, #e90202 0%, #0253cc 100%);
}
[data-sidebar=gradient-2] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #e90202;
}
[data-sidebar=gradient-2] #layout-position .radio input:checked + label {
  background: #e90202;
  color: #fff;
}

[data-sidebar=gradient-3] .sidebar {
  background: linear-gradient(to right, #ff737b 0%, #453a94 100%);
}
[data-sidebar=gradient-3] .sidebar-twocol.sidebar .sidebar-left {
  background: linear-gradient(to right, #ff737b 0%, #453a94 100%);
}
[data-sidebar=gradient-3] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #ff737b;
}
[data-sidebar=gradient-3] #layout-position .radio input:checked + label {
  background: #ff737b;
  color: #fff;
}

[data-sidebar=gradient-4] .sidebar {
  background: linear-gradient(to right, #1ec1b0 0%, #764ba2 100%);
}
[data-sidebar=gradient-4] .sidebar-twocol.sidebar .sidebar-left {
  background: linear-gradient(to right, #1ec1b0 0%, #764ba2 100%);
}
[data-sidebar=gradient-4] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #1ec1b0;
}
[data-sidebar=gradient-4] #layout-position .radio input:checked + label {
  background: #1ec1b0;
  color: #fff;
}

[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper {
  margin: 0;
}
[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper .sidebar .sidebar-left {
  display: block;
}
[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper .sidebar .sidebar-right {
  display: none;
}

/*[data-layout=horizontal] {
    body .sidebar .sidebar-menu ul li a:hover span, body .sidebar .sidebar-menu ul li a.subdrop span, body .sidebar .sidebar-menu ul li a.active span {
        color: $__white;
    }
}*/
[data-layout=horizontal] body .header {
  box-shadow: none;
}
[data-layout=horizontal] body .sidebar {
  width: 100% !important;
  bottom: inherit;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover {
  background: none;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li span, [data-layout=horizontal] body .sidebar .sidebar-menu ul li i, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a .menu-arrow {
  display: inline-block !important;
  color: #333;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a span.badge {
  color: #fff;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop span, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop i, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop .menu-arrow {
  color: #e90202;
}
[data-layout=horizontal] body .sidebar .slimScrollDiv, [data-layout=horizontal] body .sidebar .sidebar-inner {
  height: auto !important;
  overflow: inherit !important;
}
[data-layout=horizontal] body .sidebar .hidden {
  display: none !important;
}
[data-layout=horizontal] body .sidebar .sidebar-menu {
  padding: 0 !important;
  height: 75px;
  display: flex;
  align-items: center;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active::before {
  display: none;
}
[data-layout=horizontal] body .sidebar .sidebar-vertical {
  display: none !important;
}
[data-layout=horizontal] body .sidebar .sidebar-horizantal {
  display: flex !important;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
  flex-direction: inherit;
  text-align: left;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active {
  color: #e90202;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover i, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop i, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active i {
  color: #e90202;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover span, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop span, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active span {
  color: #e90202;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover span.menu-arrow, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop span.menu-arrow, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active span.menu-arrow {
  color: #e90202;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover span.badge, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop span.badge, [data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active span.badge {
  color: #fff;
}
[data-layout=horizontal] body .sidebar .sidebar-menu .menu-title {
  display: none !important;
}
[data-layout=horizontal] body .sidebar ul li span {
  display: inline-block !important;
}
[data-layout=horizontal] body .sidebar .hidden-links .submenu ul {
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #d5d5d5;
  max-height: 200px;
  /*overflow-y: auto; */
  overflow-y: inherit;
}
[data-layout=horizontal] body .sidebar .hidden-links li a:hover {
  color: #333;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul.links > li > a {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul.links > li > a .menu-arrow {
  top: 21px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li.submenu .noti-dot:before {
  display: none;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li.submenu ul li a:hover {
  color: #e90202;
  background: #fff;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a .menu-arrow {
  right: 0;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul {
  display: none;
  width: 200px;
  background-color: #1C1D22;
  position: absolute;
  top: 60px;
  left: 0;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul li a .menu-arrow {
  right: 15px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul a {
  padding: 8px 15px;
}
[data-layout=horizontal] body .sidebar .list-inline-item li a:hover {
  color: #fff;
}
[data-layout=horizontal] body #sidebar-view,
[data-layout=horizontal] body #sidebar-size,
[data-layout=horizontal] body #layout-width,
[data-layout=horizontal] body #layout-position {
  display: none;
}
[data-layout=horizontal] body #toggle_btn {
  display: none;
}
[data-layout=horizontal] body ul.hidden-links {
  position: absolute !important;
  right: 0;
  background: #fff;
  width: 100%;
  top: 60px;
  justify-content: start;
  align-items: start !important;
  flex-wrap: wrap;
  border-top: 1px dashed #e3e3e3;
  padding: 12px 3px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
}
[data-layout=horizontal] body ul.hidden-links ul {
  left: 0 !important;
  position: absolute !important;
  top: 40px !important;
  background-color: #fff !important;
  width: 100% !important;
  z-index: 9999;
}
[data-layout=horizontal] body ul.hidden-links ul li a {
  width: 100%;
}
[data-layout=horizontal] body ul.hidden-links ul li a:hover {
  color: #333;
}
[data-layout=horizontal] body ul.hidden-links > li {
  width: 20%;
}
[data-layout=horizontal] body ul.hidden-links > li a {
  display: block;
  padding: 5px 15px;
}
[data-layout=horizontal] body ul.hidden-links > li a:hover {
  background: none;
}
[data-layout=horizontal] body ul.hidden-links li a .menu-arrow {
  right: 10px !important;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
  padding: 10px 15px;
}
[data-layout=horizontal] body .greedy ul.list-inline-item.list-unstyled.links {
  width: 95%;
}
[data-layout=horizontal] body .greedy > button {
  display: block;
}
[data-layout=horizontal] body nav.greedy button {
  align-self: stretch;
  transition: all 0.4s ease-out;
  padding: 5px 0 0 5px;
  outline: 0;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
  min-width: 100px;
  margin-right: 20px;
}
[data-layout=horizontal] body nav.greedy {
  position: relative;
  height: 45px;
  justify-content: start;
}
[data-layout=horizontal] body nav.greedy ul.hidden-links.hidden {
  display: none;
}
[data-layout=horizontal] body .page-wrapper {
  margin: 0;
  padding-top: 120px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul ul {
  position: absolute;
  right: -200px;
  top: 0;
  left: auto;
}
[data-layout=horizontal] body .sidebar ul ul li {
  display: inline-block !important;
  width: 100%;
}
[data-layout=horizontal] body .hidden-links .menu-title {
  display: inline-block !important;
  color: #333 !important;
}

[data-sidebar=dark][data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover span.menu-arrow, [data-sidebar=dark][data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active span.menu-arrow {
  color: #e90202;
}

[data-sidebar=dark] body .sidebar-twocol.sidebar .sidebar-left {
  background-color: #34444c;
}
[data-sidebar=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #333;
  /*background: #34444c;*/
}
[data-sidebar=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  color: #fff;
  /*background: #333;*/
}
[data-sidebar=dark] body .sidebar {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #1C1D22;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li.submenu ul li a:hover {
  color: #fff;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a, [data-sidebar=dark] body .sidebar .sidebar-menu ul li a span {
  color: #b7c0cd;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a:hover i, [data-sidebar=dark] body .sidebar .sidebar-menu ul li a:hover span, [data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active span, [data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active i {
  color: #e90202;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li ul li a {
  background: transparent;
}
[data-sidebar=dark] body .sidebar .sidebar-menu .greedy ul li a:hover, [data-sidebar=dark] body .sidebar .sidebar-menu ul > li > a:hover, [data-sidebar=dark] body .sidebar .sidebar-menu ul li a:hover span, [data-sidebar=dark] body .sidebar .sidebar-menu ul li.submenu ul li a.active {
  color: #e90202;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li.submenu ul li a.active:after {
  background: #fff;
  border: 1px solid #fff;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active::before {
  display: none;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active::after, [data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active::before, [data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active::before {
  background: #fff;
}
[data-sidebar=dark] body .sidebar .sidebar-menu .greedys .viewmoremenu {
  color: #b7c0cd;
}
[data-sidebar=dark] body .sidebar .sidebar-menu .greedys .viewmoremenu:hover {
  color: #fff;
}
[data-sidebar=dark] body .sidebar .sidebar-menu .greedys .hidden-links li a:hover {
  color: #e90202;
}
[data-sidebar=dark] body .sidebar .sidebar-menu .greedys .hidden-links li a:hover span {
  color: #e90202;
}
[data-sidebar=dark] body .main-logo {
  background: transparent;
}
[data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link {
  padding: 5px;
  /*margin-bottom: 15px;*/
  color: #fff;
}
[data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link.active {
  /*background: #fff;*/
  color: #fff;
}

[data-topbar=light] body .header {
  background: radial-gradient(circle, #FFFF99 50%, #FF8C00 100%);
  border-color: transparent;
}
[data-topbar=light] body .header .main-logo {
  background: #f4af24;
}
[data-topbar=light] body .header .page-title-box h3 {
  color: #333;
}
[data-topbar=light] body .header .logo-color {
  display: block;
  margin: 0px 26px;
}
[data-topbar=light] body .header .logo-white {
  display: none;
}
[data-topbar=light] body .header .toggle-bars .bar-icons {
  background: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control {
  background: #fff;
  border: 1px solid #E0E0E0;
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control:-ms-input-placeholder {
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control::placeholder {
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .btn {
  color: #333;
}
[data-topbar=light] body .header .header-left .logo2 {
  display: inline-block;
  line-height: 60px;
}
[data-topbar=light] body .header .header-left .logo {
  display: none;
  line-height: 60px;
}
[data-topbar=light] body .header #toggle_btn .bar-icon span {
  background-color: #333;
}
[data-topbar=light] body .header .user-menu.nav > li > a, [data-topbar=light] body .header .user-menu.nav > li > a span {
  color: #333;
}
[data-topbar=light] body .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-right {
  background: #fff;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #333;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #34444c;
  background: transparent;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  color: #333333;
  background: #fff;
}
[data-sidebar=light] body .sidebar {
  background-color: #f4af24;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
[data-sidebar=light] body .sidebar ul li span {
  display: inline-block;
  /*color: $__sandstone;*/
}
[data-sidebar=light] body .sidebar ul li span:hover {
  display: inline-block !important;
}
[data-sidebar=light] body .sidebar .sidebar-menu {
  padding: 10px 0;
  background:radial-gradient(circle, #FFFF99 50%, #FF8C00 100%);
}
[data-sidebar=light] body .sidebar .list-inline-item li a:hover i {
  color: #333;
}
[data-sidebar=light] body .greedys .viewmoremenu {
  color: #333;
}
[data-sidebar=light] body .greedys .viewmoremenu:hover {
  color: #e90202;
}
[data-sidebar=light] body nav.greedy button {
  color: #333 !important;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left {
  background: #fafafa;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  background: #34444c;
  color: #fff;
}
[data-sidebar=light] body .mini-sidebar.expand-menu .sidebar ul li span {
  display: block !important;
}
[data-sidebar=light] body .mini-sidebar .sidebar {
  background-color: #fff;
}
[data-sidebar=light] body .mini-sidebar .sidebar ul li span {
  display: none !important;
}
[data-sidebar=light] body nav.greedy button {
  color: #333;
}
[data-sidebar=light] body .sidebar-menu ul li a:hover,
[data-sidebar=light] body .two-col-bar .sidebar-menu ul li a:hover {
  color: #333;
}
[data-sidebar=light] body .sidebar .sidebar-menu ul li.active a,
[data-sidebar=light] body .two-col-bar .sidebar-menu ul li.active a {
  color: Black;;
  background-color: white;
}

[data-topbar=dark] .header {
  background: #1C1D22;
  border-color: #2e3840;
}
[data-topbar=dark] .header .main-logo {
  background: #1C1D22;
}
[data-topbar=dark] .header .toggle-bars .bar-icons {
  background: #AAAAAA;
}
[data-topbar=dark] .header .logo-color {
  display: none;
}
[data-topbar=dark] .header .logo-white {
  display: block;
}
[data-topbar=dark] .header .user-content .user-name {
  color: #9e9e9e;
}
[data-topbar=dark] .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #AAAAAA;
  border-right: 2px solid #AAAAAA;
}
[data-topbar=dark] .header .header-left .logo {
  display: block;
  line-height: 75px;
}
[data-topbar=dark] .header .top-nav-search form .form-control {
  border: 1px solid #bbc4cc;
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control:-ms-input-placeholder {
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control::placeholder {
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .btn {
  color: #bbc4cc;
}
[data-topbar=dark] .header .user-menu.nav > li > a {
  color: #bbc4cc;
}
[data-topbar=dark] .header #toggle_btn .bar-icon span {
  background-color: #bbc4cc;
}
[data-topbar=dark] .header .page-title-box h3 {
  color: #bbc4cc;
}
[data-topbar=dark] .header .logo2 {
  display: none;
}

.two-col-bar {
  display: none;
}

.sidebar-headerset {
  width: 100%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F5F5F5;
}
.sidebar-headerset h2 {
  font-size: 24px;
  font-weight: 600;
}
.sidebar-headerset h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.settings-mains {
  padding: 15px;
}
.settings-mains h5 {
  font-size: 14px;
}
.settings-mains .layout-head {
  margin-bottom: 15px;
}
.settings-mains .layout-head h5 {
  font-size: 16px;
  font-weight: 600;
  color: #272B41;
  margin-bottom: 10px;
}
.settings-mains .layout-head h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #272B41;
}

#layout-position .radio input + label {
  min-width: 110px;
  border: 0;
}

.bor-rad-50 {
  border-radius: 50px;
}

.bg-sidebarcolor {
  background: #F9F9F9;
  height: 45px;
  display: block;
  border-radius: 5px;
}
.bg-sidebarcolor.bg-darks {
  background: #34444c;
}
.bg-sidebarcolor.bg-gradients {
  background: linear-gradient(92.08deg, #FF0000 0%, #764BA2 100%);
}
.bg-sidebarcolor.bg-oranges {
  background: #FF9B44;
}
.bg-sidebarcolor.bg-darkset {
  background: #16191C;
}

.bg-blue {
  background-color: #00c5fb;
}

.card-radio .form-check-input {
  display: none;
}

.form-check .form-check-input {
  cursor: poArimo;
}
.form-check .form-check-input:focus {
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #e90202;
  border-color: #e90202;
}

.card-radio .form-check-input:checked + .form-check-label {
  border-color: #3BB800 !important;
}

.card-radio .form-check-label {
  background-color: var(--vz-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-right: 32px;
  padding: 10px;
}

.form-check label {
  cursor: poArimo;
}

.card-radio .form-check-input:checked + .form-check-label:before {
  content: "✓";
  font-family: "Line Awesome Free";
  position: absolute;
  top: 40%;
  left: 40%;
  font-size: 10px;
  background: #3BB800;
  font-weight: 900;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #F4F4F9;
  transform: translate(0%);
}

[data-layout-mode=dark] .super-admin-list-head {
  border-bottom-color: #3B3C3E;
}
[data-layout-mode=dark] .super-admin-list-head .grid-info-item span {
  color: #AAAAAA;
}
[data-layout-mode=dark] .subscription-plane-head ul {
  border-bottom-color: #3B3C3E;
}

/****** PAGES ******/
.invoices-links {
  color: #1B2559;
  margin-right: 20px;
}
.invoices-links:last-child {
  margin-right: 0px;
}
.invoices-links:hover {
  color: #e90202;
}
.invoices-links.active {
  color: #e90202;
}
.invoices-links .feather {
  width: 25px;
  height: 25px;
}

.report-card {
  border-radius: 5px;
}

.app-listing {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  align-items: flex-start;
}
.app-listing li {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.multipleSelection .selectbox, .sortby .selectboxes {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 13px 10px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #F7F8F9;
  border-radius: 7px;
  cursor: poArimo;
}

.selectbox-cont {
  height: 220px;
  overflow-y: auto;
  padding-right: 5px;
}
.selectbox-cont::-webkit-scrollbar {
  width: 4px;
  background: #D8D8D8;
  height: 10px;
}
.selectbox-cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(231, 231, 231);
  border-radius: 4px;
}
.selectbox-cont::-webkit-scrollbar-thumb {
  background: rgba(231, 234, 252, 0.75);
  border-radius: 4px;
}
.selectbox-cont::-webkit-scrollbar-thumb:hover {
  background: rgba(231, 234, 252, 0.75);
}

.selectbox-cont-one {
  overflow-y: inherit;
}

.selectboxes.order-by {
  min-width: 154px;
  background: #D8D8D8;
  padding: 6px 10px;
}

.multipleSelection {
  position: relative;
  margin-bottom: 20px;
}
.multipleSelection #checkboxes-one {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #F2ECFF;
  box-shadow: 0px 4px 44px rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}
.multipleSelection #checkboxes-one::before {
  border: 7px solid #F2ECFF;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  content: "";
  left: 30px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.multipleSelection #checkboxes.form-custom .form-control {
  padding-left: 25px;
  background: #F5F6FA;
  border: 1px solid #E6E9F4;
  border-radius: 5px;
  height: 33px;
}
.multipleSelection #checkboxes .form-custom i {
  position: absolute;
  top: 35%;
  left: 6px;
  color: #7E84A3;
  font-size: 12px;
}

.multi-filter, .sortby {
  position: relative;
}

.multi-filter:before {
  border: 7px solid #fff;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  content: "";
  right: 0;
  position: absolute;
  top: 2px;
  transform-origin: 0 0;
  transform: rotate(135deg);
}

.multipleSelection #checkboxes, .sortby #checkbox {
  display: none;
  position: absolute;
  width: 300px;
  left: 0;
  z-index: 1;
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #F2ECFF;
  box-shadow: 0px 4px 44px rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}

#checkboxes-one .form-custom {
  margin-bottom: 14px;
}
#checkboxes-one .form-custom .form-control {
  padding-left: 14px;
  border: 1px solid rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}
#checkboxes-one .btn-grey {
  background: rgba(231, 234, 252, 0.75);
  color: #1B2559;
  margin-top: 10px;
}
#checkboxes-one .btn-grey:hover {
  background: #1B2559;
  color: #fff;
}

#checkboxes-one .btn, #checkbox .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0px;
}

.multipleSelection #checkboxes::before, .sortby #checkbox::before {
  border: 7px solid #F2ECFF;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  content: "";
  left: 30px;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  transform: rotate(135deg);
}

.check-list {
  position: relative;
}

.date-picker {
  width: 50%;
  float: left;
  padding-right: 10px;
}

#checkboxes .date-picker .bootstrap-datetimepicker-widget table td {
  padding-left: 10px;
  padding-right: 10px;
}
#checkboxes .date-picker .form-custom .form-control {
  padding-left: 10px;
}
#checkboxes .form-custom {
  margin-bottom: 14px;
}
#checkboxes .form-custom .form-control {
  padding-left: 14px;
  border: 1px solid rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}
#checkboxes .form-custom .form-control::placeholder {
  color: #8F9BBA;
}
#checkboxes .btn-grey {
  background: rgba(231, 234, 252, 0.75);
  color: #1B2559;
  margin-top: 10px;
}
#checkboxes .btn-grey:hover {
  background: #1B2559;
  color: #fff;
}

.date-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.date-list ul li {
  width: 100%;
  padding: 0;
  padding-bottom: 5px;
}
.date-list ul li:last-child {
  padding-bottom: 0;
}
.date-list .date-btn {
  background: #fff;
  color: #1B2559;
  border: 1px solid #E7EAFC;
  border-radius: 4px;
  padding: 10px 0 !important;
  width: 100%;
}
.date-list .date-btn:hover {
  background: #e90202;
  color: #fff;
  border: 1px solid #E7EAFC;
}

.form-custom {
  position: relative;
}
.form-custom.cal-icon:after {
  font-size: 14px;
}
.form-custom i {
  color: #7E84A3;
  position: absolute;
  top: 10px;
  left: 10px;
}

.card-header .form-custom .form-control {
  padding-left: 30px;
  height: 35px;
}

#checkboxes .btn, #checkbox .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0px;
}

.checkbox-title {
  font-weight: 600;
  font-size: 16px;
  color: #e90202;
  margin-bottom: 14px;
}

.custom_check {
  color: #1B2559;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: poArimo;
  font-weight: 400;
  user-select: none;
}
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: poArimo;
}
.custom_check input:checked ~ .checkmark {
  background-color: #e90202;
  border-color: #e90202;
}
.custom_check input:checked ~ .checkmark:after {
  display: block;
}
.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 21px;
  border: 1px solid #C4C4C4;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  color: #fff;
  font-size: 9px;
}

.selectbox p {
  color: #1B2559;
  font-weight: 500;
}
.selectbox p .select-icon {
  color: #e90202;
  width: 20px;
  height: 20px;
}

.report-btn {
  margin-bottom: 20px;
}
.report-btn .btn {
  font-weight: 600;
  color: #e90202;
  background: #fff;
  border: 2px solid #e90202;
  border-radius: 8px;
  width: 100%;
  padding: 11px 0;
}
.report-btn .btn:hover {
  color: #fff;
  background: #e90202;
  border: 2px solid #e90202;
}
.report-btn .btn:hover img {
  filter: invert(0) brightness(100);
}

.invoice-total-inner .status-toggle .checktoggle {
  transform: translate(calc(0% - 0px), -30%);
  height: 20px;
}
.invoice-total-inner .status-toggle span {
  float: right;
  color: #3F4254;
  font-weight: 600;
  margin: -10px 0 0;
}

.invoices-tabs-card {
  background: transparent;
  box-shadow: unset;
}

.invoices-tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.invoices-tabs ul li:last-child {
  margin-right: 0;
}
.invoices-tabs ul li a:hover {
  color: #e90202;
}
.invoices-tabs ul li a.active {
  color: #e90202;
  border-bottom: 2px solid #e90202;
}

.invoices-settings-btn {
  justify-content: end;
}
.invoices-settings-btn .btn {
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  min-width: 167px;
  background: #1B2559;
  border: 1px solid #1B2559;
  border-radius: 6px;
}
.invoices-settings-btn .btn:hover {
  background: #e90202;
  border: 1px solid #e90202;
}
.invoices-settings-btn .btn .feather {
  margin-right: 6px;
}

.invoices-settings-icon {
  color: #e90202;
  margin-right: 20px;
}
.invoices-settings-icon .feather {
  width: 24px;
  height: 24px;
}

.inovices-card {
  border-radius: 5px;
}
.inovices-card .card-body {
  padding: 15px;
}

.inovices-widget-header .inovices-amount {
  font-weight: 600;
  font-size: 24px;
  color: #e90202;
}

.inovices-widget-icon {
  padding: 10px;
  border-radius: 5px;
}
@media (max-width: 1399.98px) {
  .inovices-widget-icon {
    padding: 5px;
  }
}
.inovices-widget-icon img {
  width: 20px;
}

.inovices-all span {
  margin: 0 0 0 5px;
  padding: 0px;
  font-size: 10px;
  font-weight: 500;
  color: #28084B;
}

.invoices-grid-card {
  background: #fff;
  box-shadow: 0px 4px 24px rgba(228, 228, 228, 0.25);
  border-radius: 10px;
  color: #1B2559;
}
.invoices-grid-card .card-header {
  padding: 20px;
  border: 0;
}
.invoices-grid-card .card-header .dropdown-action {
  margin-bottom: 0;
}
.invoices-grid-card .card-header .action-icon {
  color: #1B2559;
  display: initial;
}
.invoices-grid-card .card-body {
  padding: 20px;
}
.invoices-grid-card .card-body span {
  font-size: 14px;
}
.invoices-grid-card .card-body h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1B2559;
  margin-top: 4px;
}
.invoices-grid-card .card-footer {
  padding: 20px;
  border: 0;
}
.invoices-grid-card .card-footer .badge {
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 18px;
}
.invoices-grid-card .bg-success-dark {
  background: #008F64;
}
.invoices-grid-card .bg-danger-dark {
  background: #FF0000;
}
.invoices-grid-card .bg-secondary-dark {
  background: #e90202;
}
.invoices-grid-card .bg-primary-dark {
  background: #2196f3;
}
.invoices-grid-card .text-sm {
  font-size: 14px;
}

.invoice-grid-link {
  color: #1B2559;
}
.invoice-grid-link:hover {
  color: #e90202;
}

.card-middle {
  padding: 20px;
  background: #F7F7FF;
}

.card-middle-avatar {
  display: inline-flex;
  font-size: 16px;
  margin: 0;
}
.card-middle-avatar a {
  color: #1B2559;
}
.card-middle-avatar a:hover {
  color: #e90202;
}

.invoice-load-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.invoice-load-btn .btn {
  font-weight: 700;
  font-size: 16px;
  color: #3E45EB;
  min-width: 170px;
  padding: 12px 15px;
  background: #fff;
  border: 2px solid #3E45EB;
  border-radius: 6px;
  display: inline-flex;
}
.invoice-load-btn .btn:hover {
  color: #fff;
  background: #3E45EB;
  border: 2px solid #3E45EB;
}
.invoice-load-btn .btn:hover span {
  border: 3px solid #fff;
  border-right-color: #fff;
}
.invoice-load-btn .btn span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  vertical-align: 0;
  border: 3px solid #3E45EB;
  border-right-color: #3E45EB;
  border-radius: 50%;
  border: 3px solid rgba(62, 69, 235, 0.4901960784);
  border-right-color: #3E45EB;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.invoices-page-header {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}
.invoices-page-header .invoices-breadcrumb-item a {
  font-weight: 600;
  color: #e90202;
}
.invoices-page-header .invoices-breadcrumb-item a:hover {
  color: #377dff;
}
.invoices-page-header .invoices-breadcrumb-item a:hover i {
  color: #fff;
  background: #377dff;
}
.invoices-page-header .invoices-breadcrumb-item i {
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: #e90202;
}

.invoices-create-btn .btn {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  padding: 10px 0px;
  min-width: 160px;
}
.invoices-create-btn .invoices-preview-link {
  font-weight: 600;
  color: #e90202;
  margin-right: 30px;
}
.invoices-create-btn .invoices-preview-link:hover {
  color: #377dff;
}
.invoices-create-btn .delete-invoice-btn {
  background: #1B2559;
  margin-right: 10px;
}
.invoices-create-btn .delete-invoice-btn:hover {
  background: #e90202;
}
.invoices-create-btn .save-invoice-btn {
  background: #e90202;
}
.invoices-create-btn .save-invoice-btn:hover {
  background: #1B2559;
}

.invoices-add-card {
  background: #fff;
  border-radius: 10px;
}

.invoices-main-form {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}

.invoices-form label {
  font-weight: 600;
  color: #1B2559;
}
.invoices-form .multipleSelection .selectbox {
  border: 2px solid #e90202;
  border-radius: 6px;
}
.invoices-form .form-control {
  height: 50px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
}
.invoices-form .form-control::placeholder {
  color: #8F9BBA;
  font-weight: 400;
}

.invoice-details-title {
  font-weight: 500;
  font-size: 20px;
  color: #1B2559;
  margin-bottom: 0.5rem;
}

.invoice-details-box {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}

.invoice-inner-head {
  padding: 26px;
  border-bottom: 1px solid #E5E5E5;
}
.invoice-inner-head span {
  color: #1B2559;
}
.invoice-inner-head span a {
  font-weight: 500;
  color: #e90202;
}
.invoice-inner-head span a:hover {
  font-weight: 500;
  color: #377dff;
}

.invoice-inner-footer {
  padding: 0;
}
.invoice-inner-footer span {
  font-weight: 500;
  color: #1B2559;
  position: relative;
}
.invoice-inner-footer .form-control {
  position: absolute;
  color: #e90202;
  background: transparent;
  border: 0;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 10px;
}
.invoice-inner-footer .form-control::placeholder {
  color: #e90202;
  font-weight: 500;
}

.invoice-inner-date {
  padding: 26px;
  border-right: 1px solid #E5E5E5;
}

.invoice-inner-datepic {
  border: 0;
  padding-left: 0;
}

.inovices-month-info {
  padding-top: 50px;
}
.inovices-month-info label {
  font-weight: 400;
}
.inovices-month-info .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8F9BBA;
  border-radius: 6px;
}
.inovices-month-info .form-control {
  height: 42px;
}

#show-invoices {
  display: none;
}

.invoice-add-table {
  padding-top: 20px;
  padding-bottom: 30px;
}
.invoice-add-table h4 {
  font-weight: 600;
  font-size: 20px;
  color: #e90202;
  margin-bottom: 30px;
}
.invoice-add-table th {
  font-size: 16px;
  color: #1B2559;
  background: #F8F9FA;
}
.invoice-add-table .no-border td {
  border: 0;
}
.invoice-add-table .table-form-control td .form-control::placeholder {
  color: #1B2559;
}
.invoice-add-table .add-product {
  border-bottom: 1px solid #E5E5E5;
}
.invoice-add-table .add-product td {
  border: 0;
}
.invoice-add-table .add-product td a {
  color: #e90202;
}
.invoice-add-table .add-btn {
  color: #e90202;
}
.invoice-add-table .remove-btn {
  color: #ff0000;
}
.invoice-add-table .copy-btn {
  color: #C4C4C4;
}

.invoice-add-table td, .invoice-add-table th {
  border-color: #E5E5E5;
  padding: 20px;
}

.invoice-fields .field-title {
  font-weight: 600;
  font-size: 16px;
  color: #1B2559;
  margin-bottom: 15px;
}

.field-box {
  padding: 15px;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
.field-box p {
  font-weight: 500;
  font-size: 14px;
  color: #1B2559;
  margin-bottom: 10px;
}
.field-box .btn {
  min-width: 266px;
  border-radius: 4px;
  padding: 30px 0;
}

.payment-details {
  width: 266px;
  border-radius: 4px;
  padding: 15px;
  background: #e90202;
}
.payment-details p {
  color: #fff;
  max-width: 140px;
  font-weight: 400;
  margin-bottom: 0;
}
.payment-details a {
  font-size: 26px;
  color: #fff;
}

.invoice-faq .faq-tab {
  padding-top: 10px;
}

.faq-tab .panel-title {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin-bottom: 0px;
  padding: 10px 20px;
  position: relative;
}
.faq-tab .panel-title a {
  color: #C4C4C4;
}
.faq-tab .panel-title a:hover {
  color: #1B2559;
}
.faq-tab .panel-title a:not(.collapsed) {
  color: #1B2559;
}
.faq-tab .panel-title a.collapsed::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  color: #f09e9e;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.faq-tab .panel-title a::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  color: #f09e9e;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.faq-tab .panel-title a:not(.collapsed)::after {
  color: #FF0000;
}
.faq-tab .panel-body {
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
}
.faq-tab .panel-body textarea {
  min-height: 100px;
  border: 0;
  border-radius: 0 0 4px 4px;
}

.invoice-total-card .invoice-total-title {
  font-weight: 600;
  font-size: 16px;
  color: #1B2559;
  margin-bottom: 15px;
}

.invoice-total-box p {
  position: relative;
  margin: 0 0 11px 0;
  position: relative;
  font-weight: 500;
  color: #333;
}
.invoice-total-box p span {
  float: right;
  color: #3F4254;
  font-weight: 600;
}
.invoice-total-box .add-links {
  font-weight: 500;
  color: #e90202;
  margin-bottom: 20px;
  display: block;
}
.invoice-total-box .service-trash {
  margin-bottom: 10px;
  color: #1B2559;
}
.invoice-total-box .service-trash i {
  color: #EC1361;
}
.invoice-total-box .add-links-one {
  font-weight: 500;
  color: #e90202;
}
.invoice-total-box .service-trash-one {
  margin-top: 10px;
  color: #1B2559;
}
.invoice-total-box .service-trash-one i {
  color: #EC1361;
}

.invoice-total-box .status-toggle .checktoggle::after {
  height: 14px;
  width: 14px;
}
.invoice-total-box .check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  poArimo-events: none;
  position: absolute;
}
.invoice-total-box .check:checked + .checktoggle:after {
  background-color: #fff;
  left: 100%;
  transform: translate(calc(-100% - 2px), -50%);
  height: 14px;
  width: 14px;
}

.checktoggle {
  background-color: #CFCFCF;
  border: 1px solid #CFCFCF;
  cursor: poArimo;
  font-size: 0;
  height: 15px;
  margin-left: 10px;
  top: 3px;
  margin-bottom: 0;
  position: absolute;
  width: 30px;
  display: inline-block;
  border-radius: 12px;
}
.checktoggle:after {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translate(3px, -50%);
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
}

.onoffswitch {
  margin-left: auto;
  position: relative;
  width: 73px;
}

.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: poArimo;
  border-radius: 20px;
  margin-bottom: 0;
}

.onoffswitch-inner {
  display: block;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
  width: 200%;
}
.onoffswitch-inner:before {
  background-color: #55ce63;
  color: #fff;
  content: "ON";
  padding-left: 14px;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 14px;
  background-color: #ccc;
  color: #fff;
  text-align: right;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  box-sizing: border-box;
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 32px;
  padding: 0;
  width: 50%;
}

.onoffswitch-switch {
  background: #fff;
  bottom: 0;
  display: block;
  height: 20px;
  margin: 5px;
  width: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 43px;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.invoice-total-footer {
  margin: 0 0 26px 0;
}
.invoice-total-footer h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #3F4254;
}
.invoice-total-footer h4 span {
  float: right;
}

.upload-sign {
  float: right;
  margin-top: 20px;
}
.upload-sign .btn {
  min-width: 198px;
  border-radius: 8px;
  padding: 10px 0;
}

.service-upload {
  border: 2px dashed #E5E5E5;
  text-align: center;
  background-color: #fff;
  position: relative;
  padding: 16px 0;
  min-height: 180px;
}
.service-upload .drop-browse {
  font-size: 14px;
  font-weight: 500;
  color: #3F4254;
  margin-bottom: 5px;
}
.service-upload .drop-browse p {
  font-weight: 500;
  font-size: 14px;
  color: #B5B5C3 !important;
}
.service-upload span {
  font-size: 13px;
  color: #858585;
  display: block;
}
.service-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: poArimo;
}

.service-upload-info {
  min-height: 58px;
}

.invoice-info-card {
  border-radius: 14px;
}

.invoice-item-one {
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .invoice-item-one {
    margin: 0 0 20px;
  }
}
.invoice-item-one .invoice-info {
  text-align: right;
}
.invoice-item-one .invoice-info h1 {
  font-weight: 600;
  font-size: 24px;
  color: #4A3AFF;
}
@media (max-width: 768px) {
  .invoice-item-one .invoice-info h1 {
    font-size: 26px;
  }
}
.invoice-item-one .invoice-details {
  color: #1B2559;
  font-weight: 400;
}

.customer-text-one {
  font-size: 20px;
  color: #1B2559;
  font-weight: 600;
  display: block;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .customer-text-one {
    font-size: 18px;
  }
}

.invoice-name {
  color: #1B2559;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.invoice-head {
  margin-bottom: 30px;
}
.invoice-head h2 {
  font-weight: 600;
  font-size: 28px;
  color: #1B2559;
  text-transform: uppercase;
  margin-bottom: 0;
}
.invoice-head p {
  font-weight: 400;
  font-size: 20px;
  color: #1B2559;
  margin-bottom: 0;
}

.invoice-item-two {
  border-bottom: 1px solid #EFEFEF;
  margin: 0 0 15px;
  padding: 15px 0;
}
.invoice-item-two .invoice-details {
  color: #1B2559;
  font-weight: 400;
}

.invoice-item-box {
  background: #F7F7FF;
  border-radius: 5px;
  padding: 15px;
  width: 200px;
  float: right;
  margin-top: 20px;
}
.invoice-item-box p {
  color: #1B2559;
  font-weight: 400;
  margin-bottom: 10px;
}

.invoice-issues-box {
  background: #e90202;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}

.invoice-issues-date {
  padding-top: 20px;
  padding-bottom: 20px;
}
.invoice-issues-date p {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.invoice-table-wrap {
  margin: 0 0 30px;
}
.invoice-table-wrap .invoice-table-head {
  margin: 0 0 30px;
}

.invoice-table > thead > tr > th {
  background: #F5F7FF;
  border-top: 0;
  font-weight: 500;
  font-size: 16px;
  color: #1B2559;
}
.invoice-table > tbody > tr > td {
  font-weight: 400;
  color: #1B2559;
  padding: 15px 20px;
}

.terms-conditions {
  margin: 0 0 20px;
}

.invoice-terms {
  margin: 0 0 30px;
}
.invoice-terms h6 {
  font-weight: 600;
  margin: 0 0 5px;
  font-size: 16px;
  color: #3F4254;
}
.invoice-terms p {
  font-weight: 400;
  font-size: 14px;
  color: #8F9BBA;
}
.invoice-terms .invoice-terms-icon {
  background: #EFEFEF;
  border-radius: 10px;
  padding: 10px;
  display: inline-flex;
}
.invoice-terms .invoice-terms-icon i {
  color: #e90202;
  font-size: 30px;
}

.invoice-sign span {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin: 0 0 11px;
}

.invoice-item-bg {
  background: #e90202;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.invoice-item-bg .invoice-info {
  border-right: 1px solid #fff;
  margin: 20px 0 0;
  padding: 30px;
}
.invoice-item-bg .customer-text-one {
  color: #fff;
}
.invoice-item-bg .invoice-name {
  color: #fff;
}
.invoice-item-bg .invoice-details-two {
  color: #fff !important;
}
.invoice-item-bg .invoice-info-one p {
  color: #fff;
  margin-bottom: 10px;
}

.invoice-circle-img {
  position: relative;
}
.invoice-circle-img .invoice-circle1 {
  opacity: 0.1;
  position: absolute;
  left: 0;
}
.invoice-circle-img .invoice-circle2 {
  opacity: 0.1;
  position: absolute;
  right: 0;
}

.invoice-sign-box {
  margin-top: 30px;
}

.invoice-payment-box h4 {
  font-weight: 600;
  font-size: 16px;
  color: #1B2559;
  margin-bottom: 16px;
}
.invoice-payment-box .payment-details {
  background: transparent;
  border: 2px dashed #e90202;
}
.invoice-payment-box .payment-details p {
  font-weight: 600;
  font-size: 16px;
  color: #1B2559;
}

.invoices-preview .modal-body {
  padding: 0;
}

.invoice-item .invoice-logo img {
  width: auto;
  max-height: 52px;
}
.invoice-item .invoice-text h2 {
  color: #272b41;
  font-size: 36px;
  font-weight: 600;
  font-weight: 400;
}
.invoice-item .invoice-details {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  .invoice-item .invoice-details {
    text-align: left;
    margin-bottom: 10px;
  }
}
.invoice-item .invoice-details strong {
  color: #3F4254;
}
.invoice-item .invoice-details span.text-danger {
  margin-left: 20px;
  position: relative;
}
.invoice-item .invoice-details span.text-danger::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: #ff0000;
  position: absolute;
  bottom: 5px;
  left: -12px;
}
.invoice-item .invoice-details-two {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.invoice-item .customer-text {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.invoice-item .customer-text a {
  font-size: 14px;
  color: #e90202;
  margin-left: 12px;
}

.invoice-item-date {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  margin: 0 0 15px;
  padding: 15px 0;
}

.invoice-item-bg .invoice-item .invoice-details-two {
  text-align: left;
  color: #fff !important;
}

.invoice-info p {
  margin-bottom: 0;
}
.invoice-info.invoice-info2 {
  text-align: left;
}
.invoice-info h5 {
  font-size: 16px;
  font-weight: 500;
}

.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
  font-weight: 600;
  padding: 15px 20px;
  line-height: inherit;
}

.invoice-table tr td,
.invoice-table-two tr td {
  font-weight: 500;
}

.invoice-table-two {
  margin-bottom: 0;
}
.invoice-table-two tr td {
  text-align: right;
}

.invoice-table-two tr th,
.invoice-table-two tr td {
  border-top: 0;
}

.other-info {
  margin-top: 10px;
}

.file {
  visibility: hidden;
  position: absolute;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.font-size-14 {
  font-size: 14px;
}

.form-group-bank {
  border: 2px solid #EFEFEF;
  padding: 20px;
  border-radius: 10px;
  background-color: #F7F8F9;
}
.form-group-bank .select2-container .select2-selection--single {
  height: 43px;
}
.form-group-bank .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  line-height: 43px;
  border-radius: 5px;
  padding-right: 30px;
  padding-left: 15px;
}
.form-group-bank .input-block .form-control {
  padding: 10px;
}
.form-group-bank .input-block textarea {
  height: 91px !important;
}
.form-group-bank .form-groups {
  margin-top: 8px;
}

.recurring-tab ul {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
}
.recurring-tab ul li button {
  padding: 10px;
  width: 45px;
}
.recurring-tab ul li button.active {
  padding: 10px;
  background-color: #e90202 !important;
}
.recurring-tab ul li button.active.yes {
  border-radius: 10px 0 0 10px;
}
.recurring-tab ul li button.active.no {
  border-radius: 0 10px 10px 0;
}

.sort-by-ticket .select2-container--default .select2-selection--single {
  border: none;
  background: transparent !important;
}
.sort-by-ticket .select2-container--default .select2-selection__rendered {
  padding-left: 0;
  padding-right: 26px;
}
.sort-by-ticket .select2-container--default .select2-selection__arrow {
  right: 0;
}

.invoice-info2 .due-date span.text-danger {
  position: relative;
  margin-left: 20px;
  display: inline-block;
}
.invoice-info2 .due-date span.text-danger::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: #ff0000;
  position: absolute;
  bottom: 7px;
  left: -12px;
}

.activity-feed .feed-item.timeline-item::after {
  background: #e90202;
  border-color: #e90202;
  width: 8px;
  height: 8px;
}
.activity-feed .feed-item.timeline-item::before {
  display: none;
}
.activity-feed .feed-item.timeline-item span.timeline-user {
  font-size: 14px;
  margin-bottom: 2px;
  display: inline-block;
}
.activity-feed .feed-item.timeline-item span.timeline-user a {
  font-size: 13px;
  color: #3F4254;
}
.activity-feed .feed-item.timeline-item .invoice-date span {
  display: inline-block;
  font-size: 12px;
  color: #BEBEBE;
}
.activity-feed .feed-item.timeline-item .invoice-date span.start-date {
  margin-right: 10px;
}

.card.timeline-card {
  background: #F7F8F9;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
}

.modal-body .payment-heading h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px;
}

.pay-modal .modal-header h4.modal-title {
  font-size: 18px;
}
.pay-modal .modal-header h4.modal-title span {
  color: #e90202;
}
.pay-modal .modal-header h5 {
  color: #3F4254;
  font-size: 14px;
}
.pay-modal .modal-header h5 span {
  color: #333;
}

@media (max-width: 991.98px) {
  .paynow-tab ul {
    flex-direction: column;
  }
  .paynow-tab ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .paynow-tab ul li:last-child {
    margin-bottom: 0;
  }
}
.paynow-tab .nav-pills .nav-item button {
  width: 100%;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  color: #333;
  text-align: left;
  position: relative;
  padding: 10px 20px 10px 50px;
}
.paynow-tab .nav-pills .nav-item button i {
  position: absolute;
  top: 13px;
  right: 20px;
}
.paynow-tab .nav-pills .nav-item button::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 22px;
}
.paynow-tab .nav-pills .nav-item button.active {
  color: #3F4254;
}
.paynow-tab .nav-pills .nav-item button.active::before {
  border-color: #2DA7FF;
}
.paynow-tab .nav-pills .nav-item button.active::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2DA7FF;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 26px;
}

@media print {
  .filter-list {
    display: none !important;
  }
  .header-one {
    display: none !important;
  }
  html, body {
    height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
  }
  .right-side-views {
    display: none;
  }
  .sidebar-layout {
    display: none;
  }
  .sidebar-settings {
    display: none;
  }
}
.profile-picture {
  margin: 0 0 30px 0;
}
@media (max-width: 575.98px) {
  .profile-picture {
    display: block;
    margin: 0 0 25px 0;
  }
}
.profile-picture .upload-profile {
  margin-right: 50px;
}
@media (max-width: 575.98px) {
  .profile-picture .upload-profile {
    margin: 0 0 20px 0;
  }
}
.profile-picture .upload-profile .profile-img .avatar {
  width: 61px;
  height: 61px;
}
@media (max-width: 575.98px) {
  .profile-picture .upload-profile .profile-img .avatar {
    margin: 0 20px 0 0;
  }
}
.profile-picture .upload-profile .add-profile h5 {
  font-size: 14px;
  margin: 0 0 4px;
}
.profile-picture .upload-profile .add-profile span {
  font-size: 14px;
}
.profile-picture .img-upload {
  position: relative;
}
@media (max-width: 768px) {
  .profile-picture .img-upload .btn {
    max-width: 120px;
  }
}
.profile-picture .img-upload .btn {
  position: relative;
  overflow: hidden;
  cursor: poArimo;
  min-width: 82px;
  margin: 0 15px 0 0;
  padding: 8px 20px;
}
.profile-picture .img-upload .btn input {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #fff;
  cursor: inherit;
  display: block;
}
.profile-picture .img-upload .upload {
  background-color: #e90202;
  color: #fff;
  margin: 0 15px 0 0;
  padding: 8px 20px;
  border-radius: 6px;
}
.profile-picture .img-upload .btn-remove {
  background-color: #fff;
  color: #ED3A3A;
  border: 1px solid #ED3A3A;
  min-width: 87px;
  padding: 8px 20px;
  box-shadow: inset 0 0 0 0 #ED3A3A;
  border-radius: 6px;
}
.profile-picture .img-upload .btn-remove:hover {
  color: #fff;
  background-color: #ED3A3A;
  box-shadow: inset 0 50px 0 0 #ED3A3A;
}

.billing-btn {
  margin: 0 0 15px 0;
}
.billing-btn button {
  background-color: #e90202;
  color: #fff;
}
.billing-btn .btn-primary {
  min-width: 139px;
  border-radius: 6px;
  padding: 8px 20px;
}

.card-title.title-form {
  margin-bottom: 36px;
}

.custom_radio, .custom_radio_one {
  color: #333;
  position: relative;
  font-size: 14px;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: poArimo;
  user-select: none;
}
.custom_radio input, .custom_radio_one input {
  position: absolute;
  opacity: 0;
  padding: 0;
}
.custom_radio input:checked ~ .checkmark, .custom_radio_one input:checked ~ .checkmark {
  border: 1px solid #e90202;
}
.custom_radio input:checked ~ .checkmark:after, .custom_radio_one input:checked ~ .checkmark:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.custom_radio .checkmark, .custom_radio_one .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_radio .checkmark:after, .custom_radio_one .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e90202;
  visibility: visible;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-support {
  background: #fff;
  border: 1px solid #EFEFEF;
  box-shadow: 0px 2px 4px rgba(190, 190, 190, 0.2);
}

.customer-details-group .customer-details {
  margin: 0 0 25px 0;
}
.customer-details-group .customer-details .customer-widget-img {
  margin: 0 15px 0 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .customer-details-group .customer-details .customer-widget-img {
    width: 40px;
    height: 40px;
  }
}
.customer-details-group .customer-details .customer-widget-img i {
  font-size: 24px;
}
.customer-details-group .customer-details .customer-widget-icon {
  margin: 0 15px 0 0;
}
.customer-details-group .customer-details .customer-widget-icon i {
  background: #F3F3F9;
  padding: 18px;
  border-radius: 50px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .customer-details-group .customer-details .customer-widget-icon i {
    padding: 10px;
    font-size: 20px;
  }
}
.customer-details-group .customer-details .customer-details-cont h6 {
  font-weight: 600;
  margin-bottom: 4px;
}
.customer-details-group .customer-details .customer-details-cont p {
  color: #333;
  margin: 0;
}
.customer-details-group .customer-details .customer-details-cont .customer-mail {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 150px;
  white-space: nowrap;
}

.ticket-details-group {
  margin: 0 0 40px 0;
}
.ticket-details-group .ticket-widget-img {
  width: 61px;
  height: 61px;
  background: #fff;
  margin: 0 15px 0 0;
  padding: 16px;
}
.ticket-details-group .ticket-details-cont p {
  font-weight: 600;
  color: #e90202;
  margin: 0 0 4px 0;
}
.ticket-details-group .ticket-details-cont h6 {
  font-weight: 600;
  font-size: 18px;
  color: #3F4254;
  margin: 0;
}
@media (max-width: 768px) {
  .ticket-details-group .ticket-details {
    margin: 30px 0 0;
    padding: 0;
  }
}
.ticket-details-group .ticket-details .badge {
  padding: 8px;
}

.ticket-description-group {
  margin: 0 0 24px;
}
.ticket-description-group h6 {
  font-weight: 600;
  font-size: 14px;
  color: #28084B;
  margin: 0 0 18px;
}
.ticket-description-group p {
  margin: 0 0 10px;
}

.ticket-information {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid #EFEFEF;
}
.ticket-information .customer-details {
  border-right: 1px solid #EFEFEF;
}
@media (max-width: 768px) {
  .ticket-information .customer-details {
    margin: 0 0 30px;
    padding: 0;
  }
}
.ticket-information .customer-widget-img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
.ticket-information .customer-widget-icon {
  margin: 0 10px 0;
  padding: 15px;
  background: #fff;
}
.ticket-information .customer-widget-icon i {
  font-size: 20px;
}
.ticket-information .customer-details-cont h6 {
  font-weight: 400;
  color: #3F4254;
  margin: 0 0 4px;
}
.ticket-information .support-widget-icon {
  margin: 0 10px 0 0;
  padding: 12px;
  background: #F3F3F3;
}
.ticket-information .support-widget-icon i {
  font-size: 18px;
  font-weight: 600;
  color: #3F4254;
}
.ticket-information .support-details-cont h6 {
  font-weight: 600;
  color: #3F4254;
  margin: 0 0 4px;
}
@media (max-width: 575.98px) {
  .ticket-information .support-details-cont h6 {
    font-size: 12px;
  }
}
.ticket-information .support-details {
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  margin: 0 0 13px;
  padding: 9px;
  line-height: 20px;
}
.ticket-information .support-details .btn-action-icon {
  background: #F3F3F3;
  color: #333;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50px;
}

.ticket-history .card-inform {
  margin: 0 0 31px;
}
@media (max-width: 575.98px) {
  .ticket-history .card-inform {
    margin: 15px 0 31px;
  }
}
.ticket-history .card-inform #image_personal {
  display: none;
}
.ticket-history .card-inform .ticket-info h6 {
  font-weight: 600;
  font-size: 14px;
  color: #28084B;
}
.ticket-history .card-inform .ticket-info .ticket-upload {
  background-color: #fff;
  border: 1px solid #e90202;
  color: #e90202;
  box-shadow: inset 0 0 0 #e90202;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 5px;
  cursor: poArimo;
}

.ticket-sidebar .action-sets {
  border: 1px solid rgba(145, 158, 171, 0.32);
  padding: 4px 10px;
  color: #333;
  line-height: 34px;
  border-radius: 5px;
}
.ticket-sidebar .dropdown-menu {
  min-width: 220px;
  border-radius: 6px;
  margin-top: 0 !important;
}
.ticket-sidebar .dropdown-menu .dropdown-item {
  font-size: 14px;
  justify-content: start;
}
.ticket-sidebar .dropdown-menu .dropdown-item i {
  line-height: 20px !important;
}
.ticket-sidebar .multiselect-native-select .multiselect-container.dropdown-menu {
  transform: translate3d(0px, 40px, 0px) !important;
  right: 0 !important;
  left: 0 !important;
  padding: 10px;
  border: 1px solid #F4F3FF;
  box-shadow: 0px 6px 13px rgba(213, 228, 235, 0.11);
  border-radius: 5px;
  margin-top: 7px !important;
  max-height: 464px;
  min-width: 270px !important;
  width: 100%;
}

.multi-search-select-image {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect {
  border: 1px solid #E3E2FF;
  border-radius: 5px;
  background: #FBFBFF;
  height: 40px;
  padding: 8px 20px;
  text-align: left !important;
  line-height: 15px;
}

.dropdown-item img {
  margin-right: 5px;
}

.multi-drop-img {
  height: 25px;
  width: 25px !important;
  border-radius: 50%;
  margin-right: 5px;
}

.comments .comments-head h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
}
.comments .comments-widget-img {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}
.comments .comments-widget-icon {
  margin: 0 10px 0;
  padding: 15px;
  background: #fff;
}
.comments .comments-widget-icon i {
  font-size: 20px;
}
.comments .comments-details-cont h6 {
  font-weight: 600;
  color: #3F4254;
  margin: 0 0 4px;
}
.comments .card-describe {
  margin: 16px 0 0;
}
.comments .card-describe p {
  font-weight: 400;
  line-height: 26px;
}
.comments .card-describe .describe-btn .badge {
  margin: 7px;
}
.comments .describe-btn {
  margin: 22px 0 0;
}
.comments .describe-btn .badge {
  padding: 7px;
  border-radius: 4px;
  font-weight: 400;
  min-width: 66px;
  justify-content: center;
}
.comments .describe-btn span {
  font-size: 12px;
  align-items: center;
}
.comments .reply-comment {
  font-weight: 600;
  font-size: 14px;
  line-height: 0;
  color: #3F4254;
}
.comments .reply-comment i {
  font-weight: 600;
  line-height: 0;
}

.radio_input .custom_radio + .custom_radio {
  margin-left: 15px;
}

.input-block .label-text {
  font-size: 14px;
  color: #455560;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.check-mark-status .status-toggle .checktoggle {
  transform: translate(calc(-30% - 5px), 0%);
}
.check-mark-status .status-toggle .check:checked + .checktoggle {
  transform: translate(calc(-30% - 5px), 0%);
}

.add-customer-btns .btn {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .add-customer-btns .btn {
    max-width: inherit;
    margin: 10px;
  }
}
.add-customer-btns .customer-btn-cancel {
  color: #3F4254;
  border: 1px solid #BDBDBD;
  background: #fff;
  border-radius: 6px;
  margin: 0 12px 0 0;
  padding: 11px 22px;
}
@media (max-width: 575.98px) {
  .add-customer-btns .customer-btn-cancel {
    margin: 0 10px 0 0;
  }
}
.add-customer-btns .customer-btn-cancel:hover {
  color: #fff;
  background: #3F4254;
  border-color: #3F4254;
  box-shadow: inset 0 50px 0 0 #3F4254;
}
.add-customer-btns .customer-btn-save {
  color: #fff;
  border: 1px solid #e90202;
  background: #e90202;
  box-shadow: inset 0 0 0 0 #fff;
  border-radius: 6px;
  padding: 11px 22px;
}
@media (max-width: 320px) {
  .add-customer-btns .customer-btn-save {
    margin: 0 0 0 0;
    padding: 8px 15px;
  }
}
.add-customer-btns .customer-btn-save:hover {
  color: #e90202;
  background: #fff;
  border-color: #e90202;
  box-shadow: inset 0 50px 0 0 #fff;
}

.add-vendor-btns .btn {
  font-size: 14px;
}
@media (max-width: 320px) {
  .add-vendor-btns .btn {
    max-width: inherit;
  }
}
.add-vendor-btns .vendor-btn-cancel {
  color: #2DA7FF;
  border: 1px solid #2DA7FF;
  background: #fff;
  box-shadow: inset 0 0 0 0 #2DA7FF;
  border-radius: 6px;
  min-width: 98px;
  margin: 0 12px 0 0;
  padding: 10px 20px;
}
@media (max-width: 320px) {
  .add-vendor-btns .vendor-btn-cancel {
    margin: 0 10px 0 0;
    padding: 8px 15px;
  }
}
.add-vendor-btns .vendor-btn-cancel:hover {
  color: #fff;
  background: #2DA7FF;
  border-color: #2DA7FF;
  box-shadow: inset 0 50px 0 0 #2DA7FF;
}
.add-vendor-btns .vendor-btn-add {
  color: #fff;
  border: 1px solid #e90202;
  background: #e90202;
  box-shadow: inset 0 0 0 0 #fff;
  border-radius: 6px;
  min-width: 136px;
  margin: 0 0 0 0;
  padding: 10px 15px;
}
@media (max-width: 320px) {
  .add-vendor-btns .vendor-btn-add {
    margin: 0 0 0 0;
    padding: 8px 15px;
  }
}
.add-vendor-btns .vendor-btn-add:hover {
  color: #e90202;
  background: #fff;
  border-color: #e90202;
  box-shadow: inset 0 50px 0 0 #fff;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.customer-additional-form .input-block label {
  color: #282828;
}
.customer-additional-form .custom_radio .checkmark {
  top: 2px;
  border-color: #333;
}
.customer-additional-form .status-toggle .checktoggle:after {
  height: 18px;
  width: 18px;
  transform: translate(3px, -50%);
  -webkit-transform: translate(3px, -50%);
}
.customer-additional-form .status-toggle .check:checked + .checktoggle:after {
  transform: translate(calc(-100% - 3px), -50%);
  -webkit-transform: translate(calc(-100% - 3px), -50%);
}

.product-list-item-img {
  display: flex;
  align-items: center;
}
.product-list-item-img img {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-right: 8px;
}
.product-list-item-img span {
  color: #1F0066;
}

.table tbody td h2.table-avatar a.product-list-item-bg {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  background: #E0E0E0;
  border-radius: 6px;
}

.input-block.add-products {
  position: relative;
}
.input-block.add-products button {
  position: absolute;
  top: 34px;
  right: 5px;
  padding: 5px;
}

.dropdown-menu.dropdown-menu-right.quatation-dropdown {
  width: 200px;
  height: 200px;
  overflow: auto;
}

.input-block input.form-control {
  color: #3F4254;
  font-size: 14px;
}

.description-box .note-fullscreen, .description-box .note-fontname, .description-box .note-undo, .description-box .note-redo, .description-box .note-fontsize, .description-box .note-para {
  display: none;
}
.description-box .note-resizebar {
  visibility: hidden;
}
.description-box .note-frame {
  height: 180px;
  background: #fff;
}

.price-table-main .card {
  margin: 30px 0 0 0;
}
.price-table-main .price-selected {
  margin: 0;
  background: #e90202;
  border: 1px solid #EFF0F7;
  border-radius: 24px;
  color: #fff;
}
.price-table-main .plan-selected {
  margin: 0 0 30px 0;
}
.price-table-main h4 {
  font-weight: 600;
  font-size: 18px;
}
.price-table-main .status-toggle .checktoggle {
  transform: translate(calc(0% - 5px), 0%);
  width: 74px;
  height: 33px;
  border-radius: 20px;
}
.price-table-main .status-toggle .checktoggle:after {
  height: 20px;
  width: 20px;
  left: 5px;
}
.price-table-main .status-toggle .check:checked + .checktoggle {
  transform: translate(calc(0% - 5px), 0%);
}
.price-table-main .plan-header {
  margin: 0 0 16px 0;
}
.price-table-main .plan-header .plan-widget-icon {
  background: #ECEBFF;
  padding: 10px;
  border-radius: 16px;
}
.price-table-main .plan-header .plan-title {
  margin: 0 0 0 18px;
}
.price-table-main .plan-header .plan-title h6 {
  color: #333;
}
.price-table-main .plan-header .plan-name {
  font-weight: 700;
}
.price-table-main .price-popular {
  margin: 0 0 0 30px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .price-table-main .price-popular {
    margin: 0 0 0 30px;
    padding: 8px 10px;
  }
}
@media (max-width: 992px) {
  .price-table-main .price-popular {
    display: none;
  }
}
.price-table-main .description-content p {
  margin: 0 0 10px 0;
}
.price-table-main .price-dollar h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.price-table-main .price-dollar h1 span {
  font-weight: 500;
  color: #333;
  font-size: 13px;
}
@media (max-width: 1199.98px) {
  .price-table-main .price-dollar h1 {
    font-size: 40px;
  }
}
.price-table-main .plan-description {
  margin: 0 0 34px 0;
}
.price-table-main .plan-description h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 18px 0;
}
.price-table-main .plan-description ul li {
  margin: 0 0 14px 0;
}
.price-table-main .plan-description ul li:last-child {
  margin: 0;
}
.price-table-main .plan-description ul li span {
  background: #4A3AFF;
  color: #fff;
  display: inline-flex;
  margin: 0;
  padding: 3px;
  line-height: 0;
}
.price-table-main .plan-description ul li span i {
  font-weight: 500;
}
.price-table-main .plan-button .btn {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}
.price-table-main .plan-button .btn span {
  line-height: 0;
}
.price-table-main .plan-header-selected {
  margin: 30px 0 30px 0;
}

.price-selected .card-body {
  color: #fff;
}

.price-table-main .status-toggle .check:checked + .checktoggle:after {
  transform: translate(calc(-100% - 5px), -50%);
}

.kanban-ticket-main {
  overflow-X: auto;
}
.kanban-ticket-main .kanban-ticket-list {
  min-width: 240px;
  width: 240px;
}
.kanban-ticket-main .kanban-ticket-list li {
  margin: 0 8px;
}
.kanban-ticket-main .kanban-ticket-list li:last-child {
  margin-right: 0;
  margin-left: 0;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid {
  -ms-flex: 100%;
  flex: auto;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 0 16px 0px 0;
}
@media (max-width: 1199.98px) {
  .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid {
    -ms-flex: 100%;
    flex: auto;
    max-width: 100%;
  }
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket {
  margin-bottom: 20px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket .kanban-head h6 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket .kanban-head span {
  line-height: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #EBBC2E;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket a i {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #989c9e;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban {
  background: #fff;
  border: 1px solid #EFEFEF;
  box-shadow: 0px 2px 4px rgba(190, 190, 190, 0.2);
  cursor: move;
  border-radius: 5px;
  padding: 12px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-name {
  margin: 0 0 10px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-name .badge {
  padding: 10px;
  font-size: 11px;
  min-width: 66px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-name i {
  font-weight: 600 !important;
  color: #989c9e;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box h6 {
  margin: 0 0 12px;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #000000;
  margin: 0 0 12px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .ticket-due {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid #EFEFEF;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .ticket-due .badge {
  padding: 8px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 3px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li {
  margin-left: -10px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li:first-child {
  margin: 0;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li span {
  border: 2px solid #fff;
  width: 26px;
  height: 26px;
  background: #EFF2F5;
  border-radius: 50px;
  color: #4B4B9F;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li img {
  border: 2px solid #fff;
  width: 26px;
  height: 26px;
  color: #4B4B9F;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .progressset p {
  font-size: 11px;
}

.greentext {
  background-color: #33B469;
}

.bluetext {
  background-color: #377dff;
}

.orangetext {
  background-color: #FF9900;
}

.yellowtext {
  background-color: #FF9900;
}

.redtext {
  background-color: #ff0000;
}

.selecttext {
  background: #fff;
  color: #333 !important;
}

.select-status select {
  border: 1px solid rgba(145, 158, 171, 0.32);
  padding: 4px 10px;
  color: #fff;
  line-height: 34px;
  border-radius: 5px;
}

.select-status select option {
  background: #fff;
  color: #333;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 130px;
  padding: 0 84px 0 22px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 60px;
  background: #fff;
  border-radius: 54px;
  cursor: poArimo;
}

.ticket-assigny {
  position: relative;
}
.ticket-assigny .ticket-assigned {
  position: absolute;
  left: 10px;
  top: 40px;
  z-index: 999;
}
.ticket-assigny .ticket-assigned img {
  width: 25px;
  height: 25px;
}
.ticket-assigny .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 40px;
}

.alertify .ajs-footer {
  border-top: 1px solid #eee;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  font-weight: 500;
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #5156be;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}
.alertify .ajs-body .ajs-content .ajs-input {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 4px;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.alertify .ajs-body .ajs-content .ajs-input:focus-visible {
  outline: 0;
}
.alertify .ajs-commands {
  right: 4px;
  left: auto;
  margin: -14px 0 0 24px;
}
.alertify .ajs-header {
  border-bottom: 1px solid #eee;
}

.alertify-notifier .ajs-message {
  background-color: #5156be;
  border-color: #5156be;
  color: #fff;
  text-shadow: none !important;
}
.alertify-notifier .ajs-message.ajs-success {
  background-color: #33B469;
  border-color: #33B469;
}
.alertify-notifier .ajs-message.ajs-error {
  background-color: #fd625e;
  border-color: #fd625e;
}
.alertify-notifier .ajs-message.ajs-warning {
  background-color: #ffbf53;
  border-color: #ffbf53;
}
.alertify-notifier.ajs-right {
  right: 10px;
  left: auto;
}
.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
  left: auto;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
  left: auto;
}
.alertify-notifier.ajs-left {
  left: 10px;
  right: auto;
}
.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
  right: auto;
}
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
  right: auto;
}

body[data-layout-mode=dark] .alertify .ajs-dialog {
  background-color: #313533;
}
body[data-layout-mode=dark] .alertify .ajs-body {
  color: #adb5bd;
}
body[data-layout-mode=dark] .alertify .ajs-body .ajs-content .ajs-input {
  color: #adb5bd;
  background-color: #363a38;
  border: 1px solid #3b403d;
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button {
  color: #adb5bd;
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #5156be;
}

body[data-layout-mode=dark] .alertify .ajs-footer,
body[data-layout-mode=dark] .alertify .ajs-header {
  color: #ced4da;
  background-color: #313533;
  border-color: #3b403d;
}

.swal2-actions button {
  margin-right: 10px;
}

.swal2-title {
  font-size: 22px !important;
}

.blog {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  border: 2px solid #EFEFEF;
  position: relative;
}

.grid-blog .blog-image {
  border-radius: 10px;
}
.grid-blog .entry-meta {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
}
.grid-blog .entry-meta li {
  margin-bottom: 15px;
}
.grid-blog .post-widget {
  background: #F3F3F9;
  font-size: 12px;
  border-radius: 6px;
  line-height: 17px;
  padding: 5px;
  color: #3F4254;
  margin-right: 10px;
}
.grid-blog .post-author {
  width: 189px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grid-blog .blog-title {
  font-size: 16px;
  margin: 0 0 6px;
}
.grid-blog .blog-title a {
  color: #333;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.grid-blog .blog-title a:hover {
  color: #e90202;
}
.grid-blog .blog-content p {
  margin: 0 0 14px 0;
  color: #333;
}

.blog-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.blog-image > a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.blog-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.blog-content {
  position: relative;
  padding: 20px;
}

.entry-meta li {
  display: inline-block;
  margin-right: 15px;
}

.back-btn {
  font-weight: 600;
  font-size: 16px;
  color: #e90202;
  display: inline-block;
  margin-bottom: 18px;
}

.post-author span:nth-child(1):hover {
  color: #e90202;
}
.post-author img {
  border-radius: 50px;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.post-title {
  display: block;
  color: #092C4C;
  font-weight: 600;
  font-size: 14px;
}

.post-date {
  font-size: 12px;
  color: #7E84A3;
}

.blog-views {
  position: absolute;
  top: 20px;
  right: 12px;
  background: #fff;
  border-radius: 6px;
  padding: 2px 5px;
  font-size: 12px;
  text-align: center;
  display: block;
  min-width: 47px;
}
.blog-views img {
  width: auto;
  margin-right: 5px;
}

.blog-catagories {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #FC8543;
  border-radius: 6px;
  min-width: 92px;
  padding: 6px 10px;
}
.blog-catagories p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
}

.edit-delete-btn a {
  margin-right: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #9e9e9e;
}
.edit-delete-btn a:nth-child(1) {
  margin-right: 6px;
}
.edit-delete-btn a:nth-child(2) {
  color: #9e9e9e;
}

.btn-blog {
  padding: 10px 22px;
}

.edit-options {
  flex-wrap: wrap;
  line-height: 0;
}

.active-text {
  color: #1B5A90;
}

.modal.contentmodal .modal-content .submit-section .btn.btn-download {
  min-width: 200px;
}

.list-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.list-links li {
  margin: 0 15px 10px 0;
  list-style: none;
}
.list-links li a {
  font-size: 14px;
  color: #092C4C;
  border: 1px solid #F5F6FA;
  display: inline-block;
  border-radius: 5px;
  padding: 12px 30px;
}
.list-links li a:hover {
  background: #e5e5e8;
}
.list-links li a span {
  font-size: 14px;
}
.list-links li.active a {
  color: #e90202;
}

.inactive-style {
  font-size: 14px;
}

.select-by .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #092C4C;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 45%;
  width: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.select-by .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #092C4C;
  border-width: 2px 0 0 2px;
  padding: 3px;
  margin-top: -2px;
}

.modal-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #092C4C;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 45%;
  width: 0;
  transform: rotate(224deg);
  -webkit-transform: rotate(224deg);
  border-color: #092C4C;
  border-width: 2px 0 0 2px;
  padding: 3px;
  margin-top: -2px;
}

.pagination-tab {
  padding: 30px;
}

.header.fixed-header .user-menu.nav > li.view-btn > a {
  background-color: #fff;
  color: #000000;
}
.header.fixed-header .user-menu.nav > li.view-btn > a:hover {
  background-color: #d19eb7;
  color: #fff;
}

.status-toggle {
  display: flex;
  align-items: center;
}
.status-toggle span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
}

.change-photo-btn {
  color: #7E84A3;
  cursor: poArimo;
  font-size: 13px;
  font-weight: 600;
  padding: 15px;
  position: relative;
  text-align: center;
  height: 120px;
  background: #fafafa;
  border: 1px dashed #E1E1E1;
  vertical-align: middle;
  margin: auto;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.change-photo-btn input.upload {
  bottom: 0;
  cursor: poArimo;
  filter: alpha(opacity=0);
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  width: 100%;
}

.blog-categories-btn {
  padding: 20px;
}

.page-header {
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .page-header {
    margin-bottom: 0.9375rem;
  }
}
.page-header .page-title {
  color: #333;
  margin-bottom: 5px;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: unset;
  display: flex;
  align-items: center;
  overflow-x: auto;
  min-height: 44px;
  padding: 10px;
}
.bootstrap-tagsinput .bg-info {
  background-color: #e90202 !important;
  color: #fff;
}
.bootstrap-tagsinput .badge-info {
  color: #333;
  background: #F6F2FF;
  border-radius: 50px;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: poArimo;
  color: #ED3A3A;
  border-radius: 50px;
  padding: 3px 5px;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "\f057";
  padding: 0px 2px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput .badge {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 5px 2px 5px 10px;
  display: flex;
  align-items: center;
  width: max-content;
}

.chat-window {
  position: relative;
}
.chat-window .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #E8EBED;
}
.chat-window .badge-success {
  background-color: #33B469 !important;
}

.chat-page .footer {
  display: none;
}

.chat-search .input-group .form-control {
  margin: 0;
  padding: 0 0 0 36px;
  height: 46px;
}
.chat-search .input-group .input-group-prefix {
  color: #5E5873;
  poArimo-events: none;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.chat-cont-left .chat-scroll {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  padding: 0;
}
.chat-cont-left .chat-scroll .chat-block {
  border-bottom: 1px solid #E8EBED;
  margin: 0;
  padding: 10px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.chat-cont-left .chat-scroll .chat-block.active {
  background-color: #f5f5f5;
}
.chat-cont-left .chat-scroll .chat-block:hover {
  background-color: #f5f5f5;
}
.chat-cont-left .chat-scroll .chat-block .media-img-wrap {
  margin: 0 15px 0 0;
  position: relative;
}
.chat-cont-left .chat-scroll .chat-block .media-img-wrap .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-cont-left .chat-scroll .chat-block .media-body .user-name {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #28084B;
  font-size: 15px;
  font-weight: 500;
}
.chat-cont-left .chat-scroll .chat-block .media-body .user-last-chat {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-cont-left .chat-scroll .chat-block .media-body .last-chat-time {
  color: #9e9e9e;
  font-size: 13px;
}
.chat-cont-left .chat-scroll .chat-block .media-body div:last-child {
  text-align: left;
}

.chat-cont-right {
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right .chat-scroll {
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}
.chat-cont-right .msg_head .back-user-list {
  display: none;
  margin: 0 0 0 -10px;
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .chat-cont-right .msg_head .back-user-list {
    display: block;
  }
}
.chat-cont-right .img_cont {
  position: relative;
  height: 45px;
  width: 45px;
}
.chat-cont-right .img_cont .user_img {
  height: 45px;
  min-width: 45px;
  width: 45px;
  border: 1.5px solid #e90202;
}
.chat-cont-right .user_info {
  margin: 0 auto 0 15px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-cont-right ul.list-unstyled {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-block.sent {
  margin-bottom: 20px;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .avatar {
  order: 3;
  height: 30px;
  width: 30px;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body {
  margin: 0 20px 0 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box {
  margin: 0;
  padding: 0 0 0 50px;
  position: relative;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box + .msg-box {
  margin: 5px 0 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box p {
  margin: 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box:first-child::before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e3e3e3;
  border-top: 6px solid #e3e3e3;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: -12px;
  left: auto;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box > div {
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #e3e3e3;
  display: inline-block;
  position: relative;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box:first-child > div {
  border-radius: 10px 0 10px 10px;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments {
  margin: 0 -1px;
  padding: 4px 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments .chat-attachment {
  position: relative;
  max-width: 130px;
  overflow: hidden;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments .chat-attachment:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments .chat-attachment:hover .chat-attach-download {
  opacity: 1;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments > div {
  margin: 0 1px;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments img {
  max-width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments .chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info {
  margin: 5px 0 0;
  padding: 0;
  clear: both;
  flex-direction: row-reverse;
  list-style: none;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info li {
  margin: 0;
  padding: 0 0 0 16px;
  position: relative;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: auto;
  left: 8px;
  transform: translate(-50%, -50%);
  background: #e90202;
  content: "";
  height: 4px;
  width: 4px;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info .chat-time {
  color: rgba(50, 65, 72, 0.4);
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info a {
  color: #333;
}
.chat-cont-right ul.list-unstyled .chat-block.received {
  position: relative;
  margin-bottom: 20px;
}
.chat-cont-right ul.list-unstyled .chat-block.received .media-body {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.received .media-body::before {
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-top: 6px solid #fff;
  border-left: 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0px;
  right: auto;
  left: -6px;
  width: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.received .media-body > div {
  margin: 0;
  padding: 10px 15px;
  border-radius: 10px;
  display: table;
  background: #fff;
  position: relative;
}
.chat-cont-right ul.list-unstyled .chat-block.received .media-body > div p {
  color: #fff;
  margin: 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.received .msg-box {
  display: block;
}
.chat-cont-right ul.list-unstyled .chat-block.received .msg-box + .msg-box {
  margin-top: 5px;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info {
  margin: 5px 0 0;
  padding: 0;
  clear: both;
  list-style: none;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info .chat-time {
  color: rgba(255, 255, 255, 0.8);
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments {
  margin: 0 -1px;
  padding: 4px 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments .chat-attachment {
  position: relative;
  max-width: 130px;
  overflow: hidden;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments .chat-attachment:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments .chat-attachment:hover .chat-attach-download {
  opacity: 1;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments > div {
  margin: 0 1px;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments img {
  max-width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments .chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  color: #fff;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.chat-cont-right ul.list-unstyled .chat-date {
  font-size: 14px;
  margin: 1.875rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.chat-cont-right ul.list-unstyled .chat-date:before {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  margin-right: 28px;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-date:after {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  margin: 0 0 0 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}

.card-footer {
  background-color: #fff;
  border-top: 1px solid #E8EBED;
  margin: 0;
  padding: 1rem 1.5rem;
}
.card-footer .type_msg {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: 0 !important;
  overflow-y: auto;
}

@media (max-width: 992px) {
  .chat-window.chat-slide .chat-cont-right {
    right: 0;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .chat-cont-right {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  .chat-cont-right .msg_head .back-user-list {
    display: flex;
    align-items: center;
  }
  .chat-window .chat-cont-right .chat-header .chat-block .media-body .user-name {
    font-size: 14px;
  }
}
.msg-typing {
  width: auto;
  height: 24px;
  padding-top: 8px;
}
.msg-typing span {
  height: 8px;
  width: 8px;
  float: left;
  background-color: #D9D9D9;
  display: block;
  opacity: 0.4;
  margin: 0 1px;
  border-radius: 50%;
}
.msg-typing span:nth-of-type(1) {
  animation: 1s blink infinite 0.33333s;
}
.msg-typing span:nth-of-type(2) {
  animation: 1s blink infinite 0.66666s;
}
.msg-typing span :nth-of-type(3) {
  animation: 1s blink infinite 0.99999s;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}
.page-wrapper {
  margin-left: 262px;
  padding-top: 60px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1199.98px) {
  .page-wrapper {
    margin-left: 200px;
  }
}
.page-wrapper .content {
  padding: 25px;
}
@media (max-width: 1199.98px) {
  .page-wrapper .content {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .page-wrapper .content {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .page-wrapper {
    margin: 0;
    padding-top: 60px;
  }
}

.content-page-header {
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0 30px 0;
}
@media (max-width: 575.98px) {
  .content-page-header {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .content-page-header {
    flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
}
.content-page-header h5 {
  font-size: 24px;
  color: #0F0033;
  font-weight: 600;
  margin: 0;
  line-height: 32px;
}
@media (max-width: 768px) {
  .content-page-header h5 {
    font-size: 18px;
  }
}
.content-page-header h6 {
  font-size: 20px;
  color: #28084B;
  font-weight: 600;
  margin: 0;
}

.role-testing h6 {
  font-size: 18px;
  font-weight: 600;
}
.role-testing h6 span {
  color: #e90202;
}

.role-data {
  font-weight: 600 !important;
  color: #3F4254 !important;
}

.content-invoice-header {
  margin: 0 0 41px 0;
}
@media (max-width: 768px) {
  .content-invoice-header {
    margin: 0 0 25px 0;
  }
}
.content-invoice-header h5 {
  font-size: 24px;
  color: #28084B;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 768px) {
  .content-invoice-header h5 {
    font-size: 18px;
  }
}

.btn-import {
  border: 1px solid #e90202;
  color: #e90202;
  background: #fff;
  font-weight: 600;
  transition: all 0.5s;
}
@media (max-width: 575.98px) {
  .btn-import {
    padding: 6px 8px;
  }
}
.btn-import:hover {
  background: #e90202;
  color: #fff;
}

.card {
  background: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  margin: 0 0 24px 0;
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 8px;
}
.card .card-header {
  border-color: #f0f1f5;
  background-color: #fff;
  padding: 1.5rem;
}
.card .card-header:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 1199.98px) {
  .card .card-header {
    padding: 15px;
  }
}
.card .card-body {
  position: relative;
  padding: 1.5rem;
}
@media (max-width: 1199.98px) {
  .card .card-body {
    padding: 15px;
  }
}
.card .card {
  position: relative;
  padding: 20px;
}
@media (max-width: 1199.98px) {
  .card .card {
    padding: 15px;
  }
}

.accord-btn {
  margin: 10px 0 0;
}

.dash-widget-header .dash-widget-icon {
  color: #fff;
  display: inline-flex;
  font-size: 1.875rem;
  height: 4rem;
  text-align: center;
  width: 4rem;
  border-radius: 10px;
}
.dash-widget-header .dash-count {
  margin-left: 15px;
}
@media (max-width: 1399.98px) {
  .dash-widget-header .dash-count {
    margin-left: 12px;
  }
}
.dash-widget-header .dash-count .dash-title {
  font-weight: 400;
  font-size: 16px;
  color: #04242b;
}
.dash-widget-header .dash-count .dash-counts p {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin: 0 0 0px 0;
}
@media (max-width: 1399.98px) {
  .dash-widget-header .dash-count .dash-counts p {
    font-size: 14px;
  }
}

.bg-1 {
  background-color: #ffeec3;
}
.bg-1 i {
  color: #ffb800;
}

.bg-2 {
  background-color: #d1f3ff;
}
.bg-2 i {
  color: #42cdff;
}

.bg-3 {
  background-color: #ceffd5;
}
.bg-3 i {
  color: #52fb6a;
}

.bg-4 {
  background-color: #fccaff;
}
.bg-4 i {
  color: #f555ff;
}

.bg-5 {
  background-color: #ffb800;
}

.bg-6 {
  background-color: #42cdff;
}

.bg-7 {
  background-color: #52fb6a;
}

.bg-8 {
  background-color: #f555ff;
}

.progress.progress-sm {
  height: 6px;
}
.progress.progress-md {
  height: 8px;
}

.text-success, .dropdown-menu > li > a.text-success {
  color: #22cc62 !important;
}

.bg-success {
  background-color: #22cc62 !important;
}

.text-danger, .dropdown-menu > li > a.text-danger {
  color: #ff0000 !important;
}

.text-success-light {
  color: #33B469 !important;
}

.text-warning-light {
  color: #EBBC2E;
}

.warning-border {
  border: 1px solid #EBBC2E;
  padding: 0 3px;
  border-radius: 50px;
}

.danger-border {
  border: 1px solid #ff0000;
  padding: 0 3px;
  border-radius: 50px;
}

.info-border {
  border: 1px solid #377dff;
  padding: 0 3px;
  border-radius: 50px;
}

.text-primary {
  color: #e90202 !important;
}

.text-gray-light {
  color: #333;
}

.text-gray-dark {
  color: #3F4254;
}

.text-danger-light {
  color: #ED3A3A;
}

.text-muted {
  color: #B5B5C3 !important;
}

.bg-light-gray {
  background: #F3F3F3;
}

.bg-info-light {
  background: #DDF3FF;
}

.bg-info-blue {
  background: #E9F2FF;
}

.bg-primary-light {
  background: #EADDFF;
}

.bg-warning-light {
  background: #FFF6DC;
}

.bg-blue-light {
  background: #E9F2FF;
}

.bg-green-light {
  background: #E1FFED;
}

.bg-danger-light {
  background: #FFECEC;
}

.bg-white-smoke {
  background: #EFEFEF;
}

.bg-ash-gray {
  background: #F6F2FF;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.dropdown-item {
  font-size: 12px;
  padding: 8px 10px;
}

.input-block {
  font-weight: 500;
  font-size: 14px;
  color: #282828;
}
.input-block.status-grid {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
}
.input-block label {
  margin: 0 0 8px 0;
  font-weight: 500;
  font-size: 14px;
  color: #282828;
}
.input-block .optional {
  font-weight: 400;
  font-size: 12px;
  color: #333;
}
.input-block .form-control {
  border: 1px solid #E0E0E0;
  box-shadow: none;
  border-radius: 4px;
  margin: 0;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #3F4254;
}
.input-block .form-control ::placeholder, .input-block .form-control ::-webkit-input-placeholder, .input-block .form-control :-ms-input-placeholder {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.input-block .form-control .form-title {
  font-weight: 600;
  font-size: 16px;
  color: #28084B;
  margin: 0 0 25px 0;
}
.input-block textarea.form-control {
  height: auto;
}
.input-block .intl-tel-input, .input-block .iti {
  width: 100%;
}
.input-block .note-toolbar {
  background: #fff;
}
.input-block .note-editable {
  background: #fff;
}
.input-block .note-resizebar {
  height: 0 !important;
}
.input-block .toggle-password {
  cursor: poArimo;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, 50%);
}
.input-block .feather-eye-off {
  color: #333;
}
.input-block .feather-eye {
  margin-right: 1px;
  color: #333;
}

.notes-form-group textarea.form-control {
  height: 80px;
  resize: none;
}

.notes-form-group-info textarea.form-control {
  height: 117px;
  resize: none;
}

.pass-group {
  position: relative;
}

.form-upload-file {
  position: relative;
  background: #fff;
  border: 1px solid #E0E0E0;
  box-shadow: none;
  border-radius: 4px;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.form-upload-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: poArimo;
}

.form-upload-label {
  margin: 0 0 8px 0;
  font-weight: 500;
  font-size: 14px;
  color: #282828;
}

@media (max-width: 1199.98px) {
  .form-group-bank {
    margin: 0 0 20px 0;
  }
}
.form-group-bank .bank-details {
  background: #fff;
  border: 3px dashed #E5E7EB;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
}

.form-group-item {
  border-bottom: 1px solid #EFEFEF;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
@media (max-width: 768px) {
  .form-group-item {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
  }
}
.form-group-item .form-group-plus li {
  -ms-flex: 100%;
  flex: auto;
  max-width: 100%;
}
.form-group-item .form-group-plus li:last-child {
  -ms-flex: 0%;
  flex: auto;
  max-width: 0%;
  margin: 0 0 0 10px;
}
.form-group-item .form-group-plus li:last-child span {
  padding: 8px 12px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}
.form-group-item .form-group-plus .form-plus-btn {
  padding: 8px 12px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.form-group-item .css-equal-heights {
  width: calc(100% - 40px);
}

.form-group-customer {
  border-bottom: 1px solid #EFEFEF;
  margin: 0 0 30px 0;
  padding: 0 0 8px 0;
}

.form-title {
  font-weight: 600;
  font-size: 16px;
  color: #1F0066;
  margin: 0 0 20px 0;
}

.form-group-add {
  margin: 0 0 10px 0;
}
.form-group-add .input-block .form-control {
  margin: 0 0 8px 0;
}
.form-group-add .input-block span {
  color: #B5B5C3;
  font-size: 12px;
  font-weight: 400;
}
.form-group-add .booking-option {
  margin: 40px 0 0 0;
}
@media (max-width: 575.98px) {
  .form-group-add .booking-option {
    margin: 0;
  }
}
.form-group-add .status-toggle .checktoggle {
  transform: translate(calc(30% - 5px), -15%);
  width: 50px;
  height: 26px;
  border-radius: 20px;
}
.form-group-add .status-toggle .checktoggle:after {
  width: 22px;
  height: 22px;
}
.form-group-add .status-toggle .check:checked + .checktoggle {
  transform: translate(calc(30% - 5px), -15%);
  background-color: #e90202;
  border: 1px solid #e90202;
}

.page-header .breadcrumb {
  background-color: transparent;
  color: #6c757d;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 0;
}
.page-header .breadcrumb a {
  color: #333;
  font-size: 1rem;
}

.customer-details-group .card-body {
  padding-bottom: 0px;
}

.invoices-items-main-tabs {
  border-bottom: 3px solid #F3F3F3;
  padding-bottom: 10px;
}
.invoices-items-main-tabs ul li {
  display: inline-block;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}
.invoices-items-main-tabs ul li:last-child {
  padding-right: 0;
}
.invoices-items-main-tabs ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #1B2559;
  padding-bottom: 24px;
  position: relative;
}
.invoices-items-main-tabs ul li a.active:after {
  content: "";
  width: 130px;
  height: 6px;
  background-color: #e90202;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  bottom: 4px;
  left: 50%;
}

.btn-close {
  background-color: #eb0000;
  color: #1B2559;
  border-radius: 50px;
  font-size: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 !important;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.bank-details-btn .btn {
  min-width: 160px;
  border-radius: 8px;
  padding: 10px 0;
  color: #fff;
}
.bank-details-btn .bank-cancel-btn {
  background: #1B2559;
}
.bank-details-btn .bank-cancel-btn:hover {
  background: #e90202;
}
.bank-details-btn .bank-save-btn {
  background: #e90202;
}
.bank-details-btn .bank-save-btn:hover {
  background: #1B2559;
}

.bank-details .bank-inner-details textarea {
  min-height: 100px;
}

.filter-card {
  display: none;
}
.filter-card.open {
  display: block;
}

label {
  margin-bottom: 0.5rem;
}

.contact-details {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
  list-style: none;
  margin: 0 0 42px;
}
@media (max-width: 991.98px) {
  .contact-details {
    margin: 0 0 42px;
  }
}
.contact-details li {
  -ms-flex: 16.66%;
  flex: 16.66%;
  max-width: 16.66%;
}
@media (max-width: 1299.98px) {
  .contact-details li {
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
    margin: 0 0 25px;
  }
}
@media (max-width: 575.98px) {
  .contact-details li {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 0 0 25px;
  }
}
.contact-details li .contact-square {
  background: #F7F7FF;
  min-width: 38px;
  height: 38px;
  margin: 0 10px 0 0;
}
.contact-details li p {
  color: #3F4254;
}
.contact-details li span i {
  font-size: 14px;
}

.note-editor.note-frame {
  border-color: #E0E0E0;
}

.note-editor.note-frame .note-statusbar {
  border-top: 0;
}

.bootstrap-datetimepicker-widget {
  font-size: 13px;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #7638ff;
}

.bg-primary-light {
  background-color: rgba(17, 148, 247, 0.12) !important;
  color: #2196f3 !important;
}

.bg-danger-light {
  background-color: rgba(255, 218, 218, 0.49) !important;
  color: #FF0000 !important;
}

.bg-purple-light {
  background-color: rgba(197, 128, 255, 0.12) !important;
  color: #c580ff !important;
}

.bg-default-light {
  background-color: rgba(40, 52, 71, 0.12) !important;
  color: #283447 !important;
}

.bg-success-light {
  background-color: #37ec7f !important;
  color: #333 !important;
}

.card-two {
  border: 1px solid #DBDFEA;
  border-radius: 5px;
}

.badge-soft-primary {
  color: #405189;
  background-color: rgba(64, 81, 137, 0.1);
}

.badge-soft-secondary {
  color: #3577f1;
  background-color: rgba(53, 119, 241, 0.1);
}

.badge-soft-success {
  color: #0ab39c;
  background-color: rgba(10, 179, 156, 0.1);
}

.badge-soft-info {
  color: #299cdb;
  background-color: rgba(41, 156, 219, 0.1);
}

.badge-soft-warning {
  color: #f7b84b;
  background-color: rgba(247, 184, 75, 0.1);
}

.badge-soft-danger {
  color: #f06548;
  background-color: rgba(240, 101, 72, 0.1);
}

.badge-soft-dark {
  color: #212529;
  background-color: rgba(33, 37, 41, 0.1);
}

.badge-soft-light {
  color: #f3f6f9;
  background-color: rgba(243, 246, 249, 0.1);
}

.badge-outline-primary {
  color: #405189;
  border: 1px solid #405189;
  background-color: transparent;
}

.badge-outline-secondary {
  color: #3577f1;
  border: 1px solid #3577f1;
  background-color: transparent;
}

.badge-outline-success {
  color: #0ab39c;
  border: 1px solid #0ab39c;
  background-color: transparent;
}

.badge-outline-info {
  color: #299cdb;
  border: 1px solid #299cdb;
  background-color: transparent;
}

.badge-outline-warning {
  color: #f7b84b;
  border: 1px solid #f7b84b;
  background-color: transparent;
}

.badge-outline-danger {
  color: #f06548;
  border: 1px solid #f06548;
  background-color: transparent;
}

.badge-outline-dark {
  color: #212529;
  border: 1px solid #212529;
  background-color: transparent;
}

.badge-outline-light {
  color: #f3f6f9;
  border: 1px solid #f3f6f9;
  background-color: transparent;
}

.badge-gray-outline {
  background-color: #fff;
  border: 1px solid #EFF2F5;
  color: #333;
}

.badge-gradient-primary {
  background: linear-gradient(135deg, #405189 0, #0ab39c 100%);
}

.badge-gradient-secondary {
  background: linear-gradient(135deg, #3577f1 0, #299cdb 100%);
}

.badge-gradient-success {
  background: linear-gradient(135deg, #0ab39c 0, #f7b84b 100%);
}

.badge-gradient-danger {
  background: linear-gradient(135deg, #f06548 0, #3577f1 100%);
}

.badge-gradient-warning {
  background: linear-gradient(135deg, #f7b84b 0, #eb990a 100%);
}

.badge-gradient-info {
  background: linear-gradient(135deg, #299cdb 0, #0ab39c 100%);
}

.badge-gradient-dark {
  background: linear-gradient(135deg, #212529 0, #405189 100%);
}

li.previous {
  margin-right: 10px;
}

.card-title {
  margin-bottom: 0;
  border-radius: 10px;
}

.cal-icon {
  position: relative;
  width: 100%;
}
.cal-icon:after {
  color: #979797;
  content: "\f073";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 10px;
}

.cal-icon-info:after {
  font-family: "Feather";
  content: "\e926";
  color: #333;
  font-weight: 400;
  font-size: 18px;
  top: 8px;
}

.btn-back {
  background: #fff;
  border: 1px solid #BDBDBD;
  box-shadow: inset 0 0 0 0 #3F4254;
  border-radius: 6px;
  color: #3F4254;
  min-width: 69px;
}
.btn-back:hover {
  background: #3F4254;
  border: 1px solid #3F4254;
  box-shadow: inset 0 0 0 0 #fff;
  color: #fff;
}

body.filter-opened {
  overflow: hidden;
}

.page-header .btn {
  border-radius: 8px;
}

.input-block .form-control-sm {
  padding: 0.25rem 0.5rem;
}
.input-block .form-control-lg {
  padding: 0.75rem 1.25rem;
}

.toggle-sidebar {
  width: 400px;
  position: fixed;
  top: 0;
  right: -400px;
  height: 100vh;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 1002;
}
@media (max-width: 575.98px) {
  .toggle-sidebar {
    width: 250px;
    right: -250px;
  }
}
.toggle-sidebar.open-filter {
  right: 0;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.toggle-sidebar .sidebar-layout-filter {
  background: #fff;
  box-shadow: 0px 16px 32px rgba(65, 152, 255, 0.2);
  border-radius: 10px 0px 0px 10px;
  max-width: 400px;
  width: 100%;
  position: absolute;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 575.98px) {
  .toggle-sidebar .sidebar-layout-filter {
    width: 250px;
  }
}
.toggle-sidebar .sidebar-header {
  padding: 20px;
  border-bottom: 1px solid #EFF2F5;
  align-items: center;
}
.toggle-sidebar .sidebar-header h5 {
  font-weight: 600;
  font-size: 18px;
  color: #28084B;
  margin: 0;
}
.toggle-sidebar .sidebar-header a {
  color: #292D32;
  font-size: 20px;
}
.toggle-sidebar .sidebar-header .dropdown-item {
  font-size: 16px;
}
.toggle-sidebar .sidebar-body {
  padding: 20px;
}
.toggle-sidebar .sidebar-body .accordion {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 15px;
}
.toggle-sidebar .sidebar-body .accordion .filter-title {
  margin-bottom: 15px;
}
.toggle-sidebar .sidebar-body .accordion .filter-title a {
  font-weight: 500;
  font-size: 14px;
  color: #28084B;
}
.toggle-sidebar .sidebar-body .accordion .view-all {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  color: #e90202;
}
.toggle-sidebar .sidebar-body .accordion-last {
  border: 0;
}
.toggle-sidebar .form-custom .form-control {
  padding: 8px 30px;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}
.toggle-sidebar .form-custom .form-control:focus {
  border-color: #000;
}
.toggle-sidebar .form-custom span img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.open-filter .custom_check {
  color: #808080;
}
.open-filter i {
  transition: 0.2s;
}

.accordion .collapsed i {
  color: #333;
  transition: 0.2s;
  transform: rotate(-90deg);
}
.accordion .float-end {
  color: #333;
}

@media (max-width: 767px) {
  .list-btn {
    margin-top: 15px;
  }
}
.list-btn .filter-list .short-filter {
  border: 1px solid #E6E9E8;
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  height: 39px;
  padding: 10px;
  background: #fff;
}
.list-btn .filter-list .short-filter .sort {
  background: transparent;
  border: none;
  outline: 0;
  font-size: 12px;
  font-weight: 600;
  color: #3F4254;
}
.list-btn .filter-list li {
  padding: 0 5px 0 0;
}
@media (max-width: 767px) {
  .list-btn .filter-list li {
    padding: 0 5px 5px 0;
  }
}
.list-btn .filter-list li a.active {
  color: #e90202 !important;
}
.list-btn .filter-list li ul li {
  padding: 0;
  margin: 0 0 10px;
}
.list-btn .filter-list li ul li .download-item {
  color: #808080;
  font-size: 14px;
  margin: auto;
}
.list-btn .filter-list li ul li .download-item:hover {
  color: #e90202;
}
.list-btn .filter-list li ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-btn .btn-filters {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  color: #333;
  min-width: 39px;
  height: 39px;
  background: #fae0e0;
  border: 1px solid #fae0e0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-btn .btn-filters span {
  margin-bottom: 0;
  line-height: 0;
  font-size: 18px;
}
.list-btn .btn-filters:hover {
  box-shadow: 0 40px 0 0 #EADDFF inset;
  border-color: #EADDFF;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #e90202;
}
.list-btn .btn-filters:hover i {
  color: #e90202;
}
.list-btn .btn-filters:hover img {
  /*filter: invert(1) brightness(100);*/
  filter: invert(44%) sepia(93%) saturate(5806%) hue-rotate(247deg) brightness(95%) contrast(113%);
}
.list-btn .dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 16px 32px rgba(190, 190, 190, 0.2);
  border-radius: 12px;
  padding: 10px;
  margin-top: 10px !important;
}
.list-btn .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: start;
  align-items: center;
}

@media (max-width: 767px) {
  .filter-list {
    flex-wrap: wrap;
  }
}

.filter-buttons {
  display: flex;
  align-items: center;
}
.filter-buttons button.btn-secondary {
  background: #EFEFEF;
  color: #3F4254;
  border: 1px solid #EFEFEF;
  transition: 0.5s all;
  box-shadow: inset 0 0 0 0 #e90202;
  margin: 0 0 0 15px;
}
.filter-buttons button.btn-secondary:hover {
  background-color: #e90202;
  border-color: #e90202;
  color: #fff;
  box-shadow: inset 0 50px 0 0 #e90202;
}

.filter-list li a:hover img {
  filter: invert(0) brightness(100);
}

.dash-widget-icon {
  align-items: center;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 1.875rem;
  height: 4rem;
  justify-content: center;
  text-align: center;
  width: 4rem;
}

.dash-widget-info h3 {
  margin-bottom: 10px;
}

.dash-widget-header {
  margin: 0 0 20px 0;
}

.activity-feed {
  list-style: none;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0;
}
.activity-feed .feed-item {
  border-left: 2px solid #e4e8eb;
  padding-bottom: 19px;
  padding-left: 20px;
  position: relative;
}
.activity-feed .feed-item:last-child {
  border-color: transparent;
}
.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  padding: 6px;
  left: -9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #F3F3F3;
  background-color: transparent;
}
.activity-feed .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
  background: #E3E3E3;
}
.activity-feed .feed-item .feed-date {
  display: block;
  position: relative;
  color: #777;
  text-transform: uppercase;
  font-size: 13px;
}
.activity-feed .feed-item .feed-text {
  color: #777;
  position: relative;
  margin: 0 0 5px;
}
.activity-feed .feed-item .feed-text a {
  color: #333;
  font-weight: 600;
}

.modal-icon i {
  font-size: 42px;
  color: #6c757d;
}

.modal-footer {
  border: 0;
  padding: 0 24px 24px;
}
.modal-footer .btn-back {
  background: #e7c0bc91;
  border: 1px solid #EADDFF;
  box-shadow: inset 0 0 0 0 #3F4254;
  padding: 8px 20px;
  border-radius: 6px;
  color: #e90202;
  min-width: 69px;
}
.modal-footer .btn-back:hover {
  background: #e90202;
  border: 1px solid #e90202;
  box-shadow: inset 0 50px 0 0 #e90202;
  color: #fff;
}
.modal-footer .btn-primary {
  min-width: 69px;
  margin: 0;
}

.add-remove i {
  font-size: 18px;
  cursor: poArimo;
}

.profile-cover {
  position: relative;
  padding: 1.75rem 2rem;
  border-radius: 0.75rem;
  height: 10rem;
}

.profile-cover-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10rem;
  background-color: #e7eaf3;
  border-radius: 0.75rem;
}

.profile-cover-img {
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  border-radius: 0.75rem;
}

.cover-content {
  position: relative;
  z-index: 1;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.custom-file-btn {
  position: relative;
  overflow: hidden;
}

.custom-file-btn-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.profile-cover-avatar {
  display: -ms-flexbox;
  display: flex;
  margin: -6.3rem auto 0.5rem auto;
  border: 3px solid #fff;
  border-radius: 50%;
}
@media (max-width: 568px) {
  .profile-cover-avatar {
    margin: 0 auto;
  }
}
.profile-cover-avatar input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 33, 68, 0.25);
  border-radius: 50%;
  transition: 0.2s;
}

.avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: poArimo;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #677788;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}
.avatar-edit svg {
  width: 18px;
}

.error-page {
  align-items: center;
  color: #1f1f1f;
  height: 100vh;
}
.error-page .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  width: 100%;
  min-height: unset;
}

.error-box {
  margin: 0 auto;
  max-width: 480px;
  padding: 1.875rem 0;
  text-align: center;
  width: 100%;
}
.error-box h1 {
  color: #7638ff;
  font-size: 10em;
}
.error-box p {
  margin-bottom: 1.875rem;
}
.error-box .btn {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 20px;
}

.custom-file-container {
  box-sizing: border-box;
  position: relative;
  display: block;
}
.custom-file-container label {
  color: #4361ee;
}

.custom-file-container__custom-file {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
  margin-top: 5px;
}
.custom-file-container__custom-file:hover {
  cursor: poArimo;
}

.custom-file-container__custom-file__custom-file-input {
  box-sizing: border-box;
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-container__custom-file__custom-file-input:focus ~ span {
  outline: 1px dotted #dddde0;
  outline: 0px auto -webkit-focus-ring-color;
}

.custom-file-container__custom-file__custom-file-control {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: auto;
  overflow: hidden;
  line-height: 1.5;
  user-select: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  height: auto;
  border: 1px solid #f1f2f3;
  color: #3b3f5c;
  font-size: 15px;
  padding: 8px 10px;
  letter-spacing: 1px;
  background-color: #f1f2f3;
}

.custom-file-container__custom-file__custom-file-control__button {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  display: block;
  height: auto;
  padding: 10px 16px;
  line-height: 1.25;
  background-color: #9e9e9e;
  color: #fff;
  border-left: 1px solid #e0e6ed;
  box-sizing: border-box;
}

.custom-file-container__image-preview {
  box-sizing: border-box;
  margin-top: 54px;
  margin-bottom: 40px;
  height: 250px;
  width: 100%;
  border-radius: 4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: auto;
  padding: 15px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-file-container__image-multi-preview {
  position: relative;
  box-sizing: border-box;
  border-radius: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin: 1.858736%;
  width: 29.615861214%;
  height: 90px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-file-container__image-multi-preview__single-image-clear {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-top: -6px;
  border-radius: 50%;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
  position: absolute;
  left: -6px;
}
.custom-file-container__image-multi-preview__single-image-clear:hover {
  background: #cbcbbd;
  cursor: poArimo;
}

.custom-file-container__image-multi-preview__single-image-clear__icon {
  color: #4361ee;
  display: block;
  margin-top: -2px;
}

.note-editor.card {
  padding: 0.5rem;
  margin-bottom: 0;
}

.note-toolbar.card-header {
  padding: 0;
  padding-bottom: 0.5rem;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single,
.irs--flat .irs-bar, .irs--flat .irs-handle > i:first-child,
.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #7638ff;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  border-top-color: #7638ff;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 0;
  height: 0;
  width: 100%;
  cursor: ns-resize;
  background: transparent;
  border: 0;
}

.app-listing {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  flex-wrap: wrap;
}
.app-listing li {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .app-listing li {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .app-listing li {
    width: 100%;
  }
}
.app-listing .checkbox-title {
  font-weight: 600;
  font-size: 16px;
  color: #e90202;
  margin-bottom: 14px;
}
.app-listing .form-custom {
  margin-bottom: 14px;
}
.app-listing .form-custom .form-control {
  padding-left: 14px;
  border: 1px solid rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}

.selectbox-cont {
  height: 220px;
  overflow-y: auto;
  padding-right: 5px;
}

.multipleSelection {
  position: relative;
  margin-bottom: 20px;
}
.multipleSelection .selectbox, .multipleSelection .selectboxes {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 13px 10px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #F7F8F9;
  border-radius: 7px;
  cursor: poArimo;
}
.multipleSelection .selectbox p, .multipleSelection .selectboxes p {
  color: #1B2559;
  font-weight: 500;
}
.multipleSelection .selectbox p .select-icon, .multipleSelection .selectboxes p .select-icon {
  color: #e90202;
  width: 20px;
  height: 20px;
}

.custom_check {
  color: #1B2559;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: poArimo;
  font-weight: 400;
  user-select: none;
}
.custom_check input:checked ~ .checkmark {
  background-color: #e90202;
  border-color: #e90202;
}
.custom_check input:checked ~ .checkmark:after {
  display: block;
}
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: poArimo;
}
.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  border: 1px solid #C4C4C4;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  color: #fff;
  font-size: 9px;
}

.input-block .custom_check {
  margin-bottom: 20px;
}

.table tbody td a.btn-white {
  background-color: #fff;
  border-color: #e7eaf3;
  color: #212529;
}

.date-list .date-btn {
  background: #fff;
  color: #1B2559;
  border: 1px solid #E7EAFC;
  border-radius: 4px;
  padding: 10px 0 !important;
  width: 100%;
}

.form-custom {
  font-size: 14px;
}
.form-custom.cal-icon {
  position: relative;
}
.form-custom.cal-icon:after {
  color: #979797;
  content: "\f073";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 10px;
}

.btn-grey {
  background: rgba(231, 234, 252, 0.75);
  color: #1B2559;
  margin-top: 10px;
}
.btn-grey:hover {
  background: #1B2559;
  color: #fff;
}

.date-picker {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.date-list ul {
  text-align: center;
}
.date-list ul li {
  width: 100%;
  padding: 0;
  padding-bottom: 5px;
}

.sortby #checkbox {
  display: none;
  position: absolute;
  width: 300px;
  left: 0;
  z-index: 1;
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #F2ECFF;
  box-shadow: 0px 4px 44px rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}
.sortby #checkbox:before {
  border: 7px solid #F2ECFF;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  content: "";
  left: 30px;
  position: absolute;
  top: 0;
  transform: rotate(135deg);
}

.multipleSelection #checkboxes {
  display: none;
  position: absolute;
  width: 300px;
  left: 0;
  z-index: 1;
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #F2ECFF;
  box-shadow: 0px 4px 44px rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}

.report-card {
  border-radius: 5px;
}

.report-btn .btn {
  font-weight: 600;
  color: #e90202;
  background: #fff;
  border: 2px solid #e90202;
  border-radius: 8px;
  width: 100%;
  padding: 11px 0;
}
.report-btn .btn:hover {
  color: #fff;
  background: #e90202;
  border: 2px solid #e90202;
}
.report-btn .btn:hover img {
  filter: invert(0) brightness(100);
}

.invoices-settings-btn {
  justify-content: end;
}

.invoices-main-tabs {
  border-bottom: 2px solid #E0E0E0;
  padding: 0 0 12px 0;
}
.invoices-main-tabs .invoices-tabs ul li {
  position: relative;
  display: inline-block;
  margin: 0 24px 0 0;
}
@media (max-width: 575.98px) {
  .invoices-main-tabs .invoices-tabs ul li {
    display: block;
    margin: 0 0 20px 0;
  }
}
.invoices-main-tabs .invoices-tabs ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 0 14px 0;
}
.invoices-main-tabs .invoices-tabs ul li a.active {
  color: #e90202;
  border-bottom: 2px solid #e90202;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .invoices-main-tabs .invoices-tabs ul li a.active {
    border-bottom: 0;
  }
}
.invoices-main-tabs .invoices-settings-icon {
  color: #e90202;
  margin-right: 20px;
}
.invoices-main-tabs .btn {
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  min-width: 167px;
  background: #1B2559;
  border: 1px solid #1B2559;
  border-radius: 6px;
}

.paid-continue-btn {
  background-color: #40a506;
  border: 1px solid #40a506;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  text-align: center;
}

.paid-continue-btn:hover,
.paid-continue-btn:focus,
.paid-continue-btn:active {
  background-color: #fff;
  border: 1px solid #ff9800;
  color: #e90202;
}

.paid-cancel-btn {
  background-color: #fff;
  border: 1px solid #e90202;
  border-radius: 5px;
  color: #e90202;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  text-align: center;
}

.paid-cancel-btn:hover,
.paid-cancel-btn:active {
  background-color: #e90202;
  border: 1px solid #e90202;
  color: #e90202;
}

.paid-cancel-btn:focus {
  color: #e90202;
}

.inovices-card {
  border-radius: 5px;
  margin: 0 0 32px 0;
}
.inovices-card .inovices-widget-header .inovices-amount {
  font-weight: 600;
  font-size: 24px;
  color: #e90202;
}
.inovices-card .inovices-all {
  font-weight: 500;
  font-size: 10px;
  color: #333;
}
.inovices-card .inovice-trending {
  font-weight: 500;
  font-size: 10px;
}
.inovices-card .inovice-trending span {
  margin: 0;
  line-height: 0;
}

.invoices-tabs-card {
  background: transparent;
  box-shadow: unset;
}

.invoices-grid-card {
  background: #fff;
  box-shadow: 0px 4px 24px rgba(228, 228, 228, 0.25);
  border-radius: 10px;
  color: #1B2559;
}
.invoices-grid-card .card-header {
  padding: 20px;
  border: 0;
}
.invoices-grid-card .card-header .action-icon {
  color: #1B2559;
  display: initial;
}
.invoices-grid-card .card-header .invoice-grid-link {
  color: #1B2559;
}
.invoices-grid-card .card-header .dropdown-action {
  margin-bottom: 0;
}
.invoices-grid-card .card-middle {
  padding: 20px;
  background: #F7F7FF;
}
.invoices-grid-card .card-middle .avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}
.invoices-grid-card .card-middle .card-middle-avatar {
  align-items: center;
  display: inline-flex;
  font-size: 16px;
  margin: 0;
}
.invoices-grid-card .card-body {
  padding: 20px;
}
.invoices-grid-card .card-body span {
  font-size: 14px;
}
.invoices-grid-card .card-body h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1B2559;
  margin-top: 4px;
}
.invoices-grid-card .card-footer {
  padding: 20px;
  border: 0;
}

.inovices-card .card-body {
  padding: 10px;
}

.badge.bg-info-lights {
  background: #EFE9FF;
  color: #e90202;
}

.admin-invoice p {
  display: flex;
  flex-direction: column;
}

.dropdown-menu.dropdown-menu-end.customer-dropdown {
  width: 230px;
  height: 200px;
  overflow-y: auto;
}

.dropdown-menu.dropdown-menu-right.credit-note-dropdown {
  width: 235px;
  height: 200px;
  overflow-y: auto;
}

.card.company-settings-new .content-page-header {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #E0E0E0;
}
.card.company-settings-new .input-block.service-upload.logo-upload {
  min-height: 130px;
  justify-content: space-between;
  padding: 15px 30px;
}
.card.company-settings-new .input-block.service-upload.logo-upload .text-info {
  line-height: 1;
}
.card.company-settings-new .input-block.service-upload.logo-upload .sites-logo {
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 10px;
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .card.company-settings-new .input-block.service-upload.logo-upload .sites-logo {
    margin-left: 0;
  }
}
.card.company-settings-new .input-block.service-upload.logo-upload .sites-logo img {
  margin-right: 0;
  max-width: 116px;
  max-height: 30px;
}

.inbox-menu {
  display: inline-block;
  width: 100%;
}
.inbox-menu li {
  display: inline-block;
  width: 100%;
}
.inbox-menu li a {
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inbox-menu li a:hover {
  background: rgba(33, 33, 33, 0.05);
}
.inbox-menu li a i {
  font-size: 14px;
  padding-right: 10px;
  color: #878787;
}

@media (max-width: 768px) {
  .user-menu.nav > li > a > span:not(.user-img) {
    display: none;
  }
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu {
  border: 1px solid #eff2f7;
  border-radius: 0.8rem;
  transform-origin: left top 0;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
  overflow: hidden;
}

.flag-nav .dropdown-menu.notifications {
  transform: translateY(49px) !important;
}

.flag-nav .dropdown-menu {
  transform: translateY(59px) !important;
}

.table-inbox {
  font-size: 15px;
  margin-bottom: 0;
}

.inbox-menu li a:hover, .inbox-menu li.active a, .inbox-menu li a:focus {
  background: #eff2f7;
}

.compose-btn {
  margin-bottom: 25px;
}

.top-action-left .dropdown-toggle {
  height: 40px;
}
.top-action-left .dropdown-toggle::after {
  display: none;
}

.table-inbox .starred.fas.fa-star {
  color: #ffd200;
}
.table-inbox .checked {
  background-color: #ffffcc;
}
.table-inbox tbody tr td {
  font-size: 14px;
  color: #28084B;
}

.unread .name,
.unread .subject,
.unread .mail-date {
  color: #000;
  font-weight: 700;
}

.ribbon-primary {
  background: #7366ff;
}
.ribbon-primary.ribbon-corner:before {
  border-top-color: #7366ff;
  border-left-color: #7366ff;
}
.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #7366ff;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #7366ff;
}
.ribbon-primary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #43f;
  border-right-color: #43f;
}
.ribbon-primary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #43f;
  border-left-color: #43f;
}
.ribbon-primary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #43f;
  border-right-color: #43f;
}
.ribbon-primary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #43f;
  border-right-color: transparent;
  border-left-color: #43f;
}

.ribbon-bookmark.ribbon-primary:before {
  border-color: #7366ff;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #7366ff;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
  border-right-color: #f73164;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #51bb25;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #dc3545;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #a927f9;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-light:before {
  border-right-color: #f4f4f4;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-dark:before {
  border-right-color: #2c323f;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #f8d62b;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-secondary:before {
  border-color: #f73164;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-success:before {
  border-color: #51bb25;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-danger:before {
  border-color: #dc3545;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-info:before {
  border-color: #a927f9;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-light:before {
  border-color: #f4f4f4;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-dark:before {
  border-color: #2c323f;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-warning:before {
  border-color: #f8d62b;
  border-right-color: transparent;
}

.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
  border-right-color: #7366ff;
  border-bottom-color: transparent;
}

.ribbon-secondary {
  background: #f73164;
  background: #f73164;
}
.ribbon-secondary.ribbon-corner:before {
  border-top-color: #f73164;
  border-left-color: #f73164;
}
.ribbon-secondary.ribbon-corner.ribbon-right:before {
  border-right-color: #f73164;
  border-left-color: transparent;
}
.ribbon-secondary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f73164;
}
.ribbon-secondary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #ec0944;
  border-right-color: #ec0944;
}
.ribbon-secondary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #ec0944;
  border-left-color: #ec0944;
}
.ribbon-secondary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ec0944;
  border-right-color: #ec0944;
}
.ribbon-secondary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #ec0944;
  border-right-color: transparent;
  border-left-color: #ec0944;
}

.ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {
  border-right-color: #f73164;
  border-bottom-color: transparent;
}

.ribbon-success {
  background: #51bb25;
  background: #51bb25;
}
.ribbon-success.ribbon-corner:before {
  border-top-color: #51bb25;
  border-left-color: #51bb25;
}
.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #51bb25;
  border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #51bb25;
}
.ribbon-success.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #3f901d;
  border-right-color: #3f901d;
}
.ribbon-success.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #3f901d;
  border-left-color: #3f901d;
}
.ribbon-success.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #3f901d;
  border-right-color: #3f901d;
}
.ribbon-success.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #3f901d;
  border-right-color: transparent;
  border-left-color: #3f901d;
}

.ribbon-bookmark.ribbon-vertical-left.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {
  border-right-color: #51bb25;
  border-bottom-color: transparent;
}

.ribbon-danger {
  background: #dc3545;
  background: #dc3545;
}
.ribbon-danger.ribbon-corner:before {
  border-top-color: #dc3545;
  border-left-color: #dc3545;
}
.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #dc3545;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #dc3545;
}
.ribbon-danger.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #bd2130;
  border-right-color: #bd2130;
}
.ribbon-danger.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #bd2130;
  border-left-color: #bd2130;
}
.ribbon-danger.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #bd2130;
  border-right-color: #bd2130;
}
.ribbon-danger.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #bd2130;
  border-right-color: transparent;
  border-left-color: #bd2130;
}

.ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {
  border-right-color: #dc3545;
  border-bottom-color: transparent;
}

.ribbon-info {
  background: #a927f9;
  background: #a927f9;
}
.ribbon-info.ribbon-corner:before {
  border-top-color: #a927f9;
  border-left-color: #a927f9;
}
.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #a927f9;
  border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #a927f9;
}
.ribbon-info.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #9106e7;
  border-right-color: #9106e7;
}
.ribbon-info.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #9106e7;
  border-left-color: #9106e7;
}
.ribbon-info.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #9106e7;
  border-right-color: #9106e7;
}
.ribbon-info.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #9106e7;
  border-right-color: transparent;
  border-left-color: #9106e7;
}

.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-right-color: #a927f9;
  border-bottom-color: transparent;
}

.ribbon-light {
  background: #f4f4f4;
  background: #f4f4f4;
}
.ribbon-light.ribbon-corner:before {
  border-top-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.ribbon-light.ribbon-corner.ribbon-right:before {
  border-right-color: #f4f4f4;
  border-left-color: transparent;
}
.ribbon-light.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f4f4f4;
}
.ribbon-light.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #dbdbdb;
  border-right-color: #dbdbdb;
}
.ribbon-light.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #dbdbdb;
  border-left-color: #dbdbdb;
}
.ribbon-light.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #dbdbdb;
  border-right-color: #dbdbdb;
}
.ribbon-light.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #dbdbdb;
  border-right-color: transparent;
  border-left-color: #dbdbdb;
}

.ribbon-bookmark.ribbon-vertical-left.ribbon-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {
  border-right-color: #f4f4f4;
  border-bottom-color: transparent;
}

.ribbon-dark {
  background: #2c323f;
  background: #2c323f;
}
.ribbon-dark.ribbon-corner:before {
  border-top-color: #2c323f;
  border-left-color: #2c323f;
}
.ribbon-dark.ribbon-corner.ribbon-right:before {
  border-right-color: #2c323f;
  border-left-color: transparent;
}
.ribbon-dark.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #2c323f;
}
.ribbon-dark.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #171a21;
  border-right-color: #171a21;
}
.ribbon-dark.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #171a21;
  border-left-color: #171a21;
}
.ribbon-dark.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #171a21;
  border-right-color: #171a21;
}
.ribbon-dark.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #171a21;
  border-right-color: transparent;
  border-left-color: #171a21;
}

.ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {
  border-right-color: #2c323f;
  border-bottom-color: transparent;
}

.ribbon-warning {
  background: #f8d62b;
  background: #f8d62b;
}
.ribbon-warning.ribbon-corner:before {
  border-top-color: #f8d62b;
  border-left-color: #f8d62b;
}
.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #f8d62b;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f8d62b;
}
.ribbon-warning.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #e8c308;
  border-right-color: #e8c308;
}
.ribbon-warning.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #e8c308;
  border-left-color: #e8c308;
}
.ribbon-warning.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #e8c308;
  border-right-color: #e8c308;
}
.ribbon-warning.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #e8c308;
  border-right-color: transparent;
  border-left-color: #e8c308;
}

.ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {
  border-right-color: #f8d62b;
  border-bottom-color: transparent;
}

.ribbon-wrapper {
  position: relative;
  padding-top: 40px;
}

.ribbon-wrapper .card-body,
.ribbon-vertical-left-wrapper .card-body,
.ribbon-vertical-right-wrapper .card-body {
  position: unset;
}

.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: 0px;
  color: #fff;
  z-index: 1;
}

.ribbon-right {
  left: auto;
  right: -2px;
}

.ribbon-vertical-left-wrapper {
  padding-left: 40px;
  position: relative;
}

.ribbon-vertical-left {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
}

.ribbon-vertical-right-wrapper {
  padding-right: 40px;
}

.ribbon-vertical-right {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  top: -2px;
  left: auto;
  right: 12px;
}

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:after {
  clear: both;
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid #e9ecef;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #e9ecef;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.timeline > li > .timeline-badge {
  z-index: 1;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
  content: " ";
  display: table;
}

.timeline-badge.primary {
  background-color: #fb9678;
}
.timeline-badge.success {
  background-color: #00c292;
}
.timeline-badge.warning {
  background-color: #fec107;
}
.timeline-badge.danger {
  background-color: #e46a76;
}
.timeline-badge.info {
  background-color: #03a9f3;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 30px;
  height: 2px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .events a {
  padding-bottom: 6px;
  color: #621aff;
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a.selected {
  poArimo-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  border-color: #621aff;
  background-color: #621aff;
  border-color: #621aff;
}
.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #621aff;
}
.cd-horizontal-timeline .m-t-40 {
  margin-top: 25px !important;
}
.cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .timeline:before {
  content: " ";
  display: none;
  bottom: 0;
  left: 0%;
  width: 0px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #621aff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: 600;
  margin-bottom: 0px;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
.cd-horizontal-timeline .events-content p {
  font-size: 16px;
}

.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
  background: #621aff;
}

.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  list-style: none;
}

.cd-timeline-navigation a:hover,
.cd-timeline-navigation a:focus {
  border-color: #621aff;
}

.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
  color: #621aff;
}

.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
  quotes: none;
}

.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before,
.cd-horizontal-timeline q:after {
  content: "";
  content: none;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #621aff;
  border-color: #621aff;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 30px;
}

.h-250 {
  height: 250px;
}

.icons-list {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icons-list li {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgb(215, 197, 255);
  border: 1px solid #e6ebf1;
  color: #7638ff;
  margin: 5px;
}

.login-body {
  display: table;
  height: 100vh;
  min-height: 100vh;
  margin: auto;
}

.logo-light {
  max-width: 180px;
  margin: auto;
  display: none;
}

.logo-dark {
  max-width: 250px;
  margin: auto;
  display: block;
}

.login-wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 1.875rem;
}
.login-wrapper .loginbox {
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  display: flex;
  margin: 1.875rem auto;
  max-width: 450px;
  width: 100%;
  border-radius: 20px;
}
.login-wrapper .loginbox .login-left {
  align-items: center;
  background: linear-gradient(180deg, #8BC34A, #00bcd4);
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  width: 450px;
  display: flex;
  border-radius: 6px 0 0 6px;
}
.login-wrapper .loginbox .login-right {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem;
  width: 450px;
}
@media (max-width: 320px) {
  .login-wrapper .loginbox .login-right {
    width: 100%;
  }
}
.login-wrapper .loginbox .login-right .login-right-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}
.login-wrapper .loginbox .login-right .login-right-wrap h1 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}
.login-wrapper .loginbox .login-right .forgotpass a {
  color: #a0a0a0;
}
.login-wrapper .loginbox .login-right .forgotpass a:hover {
  color: #333;
  text-decoration: underline;
}
.login-wrapper .loginbox .login-right .dont-have {
  color: #a0a0a0;
  margin-top: 1.875rem;
}
.login-wrapper .loginbox .login-right .dont-have a {
  color: #333;
}
.login-wrapper .loginbox .login-right .dont-have a:hover {
  text-decoration: underline;
}
.login-wrapper .loginbox .login-right .social-login {
  text-align: center;
}
.login-wrapper .loginbox .login-right .social-login span {
  color: #757575;
  margin-right: 8px;
}
.login-wrapper .loginbox .login-right .social-login a {
  background-color: #ccc;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  margin-right: 6px;
  text-align: center;
  width: 32px;
  border-radius: 4px;
}
.login-wrapper .loginbox .login-right .social-login a:last-child {
  margin-right: 0;
}
.login-wrapper .loginbox .login-right .social-login a.facebook {
  background-color: #4b75bd;
}
.login-wrapper .loginbox .login-right .social-login a.google {
  background-color: #fe5240;
}
.login-wrapper .loginbox .account-subtitle {
  color: #4c4c4c;
  font-size: 17px;
  margin-bottom: 1.875rem;
  text-align: center;
}
.login-wrapper .loginbox .login-or {
  color: #757575;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.login-wrapper .loginbox .or-line {
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}
.login-wrapper .loginbox .span-or {
  background-color: #fff;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 42px;
}
.login-wrapper .loginbox .lock-user {
  margin-bottom: 20px;
  text-align: center;
}
.login-wrapper .loginbox .lock-user img {
  margin-bottom: 15px;
  width: 100px;
}
.login-wrapper .loginbox .toggle-password {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  cursor: poArimo;
}
.login-wrapper .loginbox .toggle-password.fa-eye {
  margin-right: 1px;
}
.login-wrapper .loginbox .pass-group {
  position: relative;
}

.settings-menu {
  margin-bottom: 30px;
}
.settings-menu ul {
  display: block;
  padding: 0;
}
.settings-menu ul li + li {
  margin-top: 15px;
}
.settings-menu ul li a {
  color: #3F4254;
  padding: 0;
  border: 0 !important;
  display: flex;
}
.settings-menu ul li a.active {
  color: #e90202 !important;
  border: 0;
}
.settings-menu ul li i {
  margin-right: 10px;
  font-size: 20px;
  min-width: 25px;
}

.settings-menu ul li a:hover {
  background-color: transparent !important;
  border: 0 !important;
  color: #e90202;
}
.settings-menu ul li a:focus {
  background-color: transparent !important;
  border: 0 !important;
}

.invoices-settings-card {
  border-radius: 5px;
}
.invoices-settings-card .card-title {
  color: #1B2559;
}

.invoices-settings-form label {
  color: #1B2559;
}
.invoices-settings-form .form-control {
  height: 50px;
  border-radius: 6px;
}

.invoices-upload-btn {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  color: #000000;
  cursor: poArimo;
  font-weight: 400;
  padding: 15px 15px;
  position: relative;
  width: 100%;
  height: 50px;
}
.invoices-upload-btn .hide-input {
  position: relative;
  z-index: 1;
  cursor: poArimo;
  min-height: auto;
  padding-left: 4px;
  padding-top: 0;
  line-height: 10px;
  width: 100%;
  opacity: 0;
}
.invoices-upload-btn .upload {
  position: absolute;
  background: #7638FF;
  border-radius: 4px;
  right: 6px;
  top: 8px;
  width: 136px;
  height: 32px;
  font-size: 14px;
  cursor: poArimo;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.invoice-setting-btn .btn {
  min-width: 160px;
  padding: 10px 0;
  color: #fff;
  border-radius: 8px;
}
.invoice-setting-btn .cancel-btn {
  background: #1B2559;
}
.invoice-setting-btn .cancel-btn:hover {
  background: #7638FF;
}
.invoice-setting-btn .btn-primary:hover {
  background: #1B2559;
  border: 1px solid #1B2559;
}

.invoices-items-main-tabs {
  border-bottom: 3px solid #F3F3F3;
  padding-bottom: 10px;
}

.invoices-items-tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.invoices-items-tabs ul li {
  display: inline-block;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}
.invoices-items-tabs ul li:last-child {
  padding-right: 0;
}
.invoices-items-tabs ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #1B2559;
  padding-bottom: 24px;
  position: relative;
}
.invoices-items-tabs ul li a.active {
  color: #7638FF;
}
.invoices-items-tabs ul li a.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 130px;
  height: 6px;
  background-color: #7638FF;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.invoices-items-tabs ul li a:hover {
  color: #7638FF;
}

.circle-btn {
  width: 33px;
  height: 33px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.input-block.service-upload.logo-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  flex-wrap: wrap;
}
.input-block.service-upload.logo-upload span {
  line-height: 0;
}
.input-block.service-upload.logo-upload span img {
  margin-right: 10px;
}

.payment-toggle {
  display: flex;
  align-items: center;
}
.payment-toggle .status-toggle .checktoggle {
  transform: none;
  margin-bottom: 25px;
}

.no-pagination .dataTables_length {
  display: none;
}
.no-pagination .pagination {
  display: none;
}

.mail-title {
  color: #1F2937;
  font-size: 14px;
  margin-bottom: 10px;
}

.mail-provider {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.mail-provider h4 {
  font-size: 15px;
}
.mail-provider .status-toggle .checktoggle {
  transform: none;
}
.mail-provider .mail-setting {
  display: flex;
  align-items: center;
}
.mail-provider .mail-setting a i {
  color: #95979b;
  margin-right: 10px;
}

.php-mail-modal {
  display: flex;
  align-items: center;
}
.php-mail-modal .status-toggle .checktoggle {
  transform: none;
}

table tr td h2.tax-name {
  color: #3F4254;
}
table tr td .status-toggle .checktoggle {
  transform: none;
  margin: 0;
}

.btn-path .btn-cancel.bg-primary-light {
  color: #3F3F3F !important;
  background: #EADDFF !important;
}

.setting-menu {
  font-size: 15px;
  color: #28283C !important;
}

.form-title .h5 {
  font-size: 18px;
  color: #1F2937;
}

.email-template-card .card {
  padding: 15px;
}
.email-template-card .card .card-body {
  padding: 0;
}
.email-template-card h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.sticky-sidebar {
  position: fixed;
  border: 3px solid #555a64;
  top: 50%;
  background: #555a64;
  z-index: 600;
  right: 0px;
  padding: 0px 0px;
  width: 50px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  border-radius: 5px 0px 0px 5px;
  transform: translateY(-50%);
  flex-wrap: wrap;
  transition: all 0.8s;
}
.sticky-sidebar > li > a {
  height: 30px;
  width: 30px;
  color: #fff;
  position: relative;
}

.tooltip-five {
  position: relative;
  text-align: center;
  margin: auto;
  display: flex;
}
.tooltip-five:hover .tooltiptext {
  visibility: visible;
}
.tooltip-five .tooltiptext {
  visibility: hidden;
  width: 126px;
  background-color: #e90202;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 111111;
  top: 0px;
  right: 41px;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
}
.tooltip-five .tooltiptext:after {
  content: "";
  position: absolute;
  top: 49%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #e90202;
}

.sidebar-logo img {
  max-height: 45px;
  width: auto;
}

.sticky-sidebar.siderbar-view.show-sidebar {
  right: 617px;
  z-index: 10000;
  transition: all 0.8s;
}

.sidebar-layout {
  width: 600px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -600px;
  top: 0;
  height: 100vh;
  z-index: 9999;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  transition: ease all 0.8s;
}
@media (max-width: 575.98px) {
  .sidebar-layout {
    width: 100%;
  }
}
.sidebar-layout.show-layout {
  right: 0;
  transition: ease all 0.8s;
  scrollbar-width: none;
  overflow-y: scroll;
  width: 100%;
}
.sidebar-layout .sidebar-content {
  width: 600px;
  position: absolute;
  right: 0px;
  background: #fff;
}
@media (max-width: 575.98px) {
  .sidebar-layout .sidebar-content {
    width: 100%;
  }
}
.sidebar-layout .sidebar-content .container-fluid {
  padding: 20px;
}
.sidebar-layout .sidebar-content .sidebar-top {
  padding: 0;
  border-bottom: 1px solid #F0F1F5;
}
.sidebar-layout .sidebar-content .sidebar-top .btn-closed {
  position: relative;
  z-index: 1;
  color: #FF0000;
  border: 1px solid transparent;
  text-align: center;
  float: right;
  padding: 2px;
  top: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  .sidebar-layout .sidebar-content .sidebar-top .btn-closed {
    margin-top: -45px;
  }
}
.sidebar-layout .sidebar-content .sidebar-top .sidebar-logo img {
  max-height: 45px;
  width: auto;
}
.sidebar-layout .sidebar-content .sidebar-title {
  font-size: 18px;
  color: #212529;
  margin: 0px 11px 15px 11px;
  padding: 0;
}
.sidebar-layout .sidebar-content .sidebar-image {
  flex-wrap: wrap;
}
.sidebar-layout .sidebar-content .layout {
  padding: 30px 11px;
  justify-content: left;
}
.sidebar-layout .sidebar-content .layout .layout-title {
  font-size: 15px;
  color: #212529;
  margin: 0px;
  text-align: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
  margin-right: 0px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .layout-link {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.switch .layout-link.checked + .slider {
  background-color: #e90202;
  border: 2px solid #e90202;
}
.switch .layout-link.checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(16px);
  background: #fff;
}
.switch .round {
  border-radius: 45px;
}
.switch .slider {
  cursor: poArimo;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #6e82a5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #6e82a5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.sidebar-icons {
  padding: 7px 0px;
}

.sidebar-settings {
  width: 600px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -600px;
  top: 0;
  height: 100vh;
  z-index: 9999;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  transition: ease all 0.8s;
  -webkit-transition: ease all 0.8s;
  -ms-transition: ease all 0.8s;
}
.sidebar-settings.show-settings {
  right: 0;
  transition: ease all 0.8s;
  scrollbar-width: none;
  overflow-y: scroll;
  width: 100%;
}
.sidebar-settings .sidebar-content {
  width: 600px;
  position: absolute;
  right: 0px;
  background: #fff;
}
@media (max-width: 991.98px) {
  .sidebar-settings .sidebar-content {
    width: 100%;
  }
}
.sidebar-settings .sidebar-top {
  padding: 0;
  border-bottom: 1px solid #F0F1F5;
}
.sidebar-settings .sidebar-top .container-fluid {
  padding: 20px;
}
.sidebar-settings .sidebar-top .btn-closed {
  position: relative;
  z-index: 1;
  color: #FF0000;
  border: 1px solid transparent;
  text-align: center;
  float: right;
  padding: 2px;
  top: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}
.sidebar-settings .sidebar-content .container-fluid {
  padding: 20px;
}
.sidebar-settings .sidebar-content .sidebar-title {
  font-size: 18px;
  color: #212529;
  margin: 0px 11px 15px 11px;
  padding: 0;
}
.sidebar-settings .sidebar-content .setting-title {
  font-size: 12px;
  color: #212529;
  margin: 0;
}

.setting {
  padding: 15px 11px;
  justify-content: left;
}
.setting:nth-child(2) {
  justify-content: end;
}

.sidebar-color {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  height: 100%;
  margin: 10px 0px;
}
.sidebar-color span {
  border-radius: 1px;
  width: 100%;
  height: 75px;
  display: block;
  margin: 1px;
}

.color-one {
  background: #fff;
  border: 1px solid #DBDFEA;
}

.color-two {
  background: #F0F1F5;
  border: 1px solid #DBDFEA;
}

.color-three {
  background: #101924;
  border: 1px solid #DBDFEA;
}

.color-four {
  background: #e90202;
  border: 1px solid #DBDFEA;
}

.color-eight {
  background: #757575;
  border: 1px solid #DBDFEA;
}

.sidebar-sub-title {
  font-size: 15px;
  color: #6E82A5;
  margin: 10px 0px 10px 11px;
  padding: 0;
}

.sidebar-color-one {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  height: 53px;
  margin: 10px 0px;
  display: inline-block;
}
.sidebar-color-one span {
  border-radius: 1px;
  width: 54px;
  height: 30px;
  display: inline-block;
  margin: 0px 3px;
}
.sidebar-color-one .color-five {
  background: #757575;
  border: 1px solid #DBDFEA;
}
.sidebar-color-one .color-six {
  background: #DBDFEA;
  border: 1px solid #DBDFEA;
}
.sidebar-color-one .color-seven {
  background: #6E82A5;
  border: 1px solid #DBDFEA;
}

.sidebar-but {
  padding: 6px 23px;
  background: #e90202;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #e90202;
  width: auto;
  margin: 20px auto;
  color: #fff;
  border: 1px solid #e90202;
  display: flex;
  align-items: center;
}
.sidebar-but:hover {
  background: #621aff;
  color: #fff;
}

@media (max-width: 991.98px) {
  .layout, .setting {
    flex: 1 0 0%;
  }
  .layout:nth-child(2) {
    justify-content: end !important;
  }
}
.circle-btn {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-light {
  border-color: #e6e6e6;
  color: #a6a6a6;
}

.user-menu-eight.nav > li > a {
  color: #fff;
}
.user-menu-eight.nav > li > a.dropdown-toggle-eight:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sidebar-three .nav-tabs .nav-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

.wizard {
  position: relative;
}
.wizard .nav-tabs {
  position: relative;
  margin-top: 20px;
  border: 0;
}
.wizard .nav-tabs li:after {
  content: "";
  width: 75%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  background: #e9e9ef;
  height: 2px;
  left: -30%;
  top: 38%;
  z-index: 1;
}
@media (max-width: 992px) {
  .wizard .nav-tabs li:after {
    width: 60%;
    left: -22%;
  }
}
@media (max-width: 575.98px) {
  .wizard .nav-tabs li:after {
    background: transparent;
  }
}
.wizard .nav-tabs li:first-child:after {
  background: transparent;
}
.wizard .nav-item {
  position: relative;
}
.wizard .nav-item .nav-link {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  color: #5156be;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid rgba(81, 86, 190, 0.2);
}
.wizard .nav-item .nav-link.active {
  background: #e9e9ef;
  color: #5156be;
  border: 1px solid rgba(81, 86, 190, 0.2);
}
@media (max-width: 320px) {
  .wizard .nav-item .nav-link {
    left: 20%;
  }
}
@media (max-width: 768px) {
  .wizard .nav-item .nav-link {
    background: transparent;
  }
}

.wizard .tab-content {
  padding-top: 50px;
}
.wizard .form-control {
  border-radius: 4px;
}
.wizard .form-select {
  border: 1px solid #E0E0E0;
  box-shadow: none;
  border-radius: 4px;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.wizard .form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #333;
  border-radius: 4px;
}

.bus-ticket .inv-content {
  border: 1px solid #0C0C20;
}
.bus-ticket .inv-content .invoice-header {
  background: #F2F2F2;
  margin: 20px 20px 0;
  padding: 30px;
}
.bus-ticket .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #2c3038;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
.bus-ticket .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.bus-ticket .inv-content .flight-invoice-details .bus-booking-address {
  display: flex;
  align-items: center;
}
.bus-ticket .inv-content .flight-invoice-details .bus-booking-address .booked-add {
  color: #000;
  font-weight: 450;
  font-size: 16px;
}
.bus-ticket .inv-content .flight-invoice-details .bus-booking-address .booked-add span {
  display: block;
  color: #333;
  font-weight: 450;
  font-size: 16px;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .flight-invoice-details .bus-booking-address {
    display: block;
    margin-top: 20px;
  }
}
.bus-ticket .inv-content .flight-invoice-details h3 {
  color: #28084B;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .flight-invoice-details h3 {
    font-size: 30px;
    margin: 20px 0;
  }
}
.bus-ticket .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
}
.bus-ticket .inv-content .flight-invoice-details .invoice-infomation div {
  background: #F2F2F2;
  padding: 10px;
  width: 32.8%;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.bus-ticket .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.bus-ticket .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-address div {
    width: 100%;
  }
}
.bus-ticket .inv-content .passenger-info {
  display: flex;
  margin: 0;
  padding: 0;
}
.bus-ticket .inv-content .passenger-info .passenger-details, .bus-ticket .inv-content .passenger-info .payment-info {
  background: #F2F2F2;
  margin: 0 10px 0 0;
  padding: 15px 25px;
  width: 50%;
}
.bus-ticket .inv-content .passenger-info .passenger-details h5, .bus-ticket .inv-content .passenger-info .payment-info h5 {
  color: #0C0C20;
  margin-bottom: 15px;
  font-size: 18px;
}
.bus-ticket .inv-content .passenger-info .passenger-details div, .bus-ticket .inv-content .passenger-info .payment-info div {
  display: flex;
  justify-content: space-between;
}
.bus-ticket .inv-content .passenger-info .passenger-details div span, .bus-ticket .inv-content .passenger-info .payment-info div span {
  color: #2c3038;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .passenger-info .passenger-details div, .bus-ticket .inv-content .passenger-info .payment-info div {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .passenger-info .passenger-details, .bus-ticket .inv-content .passenger-info .payment-info {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .passenger-info {
    display: block;
  }
}
.bus-ticket .inv-content .passenger-ticket-details {
  margin: 0;
  padding: 30px 20px;
}
.bus-ticket .inv-content .passenger-ticket-details .invoice-title {
  margin: 0;
  padding: 0px 0 30px;
}
.bus-ticket .inv-content .invoice-table {
  margin: 0;
  padding: 0px 20px;
}
.bus-ticket .inv-content .invoice-table h6 {
  padding: 0 0 30px;
  line-height: normal;
}
.bus-ticket .inv-content .invoice-table table {
  color: #95979b;
}
.bus-ticket .inv-content .invoice-table table thead tr {
  color: #2c3038;
}
.bus-ticket .inv-content .invoice-table table .table_width_2 {
  width: 38%;
}
.bus-ticket .inv-content .invoice-table table tr {
  border-bottom: 1px solid #F2F2F2;
}
.bus-ticket .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.bus-ticket .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .bus-ticket .inv-content .invoice-table table tr td, .bus-ticket .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.bus-ticket .inv-content .invoice-table .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-table .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .bus-ticket .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
.bus-ticket .inv-content .invoice-table .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-table .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
.bus-ticket .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px;
  padding: 10px 10px 10px 15px;
}
.bus-ticket .inv-content .invoice-table-footer {
  border: 0;
}
.bus-ticket .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #2c3038;
}
.bus-ticket .inv-content .invoice-table-footer .amount-payable {
  width: 35%;
}
.bus-ticket .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .bus-ticket .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.bus-ticket .inv-content .payable-table {
  margin: 0;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.bus-ticket .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .bus-ticket .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.bus-ticket .inv-content .bank-details {
  margin: 0 20px;
  padding: 10px 0px;
  border-bottom: 1px solid #F2F2F2;
}
.bus-ticket .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.bus-ticket .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.bus-ticket .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.bus-ticket .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.bus-ticket .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
}
.bus-ticket .inv-content .terms-condition p {
  color: #000;
  font-weight: 450;
  font-size: 16px;
}
.bus-ticket .inv-content .thanks-msg {
  padding: 30px 0;
}

@media print {
  .file-link {
    display: none !important;
  }
}
.car-booking .inv-content {
  border: 1px solid #0C0C20;
}
.car-booking .inv-content .invoice-header {
  background: linear-gradient(320deg, #DDCEFF 0%, #DBECFF 100%);
  margin: 20px 20px 0;
  padding: 30px;
}
.car-booking .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-header {
    display: flex;
    align-items: start;
    flex-direction: column-reverse;
  }
}
.car-booking .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.car-booking .inv-content .flight-invoice-details .bus-booking-address {
  display: flex;
  align-items: center;
  margin: 30px 0;
  padding: 0;
}
.car-booking .inv-content .flight-invoice-details .bus-booking-address .booked-add {
  color: #2c3038;
  font-weight: 450;
  width: 50%;
}
.car-booking .inv-content .flight-invoice-details .bus-booking-address .booked-add span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .bus-booking-address .booked-add {
    width: 100%;
  }
}
.car-booking .inv-content .flight-invoice-details .bus-booking-address .info {
  text-align: right;
}
.car-booking .inv-content .flight-invoice-details .bus-booking-address .info p {
  color: #95979b;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .bus-booking-address .info {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .bus-booking-address {
    display: block;
    margin-top: 20px;
  }
}
.car-booking .inv-content .flight-invoice-details h3 {
  color: #2c3038;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details h3 {
    font-size: 30px;
    margin: 20px 0;
  }
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
  margin: 0 0 15px;
  padding: 0;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation div {
  background: #F2F2F2;
  padding: 10px;
  width: 32.8%;
  text-align: center;
  color: #2c3038;
  margin: 0 15px 0px 0;
  padding: 10px;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation div span {
  color: #000;
  margin-left: 10px;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station {
  margin: 0 15px 0 0;
  padding: 25px;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station div {
  margin: 0;
  padding: 0px;
  color: #95979b;
  text-align: left;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station div span {
  display: block;
  margin: 0 0 5px;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info {
  display: flex;
  width: 100%;
  align-items: center;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info .point-img {
  width: 5%;
  margin-right: 15px;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details {
  width: 95%;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details div {
  width: auto;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details div .from-add {
  color: #2c3038;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details span {
  display: inline;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .invoice-infomation .station {
    margin-bottom: 15px;
  }
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .days-detail {
  background: none;
  padding: 0px;
  display: flex;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .days-detail div {
  width: 50%;
  padding: 15px;
  margin-right: 15px;
  text-align: center;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .days-detail div span:first-child {
  margin: 0 0 10px;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .days-detail .invoice-title {
  font-size: 18px;
  color: #7638FF;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.car-booking .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.car-booking .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-address div {
    width: 100%;
  }
}
.car-booking .inv-content .passenger-info {
  display: flex;
  margin: 0;
  padding: 0;
}
.car-booking .inv-content .passenger-info .passenger-details, .car-booking .inv-content .passenger-info .payment-info {
  background: none;
  margin: 0 15px 0 0;
  padding: 0px;
  width: 50%;
}
.car-booking .inv-content .passenger-info .passenger-details h5, .car-booking .inv-content .passenger-info .payment-info h5 {
  color: #0C0C20;
  margin-bottom: 15px;
  font-size: 18px;
}
.car-booking .inv-content .passenger-info .passenger-details div, .car-booking .inv-content .passenger-info .payment-info div {
  display: flex;
  justify-content: space-between;
}
.car-booking .inv-content .passenger-info .passenger-details div span, .car-booking .inv-content .passenger-info .payment-info div span {
  color: #2c3038;
  width: 65%;
  text-align: right;
}
@media (max-width: 992px) {
  .car-booking .inv-content .passenger-info .passenger-details div, .car-booking .inv-content .passenger-info .payment-info div {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .passenger-info .passenger-details div, .car-booking .inv-content .passenger-info .payment-info div {
    font-size: 15px;
  }
}
.car-booking .inv-content .passenger-info .passenger-details .passenger-details-display, .car-booking .inv-content .passenger-info .payment-info .passenger-details-display {
  display: block;
  background: #F2F2F2;
  margin: 0;
  padding: 20px;
  min-height: 180px;
}
@media (max-width: 767px) {
  .car-booking .inv-content .passenger-info .passenger-details, .car-booking .inv-content .passenger-info .payment-info {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .passenger-info {
    display: block;
  }
}
.car-booking .inv-content .passenger-ticket-details {
  margin: 0;
  padding: 15px 20px 30px;
}
.car-booking .inv-content .passenger-ticket-details .invoice-title {
  margin: 0 0 15px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
}
.car-booking .inv-content .passenger-ticket-details .invoice-title span:nth-child(1) {
  color: #fff;
  z-index: 2;
  position: relative;
}
.car-booking .inv-content .passenger-ticket-details .ticket-title-bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  top: 0px;
  left: -22px;
  background: linear-gradient(320deg, #DDCEFF 0%, #DBECFF 100%);
}
.car-booking .inv-content .passenger-ticket-details .ticket-title-bg:hover {
  background: linear-gradient(270.14deg, #7638FF -0.04%, #3698FF 100%);
}
.car-booking .inv-content .invoice-table {
  margin: 0;
  padding: 0px 20px;
}
.car-booking .inv-content .invoice-table h6 {
  padding: 0 0 30px;
  line-height: normal;
}
.car-booking .inv-content .invoice-table table {
  color: #95979b;
}
.car-booking .inv-content .invoice-table table thead tr {
  color: #2c3038;
}
.car-booking .inv-content .invoice-table table .table_width_2 {
  width: 56%;
}
.car-booking .inv-content .invoice-table table tr {
  border-bottom: 1px solid #F2F2F2;
}
.car-booking .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.car-booking .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .car-booking .inv-content .invoice-table table tr td, .car-booking .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.car-booking .inv-content .invoice-table .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-table .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .car-booking .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
.car-booking .inv-content .invoice-table .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-table .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
.car-booking .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px;
  padding: 10px 10px 10px 15px;
}
.car-booking .inv-content .invoice-table-footer {
  border: 0;
}
.car-booking .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #2c3038;
}
.car-booking .inv-content .invoice-table-footer .amount-payable {
  width: 35%;
}
.car-booking .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px;
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .car-booking .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.car-booking .inv-content .payable-table {
  margin: 0 20px;
  padding: 20px 0px;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 767px) {
  .car-booking .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.car-booking .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .car-booking .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.car-booking .inv-content .bank-details {
  margin: 0 20px;
  padding: 30px 0px 20px;
  border-bottom: 1px solid #F2F2F2;
}
.car-booking .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.car-booking .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.car-booking .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.car-booking .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.car-booking .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
}
.car-booking .inv-content .terms-condition p {
  color: #000;
  font-weight: 450;
  font-size: 16px;
}
.car-booking .inv-content .thanks-msg {
  padding: 30px 0;
}

.receipt-wrap {
  max-width: 340px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
}
.receipt-wrap .receipt-top {
  text-align: center;
}
.receipt-wrap .receipt-top .company-logo {
  background: #F4F4F4;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.receipt-wrap .receipt-top .company-name {
  color: #000;
  margin-bottom: 10px;
}
.receipt-wrap .receipt-top .company-address, .receipt-wrap .receipt-top .company-email {
  font-size: 10px;
}
.receipt-wrap .receipt-heading {
  display: flex;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  margin: 10px 0;
  color: #000;
}
.receipt-wrap .receipt-heading span {
  display: inline-flex;
  padding: 0 5px;
  background-color: #fff;
  z-index: 1;
  font-weight: 700;
  font-size: 10px;
}
.receipt-wrap .receipt-heading:before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  top: 46%;
  border-top: 1px dashed #95979b;
}
.receipt-wrap .customer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.receipt-wrap .customer-list li {
  display: flex;
  width: 48%;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-right: 10px;
  justify-content: space-between;
}
.receipt-wrap .customer-list li .desc {
  color: #000;
}
.receipt-wrap .receipt-table {
  width: 100%;
  line-height: 1.3em;
  font-size: 12px;
}
.receipt-wrap .receipt-table thead th {
  color: #000;
  text-align: left;
  padding: 10px 3px;
  border-top: 1px dashed #95979b;
  border-bottom: 1px dashed #95979b;
}
.receipt-wrap .receipt-table td {
  padding: 6px;
}
.receipt-wrap .receipt-table td:first-child, .receipt-wrap .receipt-table th:first-child {
  padding-left: 0;
}
.receipt-wrap .receipt-table tr:first-child td {
  padding-top: 10px;
}
.receipt-wrap .bill-list {
  margin: 0;
  padding: 5px 0;
  font-size: 10px;
}
.receipt-wrap .bill-list .bill_list_in {
  display: flex;
  text-align: right;
  justify-content: space-between;
  padding: 4px 0;
}
.receipt-wrap .bill-list .bill_list_in .bill_title {
  padding-right: 20px;
}
.receipt-wrap .bill-list .bill_list_in .bill_value {
  width: 90px;
}
.receipt-wrap .total-payable {
  color: #000;
}
.receipt-wrap .receipt-seperator {
  width: 100%;
  border-top: 1px dashed #95979b;
  margin: 6px 0;
  margin-left: auto;
}
.receipt-wrap .sample_text {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dashed #95979b;
  line-height: 1.6em;
  color: #95979b;
  font-size: 10px;
}
.receipt-wrap .receipt-footer {
  text-align: center;
  margin-top: 10px;
  font-size: 10px;
}

.receipt-two .bill-list {
  margin: 0;
  padding: 5px 0;
  font-size: 10px;
  border-bottom: 1px dashed #95979b;
}
.receipt-two .bill-list .bill_list_in {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  padding: 4px 0;
}
.receipt-two .bill-list .bill_list_in .bill_title {
  padding-right: 20px;
}
.receipt-two .bill-list .bill_list_in .bill_value {
  width: 90px;
}
.receipt-two .receipt-table {
  margin-top: 0;
}
.receipt-two .receipt-seperator {
  width: 150px;
}
.receipt-two .sample_text img {
  margin-top: 10px;
}

.receipt-three .receipt-top .receipt-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
.receipt-three .receipt-top .company-name {
  color: #95979b;
  text-transform: uppercase;
  font-size: 10px;
}
.receipt-three .receipt-seperator {
  margin: 1px 0;
}
.receipt-three .customer-list {
  margin: 10px 0 0;
}
.receipt-three .receipt-table thead th {
  border-top: 0;
  padding-top: 10px;
}
.receipt-three .receipt-table td {
  padding-bottom: 10px;
}
.receipt-three .bill-list {
  margin: 0;
  padding: 5px 0;
  font-size: 10px;
  border-bottom: 1px dashed #95979b;
}
.receipt-three .bill-list .bill_list_in {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  padding: 4px 0;
}
.receipt-three .bill-list .bill_list_in .bill_title {
  padding-right: 20px;
}
.receipt-three .bill-list .bill_list_in .bill_value {
  width: 90px;
}
.receipt-three .bill-list .receipt-seperator {
  width: 150px;
  margin-left: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}
.receipt-three .sample_text img {
  margin-top: 10px;
}

.receipt-four .receipt-top .receipt-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.receipt-four .receipt-top .company-name {
  color: #95979b;
  text-transform: uppercase;
  font-size: 10px;
}
.receipt-four .receipt-top .company-logo {
  background: none;
  margin-bottom: 0;
}
.receipt-four .receipt-top .company-logo img {
  vertical-align: middle;
}
.receipt-four .receipt-top .receipt-title {
  margin-top: 10px;
}
.receipt-four .receipt-top .company-email {
  padding-bottom: 10px;
}
.receipt-four .receipt-seperator {
  margin: 1px 0;
}
.receipt-four .bill-list .receipt-seperator {
  margin: 6px 0;
}
.receipt-four .customer-list {
  margin-top: 10px;
}
.receipt-four .receipt-table {
  margin-top: 0;
}
.receipt-four .receipt-table thead th {
  border-top: 0;
}
.receipt-four .sample_text img {
  margin-top: 10px;
}

.coffee-shop .inv-content {
  border: 5px solid #000;
  margin: 0;
  padding: 40px;
}
.coffee-shop .inv-content .invoice-header {
  margin: 0;
  padding: 0 0 30px;
  border-bottom: 5px solid #000;
}
.coffee-shop .inv-content .invoice-header a {
  margin: 0 0 10px;
  padding: 0px;
}
.coffee-shop .inv-content .invoice-header .inv-header-left {
  width: 30%;
}
@media (max-width: 992px) {
  .coffee-shop .inv-content .invoice-header .inv-header-left {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .invoice-header .inv-header-left {
    width: auto;
  }
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .invoice-header .inv-header-right {
    margin: 15px 0 0;
  }
}
.coffee-shop .inv-content .invoice-header .inv-header-right .tax-invoice {
  margin: 15px 0 10px;
  padding: 0px;
}
.coffee-shop .inv-content .invoice-header .inv-header-right .gst-details {
  margin: 5px 0 0px;
  padding: 0px;
}
.coffee-shop .inv-content .invoice-header .inv-details {
  display: block;
}
.coffee-shop .inv-content .invoice-header .inv-details span {
  font-size: 24px;
  color: #2c3038;
  font-weight: 700;
}
.coffee-shop .inv-content .invoice-header .inv-details .inv-date {
  margin: 0 0 10px;
  padding: 0px;
}
.coffee-shop .inv-content .invoice-header .inv-details .inv-no {
  background: url("../img/inv-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 19px;
  color: #fff;
  font-size: 16px;
  color: #fff;
}
.coffee-shop .inv-content .invoice-header .inv-details .inv-no span {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 992px) {
  .coffee-shop .inv-content .invoice-header .inv-details .inv-no {
    margin: 0;
    padding: 10px;
    background: #000;
  }
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .invoice-header .inv-details .inv-no {
    width: 275px;
  }
}
@media (max-width: 575.98px) {
  .coffee-shop .inv-content .invoice-header .inv-details .inv-no {
    width: 245px;
  }
}
.coffee-shop .inv-content .invoice-address {
  margin: 0;
  padding: 40px 0;
}
.coffee-shop .inv-content .invoice-address .invoice-to .invoice-title {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .invoice-address .invoice-to {
    margin: 0;
  }
}
.coffee-shop .inv-content .invoice-table {
  margin: 0;
  padding: 0 0 25px;
}
.coffee-shop .inv-content .invoice-table table {
  color: #2c3038;
  margin: 0;
  padding: 0px;
}
.coffee-shop .inv-content .invoice-table table thead .coffee-shop {
  background: #7638FF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
.coffee-shop .inv-content .invoice-table table .table_width_2 {
  width: 50%;
}
.coffee-shop .inv-content .invoice-table table tr {
  border-bottom: 1px solid #000;
}
.coffee-shop .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.coffee-shop .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
.coffee-shop .inv-content .invoice-table table tr td {
  margin: 0;
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .coffee-shop .inv-content .invoice-table table tr td, .coffee-shop .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
.coffee-shop .inv-content .invoice-table-footer {
  margin: 0;
  padding: 25px 0px;
  border-bottom: 1px solid #000;
}
.coffee-shop .inv-content .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
.coffee-shop .inv-content .invoice-table-footer .table-footer-right table td {
  margin: 0;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.coffee-shop .inv-content .table-total-item {
  margin: 0;
  padding: 15px 0px;
}
.coffee-shop .inv-content .total-amountdetails {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #000;
  text-align: right;
}
@media (max-width: 992px) {
  .coffee-shop .inv-content .total-amountdetails {
    text-align: center;
  }
}
.coffee-shop .inv-content .bank-details {
  margin: 0;
  padding: 25px 15px;
  border-bottom: 1px solid #000;
}
.coffee-shop .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.coffee-shop .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.coffee-shop .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.coffee-shop .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.coffee-shop .inv-content .bank-details .terms-condition {
  margin: 0;
  padding: 0;
  color: #2c3038;
}
.coffee-shop .inv-content .bank-details .terms-condition span {
  font-size: 18px;
  margin: 0 0 10px;
}
.coffee-shop .inv-content .bank-details .terms-condition ol {
  color: #95979b;
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .bank-details .terms-condition {
    margin: 10px 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .bank-details {
    margin: 0;
    padding: 10px 0px;
  }
}
.coffee-shop .inv-content .thanks-msg {
  background: #7638FF;
  border-bottom: 1px solid #000;
  color: #000;
}
@media (max-width: 767px) {
  .coffee-shop .inv-content {
    margin: 0;
    padding: 20px;
  }
}

.domain-hosting .inv-content .invoice-header {
  background: #F2F2F2;
  margin: 20px;
  padding: 30px;
}
.domain-hosting .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #2c3038;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .invoice-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .invoice-header {
    display: flex;
    flex-direction: column-reverse;
  }
}
.domain-hosting .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.domain-hosting .inv-content .flight-invoice-details h3 {
  color: #2c3038;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 22px 0;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .flight-invoice-details h3 {
    font-size: 30px;
    margin: 20px 0;
  }
}
.domain-hosting .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
}
.domain-hosting .inv-content .flight-invoice-details .invoice-infomation div {
  background: #F2F2F2;
  padding: 10px;
  width: 32.8%;
  display: flex;
  justify-content: space-between;
  color: #2c3038;
}
.domain-hosting .inv-content .flight-invoice-details .invoice-infomation div span {
  color: #000;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.domain-hosting .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.domain-hosting .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .invoice-address div {
    width: 100%;
  }
}
.domain-hosting .inv-content .service-details {
  margin: 0;
  padding: 0 20px;
}
.domain-hosting .inv-content .service-details h4 {
  color: #2c3038;
  font-size: 24px;
  margin: 0;
  padding: 20px 0 10px 10px;
  font-weight: 700;
}
.domain-hosting .inv-content .service-details table {
  border-collapse: separate;
  border-spacing: 10px;
  color: #000;
  width: 100%;
}
.domain-hosting .inv-content .service-details table thead th {
  background: #F2F2F2;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 13px;
  color: #000;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .service-details table thead th {
    font-size: 14px;
  }
}
.domain-hosting .inv-content .service-details table .services {
  width: 50%;
}
.domain-hosting .inv-content .service-details table .dates {
  width: 10%;
}
.domain-hosting .inv-content .service-details table .rooms {
  width: 15%;
}
.domain-hosting .inv-content .service-details table .description {
  width: 50%;
}
.domain-hosting .inv-content .service-details table .charged-amount {
  width: 15%;
}
.domain-hosting .inv-content .service-details table .discount {
  width: 15%;
}
.domain-hosting .inv-content .service-details table .total {
  width: 15%;
}
.domain-hosting .inv-content .service-details table tr:nth-child(odd) {
  background: #F2F2F2;
}
.domain-hosting .inv-content .service-details table tr td {
  padding: 10px;
}
@media (max-width: 992px) {
  .domain-hosting .inv-content .service-details table tr td {
    white-space: nowrap;
  }
}
.domain-hosting .inv-content .service-details .invoice-table-footer {
  margin: 0;
  padding: 0;
}
.domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right {
  width: 34%;
}
.domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right table td:first-child {
  background: #fff;
}
.domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right table td:last-child {
  background: #F2F2F2;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right table td {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .service-details .invoice-table-footer {
    display: block;
  }
}
.domain-hosting .inv-content .service-details .subtotal .table-footer-right table td:last-child {
  background: #FCFCFC;
}
.domain-hosting .inv-content .service-details .table-total-item .table-footer-right table td:last-child {
  background: #2C3038;
  color: #F2F2F2;
}
.domain-hosting .inv-content .invoice-table-footer {
  border: 0;
}
.domain-hosting .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #2c3038;
}
.domain-hosting .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 10px;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .domain-hosting .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.domain-hosting .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px 0;
  padding: 10px 10px 10px 15px;
}
.domain-hosting .inv-content .totalamount-footer .table-footer-left, .domain-hosting .inv-content .totalamount-footer .table-footer-right {
  width: 50%;
}
.domain-hosting .inv-content .totalamount-footer .table-footer-left table, .domain-hosting .inv-content .totalamount-footer .table-footer-right table {
  width: 100%;
}
.domain-hosting .inv-content .totalamount-footer .table-footer-left table td, .domain-hosting .inv-content .totalamount-footer .table-footer-right table td {
  width: 50%;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .totalamount-footer .table-footer-left table td, .domain-hosting .inv-content .totalamount-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .totalamount-footer .table-footer-left, .domain-hosting .inv-content .totalamount-footer .table-footer-right {
    width: 100%;
  }
}
.domain-hosting .inv-content .totalamount-footer .table-footer-left table td:last-child div {
  background: #FCFCFC;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.domain-hosting .inv-content .totalamount-footer .table-footer-right table td {
  text-align: left;
}
.domain-hosting .inv-content .totalamount-footer .table-footer-right table td:last-child div {
  background: #000;
  padding: 10px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .totalamount-footer .table-footer-right table td {
    padding: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .totalamount-footer {
    display: block;
  }
}
.domain-hosting .inv-content .payable-table {
  margin: 0 20px;
  padding: 20px 0px;
  border-bottom: 1px solid #7638FF;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.domain-hosting .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .domain-hosting .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.domain-hosting .inv-content .bank-details {
  margin: 0 20px;
  padding: 20px 0px 10px;
  border-bottom: 1px solid #F2F2F2;
}
.domain-hosting .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.domain-hosting .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.domain-hosting .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.domain-hosting .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.domain-hosting .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
}
.domain-hosting .inv-content .terms-condition p {
  color: #000;
}
.domain-hosting .inv-content .thanks-msg {
  padding: 30px 0;
}

.e-commerce .invoice-header {
  margin: 0;
  padding: 40px 40px 15px;
}
.e-commerce .invoice-header .inv-header-right a {
  display: block;
}
.e-commerce .invoice-header .inv-header-right span {
  margin-bottom: 10px;
  display: block;
}
.e-commerce .invoice-header .inv-header-right .inv-details {
  display: block;
}
.e-commerce .invoice-header .inv-header-right .inv-details .inv-date {
  margin: 0 0 5px;
  padding: 0;
}
.e-commerce .invoice-header .inv-header-right .inv-details .inv-date span {
  display: inline;
}
.e-commerce .invoice-header .company-details .invoice-title {
  color: #2C3038;
  font-size: 24px;
}
.e-commerce .invoice-header .company-details .gst-details {
  margin: 10px 0 0;
  padding: 0;
}
.e-commerce .invoice-header .company-details .gst-details span {
  color: #2c3038;
}
@media (max-width: 767px) {
  .e-commerce .invoice-header .company-details {
    margin: 30px 0 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .e-commerce .invoice-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
    margin: 0;
    padding: 20px 20px;
  }
  .e-commerce .invoice-header .tax-invoice {
    display: none;
  }
}
.e-commerce .invoice-header .inv-header-left .tax-invoice {
  color: #2C3038;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.e-commerce .invoice-address table {
  margin: 0;
  padding: 25px 40px;
  justify-content: normal;
}
.e-commerce .invoice-address table .invoice-to {
  width: 32%;
}
@media (max-width: 767px) {
  .e-commerce .invoice-address table .invoice-to {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .e-commerce .invoice-address table {
    margin: 0;
    padding: 20px;
  }
}
.e-commerce .invoice-table table {
  color: #95979b;
}
.e-commerce .invoice-table table thead .ecommercetable {
  background: #7638FF;
  color: #95979b;
}
.e-commerce .invoice-table table .table_width_2 {
  width: 38%;
}
.e-commerce .invoice-table table tr {
  border-bottom: 1px solid #F2F2F2;
}
.e-commerce .invoice-table table tr .table-description {
  color: #2c3038;
}
.e-commerce .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .e-commerce .invoice-table table tr td, .e-commerce .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .e-commerce .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.e-commerce .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
@media (max-width: 767px) {
  .e-commerce .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .e-commerce .invoice-table-footer .total-item {
    display: none;
  }
}
.e-commerce .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .e-commerce .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .e-commerce .bank-details, .e-commerce .terms-condition {
    margin: 0;
    padding: 5px 20px;
  }
}

.fitness-center .invoice-header {
  margin: 0 20px;
  padding: 20px 0px 15px;
}
.fitness-center .invoice-header .tax-invoice {
  font-size: 24px;
  font-weight: 700;
}
.fitness-center .invoice-header .inv-header-right a {
  display: block;
}
.fitness-center .invoice-header .inv-header-right span {
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.fitness-center .invoice-header .inv-header-right .inv-details {
  display: block;
}
.fitness-center .invoice-header .inv-header-right .inv-details .inv-date {
  margin: 0;
  padding: 0;
}
.fitness-center .invoice-header .inv-header-right .inv-details .inv-date span {
  display: inline;
}
.fitness-center .invoice-header .company-details .invoice-title {
  color: #000;
  display: block;
  margin-top: 10px;
}
.fitness-center .invoice-header .company-details .gst-details {
  margin: 10px 0 0;
  padding: 0;
}
.fitness-center .invoice-header .company-details .gst-details span {
  color: #2c3038;
}
@media (max-width: 767px) {
  .fitness-center .invoice-header .company-details {
    margin: 15px 0 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .fitness-center .invoice-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
    margin: 0;
    padding: 20px 20px;
  }
  .fitness-center .invoice-header .tax-invoice {
    display: none;
  }
}
.fitness-center .invoice-address {
  margin: 0;
  padding: 25px 20px;
}
.fitness-center .invoice-address .grand-total {
  background: #F2F2F2;
  margin: 0;
  padding: 15px;
  text-align: center;
  width: 200px;
}
.fitness-center .invoice-address .grand-total span {
  display: block;
}
.fitness-center .invoice-address .grand-total span:last-child {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .fitness-center .invoice-address {
    padding: 15px 20px;
  }
}
.fitness-center .invoice-table {
  margin: 0;
  padding: 0 20px;
}
.fitness-center .invoice-table table {
  color: #95979b;
}
.fitness-center .invoice-table table thead .fitness-center {
  background: #2c3038;
  color: #95979b;
}
.fitness-center .invoice-table table .table_width_2 {
  width: 52%;
}
.fitness-center .invoice-table table tr {
  border-bottom: 1px solid #F2F2F2;
}
.fitness-center .invoice-table table tr .table-description {
  color: #2c3038;
}
.fitness-center .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .fitness-center .invoice-table table tr td, .fitness-center .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .fitness-center .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.fitness-center .invoice-table-footer {
  margin: 0 22px;
  padding: 5px 0;
}
.fitness-center .invoice-table-footer .table-footer-left span {
  display: block;
  color: #2c3038;
}
@media (max-width: 767px) {
  .fitness-center .invoice-table-footer .table-footer-left {
    width: auto;
  }
  .fitness-center .invoice-table-footer .table-footer-left .total-item {
    display: none;
  }
}
.fitness-center .invoice-table-footer .table-footer-right {
  color: #2c3038;
  width: 36%;
}
@media (max-width: 992px) {
  .fitness-center .invoice-table-footer .table-footer-right {
    width: 64%;
  }
}
@media (max-width: 767px) {
  .fitness-center .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fitness-center .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .fitness-center .invoice-table-footer .total-item {
    display: none;
  }
}
.fitness-center .payable-table {
  margin: 0 22px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .fitness-center .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .fitness-center .payable-table .table-footer-left {
    width: 100%;
  }
}
.fitness-center .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .fitness-center .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .fitness-center .payable-table .amount-payable {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fitness-center .payable-table {
    margin: 0 20px;
    padding: 10px 0;
  }
}
.fitness-center .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .fitness-center .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
.fitness-center .bank-details {
  margin: 0 20px;
  padding: 10px 0px;
  border-bottom: 1px solid #F2F2F2;
}
.fitness-center .bank-details .payment-info {
  color: #2c3038;
}
.fitness-center .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.fitness-center .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.fitness-center .bank-details .payment-info span {
  color: #95979b;
}
.fitness-center .bank-details .company-sign {
  color: #000;
}
.fitness-center .terms-condition {
  margin: 0 20px;
  padding: 20px 0;
}
.fitness-center .terms-condition p {
  color: #000;
}
@media (max-width: 767px) {
  .fitness-center .bank-details, .fitness-center .terms-condition {
    margin: 0;
    padding: 5px 20px;
  }
}

.flight-booking .inv-content .invoice-header {
  background: #F2F2F2;
  margin: 20px;
  padding: 30px;
}
.flight-booking .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #2c3038;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
.flight-booking .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.flight-booking .inv-content .flight-invoice-details h3 {
  color: #2c3038;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 22px 0;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .flight-invoice-details h3 {
    font-size: 30px;
    margin: 20px 0;
  }
}
.flight-booking .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
}
.flight-booking .inv-content .flight-invoice-details .invoice-infomation div {
  background: #F2F2F2;
  padding: 10px;
  width: 32.8%;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.flight-booking .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.flight-booking .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-address div {
    width: 100%;
  }
}
.flight-booking .inv-content .passenger-info {
  display: flex;
  margin: 0 20px 30px;
  padding: 0;
}
.flight-booking .inv-content .passenger-info .passenger-details, .flight-booking .inv-content .passenger-info .payment-info {
  background: #F2F2F2;
  margin: 0 10px 0 0;
  padding: 15px 25px;
  width: 50%;
}
.flight-booking .inv-content .passenger-info .passenger-details h5, .flight-booking .inv-content .passenger-info .payment-info h5 {
  color: #0C0C20;
  margin-bottom: 15px;
  font-size: 18px;
}
.flight-booking .inv-content .passenger-info .passenger-details div, .flight-booking .inv-content .passenger-info .payment-info div {
  display: flex;
  justify-content: space-between;
}
.flight-booking .inv-content .passenger-info .passenger-details div span, .flight-booking .inv-content .passenger-info .payment-info div span {
  color: #2c3038;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .passenger-info .passenger-details, .flight-booking .inv-content .passenger-info .payment-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .passenger-info {
    display: block;
  }
}
.flight-booking .inv-content .invoice-table {
  margin: 0;
  padding: 0px 20px;
}
.flight-booking .inv-content .invoice-table h6 {
  padding: 0 0 30px;
  line-height: normal;
}
.flight-booking .inv-content .invoice-table table {
  color: #95979b;
}
.flight-booking .inv-content .invoice-table table thead tr {
  background: linear-gradient(270.14deg, #7638FF -0.04%, #3698FF 100%);
  color: #95979b;
}
.flight-booking .inv-content .invoice-table table .table_width_2 {
  width: 38%;
}
.flight-booking .inv-content .invoice-table table tr {
  border-bottom: 1px solid #F2F2F2;
}
.flight-booking .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.flight-booking .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .flight-booking .inv-content .invoice-table table tr td, .flight-booking .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.flight-booking .inv-content .invoice-table .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-table .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .flight-booking .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
.flight-booking .inv-content .invoice-table .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-table .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
.flight-booking .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px;
  padding: 15px 10px 15px 15px;
}
.flight-booking .inv-content .invoice-table-footer {
  border: 0;
}
.flight-booking .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #2c3038;
}
.flight-booking .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .flight-booking .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.flight-booking .inv-content .payable-table {
  margin: 0;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.flight-booking .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .flight-booking .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.flight-booking .inv-content .bank-details {
  margin: 0 20px;
  padding: 10px 0px;
  border-bottom: 1px solid #F2F2F2;
}
.flight-booking .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.flight-booking .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.flight-booking .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.flight-booking .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.flight-booking .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
}
.flight-booking .inv-content .terms-condition p {
  color: #000;
}
.flight-booking .inv-content .thanks-msg {
  padding: 30px 0;
}

.hotel-booking .inv-content .invoice-header .inv-header-left span {
  display: block;
  margin: 10px 0 0;
}
.hotel-booking .inv-content .invoice-header .inv-header-right {
  width: 54%;
  position: relative;
  overflow: hidden;
}
.hotel-booking .inv-content .invoice-header .company-details .gst-details {
  position: relative;
  margin: 0;
  padding: 40px 30px;
  color: #3F4254;
  z-index: 2;
  left: 20px;
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .invoice-header .company-details .gst-details {
    color: #000;
  }
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .invoice-header .company-details .gst-details {
    margin: 0;
    padding: 10px 0px;
  }
}
.hotel-booking .inv-content .invoice-header .company-details .address-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  top: 0px;
  right: -46px;
  overflow: hidden;
  background: linear-gradient(320deg, #DDCEFF 0%, #DBECFF 100%);
}
.hotel-booking .inv-content .invoice-header .company-details .address-bg:hover {
  background: linear-gradient(270.14deg, #7638FF -0.04%, #3698FF 100%);
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .invoice-header .company-details .address-bg {
    display: none;
  }
}
.hotel-booking .inv-content .hotel-info {
  display: flex;
  margin: 0;
  padding: 10px 30px 0;
}
.hotel-booking .inv-content .hotel-info .hotel-booking-details {
  width: 70%;
  border: 1px solid #F2F2F2;
  margin: 0 15px 0 0;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.hotel-booking .inv-content .hotel-info .hotel-booking-details .booked-info {
  width: 33.33%;
  display: inline-flex;
}
.hotel-booking .inv-content .hotel-info .hotel-booking-details .booked-info span {
  margin: 0 0px 0 0;
  padding: 15px;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  display: inline-block;
  width: 50%;
}
.hotel-booking .inv-content .hotel-info .hotel-booking-details .booked-info .right-info {
  border-right: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .hotel-info .hotel-booking-details .booked-info {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .hotel-info .hotel-booking-details .booked-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .hotel-info .hotel-booking-details {
    display: block;
    width: 100%;
  }
}
.hotel-booking .inv-content .hotel-info .hotel-booking-address {
  border: 1px solid #F2F2F2;
  margin: 0 0 0;
  padding: 25px;
  width: 30%;
}
.hotel-booking .inv-content .hotel-info .hotel-booking-address .billing-name {
  color: #2c3038;
  display: block;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .hotel-info .hotel-booking-address {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .hotel-info {
    display: block;
  }
}
.hotel-booking .inv-content .hotel-name {
  font-size: 40px;
  margin: 0;
  padding: 0px 0 0 30px;
  color: #e90202;
  font-weight: 700;
}
.hotel-booking .inv-content .service-details {
  margin: 0;
  padding: 0 30px;
}
.hotel-booking .inv-content .service-details h4 {
  color: #2c3038;
  font-size: 24px;
  margin: 0;
  padding: 30px 0 30px 10px;
  font-weight: 700;
}
.hotel-booking .inv-content .service-details table {
  border-collapse: separate;
  border-spacing: 10px;
  color: #000;
  width: 100%;
}
.hotel-booking .inv-content .service-details table thead th {
  background: #2c3038;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 4px;
  color: #F2F2F2;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .service-details table thead th {
    font-size: 14px;
  }
}
.hotel-booking .inv-content .service-details table .services {
  width: 40%;
}
.hotel-booking .inv-content .service-details table .dates {
  width: 10%;
}
.hotel-booking .inv-content .service-details table .rooms {
  width: 15%;
}
.hotel-booking .inv-content .service-details table .description {
  width: 25%;
}
.hotel-booking .inv-content .service-details table .charged-amount {
  width: 20%;
}
.hotel-booking .inv-content .service-details table .discount {
  width: 15%;
}
.hotel-booking .inv-content .service-details table .total {
  width: 15%;
}
.hotel-booking .inv-content .service-details table tr:nth-child(odd) {
  background: #F2F2F2;
}
.hotel-booking .inv-content .service-details table tr td {
  padding: 10px;
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .service-details table tr td {
    white-space: nowrap;
  }
}
.hotel-booking .inv-content .service-details .invoice-table-footer {
  margin: 0;
  padding: 0;
}
.hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right {
  width: 32%;
}
.hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right table td:first-child {
  background: #fff;
}
.hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right table td:last-child {
  background: #F2F2F2;
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right table td {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .service-details .invoice-table-footer {
    display: block;
  }
}
.hotel-booking .inv-content .service-details .subtotal .table-footer-right table td:last-child {
  background: #FCFCFC;
}
.hotel-booking .inv-content .service-details .table-total-item .table-footer-right table td:last-child {
  background: #2c3038;
  color: #fff;
}
.hotel-booking .inv-content .terms-condition {
  border-bottom: 0;
  margin: 0;
  padding: 30px;
}
.hotel-booking .inv-content .terms-condition span {
  color: #2c3038;
}
.hotel-booking .inv-content .terms-condition ol {
  color: #95979b;
}
.hotel-booking .inv-content .thanks-msg {
  background: #F2F2F2;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 30px 40px;
  padding: 15px 0;
  color: #000;
}

.booking-date {
  color: #000000;
  font-size: 16px;
  font-weight: 450;
}

.Arimonet-billing .inv-content {
  border: 5px solid #000;
  margin: 0;
  padding: 40px;
}
.Arimonet-billing .inv-content .invoice-header {
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 5px solid #000;
}
.Arimonet-billing .inv-content .invoice-header a {
  margin: 0 0 10px;
  padding: 0px;
}
.Arimonet-billing .inv-content .invoice-header .inv-header-right {
  width: 30%;
}
@media (max-width: 992px) {
  .Arimonet-billing .inv-content .invoice-header .inv-header-right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .invoice-header .inv-header-right {
    width: auto;
  }
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .invoice-header .inv-header-left {
    margin: 15px 0 0;
  }
}
.Arimonet-billing .inv-content .invoice-header .inv-header-left .tax-invoice {
  margin: 15px 0 10px;
  padding: 0px;
}
.Arimonet-billing .inv-content .invoice-header .inv-header-left .gst-details {
  margin: 5px 0 0px;
  padding: 0px;
}
.Arimonet-billing .inv-content .invoice-header .inv-header-left .company-details .company-name {
  color: #000;
}
.Arimonet-billing .inv-content .invoice-header .inv-details {
  display: block;
}
.Arimonet-billing .inv-content .invoice-header .inv-details span {
  font-size: 24px;
  color: #2c3038;
  font-weight: 700;
}
.Arimonet-billing .inv-content .invoice-header .inv-details .inv-date {
  margin: 0 0 10px;
  padding: 0px;
}
.Arimonet-billing .inv-content .invoice-header .inv-details .inv-no {
  background: url("../img/inv-bg-rightblue.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  color: #fff;
}
.Arimonet-billing .inv-content .invoice-header .inv-details .inv-no span {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .Arimonet-billing .inv-content .invoice-header .inv-details .inv-no {
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .Arimonet-billing .inv-content .invoice-header .inv-details .inv-no {
    margin: 0;
    padding: 10px;
    background: #000;
  }
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .invoice-header .inv-details .inv-no {
    width: 275px;
    background: #000;
  }
}
@media (max-width: 575.98px) {
  .Arimonet-billing .inv-content .invoice-header .inv-details .inv-no {
    width: 235px;
    background: #000;
  }
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .invoice-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.Arimonet-billing .inv-content .invoice-address {
  margin: 0;
  padding: 20px 0;
}
.Arimonet-billing .inv-content .invoice-address .invoice-to .invoice-title {
  margin: 0;
  padding: 0;
}
.Arimonet-billing .inv-content .invoice-address .invoice-to span {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .invoice-address .invoice-to {
    margin: 0;
  }
}
.Arimonet-billing .inv-content .billing-info {
  display: flex;
  margin: 0 0 45px;
  padding: 0 0 20px;
  border-bottom: 5px solid #000;
}
.Arimonet-billing .inv-content .billing-info .billing-details {
  background: none;
  margin: 0 20px 0 0;
  padding: 0px;
  width: 50%;
}
.Arimonet-billing .inv-content .billing-info .billing-details h5 {
  color: #0C0C20;
  margin-bottom: 15px;
  font-size: 18px;
}
.Arimonet-billing .inv-content .billing-info .billing-details div {
  display: flex;
  justify-content: space-between;
}
.Arimonet-billing .inv-content .billing-info .billing-details div span {
  color: #2c3038;
  width: 70%;
  text-align: right;
}
@media (max-width: 992px) {
  .Arimonet-billing .inv-content .billing-info .billing-details div {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .billing-info .billing-details div {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .billing-info .billing-details {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .billing-info {
    display: block;
  }
}
.Arimonet-billing .inv-content .invoice-table {
  margin: 0;
  padding: 0 0 25px;
}
.Arimonet-billing .inv-content .invoice-table table {
  color: #2c3038;
  margin: 0;
  padding: 0px;
}
.Arimonet-billing .inv-content .invoice-table table thead tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
.Arimonet-billing .inv-content .invoice-table table .table_width_2 {
  width: 62%;
}
.Arimonet-billing .inv-content .invoice-table table tr {
  border-bottom: 1px solid #000;
}
.Arimonet-billing .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.Arimonet-billing .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
.Arimonet-billing .inv-content .invoice-table table tr td {
  margin: 0;
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .Arimonet-billing .inv-content .invoice-table table tr td, .Arimonet-billing .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
.Arimonet-billing .inv-content .invoice-table-footer {
  margin: 0;
  padding: 20px 0px;
  border-bottom: 1px solid #000;
}
.Arimonet-billing .inv-content .invoice-table-footer .table-footer-left {
  width: 69%;
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .invoice-table-footer .table-footer-left {
    width: auto;
  }
}
.Arimonet-billing .inv-content .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
.Arimonet-billing .inv-content .invoice-table-footer .table-footer-right table td {
  margin: 0;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .invoice-table-footer .table-footer-right table td {
    margin: 0;
    padding: 15px 0px;
  }
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.Arimonet-billing .inv-content .table-total-item {
  margin: 0;
  padding: 15px 0px 15px 15px;
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .table-total-item {
    margin: 0;
    padding: 15px 0px;
  }
}
.Arimonet-billing .inv-content .total-amountdetails {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #000;
  text-align: center;
}
@media (max-width: 992px) {
  .Arimonet-billing .inv-content .total-amountdetails {
    text-align: center;
  }
}
.Arimonet-billing .inv-content .bank-details {
  margin: 0;
  padding: 25px 15px;
  border-bottom: 1px solid #000;
}
.Arimonet-billing .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.Arimonet-billing .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.Arimonet-billing .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.Arimonet-billing .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.Arimonet-billing .inv-content .bank-details .terms-condition {
  margin: 0;
  padding: 0;
  color: #2c3038;
}
.Arimonet-billing .inv-content .bank-details .terms-condition span {
  font-size: 18px;
  margin: 0 0 10px;
}
.Arimonet-billing .inv-content .bank-details .terms-condition ol {
  color: #95979b;
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .bank-details .terms-condition {
    margin: 10px 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content .bank-details {
    margin: 0;
    padding: 10px 0px;
  }
}
.Arimonet-billing .inv-content .thanks-msg {
  background: #F2F2F2;
  border-bottom: 1px solid #000;
  color: #000;
}
@media (max-width: 767px) {
  .Arimonet-billing .inv-content {
    margin: 0;
    padding: 20px;
  }
}

.medical .inv-content {
  border: 1px solid #000;
  margin: 0;
  padding: 30px;
}
.medical .inv-content .invoice-header {
  border-top: 10px solid #2c3038;
  border-bottom: 10px solid #2c3038;
  margin: 0;
  padding: 20px 20px;
}
.medical .inv-content .invoice-header .inv-header-left {
  width: 54%;
}
@media (max-width: 1199.98px) {
  .medical .inv-content .invoice-header .inv-header-left {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-header .inv-header-left {
    width: 100%;
  }
}
.medical .inv-content .invoice-header .inv-header-left h4 {
  color: #28084B;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-header .inv-header-left h4 {
    display: none;
  }
}
.medical .inv-content .invoice-header .inv-header-right span {
  display: block;
  margin: 15px 0;
}
.medical .inv-content .invoice-header .inv-header-right h3 {
  font-size: 40px;
  margin: 0;
  padding: 0;
  color: #2c3038;
  font-weight: 700;
}
@media (max-width: 992px) {
  .medical .inv-content .invoice-header .inv-header-right h3 {
    font-size: 30px;
  }
}
.medical .inv-content .invoice-header .company-details {
  position: relative;
  overflow: hidden;
}
.medical .inv-content .invoice-header .company-details .gst-details {
  position: relative;
  margin: 0;
  padding: 40px 30px;
  color: #fff;
  z-index: 2;
}
.medical .inv-content .invoice-header .company-details .gst-details span {
  color: #fff;
}
@media (max-width: 992px) {
  .medical .inv-content .invoice-header .company-details .gst-details span {
    color: #000;
  }
}
@media (max-width: 992px) {
  .medical .inv-content .invoice-header .company-details .gst-details {
    color: #000;
    margin: 0;
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-header .company-details .gst-details {
    margin: 0;
    padding: 10px 0px;
  }
}
.medical .inv-content .invoice-header .company-details .address-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  top: 0px;
  right: 38px;
  overflow: hidden;
  background-color: #7638FF;
}
.medical .inv-content .invoice-header .company-details .address-bg:hover {
  background-color: #7638FF;
}
@media (max-width: 1199.98px) {
  .medical .inv-content .invoice-header .company-details .address-bg {
    right: 58px;
  }
}
@media (max-width: 992px) {
  .medical .inv-content .invoice-header .company-details .address-bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-header {
    flex-direction: column-reverse;
    display: flex;
  }
}
.medical .inv-content .patient-info {
  display: flex;
  margin: 0 0 20px;
  padding: 0;
}
.medical .inv-content .patient-info .patient-details, .medical .inv-content .patient-info .treatment-info {
  background: #F2F2F2;
  margin: 0 20px 0 0;
  padding: 20px;
  width: 50%;
}
.medical .inv-content .patient-info .patient-details h5, .medical .inv-content .patient-info .treatment-info h5 {
  color: #0C0C20;
  margin-bottom: 15px;
  font-size: 18px;
}
.medical .inv-content .patient-info .patient-details div, .medical .inv-content .patient-info .treatment-info div {
  display: flex;
  justify-content: space-between;
}
.medical .inv-content .patient-info .patient-details div span, .medical .inv-content .patient-info .treatment-info div span {
  color: #2c3038;
  width: 70%;
  text-align: right;
}
@media (max-width: 992px) {
  .medical .inv-content .patient-info .patient-details div, .medical .inv-content .patient-info .treatment-info div {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .patient-info .patient-details div, .medical .inv-content .patient-info .treatment-info div {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .patient-info .patient-details, .medical .inv-content .patient-info .treatment-info {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .patient-info {
    display: block;
  }
}
.medical .inv-content h5 {
  background: #F4F4F4;
  color: #2c3038;
  border-radius: 10px;
  font-size: 18px;
  margin: 20px 0;
  padding: 10px 20px;
}
.medical .inv-content .invoice-table {
  margin: 0;
  padding: 0 0 20px;
}
.medical .inv-content .invoice-table table {
  color: #2c3038;
  margin: 0;
  padding: 0px;
}
.medical .inv-content .invoice-table table thead tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
.medical .inv-content .invoice-table table .table_width_2 {
  width: 50%;
}
.medical .inv-content .invoice-table table tr {
  border-bottom: 1px solid #000;
}
.medical .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.medical .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
.medical .inv-content .invoice-table table tr td {
  margin: 0;
  padding: 20px 15px;
}
.medical .inv-content .invoice-table table tr td:last-child, .medical .inv-content .invoice-table table tr th:last-child {
  padding-right: 25px;
}
@media (max-width: 992px) {
  .medical .inv-content .invoice-table table tr td, .medical .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
.medical .inv-content .invoice-table-footer {
  margin: 0;
  padding: 20px 10px;
  border-bottom: 1px solid #000;
}
.medical .inv-content .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
.medical .inv-content .invoice-table-footer .table-footer-right table td {
  margin: 0;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-table-footer .table-footer-right table td {
    margin: 0;
    padding: 5px 0px;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.medical .inv-content .table-total-item {
  margin: 0;
  padding: 15px 10px 15px 20px;
}
@media (max-width: 767px) {
  .medical .inv-content .table-total-item {
    margin: 0;
    padding: 15px 0px;
  }
}
.medical .inv-content .total-amountdetails {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  text-align: center;
}
@media (max-width: 992px) {
  .medical .inv-content .total-amountdetails {
    text-align: center;
  }
}
.medical .inv-content .bank-details {
  margin: 0;
  padding: 25px 15px;
  border-bottom: 1px solid #000;
}
.medical .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.medical .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.medical .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.medical .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.medical .inv-content .bank-details .terms-condition {
  margin: 0;
  padding: 0;
  color: #2c3038;
}
.medical .inv-content .bank-details .terms-condition span {
  font-size: 18px;
  margin: 0 0 10px;
}
.medical .inv-content .bank-details .terms-condition ol {
  color: #95979b;
}
@media (max-width: 767px) {
  .medical .inv-content .bank-details .terms-condition {
    margin: 10px 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .bank-details {
    margin: 0;
    padding: 10px 0px;
  }
}
.medical .inv-content .thanks-msg {
  background: #F2F2F2;
  border-bottom: 1px solid #000;
  color: #000;
}
@media (max-width: 767px) {
  .medical .inv-content {
    margin: 0;
    padding: 20px;
  }
}

.money-exchange .inv-content {
  border-radius: 10px;
  border: 1px solid #95979b;
}
.money-exchange .inv-content .invoice-header {
  background: #FCFCFC;
  border-radius: 8px;
  margin: 25px;
  padding: 25px;
}
.money-exchange .inv-content .invoice-header .cineplux-title {
  font-size: 64px;
  line-height: 80px;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .invoice-header .cineplux-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .invoice-header .cineplux-title {
    font-size: 30px;
    line-height: 50px;
  }
}
.money-exchange .inv-content .invoice-header .inv-header-left a {
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left span {
  margin-bottom: 10px;
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details {
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details .inv-date {
  margin: 0 0 5px;
  padding: 0;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details .inv-date span {
  display: inline;
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  margin-left: 8px;
}
.money-exchange .inv-content .invoice-header .inv-header-right .company-name {
  margin: 0 0 10px;
  padding: 0;
  display: block;
}
.money-exchange .inv-content .exchange-details {
  margin: 0 25px;
  padding: 0;
}
.money-exchange .inv-content .exchange-details h4 {
  background: #F4F4F4;
  color: #2c3038;
  border-radius: 10px;
  font-size: 18px;
  margin: 0;
  padding: 10px 30px;
}
.money-exchange .inv-content .exchange-details .exchange-info {
  display: flex;
  margin: 20px 0 0;
  padding: 0;
}
.money-exchange .inv-content .exchange-details .exchange-info div {
  background: #FCFCFC;
  border-radius: 10px;
  width: 24%;
  margin: 0;
  padding: 10px;
  display: flex;
  border: 1px solid #D9D9D9;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .exchange-details .exchange-info div {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .exchange-details .exchange-info div {
    width: 100%;
  }
}
.money-exchange .inv-content .exchange-details .exchange-info div span {
  color: #2c3038;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .exchange-details .exchange-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .exchange-details .exchange-info {
    display: block;
  }
}
.money-exchange .inv-content .transfer-overview {
  margin: 0;
  padding: 30px 25px;
}
.money-exchange .inv-content .transfer-overview .exchange-info div {
  width: 32%;
}
@media (max-width: 767px) {
  .money-exchange .inv-content .transfer-overview .exchange-info div {
    width: 100%;
  }
}
.money-exchange .inv-content .transfer-overview .exchange-rate div {
  width: 49%;
}
@media (max-width: 767px) {
  .money-exchange .inv-content .transfer-overview .exchange-rate div {
    width: 100%;
  }
}
.money-exchange .inv-content .sendto-details {
  display: flex;
  margin: 20px 0 30px;
  padding: 0;
}
.money-exchange .inv-content .sendto-details .sendto-left, .money-exchange .inv-content .sendto-details .sendto-right {
  border: 1px solid #D9D9D9;
  background: #FCFCFC;
  border-radius: 10px;
  margin: 0;
  padding: 20px;
  width: 49%;
}
.money-exchange .inv-content .sendto-details .sendto-left div, .money-exchange .inv-content .sendto-details .sendto-right div {
  display: flex;
}
.money-exchange .inv-content .sendto-details .sendto-left div span, .money-exchange .inv-content .sendto-details .sendto-right div span {
  color: #2c3038;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .sendto-details .sendto-left div, .money-exchange .inv-content .sendto-details .sendto-right div {
    display: block;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .sendto-details .sendto-left, .money-exchange .inv-content .sendto-details .sendto-right {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .sendto-details {
    display: block;
  }
}
.money-exchange .inv-content .exchange-notes p {
  margin: 20px 0 30px 0;
  padding: 0;
}
.money-exchange .inv-content .thanks-msg {
  margin: 0px 25px 30px 25px;
  padding: 15px;
  border: 1px solid #D9D9D9;
  color: #fff;
  background: #7638FF;
  border-radius: 10px;
}

.money-exchange .inv-content {
  border-radius: 10px;
  border: 1px solid #95979b;
}
.money-exchange .inv-content .invoice-header {
  background: #FCFCFC;
  border-radius: 8px;
  margin: 25px;
  padding: 25px;
}
.money-exchange .inv-content .invoice-header .cineplux-title {
  font-size: 64px;
  line-height: 80px;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .invoice-header .cineplux-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .invoice-header .cineplux-title {
    font-size: 30px;
    line-height: 50px;
  }
}
.money-exchange .inv-content .invoice-header .inv-header-left a {
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left span {
  margin-bottom: 10px;
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details {
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details .inv-date {
  margin: 0 0 5px;
  padding: 0;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details .inv-date span {
  display: inline;
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  margin-left: 8px;
}
.money-exchange .inv-content .invoice-header .inv-header-right .company-name {
  margin: 0 0 10px;
  padding: 0;
  display: block;
}
.money-exchange .inv-content .exchange-details {
  margin: 0 25px;
  padding: 0;
}
.money-exchange .inv-content .exchange-details h4 {
  background: #F4F4F4;
  color: #2c3038;
  border-radius: 10px;
  font-size: 18px;
  margin: 0;
  padding: 10px 30px;
}
.money-exchange .inv-content .exchange-details .exchange-info {
  display: flex;
  margin: 20px 0 0;
  padding: 0;
}
.money-exchange .inv-content .exchange-details .exchange-info div {
  background: #FCFCFC;
  border-radius: 10px;
  width: 24%;
  margin: 0;
  padding: 10px;
  display: flex;
  border: 1px solid #D9D9D9;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .exchange-details .exchange-info div {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .exchange-details .exchange-info div {
    width: 100%;
  }
}
.money-exchange .inv-content .exchange-details .exchange-info div span {
  color: #2c3038;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .exchange-details .exchange-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .exchange-details .exchange-info {
    display: block;
  }
}
.money-exchange .inv-content .transfer-overview {
  margin: 0;
  padding: 30px 25px;
}
.money-exchange .inv-content .transfer-overview .exchange-info div {
  width: 32%;
}
@media (max-width: 767px) {
  .money-exchange .inv-content .transfer-overview .exchange-info div {
    width: 100%;
  }
}
.money-exchange .inv-content .transfer-overview .exchange-rate div {
  width: 49%;
}
@media (max-width: 767px) {
  .money-exchange .inv-content .transfer-overview .exchange-rate div {
    width: 100%;
  }
}
.money-exchange .inv-content .sendto-details {
  display: flex;
  margin: 20px 0 30px;
  padding: 0;
}
.money-exchange .inv-content .sendto-details .sendto-left, .money-exchange .inv-content .sendto-details .sendto-right {
  border: 1px solid #D9D9D9;
  background: #FCFCFC;
  border-radius: 10px;
  margin: 0;
  padding: 20px;
  width: 49%;
}
.money-exchange .inv-content .sendto-details .sendto-left div, .money-exchange .inv-content .sendto-details .sendto-right div {
  display: flex;
}
.money-exchange .inv-content .sendto-details .sendto-left div span, .money-exchange .inv-content .sendto-details .sendto-right div span {
  color: #2c3038;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .sendto-details .sendto-left div, .money-exchange .inv-content .sendto-details .sendto-right div {
    display: block;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .sendto-details .sendto-left, .money-exchange .inv-content .sendto-details .sendto-right {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .sendto-details {
    display: block;
  }
}
.money-exchange .inv-content .exchange-notes p {
  margin: 20px 0 30px 0;
  padding: 0;
}
.money-exchange .inv-content .thanks-msg {
  margin: 0px 25px 30px 25px;
  padding: 15px;
  border: 1px solid #D9D9D9;
  color: #fff;
  background: #7638FF;
  border-radius: 10px;
}

.movie-booking .inv-content {
  margin: 0;
  padding: 40px;
}
.movie-booking .inv-content .cineplux-title {
  font-size: 80px;
  line-height: 100px;
}
@media (max-width: 767px) {
  .movie-booking .inv-content .cineplux-title {
    font-size: 50px;
    line-height: 70px;
  }
}
.movie-booking .inv-content .invoice-header {
  margin: 0;
  padding: 0 0 15px;
}
.movie-booking .inv-content .invoice-header .inv-header-right a {
  display: block;
}
.movie-booking .inv-content .invoice-header .inv-header-right span {
  margin-bottom: 10px;
  display: block;
}
.movie-booking .inv-content .invoice-header .inv-header-right .inv-details {
  display: block;
}
.movie-booking .inv-content .invoice-header .inv-header-right .inv-details .inv-date {
  margin: 0 0 5px;
  padding: 0;
}
.movie-booking .inv-content .invoice-header .inv-header-right .inv-details .inv-date span {
  display: inline;
}
.movie-booking .inv-content .invoice-header .inv-header-left .tax-invoice {
  color: #2C3038;
}
.movie-booking .inv-content .invoice-header .company-details .invoice-title {
  color: #2C3038;
}
.movie-booking .inv-content .invoice-header .company-details .gst-details {
  margin: 5px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-header .company-details {
    margin: 10px 0 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
    margin: 0;
    padding: 15px 0;
  }
  .movie-booking .inv-content .invoice-header .tax-invoice {
    display: none;
  }
}
.movie-booking .inv-content .invoice-address {
  margin: 0;
  padding: 30px 0px;
  border: 0;
}
.movie-booking .inv-content .invoice-address .invoice-to span {
  font-size: 18px;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-address .invoice-to {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-address {
    margin: 0;
    padding: 10px 0px 20px;
  }
}
.movie-booking .inv-content .invoice-table {
  margin: 0;
  padding: 0;
}
.movie-booking .inv-content .invoice-table table {
  color: #95979b;
  margin: 0;
  padding: 0px;
}
.movie-booking .inv-content .invoice-table table thead .movie-ticket-table {
  background: #7638FF;
  color: #fff;
}
.movie-booking .inv-content .invoice-table table .table_width_2 {
  width: 50%;
}
.movie-booking .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.movie-booking .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
.movie-booking .inv-content .invoice-table table tr td {
  margin: 0;
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .movie-booking .inv-content .invoice-table table tr td, .movie-booking .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
.movie-booking .inv-content .invoice-table-footer {
  margin: 0;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-table-footer .table-footer-right td {
    margin: 0;
    padding: 5px 0px;
  }
}
.movie-booking .inv-content .total-amountdetails {
  margin: 0;
  padding: 25px 0;
  text-align: center;
}
.movie-booking .inv-content .bank-details {
  margin: 0;
  padding: 25px 0px;
  border-bottom: 1px solid #F2F2F2;
}
.movie-booking .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.movie-booking .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.movie-booking .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.movie-booking .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.movie-booking .inv-content .bank-details .terms-condition {
  margin: 0;
  padding: 0;
  color: #2c3038;
}
.movie-booking .inv-content .bank-details .terms-condition span {
  font-size: 18px;
  margin: 0 0 10px;
}
.movie-booking .inv-content .bank-details .terms-condition ol {
  color: #95979b;
}
@media (max-width: 767px) {
  .movie-booking .inv-content .bank-details .terms-condition {
    margin: 10px 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .movie-booking .inv-content .bank-details {
    margin: 0;
    padding: 10px 0px;
  }
}
.movie-booking .inv-content .thanks-msg {
  background: #7638FF;
  color: #fff;
  border-radius: 5px;
}

.student-billing .inv-content .invoice-header {
  background: #F2F2F2;
  margin: 20px;
  padding: 30px;
}
.student-billing .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #2c3038;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .student-billing .inv-content .invoice-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .student-billing .inv-content .invoice-header h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
.student-billing .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.student-billing .inv-content .flight-invoice-details h3 {
  color: #2c3038;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 22px 0;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .student-billing .inv-content .flight-invoice-details h3 {
    font-size: 20px;
    margin: 20px 0;
  }
}
.student-billing .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
  margin-bottom: 10px;
}
.student-billing .inv-content .flight-invoice-details .invoice-infomation div {
  background: #F2F2F2;
  padding: 10px;
  width: 32.8%;
  display: flex;
  justify-content: space-between;
  color: #2c3038;
}
.student-billing .inv-content .flight-invoice-details .invoice-infomation div span {
  color: #000;
}
@media (max-width: 767px) {
  .student-billing .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.student-billing .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.student-billing .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .student-billing .inv-content .invoice-address div {
    width: 100%;
  }
}
.student-billing .inv-content .invoice-table {
  margin: 0;
  padding: 0 20px;
}
.student-billing .inv-content .invoice-table table {
  color: #2c3038;
}
.student-billing .inv-content .invoice-table table thead tr {
  border: 1px solid #95979b;
}
.student-billing .inv-content .invoice-table table tr {
  border-bottom: 1px solid #95979b;
}
.student-billing .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.student-billing .inv-content .invoice-table table .table_width_2 {
  width: 70%;
}
.student-billing .inv-content .invoice-table-footer {
  border: 0;
}
.student-billing .inv-content .invoice-table-footer .notes {
  color: #2c3038;
}
.student-billing .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #95979b;
}
.student-billing .inv-content .invoice-table-footer .notes .delivery-notes {
  max-width: 300px;
}
@media (max-width: 992px) {
  .student-billing .inv-content .invoice-table-footer .notes .delivery-notes {
    max-width: none;
  }
}
.student-billing .inv-content .invoice-table-footer .table-footer-right table {
  color: #2c3038;
}
.student-billing .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 10px;
}
@media (max-width: 767px) {
  .student-billing .inv-content .invoice-table-footer .table-footer-right table td {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .student-billing .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .discount-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .discount-table .notes {
    width: 100%;
    margin-top: 20px;
  }
}
.student-billing .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px 0;
  padding: 10px 10px 10px 15px;
}
.student-billing .inv-content .totalamount-footer .table-footer-left, .student-billing .inv-content .totalamount-footer .table-footer-right {
  width: 50%;
}
.student-billing .inv-content .totalamount-footer .table-footer-left table, .student-billing .inv-content .totalamount-footer .table-footer-right table {
  width: 100%;
}
.student-billing .inv-content .totalamount-footer .table-footer-left table td, .student-billing .inv-content .totalamount-footer .table-footer-right table td {
  width: 50%;
}
@media (max-width: 767px) {
  .student-billing .inv-content .totalamount-footer .table-footer-left table td, .student-billing .inv-content .totalamount-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .totalamount-footer .table-footer-left, .student-billing .inv-content .totalamount-footer .table-footer-right {
    width: 100%;
  }
}
.student-billing .inv-content .totalamount-footer .table-footer-left table td:last-child div {
  background: #FCFCFC;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.student-billing .inv-content .totalamount-footer .table-footer-right table td {
  text-align: left;
}
.student-billing .inv-content .totalamount-footer .table-footer-right table td:last-child div {
  background: #000;
  padding: 10px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .student-billing .inv-content .totalamount-footer .table-footer-right table td {
    padding: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .totalamount-footer {
    display: block;
  }
}
.student-billing .inv-content .payable-table {
  margin: 0 20px;
  padding: 20px 0px;
  border-bottom: 1px solid #7638FF;
}
@media (max-width: 767px) {
  .student-billing .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
.student-billing .inv-content .payable-table .table-footer-left .notes {
  color: #95979b;
}
.student-billing .inv-content .payable-table .table-footer-left .notes span {
  color: #2c3038;
}
@media (max-width: 767px) {
  .student-billing .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.student-billing .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .student-billing .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.student-billing .inv-content .bank-details {
  margin: 0 20px;
  padding: 20px 0px 10px;
  border-bottom: 1px solid #F2F2F2;
}
.student-billing .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.student-billing .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.student-billing .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.student-billing .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.student-billing .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
  text-align: center;
}
.student-billing .inv-content .terms-condition p {
  color: #000;
}
.student-billing .inv-content .thanks-msg {
  padding: 30px 0;
}

.train-ticket .inv-content {
  border: 1px solid #0C0C20;
}
.train-ticket .inv-content .invoice-header {
  background: linear-gradient(270.14deg, #7638FF -0.04%, #3698FF 100%);
  margin: 20px 20px 0;
  padding: 30px;
}
.train-ticket .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-header {
    display: flex;
    align-items: start;
    flex-direction: column-reverse;
  }
}
.train-ticket .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.train-ticket .inv-content .flight-invoice-details .bus-booking-address {
  display: flex;
  align-items: center;
  margin: 30px 0;
  padding: 0;
}
.train-ticket .inv-content .flight-invoice-details .bus-booking-address .booked-add {
  color: #000;
  width: 50%;
}
.train-ticket .inv-content .flight-invoice-details .bus-booking-address .booked-add span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .bus-booking-address .booked-add {
    width: 100%;
  }
}
.train-ticket .inv-content .flight-invoice-details .bus-booking-address .info {
  text-align: right;
}
.train-ticket .inv-content .flight-invoice-details .bus-booking-address .info p {
  color: #95979b;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .bus-booking-address .info {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .bus-booking-address {
    display: block;
    margin-top: 20px;
  }
}
.train-ticket .inv-content .flight-invoice-details h3 {
  color: #2c3038;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details h3 {
    font-size: 30px;
    margin: 20px 0;
  }
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
  margin: 0 0 15px;
  padding: 0;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation div {
  background: #F2F2F2;
  padding: 10px;
  width: 32.8%;
  text-align: center;
  color: #000;
  margin: 0 15px 0px 0;
  padding: 10px;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station {
  margin: 0;
  padding: 25px;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station div {
  margin: 0;
  padding: 0px;
  color: #95979b;
  text-align: left;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station div span {
  display: block;
  margin: 0 0 5px;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station .station-info {
  display: flex;
  width: 100%;
  align-items: center;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station .station-info .point-img {
  width: 5%;
  margin-right: 15px;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details {
  width: 95%;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details .destination {
  color: #2c3038;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .invoice-infomation .station {
    margin-bottom: 15px;
  }
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .seat-details {
  text-align: center;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .seat-details div {
  text-align: center;
  width: 100%;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .seat-details div span {
  margin: 0 0 10px;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .seat-details div .invoice-title {
  line-height: 20px;
}
@media (max-width: 992px) {
  .train-ticket .inv-content .flight-invoice-details .invoice-infomation .seat-details div .invoice-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.train-ticket .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.train-ticket .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-address div {
    width: 100%;
  }
}
.train-ticket .inv-content .passenger-info {
  display: flex;
  margin: 0;
  padding: 0;
}
.train-ticket .inv-content .passenger-info .passenger-details, .train-ticket .inv-content .passenger-info .payment-info {
  background: #F2F2F2;
  margin: 0 10px 0 0;
  padding: 20px;
  width: 50%;
}
.train-ticket .inv-content .passenger-info .passenger-details h5, .train-ticket .inv-content .passenger-info .payment-info h5 {
  color: #0C0C20;
  margin-bottom: 15px;
  font-size: 18px;
}
.train-ticket .inv-content .passenger-info .passenger-details div, .train-ticket .inv-content .passenger-info .payment-info div {
  display: flex;
  justify-content: space-between;
}
.train-ticket .inv-content .passenger-info .passenger-details div span, .train-ticket .inv-content .passenger-info .payment-info div span {
  color: #2c3038;
}
@media (max-width: 992px) {
  .train-ticket .inv-content .passenger-info .passenger-details div, .train-ticket .inv-content .passenger-info .payment-info div {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .passenger-info .passenger-details div, .train-ticket .inv-content .passenger-info .payment-info div {
    font-size: 15px;
    display: block;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .passenger-info .passenger-details, .train-ticket .inv-content .passenger-info .payment-info {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .passenger-info {
    display: block;
  }
}
.train-ticket .inv-content .passenger-ticket-details {
  margin: 0;
  padding: 30px 20px;
}
.train-ticket .inv-content .passenger-ticket-details .invoice-title {
  margin: 0 0 30px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
}
.train-ticket .inv-content .passenger-ticket-details .invoice-title span:nth-child(1) {
  color: #fff;
  z-index: 2;
  position: relative;
}
.train-ticket .inv-content .passenger-ticket-details .ticket-title-bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 27%;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  top: 0px;
  left: -32px;
  background: linear-gradient(270.14deg, #7638FF -0.04%, #3698FF 100%);
}
.train-ticket .inv-content .passenger-ticket-details .ticket-title-bg:hover {
  background: linear-gradient(270.14deg, #7638FF -0.04%, #3698FF 100%);
}
@media (max-width: 1199.98px) {
  .train-ticket .inv-content .passenger-ticket-details .ticket-title-bg {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .passenger-ticket-details .ticket-title-bg {
    width: 100%;
  }
}
.train-ticket .inv-content .invoice-table {
  margin: 0;
  padding: 0px 20px;
}
.train-ticket .inv-content .invoice-table h6 {
  padding: 0 0 30px;
  line-height: normal;
}
.train-ticket .inv-content .invoice-table table {
  color: #95979b;
}
.train-ticket .inv-content .invoice-table table thead tr {
  color: #2c3038;
}
.train-ticket .inv-content .invoice-table table .table_width_2 {
  width: 38%;
}
.train-ticket .inv-content .invoice-table table tr {
  border-bottom: 1px solid #F2F2F2;
}
.train-ticket .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.train-ticket .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .train-ticket .inv-content .invoice-table table tr td, .train-ticket .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.train-ticket .inv-content .invoice-table .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-table .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .train-ticket .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
.train-ticket .inv-content .invoice-table .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-table .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
.train-ticket .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px;
  padding: 10px 10px 10px 15px;
}
.train-ticket .inv-content .invoice-table-footer {
  border: 0;
}
.train-ticket .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #2c3038;
}
.train-ticket .inv-content .invoice-table-footer .amount-payable {
  width: 35%;
}
.train-ticket .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .train-ticket .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.train-ticket .inv-content .payable-table {
  margin: 0 20px;
  padding: 20px 0px;
  border-bottom: 1px solid #95979b;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.train-ticket .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .train-ticket .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.train-ticket .inv-content .bank-details {
  margin: 0 20px;
  padding: 30px 0px 20px;
  border-bottom: 1px solid #F2F2F2;
}
.train-ticket .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.train-ticket .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.train-ticket .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.train-ticket .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.train-ticket .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
}
.train-ticket .inv-content .terms-condition p {
  color: #000;
}
.train-ticket .inv-content .thanks-msg {
  padding: 30px 0;
}

.invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .invoice-wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .inv-details {
    display: block;
  }
}

.inv-content .invoice-header {
  border-bottom: 1px solid #F2F2F2;
  padding: 30px 30px 15px;
}
.inv-content .invoice-header .inv-header-left a {
  display: block;
}
.inv-content .invoice-header .inv-header-left img {
  max-width: 200px;
}
.inv-content .invoice-header .inv-header-left span {
  color: #95979b;
}
.inv-content .invoice-header .inv-header-right {
  text-align: right;
}
.inv-content .invoice-header .inv-header-right img {
  max-width: 200px;
}
.inv-content .invoice-header .inv-header-right .invoice-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3038;
}
@media (max-width: 992px) {
  .inv-content .invoice-header .inv-header-right .invoice-title {
    font-size: 20px;
    margin: 10px 0 0 0;
    padding: 0;
  }
}
.inv-content .invoice-header .inv-header-right .inv-date {
  color: #95979b;
  font-size: 18px;
  font-weight: normal;
  margin-right: 20px;
}
.inv-content .invoice-header .inv-header-right .inv-date:last-child {
  margin-right: 0;
}
.inv-content .invoice-header .inv-header-right .inv-date span {
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  margin-left: 8px;
}
@media print {
  .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-header .inv-header-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-header {
    display: block;
  }
}
@media print {
  .inv-content .invoice-header {
    display: flex;
  }
}
.inv-content .invoice-address {
  margin: 0;
  padding: 20px 30px;
  border-bottom: 1px solid #F2F2F2;
}
.inv-content .invoice-address .invoice-to span {
  color: #95979b;
  margin: 0 0 10px;
  display: block;
}
@media (max-width: 767px) {
  .inv-content .invoice-address .invoice-to span {
    margin: 0 0 10px;
  }
}
@media (max-width: 575.98px) {
  .inv-content .invoice-address .invoice-to span {
    margin: 0 40px 10px;
  }
}
.inv-content .invoice-address .invoice-to .inv-to-address {
  color: #2C3038;
}
@media (max-width: 767px) {
  .inv-content .invoice-address .invoice-to {
    margin-bottom: 20px;
  }
}
.inv-content .invoice-address .company-details {
  text-align: right;
}
.inv-content .invoice-address .company-details .company-name {
  font-size: 24px;
  color: #7638FF;
  margin: 0 0 10px;
  font-weight: 700;
  display: block;
}
.inv-content .invoice-address .company-details .gst-details {
  margin: 0 0 10px;
}
.inv-content .invoice-address .company-details .gst-details span {
  color: #95979b;
  display: block;
}
@media print {
  .inv-content .invoice-address .company-details .gst-details {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-address .company-details {
    text-align: left;
    margin: 0 0 20px;
  }
}
@media print {
  .inv-content .invoice-address {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .inv-content .invoice-address {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-address {
    display: block;
    padding: 0px 30px;
  }
}
.inv-content .invoice-table {
  margin: 0;
  padding: 15px 30px 0;
}
.inv-content .invoice-table table {
  width: 100%;
  color: #2c3038;
}
.inv-content .invoice-table table .table_width_1 {
  width: 3%;
}
.inv-content .invoice-table table .table_width_2 {
  width: 20%;
}
.inv-content .invoice-table table .table_width_3 {
  width: 40%;
}
.inv-content .invoice-table table .table_width_4 {
  width: 15%;
}
.inv-content .invoice-table table .table_width_5 {
  width: 15%;
}
.inv-content .invoice-table table thead tr {
  background: #F2F2F2;
}
.inv-content .invoice-table table tr {
  border-bottom: 1px solid #F2F2F2;
}
.inv-content .invoice-table table tr td, .inv-content .invoice-table table tr th {
  padding: 15px;
}
@media print {
  .inv-content .invoice-table table tr td, .inv-content .invoice-table table tr th {
    padding: 8px;
  }
}
.inv-content .invoice-table table tr .table-description {
  color: #333;
}
@media print {
  .inv-content .invoice-table {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-table {
    font-size: 14px;
  }
}
.inv-content .total-amountdetails {
  border-bottom: 1px solid #F2F2F2;
  padding: 15px 30px;
}
.inv-content .total-amountdetails span {
  color: #2c3038;
}
@media print {
  .inv-content .total-amountdetails {
    font-size: 12px;
    padding: 5px 30px;
  }
}
@media (max-width: 575.98px) {
  .inv-content .total-amountdetails {
    font-size: 14px;
  }
}
.inv-content .invoice-table-footer {
  padding: 5px 30px;
}
.inv-content .invoice-table-footer .table-footer-left {
  width: 70%;
}
@media (max-width: 575.98px) {
  .inv-content .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.inv-content .invoice-table-footer .table-footer-right {
  width: 31%;
}
.inv-content .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.inv-content .invoice-table-footer .table-footer-right table td {
  text-align: right;
  width: 50%;
  padding: 5px 10px;
}
@media print {
  .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 992px) {
  .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
@media print {
  .inv-content .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
.inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #2c3038;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .inv-content .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .inv-content .invoice-table-footer .table-footer-right {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .inv-content .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .inv-content .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-table-footer .total-info {
    display: none;
  }
}
.inv-content .bank-details {
  margin: 0;
  padding: 15px 30px;
  border-bottom: 1px solid #F2F2F2;
}
.inv-content .bank-details .bank-title {
  margin: 0 0 10px;
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  display: block;
}
@media print {
  .inv-content .bank-details .bank-title {
    font-size: 12px;
  }
}
.inv-content .bank-details .account-details {
  margin: 0 0 5px;
}
.inv-content .bank-details .account-details span {
  color: #2c3038;
}
.inv-content .bank-details .company-sign {
  text-align: right;
}
.inv-content .bank-details .company-sign span {
  display: block;
  margin: 0 0 15px;
  color: #000;
}
@media (max-width: 575.98px) {
  .inv-content .bank-details .company-sign {
    text-align: left;
  }
}
@media print {
  .inv-content .bank-details {
    font-size: 12px;
    margin: 0;
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .inv-content .bank-details {
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 5px 30px;
  }
}
.inv-content .terms-condition {
  margin: 0;
  padding: 15px 30px;
}
.inv-content .terms-condition ol {
  list-style: number;
  padding-left: 26px;
  color: #2c3038;
}
.inv-content .terms-condition span {
  display: block;
  margin: 0 0 5px;
}
@media print {
  .inv-content .terms-condition {
    font-size: 12px;
    margin: 0;
    padding: 10px 30px;
  }
}
@media (max-width: 575.98px) {
  .inv-content .terms-condition {
    font-size: 14px;
  }
}
.inv-content .thanks-msg {
  margin: 0;
  padding: 15px 0;
}
@media print {
  .inv-content .thanks-msg {
    font-size: 10px;
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .inv-content .thanks-msg {
    font-size: 12px;
  }
}

.file-link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.file-link .download-link {
  color: #7638FF;
  margin: 0px;
  padding: 12px 22px;
  margin-right: 10px;
  border: 1px solid #7638FF;
  border-radius: 5px;
  background: #fff;
  height: 46px;
}
.file-link .download-link:hover {
  background: #7638FF;
  color: #fff;
}
.file-link .print-link {
  color: #4361EE;
  margin: 0 0 0 0;
  padding: 15px 22px;
  border: 1px solid #4361EE;
  border-radius: 5px;
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
}
.file-link .print-link i {
  margin-right: 6px;
}
.file-link .print-link:hover {
  background: #4361EE;
  color: #fff;
}
@media (max-width: 992px) {
  .file-link {
    margin: 20px;
  }
}

.no-stickybar .right-side-views {
  display: none;
}

.invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media print {
  .invoice-wrapper {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .invoice-wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .inv-details {
    display: block;
  }
}

.index-two .company-details {
  padding: 25px 0;
  border-bottom: 1px solid #95979B;
}
.index-two .company-details .company-name {
  color: #2c3038;
  display: block;
  margin-bottom: 7px;
}
.index-two .company-details .gst-details {
  width: 20%;
}
.index-two .company-details .gst-details span {
  display: block;
  color: #2c3038;
}
@media (max-width: 992px) {
  .index-two .company-details .gst-details {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .index-two .company-details .gst-details {
    width: auto;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .index-two .company-details .gst-details:last-child {
    margin: 0px 0;
  }
}
.index-two .company-details .company-address {
  width: auto;
}
@media (max-width: 992px) {
  .index-two .company-details .company-address {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .index-two .company-details .company-address {
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-two .company-info {
    display: block;
  }
}
.index-two .inv-content {
  border: 1px solid #95979B;
  margin: 0px;
  padding: 40px 40px 0;
}
.index-two .inv-content .invoice-header {
  border-bottom: 1px solid #95979B;
  margin: 0;
  padding: 0 0 15px;
}
.index-two .inv-content .invoice-address {
  margin: 0;
  padding: 25px 0;
  border-bottom: none;
  justify-content: normal;
}
.index-two .inv-content .invoice-address .invoice-to {
  color: #95979b;
  width: 50%;
}
.index-two .inv-content .invoice-table {
  margin: 0;
  padding: 0;
}
.index-two .inv-content .invoice-table table {
  border: 1px solid #95979B;
}
.index-two .inv-content .invoice-table table tr {
  border: 1px solid #95979B;
}
.index-two .inv-content .invoice-table-footer {
  margin: 0;
  padding: 15px;
  border-bottom: none;
  color: #2c3038;
}
.index-two .inv-content .invoice-table-footer .table-footer-left span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer .table-footer-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer .notes {
    display: none;
  }
}
.index-two .inv-content .invoice-table-footer .notes .delivery-notes {
  max-width: 500px;
}
.index-two .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px 0px;
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer .table-footer-right table td:last-child {
    text-align: right;
  }
}
.index-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table tr td {
  padding: 0;
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer {
    flex-direction: column-reverse;
    margin: 0;
    padding: 15px 0;
  }
}
.index-two .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 1px solid #95979B;
  margin: 10px 0 0;
  padding: 15px;
}
.index-two .inv-content .total-amountdetails {
  border-bottom: 1px solid #95979B;
  margin: 0;
  padding: 15px;
}
@media (max-width: 767px) {
  .index-two .inv-content .total-amountdetails {
    margin: 0;
    padding: 15px 0;
  }
}
.index-two .inv-content .bank-details {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #95979B;
}
.index-two .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.index-two .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.index-two .inv-content .bank-details .payment-info div {
  margin: 0 0 5px;
  padding: 0;
}
.index-two .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.index-two .inv-content .terms-condition {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #95979B;
}
.index-two .inv-content .terms-condition ol {
  list-style: disc;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .index-two .inv-content {
    padding: 25px;
  }
}

.invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media print {
  .invoice-wrapper {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .invoice-wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .inv-details {
    display: block;
  }
}

.index-three .invoice-header {
  display: block;
}
.index-three .company-details {
  padding: 0px 20px;
  border-right: 1px solid #95979B;
  width: 50%;
}
.index-three .company-details .company-name {
  margin-bottom: 10px;
}
.index-three .company-details .gst-details {
  width: 40%;
  margin-bottom: 10px;
}
.index-three .company-details .gst-details span {
  display: block;
  color: #2c3038;
}
@media (max-width: 992px) {
  .index-three .company-details .gst-details {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .index-three .company-details .gst-details {
    width: auto;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .index-three .company-details .gst-details:last-child {
    margin: 0px 0;
  }
}
.index-three .company-details .company-address {
  width: auto;
}
@media (max-width: 767px) {
  .index-three .company-details .company-address {
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-three .company-details {
    border-right: 0;
    width: 100%;
    padding: 0px 10px;
  }
}
.index-three .invoice-header-top .inv-header-left {
  width: 50%;
  margin: 0;
  padding: 20px;
  border-right: 1px solid #95979b;
}
.index-three .invoice-header-top .inv-header-left img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .index-three .invoice-header-top .inv-header-left {
    border-right: 0;
  }
}
.index-three .invoice-header-top .inv-header-right {
  width: 50%;
}
.index-three .invoice-header-top .inv-header-right .inv-details .inv-date {
  width: 50%;
  border-right: 1px solid #95979b;
  border-bottom: 1px solid #95979b;
  margin: 0;
  padding: 24px;
}
@media (max-width: 767px) {
  .index-three .invoice-header-top .inv-header-right .inv-details .inv-date {
    border-right: 0;
    border-bottom: 0;
    margin: 0;
    padding: 10px;
  }
}
.index-three .invoice-header-top .inv-header-right .inv-details .inv-date span {
  color: #28084B;
  font-weight: 700;
  font-size: 24px;
  display: block;
}
.index-three .invoice-header-top .inv-header-right .inv-details .inv-date:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .index-three .invoice-header-top .inv-header-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-three .invoice-header-top {
    display: block;
  }
}
@media (max-width: 767px) {
  .index-three .invoice-header-bottom {
    display: block;
  }
}
@media (max-width: 767px) {
  .index-three .company-info {
    display: block;
  }
}
.index-three .inv-content {
  border: 1px solid #95979B;
  margin: 0px;
  padding: 0;
}
.index-three .inv-content .invoice-header {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.index-three .inv-content .invoice-header .inv-header-right {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #2c3038;
  line-height: 20px;
}
.index-three .inv-content .invoice-address {
  margin: 0;
  padding: 0;
  width: 50%;
  border-bottom: none;
  justify-content: normal;
}
.index-three .inv-content .invoice-address .invoice-to {
  width: 50%;
  margin: 0;
  padding: 24px;
  border-right: 1px solid #95979b;
}
.index-three .inv-content .invoice-address .invoice-to:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-address .invoice-to {
    width: auto;
    margin: 0;
    padding: 10px;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-address {
    margin: 0 0 20px;
    padding: 10px 0;
  }
}
.index-three .inv-content .invoice-table {
  margin: 0;
  padding: 0;
}
.index-three .inv-content .invoice-table table {
  border-left: 0;
  border-top: 1px solid #2c3038;
  border-right: 0;
}
.index-three .inv-content .invoice-table table .table_width_2 {
  width: 45%;
}
.index-three .inv-content .invoice-table table .table-description {
  color: #2c3038;
}
.index-three .inv-content .invoice-table table .table-description span {
  display: block;
  color: #95979b;
}
.index-three .inv-content .invoice-table table th, .index-three .inv-content .invoice-table table td {
  border-right: 1px solid #95979b;
  padding: 25px;
}
.index-three .inv-content .invoice-table table th:last-child, .index-three .inv-content .invoice-table table td:last-child {
  border-right: 0;
}
@media (max-width: 992px) {
  .index-three .inv-content .invoice-table table th, .index-three .inv-content .invoice-table table td {
    white-space: nowrap;
  }
}
.index-three .inv-content .invoice-table table tr {
  border-right: 0;
  border-bottom: 1px solid #95979b;
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table table {
    border-left: 1px solid #95979b;
    border-right: 1px solid #95979b;
  }
}
.index-three .inv-content .invoice-table-footer {
  margin: 0;
  padding: 10px 25px;
  border-bottom: 1px solid #95979b;
  color: #2c3038;
}
.index-three .inv-content .invoice-table-footer .table-footer-left span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer .table-footer-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer .notes {
    display: none;
  }
}
.index-three .inv-content .invoice-table-footer .notes .delivery-notes {
  max-width: 500px;
}
.index-three .inv-content .invoice-table-footer .table-footer-right {
  width: 53%;
}
.index-three .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 0px;
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer .table-footer-right table td:last-child {
    text-align: right;
  }
}
.index-three .inv-content .invoice-table-footer .table-footer-right .totalamt-table tr td {
  padding: 0;
}
.index-three .inv-content .invoice-table-footer .table-footer-right .amount-payable {
  color: #2c3038;
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer {
    flex-direction: column-reverse;
    margin: 0;
    padding: 15px 0;
  }
}
.index-three .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 1px solid #95979B;
  margin: 10px 0 0;
  padding: 15px;
}
.index-three .inv-content .total-amountdetails {
  border-bottom: 1px solid #95979B;
  margin: 0;
  padding: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-three .inv-content .total-amountdetails {
    margin: 0;
    padding: 15px 0;
  }
}
.index-three .inv-content .bank-details {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid #95979B;
}
.index-three .inv-content .bank-details .account-info {
  width: 78%;
  margin: 0;
  padding: 20px;
}
.index-three .inv-content .bank-details .account-info .account-details-infotop {
  width: 45%;
}
@media (max-width: 992px) {
  .index-three .inv-content .bank-details .account-info .account-details-infotop {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .bank-details .account-info .account-details-infotop {
    display: block;
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .bank-details .account-info {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
}
.index-three .inv-content .bank-details .company-sign {
  width: 22%;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  border-left: 1px solid #95979b;
}
@media (max-width: 992px) {
  .index-three .inv-content .bank-details .company-sign {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .bank-details .company-sign {
    width: auto;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content {
    padding: 25px;
  }
}
.index-three .invoice-footer .thanks-msg {
  margin: 0;
  padding: 20px;
  color: #2c3038;
}
.index-three .invoice-footer .thanks-msg span {
  color: #95979b;
  display: block;
}
@media (max-width: 767px) {
  .index-three .invoice-footer .thanks-msg {
    margin: 0;
    padding: 20px 0 0;
  }
}
.index-three .invoice-footer .terms-condition {
  margin: 0;
  padding: 20px;
  border-left: 1px solid #95979b;
}
.index-three .invoice-footer .terms-condition ol {
  list-style: disc;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .index-three .invoice-footer .terms-condition {
    border-left: 0;
    margin: 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .index-three .invoice-footer {
    display: block;
  }
}

.invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media print {
  .invoice-wrapper {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .invoice-wrapper {
    padding: 0;
  }
}

.index-four .invoicenine-header {
  background: #fafafa;
  padding: 20px;
}
.index-four .company-details {
  padding: 15px 0 0;
  border-bottom: 0;
}
.index-four .company-details .gst-details {
  margin: 0 125px 10px 0;
  padding: 0;
}
.index-four .company-details .gst-details span {
  display: block;
  color: #2c3038;
}
@media (max-width: 767px) {
  .index-four .company-details .gst-details {
    width: auto;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .index-four .company-details .gst-details:last-child {
    margin: 0px 0;
  }
}
.index-four .company-details .company-address {
  width: auto;
}
@media (max-width: 767px) {
  .index-four .company-details .company-address {
    width: auto;
  }
}
.index-four .company-details .company-content {
  margin: 10px 0 0;
  padding: 0;
}
.index-four .company-details .company-content .inv-details {
  display: block;
  text-align: right;
  font-size: 18px;
}
.index-four .company-details .company-content .inv-details .inv-date {
  margin-bottom: 10px;
}
.index-four .company-details .company-content .inv-details span {
  display: block;
  color: #28084B;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 767px) {
  .index-four .company-details .company-content .inv-details {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-four .company-details .company-content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .index-four .company-info {
    display: block;
  }
}
.index-four .inv-content {
  border: none;
  margin: 0px;
  padding: 0px;
}
.index-four .inv-content .invoice-header {
  border-bottom: 0;
  margin: 0;
  padding: 15px;
  background: #fff;
}
.index-four .inv-content .invoice-address {
  margin: 0;
  padding: 25px 15px;
  border-bottom: none;
  justify-content: normal;
}
.index-four .inv-content .invoice-address .invoice-to {
  width: 50%;
}
.index-four .inv-content .invoice-table {
  margin: 0;
  padding: 0;
}
.index-four .inv-content .invoice-table table {
  border: 1px solid #F2F2F2;
}
.index-four .inv-content .invoice-table table tr {
  border: 1px solid #F2F2F2;
}
.index-four .inv-content .invoice-table table tr td {
  border-right: 1px solid #F2F2F2;
}
.index-four .inv-content .invoice-table-footer {
  margin: 0;
  padding: 15px;
  border-bottom: none;
  color: #2c3038;
  align-items: center;
}
.index-four .inv-content .invoice-table-footer .table-footer-left span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer .table-footer-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer .notes {
    display: none;
  }
}
.index-four .inv-content .invoice-table-footer .notes .delivery-notes {
  max-width: 500px;
}
.index-four .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px 5px;
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer .table-footer-right table td:last-child {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer {
    flex-direction: column-reverse;
    margin: 0;
    padding: 15px;
  }
}
.index-four .inv-content .totalamount-footer {
  background: none;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  margin: 0;
  padding: 15px;
}
.index-four .inv-content .total-amountdetails {
  border-bottom: 1px solid #F2F2F2;
  margin: 0;
  padding: 15px;
}
@media (max-width: 767px) {
  .index-four .inv-content .total-amountdetails {
    margin: 0;
    padding: 15px;
  }
}
.index-four .inv-content .bank-details {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #F2F2F2;
}
.index-four .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.index-four .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.index-four .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.index-four .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.index-four .inv-content .terms-condition {
  margin: 0;
  padding: 15px 15px;
  border-bottom: 1px solid #F2F2F2;
}
.index-four .inv-content .terms-condition ol {
  list-style: disc;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .index-four .inv-content {
    padding: 25px;
  }
}
.index-four .inv-content .thanks-msg {
  border-bottom: 1px solid #F2F2F2;
}

.index-five .invoice-wrapper {
  background: #252526;
}
.index-five .invoiceten-header {
  background: rgba(250, 250, 250, 0.1);
  padding: 20px;
}
@media (max-width: 767px) {
  .index-five .invoiceten-header .invoice-header {
    display: block;
  }
}
.index-five .invoiceten-header .inv-header-right .invoice-title {
  color: #fff;
}
.index-five .company-details {
  padding: 15px 0 0;
  border-bottom: 0;
}
.index-five .company-details .company-name {
  color: #fff;
}
.index-five .company-details .gst-details {
  margin: 0 125px 10px 0;
  padding: 0;
}
.index-five .company-details .gst-details span {
  display: block;
  color: #fff;
}
@media (max-width: 767px) {
  .index-five .company-details .gst-details {
    width: auto;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .index-five .company-details .gst-details:last-child {
    margin: 0px 0;
  }
}
.index-five .company-details .company-address {
  width: auto;
}
@media (max-width: 767px) {
  .index-five .company-details .company-address {
    width: auto;
  }
}
.index-five .company-details .company-content {
  margin: 10px 0 0;
  padding: 0;
}
.index-five .company-details .company-content .inv-details {
  display: block;
  text-align: right;
  font-size: 18px;
}
.index-five .company-details .company-content .inv-details .inv-date {
  margin-bottom: 10px;
}
.index-five .company-details .company-content .inv-details span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 767px) {
  .index-five .company-details .company-content .inv-details {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-five .company-details .company-content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .index-five .company-info {
    display: block;
  }
}
.index-five .inv-content {
  border: none;
  margin: 0px;
  padding: 0px;
}
.index-five .inv-content .invoice-header {
  border-bottom: 0;
  margin: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
}
.index-five .inv-content .invoice-address {
  margin: 0;
  padding: 25px 15px;
  border-bottom: none;
  justify-content: normal;
}
.index-five .inv-content .invoice-address .invoice-to {
  width: 50%;
}
.index-five .inv-content .invoice-address .invoice-to .inv-to-address {
  color: #fff;
}
.index-five .inv-content .invoice-table {
  margin: 0;
  padding: 0;
}
.index-five .inv-content .invoice-table table {
  border: 1px solid #F2F2F2;
  color: #fff;
}
.index-five .inv-content .invoice-table table thead tr {
  background: rgba(242, 242, 242, 0.1);
}
.index-five .inv-content .invoice-table table tr {
  border: 1px solid #F2F2F2;
}
.index-five .inv-content .invoice-table table tr td {
  border-right: 1px solid #F2F2F2;
}
.index-five .inv-content .invoice-table table .table-qty {
  width: 10%;
}
.index-five .inv-content .invoice-table table .table-price {
  width: 10%;
  padding: 15px 25px;
}
.index-five .inv-content .invoice-table-footer {
  margin: 0;
  padding: 15px 0 15px 15px;
  border-bottom: none;
  color: #2c3038;
  align-items: center;
}
.index-five .inv-content .invoice-table-footer .table-footer-left {
  color: #95979b;
}
.index-five .inv-content .invoice-table-footer .table-footer-left span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer .table-footer-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer .notes {
    display: none;
  }
}
.index-five .inv-content .invoice-table-footer .notes .delivery-notes {
  max-width: 500px;
  color: #fff;
}
.index-five .inv-content .invoice-table-footer .table-footer-right {
  color: #fff;
}
.index-five .inv-content .invoice-table-footer .table-footer-right table tr {
  border-bottom: 1px solid #F2F2F2;
}
.index-five .inv-content .invoice-table-footer .table-footer-right table tr:last-child {
  border-bottom: 0;
}
.index-five .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 8px 15px;
}
.index-five .inv-content .invoice-table-footer .table-footer-right table td:first-child {
  padding: 8px 25px;
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
    margin: 0;
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer .table-footer-right table td:last-child {
    text-align: right;
  }
}
.index-five .inv-content .invoice-table-footer .table-footer-right .totalamt-table tr td {
  padding: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer {
    flex-direction: column-reverse;
    margin: 0;
    padding: 15px 0;
  }
}
.index-five .inv-content .totalamount-footer {
  background: none;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  margin: 0;
  padding: 15px;
}
.index-five .inv-content .total-amountdetails {
  border-bottom: 1px solid #F2F2F2;
  margin: 0;
  padding: 15px;
}
.index-five .inv-content .total-amountdetails span {
  color: #fff;
}
@media (max-width: 767px) {
  .index-five .inv-content .total-amountdetails {
    margin: 0;
    padding: 15px;
  }
}
.index-five .inv-content .bank-details {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #F2F2F2;
}
.index-five .inv-content .bank-details .payment-info {
  color: #fff;
}
.index-five .inv-content .bank-details .payment-info .payment-title {
  color: #fff;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.index-five .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.index-five .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.index-five .inv-content .bank-details .company-sign span {
  color: #fff;
}
.index-five .inv-content .terms-condition {
  margin: 0;
  padding: 15px 15px;
  border-bottom: 1px solid #F2F2F2;
}
.index-five .inv-content .terms-condition ol {
  list-style: disc;
  padding-left: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .index-five .inv-content {
    padding: 25px;
  }
}
.index-five .inv-content .thanks-msg {
  border-bottom: 1px solid #F2F2F2;
}

.dartheme {
  background: #000;
}
.dartheme .file-link .download-link, .dartheme .file-link .print-link {
  background: none;
  border: 1px solid #95979b;
  color: #95979b;
}
.dartheme .file-link .download-link:hover, .dartheme .file-link .print-link:hover {
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .dartheme .file-link {
    margin: 40px 0;
    padding: 15px;
  }
}

.invoice-card-title h6 {
  margin-bottom: 24px;
  font-weight: 600;
  color: #212529;
}

.invoice-content-title a {
  font-size: 13px;
  padding: 10px;
  color: #212529;
  display: inline-block;
}
.invoice-content-title a:hover {
  color: #7638FF;
}

.blog.invoice-blog {
  border: 1px solid #EFEFEF;
}
.blog.invoice-blog.active {
  border: 1px solid #7638FF;
}
.blog.invoice-blog.active .invoice-star {
  background: #EADDFF;
  cursor: poArimo;
}
.blog.invoice-blog.active .invoice-star i {
  color: #e90202;
}

.invoice-star {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: #F3F3F3;
  cursor: poArimo;
}
.invoice-star i {
  font-size: 10px;
}

.template-invoice-card .invoice-card-title h6 {
  border-bottom: 1px solid #EFEFEF;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.template-invoice-card .blog {
  position: relative;
}
.template-invoice-card .blog .blog-image a.img-general::before {
  content: "";
  position: absolute;
  background: rgba(87, 27, 225, 0.6);
  border-radius: 10px;
  width: 95%;
  height: 97%;
  left: 4px;
  top: 4px;
  z-index: 9;
  transform: scale(0);
}
.template-invoice-card .blog .blog-image a.preview-invoice {
  background-color: #fff;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  bottom: 0;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50px;
}
.template-invoice-card .blog .blog-image a.preview-invoice:hover i {
  color: #e90202;
}
.template-invoice-card .blog .blog-image a.preview-invoice i {
  color: rgb(63, 66, 84);
  font-size: 12px;
}
.template-invoice-card .blog:hover .blog-image a.img-general::before {
  content: "";
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.template-invoice-card .blog:hover .blog-image a.preview-invoice {
  top: 50%;
  opacity: 1;
  z-index: 9;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.template-invoice-card .blog .invoice-content-title {
  padding: 10px;
  width: 100%;
}
.template-invoice-card .blog .invoice-content-title a {
  padding: 0;
  font-weight: 600;
  font-size: 13px;
}

.invoice-model.modal .modal-dialog {
  max-width: 950px;
  margin-top: 70px;
}

.invoice-receipt-model.modal .modal-dialog {
  max-width: 400px;
  margin-top: 70px;
}
.invoice-receipt-model .receipt-wrap {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.close-model {
  background: rgba(51, 51, 51, 0.4);
  padding: 6px 14px;
  display: block;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: -45px;
  color: #fff;
  cursor: poArimo;
}
.close-model i {
  margin-right: 6px;
}

.invoice-model .index-five {
  background: #252526;
  border-radius: 20px;
}

.preview-boxs a {
  color: #e90202;
  font-weight: 600;
}

.signature-preview-page .inv-content {
  border: 0;
}
.signature-preview-page .inv-content .inv-header-left span {
  color: #95979b;
}
.signature-preview-page .inv-content .invoice-to span {
  font-size: 24px;
  color: #7638FF;
  font-weight: 700;
}

.pay-online-recipt .inv-header-left h3 {
  margin-bottom: 6px;
  color: #2C3038;
  font-weight: 600;
}
.pay-online-recipt .inv-header-left p {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}
.pay-online-recipt .inv-header-left p span {
  font-weight: 400;
}

.pay-online-recipt .invoice-to {
  width: 100%;
}
.pay-online-recipt .invoice-table h4 {
  margin-bottom: 20px;
}
.pay-online-recipt .inv-content .invoice-address {
  border-bottom: 0;
}

.pay-online-list li h6 {
  width: 10%;
}

.pay-method-group {
  padding: 24px;
  margin: 24px;
  background: #F6F2FF;
}
.pay-method-group .card-information h6 {
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
  text-align: right;
}
.pay-method-group .cal-icon-info:after {
  font-family: "Feather";
  content: "\e927";
}

.payment-btns {
  margin: 24px;
}

.receipt-pay-mail {
  max-width: 500px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.receipt-pay-mail .company-logo {
  text-align: center;
  margin-bottom: 20px;
}
.receipt-pay-mail ul li {
  margin-bottom: 20px;
  font-weight: 500;
  color: #3F4254;
}
.receipt-pay-mail ul li span {
  font-weight: 600;
}
.receipt-pay-mail .click-invoice-btn {
  margin-bottom: 24px;
}
.receipt-pay-mail p {
  margin-bottom: 0px;
  font-weight: 500;
  color: #3F4254;
}

.invoice-center-pay {
  display: flex;
  align-items: center;
  height: 100vh;
}

.signature-success-modal .form-header i {
  color: #19A855;
  font-size: 32px;
}

.more-invoice-detail {
  text-align: center;
  margin: 0px 24px;
  padding-top: 24px;
  border-top: 1px solid #F2F2F2;
}
.more-invoice-detail a {
  font-size: 14px;
}

.invoice-template-tab.invoices-main-tabs {
  border-bottom: 1px solid #E0E0E0;
  padding: 0 0 0 0;
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul {
  padding-top: 14px;
  padding-left: 14px;
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul li {
  position: relative;
  display: inline-block;
  margin: 0 24px 0 0;
}
@media (max-width: 575.98px) {
  .invoice-template-tab.invoices-main-tabs .invoices-tabs ul li {
    display: block;
    margin: 0 0 20px 0;
  }
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 0 14px 0;
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul li a.active {
  color: #e90202;
  border-bottom: 3px solid #e90202;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .invoice-template-tab.invoices-main-tabs .invoices-tabs ul li a.active {
    border-bottom: 0;
  }
}
.invoice-template-tab.invoices-main-tabs .invoices-settings-icon {
  color: #e90202;
  margin-right: 20px;
}
.invoice-template-tab.invoices-main-tabs .btn {
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  min-width: 167px;
  background: #1B2559;
  border: 1px solid #1B2559;
  border-radius: 6px;
}

.invoice-two .invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .invoice-two .invoice-wrapper {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-details {
    display: block;
  }
}
.invoice-two .inv-content .invoice-header {
  border-bottom: 1px solid #F2F2F2;
  background: var(--color-gradient, linear-gradient(320deg, #DDCEFF 0%, #DBECFF 100%));
  padding: 45px 24px;
}
.invoice-two .inv-content .invoice-header .inv-header-left h2 {
  color: #3F4254;
  font-size: 48px;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header .inv-header-left h2 {
    font-size: 18px;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-left a {
  display: block;
}
.invoice-two .inv-content .invoice-header .inv-header-left img {
  max-width: 200px;
}
.invoice-two .inv-content .invoice-header .inv-header-left span {
  color: #95979b;
}
.invoice-two .inv-content .invoice-header .inv-header-right {
  text-align: right;
}
.invoice-two .inv-content .invoice-header .inv-header-right img {
  max-width: 200px;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right img {
    max-width: 131px;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-right .invoice-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3038;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right .invoice-title {
    font-size: 20px;
    margin: 10px 0 0 0;
    padding: 0;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date {
  color: #95979b;
  font-size: 18px;
  font-weight: normal;
  margin-right: 20px;
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date:last-child {
  margin-right: 0;
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  margin-left: 8px;
}
@media print {
  .invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header .inv-header-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header {
    display: block;
    background: none;
    padding: 0px;
  }
}
@media print {
  .invoice-two .inv-content .invoice-header {
    display: flex;
  }
}
.invoice-two .inv-content .two-invoice-details {
  margin: 30px 0 0 0;
  padding: 0 0px;
}
.invoice-two .inv-content .two-invoice-details .company-booking-address {
  display: flex;
  border-bottom: 1px solid var(--gray-gray-5, #E0E0E0);
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .company-add {
  color: #000;
  font-weight: 450;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .company-add {
    font-size: 15px;
  }
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .company-add span {
  display: block;
  color: #95979b;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .company-add span {
    font-size: 15px;
  }
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .invoice-date h6 {
  color: #000;
  margin-bottom: 5px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .invoice-date h6 {
    font-size: 12px;
  }
}
.invoice-two .inv-content .two-invoice-details h5 {
  color: #3F4254;
  margin: 0;
  padding: 24px 0;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details h5 {
    font-size: 15px;
    margin: 0 0 0 17px;
    padding: 8px 0;
  }
}
.invoice-two .inv-content .invoice-address-details {
  margin: 0;
  padding: 20px 0px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .invoice-address-details {
    display: flex;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to span {
  color: #333;
  margin: 0 0 15px;
  display: block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .invoice-to span {
    margin: 0 0 10px;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to .inv-to-address {
  color: #2C3038;
  font-size: 16px;
}
.invoice-two .inv-content .invoice-address-details .invoice-to .invoice-to-payment {
  background: rgba(242, 242, 242, 0.5);
  border-radius: 10px;
  margin: 0;
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .invoice-to {
    margin-bottom: 20px;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment {
  background: rgba(242, 242, 242, 0.5);
  margin: 0;
  padding: 24px 24px;
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment span {
  color: #333;
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment .inv-to-address {
  color: #54C1FF;
}
.invoice-two .inv-content .invoice-address-details .company-details {
  text-align: right;
}
.invoice-two .inv-content .invoice-address-details .company-details .company-name {
  font-size: 24px;
  color: #7638FF;
  margin: 0 0 10px;
  font-weight: 700;
  display: block;
}
.invoice-two .inv-content .invoice-address-details .company-details .gst-details {
  margin: 0 0 10px;
}
.invoice-two .inv-content .invoice-address-details .company-details .gst-details span {
  color: #95979b;
  display: block;
}
@media print {
  .invoice-two .inv-content .invoice-address-details .company-details .gst-details {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .company-details {
    text-align: left;
    margin: 0 0 20px;
  }
}
@media print {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details {
    display: block;
  }
}
.invoice-two .inv-content .invoice-table-details {
  margin: 30px 0 30px 0;
  padding: 0 0 0;
}
.invoice-two .inv-content .invoice-table-details table {
  font-family: "Circular Std";
  width: 100%;
  color: #2c3038;
  border: 1px solid var(--gray-gray-3, #BEBEBE);
}
.invoice-two .inv-content .invoice-table-details table .table_width_1 {
  width: 3%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_2 {
  width: 20%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_3 {
  width: 40%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_4 {
  width: 15%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_5 {
  width: 15%;
}
.invoice-two .inv-content .invoice-table-details table thead tr {
  background: #fff;
}
.invoice-two .inv-content .invoice-table-details table thead tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000;
}
.invoice-two .inv-content .invoice-table-details table tr {
  border-bottom: 1px solid #BEBEBE;
}
.invoice-two .inv-content .invoice-table-details table tr td, .invoice-two .inv-content .invoice-table-details table tr th {
  padding: 15px;
}
@media print {
  .invoice-two .inv-content .invoice-table-details table tr td, .invoice-two .inv-content .invoice-table-details table tr th {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-details table tr td, .invoice-two .inv-content .invoice-table-details table tr th {
    white-space: nowrap;
  }
}
.invoice-two .inv-content .invoice-table-details table tr td {
  vertical-align: middle;
  font-size: 16px;
  height: 69px;
  white-space: pre-wrap;
}
@media print {
  .invoice-two .inv-content .invoice-table-details table tr td {
    height: 72px;
  }
}
.invoice-two .inv-content .invoice-table-details table tr .table-description {
  vertical-align: middle;
  width: 33%;
  color: #2c3038;
  font-size: 16px;
  font-weight: 400;
}
.invoice-two .inv-content .invoice-table-details table tr h6 {
  color: #e90202;
  font-size: 12px;
}
@media print {
  .invoice-two .inv-content .invoice-table-details {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-details {
    font-size: 14px;
  }
}
.invoice-two .inv-content .invoice-table-footer {
  justify-content: end;
  padding: 5px 30px;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-left {
  width: 70%;
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right {
  width: 80%;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
  color: #2c3038;
  font-size: 18px;
  text-align: right;
  width: 50%;
  padding: 5px 10px;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 768px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    margin: 0;
    padding: 15px 0px;
  }
}
@media (max-width: 768px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table span {
  color: #333;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #2c3038;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-footer .total-info {
    display: none;
  }
}
.invoice-two .inv-content .totalamount-footer {
  border: 1px solid #95979B;
  border-left: none;
  border-right: none;
  margin: 10px 0 0;
  padding: 15px;
}
.invoice-two .inv-content .bank-details {
  margin: 30px 0;
  padding: 0 20px 0 20px;
  border: none;
}
.invoice-two .inv-content .bank-details .payment-info {
  display: flex;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code {
  margin-right: 24px;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code .scan-details {
  font-size: 14px;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code .img {
  max-width: 140px;
}
.invoice-two .inv-content .bank-details .payment-info .debitcard {
  color: #000;
}
.invoice-two .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
}
.invoice-two .inv-content .bank-details .payment-info .debit-card {
  margin-top: 15px;
  margin-bottom: 10px;
}
.invoice-two .inv-content .bank-details .payment-info span {
  color: #95979B;
}
.invoice-two .inv-content .terms-condition {
  margin: 0;
  padding: 0 0;
}
.invoice-two .inv-content .terms-condition .amount {
  margin-bottom: 24px;
}
.invoice-two .inv-content .terms-condition ol {
  list-style: number;
  padding-left: 18px;
  color: #333;
}
.invoice-two .inv-content .terms-condition span {
  display: block;
  margin: 0 0 15px;
  color: #2c3038;
}
@media print {
  .invoice-two .inv-content .terms-condition {
    font-size: 12px;
    margin: 0;
    padding: 10px 30px;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .terms-condition {
    font-size: 14px;
  }
}
.invoice-two .inv-content .thanks-msg {
  color: #3F4254;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  margin: 0;
  padding: 15px 0;
}
@media print {
  .invoice-two .inv-content .thanks-msg {
    font-size: 10px;
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .thanks-msg {
    font-size: 12px;
  }
}
.invoice-two .file-link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invoice-two .file-link .download-link {
  color: #e90202;
  margin: 0px;
  padding: 12px 22px;
  margin-right: 10px;
  border: 1px solid #7638FF;
  border-radius: 5px;
  background: #fff;
  height: 46px;
}
.invoice-two .file-link .download-link:hover {
  background: #7638FF;
  color: #fff;
}
.invoice-two .file-link .print-link {
  color: #e90202;
  margin: 0 0 0 0;
  padding: 15px 22px;
  border: 1px solid #4361EE;
  border-radius: 5px;
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
}
.invoice-two .file-link .print-link i {
  margin-right: 6px;
}
.invoice-two .file-link .print-link:hover {
  background: #4361EE;
  color: #fff;
}
@media (max-width: 992px) {
  .invoice-two .file-link {
    margin: 20px;
  }
}

.custom-modal.signature-add-modal .modal-body {
  padding: 20px;
}
.custom-modal.signature-add-modal .modal-body .service-upload {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-modal.signature-add-modal .modal-body .service-upload-info {
  min-height: 70px;
}
.custom-modal.signature-add-modal .modal-body p {
  color: #BDBDBD;
  margin-top: 10px;
  font-size: 12px;
}
.custom-modal.signature-add-modal .modal-body .custom_check {
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
  padding-left: 26px;
}
.custom-modal.signature-add-modal .modal-footer {
  padding: 0 20px 20px;
}
.custom-modal.signature-delete-modal .modal-body .form-header i {
  color: #AE2C2C;
  font-size: 40px;
  margin-bottom: 15px;
}
.custom-modal.signature-delete-modal .modal-body .form-header p {
  color: #4F4F4F;
}

.signature-preview {
  background-color: #F7F8F9;
  padding: 5px;
  border-radius: 10px;
  position: relative;
  height: 70px;
}
.signature-preview a {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFECEC;
}
.signature-preview a i {
  color: #AE2C2C;
}
@media (max-width: 991.98px) {
  .signature-preview img {
    height: 60px;
  }
}

.signature-table tbody tr td a.btn-action-icon.active {
  background: #EADDFF;
  color: #e90202;
}

.signature-invoice {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.signature-invoice .form-group-bank {
  background-color: #F3F3F9;
}
.signature-invoice .form-group-bank .nav-pills {
  background-color: #fff;
  padding: 15px;
}
.signature-invoice .form-group-bank .custom_radio.active input ~ .checkmark:after, .signature-invoice .form-group-bank .custom_radio_one.active input ~ .checkmark:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.signature-invoice .service-upload-info {
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signature-invoice .service-upload-info span {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signature-invoice .e-signature-block .signature-draw-area {
  height: 100px;
  background-color: #fff;
  border-radius: 8px;
}
.signature-invoice .e-signature-block a {
  display: block;
  color: #ED3A3A;
  font-size: 14px;
  margin-top: 10px;
}

.notifications {
  color: #3F4254;
}
.notifications .page-header {
  margin: 0 0 20px 0;
}
.notifications .page-header .content-page-header {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.notifications .page-header .noti-action-btns .btn {
  font-weight: 500;
}
.notifications .page-header .noti-action-btns .btn:hover {
  color: #fff;
}
.notifications .page-header .noti-action-btns .btn-mark-read {
  color: #3F4254;
  margin-right: 10px;
}
.notifications .page-header .noti-action-btns .btn-delete-all {
  border-color: #ED3A3A;
  color: #ED3A3A;
}
.notifications .page-header .noti-action-btns .btn-delete-all:hover {
  box-shadow: inset 0 50px 0 0 #ED3A3A;
}
.notifications .user-list-item {
  margin: 0 0 17px 0;
  padding: 16px;
  flex-direction: inherit;
  border-radius: 0;
}
.notifications .user-list-item .avatar {
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.notifications .user-list-item .avatar.avatar-online:before {
  left: -16px;
  top: 0;
  width: 8px;
  height: 8px;
  border: none;
}
.notifications .user-list-item .users-list-body {
  width: 100%;
}
.notifications .user-list-item .users-list-body h6 {
  margin: 0 0 6px 0;
  font-weight: 600;
  font-size: 14px;
  color: #3F4254;
}
.notifications .user-list-item .users-list-body h6 span {
  font-weight: 400;
}
.notifications .user-list-item .users-list-body blockquote {
  margin: 0 0 8px 0;
  padding: 0 0 0 14px;
  position: relative;
}
.notifications .user-list-item .users-list-body blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  background-color: #DDDEE1;
  width: 4px;
  height: 100%;
}
.notifications .user-list-item .users-list-body .follow-btn {
  margin: 10px 0 10px 0;
}
.notifications .user-list-item .users-list-body .follow-btn .btn {
  padding: 7px 20px;
  font-size: 12px;
  min-width: 83px;
}
@media (max-width: 575.98px) {
  .notifications .user-list-item .users-list-body .follow-btn .btn {
    margin-top: 8px;
  }
}
.notifications .user-list-item .users-list-body .follow-btn .btn-outline-primary {
  margin-left: 8px;
}
@media (max-width: 575.98px) {
  .notifications .user-list-item .users-list-body .follow-btn .btn-outline-primary {
    margin-left: 0;
  }
}
.notifications .user-list-item .users-list-body .time {
  color: #BEBEBE;
  font-weight: 500;
}
.notifications .user-list-item .users-list-body .chats-delete {
  min-width: 36px;
  padding: 10px;
  height: 36px;
  background: #F3F3F3;
  border-radius: 100%;
  cursor: poArimo;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.notifications .user-list-item .users-list-body .chats-delete i {
  color: #3F4254;
  font-size: 16px;
}
.notifications .user-list-item .users-list-body .chats-delete:hover {
  background: #ED3A3A;
}
.notifications .user-list-item .users-list-body .chats-delete:hover i {
  color: #fff;
}
@media (max-width: 575.98px) {
  .notifications .user-list-item .users-list-body .chats-delete {
    margin-left: 10px;
  }
}

.pay-online-recipt .pay-method-group h6 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .pay-online-recipt .pay-method-group ul li {
    margin-bottom: 24px;
  }
  .pay-online-recipt .pay-method-group ul li:last-child {
    margin-bottom: 0;
  }
}
.pay-online-recipt .pay-method-group ul li label {
  padding: 20px 20px 20px 42px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  width: 100%;
  color: #333;
}
.pay-online-recipt .pay-method-group ul li label .checkmark {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 20px;
}
.pay-online-recipt .pay-method-group ul li label img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 14px;
}
.pay-online-recipt .pay-method-group ul li label.active {
  background: #EADDFF;
}

.logo-darkmode {
  display: none;
}

.invoice-one .inv-content {
  border: 1px solid #BDBDBD;
  margin: 0;
  padding: 24px;
}
.invoice-one .inv-content span.line {
  display: block;
  background: linear-gradient(320deg, #DDCEFF 0%, #DBECFF 100%);
  height: 10px;
}
.invoice-one .inv-content .invoice-header {
  margin: 0;
  padding: 20px 20px;
  background: #fff;
}
.invoice-one .inv-content .invoice-header .inv-header-left {
  width: 54%;
}
@media (max-width: 1199.98px) {
  .invoice-one .inv-content .invoice-header .inv-header-left {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .inv-header-left {
    width: 100%;
  }
}
.invoice-one .inv-content .invoice-header .inv-header-left h4 {
  color: #7638FF;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .inv-header-left h4 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.invoice-one .inv-content .invoice-header .inv-header-right p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 700;
  align-items: center;
}
@media (max-width: 992px) {
  .invoice-one .inv-content .invoice-header .inv-header-right p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .inv-header-right p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .inv-header-right p {
    flex-direction: unset;
  }
}
.invoice-one .inv-content .invoice-header .inv-header-right p span {
  background: #E1FFED;
  border-radius: 5px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .inv-header-right p span {
    background: none;
    padding: 0;
    font-size: 14px;
  }
}
.invoice-one .inv-content .invoice-header .company-details {
  background: var(--color-gradient, linear-gradient(320deg, #DBECFF 0%, #DDCEFF 100%));
  border-radius: 14px 77px 14px 14px;
}
@media (max-width: 992px) {
  .invoice-one .inv-content .invoice-header .company-details {
    background: none;
  }
}
.invoice-one .inv-content .invoice-header .company-details .gst-details {
  position: relative;
  margin: 0;
  padding: 30px 30px;
  color: #fff;
  z-index: 2;
}
.invoice-one .inv-content .invoice-header .company-details .gst-details span {
  color: #3F4254;
  font-size: 16px;
  font-weight: 450;
}
@media (max-width: 992px) {
  .invoice-one .inv-content .invoice-header .company-details .gst-details span {
    color: #000;
  }
}
@media (max-width: 992px) {
  .invoice-one .inv-content .invoice-header .company-details .gst-details {
    color: #000;
    margin: 0;
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .company-details .gst-details {
    margin: 0;
    padding: 10px 0px;
  }
}
.invoice-one .inv-content .invoice-header .company-details .address-bg {
  position: absolute;
  width: 473.11px;
  height: 126px;
  top: 0px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .invoice-one .inv-content .invoice-header .company-details .address-bg {
    right: 58px;
    background: none;
  }
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .company-details .address-bg {
    background: none;
  }
}
.invoice-one .add-details {
  color: #2c3038;
  font-size: 16px;
  font-weight: 450;
  margin-bottom: 25px;
}
.invoice-one .bill-add {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 450;
  color: #333;
}
.invoice-one .customer-name {
  font-size: 24px;
  font-weight: 700;
  color: #2c3038;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .invoice-one .customer-name {
    font-size: 20px;
  }
}
.invoice-one .customer-name span {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.invoice-one .payment-status {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.invoice-one .payment-status span {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #33B469;
}
.invoice-one .patient-info {
  display: flex;
  margin: 0 0 20px;
  padding: 0;
}
.invoice-one .patient-info .patient-details, .invoice-one .patient-info .treatment-info {
  margin: 0 20px 0 0;
  padding: 20px;
  width: 50%;
}
.invoice-one .patient-info .patient-details h5, .invoice-one .patient-info .treatment-info h5 {
  color: #0C0C20;
  margin-bottom: 15px;
  font-size: 18px;
}
.invoice-one .patient-info .patient-details div, .invoice-one .patient-info .treatment-info div {
  display: flex;
  justify-content: space-between;
}
.invoice-one .patient-info .patient-details div span, .invoice-one .patient-info .treatment-info div span {
  color: #2c3038;
  width: 70%;
  text-align: right;
}
@media (max-width: 992px) {
  .invoice-one .patient-info .patient-details div, .invoice-one .patient-info .treatment-info div {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 767px) {
  .invoice-one .patient-info .patient-details div, .invoice-one .patient-info .treatment-info div {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .invoice-one .patient-info .patient-details, .invoice-one .patient-info .treatment-info {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .invoice-one .patient-info {
    display: block;
  }
}
.invoice-one h5 {
  background: #F4F4F4;
  color: #2c3038;
  font-size: 18px;
  font-weight: 450;
  margin: 20px 0;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .invoice-one h5 {
    background: none;
    padding: 0;
  }
}
.invoice-one .invoice-table {
  margin: 0;
  padding: 0 0 20px;
}
.invoice-one .invoice-table table {
  color: #2c3038;
  margin: 0;
  padding: 0px;
}
.invoice-one .invoice-table table thead tr {
  border-bottom: none;
  font-size: 18px;
}
.invoice-one .invoice-table table thead .amount {
  font-size: 16px;
  font-weight: 450;
}
.invoice-one .invoice-table table .table_width {
  font-size: 18px;
  font-weight: 450;
}
.invoice-one .invoice-table table .table_width_2 {
  width: 40%;
}
.invoice-one .invoice-table table .table_width_3 {
  width: 20%;
}
.invoice-one .invoice-table table tr {
  border-bottom: 1px solid #BEBEBE;
}
.invoice-one .invoice-table table tr .table-description {
  color: #2c3038;
  font-size: 16px;
}
.invoice-one .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
.invoice-one .invoice-table table tr td {
  margin: 0;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 450;
  height: 82px;
  vertical-align: middle;
}
.invoice-one .invoice-table table tr td span {
  color: #e90202;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.invoice-one .invoice-table table tr td:last-child, .invoice-one .invoice-table table tr th:last-child {
  padding-right: 25px;
}
.invoice-one .invoice-table-footer {
  justify-content: end;
  padding: 5px 30px;
}
@media (max-width: 768px) {
  .invoice-one .invoice-table-footer {
    padding: 0;
  }
}
.invoice-one .invoice-table-footer .table-footer-left {
  width: 58%;
}
@media (max-width: 575.98px) {
  .invoice-one .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.invoice-one .invoice-table-footer .table-footer-right {
  width: 80%;
}
.invoice-one .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.invoice-one .invoice-table-footer .table-footer-right table td {
  color: #2c3038;
  font-size: 18px;
  text-align: right;
  width: 50%;
  padding: 5px 10px;
}
@media print {
  .invoice-one .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 992px) {
  .invoice-one .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .invoice-one .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
.invoice-one .invoice-table-footer .table-footer-right table span {
  color: #333;
}
@media print {
  .invoice-one .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-one .invoice-table-footer .table-footer-right table {
    font-size: 15px;
  }
}
.invoice-one .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #2c3038;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .invoice-one .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-one .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .invoice-one .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-one .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .invoice-one .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .invoice-one .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .invoice-one .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-one .invoice-table-footer .total-info {
    display: none;
  }
}
.invoice-one .totalamount-footer {
  border: 1px solid #95979B;
  border-left: none;
  border-right: none;
  margin: 10px 0 0;
  padding: 15px;
}
.invoice-one .table-total-item {
  margin: 0;
  padding: 15px 10px 15px 20px;
}
@media (max-width: 767px) {
  .invoice-one .table-total-item {
    margin: 0;
    padding: 15px 0px;
  }
}
.invoice-one .total-amountdetails {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #BEBEBE;
  text-align: end;
}
@media (max-width: 992px) {
  .invoice-one .total-amountdetails {
    text-align: end;
  }
}
.invoice-one .bank-details {
  margin: 0;
  padding: 25px 15px;
  border-bottom: 1px solid #BEBEBE;
}
.invoice-one .bank-details .payment-info {
  color: #2c3038;
  display: flex;
}
.invoice-one .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.invoice-one .bank-details .payment-info div {
  font-size: 16px;
  font-weight: 450;
  margin: 0 0 10px;
  padding: 0;
}
.invoice-one .bank-details .payment-info span {
  color: #95979b;
}
.invoice-one .bank-details .payment-info .pay-details {
  padding-left: 20px;
}
.invoice-one .bank-details .terms-condition {
  margin: 0;
  padding: 0;
  color: #2c3038;
  border: 0;
}
.invoice-one .bank-details .terms-condition span {
  font-size: 18px;
  margin: 0 10px 10px;
}
.invoice-one .bank-details .terms-condition ol {
  color: #95979b;
}
@media (max-width: 767px) {
  .invoice-one .bank-details .terms-condition {
    margin: 10px 0;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .invoice-one .bank-details {
    margin: 0;
    padding: 10px 0px;
  }
}
.invoice-one .thanks-msg {
  background: #F2F2F2;
  border-bottom: 1px solid #BEBEBE;
  color: #000;
  font-size: 16px;
  font-weight: 450;
}
@media (max-width: 767px) {
  .invoice-one {
    margin: 0;
    padding: 20px;
  }
}
.invoice-one .table-data {
  border: none !important;
}
.invoice-one .file-one-link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invoice-one .duedate-bg span {
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #E1FFED;
  font-size: 16px;
}
.invoice-one .invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 48px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .invoice-one .invoice-wrapper {
    padding: 0px;
  }
}
.invoice-one .file-link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding-top: 24px;
  justify-content: flex-start;
}
.invoice-one .qr {
  width: 140px;
  height: 140px;
  margin: 0px 0 20px !important;
}
.invoice-one .qr .scan-details {
  font-size: 13px;
  font-weight: 600;
}
.invoice-one .gst-details h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .invoice-one .gst-details h6 {
    font-size: 15px;
  }
}
.invoice-one .inv-header-right a img {
  max-width: 271px !important;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .invoice-one .inv-header-right a img {
    width: 100%;
  }
}
.invoice-one .inv-header-right h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
.invoice-one .inv-header-right h6 span {
  font-weight: 400;
}
.invoice-one .text-end {
  padding-top: 10px;
  padding-bottom: 10px;
}

.invoice-two .invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .invoice-two .invoice-wrapper {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-details {
    display: block;
  }
}
.invoice-two .inv-content .invoice-header {
  border-bottom: 1px solid #F2F2F2;
  background: var(--color-gradient, linear-gradient(320deg, #DDCEFF 0%, #DBECFF 100%));
  padding: 45px 24px;
}
.invoice-two .inv-content .invoice-header .inv-header-left h2 {
  color: #3F4254;
  font-size: 48px;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header .inv-header-left h2 {
    font-size: 18px;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-left a {
  display: block;
}
.invoice-two .inv-content .invoice-header .inv-header-left img {
  max-width: 200px;
}
.invoice-two .inv-content .invoice-header .inv-header-left span {
  color: #95979b;
}
.invoice-two .inv-content .invoice-header .inv-header-right {
  text-align: right;
}
.invoice-two .inv-content .invoice-header .inv-header-right img {
  max-width: 200px;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right img {
    max-width: 131px;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-right .invoice-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3038;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right .invoice-title {
    font-size: 20px;
    margin: 10px 0 0 0;
    padding: 0;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date {
  color: #95979b;
  font-size: 18px;
  font-weight: normal;
  margin-right: 20px;
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date:last-child {
  margin-right: 0;
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  margin-left: 8px;
}
@media print {
  .invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header .inv-header-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header {
    display: block;
    background: none;
    padding: 0px;
  }
}
@media print {
  .invoice-two .inv-content .invoice-header {
    display: flex;
  }
}
.invoice-two .inv-content .two-invoice-details {
  margin: 30px 0 0 0;
  padding: 0 0px;
}
.invoice-two .inv-content .two-invoice-details .company-booking-address {
  display: flex;
  border-bottom: 1px solid var(--gray-gray-5, #E0E0E0);
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .company-add {
  color: #000;
  font-weight: 450;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .company-add {
    font-size: 15px;
  }
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .company-add span {
  display: block;
  color: #95979b;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .company-add span {
    font-size: 15px;
  }
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .invoice-date h6 {
  color: #000;
  margin-bottom: 5px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .invoice-date h6 {
    font-size: 12px;
  }
}
.invoice-two .inv-content .two-invoice-details h5 {
  color: #3F4254;
  margin: 0;
  padding: 24px 0;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details h5 {
    font-size: 15px;
    margin: 0 0 0 17px;
    padding: 8px 0;
  }
}
.invoice-two .inv-content .invoice-address-details {
  margin: 0;
  padding: 20px 0px;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .invoice-address-details {
    display: flex;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to span {
  color: #333;
  margin: 0 0 15px;
  display: block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .invoice-to span {
    margin: 0 0 10px;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to .inv-to-address {
  color: #2C3038;
  font-size: 16px;
}
.invoice-two .inv-content .invoice-address-details .invoice-to .invoice-to-payment {
  background: rgba(242, 242, 242, 0.5);
  border-radius: 10px;
  margin: 0;
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .invoice-to {
    margin-bottom: 20px;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment {
  background: rgba(242, 242, 242, 0.5);
  margin: 0;
  padding: 24px 24px;
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment span {
  color: #333;
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment .inv-to-address {
  color: #54C1FF;
}
.invoice-two .inv-content .invoice-address-details .company-details {
  text-align: right;
}
.invoice-two .inv-content .invoice-address-details .company-details .company-name {
  font-size: 24px;
  color: #7638FF;
  margin: 0 0 10px;
  font-weight: 700;
  display: block;
}
.invoice-two .inv-content .invoice-address-details .company-details .gst-details {
  margin: 0 0 10px;
}
.invoice-two .inv-content .invoice-address-details .company-details .gst-details span {
  color: #95979b;
  display: block;
}
@media print {
  .invoice-two .inv-content .invoice-address-details .company-details .gst-details {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .company-details {
    text-align: left;
    margin: 0 0 20px;
  }
}
@media print {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details {
    display: block;
  }
}
.invoice-two .inv-content .invoice-table-details {
  margin: 30px 0 30px 0;
  padding: 0 0 0;
}
.invoice-two .inv-content .invoice-table-details table {
  font-family: "Circular Std";
  width: 100%;
  color: #2c3038;
  border: 1px solid var(--gray-gray-3, #BEBEBE);
}
.invoice-two .inv-content .invoice-table-details table .table_width_1 {
  width: 3%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_2 {
  width: 20%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_3 {
  width: 40%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_4 {
  width: 15%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_5 {
  width: 15%;
}
.invoice-two .inv-content .invoice-table-details table thead tr {
  background: #fff;
}
.invoice-two .inv-content .invoice-table-details table thead tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000;
}
.invoice-two .inv-content .invoice-table-details table tr {
  border-bottom: 1px solid #BEBEBE;
}
.invoice-two .inv-content .invoice-table-details table tr td, .invoice-two .inv-content .invoice-table-details table tr th {
  padding: 15px;
}
@media print {
  .invoice-two .inv-content .invoice-table-details table tr td, .invoice-two .inv-content .invoice-table-details table tr th {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-details table tr td, .invoice-two .inv-content .invoice-table-details table tr th {
    white-space: nowrap;
  }
}
.invoice-two .inv-content .invoice-table-details table tr td {
  vertical-align: middle;
  font-size: 16px;
  height: 69px;
  white-space: pre-wrap;
}
@media print {
  .invoice-two .inv-content .invoice-table-details table tr td {
    height: 72px;
  }
}
.invoice-two .inv-content .invoice-table-details table tr .table-description {
  vertical-align: middle;
  width: 33%;
  color: #2c3038;
  font-size: 16px;
  font-weight: 400;
}
.invoice-two .inv-content .invoice-table-details table tr h6 {
  color: #e90202;
  font-size: 12px;
}
@media print {
  .invoice-two .inv-content .invoice-table-details {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-details {
    font-size: 14px;
  }
}
.invoice-two .inv-content .invoice-table-footer {
  justify-content: end;
  padding: 5px 30px;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-left {
  width: 70%;
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right {
  width: 80%;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
  color: #2c3038;
  font-size: 18px;
  text-align: right;
  width: 50%;
  padding: 5px 10px;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 768px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    margin: 0;
    padding: 15px 0px;
  }
}
@media (max-width: 768px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table span {
  color: #333;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #2c3038;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-footer .total-info {
    display: none;
  }
}
.invoice-two .inv-content .totalamount-footer {
  border: 1px solid #95979B;
  border-left: none;
  border-right: none;
  margin: 10px 0 0;
  padding: 15px;
}
.invoice-two .inv-content .bank-details {
  margin: 30px 0;
  padding: 0 20px 0 20px;
  border: none;
}
.invoice-two .inv-content .bank-details .payment-info {
  display: flex;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code {
  margin-right: 24px;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code .scan-details {
  font-size: 14px;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code .img {
  max-width: 140px;
}
.invoice-two .inv-content .bank-details .payment-info .debitcard {
  color: #000;
}
.invoice-two .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
}
.invoice-two .inv-content .bank-details .payment-info .debit-card {
  margin-top: 15px;
  margin-bottom: 10px;
}
.invoice-two .inv-content .bank-details .payment-info span {
  color: #95979B;
}
.invoice-two .inv-content .terms-condition {
  margin: 0;
  padding: 0 0;
}
.invoice-two .inv-content .terms-condition .amount {
  margin-bottom: 24px;
}
.invoice-two .inv-content .terms-condition ol {
  list-style: number;
  padding-left: 18px;
  color: #333;
}
.invoice-two .inv-content .terms-condition span {
  display: block;
  margin: 0 0 15px;
  color: #2c3038;
}
@media print {
  .invoice-two .inv-content .terms-condition {
    font-size: 12px;
    margin: 0;
    padding: 10px 30px;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .terms-condition {
    font-size: 14px;
  }
}
.invoice-two .inv-content .thanks-msg {
  color: #3F4254;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  margin: 0;
  padding: 15px 0;
}
@media print {
  .invoice-two .inv-content .thanks-msg {
    font-size: 10px;
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .thanks-msg {
    font-size: 12px;
  }
}
.invoice-two .file-link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invoice-two .file-link .download-link {
  color: #e90202;
  margin: 0px;
  padding: 12px 22px;
  margin-right: 10px;
  border: 1px solid #7638FF;
  border-radius: 5px;
  background: #fff;
  height: 46px;
}
.invoice-two .file-link .download-link:hover {
  background: #7638FF;
  color: #fff;
}
.invoice-two .file-link .print-link {
  color: #e90202;
  margin: 0 0 0 0;
  padding: 15px 22px;
  border: 1px solid #4361EE;
  border-radius: 5px;
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
}
.invoice-two .file-link .print-link i {
  margin-right: 6px;
}
.invoice-two .file-link .print-link:hover {
  background: #4361EE;
  color: #fff;
}
@media (max-width: 992px) {
  .invoice-two .file-link {
    margin: 20px;
  }
}

.invoice-three .invoice-wrapper {
  padding: 50px;
}
.invoice-three .invoice-wrapper .inv-content {
  border: none;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header {
  padding: 0 0 50px 0;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .inv-header-left .tax-invoice {
  color: #e90202;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .inv-header-right img {
  max-width: 270px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .invoice-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .gst-details {
  margin: 0 0 10px 0;
  padding: 0;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .gst-details:last-child {
  margin: 0;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .gst-details span {
  color: #000;
  font-weight: 450;
  font-family: "Circular Std";
  font-size: 16px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .gst-details:first-child span {
  font-size: 18px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address {
  padding: 0;
  border: 1px solid #BDBDBD;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .invoice-three .invoice-wrapper .inv-content .invoice-address {
    display: flex;
  }
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-address-details {
  padding: 24px 0 24px 24px;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content .invoice-status-details {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  border: 1px solid #BDBDBD;
  border-top: none;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content .invoice-status-details span {
  display: block;
  margin-bottom: 15px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content .invoice-status-details span:last-child {
  color: #e90202;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
@media print {
  .invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content .invoice-status-details span:last-child {
    font-size: 18px;
  }
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-to span {
  margin: 0 0 15px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-to .inv-to-address {
  line-height: 24px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table {
  padding: 0;
  margin-bottom: 50px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table {
  font-family: "Circular Std";
  border: 1px solid #BEBEBE;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table .table_width_2 {
  width: 30%;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table tr {
  border-bottom: 1px solid #BEBEBE;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table thead tr {
  background: #fff;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table thead tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table td {
  vertical-align: middle;
  color: #2C3038;
  font-weight: 400;
  font-size: 16px;
  height: 80px;
  white-space: pre-wrap;
}
@media print {
  .invoice-three .invoice-wrapper .inv-content .invoice-table table td {
    height: 72px;
  }
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table .unit-price-data {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table .unit-price-data span {
  color: #e90202;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer {
  padding: 0;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right {
  width: 50%;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table tr td {
  width: 60%;
  color: #2C3038;
  padding: 7px 0;
  font-size: 18px;
  font-weight: 600;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table tr td.table-footer-right-title {
  color: #333;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left {
  display: flex;
  flex-direction: column;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left span {
  color: #2C3038;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left span.total-item {
  color: #333;
}
.invoice-three .invoice-wrapper .inv-content .bank-details {
  padding: 50px 0;
}
.invoice-three .invoice-wrapper .inv-content .bank-details .account-info {
  display: flex;
  gap: 24px;
}
.invoice-three .invoice-wrapper .inv-content .bank-details .account-info .qr-code img {
  margin-bottom: 10px;
}
.invoice-three .invoice-wrapper .inv-content .bank-details .account-info .qr-code .scan-details {
  font-size: 14px;
  font-weight: 600;
}
.invoice-three .invoice-wrapper .inv-content .bank-details .account-details {
  margin: 0 0 10px;
}
.invoice-three .invoice-wrapper .inv-content .bank-details .account-details span {
  color: #000;
  font-weight: 450;
}
.invoice-three .invoice-wrapper .inv-content .invoice-notes {
  background: #DDF3FF;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #2DA7FF;
}
.invoice-three .invoice-wrapper .inv-content .thanks-msg {
  padding: 40px 0 0 0;
}

.invoice-four .invoice-wrapper {
  padding: 24px;
}
.invoice-four .invoice-wrapper .inv-content {
  border: none;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header {
  border: none;
  padding: 0px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-header-left .tax-invoice {
  color: #e90202;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-header-right a img {
  text-align: right;
  max-width: 271px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-header-right a img {
    max-width: 200;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .invoice-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .invoice-title {
    font-size: 20px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .gst-details-four {
  margin: 0 0 10px 0;
  padding: 0;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .gst-details-four:last-child {
  font-size: 16px;
  margin: 0;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .gst-details-four span {
  color: #000;
  font-weight: 450;
  font-family: "Circular Std";
  font-size: 16px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .gst-details-four:first-child span {
  font-size: 18px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date {
  width: 100%;
  float: right;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date:last-child {
  margin-right: 0;
  margin-bottom: 20px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-details {
  position: relative;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no {
  font-size: 18px;
  color: #3F4254;
  background: linear-gradient(320deg, #DBECFF 0%, #DDCEFF 100%);
  padding: 14px 20px 15px 87px;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no {
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no {
    padding: 0px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no span {
  font-weight: 700;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no:last-child {
  margin-right: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no {
    background: none;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .triangle-right {
  width: 56px;
  height: 49px;
  border-top: 30px solid transparent;
  border-left: 58px solid #fff;
  border-bottom: 26px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .triangle-right {
    display: none;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .triangle-right {
    display: none;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four {
  margin: 24px 0;
  padding: 24px;
  border-radius: 20px;
  background-color: rgba(242, 242, 242, 0.24);
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  border: 1px solid #E0E0E0;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to span {
  color: #333;
  margin: 0 0 15px;
  display: block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to span {
    margin: 0 0 10px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to .inv-to-address {
  color: #2C3038;
  font-size: 16px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to .invoice-to-payment {
  background: rgba(242, 242, 242, 0.5);
  border-radius: 10px;
  margin: 0;
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to {
    margin-bottom: 20px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment {
  border-left: 1px solid #BDBDBD;
  margin: 0;
  padding: 24px 0px 24px 50px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment span {
  color: #333;
  font-size: 18px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment .inv-to-address {
  color: #54C1FF;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment .inv-to-address h6 {
  margin: 0 0 50px 0;
  padding: 5px 18px;
  background-color: #FFE0BB;
  border-radius: 5px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment h5 span {
  background-color: #DDF3FF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #54C1FF;
  padding: 5px 18px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details {
  text-align: right;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details .company-name {
  font-size: 24px;
  color: #7638FF;
  margin: 0 0 10px;
  font-weight: 700;
  display: block;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details .gst-details {
  margin: 0 0 10px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details .gst-details span {
  color: #95979b;
  display: block;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details .gst-details {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details {
    text-align: left;
    margin: 0 0 20px;
  }
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four {
    display: flex;
    padding: 0px 30px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details {
  margin: 0 0 30px 0;
  padding: 0 0 0;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table {
  font-family: "Circular Std";
  width: 100%;
  color: #2c3038;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table .table_width_1 {
  width: 3%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table .table_width_2 {
  width: 20%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table .table_width_3 {
  width: 40%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table .table_width_4 {
  width: 15%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table .table_width_5 {
  width: 15%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table thead tr {
  background: #F2F2F2;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table thead tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr {
  border-bottom: 1px solid #BEBEBE;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr td, .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr th {
  padding: 15px;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr td, .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr th {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr td, .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr th {
    white-space: nowrap;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr td {
  vertical-align: middle;
  font-size: 16px;
  white-space: pre-wrap;
  height: 69px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr .table-description {
  width: 33%;
  color: #2c3038;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr h6 {
  color: #e90202;
  font-size: 12px;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-details {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-details {
    font-size: 14px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer {
  border: none;
  justify-content: space-between;
  padding: 5px 30px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left {
  width: 70%;
}
@media (max-width: 575.98px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right {
  width: 80%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table td {
  color: #2c3038;
  font-size: 18px;
  text-align: right;
  width: 50%;
  padding: 5px 10px;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table span {
  color: #333;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #e90202;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .total-info {
    display: none;
  }
}
.invoice-four .invoice-wrapper .inv-content .totalamount-footer {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.invoice-four .invoice-wrapper .inv-content .total-amountdetails {
  padding: 0;
  border-bottom: 1px solid #E0E0E0;
}
.invoice-four .invoice-wrapper .inv-content .total-amountdetails p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 20px 0;
}
.invoice-four .invoice-wrapper .inv-content .total-amountdetails span {
  color: #2c3038;
}
.invoice-four .invoice-wrapper .inv-content .bank-details {
  margin: 0;
  padding: 15px 30px;
  border-bottom: 1px solid #F2F2F2;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info {
  display: flex;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .qr-code {
  margin-right: 24px;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .qr-code .scan-details {
  font-size: 13px;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .qr-code .img {
  max-width: 140px;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .debitcard {
  color: #000;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .debit-card {
  margin-top: 15px;
  margin-bottom: 10px;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info span {
  color: #95979B;
}
.invoice-four .invoice-wrapper .inv-content .terms-condition {
  margin: 0;
  padding: 0 0;
}
.invoice-four .invoice-wrapper .inv-content .terms-condition ol {
  list-style: number;
  padding-left: 13px;
  color: #333;
}
.invoice-four .invoice-wrapper .inv-content .terms-condition span {
  display: block;
  margin: 0 0 15px;
  color: #2c3038;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .terms-condition {
    font-size: 12px;
    margin: 0;
    padding: 10px 30px;
  }
}
@media (max-width: 575.98px) {
  .invoice-four .invoice-wrapper .inv-content .terms-condition {
    font-size: 14px;
  }
}
.invoice-four .invoice-wrapper .inv-content .thanks-msg {
  color: #000000;
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  background: #F2F2F2;
  margin: 0;
  padding: 15px 0;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .thanks-msg {
    font-size: 10px;
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .invoice-four .invoice-wrapper .inv-content .thanks-msg {
    font-size: 12px;
  }
}

.file-link-four {
  margin-bottom: 40px;
}
.file-link-four .download-link {
  color: #e90202;
  margin: 0px;
  padding: 12px 22px;
  margin-right: 10px;
  border: 1px solid #7638FF;
  border-radius: 5px;
  background: #fff;
  height: 46px;
}
.file-link-four .download-link:hover {
  background: #7638FF;
  color: #fff;
}
.file-link-four .print-link {
  color: #e90202;
  margin: 0 0 0 0;
  padding: 15px 22px;
  border: 1px solid #4361EE;
  border-radius: 5px;
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
}
.file-link-four .print-link i {
  margin-right: 6px;
}
.file-link-four .print-link:hover {
  background: #4361EE;
  color: #fff;
}
@media (max-width: 992px) {
  .file-link-four {
    margin: 20px;
  }
}

.invoice-five.invoice-wrapper {
  padding: 50px;
}
@media (max-width: 767px) {
  .invoice-five.invoice-wrapper {
    padding: 15px;
  }
}
@media print and (max-width: 767px) {
  .invoice-five.invoice-wrapper {
    padding: 0;
  }
}
.invoice-five .inv-content {
  background: #FAFAFA;
  padding: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .invoice-five .inv-content {
    padding: 15px;
  }
}
.invoice-five .inv-content .invoice-header {
  border-bottom: 0;
  background: transparent;
  padding: 0;
}
.invoice-five .inv-content .invoice-header .inv-header-right h2 {
  font-family: "Circular Std";
  color: #e90202;
  font-size: 24px;
  font-weight: 700;
}
.invoice-five .inv-content .invoice-five-details {
  gap: 24px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-five-details {
    display: block;
  }
}
.invoice-five .inv-content .invoice-five-details .gradient-block {
  width: 729px;
  height: 36px;
  background: linear-gradient(320deg, #DDCEFF 0%, #DBECFF 100%);
  border-radius: 59px;
}
@media (max-width: 1399.98px) {
  .invoice-five .inv-content .invoice-five-details .gradient-block {
    width: 550px;
  }
}
@media (max-width: 991.98px) {
  .invoice-five .inv-content .invoice-five-details .gradient-block {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-five-details .gradient-block {
    width: 100%;
    margin-bottom: 15px;
  }
}
.invoice-five .inv-content .invoice-five-details .invoice-date {
  gap: 50px;
}
.invoice-five .inv-content .invoice-five-details .invoice-date .invoice-date-details {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.invoice-five .inv-content .invoice-five-details .invoice-date .invoice-date-details span {
  font-weight: 400;
}
.invoice-five .invoice-table-details {
  margin: 30px 0 30px 0;
  padding: 0 0 0;
}
.invoice-five .invoice-table-details table {
  width: 100%;
  color: #2c3038;
  border: 1px solid var(--gray-gray-3, #BEBEBE);
}
.invoice-five .invoice-table-details table .table_width_1 {
  width: 3%;
}
.invoice-five .invoice-table-details table .table_width_2 {
  width: 20%;
}
.invoice-five .invoice-table-details table .table_width_3 {
  width: 40%;
}
.invoice-five .invoice-table-details table .table_width_4 {
  width: 15%;
}
.invoice-five .invoice-table-details table .table_width_5 {
  width: 15%;
}
.invoice-five .invoice-table-details table thead tr {
  color: #000;
}
.invoice-five .invoice-table-details table .ecommercetable {
  background: #E0E0E0;
}
.invoice-five .invoice-table-details table thead tr {
  background: #F2F2F2;
}
.invoice-five .invoice-table-details table thead tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000;
}
.invoice-five .invoice-table-details table tr {
  border-bottom: 1px solid #BEBEBE;
}
.invoice-five .invoice-table-details table tr td, .invoice-five .invoice-table-details table tr th {
  padding: 15px;
}
@media print {
  .invoice-five .invoice-table-details table tr td, .invoice-five .invoice-table-details table tr th {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .invoice-five .invoice-table-details table tr td, .invoice-five .invoice-table-details table tr th {
    white-space: nowrap;
  }
}
.invoice-five .invoice-table-details table tr td {
  height: 69px;
  vertical-align: middle;
  white-space: pre-wrap;
}
.invoice-five .invoice-table-details table tr .table-description {
  width: 33%;
  color: #2c3038;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .invoice-five .invoice-table-details table tr .table-description {
    font-size: 16px;
  }
}
.invoice-five .invoice-table-details table tr h6 {
  color: #e90202;
  font-size: 12px;
}
@media print {
  .invoice-five .invoice-table-details {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-five .invoice-table-details {
    font-size: 14px;
  }
}
.invoice-five .invoice-table-footer {
  padding: 5px 0px;
}
.invoice-five .invoice-table-footer .table-footer-left {
  width: 70%;
}
@media (max-width: 575.98px) {
  .invoice-five .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.invoice-five .invoice-table-footer .table-footer-right {
  width: 80%;
}
.invoice-five .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.invoice-five .invoice-table-footer .table-footer-right table td {
  color: #2c3038;
  font-size: 18px;
  text-align: right;
  width: 50%;
  padding: 5px 10px;
  font-weight: 500;
}
@media print {
  .invoice-five .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 1399.98px) {
  .invoice-five .invoice-table-footer .table-footer-right table td {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .invoice-five .invoice-table-footer .table-footer-right table td {
    width: auto;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .invoice-five .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
.invoice-five .invoice-table-footer .table-footer-right table td.tax {
  color: #333;
  font-weight: 600;
}
.invoice-five .invoice-table-footer .table-footer-right table span {
  color: #333;
}
@media print {
  .invoice-five .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
.invoice-five .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #2c3038;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .invoice-five .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 1399.98px) {
  .invoice-five .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .invoice-five .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .invoice-five .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-five .invoice-table-footer .table-footer-right {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .invoice-five .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .invoice-five .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .invoice-five .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-five .invoice-table-footer .total-info {
    display: none;
  }
}
.invoice-five .inv-content .bank-details {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .invoice-five .inv-content .bank-details .bank-qr-detail img {
    max-width: 90px;
  }
}
.invoice-five .inv-content .invoice-header .inv-header-left {
  width: 54%;
}
@media (max-width: 1199.98px) {
  .invoice-five .inv-content .invoice-header .inv-header-left {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-header .inv-header-left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.invoice-five .inv-content .invoice-header .inv-header-left h4 {
  color: #7638FF;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}
.invoice-five .inv-content .invoice-header .inv-header-right p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .invoice-five .inv-content .invoice-header .inv-header-right p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-header .inv-header-right p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-header .inv-header-right p {
    flex-direction: unset;
  }
}
.invoice-five .inv-content .invoice-header .inv-header-right p span {
  display: flex;
  margin: 5px 0;
  color: #000000;
}
.invoice-five .inv-content .invoice-header .company-details {
  position: relative;
  overflow: hidden;
}
.invoice-five .inv-content .invoice-header .company-details .gst-details {
  position: relative;
  margin: 0;
  padding: 30px 30px;
  color: #fff;
  z-index: 2;
}
.invoice-five .inv-content .invoice-header .company-details .gst-details span {
  color: #3F4254;
  font-size: 16px;
  font-weight: 450;
}
@media (max-width: 992px) {
  .invoice-five .inv-content .invoice-header .company-details .gst-details span {
    color: #000;
  }
}
@media (max-width: 992px) {
  .invoice-five .inv-content .invoice-header .company-details .gst-details {
    color: #000;
    margin: 0;
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-header .company-details .gst-details {
    margin: 0;
    padding: 10px 0px;
  }
}
.invoice-five .inv-content .invoice-header .company-details .address-bg {
  position: absolute;
  width: 473.11px;
  height: 126px;
  top: 0px;
  right: 15px;
  overflow: hidden;
  border-radius: 14px 77px 14px 14px;
  background: var(--color-gradient, linear-gradient(320deg, #DDCEFF 0%, #DBECFF 100%));
  background-color: #7638FF;
}
@media (max-width: 992px) {
  .invoice-five .inv-content .invoice-header .company-details .address-bg {
    right: 58px;
  }
}
.invoice-five .terms-condition {
  margin-bottom: 40px;
}
.invoice-five .terms-condition ol li {
  color: #2C3038;
}
.invoice-five .thanks-msg {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .invoice-five .file-link {
    margin: 0;
  }
}
.invoice-five .file-link a {
  color: #e90202;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .invoice-five .file-link a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .invoice-five .file-link a {
    font-size: 15px;
  }
}

.invoice-address-details.invoice-five-group .invoice-to span {
  margin-bottom: 15px;
  display: block;
}
.invoice-address-details.invoice-five-group .invoice-to .inv-to-address {
  color: #2C3038;
}
.invoice-address-details.invoice-five-group .invoice-to:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .invoice-address-details.invoice-five-group .invoice-to:last-child {
    margin-top: 15px;
  }
}

.company-booking-address.company-five-address {
  margin-bottom: 24px;
}
.company-booking-address.company-five-address .company-add span {
  margin-bottom: 15px;
  display: block;
}
.company-booking-address.company-five-address .company-add h4 {
  color: #2C3038;
  margin-bottom: 0;
}
.company-booking-address.company-five-address .company-add h5 {
  color: #333;
  margin-bottom: 15px;
  font-size: 18px;
}
.company-booking-address.company-five-address .company-add .paid-status-add span {
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.company-booking-address.company-five-address .company-add .paid-status-add h6 {
  color: #33B469;
  font-size: 16px;
}
@media (max-width: 767px) {
  .company-booking-address.company-five-address .company-add {
    margin-bottom: 15px;
  }
}
.company-booking-address.company-five-address .invoice-date {
  text-align: right;
}
.company-booking-address.company-five-address .invoice-date p {
  color: #2C3038;
}
.company-booking-address.company-five-address .invoice-date p span {
  color: #333;
}

.total-amt-word tr td span {
  display: block;
  color: #2C3038;
  font-weight: 500;
}
@media (max-width: 767px) {
  .total-amt-word tr td {
    display: none;
  }
}

.tab-content .blog-image > a {
  padding: 5px;
}

.bg-subscribe {
  background-color: #FFECEC;
  color: #ED3A3A;
  padding: 4px 10px;
  border-radius: 4px;
}

.bg-payment {
  background-color: #E9F2FF;
  color: #2465BC;
  padding: 4px 10px;
  border-radius: 4px;
}

.btn-primary .fa-plus {
  margin-right: 5px;
}

.import-company .btn-import {
  color: #e90202;
  border: 1px solid #e90202;
}
.import-company .btn-import:hover {
  background-color: #e90202;
  color: #fff;
}

.companies-table .table tbody td h2.table-avatar a {
  color: #1F0066;
}

.companies-table .table tbody td h2 span {
  color: #808080;
}

.card-table .companies-table .table td {
  color: #1F0066;
}

.companies-table .dropdown-item .far.fa-trash-alt {
  border-bottom: 1px solid #E0E0E0;
}

.page-content .list-btn .btn-filters:hover {
  background-color: #EADDFF;
}

.companies-table .table .dropdown-menu {
  width: 176px;
}

.companies-table .table p {
  color: #808080;
}

.avatar-img.rounded-circle .company {
  height: 40px;
  width: 40px;
}

.companies-table .table tbody td h2.table-avatar .companies {
  height: 40px;
  width: 40px;
  display: inline-block;
}

.p-20 .modal-header {
  padding: 20px;
  justify-content: space-between;
}
.p-20 .modal-body, .p-20 .modal-footer {
  padding: 0 20px 20px 20px;
}

#add_package .modal-body h6 {
  color: #808080;
  margin-bottom: 10px;
}
#add_package .modal-body ul {
  margin: 0;
  border: none;
  background: #F7F8F9;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #add_package .modal-body ul li {
    padding-right: 0;
    padding-left: 0;
  }
}
#add_package .modal-body ul li:first-child {
  padding-left: 0;
}
#add_package .modal-body ul li:last-child {
  padding-right: 0;
}
#add_package .modal-body ul li h6 {
  padding: 13px 0;
  margin-bottom: 0;
  border-radius: 10px;
  border: none;
  cursor: poArimo;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
#add_package .modal-body ul li h6.active, #add_package .modal-body ul li h6:hover {
  background: #e90202;
  color: #fff;
}
#add_package .modal-body .tab-content .form-check {
  padding-left: 0;
}
#add_package .modal-body .tab-content .form-check label {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 10px 10px 10px 30px;
  cursor: poArimo;
  width: 100%;
  margin-bottom: 10px;
}
#add_package .modal-body .tab-content .form-check label input {
  min-width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
  cursor: poArimo;
  margin-right: 12px;
}
#add_package .modal-body .tab-content .form-check label input:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #e90202;
  display: none;
}
#add_package .modal-body .tab-content .form-check label input:focus {
  box-shadow: none;
}
#add_package .modal-body .tab-content .form-check label input:checked {
  background: transparent;
  border-color: #e90202;
}
#add_package .modal-body .tab-content .form-check label input:checked:after {
  display: block;
}
#add_package .modal-body .tab-content .form-check label .text-dark {
  font-weight: 500;
}

.bootstrap-datetimepicker-widget .timepicker td a {
  padding: 0;
}
.bootstrap-datetimepicker-widget .timepicker td a span {
  padding: 0;
}
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
  background: #28084B;
}
.bootstrap-datetimepicker-widget .datepicker th, .bootstrap-datetimepicker-widget .datepicker td {
  text-align: center;
  padding: 5px 6px;
  font-size: 12px;
}
.bootstrap-datetimepicker-widget .datepicker td.active {
  background: #e90202;
}
.bootstrap-datetimepicker-widget .datepicker td.active:hover {
  background: #28084B;
}

span.bg-purple {
  background: rgb(89, 42, 198);
}

.company-avatar.company-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(224, 224, 224);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.super-admin-list-head {
  border-bottom: 1px solid rgb(224, 224, 224);
  margin-bottom: 24px;
}
.super-admin-list-head .grid-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.super-admin-list-head .grid-info-item h4 {
  font-weight: 600;
  margin-top: 5px;
}
.super-admin-list-head .grid-info-item span {
  color: #0F0033;
  font-weight: 600;
}
.super-admin-list-head .grid-info-item .grid-head-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 10px;
  background: #FFEFDD;
  color: #EC8000;
  flex-shrink: 0;
}
.super-admin-list-head .grid-info-item.total-items h4 {
  color: #EC8000;
}
.super-admin-list-head .grid-info-item.active-items h4 {
  color: rgb(30, 142, 223);
}
.super-admin-list-head .grid-info-item.active-items .grid-head-icon {
  background: #DDF3FF;
  color: rgb(30, 142, 223);
}
.super-admin-list-head .grid-info-item.inactive-items h4 {
  color: #ED3A3A;
}
.super-admin-list-head .grid-info-item.inactive-items .grid-head-icon {
  background: #FFECEC;
  color: #ED3A3A;
}
.super-admin-list-head .grid-info-item.location-info h4 {
  color: #1D8147;
}
.super-admin-list-head .grid-info-item.location-info .grid-head-icon {
  background: #E1FFED;
  color: #1D8147;
}

.custom-modal.custom-lg-modal .modal-dialog {
  max-width: 800px;
}

.profile-img.company-profile-img {
  width: 60px;
  height: 60px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.input-block .modal-password-field .toggle-password {
  transform: translateY(-50%);
  right: 15px;
}

.toggle-password-two {
  cursor: poArimo;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #757575;
}

.url-text-box {
  position: relative;
}
.url-text-box input {
  padding-right: 115px !important;
}
.url-text-box .url-text {
  background: #e90202;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  line-height: normal;
  position: absolute;
  right: 5px;
  top: 7px;
}

.company-detail-head {
  justify-content: space-between;
  background: #F7F8F9;
  padding: 15px;
  border-radius: 10px;
}
.company-detail-head .company-profile-img {
  background: #fff;
}
.company-detail-head .upload-profile {
  margin-right: 0;
}
.company-detail-head .upload-profile .add-profile h5 {
  font-size: 18px;
  font-weight: 700;
}

.plane-basic-info h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.plane-basic-info .basic-info-detail {
  margin-bottom: 24px;
}
.plane-basic-info .basic-info-detail h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
.plane-basic-info.plane-detail {
  border-top: 1px solid #E0E0E0;
  padding-top: 24px;
}

.details-edit-link {
  align-items: center;
}
.details-edit-link .modal-edit-link {
  color: #808080;
}

.delete-modal-icon span {
  width: 64px;
  height: 64px;
  background: #1D8147;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 24px;
}

.list-btn .filter-list li a.active {
  background: #EADDFF;
}

td span.plane-type {
  color: rgb(72, 72, 72);
}

.badge.bg-orange-light {
  background: #FFEFDD;
  color: #EC8000;
}

table th.no-sort::before {
  display: none !important;
}
table th.no-sort::after {
  display: none !important;
}

.modal-header .bg-info-light {
  background: #DDF3FF;
  color: #2DA7FF;
  font-weight: normal;
}

.company-detail-head span.badge {
  font-weight: normal;
  line-height: normal;
}

#checkBoxes1, #checkBoxes {
  position: relative;
  height: 100%;
}

.search-dropdown-item {
  opacity: 0;
  position: absolute;
  right: 0;
  transition: 0.5s all;
  border: 1px solid #E0E0E0;
  background: #fff;
  padding: 24px;
  padding-bottom: 0;
  z-index: 9;
  border-radius: 10px;
  top: 0;
  display: none;
}
.search-dropdown-item.show {
  opacity: 1;
  transition: 0.5s all;
  display: block;
  top: 40px;
  display: block;
}

.btn.btn-greys.bg-history-light {
  background-color: #ffc107;
  color: #333;
}
.btn.btn-greys.bg-history-light:hover {
  background-color: #e90202;
  color: #fff;
}

.card-table .card-body .inventory-table .table td {
  color: #1F0066;
}

.table tbody td h2.table-avatar a {
  display: block;
}

.customer-table .btn-greys {
  background-color: #EFEFEF;
  color: #e90202;
}
.customer-table .btn-greys:hover {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  color: #e90202;
}

.customer-table .table tbody td h2.table-avatar a {
  color: #1F0066;
}

.companies-table.Ledger .table tbody tr td {
  height: 36px;
}

.companies-table.Ledger .dataTables_length {
  display: none;
}

.companies-table.Ledger div.dataTables_wrapper div.dataTables_paginate {
  display: none;
}

.content-page-header.add {
  margin: 0;
}

.page-header.add {
  margin: 0;
  padding: 20px 20px 0;
}

.modal-footer.add i {
  margin-right: 5px;
}

.sidebar-header.ledge {
  border: 0;
}

.sidebar-header.submenu {
  padding: 0 20px 20px;
}

.accordion .modal-footer {
  padding: 20px 0;
}

.toggle-sidebar.ledge .sidebar-body .accordion {
  border: 0;
  margin-bottom: 0;
}

.card-table .card-body .customer-table .table td {
  height: 40px;
}

.modal-footer.add .btn-success:hover {
  color: #33B469;
  background-color: #fff;
  border: 1px solid #33B469;
}

.modal-footer.add .btn-danger:hover {
  color: #ED3A3A;
  background-color: #fff;
  border: 1px solid #ED3A3A;
}

#add_ledger .add-header h6 {
  font-size: 16px;
}
#add_ledger .add-header p {
  font-weight: 500;
}
#add_ledger .table tbody td h2 span {
  font-size: 12px;
  /*color: $__gray__white__light; */
}

.ledge .cal-icon-info:after {
  top: 5px;
}
.ledge .notes-form-group-info textarea.form-control {
  font-size: 14px;
}

.bg-pending-light {
  background-color: #FFF6DC;
  color: #C99700;
}

.card-table .card-body .purchase-table .table td {
  height: 40px;
}

.bg-inactive {
  background-color: #FFECEC;
  color: #ED3A3A;
  padding: 4px 10px;
  border-radius: 4px;
}

.avatar-img.rounded-circle.subscription-circle {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.table tbody td h2.table-avatar .subscription-img {
  height: 40px;
  width: 40px;
  display: inline-block;
}

.packages {
  padding: 24px;
  border: 1px solid #EFF0F6;
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
  margin-bottom: 24px;
  border-radius: 24px;
}
.packages .recommend-text {
  background: #EC8000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 14px;
  position: absolute;
  right: 24px;
  top: -10px;
}
.packages.package-selected {
  margin: 0;
  padding: 39px 24px;
  border-radius: 24px;
  background: #e90202;
}
.packages.package-selected h6, .packages.package-selected h4, .packages.package-selected p, .packages.package-selected h2, .packages.package-selected ul li, .packages.package-selected ul li i {
  color: #fff;
}
.packages.package-selected .package-header h6 {
  color: #fff;
}
.packages.package-selected .package-header .btn-action-icon:hover {
  border-color: #fff;
}
.packages.package-selected .btn-primary {
  background: #fff;
  border-color: #fff;
  color: #e90202;
}
.packages.package-selected .btn-primary:hover {
  box-shadow: inset 0 50px 0 0 #e90202;
  border-color: #fff;
  color: #fff;
}
.packages .package-header {
  margin-bottom: 15px;
}
.packages .package-header .icon-frame {
  background: #ECEBFF;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 16px;
}
@media (max-width: 1199.98px) {
  .packages .package-header .icon-frame {
    min-width: 50px;
    height: 50px;
  }
  .packages .package-header .icon-frame img {
    width: 25px;
  }
}
@media (max-width: 1199.98px) {
  .packages .package-header .icon-frame {
    min-width: 70px;
    height: 70px;
  }
  .packages .package-header .icon-frame img {
    width: 38px;
  }
}
.packages .package-header h6 {
  color: #808080;
  margin-bottom: 5px;
}
.packages .package-header h4 {
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .packages .package-header h4 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .packages .package-header h4 {
    font-size: 24px;
  }
}
.packages .package-header .btn-action-icon {
  min-width: 30px;
  height: 30px;
  background: #F3F3F3;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.packages .package-header .btn-action-icon i {
  color: #808080;
}
.packages .package-header .btn-action-icon:hover {
  background: #e90202;
  border-color: #e90202;
}
.packages .package-header .btn-action-icon:hover i {
  color: #fff;
}
.packages p {
  font-size: 14px;
  color: #808080;
}
.packages h2 {
  margin: 24px 0;
  font-size: 36px;
  font-weight: 700;
  color: #e90202;
}
.packages h6 {
  font-weight: 600;
  margin-bottom: 18px;
}
.packages ul {
  border-bottom: 1px solid rgb(224, 224, 224);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.packages ul li {
  color: #808080;
  margin-bottom: 14px;
}
.packages ul li i {
  color: #e90202;
  margin-right: 8px;
  font-size: 16px;
}
.packages ul li:last-child {
  margin-bottom: 0;
}
.packages .active-btn {
  margin-top: 34px;
}
.packages .active-btn a {
  font-size: 16px;
}

#add_newpackage .modal-dialog {
  max-width: 800px;
}
#add_newpackage h6 {
  margin-bottom: 20px;
}
#add_newpackage form .checkboxes {
  margin: 0 0 24px 0;
  padding: 0;
}
#add_newpackage form .checkboxes label {
  display: flex;
  align-items: center;
  margin: 0;
}
#add_newpackage form .checkboxes label input {
  border: 1px solid #E0E0E0;
  min-width: 18px;
  height: 18px;
  margin-right: 10px;
  font-size: 16px;
}
#add_newpackage form .checkboxes label input:checked {
  accent-color: #e90202;
  border-color: #592AC6;
}
#add_newpackage form .status-toggle {
  margin-left: 24px;
}
#add_newpackage form .status-toggle .checktoggle {
  transform: translate(0);
}

#edit_package .modal-dialog {
  max-width: 800px;
}
#edit_package h6 {
  margin-bottom: 20px;
}
#edit_package form .checkboxes {
  margin: 0 0 24px 0;
  padding: 0;
}
#edit_package form .checkboxes label {
  display: flex;
  align-items: center;
  margin: 0;
}
#edit_package form .checkboxes label input {
  border: 1px solid #E0E0E0;
  min-width: 18px;
  height: 18px;
  margin-right: 10px;
  font-size: 16px;
}
#edit_package form .checkboxes label input:checked {
  accent-color: #e90202;
  border-color: #592AC6;
}
#edit_package form .status-toggle {
  margin-left: 24px;
}
#edit_package form .status-toggle .checktoggle {
  transform: translate(0);
}

.grid-info-item.total-plane .grid-head-icon {
  background: #EC8000;
  color: #fff;
}
.grid-info-item.active-plane .grid-head-icon {
  background: #1D8147;
  color: #fff;
}
.grid-info-item.inactive-plane .grid-head-icon {
  background: #ED3A3A;
  color: #fff;
}
.grid-info-item.total-type .grid-head-icon {
  background: rgb(30, 142, 223);
  color: #fff;
}

.subscription-plane-head ul {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgb(224, 224, 224);
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.subscription-plane-head ul li a {
  color: rgb(128, 128, 128);
  position: relative;
}
.subscription-plane-head ul li a.active {
  color: #e90202;
  padding-bottom: 8px;
}
.subscription-plane-head ul li a.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #e90202;
  position: absolute;
  left: 0;
  bottom: 0;
}
.subscription-plane-head ul li + li {
  margin-left: 24px;
}

.package-edit a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(243, 243, 243);
  color: rgb(72, 72, 72);
  border-radius: 20px;
  transition: 0.5s all;
}
.package-edit a:hover {
  background: #e90202;
  color: #fff;
  transition: 0.5s all;
}

.no-pagination .dataTables_length {
  display: none;
}
.no-pagination .dataTables_paginate {
  display: none;
}

.grid-info-item.subscription-list {
  justify-content: start;
}
.grid-info-item.subscription-list .grid-head-icon {
  margin-right: 15px;
}
.grid-info-item.subscription-list.total-transaction .grid-head-icon {
  background: rgb(30, 142, 223);
  color: #fff;
}
.grid-info-item.subscription-list.total-subscriber .grid-head-icon {
  background: #EC8000;
  color: #fff;
}
.grid-info-item.subscription-list.active-subscriber .grid-head-icon {
  background: #1D8147;
  color: #fff;
}
.grid-info-item.subscription-list.expired-subscriber .grid-head-icon {
  background: #ED3A3A;
  color: #fff;
}

td .invoice-detail i {
  color: rgb(236, 128, 0);
  font-size: 20px;
}

.card-body.two-factor .content-page-header.factor {
  margin: 0 0 20px 0;
}
.card-body.two-factor .two-factor.content h5 {
  margin: 0 0 5px 0;
  font-size: 16px;
}
.card-body.two-factor .two-factor.content p {
  margin: 0 0 30px 0;
  font-size: 16px;
}
.card-body.two-factor .two-factor.icon h5 {
  padding: 30px 0 0px 0;
  font-size: 16px;
  border-top: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
}
.card-body.two-factor .two-factor.icon h5 img {
  margin-right: 7px;
}
.card-body.two-factor .status-toggle .checktoggle.factor {
  transform: none;
}
.card-body.two-factor .factor-checkbox {
  display: flex;
  text-align: right;
  justify-content: end;
}
@media (max-width: 575.98px) {
  .card-body.two-factor .factor-checkbox {
    text-align: left;
    justify-content: start;
    margin-bottom: 30px;
  }
}

.preference-title h5 {
  font-size: 25px;
  margin-bottom: 32px;
}

#plan-billing-slider .owl-stage-outer {
  padding-top: 10px;
}
#plan-billing-slider .owl-item img {
  width: auto;
}
#plan-billing-slider .owl-item .packages {
  box-shadow: none;
  border-color: #e90202;
  background: #EADDFF;
}
#plan-billing-slider .owl-item .packages .package-header {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #plan-billing-slider .owl-item .packages .package-header .icon-frame {
    margin-bottom: 20px;
  }
}
#plan-billing-slider .owl-item .packages .package-header h5 {
  font-size: 18px;
}
#plan-billing-slider .owl-item .packages .package-header p {
  font-weight: 500;
  margin-bottom: 20px;
}
#plan-billing-slider .owl-item .packages .package-header span {
  font-weight: 500;
  color: #e90202;
}
#plan-billing-slider .owl-item .packages.active {
  border-color: rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
#plan-billing-slider .owl-item .packages.active a {
  color: #2DA7FF;
}
#plan-billing-slider .owl-item .packages.active:before {
  position: absolute;
  top: -4px;
  right: -11px;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background: #fff;
  content: "";
  z-index: 1;
}
#plan-billing-slider .owl-item .packages.active:after {
  position: absolute;
  top: -12px;
  right: -12px;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  color: #19A855;
  font-size: 24px;
  font-weight: 900;
  z-index: 1;
}
#plan-billing-slider .owl-dots {
  text-align: center;
}
#plan-billing-slider .owl-dots .owl-dot {
  margin-bottom: 24px;
}
#plan-billing-slider .owl-dots .owl-dot span {
  width: 23px;
  height: 5px;
  margin-right: 10px;
  border-radius: 5px;
  display: block;
  background: #D9D9D9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#plan-billing-slider .owl-dots .owl-dot.active span {
  background: #e90202;
}

.table-plan-billing .dataTables_length, .table-plan-billing .dataTables_paginate {
  display: none;
}

.avatar-img.rounded-circle.report-circle {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #e90202;
}

.table tbody td h2.table-avatar .report-img {
  height: 40px;
  width: 40px;
  display: inline-block;
}

.list-btn .btn-filters.form-date {
  padding: 10px;
}

.btn-path.tax-purchase {
  margin: 0 10px 32px;
}
.btn-path.tax-purchase .btn-gray {
  margin: 0 0 0 10px;
}
@media (max-width: 575.98px) {
  .btn-path.tax-purchase .btn-gray {
    display: inline-block;
    margin: 10px 0 0 0;
  }
}

.from-to-date .form-control.tax {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  direction: rtl;
  width: 130px;
  padding: 9px 8px 9px 12px;
}
.from-to-date .form-control.taxes {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  width: 98px;
  padding: 9px 12px 9px 0;
}

.cal-icon-info.profitloss:after {
  left: 10px;
}

.filter-img-top {
  width: 73px;
}

.btn-primary.profit-loss {
  display: block;
  margin-top: 30px;
}

.card-table .profit-table .table {
  background: #fff;
  margin-bottom: 0px !important;
  border-radius: 8px;
}

.table-profit-loss thead {
  background-color: #F7F8F9;
}
.table-profit-loss tr td h6 {
  font-size: 14px;
}

.table-bg {
  background: #F7F8F9;
  border-top: 1px solid #E0E0E0;
}

.card-table .card-body .table .profitpadding {
  padding-left: 10px !important;
}

.card-table .card-body .table .table-profit-head {
  padding-left: 15px !important;
  background: #fff;
}

.card-table .card-body .companies-table.profit-border .table td {
  border: 0;
}

.ledger-list {
  color: #1F0066;
}
.ledger-list a {
  color: #1F0066;
}
.ledger-list h2 {
  font-size: 14px;
}
.ledger-list .mail-to {
  color: #808080;
}
.ledger-list .ledger-info .avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.ledger-list .closing-balance {
  color: #808080;
  font-weight: 500;
  margin-right: 20px;
}
.ledger-list table thead th:first-child {
  border-top-left-radius: 8px;
}
.ledger-list table thead th:last-child {
  border-top-right-radius: 8px;
}
.ledger-list table tr td h2 span {
  font-size: 12px;
}
.ledger-list table tr:last-child td {
  background-color: #F7F8F9;
  border-top: 10px solid transparent;
}
.ledger-list table tr:last-child td p {
  color: #333;
  font-weight: 500;
}
.ledger-list table tr:last-child td p + span {
  font-size: 12px;
  color: #808080;
}
.ledger-list .btn-danger {
  background-color: #ED3A3A;
  border-color: #ED3A3A;
}
.ledger-list .btn-danger:hover {
  background-color: #fff;
  color: #ED3A3A;
}
.ledger-list .btn-success {
  background-color: #33B469;
  border-color: #33B469;
}
.ledger-list .btn-success:hover {
  background-color: #fff;
  color: #33B469;
}
.ledger-list .fw-600 {
  font-weight: 600;
}

.customer-address {
  display: none;
}

.view-delivery-challans .file-link .download-link {
  padding: 10px 15px;
}
@media (max-width: 992px) {
  .view-delivery-challans .file-link {
    margin: 20px 0;
  }
}
.view-delivery-challans .invoice-one .invoice-wrapper {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.view-delivery-challans .invoice-one .inv-content {
  border-radius: 10px;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header {
  border-bottom: none;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-left h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-left h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  background: none;
  padding: 0;
  margin: 5px 0;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-left h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-right h3 {
  color: #808080;
  font-size: 18px;
  font-weight: 450;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-right p {
  background: #E1FFED;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 600;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-right p span {
  background: none;
  font-weight: 400;
  padding-right: 0;
}
.view-delivery-challans .invoice-one .inv-content .terms-condition span {
  color: #2C3038;
  font-size: 18px;
}
.view-delivery-challans .invoice-one .inv-content .terms-condition ol {
  padding-left: 15px;
  color: #808080;
}
.view-delivery-challans .invoice-one .bill-add {
  color: #808080;
}
.view-delivery-challans .invoice-one .customer-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.view-delivery-challans .invoice-one .customer-name h4 {
  font-size: 18px;
  font-weight: 600;
}
.view-delivery-challans .invoice-one .customer-name span {
  font-weight: 400;
  color: #808080;
}
.view-delivery-challans .invoice-one .reference h4 {
  color: #3F4254;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.view-delivery-challans .invoice-one .reference p {
  color: #4F4F4F;
  font-size: 16px;
}
.view-delivery-challans .invoice-one .reference hr {
  margin: 20px 0;
  border-color: #E0E0E0;
}
.view-delivery-challans .invoice-one .invoice-table tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000000;
}
.view-delivery-challans .invoice-one .invoice-table h5 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .view-delivery-challans .invoice-one .invoice-table h5 {
    font-size: 18px;
  }
}
.view-delivery-challans .invoice-one .authorization h6 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.view-delivery-challans .powered h6 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

[data-layout-mode=dark] .invoice-one .inv-content .invoice-header {
  background: none;
}
[data-layout-mode=dark] .view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-left h6, [data-layout-mode=dark] .view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-right p, [data-layout-mode=dark] .view-delivery-challans .invoice-one .reference h4 {
  color: #fff;
}
[data-layout-mode=dark] .view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-right p {
  background: rgba(225, 255, 237, 0.3);
}
[data-layout-mode=dark] .view-delivery-challans .invoice-one .reference p, [data-layout-mode=dark] .view-delivery-challans .invoice-one .authorization h6, [data-layout-mode=dark] .view-delivery-challans .invoice-one .inv-content .terms-condition span, [data-layout-mode=dark] .view-delivery-challans .powered h6 {
  color: #333;
}

.subscription-invoice {
  padding: 35px;
}
.subscription-invoice .invoice-header {
  margin-bottom: 20px;
  padding: 0 0 20px;
}
.subscription-invoice .inv-header-right span {
  display: block;
}
.subscription-invoice .inv-header-left h4 {
  font-size: 20px;
  font-weight: 600;
}
.subscription-invoice .invoice-num-date ul {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.subscription-invoice .invoice-num-date ul li {
  color: #95979B;
  margin-right: 20px;
}
.subscription-invoice .invoice-num-date ul li:last-child {
  margin-right: 0;
}
.subscription-invoice .invoice-num-date ul li span {
  color: #2C3038 !important;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
}
.subscription-invoice .sub-invoive-detail {
  margin-bottom: 24px;
}
.subscription-invoice .sub-invoive-detail h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.subscription-invoice .sub-invoive-detail p {
  color: #484848;
  font-weight: 500;
}
.subscription-invoice .sub-invoive-detail ul li {
  color: #484848;
  font-weight: 500;
}
.subscription-invoice .sub-invoive-detail.detail-right {
  text-align: right;
}
@media (max-width: 575.98px) {
  .subscription-invoice .sub-invoive-detail.detail-right {
    text-align: left;
  }
}
.subscription-invoice td h4 {
  font-weight: 600;
}
.subscription-invoice .bank-details {
  margin: 15px 0;
  padding: 0 0 15px;
}
.subscription-invoice .bank-details .payment-info {
  margin-bottom: 15px;
}
.subscription-invoice .bank-details .payment-info h5 {
  margin-bottom: 15px;
}
.subscription-invoice .bank-details .company-sign {
  margin-bottom: 15px;
}
.subscription-invoice .terms-condition span {
  color: #484848;
  font-weight: 600;
}
.subscription-invoice .terms-condition ol {
  padding-left: 15px;
  margin-top: 5px;
}
.subscription-invoice .terms-condition ol li {
  font-weight: 600;
}

.subscription-invoice-foot.file-link .print-link {
  background: #EADDFF;
  color: #e90202;
  border-color: #EADDFF;
  transition: 0.5s all;
}
.subscription-invoice-foot.file-link .print-link:hover {
  background: #e90202;
  color: #fff;
  transition: 0.5s all;
}
.subscription-invoice-foot.file-link .download-link {
  background: #e90202;
  color: #fff;
  transition: 0.5s all;
}
.subscription-invoice-foot.file-link .download-link:hover {
  background-color: #fff;
  border: 1px solid #e90202;
  color: #e90202;
  transition: 0.5s all;
}

.super-admin-dashboard .dash-user-card {
  background: #e90202;
  padding: 24px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.super-admin-dashboard .dash-user-card h4 {
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.super-admin-dashboard .dash-user-card h4 i {
  margin-right: 5px;
}
.super-admin-dashboard .dash-user-card p {
  color: #fff;
}
.super-admin-dashboard .dash-user-card .dash-btns {
  margin-top: 75px;
}
@media (max-width: 575.98px) {
  .super-admin-dashboard .dash-user-card .dash-btns {
    margin-top: 45px;
  }
}
.super-admin-dashboard .dash-user-card .dash-btns a {
  padding: 8px 15px;
  color: #fff;
}
@media (max-width: 575.98px) {
  .super-admin-dashboard .dash-user-card .dash-btns a {
    padding: 8px 6px;
  }
}
.super-admin-dashboard .dash-user-card .dash-btns a.view-company-btn {
  background: #2DA7FF;
  border: 1px solid #2DA7FF;
  box-shadow: inset 0 0 0 0 #fff;
}
.super-admin-dashboard .dash-user-card .dash-btns a.view-company-btn:hover {
  color: #2DA7FF;
  border: 1px solid #2DA7FF;
  background: #fff;
}
.super-admin-dashboard .dash-user-card .dash-btns a.view-package-btn {
  color: #2DA7FF;
  border: 1px solid #2DA7FF;
  background: #fff;
  margin-left: 5px;
}
.super-admin-dashboard .dash-user-card .dash-btns a.view-package-btn:hover {
  background: #2DA7FF;
  border: 1px solid #2DA7FF;
  color: #fff;
}
.super-admin-dashboard .dash-img {
  position: absolute;
  right: 10px;
  bottom: 0;
  line-height: 0;
  z-index: -1;
}

.company-detail-card {
  padding: 24px;
  background: #FFEFDD;
  border-radius: 10px;
  margin-bottom: 24px;
}
@media (max-width: 1599.98px) {
  .company-detail-card {
    padding: 24px 17px;
  }
}
.company-detail-card h6 {
  font-size: 14px;
  color: #1D1D1D;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1599.98px) {
  .company-detail-card h6 {
    font-size: 13px;
  }
}
.company-detail-card .company-icon {
  width: 68px;
  height: 68px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.company-detail-card h5 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #EC8000;
}
.company-detail-card p {
  color: #484848;
}
.company-detail-card p span {
  color: #1D8147;
}
.company-detail-card.bg-info-light {
  background: #DDF3FF;
}
.company-detail-card.bg-info-light h5 {
  color: #1E8EDF;
}
.company-detail-card.bg-pink-light {
  background: #FFECEC;
}
.company-detail-card.bg-pink-light h5 {
  color: #ED3A3A;
}
.company-detail-card.bg-success-light h5 {
  color: #1D8147;
}

.super-admin-dash-card {
  border: 1px solid #E0E0E0;
  padding: 24px;
  width: 100%;
}
.super-admin-dash-card .card-header {
  padding: 0 0 15px;
  margin-bottom: 5px;
}
.super-admin-dash-card .card-header .card-title {
  font-size: 18px;
  font-weight: 600;
}
.super-admin-dash-card table td {
  vertical-align: middle;
}
.super-admin-dash-card table td .view-companies {
  border: 1px solid #E0E0E0;
  color: #484848;
  border-radius: 5px;
}
.super-admin-dash-card table td .view-companies:hover {
  background: #e90202;
  border-color: #e90202;
  color: #fff;
}
.super-admin-dash-card table td.expired-date {
  color: #484848;
}
.super-admin-dash-card table td .active-inactive-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.super-admin-dash-card table td .active-inactive-btn a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
}
.super-admin-dash-card table td .active-inactive-btn a.active-domain {
  background: #33B469;
  margin-right: 5px;
}
.super-admin-dash-card table td .active-inactive-btn a.inactive-domain {
  background: #ED3A3A;
}
.super-admin-dash-card .dropdown.main .btn-white {
  color: #484848;
}
.super-admin-dash-card .dropdown.main .btn-white:hover {
  color: #fff;
}
.super-admin-dash-card .dash-plane-list {
  background: #F7F8F9;
  padding: 24px;
  border-radius: 10px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .super-admin-dash-card .dash-plane-list {
    padding: 15px;
  }
}
.super-admin-dash-card .dash-plane-list .plane-info {
  display: flex;
  align-items: center;
}
.super-admin-dash-card .dash-plane-list .plane-info .icon-plane {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ECEBFF;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 1399.98px) {
  .super-admin-dash-card .dash-plane-list .plane-info .icon-plane {
    width: 45px;
    height: 45px;
  }
}
.super-admin-dash-card .dash-plane-list .plane-info .icon-company {
  width: 40px;
  height: 40px;
  border: 1px solid #E0E0E0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
  border-radius: 40px;
}
.super-admin-dash-card .dash-plane-list .plane-info .name-company {
  color: #1D1D1D;
  font-size: 16px;
}
.super-admin-dash-card .dash-plane-list .plane-info .plane-name {
  color: #1D1D1D;
  font-weight: 500;
}
.super-admin-dash-card .dash-plane-list .plane-info .plane-name span {
  color: #484848;
  font-weight: normal;
}
.super-admin-dash-card .dash-plane-list .plane-info .plane-name h6 {
  font-size: 14px;
  color: #484848;
  font-weight: normal;
  margin-top: 3px;
}
.super-admin-dash-card .dash-plane-list .plane-rate {
  color: #1D1D1D;
  font-size: 14px;
}
.super-admin-dash-card .dash-incoice-table {
  color: #1D1D1D;
  font-weight: 500;
}
.super-admin-dash-card .dash-incoice-date {
  color: #484848;
  font-size: 14px;
  display: block;
  margin-top: 3px;
}

#plane-chart .apexcharts-legend {
  display: none;
}

.earning-income-text {
  color: #e90202;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}
.earning-income-text i {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #e90202;
  margin-right: 5px;
}

.input-block-email {
  padding: 20px 22px 10px;
}

.input-block-email .form-control {
  font-size: 15px;
  padding: 14px 16px;
}

.email-btn {
  padding: 20px 20px;
}

.addnew-modal .input-block.mb-3 {
  margin-bottom: 24px !important;
}

.addnew-modal .select2-selection__rendered {
  padding-left: 12px;
}

.addnew-checkbox .status-toggle .checktoggle {
  transform: none;
}

.modal-footer.add {
  padding: 24px 0 0;
}

.custom-modal .modal-body.add {
  padding: 20px;
}

.input-block.add label {
  display: flex;
  gap: 5px;
}

.input-block.add .checkbox {
  display: flex;
}
.input-block.add .checkbox input {
  min-width: 15px;
  height: 15px;
}
.input-block.add .checkbox input:checked {
  accent-color: #e90202;
  border-color: #592AC6;
}

.companies-table.filed .dataTables_length {
  display: none;
}

.companies-table.filed div.dataTables_wrapper div.dataTables_paginate {
  display: none;
}

.card-table .card-body .companies-table .table td {
  height: 40px;
}

.avatar-img.sales-rep {
  border-radius: 0 !important;
}

.btn-center {
  float: right;
}

/* .input-block .form-control.tax{
    direction: rtl;
} */
.input-block.tax {
  padding: 0 5px 0 0;
}

/* .cal-icon-info.tax:after{
    left: 12px;
}
.cal-icon-info.taxes:after{
    left: 12px;
} */
/* .input-block.tax{
    max-width: 181px;
} */
.btn-primary.tax {
  margin-right: 10px;
  width: 181px;
}
@media (max-width: 575.98px) {
  .btn-primary.tax.tax {
    margin-bottom: 10px;
  }
}

.btn-primary.taxs {
  min-width: 154px;
}

.filter-btn.tax {
  padding: 0 0 30px;
}
@media (max-width: 575.98px) {
  .filter-btn.tax.tax {
    display: block;
  }
}

.from-to-date .form-control.tax {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  direction: rtl;
  width: 130px;
  padding: 9px 8px 9px 12px;
}
.from-to-date .form-control.taxes {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  width: 98px;
  padding: 9px 12px 9px 0;
}

.cal-icon-info.profitloss:after {
  left: 10px;
}

.table-profit-loss thead {
  background-color: #F7F8F9;
}
.table-profit-loss tr td h6 {
  font-size: 14px;
}

.card-table .card-body .table .profit.space {
  padding: 10px 10px 20px 10px !important;
  margin-bottom: 10px;
}

.card-table .card-body .table .loss-space {
  padding: 10px !important;
}

.card-table .card-body .table .table-profit-head {
  padding-left: 15px !important;
}

.profitloss-bg {
  background-color: #F7F8F9;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.proft-head {
  padding-left: 25px;
}

.card-table .table.profit {
  margin-bottom: 0 !important;
  padding: 15px 20px;
}

.card-table .card-body .table-profit-loss tr td {
  border: none;
}

.profit thead.profitloss-heading tr th {
  background-color: #fff !important;
}

.profit-menu {
  padding: 0 0 30px;
}
.profit-menu .input-block input.form-control {
  min-height: 43px;
}

.card-table .card-body .table .thead-light.loss th {
  padding: 21px 25px 18px;
}

.card-table .card-body .companies-table.loss .table td {
  border: none;
}

.btn-primary.loss {
  display: block;
  margin-top: 30px;
  height: 41px;
}

.daterangepicker-wrap {
  padding-left: 23px;
}
.daterangepicker-wrap.cal-icon:after {
  left: 10px;
  right: auto;
  top: 6px;
}
.daterangepicker-wrap input {
  width: 100%;
  padding-left: 35px;
  padding-right: 10px;
}
.daterangepicker-wrap input.btn-filters {
  font-weight: normal;
}

.login-right-wrap.admin h1 {
  margin: 0;
  padding-bottom: 20px;
}

.register-btn {
  margin-top: 45px;
}

.form-control.employees {
  height: 43px;
}

.freetrail .input-block {
  margin-bottom: 20px;
}

.saas-login-wrapper {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.saas-login-wrapper .login-content {
  width: 100%;
  height: 100vh;
  padding: 60px 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}
.saas-login-wrapper .login-content .login-logo {
  display: block;
  text-align: center;
}
@media (max-width: 575.98px) {
  .saas-login-wrapper .login-content {
    padding: 40px 15px;
  }
}
@media (max-width: 575.98px) {
  .saas-login-wrapper form {
    width: 100%;
  }
}
.saas-login-wrapper .login-userset {
  width: 496px;
}
@media (max-width: 1199.98px) {
  .saas-login-wrapper .login-userset {
    width: 400px;
  }
}
@media (max-width: 991.98px) {
  .saas-login-wrapper .login-userset {
    width: 496px;
  }
}
@media (max-width: 575.98px) {
  .saas-login-wrapper .login-userset {
    max-width: 100%;
    width: 100%;
  }
}

.login-heading {
  margin-bottom: 20px;
}
.login-heading h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.login-heading p {
  margin-bottom: 0;
}

.form-wrap {
  position: relative;
  margin-bottom: 24px;
}

.login-card {
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(190, 190, 190, 0.2);
  margin: 40px 0;
}
.login-card .toggle-password {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  cursor: poArimo;
}
.login-card .toggle-password.fa-eye {
  margin-right: 1px;
}
.login-card .pass-group {
  position: relative;
}

.login-content .btn {
  width: 100%;
  height: auto;
  padding: 8px 20px;
}

.acc-in {
  text-align: center;
}
.acc-in p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.acc-in p a {
  color: #1D1D1D;
}
.acc-in p a:hover {
  color: #e90202;
}

.authentication-wrapper {
  background: #e90202;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  padding: 24px 0 0 24px;
}
.authentication-wrapper .authen-img {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
  max-width: 600px;
}
@media (max-width: 1399.98px) {
  .authentication-wrapper .authen-img {
    max-width: 520px;
  }
}
@media (max-width: 1199.98px) {
  .authentication-wrapper .authen-img {
    max-width: 380px;
  }
}
@media (max-width: 991.98px) {
  .authentication-wrapper {
    display: none;
  }
}

.authentication-content {
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.authentication-content h1 {
  font-size: 36px;
  color: #fff;
  max-width: 490px;
  margin-bottom: 22px;
  font-weight: 700;
}
.authentication-content p {
  color: #fff;
  font-size: 18px;
}

.forgot-link {
  font-size: 14px;
  font-weight: 600;
  color: #1D1D1D;
  text-decoration: underline;
}

.pass-group input[type=password] {
  padding-right: 40px;
}

.login-bg-img .vector-bg-one {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.login-bg-img .vector-bg-two {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.login-bg-img .vector-bg-three {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.login-bg-img .vector-bg-four {
  position: absolute;
  left: 15%;
  top: 35%;
  z-index: -1;
}

.saas-pass-box .input-block:first-child {
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .saas-pass-box .input-block:first-child {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .saas-pass-box {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */
gallery.css000064400000001332151162215500006712 0ustar00.hover-effect::before {
            right: 0;
            opacity:0.7;
            top: 0;
        }
        .hover-effect::after {
            bottom: 0;
            opacity: 0.7;
            left: 0;
        }
        .hover-effect::before, .hover-effect::after {
            content: "";
            background: #fff;
            height: 0;
            width: 0;
            z-index: 1;
            position: absolute;
            -webkit-transition-duration: 1.3s !important;
            -o-transition-duration: 1.3s;
          transition-duration: 1.3s !important;
        }
        .hover-effect:hover::after, .hover-effect:hover::before {
            height: 100%;
            opacity: 0;
            width: 100%;
        }home.css000064400000004430151162215500006205 0ustar00 .wow-outer{
            color: #900;
        }
        @media (min-width: 576px){
            .section-xs {
            padding: 45px 0;
            background-color: #feff7f59;
            }  
        } 
#disclaimer-cover {
          height: 350px;
          margin: 0 auto;
          background: transparent
            url(img/madal.png)
            no-repeat top left;
        }
        .disclaimer-outer {
          width: 150px;
          height: 250px;
          border: none;
          padding: 0;
          overflow: hidden;
          position: relative;
          text-align: center;
          top: 80px;
          left: 175px;
          /*font-family: Verdana;*/
          font-size: 16px;
          background-color: trasparent;
          color: #900;
        }
        .disclaimer-inner {
          position: absolute;
          width: 100%;
          height: 570px;
          margin-top: 0px;
          text-align: center;
          
          /*transform: translateY(100%);*/
          /*animation: scroll-up 25s linear 1s infinite normal none running;*/
          
         /* transform: translateY(100%); */
         animation: none; 
          
          
        }
        /* Move it (definisce l'animazione) */
        @keyframes scroll-up {
          0% {
            transform: translateY(30%);
          }
          100% {
            transform: translateY(-100%);
          }
        }
        /* Mette in pausa l'animazione al passaggio del mouse */
        .disclaimer-inner:hover {
          cursor: pointer;
          animation-play-state: paused;
        }
        .hover-effect::before {
            right: 0;
            opacity:0.7;
            top: 0;
        }
        .hover-effect::after {
            bottom: 0;
            opacity: 0.7;
            left: 0;
        }
        .hover-effect::before, .hover-effect::after {
            content: "";
            background: #f4af24;
            height: 0;
            width: 0;
            z-index: 1;
            position: absolute;
            -webkit-transition-duration: 1.3s !important;
            -o-transition-duration: 1.3s;
          transition-duration: 1.3s !important;
        }
        .hover-effect:hover::after, .hover-effect:hover::before {
            height: 100%;
            opacity: 0;
            width: 100%;
        }bootstrap.css000064400000412411151162215500007274 0ustar00/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--breakpoint-xxl: 1600px;
	--font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	/*font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #74757f;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #ff6600;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #b34700;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #29293a;
}

h1,
.h1 {
	font-size: 68px;
}

h2,
.h2 {
	font-size: 48px;
}

h3,
.h3 {
	font-size: 36px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 16px;
}

.lead {
	font-size: 24px;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #e8e9ee;
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 5px 10px;
	background-color: #ff6600;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 5px;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
	font-size: 90%;
	color: #111111;
	word-break: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 90%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1600px) {
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xxl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xxl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xxl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xxl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xxl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xxl-first {
		order: -1;
	}
	.order-xxl-last {
		order: 13;
	}
	.order-xxl-0 {
		order: 0;
	}
	.order-xxl-1 {
		order: 1;
	}
	.order-xxl-2 {
		order: 2;
	}
	.order-xxl-3 {
		order: 3;
	}
	.order-xxl-4 {
		order: 4;
	}
	.order-xxl-5 {
		order: 5;
	}
	.order-xxl-6 {
		order: 6;
	}
	.order-xxl-7 {
		order: 7;
	}
	.order-xxl-8 {
		order: 8;
	}
	.order-xxl-9 {
		order: 9;
	}
	.order-xxl-10 {
		order: 10;
	}
	.order-xxl-11 {
		order: 11;
	}
	.order-xxl-12 {
		order: 12;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66667%;
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6;
}

.table .table {
	background-color: #fff;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-xl>.table-bordered {
		border: 0;
	}
}

@media (max-width: 1599.98px) {
	.table-responsive-xxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-responsive-xxl>.table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 16px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 20px;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 12px;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
	padding: 0.5rem 1rem;
	font-size: 20px;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px);
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #98bf44;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(152, 191, 68, 0.8);
	border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated.custom-select:valid,
.custom-select.is-valid {
	border-color: #98bf44;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated.custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #98bf44;
	box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated.custom-select:valid~.valid-feedback,
.was-validated.custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #98bf44;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #98bf44;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	background-color: #cce0a3;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	background-color: #adcc6a;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #98bf44;
}

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
	border-color: inherit;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	box-shadow: 0 0 0 0.2rem rgba(152, 191, 68, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc0000;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 0, 0, 0.8);
	border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated.custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc0000;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc0000;
	box-shadow: 0 0 0 0.2rem rgba(220, 0, 0, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated.custom-select:invalid~.invalid-feedback,
.was-validated.custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #dc0000;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #dc0000;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	background-color: #ff5d5d;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	background-color: #ff1010;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 0, 0, 0.25);
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc0000;
}

.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
	border-color: inherit;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 0.2rem rgba(220, 0, 0, 0.25);
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group {
		width: auto;
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 6px;
	transition: all 0.15s ease-in-out;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-link {
	font-weight: 400;
	color: #ff6600;
	background-color: transparent;
}

.btn-link:hover {
	color: #b34700;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #868e96;
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 0.5rem 1rem;
	font-size: 20px;
	line-height: 1.5;
	border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 0.25rem 0.5rem;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}

.fade.show {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

tr.collapse.show {
	display: table-row;
}

tbody.collapse.show {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 16px;
	color: #74757f;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 12px;
	color: #6c757d;
	white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	flex: 0 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
	margin-left: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file:focus {
	z-index: 3;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
	margin-left: -1px;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.custom-file {
	display: flex;
	align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	margin-bottom: 0;
}

.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	user-select: none;
	background-color: #dee2e6;
}

.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 75%;
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 125%;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus~.custom-file-control::before {
	border-color: #80bdff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
	.navbar-expand-sm .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	.navbar-expand-md .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	.navbar-expand-lg .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
	.navbar-expand-xl .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

@media (max-width: 1599.98px) {
	.navbar-expand-xxl>.container,
	.navbar-expand-xxl>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1600px) {
	.navbar-expand-xxl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xxl>.container,
	.navbar-expand-xxl>.container-fluid {
		flex-wrap: nowrap;
	}
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
	.navbar-expand-xxl .dropup .dropdown-menu {
		top: auto;
		bottom: 100%;
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-expand .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
	display: flex;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-deck .card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group {
	display: flex;
	flex-direction: column;
}

.card-group>.card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-group {
		flex-flow: row wrap;
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group>.card:first-child .card-img-top,
	.card-group>.card:first-child .card-header {
		border-top-right-radius: 0;
	}
	.card-group>.card:first-child .card-img-bottom,
	.card-group>.card:first-child .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group>.card:last-child .card-img-top,
	.card-group>.card:last-child .card-header {
		border-top-left-radius: 0;
	}
	.card-group>.card:last-child .card-img-bottom,
	.card-group>.card:last-child .card-footer {
		border-bottom-left-radius: 0;
	}
	.card-group>.card:only-child {
		border-radius: 0.25rem;
	}
	.card-group>.card:only-child .card-img-top,
	.card-group>.card:only-child .card-header {
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}
	.card-group>.card:only-child .card-img-bottom,
	.card-group>.card:only-child .card-footer {
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0;
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
		border-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 5;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 5;
}

.page-link {
	position: relative;
	display: block;
	padding: 10px 10px;
	margin-left: 0;
	line-height: 24px;
	color: #fff;
	background-color: #ff6600;
	border: 0 solid #e8e9ee;
}

.page-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #F25800;
	border-color: #ff6600;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 5;
	border-bottom-left-radius: 5;
}

.page-item:last-child .page-link {
	border-top-right-radius: 5;
	border-bottom-right-radius: 5;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #F25800;
	border-color: #ff6600;
}

.page-item.disabled .page-link {
	color: #74757f;
	pointer-events: none;
	cursor: auto;
	background-color: #e8e9ee;
	border-color: #e8e9ee;
}

.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 20px;
	line-height: 1.6;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 6px;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width 0.6s ease;
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	animation: progress-bar-stripes 1s linear infinite;
}

.media {
	display: flex;
	align-items: flex-start;
}

.media-body {
	flex: 1;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
	z-index: 1;
	text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1150;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	transform: translate(0, 0);
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1140;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 1;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 14px;
	height: 7px;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: 7px 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 7px 7px 0;
	border-top-color: #ff6600;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 7px;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 7px;
	height: 14px;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 7px 7px 7px 0;
	border-right-color: #ff6600;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: 7px 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 7px 7px;
	border-bottom-color: #ff6600;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 7px;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 7px;
	height: 14px;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 7px 0 7px 7px;
	border-left-color: #ff6600;
}

.tooltip-inner {
	max-width: 200px;
	padding: 6px 10px;
	color: #fff;
	text-align: center;
	background-color: #ff6600;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 6px;
}

.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
	bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	bottom: 1px;
	border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
	left: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 6px 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	left: 1px;
	border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
	top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	top: 1px;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
	right: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
	height: 1rem;
	margin: 6px 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
	border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
	right: 1px;
	border-left-color: #fff;
}

.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(6px - 1px);
	border-top-right-radius: calc(6px - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-item {
	position: relative;
	display: none;
	align-items: center;
	width: 100%;
	transition: transform 0.6s ease;
	backface-visibility: hidden;
	perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		transform: translate3d(0, 0, 0);
	}
}

.carousel-item-next,
.active.carousel-item-right {
	transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
	.carousel-item-next,
	.active.carousel-item-right {
		transform: translate3d(100%, 0, 0);
	}
}

.carousel-item-prev,
.active.carousel-item-left {
	transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
	.carousel-item-prev,
	.active.carousel-item-left {
		transform: translate3d(-100%, 0, 0);
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	position: relative;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators .active {
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

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

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

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

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded {
	border-radius: 5 !important;
}

.rounded-top {
	border-top-left-radius: 5 !important;
	border-top-right-radius: 5 !important;
}

.rounded-right {
	border-top-right-radius: 5 !important;
	border-bottom-right-radius: 5 !important;
}

.rounded-bottom {
	border-bottom-right-radius: 5 !important;
	border-bottom-left-radius: 5 !important;
}

.rounded-left {
	border-top-left-radius: 5 !important;
	border-bottom-left-radius: 5 !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1600px) {
	.d-xxl-none {
		display: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1600px) {
	.flex-xxl-row {
		flex-direction: row !important;
	}
	.flex-xxl-column {
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		align-content: center !important;
	}
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
}

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

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}

@media (min-width: 1600px) {
	.float-xxl-left {
		float: left !important;
	}
	.float-xxl-right {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	clip-path: none;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1600px) {
	.m-xxl-0 {
		margin: 0 !important;
	}
	.mt-xxl-0,
	.my-xxl-0 {
		margin-top: 0 !important;
	}
	.mr-xxl-0,
	.mx-xxl-0 {
		margin-right: 0 !important;
	}
	.mb-xxl-0,
	.my-xxl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xxl-1,
	.mx-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xxl-2,
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 1rem !important;
	}
	.mr-xxl-3,
	.mx-xxl-3 {
		margin-right: 1rem !important;
	}
	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xxl-4,
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 3rem !important;
	}
	.mr-xxl-5,
	.mx-xxl-5 {
		margin-right: 3rem !important;
	}
	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 3rem !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.pt-xxl-0,
	.py-xxl-0 {
		padding-top: 0 !important;
	}
	.pr-xxl-0,
	.px-xxl-0 {
		padding-right: 0 !important;
	}
	.pb-xxl-0,
	.py-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xxl-1,
	.px-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xxl-2,
	.px-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 1rem !important;
	}
	.pr-xxl-3,
	.px-xxl-3 {
		padding-right: 1rem !important;
	}
	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xxl-4,
	.px-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 3rem !important;
	}
	.pr-xxl-5,
	.px-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 3rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mt-xxl-auto,
	.my-xxl-auto {
		margin-top: auto !important;
	}
	.mr-xxl-auto,
	.mx-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-auto,
	.my-xxl-auto {
		margin-bottom: auto !important;
	}
	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto !important;
	}
}

.text-justify {
	text-align: justify !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width: 1600px) {
	.text-xxl-left {
		text-align: left !important;
	}
	.text-xxl-right {
		text-align: right !important;
	}
	.text-xxl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

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

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

.font-weight-bold {
	font-weight: 700 !important;
}

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

.text-white {
	color: #fff !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
	.container {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}about.css000064400000000706151162215500006371 0ustar00h3,h4{
               color: #900; 
               font-weight: bold;
            }
            h5
            {
              font-weight: bold;  
            }
            p{
               color: #000;
               font-weight: 500;
            }
            .row-50>* {
                margin-bottom: 40px;
            }
            @media (min-width: 576px){
            .section-xs {
                 padding: 20px 0; 
            }
            }fonts.css000064400000500006151162215500006406 0ustar00/*
*
* Fonts
*//*
*
* Font Awesome Icons 4.7.0
* --------------------------------------------------
*/@font-face {	font-family: 'FontAwesome';	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");	font-weight: normal;	font-style: normal;}.fa {	display: inline-block;	font-family: 'FontAwesome';	font-size: inherit;	text-rendering: auto;	-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}[class*='fa-']:before {	font-weight: 400;	font-family: 'FontAwesome';}/* makes the font 33% larger relative to the icon container */.fa-lg {	font-size: 1.33333333em;	line-height: 0.75em;	vertical-align: -15%;}.fa-2x {	font-size: 2em;}.fa-3x {	font-size: 3em;}.fa-4x {	font-size: 4em;}.fa-5x {	font-size: 5em;}.fa-fw {	width: 1.28571429em;	text-align: center;}.fa-ul {	padding-left: 0;	margin-left: 2.14285714em;	list-style-type: none;}.fa-ul > li {	position: relative;}.fa-li {	position: absolute;	left: -2.14285714em;	width: 2.14285714em;	top: 0.14285714em;	text-align: center;}.fa-li.fa-lg {	left: -1.85714286em;}.fa-border {	padding: .2em .25em .15em;	border: solid 0.08em #eeeeee;	border-radius: .1em;}.fa-pull-left {	float: left;}.fa-pull-right {	float: right;}.fa.fa-pull-left {	margin-right: .3em;}.fa.fa-pull-right {	margin-left: .3em;}/* Deprecated as of 4.4.0 */.pull-right {	float: right;}.pull-left {	float: left;}.fa.pull-left {	margin-right: .3em;}.fa.pull-right {	margin-left: .3em;}.fa-spin {	-webkit-animation: fa-spin 2s infinite linear;	animation: fa-spin 2s infinite linear;}.fa-pulse {	-webkit-animation: fa-spin 1s infinite steps(8);	animation: fa-spin 1s infinite steps(8);}@-webkit-keyframes fa-spin {	0% {		-webkit-transform: rotate(0deg);		transform: rotate(0deg);	}	100% {		-webkit-transform: rotate(359deg);		transform: rotate(359deg);	}}@keyframes fa-spin {	0% {		-webkit-transform: rotate(0deg);		transform: rotate(0deg);	}	100% {		-webkit-transform: rotate(359deg);		transform: rotate(359deg);	}}.fa-rotate-90 {	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";	-webkit-transform: rotate(90deg);	-ms-transform: rotate(90deg);	transform: rotate(90deg);}.fa-rotate-180 {	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";	-webkit-transform: rotate(180deg);	-ms-transform: rotate(180deg);	transform: rotate(180deg);}.fa-rotate-270 {	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";	-webkit-transform: rotate(270deg);	-ms-transform: rotate(270deg);	transform: rotate(270deg);}.fa-flip-horizontal {	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";	-webkit-transform: scale(-1, 1);	-ms-transform: scale(-1, 1);	transform: scale(-1, 1);}.fa-flip-vertical {	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";	-webkit-transform: scale(1, -1);	-ms-transform: scale(1, -1);	transform: scale(1, -1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {	filter: none;}.fa-stack {	position: relative;	display: inline-block;	width: 2em;	height: 2em;	line-height: 2em;	vertical-align: middle;}.fa-stack-1x,.fa-stack-2x {	position: absolute;	left: 0;	width: 100%;	text-align: center;}.fa-stack-1x {	line-height: inherit;}.fa-stack-2x {	font-size: 2em;}.fa-inverse {	color: #ffffff;}/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */.fa-glass:before {	content: "\f000";}.fa-music:before {	content: "\f001";}.fa-search:before {	content: "\f002";}.fa-envelope-o:before {	content: "\f003";}.fa-heart:before {	content: "\f004";}.fa-star:before {	content: "\f005";}.fa-star-o:before {	content: "\f006";}.fa-user:before {	content: "\f007";}.fa-film:before {	content: "\f008";}.fa-th-large:before {	content: "\f009";}.fa-th:before {	content: "\f00a";}.fa-th-list:before {	content: "\f00b";}.fa-check:before {	content: "\f00c";}.fa-remove:before,.fa-close:before,.fa-times:before {	content: "\f00d";}.fa-search-plus:before {	content: "\f00e";}.fa-search-minus:before {	content: "\f010";}.fa-power-off:before {	content: "\f011";}.fa-signal:before {	content: "\f012";}.fa-gear:before,.fa-cog:before {	content: "\f013";}.fa-trash-o:before {	content: "\f014";}.fa-home:before {	content: "\f015";}.fa-file-o:before {	content: "\f016";}.fa-clock-o:before {	content: "\f017";}.fa-road:before {	content: "\f018";}.fa-download:before {	content: "\f019";}.fa-arrow-circle-o-down:before {	content: "\f01a";}.fa-arrow-circle-o-up:before {	content: "\f01b";}.fa-inbox:before {	content: "\f01c";}.fa-play-circle-o:before {	content: "\f01d";}.fa-rotate-right:before,.fa-repeat:before {	content: "\f01e";}.fa-refresh:before {	content: "\f021";}.fa-list-alt:before {	content: "\f022";}.fa-lock:before {	content: "\f023";}.fa-flag:before {	content: "\f024";}.fa-headphones:before {	content: "\f025";}.fa-volume-off:before {	content: "\f026";}.fa-volume-down:before {	content: "\f027";}.fa-volume-up:before {	content: "\f028";}.fa-qrcode:before {	content: "\f029";}.fa-barcode:before {	content: "\f02a";}.fa-tag:before {	content: "\f02b";}.fa-tags:before {	content: "\f02c";}.fa-book:before {	content: "\f02d";}.fa-bookmark:before {	content: "\f02e";}.fa-print:before {	content: "\f02f";}.fa-camera:before {	content: "\f030";}.fa-font:before {	content: "\f031";}.fa-bold:before {	content: "\f032";}.fa-italic:before {	content: "\f033";}.fa-text-height:before {	content: "\f034";}.fa-text-width:before {	content: "\f035";}.fa-align-left:before {	content: "\f036";}.fa-align-center:before {	content: "\f037";}.fa-align-right:before {	content: "\f038";}.fa-align-justify:before {	content: "\f039";}.fa-list:before {	content: "\f03a";}.fa-dedent:before,.fa-outdent:before {	content: "\f03b";}.fa-indent:before {	content: "\f03c";}.fa-video-camera:before {	content: "\f03d";}.fa-photo:before,.fa-image:before,.fa-picture-o:before {	content: "\f03e";}.fa-pencil:before {	content: "\f040";}.fa-map-marker:before {	content: "\f041";}.fa-adjust:before {	content: "\f042";}.fa-tint:before {	content: "\f043";}.fa-edit:before,.fa-pencil-square-o:before {	content: "\f044";}.fa-share-square-o:before {	content: "\f045";}.fa-check-square-o:before {	content: "\f046";}.fa-arrows:before {	content: "\f047";}.fa-step-backward:before {	content: "\f048";}.fa-fast-backward:before {	content: "\f049";}.fa-backward:before {	content: "\f04a";}.fa-play:before {	content: "\f04b";}.fa-pause:before {	content: "\f04c";}.fa-stop:before {	content: "\f04d";}.fa-forward:before {	content: "\f04e";}.fa-fast-forward:before {	content: "\f050";}.fa-step-forward:before {	content: "\f051";}.fa-eject:before {	content: "\f052";}.fa-chevron-left:before {	content: "\f053";}.fa-chevron-right:before {	content: "\f054";}.fa-plus-circle:before {	content: "\f055";}.fa-minus-circle:before {	content: "\f056";}.fa-times-circle:before {	content: "\f057";}.fa-check-circle:before {	content: "\f058";}.fa-question-circle:before {	content: "\f059";}.fa-info-circle:before {	content: "\f05a";}.fa-crosshairs:before {	content: "\f05b";}.fa-times-circle-o:before {	content: "\f05c";}.fa-check-circle-o:before {	content: "\f05d";}.fa-ban:before {	content: "\f05e";}.fa-arrow-left:before {	content: "\f060";}.fa-arrow-right:before {	content: "\f061";}.fa-arrow-up:before {	content: "\f062";}.fa-arrow-down:before {	content: "\f063";}.fa-mail-forward:before,.fa-share:before {	content: "\f064";}.fa-expand:before {	content: "\f065";}.fa-compress:before {	content: "\f066";}.fa-plus:before {	content: "\f067";}.fa-minus:before {	content: "\f068";}.fa-asterisk:before {	content: "\f069";}.fa-exclamation-circle:before {	content: "\f06a";}.fa-gift:before {	content: "\f06b";}.fa-leaf:before {	content: "\f06c";}.fa-fire:before {	content: "\f06d";}.fa-eye:before {	content: "\f06e";}.fa-eye-slash:before {	content: "\f070";}.fa-warning:before,.fa-exclamation-triangle:before {	content: "\f071";}.fa-plane:before {	content: "\f072";}.fa-calendar:before {	content: "\f073";}.fa-random:before {	content: "\f074";}.fa-comment:before {	content: "\f075";}.fa-magnet:before {	content: "\f076";}.fa-chevron-up:before {	content: "\f077";}.fa-chevron-down:before {	content: "\f078";}.fa-retweet:before {	content: "\f079";}.fa-shopping-cart:before {	content: "\f07a";}.fa-folder:before {	content: "\f07b";}.fa-folder-open:before {	content: "\f07c";}.fa-arrows-v:before {	content: "\f07d";}.fa-arrows-h:before {	content: "\f07e";}.fa-bar-chart-o:before,.fa-bar-chart:before {	content: "\f080";}.fa-twitter-square:before {	content: "\f081";}.fa-facebook-square:before {	content: "\f082";}.fa-camera-retro:before {	content: "\f083";}.fa-key:before {	content: "\f084";}.fa-gears:before,.fa-cogs:before {	content: "\f085";}.fa-comments:before {	content: "\f086";}.fa-thumbs-o-up:before {	content: "\f087";}.fa-thumbs-o-down:before {	content: "\f088";}.fa-star-half:before {	content: "\f089";}.fa-heart-o:before {	content: "\f08a";}.fa-sign-out:before {	content: "\f08b";}.fa-linkedin-square:before {	content: "\f08c";}.fa-thumb-tack:before {	content: "\f08d";}.fa-external-link:before {	content: "\f08e";}.fa-sign-in:before {	content: "\f090";}.fa-trophy:before {	content: "\f091";}.fa-github-square:before {	content: "\f092";}.fa-upload:before {	content: "\f093";}.fa-lemon-o:before {	content: "\f094";}.fa-phone:before {	content: "\f095";}.fa-square-o:before {	content: "\f096";}.fa-bookmark-o:before {	content: "\f097";}.fa-phone-square:before {	content: "\f098";}.fa-twitter:before {	content: "\f099";}.fa-facebook-f:before,.fa-facebook:before {	content: "\f09a";}.fa-github:before {	content: "\f09b";}.fa-unlock:before {	content: "\f09c";}.fa-credit-card:before {	content: "\f09d";}.fa-feed:before,.fa-rss:before {	content: "\f09e";}.fa-hdd-o:before {	content: "\f0a0";}.fa-bullhorn:before {	content: "\f0a1";}.fa-bell:before {	content: "\f0f3";}.fa-certificate:before {	content: "\f0a3";}.fa-hand-o-right:before {	content: "\f0a4";}.fa-hand-o-left:before {	content: "\f0a5";}.fa-hand-o-up:before {	content: "\f0a6";}.fa-hand-o-down:before {	content: "\f0a7";}.fa-arrow-circle-left:before {	content: "\f0a8";}.fa-arrow-circle-right:before {	content: "\f0a9";}.fa-arrow-circle-up:before {	content: "\f0aa";}.fa-arrow-circle-down:before {	content: "\f0ab";}.fa-globe:before {	content: "\f0ac";}.fa-wrench:before {	content: "\f0ad";}.fa-tasks:before {	content: "\f0ae";}.fa-filter:before {	content: "\f0b0";}.fa-briefcase:before {	content: "\f0b1";}.fa-arrows-alt:before {	content: "\f0b2";}.fa-group:before,.fa-users:before {	content: "\f0c0";}.fa-chain:before,.fa-link:before {	content: "\f0c1";}.fa-cloud:before {	content: "\f0c2";}.fa-flask:before {	content: "\f0c3";}.fa-cut:before,.fa-scissors:before {	content: "\f0c4";}.fa-copy:before,.fa-files-o:before {	content: "\f0c5";}.fa-paperclip:before {	content: "\f0c6";}.fa-save:before,.fa-floppy-o:before {	content: "\f0c7";}.fa-square:before {	content: "\f0c8";}.fa-navicon:before,.fa-reorder:before,.fa-bars:before {	content: "\f0c9";}.fa-list-ul:before {	content: "\f0ca";}.fa-list-ol:before {	content: "\f0cb";}.fa-strikethrough:before {	content: "\f0cc";}.fa-underline:before {	content: "\f0cd";}.fa-table:before {	content: "\f0ce";}.fa-magic:before {	content: "\f0d0";}.fa-truck:before {	content: "\f0d1";}.fa-pinterest:before {	content: "\f0d2";}.fa-pinterest-square:before {	content: "\f0d3";}.fa-google-plus-square:before {	content: "\f0d4";}.fa-google-plus:before {	content: "\f0d5";}.fa-money:before {	content: "\f0d6";}.fa-caret-down:before {	content: "\f0d7";}.fa-caret-up:before {	content: "\f0d8";}.fa-caret-left:before {	content: "\f0d9";}.fa-caret-right:before {	content: "\f0da";}.fa-columns:before {	content: "\f0db";}.fa-unsorted:before,.fa-sort:before {	content: "\f0dc";}.fa-sort-down:before,.fa-sort-desc:before {	content: "\f0dd";}.fa-sort-up:before,.fa-sort-asc:before {	content: "\f0de";}.fa-envelope:before {	content: "\f0e0";}.fa-linkedin:before {	content: "\f0e1";}.fa-rotate-left:before,.fa-undo:before {	content: "\f0e2";}.fa-legal:before,.fa-gavel:before {	content: "\f0e3";}.fa-dashboard:before,.fa-tachometer:before {	content: "\f0e4";}.fa-comment-o:before {	content: "\f0e5";}.fa-comments-o:before {	content: "\f0e6";}.fa-flash:before,.fa-bolt:before {	content: "\f0e7";}.fa-sitemap:before {	content: "\f0e8";}.fa-umbrella:before {	content: "\f0e9";}.fa-paste:before,.fa-clipboard:before {	content: "\f0ea";}.fa-lightbulb-o:before {	content: "\f0eb";}.fa-exchange:before {	content: "\f0ec";}.fa-cloud-download:before {	content: "\f0ed";}.fa-cloud-upload:before {	content: "\f0ee";}.fa-user-md:before {	content: "\f0f0";}.fa-stethoscope:before {	content: "\f0f1";}.fa-suitcase:before {	content: "\f0f2";}.fa-bell-o:before {	content: "\f0a2";}.fa-coffee:before {	content: "\f0f4";}.fa-cutlery:before {	content: "\f0f5";}.fa-file-text-o:before {	content: "\f0f6";}.fa-building-o:before {	content: "\f0f7";}.fa-hospital-o:before {	content: "\f0f8";}.fa-ambulance:before {	content: "\f0f9";}.fa-medkit:before {	content: "\f0fa";}.fa-fighter-jet:before {	content: "\f0fb";}.fa-beer:before {	content: "\f0fc";}.fa-h-square:before {	content: "\f0fd";}.fa-plus-square:before {	content: "\f0fe";}.fa-angle-double-left:before {	content: "\f100";}.fa-angle-double-right:before {	content: "\f101";}.fa-angle-double-up:before {	content: "\f102";}.fa-angle-double-down:before {	content: "\f103";}.fa-angle-left:before {	content: "\f104";}.fa-angle-right:before {	content: "\f105";}.fa-angle-up:before {	content: "\f106";}.fa-angle-down:before {	content: "\f107";}.fa-desktop:before {	content: "\f108";}.fa-laptop:before {	content: "\f109";}.fa-tablet:before {	content: "\f10a";}.fa-mobile-phone:before,.fa-mobile:before {	content: "\f10b";}.fa-circle-o:before {	content: "\f10c";}.fa-quote-left:before {	content: "\f10d";}.fa-quote-right:before {	content: "\f10e";}.fa-spinner:before {	content: "\f110";}.fa-circle:before {	content: "\f111";}.fa-mail-reply:before,.fa-reply:before {	content: "\f112";}.fa-github-alt:before {	content: "\f113";}.fa-folder-o:before {	content: "\f114";}.fa-folder-open-o:before {	content: "\f115";}.fa-smile-o:before {	content: "\f118";}.fa-frown-o:before {	content: "\f119";}.fa-meh-o:before {	content: "\f11a";}.fa-gamepad:before {	content: "\f11b";}.fa-keyboard-o:before {	content: "\f11c";}.fa-flag-o:before {	content: "\f11d";}.fa-flag-checkered:before {	content: "\f11e";}.fa-terminal:before {	content: "\f120";}.fa-code:before {	content: "\f121";}.fa-mail-reply-all:before,.fa-reply-all:before {	content: "\f122";}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {	content: "\f123";}.fa-location-arrow:before {	content: "\f124";}.fa-crop:before {	content: "\f125";}.fa-code-fork:before {	content: "\f126";}.fa-unlink:before,.fa-chain-broken:before {	content: "\f127";}.fa-question:before {	content: "\f128";}.fa-info:before {	content: "\f129";}.fa-exclamation:before {	content: "\f12a";}.fa-superscript:before {	content: "\f12b";}.fa-subscript:before {	content: "\f12c";}.fa-eraser:before {	content: "\f12d";}.fa-puzzle-piece:before {	content: "\f12e";}.fa-microphone:before {	content: "\f130";}.fa-microphone-slash:before {	content: "\f131";}.fa-shield:before {	content: "\f132";}.fa-calendar-o:before {	content: "\f133";}.fa-fire-extinguisher:before {	content: "\f134";}.fa-rocket:before {	content: "\f135";}.fa-maxcdn:before {	content: "\f136";}.fa-chevron-circle-left:before {	content: "\f137";}.fa-chevron-circle-right:before {	content: "\f138";}.fa-chevron-circle-up:before {	content: "\f139";}.fa-chevron-circle-down:before {	content: "\f13a";}.fa-html5:before {	content: "\f13b";}.fa-css3:before {	content: "\f13c";}.fa-anchor:before {	content: "\f13d";}.fa-unlock-alt:before {	content: "\f13e";}.fa-bullseye:before {	content: "\f140";}.fa-ellipsis-h:before {	content: "\f141";}.fa-ellipsis-v:before {	content: "\f142";}.fa-rss-square:before {	content: "\f143";}.fa-play-circle:before {	content: "\f144";}.fa-ticket:before {	content: "\f145";}.fa-minus-square:before {	content: "\f146";}.fa-minus-square-o:before {	content: "\f147";}.fa-level-up:before {	content: "\f148";}.fa-level-down:before {	content: "\f149";}.fa-check-square:before {	content: "\f14a";}.fa-pencil-square:before {	content: "\f14b";}.fa-external-link-square:before {	content: "\f14c";}.fa-share-square:before {	content: "\f14d";}.fa-compass:before {	content: "\f14e";}.fa-toggle-down:before,.fa-caret-square-o-down:before {	content: "\f150";}.fa-toggle-up:before,.fa-caret-square-o-up:before {	content: "\f151";}.fa-toggle-right:before,.fa-caret-square-o-right:before {	content: "\f152";}.fa-euro:before,.fa-eur:before {	content: "\f153";}.fa-gbp:before {	content: "\f154";}.fa-dollar:before,.fa-usd:before {	content: "\f155";}.fa-rupee:before,.fa-inr:before {	content: "\f156";}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {	content: "\f157";}.fa-ruble:before,.fa-rouble:before,.fa-rub:before {	content: "\f158";}.fa-won:before,.fa-krw:before {	content: "\f159";}.fa-bitcoin:before,.fa-btc:before {	content: "\f15a";}.fa-file:before {	content: "\f15b";}.fa-file-text:before {	content: "\f15c";}.fa-sort-alpha-asc:before {	content: "\f15d";}.fa-sort-alpha-desc:before {	content: "\f15e";}.fa-sort-amount-asc:before {	content: "\f160";}.fa-sort-amount-desc:before {	content: "\f161";}.fa-sort-numeric-asc:before {	content: "\f162";}.fa-sort-numeric-desc:before {	content: "\f163";}.fa-thumbs-up:before {	content: "\f164";}.fa-thumbs-down:before {	content: "\f165";}.fa-youtube-square:before {	content: "\f166";}.fa-youtube:before {	content: "\f167";}.fa-xing:before {	content: "\f168";}.fa-xing-square:before {	content: "\f169";}.fa-youtube-play:before {	content: "\f16a";}.fa-dropbox:before {	content: "\f16b";}.fa-stack-overflow:before {	content: "\f16c";}.fa-instagram:before {	content: "\f16d";}.fa-flickr:before {	content: "\f16e";}.fa-adn:before {	content: "\f170";}.fa-bitbucket:before {	content: "\f171";}.fa-bitbucket-square:before {	content: "\f172";}.fa-tumblr:before {	content: "\f173";}.fa-tumblr-square:before {	content: "\f174";}.fa-long-arrow-down:before {	content: "\f175";}.fa-long-arrow-up:before {	content: "\f176";}.fa-long-arrow-left:before {	content: "\f177";}.fa-long-arrow-right:before {	content: "\f178";}.fa-apple:before {	content: "\f179";}.fa-windows:before {	content: "\f17a";}.fa-android:before {	content: "\f17b";}.fa-linux:before {	content: "\f17c";}.fa-dribbble:before {	content: "\f17d";}.fa-skype:before {	content: "\f17e";}.fa-foursquare:before {	content: "\f180";}.fa-trello:before {	content: "\f181";}.fa-female:before {	content: "\f182";}.fa-male:before {	content: "\f183";}.fa-gittip:before,.fa-gratipay:before {	content: "\f184";}.fa-sun-o:before {	content: "\f185";}.fa-moon-o:before {	content: "\f186";}.fa-archive:before {	content: "\f187";}.fa-bug:before {	content: "\f188";}.fa-vk:before {	content: "\f189";}.fa-weibo:before {	content: "\f18a";}.fa-renren:before {	content: "\f18b";}.fa-pagelines:before {	content: "\f18c";}.fa-stack-exchange:before {	content: "\f18d";}.fa-arrow-circle-o-right:before {	content: "\f18e";}.fa-arrow-circle-o-left:before {	content: "\f190";}.fa-toggle-left:before,.fa-caret-square-o-left:before {	content: "\f191";}.fa-dot-circle-o:before {	content: "\f192";}.fa-wheelchair:before {	content: "\f193";}.fa-vimeo-square:before {	content: "\f194";}.fa-turkish-lira:before,.fa-try:before {	content: "\f195";}.fa-plus-square-o:before {	content: "\f196";}.fa-space-shuttle:before {	content: "\f197";}.fa-slack:before {	content: "\f198";}.fa-envelope-square:before {	content: "\f199";}.fa-wordpress:before {	content: "\f19a";}.fa-openid:before {	content: "\f19b";}.fa-institution:before,.fa-bank:before,.fa-university:before {	content: "\f19c";}.fa-mortar-board:before,.fa-graduation-cap:before {	content: "\f19d";}.fa-yahoo:before {	content: "\f19e";}.fa-google:before {	content: "\f1a0";}.fa-reddit:before {	content: "\f1a1";}.fa-reddit-square:before {	content: "\f1a2";}.fa-stumbleupon-circle:before {	content: "\f1a3";}.fa-stumbleupon:before {	content: "\f1a4";}.fa-delicious:before {	content: "\f1a5";}.fa-digg:before {	content: "\f1a6";}.fa-pied-piper-pp:before {	content: "\f1a7";}.fa-pied-piper-alt:before {	content: "\f1a8";}.fa-drupal:before {	content: "\f1a9";}.fa-joomla:before {	content: "\f1aa";}.fa-language:before {	content: "\f1ab";}.fa-fax:before {	content: "\f1ac";}.fa-building:before {	content: "\f1ad";}.fa-child:before {	content: "\f1ae";}.fa-paw:before {	content: "\f1b0";}.fa-spoon:before {	content: "\f1b1";}.fa-cube:before {	content: "\f1b2";}.fa-cubes:before {	content: "\f1b3";}.fa-behance:before {	content: "\f1b4";}.fa-behance-square:before {	content: "\f1b5";}.fa-steam:before {	content: "\f1b6";}.fa-steam-square:before {	content: "\f1b7";}.fa-recycle:before {	content: "\f1b8";}.fa-automobile:before,.fa-car:before {	content: "\f1b9";}.fa-cab:before,.fa-taxi:before {	content: "\f1ba";}.fa-tree:before {	content: "\f1bb";}.fa-spotify:before {	content: "\f1bc";}.fa-deviantart:before {	content: "\f1bd";}.fa-soundcloud:before {	content: "\f1be";}.fa-database:before {	content: "\f1c0";}.fa-file-pdf-o:before {	content: "\f1c1";}.fa-file-word-o:before {	content: "\f1c2";}.fa-file-excel-o:before {	content: "\f1c3";}.fa-file-powerpoint-o:before {	content: "\f1c4";}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {	content: "\f1c5";}.fa-file-zip-o:before,.fa-file-archive-o:before {	content: "\f1c6";}.fa-file-sound-o:before,.fa-file-audio-o:before {	content: "\f1c7";}.fa-file-movie-o:before,.fa-file-video-o:before {	content: "\f1c8";}.fa-file-code-o:before {	content: "\f1c9";}.fa-vine:before {	content: "\f1ca";}.fa-codepen:before {	content: "\f1cb";}.fa-jsfiddle:before {	content: "\f1cc";}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {	content: "\f1cd";}.fa-circle-o-notch:before {	content: "\f1ce";}.fa-ra:before,.fa-resistance:before,.fa-rebel:before {	content: "\f1d0";}.fa-ge:before,.fa-empire:before {	content: "\f1d1";}.fa-git-square:before {	content: "\f1d2";}.fa-git:before {	content: "\f1d3";}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {	content: "\f1d4";}.fa-tencent-weibo:before {	content: "\f1d5";}.fa-qq:before {	content: "\f1d6";}.fa-wechat:before,.fa-weixin:before {	content: "\f1d7";}.fa-send:before,.fa-paper-plane:before {	content: "\f1d8";}.fa-send-o:before,.fa-paper-plane-o:before {	content: "\f1d9";}.fa-history:before {	content: "\f1da";}.fa-circle-thin:before {	content: "\f1db";}.fa-header:before {	content: "\f1dc";}.fa-paragraph:before {	content: "\f1dd";}.fa-sliders:before {	content: "\f1de";}.fa-share-alt:before {	content: "\f1e0";}.fa-share-alt-square:before {	content: "\f1e1";}.fa-bomb:before {	content: "\f1e2";}.fa-soccer-ball-o:before,.fa-futbol-o:before {	content: "\f1e3";}.fa-tty:before {	content: "\f1e4";}.fa-binoculars:before {	content: "\f1e5";}.fa-plug:before {	content: "\f1e6";}.fa-slideshare:before {	content: "\f1e7";}.fa-twitch:before {	content: "\f1e8";}.fa-yelp:before {	content: "\f1e9";}.fa-newspaper-o:before {	content: "\f1ea";}.fa-wifi:before {	content: "\f1eb";}.fa-calculator:before {	content: "\f1ec";}.fa-paypal:before {	content: "\f1ed";}.fa-google-wallet:before {	content: "\f1ee";}.fa-cc-visa:before {	content: "\f1f0";}.fa-cc-mastercard:before {	content: "\f1f1";}.fa-cc-discover:before {	content: "\f1f2";}.fa-cc-amex:before {	content: "\f1f3";}.fa-cc-paypal:before {	content: "\f1f4";}.fa-cc-stripe:before {	content: "\f1f5";}.fa-bell-slash:before {	content: "\f1f6";}.fa-bell-slash-o:before {	content: "\f1f7";}.fa-trash:before {	content: "\f1f8";}.fa-copyright:before {	content: "\f1f9";}.fa-at:before {	content: "\f1fa";}.fa-eyedropper:before {	content: "\f1fb";}.fa-paint-brush:before {	content: "\f1fc";}.fa-birthday-cake:before {	content: "\f1fd";}.fa-area-chart:before {	content: "\f1fe";}.fa-pie-chart:before {	content: "\f200";}.fa-line-chart:before {	content: "\f201";}.fa-lastfm:before {	content: "\f202";}.fa-lastfm-square:before {	content: "\f203";}.fa-toggle-off:before {	content: "\f204";}.fa-toggle-on:before {	content: "\f205";}.fa-bicycle:before {	content: "\f206";}.fa-bus:before {	content: "\f207";}.fa-ioxhost:before {	content: "\f208";}.fa-angellist:before {	content: "\f209";}.fa-cc:before {	content: "\f20a";}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {	content: "\f20b";}.fa-meanpath:before {	content: "\f20c";}.fa-buysellads:before {	content: "\f20d";}.fa-connectdevelop:before {	content: "\f20e";}.fa-dashcube:before {	content: "\f210";}.fa-forumbee:before {	content: "\f211";}.fa-leanpub:before {	content: "\f212";}.fa-sellsy:before {	content: "\f213";}.fa-shirtsinbulk:before {	content: "\f214";}.fa-simplybuilt:before {	content: "\f215";}.fa-skyatlas:before {	content: "\f216";}.fa-cart-plus:before {	content: "\f217";}.fa-cart-arrow-down:before {	content: "\f218";}.fa-diamond:before {	content: "\f219";}.fa-ship:before {	content: "\f21a";}.fa-user-secret:before {	content: "\f21b";}.fa-motorcycle:before {	content: "\f21c";}.fa-street-view:before {	content: "\f21d";}.fa-heartbeat:before {	content: "\f21e";}.fa-venus:before {	content: "\f221";}.fa-mars:before {	content: "\f222";}.fa-mercury:before {	content: "\f223";}.fa-intersex:before,.fa-transgender:before {	content: "\f224";}.fa-transgender-alt:before {	content: "\f225";}.fa-venus-double:before {	content: "\f226";}.fa-mars-double:before {	content: "\f227";}.fa-venus-mars:before {	content: "\f228";}.fa-mars-stroke:before {	content: "\f229";}.fa-mars-stroke-v:before {	content: "\f22a";}.fa-mars-stroke-h:before {	content: "\f22b";}.fa-neuter:before {	content: "\f22c";}.fa-genderless:before {	content: "\f22d";}.fa-facebook-official:before {	content: "\f230";}.fa-pinterest-p:before {	content: "\f231";}.fa-whatsapp:before {	content: "\f232";}.fa-server:before {	content: "\f233";}.fa-user-plus:before {	content: "\f234";}.fa-user-times:before {	content: "\f235";}.fa-hotel:before,.fa-bed:before {	content: "\f236";}.fa-viacoin:before {	content: "\f237";}.fa-train:before {	content: "\f238";}.fa-subway:before {	content: "\f239";}.fa-medium:before {	content: "\f23a";}.fa-yc:before,.fa-y-combinator:before {	content: "\f23b";}.fa-optin-monster:before {	content: "\f23c";}.fa-opencart:before {	content: "\f23d";}.fa-expeditedssl:before {	content: "\f23e";}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {	content: "\f240";}.fa-battery-3:before,.fa-battery-three-quarters:before {	content: "\f241";}.fa-battery-2:before,.fa-battery-half:before {	content: "\f242";}.fa-battery-1:before,.fa-battery-quarter:before {	content: "\f243";}.fa-battery-0:before,.fa-battery-empty:before {	content: "\f244";}.fa-mouse-pointer:before {	content: "\f245";}.fa-i-cursor:before {	content: "\f246";}.fa-object-group:before {	content: "\f247";}.fa-object-ungroup:before {	content: "\f248";}.fa-sticky-note:before {	content: "\f249";}.fa-sticky-note-o:before {	content: "\f24a";}.fa-cc-jcb:before {	content: "\f24b";}.fa-cc-diners-club:before {	content: "\f24c";}.fa-clone:before {	content: "\f24d";}.fa-balance-scale:before {	content: "\f24e";}.fa-hourglass-o:before {	content: "\f250";}.fa-hourglass-1:before,.fa-hourglass-start:before {	content: "\f251";}.fa-hourglass-2:before,.fa-hourglass-half:before {	content: "\f252";}.fa-hourglass-3:before,.fa-hourglass-end:before {	content: "\f253";}.fa-hourglass:before {	content: "\f254";}.fa-hand-grab-o:before,.fa-hand-rock-o:before {	content: "\f255";}.fa-hand-stop-o:before,.fa-hand-paper-o:before {	content: "\f256";}.fa-hand-scissors-o:before {	content: "\f257";}.fa-hand-lizard-o:before {	content: "\f258";}.fa-hand-spock-o:before {	content: "\f259";}.fa-hand-pointer-o:before {	content: "\f25a";}.fa-hand-peace-o:before {	content: "\f25b";}.fa-trademark:before {	content: "\f25c";}.fa-registered:before {	content: "\f25d";}.fa-creative-commons:before {	content: "\f25e";}.fa-gg:before {	content: "\f260";}.fa-gg-circle:before {	content: "\f261";}.fa-tripadvisor:before {	content: "\f262";}.fa-odnoklassniki:before {	content: "\f263";}.fa-odnoklassniki-square:before {	content: "\f264";}.fa-get-pocket:before {	content: "\f265";}.fa-wikipedia-w:before {	content: "\f266";}.fa-safari:before {	content: "\f267";}.fa-chrome:before {	content: "\f268";}.fa-firefox:before {	content: "\f269";}.fa-opera:before {	content: "\f26a";}.fa-internet-explorer:before {	content: "\f26b";}.fa-tv:before,.fa-television:before {	content: "\f26c";}.fa-contao:before {	content: "\f26d";}.fa-500px:before {	content: "\f26e";}.fa-amazon:before {	content: "\f270";}.fa-calendar-plus-o:before {	content: "\f271";}.fa-calendar-minus-o:before {	content: "\f272";}.fa-calendar-times-o:before {	content: "\f273";}.fa-calendar-check-o:before {	content: "\f274";}.fa-industry:before {	content: "\f275";}.fa-map-pin:before {	content: "\f276";}.fa-map-signs:before {	content: "\f277";}.fa-map-o:before {	content: "\f278";}.fa-map:before {	content: "\f279";}.fa-commenting:before {	content: "\f27a";}.fa-commenting-o:before {	content: "\f27b";}.fa-houzz:before {	content: "\f27c";}.fa-vimeo:before {	content: "\f27d";}.fa-black-tie:before {	content: "\f27e";}.fa-fonticons:before {	content: "\f280";}.fa-reddit-alien:before {	content: "\f281";}.fa-edge:before {	content: "\f282";}.fa-credit-card-alt:before {	content: "\f283";}.fa-codiepie:before {	content: "\f284";}.fa-modx:before {	content: "\f285";}.fa-fort-awesome:before {	content: "\f286";}.fa-usb:before {	content: "\f287";}.fa-product-hunt:before {	content: "\f288";}.fa-mixcloud:before {	content: "\f289";}.fa-scribd:before {	content: "\f28a";}.fa-pause-circle:before {	content: "\f28b";}.fa-pause-circle-o:before {	content: "\f28c";}.fa-stop-circle:before {	content: "\f28d";}.fa-stop-circle-o:before {	content: "\f28e";}.fa-shopping-bag:before {	content: "\f290";}.fa-shopping-basket:before {	content: "\f291";}.fa-hashtag:before {	content: "\f292";}.fa-bluetooth:before {	content: "\f293";}.fa-bluetooth-b:before {	content: "\f294";}.fa-percent:before {	content: "\f295";}.fa-gitlab:before {	content: "\f296";}.fa-wpbeginner:before {	content: "\f297";}.fa-wpforms:before {	content: "\f298";}.fa-envira:before {	content: "\f299";}.fa-universal-access:before {	content: "\f29a";}.fa-wheelchair-alt:before {	content: "\f29b";}.fa-question-circle-o:before {	content: "\f29c";}.fa-blind:before {	content: "\f29d";}.fa-audio-description:before {	content: "\f29e";}.fa-volume-control-phone:before {	content: "\f2a0";}.fa-braille:before {	content: "\f2a1";}.fa-assistive-listening-systems:before {	content: "\f2a2";}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {	content: "\f2a3";}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {	content: "\f2a4";}.fa-glide:before {	content: "\f2a5";}.fa-glide-g:before {	content: "\f2a6";}.fa-signing:before,.fa-sign-language:before {	content: "\f2a7";}.fa-low-vision:before {	content: "\f2a8";}.fa-viadeo:before {	content: "\f2a9";}.fa-viadeo-square:before {	content: "\f2aa";}.fa-snapchat:before {	content: "\f2ab";}.fa-snapchat-ghost:before {	content: "\f2ac";}.fa-snapchat-square:before {	content: "\f2ad";}.fa-pied-piper:before {	content: "\f2ae";}.fa-first-order:before {	content: "\f2b0";}.fa-yoast:before {	content: "\f2b1";}.fa-themeisle:before {	content: "\f2b2";}.fa-google-plus-circle:before,.fa-google-plus-official:before {	content: "\f2b3";}.fa-fa:before,.fa-font-awesome:before {	content: "\f2b4";}.fa-handshake-o:before {	content: "\f2b5";}.fa-envelope-open:before {	content: "\f2b6";}.fa-envelope-open-o:before {	content: "\f2b7";}.fa-linode:before {	content: "\f2b8";}.fa-address-book:before {	content: "\f2b9";}.fa-address-book-o:before {	content: "\f2ba";}.fa-vcard:before,.fa-address-card:before {	content: "\f2bb";}.fa-vcard-o:before,.fa-address-card-o:before {	content: "\f2bc";}.fa-user-circle:before {	content: "\f2bd";}.fa-user-circle-o:before {	content: "\f2be";}.fa-user-o:before {	content: "\f2c0";}.fa-id-badge:before {	content: "\f2c1";}.fa-drivers-license:before,.fa-id-card:before {	content: "\f2c2";}.fa-drivers-license-o:before,.fa-id-card-o:before {	content: "\f2c3";}.fa-quora:before {	content: "\f2c4";}.fa-free-code-camp:before {	content: "\f2c5";}.fa-telegram:before {	content: "\f2c6";}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {	content: "\f2c7";}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {	content: "\f2c8";}.fa-thermometer-2:before,.fa-thermometer-half:before {	content: "\f2c9";}.fa-thermometer-1:before,.fa-thermometer-quarter:before {	content: "\f2ca";}.fa-thermometer-0:before,.fa-thermometer-empty:before {	content: "\f2cb";}.fa-shower:before {	content: "\f2cc";}.fa-bathtub:before,.fa-s15:before,.fa-bath:before {	content: "\f2cd";}.fa-podcast:before {	content: "\f2ce";}.fa-window-maximize:before {	content: "\f2d0";}.fa-window-minimize:before {	content: "\f2d1";}.fa-window-restore:before {	content: "\f2d2";}.fa-times-rectangle:before,.fa-window-close:before {	content: "\f2d3";}.fa-times-rectangle-o:before,.fa-window-close-o:before {	content: "\f2d4";}.fa-bandcamp:before {	content: "\f2d5";}.fa-grav:before {	content: "\f2d6";}.fa-etsy:before {	content: "\f2d7";}.fa-imdb:before {	content: "\f2d8";}.fa-ravelry:before {	content: "\f2d9";}.fa-eercast:before {	content: "\f2da";}.fa-microchip:before {	content: "\f2db";}.fa-snowflake-o:before {	content: "\f2dc";}.fa-superpowers:before {	content: "\f2dd";}.fa-wpexplorer:before {	content: "\f2de";}.fa-meetup:before {	content: "\f2e0";}.sr-only {	position: absolute;	width: 1px;	height: 1px;	padding: 0;	margin: -1px;	overflow: hidden;	clip: rect(0, 0, 0, 0);	border: 0;}.sr-only-focusable:active,.sr-only-focusable:focus {	position: static;	width: auto;	height: auto;	margin: 0;	overflow: visible;	clip: auto;}/*
*
* Material Design Icons
* --------------------------------------------------
*/@font-face {	font-family: "Material Design Icons";	src: url("../fonts/materialdesignicons-webfont.eot?v=1.4.57");	src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=1.4.57") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular") format("svg");	font-weight: normal;	font-style: normal;}.mdi {	display: inline-block;	font: normal normal normal 24px/1 "Material Design Icons";	font-size: inherit;	text-rendering: auto;	-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;	transform: translate(0, 0);}.mdi-access-point:before {	content: "\f101";}.mdi-access-point-network:before {	content: "\f102";}.mdi-account:before {	content: "\f103";}.mdi-account-alert:before {	content: "\f104";}.mdi-account-box:before {	content: "\f105";}.mdi-account-box-outline:before {	content: "\f106";}.mdi-account-check:before {	content: "\f107";}.mdi-account-circle:before {	content: "\f108";}.mdi-account-convert:before {	content: "\f109";}.mdi-account-key:before {	content: "\f10a";}.mdi-account-location:before {	content: "\f10b";}.mdi-account-minus:before {	content: "\f10c";}.mdi-account-multiple:before {	content: "\f10d";}.mdi-account-multiple-outline:before {	content: "\f10e";}.mdi-account-multiple-plus:before {	content: "\f10f";}.mdi-account-network:before {	content: "\f110";}.mdi-account-off:before {	content: "\f111";}.mdi-account-outline:before {	content: "\f112";}.mdi-account-plus:before {	content: "\f113";}.mdi-account-remove:before {	content: "\f114";}.mdi-account-search:before {	content: "\f115";}.mdi-account-star:before {	content: "\f116";}.mdi-account-star-variant:before {	content: "\f117";}.mdi-account-switch:before {	content: "\f118";}.mdi-adjust:before {	content: "\f119";}.mdi-air-conditioner:before {	content: "\f11a";}.mdi-airballoon:before {	content: "\f11b";}.mdi-airplane:before {	content: "\f11c";}.mdi-airplane-off:before {	content: "\f11d";}.mdi-airplay:before {	content: "\f11e";}.mdi-alarm:before {	content: "\f11f";}.mdi-alarm-check:before {	content: "\f120";}.mdi-alarm-multiple:before {	content: "\f121";}.mdi-alarm-off:before {	content: "\f122";}.mdi-alarm-plus:before {	content: "\f123";}.mdi-album:before {	content: "\f124";}.mdi-alert:before {	content: "\f125";}.mdi-alert-box:before {	content: "\f126";}.mdi-alert-circle:before {	content: "\f127";}.mdi-alert-octagon:before {	content: "\f128";}.mdi-alert-outline:before {	content: "\f129";}.mdi-alpha:before {	content: "\f12a";}.mdi-alphabetical:before {	content: "\f12b";}.mdi-amazon:before {	content: "\f12c";}.mdi-amazon-clouddrive:before {	content: "\f12d";}.mdi-ambulance:before {	content: "\f12e";}.mdi-anchor:before {	content: "\f12f";}.mdi-android:before {	content: "\f130";}.mdi-android-debug-bridge:before {	content: "\f131";}.mdi-android-studio:before {	content: "\f132";}.mdi-apple:before {	content: "\f133";}.mdi-apple-finder:before {	content: "\f134";}.mdi-apple-ios:before {	content: "\f135";}.mdi-apple-mobileme:before {	content: "\f136";}.mdi-apple-safari:before {	content: "\f137";}.mdi-appnet:before {	content: "\f138";}.mdi-apps:before {	content: "\f139";}.mdi-archive:before {	content: "\f13a";}.mdi-arrange-bring-forward:before {	content: "\f13b";}.mdi-arrange-bring-to-front:before {	content: "\f13c";}.mdi-arrange-send-backward:before {	content: "\f13d";}.mdi-arrange-send-to-back:before {	content: "\f13e";}.mdi-arrow-all:before {	content: "\f13f";}.mdi-arrow-bottom-drop-circle:before {	content: "\f140";}.mdi-arrow-bottom-left:before {	content: "\f141";}.mdi-arrow-bottom-right:before {	content: "\f142";}.mdi-arrow-collapse:before {	content: "\f143";}.mdi-arrow-down:before {	content: "\f144";}.mdi-arrow-down-bold:before {	content: "\f145";}.mdi-arrow-down-bold-circle:before {	content: "\f146";}.mdi-arrow-down-bold-circle-outline:before {	content: "\f147";}.mdi-arrow-down-bold-hexagon-outline:before {	content: "\f148";}.mdi-arrow-expand:before {	content: "\f149";}.mdi-arrow-left:before {	content: "\f14a";}.mdi-arrow-left-bold:before {	content: "\f14b";}.mdi-arrow-left-bold-circle:before {	content: "\f14c";}.mdi-arrow-left-bold-circle-outline:before {	content: "\f14d";}.mdi-arrow-left-bold-hexagon-outline:before {	content: "\f14e";}.mdi-arrow-right:before {	content: "\f14f";}.mdi-arrow-right-bold:before {	content: "\f150";}.mdi-arrow-right-bold-circle:before {	content: "\f151";}.mdi-arrow-right-bold-circle-outline:before {	content: "\f152";}.mdi-arrow-right-bold-hexagon-outline:before {	content: "\f153";}.mdi-arrow-top-left:before {	content: "\f154";}.mdi-arrow-top-right:before {	content: "\f155";}.mdi-arrow-up:before {	content: "\f156";}.mdi-arrow-up-bold:before {	content: "\f157";}.mdi-arrow-up-bold-circle:before {	content: "\f158";}.mdi-arrow-up-bold-circle-outline:before {	content: "\f159";}.mdi-arrow-up-bold-hexagon-outline:before {	content: "\f15a";}.mdi-assistant:before {	content: "\f15b";}.mdi-at:before {	content: "\f15c";}.mdi-attachment:before {	content: "\f15d";}.mdi-audiobook:before {	content: "\f15e";}.mdi-auto-fix:before {	content: "\f15f";}.mdi-auto-upload:before {	content: "\f160";}.mdi-autorenew:before {	content: "\f161";}.mdi-av-timer:before {	content: "\f162";}.mdi-baby:before {	content: "\f163";}.mdi-backburger:before {	content: "\f164";}.mdi-backspace:before {	content: "\f165";}.mdi-backup-restore:before {	content: "\f166";}.mdi-bank:before {	content: "\f167";}.mdi-barcode:before {	content: "\f168";}.mdi-barcode-scan:before {	content: "\f169";}.mdi-barley:before {	content: "\f16a";}.mdi-barrel:before {	content: "\f16b";}.mdi-basecamp:before {	content: "\f16c";}.mdi-basket:before {	content: "\f16d";}.mdi-basket-fill:before {	content: "\f16e";}.mdi-basket-unfill:before {	content: "\f16f";}.mdi-battery:before {	content: "\f170";}.mdi-battery-10:before {	content: "\f171";}.mdi-battery-20:before {	content: "\f172";}.mdi-battery-30:before {	content: "\f173";}.mdi-battery-40:before {	content: "\f174";}.mdi-battery-50:before {	content: "\f175";}.mdi-battery-60:before {	content: "\f176";}.mdi-battery-70:before {	content: "\f177";}.mdi-battery-80:before {	content: "\f178";}.mdi-battery-90:before {	content: "\f179";}.mdi-battery-alert:before {	content: "\f17a";}.mdi-battery-charging:before {	content: "\f17b";}.mdi-battery-charging-100:before {	content: "\f17c";}.mdi-battery-charging-20:before {	content: "\f17d";}.mdi-battery-charging-30:before {	content: "\f17e";}.mdi-battery-charging-40:before {	content: "\f17f";}.mdi-battery-charging-60:before {	content: "\f180";}.mdi-battery-charging-80:before {	content: "\f181";}.mdi-battery-charging-90:before {	content: "\f182";}.mdi-battery-minus:before {	content: "\f183";}.mdi-battery-negative:before {	content: "\f184";}.mdi-battery-outline:before {	content: "\f185";}.mdi-battery-plus:before {	content: "\f186";}.mdi-battery-positive:before {	content: "\f187";}.mdi-battery-unknown:before {	content: "\f188";}.mdi-beach:before {	content: "\f189";}.mdi-beaker:before {	content: "\f18a";}.mdi-beaker-empty:before {	content: "\f18b";}.mdi-beaker-empty-outline:before {	content: "\f18c";}.mdi-beaker-outline:before {	content: "\f18d";}.mdi-beats:before {	content: "\f18e";}.mdi-beer:before {	content: "\f18f";}.mdi-behance:before {	content: "\f190";}.mdi-bell:before {	content: "\f191";}.mdi-bell-off:before {	content: "\f192";}.mdi-bell-outline:before {	content: "\f193";}.mdi-bell-plus:before {	content: "\f194";}.mdi-bell-ring:before {	content: "\f195";}.mdi-bell-ring-outline:before {	content: "\f196";}.mdi-bell-sleep:before {	content: "\f197";}.mdi-beta:before {	content: "\f198";}.mdi-bike:before {	content: "\f199";}.mdi-bing:before {	content: "\f19a";}.mdi-binoculars:before {	content: "\f19b";}.mdi-bio:before {	content: "\f19c";}.mdi-biohazard:before {	content: "\f19d";}.mdi-bitbucket:before {	content: "\f19e";}.mdi-black-mesa:before {	content: "\f19f";}.mdi-blackberry:before {	content: "\f1a0";}.mdi-blender:before {	content: "\f1a1";}.mdi-blinds:before {	content: "\f1a2";}.mdi-block-helper:before {	content: "\f1a3";}.mdi-blogger:before {	content: "\f1a4";}.mdi-bluetooth:before {	content: "\f1a5";}.mdi-bluetooth-audio:before {	content: "\f1a6";}.mdi-bluetooth-connect:before {	content: "\f1a7";}.mdi-bluetooth-off:before {	content: "\f1a8";}.mdi-bluetooth-settings:before {	content: "\f1a9";}.mdi-bluetooth-transfer:before {	content: "\f1aa";}.mdi-blur:before {	content: "\f1ab";}.mdi-blur-linear:before {	content: "\f1ac";}.mdi-blur-off:before {	content: "\f1ad";}.mdi-blur-radial:before {	content: "\f1ae";}.mdi-bone:before {	content: "\f1af";}.mdi-book:before {	content: "\f1b0";}.mdi-book-multiple:before {	content: "\f1b1";}.mdi-book-multiple-variant:before {	content: "\f1b2";}.mdi-book-open:before {	content: "\f1b3";}.mdi-book-open-variant:before {	content: "\f1b4";}.mdi-book-variant:before {	content: "\f1b5";}.mdi-bookmark:before {	content: "\f1b6";}.mdi-bookmark-check:before {	content: "\f1b7";}.mdi-bookmark-music:before {	content: "\f1b8";}.mdi-bookmark-outline:before {	content: "\f1b9";}.mdi-bookmark-outline-plus:before {	content: "\f1ba";}.mdi-bookmark-plus:before {	content: "\f1bb";}.mdi-bookmark-remove:before {	content: "\f1bc";}.mdi-border-all:before {	content: "\f1bd";}.mdi-border-bottom:before {	content: "\f1be";}.mdi-border-color:before {	content: "\f1bf";}.mdi-border-horizontal:before {	content: "\f1c0";}.mdi-border-inside:before {	content: "\f1c1";}.mdi-border-left:before {	content: "\f1c2";}.mdi-border-none:before {	content: "\f1c3";}.mdi-border-outside:before {	content: "\f1c4";}.mdi-border-right:before {	content: "\f1c5";}.mdi-border-style:before {	content: "\f1c6";}.mdi-border-top:before {	content: "\f1c7";}.mdi-border-vertical:before {	content: "\f1c8";}.mdi-bowling:before {	content: "\f1c9";}.mdi-box:before {	content: "\f1ca";}.mdi-box-cutter:before {	content: "\f1cb";}.mdi-briefcase:before {	content: "\f1cc";}.mdi-briefcase-check:before {	content: "\f1cd";}.mdi-briefcase-download:before {	content: "\f1ce";}.mdi-briefcase-upload:before {	content: "\f1cf";}.mdi-brightness-1:before {	content: "\f1d0";}.mdi-brightness-2:before {	content: "\f1d1";}.mdi-brightness-3:before {	content: "\f1d2";}.mdi-brightness-4:before {	content: "\f1d3";}.mdi-brightness-5:before {	content: "\f1d4";}.mdi-brightness-6:before {	content: "\f1d5";}.mdi-brightness-7:before {	content: "\f1d6";}.mdi-brightness-auto:before {	content: "\f1d7";}.mdi-broom:before {	content: "\f1d8";}.mdi-brush:before {	content: "\f1d9";}.mdi-bug:before {	content: "\f1da";}.mdi-bulletin-board:before {	content: "\f1db";}.mdi-bullhorn:before {	content: "\f1dc";}.mdi-bus:before {	content: "\f1dd";}.mdi-cached:before {	content: "\f1de";}.mdi-cake:before {	content: "\f1df";}.mdi-cake-layered:before {	content: "\f1e0";}.mdi-cake-variant:before {	content: "\f1e1";}.mdi-calculator:before {	content: "\f1e2";}.mdi-calendar:before {	content: "\f1e3";}.mdi-calendar-blank:before {	content: "\f1e4";}.mdi-calendar-check:before {	content: "\f1e5";}.mdi-calendar-clock:before {	content: "\f1e6";}.mdi-calendar-multiple:before {	content: "\f1e7";}.mdi-calendar-multiple-check:before {	content: "\f1e8";}.mdi-calendar-plus:before {	content: "\f1e9";}.mdi-calendar-remove:before {	content: "\f1ea";}.mdi-calendar-text:before {	content: "\f1eb";}.mdi-calendar-today:before {	content: "\f1ec";}.mdi-call-made:before {	content: "\f1ed";}.mdi-call-merge:before {	content: "\f1ee";}.mdi-call-missed:before {	content: "\f1ef";}.mdi-call-received:before {	content: "\f1f0";}.mdi-call-split:before {	content: "\f1f1";}.mdi-camcorder:before {	content: "\f1f2";}.mdi-camcorder-box:before {	content: "\f1f3";}.mdi-camcorder-box-off:before {	content: "\f1f4";}.mdi-camcorder-off:before {	content: "\f1f5";}.mdi-camera:before {	content: "\f1f6";}.mdi-camera-enhance:before {	content: "\f1f7";}.mdi-camera-front:before {	content: "\f1f8";}.mdi-camera-front-variant:before {	content: "\f1f9";}.mdi-camera-iris:before {	content: "\f1fa";}.mdi-camera-party-mode:before {	content: "\f1fb";}.mdi-camera-rear:before {	content: "\f1fc";}.mdi-camera-rear-variant:before {	content: "\f1fd";}.mdi-camera-switch:before {	content: "\f1fe";}.mdi-camera-timer:before {	content: "\f1ff";}.mdi-candycane:before {	content: "\f200";}.mdi-car:before {	content: "\f201";}.mdi-car-battery:before {	content: "\f202";}.mdi-car-connected:before {	content: "\f203";}.mdi-car-wash:before {	content: "\f204";}.mdi-carrot:before {	content: "\f205";}.mdi-cart:before {	content: "\f206";}.mdi-cart-outline:before {	content: "\f207";}.mdi-cart-plus:before {	content: "\f208";}.mdi-case-sensitive-alt:before {	content: "\f209";}.mdi-cash:before {	content: "\f20a";}.mdi-cash-100:before {	content: "\f20b";}.mdi-cash-multiple:before {	content: "\f20c";}.mdi-cash-usd:before {	content: "\f20d";}.mdi-cast:before {	content: "\f20e";}.mdi-cast-connected:before {	content: "\f20f";}.mdi-castle:before {	content: "\f210";}.mdi-cat:before {	content: "\f211";}.mdi-cellphone:before {	content: "\f212";}.mdi-cellphone-android:before {	content: "\f213";}.mdi-cellphone-basic:before {	content: "\f214";}.mdi-cellphone-dock:before {	content: "\f215";}.mdi-cellphone-iphone:before {	content: "\f216";}.mdi-cellphone-link:before {	content: "\f217";}.mdi-cellphone-link-off:before {	content: "\f218";}.mdi-cellphone-settings:before {	content: "\f219";}.mdi-certificate:before {	content: "\f21a";}.mdi-chair-school:before {	content: "\f21b";}.mdi-chart-arc:before {	content: "\f21c";}.mdi-chart-areaspline:before {	content: "\f21d";}.mdi-chart-bar:before {	content: "\f21e";}.mdi-chart-histogram:before {	content: "\f21f";}.mdi-chart-line:before {	content: "\f220";}.mdi-chart-pie:before {	content: "\f221";}.mdi-check:before {	content: "\f222";}.mdi-check-all:before {	content: "\f223";}.mdi-checkbox-blank:before {	content: "\f224";}.mdi-checkbox-blank-circle:before {	content: "\f225";}.mdi-checkbox-blank-circle-outline:before {	content: "\f226";}.mdi-checkbox-blank-outline:before {	content: "\f227";}.mdi-checkbox-marked:before {	content: "\f228";}.mdi-checkbox-marked-circle:before {	content: "\f229";}.mdi-checkbox-marked-circle-outline:before {	content: "\f22a";}.mdi-checkbox-marked-outline:before {	content: "\f22b";}.mdi-checkbox-multiple-blank:before {	content: "\f22c";}.mdi-checkbox-multiple-blank-outline:before {	content: "\f22d";}.mdi-checkbox-multiple-marked:before {	content: "\f22e";}.mdi-checkbox-multiple-marked-outline:before {	content: "\f22f";}.mdi-checkerboard:before {	content: "\f230";}.mdi-chemical-weapon:before {	content: "\f231";}.mdi-chevron-double-down:before {	content: "\f232";}.mdi-chevron-double-left:before {	content: "\f233";}.mdi-chevron-double-right:before {	content: "\f234";}.mdi-chevron-double-up:before {	content: "\f235";}.mdi-chevron-down:before {	content: "\f236";}.mdi-chevron-left:before {	content: "\f237";}.mdi-chevron-right:before {	content: "\f238";}.mdi-chevron-up:before {	content: "\f239";}.mdi-church:before {	content: "\f23a";}.mdi-cisco-webex:before {	content: "\f23b";}.mdi-city:before {	content: "\f23c";}.mdi-clipboard:before {	content: "\f23d";}.mdi-clipboard-account:before {	content: "\f23e";}.mdi-clipboard-alert:before {	content: "\f23f";}.mdi-clipboard-arrow-down:before {	content: "\f240";}.mdi-clipboard-arrow-left:before {	content: "\f241";}.mdi-clipboard-check:before {	content: "\f242";}.mdi-clipboard-outline:before {	content: "\f243";}.mdi-clipboard-text:before {	content: "\f244";}.mdi-clippy:before {	content: "\f245";}.mdi-clock:before {	content: "\f246";}.mdi-clock-end:before {	content: "\f247";}.mdi-clock-fast:before {	content: "\f248";}.mdi-clock-in:before {	content: "\f249";}.mdi-clock-out:before {	content: "\f24a";}.mdi-clock-start:before {	content: "\f24b";}.mdi-close:before {	content: "\f24c";}.mdi-close-box:before {	content: "\f24d";}.mdi-close-box-outline:before {	content: "\f24e";}.mdi-close-circle:before {	content: "\f24f";}.mdi-close-circle-outline:before {	content: "\f250";}.mdi-close-network:before {	content: "\f251";}.mdi-close-octagon:before {	content: "\f252";}.mdi-close-octagon-outline:before {	content: "\f253";}.mdi-closed-caption:before {	content: "\f254";}.mdi-cloud:before {	content: "\f255";}.mdi-cloud-check:before {	content: "\f256";}.mdi-cloud-circle:before {	content: "\f257";}.mdi-cloud-download:before {	content: "\f258";}.mdi-cloud-outline:before {	content: "\f259";}.mdi-cloud-outline-off:before {	content: "\f25a";}.mdi-cloud-print:before {	content: "\f25b";}.mdi-cloud-print-outline:before {	content: "\f25c";}.mdi-cloud-upload:before {	content: "\f25d";}.mdi-code-array:before {	content: "\f25e";}.mdi-code-braces:before {	content: "\f25f";}.mdi-code-brackets:before {	content: "\f260";}.mdi-code-equal:before {	content: "\f261";}.mdi-code-greater-than:before {	content: "\f262";}.mdi-code-greater-than-or-equal:before {	content: "\f263";}.mdi-code-less-than:before {	content: "\f264";}.mdi-code-less-than-or-equal:before {	content: "\f265";}.mdi-code-not-equal:before {	content: "\f266";}.mdi-code-not-equal-variant:before {	content: "\f267";}.mdi-code-parentheses:before {	content: "\f268";}.mdi-code-string:before {	content: "\f269";}.mdi-code-tags:before {	content: "\f26a";}.mdi-codepen:before {	content: "\f26b";}.mdi-coffee:before {	content: "\f26c";}.mdi-coffee-to-go:before {	content: "\f26d";}.mdi-coin:before {	content: "\f26e";}.mdi-color-helper:before {	content: "\f26f";}.mdi-comment:before {	content: "\f270";}.mdi-comment-account:before {	content: "\f271";}.mdi-comment-account-outline:before {	content: "\f272";}.mdi-comment-alert:before {	content: "\f273";}.mdi-comment-alert-outline:before {	content: "\f274";}.mdi-comment-check:before {	content: "\f275";}.mdi-comment-check-outline:before {	content: "\f276";}.mdi-comment-multiple-outline:before {	content: "\f277";}.mdi-comment-outline:before {	content: "\f278";}.mdi-comment-plus-outline:before {	content: "\f279";}.mdi-comment-processing:before {	content: "\f27a";}.mdi-comment-processing-outline:before {	content: "\f27b";}.mdi-comment-question-outline:before {	content: "\f27c";}.mdi-comment-remove-outline:before {	content: "\f27d";}.mdi-comment-text:before {	content: "\f27e";}.mdi-comment-text-outline:before {	content: "\f27f";}.mdi-compare:before {	content: "\f280";}.mdi-compass:before {	content: "\f281";}.mdi-compass-outline:before {	content: "\f282";}.mdi-console:before {	content: "\f283";}.mdi-contact-mail:before {	content: "\f284";}.mdi-content-copy:before {	content: "\f285";}.mdi-content-cut:before {	content: "\f286";}.mdi-content-duplicate:before {	content: "\f287";}.mdi-content-paste:before {	content: "\f288";}.mdi-content-save:before {	content: "\f289";}.mdi-content-save-all:before {	content: "\f28a";}.mdi-contrast:before {	content: "\f28b";}.mdi-contrast-box:before {	content: "\f28c";}.mdi-contrast-circle:before {	content: "\f28d";}.mdi-cookie:before {	content: "\f28e";}.mdi-cow:before {	content: "\f28f";}.mdi-credit-card:before {	content: "\f290";}.mdi-credit-card-multiple:before {	content: "\f291";}.mdi-credit-card-scan:before {	content: "\f292";}.mdi-crop:before {	content: "\f293";}.mdi-crop-free:before {	content: "\f294";}.mdi-crop-landscape:before {	content: "\f295";}.mdi-crop-portrait:before {	content: "\f296";}.mdi-crop-square:before {	content: "\f297";}.mdi-crosshairs:before {	content: "\f298";}.mdi-crosshairs-gps:before {	content: "\f299";}.mdi-crown:before {	content: "\f29a";}.mdi-cube:before {	content: "\f29b";}.mdi-cube-outline:before {	content: "\f29c";}.mdi-cube-send:before {	content: "\f29d";}.mdi-cube-unfolded:before {	content: "\f29e";}.mdi-cup:before {	content: "\f29f";}.mdi-cup-water:before {	content: "\f2a0";}.mdi-currency-btc:before {	content: "\f2a1";}.mdi-currency-eur:before {	content: "\f2a2";}.mdi-currency-gbp:before {	content: "\f2a3";}.mdi-currency-inr:before {	content: "\f2a4";}.mdi-currency-ngn:before {	content: "\f2a5";}.mdi-currency-rub:before {	content: "\f2a6";}.mdi-currency-try:before {	content: "\f2a7";}.mdi-currency-usd:before {	content: "\f2a8";}.mdi-cursor-default:before {	content: "\f2a9";}.mdi-cursor-default-outline:before {	content: "\f2aa";}.mdi-cursor-move:before {	content: "\f2ab";}.mdi-cursor-pointer:before {	content: "\f2ac";}.mdi-database:before {	content: "\f2ad";}.mdi-database-minus:before {	content: "\f2ae";}.mdi-database-plus:before {	content: "\f2af";}.mdi-debug-step-into:before {	content: "\f2b0";}.mdi-debug-step-out:before {	content: "\f2b1";}.mdi-debug-step-over:before {	content: "\f2b2";}.mdi-decimal-decrease:before {	content: "\f2b3";}.mdi-decimal-increase:before {	content: "\f2b4";}.mdi-delete:before {	content: "\f2b5";}.mdi-delete-variant:before {	content: "\f2b6";}.mdi-delta:before {	content: "\f2b7";}.mdi-deskphone:before {	content: "\f2b8";}.mdi-desktop-mac:before {	content: "\f2b9";}.mdi-desktop-tower:before {	content: "\f2ba";}.mdi-details:before {	content: "\f2bb";}.mdi-deviantart:before {	content: "\f2bc";}.mdi-diamond:before {	content: "\f2bd";}.mdi-dice:before {	content: "\f2be";}.mdi-dice-1:before {	content: "\f2bf";}.mdi-dice-2:before {	content: "\f2c0";}.mdi-dice-3:before {	content: "\f2c1";}.mdi-dice-4:before {	content: "\f2c2";}.mdi-dice-5:before {	content: "\f2c3";}.mdi-dice-6:before {	content: "\f2c4";}.mdi-directions:before {	content: "\f2c5";}.mdi-disk-alert:before {	content: "\f2c6";}.mdi-disqus:before {	content: "\f2c7";}.mdi-disqus-outline:before {	content: "\f2c8";}.mdi-division:before {	content: "\f2c9";}.mdi-division-box:before {	content: "\f2ca";}.mdi-dns:before {	content: "\f2cb";}.mdi-domain:before {	content: "\f2cc";}.mdi-dots-horizontal:before {	content: "\f2cd";}.mdi-dots-vertical:before {	content: "\f2ce";}.mdi-download:before {	content: "\f2cf";}.mdi-drag:before {	content: "\f2d0";}.mdi-drag-horizontal:before {	content: "\f2d1";}.mdi-drag-vertical:before {	content: "\f2d2";}.mdi-drawing:before {	content: "\f2d3";}.mdi-drawing-box:before {	content: "\f2d4";}.mdi-dribbble:before {	content: "\f2d5";}.mdi-dribbble-box:before {	content: "\f2d6";}.mdi-drone:before {	content: "\f2d7";}.mdi-dropbox:before {	content: "\f2d8";}.mdi-drupal:before {	content: "\f2d9";}.mdi-duck:before {	content: "\f2da";}.mdi-dumbbell:before {	content: "\f2db";}.mdi-earth:before {	content: "\f2dc";}.mdi-earth-off:before {	content: "\f2dd";}.mdi-edge:before {	content: "\f2de";}.mdi-eject:before {	content: "\f2df";}.mdi-elevation-decline:before {	content: "\f2e0";}.mdi-elevation-rise:before {	content: "\f2e1";}.mdi-elevator:before {	content: "\f2e2";}.mdi-email:before {	content: "\f2e3";}.mdi-email-open:before {	content: "\f2e4";}.mdi-email-outline:before {	content: "\f2e5";}.mdi-email-secure:before {	content: "\f2e6";}.mdi-emoticon:before {	content: "\f2e7";}.mdi-emoticon-cool:before {	content: "\f2e8";}.mdi-emoticon-devil:before {	content: "\f2e9";}.mdi-emoticon-happy:before {	content: "\f2ea";}.mdi-emoticon-neutral:before {	content: "\f2eb";}.mdi-emoticon-poop:before {	content: "\f2ec";}.mdi-emoticon-sad:before {	content: "\f2ed";}.mdi-emoticon-tongue:before {	content: "\f2ee";}.mdi-engine:before {	content: "\f2ef";}.mdi-engine-outline:before {	content: "\f2f0";}.mdi-equal:before {	content: "\f2f1";}.mdi-equal-box:before {	content: "\f2f2";}.mdi-eraser:before {	content: "\f2f3";}.mdi-escalator:before {	content: "\f2f4";}.mdi-ethernet:before {	content: "\f2f5";}.mdi-ethernet-cable:before {	content: "\f2f6";}.mdi-ethernet-cable-off:before {	content: "\f2f7";}.mdi-etsy:before {	content: "\f2f8";}.mdi-evernote:before {	content: "\f2f9";}.mdi-exclamation:before {	content: "\f2fa";}.mdi-exit-to-app:before {	content: "\f2fb";}.mdi-export:before {	content: "\f2fc";}.mdi-eye:before {	content: "\f2fd";}.mdi-eye-off:before {	content: "\f2fe";}.mdi-eyedropper:before {	content: "\f2ff";}.mdi-eyedropper-variant:before {	content: "\f300";}.mdi-facebook:before {	content: "\f301";}.mdi-facebook-box:before {	content: "\f302";}.mdi-facebook-messenger:before {	content: "\f303";}.mdi-factory:before {	content: "\f304";}.mdi-fan:before {	content: "\f305";}.mdi-fast-forward:before {	content: "\f306";}.mdi-fax:before {	content: "\f307";}.mdi-ferry:before {	content: "\f308";}.mdi-file:before {	content: "\f309";}.mdi-file-chart:before {	content: "\f30a";}.mdi-file-check:before {	content: "\f30b";}.mdi-file-cloud:before {	content: "\f30c";}.mdi-file-delimited:before {	content: "\f30d";}.mdi-file-document:before {	content: "\f30e";}.mdi-file-document-box:before {	content: "\f30f";}.mdi-file-excel:before {	content: "\f310";}.mdi-file-excel-box:before {	content: "\f311";}.mdi-file-export:before {	content: "\f312";}.mdi-file-find:before {	content: "\f313";}.mdi-file-image:before {	content: "\f314";}.mdi-file-import:before {	content: "\f315";}.mdi-file-lock:before {	content: "\f316";}.mdi-file-multiple:before {	content: "\f317";}.mdi-file-music:before {	content: "\f318";}.mdi-file-outline:before {	content: "\f319";}.mdi-file-pdf:before {	content: "\f31a";}.mdi-file-pdf-box:before {	content: "\f31b";}.mdi-file-powerpoint:before {	content: "\f31c";}.mdi-file-powerpoint-box:before {	content: "\f31d";}.mdi-file-presentation-box:before {	content: "\f31e";}.mdi-file-send:before {	content: "\f31f";}.mdi-file-video:before {	content: "\f320";}.mdi-file-word:before {	content: "\f321";}.mdi-file-word-box:before {	content: "\f322";}.mdi-file-xml:before {	content: "\f323";}.mdi-film:before {	content: "\f324";}.mdi-filmstrip:before {	content: "\f325";}.mdi-filmstrip-off:before {	content: "\f326";}.mdi-filter:before {	content: "\f327";}.mdi-filter-outline:before {	content: "\f328";}.mdi-filter-remove:before {	content: "\f329";}.mdi-filter-remove-outline:before {	content: "\f32a";}.mdi-filter-variant:before {	content: "\f32b";}.mdi-fingerprint:before {	content: "\f32c";}.mdi-fire:before {	content: "\f32d";}.mdi-firefox:before {	content: "\f32e";}.mdi-fish:before {	content: "\f32f";}.mdi-flag:before {	content: "\f330";}.mdi-flag-checkered:before {	content: "\f331";}.mdi-flag-outline:before {	content: "\f332";}.mdi-flag-outline-variant:before {	content: "\f333";}.mdi-flag-triangle:before {	content: "\f334";}.mdi-flag-variant:before {	content: "\f335";}.mdi-flash:before {	content: "\f336";}.mdi-flash-auto:before {	content: "\f337";}.mdi-flash-off:before {	content: "\f338";}.mdi-flashlight:before {	content: "\f339";}.mdi-flashlight-off:before {	content: "\f33a";}.mdi-flattr:before {	content: "\f33b";}.mdi-flip-to-back:before {	content: "\f33c";}.mdi-flip-to-front:before {	content: "\f33d";}.mdi-floppy:before {	content: "\f33e";}.mdi-flower:before {	content: "\f33f";}.mdi-folder:before {	content: "\f340";}.mdi-folder-account:before {	content: "\f341";}.mdi-folder-download:before {	content: "\f342";}.mdi-folder-google-drive:before {	content: "\f343";}.mdi-folder-image:before {	content: "\f344";}.mdi-folder-lock:before {	content: "\f345";}.mdi-folder-lock-open:before {	content: "\f346";}.mdi-folder-move:before {	content: "\f347";}.mdi-folder-multiple:before {	content: "\f348";}.mdi-folder-multiple-image:before {	content: "\f349";}.mdi-folder-multiple-outline:before {	content: "\f34a";}.mdi-folder-outline:before {	content: "\f34b";}.mdi-folder-plus:before {	content: "\f34c";}.mdi-folder-remove:before {	content: "\f34d";}.mdi-folder-upload:before {	content: "\f34e";}.mdi-food:before {	content: "\f34f";}.mdi-food-apple:before {	content: "\f350";}.mdi-food-variant:before {	content: "\f351";}.mdi-football:before {	content: "\f352";}.mdi-football-australian:before {	content: "\f353";}.mdi-football-helmet:before {	content: "\f354";}.mdi-format-align-center:before {	content: "\f355";}.mdi-format-align-justify:before {	content: "\f356";}.mdi-format-align-left:before {	content: "\f357";}.mdi-format-align-right:before {	content: "\f358";}.mdi-format-bold:before {	content: "\f359";}.mdi-format-clear:before {	content: "\f35a";}.mdi-format-color-fill:before {	content: "\f35b";}.mdi-format-float-center:before {	content: "\f35c";}.mdi-format-float-left:before {	content: "\f35d";}.mdi-format-float-none:before {	content: "\f35e";}.mdi-format-float-right:before {	content: "\f35f";}.mdi-format-header-1:before {	content: "\f360";}.mdi-format-header-2:before {	content: "\f361";}.mdi-format-header-3:before {	content: "\f362";}.mdi-format-header-4:before {	content: "\f363";}.mdi-format-header-5:before {	content: "\f364";}.mdi-format-header-6:before {	content: "\f365";}.mdi-format-header-decrease:before {	content: "\f366";}.mdi-format-header-equal:before {	content: "\f367";}.mdi-format-header-increase:before {	content: "\f368";}.mdi-format-header-pound:before {	content: "\f369";}.mdi-format-indent-decrease:before {	content: "\f36a";}.mdi-format-indent-increase:before {	content: "\f36b";}.mdi-format-italic:before {	content: "\f36c";}.mdi-format-line-spacing:before {	content: "\f36d";}.mdi-format-list-bulleted:before {	content: "\f36e";}.mdi-format-list-bulleted-type:before {	content: "\f36f";}.mdi-format-list-numbers:before {	content: "\f370";}.mdi-format-paint:before {	content: "\f371";}.mdi-format-paragraph:before {	content: "\f372";}.mdi-format-quote:before {	content: "\f373";}.mdi-format-size:before {	content: "\f374";}.mdi-format-strikethrough:before {	content: "\f375";}.mdi-format-strikethrough-variant:before {	content: "\f376";}.mdi-format-subscript:before {	content: "\f377";}.mdi-format-superscript:before {	content: "\f378";}.mdi-format-text:before {	content: "\f379";}.mdi-format-textdirection-l-to-r:before {	content: "\f37a";}.mdi-format-textdirection-r-to-l:before {	content: "\f37b";}.mdi-format-underline:before {	content: "\f37c";}.mdi-format-wrap-inline:before {	content: "\f37d";}.mdi-format-wrap-square:before {	content: "\f37e";}.mdi-format-wrap-tight:before {	content: "\f37f";}.mdi-format-wrap-top-bottom:before {	content: "\f380";}.mdi-forum:before {	content: "\f381";}.mdi-forward:before {	content: "\f382";}.mdi-foursquare:before {	content: "\f383";}.mdi-fridge:before {	content: "\f384";}.mdi-fridge-filled:before {	content: "\f385";}.mdi-fridge-filled-bottom:before {	content: "\f386";}.mdi-fridge-filled-top:before {	content: "\f387";}.mdi-fullscreen:before {	content: "\f388";}.mdi-fullscreen-exit:before {	content: "\f389";}.mdi-function:before {	content: "\f38a";}.mdi-gamepad:before {	content: "\f38b";}.mdi-gamepad-variant:before {	content: "\f38c";}.mdi-gas-station:before {	content: "\f38d";}.mdi-gate:before {	content: "\f38e";}.mdi-gauge:before {	content: "\f38f";}.mdi-gavel:before {	content: "\f390";}.mdi-gender-female:before {	content: "\f391";}.mdi-gender-male:before {	content: "\f392";}.mdi-gender-male-female:before {	content: "\f393";}.mdi-gender-transgender:before {	content: "\f394";}.mdi-ghost:before {	content: "\f395";}.mdi-gift:before {	content: "\f396";}.mdi-git:before {	content: "\f397";}.mdi-github-box:before {	content: "\f398";}.mdi-github-circle:before {	content: "\f399";}.mdi-glass-flute:before {	content: "\f39a";}.mdi-glass-mug:before {	content: "\f39b";}.mdi-glass-stange:before {	content: "\f39c";}.mdi-glass-tulip:before {	content: "\f39d";}.mdi-glasses:before {	content: "\f39e";}.mdi-gmail:before {	content: "\f39f";}.mdi-google:before {	content: "\f3a0";}.mdi-google-cardboard:before {	content: "\f3a1";}.mdi-google-chrome:before {	content: "\f3a2";}.mdi-google-circles:before {	content: "\f3a3";}.mdi-google-circles-communities:before {	content: "\f3a4";}.mdi-google-circles-extended:before {	content: "\f3a5";}.mdi-google-circles-group:before {	content: "\f3a6";}.mdi-google-controller:before {	content: "\f3a7";}.mdi-google-controller-off:before {	content: "\f3a8";}.mdi-google-drive:before {	content: "\f3a9";}.mdi-google-earth:before {	content: "\f3aa";}.mdi-google-glass:before {	content: "\f3ab";}.mdi-google-nearby:before {	content: "\f3ac";}.mdi-google-pages:before {	content: "\f3ad";}.mdi-google-physical-web:before {	content: "\f3ae";}.mdi-google-play:before {	content: "\f3af";}.mdi-google-plus:before {	content: "\f3b0";}.mdi-google-plus-box:before {	content: "\f3b1";}.mdi-google-translate:before {	content: "\f3b2";}.mdi-google-wallet:before {	content: "\f3b3";}.mdi-grid:before {	content: "\f3b4";}.mdi-grid-off:before {	content: "\f3b5";}.mdi-group:before {	content: "\f3b6";}.mdi-guitar:before {	content: "\f3b7";}.mdi-guitar-pick:before {	content: "\f3b8";}.mdi-guitar-pick-outline:before {	content: "\f3b9";}.mdi-hand-pointing-right:before {	content: "\f3ba";}.mdi-hanger:before {	content: "\f3bb";}.mdi-hangouts:before {	content: "\f3bc";}.mdi-harddisk:before {	content: "\f3bd";}.mdi-headphones:before {	content: "\f3be";}.mdi-headphones-box:before {	content: "\f3bf";}.mdi-headphones-settings:before {	content: "\f3c0";}.mdi-headset:before {	content: "\f3c1";}.mdi-headset-dock:before {	content: "\f3c2";}.mdi-headset-off:before {	content: "\f3c3";}.mdi-heart:before {	content: "\f3c4";}.mdi-heart-box:before {	content: "\f3c5";}.mdi-heart-box-outline:before {	content: "\f3c6";}.mdi-heart-broken:before {	content: "\f3c7";}.mdi-heart-outline:before {	content: "\f3c8";}.mdi-help:before {	content: "\f3c9";}.mdi-help-circle:before {	content: "\f3ca";}.mdi-hexagon:before {	content: "\f3cb";}.mdi-hexagon-outline:before {	content: "\f3cc";}.mdi-history:before {	content: "\f3cd";}.mdi-hololens:before {	content: "\f3ce";}.mdi-home:before {	content: "\f3cf";}.mdi-home-modern:before {	content: "\f3d0";}.mdi-home-variant:before {	content: "\f3d1";}.mdi-hops:before {	content: "\f3d2";}.mdi-hospital:before {	content: "\f3d3";}.mdi-hospital-building:before {	content: "\f3d4";}.mdi-hospital-marker:before {	content: "\f3d5";}.mdi-hotel:before {	content: "\f3d6";}.mdi-houzz:before {	content: "\f3d7";}.mdi-houzz-box:before {	content: "\f3d8";}.mdi-human:before {	content: "\f3d9";}.mdi-human-child:before {	content: "\f3da";}.mdi-human-male-female:before {	content: "\f3db";}.mdi-image:before {	content: "\f3dc";}.mdi-image-album:before {	content: "\f3dd";}.mdi-image-area:before {	content: "\f3de";}.mdi-image-area-close:before {	content: "\f3df";}.mdi-image-broken:before {	content: "\f3e0";}.mdi-image-broken-variant:before {	content: "\f3e1";}.mdi-image-filter:before {	content: "\f3e2";}.mdi-image-filter-black-white:before {	content: "\f3e3";}.mdi-image-filter-center-focus:before {	content: "\f3e4";}.mdi-image-filter-center-focus-weak:before {	content: "\f3e5";}.mdi-image-filter-drama:before {	content: "\f3e6";}.mdi-image-filter-frames:before {	content: "\f3e7";}.mdi-image-filter-hdr:before {	content: "\f3e8";}.mdi-image-filter-none:before {	content: "\f3e9";}.mdi-image-filter-tilt-shift:before {	content: "\f3ea";}.mdi-image-filter-vintage:before {	content: "\f3eb";}.mdi-image-multiple:before {	content: "\f3ec";}.mdi-import:before {	content: "\f3ed";}.mdi-inbox:before {	content: "\f3ee";}.mdi-information:before {	content: "\f3ef";}.mdi-information-outline:before {	content: "\f3f0";}.mdi-instagram:before {	content: "\f3f1";}.mdi-instapaper:before {	content: "\f3f2";}.mdi-internet-explorer:before {	content: "\f3f3";}.mdi-invert-colors:before {	content: "\f3f4";}.mdi-jeepney:before {	content: "\f3f5";}.mdi-jira:before {	content: "\f3f6";}.mdi-jsfiddle:before {	content: "\f3f7";}.mdi-keg:before {	content: "\f3f8";}.mdi-key:before {	content: "\f3f9";}.mdi-key-change:before {	content: "\f3fa";}.mdi-key-minus:before {	content: "\f3fb";}.mdi-key-plus:before {	content: "\f3fc";}.mdi-key-remove:before {	content: "\f3fd";}.mdi-key-variant:before {	content: "\f3fe";}.mdi-keyboard:before {	content: "\f3ff";}.mdi-keyboard-backspace:before {	content: "\f400";}.mdi-keyboard-caps:before {	content: "\f401";}.mdi-keyboard-close:before {	content: "\f402";}.mdi-keyboard-off:before {	content: "\f403";}.mdi-keyboard-return:before {	content: "\f404";}.mdi-keyboard-tab:before {	content: "\f405";}.mdi-keyboard-variant:before {	content: "\f406";}.mdi-label:before {	content: "\f407";}.mdi-label-outline:before {	content: "\f408";}.mdi-lan:before {	content: "\f409";}.mdi-lan-connect:before {	content: "\f40a";}.mdi-lan-disconnect:before {	content: "\f40b";}.mdi-lan-pending:before {	content: "\f40c";}.mdi-language-csharp:before {	content: "\f40d";}.mdi-language-css3:before {	content: "\f40e";}.mdi-language-html5:before {	content: "\f40f";}.mdi-language-javascript:before {	content: "\f410";}.mdi-language-php:before {	content: "\f411";}.mdi-language-python:before {	content: "\f412";}.mdi-language-python-text:before {	content: "\f413";}.mdi-laptop:before {	content: "\f414";}.mdi-laptop-chromebook:before {	content: "\f415";}.mdi-laptop-mac:before {	content: "\f416";}.mdi-laptop-windows:before {	content: "\f417";}.mdi-lastfm:before {	content: "\f418";}.mdi-launch:before {	content: "\f419";}.mdi-layers:before {	content: "\f41a";}.mdi-layers-off:before {	content: "\f41b";}.mdi-leaf:before {	content: "\f41c";}.mdi-led-off:before {	content: "\f41d";}.mdi-led-on:before {	content: "\f41e";}.mdi-led-outline:before {	content: "\f41f";}.mdi-led-variant-off:before {	content: "\f420";}.mdi-led-variant-on:before {	content: "\f421";}.mdi-led-variant-outline:before {	content: "\f422";}.mdi-library:before {	content: "\f423";}.mdi-library-books:before {	content: "\f424";}.mdi-library-music:before {	content: "\f425";}.mdi-library-plus:before {	content: "\f426";}.mdi-lightbulb:before {	content: "\f427";}.mdi-lightbulb-outline:before {	content: "\f428";}.mdi-link:before {	content: "\f429";}.mdi-link-off:before {	content: "\f42a";}.mdi-link-variant:before {	content: "\f42b";}.mdi-link-variant-off:before {	content: "\f42c";}.mdi-linkedin:before {	content: "\f42d";}.mdi-linkedin-box:before {	content: "\f42e";}.mdi-linux:before {	content: "\f42f";}.mdi-lock:before {	content: "\f430";}.mdi-lock-open:before {	content: "\f431";}.mdi-lock-open-outline:before {	content: "\f432";}.mdi-lock-outline:before {	content: "\f433";}.mdi-login:before {	content: "\f434";}.mdi-logout:before {	content: "\f435";}.mdi-looks:before {	content: "\f436";}.mdi-loupe:before {	content: "\f437";}.mdi-lumx:before {	content: "\f438";}.mdi-magnet:before {	content: "\f439";}.mdi-magnet-on:before {	content: "\f43a";}.mdi-magnify:before {	content: "\f43b";}.mdi-magnify-minus:before {	content: "\f43c";}.mdi-magnify-plus:before {	content: "\f43d";}.mdi-mail-ru:before {	content: "\f43e";}.mdi-map:before {	content: "\f43f";}.mdi-map-marker:before {	content: "\f440";}.mdi-map-marker-circle:before {	content: "\f441";}.mdi-map-marker-multiple:before {	content: "\f442";}.mdi-map-marker-off:before {	content: "\f443";}.mdi-map-marker-radius:before {	content: "\f444";}.mdi-margin:before {	content: "\f445";}.mdi-markdown:before {	content: "\f446";}.mdi-marker-check:before {	content: "\f447";}.mdi-martini:before {	content: "\f448";}.mdi-material-ui:before {	content: "\f449";}.mdi-math-compass:before {	content: "\f44a";}.mdi-maxcdn:before {	content: "\f44b";}.mdi-medium:before {	content: "\f44c";}.mdi-memory:before {	content: "\f44d";}.mdi-menu:before {	content: "\f44e";}.mdi-menu-down:before {	content: "\f44f";}.mdi-menu-left:before {	content: "\f450";}.mdi-menu-right:before {	content: "\f451";}.mdi-menu-up:before {	content: "\f452";}.mdi-message:before {	content: "\f453";}.mdi-message-alert:before {	content: "\f454";}.mdi-message-draw:before {	content: "\f455";}.mdi-message-image:before {	content: "\f456";}.mdi-message-outline:before {	content: "\f457";}.mdi-message-processing:before {	content: "\f458";}.mdi-message-reply:before {	content: "\f459";}.mdi-message-reply-text:before {	content: "\f45a";}.mdi-message-text:before {	content: "\f45b";}.mdi-message-text-outline:before {	content: "\f45c";}.mdi-message-video:before {	content: "\f45d";}.mdi-microphone:before {	content: "\f45e";}.mdi-microphone-off:before {	content: "\f45f";}.mdi-microphone-outline:before {	content: "\f460";}.mdi-microphone-settings:before {	content: "\f461";}.mdi-microphone-variant:before {	content: "\f462";}.mdi-microphone-variant-off:before {	content: "\f463";}.mdi-microsoft:before {	content: "\f464";}.mdi-minus:before {	content: "\f465";}.mdi-minus-box:before {	content: "\f466";}.mdi-minus-circle:before {	content: "\f467";}.mdi-minus-circle-outline:before {	content: "\f468";}.mdi-minus-network:before {	content: "\f469";}.mdi-monitor:before {	content: "\f46a";}.mdi-monitor-multiple:before {	content: "\f46b";}.mdi-more:before {	content: "\f46c";}.mdi-motorbike:before {	content: "\f46d";}.mdi-mouse:before {	content: "\f46e";}.mdi-mouse-off:before {	content: "\f46f";}.mdi-mouse-variant:before {	content: "\f470";}.mdi-mouse-variant-off:before {	content: "\f471";}.mdi-movie:before {	content: "\f472";}.mdi-multiplication:before {	content: "\f473";}.mdi-multiplication-box:before {	content: "\f474";}.mdi-music-box:before {	content: "\f475";}.mdi-music-box-outline:before {	content: "\f476";}.mdi-music-circle:before {	content: "\f477";}.mdi-music-note:before {	content: "\f478";}.mdi-music-note-eighth:before {	content: "\f479";}.mdi-music-note-half:before {	content: "\f47a";}.mdi-music-note-off:before {	content: "\f47b";}.mdi-music-note-quarter:before {	content: "\f47c";}.mdi-music-note-sixteenth:before {	content: "\f47d";}.mdi-music-note-whole:before {	content: "\f47e";}.mdi-nature:before {	content: "\f47f";}.mdi-nature-people:before {	content: "\f480";}.mdi-navigation:before {	content: "\f481";}.mdi-needle:before {	content: "\f482";}.mdi-nest-protect:before {	content: "\f483";}.mdi-nest-thermostat:before {	content: "\f484";}.mdi-newspaper:before {	content: "\f485";}.mdi-nfc:before {	content: "\f486";}.mdi-nfc-tap:before {	content: "\f487";}.mdi-nfc-variant:before {	content: "\f488";}.mdi-nodejs:before {	content: "\f489";}.mdi-note:before {	content: "\f48a";}.mdi-note-outline:before {	content: "\f48b";}.mdi-note-plus:before {	content: "\f48c";}.mdi-note-plus-outline:before {	content: "\f48d";}.mdi-note-text:before {	content: "\f48e";}.mdi-notification-clear-all:before {	content: "\f48f";}.mdi-numeric:before {	content: "\f490";}.mdi-numeric-0-box:before {	content: "\f491";}.mdi-numeric-0-box-multiple-outline:before {	content: "\f492";}.mdi-numeric-0-box-outline:before {	content: "\f493";}.mdi-numeric-1-box:before {	content: "\f494";}.mdi-numeric-1-box-multiple-outline:before {	content: "\f495";}.mdi-numeric-1-box-outline:before {	content: "\f496";}.mdi-numeric-2-box:before {	content: "\f497";}.mdi-numeric-2-box-multiple-outline:before {	content: "\f498";}.mdi-numeric-2-box-outline:before {	content: "\f499";}.mdi-numeric-3-box:before {	content: "\f49a";}.mdi-numeric-3-box-multiple-outline:before {	content: "\f49b";}.mdi-numeric-3-box-outline:before {	content: "\f49c";}.mdi-numeric-4-box:before {	content: "\f49d";}.mdi-numeric-4-box-multiple-outline:before {	content: "\f49e";}.mdi-numeric-4-box-outline:before {	content: "\f49f";}.mdi-numeric-5-box:before {	content: "\f4a0";}.mdi-numeric-5-box-multiple-outline:before {	content: "\f4a1";}.mdi-numeric-5-box-outline:before {	content: "\f4a2";}.mdi-numeric-6-box:before {	content: "\f4a3";}.mdi-numeric-6-box-multiple-outline:before {	content: "\f4a4";}.mdi-numeric-6-box-outline:before {	content: "\f4a5";}.mdi-numeric-7-box:before {	content: "\f4a6";}.mdi-numeric-7-box-multiple-outline:before {	content: "\f4a7";}.mdi-numeric-7-box-outline:before {	content: "\f4a8";}.mdi-numeric-8-box:before {	content: "\f4a9";}.mdi-numeric-8-box-multiple-outline:before {	content: "\f4aa";}.mdi-numeric-8-box-outline:before {	content: "\f4ab";}.mdi-numeric-9-box:before {	content: "\f4ac";}.mdi-numeric-9-box-multiple-outline:before {	content: "\f4ad";}.mdi-numeric-9-box-outline:before {	content: "\f4ae";}.mdi-numeric-9-plus-box:before {	content: "\f4af";}.mdi-numeric-9-plus-box-multiple-outline:before {	content: "\f4b0";}.mdi-numeric-9-plus-box-outline:before {	content: "\f4b1";}.mdi-nutrition:before {	content: "\f4b2";}.mdi-octagon:before {	content: "\f4b3";}.mdi-octagon-outline:before {	content: "\f4b4";}.mdi-odnoklassniki:before {	content: "\f4b5";}.mdi-office:before {	content: "\f4b6";}.mdi-oil:before {	content: "\f4b7";}.mdi-oil-temperature:before {	content: "\f4b8";}.mdi-omega:before {	content: "\f4b9";}.mdi-onedrive:before {	content: "\f4ba";}.mdi-open-in-app:before {	content: "\f4bb";}.mdi-open-in-new:before {	content: "\f4bc";}.mdi-opera:before {	content: "\f4bd";}.mdi-ornament:before {	content: "\f4be";}.mdi-ornament-variant:before {	content: "\f4bf";}.mdi-outbox:before {	content: "\f4c0";}.mdi-owl:before {	content: "\f4c1";}.mdi-package:before {	content: "\f4c2";}.mdi-package-down:before {	content: "\f4c3";}.mdi-package-up:before {	content: "\f4c4";}.mdi-package-variant:before {	content: "\f4c5";}.mdi-package-variant-closed:before {	content: "\f4c6";}.mdi-palette:before {	content: "\f4c7";}.mdi-palette-advanced:before {	content: "\f4c8";}.mdi-panda:before {	content: "\f4c9";}.mdi-pandora:before {	content: "\f4ca";}.mdi-panorama:before {	content: "\f4cb";}.mdi-panorama-fisheye:before {	content: "\f4cc";}.mdi-panorama-horizontal:before {	content: "\f4cd";}.mdi-panorama-vertical:before {	content: "\f4ce";}.mdi-panorama-wide-angle:before {	content: "\f4cf";}.mdi-paper-cut-vertical:before {	content: "\f4d0";}.mdi-paperclip:before {	content: "\f4d1";}.mdi-parking:before {	content: "\f4d2";}.mdi-pause:before {	content: "\f4d3";}.mdi-pause-circle:before {	content: "\f4d4";}.mdi-pause-circle-outline:before {	content: "\f4d5";}.mdi-pause-octagon:before {	content: "\f4d6";}.mdi-pause-octagon-outline:before {	content: "\f4d7";}.mdi-paw:before {	content: "\f4d8";}.mdi-pen:before {	content: "\f4d9";}.mdi-pencil:before {	content: "\f4da";}.mdi-pencil-box:before {	content: "\f4db";}.mdi-pencil-box-outline:before {	content: "\f4dc";}.mdi-pencil-lock:before {	content: "\f4dd";}.mdi-pencil-off:before {	content: "\f4de";}.mdi-percent:before {	content: "\f4df";}.mdi-pharmacy:before {	content: "\f4e0";}.mdi-phone:before {	content: "\f4e1";}.mdi-phone-bluetooth:before {	content: "\f4e2";}.mdi-phone-forward:before {	content: "\f4e3";}.mdi-phone-hangup:before {	content: "\f4e4";}.mdi-phone-in-talk:before {	content: "\f4e5";}.mdi-phone-incoming:before {	content: "\f4e6";}.mdi-phone-locked:before {	content: "\f4e7";}.mdi-phone-log:before {	content: "\f4e8";}.mdi-phone-missed:before {	content: "\f4e9";}.mdi-phone-outgoing:before {	content: "\f4ea";}.mdi-phone-paused:before {	content: "\f4eb";}.mdi-phone-settings:before {	content: "\f4ec";}.mdi-phone-voip:before {	content: "\f4ed";}.mdi-pi:before {	content: "\f4ee";}.mdi-pi-box:before {	content: "\f4ef";}.mdi-pig:before {	content: "\f4f0";}.mdi-pill:before {	content: "\f4f1";}.mdi-pin:before {	content: "\f4f2";}.mdi-pin-off:before {	content: "\f4f3";}.mdi-pine-tree:before {	content: "\f4f4";}.mdi-pine-tree-box:before {	content: "\f4f5";}.mdi-pinterest:before {	content: "\f4f6";}.mdi-pinterest-box:before {	content: "\f4f7";}.mdi-pizza:before {	content: "\f4f8";}.mdi-play:before {	content: "\f4f9";}.mdi-play-box-outline:before {	content: "\f4fa";}.mdi-play-circle:before {	content: "\f4fb";}.mdi-play-circle-outline:before {	content: "\f4fc";}.mdi-play-pause:before {	content: "\f4fd";}.mdi-play-protected-content:before {	content: "\f4fe";}.mdi-playlist-minus:before {	content: "\f4ff";}.mdi-playlist-play:before {	content: "\f500";}.mdi-playlist-plus:before {	content: "\f501";}.mdi-playlist-remove:before {	content: "\f502";}.mdi-playstation:before {	content: "\f503";}.mdi-plus:before {	content: "\f504";}.mdi-plus-box:before {	content: "\f505";}.mdi-plus-circle:before {	content: "\f506";}.mdi-plus-circle-multiple-outline:before {	content: "\f507";}.mdi-plus-circle-outline:before {	content: "\f508";}.mdi-plus-network:before {	content: "\f509";}.mdi-plus-one:before {	content: "\f50a";}.mdi-pocket:before {	content: "\f50b";}.mdi-pokeball:before {	content: "\f50c";}.mdi-polaroid:before {	content: "\f50d";}.mdi-poll:before {	content: "\f50e";}.mdi-poll-box:before {	content: "\f50f";}.mdi-polymer:before {	content: "\f510";}.mdi-popcorn:before {	content: "\f511";}.mdi-pound:before {	content: "\f512";}.mdi-pound-box:before {	content: "\f513";}.mdi-power:before {	content: "\f514";}.mdi-power-settings:before {	content: "\f515";}.mdi-power-socket:before {	content: "\f516";}.mdi-presentation:before {	content: "\f517";}.mdi-presentation-play:before {	content: "\f518";}.mdi-printer:before {	content: "\f519";}.mdi-printer-3d:before {	content: "\f51a";}.mdi-printer-alert:before {	content: "\f51b";}.mdi-professional-hexagon:before {	content: "\f51c";}.mdi-projector:before {	content: "\f51d";}.mdi-projector-screen:before {	content: "\f51e";}.mdi-pulse:before {	content: "\f51f";}.mdi-puzzle:before {	content: "\f520";}.mdi-qrcode:before {	content: "\f521";}.mdi-qrcode-scan:before {	content: "\f522";}.mdi-quadcopter:before {	content: "\f523";}.mdi-quality-high:before {	content: "\f524";}.mdi-quicktime:before {	content: "\f525";}.mdi-radar:before {	content: "\f526";}.mdi-radiator:before {	content: "\f527";}.mdi-radio:before {	content: "\f528";}.mdi-radio-handheld:before {	content: "\f529";}.mdi-radio-tower:before {	content: "\f52a";}.mdi-radioactive:before {	content: "\f52b";}.mdi-radiobox-blank:before {	content: "\f52c";}.mdi-radiobox-marked:before {	content: "\f52d";}.mdi-raspberrypi:before {	content: "\f52e";}.mdi-ray-end:before {	content: "\f52f";}.mdi-ray-end-arrow:before {	content: "\f530";}.mdi-ray-start:before {	content: "\f531";}.mdi-ray-start-arrow:before {	content: "\f532";}.mdi-ray-start-end:before {	content: "\f533";}.mdi-ray-vertex:before {	content: "\f534";}.mdi-rdio:before {	content: "\f535";}.mdi-read:before {	content: "\f536";}.mdi-readability:before {	content: "\f537";}.mdi-receipt:before {	content: "\f538";}.mdi-record:before {	content: "\f539";}.mdi-record-rec:before {	content: "\f53a";}.mdi-recycle:before {	content: "\f53b";}.mdi-reddit:before {	content: "\f53c";}.mdi-redo:before {	content: "\f53d";}.mdi-redo-variant:before {	content: "\f53e";}.mdi-refresh:before {	content: "\f53f";}.mdi-regex:before {	content: "\f540";}.mdi-relative-scale:before {	content: "\f541";}.mdi-reload:before {	content: "\f542";}.mdi-remote:before {	content: "\f543";}.mdi-rename-box:before {	content: "\f544";}.mdi-repeat:before {	content: "\f545";}.mdi-repeat-off:before {	content: "\f546";}.mdi-repeat-once:before {	content: "\f547";}.mdi-replay:before {	content: "\f548";}.mdi-reply:before {	content: "\f549";}.mdi-reply-all:before {	content: "\f54a";}.mdi-reproduction:before {	content: "\f54b";}.mdi-resize-bottom-right:before {	content: "\f54c";}.mdi-responsive:before {	content: "\f54d";}.mdi-rewind:before {	content: "\f54e";}.mdi-ribbon:before {	content: "\f54f";}.mdi-road:before {	content: "\f550";}.mdi-road-variant:before {	content: "\f551";}.mdi-rocket:before {	content: "\f552";}.mdi-rotate-3d:before {	content: "\f553";}.mdi-rotate-left:before {	content: "\f554";}.mdi-rotate-left-variant:before {	content: "\f555";}.mdi-rotate-right:before {	content: "\f556";}.mdi-rotate-right-variant:before {	content: "\f557";}.mdi-router-wireless:before {	content: "\f558";}.mdi-routes:before {	content: "\f559";}.mdi-rss:before {	content: "\f55a";}.mdi-rss-box:before {	content: "\f55b";}.mdi-ruler:before {	content: "\f55c";}.mdi-run:before {	content: "\f55d";}.mdi-sale:before {	content: "\f55e";}.mdi-satellite:before {	content: "\f55f";}.mdi-satellite-variant:before {	content: "\f560";}.mdi-scale:before {	content: "\f561";}.mdi-scale-bathroom:before {	content: "\f562";}.mdi-school:before {	content: "\f563";}.mdi-screen-rotation:before {	content: "\f564";}.mdi-screen-rotation-lock:before {	content: "\f565";}.mdi-screwdriver:before {	content: "\f566";}.mdi-script:before {	content: "\f567";}.mdi-sd:before {	content: "\f568";}.mdi-seal:before {	content: "\f569";}.mdi-seat-flat:before {	content: "\f56a";}.mdi-seat-flat-angled:before {	content: "\f56b";}.mdi-seat-individual-suite:before {	content: "\f56c";}.mdi-seat-legroom-extra:before {	content: "\f56d";}.mdi-seat-legroom-normal:before {	content: "\f56e";}.mdi-seat-legroom-reduced:before {	content: "\f56f";}.mdi-seat-recline-extra:before {	content: "\f570";}.mdi-seat-recline-normal:before {	content: "\f571";}.mdi-security:before {	content: "\f572";}.mdi-security-network:before {	content: "\f573";}.mdi-select:before {	content: "\f574";}.mdi-select-all:before {	content: "\f575";}.mdi-select-inverse:before {	content: "\f576";}.mdi-select-off:before {	content: "\f577";}.mdi-selection:before {	content: "\f578";}.mdi-send:before {	content: "\f579";}.mdi-server:before {	content: "\f57a";}.mdi-server-minus:before {	content: "\f57b";}.mdi-server-network:before {	content: "\f57c";}.mdi-server-network-off:before {	content: "\f57d";}.mdi-server-off:before {	content: "\f57e";}.mdi-server-plus:before {	content: "\f57f";}.mdi-server-remove:before {	content: "\f580";}.mdi-server-security:before {	content: "\f581";}.mdi-settings:before {	content: "\f582";}.mdi-settings-box:before {	content: "\f583";}.mdi-shape-plus:before {	content: "\f584";}.mdi-share:before {	content: "\f585";}.mdi-share-variant:before {	content: "\f586";}.mdi-shield:before {	content: "\f587";}.mdi-shield-outline:before {	content: "\f588";}.mdi-shopping:before {	content: "\f589";}.mdi-shopping-music:before {	content: "\f58a";}.mdi-shredder:before {	content: "\f58b";}.mdi-shuffle:before {	content: "\f58c";}.mdi-shuffle-disabled:before {	content: "\f58d";}.mdi-shuffle-variant:before {	content: "\f58e";}.mdi-sigma:before {	content: "\f58f";}.mdi-sign-caution:before {	content: "\f590";}.mdi-signal:before {	content: "\f591";}.mdi-silverware:before {	content: "\f592";}.mdi-silverware-fork:before {	content: "\f593";}.mdi-silverware-spoon:before {	content: "\f594";}.mdi-silverware-variant:before {	content: "\f595";}.mdi-sim:before {	content: "\f596";}.mdi-sim-alert:before {	content: "\f597";}.mdi-sim-off:before {	content: "\f598";}.mdi-sitemap:before {	content: "\f599";}.mdi-skip-backward:before {	content: "\f59a";}.mdi-skip-forward:before {	content: "\f59b";}.mdi-skip-next:before {	content: "\f59c";}.mdi-skip-previous:before {	content: "\f59d";}.mdi-skype:before {	content: "\f59e";}.mdi-skype-business:before {	content: "\f59f";}.mdi-slack:before {	content: "\f5a0";}.mdi-sleep:before {	content: "\f5a1";}.mdi-sleep-off:before {	content: "\f5a2";}.mdi-smoking:before {	content: "\f5a3";}.mdi-smoking-off:before {	content: "\f5a4";}.mdi-snapchat:before {	content: "\f5a5";}.mdi-snowman:before {	content: "\f5a6";}.mdi-sofa:before {	content: "\f5a7";}.mdi-sort:before {	content: "\f5a8";}.mdi-sort-alphabetical:before {	content: "\f5a9";}.mdi-sort-ascending:before {	content: "\f5aa";}.mdi-sort-descending:before {	content: "\f5ab";}.mdi-sort-numeric:before {	content: "\f5ac";}.mdi-sort-variant:before {	content: "\f5ad";}.mdi-soundcloud:before {	content: "\f5ae";}.mdi-source-fork:before {	content: "\f5af";}.mdi-source-pull:before {	content: "\f5b0";}.mdi-speaker:before {	content: "\f5b1";}.mdi-speaker-off:before {	content: "\f5b2";}.mdi-speedometer:before {	content: "\f5b3";}.mdi-spellcheck:before {	content: "\f5b4";}.mdi-spotify:before {	content: "\f5b5";}.mdi-spotlight:before {	content: "\f5b6";}.mdi-spotlight-beam:before {	content: "\f5b7";}.mdi-square-inc:before {	content: "\f5b8";}.mdi-square-inc-cash:before {	content: "\f5b9";}.mdi-stackoverflow:before {	content: "\f5ba";}.mdi-stairs:before {	content: "\f5bb";}.mdi-star:before {	content: "\f5bc";}.mdi-star-circle:before {	content: "\f5bd";}.mdi-star-half:before {	content: "\f5be";}.mdi-star-off:before {	content: "\f5bf";}.mdi-star-outline:before {	content: "\f5c0";}.mdi-steam:before {	content: "\f5c1";}.mdi-steering:before {	content: "\f5c2";}.mdi-step-backward:before {	content: "\f5c3";}.mdi-step-backward-2:before {	content: "\f5c4";}.mdi-step-forward:before {	content: "\f5c5";}.mdi-step-forward-2:before {	content: "\f5c6";}.mdi-stethoscope:before {	content: "\f5c7";}.mdi-stocking:before {	content: "\f5c8";}.mdi-stop:before {	content: "\f5c9";}.mdi-store:before {	content: "\f5ca";}.mdi-store-24-hour:before {	content: "\f5cb";}.mdi-stove:before {	content: "\f5cc";}.mdi-subway:before {	content: "\f5cd";}.mdi-sunglasses:before {	content: "\f5ce";}.mdi-swap-horizontal:before {	content: "\f5cf";}.mdi-swap-vertical:before {	content: "\f5d0";}.mdi-swim:before {	content: "\f5d1";}.mdi-switch:before {	content: "\f5d2";}.mdi-sword:before {	content: "\f5d3";}.mdi-sync:before {	content: "\f5d4";}.mdi-sync-alert:before {	content: "\f5d5";}.mdi-sync-off:before {	content: "\f5d6";}.mdi-tab:before {	content: "\f5d7";}.mdi-tab-unselected:before {	content: "\f5d8";}.mdi-table:before {	content: "\f5d9";}.mdi-table-column-plus-after:before {	content: "\f5da";}.mdi-table-column-plus-before:before {	content: "\f5db";}.mdi-table-column-remove:before {	content: "\f5dc";}.mdi-table-column-width:before {	content: "\f5dd";}.mdi-table-edit:before {	content: "\f5de";}.mdi-table-large:before {	content: "\f5df";}.mdi-table-row-height:before {	content: "\f5e0";}.mdi-table-row-plus-after:before {	content: "\f5e1";}.mdi-table-row-plus-before:before {	content: "\f5e2";}.mdi-table-row-remove:before {	content: "\f5e3";}.mdi-tablet:before {	content: "\f5e4";}.mdi-tablet-android:before {	content: "\f5e5";}.mdi-tablet-ipad:before {	content: "\f5e6";}.mdi-tag:before {	content: "\f5e7";}.mdi-tag-faces:before {	content: "\f5e8";}.mdi-tag-multiple:before {	content: "\f5e9";}.mdi-tag-outline:before {	content: "\f5ea";}.mdi-tag-text-outline:before {	content: "\f5eb";}.mdi-target:before {	content: "\f5ec";}.mdi-taxi:before {	content: "\f5ed";}.mdi-teamviewer:before {	content: "\f5ee";}.mdi-telegram:before {	content: "\f5ef";}.mdi-television:before {	content: "\f5f0";}.mdi-television-guide:before {	content: "\f5f1";}.mdi-temperature-celsius:before {	content: "\f5f2";}.mdi-temperature-fahrenheit:before {	content: "\f5f3";}.mdi-temperature-kelvin:before {	content: "\f5f4";}.mdi-tennis:before {	content: "\f5f5";}.mdi-tent:before {	content: "\f5f6";}.mdi-terrain:before {	content: "\f5f7";}.mdi-text-to-speech:before {	content: "\f5f8";}.mdi-text-to-speech-off:before {	content: "\f5f9";}.mdi-texture:before {	content: "\f5fa";}.mdi-theater:before {	content: "\f5fb";}.mdi-theme-light-dark:before {	content: "\f5fc";}.mdi-thermometer:before {	content: "\f5fd";}.mdi-thermometer-lines:before {	content: "\f5fe";}.mdi-thumb-down:before {	content: "\f5ff";}.mdi-thumb-down-outline:before {	content: "\f600";}.mdi-thumb-up:before {	content: "\f601";}.mdi-thumb-up-outline:before {	content: "\f602";}.mdi-thumbs-up-down:before {	content: "\f603";}.mdi-ticket:before {	content: "\f604";}.mdi-ticket-account:before {	content: "\f605";}.mdi-ticket-confirmation:before {	content: "\f606";}.mdi-tie:before {	content: "\f607";}.mdi-timelapse:before {	content: "\f608";}.mdi-timer:before {	content: "\f609";}.mdi-timer-10:before {	content: "\f60a";}.mdi-timer-3:before {	content: "\f60b";}.mdi-timer-off:before {	content: "\f60c";}.mdi-timer-sand:before {	content: "\f60d";}.mdi-timetable:before {	content: "\f60e";}.mdi-toggle-switch:before {	content: "\f60f";}.mdi-toggle-switch-off:before {	content: "\f610";}.mdi-tooltip:before {	content: "\f611";}.mdi-tooltip-edit:before {	content: "\f612";}.mdi-tooltip-image:before {	content: "\f613";}.mdi-tooltip-outline:before {	content: "\f614";}.mdi-tooltip-outline-plus:before {	content: "\f615";}.mdi-tooltip-text:before {	content: "\f616";}.mdi-tor:before {	content: "\f617";}.mdi-traffic-light:before {	content: "\f618";}.mdi-train:before {	content: "\f619";}.mdi-tram:before {	content: "\f61a";}.mdi-transcribe:before {	content: "\f61b";}.mdi-transcribe-close:before {	content: "\f61c";}.mdi-transfer:before {	content: "\f61d";}.mdi-tree:before {	content: "\f61e";}.mdi-trello:before {	content: "\f61f";}.mdi-trending-down:before {	content: "\f620";}.mdi-trending-neutral:before {	content: "\f621";}.mdi-trending-up:before {	content: "\f622";}.mdi-triangle:before {	content: "\f623";}.mdi-triangle-outline:before {	content: "\f624";}.mdi-trophy:before {	content: "\f625";}.mdi-trophy-award:before {	content: "\f626";}.mdi-trophy-outline:before {	content: "\f627";}.mdi-trophy-variant:before {	content: "\f628";}.mdi-trophy-variant-outline:before {	content: "\f629";}.mdi-truck:before {	content: "\f62a";}.mdi-truck-delivery:before {	content: "\f62b";}.mdi-tshirt-crew:before {	content: "\f62c";}.mdi-tshirt-v:before {	content: "\f62d";}.mdi-tumblr:before {	content: "\f62e";}.mdi-tumblr-reblog:before {	content: "\f62f";}.mdi-twitch:before {	content: "\f630";}.mdi-twitter:before {	content: "\f631";}.mdi-twitter-box:before {	content: "\f632";}.mdi-twitter-circle:before {	content: "\f633";}.mdi-twitter-retweet:before {	content: "\f634";}.mdi-ubuntu:before {	content: "\f635";}.mdi-umbraco:before {	content: "\f636";}.mdi-umbrella:before {	content: "\f637";}.mdi-umbrella-outline:before {	content: "\f638";}.mdi-undo:before {	content: "\f639";}.mdi-undo-variant:before {	content: "\f63a";}.mdi-unfold-less:before {	content: "\f63b";}.mdi-unfold-more:before {	content: "\f63c";}.mdi-ungroup:before {	content: "\f63d";}.mdi-untappd:before {	content: "\f63e";}.mdi-upload:before {	content: "\f63f";}.mdi-usb:before {	content: "\f640";}.mdi-vector-arrange-above:before {	content: "\f641";}.mdi-vector-arrange-below:before {	content: "\f642";}.mdi-vector-circle:before {	content: "\f643";}.mdi-vector-circle-variant:before {	content: "\f644";}.mdi-vector-combine:before {	content: "\f645";}.mdi-vector-curve:before {	content: "\f646";}.mdi-vector-difference:before {	content: "\f647";}.mdi-vector-difference-ab:before {	content: "\f648";}.mdi-vector-difference-ba:before {	content: "\f649";}.mdi-vector-intersection:before {	content: "\f64a";}.mdi-vector-line:before {	content: "\f64b";}.mdi-vector-point:before {	content: "\f64c";}.mdi-vector-polygon:before {	content: "\f64d";}.mdi-vector-polyline:before {	content: "\f64e";}.mdi-vector-selection:before {	content: "\f64f";}.mdi-vector-square:before {	content: "\f650";}.mdi-vector-triangle:before {	content: "\f651";}.mdi-vector-union:before {	content: "\f652";}.mdi-verified:before {	content: "\f653";}.mdi-vibrate:before {	content: "\f654";}.mdi-video:before {	content: "\f655";}.mdi-video-off:before {	content: "\f656";}.mdi-video-switch:before {	content: "\f657";}.mdi-view-agenda:before {	content: "\f658";}.mdi-view-array:before {	content: "\f659";}.mdi-view-carousel:before {	content: "\f65a";}.mdi-view-column:before {	content: "\f65b";}.mdi-view-dashboard:before {	content: "\f65c";}.mdi-view-day:before {	content: "\f65d";}.mdi-view-grid:before {	content: "\f65e";}.mdi-view-headline:before {	content: "\f65f";}.mdi-view-list:before {	content: "\f660";}.mdi-view-module:before {	content: "\f661";}.mdi-view-quilt:before {	content: "\f662";}.mdi-view-stream:before {	content: "\f663";}.mdi-view-week:before {	content: "\f664";}.mdi-vimeo:before {	content: "\f665";}.mdi-vine:before {	content: "\f666";}.mdi-vk:before {	content: "\f667";}.mdi-vk-box:before {	content: "\f668";}.mdi-vk-circle:before {	content: "\f669";}.mdi-voicemail:before {	content: "\f66a";}.mdi-volume-high:before {	content: "\f66b";}.mdi-volume-low:before {	content: "\f66c";}.mdi-volume-medium:before {	content: "\f66d";}.mdi-volume-off:before {	content: "\f66e";}.mdi-vpn:before {	content: "\f66f";}.mdi-walk:before {	content: "\f670";}.mdi-wallet:before {	content: "\f671";}.mdi-wallet-giftcard:before {	content: "\f672";}.mdi-wallet-membership:before {	content: "\f673";}.mdi-wallet-travel:before {	content: "\f674";}.mdi-wan:before {	content: "\f675";}.mdi-watch:before {	content: "\f676";}.mdi-watch-export:before {	content: "\f677";}.mdi-watch-import:before {	content: "\f678";}.mdi-water:before {	content: "\f679";}.mdi-water-off:before {	content: "\f67a";}.mdi-water-percent:before {	content: "\f67b";}.mdi-water-pump:before {	content: "\f67c";}.mdi-weather-cloudy:before {	content: "\f67d";}.mdi-weather-fog:before {	content: "\f67e";}.mdi-weather-hail:before {	content: "\f67f";}.mdi-weather-lightning:before {	content: "\f680";}.mdi-weather-night:before {	content: "\f681";}.mdi-weather-partlycloudy:before {	content: "\f682";}.mdi-weather-pouring:before {	content: "\f683";}.mdi-weather-rainy:before {	content: "\f684";}.mdi-weather-snowy:before {	content: "\f685";}.mdi-weather-sunny:before {	content: "\f686";}.mdi-weather-sunset:before {	content: "\f687";}.mdi-weather-sunset-down:before {	content: "\f688";}.mdi-weather-sunset-up:before {	content: "\f689";}.mdi-weather-windy:before {	content: "\f68a";}.mdi-weather-windy-variant:before {	content: "\f68b";}.mdi-web:before {	content: "\f68c";}.mdi-webcam:before {	content: "\f68d";}.mdi-weight:before {	content: "\f68e";}.mdi-weight-kilogram:before {	content: "\f68f";}.mdi-whatsapp:before {	content: "\f690";}.mdi-wheelchair-accessibility:before {	content: "\f691";}.mdi-white-balance-auto:before {	content: "\f692";}.mdi-white-balance-incandescent:before {	content: "\f693";}.mdi-white-balance-irradescent:before {	content: "\f694";}.mdi-white-balance-sunny:before {	content: "\f695";}.mdi-wifi:before {	content: "\f696";}.mdi-wifi-off:before {	content: "\f697";}.mdi-wii:before {	content: "\f698";}.mdi-wikipedia:before {	content: "\f699";}.mdi-window-close:before {	content: "\f69a";}.mdi-window-closed:before {	content: "\f69b";}.mdi-window-maximize:before {	content: "\f69c";}.mdi-window-minimize:before {	content: "\f69d";}.mdi-window-open:before {	content: "\f69e";}.mdi-window-restore:before {	content: "\f69f";}.mdi-windows:before {	content: "\f6a0";}.mdi-wordpress:before {	content: "\f6a1";}.mdi-worker:before {	content: "\f6a2";}.mdi-wrap:before {	content: "\f6a3";}.mdi-wrench:before {	content: "\f6a4";}.mdi-wunderlist:before {	content: "\f6a5";}.mdi-xbox:before {	content: "\f6a6";}.mdi-xbox-controller:before {	content: "\f6a7";}.mdi-xbox-controller-off:before {	content: "\f6a8";}.mdi-xda:before {	content: "\f6a9";}.mdi-xing:before {	content: "\f6aa";}.mdi-xing-box:before {	content: "\f6ab";}.mdi-xing-circle:before {	content: "\f6ac";}.mdi-xml:before {	content: "\f6ad";}.mdi-yeast:before {	content: "\f6ae";}.mdi-yelp:before {	content: "\f6af";}.mdi-youtube-play:before {	content: "\f6b0";}.mdi-zip-box:before {	content: "\f6b1";}.mdi-18px {	font-size: 18px;}.mdi-24px {	font-size: 24px;}.mdi-36px {	font-size: 36px;}.mdi-48px {	font-size: 48px;}.mdi-dark {	color: rgba(0, 0, 0, 0.54);}.mdi-dark.mdi-inactive {	color: rgba(0, 0, 0, 0.26);}.mdi-light {	color: white;}.mdi-light.mdi-inactive {	color: rgba(255, 255, 255, 0.3);}/**
 * Title:  Bigmug Line Flaticon Pack
 * Author: Catalin Fertu
 * Source: http://www.flaticon.com/packs/bigmug-line
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */@font-face {	font-family: "fl-bigmug-line";	src: url("../fonts/fl-bigmug-line.eot");	src: url("../fonts/fl-bigmug-line.eot#iefix") format("embedded-opentype"), url("../fonts/fl-bigmug-line.woff") format("woff"), url("../fonts/fl-bigmug-line.ttf") format("truetype"), url("../fonts/fl-bigmug-line.svg") format("svg");	font-weight: normal;	font-style: normal;}.fl-bigmug-line-ico,[class^="fl-bigmug-line-"]:before, [class*=" fl-bigmug-line-"]:before,[class^="fl-bigmug-line-"]:after, [class*=" fl-bigmug-line-"]:after {	font-family: 'fl-bigmug-line';	font-size: inherit;	font-weight: 400;	font-style: normal;}.fl-bigmug-line-add137:before {	content: "\e000";}.fl-bigmug-line-add139:before {	content: "\e001";}.fl-bigmug-line-add149:before {	content: "\e002";}.fl-bigmug-line-airplane86:before {	content: "\e003";}.fl-bigmug-line-alarm31:before {	content: "\e004";}.fl-bigmug-line-arrow592:before {	content: "\e005";}.fl-bigmug-line-attach8:before {	content: "\e006";}.fl-bigmug-line-attachment15:before {	content: "\e007";}.fl-bigmug-line-audio46:before {	content: "\e008";}.fl-bigmug-line-back44:before {	content: "\e009";}.fl-bigmug-line-back46:before {	content: "\e00a";}.fl-bigmug-line-big104:before {	content: "\e00b";}.fl-bigmug-line-book188:before {	content: "\e00c";}.fl-bigmug-line-bookmark28:before {	content: "\e00d";}.fl-bigmug-line-bottle34:before {	content: "\e00e";}.fl-bigmug-line-button5:before {	content: "\e00f";}.fl-bigmug-line-buttons5:before {	content: "\e010";}.fl-bigmug-line-cellphone55:before {	content: "\e011";}.fl-bigmug-line-cellular9:before {	content: "\e012";}.fl-bigmug-line-center10:before {	content: "\e013";}.fl-bigmug-line-chat51:before {	content: "\e014";}.fl-bigmug-line-chat55:before {	content: "\e015";}.fl-bigmug-line-checkmark14:before {	content: "\e016";}.fl-bigmug-line-checkmark15:before {	content: "\e017";}.fl-bigmug-line-checkmark16:before {	content: "\e018";}.fl-bigmug-line-circular220:before {	content: "\e019";}.fl-bigmug-line-circular224:before {	content: "\e01a";}.fl-bigmug-line-circular228:before {	content: "\e01b";}.fl-bigmug-line-circular229:before {	content: "\e01c";}.fl-bigmug-line-clipboard68:before {	content: "\e01d";}.fl-bigmug-line-close42:before {	content: "\e01e";}.fl-bigmug-line-cloud255:before {	content: "\e01f";}.fl-bigmug-line-cloud260:before {	content: "\e020";}.fl-bigmug-line-cocktail26:before {	content: "\e021";}.fl-bigmug-line-code30:before {	content: "\e022";}.fl-bigmug-line-collapse5:before {	content: "\e023";}.fl-bigmug-line-comment45:before {	content: "\e024";}.fl-bigmug-line-compass80:before {	content: "\e025";}.fl-bigmug-line-contract5:before {	content: "\e026";}.fl-bigmug-line-copy23:before {	content: "\e027";}.fl-bigmug-line-crescent23:before {	content: "\e028";}.fl-bigmug-line-cropping1:before {	content: "\e029";}.fl-bigmug-line-cross81:before {	content: "\e02a";}.fl-bigmug-line-cross83:before {	content: "\e02b";}.fl-bigmug-line-cube29:before {	content: "\e02c";}.fl-bigmug-line-double97:before {	content: "\e02d";}.fl-bigmug-line-double98:before {	content: "\e02e";}.fl-bigmug-line-double99:before {	content: "\e02f";}.fl-bigmug-line-down55:before {	content: "\e030";}.fl-bigmug-line-down56:before {	content: "\e031";}.fl-bigmug-line-down58:before {	content: "\e032";}.fl-bigmug-line-down59:before {	content: "\e033";}.fl-bigmug-line-down64:before {	content: "\e034";}.fl-bigmug-line-download136:before {	content: "\e035";}.fl-bigmug-line-download142:before {	content: "\e036";}.fl-bigmug-line-download146:before {	content: "\e037";}.fl-bigmug-line-download147:before {	content: "\e038";}.fl-bigmug-line-download148:before {	content: "\e039";}.fl-bigmug-line-electrical17:before {	content: "\e03a";}.fl-bigmug-line-electronic57:before {	content: "\e03b";}.fl-bigmug-line-email64:before {	content: "\e03c";}.fl-bigmug-line-email67:before {	content: "\e03d";}.fl-bigmug-line-equalization3:before {	content: "\e03e";}.fl-bigmug-line-equalizer26:before {	content: "\e03f";}.fl-bigmug-line-event6:before {	content: "\e040";}.fl-bigmug-line-expand25:before {	content: "\e041";}.fl-bigmug-line-expanding2:before {	content: "\e042";}.fl-bigmug-line-fast33:before {	content: "\e043";}.fl-bigmug-line-favourites5:before {	content: "\e044";}.fl-bigmug-line-file68:before {	content: "\e045";}.fl-bigmug-line-file69:before {	content: "\e046";}.fl-bigmug-line-film57:before {	content: "\e047";}.fl-bigmug-line-flag53:before {	content: "\e048";}.fl-bigmug-line-fog10:before {	content: "\e049";}.fl-bigmug-line-foggy3:before {	content: "\e04a";}.fl-bigmug-line-folder173:before {	content: "\e04b";}.fl-bigmug-line-fork34:before {	content: "\e04c";}.fl-bigmug-line-four87:before {	content: "\e04d";}.fl-bigmug-line-full40:before {	content: "\e04e";}.fl-bigmug-line-games32:before {	content: "\e04f";}.fl-bigmug-line-gear30:before {	content: "\e050";}.fl-bigmug-line-giftbox54:before {	content: "\e051";}.fl-bigmug-line-graphical8:before {	content: "\e052";}.fl-bigmug-line-headphones32:before {	content: "\e053";}.fl-bigmug-line-hot67:before {	content: "\e054";}.fl-bigmug-line-images21:before {	content: "\e055";}.fl-bigmug-line-ink12:before {	content: "\e056";}.fl-bigmug-line-label25:before {	content: "\e057";}.fl-bigmug-line-left144:before {	content: "\e058";}.fl-bigmug-line-left145:before {	content: "\e059";}.fl-bigmug-line-left146:before {	content: "\e05a";}.fl-bigmug-line-left148:before {	content: "\e05b";}.fl-bigmug-line-left152:before {	content: "\e05c";}.fl-bigmug-line-left153:before {	content: "\e05d";}.fl-bigmug-line-left158:before {	content: "\e05e";}.fl-bigmug-line-left159:before {	content: "\e05f";}.fl-bigmug-line-like51:before {	content: "\e060";}.fl-bigmug-line-link52:before {	content: "\e061";}.fl-bigmug-line-list63:before {	content: "\e062";}.fl-bigmug-line-list65:before {	content: "\e063";}.fl-bigmug-line-lock64:before {	content: "\e064";}.fl-bigmug-line-login12:before {	content: "\e065";}.fl-bigmug-line-login9:before {	content: "\e066";}.fl-bigmug-line-map87:before {	content: "\e067";}.fl-bigmug-line-megaphone11:before {	content: "\e068";}.fl-bigmug-line-men25:before {	content: "\e069";}.fl-bigmug-line-menu40:before {	content: "\e06a";}.fl-bigmug-line-menu41:before {	content: "\e06b";}.fl-bigmug-line-microphone76:before {	content: "\e06c";}.fl-bigmug-line-microphone77:before {	content: "\e06d";}.fl-bigmug-line-minus79:before {	content: "\e06e";}.fl-bigmug-line-minus80:before {	content: "\e06f";}.fl-bigmug-line-minus83:before {	content: "\e070";}.fl-bigmug-line-minus86:before {	content: "\e071";}.fl-bigmug-line-monitor74:before {	content: "\e072";}.fl-bigmug-line-music218:before {	content: "\e073";}.fl-bigmug-line-music219:before {	content: "\e074";}.fl-bigmug-line-music221:before {	content: "\e075";}.fl-bigmug-line-musical100:before {	content: "\e076";}.fl-bigmug-line-musical98:before {	content: "\e077";}.fl-bigmug-line-mute34:before {	content: "\e078";}.fl-bigmug-line-new83:before {	content: "\e079";}.fl-bigmug-line-nine16:before {	content: "\e07a";}.fl-bigmug-line-note35:before {	content: "\e07b";}.fl-bigmug-line-notebook41:before {	content: "\e07c";}.fl-bigmug-line-notification4:before {	content: "\e07d";}.fl-bigmug-line-notification5:before {	content: "\e07e";}.fl-bigmug-line-opened25:before {	content: "\e07f";}.fl-bigmug-line-oval34:before {	content: "\e080";}.fl-bigmug-line-paintbrush9:before {	content: "\e081";}.fl-bigmug-line-paper122:before {	content: "\e082";}.fl-bigmug-line-pause37:before {	content: "\e083";}.fl-bigmug-line-pencil85:before {	content: "\e084";}.fl-bigmug-line-phone351:before {	content: "\e085";}.fl-bigmug-line-photo181:before {	content: "\e086";}.fl-bigmug-line-pin42:before {	content: "\e087";}.fl-bigmug-line-planetary2:before {	content: "\e088";}.fl-bigmug-line-play83:before {	content: "\e089";}.fl-bigmug-line-portfolio23:before {	content: "\e08a";}.fl-bigmug-line-print34:before {	content: "\e08b";}.fl-bigmug-line-radio46:before {	content: "\e08c";}.fl-bigmug-line-rain30:before {	content: "\e08d";}.fl-bigmug-line-rectangular78:before {	content: "\e08e";}.fl-bigmug-line-recycling10:before {	content: "\e08f";}.fl-bigmug-line-rewind37:before {	content: "\e090";}.fl-bigmug-line-right139:before {	content: "\e091";}.fl-bigmug-line-right141:before {	content: "\e092";}.fl-bigmug-line-right142:before {	content: "\e093";}.fl-bigmug-line-right144:before {	content: "\e094";}.fl-bigmug-line-right148:before {	content: "\e095";}.fl-bigmug-line-right153:before {	content: "\e096";}.fl-bigmug-line-right154:before {	content: "\e097";}.fl-bigmug-line-right156:before {	content: "\e098";}.fl-bigmug-line-rounded51:before {	content: "\e099";}.fl-bigmug-line-sand14:before {	content: "\e09a";}.fl-bigmug-line-save15:before {	content: "\e09b";}.fl-bigmug-line-search74:before {	content: "\e09c";}.fl-bigmug-line-search78:before {	content: "\e09d";}.fl-bigmug-line-share27:before {	content: "\e09e";}.fl-bigmug-line-shopping198:before {	content: "\e09f";}.fl-bigmug-line-shopping199:before {	content: "\e0a0";}.fl-bigmug-line-shopping202:before {	content: "\e0a1";}.fl-bigmug-line-shopping204:before {	content: "\e0a2";}.fl-bigmug-line-shuffle17:before {	content: "\e0a3";}.fl-bigmug-line-sort47:before {	content: "\e0a4";}.fl-bigmug-line-sort48:before {	content: "\e0a5";}.fl-bigmug-line-speaker75:before {	content: "\e0a6";}.fl-bigmug-line-speaker80:before {	content: "\e0a7";}.fl-bigmug-line-speaker81:before {	content: "\e0a8";}.fl-bigmug-line-speaker86:before {	content: "\e0a9";}.fl-bigmug-line-speaker87:before {	content: "\e0aa";}.fl-bigmug-line-speech96:before {	content: "\e0ab";}.fl-bigmug-line-square152:before {	content: "\e0ac";}.fl-bigmug-line-square156:before {	content: "\e0ad";}.fl-bigmug-line-square160:before {	content: "\e0ae";}.fl-bigmug-line-store10:before {	content: "\e0af";}.fl-bigmug-line-sun81:before {	content: "\e0b0";}.fl-bigmug-line-sunrise3:before {	content: "\e0b1";}.fl-bigmug-line-switch23:before {	content: "\e0b2";}.fl-bigmug-line-switch24:before {	content: "\e0b3";}.fl-bigmug-line-tag47:before {	content: "\e0b4";}.fl-bigmug-line-television20:before {	content: "\e0b5";}.fl-bigmug-line-text108:before {	content: "\e0b6";}.fl-bigmug-line-text109:before {	content: "\e0b7";}.fl-bigmug-line-three142:before {	content: "\e0b8";}.fl-bigmug-line-timer35:before {	content: "\e0b9";}.fl-bigmug-line-tool16:before {	content: "\e0ba";}.fl-bigmug-line-triangle33:before {	content: "\e0bb";}.fl-bigmug-line-trophy55:before {	content: "\e0bc";}.fl-bigmug-line-two311:before {	content: "\e0bd";}.fl-bigmug-line-two316:before {	content: "\e0be";}.fl-bigmug-line-two317:before {	content: "\e0bf";}.fl-bigmug-line-two319:before {	content: "\e0c0";}.fl-bigmug-line-two323:before {	content: "\e0c1";}.fl-bigmug-line-unlocked27:before {	content: "\e0c2";}.fl-bigmug-line-up100:before {	content: "\e0c3";}.fl-bigmug-line-up102:before {	content: "\e0c4";}.fl-bigmug-line-up103:before {	content: "\e0c5";}.fl-bigmug-line-up104:before {	content: "\e0c6";}.fl-bigmug-line-up107:before {	content: "\e0c7";}.fl-bigmug-line-up111:before {	content: "\e0c8";}.fl-bigmug-line-up112:before {	content: "\e0c9";}.fl-bigmug-line-up114:before {	content: "\e0ca";}.fl-bigmug-line-up98:before {	content: "\e0cb";}.fl-bigmug-line-up99:before {	content: "\e0cc";}.fl-bigmug-line-upload91:before {	content: "\e0cd";}.fl-bigmug-line-upload92:before {	content: "\e0ce";}.fl-bigmug-line-upper8:before {	content: "\e0cf";}.fl-bigmug-line-user143:before {	content: "\e0d0";}.fl-bigmug-line-user144:before {	content: "\e0d1";}.fl-bigmug-line-video163:before {	content: "\e0d2";}.fl-bigmug-line-wallet26:before {	content: "\e0d3";}.fl-bigmug-line-weather21:before {	content: "\e0d4";}.fl-bigmug-line-weekly14:before {	content: "\e0d5";}.fl-bigmug-line-weekly15:before {	content: "\e0d6";}.fl-bigmug-line-wind24:before {	content: "\e0d7";}.fl-bigmug-line-window50:before {	content: "\e0d8";}.fl-bigmug-line-winds4:before {	content: "\e0d9";}.fl-bigmug-line-wrench66:before {	content: "\e0da";}.fl-bigmug-line-zoom60:before {	content: "\e0db";}@font-face {	font-family: 'Linearicons';	font-weight: normal;	font-style: normal;	src: url(../fonts/Linearicons.eot);	/* For IE6-8 */	src: local("Linearicons"), local("Linearicons"), url(../fonts/Linearicons.woff) format("woff"), url(../fonts/Linearicons.ttf) format("truetype");}.linearicons,[class^="linearicons-"], [class*=" linearicons-"] {	/* use !important to prevent issues with browser extensions that change fonts */	font-family: 'Linearicons' !important;	speak: none;	font-style: normal;	font-weight: normal;	font-variant: normal;	text-transform: none;	line-height: 1;	/* Better Font Rendering =========== */	-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}.linearicons-home:before {	content: "\e900";}.linearicons-home2:before {	content: "\e901";}.linearicons-home3:before {	content: "\e902";}.linearicons-home4:before {	content: "\e903";}.linearicons-home5:before {	content: "\e904";}.linearicons-home6:before {	content: "\e905";}.linearicons-bathtub:before {	content: "\e906";}.linearicons-toothbrush:before {	content: "\e907";}.linearicons-bed:before {	content: "\e908";}.linearicons-couch:before {	content: "\e909";}.linearicons-chair:before {	content: "\e90a";}.linearicons-city:before {	content: "\e90b";}.linearicons-apartment:before {	content: "\e90c";}.linearicons-pencil:before {	content: "\e90d";}.linearicons-pencil2:before {	content: "\e90e";}.linearicons-pen:before {	content: "\e90f";}.linearicons-pencil3:before {	content: "\e910";}.linearicons-eraser:before {	content: "\e911";}.linearicons-pencil4:before {	content: "\e912";}.linearicons-pencil5:before {	content: "\e913";}.linearicons-feather:before {	content: "\e914";}.linearicons-feather2:before {	content: "\e915";}.linearicons-feather3:before {	content: "\e916";}.linearicons-pen2:before {	content: "\e917";}.linearicons-pen-add:before {	content: "\e918";}.linearicons-pen-remove:before {	content: "\e919";}.linearicons-vector:before {	content: "\e91a";}.linearicons-pen3:before {	content: "\e91b";}.linearicons-blog:before {	content: "\e91c";}.linearicons-brush:before {	content: "\e91d";}.linearicons-brush2:before {	content: "\e91e";}.linearicons-spray:before {	content: "\e91f";}.linearicons-paint-roller:before {	content: "\e920";}.linearicons-stamp:before {	content: "\e921";}.linearicons-tape:before {	content: "\e922";}.linearicons-desk-tape:before {	content: "\e923";}.linearicons-texture:before {	content: "\e924";}.linearicons-eye-dropper:before {	content: "\e925";}.linearicons-palette:before {	content: "\e926";}.linearicons-color-sampler:before {	content: "\e927";}.linearicons-bucket:before {	content: "\e928";}.linearicons-gradient:before {	content: "\e929";}.linearicons-gradient2:before {	content: "\e92a";}.linearicons-magic-wand:before {	content: "\e92b";}.linearicons-magnet:before {	content: "\e92c";}.linearicons-pencil-ruler:before {	content: "\e92d";}.linearicons-pencil-ruler2:before {	content: "\e92e";}.linearicons-compass:before {	content: "\e92f";}.linearicons-aim:before {	content: "\e930";}.linearicons-gun:before {	content: "\e931";}.linearicons-bottle:before {	content: "\e932";}.linearicons-drop:before {	content: "\e933";}.linearicons-drop-crossed:before {	content: "\e934";}.linearicons-drop2:before {	content: "\e935";}.linearicons-snow:before {	content: "\e936";}.linearicons-snow2:before {	content: "\e937";}.linearicons-fire:before {	content: "\e938";}.linearicons-lighter:before {	content: "\e939";}.linearicons-knife:before {	content: "\e93a";}.linearicons-dagger:before {	content: "\e93b";}.linearicons-tissue:before {	content: "\e93c";}.linearicons-toilet-paper:before {	content: "\e93d";}.linearicons-poop:before {	content: "\e93e";}.linearicons-umbrella:before {	content: "\e93f";}.linearicons-umbrella2:before {	content: "\e940";}.linearicons-rain:before {	content: "\e941";}.linearicons-tornado:before {	content: "\e942";}.linearicons-wind:before {	content: "\e943";}.linearicons-fan:before {	content: "\e944";}.linearicons-contrast:before {	content: "\e945";}.linearicons-sun-small:before {	content: "\e946";}.linearicons-sun:before {	content: "\e947";}.linearicons-sun2:before {	content: "\e948";}.linearicons-moon:before {	content: "\e949";}.linearicons-cloud:before {	content: "\e94a";}.linearicons-cloud-upload:before {	content: "\e94b";}.linearicons-cloud-download:before {	content: "\e94c";}.linearicons-cloud-rain:before {	content: "\e94d";}.linearicons-cloud-hailstones:before {	content: "\e94e";}.linearicons-cloud-snow:before {	content: "\e94f";}.linearicons-cloud-windy:before {	content: "\e950";}.linearicons-sun-wind:before {	content: "\e951";}.linearicons-cloud-fog:before {	content: "\e952";}.linearicons-cloud-sun:before {	content: "\e953";}.linearicons-cloud-lightning:before {	content: "\e954";}.linearicons-cloud-sync:before {	content: "\e955";}.linearicons-cloud-lock:before {	content: "\e956";}.linearicons-cloud-gear:before {	content: "\e957";}.linearicons-cloud-alert:before {	content: "\e958";}.linearicons-cloud-check:before {	content: "\e959";}.linearicons-cloud-cross:before {	content: "\e95a";}.linearicons-cloud-crossed:before {	content: "\e95b";}.linearicons-cloud-database:before {	content: "\e95c";}.linearicons-database:before {	content: "\e95d";}.linearicons-database-add:before {	content: "\e95e";}.linearicons-database-remove:before {	content: "\e95f";}.linearicons-database-lock:before {	content: "\e960";}.linearicons-database-refresh:before {	content: "\e961";}.linearicons-database-check:before {	content: "\e962";}.linearicons-database-history:before {	content: "\e963";}.linearicons-database-upload:before {	content: "\e964";}.linearicons-database-download:before {	content: "\e965";}.linearicons-server:before {	content: "\e966";}.linearicons-shield:before {	content: "\e967";}.linearicons-shield-check:before {	content: "\e968";}.linearicons-shield-alert:before {	content: "\e969";}.linearicons-shield-cross:before {	content: "\e96a";}.linearicons-lock:before {	content: "\e96b";}.linearicons-rotation-lock:before {	content: "\e96c";}.linearicons-unlock:before {	content: "\e96d";}.linearicons-key:before {	content: "\e96e";}.linearicons-key-hole:before {	content: "\e96f";}.linearicons-toggle-off:before {	content: "\e970";}.linearicons-toggle-on:before {	content: "\e971";}.linearicons-cog:before {	content: "\e972";}.linearicons-cog2:before {	content: "\e973";}.linearicons-wrench:before {	content: "\e974";}.linearicons-screwdriver:before {	content: "\e975";}.linearicons-hammer-wrench:before {	content: "\e976";}.linearicons-hammer:before {	content: "\e977";}.linearicons-saw:before {	content: "\e978";}.linearicons-axe:before {	content: "\e979";}.linearicons-axe2:before {	content: "\e97a";}.linearicons-shovel:before {	content: "\e97b";}.linearicons-pickaxe:before {	content: "\e97c";}.linearicons-factory:before {	content: "\e97d";}.linearicons-factory2:before {	content: "\e97e";}.linearicons-recycle:before {	content: "\e97f";}.linearicons-trash:before {	content: "\e980";}.linearicons-trash2:before {	content: "\e981";}.linearicons-trash3:before {	content: "\e982";}.linearicons-broom:before {	content: "\e983";}.linearicons-game:before {	content: "\e984";}.linearicons-gamepad:before {	content: "\e985";}.linearicons-joystick:before {	content: "\e986";}.linearicons-dice:before {	content: "\e987";}.linearicons-spades:before {	content: "\e988";}.linearicons-diamonds:before {	content: "\e989";}.linearicons-clubs:before {	content: "\e98a";}.linearicons-hearts:before {	content: "\e98b";}.linearicons-heart:before {	content: "\e98c";}.linearicons-star:before {	content: "\e98d";}.linearicons-star-half:before {	content: "\e98e";}.linearicons-star-empty:before {	content: "\e98f";}.linearicons-flag:before {	content: "\e990";}.linearicons-flag2:before {	content: "\e991";}.linearicons-flag3:before {	content: "\e992";}.linearicons-mailbox-full:before {	content: "\e993";}.linearicons-mailbox-empty:before {	content: "\e994";}.linearicons-at-sign:before {	content: "\e995";}.linearicons-envelope:before {	content: "\e996";}.linearicons-envelope-open:before {	content: "\e997";}.linearicons-paperclip:before {	content: "\e998";}.linearicons-paper-plane:before {	content: "\e999";}.linearicons-reply:before {	content: "\e99a";}.linearicons-reply-all:before {	content: "\e99b";}.linearicons-inbox:before {	content: "\e99c";}.linearicons-inbox2:before {	content: "\e99d";}.linearicons-outbox:before {	content: "\e99e";}.linearicons-box:before {	content: "\e99f";}.linearicons-archive:before {	content: "\e9a0";}.linearicons-archive2:before {	content: "\e9a1";}.linearicons-drawers:before {	content: "\e9a2";}.linearicons-drawers2:before {	content: "\e9a3";}.linearicons-drawers3:before {	content: "\e9a4";}.linearicons-eye:before {	content: "\e9a5";}.linearicons-eye-crossed:before {	content: "\e9a6";}.linearicons-eye-plus:before {	content: "\e9a7";}.linearicons-eye-minus:before {	content: "\e9a8";}.linearicons-binoculars:before {	content: "\e9a9";}.linearicons-binoculars2:before {	content: "\e9aa";}.linearicons-hdd:before {	content: "\e9ab";}.linearicons-hdd-down:before {	content: "\e9ac";}.linearicons-hdd-up:before {	content: "\e9ad";}.linearicons-floppy-disk:before {	content: "\e9ae";}.linearicons-disc:before {	content: "\e9af";}.linearicons-tape2:before {	content: "\e9b0";}.linearicons-printer:before {	content: "\e9b1";}.linearicons-shredder:before {	content: "\e9b2";}.linearicons-file-empty:before {	content: "\e9b3";}.linearicons-file-add:before {	content: "\e9b4";}.linearicons-file-check:before {	content: "\e9b5";}.linearicons-file-lock:before {	content: "\e9b6";}.linearicons-files:before {	content: "\e9b7";}.linearicons-copy:before {	content: "\e9b8";}.linearicons-compare:before {	content: "\e9b9";}.linearicons-folder:before {	content: "\e9ba";}.linearicons-folder-search:before {	content: "\e9bb";}.linearicons-folder-plus:before {	content: "\e9bc";}.linearicons-folder-minus:before {	content: "\e9bd";}.linearicons-folder-download:before {	content: "\e9be";}.linearicons-folder-upload:before {	content: "\e9bf";}.linearicons-folder-star:before {	content: "\e9c0";}.linearicons-folder-heart:before {	content: "\e9c1";}.linearicons-folder-user:before {	content: "\e9c2";}.linearicons-folder-shared:before {	content: "\e9c3";}.linearicons-folder-music:before {	content: "\e9c4";}.linearicons-folder-picture:before {	content: "\e9c5";}.linearicons-folder-film:before {	content: "\e9c6";}.linearicons-scissors:before {	content: "\e9c7";}.linearicons-paste:before {	content: "\e9c8";}.linearicons-clipboard-empty:before {	content: "\e9c9";}.linearicons-clipboard-pencil:before {	content: "\e9ca";}.linearicons-clipboard-text:before {	content: "\e9cb";}.linearicons-clipboard-check:before {	content: "\e9cc";}.linearicons-clipboard-down:before {	content: "\e9cd";}.linearicons-clipboard-left:before {	content: "\e9ce";}.linearicons-clipboard-alert:before {	content: "\e9cf";}.linearicons-clipboard-user:before {	content: "\e9d0";}.linearicons-register:before {	content: "\e9d1";}.linearicons-enter:before {	content: "\e9d2";}.linearicons-exit:before {	content: "\e9d3";}.linearicons-papers:before {	content: "\e9d4";}.linearicons-news:before {	content: "\e9d5";}.linearicons-reading:before {	content: "\e9d6";}.linearicons-typewriter:before {	content: "\e9d7";}.linearicons-document:before {	content: "\e9d8";}.linearicons-document2:before {	content: "\e9d9";}.linearicons-graduation-hat:before {	content: "\e9da";}.linearicons-license:before {	content: "\e9db";}.linearicons-license2:before {	content: "\e9dc";}.linearicons-medal-empty:before {	content: "\e9dd";}.linearicons-medal-first:before {	content: "\e9de";}.linearicons-medal-second:before {	content: "\e9df";}.linearicons-medal-third:before {	content: "\e9e0";}.linearicons-podium:before {	content: "\e9e1";}.linearicons-trophy:before {	content: "\e9e2";}.linearicons-trophy2:before {	content: "\e9e3";}.linearicons-music-note:before {	content: "\e9e4";}.linearicons-music-note2:before {	content: "\e9e5";}.linearicons-music-note3:before {	content: "\e9e6";}.linearicons-playlist:before {	content: "\e9e7";}.linearicons-playlist-add:before {	content: "\e9e8";}.linearicons-guitar:before {	content: "\e9e9";}.linearicons-trumpet:before {	content: "\e9ea";}.linearicons-album:before {	content: "\e9eb";}.linearicons-shuffle:before {	content: "\e9ec";}.linearicons-repeat-one:before {	content: "\e9ed";}.linearicons-repeat:before {	content: "\e9ee";}.linearicons-headphones:before {	content: "\e9ef";}.linearicons-headset:before {	content: "\e9f0";}.linearicons-loudspeaker:before {	content: "\e9f1";}.linearicons-equalizer:before {	content: "\e9f2";}.linearicons-theater:before {	content: "\e9f3";}.linearicons-3d-glasses:before {	content: "\e9f4";}.linearicons-ticket:before {	content: "\e9f5";}.linearicons-presentation:before {	content: "\e9f6";}.linearicons-play:before {	content: "\e9f7";}.linearicons-film-play:before {	content: "\e9f8";}.linearicons-clapboard-play:before {	content: "\e9f9";}.linearicons-media:before {	content: "\e9fa";}.linearicons-film:before {	content: "\e9fb";}.linearicons-film2:before {	content: "\e9fc";}.linearicons-surveillance:before {	content: "\e9fd";}.linearicons-surveillance2:before {	content: "\e9fe";}.linearicons-camera:before {	content: "\e9ff";}.linearicons-camera-crossed:before {	content: "\ea00";}.linearicons-camera-play:before {	content: "\ea01";}.linearicons-time-lapse:before {	content: "\ea02";}.linearicons-record:before {	content: "\ea03";}.linearicons-camera2:before {	content: "\ea04";}.linearicons-camera-flip:before {	content: "\ea05";}.linearicons-panorama:before {	content: "\ea06";}.linearicons-time-lapse2:before {	content: "\ea07";}.linearicons-shutter:before {	content: "\ea08";}.linearicons-shutter2:before {	content: "\ea09";}.linearicons-face-detection:before {	content: "\ea0a";}.linearicons-flare:before {	content: "\ea0b";}.linearicons-convex:before {	content: "\ea0c";}.linearicons-concave:before {	content: "\ea0d";}.linearicons-picture:before {	content: "\ea0e";}.linearicons-picture2:before {	content: "\ea0f";}.linearicons-picture3:before {	content: "\ea10";}.linearicons-pictures:before {	content: "\ea11";}.linearicons-book:before {	content: "\ea12";}.linearicons-audio-book:before {	content: "\ea13";}.linearicons-book2:before {	content: "\ea14";}.linearicons-bookmark:before {	content: "\ea15";}.linearicons-bookmark2:before {	content: "\ea16";}.linearicons-label:before {	content: "\ea17";}.linearicons-library:before {	content: "\ea18";}.linearicons-library2:before {	content: "\ea19";}.linearicons-contacts:before {	content: "\ea1a";}.linearicons-profile:before {	content: "\ea1b";}.linearicons-portrait:before {	content: "\ea1c";}.linearicons-portrait2:before {	content: "\ea1d";}.linearicons-user:before {	content: "\ea1e";}.linearicons-user-plus:before {	content: "\ea1f";}.linearicons-user-minus:before {	content: "\ea20";}.linearicons-user-lock:before {	content: "\ea21";}.linearicons-users:before {	content: "\ea22";}.linearicons-users2:before {	content: "\ea23";}.linearicons-users-plus:before {	content: "\ea24";}.linearicons-users-minus:before {	content: "\ea25";}.linearicons-group-work:before {	content: "\ea26";}.linearicons-woman:before {	content: "\ea27";}.linearicons-man:before {	content: "\ea28";}.linearicons-baby:before {	content: "\ea29";}.linearicons-baby2:before {	content: "\ea2a";}.linearicons-baby3:before {	content: "\ea2b";}.linearicons-baby-bottle:before {	content: "\ea2c";}.linearicons-walk:before {	content: "\ea2d";}.linearicons-hand-waving:before {	content: "\ea2e";}.linearicons-jump:before {	content: "\ea2f";}.linearicons-run:before {	content: "\ea30";}.linearicons-woman2:before {	content: "\ea31";}.linearicons-man2:before {	content: "\ea32";}.linearicons-man-woman:before {	content: "\ea33";}.linearicons-height:before {	content: "\ea34";}.linearicons-weight:before {	content: "\ea35";}.linearicons-scale:before {	content: "\ea36";}.linearicons-button:before {	content: "\ea37";}.linearicons-bow-tie:before {	content: "\ea38";}.linearicons-tie:before {	content: "\ea39";}.linearicons-socks:before {	content: "\ea3a";}.linearicons-shoe:before {	content: "\ea3b";}.linearicons-shoes:before {	content: "\ea3c";}.linearicons-hat:before {	content: "\ea3d";}.linearicons-pants:before {	content: "\ea3e";}.linearicons-shorts:before {	content: "\ea3f";}.linearicons-flip-flops:before {	content: "\ea40";}.linearicons-shirt:before {	content: "\ea41";}.linearicons-hanger:before {	content: "\ea42";}.linearicons-laundry:before {	content: "\ea43";}.linearicons-store:before {	content: "\ea44";}.linearicons-haircut:before {	content: "\ea45";}.linearicons-store-24:before {	content: "\ea46";}.linearicons-barcode:before {	content: "\ea47";}.linearicons-barcode2:before {	content: "\ea48";}.linearicons-barcode3:before {	content: "\ea49";}.linearicons-cashier:before {	content: "\ea4a";}.linearicons-bag:before {	content: "\ea4b";}.linearicons-bag2:before {	content: "\ea4c";}.linearicons-cart:before {	content: "\ea4d";}.linearicons-cart-empty:before {	content: "\ea4e";}.linearicons-cart-full:before {	content: "\ea4f";}.linearicons-cart-plus:before {	content: "\ea50";}.linearicons-cart-plus2:before {	content: "\ea51";}.linearicons-cart-add:before {	content: "\ea52";}.linearicons-cart-remove:before {	content: "\ea53";}.linearicons-cart-exchange:before {	content: "\ea54";}.linearicons-tag:before {	content: "\ea55";}.linearicons-tags:before {	content: "\ea56";}.linearicons-receipt:before {	content: "\ea57";}.linearicons-wallet:before {	content: "\ea58";}.linearicons-credit-card:before {	content: "\ea59";}.linearicons-cash-dollar:before {	content: "\ea5a";}.linearicons-cash-euro:before {	content: "\ea5b";}.linearicons-cash-pound:before {	content: "\ea5c";}.linearicons-cash-yen:before {	content: "\ea5d";}.linearicons-bag-dollar:before {	content: "\ea5e";}.linearicons-bag-euro:before {	content: "\ea5f";}.linearicons-bag-pound:before {	content: "\ea60";}.linearicons-bag-yen:before {	content: "\ea61";}.linearicons-coin-dollar:before {	content: "\ea62";}.linearicons-coin-euro:before {	content: "\ea63";}.linearicons-coin-pound:before {	content: "\ea64";}.linearicons-coin-yen:before {	content: "\ea65";}.linearicons-calculator:before {	content: "\ea66";}.linearicons-calculator2:before {	content: "\ea67";}.linearicons-abacus:before {	content: "\ea68";}.linearicons-vault:before {	content: "\ea69";}.linearicons-telephone:before {	content: "\ea6a";}.linearicons-phone-lock:before {	content: "\ea6b";}.linearicons-phone-wave:before {	content: "\ea6c";}.linearicons-phone-pause:before {	content: "\ea6d";}.linearicons-phone-outgoing:before {	content: "\ea6e";}.linearicons-phone-incoming:before {	content: "\ea6f";}.linearicons-phone-in-out:before {	content: "\ea70";}.linearicons-phone-error:before {	content: "\ea71";}.linearicons-phone-sip:before {	content: "\ea72";}.linearicons-phone-plus:before {	content: "\ea73";}.linearicons-phone-minus:before {	content: "\ea74";}.linearicons-voicemail:before {	content: "\ea75";}.linearicons-dial:before {	content: "\ea76";}.linearicons-telephone2:before {	content: "\ea77";}.linearicons-pushpin:before {	content: "\ea78";}.linearicons-pushpin2:before {	content: "\ea79";}.linearicons-map-marker:before {	content: "\ea7a";}.linearicons-map-marker-user:before {	content: "\ea7b";}.linearicons-map-marker-down:before {	content: "\ea7c";}.linearicons-map-marker-check:before {	content: "\ea7d";}.linearicons-map-marker-crossed:before {	content: "\ea7e";}.linearicons-radar:before {	content: "\ea7f";}.linearicons-compass2:before {	content: "\ea80";}.linearicons-map:before {	content: "\ea81";}.linearicons-map2:before {	content: "\ea82";}.linearicons-location:before {	content: "\ea83";}.linearicons-road-sign:before {	content: "\ea84";}.linearicons-calendar-empty:before {	content: "\ea85";}.linearicons-calendar-check:before {	content: "\ea86";}.linearicons-calendar-cross:before {	content: "\ea87";}.linearicons-calendar-31:before {	content: "\ea88";}.linearicons-calendar-full:before {	content: "\ea89";}.linearicons-calendar-insert:before {	content: "\ea8a";}.linearicons-calendar-text:before {	content: "\ea8b";}.linearicons-calendar-user:before {	content: "\ea8c";}.linearicons-mouse:before {	content: "\ea8d";}.linearicons-mouse-left:before {	content: "\ea8e";}.linearicons-mouse-right:before {	content: "\ea8f";}.linearicons-mouse-both:before {	content: "\ea90";}.linearicons-keyboard:before {	content: "\ea91";}.linearicons-keyboard-up:before {	content: "\ea92";}.linearicons-keyboard-down:before {	content: "\ea93";}.linearicons-delete:before {	content: "\ea94";}.linearicons-spell-check:before {	content: "\ea95";}.linearicons-escape:before {	content: "\ea96";}.linearicons-enter2:before {	content: "\ea97";}.linearicons-screen:before {	content: "\ea98";}.linearicons-aspect-ratio:before {	content: "\ea99";}.linearicons-signal:before {	content: "\ea9a";}.linearicons-signal-lock:before {	content: "\ea9b";}.linearicons-signal-80:before {	content: "\ea9c";}.linearicons-signal-60:before {	content: "\ea9d";}.linearicons-signal-40:before {	content: "\ea9e";}.linearicons-signal-20:before {	content: "\ea9f";}.linearicons-signal-0:before {	content: "\eaa0";}.linearicons-signal-blocked:before {	content: "\eaa1";}.linearicons-sim:before {	content: "\eaa2";}.linearicons-flash-memory:before {	content: "\eaa3";}.linearicons-usb-drive:before {	content: "\eaa4";}.linearicons-phone:before {	content: "\eaa5";}.linearicons-smartphone:before {	content: "\eaa6";}.linearicons-smartphone-notification:before {	content: "\eaa7";}.linearicons-smartphone-vibration:before {	content: "\eaa8";}.linearicons-smartphone-embed:before {	content: "\eaa9";}.linearicons-smartphone-waves:before {	content: "\eaaa";}.linearicons-tablet:before {	content: "\eaab";}.linearicons-tablet2:before {	content: "\eaac";}.linearicons-laptop:before {	content: "\eaad";}.linearicons-laptop-phone:before {	content: "\eaae";}.linearicons-desktop:before {	content: "\eaaf";}.linearicons-launch:before {	content: "\eab0";}.linearicons-new-tab:before {	content: "\eab1";}.linearicons-window:before {	content: "\eab2";}.linearicons-cable:before {	content: "\eab3";}.linearicons-cable2:before {	content: "\eab4";}.linearicons-tv:before {	content: "\eab5";}.linearicons-radio:before {	content: "\eab6";}.linearicons-remote-control:before {	content: "\eab7";}.linearicons-power-switch:before {	content: "\eab8";}.linearicons-power:before {	content: "\eab9";}.linearicons-power-crossed:before {	content: "\eaba";}.linearicons-flash-auto:before {	content: "\eabb";}.linearicons-lamp:before {	content: "\eabc";}.linearicons-flashlight:before {	content: "\eabd";}.linearicons-lampshade:before {	content: "\eabe";}.linearicons-cord:before {	content: "\eabf";}.linearicons-outlet:before {	content: "\eac0";}.linearicons-battery-power:before {	content: "\eac1";}.linearicons-battery-empty:before {	content: "\eac2";}.linearicons-battery-alert:before {	content: "\eac3";}.linearicons-battery-error:before {	content: "\eac4";}.linearicons-battery-low1:before {	content: "\eac5";}.linearicons-battery-low2:before {	content: "\eac6";}.linearicons-battery-low3:before {	content: "\eac7";}.linearicons-battery-mid1:before {	content: "\eac8";}.linearicons-battery-mid2:before {	content: "\eac9";}.linearicons-battery-mid3:before {	content: "\eaca";}.linearicons-battery-full:before {	content: "\eacb";}.linearicons-battery-charging:before {	content: "\eacc";}.linearicons-battery-charging2:before {	content: "\eacd";}.linearicons-battery-charging3:before {	content: "\eace";}.linearicons-battery-charging4:before {	content: "\eacf";}.linearicons-battery-charging5:before {	content: "\ead0";}.linearicons-battery-charging6:before {	content: "\ead1";}.linearicons-battery-charging7:before {	content: "\ead2";}.linearicons-chip:before {	content: "\ead3";}.linearicons-chip-x64:before {	content: "\ead4";}.linearicons-chip-x86:before {	content: "\ead5";}.linearicons-bubble:before {	content: "\ead6";}.linearicons-bubbles:before {	content: "\ead7";}.linearicons-bubble-dots:before {	content: "\ead8";}.linearicons-bubble-alert:before {	content: "\ead9";}.linearicons-bubble-question:before {	content: "\eada";}.linearicons-bubble-text:before {	content: "\eadb";}.linearicons-bubble-pencil:before {	content: "\eadc";}.linearicons-bubble-picture:before {	content: "\eadd";}.linearicons-bubble-video:before {	content: "\eade";}.linearicons-bubble-user:before {	content: "\eadf";}.linearicons-bubble-quote:before {	content: "\eae0";}.linearicons-bubble-heart:before {	content: "\eae1";}.linearicons-bubble-emoticon:before {	content: "\eae2";}.linearicons-bubble-attachment:before {	content: "\eae3";}.linearicons-phone-bubble:before {	content: "\eae4";}.linearicons-quote-open:before {	content: "\eae5";}.linearicons-quote-close:before {	content: "\eae6";}.linearicons-dna:before {	content: "\eae7";}.linearicons-heart-pulse:before {	content: "\eae8";}.linearicons-pulse:before {	content: "\eae9";}.linearicons-syringe:before {	content: "\eaea";}.linearicons-pills:before {	content: "\eaeb";}.linearicons-first-aid:before {	content: "\eaec";}.linearicons-lifebuoy:before {	content: "\eaed";}.linearicons-bandage:before {	content: "\eaee";}.linearicons-bandages:before {	content: "\eaef";}.linearicons-thermometer:before {	content: "\eaf0";}.linearicons-microscope:before {	content: "\eaf1";}.linearicons-brain:before {	content: "\eaf2";}.linearicons-beaker:before {	content: "\eaf3";}.linearicons-skull:before {	content: "\eaf4";}.linearicons-bone:before {	content: "\eaf5";}.linearicons-construction:before {	content: "\eaf6";}.linearicons-construction-cone:before {	content: "\eaf7";}.linearicons-pie-chart:before {	content: "\eaf8";}.linearicons-pie-chart2:before {	content: "\eaf9";}.linearicons-graph:before {	content: "\eafa";}.linearicons-chart-growth:before {	content: "\eafb";}.linearicons-chart-bars:before {	content: "\eafc";}.linearicons-chart-settings:before {	content: "\eafd";}.linearicons-cake:before {	content: "\eafe";}.linearicons-gift:before {	content: "\eaff";}.linearicons-balloon:before {	content: "\eb00";}.linearicons-rank:before {	content: "\eb01";}.linearicons-rank2:before {	content: "\eb02";}.linearicons-rank3:before {	content: "\eb03";}.linearicons-crown:before {	content: "\eb04";}.linearicons-lotus:before {	content: "\eb05";}.linearicons-diamond:before {	content: "\eb06";}.linearicons-diamond2:before {	content: "\eb07";}.linearicons-diamond3:before {	content: "\eb08";}.linearicons-diamond4:before {	content: "\eb09";}.linearicons-linearicons:before {	content: "\eb0a";}.linearicons-teacup:before {	content: "\eb0b";}.linearicons-teapot:before {	content: "\eb0c";}.linearicons-glass:before {	content: "\eb0d";}.linearicons-bottle2:before {	content: "\eb0e";}.linearicons-glass-cocktail:before {	content: "\eb0f";}.linearicons-glass2:before {	content: "\eb10";}.linearicons-dinner:before {	content: "\eb11";}.linearicons-dinner2:before {	content: "\eb12";}.linearicons-chef:before {	content: "\eb13";}.linearicons-scale2:before {	content: "\eb14";}.linearicons-egg:before {	content: "\eb15";}.linearicons-egg2:before {	content: "\eb16";}.linearicons-eggs:before {	content: "\eb17";}.linearicons-platter:before {	content: "\eb18";}.linearicons-steak:before {	content: "\eb19";}.linearicons-hamburger:before {	content: "\eb1a";}.linearicons-hotdog:before {	content: "\eb1b";}.linearicons-pizza:before {	content: "\eb1c";}.linearicons-sausage:before {	content: "\eb1d";}.linearicons-chicken:before {	content: "\eb1e";}.linearicons-fish:before {	content: "\eb1f";}.linearicons-carrot:before {	content: "\eb20";}.linearicons-cheese:before {	content: "\eb21";}.linearicons-bread:before {	content: "\eb22";}.linearicons-ice-cream:before {	content: "\eb23";}.linearicons-ice-cream2:before {	content: "\eb24";}.linearicons-candy:before {	content: "\eb25";}.linearicons-lollipop:before {	content: "\eb26";}.linearicons-coffee-bean:before {	content: "\eb27";}.linearicons-coffee-cup:before {	content: "\eb28";}.linearicons-cherry:before {	content: "\eb29";}.linearicons-grapes:before {	content: "\eb2a";}.linearicons-citrus:before {	content: "\eb2b";}.linearicons-apple:before {	content: "\eb2c";}.linearicons-leaf:before {	content: "\eb2d";}.linearicons-landscape:before {	content: "\eb2e";}.linearicons-pine-tree:before {	content: "\eb2f";}.linearicons-tree:before {	content: "\eb30";}.linearicons-cactus:before {	content: "\eb31";}.linearicons-paw:before {	content: "\eb32";}.linearicons-footprint:before {	content: "\eb33";}.linearicons-speed-slow:before {	content: "\eb34";}.linearicons-speed-medium:before {	content: "\eb35";}.linearicons-speed-fast:before {	content: "\eb36";}.linearicons-rocket:before {	content: "\eb37";}.linearicons-hammer2:before {	content: "\eb38";}.linearicons-balance:before {	content: "\eb39";}.linearicons-briefcase:before {	content: "\eb3a";}.linearicons-luggage-weight:before {	content: "\eb3b";}.linearicons-dolly:before {	content: "\eb3c";}.linearicons-plane:before {	content: "\eb3d";}.linearicons-plane-crossed:before {	content: "\eb3e";}.linearicons-helicopter:before {	content: "\eb3f";}.linearicons-traffic-lights:before {	content: "\eb40";}.linearicons-siren:before {	content: "\eb41";}.linearicons-road:before {	content: "\eb42";}.linearicons-engine:before {	content: "\eb43";}.linearicons-oil-pressure:before {	content: "\eb44";}.linearicons-coolant-temperature:before {	content: "\eb45";}.linearicons-car-battery:before {	content: "\eb46";}.linearicons-gas:before {	content: "\eb47";}.linearicons-gallon:before {	content: "\eb48";}.linearicons-transmission:before {	content: "\eb49";}.linearicons-car:before {	content: "\eb4a";}.linearicons-car-wash:before {	content: "\eb4b";}.linearicons-car-wash2:before {	content: "\eb4c";}.linearicons-bus:before {	content: "\eb4d";}.linearicons-bus2:before {	content: "\eb4e";}.linearicons-car2:before {	content: "\eb4f";}.linearicons-parking:before {	content: "\eb50";}.linearicons-car-lock:before {	content: "\eb51";}.linearicons-taxi:before {	content: "\eb52";}.linearicons-car-siren:before {	content: "\eb53";}.linearicons-car-wash3:before {	content: "\eb54";}.linearicons-car-wash4:before {	content: "\eb55";}.linearicons-ambulance:before {	content: "\eb56";}.linearicons-truck:before {	content: "\eb57";}.linearicons-trailer:before {	content: "\eb58";}.linearicons-scale-truck:before {	content: "\eb59";}.linearicons-train:before {	content: "\eb5a";}.linearicons-ship:before {	content: "\eb5b";}.linearicons-ship2:before {	content: "\eb5c";}.linearicons-anchor:before {	content: "\eb5d";}.linearicons-boat:before {	content: "\eb5e";}.linearicons-bicycle:before {	content: "\eb5f";}.linearicons-bicycle2:before {	content: "\eb60";}.linearicons-dumbbell:before {	content: "\eb61";}.linearicons-bench-press:before {	content: "\eb62";}.linearicons-swim:before {	content: "\eb63";}.linearicons-football:before {	content: "\eb64";}.linearicons-baseball-bat:before {	content: "\eb65";}.linearicons-baseball:before {	content: "\eb66";}.linearicons-tennis:before {	content: "\eb67";}.linearicons-tennis2:before {	content: "\eb68";}.linearicons-ping-pong:before {	content: "\eb69";}.linearicons-hockey:before {	content: "\eb6a";}.linearicons-8ball:before {	content: "\eb6b";}.linearicons-bowling:before {	content: "\eb6c";}.linearicons-bowling-pins:before {	content: "\eb6d";}.linearicons-golf:before {	content: "\eb6e";}.linearicons-golf2:before {	content: "\eb6f";}.linearicons-archery:before {	content: "\eb70";}.linearicons-slingshot:before {	content: "\eb71";}.linearicons-soccer:before {	content: "\eb72";}.linearicons-basketball:before {	content: "\eb73";}.linearicons-cube:before {	content: "\eb74";}.linearicons-3d-rotate:before {	content: "\eb75";}.linearicons-puzzle:before {	content: "\eb76";}.linearicons-glasses:before {	content: "\eb77";}.linearicons-glasses2:before {	content: "\eb78";}.linearicons-accessibility:before {	content: "\eb79";}.linearicons-wheelchair:before {	content: "\eb7a";}.linearicons-wall:before {	content: "\eb7b";}.linearicons-fence:before {	content: "\eb7c";}.linearicons-wall2:before {	content: "\eb7d";}.linearicons-icons:before {	content: "\eb7e";}.linearicons-resize-handle:before {	content: "\eb7f";}.linearicons-icons2:before {	content: "\eb80";}.linearicons-select:before {	content: "\eb81";}.linearicons-select2:before {	content: "\eb82";}.linearicons-site-map:before {	content: "\eb83";}.linearicons-earth:before {	content: "\eb84";}.linearicons-earth-lock:before {	content: "\eb85";}.linearicons-network:before {	content: "\eb86";}.linearicons-network-lock:before {	content: "\eb87";}.linearicons-planet:before {	content: "\eb88";}.linearicons-happy:before {	content: "\eb89";}.linearicons-smile:before {	content: "\eb8a";}.linearicons-grin:before {	content: "\eb8b";}.linearicons-tongue:before {	content: "\eb8c";}.linearicons-sad:before {	content: "\eb8d";}.linearicons-wink:before {	content: "\eb8e";}.linearicons-dream:before {	content: "\eb8f";}.linearicons-shocked:before {	content: "\eb90";}.linearicons-shocked2:before {	content: "\eb91";}.linearicons-tongue2:before {	content: "\eb92";}.linearicons-neutral:before {	content: "\eb93";}.linearicons-happy-grin:before {	content: "\eb94";}.linearicons-cool:before {	content: "\eb95";}.linearicons-mad:before {	content: "\eb96";}.linearicons-grin-evil:before {	content: "\eb97";}.linearicons-evil:before {	content: "\eb98";}.linearicons-wow:before {	content: "\eb99";}.linearicons-annoyed:before {	content: "\eb9a";}.linearicons-wondering:before {	content: "\eb9b";}.linearicons-confused:before {	content: "\eb9c";}.linearicons-zipped:before {	content: "\eb9d";}.linearicons-grumpy:before {	content: "\eb9e";}.linearicons-mustache:before {	content: "\eb9f";}.linearicons-tombstone-hipster:before {	content: "\eba0";}.linearicons-tombstone:before {	content: "\eba1";}.linearicons-ghost:before {	content: "\eba2";}.linearicons-ghost-hipster:before {	content: "\eba3";}.linearicons-halloween:before {	content: "\eba4";}.linearicons-christmas:before {	content: "\eba5";}.linearicons-easter-egg:before {	content: "\eba6";}.linearicons-mustache2:before {	content: "\eba7";}.linearicons-mustache-glasses:before {	content: "\eba8";}.linearicons-pipe:before {	content: "\eba9";}.linearicons-alarm:before {	content: "\ebaa";}.linearicons-alarm-add:before {	content: "\ebab";}.linearicons-alarm-snooze:before {	content: "\ebac";}.linearicons-alarm-ringing:before {	content: "\ebad";}.linearicons-bullhorn:before {	content: "\ebae";}.linearicons-hearing:before {	content: "\ebaf";}.linearicons-volume-high:before {	content: "\ebb0";}.linearicons-volume-medium:before {	content: "\ebb1";}.linearicons-volume-low:before {	content: "\ebb2";}.linearicons-volume:before {	content: "\ebb3";}.linearicons-mute:before {	content: "\ebb4";}.linearicons-lan:before {	content: "\ebb5";}.linearicons-lan2:before {	content: "\ebb6";}.linearicons-wifi:before {	content: "\ebb7";}.linearicons-wifi-lock:before {	content: "\ebb8";}.linearicons-wifi-blocked:before {	content: "\ebb9";}.linearicons-wifi-mid:before {	content: "\ebba";}.linearicons-wifi-low:before {	content: "\ebbb";}.linearicons-wifi-low2:before {	content: "\ebbc";}.linearicons-wifi-alert:before {	content: "\ebbd";}.linearicons-wifi-alert-mid:before {	content: "\ebbe";}.linearicons-wifi-alert-low:before {	content: "\ebbf";}.linearicons-wifi-alert-low2:before {	content: "\ebc0";}.linearicons-stream:before {	content: "\ebc1";}.linearicons-stream-check:before {	content: "\ebc2";}.linearicons-stream-error:before {	content: "\ebc3";}.linearicons-stream-alert:before {	content: "\ebc4";}.linearicons-communication:before {	content: "\ebc5";}.linearicons-communication-crossed:before {	content: "\ebc6";}.linearicons-broadcast:before {	content: "\ebc7";}.linearicons-antenna:before {	content: "\ebc8";}.linearicons-satellite:before {	content: "\ebc9";}.linearicons-satellite2:before {	content: "\ebca";}.linearicons-mic:before {	content: "\ebcb";}.linearicons-mic-mute:before {	content: "\ebcc";}.linearicons-mic2:before {	content: "\ebcd";}.linearicons-spotlights:before {	content: "\ebce";}.linearicons-hourglass:before {	content: "\ebcf";}.linearicons-loading:before {	content: "\ebd0";}.linearicons-loading2:before {	content: "\ebd1";}.linearicons-loading3:before {	content: "\ebd2";}.linearicons-refresh:before {	content: "\ebd3";}.linearicons-refresh2:before {	content: "\ebd4";}.linearicons-undo:before {	content: "\ebd5";}.linearicons-redo:before {	content: "\ebd6";}.linearicons-jump2:before {	content: "\ebd7";}.linearicons-undo2:before {	content: "\ebd8";}.linearicons-redo2:before {	content: "\ebd9";}.linearicons-sync:before {	content: "\ebda";}.linearicons-repeat-one2:before {	content: "\ebdb";}.linearicons-sync-crossed:before {	content: "\ebdc";}.linearicons-sync2:before {	content: "\ebdd";}.linearicons-repeat-one3:before {	content: "\ebde";}.linearicons-sync-crossed2:before {	content: "\ebdf";}.linearicons-return:before {	content: "\ebe0";}.linearicons-return2:before {	content: "\ebe1";}.linearicons-refund:before {	content: "\ebe2";}.linearicons-history:before {	content: "\ebe3";}.linearicons-history2:before {	content: "\ebe4";}.linearicons-self-timer:before {	content: "\ebe5";}.linearicons-clock:before {	content: "\ebe6";}.linearicons-clock2:before {	content: "\ebe7";}.linearicons-clock3:before {	content: "\ebe8";}.linearicons-watch:before {	content: "\ebe9";}.linearicons-alarm2:before {	content: "\ebea";}.linearicons-alarm-add2:before {	content: "\ebeb";}.linearicons-alarm-remove:before {	content: "\ebec";}.linearicons-alarm-check:before {	content: "\ebed";}.linearicons-alarm-error:before {	content: "\ebee";}.linearicons-timer:before {	content: "\ebef";}.linearicons-timer-crossed:before {	content: "\ebf0";}.linearicons-timer2:before {	content: "\ebf1";}.linearicons-timer-crossed2:before {	content: "\ebf2";}.linearicons-download:before {	content: "\ebf3";}.linearicons-upload:before {	content: "\ebf4";}.linearicons-download2:before {	content: "\ebf5";}.linearicons-upload2:before {	content: "\ebf6";}.linearicons-enter-up:before {	content: "\ebf7";}.linearicons-enter-down:before {	content: "\ebf8";}.linearicons-enter-left:before {	content: "\ebf9";}.linearicons-enter-right:before {	content: "\ebfa";}.linearicons-exit-up:before {	content: "\ebfb";}.linearicons-exit-down:before {	content: "\ebfc";}.linearicons-exit-left:before {	content: "\ebfd";}.linearicons-exit-right:before {	content: "\ebfe";}.linearicons-enter-up2:before {	content: "\ebff";}.linearicons-enter-down2:before {	content: "\ec00";}.linearicons-enter-vertical:before {	content: "\ec01";}.linearicons-enter-left2:before {	content: "\ec02";}.linearicons-enter-right2:before {	content: "\ec03";}.linearicons-enter-horizontal:before {	content: "\ec04";}.linearicons-exit-up2:before {	content: "\ec05";}.linearicons-exit-down2:before {	content: "\ec06";}.linearicons-exit-left2:before {	content: "\ec07";}.linearicons-exit-right2:before {	content: "\ec08";}.linearicons-cli:before {	content: "\ec09";}.linearicons-bug:before {	content: "\ec0a";}.linearicons-code:before {	content: "\ec0b";}.linearicons-file-code:before {	content: "\ec0c";}.linearicons-file-image:before {	content: "\ec0d";}.linearicons-file-zip:before {	content: "\ec0e";}.linearicons-file-audio:before {	content: "\ec0f";}.linearicons-file-video:before {	content: "\ec10";}.linearicons-file-preview:before {	content: "\ec11";}.linearicons-file-charts:before {	content: "\ec12";}.linearicons-file-stats:before {	content: "\ec13";}.linearicons-file-spreadsheet:before {	content: "\ec14";}.linearicons-link:before {	content: "\ec15";}.linearicons-unlink:before {	content: "\ec16";}.linearicons-link2:before {	content: "\ec17";}.linearicons-unlink2:before {	content: "\ec18";}.linearicons-thumbs-up:before {	content: "\ec19";}.linearicons-thumbs-down:before {	content: "\ec1a";}.linearicons-thumbs-up2:before {	content: "\ec1b";}.linearicons-thumbs-down2:before {	content: "\ec1c";}.linearicons-thumbs-up3:before {	content: "\ec1d";}.linearicons-thumbs-down3:before {	content: "\ec1e";}.linearicons-share:before {	content: "\ec1f";}.linearicons-share2:before {	content: "\ec20";}.linearicons-share3:before {	content: "\ec21";}.linearicons-magnifier:before {	content: "\ec22";}.linearicons-file-search:before {	content: "\ec23";}.linearicons-find-replace:before {	content: "\ec24";}.linearicons-zoom-in:before {	content: "\ec25";}.linearicons-zoom-out:before {	content: "\ec26";}.linearicons-loupe:before {	content: "\ec27";}.linearicons-loupe-zoom-in:before {	content: "\ec28";}.linearicons-loupe-zoom-out:before {	content: "\ec29";}.linearicons-cross:before {	content: "\ec2a";}.linearicons-menu:before {	content: "\ec2b";}.linearicons-list:before {	content: "\ec2c";}.linearicons-list2:before {	content: "\ec2d";}.linearicons-list3:before {	content: "\ec2e";}.linearicons-menu2:before {	content: "\ec2f";}.linearicons-list4:before {	content: "\ec30";}.linearicons-menu3:before {	content: "\ec31";}.linearicons-exclamation:before {	content: "\ec32";}.linearicons-question:before {	content: "\ec33";}.linearicons-check:before {	content: "\ec34";}.linearicons-cross2:before {	content: "\ec35";}.linearicons-plus:before {	content: "\ec36";}.linearicons-minus:before {	content: "\ec37";}.linearicons-percent:before {	content: "\ec38";}.linearicons-chevron-up:before {	content: "\ec39";}.linearicons-chevron-down:before {	content: "\ec3a";}.linearicons-chevron-left:before {	content: "\ec3b";}.linearicons-chevron-right:before {	content: "\ec3c";}.linearicons-chevrons-expand-vertical:before {	content: "\ec3d";}.linearicons-chevrons-expand-horizontal:before {	content: "\ec3e";}.linearicons-chevrons-contract-vertical:before {	content: "\ec3f";}.linearicons-chevrons-contract-horizontal:before {	content: "\ec40";}.linearicons-arrow-up:before {	content: "\ec41";}.linearicons-arrow-down:before {	content: "\ec42";}.linearicons-arrow-left:before {	content: "\ec43";}.linearicons-arrow-right:before {	content: "\ec44";}.linearicons-arrow-up-right:before {	content: "\ec45";}.linearicons-arrows-merge:before {	content: "\ec46";}.linearicons-arrows-split:before {	content: "\ec47";}.linearicons-arrow-divert:before {	content: "\ec48";}.linearicons-arrow-return:before {	content: "\ec49";}.linearicons-expand:before {	content: "\ec4a";}.linearicons-contract:before {	content: "\ec4b";}.linearicons-expand2:before {	content: "\ec4c";}.linearicons-contract2:before {	content: "\ec4d";}.linearicons-move:before {	content: "\ec4e";}.linearicons-tab:before {	content: "\ec4f";}.linearicons-arrow-wave:before {	content: "\ec50";}.linearicons-expand3:before {	content: "\ec51";}.linearicons-expand4:before {	content: "\ec52";}.linearicons-contract3:before {	content: "\ec53";}.linearicons-notification:before {	content: "\ec54";}.linearicons-warning:before {	content: "\ec55";}.linearicons-notification-circle:before {	content: "\ec56";}.linearicons-question-circle:before {	content: "\ec57";}.linearicons-menu-circle:before {	content: "\ec58";}.linearicons-checkmark-circle:before {	content: "\ec59";}.linearicons-cross-circle:before {	content: "\ec5a";}.linearicons-plus-circle:before {	content: "\ec5b";}.linearicons-circle-minus:before {	content: "\ec5c";}.linearicons-percent-circle:before {	content: "\ec5d";}.linearicons-arrow-up-circle:before {	content: "\ec5e";}.linearicons-arrow-down-circle:before {	content: "\ec5f";}.linearicons-arrow-left-circle:before {	content: "\ec60";}.linearicons-arrow-right-circle:before {	content: "\ec61";}.linearicons-chevron-up-circle:before {	content: "\ec62";}.linearicons-chevron-down-circle:before {	content: "\ec63";}.linearicons-chevron-left-circle:before {	content: "\ec64";}.linearicons-chevron-right-circle:before {	content: "\ec65";}.linearicons-backward-circle:before {	content: "\ec66";}.linearicons-first-circle:before {	content: "\ec67";}.linearicons-previous-circle:before {	content: "\ec68";}.linearicons-stop-circle:before {	content: "\ec69";}.linearicons-play-circle:before {	content: "\ec6a";}.linearicons-pause-circle:before {	content: "\ec6b";}.linearicons-next-circle:before {	content: "\ec6c";}.linearicons-last-circle:before {	content: "\ec6d";}.linearicons-forward-circle:before {	content: "\ec6e";}.linearicons-eject-circle:before {	content: "\ec6f";}.linearicons-crop:before {	content: "\ec70";}.linearicons-frame-expand:before {	content: "\ec71";}.linearicons-frame-contract:before {	content: "\ec72";}.linearicons-focus:before {	content: "\ec73";}.linearicons-transform:before {	content: "\ec74";}.linearicons-grid:before {	content: "\ec75";}.linearicons-grid-crossed:before {	content: "\ec76";}.linearicons-layers:before {	content: "\ec77";}.linearicons-layers-crossed:before {	content: "\ec78";}.linearicons-toggle:before {	content: "\ec79";}.linearicons-rulers:before {	content: "\ec7a";}.linearicons-ruler:before {	content: "\ec7b";}.linearicons-funnel:before {	content: "\ec7c";}.linearicons-flip-horizontal:before {	content: "\ec7d";}.linearicons-flip-vertical:before {	content: "\ec7e";}.linearicons-flip-horizontal2:before {	content: "\ec7f";}.linearicons-flip-vertical2:before {	content: "\ec80";}.linearicons-angle:before {	content: "\ec81";}.linearicons-angle2:before {	content: "\ec82";}.linearicons-subtract:before {	content: "\ec83";}.linearicons-combine:before {	content: "\ec84";}.linearicons-intersect:before {	content: "\ec85";}.linearicons-exclude:before {	content: "\ec86";}.linearicons-align-center-vertical:before {	content: "\ec87";}.linearicons-align-right:before {	content: "\ec88";}.linearicons-align-bottom:before {	content: "\ec89";}.linearicons-align-left:before {	content: "\ec8a";}.linearicons-align-center-horizontal:before {	content: "\ec8b";}.linearicons-align-top:before {	content: "\ec8c";}.linearicons-square:before {	content: "\ec8d";}.linearicons-plus-square:before {	content: "\ec8e";}.linearicons-minus-square:before {	content: "\ec8f";}.linearicons-percent-square:before {	content: "\ec90";}.linearicons-arrow-up-square:before {	content: "\ec91";}.linearicons-arrow-down-square:before {	content: "\ec92";}.linearicons-arrow-left-square:before {	content: "\ec93";}.linearicons-arrow-right-square:before {	content: "\ec94";}.linearicons-chevron-up-square:before {	content: "\ec95";}.linearicons-chevron-down-square:before {	content: "\ec96";}.linearicons-chevron-left-square:before {	content: "\ec97";}.linearicons-chevron-right-square:before {	content: "\ec98";}.linearicons-check-square:before {	content: "\ec99";}.linearicons-cross-square:before {	content: "\ec9a";}.linearicons-menu-square:before {	content: "\ec9b";}.linearicons-prohibited:before {	content: "\ec9c";}.linearicons-circle:before {	content: "\ec9d";}.linearicons-radio-button:before {	content: "\ec9e";}.linearicons-ligature:before {	content: "\ec9f";}.linearicons-text-format:before {	content: "\eca0";}.linearicons-text-format-remove:before {	content: "\eca1";}.linearicons-text-size:before {	content: "\eca2";}.linearicons-bold:before {	content: "\eca3";}.linearicons-italic:before {	content: "\eca4";}.linearicons-underline:before {	content: "\eca5";}.linearicons-strikethrough:before {	content: "\eca6";}.linearicons-highlight:before {	content: "\eca7";}.linearicons-text-align-left:before {	content: "\eca8";}.linearicons-text-align-center:before {	content: "\eca9";}.linearicons-text-align-right:before {	content: "\ecaa";}.linearicons-text-align-justify:before {	content: "\ecab";}.linearicons-line-spacing:before {	content: "\ecac";}.linearicons-indent-increase:before {	content: "\ecad";}.linearicons-indent-decrease:before {	content: "\ecae";}.linearicons-text-wrap:before {	content: "\ecaf";}.linearicons-pilcrow:before {	content: "\ecb0";}.linearicons-direction-ltr:before {	content: "\ecb1";}.linearicons-direction-rtl:before {	content: "\ecb2";}.linearicons-page-break:before {	content: "\ecb3";}.linearicons-page-break2:before {	content: "\ecb4";}.linearicons-sort-alpha-asc:before {	content: "\ecb5";}.linearicons-sort-alpha-desc:before {	content: "\ecb6";}.linearicons-sort-numeric-asc:before {	content: "\ecb7";}.linearicons-sort-numeric-desc:before {	content: "\ecb8";}.linearicons-sort-amount-asc:before {	content: "\ecb9";}.linearicons-sort-amount-desc:before {	content: "\ecba";}.linearicons-sort-time-asc:before {	content: "\ecbb";}.linearicons-sort-time-desc:before {	content: "\ecbc";}.linearicons-sigma:before {	content: "\ecbd";}.linearicons-pencil-line:before {	content: "\ecbe";}.linearicons-hand:before {	content: "\ecbf";}.linearicons-pointer-up:before {	content: "\ecc0";}.linearicons-pointer-right:before {	content: "\ecc1";}.linearicons-pointer-down:before {	content: "\ecc2";}.linearicons-pointer-left:before {	content: "\ecc3";}.linearicons-finger-tap:before {	content: "\ecc4";}.linearicons-fingers-tap:before {	content: "\ecc5";}.linearicons-reminder:before {	content: "\ecc6";}.linearicons-fingers-crossed:before {	content: "\ecc7";}.linearicons-fingers-victory:before {	content: "\ecc8";}.linearicons-gesture-zoom:before {	content: "\ecc9";}.linearicons-gesture-pinch:before {	content: "\ecca";}.linearicons-fingers-scroll-horizontal:before {	content: "\eccb";}.linearicons-fingers-scroll-vertical:before {	content: "\eccc";}.linearicons-fingers-scroll-left:before {	content: "\eccd";}.linearicons-fingers-scroll-right:before {	content: "\ecce";}.linearicons-hand2:before {	content: "\eccf";}.linearicons-pointer-up2:before {	content: "\ecd0";}.linearicons-pointer-right2:before {	content: "\ecd1";}.linearicons-pointer-down2:before {	content: "\ecd2";}.linearicons-pointer-left2:before {	content: "\ecd3";}.linearicons-finger-tap2:before {	content: "\ecd4";}.linearicons-fingers-tap2:before {	content: "\ecd5";}.linearicons-reminder2:before {	content: "\ecd6";}.linearicons-gesture-zoom2:before {	content: "\ecd7";}.linearicons-gesture-pinch2:before {	content: "\ecd8";}.linearicons-fingers-scroll-horizontal2:before {	content: "\ecd9";}.linearicons-fingers-scroll-vertical2:before {	content: "\ecda";}.linearicons-fingers-scroll-left2:before {	content: "\ecdb";}.linearicons-fingers-scroll-right2:before {	content: "\ecdc";}.linearicons-fingers-scroll-vertical3:before {	content: "\ecdd";}.linearicons-border-style:before {	content: "\ecde";}.linearicons-border-all:before {	content: "\ecdf";}.linearicons-border-outer:before {	content: "\ece0";}.linearicons-border-inner:before {	content: "\ece1";}.linearicons-border-top:before {	content: "\ece2";}.linearicons-border-horizontal:before {	content: "\ece3";}.linearicons-border-bottom:before {	content: "\ece4";}.linearicons-border-left:before {	content: "\ece5";}.linearicons-border-vertical:before {	content: "\ece6";}.linearicons-border-right:before {	content: "\ece7";}.linearicons-border-none:before {	content: "\ece8";}.linearicons-ellipsis:before {	content: "\ece9";}dragula.min.css000064400000000436151162562340007467 0ustar00.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2}dataTables.bootstrap5.min.css000064400000027317151162562710012225 0ustar00:root{--dt-row-selected: 13, 110, 253;--dt-row-selected-text: 255, 255, 255;--dt-row-selected-link: 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-html-background: white}:root.dark{--dt-html-background: rgb(33, 37, 41)}table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{display:inline-block;color:rgba(0, 0, 0, 0.5);content:"►"}table.dataTable tr.dt-hasChild td.dt-control:before{content:"▼"}html.dark table.dataTable td.dt-control:before{color:rgba(255, 255, 255, 0.5)}html.dark table.dataTable tr.dt-hasChild td.dt-control:before{color:rgba(255, 255, 255, 0.5)}table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc_disabled,table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc_disabled{cursor:pointer;position:relative;padding-right:26px}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after{position:absolute;display:block;opacity:.125;right:10px;line-height:9px;font-size:.8em}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before{bottom:50%;content:"▲";content:"▲"/""}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after{top:50%;content:"▼";content:"▼"/""}table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after{opacity:.6}table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}div.dataTables_scrollBody>table.dataTable>thead>tr>th:before,div.dataTables_scrollBody>table.dataTable>thead>tr>th:after,div.dataTables_scrollBody>table.dataTable>thead>tr>td:before,div.dataTables_scrollBody>table.dataTable>thead>tr>td:after{display:none}div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:2px}div.dataTables_processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dataTables_processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgb(13, 110, 253);background:rgb(var(--dt-row-selected));animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dataTables_processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important;border-spacing:0}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>*{box-shadow:none}table.dataTable>tbody>tr{background-color:transparent}table.dataTable>tbody>tr.selected>*{box-shadow:inset 0 0 0 9999px rgb(13, 110, 253);box-shadow:inset 0 0 0 9999px rgb(var(--dt-row-selected));color:rgb(255, 255, 255);color:rgb(var(--dt-row-selected-text))}table.dataTable>tbody>tr.selected a{color:rgb(9, 10, 11);color:rgb(var(--dt-row-selected-link))}table.dataTable.table-striped>tbody>tr.odd>*{box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05)}table.dataTable.table-striped>tbody>tr.odd.selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.95);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95)}table.dataTable.table-hover>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075)}table.dataTable.table-hover>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.975);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975)}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:auto;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:.85em}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap;justify-content:flex-end}div.dataTables_wrapper div.dt-row{position:relative}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:before,div.dataTables_scrollBody>table>thead .sorting_asc:before,div.dataTables_scrollBody>table>thead .sorting_desc:before,div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody tr:first-child th,div.dataTables_scrollBody>table>tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content:center !important}}table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled){padding-right:20px}table.table-bordered.dataTable{border-right-width:0}table.table-bordered.dataTable thead tr:first-child th,table.table-bordered.dataTable thead tr:first-child td{border-top-width:1px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:first-child,table.table-bordered.dataTable th:first-child,table.table-bordered.dataTable td:first-child,table.table-bordered.dataTable td:first-child{border-left-width:1px}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:1px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-bottom-width:1px}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child{padding-right:0}:root[data-bs-theme=dark]{--dt-row-hover: 255, 255, 255;--dt-row-stripe: 255, 255, 255;--dt-column-ordering: 255, 255, 255}owl.carousel.min.css000064400000006430151162562710010466 0ustar00/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtms-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}feather.css000064400000032133151162562710006704 0ustar00@font-face {
	font-family: 'Feather';
	src:
	url('../fonts/Feather144f.ttf?sdxovp') format('truetype'),
	url('../fonts/Feather144f.woff?sdxovp') format('woff'),
	url('../fonts/Feather144f.svg?sdxovp#Feather') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="feather-"], [class*=" feather-"] {
	font-family: 'feather' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.feather-activity:before {
	content: "\e900";
}
.feather-airplay:before {
	content: "\e901";
}
.feather-alert-circle:before {
	content: "\e902";
}
.feather-alert-octagon:before {
	content: "\e903";
}
.feather-alert-triangle:before {
	content: "\e904";
}
.feather-align-center:before {
	content: "\e905";
}
.feather-align-justify:before {
	content: "\e906";
}
.feather-align-left:before {
	content: "\e907";
}
.feather-align-right:before {
	content: "\e908";
}
.feather-anchor:before {
	content: "\e909";
}
.feather-aperture:before {
	content: "\e90a";
}
.feather-archive:before {
	content: "\e90b";
}
.feather-arrow-down:before {
	content: "\e90c";
}
.feather-arrow-down-circle:before {
	content: "\e90d";
}
.feather-arrow-down-left:before {
	content: "\e90e";
}
.feather-arrow-down-right:before {
	content: "\e90f";
}
.feather-arrow-left:before {
	content: "\e910";
}
.feather-arrow-left-circle:before {
	content: "\e911";
}
.feather-arrow-right:before {
	content: "\e912";
}
.feather-arrow-right-circle:before {
	content: "\e913";
}
.feather-arrow-up:before {
	content: "\e914";
}
.feather-arrow-up-circle:before {
	content: "\e915";
}
.feather-arrow-up-left:before {
	content: "\e916";
}
.feather-arrow-up-right:before {
	content: "\e917";
}
.feather-at-sign:before {
	content: "\e918";
}
.feather-award:before {
	content: "\e919";
}
.feather-bar-chart:before {
	content: "\e91a";
}
.feather-bar-chart-2:before {
	content: "\e91b";
}
.feather-battery:before {
	content: "\e91c";
}
.feather-battery-charging:before {
	content: "\e91d";
}
.feather-bell:before {
	content: "\e91e";
}
.feather-bell-off:before {
	content: "\e91f";
}
.feather-bluetooth:before {
	content: "\e920";
}
.feather-bold:before {
	content: "\e921";
}
.feather-book:before {
	content: "\e922";
}
.feather-book-open:before {
	content: "\e923";
}
.feather-bookmark:before {
	content: "\e924";
}
.feather-box:before {
	content: "\e925";
}
.feather-briefcase:before {
	content: "\e926";
}
.feather-calendar:before {
	content: "\e927";
}
.feather-camera:before {
	content: "\e928";
}
.feather-camera-off:before {
	content: "\e929";
}
.feather-cast:before {
	content: "\e92a";
}
.feather-check:before {
	content: "\e92b";
}
.feather-check-circle:before {
	content: "\e92c";
}
.feather-check-square:before {
	content: "\e92d";
}
.feather-chevron-down:before {
	content: "\e92e";
}
.feather-chevron-left:before {
	content: "\e92f";
}
.feather-chevron-right:before {
	content: "\e930";
}
.feather-chevron-up:before {
	content: "\e931";
}
.feather-chevrons-down:before {
	content: "\e932";
}
.feather-chevrons-left:before {
	content: "\e933";
}
.feather-chevrons-right:before {
	content: "\e934";
}
.feather-chevrons-up:before {
	content: "\e935";
}
.feather-chrome:before {
	content: "\e936";
}
.feather-circle:before {
	content: "\e937";
}
.feather-clipboard:before {
	content: "\e938";
}
.feather-clock:before {
	content: "\e939";
}
.feather-cloud:before {
	content: "\e93a";
}
.feather-cloud-drizzle:before {
	content: "\e93b";
}
.feather-cloud-lightning:before {
	content: "\e93c";
}
.feather-cloud-off:before {
	content: "\e93d";
}
.feather-cloud-rain:before {
	content: "\e93e";
}
.feather-cloud-snow:before {
	content: "\e93f";
}
.feather-code:before {
	content: "\e940";
}
.feather-codepen:before {
	content: "\e941";
}
.feather-command:before {
	content: "\e942";
}
.feather-compass:before {
	content: "\e943";
}
.feather-copy:before {
	content: "\e944";
}
.feather-corner-down-left:before {
	content: "\e945";
}
.feather-corner-down-right:before {
	content: "\e946";
}
.feather-corner-left-down:before {
	content: "\e947";
}
.feather-corner-left-up:before {
	content: "\e948";
}
.feather-corner-right-down:before {
	content: "\e949";
}
.feather-corner-right-up:before {
	content: "\e94a";
}
.feather-corner-up-left:before {
	content: "\e94b";
}
.feather-corner-up-right:before {
	content: "\e94c";
}
.feather-cpu:before {
	content: "\e94d";
}
.feather-credit-card:before {
	content: "\e94e";
}
.feather-crop:before {
	content: "\e94f";
}
.feather-crosshair:before {
	content: "\e950";
}
.feather-database:before {
	content: "\e951";
}
.feather-delete:before {
	content: "\e952";
}
.feather-disc:before {
	content: "\e953";
}
.feather-dollar-sign:before {
	content: "\e954";
}
.feather-download:before {
	content: "\e955";
}
.feather-download-cloud:before {
	content: "\e956";
}
.feather-droplet:before {
	content: "\e957";
}
.feather-edit:before {
	content: "\e958";
}
.feather-edit-2:before {
	content: "\e959";
}
.feather-edit-3:before {
	content: "\e95a";
}
.feather-external-link:before {
	content: "\e95b";
}
.feather-eye:before {
	content: "\e95c";
}
.feather-eye-off:before {
	content: "\e95d";
}
.feather-facebook:before {
	content: "\e95e";
}
.feather-fast-forward:before {
	content: "\e95f";
}
.feather-feather:before {
	content: "\e960";
}
.feather-file:before {
	content: "\e961";
}
.feather-file-minus:before {
	content: "\e962";
}
.feather-file-plus:before {
	content: "\e963";
}
.feather-file-text:before {
	content: "\e964";
}
.feather-film:before {
	content: "\e965";
}
.feather-filter:before {
	content: "\e966";
}
.feather-flag:before {
	content: "\e967";
}
.feather-folder:before {
	content: "\e968";
}
.feather-folder-minus:before {
	content: "\e969";
}
.feather-folder-plus:before {
	content: "\e96a";
}
.feather-gift:before {
	content: "\e96b";
}
.feather-git-branch:before {
	content: "\e96c";
}
.feather-git-commit:before {
	content: "\e96d";
}
.feather-git-merge:before {
	content: "\e96e";
}
.feather-git-pull-request:before {
	content: "\e96f";
}
.feather-github:before {
	content: "\e970";
}
.feather-gitlab:before {
	content: "\e971";
}
.feather-globe:before {
	content: "\e972";
}
.feather-grid:before {
	content: "\e973";
}
.feather-hard-drive:before {
	content: "\e974";
}
.feather-hash:before {
	content: "\e975";
}
.feather-headphones:before {
	content: "\e976";
}
.feather-heart:before {
	content: "\e977";
}
.feather-help-circle:before {
	content: "\e978";
}
.feather-home:before {
	content: "\e979";
}
.feather-image:before {
	content: "\e97a";
}
.feather-inbox:before {
	content: "\e97b";
}
.feather-info:before {
	content: "\e97c";
}
.feather-instagram:before {
	content: "\e97d";
}
.feather-italic:before {
	content: "\e97e";
}
.feather-layers:before {
	content: "\e97f";
}
.feather-layout:before {
	content: "\e980";
}
.feather-life-buoy:before {
	content: "\e981";
}
.feather-link:before {
	content: "\e982";
}
.feather-link-2:before {
	content: "\e983";
}
.feather-linkedin:before {
	content: "\e984";
}
.feather-list:before {
	content: "\e985";
}
.feather-loader:before {
	content: "\e986";
}
.feather-lock:before {
	content: "\e987";
}
.feather-log-in:before {
	content: "\e988";
}
.feather-log-out:before {
	content: "\e989";
}
.feather-mail:before {
	content: "\e98a";
}
.feather-map:before {
	content: "\e98b";
}
.feather-map-pin:before {
	content: "\e98c";
}
.feather-maximize:before {
	content: "\e98d";
}
.feather-maximize-2:before {
	content: "\e98e";
}
.feather-menu:before {
	content: "\e98f";
}
.feather-message-circle:before {
	content: "\e990";
}
.feather-message-square:before {
	content: "\e991";
}
.feather-mic:before {
	content: "\e992";
}
.feather-mic-off:before {
	content: "\e993";
}
.feather-minimize:before {
	content: "\e994";
}
.feather-minimize-2:before {
	content: "\e995";
}
.feather-minus:before {
	content: "\e996";
}
.feather-minus-circle:before {
	content: "\e997";
}
.feather-minus-square:before {
	content: "\e998";
}
.feather-monitor:before {
	content: "\e999";
}
.feather-moon:before {
	content: "\e99a";
}
.feather-more-horizontal:before {
	content: "\e99b";
}
.feather-more-vertical:before {
	content: "\e99c";
}
.feather-move:before {
	content: "\e99d";
}
.feather-music:before {
	content: "\e99e";
}
.feather-navigation:before {
	content: "\e99f";
}
.feather-navigation-2:before {
	content: "\e9a0";
}
.feather-octagon:before {
	content: "\e9a1";
}
.feather-package:before {
	content: "\e9a2";
}
.feather-paperclip:before {
	content: "\e9a3";
}
.feather-pause:before {
	content: "\e9a4";
}
.feather-pause-circle:before {
	content: "\e9a5";
}
.feather-percent:before {
	content: "\e9a6";
}
.feather-phone:before {
	content: "\e9a7";
}
.feather-phone-call:before {
	content: "\e9a8";
}
.feather-phone-forwarded:before {
	content: "\e9a9";
}
.feather-phone-incoming:before {
	content: "\e9aa";
}
.feather-phone-missed:before {
	content: "\e9ab";
}
.feather-phone-off:before {
	content: "\e9ac";
}
.feather-phone-outgoing:before {
	content: "\e9ad";
}
.feather-pie-chart:before {
	content: "\e9ae";
}
.feather-play:before {
	content: "\e9af";
}
.feather-play-circle:before {
	content: "\e9b0";
}
.feather-plus:before {
	content: "\e9b1";
}
.feather-plus-circle:before {
	content: "\e9b2";
}
.feather-plus-square:before {
	content: "\e9b3";
}
.feather-pocket:before {
	content: "\e9b4";
}
.feather-power:before {
	content: "\e9b5";
}
.feather-printer:before {
	content: "\e9b6";
}
.feather-radio:before {
	content: "\e9b7";
}
.feather-refresh-ccw:before {
	content: "\e9b8";
}
.feather-refresh-cw:before {
	content: "\e9b9";
}
.feather-repeat:before {
	content: "\e9ba";
}
.feather-rewind:before {
	content: "\e9bb";
}
.feather-rotate-ccw:before {
	content: "\e9bc";
}
.feather-rotate-cw:before {
	content: "\e9bd";
}
.feather-rss:before {
	content: "\e9be";
}
.feather-save:before {
	content: "\e9bf";
}
.feather-scissors:before {
	content: "\e9c0";
}
.feather-search:before {
	content: "\e9c1";
}
.feather-send:before {
	content: "\e9c2";
}
.feather-server:before {
	content: "\e9c3";
}
.feather-settings:before {
	content: "\e9c4";
}
.feather-share:before {
	content: "\e9c5";
}
.feather-share-2:before {
	content: "\e9c6";
}
.feather-shield:before {
	content: "\e9c7";
}
.feather-shield-off:before {
	content: "\e9c8";
}
.feather-shopping-bag:before {
	content: "\e9c9";
}
.feather-shopping-cart:before {
	content: "\e9ca";
}
.feather-shuffle:before {
	content: "\e9cb";
}
.feather-sidebar:before {
	content: "\e9cc";
}
.feather-skip-back:before {
	content: "\e9cd";
}
.feather-skip-forward:before {
	content: "\e9ce";
}
.feather-slack:before {
	content: "\e9cf";
}
.feather-slash:before {
	content: "\e9d0";
}
.feather-sliders:before {
	content: "\e9d1";
}
.feather-smartphone:before {
	content: "\e9d2";
}
.feather-speaker:before {
	content: "\e9d3";
}
.feather-square:before {
	content: "\e9d4";
}
.feather-star:before {
	content: "\e9d5";
}
.feather-stop-circle:before {
	content: "\e9d6";
}
.feather-sun:before {
	content: "\e9d7";
}
.feather-sunrise:before {
	content: "\e9d8";
}
.feather-sunset:before {
	content: "\e9d9";
}
.feather-tablet:before {
	content: "\e9da";
}
.feather-tag:before {
	content: "\e9db";
}
.feather-target:before {
	content: "\e9dc";
}
.feather-terminal:before {
	content: "\e9dd";
}
.feather-thermometer:before {
	content: "\e9de";
}
.feather-thumbs-down:before {
	content: "\e9df";
}
.feather-thumbs-up:before {
	content: "\e9e0";
}
.feather-toggle-left:before {
	content: "\e9e1";
}
.feather-toggle-right:before {
	content: "\e9e2";
}
.feather-trash:before {
	content: "\e9e3";
}
.feather-trash-2:before {
	content: "\e9e4";
}
.feather-trending-down:before {
	content: "\e9e5";
}
.feather-trending-up:before {
	content: "\e9e6";
}
.feather-triangle:before {
	content: "\e9e7";
}
.feather-truck:before {
	content: "\e9e8";
}
.feather-tv:before {
	content: "\e9e9";
}
.feather-twitter:before {
	content: "\e9ea";
}
.feather-type:before {
	content: "\e9eb";
}
.feather-umbrella:before {
	content: "\e9ec";
}
.feather-underline:before {
	content: "\e9ed";
}
.feather-unlock:before {
	content: "\e9ee";
}
.feather-upload:before {
	content: "\e9ef";
}
.feather-upload-cloud:before {
	content: "\e9f0";
}
.feather-user:before {
	content: "\e9f1";
}
.feather-user-check:before {
	content: "\e9f2";
}
.feather-user-minus:before {
	content: "\e9f3";
}
.feather-user-plus:before {
	content: "\e9f4";
}
.feather-user-x:before {
	content: "\e9f5";
}
.feather-users:before {
	content: "\e9f6";
}
.feather-video:before {
	content: "\e9f7";
}
.feather-video-off:before {
	content: "\e9f8";
}
.feather-voicemail:before {
	content: "\e9f9";
}
.feather-volume:before {
	content: "\e9fa";
}
.feather-volume-1:before {
	content: "\e9fb";
}
.feather-volume-2:before {
	content: "\e9fc";
}
.feather-volume-x:before {
	content: "\e9fd";
}
.feather-watch:before {
	content: "\e9fe";
}
.feather-wifi:before {
	content: "\e9ff";
}
.feather-wifi-off:before {
	content: "\ea00";
}
.feather-wind:before {
	content: "\ea01";
}
.feather-x:before {
	content: "\ea02";
}
.feather-x-circle:before {
	content: "\ea03";
}
.feather-x-square:before {
	content: "\ea04";
}
.feather-youtube:before {
	content: "\ea05";
}
.feather-zap:before {
	content: "\ea06";
}
.feather-zap-off:before {
	content: "\ea07";
}
.feather-zoom-in:before {
	content: "\ea08";
}
.feather-zoom-out:before {
	content: "\ea09";
}
bootstrap.min.css000064400000706611151162562710010076 0ustar00@charset "UTF-8";/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13, 110, 253, 0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255, 255, 255, 0.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::-moz-placeholder{color:var(--bs-secondary-color);opacity:1}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control-plaintext~label::after,.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.form-floating>.form-control:disabled~label::after,.form-floating>:disabled~label::after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "https://kanakku.dreamstechnologies.com/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width) * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin:calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10{--bs-link-opacity:0.1}.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25{--bs-link-opacity:0.25}.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50{--bs-link-opacity:0.5}.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75{--bs-link-opacity:0.75}.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100{--bs-link-opacity:1}.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1{text-underline-offset:0.125em!important}.link-offset-1-hover:hover{text-underline-offset:0.125em!important}.link-offset-2{text-underline-offset:0.25em!important}.link-offset-2-hover:hover{text-underline-offset:0.25em!important}.link-offset-3{text-underline-offset:0.375em!important}.link-offset-3-hover:hover{text-underline-offset:0.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0{--bs-link-underline-opacity:0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10{--bs-link-underline-opacity:0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25{--bs-link-underline-opacity:0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50{--bs-link-underline-opacity:0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75{--bs-link-underline-opacity:0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100{--bs-link-underline-opacity:1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:0.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:0.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */bootstrap-datetimepicker.min.css000064400000017151151162562710013060 0ustar00/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}owl.video.play.html000064400000000445151162562710010315 0ustar00<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443</address>
</body></html>
all.min.css000064400000310361151162564540006625 0ustar00/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}fontawesome.min.css000064400000235633151162564540010414 0ustar00/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}intlTelInput.css000064400000061250151162564600007723 0ustar00.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../img/flags%402x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }
intlTelInput.html000064400000000445151162564600010076 0ustar00<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443</address>
</body></html>
demo.html000064400000000445151162564600006367 0ustar00<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.52 (Ubuntu) Server at kanakku.dreamstechnologies.com Port 443</address>
</body></html>
select2.min.css000064400000035214151162646530007417 0ustar00.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;width:100% !important}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
ion.rangeSlider.min.css000064400000025514151163025260011073 0ustar00/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}