@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Material+Icons&family=Material+Icons+Outlined&family=Material+Icons+Round&family=Material+Icons+Sharp&family=Material+Icons+Two+Tone);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&family=Roboto+Slab&family=Bree+Serif&family=Chivo&family=Roboto+Condensed&family=Montserrat&family=Rokkitt&family=Merriweather+Sans&family=Comfortaa:wght@700&family=Russo+One&family=Source+Sans+Pro&family=Prata&family=Handlee&family=Ubuntu&family=Nanum+Gothic&display=swap);
@charset "UTF-8";
/* after changing this file run 'npm run webpack:build' */
/*************************
put Sass variables here:
eg $input-color: red;
****************************/
/*
* Bootstrap overrides https://getbootstrap.com/docs/4.0/getting-started/theming/
* All values defined in bootstrap source
* https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss can be overwritten here
* Make sure not to add !default to values here
*/
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:0.6}}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,0.288)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
.owl-dialog-container{position:relative;pointer-events:auto;box-sizing:border-box;display:block;padding:1.5em;box-shadow:0 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);border-radius:2px;overflow:auto;background:#fff;color:rgba(0,0,0,0.87);width:100%;height:100%;outline:none}
.owl-dt-container,.owl-dt-container *{box-sizing:border-box}
.owl-dt-container{display:block;font-size:1rem;background:#ffffff;pointer-events:auto;z-index:1000}
.owl-dt-container-row{border-bottom:1px solid rgba(0,0,0,0.12)}
.owl-dt-container-row:last-child{border-bottom:none}
.owl-dt-calendar{display:flex;flex-direction:column;width:100%}
.owl-dt-calendar-control{display:flex;align-items:center;font-size:1em;width:100%;padding:.5em;color:#000000}
.owl-dt-calendar-control .owl-dt-calendar-control-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button{padding:0 .8em}
.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover{background-color:rgba(0,0,0,0.12)}
.owl-dt-calendar-main{display:flex;flex-direction:column;flex:1 1 auto;padding:0 .5em .5em;outline:0}
.owl-dt-calendar-view{display:block;flex:1 1 auto}
.owl-dt-calendar-multi-year-view{display:flex;align-items:center}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table{width:calc(100% - 3em)}
.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th{padding-bottom:.25em}
.owl-dt-calendar-table{width:100%;border-collapse:collapse;border-spacing:0}
.owl-dt-calendar-table .owl-dt-calendar-header{color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th{font-size:.7em;font-weight:400;text-align:center;padding-bottom:1em}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider{position:relative;height:1px;padding-bottom:.5em}
.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after{content:'';position:absolute;top:0;left:-.5em;right:-.5em;height:1px;background:rgba(0,0,0,0.12)}
.owl-dt-calendar-table .owl-dt-calendar-cell{position:relative;height:0;line-height:0;text-align:center;outline:0;color:rgba(0,0,0,0.85);-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}
.owl-dt-calendar-table .owl-dt-calendar-cell-content{position:absolute;top:5%;left:5%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;font-size:.8em;line-height:1;border:1px solid transparent;border-radius:999px;color:inherit;cursor:pointer}
.owl-dt-calendar-table .owl-dt-calendar-cell-out{opacity:.2}
.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected{color:rgba(255,255,255,0.85);background-color:#3f51b5}
.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today{box-shadow:inset 0 0 0 1px rgba(255,255,255,0.85)}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled{cursor:default}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){color:rgba(0,0,0,0.4)}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected{opacity:.4}
.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected){border-color:rgba(0,0,0,0.2)}
.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected){background-color:rgba(0,0,0,0.04)}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range{background:rgba(63,81,181,0.2)}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from{border-top-left-radius:999px;border-bottom-left-radius:999px}
.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to{border-top-right-radius:999px;border-bottom-right-radius:999px}
.owl-dt-timer{display:flex;justify-content:center;width:100%;height:7em;padding:.5em;outline:none}
.owl-dt-timer-box{position:relative;display:inline-flex;flex-direction:column;align-items:center;width:25%;height:100%}
.owl-dt-timer-content{flex:1 1 auto;display:flex;justify-content:center;align-items:center;width:100%;margin:.2em 0}
.owl-dt-timer-content .owl-dt-timer-input{display:block;width:2em;text-align:center;border:1px solid rgba(0,0,0,0.5);border-radius:3px;outline:medium none;font-size:1.2em;padding:.2em}
.owl-dt-timer-divider{display:inline-block;align-self:flex-end;position:absolute;width:.6em;height:100%;left:-.3em}
.owl-dt-timer-divider:before,.owl-dt-timer-divider:after{content:'';display:inline-block;width:.35em;height:.35em;position:absolute;left:50%;border-radius:50%;transform:translateX(-50%);background-color:currentColor}
.owl-dt-timer-divider:before{top:35%}
.owl-dt-timer-divider:after{bottom:35%}
.owl-dt-control-button{-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;margin:0;padding:0;background-color:transparent;font-size:1em;color:inherit}
.owl-dt-control-button .owl-dt-control-button-content{position:relative;display:inline-flex;justify-content:center;align-items:center;outline:none}
.owl-dt-control-period-button .owl-dt-control-button-content{height:1.5em;padding:0 .5em;border-radius:3px;transition:background-color 100ms linear}
.owl-dt-control-period-button:hover>.owl-dt-control-button-content{background-color:rgba(0,0,0,0.12)}
.owl-dt-control-period-button .owl-dt-control-button-arrow{display:flex;justify-content:center;align-items:center;width:1em;height:1em;margin:.1em;transition:transform 200ms ease}
.owl-dt-control-arrow-button .owl-dt-control-button-content{padding:0;border-radius:50%;width:1.5em;height:1.5em}
.owl-dt-control-arrow-button[disabled]{color:rgba(0,0,0,0.4);cursor:default}
.owl-dt-control-arrow-button svg{width:50%;height:50%;fill:currentColor}
.owl-dt-inline-container,.owl-dt-popup-container{position:relative;width:18.5em;box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12)}
.owl-dt-inline-container .owl-dt-calendar,.owl-dt-inline-container .owl-dt-timer,.owl-dt-popup-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-timer{width:100%}
.owl-dt-inline-container .owl-dt-calendar,.owl-dt-popup-container .owl-dt-calendar{height:20.25em}
.owl-dt-dialog-container{max-height:95vh;margin:-1.5em}
.owl-dt-dialog-container .owl-dt-calendar{min-width:250px;min-height:330px;max-width:750px;max-height:750px}
.owl-dt-dialog-container .owl-dt-timer{min-width:250px;max-width:750px}
@media all and (orientation: landscape){.owl-dt-dialog-container .owl-dt-calendar{width:58vh;height:62vh}.owl-dt-dialog-container .owl-dt-timer{width:58vh}}
@media all and (orientation: portrait){.owl-dt-dialog-container .owl-dt-calendar{width:80vw;height:80vw}.owl-dt-dialog-container .owl-dt-timer{width:80vw}}
.owl-dt-container-buttons{display:flex;width:100%;height:2em;color:#3f51b5}
.owl-dt-container-control-button{font-size:1em;width:50%;height:100%;border-radius:0}
.owl-dt-container-control-button .owl-dt-control-button-content{height:100%;width:100%;transition:background-color 100ms linear}
.owl-dt-container-control-button:hover .owl-dt-control-button-content{background-color:rgba(0,0,0,0.1)}
.owl-dt-container-info{padding:0 .5em;cursor:pointer;-webkit-tap-highlight-color:transparent}
.owl-dt-container-info .owl-dt-container-range{outline:none}
.owl-dt-container-info .owl-dt-container-range .owl-dt-container-range-content{display:flex;justify-content:space-between;padding:.5em 0;font-size:.8em}
.owl-dt-container-info .owl-dt-container-range:last-child{border-top:1px solid rgba(0,0,0,0.12)}
.owl-dt-container-info .owl-dt-container-info-active{color:#3f51b5}
.owl-dt-container-disabled,.owl-dt-trigger-disabled{opacity:0.35;filter:Alpha(Opacity=35);background-image:none;cursor:default !important}
.owl-dt-timer-hour12{display:flex;justify-content:center;align-items:center;color:#3f51b5}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box{border:1px solid currentColor;border-radius:2px;transition:background 200ms ease}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content{width:100%;height:100%;padding:.5em}
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content{background:#3f51b5;color:#ffffff}
.owl-dt-calendar-only-current-month .owl-dt-calendar-cell-out{visibility:hidden;cursor:default}
.owl-dt-inline{display:inline-block}
.owl-dt-control{outline:none;cursor:pointer}
.owl-dt-control .owl-dt-control-content{outline:none}
.owl-dt-control:focus>.owl-dt-control-content{background-color:rgba(0,0,0,0.12)}
.owl-dt-control:not(:-moz-focusring):focus>.owl-dt-control-content{box-shadow:none}
.owl-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
/*
 * Copyright (C) 2019 - 2020 Infosys Limited, Bangalore, India. All Rights Reserved.
 * Version:1.0.0 alpha
 * Except for any free or open source software components embedded in
 * this Infosys proprietary software program ("Program"), this Program is protected
 * by copyright laws, international treaties and other pending or existing
 * intellectual property rights in India, the United States and other countries.
 * Except as expressly permitted, any unauthorized reproduction, storage,
 * transmission in any form or by any means (including without limitation
 * electronic, mechanical, printing, photocopying, recording or otherwise), or any
 * distribution of this Program, or any portion of it, may result in severe civil
 * and criminal penalties, and will be prosecuted to the maximum extent possible
 * under the law.
 *
 */
@font-face {
  font-family: 'DS-iconfont';
  src: url('DS-iconfont.6c534bc3e36d3b4a.eot?c26b4f486ce514ad33b0bae325dd4ee1?#iefix') format('embedded-opentype'),
  url('DS-iconfont.a8e246245ba69e6b.woff2?c26b4f486ce514ad33b0bae325dd4ee1') format('woff2'),
  url('DS-iconfont.7a7a176805a6ae13.woff?c26b4f486ce514ad33b0bae325dd4ee1') format('woff'),
  url('DS-iconfont.38722c199e0efc62.ttf?c26b4f486ce514ad33b0bae325dd4ee1') format('truetype'),
  url('DS-iconfont.b8bdc06b609cde82.svg?c26b4f486ce514ad33b0bae325dd4ee1#DS-iconfont') format('svg');
}
.icon {
  font-family: DS-iconfont !important;
  font-style: normal;
  font-weight: normal !important;
  line-height: 1;
  vertical-align: middle;
  /*added new*/
  font-size: 24px;
  display: block;
  background-repeat: no-repeat !important;
  margin: auto;
}
.aadhar-icon:before {
  content: '\e001';
}
.accommodation-icon:before {
  content: '\e002';
}
.address-icon:before {
  content: '\e003';
}
.alert-icon:before {
  content: '\e004';
}
.announcement-icon:before {
  content: '\e005';
}
.attachment-icon:before {
  content: '\e006';
}
.back-icon:before {
  content: '\e007';
}
.bank-icon:before {
  content: '\e008';
}
.buspass-icon:before {
  content: '\e009';
}
.calendar-icon:before {
  content: '\e00a';
}
.call-icon:before {
  content: '\e00b';
}
.callback-icon:before {
  content: '\e00c';
}
.camera-icon:before {
  content: '\e00d';
}
.car-icon:before {
  content: '\e00e';
}
.chat-icon:before {
  content: '\e00f';
}
.close-icon:before {
  content: '\e010';
}
.comment-icon:before {
  content: '\e011';
}
.copy-icon:before {
  content: '\e012';
}
.delete-sm-icon:before {
  content: '\e013';
}
.disability-icon:before {
  content: '\e014';
}
.document-icon:before {
  content: '\e015';
}
.down-arw-icon:before {
  content: '\e016';
}
.download-icon:before {
  content: '\e017';
}
.edit-icon:before {
  content: '\e018';
}
.education-icon:before {
  content: '\e019';
}
.error-big-icon:before {
  content: '\e01a';
}
.error-icon:before {
  content: '\e01b';
}
.filter-icon:before {
  content: '\e01c';
}
.flight-icon:before {
  content: '\e01d';
}
.food-icon:before {
  content: '\e01e';
}
.forward-icon:before {
  content: '\e01f';
}
.gallery-icon:before {
  content: '\e020';
}
.graph-icon:before {
  content: '\e021';
}
.hand-icon:before {
  content: '\e022';
}
.hide-icon:before {
  content: '\e023';
}
.home-icon:before {
  content: '\e024';
}
.i9-icon:before {
  content: '\e025';
}
.icon-add:before {
  content: '\e026';
}
.icon-appreciate:before {
  content: '\e027';
}
.icon-avatar:before {
  content: '\e028';
}
.icon-award:before {
  content: '\e029';
}
.icon-bill:before {
  content: '\e02a';
}
.icon-bookmark:before {
  content: '\e02b';
}
.icon-close-mini:before {
  content: '\e02c';
}
.icon-credit-card:before {
  content: '\e02d';
}
.icon-debit-card:before {
  content: '\e02e';
}
.icon-Domestic-InternationalTravel:before {
  content: '\e02f';
}
.icon-education-gaps-dark:before {
  content: '\e030';
}
.icon-favorite:before {
  content: '\e031';
}
.icon-form:before {
  content: '\e032';
}
.icon-Hamburger:before {
  content: '\e033';
}
.icon-IncomeTax:before {
  content: '\e034';
}
.icon-inprogressBlue:before {
  content: '\e035';
}
.icon-like:before {
  content: '\e036';
}
.icon-LocalTaxi:before {
  content: '\e037';
}
.icon-mobile:before {
  content: '\e038';
}
.icon-mute:before {
  content: '\e039';
}
.icon-news-article:before {
  content: '\e03a';
}
.icon-notepad:before {
  content: '\e03b';
}
.icon-password:before {
  content: '\e03c';
}
.icon-pause:before {
  content: '\e03d';
}
.icon-payslip:before {
  content: '\e03e';
}
.icon-pending:before {
  content: '\e0e1';
}
.icon-process-complete:before {
  content: '\e0e2';
}
.icon-rejected:before {
  content: '\e041';
}
.icon-share:before {
  content: '\e042';
}
.qrcode-icon:before {
  content: '\efe9';
}
.icon-Superannuation:before {
  content: '\e043';
}
.icon-terms-conditions-range:before {
  content: '\e044';
}
.icon-tick-dark:before {
  content: '\e045';
}
.icon-time:before {
  content: '\e046';
}
.icon-Transport:before {
  content: '\e047';
}
.icons-Attendance:before {
  content: '\e048';
}
.icons-OfficialAccommodation:before {
  content: '\e049';
}
.icon_Account360:before {
  content: '\e04a';
}
.icon_AccountDirectory:before {
  content: '\e04b';
}
.icon_AccountUnlock:before {
  content: '\e04c';
}
.icon_adjustment:before {
  content: '\e04d';
}
.icon_AHD:before {
  content: '\e04e';
}
.icon_apple:before {
  content: '\e04f';
}
.icon_approved_docs:before {
  content: '\e050';
}
.icon_AwarenessQuiz:before {
  content: '\e051';
}
.icon_BCMS:before {
  content: '\e052';
}
.icon_Benefits:before {
  content: '\e053';
}
.icon_BeTheNavigator:before {
  content: '\e054';
}
.icon_BitLocker:before {
  content: '\e055';
}
.icon_blog:before {
  content: '\e056';
}
.icon_broadband_wifi:before {
  content: '\e057';
}
.icon_certificate:before {
  content: '\e058';
}
.icon_Certifications_Q-Cert:before {
  content: '\e059';
}
.icon_Claims:before {
  content: '\e05a';
}
.icon_color_info:before {
  content: '\e05b';
}
.icon_ConnectInfy:before {
  content: '\e05c';
}
.icon_corporate_accounting:before {
  content: '\e05d';
}
.icon_Covid19Contribution:before {
  content: '\e05e';
}
.icon_CovidDeclaration:before {
  content: '\e05f';
}
.icon_DataPrivacy:before {
  content: '\e060';
}
.icon_Demand:before {
  content: '\e061';
}
.icon_Explore:before {
  content: '\e062';
}
.icon_facebook:before {
  content: '\e063';
}
.icon_FAQ:before {
  content: '\e064';
}
.icon_GatePass:before {
  content: '\e065';
}
.icon_GlobalHelpdesk:before {
  content: '\e066';
}
.icon_globe:before {
  content: '\e067';
}
.icon_glomo:before {
  content: '\e068';
}
.icon_google:before {
  content: '\e069';
}
.icon_grid_view:before {
  content: '\e06a';
}
.icon_HealthInsurance:before {
  content: '\e06b';
}
.icon_Hint:before {
  content: '\e06c';
}
.icon_hint_idea:before {
  content: '\e06d';
}
.icon_Hive:before {
  content: '\e06e';
}
.icon_icount:before {
  content: '\e06f';
}
.icon_IDS:before {
  content: '\e070';
}
.icon_ILMS:before {
  content: '\e071';
}
.icon_iMother:before {
  content: '\e072';
}
.icon_InfosysConnect:before {
  content: '\e073';
}
.icon_InfosysDirectory:before {
  content: '\e074';
}
.icon_InsiderTrading:before {
  content: '\e075';
}
.icon_keywords:before {
  content: '\e076';
}
.icon_languages:before {
  content: '\e077';
}
.icon_laptop:before {
  content: '\e078';
}
.icon_LaptopGatepass:before {
  content: '\e079';
}
.icon_LateStay:before {
  content: '\e07a';
}
.icon_link:before {
  content: '\e07b';
}
.icon_linkedin:before {
  content: '\e07c';
}
.icon_Litmus:before {
  content: '\e07d';
}
.icon_Loans:before {
  content: '\e07e';
}
.icon_ManageSales:before {
  content: '\e07f';
}
.icon_MealVoucher:before {
  content: '\e080';
}
.icon_NightStayInCampus:before {
  content: '\e081';
}
.icon_Performance:before {
  content: '\e082';
}
.icon_PMS:before {
  content: '\e083';
}
.icon_Project360:before {
  content: '\e084';
}
.icon_project_party:before {
  content: '\e085';
}
.icon_Pulse:before {
  content: '\e086';
}
.icon_receipt:before {
  content: '\e087';
}
.icon_Recorder:before {
  content: '\e088';
}
.icon_refer:before {
  content: '\e089';
}
.icon_ReferenceLetter:before {
  content: '\e08a';
}
.icon_Samaritan:before {
  content: '\e08b';
}
.Icon_ScheduleCall:before {
  content: '\e08c';
}
.icon_ServiceStore:before {
  content: '\e08d';
}
.icon_setting:before {
  content: '\e08e';
}
.icon_simulator:before {
  content: '\e08f';
}
.icon_skills_and_interest:before {
  content: '\e090';
}
.icon_StrategicIntelligence:before {
  content: '\e091';
}
.icon_support_helpdesk:before {
  content: '\e092';
}
.icon_teams:before {
  content: '\e093';
}
.icon_TeamsKPIValidation:before {
  content: '\e094';
}
.icon_Technology:before {
  content: '\e095';
}
.icon_TeleConference:before {
  content: '\e096';
}
.icon_Timesheet:before {
  content: '\e097';
}
.icon_twitter:before {
  content: '\e098';
}
.icon_UnifiedSearch:before {
  content: '\e099';
}
.icon_UPSI:before {
  content: '\e09a';
}
.icon_versions:before {
  content: '\e09b';
}
.icon_video-call:before {
  content: '\e09c';
}
.icon_VisitorManagementSystem_VMS:before {
  content: '\e09d';
}
.icon_WeekendWorking:before {
  content: '\e09e';
}
.icon_WFH:before {
  content: '\e09f';
}
.icon_WorldOfInfosys:before {
  content: '\e0a0';
}
.icon_yammer:before {
  content: '\e0a1';
}
.icon_youtube:before {
  content: '\e0a2';
}
.id-badge-icon:before {
  content: '\e0a3';
}
.info-big-icon:before {
  content: '\e0a4';
}
.infy-logo-light:before {
  content: '\e0a5';
}
.infy-me-logo:before {
  content: '\e0a6';
}
.inprogress-icon:before {
  content: '\e0a7';
}
.like-icon:before {
  content: '\e0a8';
}
.link-arw-icon:before {
  content: '\e0a9';
}
.location-icon:before {
  content: '\e0aa';
}
.mail-icon:before {
  content: '\e0ab';
}
.medical-icon:before {
  content: '\e0ac';
}
.menu-icon:before {
  content: '\e0ad';
}
.mic-icon:before {
  content: '\e0ae';
}
.next-icon:before {
  content: '\e0af';
}
.notification-icon:before {
  content: '\e0b0';
}
.nsr-icon:before {
  content: '\e0b1';
}
.parking-icon:before {
  content: '\e0b2';
}
.passport-icon:before {
  content: '\e0b3';
}
.payroll-icon:before {
  content: '\e0b4';
}
.personal-icon:before {
  content: '\e0b5';
}
.phone-call:before {
  content: '\e0b6';
}
.policy-icon:before {
  content: '\e0b7';
}
.previous-icon:before {
  content: '\e0b8';
}
.relocation-icon:before {
  content: '\e0b9';
}
.search-icon:before {
  content: '\e0ba';
}
.send-Icon:before {
  content: '\e0bb';
}
.services-icon:before {
  content: '\e0bc';
}
.show-icon:before {
  content: '\e0bd';
}
.smiley1-icon:before {
  content: '\e0e9';
}
.smiley2-icon:before {
  content: '\e0ea';
}
.smiley3-icon:before {
  content: '\e0eb';
}
.smiley4-icon:before {
  content: '\e0ec';
}
.smiley5-icon:before {
  content: '\e0ed';
}
.ssn-icon:before {
  content: '\e0c8';
}
.star-icon:before {
  content: '\e0c9';
}
.success-big-icon:before {
  content: '\e0ca';
}
.tax-icon:before {
  content: '\e0cb';
}
.team-icon:before {
  content: '\e0cc';
}
.tick-green-lg-icon:before {
  content: '\e0cd';
}
.train-icon:before {
  content: '\e0ce';
}
.travel-icon:before {
  content: '\e0cf';
}
.tree-icon:before {
  content: '\e0d0';
}
.up-arw-icon:before {
  content: '\e0d1';
}
.upload-icon:before {
  content: '\e0d2';
}
.v-menu-icon:before {
  content: '\e0d3';
}
.video-icon:before {
  content: '\e0d4';
}
.w4-icon:before {
  content: '\e0d5';
}
.icon_Flag:before {
  content: '\e0d6';
}
.icon_whatsapp:before {
  content: '\e0d7';
}
.icon-star_filled:before {
  content: '\e0d8';
}
.icon-bookmark_filled:before {
  content: '\e0d9';
}
.icon-comment_filled:before {
  content: '\e0da';
}
.icon-favorite_filled:before {
  content: '\e0db';
}
.icon-like_filled:before {
  content: '\e0dc';
}
.icon-medical:before {
  content: '\e0dd';
}
.icon_cloud_download:before {
  content: '\e0de';
}
.icon_cloud_storage:before {
  content: '\e0df';
}
.icon_color_avatar:before {
  content: '\e0e0';
}
.icon_LivingLabs:before {
  content: '\e0e3';
}
.icon_maximise:before {
  content: '\e0e4';
}
.icon_minimise:before {
  content: '\e0e5';
}
.icon_save:before {
  content: '\e0e6';
}
.icon_zoom_in:before {
  content: '\e0e7';
}
.icon_zoom_out:before {
  content: '\e0e8';
}
:root,
[data-bs-theme=light] {
  --bs-blue: #2196f3;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #e51c23;
  --bs-orange: #fd7e14;
  --bs-yellow: #ff9800;
  --bs-green: #4caf50;
  --bs-teal: #20c997;
  --bs-cyan: #9c27b0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #666;
  --bs-gray-dark: #222;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #eee;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #bbb;
  --bs-gray-600: #666;
  --bs-gray-700: #444;
  --bs-gray-800: #222;
  --bs-gray-900: #212121;
  --bs-primary: #2196f3;
  --bs-secondary: #fff;
  --bs-success: #4caf50;
  --bs-info: #9c27b0;
  --bs-warning: #ff9800;
  --bs-danger: #e51c23;
  --bs-light: #f8f9fa;
  --bs-dark: #222;
  --bs-primary-rgb: 33, 150, 243;
  --bs-secondary-rgb: 255, 255, 255;
  --bs-success-rgb: 76, 175, 80;
  --bs-info-rgb: 156, 39, 176;
  --bs-warning-rgb: 255, 152, 0;
  --bs-danger-rgb: 229, 28, 35;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 34, 34, 34;
  --bs-primary-text-emphasis: #0d3c61;
  --bs-secondary-text-emphasis: #666666;
  --bs-success-text-emphasis: #1e4620;
  --bs-info-text-emphasis: #3e1046;
  --bs-warning-text-emphasis: #663d00;
  --bs-danger-text-emphasis: #5c0b0e;
  --bs-light-text-emphasis: #444;
  --bs-dark-text-emphasis: #444;
  --bs-primary-bg-subtle: #d3eafd;
  --bs-secondary-bg-subtle: white;
  --bs-success-bg-subtle: #dbefdc;
  --bs-info-bg-subtle: #ebd4ef;
  --bs-warning-bg-subtle: #ffeacc;
  --bs-danger-bg-subtle: #fad2d3;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #a6d5fa;
  --bs-secondary-border-subtle: white;
  --bs-success-border-subtle: #b7dfb9;
  --bs-info-border-subtle: #d7a9df;
  --bs-warning-border-subtle: #ffd699;
  --bs-danger-border-subtle: #f5a4a7;
  --bs-light-border-subtle: #eee;
  --bs-dark-border-subtle: #bbb;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --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: #444;
  --bs-body-color-rgb: 68, 68, 68;
  --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(68, 68, 68, 0.75);
  --bs-secondary-color-rgb: 68, 68, 68;
  --bs-secondary-bg: #eee;
  --bs-secondary-bg-rgb: 238, 238, 238;
  --bs-tertiary-color: rgba(68, 68, 68, 0.5);
  --bs-tertiary-color-rgb: 68, 68, 68;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #2196f3;
  --bs-link-color-rgb: 33, 150, 243;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #1a78c2;
  --bs-link-hover-color-rgb: 26, 120, 194;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #444;
  --bs-highlight-bg: #ffeacc;
  --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(33, 150, 243, 0.25);
  --bs-form-valid-color: #4caf50;
  --bs-form-valid-border-color: #4caf50;
  --bs-form-invalid-color: #e51c23;
  --bs-form-invalid-border-color: #e51c23;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212121;
  --bs-body-bg-rgb: 33, 33, 33;
  --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: #222;
  --bs-secondary-bg-rgb: 34, 34, 34;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #222222;
  --bs-tertiary-bg-rgb: 34, 34, 34;
  --bs-primary-text-emphasis: #7ac0f8;
  --bs-secondary-text-emphasis: white;
  --bs-success-text-emphasis: #94cf96;
  --bs-info-text-emphasis: #c47dd0;
  --bs-warning-text-emphasis: #ffc166;
  --bs-danger-text-emphasis: #ef777b;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #071e31;
  --bs-secondary-bg-subtle: #333333;
  --bs-success-bg-subtle: #0f2310;
  --bs-info-bg-subtle: #1f0823;
  --bs-warning-bg-subtle: #331e00;
  --bs-danger-bg-subtle: #2e0607;
  --bs-light-bg-subtle: #222;
  --bs-dark-bg-subtle: #111111;
  --bs-primary-border-subtle: #145a92;
  --bs-secondary-border-subtle: #999999;
  --bs-success-border-subtle: #2e6930;
  --bs-info-border-subtle: #5e176a;
  --bs-warning-border-subtle: #995b00;
  --bs-danger-border-subtle: #891115;
  --bs-light-border-subtle: #444;
  --bs-dark-border-subtle: #222;
  --bs-heading-color: inherit;
  --bs-link-color: #7ac0f8;
  --bs-link-hover-color: #95cdf9;
  --bs-link-color-rgb: 122, 192, 248;
  --bs-link-hover-color-rgb: 149, 205, 249;
  --bs-code-color: #f18bba;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #663d00;
  --bs-border-color: #444;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #94cf96;
  --bs-form-valid-border-color: #94cf96;
  --bs-form-invalid-color: #ef777b;
  --bs-form-invalid-border-color: #ef777b;
}
*,
*::before,
*::after {
  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: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.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 + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.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;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.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;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.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: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
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;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]: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: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::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: 0.5rem;
}
.initialism {
  font-size: 0.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: 0.875em;
  color: #666;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.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: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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: 0.5rem 0.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: 0.25rem 0.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(even) {
  --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: #d3eafd;
  --bs-table-border-color: #a9bbca;
  --bs-table-striped-bg: #c8def0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bed3e4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3d8ea;
  --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: white;
  --bs-table-border-color: #cccccc;
  --bs-table-striped-bg: #f2f2f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6e6e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ececec;
  --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: #dbefdc;
  --bs-table-border-color: #afbfb0;
  --bs-table-striped-bg: #d0e3d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5d7c6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbddcc;
  --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: #ebd4ef;
  --bs-table-border-color: #bcaabf;
  --bs-table-striped-bg: #dfc9e3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4bfd7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d9c4dd;
  --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: #ffeacc;
  --bs-table-border-color: #ccbba3;
  --bs-table-striped-bg: #f2dec2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d3b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecd8bd;
  --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: #fad2d3;
  --bs-table-border-color: #c8a8a9;
  --bs-table-striped-bg: #eec8c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1bdbe;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7c2c3;
  --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: #222;
  --bs-table-border-color: #4e4e4e;
  --bs-table-striped-bg: #2d2d2d;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #383838;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #333333;
  --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: 0.5rem;
}
.col-form-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.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: #666;
  background-color: transparent;
  border-color: #90cbf9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.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::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.form-control:disabled {
  background-color: transparent;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 1rem 0;
  margin: -1rem 0;
  margin-inline-end: 0;
  color: #666;
  background-color: var(--bs-tertiary-bg);
  background-image: var(--bs-gradient);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0;
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0 + calc(0 * 2));
  padding: 0 0;
  font-size: 0.875rem;
  border-radius: 0;
}
.form-control-sm::file-selector-button {
  padding: 0 0;
  margin: 0 0;
  margin-inline-end: 0;
}
.form-control-lg {
  min-height: calc(1.5em + 2.5rem + calc(0 * 2));
  padding: 1.25rem 0;
  font-size: 1.25rem;
  border-radius: 0;
}
.form-control-lg::file-selector-button {
  padding: 1.25rem 0;
  margin: -1.25rem 0;
  margin-inline-end: 0;
}
textarea.form-control {
  min-height: calc(1.5em + 2rem + calc(0 * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0 + calc(0 * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 2.5rem + calc(0 * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 2rem + calc(0 * 2));
  padding: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0 + calc(0 * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 2.5rem + calc(0 * 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='%23222' 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: 1rem 0 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 16px 12px;
  border: 0 solid transparent;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #90cbf9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0;
  background-image: none;
}
.form-select:disabled {
  background-color: transparent;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666;
}
.form-select-sm {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 0.875rem;
  border-radius: 0;
}
.form-select-lg {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0;
  font-size: 1.25rem;
  border-radius: 0;
}
[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: 0.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: transparent;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-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;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #90cbf9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}
.form-check-input:checked {
  background-color: #2196f3;
  border-color: #2196f3;
}
.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"), var(--bs-gradient);
}
.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"), var(--bs-gradient);
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #2196f3;
  border-color: #2196f3;
  --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"), var(--bs-gradient);
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.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 0.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='%2390cbf9'/%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"), var(--bs-gradient);
}
.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: 0.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;
          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 0.25rem rgba(33, 150, 243, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #2196f3;
  background-image: var(--bs-gradient);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: #bce0fb;
  background-image: var(--bs-gradient);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.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;
  appearance: none;
  background-color: #2196f3;
  background-image: var(--bs-gradient);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: #bce0fb;
  background-image: var(--bs-gradient);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.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(0 * 2));
  min-height: calc(3.5rem + calc(0 * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 0 solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.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 0;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: transparent;
  border-radius: 0;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 0 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #666;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: transparent;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  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: 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 0 solid transparent;
  border-radius: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 1.25rem 0;
  font-size: 1.25rem;
  border-radius: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0 0;
  font-size: 0.875rem;
  border-radius: 0;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 0;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.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 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.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 {
  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(0 * -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: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' 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(0.375em + 0.5rem) center;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 2rem);
  background-position: top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-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='%234caf50' 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: 0;
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.75em + 1rem) calc(0.75em + 1rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 2rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 2rem);
  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='%23e51c23'%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='%23e51c23' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.5rem) center;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 2rem);
  background-position: top calc(0.375em + 0.5rem) right calc(0.375em + 0.5rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-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='%23e51c23'%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='%23e51c23' stroke='none'/%3e%3c/svg%3e");
  padding-right: 0;
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.75em + 1rem) calc(0.75em + 1rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 2rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.8rem;
  --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;
          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);
  background-image: var(--bs-gradient);
  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;
}
@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);
  background-image: var(--bs-gradient);
  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, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  background-image: none;
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  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);
  background-image: none;
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2196f3;
  --bs-btn-border-color: #2196f3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1c80cf;
  --bs-btn-hover-border-color: #1a78c2;
  --bs-btn-focus-shadow-rgb: 66, 166, 245;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a78c2;
  --bs-btn-active-border-color: #1971b6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2196f3;
  --bs-btn-disabled-border-color: #2196f3;
}
.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4caf50;
  --bs-btn-border-color: #4caf50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #419544;
  --bs-btn-hover-border-color: #3d8c40;
  --bs-btn-focus-shadow-rgb: 103, 187, 106;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3d8c40;
  --bs-btn-active-border-color: #39833c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4caf50;
  --bs-btn-disabled-border-color: #4caf50;
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #9c27b0;
  --bs-btn-border-color: #9c27b0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #852196;
  --bs-btn-hover-border-color: #7d1f8d;
  --bs-btn-focus-shadow-rgb: 171, 71, 188;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7d1f8d;
  --bs-btn-active-border-color: #751d84;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9c27b0;
  --bs-btn-disabled-border-color: #9c27b0;
}
.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff9800;
  --bs-btn-border-color: #ff9800;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d98100;
  --bs-btn-hover-border-color: #cc7a00;
  --bs-btn-focus-shadow-rgb: 255, 167, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #cc7a00;
  --bs-btn-active-border-color: #bf7200;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff9800;
  --bs-btn-disabled-border-color: #ff9800;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e51c23;
  --bs-btn-border-color: #e51c23;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c3181e;
  --bs-btn-hover-border-color: #b7161c;
  --bs-btn-focus-shadow-rgb: 233, 62, 68;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b7161c;
  --bs-btn-active-border-color: #ac151a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e51c23;
  --bs-btn-disabled-border-color: #e51c23;
}
.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: #222;
  --bs-btn-border-color: #222;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #434343;
  --bs-btn-hover-border-color: #383838;
  --bs-btn-focus-shadow-rgb: 67, 67, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4e4e4e;
  --bs-btn-active-border-color: #383838;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #222;
  --bs-btn-disabled-border-color: #222;
}
.btn-outline-primary {
  --bs-btn-color: #2196f3;
  --bs-btn-border-color: #2196f3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2196f3;
  --bs-btn-hover-border-color: #2196f3;
  --bs-btn-focus-shadow-rgb: 33, 150, 243;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2196f3;
  --bs-btn-active-border-color: #2196f3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2196f3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2196f3;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #4caf50;
  --bs-btn-border-color: #4caf50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4caf50;
  --bs-btn-hover-border-color: #4caf50;
  --bs-btn-focus-shadow-rgb: 76, 175, 80;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4caf50;
  --bs-btn-active-border-color: #4caf50;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4caf50;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4caf50;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #9c27b0;
  --bs-btn-border-color: #9c27b0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9c27b0;
  --bs-btn-hover-border-color: #9c27b0;
  --bs-btn-focus-shadow-rgb: 156, 39, 176;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9c27b0;
  --bs-btn-active-border-color: #9c27b0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #9c27b0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9c27b0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ff9800;
  --bs-btn-border-color: #ff9800;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff9800;
  --bs-btn-hover-border-color: #ff9800;
  --bs-btn-focus-shadow-rgb: 255, 152, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff9800;
  --bs-btn-active-border-color: #ff9800;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff9800;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff9800;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #e51c23;
  --bs-btn-border-color: #e51c23;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e51c23;
  --bs-btn-hover-border-color: #e51c23;
  --bs-btn-focus-shadow-rgb: 229, 28, 35;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e51c23;
  --bs-btn-active-border-color: #e51c23;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e51c23;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e51c23;
  --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: #222;
  --bs-btn-border-color: #222;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #222;
  --bs-btn-hover-border-color: #222;
  --bs-btn-focus-shadow-rgb: 34, 34, 34;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #222;
  --bs-btn-active-border-color: #222;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #222;
  --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: #666;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 66, 166, 245;
  text-decoration: underline;
  background-image: none;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg, .btn-group-lg > .btn {
  --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-sm, .btn-group-sm > .btn {
  --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 0.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 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.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-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: #2196f3;
  --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: #666;
  --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: 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;
}
.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: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.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: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  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;
}
.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:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
  background-image: var(--bs-gradient);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
  background-image: var(--bs-gradient);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}
.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: 0.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: #222;
  --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: #2196f3;
  --bs-dropdown-link-disabled-color: #bbb;
  --bs-dropdown-header-color: #bbb;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  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 > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .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: #bbb;
  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: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.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: transparent;
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) transparent;
  --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:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  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: #2196f3;
}
.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);
  background-image: var(--bs-gradient);
}
.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:hover, .nav-underline .nav-link:focus {
  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-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  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: 1rem;
  --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%2868, 68, 68, 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);
  background-image: var(--bs-gradient);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.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:hover, .navbar-brand:focus {
  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: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  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.75);
  --bs-navbar-hover-color: #fff;
  --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.75%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.75%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: 0;
  --bs-card-border-color: transparent;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - 0);
  --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(-0.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(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.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(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.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-top,
.card-img-bottom {
  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-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    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-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    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='%23444'%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-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='%230d3c61'%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-focus-border-color: #90cbf9;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 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;
  border-color: var(--bs-accordion-btn-focus-border-color);
  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-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-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-collapse {
  border-width: 0;
}
.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-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  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='%237ac0f8'%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='%237ac0f8'%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, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.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(33, 150, 243, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #2196f3;
  --bs-pagination-active-border-color: #2196f3;
  --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 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;
}
@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);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  background-image: var(--bs-gradient);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  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);
  background-image: var(--bs-gradient);
}
.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: 0.375rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 0.375rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: 0;
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #2196f3;
  --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, 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: 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: #2196f3;
  --bs-list-group-active-border-color: #2196f3;
  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:hover, .list-group-item-action:focus {
  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: #fff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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.6;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 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: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.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;
          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: 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(-0.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: transparent;
  --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 0.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;
  justify-content: space-between;
  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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.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) * 0.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) * 0.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-header,
.modal-fullscreen .modal-footer {
  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-header,
.modal-fullscreen-sm-down .modal-footer {
    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-header,
.modal-fullscreen-md-down .modal-footer {
    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-header,
.modal-fullscreen-lg-down .modal-footer {
    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-header,
.modal-fullscreen-xl-down .modal-footer {
    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-header,
.modal-fullscreen-xxl-down .modal-footer {
    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: #444;
  --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-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.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::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .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-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .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-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.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 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  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: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}
.carousel-control-next {
  right: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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: 0.5;
  transition: opacity 0.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-prev-icon,
.carousel-dark .carousel-control-next-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-prev-icon,
[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 {
  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-grow,
.spinner-border {
  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) /* rtl:ignore */;
  }
}
.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-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --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: transparent;
  --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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .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%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .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%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .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%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .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%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .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%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    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.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  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: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.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: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.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: #000 !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: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #fff !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;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(26, 120, 194, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 120, 194, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(61, 140, 64, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 140, 64, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(125, 31, 141, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(125, 31, 141, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(204, 122, 0, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(204, 122, 0, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(183, 22, 28, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(183, 22, 28, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(27, 27, 27, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(27, 27, 27, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-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: 0.375rem;
  align-items: center;
  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: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.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: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    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:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):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: 0.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 {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.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: 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: 0.25rem !important;
}
.m-2 {
  margin: 0.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: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.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: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.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: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.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: 0.25rem !important;
}
.me-2 {
  margin-right: 0.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: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.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: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.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: 0.25rem !important;
}
.p-2 {
  padding: 0.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: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.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: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.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: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.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: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.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: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.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: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.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: 0.25rem !important;
}
.gap-2 {
  gap: 0.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: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.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 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  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 + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.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;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.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, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.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;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  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;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-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 {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    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: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.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: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.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: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    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: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.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: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.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: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    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: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.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: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.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: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    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: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.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: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.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: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    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: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.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: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.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: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    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;
  }
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after,
.dropstart .dropdown-toggle::after,
.dropend .dropdown-toggle::after {
  border-width: 4px;
}
.navbar {
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.navbar-brand {
  font-size: 24px;
}
.navbar-nav .nav-link {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.navbar.bg-dark input[type=search],
.navbar.bg-dark input[type=text],
.navbar.bg-dark input[type=password],
.navbar.bg-dark input[type=email],
.navbar.bg-dark input[type=number],
.navbar.bg-dark input[type=tel], .navbar.bg-primary input[type=search],
.navbar.bg-primary input[type=text],
.navbar.bg-primary input[type=password],
.navbar.bg-primary input[type=email],
.navbar.bg-primary input[type=number],
.navbar.bg-primary input[type=tel] {
  color: #fff;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}
.navbar.bg-dark input[type=search]:focus,
.navbar.bg-dark input[type=text]:focus,
.navbar.bg-dark input[type=password]:focus,
.navbar.bg-dark input[type=email]:focus,
.navbar.bg-dark input[type=number]:focus,
.navbar.bg-dark input[type=tel]:focus, .navbar.bg-primary input[type=search]:focus,
.navbar.bg-primary input[type=text]:focus,
.navbar.bg-primary input[type=password]:focus,
.navbar.bg-primary input[type=email]:focus,
.navbar.bg-primary input[type=number]:focus,
.navbar.bg-primary input[type=tel]:focus {
  box-shadow: inset 0 -2px 0 #fff;
}
.navbar.bg-dark input[type=search]::placeholder,
.navbar.bg-dark input[type=text]::placeholder,
.navbar.bg-dark input[type=password]::placeholder,
.navbar.bg-dark input[type=email]::placeholder,
.navbar.bg-dark input[type=number]::placeholder,
.navbar.bg-dark input[type=tel]::placeholder, .navbar.bg-primary input[type=search]::placeholder,
.navbar.bg-primary input[type=text]::placeholder,
.navbar.bg-primary input[type=password]::placeholder,
.navbar.bg-primary input[type=email]::placeholder,
.navbar.bg-primary input[type=number]::placeholder,
.navbar.bg-primary input[type=tel]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.btn-primary {
  position: relative;
}
.btn-primary:focus {
  background-color: #2196f3;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-primary:hover, .btn-primary:active:hover {
  background-color: #1d84d6;
}
.btn-primary:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-primary::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-primary:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-primary.disabled::before, .btn-primary[disabled]::before {
  display: none;
}
.btn-outline-primary {
  position: relative;
}
.btn-outline-primary::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-outline-primary:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-outline-primary.disabled::before, .btn-outline-primary[disabled]::before {
  display: none;
}
.btn-secondary {
  position: relative;
}
.btn-secondary:focus {
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-secondary:hover, .btn-secondary:active:hover {
  background-color: #e0e0e0;
}
.btn-secondary:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-secondary::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #bbb 10%, transparent 10.01%);
}
.btn-secondary:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-secondary.disabled::before, .btn-secondary[disabled]::before {
  display: none;
}
.btn-outline-secondary {
  position: relative;
}
.btn-outline-secondary::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #bbb 10%, transparent 10.01%);
}
.btn-outline-secondary:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-outline-secondary.disabled::before, .btn-outline-secondary[disabled]::before {
  display: none;
}
.btn-success {
  position: relative;
}
.btn-success:focus {
  background-color: #4caf50;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-success:hover, .btn-success:active:hover {
  background-color: #439a46;
}
.btn-success:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-success::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-success:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-success.disabled::before, .btn-success[disabled]::before {
  display: none;
}
.btn-outline-success {
  position: relative;
}
.btn-outline-success::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-outline-success:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-outline-success.disabled::before, .btn-outline-success[disabled]::before {
  display: none;
}
.btn-info {
  position: relative;
}
.btn-info:focus {
  background-color: #9c27b0;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-info:hover, .btn-info:active:hover {
  background-color: #89229b;
}
.btn-info:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-info::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-info:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-info.disabled::before, .btn-info[disabled]::before {
  display: none;
}
.btn-outline-info {
  position: relative;
}
.btn-outline-info::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-outline-info:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-outline-info.disabled::before, .btn-outline-info[disabled]::before {
  display: none;
}
.btn-warning {
  position: relative;
}
.btn-warning:focus {
  background-color: #ff9800;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-warning:hover, .btn-warning:active:hover {
  background-color: #e08600;
}
.btn-warning:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-warning::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-warning:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-warning.disabled::before, .btn-warning[disabled]::before {
  display: none;
}
.btn-outline-warning {
  position: relative;
}
.btn-outline-warning::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-outline-warning:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-outline-warning.disabled::before, .btn-outline-warning[disabled]::before {
  display: none;
}
.btn-danger {
  position: relative;
}
.btn-danger:focus {
  background-color: #e51c23;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-danger:hover, .btn-danger:active:hover {
  background-color: #ca191f;
}
.btn-danger:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-danger::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-danger:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-danger.disabled::before, .btn-danger[disabled]::before {
  display: none;
}
.btn-outline-danger {
  position: relative;
}
.btn-outline-danger::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-outline-danger:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-outline-danger.disabled::before, .btn-outline-danger[disabled]::before {
  display: none;
}
.btn-dark {
  position: relative;
}
.btn-dark:focus {
  background-color: #222;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-dark:hover, .btn-dark:active:hover {
  background-color: #1e1e1e;
}
.btn-dark:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-dark::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-dark:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-dark.disabled::before, .btn-dark[disabled]::before {
  display: none;
}
.btn-outline-dark {
  position: relative;
}
.btn-outline-dark::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-outline-dark:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-outline-dark.disabled::before, .btn-outline-dark[disabled]::before {
  display: none;
}
.btn-light {
  position: relative;
}
.btn-light:focus {
  background-color: #f8f9fa;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}
.btn-light:hover, .btn-light:active:hover {
  background-color: #dadbdc;
}
.btn-light:active {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-light::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-light:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-light.disabled::before, .btn-light[disabled]::before {
  display: none;
}
.btn-outline-light {
  position: relative;
}
.btn-outline-light::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  pointer-events: none;
  content: "";
  background-position: 50%;
  background-size: 1000% 1000%;
  border: none;
  opacity: 0;
  transition: background 0.5s, opacity 1s;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
}
.btn-outline-light:active::before {
  background-size: 0 0;
  opacity: 0.2;
  transition: none;
}
.btn-outline-light.disabled::before, .btn-outline-light[disabled]::before {
  display: none;
}
.btn {
  text-transform: uppercase;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transition: color 0.4s, background-color 0.4s, border-color 0.4s, box-shadow 0.4s;
}
.btn-link {
  color: #2196f3;
  box-shadow: none;
}
.btn-link:hover, .btn-link:focus {
  color: #1a78c2;
  box-shadow: none;
}
.btn-link.disabled:hover, .btn-link.disabled:active:hover, .btn-link[disabled]:hover, .btn-link[disabled]:active:hover, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:active:hover {
  color: #666;
  text-decoration: none;
}
.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary {
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-outline-secondary {
  color: #dee2e6;
  border-color: #eee;
}
.btn-warning {
  color: #fff;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}
.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: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group > .dropdown-toggle {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.border-secondary {
  border: 1px solid #dfdfdf !important;
}
body,
input,
button {
  letter-spacing: 0.1px;
}
p {
  margin: 0 0 1em;
}
.text-secondary {
  color: #bbb !important;
}
.table-hover > tbody > tr,
.table-hover > tbody > tr > th,
.table-hover > tbody > tr > td {
  transition: background-color 0.2s, color 0.2s;
}
.thead-inverse th {
  color: #fff;
  background-color: #2196f3;
}
.col-form-label {
  font-size: 16px;
}
.col-form-label-sm {
  font-size: 0.875rem;
}
.col-form-label-lg {
  font-size: 1.25rem;
}
textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control {
  box-shadow: inset 0 -1px 0 #ddd;
  transition: box-shadow 0.2s;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -2px 0 #2196f3;
}
textarea[disabled], textarea[readonly],
textarea.form-control[disabled],
textarea.form-control[readonly],
input.form-control[disabled],
input.form-control[readonly],
input[type=text][disabled],
input[type=text][readonly],
input[type=password][disabled],
input[type=password][readonly],
input[type=email][disabled],
input[type=email][readonly],
input[type=number][disabled],
input[type=number][readonly],
[type=text].form-control[disabled],
[type=text].form-control[readonly],
[type=password].form-control[disabled],
[type=password].form-control[readonly],
[type=email].form-control[disabled],
[type=email].form-control[readonly],
[type=tel].form-control[disabled],
[type=tel].form-control[readonly],
[contenteditable].form-control[disabled],
[contenteditable].form-control[readonly] {
  border-bottom: 1px dotted #ddd;
  box-shadow: none;
}
textarea[disabled], textarea[disabled]::placeholder,
textarea.form-control[disabled],
textarea.form-control[disabled]::placeholder,
input.form-control[disabled],
input.form-control[disabled]::placeholder,
input[type=text][disabled],
input[type=text][disabled]::placeholder,
input[type=password][disabled],
input[type=password][disabled]::placeholder,
input[type=email][disabled],
input[type=email][disabled]::placeholder,
input[type=number][disabled],
input[type=number][disabled]::placeholder,
[type=text].form-control[disabled],
[type=text].form-control[disabled]::placeholder,
[type=password].form-control[disabled],
[type=password].form-control[disabled]::placeholder,
[type=email].form-control[disabled],
[type=email].form-control[disabled]::placeholder,
[type=tel].form-control[disabled],
[type=tel].form-control[disabled]::placeholder,
[contenteditable].form-control[disabled],
[contenteditable].form-control[disabled]::placeholder {
  color: #ddd;
}
select,
select.form-control {
  padding: 0.5rem 0;
  -webkit-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 4'%3e%3cpath fill='%23666' d='M8 0 4 4 0 0z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px 4px;
  box-shadow: inset 0 -1px 0 #ddd;
}
select.input-sm,
select.form-control.input-sm {
  font-size: 0.875rem;
}
select.input-lg,
select.form-control.input-lg {
  font-size: 1.25rem;
}
select:focus,
select.form-control:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 4'%3e%3cpath fill='%23212121' d='M8 0 4 4 0 0z'/%3e%3c/svg%3e");
  box-shadow: inset 0 -2px 0 #2196f3;
}
select[multiple],
select.form-control[multiple] {
  background: none;
}
.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 1px;
  border: 2px solid #ced4da;
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232196f3' stroke='%23fff'/%3e%3c/svg%3e"), var(--bs-gradient);
  background-size: 1.8em;
}
.form-switch .form-check-input {
  position: relative;
  height: 0.8em;
  margin-top: 0.29em;
  background-color: #ced4da;
  background-image: none;
  border: none;
}
.form-switch .form-check-input:focus {
  box-shadow: none;
}
.form-switch .form-check-input::before {
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: left 0.15s ease-in-out;
}
.form-switch .form-check-input::after {
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  z-index: -1;
  width: 1.2em;
  height: 1.2em;
  content: "";
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.05);
  transition: left 0.15s ease-in-out, transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transform: scale(0);
}
.form-switch .form-check-input:hover:not(.disabled)::after, .form-switch .form-check-input:focus:not(.disabled)::after {
  transform: scale(0.9);
}
.form-switch .form-check-input:focus:not(.disabled)::after {
  box-shadow: 0 0 0 9px rgba(0, 0, 0, 0.1);
}
.form-switch .form-check-input:checked {
  background-color: rgba(33, 150, 243, 0.3);
}
.form-switch .form-check-input:checked::before {
  left: calc(100% - 0.8em);
  background-color: rgb(33, 150, 243);
}
.form-switch .form-check-input:checked::after {
  left: calc(100% - 0.8em);
  box-shadow: 0 0 0 9px rgba(33, 150, 243, 0.1);
}
.form-switch .form-check-input:checked:hover:not(.disabled)::after, .form-switch .form-check-input:checked:focus:not(.disabled)::after {
  transform: scale(0.9);
}
.form-switch .form-check-input:checked:focus:not(.disabled)::after {
  box-shadow: 0 0 0 9px rgba(33, 150, 243, 0.2);
}
.form-check:not(.form-switch) .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"), var(--bs-gradient);
  background-size: 1.6em;
}
.has-warning input:not([type=checkbox]),
.has-warning .form-control,
.has-warning input.form-control[readonly],
.has-warning input[type=text][readonly],
.has-warning [type=text].form-control[readonly],
.has-warning input:not([type=checkbox]):focus,
.has-warning .form-control:focus {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #ff9800;
}
.has-danger input:not([type=checkbox]),
.has-danger .form-control,
.has-danger input.form-control[readonly],
.has-danger input[type=text][readonly],
.has-danger [type=text].form-control[readonly],
.has-danger input:not([type=checkbox]):focus,
.has-danger .form-control:focus {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #e51c23;
}
.has-success input:not([type=checkbox]),
.has-success .form-control,
.has-success input.form-control[readonly],
.has-success input[type=text][readonly],
.has-success [type=text].form-control[readonly],
.has-success input:not([type=checkbox]):focus,
.has-success .form-control:focus {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #4caf50;
}
.has-warning .input-group-addon, .has-danger .input-group-addon, .has-success .input-group-addon {
  color: #666;
  background-color: transparent;
  border-color: transparent;
}
.form-group-lg select,
.form-group-lg select.form-control {
  line-height: 1.5;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:focus {
  margin-right: 0;
  color: #444;
  background-color: transparent;
  border: none;
  box-shadow: inset 0 -1px 0 #ddd;
  transition: color 0.2s, box-shadow 0.2s;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus:hover {
  color: #2196f3;
  background-color: transparent;
  box-shadow: inset 0 -2px 0 #2196f3;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus {
  color: #2196f3;
  border: none;
  box-shadow: inset 0 -2px 0 #2196f3;
}
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus:hover {
  color: #2196f3;
  border: none;
}
.nav-tabs .nav-link.disabled {
  box-shadow: inset 0 -1px 0 #ddd;
}
.nav-tabs.nav-justified .nav-link,
.nav-tabs.nav-justified .nav-link:hover,
.nav-tabs.nav-justified .nav-link:focus,
.nav-tabs.nav-justified .nav-link.active,
.nav-tabs.nav-justified .nav-link.active:hover,
.nav-tabs.nav-justified .nav-link.active:focus {
  border: none;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
}
.dropdown-menu {
  margin-top: 0;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.alert {
  padding-right: 2.5rem;
  border: none;
}
.alert,
.alert h1,
.alert .h1,
.alert h2,
.alert .h2,
.alert h3,
.alert .h3,
.alert h4,
.alert .h4,
.alert h5,
.alert .h5,
.alert h6,
.alert .h6 {
  color: #fff;
}
.alert-primary {
  background: #2196f3 linear-gradient(180deg, #42a6f5, #2196f3) repeat-x;
}
.alert-secondary {
  background: #fff linear-gradient(180deg, white, #fff) repeat-x;
}
.alert-success {
  background: #4caf50 linear-gradient(180deg, #67bb6a, #4caf50) repeat-x;
}
.alert-info {
  background: #9c27b0 linear-gradient(180deg, #ab47bc, #9c27b0) repeat-x;
}
.alert-warning {
  background: #ff9800 linear-gradient(180deg, #ffa726, #ff9800) repeat-x;
}
.alert-danger {
  background: #e51c23 linear-gradient(180deg, #e93e44, #e51c23) repeat-x;
}
.alert-light {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
}
.alert-dark {
  background: #222 linear-gradient(180deg, #434343, #222) repeat-x;
}
.alert a:not(.btn),
.alert .alert-link {
  font-weight: 700;
  color: #fff;
}
.alert-secondary,
.alert-secondary a:not(.btn),
.alert-secondary .alert-link, .alert-light,
.alert-light a:not(.btn),
.alert-light .alert-link {
  color: #444;
}
.badge.bg-secondary, .badge.bg-light {
  color: #222;
}
.card {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.card.border-primary, .card.border-secondary, .card.border-success, .card.border-info, .card.border-warning, .card.border-danger, .card.border-light, .card.border-dark {
  border-width: 1px;
}
.list-group-item-action.active h1, .list-group-item-action.active .h1,
.list-group-item-action.active h2,
.list-group-item-action.active .h2,
.list-group-item-action.active h3,
.list-group-item-action.active .h3,
.list-group-item-action.active h4,
.list-group-item-action.active .h4,
.list-group-item-action.active h5,
.list-group-item-action.active .h5,
.list-group-item-action.active h6,
.list-group-item-action.active .h6 {
  color: #fff;
}
.modal-content {
  border-radius: 0.2rem;
  box-shadow: 0 6px 36px rgba(0, 0, 0, 0.3);
}
.modal .btn-close,
.toast .btn-close,
.offcanvas .btn-close {
  background-image: 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");
}
.popover {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.carousel-caption h1, .carousel-caption .h1,
.carousel-caption h2,
.carousel-caption .h2,
.carousel-caption h3,
.carousel-caption .h3,
.carousel-caption h4,
.carousel-caption .h4,
.carousel-caption h5,
.carousel-caption .h5,
.carousel-caption h6,
.carousel-caption .h6 {
  color: inherit;
}
.notifier__container * {
  box-sizing: border-box;
}
.notifier__container-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.notifier__notification {
  display: flex;
  align-items: center;
  position: fixed;
  visibility: hidden;
  z-index: 10000;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.notifier__notification--material {
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
  padding-top: 11px;
  padding-right: 26px;
  padding-bottom: 10px;
  padding-left: 26px;
}
.notifier__notification--material .notifier__notification-message {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 32px;
  font-size: 15px;
}
.notifier__notification--material .notifier__notification-button {
  display: inline-block;
  transition: opacity 0.2s ease;
  opacity: 0.5;
  margin-right: -10px;
  margin-left: 10px;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 6px;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
.notifier__notification--material .notifier__notification-button:hover, .notifier__notification--material .notifier__notification-button:focus {
  opacity: 1;
}
.notifier__notification--material .notifier__notification-button:active {
  transform: scale(0.82);
  opacity: 1;
}
.notifier__notification--default {
  background-color: #444;
  color: #fff;
}
.notifier__notification--default .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--error {
  background-color: #d9534f;
  color: #fff;
}
.notifier__notification--error .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--info {
  background-color: #5bc0de;
  color: #fff;
}
.notifier__notification--info .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--success {
  background-color: #5cb85c;
  color: #fff;
}
.notifier__notification--success .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--warning {
  background-color: #f0ad4e;
  color: #fff;
}
.notifier__notification--warning .notifier__notification-button-icon {
  fill: #fff;
}
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: " ";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url('ad.3cd7f31e215c9f06.svg');
}
.flag-icon-ad.flag-icon-squared {
  background-image: url('ad.b0c1bb1c5c45784d.svg');
}
.flag-icon-ae {
  background-image: url('ae.4080c9881171bb2b.svg');
}
.flag-icon-ae.flag-icon-squared {
  background-image: url('ae.0f60a44750783234.svg');
}
.flag-icon-af {
  background-image: url('af.61ca7eaffa3abef6.svg');
}
.flag-icon-af.flag-icon-squared {
  background-image: url('af.66da87abcaa7cf18.svg');
}
.flag-icon-ag {
  background-image: url('ag.cd9dbba3a0738b55.svg');
}
.flag-icon-ag.flag-icon-squared {
  background-image: url('ag.686b381306a40d74.svg');
}
.flag-icon-ai {
  background-image: url('ai.ff2dca4437de8b73.svg');
}
.flag-icon-ai.flag-icon-squared {
  background-image: url('ai.04a711dd9c4f07d5.svg');
}
.flag-icon-al {
  background-image: url('al.885efc85d12f5f8c.svg');
}
.flag-icon-al.flag-icon-squared {
  background-image: url('al.f465f9ef41c61320.svg');
}
.flag-icon-am {
  background-image: url('am.3c5fdfa1f17745d9.svg');
}
.flag-icon-am.flag-icon-squared {
  background-image: url('am.a6bbaf555e4bf0f1.svg');
}
.flag-icon-ao {
  background-image: url('ao.40e1ef2eb61d9b5d.svg');
}
.flag-icon-ao.flag-icon-squared {
  background-image: url('ao.c9ee89c8ad963689.svg');
}
.flag-icon-aq {
  background-image: url('aq.67fda1d0fba1a69b.svg');
}
.flag-icon-aq.flag-icon-squared {
  background-image: url('aq.ac6bb35e2ec7e8ee.svg');
}
.flag-icon-ar {
  background-image: url('ar.81522d4c609f16c0.svg');
}
.flag-icon-ar.flag-icon-squared {
  background-image: url('ar.507965c01115385b.svg');
}
.flag-icon-as {
  background-image: url('as.c4e90dfb30a32cf3.svg');
}
.flag-icon-as.flag-icon-squared {
  background-image: url('as.6af03b938c7b5f33.svg');
}
.flag-icon-at {
  background-image: url('at.7f76f2d4a81ab420.svg');
}
.flag-icon-at.flag-icon-squared {
  background-image: url('at.13c0b458a21c3398.svg');
}
.flag-icon-au {
  background-image: url('au.7ad75422b7417f88.svg');
}
.flag-icon-au.flag-icon-squared {
  background-image: url('au.367e8a42369e4201.svg');
}
.flag-icon-aw {
  background-image: url('aw.4f35aac32cf27a0b.svg');
}
.flag-icon-aw.flag-icon-squared {
  background-image: url('aw.dcaea302408f3bd2.svg');
}
.flag-icon-ax {
  background-image: url('ax.52a8096744eeaf23.svg');
}
.flag-icon-ax.flag-icon-squared {
  background-image: url('ax.8ae47fa55a827a35.svg');
}
.flag-icon-az {
  background-image: url('az.4e6bb6a68f28c18e.svg');
}
.flag-icon-az.flag-icon-squared {
  background-image: url('az.79a5ded1e98a211d.svg');
}
.flag-icon-ba {
  background-image: url('ba.dbcc32983c03d5e1.svg');
}
.flag-icon-ba.flag-icon-squared {
  background-image: url('ba.cca0b534ea6f927e.svg');
}
.flag-icon-bb {
  background-image: url('bb.b4c7437eb3bb7eed.svg');
}
.flag-icon-bb.flag-icon-squared {
  background-image: url('bb.bdab9f04f4af60d7.svg');
}
.flag-icon-bd {
  background-image: url('bd.3b0570c07b3d5939.svg');
}
.flag-icon-bd.flag-icon-squared {
  background-image: url('bd.dda0e02d20397524.svg');
}
.flag-icon-be {
  background-image: url('be.c7e269facd23b43f.svg');
}
.flag-icon-be.flag-icon-squared {
  background-image: url('be.fd3dac77140baf26.svg');
}
.flag-icon-bf {
  background-image: url('bf.415d3659f5921d67.svg');
}
.flag-icon-bf.flag-icon-squared {
  background-image: url('bf.580f6b0064cbbf56.svg');
}
.flag-icon-bg {
  background-image: url('bg.829d62f226dcc581.svg');
}
.flag-icon-bg.flag-icon-squared {
  background-image: url('bg.ded21d66060a5fc3.svg');
}
.flag-icon-bh {
  background-image: url('bh.ea646a3081db3a51.svg');
}
.flag-icon-bh.flag-icon-squared {
  background-image: url('bh.0273f9c180da1f62.svg');
}
.flag-icon-bi {
  background-image: url('bi.b422192f699f2c79.svg');
}
.flag-icon-bi.flag-icon-squared {
  background-image: url('bi.486b064d54b6310b.svg');
}
.flag-icon-bj {
  background-image: url('bj.1375d8c94d10c7e1.svg');
}
.flag-icon-bj.flag-icon-squared {
  background-image: url('bj.71af2cda53892446.svg');
}
.flag-icon-bl {
  background-image: url('bl.85f002fb35965290.svg');
}
.flag-icon-bl.flag-icon-squared {
  background-image: url('bl.2c23e6774f03a005.svg');
}
.flag-icon-bm {
  background-image: url('bm.c9bd9225777b4e53.svg');
}
.flag-icon-bm.flag-icon-squared {
  background-image: url('bm.506d8450b8f025b5.svg');
}
.flag-icon-bn {
  background-image: url('bn.12ba54727d6d3c93.svg');
}
.flag-icon-bn.flag-icon-squared {
  background-image: url('bn.ac0d5db6262fd10e.svg');
}
.flag-icon-bo {
  background-image: url('bo.1cf3661b1b490df9.svg');
}
.flag-icon-bo.flag-icon-squared {
  background-image: url('bo.727096454f8ce47c.svg');
}
.flag-icon-bq {
  background-image: url('bq.f6d582bf4f9bfc60.svg');
}
.flag-icon-bq.flag-icon-squared {
  background-image: url('bq.68b35ed629d1ea01.svg');
}
.flag-icon-br {
  background-image: url('br.27e4ab7a1562f3f6.svg');
}
.flag-icon-br.flag-icon-squared {
  background-image: url('br.df307ccd5ddc3253.svg');
}
.flag-icon-bs {
  background-image: url('bs.6dcc6fbe8842dc01.svg');
}
.flag-icon-bs.flag-icon-squared {
  background-image: url('bs.be81ee4acb41cf82.svg');
}
.flag-icon-bt {
  background-image: url('bt.42da611bd59e7ddb.svg');
}
.flag-icon-bt.flag-icon-squared {
  background-image: url('bt.a8a0e4b8138f84c5.svg');
}
.flag-icon-bv {
  background-image: url('bv.dbc727c7842fce88.svg');
}
.flag-icon-bv.flag-icon-squared {
  background-image: url('bv.b376a0c2343796ac.svg');
}
.flag-icon-bw {
  background-image: url('bw.34c45dc335ca649b.svg');
}
.flag-icon-bw.flag-icon-squared {
  background-image: url('bw.7437625357ab1426.svg');
}
.flag-icon-by {
  background-image: url('by.969948343b04348e.svg');
}
.flag-icon-by.flag-icon-squared {
  background-image: url('by.2b8791650bbf42fc.svg');
}
.flag-icon-bz {
  background-image: url('bz.cca36d14a9263e5b.svg');
}
.flag-icon-bz.flag-icon-squared {
  background-image: url('bz.7a08b3ba93df470b.svg');
}
.flag-icon-ca {
  background-image: url('ca.9cf40ed2a333f657.svg');
}
.flag-icon-ca.flag-icon-squared {
  background-image: url('ca.22b6e5238da31e8b.svg');
}
.flag-icon-cc {
  background-image: url('cc.2f7c3bc5b989eb9a.svg');
}
.flag-icon-cc.flag-icon-squared {
  background-image: url('cc.6a3b4acd2f20f2d1.svg');
}
.flag-icon-cd {
  background-image: url('cd.b4d4a6fc973bdea9.svg');
}
.flag-icon-cd.flag-icon-squared {
  background-image: url('cd.8c07cdbeaa3c5c3d.svg');
}
.flag-icon-cf {
  background-image: url('cf.be784cc82b889a72.svg');
}
.flag-icon-cf.flag-icon-squared {
  background-image: url('cf.6cff29be918d1c48.svg');
}
.flag-icon-cg {
  background-image: url('cg.ed86c5ec58c56b6e.svg');
}
.flag-icon-cg.flag-icon-squared {
  background-image: url('cg.a1ce2f08ae7b67ac.svg');
}
.flag-icon-ch {
  background-image: url('ch.b62c2476bd8f57ca.svg');
}
.flag-icon-ch.flag-icon-squared {
  background-image: url('ch.19f627944459af67.svg');
}
.flag-icon-ci {
  background-image: url('ci.514886a6a9de37d2.svg');
}
.flag-icon-ci.flag-icon-squared {
  background-image: url('ci.6778515bcba89f55.svg');
}
.flag-icon-ck {
  background-image: url('ck.7b805a07808400a5.svg');
}
.flag-icon-ck.flag-icon-squared {
  background-image: url('ck.27d83f9830cbe186.svg');
}
.flag-icon-cl {
  background-image: url('cl.43ce4e7bd371c803.svg');
}
.flag-icon-cl.flag-icon-squared {
  background-image: url('cl.6e7a9aafa3980b26.svg');
}
.flag-icon-cm {
  background-image: url('cm.d05bb7572a0d212f.svg');
}
.flag-icon-cm.flag-icon-squared {
  background-image: url('cm.913ef81eb5abbc62.svg');
}
.flag-icon-cn {
  background-image: url('cn.93743884f1a5c14d.svg');
}
.flag-icon-cn.flag-icon-squared {
  background-image: url('cn.6740b2dbd2b8c023.svg');
}
.flag-icon-co {
  background-image: url('co.6b78e07bd53630e9.svg');
}
.flag-icon-co.flag-icon-squared {
  background-image: url('co.76882952b77ef725.svg');
}
.flag-icon-cr {
  background-image: url('cr.cc08891297c3ff7e.svg');
}
.flag-icon-cr.flag-icon-squared {
  background-image: url('cr.1b2274305dff0b9d.svg');
}
.flag-icon-cu {
  background-image: url('cu.1ef530dbbbc2ce2d.svg');
}
.flag-icon-cu.flag-icon-squared {
  background-image: url('cu.ff60b189cabf74c1.svg');
}
.flag-icon-cv {
  background-image: url('cv.7f83ab0ae82bed19.svg');
}
.flag-icon-cv.flag-icon-squared {
  background-image: url('cv.526fd91addce4a85.svg');
}
.flag-icon-cw {
  background-image: url('cw.9934c2505dfdf577.svg');
}
.flag-icon-cw.flag-icon-squared {
  background-image: url('cw.940468b249bec944.svg');
}
.flag-icon-cx {
  background-image: url('cx.bba89f0478c72fb6.svg');
}
.flag-icon-cx.flag-icon-squared {
  background-image: url('cx.010fbb2b708edd6c.svg');
}
.flag-icon-cy {
  background-image: url('cy.22ed885b61de8e48.svg');
}
.flag-icon-cy.flag-icon-squared {
  background-image: url('cy.a07c16ae47c87273.svg');
}
.flag-icon-cz {
  background-image: url('cz.7c86bb18c1ff0fd7.svg');
}
.flag-icon-cz.flag-icon-squared {
  background-image: url('cz.83554014de457e71.svg');
}
.flag-icon-de {
  background-image: url('de.a677badc3f3629bf.svg');
}
.flag-icon-de.flag-icon-squared {
  background-image: url('de.01580221fa679549.svg');
}
.flag-icon-dj {
  background-image: url('dj.c51a99b680c0404a.svg');
}
.flag-icon-dj.flag-icon-squared {
  background-image: url('dj.18297b2096453e10.svg');
}
.flag-icon-dk {
  background-image: url('dk.4b0313b37cd3d5c0.svg');
}
.flag-icon-dk.flag-icon-squared {
  background-image: url('dk.89836fb354ac9b77.svg');
}
.flag-icon-dm {
  background-image: url('dm.bce12b7e27641f13.svg');
}
.flag-icon-dm.flag-icon-squared {
  background-image: url('dm.1a011638316e52f1.svg');
}
.flag-icon-do {
  background-image: url('do.4d2e0acceb1c8ab0.svg');
}
.flag-icon-do.flag-icon-squared {
  background-image: url('do.72772fd01f15197c.svg');
}
.flag-icon-dz {
  background-image: url('dz.eccc2d17ce6f84eb.svg');
}
.flag-icon-dz.flag-icon-squared {
  background-image: url('dz.4d424eed3af7ad15.svg');
}
.flag-icon-ec {
  background-image: url('ec.8d71a98e18ee4bd0.svg');
}
.flag-icon-ec.flag-icon-squared {
  background-image: url('ec.594783612e477d92.svg');
}
.flag-icon-ee {
  background-image: url('ee.ffa3d2db7ffdefd6.svg');
}
.flag-icon-ee.flag-icon-squared {
  background-image: url('ee.d46392d261fa5710.svg');
}
.flag-icon-eg {
  background-image: url('eg.dedfe3d484941e32.svg');
}
.flag-icon-eg.flag-icon-squared {
  background-image: url('eg.e7062bc106f04a77.svg');
}
.flag-icon-eh {
  background-image: url('eh.68340ff37e6cd5f6.svg');
}
.flag-icon-eh.flag-icon-squared {
  background-image: url('eh.55bddc3403f29278.svg');
}
.flag-icon-er {
  background-image: url('er.d712247398bfeb60.svg');
}
.flag-icon-er.flag-icon-squared {
  background-image: url('er.34eafbdf0a883441.svg');
}
.flag-icon-es {
  background-image: url('es.06959dc0e5104814.svg');
}
.flag-icon-es.flag-icon-squared {
  background-image: url('es.d437a88643b8d13e.svg');
}
.flag-icon-et {
  background-image: url('et.b75656b463b4c8cd.svg');
}
.flag-icon-et.flag-icon-squared {
  background-image: url('et.48cbb9c5da15d885.svg');
}
.flag-icon-fi {
  background-image: url('fi.ac3ce686df955440.svg');
}
.flag-icon-fi.flag-icon-squared {
  background-image: url('fi.88961c2ac6f8928a.svg');
}
.flag-icon-fj {
  background-image: url('fj.093697487a3ddcfd.svg');
}
.flag-icon-fj.flag-icon-squared {
  background-image: url('fj.e9ea022fd02b6f11.svg');
}
.flag-icon-fk {
  background-image: url('fk.0bc3ffc319df5077.svg');
}
.flag-icon-fk.flag-icon-squared {
  background-image: url('fk.018956b4aa244ea2.svg');
}
.flag-icon-fm {
  background-image: url('fm.44df84d7e8a6cee0.svg');
}
.flag-icon-fm.flag-icon-squared {
  background-image: url('fm.8f6ee6b07b23f53f.svg');
}
.flag-icon-fo {
  background-image: url('fo.ef8a9800f38c75d8.svg');
}
.flag-icon-fo.flag-icon-squared {
  background-image: url('fo.6e10eda3ba95f57b.svg');
}
.flag-icon-fr {
  background-image: url('fr.c57cbfe51dd75f1a.svg');
}
.flag-icon-fr.flag-icon-squared {
  background-image: url('fr.f2cdd26fac58c74e.svg');
}
.flag-icon-ga {
  background-image: url('ga.c54a47167127d025.svg');
}
.flag-icon-ga.flag-icon-squared {
  background-image: url('ga.ed2911b69769082d.svg');
}
.flag-icon-gb {
  background-image: url('gb.90bfbf6e60d2b604.svg');
}
.flag-icon-gb.flag-icon-squared {
  background-image: url('gb.2117e9c7214fc8f3.svg');
}
.flag-icon-gd {
  background-image: url('gd.1969f1907e861d39.svg');
}
.flag-icon-gd.flag-icon-squared {
  background-image: url('gd.acb8bab45c765015.svg');
}
.flag-icon-ge {
  background-image: url('ge.c13e18fe05800ff3.svg');
}
.flag-icon-ge.flag-icon-squared {
  background-image: url('ge.8c29f3feb009d13a.svg');
}
.flag-icon-gf {
  background-image: url('gf.dd446f088223b290.svg');
}
.flag-icon-gf.flag-icon-squared {
  background-image: url('gf.a454d7ca0f288c65.svg');
}
.flag-icon-gg {
  background-image: url('gg.fd694f710cc59034.svg');
}
.flag-icon-gg.flag-icon-squared {
  background-image: url('gg.6609ccdaab3e708c.svg');
}
.flag-icon-gh {
  background-image: url('gh.96434a66f6f47f56.svg');
}
.flag-icon-gh.flag-icon-squared {
  background-image: url('gh.83c22782ef826463.svg');
}
.flag-icon-gi {
  background-image: url('gi.15c7f57ccceee5fd.svg');
}
.flag-icon-gi.flag-icon-squared {
  background-image: url('gi.2e0557f8d53005bb.svg');
}
.flag-icon-gl {
  background-image: url('gl.78358425ff2479d1.svg');
}
.flag-icon-gl.flag-icon-squared {
  background-image: url('gl.5444bdb44a269036.svg');
}
.flag-icon-gm {
  background-image: url('gm.ed8bbaabdb1528d1.svg');
}
.flag-icon-gm.flag-icon-squared {
  background-image: url('gm.f9f1be291eaa0359.svg');
}
.flag-icon-gn {
  background-image: url('gn.649ba66fbb281995.svg');
}
.flag-icon-gn.flag-icon-squared {
  background-image: url('gn.f18770787f9844b6.svg');
}
.flag-icon-gp {
  background-image: url('gp.3c8f7f39399e4923.svg');
}
.flag-icon-gp.flag-icon-squared {
  background-image: url('gp.59a4c32f781481c8.svg');
}
.flag-icon-gq {
  background-image: url('gq.261ba19799761e24.svg');
}
.flag-icon-gq.flag-icon-squared {
  background-image: url('gq.743a878e918f7994.svg');
}
.flag-icon-gr {
  background-image: url('gr.7585b8689276bb79.svg');
}
.flag-icon-gr.flag-icon-squared {
  background-image: url('gr.c365377322d97424.svg');
}
.flag-icon-gs {
  background-image: url('gs.3a3b09ef17dc053a.svg');
}
.flag-icon-gs.flag-icon-squared {
  background-image: url('gs.0aabd251c69a703c.svg');
}
.flag-icon-gt {
  background-image: url('gt.0fa9b646fb4c2246.svg');
}
.flag-icon-gt.flag-icon-squared {
  background-image: url('gt.8ebad9597cc772ee.svg');
}
.flag-icon-gu {
  background-image: url('gu.abb6bea1b9b0d568.svg');
}
.flag-icon-gu.flag-icon-squared {
  background-image: url('gu.f27987bb1548b7af.svg');
}
.flag-icon-gw {
  background-image: url('gw.2ff9f6143e6761be.svg');
}
.flag-icon-gw.flag-icon-squared {
  background-image: url('gw.c06ce46809830b29.svg');
}
.flag-icon-gy {
  background-image: url('gy.17a8677b7102bc6f.svg');
}
.flag-icon-gy.flag-icon-squared {
  background-image: url('gy.f351eb1076248fdf.svg');
}
.flag-icon-hk {
  background-image: url('hk.d6359d424208cddd.svg');
}
.flag-icon-hk.flag-icon-squared {
  background-image: url('hk.06bb59014b8dd775.svg');
}
.flag-icon-hm {
  background-image: url('hm.8d72e8acd1434b26.svg');
}
.flag-icon-hm.flag-icon-squared {
  background-image: url('hm.c0778d798df393cb.svg');
}
.flag-icon-hn {
  background-image: url('hn.43437e2f2bcc3ff4.svg');
}
.flag-icon-hn.flag-icon-squared {
  background-image: url('hn.82bc08e2ca327828.svg');
}
.flag-icon-hr {
  background-image: url('hr.fba2b0616d55fdd1.svg');
}
.flag-icon-hr.flag-icon-squared {
  background-image: url('hr.7863c5875b8fb4b4.svg');
}
.flag-icon-ht {
  background-image: url('ht.389b7cade913f4af.svg');
}
.flag-icon-ht.flag-icon-squared {
  background-image: url('ht.ffcb120a1d8691fb.svg');
}
.flag-icon-hu {
  background-image: url('hu.16c6335fefd2e760.svg');
}
.flag-icon-hu.flag-icon-squared {
  background-image: url('hu.dd178f4f4d4b8365.svg');
}
.flag-icon-id {
  background-image: url('id.e65d9b99f050fdd8.svg');
}
.flag-icon-id.flag-icon-squared {
  background-image: url('id.9543cdc29c76deaf.svg');
}
.flag-icon-ie {
  background-image: url('ie.81491cb3746c1b2f.svg');
}
.flag-icon-ie.flag-icon-squared {
  background-image: url('ie.3ffc25e6b10af1bf.svg');
}
.flag-icon-il {
  background-image: url('il.4c664c982a0fe5ff.svg');
}
.flag-icon-il.flag-icon-squared {
  background-image: url('il.a70b5d87d4b89760.svg');
}
.flag-icon-im {
  background-image: url('im.5629525cf6066d48.svg');
}
.flag-icon-im.flag-icon-squared {
  background-image: url('im.52ad22ce342c11d6.svg');
}
.flag-icon-in {
  background-image: url('in.8353505d8d877b1f.svg');
}
.flag-icon-in.flag-icon-squared {
  background-image: url('in.2fc15f9d38d369cb.svg');
}
.flag-icon-io {
  background-image: url('io.b29464d3c3f5e3d6.svg');
}
.flag-icon-io.flag-icon-squared {
  background-image: url('io.24dc6130dc20bf02.svg');
}
.flag-icon-iq {
  background-image: url('iq.f96d19bfb8a136ad.svg');
}
.flag-icon-iq.flag-icon-squared {
  background-image: url('iq.c9842e036f17cd80.svg');
}
.flag-icon-ir {
  background-image: url('ir.69c583621588e2ad.svg');
}
.flag-icon-ir.flag-icon-squared {
  background-image: url('ir.5641921e12be60a6.svg');
}
.flag-icon-is {
  background-image: url('is.f7831ec661095916.svg');
}
.flag-icon-is.flag-icon-squared {
  background-image: url('is.fa1f674439f6fff4.svg');
}
.flag-icon-it {
  background-image: url('it.919398e666b04e52.svg');
}
.flag-icon-it.flag-icon-squared {
  background-image: url('it.a33eed705f40f5fa.svg');
}
.flag-icon-je {
  background-image: url('je.ec89ca86c9267512.svg');
}
.flag-icon-je.flag-icon-squared {
  background-image: url('je.391c5ef63d7a292e.svg');
}
.flag-icon-jm {
  background-image: url('jm.b11627482ab8e39e.svg');
}
.flag-icon-jm.flag-icon-squared {
  background-image: url('jm.da265f631a97254d.svg');
}
.flag-icon-jo {
  background-image: url('jo.c1357aa192dfa9e0.svg');
}
.flag-icon-jo.flag-icon-squared {
  background-image: url('jo.fa5d8467134bbaee.svg');
}
.flag-icon-jp {
  background-image: url('jp.93f582eb6c2a6b84.svg');
}
.flag-icon-jp.flag-icon-squared {
  background-image: url('jp.d4db59d902905748.svg');
}
.flag-icon-ke {
  background-image: url('ke.cdfcc828def61583.svg');
}
.flag-icon-ke.flag-icon-squared {
  background-image: url('ke.1050d1345c614ede.svg');
}
.flag-icon-kg {
  background-image: url('kg.596fdb1ce5c55ec1.svg');
}
.flag-icon-kg.flag-icon-squared {
  background-image: url('kg.3efb33ca2e4d15f4.svg');
}
.flag-icon-kh {
  background-image: url('kh.cf2628823d293fc6.svg');
}
.flag-icon-kh.flag-icon-squared {
  background-image: url('kh.d6f641e27acdb4c7.svg');
}
.flag-icon-ki {
  background-image: url('ki.3bc5bc73980cbb07.svg');
}
.flag-icon-ki.flag-icon-squared {
  background-image: url('ki.80d7dd767b05c7a0.svg');
}
.flag-icon-km {
  background-image: url('km.16b0abc199863f6b.svg');
}
.flag-icon-km.flag-icon-squared {
  background-image: url('km.7ce2dd2b85578ad5.svg');
}
.flag-icon-kn {
  background-image: url('kn.92fc9f3a09690c74.svg');
}
.flag-icon-kn.flag-icon-squared {
  background-image: url('kn.9344d9173cb5d463.svg');
}
.flag-icon-kp {
  background-image: url('kp.4eecd0f0cb72037f.svg');
}
.flag-icon-kp.flag-icon-squared {
  background-image: url('kp.3cb6e60f5e01aaad.svg');
}
.flag-icon-kr {
  background-image: url('kr.0eefbc99cea946cf.svg');
}
.flag-icon-kr.flag-icon-squared {
  background-image: url('kr.9680a4f575c60cd1.svg');
}
.flag-icon-kw {
  background-image: url('kw.07a3a449e6c1e6e4.svg');
}
.flag-icon-kw.flag-icon-squared {
  background-image: url('kw.6a169b4f992f0f61.svg');
}
.flag-icon-ky {
  background-image: url('ky.97bbf5afa3bdf62c.svg');
}
.flag-icon-ky.flag-icon-squared {
  background-image: url('ky.c8095c715ce3d351.svg');
}
.flag-icon-kz {
  background-image: url('kz.8bd52995b8fbfcf9.svg');
}
.flag-icon-kz.flag-icon-squared {
  background-image: url('kz.46dae13a4fc3ee21.svg');
}
.flag-icon-la {
  background-image: url('la.6a4fb31da1cec0eb.svg');
}
.flag-icon-la.flag-icon-squared {
  background-image: url('la.356491ccd24b2a79.svg');
}
.flag-icon-lb {
  background-image: url('lb.affa28ef8638aa03.svg');
}
.flag-icon-lb.flag-icon-squared {
  background-image: url('lb.97d69a8216eba8ed.svg');
}
.flag-icon-lc {
  background-image: url('lc.91eebda35b46092f.svg');
}
.flag-icon-lc.flag-icon-squared {
  background-image: url('lc.cb398d47df89c144.svg');
}
.flag-icon-li {
  background-image: url('li.2c4608be89b7585f.svg');
}
.flag-icon-li.flag-icon-squared {
  background-image: url('li.fe7edb53704faa9e.svg');
}
.flag-icon-lk {
  background-image: url('lk.d7069c12232d465c.svg');
}
.flag-icon-lk.flag-icon-squared {
  background-image: url('lk.9ed1f01e0cb32749.svg');
}
.flag-icon-lr {
  background-image: url('lr.3fe45e962c8960c2.svg');
}
.flag-icon-lr.flag-icon-squared {
  background-image: url('lr.92587e1c41201b51.svg');
}
.flag-icon-ls {
  background-image: url('ls.1c3125a81c505ada.svg');
}
.flag-icon-ls.flag-icon-squared {
  background-image: url('ls.ee420d92863b9a2d.svg');
}
.flag-icon-lt {
  background-image: url('lt.bf4fafec395bfdd1.svg');
}
.flag-icon-lt.flag-icon-squared {
  background-image: url('lt.8caacf8e3a68923e.svg');
}
.flag-icon-lu {
  background-image: url('lu.c7c449cb39d4ba52.svg');
}
.flag-icon-lu.flag-icon-squared {
  background-image: url('lu.f76643bed0f47af9.svg');
}
.flag-icon-lv {
  background-image: url('lv.a0f4e5015920e189.svg');
}
.flag-icon-lv.flag-icon-squared {
  background-image: url('lv.4971dcb7bdedeb14.svg');
}
.flag-icon-ly {
  background-image: url('ly.38c0325a2e20e461.svg');
}
.flag-icon-ly.flag-icon-squared {
  background-image: url('ly.a12e1a3755bfcc2a.svg');
}
.flag-icon-ma {
  background-image: url('ma.ac9e86477b1dfcf1.svg');
}
.flag-icon-ma.flag-icon-squared {
  background-image: url('ma.011669b174f36ccc.svg');
}
.flag-icon-mc {
  background-image: url('mc.4575357b9824acd5.svg');
}
.flag-icon-mc.flag-icon-squared {
  background-image: url('mc.8d86df982f0bef34.svg');
}
.flag-icon-md {
  background-image: url('md.ce95114e4be56da9.svg');
}
.flag-icon-md.flag-icon-squared {
  background-image: url('md.02e5cdc1142ed78b.svg');
}
.flag-icon-me {
  background-image: url('me.327a700bf3e225ea.svg');
}
.flag-icon-me.flag-icon-squared {
  background-image: url('me.fb36c3a6b230dcfd.svg');
}
.flag-icon-mf {
  background-image: url('mf.19cb04afc34916e1.svg');
}
.flag-icon-mf.flag-icon-squared {
  background-image: url('mf.70fb28a237efa7f9.svg');
}
.flag-icon-mg {
  background-image: url('mg.74fd2f4ecf63b910.svg');
}
.flag-icon-mg.flag-icon-squared {
  background-image: url('mg.2deded19369201a7.svg');
}
.flag-icon-mh {
  background-image: url('mh.fb7529093be16633.svg');
}
.flag-icon-mh.flag-icon-squared {
  background-image: url('mh.268d39bc510429f4.svg');
}
.flag-icon-mk {
  background-image: url('mk.e08d824ee41156ca.svg');
}
.flag-icon-mk.flag-icon-squared {
  background-image: url('mk.2e8a86db062ab93e.svg');
}
.flag-icon-ml {
  background-image: url('ml.8913b6a0fecc4c4b.svg');
}
.flag-icon-ml.flag-icon-squared {
  background-image: url('ml.ba7ce81b14de908f.svg');
}
.flag-icon-mm {
  background-image: url('mm.3e459345645bf834.svg');
}
.flag-icon-mm.flag-icon-squared {
  background-image: url('mm.88bcb5e02683d841.svg');
}
.flag-icon-mn {
  background-image: url('mn.52714d41f43debd3.svg');
}
.flag-icon-mn.flag-icon-squared {
  background-image: url('mn.2815d20256985f8b.svg');
}
.flag-icon-mo {
  background-image: url('mo.7fa102dea2a5bcfc.svg');
}
.flag-icon-mo.flag-icon-squared {
  background-image: url('mo.ea3ff7cfdd824c25.svg');
}
.flag-icon-mp {
  background-image: url('mp.f7212c13e720d8df.svg');
}
.flag-icon-mp.flag-icon-squared {
  background-image: url('mp.d35356e3a9e6fe28.svg');
}
.flag-icon-mq {
  background-image: url('mq.973dddcf4324d668.svg');
}
.flag-icon-mq.flag-icon-squared {
  background-image: url('mq.bec739b346ee525b.svg');
}
.flag-icon-mr {
  background-image: url('mr.c8464da930a9a6b4.svg');
}
.flag-icon-mr.flag-icon-squared {
  background-image: url('mr.68f7ed49c7fa5d19.svg');
}
.flag-icon-ms {
  background-image: url('ms.65199c5d572d5880.svg');
}
.flag-icon-ms.flag-icon-squared {
  background-image: url('ms.798912b3019837b8.svg');
}
.flag-icon-mt {
  background-image: url('mt.1d01be1759061007.svg');
}
.flag-icon-mt.flag-icon-squared {
  background-image: url('mt.86e121ad67a6196d.svg');
}
.flag-icon-mu {
  background-image: url('mu.c9c6e4ee68ac3e58.svg');
}
.flag-icon-mu.flag-icon-squared {
  background-image: url('mu.42abd700c57bc853.svg');
}
.flag-icon-mv {
  background-image: url('mv.f37078c165257992.svg');
}
.flag-icon-mv.flag-icon-squared {
  background-image: url('mv.cd985551a0e467a4.svg');
}
.flag-icon-mw {
  background-image: url('mw.05e2049f5e65d8f7.svg');
}
.flag-icon-mw.flag-icon-squared {
  background-image: url('mw.26525b02506b9048.svg');
}
.flag-icon-mx {
  background-image: url('mx.649f5f460c6b7fe4.svg');
}
.flag-icon-mx.flag-icon-squared {
  background-image: url('mx.e9a3e20700551cbb.svg');
}
.flag-icon-my {
  background-image: url('my.482ad0726a08cb02.svg');
}
.flag-icon-my.flag-icon-squared {
  background-image: url('my.225fd2ef1db1388b.svg');
}
.flag-icon-mz {
  background-image: url('mz.f0b9d01ce4927305.svg');
}
.flag-icon-mz.flag-icon-squared {
  background-image: url('mz.51e62617dc79b66c.svg');
}
.flag-icon-na {
  background-image: url('na.511a133e3d01fbaf.svg');
}
.flag-icon-na.flag-icon-squared {
  background-image: url('na.50ffeccea239dfec.svg');
}
.flag-icon-nc {
  background-image: url('nc.8cba027088fd29c1.svg');
}
.flag-icon-nc.flag-icon-squared {
  background-image: url('nc.c68aa329ea58fc24.svg');
}
.flag-icon-ne {
  background-image: url('ne.6a215ca5c7aded3a.svg');
}
.flag-icon-ne.flag-icon-squared {
  background-image: url('ne.ddabaa80d9de1318.svg');
}
.flag-icon-nf {
  background-image: url('nf.f1ae96409d27f221.svg');
}
.flag-icon-nf.flag-icon-squared {
  background-image: url('nf.38445d36ce2e9f54.svg');
}
.flag-icon-ng {
  background-image: url('ng.ec2e74e25c841892.svg');
}
.flag-icon-ng.flag-icon-squared {
  background-image: url('ng.5247079e7909b3e4.svg');
}
.flag-icon-ni {
  background-image: url('ni.b64400423e579c50.svg');
}
.flag-icon-ni.flag-icon-squared {
  background-image: url('ni.b05411eaccf8bf6d.svg');
}
.flag-icon-nl {
  background-image: url('nl.855125168e8136ad.svg');
}
.flag-icon-nl.flag-icon-squared {
  background-image: url('nl.0f90b76dc87568ce.svg');
}
.flag-icon-no {
  background-image: url('no.4ceb414c5349393c.svg');
}
.flag-icon-no.flag-icon-squared {
  background-image: url('no.a519bc0fe2e7bce4.svg');
}
.flag-icon-np {
  background-image: url('np.a31db540bbf4755d.svg');
}
.flag-icon-np.flag-icon-squared {
  background-image: url('np.9be1f7f46cc4a1ee.svg');
}
.flag-icon-nr {
  background-image: url('nr.4ef3f72a6caa53a8.svg');
}
.flag-icon-nr.flag-icon-squared {
  background-image: url('nr.7a60aa45a95b6e9f.svg');
}
.flag-icon-nu {
  background-image: url('nu.70dea1cda295e24d.svg');
}
.flag-icon-nu.flag-icon-squared {
  background-image: url('nu.f8ee785e5386739d.svg');
}
.flag-icon-nz {
  background-image: url('nz.8adaba46fbb4e06a.svg');
}
.flag-icon-nz.flag-icon-squared {
  background-image: url('nz.eb905fac58b9dcce.svg');
}
.flag-icon-om {
  background-image: url('om.b056ea0258e5de3d.svg');
}
.flag-icon-om.flag-icon-squared {
  background-image: url('om.dc50f2a7bf6c8060.svg');
}
.flag-icon-pa {
  background-image: url('pa.78bb9a3dbec97e33.svg');
}
.flag-icon-pa.flag-icon-squared {
  background-image: url('pa.42995b1cd263d8c6.svg');
}
.flag-icon-pe {
  background-image: url('pe.b563127a25a59369.svg');
}
.flag-icon-pe.flag-icon-squared {
  background-image: url('pe.6af0de17d211fe2d.svg');
}
.flag-icon-pf {
  background-image: url('pf.236ad5be1fe14b41.svg');
}
.flag-icon-pf.flag-icon-squared {
  background-image: url('pf.219cc0b18d9af63b.svg');
}
.flag-icon-pg {
  background-image: url('pg.8fcd66c6419c7ad6.svg');
}
.flag-icon-pg.flag-icon-squared {
  background-image: url('pg.298259eb72a34163.svg');
}
.flag-icon-ph {
  background-image: url('ph.1d4078297c5f72ea.svg');
}
.flag-icon-ph.flag-icon-squared {
  background-image: url('ph.0895254fac5609b5.svg');
}
.flag-icon-pk {
  background-image: url('pk.ee81f4c9d587cdce.svg');
}
.flag-icon-pk.flag-icon-squared {
  background-image: url('pk.a3662ce628c5e7bf.svg');
}
.flag-icon-pl {
  background-image: url('pl.4ca59b6d587566c3.svg');
}
.flag-icon-pl.flag-icon-squared {
  background-image: url('pl.b7f0464cbdaae06c.svg');
}
.flag-icon-pm {
  background-image: url('pm.8f0690bbcaa6f89b.svg');
}
.flag-icon-pm.flag-icon-squared {
  background-image: url('pm.9cc33dad36b4bd58.svg');
}
.flag-icon-pn {
  background-image: url('pn.86b56e613556ff31.svg');
}
.flag-icon-pn.flag-icon-squared {
  background-image: url('pn.5fa2476c691aeb6a.svg');
}
.flag-icon-pr {
  background-image: url('pr.3ebd47c69836132b.svg');
}
.flag-icon-pr.flag-icon-squared {
  background-image: url('pr.6dd9b4f6046147bd.svg');
}
.flag-icon-ps {
  background-image: url('ps.4469e30af58af836.svg');
}
.flag-icon-ps.flag-icon-squared {
  background-image: url('ps.2e9b2e0219bceacb.svg');
}
.flag-icon-pt {
  background-image: url('pt.22484bb5d166584a.svg');
}
.flag-icon-pt.flag-icon-squared {
  background-image: url('pt.6c6780c4a61f6ee7.svg');
}
.flag-icon-pw {
  background-image: url('pw.a868a4433a501534.svg');
}
.flag-icon-pw.flag-icon-squared {
  background-image: url('pw.87abb680298164d7.svg');
}
.flag-icon-py {
  background-image: url('py.084d524e122f16b3.svg');
}
.flag-icon-py.flag-icon-squared {
  background-image: url('py.11fd6bef5379da05.svg');
}
.flag-icon-qa {
  background-image: url('qa.779b4876c446bf0c.svg');
}
.flag-icon-qa.flag-icon-squared {
  background-image: url('qa.7023ac39837312aa.svg');
}
.flag-icon-re {
  background-image: url('re.a1d6142eac19890b.svg');
}
.flag-icon-re.flag-icon-squared {
  background-image: url('re.4d18457f5c4225b8.svg');
}
.flag-icon-ro {
  background-image: url('ro.c05f47cb02a1804b.svg');
}
.flag-icon-ro.flag-icon-squared {
  background-image: url('ro.4885a544c38934a1.svg');
}
.flag-icon-rs {
  background-image: url('rs.5f5ba06ef1a367c5.svg');
}
.flag-icon-rs.flag-icon-squared {
  background-image: url('rs.1cf461d6800542d8.svg');
}
.flag-icon-ru {
  background-image: url('ru.6d651e8b5f901c01.svg');
}
.flag-icon-ru.flag-icon-squared {
  background-image: url('ru.63932a35a2218052.svg');
}
.flag-icon-rw {
  background-image: url('rw.5f8f09af2cb6d2a2.svg');
}
.flag-icon-rw.flag-icon-squared {
  background-image: url('rw.512c1efea84afaa9.svg');
}
.flag-icon-sa {
  background-image: url('sa.5666126032759a9b.svg');
}
.flag-icon-sa.flag-icon-squared {
  background-image: url('sa.82c318a1eb6bf48e.svg');
}
.flag-icon-sb {
  background-image: url('sb.648068e994ff5fc6.svg');
}
.flag-icon-sb.flag-icon-squared {
  background-image: url('sb.df47aa2650da8af5.svg');
}
.flag-icon-sc {
  background-image: url('sc.af8421163499cd35.svg');
}
.flag-icon-sc.flag-icon-squared {
  background-image: url('sc.8106c111652b7624.svg');
}
.flag-icon-sd {
  background-image: url('sd.394317a3c9b499a8.svg');
}
.flag-icon-sd.flag-icon-squared {
  background-image: url('sd.17256bf87d2b52eb.svg');
}
.flag-icon-se {
  background-image: url('se.1b252775b92534f8.svg');
}
.flag-icon-se.flag-icon-squared {
  background-image: url('se.8846e26aeae12615.svg');
}
.flag-icon-sg {
  background-image: url('sg.7ad85643544ae93f.svg');
}
.flag-icon-sg.flag-icon-squared {
  background-image: url('sg.9745bcef0b544d32.svg');
}
.flag-icon-sh {
  background-image: url('sh.540d2f81a0fe5848.svg');
}
.flag-icon-sh.flag-icon-squared {
  background-image: url('sh.12bf93e590b57380.svg');
}
.flag-icon-si {
  background-image: url('si.fdaada74e75bd21e.svg');
}
.flag-icon-si.flag-icon-squared {
  background-image: url('si.d20bce7f4cf708e6.svg');
}
.flag-icon-sj {
  background-image: url('sj.239f992c4b154e30.svg');
}
.flag-icon-sj.flag-icon-squared {
  background-image: url('sj.86309dc7785d4e09.svg');
}
.flag-icon-sk {
  background-image: url('sk.cf67b282bb345b64.svg');
}
.flag-icon-sk.flag-icon-squared {
  background-image: url('sk.0c2a33d9db410308.svg');
}
.flag-icon-sl {
  background-image: url('sl.193f7759cbfb5ccc.svg');
}
.flag-icon-sl.flag-icon-squared {
  background-image: url('sl.b8e2f9c89b6eafb0.svg');
}
.flag-icon-sm {
  background-image: url('sm.66b266efeb3b927c.svg');
}
.flag-icon-sm.flag-icon-squared {
  background-image: url('sm.3b098a73fb6adde2.svg');
}
.flag-icon-sn {
  background-image: url('sn.562c00ddb3d3bcf0.svg');
}
.flag-icon-sn.flag-icon-squared {
  background-image: url('sn.3ab9bf55d0c959a1.svg');
}
.flag-icon-so {
  background-image: url('so.6d61e2255296fce0.svg');
}
.flag-icon-so.flag-icon-squared {
  background-image: url('so.dd105f1865a47263.svg');
}
.flag-icon-sr {
  background-image: url('sr.3b1c3796bd0cc5d3.svg');
}
.flag-icon-sr.flag-icon-squared {
  background-image: url('sr.0953a6a09fbec3c2.svg');
}
.flag-icon-ss {
  background-image: url('ss.8fddfda633a43ddf.svg');
}
.flag-icon-ss.flag-icon-squared {
  background-image: url('ss.a8826f4bde4b5090.svg');
}
.flag-icon-st {
  background-image: url('st.6bec9418e43d1d7d.svg');
}
.flag-icon-st.flag-icon-squared {
  background-image: url('st.2de05a85342a0747.svg');
}
.flag-icon-sv {
  background-image: url('sv.6a2f5d4a37ed2ac8.svg');
}
.flag-icon-sv.flag-icon-squared {
  background-image: url('sv.7d522cc1546dd600.svg');
}
.flag-icon-sx {
  background-image: url('sx.f3ef4d85cff8b5d4.svg');
}
.flag-icon-sx.flag-icon-squared {
  background-image: url('sx.952f4221132af7b9.svg');
}
.flag-icon-sy {
  background-image: url('sy.6a89e1921c6c0946.svg');
}
.flag-icon-sy.flag-icon-squared {
  background-image: url('sy.8ebe2bf7822317f3.svg');
}
.flag-icon-sz {
  background-image: url('sz.f0c8e65e089cea33.svg');
}
.flag-icon-sz.flag-icon-squared {
  background-image: url('sz.cdd7a83489e6419e.svg');
}
.flag-icon-tc {
  background-image: url('tc.4f510e92fb2c319a.svg');
}
.flag-icon-tc.flag-icon-squared {
  background-image: url('tc.b94eee36b88a421b.svg');
}
.flag-icon-td {
  background-image: url('td.1b77fd31fd1b517c.svg');
}
.flag-icon-td.flag-icon-squared {
  background-image: url('td.81455db264c079d6.svg');
}
.flag-icon-tf {
  background-image: url('tf.da99ac394ead70ea.svg');
}
.flag-icon-tf.flag-icon-squared {
  background-image: url('tf.880c87b6c4188b87.svg');
}
.flag-icon-tg {
  background-image: url('tg.0213d4048b2a34dd.svg');
}
.flag-icon-tg.flag-icon-squared {
  background-image: url('tg.4099169c5583987b.svg');
}
.flag-icon-th {
  background-image: url('th.b00e082a0a342e7e.svg');
}
.flag-icon-th.flag-icon-squared {
  background-image: url('th.ef3740665c0c9208.svg');
}
.flag-icon-tj {
  background-image: url('tj.61ba05aaec515ceb.svg');
}
.flag-icon-tj.flag-icon-squared {
  background-image: url('tj.f7249a979b24efe4.svg');
}
.flag-icon-tk {
  background-image: url('tk.37fdd4d2af6185ef.svg');
}
.flag-icon-tk.flag-icon-squared {
  background-image: url('tk.baa05cabdf62849a.svg');
}
.flag-icon-tl {
  background-image: url('tl.642e466716d25e53.svg');
}
.flag-icon-tl.flag-icon-squared {
  background-image: url('tl.b84ce3f65a675e49.svg');
}
.flag-icon-tm {
  background-image: url('tm.faf9ee1e3bcb6a17.svg');
}
.flag-icon-tm.flag-icon-squared {
  background-image: url('tm.2fddb2344febd1ba.svg');
}
.flag-icon-tn {
  background-image: url('tn.1c41f8ce866ca004.svg');
}
.flag-icon-tn.flag-icon-squared {
  background-image: url('tn.7ca158622d316aa1.svg');
}
.flag-icon-to {
  background-image: url('to.e21e7b0263e689e8.svg');
}
.flag-icon-to.flag-icon-squared {
  background-image: url('to.c6f3657cced64456.svg');
}
.flag-icon-tr {
  background-image: url('tr.50bef57273441fa0.svg');
}
.flag-icon-tr.flag-icon-squared {
  background-image: url('tr.be5a4bf2d4ccc498.svg');
}
.flag-icon-tt {
  background-image: url('tt.456aabdca77c7cc1.svg');
}
.flag-icon-tt.flag-icon-squared {
  background-image: url('tt.e5eb3074e415c712.svg');
}
.flag-icon-tv {
  background-image: url('tv.4ad288016de50bb9.svg');
}
.flag-icon-tv.flag-icon-squared {
  background-image: url('tv.c66d5ca99c09ce03.svg');
}
.flag-icon-tw {
  background-image: url('tw.73a45808a2e09fcb.svg');
}
.flag-icon-tw.flag-icon-squared {
  background-image: url('tw.be895da5d21f59c1.svg');
}
.flag-icon-tz {
  background-image: url('tz.b8671ef0da22c531.svg');
}
.flag-icon-tz.flag-icon-squared {
  background-image: url('tz.87a9d85f52763d7d.svg');
}
.flag-icon-ua {
  background-image: url('ua.e68dba115271f7ba.svg');
}
.flag-icon-ua.flag-icon-squared {
  background-image: url('ua.e5a2f8007aea6f2b.svg');
}
.flag-icon-ug {
  background-image: url('ug.44ba4aaffa3fb5f0.svg');
}
.flag-icon-ug.flag-icon-squared {
  background-image: url('ug.3f3b34c115c5628a.svg');
}
.flag-icon-um {
  background-image: url('um.ecbd77ba2f68d631.svg');
}
.flag-icon-um.flag-icon-squared {
  background-image: url('um.49cf991653b7fcd6.svg');
}
.flag-icon-us {
  background-image: url('us.2d0a1dd619cb4990.svg');
}
.flag-icon-us.flag-icon-squared {
  background-image: url('us.44b61b4ce404fbd6.svg');
}
.flag-icon-uy {
  background-image: url('uy.2a7d79a695a6bfee.svg');
}
.flag-icon-uy.flag-icon-squared {
  background-image: url('uy.06c88daecfb2feea.svg');
}
.flag-icon-uz {
  background-image: url('uz.2c749f667732dd56.svg');
}
.flag-icon-uz.flag-icon-squared {
  background-image: url('uz.0135f309a7508104.svg');
}
.flag-icon-va {
  background-image: url('va.cc0e74c37b028191.svg');
}
.flag-icon-va.flag-icon-squared {
  background-image: url('va.993341876672291d.svg');
}
.flag-icon-vc {
  background-image: url('vc.2f08a5a716c89c11.svg');
}
.flag-icon-vc.flag-icon-squared {
  background-image: url('vc.269d043c4f1edab2.svg');
}
.flag-icon-ve {
  background-image: url('ve.9ddf000d8b745377.svg');
}
.flag-icon-ve.flag-icon-squared {
  background-image: url('ve.fcd323c52f705c84.svg');
}
.flag-icon-vg {
  background-image: url('vg.fa8d9f8846233053.svg');
}
.flag-icon-vg.flag-icon-squared {
  background-image: url('vg.e6ba5de256e2bf40.svg');
}
.flag-icon-vi {
  background-image: url('vi.fc650fefbf61c597.svg');
}
.flag-icon-vi.flag-icon-squared {
  background-image: url('vi.84fb19e9e56608c2.svg');
}
.flag-icon-vn {
  background-image: url('vn.aa8b6dad59428f3a.svg');
}
.flag-icon-vn.flag-icon-squared {
  background-image: url('vn.d099cfcd66f63018.svg');
}
.flag-icon-vu {
  background-image: url('vu.a63cd42249f50b12.svg');
}
.flag-icon-vu.flag-icon-squared {
  background-image: url('vu.ec98c63028431175.svg');
}
.flag-icon-wf {
  background-image: url('wf.94e4e4a2c5a55d39.svg');
}
.flag-icon-wf.flag-icon-squared {
  background-image: url('wf.b228a9d798192039.svg');
}
.flag-icon-ws {
  background-image: url('ws.7d68a871e4efcb78.svg');
}
.flag-icon-ws.flag-icon-squared {
  background-image: url('ws.7f5978f736b57d8c.svg');
}
.flag-icon-ye {
  background-image: url('ye.6c1af2f703a9b4e6.svg');
}
.flag-icon-ye.flag-icon-squared {
  background-image: url('ye.a577e010a240b440.svg');
}
.flag-icon-yt {
  background-image: url('yt.31b5ad27beb34399.svg');
}
.flag-icon-yt.flag-icon-squared {
  background-image: url('yt.e415d98a105bdbb8.svg');
}
.flag-icon-za {
  background-image: url('za.c91a932d20728eba.svg');
}
.flag-icon-za.flag-icon-squared {
  background-image: url('za.5ef89edcc67f00ee.svg');
}
.flag-icon-zm {
  background-image: url('zm.0bda1890a9052609.svg');
}
.flag-icon-zm.flag-icon-squared {
  background-image: url('zm.f8b33a14c811c848.svg');
}
.flag-icon-zw {
  background-image: url('zw.e44e6a7d32e31172.svg');
}
.flag-icon-zw.flag-icon-squared {
  background-image: url('zw.f9d263c5ebbd9ac4.svg');
}
.flag-icon-ac {
  background-image: url('ac.9b7520f733894c8d.svg');
}
.flag-icon-ac.flag-icon-squared {
  background-image: url('ac.55926b79a747d3c9.svg');
}
.flag-icon-cp {
  background-image: url('cp.09aec044e40ab32c.svg');
}
.flag-icon-cp.flag-icon-squared {
  background-image: url('cp.a919594985c9504b.svg');
}
.flag-icon-dg {
  background-image: url('dg.91ea91e18503e875.svg');
}
.flag-icon-dg.flag-icon-squared {
  background-image: url('dg.7fe1ffda4239acca.svg');
}
.flag-icon-ea {
  background-image: url('ea.84072b5e564a886b.svg');
}
.flag-icon-ea.flag-icon-squared {
  background-image: url('ea.0bf3f484a238e065.svg');
}
.flag-icon-es-ct {
  background-image: url('es-ct.5e59862b44fecd94.svg');
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url('es-ct.c6598d85ba8e8d6e.svg');
}
.flag-icon-es-ga {
  background-image: url('es-ga.fdc2ddebb023ea49.svg');
}
.flag-icon-es-ga.flag-icon-squared {
  background-image: url('es-ga.fa1f55d5f47df406.svg');
}
.flag-icon-eu {
  background-image: url('eu.a328745fca1f6e94.svg');
}
.flag-icon-eu.flag-icon-squared {
  background-image: url('eu.9e870f6934f1ae5d.svg');
}
.flag-icon-gb-eng {
  background-image: url('gb-eng.e1fc6b4f1ef88793.svg');
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url('gb-eng.5107a4c27ebbb74f.svg');
}
.flag-icon-gb-nir {
  background-image: url('gb-nir.7601f33a5cd9ba3e.svg');
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url('gb-nir.63c1b4f60a3dda80.svg');
}
.flag-icon-gb-sct {
  background-image: url('gb-sct.10f3906a11c229f1.svg');
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url('gb-sct.6618f22c09f95e71.svg');
}
.flag-icon-gb-wls {
  background-image: url('gb-wls.ed753b1e1ddfb56c.svg');
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url('gb-wls.177b6ee1d5c570a3.svg');
}
.flag-icon-ic {
  background-image: url('ic.1404e905104fed88.svg');
}
.flag-icon-ic.flag-icon-squared {
  background-image: url('ic.b8b8078e217a5b6e.svg');
}
.flag-icon-ta {
  background-image: url('ta.958e18e619833ea3.svg');
}
.flag-icon-ta.flag-icon-squared {
  background-image: url('ta.146e9f4392c98b07.svg');
}
.flag-icon-un {
  background-image: url('un.d40380aceb8f7975.svg');
}
.flag-icon-un.flag-icon-squared {
  background-image: url('un.617db84585f3fbe1.svg');
}
.flag-icon-xk {
  background-image: url('xk.d4e2b4994c0e1147.svg');
}
.flag-icon-xk.flag-icon-squared {
  background-image: url('xk.f53815cdb7a8c45a.svg');
}
.flag-icon-xx {
  background-image: url('xx.da427ff7a9449db6.svg');
}
.flag-icon-xx.flag-icon-squared {
  background-image: url('xx.4f58389d1002904f.svg');
}
/* Heading or Title font sizes */
/* Body text font sizes */
/* Body text font weight */
/* Theme bg color */
/*$bgcolor-lighter:#AA59DD;*/
/* Secondary bg color */
/*$bgcolor-orange: #F7941E;*/
/* Grey bg color */
/* Theme text color */
/*$color-lighter:#AA59DD;*/
/* Secondary text color */
/* Grey text color */
/* Font declaration */
/* Extend/Inheritance box shadows */
.flatShadow {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}
.defaultShadow, .IS_cus-accordion .mat-expansion-panel:not([class*=mat-elevation-z]), .IS_DSA_header_bg, .IS_DSA_iconRadio_ul li a, .mat-card:not([class*=mat-elevation-z]), .IS_DSA_card-widget, .IS_DSA_btnShadow, .dataTbl {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16) !important;
}
.IS_custom_modal .modal-dialog, .IS_DSA_fabButton, .IS_DSA_secondary-text-btn:hover, .IS_DSA_secondary-btn:hover, .IS_DSA_primary-btn:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.24) !important;
}
.IS_cus-accordion .mat-expanded.mat-expansion-panel:not([class*=mat-elevation-z]), .IS_DSA_alert, .IS_DSA_secondary-text-btn:active, .IS_DSA_secondary-btn:active, .IS_DSA_primary-btn:active {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.24) !important;
}
/* Web Heading or Title font sizes */
/* Web body text font sizes */
/* Web button text font sizes */
/* Web body text font weight */
/*lineheight*/
/*Web theme bg color*/
/*$bg-primary-50er:#AA59DD;*/
/* Web grey bg color */
/* $bg-neutral-60:#B8B8B8;  */
/* Web secondary bg color */
/* Web secondary Bg color */
/*$wb-bg-green-color:#DFF6DD;
$wb-bg-red-color:#FDE7E9;
$wb-bg-blue-color:#DEEBFF;
$wb-bg-orange-color:#FFF4CE ;*/
/* Web theme text color */
/*$wb-color-lighter:#AA59DD;*/
/*$wb-color-lightest:#EDCFFF;
$wb-color-light: #FAF2FF; */
/* Web secondary text color */
/*$wb-lightorange-color:#FFCA28;*/
/* Web grey text color */
/* $text-neutral-60:#B8B8B8; */
/*$text-neutral-80est:#EFEFEF;
$text-neutral-80white:#FAFAFA;*/
/* Web icon color */
/*$wb-iconcolor-lightOrange:#FFCA28;*/
/*$wb-icongrey-midlight:#B8B8B8;
$icon-neutral-80er:#DADADA;
$icon-neutral-80est:#EFEFEF;
$icon-neutral-80white:#FAFAFA;*/
/*border color*/
/* border radius*/
/* border widths*/
/*border color*/
/* %flat-shadow{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08) !important;
}
%flat-shadow-01{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08) !important;
} 
%raised-shadow{
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16) !important;
}
%default-shadow-01{
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16) !important;
}
%carouselIcon-shadow{
    box-shadow: -8px 0px 16px 0px rgba(0, 0, 0, 0.50) !important;
}
%column-shadow{
    box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.16) !important;
}*/
.DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child.open, .DSA_wb_sm-table.table-expandCollapse tbody tr.row_opened, .web-defaultShadow, .iconCodeview, .disabledIcon-Circle, .badgeIcon-Circle, .whiteIcon-Circle-small, .whiteIcon-Circle, .IS_DSA_customList li a:hover, .IS_DSA_WidgetCtr .IS_DSA_WidgetContent, .IS_DSA_prevNext:hover, .IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius li > span:hover, .IS_DSA_wb_card-widget-02.mat-card, .DSA_wb_customSlider .ng5-slider .ng5-slider-bubble:not(.ng5-slider-limit), .DSA_wb_customSlider .ng5-slider .ng5-slider-pointer, .IS_DSA_dropDown.dropdown-menu, .IS_DSA_popover.popover, .IS_DSA_popoverMainBody, .IS_DSA_tooltip.mat-tooltip, .IS_DSA_wb_customCarousel .owl-theme .owl-dots .owl-dot span, .theme-purple.bs-datepicker, .mat-card:not([class*=mat-elevation-z]), .option_ul li a, .IS_DSA_wb_card-widget.mat-card, .IS_DSA_wb_topMenu li ul.IS_DSA_wb_listItemSingle.IS_DSA_secLevel, .IS_DSA_wb_customTab .mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination, .table-titleArea .icon-cont, .IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child.open, .IS_DSA_wb_custom-table.table-expandCollapse tbody tr.row_opened, .IS_DCA_wb_cusTime.timepicker,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big, .IS_DSA_Wb_custom-form-field.custom-select-withBg,
.IS_DSA_Wb_custom-form-field.custom-form-withBg, .mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal, .IS_DSA_wb_fabButton, .IS_DSA_wb_Icon-btn span.icon_btnCont, .IS_DSA_panel {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16) !important;
}
.web-pressedShadow, .pressedShadow, .purpleIconActive-Circle, .DSA_wb_customSlider .ng5-slider .ng5-slider-pointer:focus, .option_ul li a:focus, .IS_DSA_wb_alert, .mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal:not(.IS_DSA_wb_chip-input):focus,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big:not(.IS_DSA_wb_chip-input):focus, .IS_DSA_wb_fabButton:active, .IS_DSA_wb_innerSecondary-btn:active, .IS_DSA_wb_innerPrimary-btn:active, .IS_DSA_wb_secondary-btn:active, .IS_DSA_wb_primary-btn:active, .ds_minimize, .IS_DSA_card-widget:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24) !important;
}
.DSA_wb_sm-table tbody tr.active, .DSA_wb_sm-table tbody tr:hover, .web-hoverShadow, .IS_DSA_WidgetCtr .IS_DSA_WidgetContent .ui-draggable-dragging,
.IS_DSA_WidgetCtr .IS_DSA_WidgetContent:hover, .joyride-step__container, .IS_DSA_wb_customCarousel.DSA_wb_customCarousel_card_02 .owl-theme .owl-nav [class*=owl-]:hover, .DSA_wb_customSlider .ng5-slider .ng5-slider-pointer:hover, .IS_DSA_wb_custom-dropdown.dropdown-menu, .IS_DSA_wb_custom-pagination .page-link:hover, .option_ul li a:hover, .IS_DSA_wb_card-widget.mat-card:hover, .IS_DSA_wb_normalListItemShadow li div a:hover, .table-titleArea .icon-cont:hover, .IS_DSA_wb_custom-table tbody tr.active, .mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal:hover,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big:hover, .IS_DSA_Wb_custom-form-field.custom-select-withBg:hover,
.IS_DSA_Wb_custom-form-field.custom-form-withBg:hover, .IS_DSA_wb_fabButton:hover, .IS_DSA_wb_miniPrimary-btn:hover, .IS_DSA_wb_Icon-btn:hover, .IS_DSA_wb_innerSecondary-btn:hover, .IS_DSA_wb_innerPrimary-btn:hover, .IS_DSA_wb_secondary-btn:hover, .IS_DSA_wb_primary-btn:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32) !important;
}
.IS_DSA_widgetFooter, .joyride-step__footer, .IS_DSA-Panelactions-Btn, .IS_DSA_popoverFooter, .IS_DSA_wb_custom-dropdown.dropdown-menu .IS_DSA_wb-bottomUtil, .IS_DSA_wb_card-widget.mat-card .mat-card-actions, .IS_DCA_wb_cusTime .timepicker__actions, .web_custom_modal .modal-footer, .IS_DSA_panelFooter {
  box-shadow: 0px -3px 2px 0px rgba(204, 204, 204, 0.1);
}
.IS_DSA_Appnav {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15) !important;
}
.IS_DSA_firstCol, .IS_DSA_leftFixedNAv {
  box-shadow: 1px -1px 4px 0px rgba(0, 0, 0, 0.16) !important;
}
.IS_DSA_wb_contentRightCol.IS_DSA_wb_RightColoverlay {
  box-shadow: -5px 0 25px -5px rgba(0, 0, 0, 0.75) !important;
}
.ds_sticky, .IS_DSA_stickyHeader {
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3) !important;
}
.IS_DSA_wb-IS_cus-accordion .mat-expansion-panel .mat-expansion-panel-header, .IS_DSA_wb-IS_cus-accordion .mat-expansion-panel {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.016) !important;
}
.IS_DSA_wb-cus-accordion2 .mat-expansion-panel:hover, .IS_DSA_wb-IS_cus-accordion .mat-expansion-panel:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.24) !important;
}
/*Button styles */
/* card styles*/
/**/
/* icon circle*/
/* Transition */
/* Transform */
/* rotate */
/* scale */
/* translate */
/* skew */
/* transform origin */
/*=== MEDIA QUERY ===*/
@font-face {
  font-family: "surveysicon";
  src: url('surveysicon.de845849bc8a3e4a.eot?dybt84');
  src: url('surveysicon.de845849bc8a3e4a.eot?dybt84#iefix') format("embedded-opentype"), url('surveysicon.b382d29d39772f36.ttf?dybt84') format("truetype"), url('surveysicon.298074583a17a4f9.woff?dybt84') format("woff"), url('surveysicon.cd7587c1046a57d9.svg?dybt84#surveysicon') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.surveysicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "surveysicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.surveysicon-add-folder:before {
  content: "\e900";
}
.surveysicon-add-to-template:before {
  content: "\e901";
}
.surveysicon-allquestion-in-a-page:before {
  content: "\e902";
}
.surveysicon-Checkbox:before {
  content: "\e903";
}
.surveysicon-Checkbox_Grid:before {
  content: "\e904";
}
.surveysicon-Comment:before {
  content: "\e905";
}
.surveysicon-components:before {
  content: "\e906";
}
.surveysicon-Contact_Info:before {
  content: "\e907";
}
.surveysicon-Date_Time:before {
  content: "\e908";
}
.surveysicon-Dropdown:before {
  content: "\e909";
}
.surveysicon-Embed_PDF:before {
  content: "\e90a";
}
.surveysicon-export:before {
  content: "\e90b";
}
.surveysicon-File_upload:before {
  content: "\e90c";
}
.surveysicon-HIDDEN:before {
  content: "\e90d";
}
.surveysicon-HTML_block:before {
  content: "\e90e";
}
.surveysicon-laptop:before {
  content: "\e90f";
}
.surveysicon-list_black_24dp-1:before {
  content: "\e910";
}
.surveysicon-Long_text:before {
  content: "\e911";
}
.surveysicon-Map_Input:before {
  content: "\e912";
}
.surveysicon-mobile:before {
  content: "\e913";
}
.surveysicon-Multi_Question:before {
  content: "\e914";
}
.surveysicon-Multi_textbox:before {
  content: "\e915";
}
.surveysicon-Multi_textbox2:before {
  content: "\e916";
}
.surveysicon-new-import:before {
  content: "\e917";
}
.surveysicon-Number_rating:before {
  content: "\e918";
}
.surveysicon-Numeric:before {
  content: "\e919";
}
.surveysicon-one-by-one:before {
  content: "\e91a";
}
.surveysicon-onequestion-at-a-time:before {
  content: "\e91b";
}
.surveysicon-Phone:before {
  content: "\e91c";
}
.surveysicon-Photo_upload:before {
  content: "\e91d";
}
.surveysicon-Pre_Filled_Data:before {
  content: "\e91e";
}
.surveysicon-Radio:before {
  content: "\e91f";
}
.surveysicon-Radio_Grid:before {
  content: "\e920";
}
.surveysicon-Ranking:before {
  content: "\e921";
}
.surveysicon-Rating:before {
  content: "\e922";
}
.surveysicon-ReCaptcha .path1:before {
  content: "\e923";
  color: rgb(28, 58, 169);
}
.surveysicon-ReCaptcha .path2:before {
  content: "\e924";
  margin-left: -1.0419921875em;
  color: rgb(66, 133, 244);
}
.surveysicon-ReCaptcha .path3:before {
  content: "\e925";
  margin-left: -1.0419921875em;
  color: rgb(171, 171, 171);
}
.surveysicon-responsive:before {
  content: "\e926";
}
.surveysicon-schema:before {
  content: "\e927";
}
.surveysicon-signature:before {
  content: "\e928";
}
.surveysicon-Slider:before {
  content: "\e929";
}
.surveysicon-Small_text:before {
  content: "\e92a";
}
.surveysicon-Standard_Fields:before {
  content: "\e92b";
}
.surveysicon-storage_black_24dp:before {
  content: "\e92c";
}
.surveysicon-tablet:before {
  content: "\e92d";
}
.surveysicon-template:before {
  content: "\e92e";
}
.surveysicon-Terms_Conditions:before {
  content: "\e92f";
}
.surveysicon-upload-import:before {
  content: "\e930";
}
.surveysicon-version:before {
  content: "\e931";
}
.surveysicon-Video_Upload:before {
  content: "\e932";
}
.surveysicon-Yes_No:before {
  content: "\e933";
}
/*custom css*/
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  min-height: 100%;
  background: #ffffff;
  font-family: "roboto", sans-serif !important;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ds_container {
  width: 100%;
  padding: 0px 16px;
}
.ds_mainHeaderCtr {
  background: #8626c3;
  line-height: 20px;
  /*font-size: 20px;*/
  font-weight: 700;
  position: fixed;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
}
.ds_mainHeader {
  padding: 0px;
  height: 56px;
}
@media screen and (min-width: 768px) {
  .fixedNav {
    position: fixed;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .fixedNav {
    max-width: 200px;
  }
}
.ds_leftNav {
  width: 240px;
  height: 100%;
  position: fixed;
  left: 0;
  padding: 24px !important;
  box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.14);
  background: #ffffff;
  z-index: 1;
}
.ds_leftNav mat-icon {
  float: right;
  margin-top: 6px;
}
.ds_leftNav_h3 {
  line-height: 40px;
  padding: 0px 16px;
  margin: 0;
  font-size: 16px;
  border-bottom: 1px solid #ffffff;
  font-weight: 500;
}
.ds_collapse {
  background: #efefef url('icon-collapse-arrow-dark.444b2f70703e2a19.png') right 16px top 50% no-repeat;
}
.ds_expand {
  background: #efefef url('icon-expand-arrow-dark.a43f056d2a970f5f.png') right 16px top 50% no-repeat;
}
.ds_leftNav_h4 {
  background: #ffffff;
  line-height: 40px;
  padding: 0px 16px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.ds_leftNav_h4.ds_collapse {
  background: #ffffff url('icon-collapse-arrow-dark.444b2f70703e2a19.png') right 16px top 50% no-repeat;
}
.ds_leftNav_h4.ds_expand {
  background: #ffffff url('icon-expand-arrow-dark.a43f056d2a970f5f.png') right 16px top 50% no-repeat;
}
.ds_secMenu {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
ul.dc_TreeulClass {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dc_TreeulClass > li {
  margin: 0;
  padding: 0;
}
ul.dc_TreeulClass > li > a {
  color: #7e7e7e;
  line-height: 16px;
  padding: 12px 0px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
ul.dc_TreeulClass > li > a:hover {
  color: #000000;
}
ul.dc_TreeulClass > li > a.active {
  font-weight: bold;
  color: #8626c3;
}
ul.dc_TreeulClass > li > a.active:hover {
  color: #8626c3;
}
.ds_h2Menu {
  font-size: 16px;
  color: #000000;
  margin: 0 0px 16px 0;
  font-weight: 500;
}
.ds_h2Menu:first-child {
  margin-top: 0;
}
ul.dc_TreeulClass > li > .dc_SubMenu {
  padding-left: 20px !important;
}
ul.dc_TreeulClass > li > .dc_SubMenu li a.active {
  color: #8626c3;
  position: relative;
}
ul.dc_TreeulClass > li > .dc_SubMenu li a.active:before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8626c3;
  position: absolute;
  left: -10px;
  top: 18px;
  content: "";
}
.ds_RightCnt {
  padding: 16px 0px;
  margin: 0 0 0 240px;
}
.list-withBullets {
  list-style: disc;
  margin: 0;
  margin-top: 10px;
}
.list-withBullets li {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  list-style: disc;
  margin: 0 0 0 15px;
  line-height: 25px;
}
.numberedli li {
  list-style: decimal !important;
}
.lowerAlphaLi li {
  list-style: lower-alpha !important;
}
a.ds_logo,
a.ds_logo:hover,
a.ds_logo:focus,
a.ds_logo:active {
  color: #ffffff;
  text-decoration: none;
  margin: 16px 0 12px 0;
}
body {
  background: #efefef;
  font-family: "roboto", sans-serif !important;
}
.ds_headerLftmar {
  margin-left: 80px;
}
.ds_mainMenu {
  border-bottom: 1px solid #dadada;
  background: #ffffff;
}
a.ds_Download,
.ds_Download {
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 12px;
  line-height: 32px;
}
.ds_Download a {
  color: #ffffff;
  text-decoration: underline;
}
ul.ds_mainMenuUl {
  margin: 0;
  padding: 0;
}
.ds_mainMenuUl li {
  float: left;
  list-style: none;
}
.ds_mainMenuUl li button {
  border: 0;
  line-height: 40px;
  font-size: 14px;
  padding: 0px 25px 0px 16px;
  margin-right: 16px;
  background: url('icon-expand-arrow-dark.a43f056d2a970f5f.png') 100% 50% no-repeat;
}
a.ds_allMenu,
a.ds_allMenu:hover {
  background: none;
  border: 0;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
  margin-right: 16px;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
}
.ds_firstLevelmenu .mat-menu-item,
.ds_secondLevelmenu .mat-menu-item {
  height: 40px !important;
  line-height: 40px !important;
}
.ds_firstLevelmenu .mat-menu-content:not(:empty),
.ds_secondLevelmenu .mat-menu-content:not(:empty) {
  padding: 0 !important;
}
.ds_firstLevelmenu,
.ds_secondLevelmenu,
.mat-menu-panel {
  min-height: 40px !important;
}
.ds_firstLevelmenu button:focus,
.ds_secondLevelmenu button:focus,
.ds_mainMenuUl li button:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.mobilemenuCtr a.ds_allMenu {
  padding: 0px 25px 0px 16px;
}
.mobilemenuCtr ul.ds_mainMenuUl {
  width: 250px;
}
.mobilemenuCtr .ds_mainMenuUl li {
  float: none;
  display: block;
}
.mobilemenuCtr .ds_mainMenuUl li button {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
}
.ds_firstLevelmenu .mat-menu-item-submenu-trigger::after {
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 0;
  content: "";
  display: inline-block;
  position: absolute;
  top: 55%;
  right: 16px;
  transform: translateY(-50%);
  background: url('btn-icon-next-dark.e48425b0b52f0d92.png') 100% 50% no-repeat;
}
.ds_firstLevelmenu .ds_singleElement.mat-menu-item-submenu-trigger::after {
  background: none;
}
.ds_mainContent {
  padding-top: 97px;
  padding-bottom: 40px;
}
.ds_mainContent.ds_withoutmenu {
  padding-top: 56px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ds_mainContent {
    padding-top: 50px;
  }
}
.ds_matcard {
  padding: 0 !important;
  box-shadow: 0px 0px 5px 0px rgba(168, 168, 168, 0.5);
}
.ds_matcard:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 5px 0px rgba(168, 168, 168, 0.5);
}
.ds_matcard .mat-card-header-text {
  margin: 0;
}
.ds_matcard > .mat-card-header {
  height: 60px;
  padding: 16px;
  background: #efefef;
  color: #000000;
  font-size: 14px;
  border-bottom: 0;
}
.ds_matcard > .mat-card-header .mat-card-title {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 30px;
}
.ds_matcard > .mat-card-content {
  padding: 16px;
}
.ds_absRight {
  position: absolute;
  right: 20px;
  top: 34px;
  z-index: 999;
}
.ds_linkBtn {
  position: absolute;
  left: 0px;
  top: -8px;
  z-index: 999;
  margin-right: 16px !important;
}
.ds_absRight a {
  color: #7e7e7e;
  background: #efefef;
}
.ds_absRight a.active {
  color: #8626c3 !important;
}
.ds_marRght16 {
  margin-right: 16px;
}
a.ds_copyIcon {
  color: #7e7e7e;
  font-size: 18px;
  text-decoration: none;
}
a.ds_copyIcon:hover,
a.ds_copyIcon:active {
  text-decoration: none;
}
.ds_selectedTxt {
  color: #3367d6;
}
.ds_h2 {
  font-size: 20px;
  line-height: 8px;
  padding: 24px 90px 24px 8px;
  margin: 20px 0px;
  background: #efefef;
  border-bottom: 1px solid #dadada;
}
.ds_h1Inner {
  margin: 16px 0px 16px 0px;
  font-size: 34px;
  font-weight: 400;
  color: #7e7e7e;
}
.ds_h3Inner {
  margin: 24px 0px 40px 0px;
  font-size: 20px;
  font-weight: 400;
  color: #7e7e7e;
}
.ds_h4Inner {
  margin: 24px 0px 24px 0px;
  font-size: 18px;
  font-weight: 400;
  color: #7e7e7e;
}
.ds_h5Inner {
  margin: 24px 0px 24px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #7e7e7e;
}
.ds_h5hdr {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.ds_hr {
  margin: 40px 0px;
  border: 0;
  border-bottom: 1px solid #dadada;
}
.ds_paddInnerDiv > div {
  margin-bottom: 10px;
  padding: 5px;
}
.ds_shadowbox {
  height: 50px;
  margin-bottom: 20px !important;
  padding: 10px;
}
.ds_RightCnt {
  padding: 40px !important;
  background: #fafafa;
}
.ds_RightCnt .card {
  border: 0;
}
.ds_mainFooter {
  width: 100%;
  height: 40px;
  background: #000000;
}
.ds_tabPad {
  padding: 24px 2px;
}
.ds_marTop24px {
  margin-top: 24px;
}
pre code {
  color: #737373 !important;
}
.ds_marRght16 {
  margin-right: 16px;
}
.ds_h2Menu {
  font-size: 16px;
  color: #000000;
  margin: 0 0px 16px 0;
  font-weight: 500;
}
.ds_h2Menu:first-child {
  margin-top: 0;
}
.ds_h2 {
  font-size: 32px;
  color: #000000;
  margin: 16px 0px;
  font-weight: 500;
}
.ds_h3 {
  font-size: 17px;
  color: #000000;
  margin: 16px 0px;
  font-weight: 500;
}
.ds_h4,
.ds_h4span {
  font-size: 14px;
  color: #000000;
  margin: 16px 0px;
  font-weight: 500;
}
.ds_h4span {
  margin: 0;
}
.ds_p {
  font-size: 14px;
  color: #7e7e7e;
  margin-bottom: 8px;
  font-weight: 400;
}
.ds_ul {
  position: fixed;
  margin-top: 20px;
  width: 17%;
}
.ds_ul li {
  list-style: none;
}
.ds_ul li a {
  color: #000000;
  padding: 8px 16px;
  display: block;
  font-size: 15px;
  line-height: 20px;
  border-left: 3px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-weight: normal;
  text-decoration: none;
}
.ds_ul li a:hover {
  border-left: 3px solid #8626c3;
}
.ds_ul li:last-child a {
  border-bottom: 0;
}
.ds_hr {
  border: 0;
  border-bottom: 1px solid #efefef;
}
.ds_download {
  display: inline-block;
}
.ds-full-width {
  width: 100%;
}
.ds_pUl {
  color: #7e7e7e;
  padding-left: 15px;
}
.ds_absRight a {
  color: #7e7e7e;
}
.ds_absRight a.active {
  color: #8626c3;
}
pre.ds_pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 15px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
a.ds_copyIcon {
  color: #7e7e7e;
  font-size: 18px;
  text-decoration: none;
}
a.ds_copyIcon:hover,
a.ds_copyIcon:active {
  text-decoration: none;
}
.clearboth {
  clear: both;
}
.ds_selectedTxt {
  color: #3367d6;
}
.ds_pOl {
  list-style: decimal;
}
.ds_alphabet {
  list-style: lower-alpha;
}
.ds_menuScroll {
  position: relative;
  height: calc(100% - 80px);
}
.ds_menuUl {
  list-style: none;
  margin: 0 0 0 60px;
  padding: 0;
}
.ds_menuUl li {
  float: left;
  margin: 0 0 0 32px;
}
.ds_menuUl li a {
  color: #ffffff;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 56px;
}
.ds_menuUl li a:hover,
.ds_menuUl li a:focus {
  text-decoration: none;
  opacity: 1;
}
.ds_menuUl li a.active {
  opacity: 1;
  padding: 0 0 16px;
  border-bottom: 4px solid #ffffff;
  font-weight: 500;
}
ul.dc_TreeulClass > li > .dc_SubMenu {
  padding-left: 20px !important;
}
ul.dc_TreeulClass > li > .dc_SubMenu li a.active {
  color: #8626c3;
  position: relative;
}
ul.dc_TreeulClass > li > .dc_SubMenu li a.active:before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8626c3;
  position: absolute;
  left: -10px;
  top: 18px;
  content: "";
}
.ds_section {
  padding: 24px 0 40px 0;
}
.ds_tabsection {
  padding-top: 16px;
}
.list-withBullets {
  list-style: disc;
  margin: 0;
}
.list-withBullets li {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000000;
  list-style: disc;
  margin: 0 0 0 15px;
  line-height: 25px;
}
.list-withBullets li ul {
  margin: 0 0 0 15px;
}
.list-withBullets li .example-wrap ul {
  margin: 0;
}
.list-withBullets li .example-wrap ul li {
  list-style: none;
  margin: 0;
}
hr.separator_hr {
  border-top: 1px solid #dadada;
  margin: 0;
  margin-bottom: 16px;
}
.guidelines-carousel-wrap {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 20px;
  background: #ffffff;
}
.cr-table {
  display: flex;
  width: 100%;
  align-items: center;
}
.cr-table .cr-image {
  padding-right: 0 !important;
}
.cr-table > div {
  padding: 0 20px;
}
.guidelines-carousel-wrap .cr-table {
  min-height: 450px;
}
.guidelines-carousel-wrap .owl-carousel .owl-item img {
  width: auto;
}
.guidelines-carousel-wrap p {
  font-size: 24px;
  color: #000000;
}
.guidelines-carousel-wrap .owl-nav,
.guidelines-carousel-wrap .owl-dots {
  text-align: right;
}
.guidelines-carousel-wrap .owl-prev {
  margin-right: 350px !important;
  background: url('icon-previous.40fc0963874044c9.png') no-repeat left center !important;
  padding-left: 30px !important;
}
.guidelines-carousel-wrap .owl-next {
  background: url('icon-next.8106a68443c7311f.png') no-repeat right center !important;
  padding-right: 30px !important;
}
.guidelines-carousel-wrap .owl-next:hover {
  background: url('icon-nextHover.3849a64c3be45e05.png') no-repeat right center !important;
  color: #000000 !important;
}
.guidelines-carousel-wrap .owl-prev:hover {
  background: url('icon-previousHover.797f1bfc5e79bb53.png') no-repeat left center !important;
  color: #000000 !important;
}
.guidelines-carousel-wrap .owl-dots {
  margin: -25px 150px 0 0;
}
.guidelines-carousel-wrap .owl-theme .owl-nav [class*=owl-] {
  background: none;
  color: #8626c3;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.guidelines-carousel-wrap .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #8626c3;
}
.guidelines-carousel-wrap .owl-theme .owl-dots .owl-dot.active span,
.guidelines-carousel-wrap .owl-theme .owl-dots .owl-dot:hover span {
  background: #8626c3;
}
.guidelines-carousel-wrap .owl-theme .owl-nav .disabled {
  color: #dadada !important;
  opacity: 1;
}
.guidelines-carousel-wrap .owl-theme .owl-nav .owl-prev.disabled {
  background: url('icon-previous-default.4f40ad664da9cda9.png') no-repeat left center !important;
}
.guidelines-carousel-wrap .owl-theme .owl-nav .owl-next.disabled {
  background: url('icon-next-default.beff9def7b6df27c.png') no-repeat right center !important;
}
.guidelines-carousel-wrap ol.ds_orderedlist {
  margin: 0 0 0 15px;
  padding: 0;
  float: none;
}
.guidelines-carousel-wrap .list-withBullets li {
  font-size: 1.6rem;
}
.systemMsgs-carousel .owl-prev {
  margin-right: 700px !important;
}
.tabs-carousel .owl-prev {
  margin-right: 450px !important;
}
.ds_box {
  padding: 40px;
  border: 1px solid #dadada;
  border-radius: 4px;
  margin: 16px 0 0;
  background: #ffffff;
}
.ds_box.box-2Row {
  padding: 0;
}
.row-grey-bg {
  padding: 40px;
  background: #fafafa;
}
.row-white-bg {
  padding: 40px;
}
.box-text {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 56px;
  margin: 0 0 0 80px;
  float: left;
}
ol.ds_orderedlist {
  list-style: decimal;
  margin: 20px 0 0 80px;
  float: left;
}
ol.ds_orderedlist li {
  list-style: decimal;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  margin: 0 0 16px 10px;
}
ol.ds_orderedlist li span {
  font-size: 14px;
  color: #7e7e7e;
  display: block;
  margin-top: 8px;
}
ol.ds_orderedlist li div {
  font-size: 14px;
  color: #7e7e7e;
  margin-top: 8px;
}
.row-margin {
  margin: 0 0 40px;
}
.row-white-bg .box-text {
  margin: 0 0 0 125px;
}
.txt-margin {
  margin: 40px 0 8px;
}
.ds_rightIcons {
  margin: 14px 0 0;
}
.ds_rightIcons li {
  float: left;
  margin: 0 0 0 20px;
}
.ds_rightIcons li a {
  display: inline-block;
}
.dataTbl {
  width: 100%;
}
.dataTbl th {
  background: #fafafa;
  color: #000000;
  padding: 10px 15px;
  line-height: 15px;
  font-weight: 500;
}
.dataTbl td {
  background: #ffffff;
  color: #000000;
  padding: 10px 15px;
  line-height: 15px;
  border-bottom: 1px solid #fafafa;
}
.ds_rightArrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #dadada;
  display: inline-block;
  margin-top: 30px;
}
.ds_docImg {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ds_docImg img {
  width: 100%;
}
.ds_docImg img.smallImg {
  width: 80%;
}
.ds_views {
  margin-top: 12px;
}
.ds_views a,
.ds_views a:hover,
.ds_views a:focus {
  color: #ffffff !important;
  text-align: center;
  float: left;
  vertical-align: middle;
  height: 25px;
}
.ds_views a i {
  font-size: 30px;
  height: 30px;
  text-decoration: none;
  opacity: 0.5;
  float: left;
  vertical-align: middle;
}
.ds_views a strong {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  opacity: 0.5;
  vertical-align: middle;
  line-height: 30px;
  display: inline-block;
  margin-left: 10px;
}
.ds_views a strong.margin1 {
  margin-left: 5px;
}
.ds_views a:hover,
.ds_views a:hover strong,
.ds_views a:hover i {
  opacity: 1;
  text-decoration: none;
}
.ds_views a.active,
.ds_views a.active strong,
.ds_views a.active i {
  opacity: 1;
}
.mat-drawer-container,
.mat-drawer-content {
  z-index: auto !important;
}
.mat-drawer-content {
  overflow: hidden !important;
}
.ds_homePageBg {
  background: #8626c3;
  margin: 0 -16px;
  padding: 32px 0;
}
.ds_docHeight {
  min-height: calc(100vh - 96px);
}
.ds_h1HomeHeader {
  font-size: 35px;
  font-weight: 500;
  margin: 0 0 24px;
}
.ds_h1Header {
  font-size: 2.2rem;
  font-weight: 500;
}
.width-55 {
  width: 55%;
  margin: 0 auto 32px;
}
.ds_copyRightTxt {
  line-height: 40px;
  color: #999999;
}
.IS_DSA_card-widget:hover .IS_DSA_h4Header {
  color: #8626c3;
}
.IS_DSA_card-widget:hover {
  cursor: pointer;
}
.designView.active,
.codeView.active {
  display: block;
}
.designView.hide,
.codeView.hide {
  display: none;
}
@media screen and (max-width: 1366px) {
  .ds_fullWidthImg {
    max-width: 100%;
  }
  .anatomy-wrap .cr-image {
    width: 450px;
  }
  .anatomy-wrap .cr-image img {
    width: 100%;
  }
  .hamburger-carousel-txt .cr-table > div {
    width: 50%;
  }
  .hamburger-carousel-txt .cr-table > div.cr-image img {
    width: 100%;
  }
  .systemMsgs-carousel .owl-prev {
    margin-right: 694px !important;
  }
}
.ds_docCustom-tab {
  clear: both;
  display: block !important;
}
.ds_docCustom-tab .mat-tab-label,
.ds_docCustom-tab .mat-tab-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
  opacity: 1;
  min-width: 120px;
}
.ds_docCustom-tab.mat-tab-group.mat-primary .mat-ink-bar,
.ds_docCustom-tab .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #8626c3;
}
.ds_docCustom-tab .mat-ink-bar {
  height: 4px;
}
.ds_docCustom-tab .mat-tab-label {
  padding: 0;
  margin-right: 20px;
}
.ds_h2Header {
  font-size: 1.6rem;
  font-weight: 400;
}
.ds_h3Header {
  font-size: 1.4rem;
  font-weight: 400;
}
.customTable {
  width: 100%;
  background: transparent;
}
.customTable .mat-header-cell {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #dadada;
}
.customTable td.mat-cell {
  border: none;
  color: #000000;
}
.customTable td.mat-cell:first-of-type,
.customTable td.mat-footer-cell:first-of-type,
.customTable th.mat-header-cell:first-of-type {
  padding: 0;
}
.customTable .td-1 {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: capitalize;
}
.customTable .td-2 {
  font-size: 1.4rem;
  font-weight: 400;
}
.customTable .td-3 {
  font-size: 1.4rem;
  font-weight: 500;
}
.customTable .td-4 {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.customTable .td-5 {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.customTable .td-6 {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: capitalize;
}
.customTable .td-7 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}
.customTable .td-8 {
  font-size: 1rem;
  font-weight: 400;
}
.txt-green {
  color: #0b8043;
}
.ds_dataGrid {
  width: 100%;
  background: transparent;
}
ol.ds_numberOl,
.ds_numberOl li {
  margin: 0;
  padding: 0;
}
.ds_numberOl li {
  list-style: decimal;
  margin-left: 20px;
}
.ds_dataGrid tr.mainTh th {
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #dadada;
  padding-bottom: 24x;
  font-size: 20px;
}
.ds_dataGrid tr.topTh th {
  padding-bottom: 24x;
  border-bottom: 1px solid #dadada;
}
.ds_dataGrid th,
.ds_dataGrid td {
  font-size: 1.4rem;
  color: #000000;
  padding: 16px 8px;
  line-height: 18px;
  vertical-align: top;
}
.ds_dataGrid th {
  border: none;
  color: #000000;
  font-weight: 500;
}
.ds_dataGrid td {
  border: none;
  color: #000000;
  font-weight: 400;
  font-size: 1.2rem;
}
.messaging_dataGrid tr th {
  width: 25%;
}
.messaging_dataGrid tr th:first-child {
  width: 35%;
}
.messaging_dataGrid tr th:last-child {
  width: 15%;
}
.messaging_dataGrid tr td {
  border-bottom: 1px solid #dadada;
}
.messaging_dataGrid ol.ds_orderedlist {
  margin: 0;
  padding: 0;
}
.messaging_dataGrid ol.ds_orderedlist li {
  font-size: 1.2rem;
  margin: 0 0 8px 10px;
}
.messaging_dataGrid ol.ds_orderedlist li span.txt-green {
  color: #0b8043;
  display: inline;
  margin: 0;
}
.ds_colwdth1 {
  width: 20%;
}
.ds_colwdth2 {
  width: 50%;
}
.ds_colwdth3 {
  width: 30%;
}
.ds_gridUL {
  line-height: 22px;
  margin-bottom: 5px;
  list-style: disc;
}
.ds_cauroselinnerTitle {
  font-size: 18px;
  font-weight: 500;
}
.ds_mainBodyDesc,
.ds_mainBodyDescUL {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 40px !important;
}
.ds_mainBodyDescUL {
  padding-left: 20px;
}
.ds_mainBodyDescUL li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 30px;
  list-style: disc;
}
.ds_bullet-list {
  list-style-position: inside;
  margin-bottom: 30px;
}
.ds_bullet-list li {
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.ds_bullet-list li:before {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #000000;
  border-radius: 50%;
  content: "";
  left: 5px;
  top: 6px;
  position: absolute;
}
.ds_mainBodyTxt3 {
  font-size: 1.2rem;
  font-weight: 400;
}
.ds_gridUL {
  margin-left: 18px;
}
.ds_gridUL li {
  list-style: disc;
}
.width-desc {
  width: 900px;
  margin: 0 auto;
}
.ds_guidelineList {
  margin-bottom: 40px;
  padding: 40px 0px 80px 0px;
  border-bottom: 1px solid #dadada;
  position: relative;
}
.ds_guidelineList:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
  padding: 40px 0px 0px 0px;
}
.ds_guidelineList:first-child {
  padding: 20px 0px 40px 0px;
}
.ds_guidlinechip {
  background: #ffffff;
  height: 40px;
  width: 150px;
  text-align: center;
  position: absolute;
  left: 40px;
  top: -20px;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #dadada;
  border-radius: 30px;
}
.list-item li {
  list-style: disc;
  list-style-position: inside;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.ds_le-wrap {
  padding: 40px 0;
}
.ds_link_teams {
  float: right;
  color: #999999;
  background: url('teams-logo-grey.b783543c50526815.png') no-repeat right;
  line-height: 40px;
  padding: 0 40px 0 0;
}
.ds_link_teams:hover,
.ds_link_teams:focus {
  color: #ffffff;
  background: url('teams-logo-white.5d824398b3658173.png') no-repeat right;
  text-decoration: none;
}
.ds_dowloadList li span {
  line-height: 30px;
  display: inline-block;
  margin-left: 5px;
}
.ds_scale {
  width: 100%;
}
.ds_fullWidthWrap {
  width: 100%;
}
.example-wrap {
  padding: 10px;
  border: 1px solid #dadada;
  border-radius: 4px;
  background: #ffffff;
}
.h4_example {
  font-size: 14px;
  margin: 0 0 8px;
}
.ds_tableList span {
  display: inline-block;
  margin-right: 30px;
}
.ds_dataGridAuto {
  width: auto;
}
@media screen and (max-width: 650px) {
  .ds_headerLftmar {
    margin-left: 16px;
  }
  .ds_views a strong {
    display: none;
  }
  a.ds_logo {
    font-size: 12px;
  }
  .ds_views a i {
    font-size: 20px;
  }
  .menu-icon.marT8 {
    margin-top: 16px !important;
  }
  .ds_h2 {
    font-size: 16px;
  }
}
.ds_minimize {
  position: fixed;
  right: 250px;
  top: 10px;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  z-index: 999999;
  color: #7e7e7e;
  padding-top: 12px;
  font-size: 28px;
  display: none;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-right: 16px;
  padding-left: 16px;
}
.row {
  margin-right: -16px;
  margin-left: -16px;
}
.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 {
  padding-right: 16px;
  padding-left: 16px;
}
.custom-range::-ms-fill-upper {
  margin-right: 16px;
}
.card-deck .card {
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .card-deck {
    margin-right: -16px;
    margin-left: -16px;
  }
  .card-deck .card {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.card-group > .card {
  margin-bottom: 16px;
}
/*new breakpoint XXl added 4 Feb 2020*/
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1400px) {
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1320px;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .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-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: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.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: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.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: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.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: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.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: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.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: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.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: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.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: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.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: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.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: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.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: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.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: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
a {
  text-decoration: none !important;
}
.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 {
  position: relative !important;
}
.mat-input-element {
  box-sizing: border-box !important;
}
html {
  font-size: 62.5%;
}
body,
html {
  font-family: "roboto", Arial, sans-serif !important;
  font-weight: 400;
  color: #212121;
  background: #fafafa;
  line-height: 1;
  min-width: 360px;
}
.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
  font-family: "roboto", Arial, sans-serif !important;
  font-weight: 400;
}
h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  padding: 0;
  margin: 0;
  line-height: 1;
}
p {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
header.DSA_mainHdr {
  background: #8626c3;
  padding: 21px 16px;
  color: #ffffff;
  font-family: "roboto", Arial, sans-serif !important;
  font-weight: 500;
}
header.DSA_mainHdr .DSA_logo {
  text-align: center;
  position: relative;
}
header.DSA_mainHdr h1, header.DSA_mainHdr .h1 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}
header.DSA_mainHdr .DSA_header-info-txt {
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 19px;
  margin-bottom: 30px;
}
.IS_DSA_headerTitle {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  margin: 0px 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
}
.IS_DSA_headerTitle.twoIcons {
  margin-right: 80px;
}
.IS_DSA_headerTitle.threeIcons {
  margin-right: 120px;
}
.IS_DSA_primary, .IS_DSA_tab-btn, .IS_DSA_secondary-text-btn, .IS_DSA_text-btn, .IS_DSA_secondary-btn, .IS_DSA_primary-btn-dark, .IS_DSA_primary-btn {
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-family: "roboto", Arial, sans-serif !important;
  border: 1px solid transparent;
  padding: 8px 16px !important;
  line-height: 16px !important;
  background: none;
}
.IS_DSA_primary-btn {
  background: #212121;
  color: #ffffff;
  border-radius: 8px !important;
  border: 1px solid #212121 !important;
}
.IS_DSA_primary-btn:active {
  background: #737373;
}
.IS_DSA_primary-btn:focus {
  outline: none !important;
}
.IS_DSA_primary-btn:disabled, .IS_DSA_primary-btn:disabled:active, .IS_DSA_primary-btn:disabled:hover {
  box-shadow: none !important;
  background: #dadada;
  color: #000000 !important;
  border: 1px solid #dadada !important;
}
.IS_DSA_primary-btn-dark {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px !important;
}
.IS_DSA_secondary-btn {
  color: #212121;
  border: 1px solid #212121 !important;
  border-radius: 8px !important;
}
.IS_DSA_secondary-btn:hover {
  border: 1px solid #dadada !important;
}
.IS_DSA_secondary-btn:active {
  background: #efefef;
  border: 1px solid #dadada !important;
}
.IS_DSA_secondary-btn:focus {
  outline: none !important;
}
.IS_DSA_secondary-btn:disabled {
  color: #dadada;
  border: 1px solid #dadada !important;
  background: #ffffff !important;
}
.IS_DSA_secondary-btn:disabled, .IS_DSA_secondary-btn:disabled:active, .IS_DSA_secondary-btn:disabled:hover {
  box-shadow: none !important;
}
.IS_DSA_text-btn {
  color: #8626c3;
  border-radius: 0;
  background: none;
  min-width: auto !important;
  padding: 8px !important;
}
.IS_DSA_text-btn:hover {
  background: #ffffff;
}
.IS_DSA_text-btn:active {
  background: #edcfff;
}
.IS_DSA_text-btn:focus {
  outline: none !important;
}
.IS_DSA_text-btn:disabled, .IS_DSA_text-btn:disabled:active, .IS_DSA_text-btn:disabled:hover {
  box-shadow: none !important;
  color: #000000 !important;
}
.IS_DSA_text-btn .Greywhite {
  color: #ffffff;
}
.IS_DSA_text-btn .Greywhite:hover {
  color: #8626c3;
}
.IS_DSA_text-btn .Greywhite:active {
  color: #8626c3;
  background: #edcfff;
}
.IS_DSA_text-btn .Greywhite:focus {
  outline: none !important;
}
.IS_DSA_secondary-text-btn {
  color: #737373;
  background: none;
  border-radius: 0;
}
.IS_DSA_secondary-text-btn:focus {
  outline: none !important;
}
.IS_DSA_secondary-text-btn:disabled {
  color: #dadada;
}
.IS_DSA_secondary-text-btn:disabled, .IS_DSA_secondary-text-btn:disabled:active, .IS_DSA_secondary-text-btn :disabled:hover {
  box-shadow: none !important;
}
.IS_DSA_tab-btn {
  color: #737373;
  border-radius: 8px;
  font-size: 0.8rem;
  background: none;
  padding: 5px 16px;
}
.IS_DSA_tab-btn.active {
  background: #8626c3;
  color: #ffffff;
  outline: none;
}
.IS_DSA_tab-btn:disabled {
  color: #dadada;
}
.IS_DSA_Icon-Btn {
  color: #8626c3;
  line-height: 24px !important;
  display: inline-block;
  padding: 4px 8px !important;
  background: none;
}
.IS_DSA_Icon-Btn span {
  margin-right: 8px;
}
.IS_DSA_Icon-Btn:active {
  background: #edcfff;
}
.IS_DSA_Icon-Btn:focus {
  outline: none !important;
}
.IS_DSA_fabButton {
  width: 56px;
  height: 56px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background: #8626c3;
  border: 0;
  line-height: 56px;
}
.IS_DSA_btnfullWdth {
  width: 100%;
  text-align: center;
}
.IS_DSA_btnShadow {
  background: #ffffff;
}
.IS_DSA_btnblock {
  width: 100%;
}
.IS_DSA_content-section {
  padding: 16px;
  margin: 0 0 54px;
}
footer.IS_DSA_mainFooter {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  min-height: 40px;
}
footer.IS_DSA_mainFooter a {
  height: 56px;
  font-size: 1rem;
  font-family: "roboto", Arial, sans-serif !important;
  font-weight: 400;
  color: #212121;
  text-align: center;
  padding-top: 8px;
}
footer.IS_DSA_mainFooter a:hover {
  text-decoration: none;
  color: #212121;
}
footer.IS_DSA_mainFooter a.active {
  color: #5e1f89;
}
footer.IS_DSA_mainFooter span {
  display: block;
}
footer.IS_DSA_mainFooter span.IS_DSA_infoTxt {
  margin: 4px 0 0;
}
footer.IS_DSA_fixedFooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.IS_DSA_flexCol {
  display: flex;
}
.IS_DSA_flexCol a {
  display: block;
  flex-grow: 1;
}
.IS_DSA_midbackground {
  background: #efefef;
}
h2.IS_DSA_mainh2, .IS_DSA_mainh2.h2 {
  font-size: 1.8rem;
  color: #000000;
  margin: 20px 0px;
  font-family: "roboto", Arial, sans-serif !important;
}
.IS_DSA_fixedFooter {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 1;
}
/* Card widget CSS - Start */
.IS_DSA_card-widget {
  min-height: 50px;
}
.IS_DSA_card-widget .DSA_flex {
  display: flex;
  grid-template-columns: 80% 20%;
}
.IS_DSA_card-widget .DSA_flex80 {
  flex-grow: 4;
}
.IS_DSA_card-widget .DSA_flex20 {
  flex-grow: 1;
}
.IS_DSA_card-widget .mat-card-header-text {
  width: 100%;
  margin: 0;
}
.IS_DSA_card-widget hr {
  border-top: 1px solid #efefef;
  margin: 0 -16px;
}
.IS_DSA_card-widget hr.IS_DSA_marhr {
  margin: 16px 0;
}
.IS_DSA_card-widget hr.nomar {
  margin: 0;
}
.IS_DSA_card-widget.dark {
  background: #212121;
}
.mat-card-image.IS_custom-card-image-bg {
  margin-bottom: -16px;
}
.IS_DSA_card-image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 4px;
}
.IS_DSA_card-image-bg img {
  width: 100%;
  height: 100%;
}
.IS_DSA_txt-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  border-radius: 4px;
  z-index: 1;
}
.IS_DSA_txt_top {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.IS_DSA_txt_top hr {
  opacity: 0.5;
}
.IS_DSA_txt_top > .mat-card-actions:last-child {
  margin-bottom: -8px;
  padding-bottom: 0;
}
.IS_DSA_card-withRtImg .IS_DSA_txt_left {
  margin-right: 106px;
}
.IS_DSA_card-withRtImg .IS_DSA_txt_left.IS_txt-withAvatar {
  margin-right: 96px;
}
.IS_DSA_card-withRtImg .IS_img-cont {
  position: absolute;
  top: 0;
  right: 0;
}
.IS_DSA_card-withLtImg .IS_img-cont {
  position: absolute;
  top: 0;
  left: 0;
}
.IS_DSA_card-widget.IS_DSA_card-withRtImg,
.IS_DSA_card-widget.IS_card-withTxt,
.IS_DSA_card-widget.IS_DSA_card-withLtImg {
  min-height: 106px;
}
.IS_DSA_card-widget.IS_DSA_card-withRtImg.IS_card-lg,
.IS_DSA_card-widget.IS_DSA_card-withLtImg.IS_card-lg {
  min-height: 136px;
  max-height: 136px;
}
.IS_DSA_card-withRtImg.IS_card-lg .IS_card-lg {
  margin: 12px 0 0;
}
.IS_DSA_card-withRtImg .IS_card-lg {
  margin: -4px 0 0;
}
.IS_DSA_card-widget.mat-card.dark > .mat-card-actions:last-child {
  margin: 0;
  padding: 0;
}
.IS_DSA_text-1line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.IS_DSA_text-2line {
  height: 42px;
  overflow: hidden;
}
.IS_DSA_text-3line {
  height: 54px;
  overflow: hidden;
}
.IS_DSA_text-4line {
  height: 72px;
  overflow: hidden;
}
.IS_DSA_h4Header.IS_DSA_text-2line {
  height: 32px;
}
p.IS_DSA_text-3line {
  height: 63px;
}
.IS_DSA_card-widget.IS_DSA_card-square {
  min-width: 100px;
  max-width: 100px;
  float: left;
}
.IS_DSA_card-widget.IS_DSA_card-square.IS_DSA_square-lg {
  min-width: 156px;
  max-width: 156px;
}
.IS_DSA_card-widget ~ .IS_DSA_card-widget {
  margin: 0 0 0 32px;
}
.IS_DSA_card-widget.IS_DSA_card-withLtImg .IS_DSA_txt_left {
  padding-left: 120px;
}
.IS_DSA_card-widget .v-menu-icon {
  background-position: center;
}
.IS_DSA_card-ul {
  list-style: none;
  padding: 0;
}
.IS_DSA_card-ul li {
  padding: 8px 0;
}
.IS_DSA_card-ul li:last-child {
  padding: 8px 0 0;
}
.IS_DSA_card-ul li.IS_DSA_card-ul {
  border-top: 1px solid #efefef !important;
}
.IS_DSA_action-ul {
  margin: 4px 0;
}
.IS_DSA_action-ul li {
  float: left;
  margin: 0 0 0 8px;
}
.IS_DSA_card-fixed {
  max-width: 156px;
  min-width: 156px;
  height: 156px;
  float: left;
}
.IS_DSA_card-fixed .align-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mat-card-actions .mat-button,
.mat-card-actions .mat-raised-button {
  margin: 0 !important;
}
.IS_DSA_card-widget.IS_DSA_card-nobg {
  background: transparent;
  box-shadow: none !important;
  padding: 0;
}
.IS_DSA_card-widget.IS_DSA_card-withLtImg .IS_DSA_txt_top .IS_DSA_txt_left {
  padding-left: 72px;
  min-height: 56px;
}
/* blogs-tile CSS - End */
/* Datepicker CSS - Start */
.IS_custom-form-field {
  width: 100%;
}
.IS_custom-form-field.mat-form-field-appearance-legacy .mat-form-field-label {
  color: #737373;
}
.IS_custom-form-field.mat-form-field-appearance-legacy .mat-form-field-underline,
.IS_custom-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background: #dadada;
}
.IS_custom-form-field.mat-form-field.mat-focused .mat-form-field-label {
  color: #737373;
}
.IS_custom-form-field.mat-form-field.mat-focused .mat-form-field-ripple {
  background: #8626c3;
  height: 1px;
}
.IS_custom-form-field input.mat-input-element {
  color: #000000;
  height: 24px;
}
.IS_custom-form-field.white.mat-form-field-appearance-legacy .mat-form-field-underline,
.IS_custom-form-field.white.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background: #dadada;
}
.IS_custom-form-field.white.mat-form-field.mat-focused .mat-form-field-ripple {
  background: #ffffff;
  height: 1px;
}
.IS_custom-form-field.white.mat-form-field-appearance-legacy .mat-form-field-label {
  color: #ffffff;
}
.IS_custom-form-field.white.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 4px 0;
}
.IS_custom-form-field.white .mat-form-field-label-wrapper {
  top: -0.5em;
  padding-top: -0.5em;
}
.IS_custom-form-field.white input.mat-input-element {
  color: #ffffff;
}
.IS_custom-form-field.white.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  margin-bottom: -4px;
}
.IS_DSA_dateClass .mat-calendar-body-selected {
  background-color: #8626c3;
}
.IS_DSA_dateClass .mat-calendar-header {
  background: #8626c3;
  padding: 16px 8px;
}
.IS_DSA_dateClass .mat-calendar-controls {
  margin-top: 0;
  margin-bottom: 0;
}
.IS_DSA_dateClass .mat-calendar-arrow {
  border-top-color: #ffffff;
}
.IS_DSA_dateClass .mat-datepicker-content .mat-calendar-next-button,
.IS_DSA_dateClass .mat-datepicker-content .mat-calendar-previous-button,
.IS_DSA_dateClass .mat-datepicker-toggle {
  color: #ffffff;
}
.IS_DSA_dateClass .mat-calendar-period-button {
  font-size: 3rem;
  color: #ffffff;
}
.IS_DSA_dateClass .mat-calendar-table-header th {
  padding: 8px 0;
}
.mat-datepicker-content.mat-datepicker-content-touch .IS_DSA_dateClass {
  max-width: 328px;
  max-height: 420px;
}
/* Datepicker CSS - End */
/* Timepicker CSS - Start */
.IS_DSA_dateClass .timepicker__header {
  background-color: #8626c3 !important;
}
.IS_DSA_dateClass .timepicker-dial__control {
  font-size: 3rem;
  font-weight: 500;
}
.IS_DSA_dateClass .clock-face__clock-hand {
  background-color: #8626c3 !important;
}
.IS_DSA_dateClass .clock-face__clock-hand::after {
  background-color: #8626c3 !important;
}
.IS_DSA_dateClass .clock-face__clock-hand::before {
  border-color: #8626c3 !important;
}
.IS_DSA_dateClass .clock-face__number > span.active {
  background-color: #8626c3 !important;
}
.IS_DSA_dateClass button:not(.timepicker-dial__item) {
  color: #8626c3 !important;
}
/* Timepicker CSS - End */
/* Checkbox CSS - Start */
.custom-checkbox ~ .custom-checkbox {
  margin: 0 0 0 16px;
}
.custom-checkbox .mat-checkbox-inner-container {
  width: 24px;
  height: 24px;
}
.custom-checkbox .mat-checkbox-background,
.custom-checkbox .mat-checkbox-frame {
  border-color: #737373;
}
.custom-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.custom-checkbox.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background: #8626c3;
  border: none;
}
.custom-checkbox .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}
.custom-checkbox.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
.custom-checkbox.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background: #dadada;
}
.custom-checkbox.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-checkmark-path {
  stroke: #efefef !important;
}
.custom-checkbox.mat-checkbox-disabled .mat-checkbox-background,
.custom-checkbox.mat-checkbox-disabled .mat-checkbox-frame {
  border: none;
}
.custom-checkbox.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border: 2px solid #dadada;
}
.custom-checkbox .mat-checkbox-checkmark {
  fill: #efefef;
}
/* Checkbox CSS - End */
/* Radio CSS - Start */
.IS_custom-radio .mat-radio-container {
  width: 24px;
  height: 24px;
}
.IS_custom-radio .mat-radio-outer-circle {
  width: 24px;
  height: 24px;
  border-color: #737373;
}
.IS_custom-radio .mat-radio-inner-circle {
  width: 24px;
  height: 24px;
}
.IS_custom-radio .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #8626c3;
}
.IS_custom-radio .mat-radio-button.mat-accent .mat-radio-inner-circle,
.IS_custom-radio .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.IS_custom-radio .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.IS_custom-radio .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #8626c3;
}
.IS_custom-radio .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,
.IS_custom-radio .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle {
  border-color: #dadada;
}
.IS_custom-radio .mat-radio-button.mat-radio-disabled .mat-radio-label-content,
.IS_custom-radio .mat-radio-button.mat-radio-button.mat-radio-checked.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: #dadada;
}
.IS_custom-radio .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.IS_custom-radio .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: #dadada;
}
.IS_custom-radio .mat-radio-label-content {
  color: #737373;
}
.IS_custom-radio .mat-radio-button.mat-radio-checked .mat-radio-label-content {
  color: #000000;
}
.IS_block-radio-group {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}
.IS_block-radio-group .block-radio-button {
  margin: 5px;
}
.IS_block-radio-group .mat-radio-button ~ .mat-radio-button {
  margin: 5px;
}
.mat-radio-button ~ .mat-radio-button {
  margin: 0 0 0 16px;
}
/* Radio CSS - End */
/* Slide toggle CSS - Start */
.IS_custom-slideToggle.mat-slide-toggle {
  display: block;
  margin: 0 0 16px;
}
.IS_custom-slideToggle .mat-slide-toggle-bar {
  background-color: #737373;
}
.IS_custom-slideToggle .mat-slide-toggle-thumb,
.IS_custom-slideToggle.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ffffff;
}
.IS_custom-slideToggle.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: #8626c3;
}
.IS_custom-slideToggle.mat-disabled .mat-slide-toggle-bar {
  background-color: #dadada;
}
.IS_custom-slideToggle.mat-disabled .mat-slide-toggle-thumb,
.IS_custom-slideToggle.mat-checked.mat-disabled .mat-slide-toggle-thumb {
  background-color: #dadada;
  border: 1px solid #737373;
}
.IS_custom-slideToggle.mat-slide-toggle.mat-checked.mat-disabled .mat-slide-toggle-bar {
  background-color: #edcfff;
}
/* Slide toggle CSS - End */
/* Input CSS - Start */
.IS_custom-form-field.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #737373;
}
.IS_custom-form-field .mat-error {
  color: #b71c1c;
}
.IS_custom-form-field.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.IS_custom-form-field.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #fde7e9;
}
.IS_custom-form-field.mat-form-field-appearance-legacy .mat-hint {
  font-size: 1rem;
  color: #737373;
}
.IS_custom-form-field.mat-form-field-disabled.mat-form-field-appearance-legacy .mat-form-field-label,
.IS_custom-form-field.mat-form-field-disabled input.mat-input-element {
  color: #dadada;
}
.IS_custom-form-field.mBottom {
  margin: 0 0 24px;
}
/* Input CSS - End */
/* Select CSS - Start */
.IS_custom-form-field .mat-select-value {
  color: #000000;
}
.IS_custom-form-field .mat-select-arrow {
  border: none;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c,.d%7Bfill:%237e7e7e;%7D.c%7Bopacity:0;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='24' height='24'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b'%3E%3Crect class='c' width='24' height='24'/%3E%3Cg transform='translate(180.3 -613.698) rotate(45)'%3E%3Crect class='d' width='9' height='2' rx='1' transform='translate(317.199 562.828)'/%3E%3Crect class='d' width='2' height='9' rx='1' transform='translate(326.234 564.793) rotate(180)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin: 0;
}
.IS_DSA_custom-select .mat-option .mat-option-text {
  font-size: 1.2rem;
  color: #212121;
}
.IS_DSA_custom-select .mat-option.mat-active {
  background: #efefef;
}
.mat-select-panel.IS_DSA_custom-select .mat-optgroup-label,
.mat-select-panel.IS_DSA_custom-select .mat-option {
  height: 40px;
  line-height: 40px;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #212121;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c,.d%7Bfill:%23dadada;%7D.c%7Bopacity:0;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='24' height='24'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b'%3E%3Crect class='c' width='24' height='24'/%3E%3Cg transform='translate(180.3 -613.698) rotate(45)'%3E%3Crect class='d' width='9' height='2' rx='1' transform='translate(317.199 562.828)'/%3E%3Crect class='d' width='2' height='9' rx='1' transform='translate(326.234 564.793) rotate(180)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mat-primary.IS_DSA_custom-select .mat-pseudo-checkbox-checked,
.mat-primary.IS_DSA_custom-select .mat-pseudo-checkbox-indeterminate {
  background-color: #8626c3;
}
/* Select CSS - End */
/*custom tag select*/
.IS_custom-chip-list {
  width: 100%;
}
.IS_custom-chip-list.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #dadada;
}
.IS_custom-chip-list .mat-chip.mat-standard-chip.IS_DSA_chipStyle-Normal,
.IS_custom-chip-list .mat-chip.mat-standard-chip.IS_DSA_chipStyle-Big {
  background-color: #ffffff;
  height: 24px;
  padding: 0px 8px;
  line-height: 24px;
  font-size: 0.75rem;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #737373;
  color: #000000;
  min-height: 24px;
}
.IS_custom-chip-list.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #8626c3;
}
.IS_custom-chip-list.mat-form-field.mat-focused .mat-form-field-label {
  color: #737373;
}
.IS_custom-chip-list.mat-form-field-appearance-legacy .mat-form-field-ripple {
  height: 1px;
}
/*custom tag select*/
/*tab component styling*/
.IS_custom_tab .mat-tab-header {
  border-bottom: 1px solid #dadada;
}
.IS_custom_tab.mat-tab-group.mat-primary .mat-ink-bar,
.IS_custom_tab.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #8626c3;
}
.IS_custom_tab .mat-tab-label .mat-tab-label-content {
  color: #737373;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
}
.IS_custom_tab .mat-tab-label-active .mat-tab-label-content {
  color: #8626c3;
}
/*Atom-Text*/
.IS_DSA_h1Header {
  font-size: 3rem;
  font-weight: 500;
}
.IS_DSA_h2Header {
  font-size: 2.2rem;
  font-weight: 500;
}
.IS_DSA_h3Header {
  font-size: 1.8rem;
  font-weight: 500;
}
.IS_DSA_h4Header {
  font-size: 1.4rem;
  font-weight: 500;
}
.IS_DSA_mainBodyTxt {
  font-size: 1.4rem;
  font-weight: 400;
}
.IS_DSA_mainBodyTxtMedium {
  font-size: 1.4rem;
  font-weight: 500;
}
.IS_DSA_mainBodyTxtMedium,
.IS_DSA_mainBtn_normal,
.IS_DSA_h5Header {
  font-size: 1.2rem;
  font-weight: 500;
}
.IS_DSA_mainBodyTxt3 {
  font-size: 1.2rem;
  font-weight: 400;
}
.IS_DSA_mainBodyTxt4 {
  font-size: 1rem;
  font-weight: 400;
}
.IS_DSA_mainBtn_small {
  font-size: 1rem;
  font-weight: 500;
}
.IS_DSA_infoTxt {
  font-size: 0.8rem;
  font-weight: 400;
}
.IS_DSA_linkStyle1 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #f7941e;
}
.IS_DSA_linkStyle1:hover {
  color: #f7941e;
}
.IS_DSA_linkStyle2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #8626c3;
}
.IS_DSA_linkStyle2:hover,
.IS_DSA_linkStyle2:focus {
  color: #8626c3;
}
/* Forms - Feedback buttons */
.IS_DSA_feedbackIcons_ul {
  list-style: none;
}
.IS_DSA_feedbackIcons_ul li {
  margin: 0 32px 0 0;
  float: left;
}
.IS_DSA_feedbackIcons_ul li a {
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
}
/* Forms - Icon Radio */
.IS_DSA_iconRadio_ul {
  list-style: none;
}
.IS_DSA_iconRadio_ul li {
  margin: 0 32px 0 0;
  float: left;
  position: relative;
}
.IS_DSA_iconRadio_ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
.IS_DSA_iconRadio_ul li a:hover {
  text-decoration: none;
}
.IS_DSA_iconRadio_ul li a::after {
  font-weight: 400;
  font-size: 0.8rem;
  color: #212121;
  position: absolute;
  bottom: -12px;
  width: 100%;
  text-align: center;
  line-height: 14px;
}
.IS_DSA_iconRadio_ul li.active a::after {
  color: #8626c3;
}
.IS_DSA_iconRadio_ul li.disabled a {
  cursor: default;
}
.IS_DSA_iconRadio_ul li.disabled a::after {
  color: #dadada;
}
/*atom-chip*/
.IS_DSA_chipStyle {
  line-height: 16px;
  height: 16px;
  padding: 0px 8px;
  font-size: 0.8rem;
  border-radius: 12px;
  display: inline-block;
  text-transform: uppercase;
}
.mat-chip.mat-standard-chip.IS_DSA_chipStyle-Normal,
.mat-chip.mat-standard-chip.IS_DSA_chipStyle-Big {
  background-color: #ffffff;
  height: 24px;
  padding: 0px 8px;
  line-height: 24px;
  font-size: 1rem;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #737373;
  color: #000000;
  min-height: 24px;
}
.mat-chip.mat-standard-chip.IS_DSA_chipStyle-Big {
  height: 32px;
  line-height: 32px;
  min-height: 32px;
}
.mat-chip.mat-standard-chip::after {
  background-color: #ffffff !important;
}
.mat-chip.mat-standard-chip.IS_DSA_chipStyle-Normal.active,
.mat-chip.mat-standard-chip.IS_DSA_chipStyle-Big.active {
  background-color: #edcfff;
  border: 1px solid #5e1f89;
  color: #5e1f89;
}
.mat-chip.mat-standard-chip.active::after {
  background-color: #edcfff !important;
}
a.IS_DSA_chipStyle {
  text-decoration: none;
}
.IS_DSA_closedchip {
  background: #dff6dd;
  color: #0b8043;
}
.IS_DSA_inprogresschip {
  background: #fff4ce;
  color: #f7941e;
}
.IS_DSA_greychip {
  background: #efefef;
  color: #737373;
}
.IS_DSA_bluechip {
  background: #deebff;
  color: #3367d6;
}
.IS_DSA_openchip {
  background: #fde7e9;
  color: #b71c1c;
}
.IS_DSA_finalchip {
  border: 1px solid #deebff;
  color: #3367d6;
}
.IS_DSA_whitechip {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.IS_DSA_darkBG {
  background: #030303;
  padding: 10px;
  color: #ffffff;
}
.IS_DSA_selectionIcon {
  line-height: 1px;
}
.IS_DSA_chipStyle-Big.IS_DSA_choiseChip.active img,
.IS_DSA_chipStyle-Big.IS_DSA_choiseChip.active i.icon {
  display: none;
}
.IS_DSA_chipStyle-Big.IS_DSA_choiseChip.active i.icon-process-complete {
  display: block;
}
/*list items*/
.IS_DSA_listItemSingle {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.IS_DSA_listItemSingle li {
  padding: 0px;
  margin: 0 0 8px 0;
  transform-style: preserve-3d;
  position: relative;
}
.IS_DSA_listItemSingle li:last-child {
  margin: 0;
}
.IS_DSA_listItemSingle li > span,
.IS_DSA_listItemSingle li > a {
  padding: 8px 16px;
  display: block;
  position: relative;
}
.IS_DSA_listItemSingle li > a:hover {
  text-decoration: none;
  color: inherit;
}
.IS_DSA_listItemSingle li.active > span,
.IS_DSA_listItemSingle li.active > a {
  background-color: #efefef;
}
.IS_DSA_listItemSingle li.active {
  background-color: #efefef !important;
}
.IS_DSA_blockLabel {
  display: block;
  line-height: 8px;
  margin: 4px 0px 2px 0px;
}
.IS_DSA_marginicon40 {
  margin: 4px 0 0 0;
  display: block;
}
.IS_DSA_vertical-RightCenter {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.IS_DSA_vertical-LeftCenter {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.IS_DSA_vertical-RightCenter0 {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.IS_DSA_vertical-LeftCenter0 {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.IS_DSA_vertical-LeftCenter32 {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
}
.IS_DSA_textSingle {
  line-height: 40px;
}
.IS_DSA_textDouble {
  line-height: 20px;
}
.IS_DSA_icontext {
  line-height: 10px;
}
.IS_DSA_listLeft {
  width: 65%;
  float: left;
  padding-right: 8px;
  position: relative;
}
.IS_DSA_listRight {
  width: 35%;
  float: right;
  text-align: right;
  padding-left: 8px;
}
.IS_DSA_listBorder {
  border-bottom: 1px solid #737373;
}
.IS_DSA_supTxt {
  vertical-align: top;
}
.IS_DSA_chat-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  vertical-align: top;
  margin-left: -10px;
}
.IS_DSA_vTop {
  vertical-align: top;
}
.IS_DSA_inline-list li {
  display: inline-block;
  margin-right: 32px;
  vertical-align: middle;
}
.IS_DSA_list-1line {
  line-height: 24px;
}
/*message bar*/
.mat-snack-bar-container {
  background: none;
  box-shadow: none;
  border-radius: none;
  padding: 0;
}
.IS_DSA_alert {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 8px;
  padding: 16px 50px 16px 16px;
}
.IS_DSA_alert-success {
  color: #000000;
  background-color: #dff6dd;
  border: 1px solid rgba(0, 122, 82, 0.5);
}
.IS_DSA_alert-danger {
  color: #000000;
  background-color: #fde7e9;
  border: 1px solid rgba(204, 41, 0, 0.5);
}
.IS_DSA_alert-warning {
  color: #000000;
  background-color: #fff4ce;
  border: 1px solid rgba(255, 136, 0, 0.5);
}
.IS_DSA_alert-info {
  color: #ffffff;
  background-color: #deebff;
  border: 1px solid rgba(0, 82, 204, 0.5);
}
.IS_DSA_alert-black {
  color: #ffffff;
  background-color: #030303;
}
.IS_DSA_mutil-selector-wrap {
  display: flex;
  justify-content: space-between;
}
.IS_DSA_mutil-selector-wrap > div {
  width: 50%;
}
.IS_DSA_mutil-selector-wrap > div.wdth30 {
  width: 30%;
}
.IS_DSA_mutil-selector-wrap > div.wdth70 {
  width: 70%;
}
.IS_DSA_email-with-domain .IS_custom-form-field {
  width: 64%;
}
.IS_DSA_email-with-domain:after {
  color: #737373;
  font-size: 16px;
  margin-left: 16px;
  content: "@infosys.com";
}
.IS_DSA_header_bg {
  background: #8626c3;
}
.IS_custom-tab .mdc-tab .mdc-tab__text-label {
  color: #ffffff;
  opacity: 0.5;
}
.IS_custom-tab .mdc-tab--active .mdc-tab__text-label {
  color: #ffffff;
  opacity: 1;
  font-weight: 500;
}
.IS_custom-tab .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #ffffff;
  margin: 0 8px;
}
.IS_custom-tab .mdc-tab {
  font-size: 1.2rem;
  font-weight: 400;
  height: 56px;
  outline: none;
  padding: 0 8px;
}
.IS_custom-tab .mdc-tab--active .IS_DSA_tabIcon-Circle {
  background: #ffffff;
}
.IS_DSA_tab-bar-icon .mdc-tab-indicator {
  display: none;
}
.IS_DSA_tab-bar-icon .mdc-tab .icon.inprogress-icon {
  position: absolute;
  left: -12%;
  top: 18px;
  width: 24px;
  height: 24px;
}
.IS_custom-tab .sec-tab-bar {
  background: #ffffff;
  border-bottom: 2px solid #efefef;
}
.IS_custom-tab .sec-tab-bar .mdc-tab {
  height: 34px;
}
.IS_custom-tab .sec-tab-bar .mdc-tab .mdc-tab__text-label {
  color: #737373;
  opacity: 1;
}
.IS_custom-tab .sec-tab-bar .mdc-tab--active .mdc-tab__text-label {
  color: #8626c3;
}
.IS_custom-tab .sec-tab-bar .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #8626c3;
  margin: 0 8px;
}
.IS_custom-tab .scrollable-tab-bar .mdc-tab-scroller__scroll-content {
  padding: 0 24px;
}
/*chip css*/
.DSA_chipIconRight {
  margin-right: -5px !important;
  margin-left: 5px !important;
  float: right;
  margin-top: 4px !important;
}
.DSA_chipIconLeft {
  margin-left: 0 !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 4px !important;
}
.DSA_chipIconRightBig {
  margin-right: -3px !important;
  margin-left: 5px !important;
  float: right;
  margin-top: 3px !important;
}
.DSA_chipIconLeftBig {
  margin-left: -3px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 3px !important;
}
.IS_DSA_choiseChip {
  cursor: pointer;
}
/*bottom sheet customisation*/
.mat-bottom-sheet-container,
.mat-bottom-sheet-container-large,
.mat-bottom-sheet-container-medium,
.mat-bottom-sheet-container-xlarge {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  overflow: hidden !important;
}
.IS_DSA_scrollcontainer {
  position: relative;
  height: 300px;
}
/*accordion customization*/
.IS_cus-accordion .mat-expansion-panel-header {
  height: 40px !important;
  padding: 0 16px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.IS_cus-accordion .mat-expansion-panel-header-title {
  color: #000000;
}
.IS_cus-accordion .mat-expansion-indicator::after,
.IS_cus-accordion .mat-expansion-panel-header-description {
  color: #737373;
}
.IS_cus-accordion .mat-expansion-panel.mat-expanded {
  background-color: #8626c3;
}
.IS_cus-accordion .mat-expanded .mat-expansion-panel-body {
  background-color: #ffffff;
}
.IS_cus-accordion .mat-expanded .mat-expansion-panel-header-title,
.IS_cus-accordion .mat-expanded .mat-expansion-indicator::after,
.IS_cus-accordion .mat-expanded .mat-expansion-panel-header-description {
  color: #ffffff;
}
.IS_cus-accordion .mat-expansion-panel {
  margin: 16px 0 !important;
}
.IS_cus-accordion .mat-expansion-panel-body {
  padding: 0;
}
.IS_cus-accordion-style2 .mat-expansion-panel-header {
  height: 29px !important;
  padding: 0 4px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0;
}
.IS_cus-accordion-style2 .mat-expansion-panel-header-title {
  color: #000000;
}
.IS_cus-accordion-style2 .mat-expansion-indicator::after,
.IS_cus-accordion-style2 .mat-expansion-panel-header-description {
  color: #737373;
}
.IS_cus-accordion-style2 .mat-expansion-panel.mat-expanded {
  background-color: transparent;
}
.IS_cus-accordion-style2 .mat-expanded .mat-expansion-panel-body {
  background-color: transparent;
}
.IS_cus-accordion-style2 .mat-expanded .mat-expansion-panel-header-title,
.IS_cus-accordion-style2 .mat-expanded .mat-expansion-indicator::after,
.IS_cus-accordion-style2 .mat-expanded .mat-expansion-panel-header-description {
  color: #000000;
}
.IS_cus-accordion-style2 .mat-expansion-panel {
  margin: 0 0 16px !important;
  border-bottom: 1px solid #737373;
  background: transparent;
}
.IS_cus-accordion-style2 .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.IS_cus-accordion-style2 .mat-expanded.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.IS_cus-accordion-style2 .mat-expansion-panel-body {
  padding: 8px 0 0;
}
.IS_cus-accordion-style2.mat-accordion .mat-expansion-panel:first-of-type,
.IS_cus-accordion-style2.mat-accordion .mat-expansion-panel:last-of-type {
  border-radius: 0;
}
.IS_cus-accordion-style2 .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,
.IS_cus-accordion-style2 .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,
.IS_cus-accordion-style2 .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover {
  background: transparent;
}
.IS_cus-accordion-style2 .mat-expansion-panel-content {
  font-size: 16px;
}
/*expand collapse card*/
.IS_DSA_card-widget.mat-card > .collapseAction.mat-card-actions:last-child {
  margin-bottom: -16px;
  padding: 0;
}
.IS_DSA_showmore {
  height: auto;
  overflow: auto;
}
.IS_DSA_showless {
  height: 120px;
  overflow: hidden;
}
/*hamburgermenu*/
.IS_DSA_hamburgerMenuCtr {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
  background: rgba(0, 0, 0, 0.5);
  transform: translateX(-100%);
  transition: transform 0.4s;
}
.IS_DSA_hamburgerMenuCtr.active {
  left: 0;
  transform: translateX(0);
}
.IS_DSA_hamburgerMenuInner {
  height: 100vh;
  width: 300px;
  background: #fafafa;
  position: relative;
}
.IS_DSA_purplecard {
  min-width: 100%;
  background-color: #8626c3;
  box-shadow: none !important;
  color: #ffffff;
  border-radius: 0 !important;
}
.IS_DSA_bottomUtil {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.IS_DSA_rightMenuCtr {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2147483647;
  background: rgba(0, 0, 0, 0.5);
  transform: translateX(100%);
  transition: transform 0.4s;
}
.IS_DSA_rightMenuCtr.active {
  right: 0;
  transform: translateX(0);
}
.IS_DSA_rightMenuInner {
  height: 100vh;
  width: 300px;
  background: #fafafa;
  position: relative;
  float: right;
}
.IS_DSA_filterClose {
  margin-top: -5px;
}
.IS_DSA_card-widget .v-menu-icon.bottom {
  top: auto;
  bottom: 16px;
  right: 8px;
  position: absolute;
}
.IS_DSA_status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
}
.mdc-tab-content {
  display: none;
}
.IS_DSA_content-Active {
  display: block;
}
/*timeline css*/
.IS_DSA_timelineUL li {
  padding-bottom: 8px;
  background: url('timelineGreydotted.92c56900dc63524b.png') repeat-y 7px 0px;
}
.IS_DSA_timelineUL li.greenline {
  background-image: url('timelineGreen.1ec7800a5721da88.png');
}
.IS_DSA_timelineUL li.blueLine {
  background-image: url('timelineBlue.c4efcf57cb37159e.png');
}
.IS_DSA_timelineUL li.orangeline {
  background-image: url('timelineOrange.8215ea7fe0b80919.png');
}
.IS_DSA_timelineUL li.redline {
  background-image: url('timelineRed.0ec14b3f1db4215a.png');
}
.IS_DSA_timelineUL li i.hideBg {
  background-color: #ffffff;
  border-radius: 50%;
}
.IS_DSA_timelineUL li:first-child {
  background-position: 7px 16px;
  background-repeat: no-repeat;
}
.IS_DSA_timelineUL li:last-child {
  background: none;
  background-repeat: no-repeat;
}
.IS_DSA_timelineDate li {
  padding-bottom: 8px;
  background: url('timelinePurpledotted.fa6bd14bcfff2015.png') repeat-y 82px 0px;
  position: relative;
}
.IS_DSA_timelineDate li:first-child {
  background-position: 82px 0px;
}
.IS_DSA_timelineDate li:last-child {
  background: url('timelinePurpledotted.fa6bd14bcfff2015.png') repeat-y 82px 0px;
}
.IS_DSA_timelineDate li .IS_DSA_timelineContent {
  margin-left: 0px;
}
.IS_DSA_timelineDate li:after {
  background: url('timelineRing.6373101d312b43d4.png') repeat-y;
  width: 8px;
  height: 8px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 79px;
  top: 2px;
}
.IS_DSA_timelineDate li .leftTimelineText {
  width: 70px;
  text-align: right;
  float: left;
}
.IS_DSA_timelineDate li .rightTimelineText {
  margin-left: 100px;
}
.IS_DSA_timelineContent {
  margin-left: 32px;
}
.mat-divider.Greylightest {
  border-top-color: #efefef;
}
.IS_DSA_timelineDateCtr {
  padding-top: 32px;
}
.IS_DSA_timelineDate li.IS_DSA_timelineDateCtr:first-child {
  background: url('timelinePurpledotted.fa6bd14bcfff2015.png') no-repeat 82px 40px;
}
.IS_DSA_timelineDateCtr h3, .IS_DSA_timelineDateCtr .h3 {
  margin-top: -32px;
  margin-bottom: 16px;
  margin-left: 100px;
}
.IS_DSA_timelineDate li.IS_DSA_timelineDateCtr:after {
  top: 38px;
}
/*timeline css*/
/*modal customization*/
.IS_custom_modal .modal-dialog {
  border: 0;
}
.IS_custom_modal .modal-header {
  padding: 16px;
  border-bottom: 0;
}
.IS_custom_modal .modal-body {
  padding: 0px 16px 16px 16px;
}
.IS_DSA_noheader.IS_custom_modal .modal-body {
  padding: 16px 16px 16px 16px;
}
.IS_custom_modal .btn-close span {
  display: none;
}
.IS_custom_modal .btn-close {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  float: right;
}
.IS_custom_modal .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.IS_custom_modal .modal-footer {
  padding: 8px 16px;
  border-top: 1px solid #efefef;
  justify-content: flex-start;
}
@media screen and (max-width: 575px) {
  .IS_custom_modal .modal-dialog {
    margin: 16px;
  }
}
/*modal customization*/
.IS_DSA_card-widget hr.whitedivider {
  border: 0;
  border-top: 1px solid #ffffff;
  margin: 0;
  opacity: 0.25;
}
.IS_DSA_profileList.IS_DSA_listItemSingle li > span {
  background: none;
  padding: 8px 0;
}
.IS_DSA_profileList {
  text-align: left;
}
.IS_DSA_typeaheadResult li {
  padding: 8px 16px;
  color: #737373;
  cursor: pointer;
}
.IS_DSA_typeaheadResult li span {
  color: #5e1f89;
}
.IS_DSA_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100%;
  background-color: #030303;
  opacity: 0.5;
}
.owl-carousel .owl-item img.fixedImg {
  width: auto;
  display: inline-block;
}
.IS_DSA_main-content {
  margin: 16px 0;
}
.IS_DSA_icon-bg {
  background: #8626c3;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.IS_DSA_btn-cont button ~ button {
  margin: 0 0 0 16px;
}
.mat-bottom-sheet-container {
  font-size: 16px;
  padding: 0 !important;
}
.IS_DSA_circle-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
}
.IS_DSA_circle-img.blue {
  background: #deebff;
}
.IS_DSA_circle-img.green {
  background: #dff6dd;
}
.IS_DSA_circle-img.red {
  background: #fde7e9;
}
.IS_DSA_link-iconTxt {
  display: inline-block;
  line-height: 22px;
}
.IS_DSA_img_ul {
  width: 80px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.IS_DSA_img_ul li {
  position: absolute;
  top: 0;
  left: 0;
}
.IS_DSA_img_ul li.li_01 {
  z-index: 0;
}
.IS_DSA_img_ul li.li_02 {
  z-index: 1;
  left: 10px;
}
.IS_DSA_img_ul li.li_03 {
  z-index: 2;
  left: 20px;
}
.IS_DSA_img_ul li.li_04 {
  z-index: 3;
  left: 30px;
}
.IS_DSA_img_ul li.li_05 {
  z-index: 4;
  left: 40px;
}
.IS_DSA_stickyHeader {
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
}
.IS_DSA_commentTxtCtr {
  margin-left: 56px;
}
.IS_DSA_commentTextareaCtr {
  background: #fafafa;
  position: relative;
}
.IS_DSA_commentTextarea {
  margin-right: 30px;
  padding: 8px 16px;
}
.IS_DSA_commentTextarea textarea {
  width: 100%;
  height: 50px;
  border: 0;
  background: none;
}
.IS_DSA_btn-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.IS_DSA_contentArea {
  margin: 0 0 66px;
}
.IS_DSA_dropdown-iconOnly::after {
  display: none !important;
}
.IS_dropdown-item.active,
.IS_dropdown-item:active {
  background-color: transparent;
}
html {
  font-size: 62.5%;
}
body {
  min-width: 375px;
}
a {
  color: #8626c3;
}
a:hover {
  color: #8626c3;
}
a:focus {
  color: #5e1f89;
}
.IS_DSA_Header {
  background: #8626c3;
  height: 80px;
  margin: 0;
  padding: 0 16px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.IS_DSA_Header.IS_DSA_Header_noFixed {
  position: relative;
}
.IS_DSA_mainCtr {
  background: #fafafa;
}
@media screen and (min-width: 1024px) {
  .IS_DSA_mainCtr {
    padding-bottom: 40px;
  }
}
.IS_DSA_Applogo {
  font-weight: 500;
  font-size: 1.4rem;
  color: #ffffff;
  margin-top: 20px;
  line-height: 40px;
}
.IS_DSA_Applogo:hover,
.IS_DSA_Applogo:active,
.IS_DSA_Applogo:focus {
  text-decoration: none;
  color: #ffffff;
}
.IS_DSA_ApplogoImage {
  background: url('InfyMe_Logo.9ba35d5d936faacc.png') no-repeat center left;
  background-size: contain;
  width: 250px;
  height: 40px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .IS_DSA_ApplogoImage {
    width: 150px;
  }
}
.IS_DSA_ApplogoImage {
  width: 450px;
  margin: 0 auto;
  padding-top: 20px;
}
.IS_DSA_ApplogoImage:hover .IS_DSA_headersearchIcon, .IS_DSA_ApplogoImage:focus .IS_DSA_headersearchIcon, .IS_DSA_ApplogoImage:active .IS_DSA_headersearchIcon {
  color: #8626c3;
}
.IS_DSA_headersearchInput {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: #ffffff;
  padding: 0 16px;
  line-height: 40px;
  font-size: 1.2rem;
  border: 0;
}
.IS_DSA_headersearchIcon {
  position: absolute;
  right: 16px;
  top: 28px;
  z-index: 2;
}
.IS_DSA_iconSrch {
  position: absolute;
  right: 4px;
  top: 2px;
  z-index: 9;
}
.IS_DSA_iconSrch {
  margin-top: 12px;
}
.IS_DSA_iconSrch > li {
  float: left;
}
.IS_DSA_iconSrch li.IS_DSA_active a.IS_DSA_mainactiveLink,
.IS_DSA_iconSrch li.IS_DSA_active span.IS_DSA_profile.IS_DSA_mainactiveLink {
  background: #5e1f89;
  border-radius: 4px;
}
.IS_DSA_iconSrch > li > a,
.IS_DSA_iconSrch li > span.IS_DSA_profile {
  padding-left: 8px;
  padding-right: 8px;
  height: 56px;
  min-width: 56px;
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  .IS_DSA_iconSrch > li > a,
.IS_DSA_iconSrch li > span.IS_DSA_profile {
    height: 40px;
    min-width: 40px;
    padding-top: 8px;
  }
}
.IS_DSA_dddesktop {
  padding-bottom: 8px;
  height: 40px;
  display: inline-block;
}
.IS_DSA_Appnav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  visibility: visible;
  background: #ffffff;
  transition: left 0.2s ease 0.2s;
  z-index: 99999;
}
.IS_DSA_AppLinks a {
  color: #3367d6;
  margin-bottom: 16px;
  display: inline-block;
}
.IS_DSA_navHide {
  left: -300px;
  visibility: hidden;
  transition: all 0.2s ease 0.2s;
}
.IS_DSA_scrollPad {
  padding-top: 150px;
}
.IS_DSA_leftFixedNAv {
  width: 216px;
  background: #ffffff;
  position: fixed;
  z-index: 2;
}
.IS_DSA_wb_3-coloumn {
  /*margin-right: 231px;*/
  /*margin-right: 334px;*/
  margin-right: 0;
}
/*.IS_DSA_wb_3-coloumn.IS_DSA_wb_3-coloumn-large{
  margin-right: 334px;
 }*/
.IS_DSA_wb_2-coloumn {
  margin-left: 231px;
}
.IS_DSA_wb_hyperLink-btn.nopadL {
  padding-left: 0 !important;
}
.IS_DSA_Hamburger.marT24 {
  margin-top: 28px !important;
}
@media screen and (max-width: 991px) {
  .IS_DSA_wb_3-coloumn,
.IS_DSA_wb_3-coloumn.IS_DSA_wb_3-coloumn-large {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  /* .IS_DSA_wb_3-coloumn{
   margin-right: 16px;
  } */
  .IS_DSA_Header {
    height: 56px;
  }
  .IS_DSA_iconSrch {
    margin-top: 8px;
  }
  .IS_DSA_Hamburger.marT24,
.IS_DSA_Appmenu.marT24 {
    margin-top: 16px !important;
  }
  .IS_DSA_Applogo {
    margin-top: 8px;
  }
  .IS_DSA_iconSrch.marT16 {
    margin-top: 8px !important;
  }
  .IS_DSA_leftFixedNAv {
    width: 216px;
    background: #ffffff;
    position: fixed;
    z-index: 2;
    transition: left 0.2s ease 0.2s;
  }
  .IS_DSA_rightMainContent {
    margin-left: 16px;
  }
  .IS_DSA_navHideMenu {
    left: -216px;
    transition: left 0.2s ease 0.2s;
  }
}
.IS_DSA_leftSrch {
  width: 100%;
  position: absolute;
  z-index: 2;
  transition: left 0.2s ease 0.2s;
  right: 0;
  visibility: visible;
}
.IS_DSA_navHideSrch {
  visibility: hidden;
  right: -100%;
  transition: left 0.2s ease 0.2s;
}
.IS_DSA_notIndicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ff8800;
  position: absolute;
  right: 2px;
  top: 2px;
}
.IS_DSA_equalHeight {
  display: flex;
  flex-wrap: wrap;
}
.IS_DSA_equalHeight > .IS_DSA_equalColoumn {
  display: flex;
  flex-direction: column;
}
.IS_DSA_innerContentWrapper .IS_DSA_contentLeftCol {
  padding: 32px 16px 32px 16px;
}
.IS_DSA_innerContentWrapper .IS_DSA_contentRightCol {
  padding: 30px 20px;
  min-height: 500px;
}
.IS_DSA_innerContentWrapper .IS_DSA_whiteBG {
  background: #ffffff;
}
.IS_DSA_level1_LeftCol {
  width: 260px;
  padding: 0px;
}
.IS_DSA_panel {
  border-radius: 16px;
  background: #ffffff;
  min-height: 100px;
}
.IS_DSA_panelBody {
  min-height: 100px;
}
.IS_DSA_panelrounded {
  border-radius: 16px;
}
.IS_DSA_panelBG {
  border-radius: 16px;
}
.IS_DSA_panelBGBody {
  border-radius: 16px;
  background: #ffd4c0 url('panel-pinkBg.e055454c4607be41.png') no-repeat top left;
}
.IS_DSA_panelBGBodyBottom {
  background: url('panel-pinkBgBottom.1cb2c8e0823256ee.png') no-repeat bottom left;
}
.IS_DSA_panelBGBodyRight {
  min-height: 236px;
  background: url('panel-pinkBgRight.5f01b672459d178c.png') no-repeat top right;
}
.IS_DSA_panelBG-purpleBody {
  border-radius: 16px;
  background: #ecdafd url('panel-purpleBg.186cde3d9850fd25.png') no-repeat top left;
}
.IS_DSA_panelBG-purpleBodyBottom {
  background: url('panel-purpleBgBottom.8e62154555c59dcb.png') no-repeat bottom left;
}
.IS_DSA_panelBG-purpleBodyRight {
  min-height: 267px;
  background: url('panel-purpleBgRight.68ba9ce1435a13c0.png') no-repeat top right;
}
/*Atom-Text*/
.IS_DSA_wb_displayText {
  font-size: 4.6rem;
  font-weight: 600;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_h1Header {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_h2Header {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_h3Header {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_h4Header {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_h5Header {
  font-size: 1rem;
  font-weight: 600;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_h5HeaderCaps {
  font-size: 1rem;
  font-weight: 600;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
  text-transform: uppercase;
}
.IS_DSA_wb_h2HeaderRegular {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_mainBodyTxt {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_mainBodyTxtSM {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_mainBodyTxt2 {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_mainBodyTxt2SM {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_caption {
  font-size: 1rem;
  font-weight: 400;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_overline {
  font-size: 0.8rem;
  font-weight: 600;
  /* font-family: $font-style-1; */
  font-family: "myriad-pro", Arial, sans-serif !important;
  text-transform: uppercase;
  font-style: normal;
}
.IS_DSA_wb_mainBodyTxtXS {
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_Btn_Big {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_Btn_smallSM {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_Btn_smaller {
  font-size: 1rem;
  font-weight: 600;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_Btn_normal {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_Btn_small {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
/* Buttons - Start */
.IS_DSA_wb_primary, .IS_DSA_wb_text-btn, .IS_DSA_wb_secondary-btn, .IS_DSA_wb_primary-btn {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  font-family: "myriad-pro", Arial, sans-serif !important;
  border: 1px solid transparent;
  padding: 11px 40px 10px !important;
  line-height: 16px !important;
  background: none;
}
.IS_DSA_wb_primary-btn {
  background: #000000;
  color: #ffffff;
  border-radius: 4px !important;
  border: 1px solid #000000 !important;
}
.IS_DSA_wb_primary-btn:hover {
  background: #8626c3;
  border: 1px solid transparent !important;
}
.IS_DSA_wb_primary-btn:active {
  background: #dadada;
}
.IS_DSA_wb_primary-btn:focus {
  outline: none !important;
  background: #5e1f89;
  border: 1px solid transparent !important;
}
.IS_DSA_wb_primary-btn:disabled, .IS_DSA_wb_primary-btn:disabled:active, .IS_DSA_wb_primary-btn:disabled:hover {
  box-shadow: none !important;
  background: #dadada;
  color: #000000 !important;
  border: 1px solid #dadada !important;
}
.IS_DSA_wb_secondary-btn {
  color: #000000;
  border: 1px solid #000000 !important;
  border-radius: 4px !important;
  font-weight: 600;
}
.IS_DSA_wb_secondary-btn:hover {
  border: 1px solid #8626c3 !important;
  color: #5e1f89;
}
.IS_DSA_wb_secondary-btn:active {
  background: #efefef;
  border: 1px solid #737373 !important;
}
.IS_DSA_wb_secondary-btn:focus {
  outline: none !important;
  background: none;
  color: #8626c3;
}
.IS_DSA_wb_secondary-btn:disabled {
  border: 1px solid #dadada !important;
  background: #ffffff !important;
}
.IS_DSA_wb_secondary-btn:disabled, .IS_DSA_wb_secondary-btn:disabled:active, .IS_DSA_wb_secondary-btn:disabled:hover {
  box-shadow: none !important;
  color: #000000 !important;
}
.IS_DSA_wb_innerPrimary, .IS_DSA_wb_Icon-btn, .IS_DSA_wb_innerSecondary-btn, .IS_DSA_wb_innerPrimary-btn {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  font-family: "myriad-pro", Arial, sans-serif !important;
  border: 1px solid transparent;
  padding: 8px !important;
  line-height: 14px !important;
  background: none;
  border-radius: 16px !important;
}
.IS_DSA_wb_innerPrimary-btn {
  background: #edcfff;
  color: #8626c3;
  border: 1px solid #edcfff !important;
}
.IS_DSA_wb_innerPrimary-btn:focus {
  outline: none !important;
}
.IS_DSA_wb_innerSecondary-btn {
  color: #8626c3;
  border: 1px solid #edcfff !important;
  font-weight: 400;
}
.IS_DSA_wb_innerSecondary-btn:focus {
  outline: none !important;
}
.IS_DSA_wb_Icon-btn {
  color: #8626c3;
  font-family: "roboto", Arial, sans-serif !important;
  border-radius: 4px !important;
  line-height: 16px !important;
  padding: 2px 10px 0px 0 !important;
  font-weight: 400;
}
.IS_DSA_wb_Icon-btn span.icon_btnCont {
  margin-right: 5px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 4px;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}
.IS_DSA_wb_Icon-btn:hover span.icon_btnCont {
  box-shadow: none !important;
}
.IS_DSA_wb_Icon-btn:focus {
  outline: none !important;
}
.IS_DSA_wb_text-btn {
  color: #8626c3;
  line-height: 20px !important;
  font-size: 1.4rem;
  background: none;
  min-width: auto !important;
  padding: 8px 16px !important;
}
.IS_DSA_wb_text-btn.mat-flat-button {
  border-radius: 0px !important;
}
.IS_DSA_wb_text-btn:hover {
  background: #faf2ff;
}
.IS_DSA_wb_text-btn:active {
  background: #edcfff;
}
.IS_DSA_wb_text-btn:disabled {
  color: #dadada;
}
.IS_DSA_wb_text-btn:focus {
  outline: none !important;
}
.IS_DSA_wb_text-btn:disabled, .IS_DSA_wb_text-btn:disabled:active, .IS_DSA_wb_text-btn:disabled:hover {
  box-shadow: none !important;
}
.IS_DSA_wb_miniPrimary, .IS_DSA_wb_miniSecondary-btn, .IS_DSA_wb_miniPrimary-btn {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  font-family: "myriad-pro", Arial, sans-serif !important;
  padding: 5px 28px 5px !important;
  line-height: 14px !important;
  background: none;
  border-radius: 4px !important;
}
.IS_DSA_wb_miniPrimary-btn {
  background: #000000;
  border: 1px solid #000000 !important;
  color: #ffffff;
}
.IS_DSA_wb_miniPrimary-btn:hover {
  background: #8626c3;
  border: 1px solid #8626c3 !important;
}
.IS_DSA_wb_miniPrimary-btn:focus {
  background: #5e1f89;
  border: 1px solid #5e1f89 !important;
}
.IS_DSA_wb_miniPrimary:disabled, .IS_DSA_wb_miniSecondary-btn:disabled, .IS_DSA_wb_miniPrimary-btn:disabled, .IS_DSA_wb_miniPrimary:disabled:active, .IS_DSA_wb_miniPrimary:disabled:hover {
  color: #000000 !important;
  background: #dadada;
  border: 1px solid #dadada !important;
  box-shadow: none !important;
  cursor: default;
}
.IS_DSA_wb_miniSecondary {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  font-family: "myriad-pro", Arial, sans-serif !important;
  padding: 5px 28px 5px !important;
  line-height: 14px !important;
  background: none;
  border-radius: 4px !important;
}
.IS_DSA_wb_miniSecondary-btn {
  outline: none !important;
  color: #000000;
  border: 1px solid #000000 !important;
}
.IS_DSA_wb_miniSecondary-btn:hover {
  border: 1px solid #8626c3 !important;
  color: #8626c3;
}
.IS_DSA_wb_miniSecondary-btn:focus {
  border: 1px solid #5e1f89 !important;
  color: #5e1f89;
}
.IS_DSA_wb_miniSecondary-btn:disabled {
  background: none !important;
  border: 1px solid #dadada !important;
}
.IS_DSA_wb_miniSecondary-btn:disabled, .IS_DSA_wb_miniSecondary-btn:disabled:active, .IS_DSA_wb_miniSecondary-btn:disabled:hover {
  color: #000000 !important;
}
.IS_DSA_wb_miniWhite {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
a.IS_DSA_wb_hyperLink-btn {
  font-family: "roboto", Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #8626c3;
  font-size: 1.2rem;
  background: none;
  border: none;
  outline: none;
}
a.IS_DSA_wb_hyperLink-btn:hover {
  text-decoration: underline !important;
  color: #8626c3;
}
a.IS_DSA_wb_hyperLink-btn:focus {
  background: none !important;
  color: #5e1f89;
  outline: none;
}
.IS_DSA_wb_fabButton {
  width: 56px;
  height: 56px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  border: none;
  line-height: 56px;
  background-color: #8626c3;
}
.IS_DSA_wb_fabButton:hover {
  background: #8626c3;
}
.IS_DSA_wb_fabButton:active {
  background: #5e1f89;
}
.IS_DSA_width100 {
  width: 100%;
}
/* Buttons - End */
/* Chips - Start */
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal {
  background-color: #ffffff;
  height: 32px;
  padding: 0px 8px;
  line-height: 32px;
  font-size: 1rem;
  border-radius: 16px;
  display: inline-block;
  border: none;
  color: #000000;
  min-height: 32px;
}
.IS_DSA_wb_chipIconRight {
  margin-left: 8px !important;
  float: right;
  margin-top: 8px !important;
}
/* Chips - End */
.IS_DSA_activeMenu:after {
  background: #8626c3;
  width: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.IS_DSA_activeMenu a h5, .IS_DSA_activeMenu a .h5 {
  color: #8626c3 !important;
}
.IS_DSA_wb-cardSpan {
  line-height: 24px;
  display: inline-block;
}
/* Custom select for Web - Start */
.IS_DSA_Wb_custom-form-field .mat-select-value {
  color: #000000;
}
.IS_DSA_Wb_custom-form-field .mat-select-arrow {
  border: none;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c,.d%7Bfill:%237e7e7e;%7D.c%7Bopacity:0;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='24' height='24'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b'%3E%3Crect class='c' width='24' height='24'/%3E%3Cg transform='translate(180.3 -613.698) rotate(45)'%3E%3Crect class='d' width='9' height='2' rx='1' transform='translate(317.199 562.828)'/%3E%3Crect class='d' width='2' height='9' rx='1' transform='translate(326.234 564.793) rotate(180)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin: 0;
}
.IS_DSA_wb-custom-select {
  margin-top: 30px;
}
.IS_DSA_wb-custom-select .mat-option .mat-option-text {
  color: #000000;
  /*added to replace dark grey*/
}
.IS_DSA_wb-custom-select .mat-option:focus:not(.mat-option-disabled) {
  background: #999999;
}
.IS_DSA_wb-custom-select .mat-option:hover:not(.mat-option-disabled):not(.mat-active) {
  background: #faf2ff;
}
.IS_DSA_wb-custom-select .mat-option.mat-active,
.IS_DSA_wb-custom-select .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: #efefef;
}
.mat-select-panel.IS_DSA_wb-custom-select .mat-optgroup-label,
.mat-select-panel.IS_DSA_wb-custom-select .mat-option {
  height: 32px;
  line-height: 32px;
}
.mat-primary.IS_DSA_wb-custom-select .mat-pseudo-checkbox-checked,
.mat-primary.IS_DSA_wb-custom-select .mat-pseudo-checkbox-indeterminate {
  background-color: #8626c3;
}
.IS_DSA_Wb_custom-form-field .mat-icon-button .mat-button-focus-overlay {
  background: transparent;
}
.IS_DSA_Wb_custom-form-field.mat-form-field-disabled .mat-icon-button {
  opacity: 0.5;
}
.IS_DSA_wb-custom-select.IS_DSA_wb-custom-select-withBg .mat-option .mat-option-text {
  font-size: 1.2rem;
}
.IS_DSA_wb-custom-select .mat-pseudo-checkbox {
  border-radius: 4px;
  color: #7e7e7e;
}
/* Select without label - Start */
.IS_DSA_Wb_custom-form-field.custom-select-withBg,
.IS_DSA_Wb_custom-form-field.custom-form-withBg {
  width: auto;
  background: #ffffff;
  border-radius: 4px;
  padding: 4px 8px;
}
.IS_DSA_Wb_custom-form-field.custom-select-withBg .mat-form-field-wrapper,
.IS_DSA_Wb_custom-form-field.custom-form-withBg .mat-form-field-wrapper {
  padding: 0;
}
.IS_DSA_Wb_custom-form-field.custom-select-withBg .mat-form-field-infix,
.IS_DSA_Wb_custom-form-field.custom-form-withBg .mat-form-field-infix {
  padding: 0;
  border: none;
  width: auto;
}
.IS_DSA_Wb_custom-form-field.custom-select-withBg .mat-select,
.IS_DSA_Wb_custom-form-field.custom-form-withBg .mat-select {
  width: auto;
}
.IS_DSA_Wb_custom-form-field.custom-select-withBg .mat-select .mat-select-value,
.IS_DSA_Wb_custom-form-field.custom-form-withBg .mat-select .mat-select-value {
  width: auto;
  max-width: 300px;
  padding: 0 8px 0 0;
  line-height: 24px;
  font-size: 1.2rem;
}
.IS_DSA_Wb_custom-form-field.custom-select-withBg .mat-form-field-underline,
.IS_DSA_Wb_custom-form-field.custom-select-withBg .mat-form-field-subscript-wrapper,
.IS_DSA_Wb_custom-form-field.custom-select-withBg .mat-form-field-label-wrapper,
.IS_DSA_Wb_custom-form-field.custom-form-withBg .mat-form-field-underline,
.IS_DSA_Wb_custom-form-field.custom-form-withBg .mat-form-field-subscript-wrapper,
.IS_DSA_Wb_custom-form-field.custom-form-withBg .mat-form-field-label-wrapper {
  display: none;
}
.IS_DSA_Wb_custom-form-field.custom-select-withBg .label-inline,
.IS_DSA_Wb_custom-form-field.custom-form-withBg .label-inline {
  margin: 0 8px 0 0;
  color: #7e7e7e;
  font-size: 1.2rem;
}
.IS_DSA_Wb_custom-form-field.custom-select-withBg.fullWdth,
.IS_DSA_Wb_custom-form-field.custom-form-withBg.fullWdth {
  width: 100%;
}
.IS_DSA_Wb_custom-form-field.custom-select-withBg.fullWdth .mat-form-field-infix,
.IS_DSA_Wb_custom-form-field.custom-form-withBg.fullWdth .mat-form-field-infix {
  width: 100% !important;
}
.IS_DSA_Wb_custom-form-field.custom-select-withBg.fullWdth .mat-select,
.IS_DSA_Wb_custom-form-field.custom-form-withBg.fullWdth .mat-select {
  width: 100%;
}
.IS_DSA_Wb_custom-form-field.custom-select-withBg.fullWdth .mat-select .mat-select-value,
.IS_DSA_Wb_custom-form-field.custom-form-withBg.fullWdth .mat-select .mat-select-value {
  width: 100%;
}
.IS_DSA_Wb_custom-form-field.custom-form-withBg {
  padding: 2px 8px;
}
.IS_DSA_Wb_custom-form-field.custom-form-withBg .label-inline {
  margin: 0 8px 0 0;
  color: #7e7e7e;
  font-size: 1.2rem;
  line-height: 20px;
  float: left;
}
.IS_DSA_Wb_custom-form-field.custom-form-withBg input.pagination_input {
  height: 20px;
  width: 32px;
  font-size: 1.2rem;
  margin: 0;
}
/* Custom select for Web - End */
.IS_DSA_Wb_custom-form-field textarea.mat-input-element {
  resize: none;
}
.section_hr {
  border-radius: 10px;
  border-top: 1px solid #efefef;
  margin: 24px 0;
}
.web_custom_modal .modal-header .btn-close {
  opacity: 1;
  padding: 0px;
  float: right;
}
.web_custom_modal .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.web_custom_modal .modal-dialog {
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  min-height: calc(100vh - 60px);
}
.web_custom_modal .modal-header {
  border: none;
  display: block;
  padding: 24px;
}
.web_custom_modal .modal-header h4, .web_custom_modal .modal-header .h4 {
  font-weight: 600;
  font-style: normal;
}
.web_custom_modal .modal-body {
  padding: 24px;
  min-height: 100px;
}
.web_custom_modal .modal-body .btn-close {
  opacity: 1;
  float: right;
}
.web_custom_modal .modal-body .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.web_custom_modal .modal-footer {
  border: none;
  padding: 24px;
  justify-content: left;
}
.web_custom_modal .modal-footer.borderYes {
  border-top: 1px solid #dadada;
}
.web_custom_modal .modal-footer * {
  margin: 0;
}
.cdk-overlay-container {
  z-index: 2000;
}
/*atom-chip*/
.IS_DSA_wb_chipStyle {
  line-height: 16px;
  height: 16px;
  padding: 0px 8px;
  font-size: 0.8rem;
  border-radius: 12px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big {
  background-color: transparent;
  height: 32px;
  padding: 0px 16px;
  line-height: 32px;
  font-size: 1.2rem;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid transparent;
  color: #000000;
  min-height: 24px;
  font-weight: 400;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big {
  height: 32px;
  line-height: 32px;
  min-height: 32px;
}
.mat-chip.mat-standard-chip::after {
  background-color: #ffffff !important;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal:hover,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big:hover {
  border: 1px solid #8626c3;
  color: #8626c3;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal:hover i,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big:hover i {
  color: #8626c3;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal:not(.IS_DSA_wb_chip-input):focus,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big:not(.IS_DSA_wb_chip-input):focus {
  border: 1px solid transparent;
  color: #5e1f89;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal:not(.IS_DSA_wb_chip-input):focus i,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big:not(.IS_DSA_wb_chip-input):focus i {
  color: #5e1f89;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal:not(.IS_DSA_wb_chip-input):active,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big:not(.IS_DSA_wb_chip-input):active {
  background-color: #efefef;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal.active,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big.active,
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #edcfff;
  border: 1px solid transparent;
  color: #8626c3;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal.active i,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big.active i,
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary i {
  color: #8626c3;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal.active:hover,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big.active:hover,
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary:hover {
  border: 1px solid #8626c3;
  color: #5e1f89;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal.active:hover i,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big.active:hover i,
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary:hover i {
  color: #5e1f89;
}
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Normal:hover .icon-close-mini,
.mat-chip.mat-standard-chip.IS_DSA_wb_chipStyle-Big:hover .icon-close-mini {
  color: #8626c3;
}
.mat-chip.mat-standard-chip.active::after {
  background-color: #edcfff !important;
}
a.IS_DSA_wb_chipStyle {
  text-decoration: none;
}
.IS_DSA_wb_closedchip {
  background: #dff6dd;
  color: #0b8043;
}
.IS_DSA_wb_inprogresschip {
  background: #fff4ce;
  color: #f7941e;
}
.IS_DSA_wb_greychip {
  background: #efefef;
  color: #7e7e7e;
}
.IS_DSA_wb_bluechip {
  background: #deebff;
  color: #3367d6;
}
.IS_DSA_wb_openchip {
  background: #fde7e9;
  color: #b71c1c;
}
.IS_DSA_wb_finalchip {
  border: 1px solid #deebff;
  color: #3367d6;
}
.IS_DSA_wb_whitechip {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.IS_DSA_wb_greenchip {
  background: #ffffff;
  border: 1px solid #0b8043;
  color: #0b8043;
  line-height: 14px;
}
.IS_DSA_wb_darkBG {
  background: #000000;
  padding: 10px;
  color: #ffffff;
}
.IS_DSA_wb_selectionIcon {
  line-height: 1px;
}
.IS_DSA_wb_selectionIcon.icon-process-complete img {
  display: none;
}
/*chip css*/
.IS_DSA_wb_chipIconRight {
  margin-right: -5px !important;
  margin-left: 5px !important;
  float: right;
  margin-top: 8px !important;
}
.IS_DSA_wb_chipIconLeft {
  margin-left: -5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 8px !important;
}
.IS_DSA_wb_chipIconRightBig {
  margin-right: -11px !important;
  margin-left: 5px !important;
  float: right;
  margin-top: 3px !important;
}
.IS_DSA_wb_chipIconLeftBig {
  margin-left: -11px !important;
  margin-right: 10px !important;
  float: left;
  margin-top: 3px !important;
}
.IS_DSA_wb_choiseChip {
  cursor: pointer;
}
/* Datepicker CSS - Start */
.IS_DSA_Wb_custom-form-field {
  width: 100%;
}
.IS_DSA_Wb_custom-form-field.mat-form-field-appearance-legacy .mat-form-field-label {
  color: #7e7e7e;
}
.IS_DSA_Wb_custom-form-field.mat-form-field-appearance-legacy .mat-form-field-underline,
.IS_DSA_Wb_custom-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background: #dadada;
}
.IS_DSA_Wb_custom-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background: #efefef;
}
.IS_DSA_Wb_custom-form-field.mat-form-field.mat-focused .mat-form-field-label {
  color: #8626c3;
}
.IS_DSA_Wb_custom-form-field.mat-form-field.mat-focused .mat-form-field-ripple {
  background: #8626c3;
  height: 2px;
}
.IS_DSA_Wb_custom-form-field input.mat-input-element {
  color: #000000;
  height: 24px;
}
.IS_DSA_Wb_custom-form-field.white.mat-form-field.mat-focused .mat-form-field-ripple {
  background: #ffffff;
  height: 2px;
}
.IS_DSA_Wb_custom-form-field.white.mat-form-field-appearance-legacy .mat-form-field-label {
  color: #ffffff;
}
.IS_DSA_Wb_custom-form-field.white.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 4px 0;
}
.IS_DSA_Wb_custom-form-field.white .mat-form-field-label-wrapper {
  top: -0.5em;
  padding-top: -0.5em;
}
.IS_DSA_Wb_custom-form-field.white input.mat-input-element {
  color: #ffffff;
}
.IS_DSA_Wb_custom-form-field.white.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  margin-bottom: -4px;
}
/* Datepicker CSS - End */
/* Input CSS - Start */
.IS_DSA_Wb_custom-form-field.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #b71c1c;
}
.IS_DSA_Wb_custom-form-field .mat-error {
  color: #b71c1c;
}
.IS_DSA_Wb_custom-form-field.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.IS_DSA_Wb_custom-form-field.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #b71c1c;
}
.IS_DSA_Wb_custom-form-field.mat-form-field-appearance-legacy .mat-hint {
  font-size: 1rem;
  color: #7e7e7e;
}
.IS_DSA_Wb_custom-form-field.mat-form-field-disabled.mat-form-field-appearance-legacy .mat-form-field-label,
.IS_DSA_Wb_custom-form-field.mat-form-field-disabled input.mat-input-element {
  color: #7e7e7e;
}
.IS_DSA_Wb_custom-form-field.mBottom {
  margin: 0 0 24px;
}
.IS_DSA_Wb_custom-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused) .mat-form-field-ripple {
  height: 2px;
}
.IS_DSA_Wb_custom-form-field:hover .mat-form-field-underline {
  background: #737373;
}
.IS_DSA_Wb_custom-form-field .mat-form-field-prefix,
.IS_DSA_Wb_custom-form-field .mat-form-field-suffix {
  color: #7e7e7e;
}
.IS_DSA_Wb_custom-form-field.mat-form-field-disabled .mat-form-field-prefix,
.IS_DSA_Wb_custom-form-field.mat-form-field-disabled .mat-form-field-suffix {
  color: #7e7e7e;
}
.IS_DSA_Wb_custom-form-field.mat-form-field-disabled .mat-form-field-suffix i {
  opacity: 0.5;
}
.IS_DSA_inputwithInfo {
  margin-right: 32px;
}
.IS_DSA_formicon {
  float: right;
}
.IS_DSA_formicon:hover,
.IS_DSA_formicon:active,
.IS_DSA_formicon:focus {
  color: #3367d6 !important;
}
/* Input CSS - End */
/* Checkbox CSS - Start */
.IS_DSA_Wb_custom-checkbox:not(.d-block) ~ .IS_DSA_Wb_custom-checkbox:not(.d-block) {
  margin: 0 0 0 16px;
}
.IS_DSA_Wb_custom-checkbox.d-block ~ .IS_DSA_Wb_custom-checkbox.d-block {
  margin: 8px 0 0;
}
.IS_DSA_Wb_custom-checkbox .mat-checkbox-background,
.IS_DSA_Wb_custom-checkbox .mat-checkbox-frame {
  border-color: #737373;
  border-radius: 4px;
  z-index: 1;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.IS_DSA_Wb_custom-checkbox.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background: #8626c3;
  border: none;
}
.IS_DSA_Wb_custom-checkbox .mat-checkbox-checkmark-path {
  stroke: #ffffff !important;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
.IS_DSA_Wb_custom-checkbox.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background: #edcfff;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-checkmark-path {
  stroke: #efefef !important;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-disabled .mat-checkbox-background,
.IS_DSA_Wb_custom-checkbox.mat-checkbox-disabled .mat-checkbox-frame {
  border: none;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border: 2px solid #dadada;
}
.IS_DSA_Wb_custom-checkbox .mat-checkbox-checkmark {
  fill: #efefef;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox .mat-checkbox-ripple {
  width: 24px;
  height: 24px;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox .mat-checkbox-ripple .mat-ripple-element {
  border-radius: 4px;
}
.IS_DSA_Wb_custom-checkbox:not(.mat-checkbox-disabled) .mat-checkbox-inner-container:hover .mat-checkbox-frame {
  border-color: #8626c3;
}
.IS_DSA_Wb_custom-checkbox:not(.mat-checkbox-disabled) .mat-checkbox-inner-container:focus .mat-checkbox-frame {
  border-color: #5e1f89;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background-color: #edcfff;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background-color: #dadada;
  opacity: 1;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-checked:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background-color: #edcfff;
  opacity: 1;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-inner-container:hover .mat-ripple-element {
  opacity: 1;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-checked:active:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-background {
  background: #5e1f89;
  border: none;
}
.IS_DSA_Wb_custom-checkbox .mat-checkbox-layout {
  margin: 0;
}
.IS_DSA_Wb_custom-checkbox .mat-checkbox-layout .mat-checkbox-label {
  color: #7e7e7e;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-disabled .mat-checkbox-layout .mat-checkbox-label {
  color: #7e7e7e;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-checked.mat-checkbox-disabled .mat-checkbox-layout .mat-checkbox-label {
  color: #000000;
}
.IS_DSA_Wb_custom-checkbox.mat-checkbox-checked .mat-checkbox-layout .mat-checkbox-label {
  color: #000000;
}
/* Checkbox CSS - End */
/* Radio CSS - Start */
/*.mat-radio-button ~ .mat-radio-button {
  margin-left: 16px;
}*/
.IS_DSA_radioblock:not(.d-block) ~ .IS_DSA_radioblock:not(.d-block) {
  margin: 0 0 0 16px !important;
}
.IS_DSA_radioblock.d-block ~ .IS_DSA_radioblock.d-block {
  margin: 8px 0 0 !important;
}
.IS_DSA_Wb_custom-radio .mat-radio-container {
  width: 16px;
  height: 16px;
}
.IS_DSA_Wb_custom-radio .mat-radio-outer-circle {
  width: 16px;
  height: 16px;
  border-color: #737373;
  z-index: 2;
}
.IS_DSA_Wb_custom-radio .mat-radio-inner-circle {
  width: 8px;
  height: 8px;
  left: 4px;
  top: 4px;
  z-index: 2;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #8626c3;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #8626c3;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: #dadada;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle {
  border-color: #edcfff;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-inner-circle {
  background-color: #edcfff;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: #7e7e7e;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-button.mat-radio-checked.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: #000000;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: #dadada;
}
.IS_DSA_Wb_custom-radio .mat-radio-label-content {
  color: #7e7e7e;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-checked .mat-radio-label-content {
  color: #000000;
}
.IS_DSA_Wb_custom-radio .mat-radio-button .mat-radio-ripple {
  width: 24px;
  height: 24px;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}
.IS_DSA_Wb_custom-radio .mat-radio-button .mat-radio-ripple .mat-ripple-element {
  border-radius: 4px;
}
.IS_DSA_Wb_custom-radio .mat-radio-button:not(.mat-radio-disabled) .mat-radio-container:hover .mat-radio-outer-circle {
  border-color: #8626c3;
}
.IS_DSA_Wb_custom-radio .mat-radio-button:not(.mat-radio-disabled) .mat-radio-container:active .mat-radio-outer-circle {
  border-color: #5e1f89;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-checked:not(.mat-radio-disabled).mat-accent .mat-ripple-element {
  background-color: #edcfff;
}
.IS_DSA_Wb_custom-radio .mat-radio-button:active:not(.mat-radio-disabled).mat-accent .mat-ripple-element {
  background-color: #dadada;
  opacity: 1;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-checked:active:not(.mat-radio-disabled).mat-accent .mat-ripple-element {
  background-color: #edcfff;
  opacity: 1;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-checked:not(.mat-radio-disabled).mat-accent .mat-radio-container:hover .mat-ripple-element {
  opacity: 1;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-checked:active:not(.mat-radio-disabled).mat-accent .mat-radio-outer-circle {
  border-color: #5e1f89;
}
.IS_DSA_Wb_custom-radio .mat-radio-button.mat-radio-checked:active:not(.mat-radio-disabled).mat-accent .mat-radio-inner-circle {
  background-color: #5e1f89;
}
/* Radio CSS - End */
/* Slide toggle CSS - Start */
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle {
  display: block;
  margin: 0 0 16px;
}
.IS_DSA_Wb_custom-slideToggle .mat-slide-toggle-bar {
  background-color: #737373;
  width: 24px;
  height: 10px;
  border-radius: 2px;
}
.IS_DSA_Wb_custom-slideToggle .mat-slide-toggle-thumb,
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ffffff;
}
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: #8626c3;
}
.IS_DSA_Wb_custom-slideToggle.mat-disabled .mat-slide-toggle-bar {
  background-color: #dadada;
}
.IS_DSA_Wb_custom-slideToggle.mat-disabled .mat-slide-toggle-thumb,
.IS_DSA_Wb_custom-slideToggle.mat-checked.mat-disabled .mat-slide-toggle-thumb {
  background-color: #fafafa;
  border: 1px solid transparent;
}
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle.mat-checked.mat-disabled .mat-slide-toggle-bar {
  background-color: #edcfff;
}
.IS_DSA_Wb_custom-slideToggle .mat-slide-toggle-thumb-container {
  width: 16px;
  height: 16px;
  top: -4px;
  left: -2px;
}
.IS_DSA_Wb_custom-slideToggle .mat-slide-toggle-thumb {
  width: 16px;
  height: 16px;
  z-index: 1;
}
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle .mat-slide-toggle-ripple {
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  z-index: -1;
}
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle .mat-slide-toggle-ripple .mat-ripple-element {
  border-radius: 4px;
}
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle.mat-checked:active:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #5e1f89;
}
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle.mat-checked:not(.mat-disabled).mat-accent .mat-ripple-element {
  background-color: #edcfff;
}
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle:active:not(.mat-disabled).mat-accent .mat-ripple-element {
  background-color: #dadada;
  opacity: 1;
}
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle.mat-checked:active:not(.mat-disabled).mat-accent .mat-ripple-element {
  background-color: #edcfff;
  opacity: 1;
}
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle.mat-checked:not(.mat-disabled).mat-accent .mat-slide-toggle-bar:hover .mat-ripple-element {
  opacity: 1;
}
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle.mat-disabled {
  opacity: 1;
}
.IS_DSA_Wb_custom-slideToggle.mat-slide-toggle .mat-slide-toggle-content {
  margin: 0 16px 0 0;
  color: #7e7e7e;
}
.IS_DSA_Wb_custom-slideToggle.mat-disabled .mat-slide-toggle-content {
  color: #7e7e7e;
}
.IS_DSA_Wb_custom-slideToggle.mat-checked.mat-disabled .mat-slide-toggle-content {
  color: #000000;
}
.IS_DSA_Wb_custom-slideToggle.mat-checked .mat-slide-toggle-content {
  color: #000000;
}
/* Slide toggle CSS - End */
/*custom tag select*/
.IS_DSA_wb_custom-chip-list {
  width: 100%;
}
.IS_DSA_wb_custom-chip-list:hover .mat-form-field-underline {
  background-color: #737373 !important;
}
.IS_DSA_wb_custom-chip-list:hover .mat-form-field-label {
  color: #7e7e7e !important;
}
.IS_DSA_wb_custom-chip-list .mat-chip.mat-standard-chip .mat-chip-remove {
  opacity: 1;
}
.IS_DSA_wb_custom-chip-list.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #dadada;
}
.IS_DSA_wb_custom-chip-list.mat-form-field.mat-focused .mat-form-field-label {
  color: #8626c3 !important;
}
.IS_DSA_wb_custom-chip-list.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #8626c3;
}
.IS_DSA_wb_custom-chip-list.mat-form-field.mat-focused .mat-form-field-label {
  color: #7e7e7e;
}
.IS_DSA_wb_custom-chip-list.mat-form-field-appearance-legacy .mat-form-field-ripple {
  height: 1px;
}
/*custom tag select*/
.IS_DSA_wb_grid_BG,
.IS_DSA_wb_grid_col {
  background: #edcfff;
}
.IS_DSA_wb_grid_col {
  width: 100%;
  height: 200px;
}
.IS_DSA_wb_contentRightCol {
  padding-bottom: 16px;
  /* position   : fixed;
     width    : 350px;
     width    : 216px;
     z-index  : 2;
     right    : 0;
     top      :80px;
     @extend %rightpanel-shadow;*/
}
.IS_DSA_wb_contentRightCol.IS_DSA_wb_contentRightCol_large {
  /*width: 350px;*/
  background: transparent;
}
.IS_DSA_wb_contentRightCol.IS_DSA_wb_RightColoverlay {
  width: 360px;
  transition: all 0.2s ease 0.2s;
  visibility: visible;
}
.IS_DSA_whiteBG {
  background: #ffffff;
}
.containerPad {
  padding-right: 0px;
}
@media screen and (min-width: 1024px) {
  .IS_DSA_wb_contentRightCol {
    background: #ffffff;
    position: fixed;
    width: 350px;
    z-index: 2;
    right: 0;
    top: 80px;
    box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.16) !important;
  }
  .IS_DSA_wb_3-coloumn {
    margin-right: 334px;
  }
  .containerPad {
    padding-right: 32px;
  }
}
.IS_DSA_rightPanelHide {
  right: -360px;
  transition: all 0.2s ease 0.2s;
  box-shadow: none !important;
  visibility: hidden;
}
.IS_DSA_horSeperator {
  border: 0;
  border-top: 1px solid #999999;
}
.IS_DSA_footer {
  background: #000000;
  height: 40px;
  line-height: 40px;
  color: #999999;
}
@media screen and (min-width: 1024px) {
  .IS_DSA_footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
  }
}
/* Timepicker CSS - Start */
.IS_DCA_wb_cusTime .timepicker-dial__hint {
  display: none !important;
}
.IS_DCA_wb_cusTime .timepicker__header {
  background-color: #8626c3 !important;
}
.IS_DCA_wb_cusTime .timepicker-dial__control {
  font-size: 2.2rem;
  font-weight: 500;
  font-style: normal;
}
.IS_DCA_wb_cusTime .clock-face__clock-hand {
  background-color: #8626c3 !important;
}
.IS_DCA_wb_cusTime .clock-face__clock-hand::after {
  background-color: #8626c3 !important;
}
.IS_DCA_wb_cusTime .clock-face__clock-hand::before {
  border-color: #8626c3 !important;
}
.IS_DCA_wb_cusTime .clock-face__number > span.active {
  background-color: #8626c3 !important;
}
.IS_DCA_wb_cusTime button:not(.timepicker-dial__item) {
  color: #8626c3 !important;
  padding: 0px;
  line-height: 40px;
  height: 40px;
  width: auto;
  min-width: auto;
}
.IS_DCA_wb_cusTime button:not(.timepicker-dial__item):hover {
  background: #edcfff;
}
.IS_DCA_wb_cusTime button:not(.timepicker-dial__item):active {
  background: #edcfff;
}
.IS_DCA_wb_cusTime button:not(.timepicker-dial__item):focus {
  outline: none !important;
}
.IS_DCA_positionRight.timepicker {
  margin-left: -180px;
}
.IS_DCA_wb_cusTime .timepicker-period {
  flex-direction: row !important;
}
.IS_DCA_wb_cusTime .timepicker-period__btn {
  margin-left: 15px !important;
}
.IS_DCA_wb_cusTime.timepicker {
  width: 320px !important;
}
.IS_DCA_wb_cusTime .timepicker__body {
  padding: 15px 5px 0px 10px !important;
}
.IS_DCA_wb_cusTime .clock-face {
  border-radius: 16px !important;
  margin: 15px !important;
}
.IS_DCA_wb_cusTime .clock-face__number > span {
  border-radius: 4px !important;
}
.IS_DCA_wb_cusTime .timepicker-dial__control,
.IS_DCA_wb_cusTime .timepicker-dial__time {
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  font-style: normal;
}
.IS_DCA_wb_cusTime .timepicker-dial__control {
  margin-right: 5px !important;
  width: 30px !important;
}
.IS_DCA_wb_cusTime .timepicker-dial__container {
  justify-content: flex-start !important;
}
.IS_DCA_wb_cusTime .clock-face__number {
  color: #000000 !important;
  font-size: 1.4rem !important;
}
/* Timepicker CSS - End */
/* Datepicker CSS - Start */
/* .IS_custom-form-field{
    width: 100%;
}
.IS_custom-form-field.mat-form-field-appearance-legacy .mat-form-field-label{
  color: $text-neutral-80;
}
.IS_custom-form-field.mat-form-field-appearance-legacy .mat-form-field-underline, .IS_custom-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{
  background: $bg-neutral-50;
}
.IS_custom-form-field.mat-form-field.mat-focused .mat-form-field-label{
  color: $text-neutral-80;
}
.IS_custom-form-field.mat-form-field.mat-focused .mat-form-field-ripple{
  background: $bg-primary-80;
  height: 1px;
}
.IS_custom-form-field input.mat-input-element{
  color: $text-black;
  height:24px;
}
.IS_custom-form-field.white.mat-form-field-appearance-legacy .mat-form-field-underline,
.IS_custom-form-field.white.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{
  background: $bg-neutral-50;
}
.IS_custom-form-field.white.mat-form-field.mat-focused .mat-form-field-ripple{
  background: $bg-white;
  height: 1px;
}
.IS_custom-form-field.white.mat-form-field-appearance-legacy .mat-form-field-label{
  color: $text-white;
}
.IS_custom-form-field.white.mat-form-field-appearance-legacy .mat-form-field-infix{
  padding:4px 0
}
.IS_custom-form-field.white .mat-form-field-label-wrapper{
  top:-0.5em;
  padding-top:-0.5em;
}
.IS_custom-form-field.white input.mat-input-element{
  color:$text-white;
}
.IS_custom-form-field.white.mat-form-field-appearance-legacy .mat-form-field-wrapper{
  margin-bottom: -4px;
} */
.IS_DSA_wb_dateClass .mat-calendar-header {
  background: #8626c3;
  padding: 10px 8px;
}
.IS_DSA_wb_dateClass .mat-calendar-controls {
  margin-top: 0;
  margin-bottom: 0;
}
.IS_DSA_wb_dateClass .mat-calendar-arrow {
  border-top-color: #ffffff;
}
.IS_DSA_wb_dateClass .mat-calendar-next-button::after,
.IS_DSA_wb_dateClass .mat-calendar-previous-button::after {
  color: #ffffff !important;
}
.IS_DSA_wb_dateClass .mat-datepicker-content .mat-calendar-next-button,
.IS_DSA_wb_dateClass .mat-datepicker-content .mat-calendar-previous-button,
.IS_DSA_wb_dateClass .mat-datepicker-toggle {
  color: #ffffff;
}
.IS_DSA_wb_dateClass .mat-calendar-period-button {
  font-size: 2.2rem;
  color: #ffffff;
}
.IS_DSA_wb_dateClass .mat-calendar-table-header th {
  padding: 12px 0 6px 0;
}
.mat-datepicker-content.mat-datepicker-content-touch .IS_DSA_wb_dateClass {
  max-width: 328px;
  max-height: 420px;
}
.IS_DSA_wb_dateClass .mat-calendar-body-cell-content,
.IS_DSA_wb_dateClass .mat-calendar-table-header th {
  font-size: 1.4rem;
}
.IS_DSA_wb_dateClass .mat-calendar-body-cell-content {
  color: #000000;
  border-radius: 4px;
}
.IS_DSA_wb_dateClass .mat-calendar-table-header-divider::after {
  background: none;
}
.IS_DSA_wb_dateClass .mat-calendar-body-selected {
  background-color: #8626c3;
  color: #ffffff;
  box-shadow: none;
}
.IS_DSA_wb_dateClass .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: none;
}
/* Datepicker CSS - End */
.IS_DSA_mainwrapper {
  background-color: #ffffff;
}
.IS_DSA_mainwrapperLogin {
  background: url('loginBG.2e56bbddc40ecb60.png') no-repeat;
  background-size: cover;
}
.IS_DSA_fullview {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  overflow-y: auto;
  height: 100%;
}
/*message bar*/
.mat-snack-bar-container {
  background: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 0;
}
.IS_DSA_wb_alert {
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 16px 50px 16px 16px;
}
.IS_DSA_wb_alert-success {
  color: #000000;
  background-color: #dff6dd;
}
.IS_DSA_wb_alert-danger {
  color: #000000;
  background-color: #fde7e9;
}
.IS_DSA_wb_alert-warning {
  color: #000000;
  background-color: #fff4ce;
}
.IS_DSA_wb_alert-info {
  color: #000000;
  background-color: #deebff;
}
.IS_DSA_wb_alert-white {
  color: #000000;
  background-color: #ffffff;
}
.IS_DSA_topbarMessage {
  margin-top: 100px !important;
}
.IS_DSA_msgCtr {
  width: 800px;
  margin: 0 auto;
  border-radius: 4px;
}
.IS_DSA_wb_alertfullpage {
  position: relative;
  margin-bottom: 1rem;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 1px solid transparent;
  line-height: 24px;
  vertical-align: bottom;
}
.IS_DSA_msgWdth {
  width: 500px;
}
.IS_DSA_msgWdth2line {
  width: 600px;
}
.IS_DSA_msg {
  float: left;
}
.IS_DSA_butttons {
  float: right;
}
@media screen and (max-width: 768px) {
  .IS_DSA_wb_alertfullpage {
    padding: 24px 16px;
  }
  .IS_DSA_msgCtr {
    width: 100%;
    margin: 0;
  }
  .IS_DSA_msgWdth {
    width: 100%;
  }
  .IS_DSA_msgWdth2line {
    width: 100%;
  }
  .IS_DSA_msg {
    float: none;
  }
  .IS_DSA_butttons {
    float: none;
    margin-top: 16px;
  }
}
/*message bar*/
/* Custom Table - Start */
.IS_DSA_wb_custom-table {
  width: 100%;
  margin: 0 0 16px;
}
.IS_DSA_wb_custom-table thead tr th {
  font-family: "roboto", Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  padding: 0 8px 16px;
  vertical-align: top;
}
.IS_DSA_wb_custom-table thead tr td {
  padding: 0 8px 16px;
  vertical-align: top;
}
.IS_DSA_wb_custom-table thead tr th.th_sort i.icon {
  display: inline-block;
  margin: 0 0 0 8px;
  cursor: pointer;
}
.IS_DSA_wb_custom-table tbody {
  border-radius: 4px;
}
.IS_DSA_wb_custom-table tbody tr td {
  font-family: "roboto", Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  padding: 8px;
  vertical-align: middle;
  border-top: 1px solid #efefef;
  height: 40px;
}
.IS_DSA_wb_custom-table tbody tr td i {
  display: inline-block;
  visibility: hidden;
}
.IS_DSA_wb_custom-table tbody tr td i ~ i {
  margin: 0 0 0 24px;
}
.IS_DSA_wb_custom-table tbody tr td .avatar-mini {
  margin: 3px 16px 0 0;
}
.IS_DSA_wb_custom-table tbody tr td .td_nonEditable {
  display: block;
  transition: display 0.2s ease 0.2s;
}
.IS_DSA_wb_custom-table tbody tr td .td_editable {
  display: none;
  max-width: 220px;
  transition: display 0.2s ease 0.2s;
}
.IS_DSA_wb_custom-table tbody tr td .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding: 0;
}
.IS_DSA_wb_custom-table tbody tr td .mat-form-field-subscript-wrapper,
.IS_DSA_wb_custom-table tbody tr td .mat-form-field-label-wrapper {
  display: none;
}
.IS_DSA_wb_custom-table tbody tr td .mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 0;
}
.IS_DSA_wb_custom-table tbody tr td .mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0;
  border: none;
}
.IS_DSA_wb_custom-table tbody tr:first-child td {
  border-top: 1px solid #dadada;
}
.IS_DSA_wb_custom-table tbody tr:last-child td {
  border-bottom: 1px solid #dadada;
}
.IS_DSA_wb_custom-table tbody tr:hover {
  background: #faf2ff;
}
.IS_DSA_wb_custom-table tbody tr:hover td i {
  visibility: visible;
  cursor: pointer;
}
.IS_DSA_wb_custom-table tbody tr.active {
  background: #ffffff;
}
.IS_DSA_wb_custom-table tbody tr.active td .td_editable {
  display: block;
}
.IS_DSA_wb_custom-table tbody tr.active td .td_editable i {
  visibility: visible;
  cursor: pointer;
}
.IS_DSA_wb_custom-table tbody tr.active td .td_nonEditable {
  display: none;
}
.IS_DSA_wb_custom-table.noBor {
  border: 0;
}
.IS_DSA_wb_custom-table.noBor tbody {
  border-radius: 4px;
}
.IS_DSA_wb_custom-table.noBor tbody tr td {
  border: 0;
}
.IS_DSA_Wb_form-sm-cont .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding: 0;
}
.IS_DSA_Wb_form-sm-cont .mat-form-field-subscript-wrapper,
.IS_DSA_Wb_form-sm-cont .mat-form-field-label-wrapper {
  display: none;
}
.IS_DSA_Wb_form-sm-cont .mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 0;
}
.IS_DSA_Wb_form-sm-cont .mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0;
  border: none;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr td i.arrow_expand,
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr td i.arrow_collapse {
  visibility: visible;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr td i.arrow_expand {
  color: #999999;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr td i.arrow_collapse {
  color: #7e7e7e;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr.row_opened {
  background: #efefef;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr.row_opened td {
  border-top: none;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child {
  display: none;
  background: #ffffff;
  transition: display 0.2s ease 0.2s;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child td {
  border: none;
  padding: 16px 40px 16px 0;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable {
  width: 100%;
  margin: 0;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable thead tr {
  border-bottom: 1px solid #dadada;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable thead tr th {
  font-family: "roboto", Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  padding: 0 8px 16px;
  vertical-align: top;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable thead tr:hover {
  box-shadow: none !important;
  background: transparent;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable tbody tr td {
  font-family: "roboto", Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  padding: 8px;
  vertical-align: middle;
  color: #7e7e7e;
  height: 20px;
  border: none;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable tbody tr:hover {
  box-shadow: none !important;
  background: transparent;
  border: none;
}
.IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child.open {
  display: table-row;
  /* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16) !important;  */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .IS_DSA_wb_custom-table tbody tr:hover {
    border-bottom: 1px solid #dadada;
  }
  .IS_DSA_wb_custom-table.table-expandCollapse tbody tr.row_opened {
    background: #efefef;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .IS_DSA_wb_custom-table.table-expandCollapse tbody tr.row_opened td {
    border-top: 1px solid #dadada;
  }
  .IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child.open {
    display: table-row;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  .IS_DSA_wb_custom-table.table-expandCollapse tbody tr.row_opened:hover {
    box-shadow: none !important;
    border-bottom: none;
  }
}
@supports (-ms-ime-align: auto) {
  .IS_DSA_wb_custom-table tbody tr:hover {
    border-bottom: 1px solid #dadada;
  }
  .IS_DSA_wb_custom-table.table-expandCollapse tbody tr.row_opened {
    background: #efefef;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .IS_DSA_wb_custom-table.table-expandCollapse tbody tr.row_opened td {
    border-top: 1px solid #dadada;
  }
  .IS_DSA_wb_custom-table.table-expandCollapse tbody tr.tr_child.open {
    display: table-row;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  .IS_DSA_wb_custom-table.table-expandCollapse tbody tr.row_opened:hover {
    box-shadow: none !important;
    border-bottom: none;
  }
}
.IS_DSA_wb_custom-table.table-width10 {
  width: 125px;
  display: inline-table;
}
.IS_DSA_wb_custom-table.table-width10 thead tr th {
  padding: 10px 0;
  vertical-align: middle;
  height: 40px;
}
.IS_DSA_wb_custom-table.table-width90 {
  width: calc(100% - 125px);
  display: inline-table;
}
.table-titleArea {
  margin: 0 0 16px;
}
.table-titleArea h2, .table-titleArea .h2 {
  line-height: 32px;
}
.table-titleArea .icon-cont {
  float: right;
  border-radius: 4px;
  background: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
}
.table-titleArea .icon-cont i {
  display: inline-block;
  margin: 4px 0;
}
/* Custom Table - End */
.IS_DSA_wb-IS_cus-accordion .mat-expansion-panel {
  margin: 16px 0 !important;
  border-radius: 4px !important;
}
.IS_DSA_wb-IS_cus-accordion .mat-expansion-panel .mat-expansion-panel-header {
  height: 40px !important;
  padding: 0 16px;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  border-radius: 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.IS_DSA_wb-IS_cus-accordion .mat-expansion-panel .mat-expansion-panel-header span:after {
  padding: 5px;
  margin-top: -10px;
}
.IS_DSA_wb-IS_cus-accordion .mat-expansion-panel .mat-expansion-panel-header:hover {
  background: #efefef;
  /* box-shadow:  0px 8px 16px rgba(0, 0, 0, 0.24); */
}
.IS_DSA_wb-IS_cus-accordion .mat-expansion-panel .mat-expansion-panel-header-title {
  color: #7e7e7e;
}
.IS_DSA_wb-IS_cus-accordion .mat-expansion-panel .mat-expansion-panel-body {
  background: #ffffff;
  padding: 0;
}
.IS_DSA_wb-IS_cus-accordion .mat-expanded .mat-expansion-panel-header {
  background: #8626c3 !important;
}
.IS_DSA_wb-IS_cus-accordion .mat-expanded .mat-expansion-panel-header .mat-expansion-panel-header-title {
  color: #ffffff !important;
}
.IS_DSA_wb-IS_cus-accordion .mat-expanded .mat-expansion-indicator::after,
.IS_DSA_wb-IS_cus-accordion .mat-expanded .mat-expansion-panel-header-description {
  color: #ffffff;
}
.IS_DSA_wb-cus-accordion2 {
  /* background: $bg-white; */
  background: transparent;
}
.IS_DSA_wb-cus-accordion2 .mat-expansion-panel {
  padding: 0px 24px;
  position: relative;
  margin: 4px 0 0 0 !important;
  border-radius: 0px !important;
  box-shadow: none;
  /* background: $bg-white; */
  background: transparent;
  border-bottom: 1px solid #efefef;
}
.IS_DSA_wb-cus-accordion2 .mat-expansion-panel .IS_DSA_accordionIcon {
  display: none;
  position: absolute;
  left: 6px;
  top: 12px;
}
.IS_DSA_wb-cus-accordion2 .mat-expansion-panel:hover .IS_DSA_accordionIcon {
  display: inline-block;
  margin-bottom: 0;
  transform: rotate(0deg);
}
.IS_DSA_wb-cus-accordion2 .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0;
}
.IS_DSA_wb-cus-accordion2 .mat-expansion-panel .mat-expansion-panel-header {
  height: 40px !important;
  padding: 0;
  border-radius: 0px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
  /* border-bottom: 1px solid $bg-neutral-40; */
}
.IS_DSA_wb-cus-accordion2 .mat-expansion-panel .mat-expansion-panel-header:hover {
  background: none !important;
  border-bottom: 0;
}
.IS_DSA_wb-cus-accordion2 .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title {
  color: #7e7e7e !important;
}
.IS_DSA_wb-cus-accordion2 .mat-expanded {
  /* .IS_DSA_accordionIcon{
  display: none;
  } */
}
.IS_DSA_wb-cus-accordion2 .mat-expanded .IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius {
  margin: 0 -16px;
}
.IS_DSA_wb-cus-accordion2 .mat-expanded .IS_DSA_accordionIcon {
  display: inline-block;
  margin-bottom: 0;
  transform: rotate(90deg);
}
.IS_DSA_wb-cus-accordion2 .mat-expanded:hover {
  box-shadow: none !important;
}
.IS_DSA_wb-cus-accordion2 .mat-expanded:hover .IS_DSA_accordionIcon {
  /* display: none; */
  transform: rotate(90deg);
}
.IS_DSA_wb-cus-accordion2 .mat-expanded .mat-expansion-panel-header {
  background: none !important;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
  border-bottom: 0;
  /* .DSA_accordionChip{
    display: none;
  } */
}
.IS_DSA_wb-cus-accordion2 .mat-expanded .mat-expansion-panel-header .mat-expansion-panel-header-title {
  color: #000000 !important;
}
/*status dot*/
.IS_DSA_StatusDot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}
.IS_DSA_StatusDotGreen {
  background-color: #0b8043;
}
.IS_DSA_StatusDotRed {
  background-color: #b71c1c;
}
/*tabs*/
.IS_DSA_web_header_bg {
  background: #ffffff;
}
.IS_DSA_wb_custom-tab .mdc-tab .mdc-tab__text-label {
  color: #7e7e7e;
  opacity: 1;
  text-transform: none;
}
.IS_DSA_wb_custom-tab .mdc-tab--active .mdc-tab__text-label {
  color: #8626c3;
  opacity: 1;
  font-weight: 600;
  font-style: normal;
}
.IS_DSA_wb_custom-tab .mdc-tab:hover {
  background: #dadada;
}
.IS_DSA_wb_custom-tab .mdc-tab--active:hover {
  background: none;
}
.IS_DSA_wb_custom-tab .mdc-tab:hover .mdc-tab__text-label {
  color: #8626c3;
}
.IS_DSA_wb_custom-tab .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #8626c3;
  margin: 0 8px;
  border-top-width: 4px;
}
.IS_DSA_wb_custom-tab .mdc-tab {
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  height: 80px;
  outline: none;
  padding: 0 8px;
}
.IS_DSA_wb_custom-tab .mdc-tab__ripple .mdc-ripple-upgraded:hover {
  background: #dadada;
}
.IS_DSA_wb_custom-tab .mdc-tab--active .IS_DSA_tabIcon-Circle {
  background: #ffffff;
}
.IS_DSA_wb_custom-tab .sec-tab-bar {
  background: #ffffff;
  border-bottom: 2px solid #fafafa;
}
.IS_DSA_wb_custom-tab .sec-tab-bar .mdc-tab {
  height: 34px;
}
.IS_DSA_wb_custom-tab .sec-tab-bar .mdc-tab .mdc-tab__text-label {
  color: #7e7e7e;
  opacity: 1;
}
.IS_DSA_wb_custom-tab .sec-tab-bar .mdc-tab--active .mdc-tab__text-label {
  color: #8626c3;
}
.IS_DSA_wb_custom-tab .sec-tab-bar .mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #8626c3;
  margin: 0 8px;
}
.IS_DSA_wb_custom-tab .scrollable-tab-bar .mdc-tab-scroller__scroll-content {
  padding: 0 24px;
}
/*material tab*/
.IS_DSA_navTab {
  padding: 8px 0px;
}
.IS_DSA_navTabWhite .mat-tab-header {
  background: #ffffff;
}
.IS_DSA_navTabTrans .mat-tab-header {
  background: none;
}
.IS_DSA_navTabTransBorder .mat-tab-header {
  background: none;
  border-bottom: 1px solid #dadada;
}
.IS_DSA_wb_customTab .mat-tab-label,
.IS_DSA_wb_customTab .mat-tab-link {
  height: 80px;
  color: #7e7e7e;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  min-width: auto;
  opacity: 1;
  padding: 0 24px;
  margin: 0 0px;
}
.IS_DSA_wb_customTab .mat-tab-header,
.IS_DSA_wb_customTab .mat-tab-nav-bar {
  border-bottom: 1px solid #efefef;
}
.IS_DSA_wb_customTab .mat-tab-label-active:active,
.IS_DSA_wb_customTab .cdk-focused:active {
  color: #8626c3;
  font-weight: 400;
  background: #999999;
}
.IS_DSA_wb_customTab .mat-tab-label:hover,
.IS_DSA_wb_customTab .mat-tab-link:hover {
  color: #000000;
  background: #dadada;
}
.IS_DSA_wb_customTab .mat-tab-label:active,
.IS_DSA_wb_customTab .mat-tab-link:active {
  color: #000000;
  background: #999999;
}
.IS_DSA_wb_customTab .mat-tab-label-active {
  color: #8626c3;
  font-weight: 600;
  font-style: normal;
}
.IS_DSA_wb_customTab .mat-tab-label-active:hover {
  background: none;
  color: #8626c3;
}
.IS_DSA_wb_customTab .mat-tab-label-active:active {
  font-weight: 600;
}
.IS_DSA_wb_customTab .mat-tab-group.mat-primary .mat-ink-bar,
.IS_DSA_wb_customTab .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background: #8626c3;
  height: 4px;
}
.IS_DSA_wb_Primary .mat-tab-label,
.IS_DSA_wb_Primary .mat-tab-link {
  height: 56px;
  font-family: "myriad-pro", Arial, sans-serif !important;
}
.IS_DSA_wb_Primary .mat-tab-label:hover,
.IS_DSA_wb_Primary .mat-tab-link:hover {
  background: #efefef;
}
.IS_DSA_wb_Primary .mat-tab-label:active,
.IS_DSA_wb_Primary .mat-tab-link:active {
  background: #edcfff;
}
.IS_DSA_wb_Primary .mat-tab-label-active,
.IS_DSA_wb_Primary .mat-tab-label-active:hover {
  background: #8626c3;
  color: #ffffff;
}
.IS_DSA_wb_Primary .mat-tab-label-active:active {
  font-weight: 600;
}
.IS_DSA_wb_Primary .mat-tab-group.mat-primary .mat-ink-bar,
.IS_DSA_wb_Primary .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  height: 2px;
  display: none;
}
.IS_DSA_wb_Primary .mat-tab-group.mat-primary :not(.mat-tab-disabled).mat-tab-label.cdk-keyboard-focused,
.IS_DSA_wb_Primary .mat-tab-group.mat-primary :not(.mat-tab-disabled).mat-tab-label.cdk-program-focused,
.IS_DSA_wb_Primary .mat-tab-group.mat-primary :not(.mat-tab-disabled).mat-tab-link.cdk-keyboard-focused,
.IS_DSA_wb_Primary .mat-tab-group.mat-primary :not(.mat-tab-disabled).mat-tab-link.cdk-program-focused,
.IS_DSA_wb_Primary .mat-tab-nav-bar.mat-primary :not(.mat-tab-disabled).mat-tab-label.cdk-keyboard-focused,
.IS_DSA_wb_Primary .mat-tab-nav-bar.mat-primary :not(.mat-tab-disabled).mat-tab-label.cdk-program-focused,
.IS_DSA_wb_Primary .mat-tab-nav-bar.mat-primary :not(.mat-tab-disabled).mat-tab-link.cdk-keyboard-focused,
.IS_DSA_wb_Primary .mat-tab-nav-bar.mat-primary :not(.mat-tab-disabled).mat-tab-link.cdk-program-focused {
  background: #8626c3 !important;
  color: #ffffff !important;
}
.IS_DSA_wb_Secondary .mat-tab-label,
.IS_DSA_wb_Secondary .mat-tab-link {
  height: 40px;
  font-family: "myriad-pro", Arial, sans-serif !important;
}
.IS_DSA_wb_Secondary .mat-tab-label:hover,
.IS_DSA_wb_Secondary .mat-tab-link:hover {
  background: #efefef;
}
.IS_DSA_wb_Secondary .mat-tab-label:active,
.IS_DSA_wb_Secondary .mat-tab-link:active {
  background: #edcfff;
}
.IS_DSA_wb_Secondary .mat-tab-label-active,
.IS_DSA_wb_Secondary .mat-tab-label-active:hover {
  background: none;
  color: #8626c3;
}
.IS_DSA_wb_Secondary .mat-tab-label-active:active {
  font-weight: 600;
}
.IS_DSA_wb_Secondary .mat-tab-group.mat-primary .mat-ink-bar,
.IS_DSA_wb_Secondary .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  height: 2px;
  display: block;
}
.IS_DSA_wb_Secondary .mat-tab-group.mat-primary :not(.mat-tab-disabled).mat-tab-label.cdk-keyboard-focused,
.IS_DSA_wb_Secondary .mat-tab-group.mat-primary :not(.mat-tab-disabled).mat-tab-label.cdk-program-focused,
.IS_DSA_wb_Secondary .mat-tab-group.mat-primary :not(.mat-tab-disabled).mat-tab-link.cdk-keyboard-focused,
.IS_DSA_wb_Secondary .mat-tab-group.mat-primary :not(.mat-tab-disabled).mat-tab-link.cdk-program-focused,
.IS_DSA_wb_Secondary .mat-tab-nav-bar.mat-primary :not(.mat-tab-disabled).mat-tab-label.cdk-keyboard-focused,
.IS_DSA_wb_Secondary .mat-tab-nav-bar.mat-primary :not(.mat-tab-disabled).mat-tab-label.cdk-program-focused,
.IS_DSA_wb_Secondary .mat-tab-nav-bar.mat-primary :not(.mat-tab-disabled).mat-tab-link.cdk-keyboard-focused,
.IS_DSA_wb_Secondary .mat-tab-nav-bar.mat-primary :not(.mat-tab-disabled).mat-tab-link.cdk-program-focused {
  background: none !important;
  color: #8626c3 !important;
}
.IS_DSA_wb_customTab .mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination {
  height: 24px;
  width: 24px;
  min-width: 24px;
  margin-top: 30px;
  padding: 0;
  background: #ffffff;
}
.IS_DSA_wb_customTab .mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination-before {
  margin-left: 5px;
}
.IS_DSA_wb_customTab .mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination-after {
  margin-right: 5px;
}
.IS_DSA_wb_Secondary .mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination {
  margin-top: 10px;
}
.IS_DSA_guidedflow .mat-tab-header {
  border-bottom: 0;
}
.IS_DSA_guidedflow .mat-tab-label,
.IS_DSA_guidedflow .mat-tab-link {
  color: #7e7e7e;
}
.IS_DSA_guidedflow .mat-tab-label:hover,
.IS_DSA_guidedflow .mat-tab-link:hover {
  background: #efefef;
}
.IS_DSA_guidedflow .mat-tab-label:active,
.IS_DSA_guidedflow .mat-tab-link:active {
  background: #faf2ff;
}
.IS_DSA_guidedflow .mat-tab-label-active:hover {
  background: none;
}
.IS_DSA_guidedflow .mat-tab-label-active:active {
  font-weight: 600;
}
.IS_DSA_guidedflow .mat-tab-label-active,
.IS_DSA_guidedflow .cdk-focused {
  color: #8626c3;
}
.IS_DSA_wb_stepCircle {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #737373;
  font-size: 1.4rem;
  font-family: "roboto", Arial, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  text-align: center;
}
.IS_DSA_wb_stepComplete {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #dff6dd;
  text-align: center;
  padding: 8px 0 0;
}
.IS_DSA_wb_stepTxt {
  font-size: 1rem;
  font-family: "roboto", Arial, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.IS_DSA_stepperCtr .mat-stepper-horizontal-line {
  background: url('Guidedflow_seperator.09c23375bb383437.png') repeat-x;
  border: 0;
  height: 4px;
  margin: 0;
  flex: 0;
  min-width: 40px;
}
.IS_DSA_stepperCtr .mat-step-header .mat-step-icon-state-number {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 1.4rem;
  font-family: "roboto", Arial, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  text-align: center;
  background: none;
  color: #7e7e7e;
  border: 1px solid #737373;
}
.IS_DSA_stepperCtr .mat-step-header .mat-step-label.mat-step-label-active {
  color: #7e7e7e;
}
.IS_DSA_stepperCtr .mat-step-icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 1.4rem;
  font-family: "roboto", Arial, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  text-align: center;
  background: none;
  color: #0b8043;
  border: 1px solid #dff6dd;
}
.IS_DSA_stepperCtr .mat-step-icon-state-done ~ .mat-step-label .mat-step-text-label {
  color: #0b8043;
}
.IS_DSA_stepperCtr .mat-horizontal-stepper-header {
  display: block;
  min-width: 120px;
  padding: 0;
  padding-top: 8px;
}
.IS_DSA_stepperCtr .mat-horizontal-stepper-header .mat-step-icon {
  margin-right: auto;
}
.IS_DSA_stepperCtr .mat-horizontal-stepper-header:active {
  background: #faf2ff;
}
.IS_DSA_stepperCtr .mat-step-text-label {
  text-align: center;
  font-size: 1rem;
  font-family: "roboto", Arial, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}
.IS_DSA_stepperCtr .mat-step-label {
  display: block;
  margin-top: 8px;
}
.IS_DSA_stepperCtr .mat-step-label-selected .mat-step-text-label {
  color: #8626c3;
}
.IS_DSA_stepperCtr .mat-step-header .mat-step-icon-selected {
  color: #8626c3;
  border: 1px solid #8626c3;
}
.IS_DSA_stepperCtr .mat-step-header:hover .mat-step-label,
.IS_DSA_stepperCtr .mat-step-header:hover .mat-step-icon-state-number {
  color: #000000 !important;
}
.IS_DSA_guidedflow .mat-tab-label-active .IS_DSA_wb_stepCircle,
.IS_DSA_guidedflow .cdk-focused .IS_DSA_wb_stepCircle {
  color: #8626c3;
  border: 1px solid #8626c3;
}
.IS_DSA_guidedflow .mat-tab-label .IS_DSA_wb_Complete,
.IS_DSA_guidedflow .mat-tab-link .IS_DSA_wb_Complete {
  color: #0b8043;
}
.noTAB_border .mat-tab-header,
.noTAB_border .mat-tab-nav-bar {
  border: 0;
}
.IS_DSA_guidedSeperator {
  background: url('Guidedflow_seperator.09c23375bb383437.png') no-repeat;
  width: 40px;
  height: 4px;
  display: inline-block;
  margin-top: 8px;
  position: absolute;
  top: 30px;
  left: 100%;
}
.IS_DSA_guidedflow .mat-tab-label,
.IS_DSA_guidedflow .mat-tab-link {
  margin-right: 40px;
  min-width: 120px;
  overflow: visible;
}
.IS_DSA_guidedflow .mat-tab-group.mat-primary .mat-ink-bar,
.IS_DSA_guidedflow .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  display: none;
}
/* List Items - Start */
.IS_DSA_wb_listItemSingle,
.IS_DSA_wb_normalListItem {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.IS_DSA_wb_listItemSingle li,
.IS_DSA_wb_normalListItem li {
  padding: 0px;
  margin: 0;
  transform-style: preserve-3d;
  position: relative;
}
.IS_DSA_wb_listItemSingle li > a {
  padding: 16px;
  display: block;
  position: relative;
  border-left: 4px solid transparent;
  transition: all 280ms linear;
}
.IS_DSA_wb_listItemSingle li > a h2, .IS_DSA_wb_listItemSingle li > a .h2 {
  line-height: 24px;
  margin-left: 40px;
}
.IS_DSA_wb_listItemSingle li > a h2.menu-withoutIcon, .IS_DSA_wb_listItemSingle li > a .menu-withoutIcon.h2 {
  margin-left: 0;
}
.IS_DSA_wb_listItemSingle li > a i.icon.icon_Pin_filled {
  display: inline;
}
.IS_DSA_wb_listItemSingle li > a:hover {
  text-decoration: none;
  color: #7e7e7e;
  background-color: #efefef;
}
.IS_DSA_wb_listItemSingle li > a:hover h2, .IS_DSA_wb_listItemSingle li > a:hover .h2,
.IS_DSA_wb_listItemSingle li > a:hover i.icon {
  color: #7e7e7e;
}
.IS_DSA_wb_listItemSingle li > a:hover i.surveysicon,
.IS_DSA_wb_listItemSingle li > a:hover i.material-icons-outlined {
  color: #7e7e7e;
}
.IS_DSA_wb_listItemSingle li > a:hover i.icon.icon_Pin {
  display: inline;
}
.IS_DSA_wb_listItemSingle li > a:active {
  text-decoration: none;
  color: #5e1f89;
  background-color: #dadada;
}
.IS_DSA_wb_listItemSingle li > a:active h2, .IS_DSA_wb_listItemSingle li > a:active .h2,
.IS_DSA_wb_listItemSingle li > a:active i.icon {
  color: #5e1f89;
}
.IS_DSA_wb_listItemSingle li > a:active i.surveysicon,
.IS_DSA_wb_listItemSingle li > a:active i.material-icons-outlined {
  color: #5e1f89;
}
.IS_DSA_wb_listItemSingle li.active > a {
  background-color: transparent;
  border-left: 4px solid #8626c3;
}
.IS_DSA_wb_listItemSingle li.active > a h2, .IS_DSA_wb_listItemSingle li.active > a .h2 {
  color: #8626c3;
  font-weight: 600;
  font-style: normal;
}
.IS_DSA_wb_listItemSingle li.active > a i.icon {
  color: #8626c3;
}
.IS_DSA_wb_listItemSingle li.active > a i.surveysicon,
.IS_DSA_wb_listItemSingle li.active > a i.material-icons-outlined {
  color: #5e1f89;
}
.IS_DSA_wb_listItemSingle li.activeDark > a h2, .IS_DSA_wb_listItemSingle li.activeDark > a .h2 {
  color: #000000;
  font-weight: 600;
  font-style: normal;
}
.IS_DSA_wb_listItemSingle li.activeDark > a i.icon {
  color: #000000;
}
.IS_DSA_list-1line {
  line-height: 24px;
}
.IS_DSA_wb_listItemSingle.IS_DSA_img32 li > a {
  padding: 12px 16px;
}
.IS_DSA_wb_listItemSingle.IS_DSA_img32 li > a .IS_DSA_list-1line {
  line-height: 32px;
}
.IS_DSA_secLevel li a {
  padding-left: 24px;
}
.IS_DSA_wb_sec_listItemSingle li > a,
.IS_DSA_wb_sec_listItemSingle li > span {
  padding: 8px 16px;
  border: none;
  display: block;
  position: relative;
}
.IS_DSA_wb_sec_listItemSingle li.active a {
  border: none;
}
.IS_DSA_wb_topMenu li {
  display: inline-block;
  position: relative;
}
.IS_DSA_wb_topMenu li a {
  border: none;
  border-bottom: 4px solid transparent;
  padding: 0 24px;
}
.IS_DSA_wb_topMenu li a h2, .IS_DSA_wb_topMenu li a .h2 {
  line-height: 76px;
  color: #7e7e7e;
}
.IS_DSA_wb_topMenu li ul.IS_DSA_wb_listItemSingle.IS_DSA_secLevel {
  position: absolute;
  top: 80px;
  left: 0;
  width: 240px;
  background: #ffffff;
  z-index: 1;
}
.IS_DSA_wb_topMenu li ul.IS_DSA_wb_listItemSingle.IS_DSA_secLevel li {
  display: block;
}
.IS_DSA_wb_topMenu li ul.IS_DSA_wb_listItemSingle.IS_DSA_secLevel li a {
  padding: 16px;
  border: none;
}
.IS_DSA_wb_topMenu li ul.IS_DSA_wb_listItemSingle.IS_DSA_secLevel li h2, .IS_DSA_wb_topMenu li ul.IS_DSA_wb_listItemSingle.IS_DSA_secLevel li .h2 {
  line-height: 24px;
  margin: 0;
}
.IS_DSA_wb_topMenu li ul.IS_DSA_wb_listItemSingle.IS_DSA_secLevel li.active a {
  border: none;
}
.IS_DSA_wb_topMenu li.active a {
  border: none;
  border-bottom: 4px solid #8626c3;
}
.IS_DSA_wb_topMenu li.active a h2, .IS_DSA_wb_topMenu li.active a .h2 {
  /*color:$text-white;*/
}
.IS_DSA_wb_topMenu li:hover ul.IS_DSA_wb_listItemSingle.IS_DSA_secLevel {
  display: block;
}
.IS_DSA_wb_listItemSingle.IS_DSA_wb_topMenu li.activeDark > a {
  border: none;
  border-bottom: 4px solid #8626c3;
}
.IS_DSA_wb_listItemSingle.IS_DSA_wb_topMenu li.activeDark > a h2, .IS_DSA_wb_listItemSingle.IS_DSA_wb_topMenu li.activeDark > a .h2 {
  color: #8626c3;
}
.marB120 {
  margin-bottom: 120px !important;
}
.IS_DSA_wb_listLeft {
  width: 75%;
  float: left;
  padding-right: 8px;
  position: relative;
}
.IS_DSA_wb_listRight {
  width: 25%;
  float: right;
  text-align: right;
  padding-left: 8px;
  line-height: 24px;
}
.IS_DSA_wb_vertical-RightCenter {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.IS_DSA_wb_marginicon40 {
  margin: 0 0 0 56px;
  display: block;
}
.IS_DSA_wb_marginicon2 {
  margin: 0 0 0 46px;
  line-height: 35px;
  display: block;
}
.IS_DSA_wb_marginicon32 {
  margin: 0 0 0 48px;
  display: block;
}
.IS_DSA_wb_marginicon24 {
  margin: 0 0 0 40px;
  display: block;
}
.IS_DSA_wb_marginicon56 {
  margin: 0 0 0 72px;
  display: block;
}
.IS_DSA_wb_normalListItem li > a,
.IS_DSA_wb_normalListItem li > span {
  padding: 8px 16px;
  border: none;
  display: block;
  position: relative;
  transition: all 280ms linear;
}
.IS_DSA_wb_normalListItem li > a .IS_DSA_wb_lh_32,
.IS_DSA_wb_normalListItem li > span .IS_DSA_wb_lh_32 {
  line-height: 32px;
}
.IS_DSA_wb_normalListItem li > a .IS_DSA_wb_lh_56,
.IS_DSA_wb_normalListItem li > span .IS_DSA_wb_lh_56 {
  line-height: 56px;
}
.IS_DSA_wb_normalListItem li > a h2, .IS_DSA_wb_normalListItem li > a .h2,
.IS_DSA_wb_normalListItem li > span h2,
.IS_DSA_wb_normalListItem li > span .h2 {
  line-height: 24px;
}
.IS_DSA_wb_normalListItem.IS_DSA_wb_largeList li > a {
  padding: 24px;
  background-color: #fafafa;
  border-left: 4px solid transparent;
}
.IS_DSA_wb_normalListItem.IS_DSA_wb_largeList li.active > a {
  background-color: #faf2ff;
  border-left: 4px solid #8626c3;
}
.IS_DSA_wb_normalListItem li > a:hover,
.IS_DSA_wb_normalListItem li > span:hover {
  text-decoration: none;
  background-color: #efefef;
}
.IS_DSA_wb_normalListItem li > a:active,
.IS_DSA_wb_normalListItem li > span:active {
  background-color: #999999;
}
.IS_DSA_wb_listrounded li > a:hover,
.IS_DSA_wb_listrounded li > a:active {
  border-radius: 4px;
  box-shadow: none !important;
}
.IS_DSA_wb_withIcon li a:active i::before {
  color: #000000;
}
/* .IS_DSA_wb_normalListItem li.active > a, .IS_DSA_wb_normalListItem li.active > span{
  background-color: $bg-neutral-50;
} */
.IS_DSA_wb_normalListItemShadow li {
  border: none;
  display: block;
  position: relative;
  transition: all 280ms linear;
}
.IS_DSA_wb_normalListItemShadow li div {
  border-bottom: 1px solid #efefef;
}
.IS_DSA_wb_normalListItemShadow li div.topbor {
  border-top: 1px solid #efefef;
}
.IS_DSA_wb_normalListItemShadow li div a {
  padding: 24px;
  border: none;
  display: block;
  position: relative;
  transition: all 280ms linear;
}
.IS_DSA_wb_normalListItemShadow li div a .showhover {
  display: none;
}
.IS_DSA_wb_normalListItemShadow li div a:hover {
  background: none;
  color: #8626c3;
}
.IS_DSA_wb_normalListItemShadow li div a:hover .showhover {
  display: inline-block;
}
/* List Items - End */
/*Modal styles begin */
.modal-content {
  border-radius: 4px;
}
.IS_DSA_modal-sm .modal-dialog {
  min-width: 420px;
}
.IS_DSA_modal-sm .modal-content {
  border-radius: 16px;
  border: 0;
}
.IS_DSA_modal-lg .IS_DSA_wb_h2Header {
  font-weight: 500;
  font-style: normal;
}
.IS_DSA_modal-lg .modal-content {
  border-radius: 16px;
  border: 0;
}
.IS_DSA_wb-custom-scroll-container {
  height: 400px;
  position: relative;
  overflow: auto;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-corner at 50% 0, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), radial-gradient(farthest-corner at 50% 100%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: inherit;
  background-size: 100% 2.5rem, 100% 2.5rem, 100% 0.5rem, 100% 0.5rem;
  background-attachment: local, local, scroll, scroll;
}
.IS_DSA_wb-custom-scroll-container .ps__thumb-y {
  width: 8px;
  border-radius: 4px;
  background: #dadada;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1 !important;
}
@media (min-width: 991px) {
  .IS_DSA_modal-lg .modal-dialog {
    min-width: 776px;
  }
}
@media (min-width: 1024px) {
  .IS_DSA_modal-xlg .modal-dialog {
    min-width: 994px;
  }
}
@media (max-width: 1024px) {
  .IS_DSA_modal-xlg.full-width .modal-dialog {
    min-width: 100% !important;
  }
}
.IS_DSA_modal-xlg .modal-content {
  border-radius: 16px;
  border: 0;
}
/* Custom Cards - Start */
.IS_DSA_wb_title {
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-size: 4.6rem;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}
.IS_DSA_wb_card-widget.IS_DSA_wb_card-widget-hidden {
  overflow: hidden;
}
.IS_DSA_wb_card-widget.mat-card {
  padding: 24px;
  min-height: 50px;
  border-radius: 16px;
}
.IS_DSA_wb_card-widget.mat-card:hover .IS_DSA_wb_title,
.IS_DSA_wb_card-widget.mat-card:hover .IS_DSA_wb_h2Header {
  color: #8626c3;
}
.IS_DSA_wb_card-widget.mat-card:hover .mat-card-actions.card-actions-hover {
  bottom: 24px;
}
.IS_DSA_wb_card-widget.mat-card .mat-card-content {
  position: relative;
  min-height: 40px;
  margin-bottom: 24px;
}
.IS_DSA_wb_card-widget.mat-card .mat-card-content .close-icon {
  cursor: pointer;
}
.IS_DSA_wb_card-widget.mat-card .mat-card-subtitle {
  margin-bottom: 24px;
}
.IS_DSA_wb_card-widget.mat-card .mat-card-actions {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}
.IS_DSA_wb_card-widget.mat-card .mat-card-actions .IS_DSA_wb_text-btn:first-child {
  margin-left: -16px !important;
}
.IS_DSA_wb_card-widget.mat-card .mat-card-actions:last-child {
  margin-bottom: -16px;
}
.IS_DSA_wb_card-widget.mat-card .mat-card-actions.card-actions-hover {
  position: absolute;
  width: 100%;
  bottom: -30px;
  transition: bottom 0.2s ease 0.2s;
  background: #ffffff;
}
.IS_DSA_wb_card-widget.mat-card .IS_DSA_wb_flex80 {
  float: left;
  width: 80%;
}
.IS_DSA_wb_card-widget.mat-card .IS_DSA_wb_flex20 {
  float: right;
  width: 20%;
}
.IS_DSA_wb_card-widget.mat-card .IS_DSA_wb_flex25 {
  width: 25%;
  float: right;
}
.IS_DSA_wb_card-widget.mat-card .mat-card-header-text {
  width: 100%;
  margin: 0;
}
.IS_DSA_wb_card-widget.mat-card hr {
  border-top: 1px solid #efefef;
  margin: 0 -16px;
}
.IS_DSA_wb_card-widget.mat-card hr.IS_DSA_marhr {
  margin: 16px 0;
}
.IS_DSA_wb_card-widget.mat-card hr.nomar {
  margin: 0;
}
.IS_DSA_wb_card-widget.mat-card .IS_DSA_matCard-imageCtr {
  margin: 0 -24px 24px;
}
.IS_DSA_wb_card-widget.mat-card .IS_DSA_matCard-imageCtr .mat-card-image.img-corner-rounded {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.IS_DSA_wb_card-widget.mat-card .IS_DSA_matCard-imageCtr .mat-card-image {
  width: 100%;
  margin: 0;
}
.IS_DSA_wb_card-widget.mat-card .IS_DSA_matCard-imageCtr .mat-card-image:first-child {
  margin-top: 0;
}
.IS_DSA_card-rounded.mat-card {
  border-radius: 16px;
  padding: 24px;
}
.IS_DSA_card-rounded.mat-card .mat-card-content {
  margin-bottom: 0;
}
.IS_DSA_wb_Smallcard-widget.mat-card {
  padding: 16px;
}
.IS_DSA_wb_Smallcard-widget.mat-card .mat-card-actions {
  margin: 24px -16px;
}
.IS_DSA_wb_card-widget.mat-card.nopad_wb {
  padding: 0 !important;
}
.IS_DSA_matCard-imageLeft {
  position: absolute;
  width: 80px;
  height: 100%;
  left: 0;
  top: 0;
}
.IS_DSA_matCard-imageLeft img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.IS_DSA_leftImg {
  margin-left: 80px;
}
.IS_DSA_matCard-imageRight {
  position: absolute;
  width: 80px;
  height: 100%;
  right: 0;
  top: 0;
}
.IS_DSA_matCard-imageRight img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.IS_DSA_rightImg {
  margin-right: 80px;
}
.IS_DSA_matCard-imageCtr.IS_DSA_matCard-imageTop {
  height: 80px;
  position: relative;
}
.IS_DSA_matCard-imageCtr.IS_DSA_matCard-imageTop img,
.IS_DSA_matCard-imageCtr.IS_DSA_matCard-imageTop .media_bg {
  height: 100%;
}
.IS_DSA_absTop {
  position: absolute;
  left: 24px;
  top: 24px;
  width: calc(100% - 48px);
  z-index: 2;
}
.IS_DSA_profilePad {
  margin-left: 48px;
  padding-top: 16px;
}
.IS_DSA_wb_card-widget.IS_DSA_card-square {
  min-width: 100px;
  max-width: 100px;
  float: left;
}
.IS_DSA_wb_card-widget.IS_DSA_card-square.IS_DSA_square-lg {
  min-width: 172px;
  max-width: 172px;
}
.IS_DSA_wb_card-widget.IS_DSA_wb_actionCard {
  min-width: 274px;
  max-width: 274px;
}
.IS_DSA_wb_card-widget.IS_DSA_wb_actionCardSingleline {
  max-width: none;
}
.IS_DSA_wb_text-1line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.IS_DSA_wb_text-3line {
  height: 72px;
  overflow: hidden;
}
.option_ul li {
  width: auto;
  float: left;
}
.option_ul li a {
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  min-height: 88px;
  padding: 24px;
  display: block;
  position: relative;
  border: 2px solid transparent;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), background-color 280ms linear;
}
.option_ul li a div.IS_DSA_wb_mainBodyTxt {
  color: #7e7e7e;
  line-height: 40px;
  display: block;
  margin: 0 0 0 48px;
}
.option_ul li a:hover div.IS_DSA_wb_mainBodyTxt,
.option_ul li a:hover i.icon {
  color: #000000;
}
.option_ul li a:focus {
  background-color: #efefef;
}
.option_ul li a:focus .whiteIconNoshadow-Circle {
  background: #efefef;
}
.option_ul li a:focus i.icon {
  color: #5e1f89;
}
.option_ul li a:focus div.IS_DSA_wb_mainBodyTxt {
  color: #5e1f89;
  font-weight: 500;
}
.option_ul li a:hover,
.option_ul li a:focus {
  text-decoration: none;
  outline: none;
}
.option_ul li a.icon_withAction.selected {
  border: 2px solid #8626c3;
  background-color: #ffffff;
}
.option_ul li a.icon_withAction.selected .whiteIconNoshadow-Circle {
  background: transparent;
}
.option_ul li a.icon_withAction.selected i.icon {
  color: #8626c3;
}
.option_ul li a.icon_withAction.selected div.IS_DSA_wb_mainBodyTxt {
  color: #8626c3;
  font-weight: 500;
}
.option_ul li.option_mini {
  text-align: center;
}
.option_ul li.option_mini div.IS_DSA_wb_mainBodyTxt {
  line-height: 1;
  margin: 0;
}
.mat-card-image.IS_custom-card-image-bg {
  margin-bottom: -16px;
}
.IS_DSA_card-image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 4px;
}
.IS_DSA_card-image-bg img {
  width: 100%;
  height: 100%;
}
.IS_DSA_txt-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  border-radius: 4px;
  z-index: 1;
}
.IS_DSA_txt_top {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.IS_DSA_txt_top hr {
  opacity: 0.5;
}
.IS_DSA_txt_top > .mat-card-actions:last-child {
  margin-bottom: -8px;
  padding-bottom: 0;
}
.IS_DSA_card-withRtImg .IS_DSA_txt_left {
  margin-right: 106px;
}
.IS_DSA_card-withRtImg .IS_DSA_txt_left.IS_txt-withAvatar {
  margin-right: 96px;
}
.IS_DSA_card-withRtImg .IS_img-cont {
  position: absolute;
  top: 0;
  right: 0;
}
.IS_DSA_card-withLtImg .IS_img-cont {
  position: absolute;
  top: 0;
  left: 0;
}
.IS_DSA_wb_card-widget.IS_DSA_card-withRtImg,
.IS_DSA_wb_card-widget.IS_card-withTxt,
.IS_DSA_wb_card-widget.IS_DSA_card-withLtImg {
  min-height: 106px;
}
.IS_DSA_wb_card-widget.IS_DSA_card-withRtImg.IS_card-lg,
.IS_DSA_wb_card-widget.IS_DSA_card-withLtImg.IS_card-lg {
  min-height: 136px;
  max-height: 136px;
}
.IS_DSA_card-withRtImg.IS_card-lg .IS_card-lg {
  margin: 12px 0 0;
}
.IS_DSA_card-withRtImg .IS_card-lg {
  margin: -4px 0 0;
}
.IS_DSA_wb_card-widget.mat-card.dark > .mat-card-actions:last-child {
  margin: 0;
  padding: 0;
}
.IS_DSA_text-1line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.IS_DSA_text-2line {
  height: 42px;
  overflow: hidden;
}
.IS_DSA_text-3line {
  height: 54px;
  overflow: hidden;
}
.IS_DSA_text-4line {
  height: 72px;
  overflow: hidden;
}
.IS_DSA_h4Header.IS_DSA_text-2line {
  height: 32px;
}
p.IS_DSA_text-3line {
  height: 63px;
}
/*.IS_DSA_wb_card-widget ~ .IS_DSA_wb_card-widget{
  margin: 0 0 0 32px;
}*/
.IS_DSA_wb_card-widget.IS_DSA_card-withLtImg .IS_DSA_txt_left {
  padding-left: 120px;
}
.IS_DSA_wb_card-widget .v-menu-icon {
  background-position: center;
}
.IS_DSA_card-ul {
  list-style: none;
  padding: 0;
}
.IS_DSA_card-ul li {
  padding: 8px 0;
}
.IS_DSA_card-ul li:last-child {
  padding: 8px 0 0;
}
.IS_DSA_card-ul li.IS_DSA_card-ul {
  border-top: 1px solid #efefef !important;
}
.IS_DSA_action-ul {
  margin: 4px 0;
}
.IS_DSA_action-ul li {
  float: left;
  margin: 0 0 0 8px;
}
.IS_DSA_card-fixed {
  max-width: 156px;
  min-width: 156px;
  height: 156px;
  float: left;
}
.IS_DSA_card-fixed .align-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mat-card-actions .mat-button,
.mat-card-actions .mat-raised-button {
  margin: 0 !important;
}
.IS_DSA_wb_card-widget.IS_DSA_card-nobg {
  background: transparent;
  box-shadow: none !important;
  padding: 0;
}
.IS_DSA_wb_card-widget.IS_DSA_card-withLtImg .IS_DSA_txt_top .IS_DSA_txt_left {
  padding-left: 72px;
  min-height: 56px;
}
.IS_DSA_wb_card-widget .v-menu-icon.bottom {
  top: auto;
  bottom: 16px;
  right: 8px;
  position: absolute;
}
.IS_DSA_wb_card-widget .IS_DSA_wb_card-image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 16px;
}
.IS_DSA_wb_card-widget .IS_DSA_wb_card-image-bg img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.IS_DSA_wb_card-widget .IS_DSA_wb_txt-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  border-radius: 16px;
  z-index: 1;
}
.IS_DSA_wb_card-widget .IS_DSA_wb_txt_top {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.IS_DSA_wb_card-widget .IS_DSA_wb_txt_top hr {
  opacity: 0.25;
  margin: 0 -24px;
  border-top: 1px solid #ffffff;
}
.IS_DSA_wb_card-widget .IS_DSA_wb_txt_top > .mat-card-actions:last-child {
  margin-bottom: -16px;
  padding-bottom: 0;
}
.IS_DSA_selectionCard .IS_DSA_selectedIcon {
  display: none;
}
.IS_DSA_selectionCard .IS_DSA_unselectedIcon {
  display: inline-block;
}
.IS_DSA_selectionCard.IS_DSA_active .IS_DSA_selectedIcon {
  display: inline-block;
}
.IS_DSA_selectionCard.IS_DSA_active .IS_DSA_unselectedIcon {
  display: none;
}
/* Custom Cards - End */
/*Date range picker styles*/
.theme-purple.bs-datepicker {
  border-radius: 4px;
}
.theme-purple .bs-datepicker-container {
  padding: 0;
}
.theme-purple .bs-datepicker-head {
  background: #8626c3;
  height: 56px;
}
.theme-purple .bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 0;
}
.theme-purple .bs-datepicker-multiple + .bs-datepicker-multiple .bs-datepicker-head {
  border-radius: 0 4px 0 0;
}
.theme-purple .bs-datepicker-head {
  border-radius: 4px 0 0 0;
}
.theme-purple .bs-datepicker-body {
  padding: 15px;
}
.theme-purple .bs-datepicker-body table th {
  color: #7e7e7e;
  font-size: 1.4rem;
  padding: 4px;
}
.theme-purple .bs-datepicker-body table td {
  color: #000000;
  font-size: 1.4rem;
  padding: 4px;
}
.theme-purple .bs-datepicker-body table td span {
  font-size: 1.4rem;
}
.theme-purple .bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.theme-purple .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  border-radius: 4px;
  background: #8626c3;
  color: #ffffff;
}
.theme-purple .bs-datepicker-body table.days td.active:not(.select-start):before,
.theme-purple .bs-datepicker-body table.days td.in-range:not(.select-start):before,
.theme-purple .bs-datepicker-body table.days span.active:not(.select-start):before,
.theme-purple .bs-datepicker-body table.days span.in-range:not(.select-start):before {
  background: #edcfff;
}
.theme-purple .bs-datepicker-body table td:before,
.theme-purple .bs-datepicker-body table td span:before {
  top: 0;
  bottom: 0;
  left: -8px;
  right: -8px;
}
.theme-purple .bs-datepicker-body table td span.selected,
.theme-purple .bs-datepicker-body table td.selected span,
.theme-purple .bs-datepicker-body table td span[class*=select-]:after,
.theme-purple .bs-datepicker-body table td[class*=select-] span:after {
  background: #8626c3;
  border-radius: 4px;
}
.theme-purple .bs-datepicker-head button {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "myriad-pro", Arial, sans-serif !important;
}
.theme-purple .bs-datepicker-body table.days span {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.date-range-picker {
  width: 100%;
  position: relative;
}
.date-range-picker input {
  border: none;
  padding: 10px 0;
  background: none;
  border-radius: 0px;
  display: inline-block;
  width: 95%;
}
.date-range-picker input:focus {
  outline: none;
}
.date-range-picker .icon {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.date-range-picker:hover .date-range-underline {
  background: #000000;
}
.date-range-picker .date-range-underline {
  position: absolute;
  width: 100%;
  pointer-events: none;
  transform: scaleY(1.0001);
  bottom: 0;
  background: #dadada;
  left: 0;
  height: 1px;
}
.date-range-picker .date-range-underline .ripple-effect {
  position: absolute;
  left: 0;
  width: 100%;
  transform-origin: 50%;
  transform: scaleX(0.5);
  opacity: 0;
  transition: background-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  top: 0;
  height: 2px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.87);
}
.date-range-picker:focus-within .ripple-effect {
  height: 2px;
  background: #8626c3;
  opacity: 1;
  transform: scaleX(1);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.1s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 767px) {
  .web_custom_modal .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.IS_DSA_wb_auto {
  margin: 0 auto !important;
}
/* Custom Pagination - Start */
.IS_DSA_wb_custom-pagination .page-item {
  margin-right: 8px;
}
.IS_DSA_wb_custom-pagination .page-item:last-child {
  margin: 0;
}
.IS_DSA_wb_custom-pagination .page-link {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  line-height: 22px;
  text-align: center;
  font-size: 1.2rem;
  color: #000000;
  background-color: transparent;
  border: none;
  border-radius: 4px;
}
.IS_DSA_wb_custom-pagination .page-link:hover {
  background-color: #efefef;
  color: #8626c3;
  border: none;
}
.IS_DSA_wb_custom-pagination .page-link:focus {
  background-color: #dadada;
  color: #5e1f89;
  border: none;
  box-shadow: none;
}
.IS_DSA_wb_custom-pagination .page-item.active .page-link {
  background-color: #8626c3;
  color: #ffffff;
  border-radius: 4px;
  border: none;
}
.IS_DSA_wb_custom-pagination .page-item.disabled .page-link {
  line-height: 1;
  background-color: transparent;
  border: none;
  color: #000000;
}
/* Custom Pagination - End */
/* Custom Dropdown for Filter - Start */
.IS_DSA_wb_custom-dropdown.dropdown-menu {
  padding: 16px;
  border-radius: 16px;
  border: none;
  min-width: 256px;
}
.IS_DSA_wb_custom-dropdown.dropdown-menu .IS_DSA_wb-bottomUtil {
  position: relative;
  margin: 0 -16px;
  padding: 16px 0 0;
}
/* Custom Dropdown for Filter - End */
/* Custom Loader - Start */
.loader_cont {
  position: relative;
}
.loader_cont img {
  width: 100%;
}
.IS_DSA_wb_overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes loading-spinner-inner {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-spinner-inner div {
  position: absolute;
  animation: loading-spinner-inner 1s linear infinite;
  width: 64px;
  height: 64px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 0 0 #8626c3;
  transform-origin: 32px 33px;
}
.loading-spinner {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.loading-spinner-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.72);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}
.loading-spinner-inner div {
  box-sizing: content-box;
}
/* Custom Loader - End */
/* Custom Carousel - Start */
.IS_DSA_wb_customCarousel .owl-theme .owl-nav {
  margin: 0;
}
.IS_DSA_wb_customCarousel .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 43%;
  right: 0;
  margin: 0;
  padding: 4px;
  background: transparent;
}
.IS_DSA_wb_customCarousel .owl-theme .owl-nav .owl-prev {
  left: 0;
  right: auto;
}
.IS_DSA_wb_customCarousel .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 8px;
}
.IS_DSA_wb_customCarousel .owl-theme .owl-dots .owl-dot {
  padding: 2px;
  margin: 0 4px;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.IS_DSA_wb_customCarousel .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
  width: 8px;
  height: 8px;
  margin: 0;
}
.IS_DSA_wb_customCarousel .owl-theme .owl-dots .owl-dot.active {
  background: rgba(0, 0, 0, 0);
}
.IS_DSA_wb_customCarousel .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.IS_DSA_wb_customCarousel .owl-theme .owl-dots .owl-dot:hover {
  background: rgba(0, 0, 0, 0.04);
}
.IS_DSA_wb_customCarousel .owl-theme .owl-dots .owl-dot:focus {
  background: rgba(0, 0, 0, 0.08);
}
.IS_DSA_wb_customCarousel .owl-theme .owl-dots .owl-dot:focus span {
  border: 1px solid #efefef;
  background: #efefef;
}
.IS_DSA_wb_customCarousel .carousel_content {
  position: absolute;
  top: 12%;
  left: 16px;
  right: 16px;
  width: 310px;
  z-index: 1;
}
.IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_displayText {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_h1Header {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
.IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_mainBodyTxt {
  font-size: 1.2rem;
  font-style: normal;
}
.IS_DSA_wb_customCarousel .carousel_content .IS_DSA_cauroselP {
  height: 130px;
  overflow: hidden;
}
.IS_DSA_wb_customCarousel .owl-item .IS_DSA_wb_card-widget {
  margin: 1px;
}
.IS_DSA_wb_customCarousel .owl-theme .owl-nav .disabled {
  opacity: 0;
}
.IS_DSA_wb_customCarousel .owl-item img.banner_mobileXS {
  display: block;
}
.IS_DSA_wb_customCarousel .owl-item img.banner_desktop,
.IS_DSA_wb_customCarousel .owl-item img.banner_desktopImage,
.IS_DSA_wb_customCarousel .owl-item img.banner_tab {
  display: none;
}
.IS_DSA_wb_customCarousel .carousel_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(13, 81, 131, 0.6);
}
.IS_DSA_wb_customCarousel.IS_DSA_wb_customCarousel_card .owl-theme .owl-nav [class*=owl-] {
  background: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 100%);
}
.IS_DSA_wb_customCarousel.IS_DSA_wb_customCarousel_card .owl-theme .owl-nav .owl-prev {
  left: -16px;
}
.IS_DSA_wb_customCarousel.IS_DSA_wb_customCarousel_card .owl-theme .owl-nav .owl-next {
  right: -16px;
}
.IS_DSA_wb_customCarousel.IS_DSA_wb_customCarousel_card .owl-theme .owl-nav .disabled {
  opacity: 0.5;
}
.IS_DSA_wb_customCarousel.IS_DSA_wb_customCarousel_card .owl-theme .owl-nav .disabled .icon.purple {
  color: #7e7e7e;
}
.IS_DSA_wb_card-widget.IS_DSA_wb_imageCard.mat-card:hover .IS_DSA_wb_title,
.IS_DSA_wb_card-widget.IS_DSA_wb_imageCard.mat-card:hover .IS_DSA_wb_h2Header {
  color: #ffffff;
}
.IS_DSA_wb_card-widget.IS_DSA_wb_imageCard.IS_DSA_wb_card_mediaBG.mat-card:hover .IS_DSA_wb_h2Header {
  color: #000000;
}
.IS_DSA_wb_customCarousel.IS_DSA_cauroselTopbutton .owl-theme .owl-nav [class*=owl-] {
  background: none;
}
.IS_DSA_wb_customCarousel.IS_DSA_cauroselTopbutton .owl-theme .owl-nav .owl-prev {
  left: auto;
  right: 32px;
  top: -24px;
}
.IS_DSA_wb_customCarousel.IS_DSA_cauroselTopbutton .owl-theme .owl-nav .owl-next {
  right: -8px;
  top: -24px;
}
.IS_DSA_wb_customCarousel.IS_DSA_cauroselTopbutton .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}
.IS_dsa_cauroselhoverIcon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
}
.IS_dsa_cauroselhover:hover .IS_dsa_cauroselhoverIcon {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
@media screen and (min-width: 450px) {
  .IS_DSA_wb_customCarousel .carousel_content {
    top: 15%;
    left: 32px;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_displayText.marB16 {
    margin-bottom: 32px !important;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_h1Header.marB8 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 550px) {
  .IS_DSA_wb_customCarousel .carousel_content {
    left: 32px;
    right: auto;
    top: 20%;
    width: 360px;
    margin: 0 auto;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_displayText.marB16 {
    margin-bottom: 32px !important;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_h1Header.marB8 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 600px) {
  .IS_DSA_wb_customCarousel .carousel_content {
    left: 40px;
    right: auto;
    top: 30%;
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .IS_DSA_wb_customCarousel .owl-item img.banner_mobileXS,
.IS_DSA_wb_customCarousel .owl-item img.banner_desktopImage {
    display: none;
  }
  .IS_DSA_wb_customCarousel .owl-item img.banner_desktop,
.IS_DSA_wb_customCarousel .owl-item img.banner_tab {
    display: block;
  }
  .IS_DSA_wb_customCarousel .carousel_overlay {
    display: none;
  }
  .IS_DSA_wb_customCarousel .carousel_content {
    left: 36%;
    top: 15%;
    width: 450px;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_displayText.marB16 {
    margin-bottom: 16px !important;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_h1Header.marB8 {
    margin-bottom: 8px !important;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_cauroselP {
    height: 96px;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .IS_DSA_wb_customCarousel .carousel_content {
    top: 22%;
    width: 450px;
  }
  .IS_DSA_wb_customCarousel .owl-item img.banner_desktop,
.IS_DSA_wb_customCarousel .owl-item img.banner_tab {
    display: block;
  }
  .IS_DSA_wb_customCarousel .owl-item img.banner_desktopImage,
.IS_DSA_wb_customCarousel .owl-item img.banner_mobileXS {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .IS_DSA_wb_customCarousel .carousel_content {
    top: 15%;
    left: 42%;
    width: 470px;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_displayText {
    font-size: 4.6rem;
    font-weight: 600;
    font-family: "myriad-pro", Arial, sans-serif !important;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_h1Header {
    font-size: 2.2rem;
    font-weight: 600;
    font-family: "myriad-pro", Arial, sans-serif !important;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_mainBodyTxt {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "roboto", Arial, sans-serif !important;
  }
}
@media screen and (min-width: 1200px) {
  .IS_DSA_wb_customCarousel .owl-item img.banner_tab,
.IS_DSA_wb_customCarousel .owl-item img.banner_mobileXS {
    display: none;
  }
  .IS_DSA_wb_customCarousel .owl-item img.banner_desktopImage,
.IS_DSA_wb_customCarousel .owl-item img.banner_desktop {
    display: block;
  }
  .IS_DSA_wb_customCarousel .carousel_content {
    top: 18%;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_displayText.marB16 {
    margin-bottom: 32px !important;
  }
  .IS_DSA_wb_customCarousel .carousel_content .IS_DSA_wb_h1Header.marB8 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 1530px) {
  .IS_DSA_wb_customCarousel .carousel_content {
    top: 30%;
    width: 650px;
  }
}
/* Custom Carousel - End */
/* Custom Comments - Start */
.IS_DSA_wb_commentTxtCtr {
  margin-left: 56px;
}
.IS_DSA_wb_commentTextareaCtr {
  background: #fafafa;
  position: relative;
  border-bottom: 1px solid #dadada;
}
.IS_DSA_wb_commentTextarea {
  margin-right: 30px;
  padding: 8px 0;
}
.IS_DSA_wb_commentTextarea textarea {
  width: 100%;
  height: 22px;
  border: 0;
  background: none;
  outline: none;
}
/* Custom Comments - End */
/*tooltip customization Start*/
.IS_DSA_tooltip.mat-tooltip {
  background: #ffffff;
  border: 0.5px solid #b8b8b8;
  padding: 4px 8px;
  color: #000000 !important;
  padding: 8px 8px !important;
  display: inline-block;
  font-size: 1rem;
  z-index: 1151 !important;
}
/*tooltip customization End*/
/*popover menu customization Start*/
.IS_DSA_popoverMainCtr {
  position: relative;
  display: inline-block;
}
.IS_DSA_popoverMain {
  display: none;
}
.IS_DSA_popoverMainBody {
  border: 0;
  width: 372px;
  position: absolute;
  border-radius: 16px;
  z-index: 9999;
  background: #ffffff;
}
.IS_DSA_showpopup {
  display: block;
}
.IS_DSA_popoverMainBody:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #dadada;
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
}
.IS_DSA_popoverMainBody:after {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
  content: "";
  position: absolute;
  left: -8px;
  top: 8px;
}
.IS_DSA_popoverMainBody.IS_DSA_leftArrow:before {
  top: 50%;
  right: -10px;
  left: auto;
  border-left: 8px solid #dadada;
  border-right: none;
}
.IS_DSA_popoverMainBody.IS_DSA_leftArrow:after {
  top: 50%;
  right: -8px;
  left: auto;
  border-left: 8px solid #ffffff;
  border-right: none;
}
.IS_DSA_popoverMainBody.IS_DSA_rightArrow:before {
  top: 50%;
  left: -10px;
  right: auto;
}
.IS_DSA_popoverMainBody.IS_DSA_rightArrow:after {
  top: 50%;
  left: -8px;
  right: auto;
}
.IS_DSA_popoverMainBody.IS_DSA_bottomArrow:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dadada;
  border-top: none;
  left: 50%;
  top: -10px;
  bottom: auto;
}
.IS_DSA_popoverMainBody.IS_DSA_bottomArrow:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-top: none;
  left: 50%;
  top: -8px;
  bottom: auto;
}
.IS_DSA_popoverMainBody.IS_DSA_topArrow:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #dadada;
  border-bottom: none;
  left: 50%;
  top: auto;
  bottom: -10px;
}
.IS_DSA_popoverMainBody.IS_DSA_topArrow:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: none;
  left: 50%;
  top: auto;
  bottom: -8px;
}
.IS_DSA_popovermid {
  width: 410px;
  border-radius: 16px;
  top: 90px;
  left: 50%;
  margin-left: -200px;
  position: absolute;
}
.IS_DSA_popovermid:before,
.IS_DSA_popovermid:after {
  border: 0 !important;
}
.IS_DSA_popover.popover {
  border: 0;
  border-radius: 16px;
  width: 372px;
}
.IS_DSA_popover.bs-popover-left {
  left: -8px !important;
}
.IS_DSA_popover.bs-popover-left > .arrow::after,
.IS_DSA_popover.bs-popover-auto[x-placement^=left] > .arrow::after {
  border-width: 10px 0 10px 10px;
  right: -4px;
}
.IS_DSA_popover.bs-popover-left > .arrow::before,
.IS_DSA_popover.bs-popover-auto[x-placement^=left] > .arrow::before {
  border-width: 10px 0 10px 10px;
  right: -5px;
  border-left-color: #dadada;
}
.IS_DSA_popover.bs-popover-right {
  right: -8px !important;
}
.IS_DSA_popover.bs-popover-right > .arrow::after,
.IS_DSA_popover.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: -4px;
  border-width: 10px 10px 10px 0;
}
.IS_DSA_popover.bs-popover-right > .arrow::before,
.IS_DSA_popover.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: -5px;
  border-width: 10px 10px 10px 0;
  border-right-color: #dadada;
}
.IS_DSA_popover.bs-popover-bottom, .IS_DSA_popover.bs-popover-auto[data-popper-placement^=bottom] {
  top: 8px !important;
}
.IS_DSA_popover.bs-popover-bottom > .arrow::after, .IS_DSA_popover.bs-popover-auto[data-popper-placement^=bottom] > .arrow::after,
.IS_DSA_popover.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: -4px;
  border-width: 0 10px 10px 10px;
}
.IS_DSA_popover.bs-popover-bottom > .arrow::before, .IS_DSA_popover.bs-popover-auto[data-popper-placement^=bottom] > .arrow::before,
.IS_DSA_popover.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: -5px;
  border-width: 0 10px 10px 10px;
  border-bottom-color: #dadada;
}
.IS_DSA_popover.bs-popover-top, .IS_DSA_popover.bs-popover-auto[data-popper-placement^=top] {
  top: -8px !important;
}
.IS_DSA_popover.bs-popover-top > .arrow::after, .IS_DSA_popover.bs-popover-auto[data-popper-placement^=top] > .arrow::after,
.IS_DSA_popover.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: -4px;
  border-width: 10px 10px 0;
}
.IS_DSA_popover.bs-popover-top > .arrow::before, .IS_DSA_popover.bs-popover-auto[data-popper-placement^=top] > .arrow::before,
.IS_DSA_popover.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: -5px;
  border-width: 10px 10px 0;
  border-top-color: #dadada;
}
.IS_DSA_popover .popover-body {
  padding: 0;
}
.IS_DSA_popoverTitle {
  padding: 24px 16px 0px 24px;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-size: 1.6rem;
  color: #000000;
  border: 0;
}
.IS_DSA_popoverCnt {
  padding: 24px;
}
.IS_DSA_popover.popover {
  font-size: 1.6rem;
  font-family: "roboto", Arial, sans-serif !important;
}
.IS_DSA_popoverFooter {
  padding: 16px 24px;
}
.IS_DSA_popoverclose {
  float: right;
  margin-top: -8px;
}
.IS_DSA_popoverRM {
  margin-right: -8px;
  margin-top: -8px;
}
.IS_DSA_popoverwdth.popover {
  width: 760px;
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  .IS_DSA_popoverwdth.popover {
    width: 100%;
    max-width: 760px;
  }
}
/*popover menu customization End*/
/*overflow menu customization Start*/
.IS_DSA_dropDown.dropdown-menu {
  border: 0;
  border-radius: 16px;
}
.IS_DSA_dropDown.dropdown-menu .IS_DSA_wb_listItemSingle {
  margin: 8px 0;
}
/*overflow menu customization End*/
.IS_DSA_breadcrumb,
.IS_DSA_breadcrumb a {
  color: #8626c3;
  font-size: 1.2rem;
  font-family: "roboto", Arial, sans-serif !important;
}
.IS_DSA_breadcrumb a::after {
  content: ">";
  margin: 0px 8px;
  display: inline-block;
}
.IS_DSA_continerWdth {
  width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .IS_DSA_continerWdth {
    width: 100%;
  }
}
.prev-icon-01 {
  background: url('icon-prev-01.9a6b9ce0f67d7da0.png') no-repeat center;
}
.next-icon-01 {
  background: url('icon-next-01.dc7538a0c1fa21f1.png') no-repeat center;
}
.IS_DSA_thumbRightCtr {
  margin-left: 72px;
}
.IS_DSA_purpleLink {
  color: #8626c3;
}
.DSA_socialinteraction > a {
  float: left;
  margin-right: 32px;
}
.DSA_socialinteraction > a span {
  vertical-align: middle;
  margin-left: 4px;
  display: inline-block;
  padding-top: 4px;
}
.DSA_imgwdth100 {
  width: 100%;
}
.DSA_imagerightCtr {
  margin-left: 56px;
}
.DSA_loginCtr {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 24px;
  width: 420px;
  float: right;
}
.DSA_loginMid {
  margin-left: 130px;
  margin-right: 130px;
}
.DSA_socialList li {
  float: left;
  margin-right: 24px;
}
.DSA_votes {
  display: inline-block;
  line-height: 24px;
}
@media screen and (max-width: 400px) {
  .DSA_socialList li {
    margin-right: 16px;
  }
}
.DSA_loginMAr {
  margin-bottom: 40px;
}
.DSA_LoginHeader {
  background: none;
  height: 72px;
  padding: 0 16px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}
.DSA_pageoverlay {
  background-color: rgba(134, 38, 195, 0.5);
}
.DSA_logoSize {
  width: auto !important;
  height: auto !important;
}
.DSA_logoSize::before {
  font-size: 100px;
}
.DSA_logoMid {
  left: 0;
  right: 420px;
  z-index: 2;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .DSA_loginMid {
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px 0px;
  }
  .DSA_loginCtr {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 24px;
    width: 100%;
    float: none;
  }
  .DSA_logoMid {
    position: relative;
    left: auto;
    right: auto;
  }
  .DSA_LoginHeader {
    position: relative;
    left: auto;
    right: auto;
  }
  .DSA_loginMid {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .DSA_loginMid {
    margin-left: 24px;
    margin-right: 24px;
    padding: 24px;
  }
  .DSA_logoMid {
    left: 24px;
    right: 444px;
  }
}
/* Custom Slider - Start */
.DSA_wb_customSlider {
  /* Disabled slider */
}
.DSA_wb_customSlider .ng5-slider {
  height: 2px;
  margin: 40px 0 32px;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-bar-wrapper {
  width: calc(100% - 14px);
  margin-left: 7px;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-bar {
  background: #efefef;
  height: 2px;
  border-radius: 4px;
  width: calc(100% - 14px);
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-ticks {
  top: 0;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-tick {
  width: 2px;
  height: 2px;
  background: #737373;
  margin-left: 7px;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-tick-value,
.DSA_wb_customSlider .ng5-slider .ng5-slider-ticks-values-under .ng5-slider-tick-value {
  color: #000000;
  font-size: 1rem;
  top: 12px;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-pointer {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  top: -7px;
  background: #8626c3;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-pointer::after {
  display: none;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-pointer:hover {
  background: #8626c3;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-pointer:focus {
  background: #5e1f89;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-tick.ng5-slider-selected {
  background: #8626c3;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-bubble.ng5-slider-limit {
  color: #7e7e7e;
  font-size: 1rem;
  bottom: -20px;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-bubble:not(.ng5-slider-limit) {
  height: 24px;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #b8b8b8;
  text-align: center;
  line-height: 20px;
  padding: 0 12px;
  color: #000000;
  font-size: 1rem;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-selection {
  background: #8626c3;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-model-value,
.DSA_wb_customSlider .ng5-slider .ng5-slider-model-high {
  visibility: hidden !important;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-pointer-min:hover ~ .ng5-slider-model-value {
  visibility: visible !important;
}
.DSA_wb_customSlider .ng5-slider .ng5-slider-pointer-max:hover ~ .ng5-slider-model-high {
  visibility: visible !important;
}
.DSA_wb_customSlider .ng5-slider[disabled] .ng5-slider-bar {
  background: #efefef;
}
.DSA_wb_customSlider .ng5-slider[disabled] .ng5-slider-tick {
  background: #dadada;
}
.DSA_wb_customSlider .ng5-slider[disabled] .ng5-slider-tick-value,
.DSA_wb_customSlider .ng5-slider[disabled] .ng5-slider-ticks-values-under .ng5-slider-tick-value {
  color: #000000;
  opacity: 1;
}
.DSA_wb_customSlider .ng5-slider[disabled] .ng5-slider-pointer {
  box-shadow: none !important;
  background: #dadada;
}
.DSA_wb_customSlider .ng5-slider[disabled] .ng5-slider-pointer:hover {
  box-shadow: none !important;
  background: #dadada;
}
.DSA_wb_customSlider .ng5-slider[disabled] .ng5-slider-pointer:focus {
  box-shadow: none !important;
  background: #dadada;
}
.DSA_wb_customSlider .ng5-slider[disabled] .ng5-slider-tick.ng5-slider-selected {
  background: #edcfff;
}
.DSA_wb_customSlider .ng5-slider[disabled] .ng5-slider-bubble.ng5-slider-limit {
  color: #000000;
}
.DSA_wb_customSlider .ng5-slider[disabled] .ng5-slider-bubble:not(.ng5-slider-limit) {
  display: none;
}
.DSA_wb_customSlider .ng5-slider[disabled] .ng5-slider-selection {
  background: #edcfff;
}
/* Custom Slider - End */
/* Rating - Start */
.IS_DSA_starIcons_ul {
  list-style: none;
}
.IS_DSA_starIcons_ul li {
  margin: 0;
  float: left;
}
.IS_DSA_starIcons_ul li a {
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
/* Rating - End */
.IS_DSA_preferenceCtr {
  display: none;
}
.IS_DSA-Panelactions-Btn {
  position: fixed;
  width: 100%;
  bottom: -30px;
  transition: bottom 0.2s ease 0.2s;
  background: #ffffff;
  z-index: 2;
}
.IS_DSA-Panelactions-Btn.IS_DSA_active {
  bottom: 40px;
}
.IS_DSA_actionFooterPad {
  padding-bottom: 40px;
}
.IS_DSA_wb-notificationScroll {
  position: relative;
  width: 100%;
}
.IS_DSA_wb-notificationScroll .ps__rail-y {
  left: auto !important;
  right: 10px !important;
}
/* Theming - Start */
.custom_colorpicker input {
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  display: none;
}
.custom_colorpicker .color-picker {
  z-index: auto;
  border: none;
  width: 100% !important;
}
.custom_colorpicker .color-picker .preset-area {
  padding: 0;
}
.custom_colorpicker .color-picker .preset-area .ds_colorPalette .preset-color {
  width: 82px;
  height: 82px;
  border-radius: 4px;
  border: none;
  margin: 0 4px 4px 0;
  position: relative;
}
.custom_colorpicker .color-picker .preset-area .ds_colorPalette .preset-color.active::after {
  content: "\e045";
  position: absolute;
  top: 29px;
  left: 29px;
  color: #ffffff;
  font-family: DS-iconfont !important;
  font-size: 2.2rem;
}
.custom_colorpicker .color-picker .hue-alpha,
.custom_colorpicker .color-picker .preset-area hr {
  display: none;
}
.custom_colorpicker .color-picker .preset-area .preset-label {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
  padding: 0;
  color: #000000;
  margin: 0 0 24px;
}
.bg_theme {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  display: inline-block;
}
.input_theme {
  width: 80px;
  height: 30px;
  border: none;
  padding: 0;
  background: transparent;
}
.theme_label {
  float: left;
  line-height: 24px;
  width: 130px;
}
.colors_ul li {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  margin: 0 20px 0 0;
}
.colors_ul li.primary {
  width: 66px;
  height: 66px;
}
.colors_ul li:last-child {
  margin: 0;
}
.themeIcon_ul li {
  float: left;
  margin: 0 24px 0 0;
}
.themeIcon_ul li:last-child {
  margin: 0;
}
.IS_DSA_themingTable {
  width: 100%;
  margin: 0;
}
.IS_DSA_themingTable thead tr th {
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  padding: 0 0 8px;
  vertical-align: top;
}
.IS_DSA_themingTable tbody tr td {
  font-family: "roboto", Arial, sans-serif !important;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  color: #7e7e7e;
  padding: 8px 0;
  vertical-align: middle;
  height: 24px;
}
.hidden_overflow {
  overflow: hidden;
}
/* Theming - End */
.IS_DSA_bigFont::before {
  font-size: 148px;
}
/* bootstrap modal scroll*/
.IS_DSA_modaloverflow {
  overflow: hidden;
}
.IS_DSA_skipLink,
.IS_DSA_skipLink:focus,
.IS_DSA_skipLink:active {
  height: 1px;
  width: 1px;
  text-decoration: none;
  outline: none;
}
.IS_DSA_wb_customTabfixed .mat-tab-header {
  position: fixed !important;
  z-index: 100000;
  top: 72px;
}
.IS_DSA_wb_mainBodyTxtXS.IS_DSA_wb_text-2line {
  height: 21px;
  overflow: hidden;
}
p.IS_DSA_wb_mainBodyTxt2.IS_DSA_wb_text-3line {
  height: 64px;
}
p.IS_DSA_wb_mainBodyTxt2.IS_DSA_wb_text-2line {
  height: 44px;
  overflow: hidden;
}
h3.IS_DSA_wb_h3Header.IS_DSA_wb_text-2line, .IS_DSA_wb_h3Header.IS_DSA_wb_text-2line.h3 {
  height: 32px;
  overflow: hidden;
}
.IS_DSA_wb_card-widget-02.mat-card {
  border-radius: 16px;
  padding: 16px;
}
.IS_DSA_wb_card-widget-02.mat-card.IS_DSA_wb_cardWithList {
  height: 191px;
  padding: 24px 24px 16px;
}
.IS_DSA_wb_card-widget-02.mat-card.IS_DSA_wb_cardWithList .IS_DSA_wb_normalListItem li > a {
  padding: 0;
  height: 93px;
}
.IS_DSA_wb_card-widget-02.mat-card.IS_DSA_wb_cardWithList .IS_DSA_wb_normalListItem li > a img {
  width: auto;
}
.IS_DSA_wb_card-widget-02.mat-card.IS_DSA_wb_cardWithList .IS_DSA_wb_normalListItem li > a.noHover:hover {
  background: none;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withprimarybg {
  background: #8626c3;
  width: 274px;
  height: 304px;
  padding: 0 16px 8px;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withprimarybg .IS_DSA_matCard-imageCtr {
  margin: 0 -16px 16px;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withprimarybg .mat-card-subtitle {
  margin-bottom: 8px;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withprimarybg a.web-Greywhite:hover, .IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withprimarybg a.web-Greywhite:focus {
  color: #ffffff;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg {
  width: 200px;
  height: 304px;
  background: #efefef;
  padding: 0 16px 8px;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg h5, .IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .h5 {
  color: #ffffff;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg h5 a.web-Greywhite, .IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .h5 a.web-Greywhite {
  text-decoration: underline;
  text-transform: uppercase;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg h5 a.web-Greywhite:hover, .IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .h5 a.web-Greywhite:hover, .IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg h5 a.web-Greywhite:focus, .IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .h5 a.web-Greywhite:focus {
  color: #ffffff;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .IS_DSA_matCard-imageCtr.IS_DSA_matCard-imageTop {
  height: 200px;
  margin: 0 -16px 16px;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .IS_DSA_absTop {
  width: calc(100% - 32px);
  top: auto;
  bottom: 0;
  left: 16px;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .IS_DSA_absTop .mat-card-subtitle.IS_DSA_wb_h3Header {
  margin: 16px 0 12px;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .DSA_imgOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #000000;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .DSA_absChip {
  position: absolute;
  top: 16px;
  right: 16px;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .DSA_wb_card-footer {
  width: 100%;
  height: 24px;
  margin: 8px 0 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease 0.2s;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .icon-withText {
  line-height: 24px;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg .IS_DSA_wb_caption.text-animate {
  transition: all 0.2s ease 0.2s;
  line-height: 16px;
  display: inline-block;
  height: 48px;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg:hover {
  background: #ffffff;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg:hover .IS_DSA_wb_caption.text-animate {
  color: #8626c3;
  margin-top: -4px;
}
.IS_DSA_wb_card-widget-02.IS_DSA_wb_card-withgreybg:hover .DSA_wb_card-footer {
  visibility: visible;
  opacity: 1;
}
.IS_DSA_wb_card-widget-02.DSA_wb_notificationCard .mat-card-actions {
  margin-left: -16px;
  margin-right: -16px;
}
.IS_DSA_wb_card-widget-02.DSA_wb_notificationCard .text-animate {
  text-align: right;
}
.IS_DSA_wb_card-widget-02.DSA_wb_notificationCard .text-animate .icon-delete {
  transition: all 0.2s ease 0.2s;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.IS_DSA_wb_card-widget-02.DSA_wb_notificationCard:hover .text-animate .icon-delete {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.IS_DSA_wb_customCarousel.DSA_wb_customCarousel_card_02 .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}
.IS_DSA_wb_customCarousel.DSA_wb_customCarousel_card_02 .owl-theme .owl-nav [class*=owl-] {
  background: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.IS_DSA_wb_customCarousel.DSA_wb_customCarousel_card_02 .owl-theme .owl-nav .owl-prev {
  left: -24px;
}
.IS_DSA_wb_customCarousel.DSA_wb_customCarousel_card_02 .owl-theme .owl-nav .owl-prev a.icon {
  margin: 8px auto 0;
}
.IS_DSA_wb_customCarousel.DSA_wb_customCarousel_card_02 .owl-theme .owl-nav .owl-next {
  right: -24px;
}
.IS_DSA_wb_customCarousel.DSA_wb_customCarousel_card_02 .owl-theme .owl-nav .owl-next a.icon {
  margin: 8px auto 0;
}
.IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius li > span {
  padding: 16px 16px 8px;
}
.IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius li > span .list-animate {
  transition: all 0.2s ease 0.2s;
}
.IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius li > span .IS_DSA_vertical-RightCenter .icon {
  opacity: 0;
}
.IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius li > span:hover {
  background: #faf2ff;
  border-radius: 4px;
}
.IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius li > span:hover .list-animate {
  margin-top: -4px;
  margin-bottom: 4px;
}
.IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius li > span:hover a.link_xs,
.IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius li > span:hover .info_xs {
  opacity: 1;
}
.IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius li > span:hover .IS_DSA_vertical-RightCenter .icon {
  opacity: 1;
}
.IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius li > span a.link_xs {
  font-size: 1rem;
  font-style: normal;
  color: #8626c3;
  margin: 4px 0 0;
  opacity: 0;
  transition: all 0.2s ease 0.2s;
}
.IS_DSA_wb_normalListItem.IS_DSA_wb_listWithRadius li > span .info_xs {
  font-size: 0.8rem;
  font-style: normal;
  color: #8626c3;
  display: block;
  margin: 8px 0 0;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.2s ease 0.2s;
}
.IS_DSA_wb_normalListItem li > .noHover {
  padding: 0;
}
.IS_DSA_wb_normalListItem li > .noHover:hover {
  background: none;
}
.col-border {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
/*tree menu start*/
.IS_DSA_wb_tree-invisible {
  display: none;
}
.IS_DSA_wb_tree ul,
.IS_DSA_wb_tree li {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.IS_DSA_wb_tree .mat-tree-node {
  /*padding-top: 8px;
  padding-bottom: 8px;*/
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-style: normal;
  line-height: 40px;
  min-height: 40px;
  color: #7e7e7e;
  position: relative;
}
.IS_DSA_wb_tree .mat-tree-node .IS_DSA_Wb_custom-checkbox,
.IS_DSA_wb_tree .mat-tree-node .mat-icon-button {
  margin-top: 8px;
  margin-bottom: 8px;
}
.IS_DSA_wb_tree .mat-tree-node .IS_DSA_Wb_custom-checkbox .mat-checkbox-layout .mat-checkbox-label {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "myriad-pro", Arial, sans-serif !important;
  color: #7e7e7e;
}
.IS_DSA_wb_tree .mat-tree-node[aria-expanded=true][role=group] .IS_DSA_Wb_custom-checkbox .mat-checkbox-layout .mat-checkbox-label {
  color: #8626c3;
  font-weight: 600;
}
.IS_DSA_wb_tree ul {
  padding-left: 40px;
}
.IS_DSA_wb_tree .mat-tree-node:hover,
.IS_DSA_wb_tree .mat-tree-node:focus {
  text-decoration: none;
  color: #000000;
  background-clip: content-box;
  background-color: #efefef;
}
.IS_DSA_wb_tree .mat-tree-node:hover .IS_DSA_Wb_custom-checkbox .mat-checkbox-layout .mat-checkbox-label {
  color: #000000;
}
.IS_DSA_wb_tree .mat-tree-node[aria-expanded=true] {
  /* background-color: $bg-primary-80;
  color:$text-white !important;*/
}
.IS_dsa_Treeexpanded > .mat-tree-node {
  color: #8626c3;
  font-weight: 600;
}
.IS_DSA_wb_tree .IS_DSA_treemenuitem.mat-tree-node:hover,
.IS_DSA_wb_tree .IS_DSA_treemenuitem.mat-tree-node:focus {
  color: #7e7e7e;
  background-color: transparent;
}
.IS_DSA_wb_tree .mat-tree-node .IS_DSA_active,
.IS_DSA_wb_tree .mat-tree-node .IS_DSA_active:hover,
.IS_DSA_wb_tree .mat-tree-node .IS_DSA_active:focus {
  color: #8626c3;
  background: #faf2ff;
}
.IS_DSA_wb_tree .mat-tree-node[role=treeitem] .IS_DSA_active {
  border-radius: 4px;
}
/*.IS_DSA_wb_tree .IS_DSA_treemenuitem  .mat-tree-node{
  border-radius: 0;
}
.IS_DSA_wb_tree .mat-tree-node .IS_DSA_active {
  border-radius: $border-radius-small;
}*/
.IS_DSA_wb_tree ul .mat-tree-node li.mat-tree-node,
.IS_DSA_wb_tree ul .mat-tree-node a.mat-tree-node {
  padding-top: 0;
  padding-bottom: 0;
}
.IS_DSA_wb_tree button.mat-icon-button:focus {
  outline: none;
}
.IS_DSA_wb_tree .IS_DSA_singlenode.mat-icon-button {
  width: 16px;
}
.IS_DSA_wb_tree .mat-tree-node[role=treeitem] .mat-icon-button {
  width: 15px;
  /*width      :25px;
  /*margin-left: 0;*/
}
/*tree menu end*/
.IS_DSA_cirletext {
  background: #8626c3;
  color: #ffffff;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 20px;
  border-radius: 50%;
  font-size: 0.8rem;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 5px;
}
/*start of coachmark*/
.joyride-backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.joyride-step__container {
  border-radius: 16px;
  padding: 0 !important;
}
.joyride-step__header {
  padding: 24px 24px 12px 24px !important;
}
.joyride-step__body {
  padding: 16px 24px 24px 24px !important;
}
.joyride-step__footer {
  padding: 8px 24px !important;
  position: relative;
}
.joyride-step__counter {
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-family: "roboto", Arial, sans-serif !important !important;
  font-style: normal;
  color: #7e7e7e;
}
.joyride-step__close {
  width: 30px !important;
  top: 20px !important;
}
.joyride-step__close svg {
  display: none;
}
.joyride-step__close::after {
  content: "Skip";
  font-size: 1rem;
  font-weight: 400;
  font-family: "roboto", Arial, sans-serif !important !important;
  font-style: normal;
  color: #7e7e7e;
}
.joyride-step__counter {
  margin-left: 22px;
  margin-top: 2px;
}
.joyride-step__prev-container {
  position: absolute;
  left: 22px;
  top: 18px;
}
/*end of coachmark*/
.IS_DSA_panelHeader {
  padding: 0 16px;
  background: #efefef;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.IS_DSA_panelHeader.header_fixedHeight {
  height: 40px;
}
.IS_DSA_firstCol {
  display: table-cell;
  vertical-align: top;
  width: 172px;
  height: 100%;
  border-right: 1px solid #dadada;
  border-bottom-left-radius: 16px;
}
.IS_DSA_secondCol {
  width: 305px;
  height: 100%;
  border-right: 1px solid #dadada;
  /* @extend %column-shadow; */
  display: table-cell;
  vertical-align: top;
}
.IS_DSA_colHeader {
  padding: 16px;
  position: relative;
}
.IS_DSA_colHeader .icon_rightAlign {
  position: absolute;
  right: 16px;
  top: 16px;
}
.IS_DSA_headerCont {
  position: relative;
}
.IS_DSA_headerCont .DSA_headerPadding {
  padding: 0 32px 0 0;
}
.icon.icon_rightAlign {
  position: absolute;
  right: 0;
  top: 0;
}
.IS_DSA_thirdCol {
  display: table-cell;
  vertical-align: top;
  padding: 0 32px;
  background: #fafafa;
  border-bottom-right-radius: 16px;
}
.IS_DSA_thirdCol .IS_DSA_colHeader {
  padding: 16px 0 0;
}
.IS_DSA_thirdCol .IS_DSA_colHeader .table-titleArea {
  margin: 0;
}
.IS_DSA_thirdCol .IS_DSA_colHeader .table-titleArea .IS_DSA_wb_chipIconLeftBig {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.IS_DSA_thirdCol .IS_DSA_panelFooter {
  margin: 0 -32px;
}
.IS_DSA_threeCol_option {
  display: table;
  width: 100%;
}
.IS_DSA_TwoCol_option1 {
  display: table;
  width: 100%;
}
.IS_DSA_TwoCol_option1 .IS_DSA_secondCol {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.IS_DSA_TwoCol_option1 .IS_DSA_thirdCol {
  border-top-right-radius: 16px;
}
.IS_DSA_TwoCol_option2 {
  display: table;
  width: 100%;
}
.IS_DSA_TwoCol_option2 .IS_DSA_thirdCol {
  margin: 0;
}
.IS_DSA_statusText {
  display: none;
}
@media screen and (min-width: 1200px) {
  .IS_DSA_statusText {
    display: inline-block;
  }
  .IS_DSA_thirdCol .IS_DSA_colHeader .table-titleArea .IS_DSA_wb_chipIconLeftBig {
    margin-left: -11px !important;
    margin-right: 5px !important;
  }
}
.tab_content.hide {
  display: none;
}
.tab_content.show {
  display: table;
}
.IS_DSA_wb_normalListItem li.active {
  background: #faf2ff;
}
.IS_DSA_statusIndicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff8800;
  margin: 0 0 0 8px;
  display: inline-block;
}
.chip_rightAlign {
  position: absolute;
  top: 13px;
  right: 16px;
}
.h2_padR95 {
  padding-right: 95px;
}
/*guided flow progress*/
.IS_DSA_progressCtr {
  width: 300px;
}
.IS_DSA_centerAlign {
  text-align: center;
}
.listRadio li {
  float: none;
}
.IS_DSA_centerWdth {
  width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .IS_DSA_centerWdth {
    width: 100%;
    margin: 0;
  }
}
/*guided flow progress*/
/*progress bar*/
.IS_DSA_customprogress .mat-progress-bar {
  height: 9px !important;
  border-radius: 5px;
}
.IS_DSA_customprogress .mat-progress-bar-background {
  fill: #dadada;
}
.IS_DSA_customprogress .mat-progress-bar-buffer {
  background-color: #dadada;
}
.IS_DSA_customprogress .mat-progress-bar-fill::after {
  background-color: #8626c3;
  border-radius: 5px;
}
/*progress bar*/
.IS_DSA_selectionlist li a {
  padding: 16px 24px;
  min-height: auto;
}
.IS_DSA_selectionlist li a.icon_withAction.selected div.IS_DSA_wb_mainBodyTxt {
  color: #737373;
}
.IS_DSA_selectionlist li a div.IS_DSA_wb_mainBodyTxt {
  line-height: 2.4rem;
}
.IS_DSA_selectionlist .IS_DSA_wb_marginicon32 {
  margin: 0 0 0 56px;
}
.IS_DSA_selectionlist li a.icon_withAction {
  background-color: #efefef;
}
.IS_DSA_selectionlist li a.icon_withAction.selected {
  background-color: #faf2ff;
}
.IS_DSA_prevNext {
  background: #fafafa;
  display: inline-block;
}
.IS_DSA_prevNext:hover .icon {
  color: #8626c3;
}
/*color dots*/
.IS_DSA_mandatoryDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b71c1c;
  display: inline-block;
}
/*color dots*/
.viewMoreJS {
  height: 208px;
  overflow: hidden;
}
@media screen and (min-width: 1367px) {
  .IS_DSA_baseLayout_center {
    width: 1216px;
    margin: 0 auto;
  }
  .IS_DSA_leftLayout_center,
.IS_DSA_rightLayout_center {
    width: 1001px;
    margin: 0 auto;
  }
  .IS_DSA_LRLayout_center {
    width: 786px;
    margin: 0 auto;
  }
}
/*Start of Widget*/
.IS_DSA_WidgetCtr {
  background: none;
  margin: 0 -16px;
}
.IS_DSA_WidgetCtr .IS_DSA_WidgetContent {
  background: #ffffff;
  border-radius: 16px;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content.IS_DSA_WidgetContent {
  left: 16px;
  right: 16px;
  bottom: 16px;
}
.IS_DSA_WidgetCtr .IS_DSA_WidgetContent .ui-draggable-dragging,
.IS_DSA_WidgetCtr .IS_DSA_WidgetContent:hover {
  box-shadow: none;
}
.IS_DSA_WidgetCtr .IS_DSA_WidgetContent .IS_DSA_Widgetheader {
  height: 60px;
  padding: 24px 24px 0px 24px;
  font-weight: bold;
  font-size: 1.8rem;
  /* cursor              : move;
  cursor               : grab;
  cursor               : -moz-grab;
  cursor               : -webkit-grab; */
  cursor: move;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  z-index: 5;
}
/* .IS_DSA_WidgetCtr .IS_DSA_WidgetCtritem .IS_DSA_isdraggable::after{
  width: 24px;
  height: 24px;
  font-size: 2.4rem;
  display: none;
  background-repeat: no-repeat!important;
  margin: auto;
  color: $text-neutral-60;
  content:"\e0d3";
  font-family: DS-iconfont !important;
  font-weight: normal;
  position: absolute;
  left: 3px;
  top: 24px;
} */
.IS_DSA_WidgetCtr .IS_DSA_WidgetCtritem .IS_DSA_isdraggable:hover::after {
  display: inline-block;
}
.IS_DSA_WidgetCtr .IS_DSA_WidgetCtritem .IS_DSA_isdraggable:hover {
  background-color: #efefef;
}
.IS_DSA_widgetCtr {
  padding: 24px;
}
.IS_DSA_Widgetplaceholder {
  border: 1px dashed #737373;
  background: #efefef;
  border-radius: 16px;
}
.IS_DSA_customList li {
  margin: 0 0 8px;
}
.IS_DSA_customList li a {
  display: block;
  padding: 8px;
}
.IS_DSA_customList li a:hover {
  background: #faf2ff;
  border-radius: 4px;
}
.IS_DSA_customList.marL110 {
  margin: 0 0 0 110px;
}
.IS_DSA_graphCont img {
  margin: 30px 0 0;
}
.IS_DSA_graphCont img.graph_lg {
  width: auto;
}
@media screen and (min-width: 1367px) {
  .IS_DSA_graphCont img.graph_lg {
    width: 35%;
  }
  .IS_DSA_customList.marL110 {
    margin: 20px 0 0 16px;
    float: left;
  }
}
@media screen and (min-width: 1600px) {
  .IS_DSA_graphCont img.graph_lg {
    width: 28%;
    margin: 20px 0 0;
  }
  .IS_DSA_customList.marL110 {
    margin: 20px 0 0 40px;
    float: left;
  }
}
.IS_DSA_widgetFooter {
  position: absolute;
  width: 100%;
  bottom: 8px;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 8px;
  padding-right: 8px;
}
.IS_DSA_WidgetCtr gridster-preview.gridster-preview {
  border-radius: 16px;
}
.img_alignCenter {
  margin: 36px 0 0;
}
.IS_DSA_imgCont {
  float: right;
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .IS_DSA_imgCont {
    float: left;
    clear: both;
  }
  .img_alignCenter {
    margin: 16px 0 0;
  }
}
.IS_DSA_wb_list_avatars li {
  margin: 0 16px 0 0;
  float: left;
}
.IS_DSA_wb_list_avatars li a {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.IS_DSA_wb_list_avatars li a.greyIcon-Circle div {
  vertical-align: middle;
  display: inline-block;
}
/*End  of Widget*/
.IS_DSA_middleCtr {
  display: block;
  width: 100%;
  table-layout: unset;
}
.IS_DSA_middlecontent,
.IS_DSA_articlesection {
  display: block;
  height: auto;
}
.IS_DSA_articlesection {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 1280px) {
  .IS_DSA_middleCtr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .IS_DSA_middlecontent,
.IS_DSA_articlesection {
    display: table-cell;
    vertical-align: top;
    height: 100%;
  }
  .IS_DSA_articlesection {
    width: 350px;
    padding-left: 32px;
  }
}
/*!
 * Copyright (C) 2019 - 2020 Infosys Limited, Bangalore, India. All Rights Reserved.
 * Version:1.0.0 alpha
 * Except for any free or open source software components embedded in
 * this Infosys proprietary software program ("Program"), this Program is protected
 * by copyright laws, international treaties and other pending or existingg
 * intellectual property rights in India, the United States and other countries.
 * Except as expressly permitted, any unauthorized reproduction, storage,
 * transmission in any form or by any means (including without limitation
 * electronic, mechanical, printing, photocopying, recording or otherwise), or any
 * distribution of this Program, or any portion of it, may result in severe civil
 * and criminal penalties, and will be prosecuted to the maximum extent possible
 * under the law.
 *
 */
/*icon round*/
.avatarImageCircle {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  padding-top: 0;
}
.greyIcon-Circle {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background: #dadada;
}
.whiteIcon-Circle {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background: #ffffff;
}
.whiteIcon-Circle-small {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 4px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background: #ffffff;
}
.whiteIconNoshadow-Circle {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background: #ffffff;
}
.badgeIcon-Circle {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  width: 56px;
  height: 56px;
  background: #ffffff;
  padding-top: 10px;
  position: relative;
}
.badgeIcon-Circle .notifications {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 0px;
  right: 0px;
  font-size: 10px;
  position: absolute;
  display: block;
}
.disabledIcon-Circle {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background: #ffffff;
}
.disabledIcon-Circle i,
.disabledIcon {
  opacity: 0.2;
}
.purpleIcon-Circle {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background: #8626c3;
}
.purpleIconActive-Circle {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background: #8626c3;
}
.purpleIcon-Circle-small {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 4px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background: #8626c3;
}
.IS_DSA_tabIcon-Circle {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background: transparent;
  border: 1px solid #ffffff;
}
.circle24 {
  width: 24px;
  height: 24px;
}
.circle24 .icon {
  margin-top: -4px;
}
/*logo*/
.infy-logo-light {
  width: 66px;
  height: 24px;
}
.infy-me-logo {
  width: 95px;
  height: 40px;
  font-size: 40px;
}
/* Icon Styles Begin */
.icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.icon-list li {
  display: inline-block;
  padding: 1rem;
  text-align: center;
  background: #fafafa;
  margin: 0.5rem;
  min-height: 130px;
  vertical-align: top;
}
.icon-list.doc_icon-list li {
  width: 12.5%;
  min-height: 85px;
  background: #ffffff;
}
.icon-list.doc_icon-list li .icon_name {
  color: #000000;
  margin: 8px 0 0;
  font-size: 1rem;
  font-weight: 400;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
.icon-list.doc_icon-list li .html_code,
.icon-list.doc_icon-list li .html_unicode {
  color: #000000;
  margin: 8px 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "roboto", Arial, sans-serif !important;
  font-style: normal;
}
.iconScrollLi {
  position: relative;
}
.iconCodeview {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 8px 8px 16px 8px;
  bottom: 100%;
  z-index: 2;
  background: #ffffff;
  margin: 4px;
}
.iconCodeview:after,
.iconCodeview:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 46%;
  content: "";
}
.iconCodeview:after {
  border-top: 10px solid #ffffff;
}
.iconCodeview:before {
  border-top: 10px solid #dadada;
  bottom: -10px;
}
.icon-list li.active {
  border: 1px solid #8626c3;
}
.icon-list li.active .icon_name,
.icon-list li.active > .icon {
  /*color:$icon-primary-80;*/
}
.icon-list li.active .iconCodeview {
  display: block;
}
@media screen and (max-width: 1366px) {
  .icon-list.doc_icon-list li {
    width: 16.6666666667%;
  }
}
.w-grid-8-l {
  width: 14.2857142857%;
}
.icon {
  display: block;
  background-repeat: no-repeat !important;
  margin: auto;
  color: #737373;
}
.iconinline {
  display: inline-block;
}
.icon.blue {
  color: #3367d6;
}
.icon.purple {
  color: #8626c3;
}
.icon.white {
  color: #ffffff;
}
.icon.red {
  color: #b71c1c;
}
.icon.yellow {
  color: #ff8800;
}
.icon.lightyellow {
  color: #ff8800;
}
.icon.black {
  color: #000000;
}
.icon.dark-purple {
  color: #5e1f89;
}
.icon.red {
  color: #b71c1c;
}
.icon.green {
  color: #0b8043;
}
i {
  font-style: normal;
}
/*icon position*/
.icon.left {
  background-position: left center;
}
.icon.right {
  background-position: right center;
}
.icon.left8 {
  background-position: 8px 50%;
}
.icon.right8 {
  background-position: right 8px center;
}
.icon.left16 {
  background-position: 16px 50%;
}
.icon.right16 {
  background-position: right 16px center;
}
.icon.right16:before {
  position: absolute;
  right: 16px;
}
.icon.center {
  background-position: center center;
}
.botRight {
  background-position: right 10px bottom 6px;
}
.x-8 {
  width: 8px;
  height: 8px;
  font-size: 8px;
}
.x-16 {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.x-20 {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.x-24 {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.x-32 {
  width: 32px;
  height: 32px;
  font-size: 32px;
}
.x-48 {
  width: 48px;
  height: 48px;
  font-size: 48px;
}
.x-56 {
  width: 56px;
  height: 56px;
  font-size: 56px;
}
.x-64 {
  width: 64px;
  height: 64px;
  font-size: 64px;
}
.noWdth {
  width: auto;
}
code {
  display: block;
  color: #000000 !important;
  text-align: left;
  margin-top: 10px;
}
ul.icon-list.white-bg li {
  background: #000000;
}
ul.icon-list.white-bg li code {
  color: #ffffff !important;
}
a.icon:hover,
a:hover {
  text-decoration: none;
}
.icon.icon-close-mini {
  font-size: 10px;
  padding: 3px;
}
.icon-process-complete {
  color: #0b8043;
}
.icon-inprogressBlue {
  color: #3367d6;
}
.icon-pending {
  color: #ff8800;
}
.icon-rejected {
  color: #737373;
}
.error-icon {
  color: #b71c1c;
}
.smiley1-yellow-icon,
.smiley2-yellow-icon,
.smiley3-yellow-icon,
.smiley4-yellow-icon,
.smiley5-yellow-icon {
  color: #ff8800;
}
.smiley1-grey-icon,
.smiley2-grey-icon,
.smiley3-grey-icon,
.smiley4-grey-icon,
.smiley5-grey-icon {
  color: #737373;
}
.tick-green-lg-icon {
  color: #0b8043;
}
.icon_smiley.selected .default,
.icon_smiley .yellow {
  display: none;
}
.icon_smiley.selected .yellow {
  display: block;
}
.icon_rating.selected .default,
.icon_rating .purple {
  display: none;
}
.icon_rating.selected .purple {
  display: block;
}
.icon_rating.selected .default,
.icon_rating .yellow {
  display: none;
}
.icon_rating.selected .yellow {
  display: block;
}
.clearboth {
  clear: both;
}
/*atom color*/
.Me-PrimaryThick {
  color: #5e1f89;
}
.Me-PrimaryDark {
  color: #8626c3;
}
/*.Me-PrimaryLight{
  color:$color-lighter;
}*/
.Me-PrimaryLighter {
  color: #edcfff;
}
.Me-PrimaryThickBg {
  background: #5e1f89;
  color: #ffffff;
}
.Me-PrimaryDarkBg {
  background: #8626c3;
  color: #ffffff;
}
.Me-PrimaryLighterBg {
  background: #edcfff;
  color: #ffffff;
}
.SecondaryGreen {
  color: #0b8043;
}
.SecondaryRed {
  color: #b71c1c;
}
.SecondaryBlue {
  color: #3367d6;
}
.SecondaryYellow {
  color: #f7941e;
}
.SecondaryGreenBg {
  background: #dff6dd;
  color: #000000;
}
.SecondaryRedBg {
  background: #fde7e9;
  color: #000000;
}
.SecondaryBlueBg {
  background: #deebff;
  color: #000000;
}
.SecondaryYellowBg {
  background: #fff4ce;
  color: #000000;
}
.GreyDarkest {
  color: #000000;
}
.GreyDark {
  color: #212121;
}
.GreyLight {
  color: #737373;
}
.Greylighter {
  color: #dadada;
}
.Greylightest {
  color: #efefef;
}
.Greylightwhite {
  color: #fafafa;
}
.Greywhite {
  color: #ffffff;
}
.GreyDarkestBg {
  background: #030303;
  color: #ffffff;
}
.GreyDarkBg {
  background: #212121;
  color: #ffffff;
}
.GreyLightBg {
  background: #737373;
  color: #ffffff;
}
.GreylighterBg {
  background: #dadada;
  color: #000000;
}
.GreylightestBg {
  background: #efefef;
  color: #000000;
}
.GreylightwhiteBg {
  background: #fafafa;
  color: #000000;
}
.GreywhiteBg {
  background: #ffffff;
  color: #000000;
}
.web-Me-PrimaryThick {
  color: #5e1f89;
}
.web-Me-PrimaryDark {
  color: #8626c3;
}
/*.web-Me-PrimaryLighter{
  color:$wb-color-lighter;
}
.web-Me-PrimaryLightest{
  color:$wb-color-lightest;
}
.web-Me-PrimaryLight{
  color:$wb-color-light;
}*/
.web-Me-PrimaryThickBg {
  background: #5e1f89;
  color: #ffffff;
}
.web-Me-PrimaryDarkBg {
  background: #8626c3;
  color: #ffffff;
}
/*.web-Me-PrimaryLighterBg{
  background:$bg-primary-50er;
  color:$text-white;
}*/
.web-Me-PrimaryLightestBg {
  background: #edcfff;
  color: #000000;
}
.web-Me-PrimaryLightBg {
  background: #faf2ff;
  color: #000000;
}
.web-SecondaryGreen {
  color: #0b8043;
  background: #dff6dd;
}
.web-SecondaryRed {
  color: #b71c1c;
  background: #fde7e9;
}
.web-SecondaryRedColor {
  color: #b71c1c;
}
.web-SecondaryBlue {
  color: #3367d6;
  background: #deebff;
}
.web-SecondaryOrange {
  color: #f7941e;
  background: #fff4ce;
}
.web-SecondaryGreenBg {
  background: #dff6dd;
  color: #000000;
}
.web-SecondaryRedBg {
  background: #fde7e9;
  color: #000000;
}
.web-SecondaryBlueBg {
  background: #deebff;
  color: #000000;
}
.web-SecondaryOrangeBg {
  background: #fff4ce;
  color: #000000;
}
.web-GreyDarkest {
  color: #000000;
}
.web-GreyDark {
  color: #555555;
}
.web-GreyLight {
  color: #7e7e7e;
}
.web-GreyMidLight {
  color: #999999;
}
.web-GreyLighter {
  color: #dadada;
}
/*.web-Greylightest{
  color:$text-neutral-80est;
}
.web-Greylightwhite{
  color:$text-neutral-80white;
}*/
.web-Greywhite {
  color: #ffffff;
}
.web-GreyDarkestBg {
  background: #000000;
  color: #ffffff;
}
.web-GreyDarkBg {
  background: #555555;
  color: #ffffff;
}
.web-GreyLightBg {
  background: #737373;
  color: #ffffff;
}
.web-GreyMidLightBg {
  background: #999999;
  color: #000000;
}
.web-GreyLighterBg {
  background: #dadada;
  color: #000000;
}
.web-GreylightestBg {
  background: #efefef;
  color: #000000;
}
.web-GreylightwhiteBg {
  background: #fafafa;
  color: #000000;
}
.web-GreywhiteBg {
  background: #ffffff;
  color: #000000;
}
.web-blackBg {
  background: #000000;
}
/*shadow*/
/* .raisedShadow{
  @extend %raised-shadow;
} */
/*shadow*/
/* .web-flatShadow{
  @extend %flat-shadow;
} 
.web-raisedShadow{
  @extend %raised-shadow;
}*/
/*atom Margin class*/
.mar4 {
  margin: 4px !important;
}
.marL4 {
  margin-left: 4px !important;
}
.marR4 {
  margin-right: 4px !important;
}
.marT4 {
  margin-top: 4px !important;
}
.marB4 {
  margin-bottom: 4px !important;
}
.marLR4 {
  margin-left: 4px;
  margin-right: 4px !important;
}
.marTB4 {
  margin-top: 4px;
  margin-bottom: 4px !important;
}
.mar8 {
  margin: 8px !important;
}
.marL8 {
  margin-left: 8px !important;
}
.marR8 {
  margin-right: 8px !important;
}
.marT8 {
  margin-top: 8px !important;
}
.marB8 {
  margin-bottom: 8px !important;
}
.marLR8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.marTB8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mar16 {
  margin: 16px !important;
}
.marL16 {
  margin-left: 16px !important;
}
.marR16 {
  margin-right: 16px !important;
}
.marT16 {
  margin-top: 16px !important;
}
.marB16 {
  margin-bottom: 16px !important;
}
.marLR16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.marTB16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mar24 {
  margin: 24px !important;
}
.marL24 {
  margin-left: 24px !important;
}
.marR24 {
  margin-right: 24px !important;
}
.marT24 {
  margin-top: 24px !important;
}
.marB24 {
  margin-bottom: 24px !important;
}
.marLR24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.marTB24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mar32 {
  margin: 32px !important;
}
.marL32 {
  margin-left: 32px !important;
}
.marR32 {
  margin-right: 32px !important;
}
.marT32 {
  margin-top: 32px !important;
}
.marB32 {
  margin-bottom: 32px !important;
}
.marLR32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.marTB32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.nomar {
  margin: 0px !important;
}
.nomarL {
  margin-left: 0px !important;
}
.nomarR {
  margin-right: 0px !important;
}
.nomarT {
  margin-top: 0px !important;
}
.nomarB {
  margin-bottom: 0px !important;
}
.nomarLR {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.nomarTB {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.marLRM16 {
  margin: 0 -16px;
}
.marLM16 {
  margin: 0 0 0 -16px !important;
}
/*atom Padding class*/
.pad4 {
  padding: 4px !important;
}
.padL4 {
  padding-left: 4px !important;
}
.padR4 {
  padding-right: 4px !important;
}
.padT4 {
  padding-top: 4px !important;
}
.padB4 {
  padding-bottom: 4px !important;
}
.padLR4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.padTB4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.pad8 {
  padding: 8px !important;
}
.padL8 {
  padding-left: 8px !important;
}
.padR8 {
  padding-right: 8px !important;
}
.padT8 {
  padding-top: 8px !important;
}
.padB8 {
  padding-bottom: 8px !important;
}
.padLR8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.padTB8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pad16 {
  padding: 16px !important;
}
.padL16 {
  padding-left: 16px !important;
}
.padR16 {
  padding-right: 16px !important;
}
.padT16 {
  padding-top: 16px !important;
}
.padB16 {
  padding-bottom: 16px !important;
}
.padLR16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.padTB16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.pad24 {
  padding: 24px !important;
}
.padL24 {
  padding-left: 24px !important;
}
.padR24 {
  padding-right: 24px !important;
}
.padT24 {
  padding-top: 24px !important;
}
.padB24 {
  padding-bottom: 24px !important;
}
.padLR24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.padTB24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pad32 {
  padding: 32px !important;
}
.padL32 {
  padding-left: 32px !important;
}
.padR32 {
  padding-right: 32px !important;
}
.padT32 {
  padding-top: 32px !important;
}
.padB32 {
  padding-bottom: 32px !important;
}
.padLR32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.padTB32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.nopadL {
  padding-left: 0px !important;
}
.nopadR {
  padding-right: 0px !important;
}
.nopadT {
  padding-top: 0px !important;
}
.nopadB {
  padding-bottom: 0px !important;
}
.nopadLR {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.nopadTB {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 576px) {
  .mar4_xs {
    margin: 4px !important;
  }
  .marL4_xs {
    margin-left: 4px !important;
  }
  .marR4_xs {
    margin-right: 4px !important;
  }
  .marT4_xs {
    margin-top: 4px !important;
  }
  .marB4_xs {
    margin-bottom: 4px !important;
  }
  .marLR4_xs {
    margin-left: 4px;
    margin-right: 4px !important;
  }
  .marTB4_xs {
    margin-top: 4px;
    margin-bottom: 4px !important;
  }
  .mar8_xs {
    margin: 8px !important;
  }
  .marL8_xs {
    margin-left: 8px !important;
  }
  .marR8_xs {
    margin-right: 8px !important;
  }
  .marT8_xs {
    margin-top: 8px !important;
  }
  .marB8_xs {
    margin-bottom: 8px !important;
  }
  .marLR8_xs {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .marTB8_xs {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mar16_xs {
    margin: 16px !important;
  }
  .marL16_xs {
    margin-left: 16px !important;
  }
  .marR16_xs {
    margin-right: 16px !important;
  }
  .marT16_xs {
    margin-top: 16px !important;
  }
  .marB16_xs {
    margin-bottom: 16px !important;
  }
  .marLR16_xs {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .marTB16_xs {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mar24_xs {
    margin: 24px !important;
  }
  .marL24_xs {
    margin-left: 24px !important;
  }
  .marR24_xs {
    margin-right: 24px !important;
  }
  .marT24_xs {
    margin-top: 24px !important;
  }
  .marB24_xs {
    margin-bottom: 24px !important;
  }
  .marLR24_xs {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .marTB24_xs {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mar32_xs {
    margin: 32px !important;
  }
  .marL32_xs {
    margin-left: 32px !important;
  }
  .marR32_xs {
    margin-right: 32px !important;
  }
  .marT32_xs {
    margin-top: 32px !important;
  }
  .marB32_xs {
    margin-bottom: 32px !important;
  }
  .marLR32_xs {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .marTB32_xs {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .nomar_xs {
    margin: 0px !important;
  }
  .nomarL_xs {
    margin-left: 0px !important;
  }
  .nomarR_xs {
    margin-right: 0px !important;
  }
  .nomarT_xs {
    margin-top: 0px !important;
  }
  .nomarB_xs {
    margin-bottom: 0px !important;
  }
  .nomarLR_xs {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .nomarTB_xs {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .marLRM16_xs {
    margin: 0 -16px;
  }
  /*atom Padding class*/
  .pad4_xs {
    padding: 4px !important;
  }
  .padL4_xs {
    padding-left: 4px !important;
  }
  .padR4_xs {
    padding-right: 4px !important;
  }
  .padT4_xs {
    padding-top: 4px !important;
  }
  .padB4_xs {
    padding-bottom: 4px !important;
  }
  .padLR4_xs {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .padTB4_xs {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pad8_xs {
    padding: 8px !important;
  }
  .padL8_xs {
    padding-left: 8px !important;
  }
  .padR8_xs {
    padding-right: 8px !important;
  }
  .padT8_xs {
    padding-top: 8px !important;
  }
  .padB8_xs {
    padding-bottom: 8px !important;
  }
  .padLR8_xs {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .padTB8_xs {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pad16_xs {
    padding: 16px !important;
  }
  .padL16_xs {
    padding-left: 16px !important;
  }
  .padR16_xs {
    padding-right: 16px !important;
  }
  .padT16_xs {
    padding-top: 16px !important;
  }
  .padB16_xs {
    padding-bottom: 16px !important;
  }
  .padLR16_xs {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .padTB16_xs {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pad24_xs {
    padding: 24px !important;
  }
  .padL24_xs {
    padding-left: 24px !important;
  }
  .padR24_xs {
    padding-right: 24px !important;
  }
  .padT24_xs {
    padding-top: 24px !important;
  }
  .padB24_xs {
    padding-bottom: 24px !important;
  }
  .padLR24_xs {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .padTB24_xs {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pad32_xs {
    padding: 32px !important;
  }
  .padL32_xs {
    padding-left: 32px !important;
  }
  .padR32_xs {
    padding-right: 32px !important;
  }
  .padT32_xs {
    padding-top: 32px !important;
  }
  .padB32_xs {
    padding-bottom: 32px !important;
  }
  .padLR32_xs {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .padTB32_xs {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .nopadL_xs {
    padding-left: 0px !important;
  }
  .nopadR_xs {
    padding-right: 0px !important;
  }
  .nopadT_xs {
    padding-top: 0px !important;
  }
  .nopadB_xs {
    padding-bottom: 0px !important;
  }
  .nopadLR_xs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .nopadTB_xs {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .mar4_sm {
    margin: 4px !important;
  }
  .marL4_sm {
    margin-left: 4px !important;
  }
  .marR4_sm {
    margin-right: 4px !important;
  }
  .marT4_sm {
    margin-top: 4px !important;
  }
  .marB4_sm {
    margin-bottom: 4px !important;
  }
  .marLR4_sm {
    margin-left: 4px;
    margin-right: 4px !important;
  }
  .marTB4_sm {
    margin-top: 4px;
    margin-bottom: 4px !important;
  }
  .mar8_sm {
    margin: 8px !important;
  }
  .marL8_sm {
    margin-left: 8px !important;
  }
  .marR8_sm {
    margin-right: 8px !important;
  }
  .marT8_sm {
    margin-top: 8px !important;
  }
  .marB8_sm {
    margin-bottom: 8px !important;
  }
  .marLR8_sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .marTB8_sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mar16_sm {
    margin: 16px !important;
  }
  .marL16_sm {
    margin-left: 16px !important;
  }
  .marR16_sm {
    margin-right: 16px !important;
  }
  .marT16_sm {
    margin-top: 16px !important;
  }
  .marB16_sm {
    margin-bottom: 16px !important;
  }
  .marLR16_sm {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .marTB16_sm {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mar24_sm {
    margin: 24px !important;
  }
  .marL24_sm {
    margin-left: 24px !important;
  }
  .marR24_sm {
    margin-right: 24px !important;
  }
  .marT24_sm {
    margin-top: 24px !important;
  }
  .marB24_sm {
    margin-bottom: 24px !important;
  }
  .marLR24_sm {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .marTB24_sm {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mar32_sm {
    margin: 32px !important;
  }
  .marL32_sm {
    margin-left: 32px !important;
  }
  .marR32_sm {
    margin-right: 32px !important;
  }
  .marT32_sm {
    margin-top: 32px !important;
  }
  .marB32_sm {
    margin-bottom: 32px !important;
  }
  .marLR32_sm {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .marTB32_sm {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .nomar_sm {
    margin: 0px !important;
  }
  .nomarL_sm {
    margin-left: 0px !important;
  }
  .nomarR_sm {
    margin-right: 0px !important;
  }
  .nomarT_sm {
    margin-top: 0px !important;
  }
  .nomarB_sm {
    margin-bottom: 0px !important;
  }
  .nomarLR_sm {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .nomarTB_sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .marLRM16_sm {
    margin: 0 -16px;
  }
  /*atom Padding class*/
  .pad4_sm {
    padding: 4px !important;
  }
  .padL4_sm {
    padding-left: 4px !important;
  }
  .padR4_sm {
    padding-right: 4px !important;
  }
  .padT4_sm {
    padding-top: 4px !important;
  }
  .padB4_sm {
    padding-bottom: 4px !important;
  }
  .padLR4_sm {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .padTB4_sm {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pad8_sm {
    padding: 8px !important;
  }
  .padL8_sm {
    padding-left: 8px !important;
  }
  .padR8_sm {
    padding-right: 8px !important;
  }
  .padT8_sm {
    padding-top: 8px !important;
  }
  .padB8_sm {
    padding-bottom: 8px !important;
  }
  .padLR8_sm {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .padTB8_sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pad16_sm {
    padding: 16px !important;
  }
  .padL16_sm {
    padding-left: 16px !important;
  }
  .padR16_sm {
    padding-right: 16px !important;
  }
  .padT16_sm {
    padding-top: 16px !important;
  }
  .padB16_sm {
    padding-bottom: 16px !important;
  }
  .padLR16_sm {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .padTB16_sm {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pad24_sm {
    padding: 24px !important;
  }
  .padL24_sm {
    padding-left: 24px !important;
  }
  .padR24_sm {
    padding-right: 24px !important;
  }
  .padT24_sm {
    padding-top: 24px !important;
  }
  .padB24_sm {
    padding-bottom: 24px !important;
  }
  .padLR24_sm {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .padTB24_sm {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pad32_sm {
    padding: 32px !important;
  }
  .padL32_sm {
    padding-left: 32px !important;
  }
  .padR32_sm {
    padding-right: 32px !important;
  }
  .padT32_sm {
    padding-top: 32px !important;
  }
  .padB32_sm {
    padding-bottom: 32px !important;
  }
  .padLR32_sm {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .padTB32_sm {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .nopadL_sm {
    padding-left: 0px !important;
  }
  .nopadR_sm {
    padding-right: 0px !important;
  }
  .nopadT_sm {
    padding-top: 0px !important;
  }
  .nopadB_sm {
    padding-bottom: 0px !important;
  }
  .nopadLR_sm {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .nopadTB_sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .mar4_mb {
    margin: 4px !important;
  }
  .marL4_mb {
    margin-left: 4px !important;
  }
  .marR4_mb {
    margin-right: 4px !important;
  }
  .marT4_mb {
    margin-top: 4px !important;
  }
  .marB4_mb {
    margin-bottom: 4px !important;
  }
  .marLR4_mb {
    margin-left: 4px;
    margin-right: 4px !important;
  }
  .marTB4_mb {
    margin-top: 4px;
    margin-bottom: 4px !important;
  }
  .mar8_mb {
    margin: 8px !important;
  }
  .marL8_mb {
    margin-left: 8px !important;
  }
  .marR8_mb {
    margin-right: 8px !important;
  }
  .marT8_mb {
    margin-top: 8px !important;
  }
  .marB8_mb {
    margin-bottom: 8px !important;
  }
  .marLR8_mb {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .marTB8_mb {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mar16_mb {
    margin: 16px !important;
  }
  .marL16_mb {
    margin-left: 16px !important;
  }
  .marR16_mb {
    margin-right: 16px !important;
  }
  .marT16_mb {
    margin-top: 16px !important;
  }
  .marB16_mb {
    margin-bottom: 16px !important;
  }
  .marLR16_mb {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .marTB16_mb {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mar24_mb {
    margin: 24px !important;
  }
  .marL24_mb {
    margin-left: 24px !important;
  }
  .marR24_mb {
    margin-right: 24px !important;
  }
  .marT24_mb {
    margin-top: 24px !important;
  }
  .marB24_mb {
    margin-bottom: 24px !important;
  }
  .marLR24_mb {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .marTB24_mb {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mar32_mb {
    margin: 32px !important;
  }
  .marL32_mb {
    margin-left: 32px !important;
  }
  .marR32_mb {
    margin-right: 32px !important;
  }
  .marT32_mb {
    margin-top: 32px !important;
  }
  .marB32_mb {
    margin-bottom: 32px !important;
  }
  .marLR32_mb {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .marTB32_mb {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .nomar_mb {
    margin: 0px !important;
  }
  .nomarL_mb {
    margin-left: 0px !important;
  }
  .nomarR_mb {
    margin-right: 0px !important;
  }
  .nomarT_mb {
    margin-top: 0px !important;
  }
  .nomarB_mb {
    margin-bottom: 0px !important;
  }
  .nomarLR_mb {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .nomarTB_mb {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .marLRM16_mb {
    margin: 0 -16px;
  }
  /*atom Padding class*/
  .pad4_mb {
    padding: 4px !important;
  }
  .padL4_mb {
    padding-left: 4px !important;
  }
  .padR4_mb {
    padding-right: 4px !important;
  }
  .padT4_mb {
    padding-top: 4px !important;
  }
  .padB4_mb {
    padding-bottom: 4px !important;
  }
  .padLR4_mb {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .padTB4_mb {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pad8_mb {
    padding: 8px !important;
  }
  .padL8_mb {
    padding-left: 8px !important;
  }
  .padR8_mb {
    padding-right: 8px !important;
  }
  .padT8_mb {
    padding-top: 8px !important;
  }
  .padB8_mb {
    padding-bottom: 8px !important;
  }
  .padLR8_mb {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .padTB8_mb {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pad16_mb {
    padding: 16px !important;
  }
  .padL16_mb {
    padding-left: 16px !important;
  }
  .padR16_mb {
    padding-right: 16px !important;
  }
  .padT16_mb {
    padding-top: 16px !important;
  }
  .padB16_mb {
    padding-bottom: 16px !important;
  }
  .padLR16_mb {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .padTB16_mb {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pad24_mb {
    padding: 24px !important;
  }
  .padL24_mb {
    padding-left: 24px !important;
  }
  .padR24_mb {
    padding-right: 24px !important;
  }
  .padT24_mb {
    padding-top: 24px !important;
  }
  .padB24_mb {
    padding-bottom: 24px !important;
  }
  .padLR24_mb {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .padTB24_mb {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pad32_mb {
    padding: 32px !important;
  }
  .padL32_mb {
    padding-left: 32px !important;
  }
  .padR32_mb {
    padding-right: 32px !important;
  }
  .padT32_mb {
    padding-top: 32px !important;
  }
  .padB32_mb {
    padding-bottom: 32px !important;
  }
  .padLR32_mb {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .padTB32_mb {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .nopadL_mb {
    padding-left: 0px !important;
  }
  .nopadR_mb {
    padding-right: 0px !important;
  }
  .nopadT_mb {
    padding-top: 0px !important;
  }
  .nopadB_mb {
    padding-bottom: 0px !important;
  }
  .nopadLR_mb {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .nopadTB_mb {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 1280px) {
  .mar4_wb {
    margin: 4px !important;
  }
  .marL4_wb {
    margin-left: 4px !important;
  }
  .marR4_wb {
    margin-right: 4px !important;
  }
  .marT4_wb {
    margin-top: 4px !important;
  }
  .marB4_wb {
    margin-bottom: 4px !important;
  }
  .marLR4_wb {
    margin-left: 4px;
    margin-right: 4px !important;
  }
  .marTB4_wb {
    margin-top: 4px;
    margin-bottom: 4px !important;
  }
  .mar8_wb {
    margin: 8px !important;
  }
  .marL8_wb {
    margin-left: 8px !important;
  }
  .marR8_wb {
    margin-right: 8px !important;
  }
  .marT8_wb {
    margin-top: 8px !important;
  }
  .marB8_wb {
    margin-bottom: 8px !important;
  }
  .marLR8_wb {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .marTB8_wb {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mar16_wb {
    margin: 16px !important;
  }
  .marL16_wb {
    margin-left: 16px !important;
  }
  .marR16_wb {
    margin-right: 16px !important;
  }
  .marT16_wb {
    margin-top: 16px !important;
  }
  .marB16_wb {
    margin-bottom: 16px !important;
  }
  .marLR16_wb {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .marTB16_wb {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mar24_wb {
    margin: 24px !important;
  }
  .marL24_wb {
    margin-left: 24px !important;
  }
  .marR24_wb {
    margin-right: 24px !important;
  }
  .marT24_wb {
    margin-top: 24px !important;
  }
  .marB24_wb {
    margin-bottom: 24px !important;
  }
  .marLR24_wb {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .marTB24_wb {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mar32_wb {
    margin: 32px !important;
  }
  .marL32_wb {
    margin-left: 32px !important;
  }
  .marR32_wb {
    margin-right: 32px !important;
  }
  .marT32_wb {
    margin-top: 32px !important;
  }
  .marB32_wb {
    margin-bottom: 32px !important;
  }
  .marLR32_wb {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .marTB32_wb {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .nomar_wb {
    margin: 0px !important;
  }
  .nomarL_wb {
    margin-left: 0px !important;
  }
  .nomarR_wb {
    margin-right: 0px !important;
  }
  .nomarT_wb {
    margin-top: 0px !important;
  }
  .nomarB_wb {
    margin-bottom: 0px !important;
  }
  .nomarLR_wb {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .nomarTB_wb {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .marLRM16_wb {
    margin: 0 -16px;
  }
  /*atom Padding class*/
  .pad4_wb {
    padding: 4px !important;
  }
  .padL4_wb {
    padding-left: 4px !important;
  }
  .padR4_wb {
    padding-right: 4px !important;
  }
  .padT4_wb {
    padding-top: 4px !important;
  }
  .padB4_wb {
    padding-bottom: 4px !important;
  }
  .padLR4_wb {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .padTB4_wb {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pad8_wb {
    padding: 8px !important;
  }
  .padL8_wb {
    padding-left: 8px !important;
  }
  .padR8_wb {
    padding-right: 8px !important;
  }
  .padT8_wb {
    padding-top: 8px !important;
  }
  .padB8_wb {
    padding-bottom: 8px !important;
  }
  .padLR8_wb {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .padTB8_wb {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pad16_wb {
    padding: 16px !important;
  }
  .padL16_wb {
    padding-left: 16px !important;
  }
  .padR16_wb {
    padding-right: 16px !important;
  }
  .padT16_wb {
    padding-top: 16px !important;
  }
  .padB16_wb {
    padding-bottom: 16px !important;
  }
  .padLR16_wb {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .padTB16_wb {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pad24_wb {
    padding: 24px !important;
  }
  .padL24_wb {
    padding-left: 24px !important;
  }
  .padR24_wb {
    padding-right: 24px !important;
  }
  .padT24_wb {
    padding-top: 24px !important;
  }
  .padB24_wb {
    padding-bottom: 24px !important;
  }
  .padLR24_wb {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .padTB24_wb {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pad32_wb {
    padding: 32px !important;
  }
  .padL32_wb {
    padding-left: 32px !important;
  }
  .padR32_wb {
    padding-right: 32px !important;
  }
  .padT32_wb {
    padding-top: 32px !important;
  }
  .padB32_wb {
    padding-bottom: 32px !important;
  }
  .padLR32_wb {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .padTB32_wb {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .nopad_wb {
    padding: 0px !important;
  }
  .nopadL_wb {
    padding-left: 0px !important;
  }
  .nopadR_wb {
    padding-right: 0px !important;
  }
  .nopadT_wb {
    padding-top: 0px !important;
  }
  .nopadB_wb {
    padding-bottom: 0px !important;
  }
  .nopadLR_wb {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .nopadTB_wb {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.noBG {
  background: none !important;
}
.vMid {
  vertical-align: middle;
}
.vTop {
  vertical-align: top;
}
.vBot {
  vertical-align: bottom;
}
.inB {
  display: inline-block !important;
}
.block {
  display: block;
}
.autoM {
  margin: 0 auto;
}
.relative {
  position: relative;
}
.uppercase {
  text-transform: uppercase !important;
}
a.blackLink {
  color: #000000;
  text-decoration: none;
}
.noshadow {
  box-shadow: none !important;
}
.hide {
  display: none;
}
.botLineBor {
  border-bottom: 1px solid #efefef;
}
.minLRmar16_wb {
  margin-left: -24px !important;
  margin-right: -24px !important;
}
.min-marT24 {
  margin-top: -24px !important;
}
.width-full {
  width: 100%;
}
.text-center {
  justify-content: center;
}
.marT40 {
  margin-top: 40px;
}
.DSA_wb_green_chip {
  background: #ffffff;
  border: 1px solid #0b8043;
  color: #0b8043;
  line-height: 14px;
}
.DSA_wb_blue_chip {
  background: #ffffff;
  border: 1px solid #3367d6;
  color: #3367d6;
  line-height: 14px;
}
.DSA_wb_yellow_chip {
  background: #ffffff;
  border: 1px solid #f7941e;
  color: #f7941e;
  line-height: 14px;
}
.DSA_wb_grey_chip {
  background: #ffffff;
  border: 1px solid #7e7e7e;
  color: #7e7e7e;
  line-height: 14px;
}
.DSA_wb_red_chip {
  background: #ffffff;
  border: 1px solid #b71c1c;
  color: #b71c1c;
  line-height: 14px;
}
.small-add-icon {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.dropdown-file-extension-icon {
  max-width: 30px;
}
.dropdown-header-text {
  text-align: left;
  font: normal normal bold 16px Roboto;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 8px 0px;
}
.dropdown-file-text {
  text-align: left;
  font: normal normal normal 14px Roboto;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
/* Custom Table - Start */
.x-18 {
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.x-material-20 {
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: block;
  color: #737373;
}
.x-material-20:hover {
  color: #8626c3;
}
.x-material-24 {
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: block;
}
.x-material-24:hover {
  color: #8626c3;
}
.stop-inheritance {
  all: unset !important;
}
.modal-behind-dialog {
  z-index: 151;
}
.modal-overlay-behind-dialog {
  z-index: 150 !important;
}
.modal-on-top {
  z-index: 9999 !important;
}
/* large ngb nmodal */
.full-screen-modal {
  min-width: 95vw !important;
  min-height: 95vh !important;
}
body.modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
/* pring timepicker to the top*/
.timepicker-overlay {
  z-index: 2500 !important;
}
.DCA_wb_custTime.timepicker {
  margin-top: 40px;
}
.DSA_wb_sm-table {
  width: 100%;
  margin: 0 0 16px;
}
.DSA_wb_sm-table thead tr th {
  font-family: "roboto", Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  padding: 0 8px 16px;
  vertical-align: top;
}
.DSA_wb_sm-table thead tr td {
  padding: 0 8px 16px;
  vertical-align: top;
}
.DSA_wb_sm-table thead tr th.th_sort i.icon {
  display: inline-block;
  margin: 0 0 0 8px;
  cursor: pointer;
}
.DSA_wb_sm-table tbody {
  border-radius: 4px;
}
.DSA_wb_sm-table tbody tr td {
  font-family: "roboto", Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  padding: 8px;
  vertical-align: middle;
  border-top: 1px solid #efefef;
  height: 40px;
}
.DSA_wb_sm-table tbody tr td i {
  display: inline-block;
  visibility: hidden;
}
.DSA_wb_sm-table tbody tr td i ~ i {
  margin: 0 0 0 24px;
}
.DSA_wb_sm-table tbody tr td .avatar-mini {
  margin: 3px 16px 0 0;
}
.DSA_wb_sm-table tbody tr td .td_nonEditable {
  display: block;
  transition: display 0.2s ease 0.2s;
}
.DSA_wb_sm-table tbody tr td .td_editable {
  display: none;
  max-width: 220px;
  transition: display 0.2s ease 0.2s;
}
.DSA_wb_sm-table tbody tr td .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding: 0;
}
.DSA_wb_sm-table tbody tr td .mat-form-field-subscript-wrapper,
.DSA_wb_sm-table tbody tr td .mat-form-field-label-wrapper {
  display: none;
}
.DSA_wb_sm-table tbody tr td .mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 0;
}
.DSA_wb_sm-table tbody tr td .mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0;
  border: none;
}
.DSA_wb_sm-table tbody tr:first-child td {
  border-top: 1px solid #dadada;
}
.DSA_wb_sm-table tbody tr:last-child td {
  border-bottom: 1px solid #dadada;
}
.DSA_wb_sm-table tbody tr:hover {
  background: #fef7ea;
}
.DSA_wb_sm-table tbody tr:hover td i {
  visibility: visible;
  cursor: pointer;
}
.DSA_wb_sm-table tbody tr.active {
  background: #ffffff;
}
.DSA_wb_sm-table tbody tr.active td .td_editable {
  display: block;
}
.DSA_wb_sm-table tbody tr.active td .td_editable i {
  visibility: visible;
  cursor: pointer;
}
.DSA_wb_sm-table tbody tr.active td .td_nonEditable {
  display: none;
}
.DSA_wb_sm-table.noBor {
  border: 0;
}
.DSA_wb_sm-table.noBor tbody {
  border-radius: 4px;
}
.DSA_wb_sm-table.noBor tbody tr td {
  border: 0;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr td i.arrow_expand,
.DSA_wb_sm-table.table-expandCollapse tbody tr td i.arrow_collapse {
  visibility: visible;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr td i.arrow_expand {
  color: #999999;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr td i.arrow_collapse {
  color: #7e7e7e;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr.row_opened {
  background: #efefef;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr.row_opened td {
  border-top: none;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child {
  display: none;
  background: #ffffff;
  transition: display 0.2s ease 0.2s;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child td {
  border: none;
  padding: 16px 40px 16px 0;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable {
  width: 100%;
  margin: 0;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable thead tr {
  border-bottom: 1px solid #dadada;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable thead tr th {
  font-family: "roboto", Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  padding: 0 8px 16px;
  vertical-align: top;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable thead tr:hover {
  box-shadow: none !important;
  background: transparent;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable tbody tr td {
  font-family: "roboto", Arial, sans-serif !important;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  padding: 8px;
  vertical-align: middle;
  color: #7e7e7e;
  height: 20px;
  border: none;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child td .IS_DSA_wb_custom-innerTable tbody tr:hover {
  box-shadow: none !important;
  background: transparent;
  border: none;
}
.DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child.open {
  display: table-row;
  /* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16) !important;  */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .DSA_wb_sm-table tbody tr:hover {
    border-bottom: 1px solid #dadada;
  }
  .DSA_wb_sm-table.table-expandCollapse tbody tr.row_opened {
    background: #efefef;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .DSA_wb_sm-table.table-expandCollapse tbody tr.row_opened td {
    border-top: 1px solid #dadada;
  }
  .DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child.open {
    display: table-row;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  .DSA_wb_sm-table.table-expandCollapse tbody tr.row_opened:hover {
    box-shadow: none !important;
    border-bottom: none;
  }
}
@supports (-ms-ime-align: auto) {
  .DSA_wb_sm-table tbody tr:hover {
    border-bottom: 1px solid #dadada;
  }
  .DSA_wb_sm-table.table-expandCollapse tbody tr.row_opened {
    background: #efefef;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  .DSA_wb_sm-table.table-expandCollapse tbody tr.row_opened td {
    border-top: 1px solid #dadada;
  }
  .DSA_wb_sm-table.table-expandCollapse tbody tr.tr_child.open {
    display: table-row;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  .DSA_wb_sm-table.table-expandCollapse tbody tr.row_opened:hover {
    box-shadow: none !important;
    border-bottom: none;
  }
}
.DSA_wb_sm-table.table-width10 {
  width: 125px;
  display: inline-table;
}
.DSA_wb_sm-table.table-width10 thead tr th {
  padding: 10px 0;
  vertical-align: middle;
  height: 40px;
}
.DSA_wb_sm-table.table-width90 {
  width: calc(100% - 125px);
  display: inline-table;
}
.table-titleArea-sm {
  margin: 0 0 16px;
}
.table-titleArea-sm h2, .table-titleArea-sm .h2 {
  line-height: 32px;
}
.table-titleArea-sm .icon-cont {
  float: right;
  border-radius: 4px;
  background: transparent;
  width: 32px;
  height: 32px;
  text-align: center;
}
.table-titleArea-sm .icon-cont i {
  display: inline-block;
  margin: 4px 0;
}
.table-titleArea-sm .icon-cont i:hover {
  color: #8626c3;
}
/* custom radio */
.visibile-inner-circle.IS_DSA_Wb_custom-radio .mat-radio-inner-circle {
  transform: scale(0.5) !important;
  background-color: #aeaeae;
}
/* custom ngb-pagination */
.custom-pagination .ngx-pagination .current {
  background: #8626c3 !important;
}
/* custom chip with visible icon */
.custom-choiseChip.IS_DSA_chipStyle-Big.IS_DSA_choiseChip.active img,
.custom-choiseChip.IS_DSA_chipStyle-Big.IS_DSA_choiseChip.active i.icon {
  display: block !important;
}
/* custom modal with no border */
.custom-dialog-container {
  margin-bottom: 20px;
}
.custom-dialog-container .mat-dialog-container {
  padding: 0px;
}
.custom-over-overflow {
  overflow: auto;
}
/* ngb popover */
.custom_popover .popover-body {
  max-width: 500px !important;
  width: 400px !important;
  font-size: 12px !important;
}
.custom_popover.popover {
  width: 400px !important;
  max-width: 500px !important;
  font-size: 12px !important;
}
/* custom mat menu item */
.custom-menu-item.mat-menu-item {
  max-height: 32px !important;
  font-size: 14px !important;
}
/* mat tab label */
.IS_custom-tab-label {
  text-align: center;
  font: normal normal 600 18px Roboto;
  line-height: 20px;
  letter-spacing: 0px;
  color: #8626c3;
}
.search-box {
  padding: 0px 16px;
  display: flex;
  align-items: center;
  width: 80%;
  height: 40px;
  border: 1px solid #d8dcdf !important;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.search-input {
  font: normal normal normal Roboto;
  font-size: 16px;
  line-height: 21px;
  color: #7e7e7e;
  border: none;
}
/* text styles */
.overflow-text {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
  word-wrap: unset;
  white-space: nowrap;
}
.z-index-max {
  z-index: 2147483647 !important;
}
.mat-icon-x-20 {
  color: #737373;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.close-alert-icon {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
}
.dark-shadow {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
}
/* ==========================================================================
For more customization see: https://www.npmjs.com/package/ngx-cookieconsent
========================================================================== */
/* jhipster-needle-scss-add-vendor JHipster will add new css style */
@font-face {
  font-family: "MarkPro";
  font-weight: 400;
  font-style: normal;
  src: url('MarkPro.68a84148b8a9c2e0.woff2') format("woff2"), url('MarkPro.7545f56a5ef8fe14.woff') format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 600;
  font-style: normal;
  src: url('IBMPlexSans-SemiBold.e97a823a68994a98.woff2') format("woff2"), url('IBMPlexSans-SemiBold.0b9455d692ac7391.woff') format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 500;
  font-style: normal;
  src: url('IBMPlexSans-Medium.08900cc72e317b13.woff2') format("woff2"), url('IBMPlexSans-Medium.42b6a0214d8ae199.woff') format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  font-weight: 300;
  font-style: italic;
  src: url('IBMPlexSans-LightItalic.6045a128d092543c.woff2') format("woff2"), url('IBMPlexSans-LightItalic.e8c47b0371af4c03.woff') format("woff");
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexMono";
  font-weight: 500;
  font-style: normal;
  src: url('IBMPlexMono-Medium.32dbe2da75c6b40b.woff2') format("woff2"), url('IBMPlexMono-Medium.fe376331ed38931c.woff') format("woff");
  font-display: swap;
}
